From ec7da235ede6b8a36266ffa2e91b3cde8fc7d87b Mon Sep 17 00:00:00 2001 From: koalyptus Date: Mon, 1 May 2017 12:09:17 +0000 Subject: [PATCH] publish Docs to gh-pages (auto) branch: master SHA: 5a82498d609919f22298e0d5542bdae23194c974 range SHA: 6fc121a31405...5a82498d6099 build id: 227571919 build number: 621 --- docs/ast/source/const.js.json | 4877 +- docs/ast/source/tablefilter.js.json | 81477 ++++++++-------- docs/badge.svg | 4 +- docs/class/src/emitter.js~Emitter.html | 3 +- ...pterEzEditTable.js~AdapterEzEditTable.html | 3 +- .../extensions/colOps/colOps.js~ColOps.html | 3 +- .../colsVisibility.js~ColsVisibility.html | 3 +- ...iltersVisibility.js~FiltersVisibility.html | 3 +- ...Sortabletable.js~AdapterSortableTable.html | 3 +- docs/class/src/feature.js~Feature.html | 3 +- .../alternateRows.js~AlternateRows.html | 3 +- .../src/modules/checkList.js~CheckList.html | 3 +- .../modules/clearButton.js~ClearButton.html | 3 +- .../src/modules/dateType.js~DateType.html | 3 +- .../src/modules/dropdown.js~Dropdown.html | 3 +- .../src/modules/gridLayout.js~GridLayout.html | 3 +- docs/class/src/modules/hash.js~Hash.html | 3 +- docs/class/src/modules/help.js~Help.html | 3 +- ...highlightKeywords.js~HighlightKeyword.html | 3 +- docs/class/src/modules/loader.js~Loader.html | 3 +- ...arkActiveColumns.js~MarkActiveColumns.html | 3 +- .../src/modules/noResults.js~NoResults.html | 3 +- docs/class/src/modules/paging.js~Paging.html | 3 +- .../modules/popupFilter.js~PopupFilter.html | 3 +- .../modules/rowsCounter.js~RowsCounter.html | 3 +- docs/class/src/modules/state.js~State.html | 3 +- .../src/modules/statusBar.js~StatusBar.html | 3 +- .../class/src/modules/storage.js~Storage.html | 3 +- .../class/src/tablefilter.js~TableFilter.html | 347 +- docs/coverage.json | 10 +- docs/dump.json | 4768 +- docs/file/src/array.js.html | 3 +- docs/file/src/const.js.html | 67 +- docs/file/src/cookie.js.html | 3 +- docs/file/src/dom.js.html | 3 +- docs/file/src/emitter.js.html | 3 +- docs/file/src/event.js.html | 3 +- .../advancedGrid/adapterEzEditTable.js.html | 3 +- .../advancedGrid/advancedGrid.js.html | 3 +- .../file/src/extensions/colOps/colOps.js.html | 3 +- .../colsVisibility/colsVisibility.js.html | 3 +- .../filtersVisibility.js.html | 3 +- .../sort/adapterSortabletable.js.html | 3 +- docs/file/src/extensions/sort/sort.js.html | 3 +- docs/file/src/feature.js.html | 3 +- docs/file/src/modules/alternateRows.js.html | 3 +- docs/file/src/modules/checkList.js.html | 3 +- docs/file/src/modules/clearButton.js.html | 3 +- docs/file/src/modules/dateType.js.html | 3 +- docs/file/src/modules/dropdown.js.html | 3 +- docs/file/src/modules/gridLayout.js.html | 3 +- docs/file/src/modules/hash.js.html | 3 +- docs/file/src/modules/help.js.html | 3 +- .../src/modules/highlightKeywords.js.html | 3 +- docs/file/src/modules/loader.js.html | 3 +- .../src/modules/markActiveColumns.js.html | 3 +- docs/file/src/modules/noResults.js.html | 3 +- docs/file/src/modules/paging.js.html | 3 +- docs/file/src/modules/popupFilter.js.html | 3 +- docs/file/src/modules/rowsCounter.js.html | 3 +- docs/file/src/modules/state.js.html | 3 +- docs/file/src/modules/statusBar.js.html | 3 +- docs/file/src/modules/storage.js.html | 3 +- docs/file/src/number.js.html | 3 +- docs/file/src/root.js.html | 3 +- docs/file/src/sort.js.html | 3 +- docs/file/src/string.js.html | 3 +- docs/file/src/tablefilter.js.html | 116 +- docs/file/src/types.js.html | 3 +- docs/function/index.html | 3 +- docs/identifiers.html | 28 +- docs/index.html | 3 +- docs/package.json | 2 +- docs/script/search_index.js | 6 + docs/source.html | 94 +- docs/variable/index.html | 140 +- 76 files changed, 46448 insertions(+), 45677 deletions(-) diff --git a/docs/ast/source/const.js.json b/docs/ast/source/const.js.json index 4b19f1ba..8036fce3 100644 --- a/docs/ast/source/const.js.json +++ b/docs/ast/source/const.js.json @@ -1,6 +1,1045 @@ { "type": "Program", "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "State", + "range": [ + 8, + 13 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 13 + } + } + }, + "imported": { + "type": "Identifier", + "name": "State", + "range": [ + 8, + 13 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 13 + } + } + }, + "range": [ + 8, + 13 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 13 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/state", + "raw": "'./modules/state'", + "range": [ + 20, + 37 + ], + "loc": { + "start": { + "line": 1, + "column": 20 + }, + "end": { + "line": 1, + "column": 37 + } + } + }, + "range": [ + 0, + 38 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 38 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "GridLayout", + "range": [ + 47, + 57 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 18 + } + } + }, + "imported": { + "type": "Identifier", + "name": "GridLayout", + "range": [ + 47, + 57 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 18 + } + } + }, + "range": [ + 47, + 57 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 18 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/gridLayout", + "raw": "'./modules/gridLayout'", + "range": [ + 64, + 86 + ], + "loc": { + "start": { + "line": 2, + "column": 25 + }, + "end": { + "line": 2, + "column": 47 + } + } + }, + "range": [ + 39, + 87 + ], + "loc": { + "start": { + "line": 2, + "column": 0 + }, + "end": { + "line": 2, + "column": 48 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Loader", + "range": [ + 96, + 102 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 14 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Loader", + "range": [ + 96, + 102 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 14 + } + } + }, + "range": [ + 96, + 102 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 14 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/loader", + "raw": "'./modules/loader'", + "range": [ + 109, + 127 + ], + "loc": { + "start": { + "line": 3, + "column": 21 + }, + "end": { + "line": 3, + "column": 39 + } + } + }, + "range": [ + 88, + 128 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 3, + "column": 40 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "HighlightKeyword", + "range": [ + 137, + 153 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 24 + } + } + }, + "imported": { + "type": "Identifier", + "name": "HighlightKeyword", + "range": [ + 137, + 153 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 24 + } + } + }, + "range": [ + 137, + 153 + ], + "loc": { + "start": { + "line": 4, + "column": 8 + }, + "end": { + "line": 4, + "column": 24 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/highlightKeywords", + "raw": "'./modules/highlightKeywords'", + "range": [ + 160, + 189 + ], + "loc": { + "start": { + "line": 4, + "column": 31 + }, + "end": { + "line": 4, + "column": 60 + } + } + }, + "range": [ + 129, + 190 + ], + "loc": { + "start": { + "line": 4, + "column": 0 + }, + "end": { + "line": 4, + "column": 61 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "PopupFilter", + "range": [ + 199, + 210 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 19 + } + } + }, + "imported": { + "type": "Identifier", + "name": "PopupFilter", + "range": [ + 199, + 210 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 19 + } + } + }, + "range": [ + 199, + 210 + ], + "loc": { + "start": { + "line": 5, + "column": 8 + }, + "end": { + "line": 5, + "column": 19 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/popupFilter", + "raw": "'./modules/popupFilter'", + "range": [ + 217, + 240 + ], + "loc": { + "start": { + "line": 5, + "column": 26 + }, + "end": { + "line": 5, + "column": 49 + } + } + }, + "range": [ + 191, + 241 + ], + "loc": { + "start": { + "line": 5, + "column": 0 + }, + "end": { + "line": 5, + "column": 50 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "MarkActiveColumns", + "range": [ + 250, + 267 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 25 + } + } + }, + "imported": { + "type": "Identifier", + "name": "MarkActiveColumns", + "range": [ + 250, + 267 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 25 + } + } + }, + "range": [ + 250, + 267 + ], + "loc": { + "start": { + "line": 6, + "column": 8 + }, + "end": { + "line": 6, + "column": 25 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/markActiveColumns", + "raw": "'./modules/markActiveColumns'", + "range": [ + 274, + 303 + ], + "loc": { + "start": { + "line": 6, + "column": 32 + }, + "end": { + "line": 6, + "column": 61 + } + } + }, + "range": [ + 242, + 304 + ], + "loc": { + "start": { + "line": 6, + "column": 0 + }, + "end": { + "line": 6, + "column": 62 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "RowsCounter", + "range": [ + 313, + 324 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 19 + } + } + }, + "imported": { + "type": "Identifier", + "name": "RowsCounter", + "range": [ + 313, + 324 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 19 + } + } + }, + "range": [ + 313, + 324 + ], + "loc": { + "start": { + "line": 7, + "column": 8 + }, + "end": { + "line": 7, + "column": 19 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/rowsCounter", + "raw": "'./modules/rowsCounter'", + "range": [ + 331, + 354 + ], + "loc": { + "start": { + "line": 7, + "column": 26 + }, + "end": { + "line": 7, + "column": 49 + } + } + }, + "range": [ + 305, + 355 + ], + "loc": { + "start": { + "line": 7, + "column": 0 + }, + "end": { + "line": 7, + "column": 50 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "StatusBar", + "range": [ + 364, + 373 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 17 + } + } + }, + "imported": { + "type": "Identifier", + "name": "StatusBar", + "range": [ + 364, + 373 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 17 + } + } + }, + "range": [ + 364, + 373 + ], + "loc": { + "start": { + "line": 8, + "column": 8 + }, + "end": { + "line": 8, + "column": 17 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/statusBar", + "raw": "'./modules/statusBar'", + "range": [ + 380, + 401 + ], + "loc": { + "start": { + "line": 8, + "column": 24 + }, + "end": { + "line": 8, + "column": 45 + } + } + }, + "range": [ + 356, + 402 + ], + "loc": { + "start": { + "line": 8, + "column": 0 + }, + "end": { + "line": 8, + "column": 46 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "ClearButton", + "range": [ + 411, + 422 + ], + "loc": { + "start": { + "line": 9, + "column": 8 + }, + "end": { + "line": 9, + "column": 19 + } + } + }, + "imported": { + "type": "Identifier", + "name": "ClearButton", + "range": [ + 411, + 422 + ], + "loc": { + "start": { + "line": 9, + "column": 8 + }, + "end": { + "line": 9, + "column": 19 + } + } + }, + "range": [ + 411, + 422 + ], + "loc": { + "start": { + "line": 9, + "column": 8 + }, + "end": { + "line": 9, + "column": 19 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/clearButton", + "raw": "'./modules/clearButton'", + "range": [ + 429, + 452 + ], + "loc": { + "start": { + "line": 9, + "column": 26 + }, + "end": { + "line": 9, + "column": 49 + } + } + }, + "range": [ + 403, + 453 + ], + "loc": { + "start": { + "line": 9, + "column": 0 + }, + "end": { + "line": 9, + "column": 50 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "AlternateRows", + "range": [ + 462, + 475 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 21 + } + } + }, + "imported": { + "type": "Identifier", + "name": "AlternateRows", + "range": [ + 462, + 475 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 21 + } + } + }, + "range": [ + 462, + 475 + ], + "loc": { + "start": { + "line": 10, + "column": 8 + }, + "end": { + "line": 10, + "column": 21 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/alternateRows", + "raw": "'./modules/alternateRows'", + "range": [ + 482, + 507 + ], + "loc": { + "start": { + "line": 10, + "column": 28 + }, + "end": { + "line": 10, + "column": 53 + } + } + }, + "range": [ + 454, + 508 + ], + "loc": { + "start": { + "line": 10, + "column": 0 + }, + "end": { + "line": 10, + "column": 54 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "NoResults", + "range": [ + 517, + 526 + ], + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 17 + } + } + }, + "imported": { + "type": "Identifier", + "name": "NoResults", + "range": [ + 517, + 526 + ], + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 17 + } + } + }, + "range": [ + 517, + 526 + ], + "loc": { + "start": { + "line": 11, + "column": 8 + }, + "end": { + "line": 11, + "column": 17 + } + } + } + ], + "source": { + "type": "Literal", + "value": "./modules/noResults", + "raw": "'./modules/noResults'", + "range": [ + 533, + 554 + ], + "loc": { + "start": { + "line": 11, + "column": 24 + }, + "end": { + "line": 11, + "column": 45 + } + } + }, + "range": [ + 509, + 555 + ], + "loc": { + "start": { + "line": 11, + "column": 0 + }, + "end": { + "line": 11, + "column": 46 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Filter types\n ", + "range": [ + 557, + 580 + ], + "loc": { + "start": { + "line": 13, + "column": 0 + }, + "end": { + "line": 15, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Input filter type\n * @type {String}\n ", + "range": [ + 582, + 628 + ], + "loc": { + "start": { + "line": 17, + "column": 0 + }, + "end": { + "line": 20, + "column": 3 + } + } + } + ] + }, { "type": "ExportNamedDeclaration", "declaration": { @@ -12,16 +1051,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 85, - 90 + 642, + 647 ], "loc": { "start": { - "line": 9, + "line": 21, "column": 13 }, "end": { - "line": 9, + "line": 21, "column": 18 } } @@ -31,31 +1070,31 @@ "value": "input", "raw": "'input'", "range": [ - 93, - 100 + 650, + 657 ], "loc": { "start": { - "line": 9, + "line": 21, "column": 21 }, "end": { - "line": 9, + "line": 21, "column": 28 } } }, "range": [ - 85, - 100 + 642, + 657 ], "loc": { "start": { - "line": 9, + "line": 21, "column": 13 }, "end": { - "line": 9, + "line": 21, "column": 28 } } @@ -63,16 +1102,16 @@ ], "kind": "const", "range": [ - 79, - 101 + 636, + 658 ], "loc": { "start": { - "line": 9, + "line": 21, "column": 7 }, "end": { - "line": 9, + "line": 21, "column": 29 } }, @@ -81,16 +1120,16 @@ "type": "Block", "value": "*\n * Filter types\n ", "range": [ - 0, - 23 + 557, + 580 ], "loc": { "start": { - "line": 1, + "line": 13, "column": 0 }, "end": { - "line": 3, + "line": 15, "column": 3 } } @@ -99,16 +1138,16 @@ "type": "Block", "value": "*\n * Input filter type\n * @type {String}\n ", "range": [ - 25, - 71 + 582, + 628 ], "loc": { "start": { - "line": 5, + "line": 17, "column": 0 }, "end": { - "line": 8, + "line": 20, "column": 3 } } @@ -119,16 +1158,16 @@ "type": "Block", "value": "*\n * Select filter type\n * @type {String}\n ", "range": [ - 102, - 149 + 659, + 706 ], "loc": { "start": { - "line": 10, + "line": 22, "column": 0 }, "end": { - "line": 13, + "line": 25, "column": 3 } } @@ -138,16 +1177,16 @@ "specifiers": [], "source": null, "range": [ - 72, - 101 + 629, + 658 ], "loc": { "start": { - "line": 9, + "line": 21, "column": 0 }, "end": { - "line": 9, + "line": 21, "column": 29 } }, @@ -156,16 +1195,16 @@ "type": "Block", "value": "*\n * Filter types\n ", "range": [ - 0, - 23 + 557, + 580 ], "loc": { "start": { - "line": 1, + "line": 13, "column": 0 }, "end": { - "line": 3, + "line": 15, "column": 3 } } @@ -174,16 +1213,16 @@ "type": "Block", "value": "*\n * Input filter type\n * @type {String}\n ", "range": [ - 25, - 71 + 582, + 628 ], "loc": { "start": { - "line": 5, + "line": 17, "column": 0 }, "end": { - "line": 8, + "line": 20, "column": 3 } } @@ -194,16 +1233,16 @@ "type": "Block", "value": "*\n * Select filter type\n * @type {String}\n ", "range": [ - 102, - 149 + 659, + 706 ], "loc": { "start": { - "line": 10, + "line": 22, "column": 0 }, "end": { - "line": 13, + "line": 25, "column": 3 } } @@ -221,16 +1260,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 163, - 169 + 720, + 726 ], "loc": { "start": { - "line": 14, + "line": 26, "column": 13 }, "end": { - "line": 14, + "line": 26, "column": 19 } } @@ -240,31 +1279,31 @@ "value": "select", "raw": "'select'", "range": [ - 172, - 180 + 729, + 737 ], "loc": { "start": { - "line": 14, + "line": 26, "column": 22 }, "end": { - "line": 14, + "line": 26, "column": 30 } } }, "range": [ - 163, - 180 + 720, + 737 ], "loc": { "start": { - "line": 14, + "line": 26, "column": 13 }, "end": { - "line": 14, + "line": 26, "column": 30 } } @@ -272,16 +1311,16 @@ ], "kind": "const", "range": [ - 157, - 181 + 714, + 738 ], "loc": { "start": { - "line": 14, + "line": 26, "column": 7 }, "end": { - "line": 14, + "line": 26, "column": 31 } }, @@ -290,16 +1329,16 @@ "type": "Block", "value": "*\n * Select filter type\n * @type {String}\n ", "range": [ - 102, - 149 + 659, + 706 ], "loc": { "start": { - "line": 10, + "line": 22, "column": 0 }, "end": { - "line": 13, + "line": 25, "column": 3 } } @@ -310,16 +1349,16 @@ "type": "Block", "value": "*\n * Multiple select filter type\n * @type {String}\n ", "range": [ - 182, - 238 + 739, + 795 ], "loc": { "start": { - "line": 15, + "line": 27, "column": 0 }, "end": { - "line": 18, + "line": 30, "column": 3 } } @@ -329,16 +1368,16 @@ "specifiers": [], "source": null, "range": [ - 150, - 181 + 707, + 738 ], "loc": { "start": { - "line": 14, + "line": 26, "column": 0 }, "end": { - "line": 14, + "line": 26, "column": 31 } }, @@ -347,16 +1386,16 @@ "type": "Block", "value": "*\n * Select filter type\n * @type {String}\n ", "range": [ - 102, - 149 + 659, + 706 ], "loc": { "start": { - "line": 10, + "line": 22, "column": 0 }, "end": { - "line": 13, + "line": 25, "column": 3 } } @@ -367,16 +1406,16 @@ "type": "Block", "value": "*\n * Multiple select filter type\n * @type {String}\n ", "range": [ - 182, - 238 + 739, + 795 ], "loc": { "start": { - "line": 15, + "line": 27, "column": 0 }, "end": { - "line": 18, + "line": 30, "column": 3 } } @@ -394,16 +1433,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 252, - 260 + 809, + 817 ], "loc": { "start": { - "line": 19, + "line": 31, "column": 13 }, "end": { - "line": 19, + "line": 31, "column": 21 } } @@ -413,31 +1452,31 @@ "value": "multiple", "raw": "'multiple'", "range": [ - 263, - 273 + 820, + 830 ], "loc": { "start": { - "line": 19, + "line": 31, "column": 24 }, "end": { - "line": 19, + "line": 31, "column": 34 } } }, "range": [ - 252, - 273 + 809, + 830 ], "loc": { "start": { - "line": 19, + "line": 31, "column": 13 }, "end": { - "line": 19, + "line": 31, "column": 34 } } @@ -445,16 +1484,16 @@ ], "kind": "const", "range": [ - 246, - 274 + 803, + 831 ], "loc": { "start": { - "line": 19, + "line": 31, "column": 7 }, "end": { - "line": 19, + "line": 31, "column": 35 } }, @@ -463,16 +1502,16 @@ "type": "Block", "value": "*\n * Multiple select filter type\n * @type {String}\n ", "range": [ - 182, - 238 + 739, + 795 ], "loc": { "start": { - "line": 15, + "line": 27, "column": 0 }, "end": { - "line": 18, + "line": 30, "column": 3 } } @@ -483,16 +1522,16 @@ "type": "Block", "value": "*\n * Checklist filter type\n * @type {String}\n ", "range": [ - 275, - 325 + 832, + 882 ], "loc": { "start": { - "line": 20, + "line": 32, "column": 0 }, "end": { - "line": 23, + "line": 35, "column": 3 } } @@ -502,16 +1541,16 @@ "specifiers": [], "source": null, "range": [ - 239, - 274 + 796, + 831 ], "loc": { "start": { - "line": 19, + "line": 31, "column": 0 }, "end": { - "line": 19, + "line": 31, "column": 35 } }, @@ -520,16 +1559,16 @@ "type": "Block", "value": "*\n * Multiple select filter type\n * @type {String}\n ", "range": [ - 182, - 238 + 739, + 795 ], "loc": { "start": { - "line": 15, + "line": 27, "column": 0 }, "end": { - "line": 18, + "line": 30, "column": 3 } } @@ -540,16 +1579,16 @@ "type": "Block", "value": "*\n * Checklist filter type\n * @type {String}\n ", "range": [ - 275, - 325 + 832, + 882 ], "loc": { "start": { - "line": 20, + "line": 32, "column": 0 }, "end": { - "line": 23, + "line": 35, "column": 3 } } @@ -567,16 +1606,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 339, - 348 + 896, + 905 ], "loc": { "start": { - "line": 24, + "line": 36, "column": 13 }, "end": { - "line": 24, + "line": 36, "column": 22 } } @@ -586,31 +1625,31 @@ "value": "checklist", "raw": "'checklist'", "range": [ - 351, - 362 + 908, + 919 ], "loc": { "start": { - "line": 24, + "line": 36, "column": 25 }, "end": { - "line": 24, + "line": 36, "column": 36 } } }, "range": [ - 339, - 362 + 896, + 919 ], "loc": { "start": { - "line": 24, + "line": 36, "column": 13 }, "end": { - "line": 24, + "line": 36, "column": 36 } } @@ -618,16 +1657,16 @@ ], "kind": "const", "range": [ - 333, - 363 + 890, + 920 ], "loc": { "start": { - "line": 24, + "line": 36, "column": 7 }, "end": { - "line": 24, + "line": 36, "column": 37 } }, @@ -636,16 +1675,16 @@ "type": "Block", "value": "*\n * Checklist filter type\n * @type {String}\n ", "range": [ - 275, - 325 + 832, + 882 ], "loc": { "start": { - "line": 20, + "line": 32, "column": 0 }, "end": { - "line": 23, + "line": 35, "column": 3 } } @@ -656,16 +1695,16 @@ "type": "Block", "value": "*\n * None filter type\n * @type {String}\n ", "range": [ - 364, - 409 + 921, + 966 ], "loc": { "start": { - "line": 25, + "line": 37, "column": 0 }, "end": { - "line": 28, + "line": 40, "column": 3 } } @@ -675,16 +1714,16 @@ "specifiers": [], "source": null, "range": [ - 326, - 363 + 883, + 920 ], "loc": { "start": { - "line": 24, + "line": 36, "column": 0 }, "end": { - "line": 24, + "line": 36, "column": 37 } }, @@ -693,16 +1732,16 @@ "type": "Block", "value": "*\n * Checklist filter type\n * @type {String}\n ", "range": [ - 275, - 325 + 832, + 882 ], "loc": { "start": { - "line": 20, + "line": 32, "column": 0 }, "end": { - "line": 23, + "line": 35, "column": 3 } } @@ -713,16 +1752,16 @@ "type": "Block", "value": "*\n * None filter type\n * @type {String}\n ", "range": [ - 364, - 409 + 921, + 966 ], "loc": { "start": { - "line": 25, + "line": 37, "column": 0 }, "end": { - "line": 28, + "line": 40, "column": 3 } } @@ -740,16 +1779,16 @@ "type": "Identifier", "name": "NONE", "range": [ - 423, - 427 + 980, + 984 ], "loc": { "start": { - "line": 29, + "line": 41, "column": 13 }, "end": { - "line": 29, + "line": 41, "column": 17 } } @@ -759,31 +1798,31 @@ "value": "none", "raw": "'none'", "range": [ - 430, - 436 + 987, + 993 ], "loc": { "start": { - "line": 29, + "line": 41, "column": 20 }, "end": { - "line": 29, + "line": 41, "column": 26 } } }, "range": [ - 423, - 436 + 980, + 993 ], "loc": { "start": { - "line": 29, + "line": 41, "column": 13 }, "end": { - "line": 29, + "line": 41, "column": 26 } } @@ -791,16 +1830,16 @@ ], "kind": "const", "range": [ - 417, - 437 + 974, + 994 ], "loc": { "start": { - "line": 29, + "line": 41, "column": 7 }, "end": { - "line": 29, + "line": 41, "column": 27 } }, @@ -809,16 +1848,16 @@ "type": "Block", "value": "*\n * None filter type\n * @type {String}\n ", "range": [ - 364, - 409 + 921, + 966 ], "loc": { "start": { - "line": 25, + "line": 37, "column": 0 }, "end": { - "line": 28, + "line": 40, "column": 3 } } @@ -829,16 +1868,16 @@ "type": "Block", "value": "*\n * Key codes\n ", "range": [ - 439, - 459 + 996, + 1016 ], "loc": { "start": { - "line": 31, + "line": 43, "column": 0 }, "end": { - "line": 33, + "line": 45, "column": 3 } } @@ -847,16 +1886,16 @@ "type": "Block", "value": "*\n * Enter key code\n * @type {Number}\n ", "range": [ - 461, - 504 + 1018, + 1061 ], "loc": { "start": { - "line": 35, + "line": 47, "column": 0 }, "end": { - "line": 38, + "line": 50, "column": 3 } } @@ -866,16 +1905,16 @@ "specifiers": [], "source": null, "range": [ - 410, - 437 + 967, + 994 ], "loc": { "start": { - "line": 29, + "line": 41, "column": 0 }, "end": { - "line": 29, + "line": 41, "column": 27 } }, @@ -884,16 +1923,16 @@ "type": "Block", "value": "*\n * None filter type\n * @type {String}\n ", "range": [ - 364, - 409 + 921, + 966 ], "loc": { "start": { - "line": 25, + "line": 37, "column": 0 }, "end": { - "line": 28, + "line": 40, "column": 3 } } @@ -904,16 +1943,16 @@ "type": "Block", "value": "*\n * Key codes\n ", "range": [ - 439, - 459 + 996, + 1016 ], "loc": { "start": { - "line": 31, + "line": 43, "column": 0 }, "end": { - "line": 33, + "line": 45, "column": 3 } } @@ -922,16 +1961,16 @@ "type": "Block", "value": "*\n * Enter key code\n * @type {Number}\n ", "range": [ - 461, - 504 + 1018, + 1061 ], "loc": { "start": { - "line": 35, + "line": 47, "column": 0 }, "end": { - "line": 38, + "line": 50, "column": 3 } } @@ -949,16 +1988,16 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 518, - 527 + 1075, + 1084 ], "loc": { "start": { - "line": 39, + "line": 51, "column": 13 }, "end": { - "line": 39, + "line": 51, "column": 22 } } @@ -968,31 +2007,31 @@ "value": 13, "raw": "13", "range": [ - 530, - 532 + 1087, + 1089 ], "loc": { "start": { - "line": 39, + "line": 51, "column": 25 }, "end": { - "line": 39, + "line": 51, "column": 27 } } }, "range": [ - 518, - 532 + 1075, + 1089 ], "loc": { "start": { - "line": 39, + "line": 51, "column": 13 }, "end": { - "line": 39, + "line": 51, "column": 27 } } @@ -1000,16 +2039,16 @@ ], "kind": "const", "range": [ - 512, - 533 + 1069, + 1090 ], "loc": { "start": { - "line": 39, + "line": 51, "column": 7 }, "end": { - "line": 39, + "line": 51, "column": 28 } }, @@ -1018,16 +2057,16 @@ "type": "Block", "value": "*\n * Key codes\n ", "range": [ - 439, - 459 + 996, + 1016 ], "loc": { "start": { - "line": 31, + "line": 43, "column": 0 }, "end": { - "line": 33, + "line": 45, "column": 3 } } @@ -1036,16 +2075,16 @@ "type": "Block", "value": "*\n * Enter key code\n * @type {Number}\n ", "range": [ - 461, - 504 + 1018, + 1061 ], "loc": { "start": { - "line": 35, + "line": 47, "column": 0 }, "end": { - "line": 38, + "line": 50, "column": 3 } } @@ -1056,16 +2095,16 @@ "type": "Block", "value": "*\n * Tab key code\n * @type {Number}\n ", "range": [ - 534, - 575 + 1091, + 1132 ], "loc": { "start": { - "line": 40, + "line": 52, "column": 0 }, "end": { - "line": 43, + "line": 55, "column": 3 } } @@ -1075,16 +2114,16 @@ "specifiers": [], "source": null, "range": [ - 505, - 533 + 1062, + 1090 ], "loc": { "start": { - "line": 39, + "line": 51, "column": 0 }, "end": { - "line": 39, + "line": 51, "column": 28 } }, @@ -1093,16 +2132,16 @@ "type": "Block", "value": "*\n * Key codes\n ", "range": [ - 439, - 459 + 996, + 1016 ], "loc": { "start": { - "line": 31, + "line": 43, "column": 0 }, "end": { - "line": 33, + "line": 45, "column": 3 } } @@ -1111,16 +2150,16 @@ "type": "Block", "value": "*\n * Enter key code\n * @type {Number}\n ", "range": [ - 461, - 504 + 1018, + 1061 ], "loc": { "start": { - "line": 35, + "line": 47, "column": 0 }, "end": { - "line": 38, + "line": 50, "column": 3 } } @@ -1131,16 +2170,16 @@ "type": "Block", "value": "*\n * Tab key code\n * @type {Number}\n ", "range": [ - 534, - 575 + 1091, + 1132 ], "loc": { "start": { - "line": 40, + "line": 52, "column": 0 }, "end": { - "line": 43, + "line": 55, "column": 3 } } @@ -1158,16 +2197,16 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 589, - 596 + 1146, + 1153 ], "loc": { "start": { - "line": 44, + "line": 56, "column": 13 }, "end": { - "line": 44, + "line": 56, "column": 20 } } @@ -1177,31 +2216,31 @@ "value": 9, "raw": "9", "range": [ - 599, - 600 + 1156, + 1157 ], "loc": { "start": { - "line": 44, + "line": 56, "column": 23 }, "end": { - "line": 44, + "line": 56, "column": 24 } } }, "range": [ - 589, - 600 + 1146, + 1157 ], "loc": { "start": { - "line": 44, + "line": 56, "column": 13 }, "end": { - "line": 44, + "line": 56, "column": 24 } } @@ -1209,16 +2248,16 @@ ], "kind": "const", "range": [ - 583, - 601 + 1140, + 1158 ], "loc": { "start": { - "line": 44, + "line": 56, "column": 7 }, "end": { - "line": 44, + "line": 56, "column": 25 } }, @@ -1227,16 +2266,16 @@ "type": "Block", "value": "*\n * Tab key code\n * @type {Number}\n ", "range": [ - 534, - 575 + 1091, + 1132 ], "loc": { "start": { - "line": 40, + "line": 52, "column": 0 }, "end": { - "line": 43, + "line": 55, "column": 3 } } @@ -1247,16 +2286,16 @@ "type": "Block", "value": "*\n * Escape key code\n * @type {Number}\n ", "range": [ - 602, - 646 + 1159, + 1203 ], "loc": { "start": { - "line": 45, + "line": 57, "column": 0 }, "end": { - "line": 48, + "line": 60, "column": 3 } } @@ -1266,16 +2305,16 @@ "specifiers": [], "source": null, "range": [ - 576, - 601 + 1133, + 1158 ], "loc": { "start": { - "line": 44, + "line": 56, "column": 0 }, "end": { - "line": 44, + "line": 56, "column": 25 } }, @@ -1284,16 +2323,16 @@ "type": "Block", "value": "*\n * Tab key code\n * @type {Number}\n ", "range": [ - 534, - 575 + 1091, + 1132 ], "loc": { "start": { - "line": 40, + "line": 52, "column": 0 }, "end": { - "line": 43, + "line": 55, "column": 3 } } @@ -1304,16 +2343,16 @@ "type": "Block", "value": "*\n * Escape key code\n * @type {Number}\n ", "range": [ - 602, - 646 + 1159, + 1203 ], "loc": { "start": { - "line": 45, + "line": 57, "column": 0 }, "end": { - "line": 48, + "line": 60, "column": 3 } } @@ -1331,16 +2370,16 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 660, - 667 + 1217, + 1224 ], "loc": { "start": { - "line": 49, + "line": 61, "column": 13 }, "end": { - "line": 49, + "line": 61, "column": 20 } } @@ -1350,31 +2389,31 @@ "value": 27, "raw": "27", "range": [ - 670, - 672 + 1227, + 1229 ], "loc": { "start": { - "line": 49, + "line": 61, "column": 23 }, "end": { - "line": 49, + "line": 61, "column": 25 } } }, "range": [ - 660, - 672 + 1217, + 1229 ], "loc": { "start": { - "line": 49, + "line": 61, "column": 13 }, "end": { - "line": 49, + "line": 61, "column": 25 } } @@ -1382,16 +2421,16 @@ ], "kind": "const", "range": [ - 654, - 673 + 1211, + 1230 ], "loc": { "start": { - "line": 49, + "line": 61, "column": 7 }, "end": { - "line": 49, + "line": 61, "column": 26 } }, @@ -1400,16 +2439,16 @@ "type": "Block", "value": "*\n * Escape key code\n * @type {Number}\n ", "range": [ - 602, - 646 + 1159, + 1203 ], "loc": { "start": { - "line": 45, + "line": 57, "column": 0 }, "end": { - "line": 48, + "line": 60, "column": 3 } } @@ -1420,16 +2459,16 @@ "type": "Block", "value": "*\n * Up arrow key code\n * @type {Number}\n ", "range": [ - 674, - 720 + 1231, + 1277 ], "loc": { "start": { - "line": 50, + "line": 62, "column": 0 }, "end": { - "line": 53, + "line": 65, "column": 3 } } @@ -1439,16 +2478,16 @@ "specifiers": [], "source": null, "range": [ - 647, - 673 + 1204, + 1230 ], "loc": { "start": { - "line": 49, + "line": 61, "column": 0 }, "end": { - "line": 49, + "line": 61, "column": 26 } }, @@ -1457,16 +2496,16 @@ "type": "Block", "value": "*\n * Escape key code\n * @type {Number}\n ", "range": [ - 602, - 646 + 1159, + 1203 ], "loc": { "start": { - "line": 45, + "line": 57, "column": 0 }, "end": { - "line": 48, + "line": 60, "column": 3 } } @@ -1477,16 +2516,16 @@ "type": "Block", "value": "*\n * Up arrow key code\n * @type {Number}\n ", "range": [ - 674, - 720 + 1231, + 1277 ], "loc": { "start": { - "line": 50, + "line": 62, "column": 0 }, "end": { - "line": 53, + "line": 65, "column": 3 } } @@ -1504,16 +2543,16 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 734, - 746 + 1291, + 1303 ], "loc": { "start": { - "line": 54, + "line": 66, "column": 13 }, "end": { - "line": 54, + "line": 66, "column": 25 } } @@ -1523,31 +2562,31 @@ "value": 38, "raw": "38", "range": [ - 749, - 751 + 1306, + 1308 ], "loc": { "start": { - "line": 54, + "line": 66, "column": 28 }, "end": { - "line": 54, + "line": 66, "column": 30 } } }, "range": [ - 734, - 751 + 1291, + 1308 ], "loc": { "start": { - "line": 54, + "line": 66, "column": 13 }, "end": { - "line": 54, + "line": 66, "column": 30 } } @@ -1555,16 +2594,16 @@ ], "kind": "const", "range": [ - 728, - 752 + 1285, + 1309 ], "loc": { "start": { - "line": 54, + "line": 66, "column": 7 }, "end": { - "line": 54, + "line": 66, "column": 31 } }, @@ -1573,16 +2612,16 @@ "type": "Block", "value": "*\n * Up arrow key code\n * @type {Number}\n ", "range": [ - 674, - 720 + 1231, + 1277 ], "loc": { "start": { - "line": 50, + "line": 62, "column": 0 }, "end": { - "line": 53, + "line": 65, "column": 3 } } @@ -1593,16 +2632,16 @@ "type": "Block", "value": "*\n * Down arrow key code\n * @type {Number}\n ", "range": [ - 753, - 801 + 1310, + 1358 ], "loc": { "start": { - "line": 55, + "line": 67, "column": 0 }, "end": { - "line": 58, + "line": 70, "column": 3 } } @@ -1612,16 +2651,16 @@ "specifiers": [], "source": null, "range": [ - 721, - 752 + 1278, + 1309 ], "loc": { "start": { - "line": 54, + "line": 66, "column": 0 }, "end": { - "line": 54, + "line": 66, "column": 31 } }, @@ -1630,16 +2669,16 @@ "type": "Block", "value": "*\n * Up arrow key code\n * @type {Number}\n ", "range": [ - 674, - 720 + 1231, + 1277 ], "loc": { "start": { - "line": 50, + "line": 62, "column": 0 }, "end": { - "line": 53, + "line": 65, "column": 3 } } @@ -1650,16 +2689,16 @@ "type": "Block", "value": "*\n * Down arrow key code\n * @type {Number}\n ", "range": [ - 753, - 801 + 1310, + 1358 ], "loc": { "start": { - "line": 55, + "line": 67, "column": 0 }, "end": { - "line": 58, + "line": 70, "column": 3 } } @@ -1677,16 +2716,16 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 815, - 829 + 1372, + 1386 ], "loc": { "start": { - "line": 59, + "line": 71, "column": 13 }, "end": { - "line": 59, + "line": 71, "column": 27 } } @@ -1696,31 +2735,31 @@ "value": 40, "raw": "40", "range": [ - 832, - 834 + 1389, + 1391 ], "loc": { "start": { - "line": 59, + "line": 71, "column": 30 }, "end": { - "line": 59, + "line": 71, "column": 32 } } }, "range": [ - 815, - 834 + 1372, + 1391 ], "loc": { "start": { - "line": 59, + "line": 71, "column": 13 }, "end": { - "line": 59, + "line": 71, "column": 32 } } @@ -1728,16 +2767,16 @@ ], "kind": "const", "range": [ - 809, - 835 + 1366, + 1392 ], "loc": { "start": { - "line": 59, + "line": 71, "column": 7 }, "end": { - "line": 59, + "line": 71, "column": 33 } }, @@ -1746,16 +2785,16 @@ "type": "Block", "value": "*\n * Down arrow key code\n * @type {Number}\n ", "range": [ - 753, - 801 + 1310, + 1358 ], "loc": { "start": { - "line": 55, + "line": 67, "column": 0 }, "end": { - "line": 58, + "line": 70, "column": 3 } } @@ -1766,16 +2805,16 @@ "type": "Block", "value": "*\n * HTML tags\n ", "range": [ - 837, - 857 + 1394, + 1414 ], "loc": { "start": { - "line": 61, + "line": 73, "column": 0 }, "end": { - "line": 63, + "line": 75, "column": 3 } } @@ -1784,16 +2823,16 @@ "type": "Block", "value": "*\n * Header cell tag\n * @type {String}\n ", "range": [ - 859, - 903 + 1416, + 1460 ], "loc": { "start": { - "line": 65, + "line": 77, "column": 0 }, "end": { - "line": 68, + "line": 80, "column": 3 } } @@ -1803,16 +2842,16 @@ "specifiers": [], "source": null, "range": [ - 802, - 835 + 1359, + 1392 ], "loc": { "start": { - "line": 59, + "line": 71, "column": 0 }, "end": { - "line": 59, + "line": 71, "column": 33 } }, @@ -1821,16 +2860,16 @@ "type": "Block", "value": "*\n * Down arrow key code\n * @type {Number}\n ", "range": [ - 753, - 801 + 1310, + 1358 ], "loc": { "start": { - "line": 55, + "line": 67, "column": 0 }, "end": { - "line": 58, + "line": 70, "column": 3 } } @@ -1841,16 +2880,16 @@ "type": "Block", "value": "*\n * HTML tags\n ", "range": [ - 837, - 857 + 1394, + 1414 ], "loc": { "start": { - "line": 61, + "line": 73, "column": 0 }, "end": { - "line": 63, + "line": 75, "column": 3 } } @@ -1859,16 +2898,16 @@ "type": "Block", "value": "*\n * Header cell tag\n * @type {String}\n ", "range": [ - 859, - 903 + 1416, + 1460 ], "loc": { "start": { - "line": 65, + "line": 77, "column": 0 }, "end": { - "line": 68, + "line": 80, "column": 3 } } @@ -1886,16 +2925,16 @@ "type": "Identifier", "name": "HEADER_TAG", "range": [ - 917, - 927 + 1474, + 1484 ], "loc": { "start": { - "line": 69, + "line": 81, "column": 13 }, "end": { - "line": 69, + "line": 81, "column": 23 } } @@ -1905,31 +2944,31 @@ "value": "TH", "raw": "'TH'", "range": [ - 930, - 934 + 1487, + 1491 ], "loc": { "start": { - "line": 69, + "line": 81, "column": 26 }, "end": { - "line": 69, + "line": 81, "column": 30 } } }, "range": [ - 917, - 934 + 1474, + 1491 ], "loc": { "start": { - "line": 69, + "line": 81, "column": 13 }, "end": { - "line": 69, + "line": 81, "column": 30 } } @@ -1937,16 +2976,16 @@ ], "kind": "const", "range": [ - 911, - 935 + 1468, + 1492 ], "loc": { "start": { - "line": 69, + "line": 81, "column": 7 }, "end": { - "line": 69, + "line": 81, "column": 31 } }, @@ -1955,16 +2994,16 @@ "type": "Block", "value": "*\n * HTML tags\n ", "range": [ - 837, - 857 + 1394, + 1414 ], "loc": { "start": { - "line": 61, + "line": 73, "column": 0 }, "end": { - "line": 63, + "line": 75, "column": 3 } } @@ -1973,16 +3012,16 @@ "type": "Block", "value": "*\n * Header cell tag\n * @type {String}\n ", "range": [ - 859, - 903 + 1416, + 1460 ], "loc": { "start": { - "line": 65, + "line": 77, "column": 0 }, "end": { - "line": 68, + "line": 80, "column": 3 } } @@ -1993,16 +3032,16 @@ "type": "Block", "value": "*\n * Cell tag\n * @type {String}\n ", "range": [ - 936, - 973 + 1493, + 1530 ], "loc": { "start": { - "line": 70, + "line": 82, "column": 0 }, "end": { - "line": 73, + "line": 85, "column": 3 } } @@ -2012,16 +3051,16 @@ "specifiers": [], "source": null, "range": [ - 904, - 935 + 1461, + 1492 ], "loc": { "start": { - "line": 69, + "line": 81, "column": 0 }, "end": { - "line": 69, + "line": 81, "column": 31 } }, @@ -2030,16 +3069,16 @@ "type": "Block", "value": "*\n * HTML tags\n ", "range": [ - 837, - 857 + 1394, + 1414 ], "loc": { "start": { - "line": 61, + "line": 73, "column": 0 }, "end": { - "line": 63, + "line": 75, "column": 3 } } @@ -2048,16 +3087,16 @@ "type": "Block", "value": "*\n * Header cell tag\n * @type {String}\n ", "range": [ - 859, - 903 + 1416, + 1460 ], "loc": { "start": { - "line": 65, + "line": 77, "column": 0 }, "end": { - "line": 68, + "line": 80, "column": 3 } } @@ -2068,16 +3107,16 @@ "type": "Block", "value": "*\n * Cell tag\n * @type {String}\n ", "range": [ - 936, - 973 + 1493, + 1530 ], "loc": { "start": { - "line": 70, + "line": 82, "column": 0 }, "end": { - "line": 73, + "line": 85, "column": 3 } } @@ -2095,16 +3134,16 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 987, - 995 + 1544, + 1552 ], "loc": { "start": { - "line": 74, + "line": 86, "column": 13 }, "end": { - "line": 74, + "line": 86, "column": 21 } } @@ -2114,31 +3153,31 @@ "value": "TD", "raw": "'TD'", "range": [ - 998, - 1002 + 1555, + 1559 ], "loc": { "start": { - "line": 74, + "line": 86, "column": 24 }, "end": { - "line": 74, + "line": 86, "column": 28 } } }, "range": [ - 987, - 1002 + 1544, + 1559 ], "loc": { "start": { - "line": 74, + "line": 86, "column": 13 }, "end": { - "line": 74, + "line": 86, "column": 28 } } @@ -2146,16 +3185,16 @@ ], "kind": "const", "range": [ - 981, - 1003 + 1538, + 1560 ], "loc": { "start": { - "line": 74, + "line": 86, "column": 7 }, "end": { - "line": 74, + "line": 86, "column": 29 } }, @@ -2164,16 +3203,16 @@ "type": "Block", "value": "*\n * Cell tag\n * @type {String}\n ", "range": [ - 936, - 973 + 1493, + 1530 ], "loc": { "start": { - "line": 70, + "line": 82, "column": 0 }, "end": { - "line": 73, + "line": 85, "column": 3 } } @@ -2184,16 +3223,16 @@ "type": "Block", "value": "*\n * Data types\n ", "range": [ - 1005, - 1026 + 1562, + 1583 ], "loc": { "start": { - "line": 76, + "line": 88, "column": 0 }, "end": { - "line": 78, + "line": 90, "column": 3 } } @@ -2202,16 +3241,16 @@ "type": "Block", "value": "*\n * String\n * @type {String}\n ", "range": [ - 1028, - 1063 + 1585, + 1620 ], "loc": { "start": { - "line": 80, + "line": 92, "column": 0 }, "end": { - "line": 83, + "line": 95, "column": 3 } } @@ -2221,16 +3260,16 @@ "specifiers": [], "source": null, "range": [ - 974, - 1003 + 1531, + 1560 ], "loc": { "start": { - "line": 74, + "line": 86, "column": 0 }, "end": { - "line": 74, + "line": 86, "column": 29 } }, @@ -2239,16 +3278,16 @@ "type": "Block", "value": "*\n * Cell tag\n * @type {String}\n ", "range": [ - 936, - 973 + 1493, + 1530 ], "loc": { "start": { - "line": 70, + "line": 82, "column": 0 }, "end": { - "line": 73, + "line": 85, "column": 3 } } @@ -2259,16 +3298,16 @@ "type": "Block", "value": "*\n * Data types\n ", "range": [ - 1005, - 1026 + 1562, + 1583 ], "loc": { "start": { - "line": 76, + "line": 88, "column": 0 }, "end": { - "line": 78, + "line": 90, "column": 3 } } @@ -2277,16 +3316,16 @@ "type": "Block", "value": "*\n * String\n * @type {String}\n ", "range": [ - 1028, - 1063 + 1585, + 1620 ], "loc": { "start": { - "line": 80, + "line": 92, "column": 0 }, "end": { - "line": 83, + "line": 95, "column": 3 } } @@ -2304,16 +3343,16 @@ "type": "Identifier", "name": "STRING", "range": [ - 1077, - 1083 + 1634, + 1640 ], "loc": { "start": { - "line": 84, + "line": 96, "column": 13 }, "end": { - "line": 84, + "line": 96, "column": 19 } } @@ -2323,31 +3362,31 @@ "value": "string", "raw": "'string'", "range": [ - 1086, - 1094 + 1643, + 1651 ], "loc": { "start": { - "line": 84, + "line": 96, "column": 22 }, "end": { - "line": 84, + "line": 96, "column": 30 } } }, "range": [ - 1077, - 1094 + 1634, + 1651 ], "loc": { "start": { - "line": 84, + "line": 96, "column": 13 }, "end": { - "line": 84, + "line": 96, "column": 30 } } @@ -2355,16 +3394,16 @@ ], "kind": "const", "range": [ - 1071, - 1095 + 1628, + 1652 ], "loc": { "start": { - "line": 84, + "line": 96, "column": 7 }, "end": { - "line": 84, + "line": 96, "column": 31 } }, @@ -2373,16 +3412,16 @@ "type": "Block", "value": "*\n * Data types\n ", "range": [ - 1005, - 1026 + 1562, + 1583 ], "loc": { "start": { - "line": 76, + "line": 88, "column": 0 }, "end": { - "line": 78, + "line": 90, "column": 3 } } @@ -2391,16 +3430,16 @@ "type": "Block", "value": "*\n * String\n * @type {String}\n ", "range": [ - 1028, - 1063 + 1585, + 1620 ], "loc": { "start": { - "line": 80, + "line": 92, "column": 0 }, "end": { - "line": 83, + "line": 95, "column": 3 } } @@ -2411,16 +3450,16 @@ "type": "Block", "value": "*\n * Number\n * @type {String}\n ", "range": [ - 1097, - 1132 + 1654, + 1689 ], "loc": { "start": { - "line": 86, + "line": 98, "column": 0 }, "end": { - "line": 89, + "line": 101, "column": 3 } } @@ -2430,16 +3469,16 @@ "specifiers": [], "source": null, "range": [ - 1064, - 1095 + 1621, + 1652 ], "loc": { "start": { - "line": 84, + "line": 96, "column": 0 }, "end": { - "line": 84, + "line": 96, "column": 31 } }, @@ -2448,16 +3487,16 @@ "type": "Block", "value": "*\n * Data types\n ", "range": [ - 1005, - 1026 + 1562, + 1583 ], "loc": { "start": { - "line": 76, + "line": 88, "column": 0 }, "end": { - "line": 78, + "line": 90, "column": 3 } } @@ -2466,16 +3505,16 @@ "type": "Block", "value": "*\n * String\n * @type {String}\n ", "range": [ - 1028, - 1063 + 1585, + 1620 ], "loc": { "start": { - "line": 80, + "line": 92, "column": 0 }, "end": { - "line": 83, + "line": 95, "column": 3 } } @@ -2486,16 +3525,16 @@ "type": "Block", "value": "*\n * Number\n * @type {String}\n ", "range": [ - 1097, - 1132 + 1654, + 1689 ], "loc": { "start": { - "line": 86, + "line": 98, "column": 0 }, "end": { - "line": 89, + "line": 101, "column": 3 } } @@ -2513,16 +3552,16 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 1146, - 1152 + 1703, + 1709 ], "loc": { "start": { - "line": 90, + "line": 102, "column": 13 }, "end": { - "line": 90, + "line": 102, "column": 19 } } @@ -2532,31 +3571,31 @@ "value": "number", "raw": "'number'", "range": [ - 1155, - 1163 + 1712, + 1720 ], "loc": { "start": { - "line": 90, + "line": 102, "column": 22 }, "end": { - "line": 90, + "line": 102, "column": 30 } } }, "range": [ - 1146, - 1163 + 1703, + 1720 ], "loc": { "start": { - "line": 90, + "line": 102, "column": 13 }, "end": { - "line": 90, + "line": 102, "column": 30 } } @@ -2564,16 +3603,16 @@ ], "kind": "const", "range": [ - 1140, - 1164 + 1697, + 1721 ], "loc": { "start": { - "line": 90, + "line": 102, "column": 7 }, "end": { - "line": 90, + "line": 102, "column": 31 } }, @@ -2582,16 +3621,16 @@ "type": "Block", "value": "*\n * Number\n * @type {String}\n ", "range": [ - 1097, - 1132 + 1654, + 1689 ], "loc": { "start": { - "line": 86, + "line": 98, "column": 0 }, "end": { - "line": 89, + "line": 101, "column": 3 } } @@ -2602,16 +3641,16 @@ "type": "Block", "value": "*\n * Formatted number\n * @type {String}\n ", "range": [ - 1166, - 1211 + 1723, + 1768 ], "loc": { "start": { - "line": 92, + "line": 104, "column": 0 }, "end": { - "line": 95, + "line": 107, "column": 3 } } @@ -2621,16 +3660,16 @@ "specifiers": [], "source": null, "range": [ - 1133, - 1164 + 1690, + 1721 ], "loc": { "start": { - "line": 90, + "line": 102, "column": 0 }, "end": { - "line": 90, + "line": 102, "column": 31 } }, @@ -2639,16 +3678,16 @@ "type": "Block", "value": "*\n * Number\n * @type {String}\n ", "range": [ - 1097, - 1132 + 1654, + 1689 ], "loc": { "start": { - "line": 86, + "line": 98, "column": 0 }, "end": { - "line": 89, + "line": 101, "column": 3 } } @@ -2659,16 +3698,16 @@ "type": "Block", "value": "*\n * Formatted number\n * @type {String}\n ", "range": [ - 1166, - 1211 + 1723, + 1768 ], "loc": { "start": { - "line": 92, + "line": 104, "column": 0 }, "end": { - "line": 95, + "line": 107, "column": 3 } } @@ -2686,16 +3725,16 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 1225, - 1241 + 1782, + 1798 ], "loc": { "start": { - "line": 96, + "line": 108, "column": 13 }, "end": { - "line": 96, + "line": 108, "column": 29 } } @@ -2705,31 +3744,31 @@ "value": "formatted-number", "raw": "'formatted-number'", "range": [ - 1244, - 1262 + 1801, + 1819 ], "loc": { "start": { - "line": 96, + "line": 108, "column": 32 }, "end": { - "line": 96, + "line": 108, "column": 50 } } }, "range": [ - 1225, - 1262 + 1782, + 1819 ], "loc": { "start": { - "line": 96, + "line": 108, "column": 13 }, "end": { - "line": 96, + "line": 108, "column": 50 } } @@ -2737,16 +3776,16 @@ ], "kind": "const", "range": [ - 1219, - 1263 + 1776, + 1820 ], "loc": { "start": { - "line": 96, + "line": 108, "column": 7 }, "end": { - "line": 96, + "line": 108, "column": 51 } }, @@ -2755,16 +3794,16 @@ "type": "Block", "value": "*\n * Formatted number\n * @type {String}\n ", "range": [ - 1166, - 1211 + 1723, + 1768 ], "loc": { "start": { - "line": 92, + "line": 104, "column": 0 }, "end": { - "line": 95, + "line": 107, "column": 3 } } @@ -2775,16 +3814,16 @@ "type": "Block", "value": "*\n * Date\n * @type {String}\n ", "range": [ - 1265, - 1298 + 1822, + 1855 ], "loc": { "start": { - "line": 98, + "line": 110, "column": 0 }, "end": { - "line": 101, + "line": 113, "column": 3 } } @@ -2794,16 +3833,16 @@ "specifiers": [], "source": null, "range": [ - 1212, - 1263 + 1769, + 1820 ], "loc": { "start": { - "line": 96, + "line": 108, "column": 0 }, "end": { - "line": 96, + "line": 108, "column": 51 } }, @@ -2812,16 +3851,16 @@ "type": "Block", "value": "*\n * Formatted number\n * @type {String}\n ", "range": [ - 1166, - 1211 + 1723, + 1768 ], "loc": { "start": { - "line": 92, + "line": 104, "column": 0 }, "end": { - "line": 95, + "line": 107, "column": 3 } } @@ -2832,16 +3871,16 @@ "type": "Block", "value": "*\n * Date\n * @type {String}\n ", "range": [ - 1265, - 1298 + 1822, + 1855 ], "loc": { "start": { - "line": 98, + "line": 110, "column": 0 }, "end": { - "line": 101, + "line": 113, "column": 3 } } @@ -2859,16 +3898,16 @@ "type": "Identifier", "name": "DATE", "range": [ - 1312, - 1316 + 1869, + 1873 ], "loc": { "start": { - "line": 102, + "line": 114, "column": 13 }, "end": { - "line": 102, + "line": 114, "column": 17 } } @@ -2878,31 +3917,31 @@ "value": "date", "raw": "'date'", "range": [ - 1319, - 1325 + 1876, + 1882 ], "loc": { "start": { - "line": 102, + "line": 114, "column": 20 }, "end": { - "line": 102, + "line": 114, "column": 26 } } }, "range": [ - 1312, - 1325 + 1869, + 1882 ], "loc": { "start": { - "line": 102, + "line": 114, "column": 13 }, "end": { - "line": 102, + "line": 114, "column": 26 } } @@ -2910,16 +3949,16 @@ ], "kind": "const", "range": [ - 1306, - 1326 + 1863, + 1883 ], "loc": { "start": { - "line": 102, + "line": 114, "column": 7 }, "end": { - "line": 102, + "line": 114, "column": 27 } }, @@ -2928,16 +3967,16 @@ "type": "Block", "value": "*\n * Date\n * @type {String}\n ", "range": [ - 1265, - 1298 + 1822, + 1855 ], "loc": { "start": { - "line": 98, + "line": 110, "column": 0 }, "end": { - "line": 101, + "line": 113, "column": 3 } } @@ -2948,16 +3987,16 @@ "type": "Block", "value": "*\n * IP address\n * @type {String}\n ", "range": [ - 1328, - 1367 + 1885, + 1924 ], "loc": { "start": { - "line": 104, + "line": 116, "column": 0 }, "end": { - "line": 107, + "line": 119, "column": 3 } } @@ -2967,16 +4006,16 @@ "specifiers": [], "source": null, "range": [ - 1299, - 1326 + 1856, + 1883 ], "loc": { "start": { - "line": 102, + "line": 114, "column": 0 }, "end": { - "line": 102, + "line": 114, "column": 27 } }, @@ -2985,16 +4024,16 @@ "type": "Block", "value": "*\n * Date\n * @type {String}\n ", "range": [ - 1265, - 1298 + 1822, + 1855 ], "loc": { "start": { - "line": 98, + "line": 110, "column": 0 }, "end": { - "line": 101, + "line": 113, "column": 3 } } @@ -3005,16 +4044,16 @@ "type": "Block", "value": "*\n * IP address\n * @type {String}\n ", "range": [ - 1328, - 1367 + 1885, + 1924 ], "loc": { "start": { - "line": 104, + "line": 116, "column": 0 }, "end": { - "line": 107, + "line": 119, "column": 3 } } @@ -3032,16 +4071,16 @@ "type": "Identifier", "name": "IP_ADDRESS", "range": [ - 1381, - 1391 + 1938, + 1948 ], "loc": { "start": { - "line": 108, + "line": 120, "column": 13 }, "end": { - "line": 108, + "line": 120, "column": 23 } } @@ -3051,31 +4090,31 @@ "value": "ipaddress", "raw": "'ipaddress'", "range": [ - 1394, - 1405 + 1951, + 1962 ], "loc": { "start": { - "line": 108, + "line": 120, "column": 26 }, "end": { - "line": 108, + "line": 120, "column": 37 } } }, "range": [ - 1381, - 1405 + 1938, + 1962 ], "loc": { "start": { - "line": 108, + "line": 120, "column": 13 }, "end": { - "line": 108, + "line": 120, "column": 37 } } @@ -3083,16 +4122,16 @@ ], "kind": "const", "range": [ - 1375, - 1406 + 1932, + 1963 ], "loc": { "start": { - "line": 108, + "line": 120, "column": 7 }, "end": { - "line": 108, + "line": 120, "column": 38 } }, @@ -3101,16 +4140,16 @@ "type": "Block", "value": "*\n * IP address\n * @type {String}\n ", "range": [ - 1328, - 1367 + 1885, + 1924 ], "loc": { "start": { - "line": 104, + "line": 116, "column": 0 }, "end": { - "line": 107, + "line": 119, "column": 3 } } @@ -3121,16 +4160,16 @@ "type": "Block", "value": "*\n * Default values\n ", "range": [ - 1408, - 1433 + 1965, + 1990 ], "loc": { "start": { - "line": 110, + "line": 122, "column": 0 }, "end": { - "line": 112, + "line": 124, "column": 3 } } @@ -3139,16 +4178,16 @@ "type": "Block", "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", "range": [ - 1435, - 1497 + 1992, + 2054 ], "loc": { "start": { - "line": 114, + "line": 126, "column": 0 }, "end": { - "line": 117, + "line": 129, "column": 3 } } @@ -3158,16 +4197,16 @@ "specifiers": [], "source": null, "range": [ - 1368, - 1406 + 1925, + 1963 ], "loc": { "start": { - "line": 108, + "line": 120, "column": 0 }, "end": { - "line": 108, + "line": 120, "column": 38 } }, @@ -3176,16 +4215,16 @@ "type": "Block", "value": "*\n * IP address\n * @type {String}\n ", "range": [ - 1328, - 1367 + 1885, + 1924 ], "loc": { "start": { - "line": 104, + "line": 116, "column": 0 }, "end": { - "line": 107, + "line": 119, "column": 3 } } @@ -3196,16 +4235,16 @@ "type": "Block", "value": "*\n * Default values\n ", "range": [ - 1408, - 1433 + 1965, + 1990 ], "loc": { "start": { - "line": 110, + "line": 122, "column": 0 }, "end": { - "line": 112, + "line": 124, "column": 3 } } @@ -3214,16 +4253,16 @@ "type": "Block", "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", "range": [ - 1435, - 1497 + 1992, + 2054 ], "loc": { "start": { - "line": 114, + "line": 126, "column": 0 }, "end": { - "line": 117, + "line": 129, "column": 3 } } @@ -3241,16 +4280,16 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 1511, - 1528 + 2068, + 2085 ], "loc": { "start": { - "line": 118, + "line": 130, "column": 13 }, "end": { - "line": 118, + "line": 130, "column": 30 } } @@ -3260,31 +4299,31 @@ "value": 750, "raw": "750", "range": [ - 1531, - 1534 + 2088, + 2091 ], "loc": { "start": { - "line": 118, + "line": 130, "column": 33 }, "end": { - "line": 118, + "line": 130, "column": 36 } } }, "range": [ - 1511, - 1534 + 2068, + 2091 ], "loc": { "start": { - "line": 118, + "line": 130, "column": 13 }, "end": { - "line": 118, + "line": 130, "column": 36 } } @@ -3292,16 +4331,16 @@ ], "kind": "const", "range": [ - 1505, - 1535 + 2062, + 2092 ], "loc": { "start": { - "line": 118, + "line": 130, "column": 7 }, "end": { - "line": 118, + "line": 130, "column": 37 } }, @@ -3310,16 +4349,16 @@ "type": "Block", "value": "*\n * Default values\n ", "range": [ - 1408, - 1433 + 1965, + 1990 ], "loc": { "start": { - "line": 110, + "line": 122, "column": 0 }, "end": { - "line": 112, + "line": 124, "column": 3 } } @@ -3328,16 +4367,16 @@ "type": "Block", "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", "range": [ - 1435, - 1497 + 1992, + 2054 ], "loc": { "start": { - "line": 114, + "line": 126, "column": 0 }, "end": { - "line": 117, + "line": 129, "column": 3 } } @@ -3348,16 +4387,16 @@ "specifiers": [], "source": null, "range": [ - 1498, - 1535 + 2055, + 2092 ], "loc": { "start": { - "line": 118, + "line": 130, "column": 0 }, "end": { - "line": 118, + "line": 130, "column": 37 } }, @@ -3366,16 +4405,16 @@ "type": "Block", "value": "*\n * Default values\n ", "range": [ - 1408, - 1433 + 1965, + 1990 ], "loc": { "start": { - "line": 110, + "line": 122, "column": 0 }, "end": { - "line": 112, + "line": 124, "column": 3 } } @@ -3384,36 +4423,2208 @@ "type": "Block", "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", "range": [ - 1435, - 1497 + 1992, + 2054 ], "loc": { "start": { - "line": 114, + "line": 126, "column": 0 }, "end": { - "line": 117, + "line": 129, "column": 3 } } } ] + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "FEATURES", + "range": [ + 2107, + 2115 + ], + "loc": { + "start": { + "line": 132, + "column": 13 + }, + "end": { + "line": 132, + "column": 21 + } + } + }, + "init": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "state", + "range": [ + 2124, + 2129 + ], + "loc": { + "start": { + "line": 133, + "column": 4 + }, + "end": { + "line": 133, + "column": 9 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2141, + 2146 + ], + "loc": { + "start": { + "line": 134, + "column": 8 + }, + "end": { + "line": 134, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "State", + "range": [ + 2148, + 2153 + ], + "loc": { + "start": { + "line": 134, + "column": 15 + }, + "end": { + "line": 134, + "column": 20 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2141, + 2153 + ], + "loc": { + "start": { + "line": 134, + "column": 8 + }, + "end": { + "line": 134, + "column": 20 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2163, + 2167 + ], + "loc": { + "start": { + "line": 135, + "column": 8 + }, + "end": { + "line": 135, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "state", + "raw": "'state'", + "range": [ + 2169, + 2176 + ], + "loc": { + "start": { + "line": 135, + "column": 14 + }, + "end": { + "line": 135, + "column": 21 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2163, + 2176 + ], + "loc": { + "start": { + "line": 135, + "column": 8 + }, + "end": { + "line": 135, + "column": 21 + } + } + } + ], + "range": [ + 2131, + 2182 + ], + "loc": { + "start": { + "line": 133, + "column": 11 + }, + "end": { + "line": 136, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2124, + 2182 + ], + "loc": { + "start": { + "line": 133, + "column": 4 + }, + "end": { + "line": 136, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "markActiveColumns", + "range": [ + 2188, + 2205 + ], + "loc": { + "start": { + "line": 137, + "column": 4 + }, + "end": { + "line": 137, + "column": 21 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2217, + 2222 + ], + "loc": { + "start": { + "line": 138, + "column": 8 + }, + "end": { + "line": 138, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "MarkActiveColumns", + "range": [ + 2224, + 2241 + ], + "loc": { + "start": { + "line": 138, + "column": 15 + }, + "end": { + "line": 138, + "column": 32 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2217, + 2241 + ], + "loc": { + "start": { + "line": 138, + "column": 8 + }, + "end": { + "line": 138, + "column": 32 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2251, + 2255 + ], + "loc": { + "start": { + "line": 139, + "column": 8 + }, + "end": { + "line": 139, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "markActiveColumns", + "raw": "'markActiveColumns'", + "range": [ + 2257, + 2276 + ], + "loc": { + "start": { + "line": 139, + "column": 14 + }, + "end": { + "line": 139, + "column": 33 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2251, + 2276 + ], + "loc": { + "start": { + "line": 139, + "column": 8 + }, + "end": { + "line": 139, + "column": 33 + } + } + } + ], + "range": [ + 2207, + 2282 + ], + "loc": { + "start": { + "line": 137, + "column": 23 + }, + "end": { + "line": 140, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2188, + 2282 + ], + "loc": { + "start": { + "line": 137, + "column": 4 + }, + "end": { + "line": 140, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "gridLayout", + "range": [ + 2288, + 2298 + ], + "loc": { + "start": { + "line": 141, + "column": 4 + }, + "end": { + "line": 141, + "column": 14 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2310, + 2315 + ], + "loc": { + "start": { + "line": 142, + "column": 8 + }, + "end": { + "line": 142, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "GridLayout", + "range": [ + 2317, + 2327 + ], + "loc": { + "start": { + "line": 142, + "column": 15 + }, + "end": { + "line": 142, + "column": 25 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2310, + 2327 + ], + "loc": { + "start": { + "line": 142, + "column": 8 + }, + "end": { + "line": 142, + "column": 25 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2337, + 2341 + ], + "loc": { + "start": { + "line": 143, + "column": 8 + }, + "end": { + "line": 143, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "gridLayout", + "raw": "'gridLayout'", + "range": [ + 2343, + 2355 + ], + "loc": { + "start": { + "line": 143, + "column": 14 + }, + "end": { + "line": 143, + "column": 26 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2337, + 2355 + ], + "loc": { + "start": { + "line": 143, + "column": 8 + }, + "end": { + "line": 143, + "column": 26 + } + } + } + ], + "range": [ + 2300, + 2361 + ], + "loc": { + "start": { + "line": 141, + "column": 16 + }, + "end": { + "line": 144, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2288, + 2361 + ], + "loc": { + "start": { + "line": 141, + "column": 4 + }, + "end": { + "line": 144, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "loader", + "range": [ + 2367, + 2373 + ], + "loc": { + "start": { + "line": 145, + "column": 4 + }, + "end": { + "line": 145, + "column": 10 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2385, + 2390 + ], + "loc": { + "start": { + "line": 146, + "column": 8 + }, + "end": { + "line": 146, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "Loader", + "range": [ + 2392, + 2398 + ], + "loc": { + "start": { + "line": 146, + "column": 15 + }, + "end": { + "line": 146, + "column": 21 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2385, + 2398 + ], + "loc": { + "start": { + "line": 146, + "column": 8 + }, + "end": { + "line": 146, + "column": 21 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2408, + 2412 + ], + "loc": { + "start": { + "line": 147, + "column": 8 + }, + "end": { + "line": 147, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "loader", + "raw": "'loader'", + "range": [ + 2414, + 2422 + ], + "loc": { + "start": { + "line": 147, + "column": 14 + }, + "end": { + "line": 147, + "column": 22 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2408, + 2422 + ], + "loc": { + "start": { + "line": 147, + "column": 8 + }, + "end": { + "line": 147, + "column": 22 + } + } + } + ], + "range": [ + 2375, + 2428 + ], + "loc": { + "start": { + "line": 145, + "column": 12 + }, + "end": { + "line": 148, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2367, + 2428 + ], + "loc": { + "start": { + "line": 145, + "column": 4 + }, + "end": { + "line": 148, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "highlightKeyword", + "range": [ + 2434, + 2450 + ], + "loc": { + "start": { + "line": 149, + "column": 4 + }, + "end": { + "line": 149, + "column": 20 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2462, + 2467 + ], + "loc": { + "start": { + "line": 150, + "column": 8 + }, + "end": { + "line": 150, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "HighlightKeyword", + "range": [ + 2469, + 2485 + ], + "loc": { + "start": { + "line": 150, + "column": 15 + }, + "end": { + "line": 150, + "column": 31 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2462, + 2485 + ], + "loc": { + "start": { + "line": 150, + "column": 8 + }, + "end": { + "line": 150, + "column": 31 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2495, + 2499 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "highlightKeyword", + "raw": "'highlightKeyword'", + "range": [ + 2501, + 2519 + ], + "loc": { + "start": { + "line": 151, + "column": 14 + }, + "end": { + "line": 151, + "column": 32 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2495, + 2519 + ], + "loc": { + "start": { + "line": 151, + "column": 8 + }, + "end": { + "line": 151, + "column": 32 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "property", + "range": [ + 2529, + 2537 + ], + "loc": { + "start": { + "line": 152, + "column": 8 + }, + "end": { + "line": 152, + "column": 16 + } + } + }, + "value": { + "type": "Literal", + "value": "highlightKeywords", + "raw": "'highlightKeywords'", + "range": [ + 2539, + 2558 + ], + "loc": { + "start": { + "line": 152, + "column": 18 + }, + "end": { + "line": 152, + "column": 37 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2529, + 2558 + ], + "loc": { + "start": { + "line": 152, + "column": 8 + }, + "end": { + "line": 152, + "column": 37 + } + } + } + ], + "range": [ + 2452, + 2564 + ], + "loc": { + "start": { + "line": 149, + "column": 22 + }, + "end": { + "line": 153, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2434, + 2564 + ], + "loc": { + "start": { + "line": 149, + "column": 4 + }, + "end": { + "line": 153, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "popupFilter", + "range": [ + 2570, + 2581 + ], + "loc": { + "start": { + "line": 154, + "column": 4 + }, + "end": { + "line": 154, + "column": 15 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2593, + 2598 + ], + "loc": { + "start": { + "line": 155, + "column": 8 + }, + "end": { + "line": 155, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "PopupFilter", + "range": [ + 2600, + 2611 + ], + "loc": { + "start": { + "line": 155, + "column": 15 + }, + "end": { + "line": 155, + "column": 26 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2593, + 2611 + ], + "loc": { + "start": { + "line": 155, + "column": 8 + }, + "end": { + "line": 155, + "column": 26 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2621, + 2625 + ], + "loc": { + "start": { + "line": 156, + "column": 8 + }, + "end": { + "line": 156, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "popupFilter", + "raw": "'popupFilter'", + "range": [ + 2627, + 2640 + ], + "loc": { + "start": { + "line": 156, + "column": 14 + }, + "end": { + "line": 156, + "column": 27 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2621, + 2640 + ], + "loc": { + "start": { + "line": 156, + "column": 8 + }, + "end": { + "line": 156, + "column": 27 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "property", + "range": [ + 2650, + 2658 + ], + "loc": { + "start": { + "line": 157, + "column": 8 + }, + "end": { + "line": 157, + "column": 16 + } + } + }, + "value": { + "type": "Literal", + "value": "popupFilters", + "raw": "'popupFilters'", + "range": [ + 2660, + 2674 + ], + "loc": { + "start": { + "line": 157, + "column": 18 + }, + "end": { + "line": 157, + "column": 32 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2650, + 2674 + ], + "loc": { + "start": { + "line": 157, + "column": 8 + }, + "end": { + "line": 157, + "column": 32 + } + } + } + ], + "range": [ + 2583, + 2680 + ], + "loc": { + "start": { + "line": 154, + "column": 17 + }, + "end": { + "line": 158, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2570, + 2680 + ], + "loc": { + "start": { + "line": 154, + "column": 4 + }, + "end": { + "line": 158, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "rowsCounter", + "range": [ + 2686, + 2697 + ], + "loc": { + "start": { + "line": 159, + "column": 4 + }, + "end": { + "line": 159, + "column": 15 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2709, + 2714 + ], + "loc": { + "start": { + "line": 160, + "column": 8 + }, + "end": { + "line": 160, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "RowsCounter", + "range": [ + 2716, + 2727 + ], + "loc": { + "start": { + "line": 160, + "column": 15 + }, + "end": { + "line": 160, + "column": 26 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2709, + 2727 + ], + "loc": { + "start": { + "line": 160, + "column": 8 + }, + "end": { + "line": 160, + "column": 26 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2737, + 2741 + ], + "loc": { + "start": { + "line": 161, + "column": 8 + }, + "end": { + "line": 161, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "rowsCounter", + "raw": "'rowsCounter'", + "range": [ + 2743, + 2756 + ], + "loc": { + "start": { + "line": 161, + "column": 14 + }, + "end": { + "line": 161, + "column": 27 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2737, + 2756 + ], + "loc": { + "start": { + "line": 161, + "column": 8 + }, + "end": { + "line": 161, + "column": 27 + } + } + } + ], + "range": [ + 2699, + 2762 + ], + "loc": { + "start": { + "line": 159, + "column": 17 + }, + "end": { + "line": 162, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2686, + 2762 + ], + "loc": { + "start": { + "line": 159, + "column": 4 + }, + "end": { + "line": 162, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "statusBar", + "range": [ + 2768, + 2777 + ], + "loc": { + "start": { + "line": 163, + "column": 4 + }, + "end": { + "line": 163, + "column": 13 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2789, + 2794 + ], + "loc": { + "start": { + "line": 164, + "column": 8 + }, + "end": { + "line": 164, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "StatusBar", + "range": [ + 2796, + 2805 + ], + "loc": { + "start": { + "line": 164, + "column": 15 + }, + "end": { + "line": 164, + "column": 24 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2789, + 2805 + ], + "loc": { + "start": { + "line": 164, + "column": 8 + }, + "end": { + "line": 164, + "column": 24 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2815, + 2819 + ], + "loc": { + "start": { + "line": 165, + "column": 8 + }, + "end": { + "line": 165, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "statusBar", + "raw": "'statusBar'", + "range": [ + 2821, + 2832 + ], + "loc": { + "start": { + "line": 165, + "column": 14 + }, + "end": { + "line": 165, + "column": 25 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2815, + 2832 + ], + "loc": { + "start": { + "line": 165, + "column": 8 + }, + "end": { + "line": 165, + "column": 25 + } + } + } + ], + "range": [ + 2779, + 2838 + ], + "loc": { + "start": { + "line": 163, + "column": 15 + }, + "end": { + "line": 166, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2768, + 2838 + ], + "loc": { + "start": { + "line": 163, + "column": 4 + }, + "end": { + "line": 166, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "clearButton", + "range": [ + 2844, + 2855 + ], + "loc": { + "start": { + "line": 167, + "column": 4 + }, + "end": { + "line": 167, + "column": 15 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2867, + 2872 + ], + "loc": { + "start": { + "line": 168, + "column": 8 + }, + "end": { + "line": 168, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "ClearButton", + "range": [ + 2874, + 2885 + ], + "loc": { + "start": { + "line": 168, + "column": 15 + }, + "end": { + "line": 168, + "column": 26 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2867, + 2885 + ], + "loc": { + "start": { + "line": 168, + "column": 8 + }, + "end": { + "line": 168, + "column": 26 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 2895, + 2899 + ], + "loc": { + "start": { + "line": 169, + "column": 8 + }, + "end": { + "line": 169, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "clearButton", + "raw": "'clearButton'", + "range": [ + 2901, + 2914 + ], + "loc": { + "start": { + "line": 169, + "column": 14 + }, + "end": { + "line": 169, + "column": 27 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2895, + 2914 + ], + "loc": { + "start": { + "line": 169, + "column": 8 + }, + "end": { + "line": 169, + "column": 27 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "property", + "range": [ + 2924, + 2932 + ], + "loc": { + "start": { + "line": 170, + "column": 8 + }, + "end": { + "line": 170, + "column": 16 + } + } + }, + "value": { + "type": "Literal", + "value": "btnReset", + "raw": "'btnReset'", + "range": [ + 2934, + 2944 + ], + "loc": { + "start": { + "line": 170, + "column": 18 + }, + "end": { + "line": 170, + "column": 28 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2924, + 2944 + ], + "loc": { + "start": { + "line": 170, + "column": 8 + }, + "end": { + "line": 170, + "column": 28 + } + } + } + ], + "range": [ + 2857, + 2950 + ], + "loc": { + "start": { + "line": 167, + "column": 17 + }, + "end": { + "line": 171, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2844, + 2950 + ], + "loc": { + "start": { + "line": 167, + "column": 4 + }, + "end": { + "line": 171, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "alternateRows", + "range": [ + 2956, + 2969 + ], + "loc": { + "start": { + "line": 172, + "column": 4 + }, + "end": { + "line": 172, + "column": 17 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 2981, + 2986 + ], + "loc": { + "start": { + "line": 173, + "column": 8 + }, + "end": { + "line": 173, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "AlternateRows", + "range": [ + 2988, + 3001 + ], + "loc": { + "start": { + "line": 173, + "column": 15 + }, + "end": { + "line": 173, + "column": 28 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2981, + 3001 + ], + "loc": { + "start": { + "line": 173, + "column": 8 + }, + "end": { + "line": 173, + "column": 28 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 3011, + 3015 + ], + "loc": { + "start": { + "line": 174, + "column": 8 + }, + "end": { + "line": 174, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "alternateRows", + "raw": "'alternateRows'", + "range": [ + 3017, + 3032 + ], + "loc": { + "start": { + "line": 174, + "column": 14 + }, + "end": { + "line": 174, + "column": 29 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 3011, + 3032 + ], + "loc": { + "start": { + "line": 174, + "column": 8 + }, + "end": { + "line": 174, + "column": 29 + } + } + } + ], + "range": [ + 2971, + 3038 + ], + "loc": { + "start": { + "line": 172, + "column": 19 + }, + "end": { + "line": 175, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 2956, + 3038 + ], + "loc": { + "start": { + "line": 172, + "column": 4 + }, + "end": { + "line": 175, + "column": 5 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "noResults", + "range": [ + 3044, + 3053 + ], + "loc": { + "start": { + "line": 176, + "column": 4 + }, + "end": { + "line": 176, + "column": 13 + } + } + }, + "value": { + "type": "ObjectExpression", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 3065, + 3070 + ], + "loc": { + "start": { + "line": 177, + "column": 8 + }, + "end": { + "line": 177, + "column": 13 + } + } + }, + "value": { + "type": "Identifier", + "name": "NoResults", + "range": [ + 3072, + 3081 + ], + "loc": { + "start": { + "line": 177, + "column": 15 + }, + "end": { + "line": 177, + "column": 24 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 3065, + 3081 + ], + "loc": { + "start": { + "line": 177, + "column": 8 + }, + "end": { + "line": 177, + "column": 24 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 3091, + 3095 + ], + "loc": { + "start": { + "line": 178, + "column": 8 + }, + "end": { + "line": 178, + "column": 12 + } + } + }, + "value": { + "type": "Literal", + "value": "noResults", + "raw": "'noResults'", + "range": [ + 3097, + 3108 + ], + "loc": { + "start": { + "line": 178, + "column": 14 + }, + "end": { + "line": 178, + "column": 25 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 3091, + 3108 + ], + "loc": { + "start": { + "line": 178, + "column": 8 + }, + "end": { + "line": 178, + "column": 25 + } + } + } + ], + "range": [ + 3055, + 3114 + ], + "loc": { + "start": { + "line": 176, + "column": 15 + }, + "end": { + "line": 179, + "column": 5 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 3044, + 3114 + ], + "loc": { + "start": { + "line": 176, + "column": 4 + }, + "end": { + "line": 179, + "column": 5 + } + } + } + ], + "range": [ + 2118, + 3116 + ], + "loc": { + "start": { + "line": 132, + "column": 24 + }, + "end": { + "line": 180, + "column": 1 + } + } + }, + "range": [ + 2107, + 3116 + ], + "loc": { + "start": { + "line": 132, + "column": 13 + }, + "end": { + "line": 180, + "column": 1 + } + } + } + ], + "kind": "const", + "range": [ + 2101, + 3117 + ], + "loc": { + "start": { + "line": 132, + "column": 7 + }, + "end": { + "line": 180, + "column": 2 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 2094, + 3117 + ], + "loc": { + "start": { + "line": 132, + "column": 0 + }, + "end": { + "line": 180, + "column": 2 + } + } } ], "sourceType": "module", "range": [ - 72, - 1535 + 0, + 3117 ], "loc": { "start": { - "line": 9, + "line": 1, "column": 0 }, "end": { - "line": 118, - "column": 37 + "line": 180, + "column": 2 } }, "comments": [ @@ -3421,16 +6632,16 @@ "type": "Block", "value": "*\n * Filter types\n ", "range": [ - 0, - 23 + 557, + 580 ], "loc": { "start": { - "line": 1, + "line": 13, "column": 0 }, "end": { - "line": 3, + "line": 15, "column": 3 } } @@ -3439,16 +6650,16 @@ "type": "Block", "value": "*\n * Input filter type\n * @type {String}\n ", "range": [ - 25, - 71 + 582, + 628 ], "loc": { "start": { - "line": 5, + "line": 17, "column": 0 }, "end": { - "line": 8, + "line": 20, "column": 3 } } @@ -3457,16 +6668,16 @@ "type": "Block", "value": "*\n * Select filter type\n * @type {String}\n ", "range": [ - 102, - 149 + 659, + 706 ], "loc": { "start": { - "line": 10, + "line": 22, "column": 0 }, "end": { - "line": 13, + "line": 25, "column": 3 } } @@ -3475,16 +6686,16 @@ "type": "Block", "value": "*\n * Multiple select filter type\n * @type {String}\n ", "range": [ - 182, - 238 + 739, + 795 ], "loc": { "start": { - "line": 15, + "line": 27, "column": 0 }, "end": { - "line": 18, + "line": 30, "column": 3 } } @@ -3493,16 +6704,16 @@ "type": "Block", "value": "*\n * Checklist filter type\n * @type {String}\n ", "range": [ - 275, - 325 + 832, + 882 ], "loc": { "start": { - "line": 20, + "line": 32, "column": 0 }, "end": { - "line": 23, + "line": 35, "column": 3 } } @@ -3511,16 +6722,16 @@ "type": "Block", "value": "*\n * None filter type\n * @type {String}\n ", "range": [ - 364, - 409 + 921, + 966 ], "loc": { "start": { - "line": 25, + "line": 37, "column": 0 }, "end": { - "line": 28, + "line": 40, "column": 3 } } @@ -3529,16 +6740,16 @@ "type": "Block", "value": "*\n * Key codes\n ", "range": [ - 439, - 459 + 996, + 1016 ], "loc": { "start": { - "line": 31, + "line": 43, "column": 0 }, "end": { - "line": 33, + "line": 45, "column": 3 } } @@ -3547,16 +6758,16 @@ "type": "Block", "value": "*\n * Enter key code\n * @type {Number}\n ", "range": [ - 461, - 504 + 1018, + 1061 ], "loc": { "start": { - "line": 35, + "line": 47, "column": 0 }, "end": { - "line": 38, + "line": 50, "column": 3 } } @@ -3565,16 +6776,16 @@ "type": "Block", "value": "*\n * Tab key code\n * @type {Number}\n ", "range": [ - 534, - 575 + 1091, + 1132 ], "loc": { "start": { - "line": 40, + "line": 52, "column": 0 }, "end": { - "line": 43, + "line": 55, "column": 3 } } @@ -3583,16 +6794,16 @@ "type": "Block", "value": "*\n * Escape key code\n * @type {Number}\n ", "range": [ - 602, - 646 + 1159, + 1203 ], "loc": { "start": { - "line": 45, + "line": 57, "column": 0 }, "end": { - "line": 48, + "line": 60, "column": 3 } } @@ -3601,16 +6812,16 @@ "type": "Block", "value": "*\n * Up arrow key code\n * @type {Number}\n ", "range": [ - 674, - 720 + 1231, + 1277 ], "loc": { "start": { - "line": 50, + "line": 62, "column": 0 }, "end": { - "line": 53, + "line": 65, "column": 3 } } @@ -3619,16 +6830,16 @@ "type": "Block", "value": "*\n * Down arrow key code\n * @type {Number}\n ", "range": [ - 753, - 801 + 1310, + 1358 ], "loc": { "start": { - "line": 55, + "line": 67, "column": 0 }, "end": { - "line": 58, + "line": 70, "column": 3 } } @@ -3637,16 +6848,16 @@ "type": "Block", "value": "*\n * HTML tags\n ", "range": [ - 837, - 857 + 1394, + 1414 ], "loc": { "start": { - "line": 61, + "line": 73, "column": 0 }, "end": { - "line": 63, + "line": 75, "column": 3 } } @@ -3655,16 +6866,16 @@ "type": "Block", "value": "*\n * Header cell tag\n * @type {String}\n ", "range": [ - 859, - 903 + 1416, + 1460 ], "loc": { "start": { - "line": 65, + "line": 77, "column": 0 }, "end": { - "line": 68, + "line": 80, "column": 3 } } @@ -3673,16 +6884,16 @@ "type": "Block", "value": "*\n * Cell tag\n * @type {String}\n ", "range": [ - 936, - 973 + 1493, + 1530 ], "loc": { "start": { - "line": 70, + "line": 82, "column": 0 }, "end": { - "line": 73, + "line": 85, "column": 3 } } @@ -3691,16 +6902,16 @@ "type": "Block", "value": "*\n * Data types\n ", "range": [ - 1005, - 1026 + 1562, + 1583 ], "loc": { "start": { - "line": 76, + "line": 88, "column": 0 }, "end": { - "line": 78, + "line": 90, "column": 3 } } @@ -3709,44 +6920,8 @@ "type": "Block", "value": "*\n * String\n * @type {String}\n ", "range": [ - 1028, - 1063 - ], - "loc": { - "start": { - "line": 80, - "column": 0 - }, - "end": { - "line": 83, - "column": 3 - } - } - }, - { - "type": "Block", - "value": "*\n * Number\n * @type {String}\n ", - "range": [ - 1097, - 1132 - ], - "loc": { - "start": { - "line": 86, - "column": 0 - }, - "end": { - "line": 89, - "column": 3 - } - } - }, - { - "type": "Block", - "value": "*\n * Formatted number\n * @type {String}\n ", - "range": [ - 1166, - 1211 + 1585, + 1620 ], "loc": { "start": { @@ -3761,10 +6936,10 @@ }, { "type": "Block", - "value": "*\n * Date\n * @type {String}\n ", + "value": "*\n * Number\n * @type {String}\n ", "range": [ - 1265, - 1298 + 1654, + 1689 ], "loc": { "start": { @@ -3779,10 +6954,10 @@ }, { "type": "Block", - "value": "*\n * IP address\n * @type {String}\n ", + "value": "*\n * Formatted number\n * @type {String}\n ", "range": [ - 1328, - 1367 + 1723, + 1768 ], "loc": { "start": { @@ -3797,10 +6972,10 @@ }, { "type": "Block", - "value": "*\n * Default values\n ", + "value": "*\n * Date\n * @type {String}\n ", "range": [ - 1408, - 1433 + 1822, + 1855 ], "loc": { "start": { @@ -3808,7 +6983,43 @@ "column": 0 }, "end": { - "line": 112, + "line": 113, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * IP address\n * @type {String}\n ", + "range": [ + 1885, + 1924 + ], + "loc": { + "start": { + "line": 116, + "column": 0 + }, + "end": { + "line": 119, + "column": 3 + } + } + }, + { + "type": "Block", + "value": "*\n * Default values\n ", + "range": [ + 1965, + 1990 + ], + "loc": { + "start": { + "line": 122, + "column": 0 + }, + "end": { + "line": 124, "column": 3 } } @@ -3817,16 +7028,16 @@ "type": "Block", "value": "*\n * Auto filter delay in milliseconds\n * @type {Number}\n ", "range": [ - 1435, - 1497 + 1992, + 2054 ], "loc": { "start": { - "line": 114, + "line": 126, "column": 0 }, "end": { - "line": 117, + "line": 129, "column": 3 } } diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index cb5f9f55..6ef607c6 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -1902,10 +1902,10 @@ "type": "ImportSpecifier", "local": { "type": "Identifier", - "name": "GridLayout", + "name": "Dropdown", "range": [ 523, - 533 + 531 ], "loc": { "start": { @@ -1914,16 +1914,16 @@ }, "end": { "line": 15, - "column": 18 + "column": 16 } } }, "imported": { "type": "Identifier", - "name": "GridLayout", + "name": "Dropdown", "range": [ 523, - 533 + 531 ], "loc": { "start": { @@ -1932,13 +1932,13 @@ }, "end": { "line": 15, - "column": 18 + "column": 16 } } }, "range": [ 523, - 533 + 531 ], "loc": { "start": { @@ -1947,370 +1947,6 @@ }, "end": { "line": 15, - "column": 18 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/gridLayout", - "raw": "'./modules/gridLayout'", - "range": [ - 540, - 562 - ], - "loc": { - "start": { - "line": 15, - "column": 25 - }, - "end": { - "line": 15, - "column": 47 - } - } - }, - "range": [ - 515, - 563 - ], - "loc": { - "start": { - "line": 15, - "column": 0 - }, - "end": { - "line": 15, - "column": 48 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "Loader", - "range": [ - 572, - 578 - ], - "loc": { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 16, - "column": 14 - } - } - }, - "imported": { - "type": "Identifier", - "name": "Loader", - "range": [ - 572, - 578 - ], - "loc": { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 16, - "column": 14 - } - } - }, - "range": [ - 572, - 578 - ], - "loc": { - "start": { - "line": 16, - "column": 8 - }, - "end": { - "line": 16, - "column": 14 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/loader", - "raw": "'./modules/loader'", - "range": [ - 585, - 603 - ], - "loc": { - "start": { - "line": 16, - "column": 21 - }, - "end": { - "line": 16, - "column": 39 - } - } - }, - "range": [ - 564, - 604 - ], - "loc": { - "start": { - "line": 16, - "column": 0 - }, - "end": { - "line": 16, - "column": 40 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "HighlightKeyword", - "range": [ - 613, - 629 - ], - "loc": { - "start": { - "line": 17, - "column": 8 - }, - "end": { - "line": 17, - "column": 24 - } - } - }, - "imported": { - "type": "Identifier", - "name": "HighlightKeyword", - "range": [ - 613, - 629 - ], - "loc": { - "start": { - "line": 17, - "column": 8 - }, - "end": { - "line": 17, - "column": 24 - } - } - }, - "range": [ - 613, - 629 - ], - "loc": { - "start": { - "line": 17, - "column": 8 - }, - "end": { - "line": 17, - "column": 24 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/highlightKeywords", - "raw": "'./modules/highlightKeywords'", - "range": [ - 636, - 665 - ], - "loc": { - "start": { - "line": 17, - "column": 31 - }, - "end": { - "line": 17, - "column": 60 - } - } - }, - "range": [ - 605, - 666 - ], - "loc": { - "start": { - "line": 17, - "column": 0 - }, - "end": { - "line": 17, - "column": 61 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "PopupFilter", - "range": [ - 675, - 686 - ], - "loc": { - "start": { - "line": 18, - "column": 8 - }, - "end": { - "line": 18, - "column": 19 - } - } - }, - "imported": { - "type": "Identifier", - "name": "PopupFilter", - "range": [ - 675, - 686 - ], - "loc": { - "start": { - "line": 18, - "column": 8 - }, - "end": { - "line": 18, - "column": 19 - } - } - }, - "range": [ - 675, - 686 - ], - "loc": { - "start": { - "line": 18, - "column": 8 - }, - "end": { - "line": 18, - "column": 19 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/popupFilter", - "raw": "'./modules/popupFilter'", - "range": [ - 693, - 716 - ], - "loc": { - "start": { - "line": 18, - "column": 26 - }, - "end": { - "line": 18, - "column": 49 - } - } - }, - "range": [ - 667, - 717 - ], - "loc": { - "start": { - "line": 18, - "column": 0 - }, - "end": { - "line": 18, - "column": 50 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "Dropdown", - "range": [ - 726, - 734 - ], - "loc": { - "start": { - "line": 19, - "column": 8 - }, - "end": { - "line": 19, - "column": 16 - } - } - }, - "imported": { - "type": "Identifier", - "name": "Dropdown", - "range": [ - 726, - 734 - ], - "loc": { - "start": { - "line": 19, - "column": 8 - }, - "end": { - "line": 19, - "column": 16 - } - } - }, - "range": [ - 726, - 734 - ], - "loc": { - "start": { - "line": 19, - "column": 8 - }, - "end": { - "line": 19, "column": 16 } } @@ -2321,31 +1957,31 @@ "value": "./modules/dropdown", "raw": "'./modules/dropdown'", "range": [ - 741, - 761 + 538, + 558 ], "loc": { "start": { - "line": 19, + "line": 15, "column": 23 }, "end": { - "line": 19, + "line": 15, "column": 43 } } }, "range": [ - 718, - 762 + 515, + 559 ], "loc": { "start": { - "line": 19, + "line": 15, "column": 0 }, "end": { - "line": 19, + "line": 15, "column": 44 } } @@ -2359,16 +1995,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 771, - 780 + 568, + 577 ], "loc": { "start": { - "line": 20, + "line": 16, "column": 8 }, "end": { - "line": 20, + "line": 16, "column": 17 } } @@ -2377,31 +2013,31 @@ "type": "Identifier", "name": "CheckList", "range": [ - 771, - 780 + 568, + 577 ], "loc": { "start": { - "line": 20, + "line": 16, "column": 8 }, "end": { - "line": 20, + "line": 16, "column": 17 } } }, "range": [ - 771, - 780 + 568, + 577 ], "loc": { "start": { - "line": 20, + "line": 16, "column": 8 }, "end": { - "line": 20, + "line": 16, "column": 17 } } @@ -2412,213 +2048,31 @@ "value": "./modules/checkList", "raw": "'./modules/checkList'", "range": [ - 787, - 808 + 584, + 605 ], "loc": { "start": { - "line": 20, + "line": 16, "column": 24 }, "end": { - "line": 20, + "line": 16, "column": 45 } } }, "range": [ - 763, - 809 + 560, + 606 ], "loc": { "start": { - "line": 20, + "line": 16, "column": 0 }, "end": { - "line": 20, - "column": 46 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "RowsCounter", - "range": [ - 818, - 829 - ], - "loc": { - "start": { - "line": 21, - "column": 8 - }, - "end": { - "line": 21, - "column": 19 - } - } - }, - "imported": { - "type": "Identifier", - "name": "RowsCounter", - "range": [ - 818, - 829 - ], - "loc": { - "start": { - "line": 21, - "column": 8 - }, - "end": { - "line": 21, - "column": 19 - } - } - }, - "range": [ - 818, - 829 - ], - "loc": { - "start": { - "line": 21, - "column": 8 - }, - "end": { - "line": 21, - "column": 19 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/rowsCounter", - "raw": "'./modules/rowsCounter'", - "range": [ - 836, - 859 - ], - "loc": { - "start": { - "line": 21, - "column": 26 - }, - "end": { - "line": 21, - "column": 49 - } - } - }, - "range": [ - 810, - 860 - ], - "loc": { - "start": { - "line": 21, - "column": 0 - }, - "end": { - "line": 21, - "column": 50 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "StatusBar", - "range": [ - 869, - 878 - ], - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 22, - "column": 17 - } - } - }, - "imported": { - "type": "Identifier", - "name": "StatusBar", - "range": [ - 869, - 878 - ], - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 22, - "column": 17 - } - } - }, - "range": [ - 869, - 878 - ], - "loc": { - "start": { - "line": 22, - "column": 8 - }, - "end": { - "line": 22, - "column": 17 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/statusBar", - "raw": "'./modules/statusBar'", - "range": [ - 885, - 906 - ], - "loc": { - "start": { - "line": 22, - "column": 24 - }, - "end": { - "line": 22, - "column": 45 - } - } - }, - "range": [ - 861, - 907 - ], - "loc": { - "start": { - "line": 22, - "column": 0 - }, - "end": { - "line": 22, + "line": 16, "column": 46 } } @@ -2632,16 +2086,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 916, - 922 + 615, + 621 ], "loc": { "start": { - "line": 23, + "line": 17, "column": 8 }, "end": { - "line": 23, + "line": 17, "column": 14 } } @@ -2650,31 +2104,31 @@ "type": "Identifier", "name": "Paging", "range": [ - 916, - 922 + 615, + 621 ], "loc": { "start": { - "line": 23, + "line": 17, "column": 8 }, "end": { - "line": 23, + "line": 17, "column": 14 } } }, "range": [ - 916, - 922 + 615, + 621 ], "loc": { "start": { - "line": 23, + "line": 17, "column": 8 }, "end": { - "line": 23, + "line": 17, "column": 14 } } @@ -2685,126 +2139,35 @@ "value": "./modules/paging", "raw": "'./modules/paging'", "range": [ - 929, - 947 + 628, + 646 ], "loc": { "start": { - "line": 23, + "line": 17, "column": 21 }, "end": { - "line": 23, + "line": 17, "column": 39 } } }, "range": [ - 908, - 948 + 607, + 647 ], "loc": { "start": { - "line": 23, + "line": 17, "column": 0 }, "end": { - "line": 23, + "line": 17, "column": 40 } } }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "ClearButton", - "range": [ - 957, - 968 - ], - "loc": { - "start": { - "line": 24, - "column": 8 - }, - "end": { - "line": 24, - "column": 19 - } - } - }, - "imported": { - "type": "Identifier", - "name": "ClearButton", - "range": [ - 957, - 968 - ], - "loc": { - "start": { - "line": 24, - "column": 8 - }, - "end": { - "line": 24, - "column": 19 - } - } - }, - "range": [ - 957, - 968 - ], - "loc": { - "start": { - "line": 24, - "column": 8 - }, - "end": { - "line": 24, - "column": 19 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/clearButton", - "raw": "'./modules/clearButton'", - "range": [ - 975, - 998 - ], - "loc": { - "start": { - "line": 24, - "column": 26 - }, - "end": { - "line": 24, - "column": 49 - } - } - }, - "range": [ - 949, - 999 - ], - "loc": { - "start": { - "line": 24, - "column": 0 - }, - "end": { - "line": 24, - "column": 50 - } - } - }, { "type": "ImportDeclaration", "specifiers": [ @@ -2814,16 +2177,16 @@ "type": "Identifier", "name": "Help", "range": [ - 1008, - 1012 + 656, + 660 ], "loc": { "start": { - "line": 25, + "line": 18, "column": 8 }, "end": { - "line": 25, + "line": 18, "column": 12 } } @@ -2832,31 +2195,31 @@ "type": "Identifier", "name": "Help", "range": [ - 1008, - 1012 + 656, + 660 ], "loc": { "start": { - "line": 25, + "line": 18, "column": 8 }, "end": { - "line": 25, + "line": 18, "column": 12 } } }, "range": [ - 1008, - 1012 + 656, + 660 ], "loc": { "start": { - "line": 25, + "line": 18, "column": 8 }, "end": { - "line": 25, + "line": 18, "column": 12 } } @@ -2867,308 +2230,35 @@ "value": "./modules/help", "raw": "'./modules/help'", "range": [ - 1019, - 1035 + 667, + 683 ], "loc": { "start": { - "line": 25, + "line": 18, "column": 19 }, "end": { - "line": 25, + "line": 18, "column": 35 } } }, "range": [ - 1000, - 1036 + 648, + 684 ], "loc": { "start": { - "line": 25, + "line": 18, "column": 0 }, "end": { - "line": 25, + "line": 18, "column": 36 } } }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "AlternateRows", - "range": [ - 1045, - 1058 - ], - "loc": { - "start": { - "line": 26, - "column": 8 - }, - "end": { - "line": 26, - "column": 21 - } - } - }, - "imported": { - "type": "Identifier", - "name": "AlternateRows", - "range": [ - 1045, - 1058 - ], - "loc": { - "start": { - "line": 26, - "column": 8 - }, - "end": { - "line": 26, - "column": 21 - } - } - }, - "range": [ - 1045, - 1058 - ], - "loc": { - "start": { - "line": 26, - "column": 8 - }, - "end": { - "line": 26, - "column": 21 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/alternateRows", - "raw": "'./modules/alternateRows'", - "range": [ - 1065, - 1090 - ], - "loc": { - "start": { - "line": 26, - "column": 28 - }, - "end": { - "line": 26, - "column": 53 - } - } - }, - "range": [ - 1037, - 1091 - ], - "loc": { - "start": { - "line": 26, - "column": 0 - }, - "end": { - "line": 26, - "column": 54 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "NoResults", - "range": [ - 1100, - 1109 - ], - "loc": { - "start": { - "line": 27, - "column": 8 - }, - "end": { - "line": 27, - "column": 17 - } - } - }, - "imported": { - "type": "Identifier", - "name": "NoResults", - "range": [ - 1100, - 1109 - ], - "loc": { - "start": { - "line": 27, - "column": 8 - }, - "end": { - "line": 27, - "column": 17 - } - } - }, - "range": [ - 1100, - 1109 - ], - "loc": { - "start": { - "line": 27, - "column": 8 - }, - "end": { - "line": 27, - "column": 17 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/noResults", - "raw": "'./modules/noResults'", - "range": [ - 1116, - 1137 - ], - "loc": { - "start": { - "line": 27, - "column": 24 - }, - "end": { - "line": 27, - "column": 45 - } - } - }, - "range": [ - 1092, - 1138 - ], - "loc": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 46 - } - } - }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "State", - "range": [ - 1147, - 1152 - ], - "loc": { - "start": { - "line": 28, - "column": 8 - }, - "end": { - "line": 28, - "column": 13 - } - } - }, - "imported": { - "type": "Identifier", - "name": "State", - "range": [ - 1147, - 1152 - ], - "loc": { - "start": { - "line": 28, - "column": 8 - }, - "end": { - "line": 28, - "column": 13 - } - } - }, - "range": [ - 1147, - 1152 - ], - "loc": { - "start": { - "line": 28, - "column": 8 - }, - "end": { - "line": 28, - "column": 13 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/state", - "raw": "'./modules/state'", - "range": [ - 1159, - 1176 - ], - "loc": { - "start": { - "line": 28, - "column": 20 - }, - "end": { - "line": 28, - "column": 37 - } - } - }, - "range": [ - 1139, - 1177 - ], - "loc": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 38 - } - } - }, { "type": "ImportDeclaration", "specifiers": [ @@ -3178,16 +2268,16 @@ "type": "Identifier", "name": "DateType", "range": [ - 1186, - 1194 + 693, + 701 ], "loc": { "start": { - "line": 29, + "line": 19, "column": 8 }, "end": { - "line": 29, + "line": 19, "column": 16 } } @@ -3196,31 +2286,31 @@ "type": "Identifier", "name": "DateType", "range": [ - 1186, - 1194 + 693, + 701 ], "loc": { "start": { - "line": 29, + "line": 19, "column": 8 }, "end": { - "line": 29, + "line": 19, "column": 16 } } }, "range": [ - 1186, - 1194 + 693, + 701 ], "loc": { "start": { - "line": 29, + "line": 19, "column": 8 }, "end": { - "line": 29, + "line": 19, "column": 16 } } @@ -3231,126 +2321,35 @@ "value": "./modules/dateType", "raw": "'./modules/dateType'", "range": [ - 1201, - 1221 + 708, + 728 ], "loc": { "start": { - "line": 29, + "line": 19, "column": 23 }, "end": { - "line": 29, + "line": 19, "column": 43 } } }, "range": [ - 1178, - 1222 + 685, + 729 ], "loc": { "start": { - "line": 29, + "line": 19, "column": 0 }, "end": { - "line": 29, + "line": 19, "column": 44 } } }, - { - "type": "ImportDeclaration", - "specifiers": [ - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "MarkActiveColumns", - "range": [ - 1231, - 1248 - ], - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, - "column": 25 - } - } - }, - "imported": { - "type": "Identifier", - "name": "MarkActiveColumns", - "range": [ - 1231, - 1248 - ], - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, - "column": 25 - } - } - }, - "range": [ - 1231, - 1248 - ], - "loc": { - "start": { - "line": 30, - "column": 8 - }, - "end": { - "line": 30, - "column": 25 - } - } - } - ], - "source": { - "type": "Literal", - "value": "./modules/markActiveColumns", - "raw": "'./modules/markActiveColumns'", - "range": [ - 1255, - 1284 - ], - "loc": { - "start": { - "line": 30, - "column": 32 - }, - "end": { - "line": 30, - "column": 61 - } - } - }, - "range": [ - 1223, - 1285 - ], - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 30, - "column": 62 - } - } - }, { "type": "ImportDeclaration", "specifiers": [ @@ -3360,16 +2359,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 1300, - 1305 + 744, + 749 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 4 }, "end": { - "line": 33, + "line": 22, "column": 9 } } @@ -3378,31 +2377,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 1300, - 1305 + 744, + 749 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 4 }, "end": { - "line": 33, + "line": 22, "column": 9 } } }, "range": [ - 1300, - 1305 + 744, + 749 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 4 }, "end": { - "line": 33, + "line": 22, "column": 9 } } @@ -3413,16 +2412,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 1307, - 1313 + 751, + 757 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 11 }, "end": { - "line": 33, + "line": 22, "column": 17 } } @@ -3431,31 +2430,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 1307, - 1313 + 751, + 757 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 11 }, "end": { - "line": 33, + "line": 22, "column": 17 } } }, "range": [ - 1307, - 1313 + 751, + 757 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 11 }, "end": { - "line": 33, + "line": 22, "column": 17 } } @@ -3466,16 +2465,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 1315, - 1323 + 759, + 767 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 19 }, "end": { - "line": 33, + "line": 22, "column": 27 } } @@ -3484,31 +2483,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 1315, - 1323 + 759, + 767 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 19 }, "end": { - "line": 33, + "line": 22, "column": 27 } } }, "range": [ - 1315, - 1323 + 759, + 767 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 19 }, "end": { - "line": 33, + "line": 22, "column": 27 } } @@ -3519,16 +2518,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 1325, - 1334 + 769, + 778 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 29 }, "end": { - "line": 33, + "line": 22, "column": 38 } } @@ -3537,31 +2536,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 1325, - 1334 + 769, + 778 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 29 }, "end": { - "line": 33, + "line": 22, "column": 38 } } }, "range": [ - 1325, - 1334 + 769, + 778 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 29 }, "end": { - "line": 33, + "line": 22, "column": 38 } } @@ -3572,16 +2571,16 @@ "type": "Identifier", "name": "NONE", "range": [ - 1336, - 1340 + 780, + 784 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 40 }, "end": { - "line": 33, + "line": 22, "column": 44 } } @@ -3590,31 +2589,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 1336, - 1340 + 780, + 784 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 40 }, "end": { - "line": 33, + "line": 22, "column": 44 } } }, "range": [ - 1336, - 1340 + 780, + 784 ], "loc": { "start": { - "line": 33, + "line": 22, "column": 40 }, "end": { - "line": 33, + "line": 22, "column": 44 } } @@ -3625,16 +2624,16 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 1346, - 1355 + 790, + 799 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 4 }, "end": { - "line": 34, + "line": 23, "column": 13 } } @@ -3643,31 +2642,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 1346, - 1355 + 790, + 799 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 4 }, "end": { - "line": 34, + "line": 23, "column": 13 } } }, "range": [ - 1346, - 1355 + 790, + 799 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 4 }, "end": { - "line": 34, + "line": 23, "column": 13 } } @@ -3678,16 +2677,16 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 1357, - 1364 + 801, + 808 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 15 }, "end": { - "line": 34, + "line": 23, "column": 22 } } @@ -3696,31 +2695,31 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 1357, - 1364 + 801, + 808 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 15 }, "end": { - "line": 34, + "line": 23, "column": 22 } } }, "range": [ - 1357, - 1364 + 801, + 808 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 15 }, "end": { - "line": 34, + "line": 23, "column": 22 } } @@ -3731,16 +2730,16 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 1366, - 1373 + 810, + 817 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 24 }, "end": { - "line": 34, + "line": 23, "column": 31 } } @@ -3749,31 +2748,31 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 1366, - 1373 + 810, + 817 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 24 }, "end": { - "line": 34, + "line": 23, "column": 31 } } }, "range": [ - 1366, - 1373 + 810, + 817 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 24 }, "end": { - "line": 34, + "line": 23, "column": 31 } } @@ -3784,16 +2783,16 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 1375, - 1387 + 819, + 831 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 33 }, "end": { - "line": 34, + "line": 23, "column": 45 } } @@ -3802,31 +2801,31 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 1375, - 1387 + 819, + 831 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 33 }, "end": { - "line": 34, + "line": 23, "column": 45 } } }, "range": [ - 1375, - 1387 + 819, + 831 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 33 }, "end": { - "line": 34, + "line": 23, "column": 45 } } @@ -3837,16 +2836,16 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 1389, - 1403 + 833, + 847 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 47 }, "end": { - "line": 34, + "line": 23, "column": 61 } } @@ -3855,31 +2854,31 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 1389, - 1403 + 833, + 847 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 47 }, "end": { - "line": 34, + "line": 23, "column": 61 } } }, "range": [ - 1389, - 1403 + 833, + 847 ], "loc": { "start": { - "line": 34, + "line": 23, "column": 47 }, "end": { - "line": 34, + "line": 23, "column": 61 } } @@ -3890,16 +2889,16 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 1409, - 1417 + 853, + 861 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 4 }, "end": { - "line": 35, + "line": 24, "column": 12 } } @@ -3908,31 +2907,31 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 1409, - 1417 + 853, + 861 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 4 }, "end": { - "line": 35, + "line": 24, "column": 12 } } }, "range": [ - 1409, - 1417 + 853, + 861 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 4 }, "end": { - "line": 35, + "line": 24, "column": 12 } } @@ -3943,16 +2942,16 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 1419, - 1436 + 863, + 880 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 14 }, "end": { - "line": 35, + "line": 24, "column": 31 } } @@ -3961,31 +2960,31 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 1419, - 1436 + 863, + 880 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 14 }, "end": { - "line": 35, + "line": 24, "column": 31 } } }, "range": [ - 1419, - 1436 + 863, + 880 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 14 }, "end": { - "line": 35, + "line": 24, "column": 31 } } @@ -3996,16 +2995,16 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 1438, - 1444 + 882, + 888 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 33 }, "end": { - "line": 35, + "line": 24, "column": 39 } } @@ -4014,31 +3013,31 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 1438, - 1444 + 882, + 888 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 33 }, "end": { - "line": 35, + "line": 24, "column": 39 } } }, "range": [ - 1438, - 1444 + 882, + 888 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 33 }, "end": { - "line": 35, + "line": 24, "column": 39 } } @@ -4049,16 +3048,16 @@ "type": "Identifier", "name": "DATE", "range": [ - 1446, - 1450 + 890, + 894 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 41 }, "end": { - "line": 35, + "line": 24, "column": 45 } } @@ -4067,31 +3066,31 @@ "type": "Identifier", "name": "DATE", "range": [ - 1446, - 1450 + 890, + 894 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 41 }, "end": { - "line": 35, + "line": 24, "column": 45 } } }, "range": [ - 1446, - 1450 + 890, + 894 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 41 }, "end": { - "line": 35, + "line": 24, "column": 45 } } @@ -4102,16 +3101,16 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 1452, - 1468 + 896, + 912 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 47 }, "end": { - "line": 35, + "line": 24, "column": 63 } } @@ -4120,34 +3119,87 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 1452, - 1468 + 896, + 912 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 47 }, "end": { - "line": 35, + "line": 24, "column": 63 } } }, "range": [ - 1452, - 1468 + 896, + 912 ], "loc": { "start": { - "line": 35, + "line": 24, "column": 47 }, "end": { - "line": 35, + "line": 24, "column": 63 } } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "FEATURES", + "range": [ + 918, + 926 + ], + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "FEATURES", + "range": [ + 918, + 926 + ], + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 12 + } + } + }, + "range": [ + 918, + 926 + ], + "loc": { + "start": { + "line": 25, + "column": 4 + }, + "end": { + "line": 25, + "column": 12 + } + } } ], "source": { @@ -4155,31 +3207,31 @@ "value": "./const", "raw": "'./const'", "range": [ - 1476, - 1485 + 934, + 943 ], "loc": { "start": { - "line": 36, + "line": 26, "column": 7 }, "end": { - "line": 36, + "line": 26, "column": 16 } } }, "range": [ - 1287, - 1486 + 731, + 944 ], "loc": { "start": { - "line": 32, + "line": 21, "column": 0 }, "end": { - "line": 36, + "line": 26, "column": 17 } } @@ -4193,16 +3245,16 @@ "type": "Identifier", "name": "doc", "range": [ - 1492, - 1495 + 950, + 953 ], "loc": { "start": { - "line": 38, + "line": 28, "column": 4 }, "end": { - "line": 38, + "line": 28, "column": 7 } } @@ -4214,16 +3266,16 @@ "type": "Identifier", "name": "root", "range": [ - 1498, - 1502 + 956, + 960 ], "loc": { "start": { - "line": 38, + "line": 28, "column": 10 }, "end": { - "line": 38, + "line": 28, "column": 14 } } @@ -4232,46 +3284,46 @@ "type": "Identifier", "name": "document", "range": [ - 1503, - 1511 + 961, + 969 ], "loc": { "start": { - "line": 38, + "line": 28, "column": 15 }, "end": { - "line": 38, + "line": 28, "column": 23 } } }, "range": [ - 1498, - 1511 + 956, + 969 ], "loc": { "start": { - "line": 38, + "line": 28, "column": 10 }, "end": { - "line": 38, + "line": 28, "column": 23 } } }, "range": [ - 1492, - 1511 + 950, + 969 ], "loc": { "start": { - "line": 38, + "line": 28, "column": 4 }, "end": { - "line": 38, + "line": 28, "column": 23 } } @@ -4279,16 +3331,16 @@ ], "kind": "let", "range": [ - 1488, - 1512 + 946, + 970 ], "loc": { "start": { - "line": 38, + "line": 28, "column": 0 }, "end": { - "line": 38, + "line": 28, "column": 24 } }, @@ -4297,16 +3349,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1514, - 1607 + 972, + 1065 ], "loc": { "start": { - "line": 40, + "line": 30, "column": 0 }, "end": { - "line": 45, + "line": 35, "column": 3 } } @@ -4321,16 +3373,16 @@ "type": "Identifier", "name": "TableFilter", "range": [ - 1621, - 1632 + 1079, + 1090 ], "loc": { "start": { - "line": 46, + "line": 36, "column": 13 }, "end": { - "line": 46, + "line": 36, "column": 24 } } @@ -4345,16 +3397,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 1968, - 1979 + 1426, + 1437 ], "loc": { "start": { - "line": 56, + "line": 46, "column": 4 }, "end": { - "line": 56, + "line": 46, "column": 15 } } @@ -4369,31 +3421,31 @@ "type": "Identifier", "name": "args", "range": [ - 1983, - 1987 + 1441, + 1445 ], "loc": { "start": { - "line": 56, + "line": 46, "column": 19 }, "end": { - "line": 56, + "line": 46, "column": 23 } } }, "range": [ - 1980, - 1987 + 1438, + 1445 ], "loc": { "start": { - "line": 56, + "line": 46, "column": 16 }, "end": { - "line": 56, + "line": 46, "column": 23 } } @@ -4413,16 +3465,16 @@ "object": { "type": "ThisExpression", "range": [ - 2103, - 2107 + 1561, + 1565 ], "loc": { "start": { - "line": 62, + "line": 52, "column": 8 }, "end": { - "line": 62, + "line": 52, "column": 12 } } @@ -4431,31 +3483,31 @@ "type": "Identifier", "name": "id", "range": [ - 2108, - 2110 + 1566, + 1568 ], "loc": { "start": { - "line": 62, + "line": 52, "column": 13 }, "end": { - "line": 62, + "line": 52, "column": 15 } } }, "range": [ - 2103, - 2110 + 1561, + 1568 ], "loc": { "start": { - "line": 62, + "line": 52, "column": 8 }, "end": { - "line": 62, + "line": 52, "column": 15 } } @@ -4465,46 +3517,46 @@ "value": null, "raw": "null", "range": [ - 2113, - 2117 + 1571, + 1575 ], "loc": { "start": { - "line": 62, + "line": 52, "column": 18 }, "end": { - "line": 62, + "line": 52, "column": 22 } } }, "range": [ - 2103, - 2117 + 1561, + 1575 ], "loc": { "start": { - "line": 62, + "line": 52, "column": 8 }, "end": { - "line": 62, + "line": 52, "column": 22 } } }, "range": [ - 2103, - 2118 + 1561, + 1576 ], "loc": { "start": { - "line": 62, + "line": 52, "column": 8 }, "end": { - "line": 62, + "line": 52, "column": 23 } }, @@ -4513,16 +3565,16 @@ "type": "Block", "value": "*\n * ID of current instance\n * @type {String}\n * @private\n ", "range": [ - 1999, - 2094 + 1457, + 1552 ], "loc": { "start": { - "line": 57, + "line": 47, "column": 8 }, "end": { - "line": 61, + "line": 51, "column": 11 } } @@ -4533,16 +3585,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2128, - 2196 + 1586, + 1654 ], "loc": { "start": { - "line": 64, + "line": 54, "column": 8 }, "end": { - "line": 67, + "line": 57, "column": 11 } } @@ -4560,16 +3612,16 @@ "object": { "type": "ThisExpression", "range": [ - 2205, - 2209 + 1663, + 1667 ], "loc": { "start": { - "line": 68, + "line": 58, "column": 8 }, "end": { - "line": 68, + "line": 58, "column": 12 } } @@ -4578,31 +3630,31 @@ "type": "Identifier", "name": "version", "range": [ - 2210, - 2217 + 1668, + 1675 ], "loc": { "start": { - "line": 68, + "line": 58, "column": 13 }, "end": { - "line": 68, + "line": 58, "column": 20 } } }, "range": [ - 2205, - 2217 + 1663, + 1675 ], "loc": { "start": { - "line": 68, + "line": 58, "column": 8 }, "end": { - "line": 68, + "line": 58, "column": 20 } } @@ -4612,46 +3664,46 @@ "value": "{VERSION}", "raw": "'{VERSION}'", "range": [ - 2220, - 2231 + 1678, + 1689 ], "loc": { "start": { - "line": 68, + "line": 58, "column": 23 }, "end": { - "line": 68, + "line": 58, "column": 34 } } }, "range": [ - 2205, - 2231 + 1663, + 1689 ], "loc": { "start": { - "line": 68, + "line": 58, "column": 8 }, "end": { - "line": 68, + "line": 58, "column": 34 } } }, "range": [ - 2205, - 2232 + 1663, + 1690 ], "loc": { "start": { - "line": 68, + "line": 58, "column": 8 }, "end": { - "line": 68, + "line": 58, "column": 35 } }, @@ -4660,16 +3712,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2128, - 2196 + 1586, + 1654 ], "loc": { "start": { - "line": 64, + "line": 54, "column": 8 }, "end": { - "line": 67, + "line": 57, "column": 11 } } @@ -4680,16 +3732,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2242, - 2327 + 1700, + 1785 ], "loc": { "start": { - "line": 70, + "line": 60, "column": 8 }, "end": { - "line": 74, + "line": 64, "column": 11 } } @@ -4707,16 +3759,16 @@ "object": { "type": "ThisExpression", "range": [ - 2336, - 2340 + 1794, + 1798 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 8 }, "end": { - "line": 75, + "line": 65, "column": 12 } } @@ -4725,31 +3777,31 @@ "type": "Identifier", "name": "year", "range": [ - 2341, - 2345 + 1799, + 1803 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 13 }, "end": { - "line": 75, + "line": 65, "column": 17 } } }, "range": [ - 2336, - 2345 + 1794, + 1803 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 8 }, "end": { - "line": 75, + "line": 65, "column": 17 } } @@ -4765,32 +3817,32 @@ "type": "Identifier", "name": "Date", "range": [ - 2352, - 2356 + 1810, + 1814 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 24 }, "end": { - "line": 75, + "line": 65, "column": 28 } } }, "arguments": [], "range": [ - 2348, - 2358 + 1806, + 1816 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 20 }, "end": { - "line": 75, + "line": 65, "column": 30 } } @@ -4799,77 +3851,77 @@ "type": "Identifier", "name": "getFullYear", "range": [ - 2359, - 2370 + 1817, + 1828 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 31 }, "end": { - "line": 75, + "line": 65, "column": 42 } } }, "range": [ - 2348, - 2370 + 1806, + 1828 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 20 }, "end": { - "line": 75, + "line": 65, "column": 42 } } }, "arguments": [], "range": [ - 2348, - 2372 + 1806, + 1830 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 20 }, "end": { - "line": 75, + "line": 65, "column": 44 } } }, "range": [ - 2336, - 2372 + 1794, + 1830 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 8 }, "end": { - "line": 75, + "line": 65, "column": 44 } } }, "range": [ - 2336, - 2373 + 1794, + 1831 ], "loc": { "start": { - "line": 75, + "line": 65, "column": 8 }, "end": { - "line": 75, + "line": 65, "column": 45 } }, @@ -4878,16 +3930,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2242, - 2327 + 1700, + 1785 ], "loc": { "start": { - "line": 70, + "line": 60, "column": 8 }, "end": { - "line": 74, + "line": 64, "column": 11 } } @@ -4898,16 +3950,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 2383, - 2482 + 1841, + 1940 ], "loc": { "start": { - "line": 77, + "line": 67, "column": 8 }, "end": { - "line": 81, + "line": 71, "column": 11 } } @@ -4925,16 +3977,16 @@ "object": { "type": "ThisExpression", "range": [ - 2491, - 2495 + 1949, + 1953 ], "loc": { "start": { - "line": 82, + "line": 72, "column": 8 }, "end": { - "line": 82, + "line": 72, "column": 12 } } @@ -4943,31 +3995,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2496, - 2499 + 1954, + 1957 ], "loc": { "start": { - "line": 82, + "line": 72, "column": 13 }, "end": { - "line": 82, + "line": 72, "column": 16 } } }, "range": [ - 2491, - 2499 + 1949, + 1957 ], "loc": { "start": { - "line": 82, + "line": 72, "column": 8 }, "end": { - "line": 82, + "line": 72, "column": 16 } } @@ -4977,46 +4029,46 @@ "value": null, "raw": "null", "range": [ - 2502, - 2506 + 1960, + 1964 ], "loc": { "start": { - "line": 82, + "line": 72, "column": 19 }, "end": { - "line": 82, + "line": 72, "column": 23 } } }, "range": [ - 2491, - 2506 + 1949, + 1964 ], "loc": { "start": { - "line": 82, + "line": 72, "column": 8 }, "end": { - "line": 82, + "line": 72, "column": 23 } } }, "range": [ - 2491, - 2507 + 1949, + 1965 ], "loc": { "start": { - "line": 82, + "line": 72, "column": 8 }, "end": { - "line": 82, + "line": 72, "column": 24 } }, @@ -5025,16 +4077,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 2383, - 2482 + 1841, + 1940 ], "loc": { "start": { - "line": 77, + "line": 67, "column": 8 }, "end": { - "line": 81, + "line": 71, "column": 11 } } @@ -5045,16 +4097,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2517, - 2658 + 1975, + 2116 ], "loc": { "start": { - "line": 84, + "line": 74, "column": 8 }, "end": { - "line": 88, + "line": 78, "column": 11 } } @@ -5072,16 +4124,16 @@ "object": { "type": "ThisExpression", "range": [ - 2667, - 2671 + 2125, + 2129 ], "loc": { "start": { - "line": 89, + "line": 79, "column": 8 }, "end": { - "line": 89, + "line": 79, "column": 12 } } @@ -5090,31 +4142,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 2672, - 2678 + 2130, + 2136 ], "loc": { "start": { - "line": 89, + "line": 79, "column": 13 }, "end": { - "line": 89, + "line": 79, "column": 19 } } }, "range": [ - 2667, - 2678 + 2125, + 2136 ], "loc": { "start": { - "line": 89, + "line": 79, "column": 8 }, "end": { - "line": 89, + "line": 79, "column": 19 } } @@ -5124,46 +4176,46 @@ "value": null, "raw": "null", "range": [ - 2681, - 2685 + 2139, + 2143 ], "loc": { "start": { - "line": 89, + "line": 79, "column": 22 }, "end": { - "line": 89, + "line": 79, "column": 26 } } }, "range": [ - 2667, - 2685 + 2125, + 2143 ], "loc": { "start": { - "line": 89, + "line": 79, "column": 8 }, "end": { - "line": 89, + "line": 79, "column": 26 } } }, "range": [ - 2667, - 2686 + 2125, + 2144 ], "loc": { "start": { - "line": 89, + "line": 79, "column": 8 }, "end": { - "line": 89, + "line": 79, "column": 27 } }, @@ -5172,16 +4224,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2517, - 2658 + 1975, + 2116 ], "loc": { "start": { - "line": 84, + "line": 74, "column": 8 }, "end": { - "line": 88, + "line": 78, "column": 11 } } @@ -5192,16 +4244,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2696, - 2793 + 2154, + 2251 ], "loc": { "start": { - "line": 91, + "line": 81, "column": 8 }, "end": { - "line": 95, + "line": 85, "column": 11 } } @@ -5219,16 +4271,16 @@ "object": { "type": "ThisExpression", "range": [ - 2802, - 2806 + 2260, + 2264 ], "loc": { "start": { - "line": 96, + "line": 86, "column": 8 }, "end": { - "line": 96, + "line": 86, "column": 12 } } @@ -5237,31 +4289,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 2807, - 2817 + 2265, + 2275 ], "loc": { "start": { - "line": 96, + "line": 86, "column": 13 }, "end": { - "line": 96, + "line": 86, "column": 23 } } }, "range": [ - 2802, - 2817 + 2260, + 2275 ], "loc": { "start": { - "line": 96, + "line": 86, "column": 8 }, "end": { - "line": 96, + "line": 86, "column": 23 } } @@ -5271,46 +4323,46 @@ "value": null, "raw": "null", "range": [ - 2820, - 2824 + 2278, + 2282 ], "loc": { "start": { - "line": 96, + "line": 86, "column": 26 }, "end": { - "line": 96, + "line": 86, "column": 30 } } }, "range": [ - 2802, - 2824 + 2260, + 2282 ], "loc": { "start": { - "line": 96, + "line": 86, "column": 8 }, "end": { - "line": 96, + "line": 86, "column": 30 } } }, "range": [ - 2802, - 2825 + 2260, + 2283 ], "loc": { "start": { - "line": 96, + "line": 86, "column": 8 }, "end": { - "line": 96, + "line": 86, "column": 31 } }, @@ -5319,16 +4371,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2696, - 2793 + 2154, + 2251 ], "loc": { "start": { - "line": 91, + "line": 81, "column": 8 }, "end": { - "line": 95, + "line": 85, "column": 11 } } @@ -5339,16 +4391,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2835, - 2928 + 2293, + 2386 ], "loc": { "start": { - "line": 98, + "line": 88, "column": 8 }, "end": { - "line": 102, + "line": 92, "column": 11 } } @@ -5366,16 +4418,16 @@ "object": { "type": "ThisExpression", "range": [ - 2937, - 2941 + 2395, + 2399 ], "loc": { "start": { - "line": 103, + "line": 93, "column": 8 }, "end": { - "line": 103, + "line": 93, "column": 12 } } @@ -5384,31 +4436,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 2942, - 2945 + 2400, + 2403 ], "loc": { "start": { - "line": 103, + "line": 93, "column": 13 }, "end": { - "line": 103, + "line": 93, "column": 16 } } }, "range": [ - 2937, - 2945 + 2395, + 2403 ], "loc": { "start": { - "line": 103, + "line": 93, "column": 8 }, "end": { - "line": 103, + "line": 93, "column": 16 } } @@ -5417,46 +4469,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 2948, - 2950 + 2406, + 2408 ], "loc": { "start": { - "line": 103, + "line": 93, "column": 19 }, "end": { - "line": 103, + "line": 93, "column": 21 } } }, "range": [ - 2937, - 2950 + 2395, + 2408 ], "loc": { "start": { - "line": 103, + "line": 93, "column": 8 }, "end": { - "line": 103, + "line": 93, "column": 21 } } }, "range": [ - 2937, - 2951 + 2395, + 2409 ], "loc": { "start": { - "line": 103, + "line": 93, "column": 8 }, "end": { - "line": 103, + "line": 93, "column": 22 } }, @@ -5465,16 +4517,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2835, - 2928 + 2293, + 2386 ], "loc": { "start": { - "line": 98, + "line": 88, "column": 8 }, "end": { - "line": 102, + "line": 92, "column": 11 } } @@ -5485,16 +4537,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2961, - 3069 + 2419, + 2527 ], "loc": { "start": { - "line": 105, + "line": 95, "column": 8 }, "end": { - "line": 109, + "line": 99, "column": 11 } } @@ -5512,16 +4564,16 @@ "object": { "type": "ThisExpression", "range": [ - 3078, - 3082 + 2536, + 2540 ], "loc": { "start": { - "line": 110, + "line": 100, "column": 8 }, "end": { - "line": 110, + "line": 100, "column": 12 } } @@ -5530,31 +4582,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 3083, - 3099 + 2541, + 2557 ], "loc": { "start": { - "line": 110, + "line": 100, "column": 13 }, "end": { - "line": 110, + "line": 100, "column": 29 } } }, "range": [ - 3078, - 3099 + 2536, + 2557 ], "loc": { "start": { - "line": 110, + "line": 100, "column": 8 }, "end": { - "line": 110, + "line": 100, "column": 29 } } @@ -5564,46 +4616,46 @@ "value": 0, "raw": "0", "range": [ - 3102, - 3103 + 2560, + 2561 ], "loc": { "start": { - "line": 110, + "line": 100, "column": 32 }, "end": { - "line": 110, + "line": 100, "column": 33 } } }, "range": [ - 3078, - 3103 + 2536, + 2561 ], "loc": { "start": { - "line": 110, + "line": 100, "column": 8 }, "end": { - "line": 110, + "line": 100, "column": 33 } } }, "range": [ - 3078, - 3104 + 2536, + 2562 ], "loc": { "start": { - "line": 110, + "line": 100, "column": 8 }, "end": { - "line": 110, + "line": 100, "column": 34 } }, @@ -5612,16 +4664,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2961, - 3069 + 2419, + 2527 ], "loc": { "start": { - "line": 105, + "line": 95, "column": 8 }, "end": { - "line": 109, + "line": 99, "column": 11 } } @@ -5632,16 +4684,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 3114, - 3223 + 2572, + 2681 ], "loc": { "start": { - "line": 112, + "line": 102, "column": 8 }, "end": { - "line": 116, + "line": 106, "column": 11 } } @@ -5659,16 +4711,16 @@ "object": { "type": "ThisExpression", "range": [ - 3232, - 3236 + 2690, + 2694 ], "loc": { "start": { - "line": 117, + "line": 107, "column": 8 }, "end": { - "line": 117, + "line": 107, "column": 12 } } @@ -5677,31 +4729,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 3237, - 3244 + 2695, + 2702 ], "loc": { "start": { - "line": 117, + "line": 107, "column": 13 }, "end": { - "line": 117, + "line": 107, "column": 20 } } }, "range": [ - 3232, - 3244 + 2690, + 2702 ], "loc": { "start": { - "line": 117, + "line": 107, "column": 8 }, "end": { - "line": 117, + "line": 107, "column": 20 } } @@ -5711,46 +4763,46 @@ "value": null, "raw": "null", "range": [ - 3247, - 3251 + 2705, + 2709 ], "loc": { "start": { - "line": 117, + "line": 107, "column": 23 }, "end": { - "line": 117, + "line": 107, "column": 27 } } }, "range": [ - 3232, - 3251 + 2690, + 2709 ], "loc": { "start": { - "line": 117, + "line": 107, "column": 8 }, "end": { - "line": 117, + "line": 107, "column": 27 } } }, "range": [ - 3232, - 3252 + 2690, + 2710 ], "loc": { "start": { - "line": 117, + "line": 107, "column": 8 }, "end": { - "line": 117, + "line": 107, "column": 28 } }, @@ -5759,16 +4811,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 3114, - 3223 + 2572, + 2681 ], "loc": { "start": { - "line": 112, + "line": 102, "column": 8 }, "end": { - "line": 116, + "line": 106, "column": 11 } } @@ -5784,32 +4836,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 3266, - 3274 + 2724, + 2732 ], "loc": { "start": { - "line": 119, + "line": 109, "column": 12 }, "end": { - "line": 119, + "line": 109, "column": 20 } } }, "init": null, "range": [ - 3266, - 3274 + 2724, + 2732 ], "loc": { "start": { - "line": 119, + "line": 109, "column": 12 }, "end": { - "line": 119, + "line": 109, "column": 20 } } @@ -5817,16 +4869,16 @@ ], "kind": "let", "range": [ - 3262, - 3275 + 2720, + 2733 ], "loc": { "start": { - "line": 119, + "line": 109, "column": 8 }, "end": { - "line": 119, + "line": 109, "column": 21 } }, @@ -5835,16 +4887,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3285, - 3304 + 2743, + 2762 ], "loc": { "start": { - "line": 121, + "line": 111, "column": 8 }, "end": { - "line": 121, + "line": 111, "column": 27 } } @@ -5862,16 +4914,16 @@ "type": "Identifier", "name": "args", "range": [ - 3313, - 3317 + 2771, + 2775 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 8 }, "end": { - "line": 122, + "line": 112, "column": 12 } } @@ -5880,31 +4932,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 3318, - 3325 + 2776, + 2783 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 13 }, "end": { - "line": 122, + "line": 112, "column": 20 } } }, "range": [ - 3313, - 3325 + 2771, + 2783 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 8 }, "end": { - "line": 122, + "line": 112, "column": 20 } } @@ -5918,16 +4970,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3327, - 3330 + 2785, + 2788 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 22 }, "end": { - "line": 122, + "line": 112, "column": 25 } } @@ -5951,32 +5003,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3360, - 3363 + 2818, + 2821 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 23 }, "end": { - "line": 123, + "line": 113, "column": 26 } } }, "prefix": true, "range": [ - 3353, - 3363 + 2811, + 2821 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 16 }, "end": { - "line": 123, + "line": 113, "column": 26 } } @@ -5986,31 +5038,31 @@ "value": "object", "raw": "'object'", "range": [ - 3368, - 3376 + 2826, + 2834 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 31 }, "end": { - "line": 123, + "line": 113, "column": 39 } } }, "range": [ - 3353, - 3376 + 2811, + 2834 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 16 }, "end": { - "line": 123, + "line": 113, "column": 39 } } @@ -6025,16 +5077,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3380, - 3383 + 2838, + 2841 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 43 }, "end": { - "line": 123, + "line": 113, "column": 46 } } @@ -6043,31 +5095,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 3384, - 3392 + 2842, + 2850 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 47 }, "end": { - "line": 123, + "line": 113, "column": 55 } } }, "range": [ - 3380, - 3392 + 2838, + 2850 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 43 }, "end": { - "line": 123, + "line": 113, "column": 55 } } @@ -6077,46 +5129,46 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 3397, - 3404 + 2855, + 2862 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 60 }, "end": { - "line": 123, + "line": 113, "column": 67 } } }, "range": [ - 3380, - 3404 + 2838, + 2862 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 43 }, "end": { - "line": 123, + "line": 113, "column": 67 } } }, "range": [ - 3353, - 3404 + 2811, + 2862 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 16 }, "end": { - "line": 123, + "line": 113, "column": 67 } } @@ -6135,16 +5187,16 @@ "object": { "type": "ThisExpression", "range": [ - 3424, - 3428 + 2882, + 2886 ], "loc": { "start": { - "line": 124, + "line": 114, "column": 16 }, "end": { - "line": 124, + "line": 114, "column": 20 } } @@ -6153,31 +5205,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3429, - 3432 + 2887, + 2890 ], "loc": { "start": { - "line": 124, + "line": 114, "column": 21 }, "end": { - "line": 124, + "line": 114, "column": 24 } } }, "range": [ - 3424, - 3432 + 2882, + 2890 ], "loc": { "start": { - "line": 124, + "line": 114, "column": 16 }, "end": { - "line": 124, + "line": 114, "column": 24 } } @@ -6186,46 +5238,46 @@ "type": "Identifier", "name": "arg", "range": [ - 3435, - 3438 + 2893, + 2896 ], "loc": { "start": { - "line": 124, + "line": 114, "column": 27 }, "end": { - "line": 124, + "line": 114, "column": 30 } } }, "range": [ - 3424, - 3438 + 2882, + 2896 ], "loc": { "start": { - "line": 124, + "line": 114, "column": 16 }, "end": { - "line": 124, + "line": 114, "column": 30 } } }, "range": [ - 3424, - 3439 + 2882, + 2897 ], "loc": { "start": { - "line": 124, + "line": 114, "column": 16 }, "end": { - "line": 124, + "line": 114, "column": 31 } } @@ -6241,16 +5293,16 @@ "object": { "type": "ThisExpression", "range": [ - 3456, - 3460 + 2914, + 2918 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 16 }, "end": { - "line": 125, + "line": 115, "column": 20 } } @@ -6259,31 +5311,31 @@ "type": "Identifier", "name": "id", "range": [ - 3461, - 3463 + 2919, + 2921 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 21 }, "end": { - "line": 125, + "line": 115, "column": 23 } } }, "range": [ - 3456, - 3463 + 2914, + 2921 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 16 }, "end": { - "line": 125, + "line": 115, "column": 23 } } @@ -6298,16 +5350,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3466, - 3469 + 2924, + 2927 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 26 }, "end": { - "line": 125, + "line": 115, "column": 29 } } @@ -6316,31 +5368,31 @@ "type": "Identifier", "name": "id", "range": [ - 3470, - 3472 + 2928, + 2930 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 30 }, "end": { - "line": 125, + "line": 115, "column": 32 } } }, "range": [ - 3466, - 3472 + 2924, + 2930 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 26 }, "end": { - "line": 125, + "line": 115, "column": 32 } } @@ -6356,16 +5408,16 @@ }, "tail": false, "range": [ - 3476, - 3482 + 2934, + 2940 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 36 }, "end": { - "line": 125, + "line": 115, "column": 42 } } @@ -6378,16 +5430,16 @@ }, "tail": true, "range": [ - 3502, - 3505 + 2960, + 2963 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 62 }, "end": { - "line": 125, + "line": 115, "column": 65 } } @@ -6405,32 +5457,32 @@ "type": "Identifier", "name": "Date", "range": [ - 3486, - 3490 + 2944, + 2948 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 46 }, "end": { - "line": 125, + "line": 115, "column": 50 } } }, "arguments": [], "range": [ - 3482, - 3492 + 2940, + 2950 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 42 }, "end": { - "line": 125, + "line": 115, "column": 52 } } @@ -6439,124 +5491,124 @@ "type": "Identifier", "name": "getTime", "range": [ - 3493, - 3500 + 2951, + 2958 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 53 }, "end": { - "line": 125, + "line": 115, "column": 60 } } }, "range": [ - 3482, - 3500 + 2940, + 2958 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 42 }, "end": { - "line": 125, + "line": 115, "column": 60 } } }, "arguments": [], "range": [ - 3482, - 3502 + 2940, + 2960 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 42 }, "end": { - "line": 125, + "line": 115, "column": 62 } } } ], "range": [ - 3476, - 3505 + 2934, + 2963 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 36 }, "end": { - "line": 125, + "line": 115, "column": 65 } } }, "range": [ - 3466, - 3505 + 2924, + 2963 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 26 }, "end": { - "line": 125, + "line": 115, "column": 65 } } }, "range": [ - 3456, - 3505 + 2914, + 2963 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 16 }, "end": { - "line": 125, + "line": 115, "column": 65 } } }, "range": [ - 3456, - 3506 + 2914, + 2964 ], "loc": { "start": { - "line": 125, + "line": 115, "column": 16 }, "end": { - "line": 125, + "line": 115, "column": 66 } } } ], "range": [ - 3406, - 3520 + 2864, + 2978 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 69 }, "end": { - "line": 126, + "line": 116, "column": 13 } } @@ -6569,16 +5621,16 @@ "type": "Identifier", "name": "isString", "range": [ - 3530, - 3538 + 2988, + 2996 ], "loc": { "start": { - "line": 126, + "line": 116, "column": 23 }, "end": { - "line": 126, + "line": 116, "column": 31 } } @@ -6588,32 +5640,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3539, - 3542 + 2997, + 3000 ], "loc": { "start": { - "line": 126, + "line": 116, "column": 32 }, "end": { - "line": 126, + "line": 116, "column": 35 } } } ], "range": [ - 3530, - 3543 + 2988, + 3001 ], "loc": { "start": { - "line": 126, + "line": 116, "column": 23 }, "end": { - "line": 126, + "line": 116, "column": 36 } } @@ -6632,16 +5684,16 @@ "object": { "type": "ThisExpression", "range": [ - 3563, - 3567 + 3021, + 3025 ], "loc": { "start": { - "line": 127, + "line": 117, "column": 16 }, "end": { - "line": 127, + "line": 117, "column": 20 } } @@ -6650,31 +5702,31 @@ "type": "Identifier", "name": "id", "range": [ - 3568, - 3570 + 3026, + 3028 ], "loc": { "start": { - "line": 127, + "line": 117, "column": 21 }, "end": { - "line": 127, + "line": 117, "column": 23 } } }, "range": [ - 3563, - 3570 + 3021, + 3028 ], "loc": { "start": { - "line": 127, + "line": 117, "column": 16 }, "end": { - "line": 127, + "line": 117, "column": 23 } } @@ -6683,46 +5735,46 @@ "type": "Identifier", "name": "arg", "range": [ - 3573, - 3576 + 3031, + 3034 ], "loc": { "start": { - "line": 127, + "line": 117, "column": 26 }, "end": { - "line": 127, + "line": 117, "column": 29 } } }, "range": [ - 3563, - 3576 + 3021, + 3034 ], "loc": { "start": { - "line": 127, + "line": 117, "column": 16 }, "end": { - "line": 127, + "line": 117, "column": 29 } } }, "range": [ - 3563, - 3577 + 3021, + 3035 ], "loc": { "start": { - "line": 127, + "line": 117, "column": 16 }, "end": { - "line": 127, + "line": 117, "column": 30 } } @@ -6738,16 +5790,16 @@ "object": { "type": "ThisExpression", "range": [ - 3594, - 3598 + 3052, + 3056 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 16 }, "end": { - "line": 128, + "line": 118, "column": 20 } } @@ -6756,31 +5808,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3599, - 3602 + 3057, + 3060 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 21 }, "end": { - "line": 128, + "line": 118, "column": 24 } } }, "range": [ - 3594, - 3602 + 3052, + 3060 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 16 }, "end": { - "line": 128, + "line": 118, "column": 24 } } @@ -6791,16 +5843,16 @@ "type": "Identifier", "name": "elm", "range": [ - 3605, - 3608 + 3063, + 3066 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 27 }, "end": { - "line": 128, + "line": 118, "column": 30 } } @@ -6810,78 +5862,78 @@ "type": "Identifier", "name": "arg", "range": [ - 3609, - 3612 + 3067, + 3070 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 31 }, "end": { - "line": 128, + "line": 118, "column": 34 } } } ], "range": [ - 3605, - 3613 + 3063, + 3071 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 27 }, "end": { - "line": 128, + "line": 118, "column": 35 } } }, "range": [ - 3594, - 3613 + 3052, + 3071 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 16 }, "end": { - "line": 128, + "line": 118, "column": 35 } } }, "range": [ - 3594, - 3614 + 3052, + 3072 ], "loc": { "start": { - "line": 128, + "line": 118, "column": 16 }, "end": { - "line": 128, + "line": 118, "column": 36 } } } ], "range": [ - 3545, - 3628 + 3003, + 3086 ], "loc": { "start": { - "line": 126, + "line": 116, "column": 38 }, "end": { - "line": 129, + "line": 119, "column": 13 } } @@ -6894,16 +5946,16 @@ "type": "Identifier", "name": "isNumber", "range": [ - 3638, - 3646 + 3096, + 3104 ], "loc": { "start": { - "line": 129, + "line": 119, "column": 23 }, "end": { - "line": 129, + "line": 119, "column": 31 } } @@ -6913,32 +5965,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3647, - 3650 + 3105, + 3108 ], "loc": { "start": { - "line": 129, + "line": 119, "column": 32 }, "end": { - "line": 129, + "line": 119, "column": 35 } } } ], "range": [ - 3638, - 3651 + 3096, + 3109 ], "loc": { "start": { - "line": 129, + "line": 119, "column": 23 }, "end": { - "line": 129, + "line": 119, "column": 36 } } @@ -6955,16 +6007,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 3671, - 3679 + 3129, + 3137 ], "loc": { "start": { - "line": 130, + "line": 120, "column": 16 }, "end": { - "line": 130, + "line": 120, "column": 24 } } @@ -6973,62 +6025,62 @@ "type": "Identifier", "name": "arg", "range": [ - 3682, - 3685 + 3140, + 3143 ], "loc": { "start": { - "line": 130, + "line": 120, "column": 27 }, "end": { - "line": 130, + "line": 120, "column": 30 } } }, "range": [ - 3671, - 3685 + 3129, + 3143 ], "loc": { "start": { - "line": 130, + "line": 120, "column": 16 }, "end": { - "line": 130, + "line": 120, "column": 30 } } }, "range": [ - 3671, - 3686 + 3129, + 3144 ], "loc": { "start": { - "line": 130, + "line": 120, "column": 16 }, "end": { - "line": 130, + "line": 120, "column": 31 } } } ], "range": [ - 3653, - 3700 + 3111, + 3158 ], "loc": { "start": { - "line": 129, + "line": 119, "column": 38 }, "end": { - "line": 131, + "line": 121, "column": 13 } } @@ -7041,16 +6093,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 3710, - 3715 + 3168, + 3173 ], "loc": { "start": { - "line": 131, + "line": 121, "column": 23 }, "end": { - "line": 131, + "line": 121, "column": 28 } } @@ -7060,32 +6112,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3716, - 3719 + 3174, + 3177 ], "loc": { "start": { - "line": 131, + "line": 121, "column": 29 }, "end": { - "line": 131, + "line": 121, "column": 32 } } } ], "range": [ - 3710, - 3720 + 3168, + 3178 ], "loc": { "start": { - "line": 131, + "line": 121, "column": 23 }, "end": { - "line": 131, + "line": 121, "column": 33 } } @@ -7104,16 +6156,16 @@ "object": { "type": "ThisExpression", "range": [ - 3740, - 3744 + 3198, + 3202 ], "loc": { "start": { - "line": 132, + "line": 122, "column": 16 }, "end": { - "line": 132, + "line": 122, "column": 20 } } @@ -7122,31 +6174,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 3745, - 3748 + 3203, + 3206 ], "loc": { "start": { - "line": 132, + "line": 122, "column": 21 }, "end": { - "line": 132, + "line": 122, "column": 24 } } }, "range": [ - 3740, - 3748 + 3198, + 3206 ], "loc": { "start": { - "line": 132, + "line": 122, "column": 16 }, "end": { - "line": 132, + "line": 122, "column": 24 } } @@ -7155,139 +6207,139 @@ "type": "Identifier", "name": "arg", "range": [ - 3751, - 3754 + 3209, + 3212 ], "loc": { "start": { - "line": 132, + "line": 122, "column": 27 }, "end": { - "line": 132, + "line": 122, "column": 30 } } }, "range": [ - 3740, - 3754 + 3198, + 3212 ], "loc": { "start": { - "line": 132, + "line": 122, "column": 16 }, "end": { - "line": 132, + "line": 122, "column": 30 } } }, "range": [ - 3740, - 3755 + 3198, + 3213 ], "loc": { "start": { - "line": 132, + "line": 122, "column": 16 }, "end": { - "line": 132, + "line": 122, "column": 31 } } } ], "range": [ - 3722, - 3769 + 3180, + 3227 ], "loc": { "start": { - "line": 131, + "line": 121, "column": 35 }, "end": { - "line": 133, + "line": 123, "column": 13 } } }, "alternate": null, "range": [ - 3706, - 3769 + 3164, + 3227 ], "loc": { "start": { - "line": 131, + "line": 121, "column": 19 }, "end": { - "line": 133, + "line": 123, "column": 13 } } }, "range": [ - 3634, - 3769 + 3092, + 3227 ], "loc": { "start": { - "line": 129, + "line": 119, "column": 19 }, "end": { - "line": 133, + "line": 123, "column": 13 } } }, "range": [ - 3526, - 3769 + 2984, + 3227 ], "loc": { "start": { - "line": 126, + "line": 116, "column": 19 }, "end": { - "line": 133, + "line": 123, "column": 13 } } }, "range": [ - 3349, - 3769 + 2807, + 3227 ], "loc": { "start": { - "line": 123, + "line": 113, "column": 12 }, "end": { - "line": 133, + "line": 123, "column": 13 } } } ], "range": [ - 3335, - 3779 + 2793, + 3237 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 30 }, "end": { - "line": 134, + "line": 124, "column": 9 } } @@ -7295,47 +6347,47 @@ "generator": false, "expression": false, "range": [ - 3326, - 3779 + 2784, + 3237 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 21 }, "end": { - "line": 134, + "line": 124, "column": 9 } } } ], "range": [ - 3313, - 3780 + 2771, + 3238 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 8 }, "end": { - "line": 134, + "line": 124, "column": 10 } } }, "range": [ - 3313, - 3781 + 2771, + 3239 ], "loc": { "start": { - "line": 122, + "line": 112, "column": 8 }, "end": { - "line": 134, + "line": 124, "column": 11 } }, @@ -7344,16 +6396,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3285, - 3304 + 2743, + 2762 ], "loc": { "start": { - "line": 121, + "line": 111, "column": 8 }, "end": { - "line": 121, + "line": 111, "column": 27 } } @@ -7374,16 +6426,16 @@ "object": { "type": "ThisExpression", "range": [ - 3796, - 3800 + 3254, + 3258 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 13 }, "end": { - "line": 136, + "line": 126, "column": 17 } } @@ -7392,47 +6444,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 3801, - 3804 + 3259, + 3262 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 18 }, "end": { - "line": 136, + "line": 126, "column": 21 } } }, "range": [ - 3796, - 3804 + 3254, + 3262 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 13 }, "end": { - "line": 136, + "line": 126, "column": 21 } } }, "prefix": true, "range": [ - 3795, - 3804 + 3253, + 3262 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 12 }, "end": { - "line": 136, + "line": 126, "column": 21 } } @@ -7449,16 +6501,16 @@ "object": { "type": "ThisExpression", "range": [ - 3808, - 3812 + 3266, + 3270 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 25 }, "end": { - "line": 136, + "line": 126, "column": 29 } } @@ -7467,31 +6519,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3813, - 3816 + 3271, + 3274 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 30 }, "end": { - "line": 136, + "line": 126, "column": 33 } } }, "range": [ - 3808, - 3816 + 3266, + 3274 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 25 }, "end": { - "line": 136, + "line": 126, "column": 33 } } @@ -7500,31 +6552,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 3817, - 3825 + 3275, + 3283 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 34 }, "end": { - "line": 136, + "line": 126, "column": 42 } } }, "range": [ - 3808, - 3825 + 3266, + 3283 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 25 }, "end": { - "line": 136, + "line": 126, "column": 42 } } @@ -7534,46 +6586,46 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 3830, - 3837 + 3288, + 3295 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 47 }, "end": { - "line": 136, + "line": 126, "column": 54 } } }, "range": [ - 3808, - 3837 + 3266, + 3295 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 25 }, "end": { - "line": 136, + "line": 126, "column": 54 } } }, "range": [ - 3795, - 3837 + 3253, + 3295 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 12 }, "end": { - "line": 136, + "line": 126, "column": 54 } } @@ -7589,16 +6641,16 @@ "type": "Identifier", "name": "Error", "range": [ - 3863, - 3868 + 3321, + 3326 ], "loc": { "start": { - "line": 137, + "line": 127, "column": 22 }, "end": { - "line": 137, + "line": 127, "column": 27 } } @@ -7615,16 +6667,16 @@ }, "tail": true, "range": [ - 3869, - 3955 + 3327, + 3413 ], "loc": { "start": { - "line": 137, + "line": 127, "column": 28 }, "end": { - "line": 138, + "line": 128, "column": 39 } } @@ -7632,79 +6684,79 @@ ], "expressions": [], "range": [ - 3869, - 3955 + 3327, + 3413 ], "loc": { "start": { - "line": 137, + "line": 127, "column": 28 }, "end": { - "line": 138, + "line": 128, "column": 39 } } } ], "range": [ - 3859, - 3956 + 3317, + 3414 ], "loc": { "start": { - "line": 137, + "line": 127, "column": 18 }, "end": { - "line": 138, + "line": 128, "column": 40 } } }, "range": [ - 3853, - 3957 + 3311, + 3415 ], "loc": { "start": { - "line": 137, + "line": 127, "column": 12 }, "end": { - "line": 138, + "line": 128, "column": 41 } } } ], "range": [ - 3839, - 3967 + 3297, + 3425 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 56 }, "end": { - "line": 139, + "line": 129, "column": 9 } } }, "alternate": null, "range": [ - 3791, - 3967 + 3249, + 3425 ], "loc": { "start": { - "line": 136, + "line": 126, "column": 8 }, "end": { - "line": 139, + "line": 129, "column": 9 } } @@ -7722,16 +6774,16 @@ "object": { "type": "ThisExpression", "range": [ - 3981, - 3985 + 3439, + 3443 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 12 }, "end": { - "line": 141, + "line": 131, "column": 16 } } @@ -7740,47 +6792,47 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 3986, - 3995 + 3444, + 3453 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 17 }, "end": { - "line": 141, + "line": 131, "column": 26 } } }, "range": [ - 3981, - 3995 + 3439, + 3453 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 12 }, "end": { - "line": 141, + "line": 131, "column": 26 } } }, "arguments": [], "range": [ - 3981, - 3997 + 3439, + 3455 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 12 }, "end": { - "line": 141, + "line": 131, "column": 28 } } @@ -7790,31 +6842,31 @@ "value": 0, "raw": "0", "range": [ - 4002, - 4003 + 3460, + 3461 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 33 }, "end": { - "line": 141, + "line": 131, "column": 34 } } }, "range": [ - 3981, - 4003 + 3439, + 3461 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 12 }, "end": { - "line": 141, + "line": 131, "column": 34 } } @@ -7830,16 +6882,16 @@ "type": "Identifier", "name": "Error", "range": [ - 4029, - 4034 + 3487, + 3492 ], "loc": { "start": { - "line": 142, + "line": 132, "column": 22 }, "end": { - "line": 142, + "line": 132, "column": 27 } } @@ -7856,16 +6908,16 @@ }, "tail": true, "range": [ - 4035, - 4123 + 3493, + 3581 ], "loc": { "start": { - "line": 142, + "line": 132, "column": 28 }, "end": { - "line": 143, + "line": 133, "column": 41 } } @@ -7873,79 +6925,79 @@ ], "expressions": [], "range": [ - 4035, - 4123 + 3493, + 3581 ], "loc": { "start": { - "line": 142, + "line": 132, "column": 28 }, "end": { - "line": 143, + "line": 133, "column": 41 } } } ], "range": [ - 4025, - 4124 + 3483, + 3582 ], "loc": { "start": { - "line": 142, + "line": 132, "column": 18 }, "end": { - "line": 143, + "line": 133, "column": 42 } } }, "range": [ - 4019, - 4125 + 3477, + 3583 ], "loc": { "start": { - "line": 142, + "line": 132, "column": 12 }, "end": { - "line": 143, + "line": 133, "column": 43 } } } ], "range": [ - 4005, - 4135 + 3463, + 3593 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 36 }, "end": { - "line": 144, + "line": 134, "column": 9 } } }, "alternate": null, "range": [ - 3977, - 4135 + 3435, + 3593 ], "loc": { "start": { - "line": 141, + "line": 131, "column": 8 }, "end": { - "line": 144, + "line": 134, "column": 9 } }, @@ -7954,16 +7006,16 @@ "type": "Line", "value": " configuration object", "range": [ - 4145, - 4168 + 3603, + 3626 ], "loc": { "start": { - "line": 146, + "line": 136, "column": 8 }, "end": { - "line": 146, + "line": 136, "column": 31 } } @@ -7979,16 +7031,16 @@ "type": "Identifier", "name": "f", "range": [ - 4181, - 4182 + 3639, + 3640 ], "loc": { "start": { - "line": 147, + "line": 137, "column": 12 }, "end": { - "line": 147, + "line": 137, "column": 13 } } @@ -7999,16 +7051,16 @@ "object": { "type": "ThisExpression", "range": [ - 4185, - 4189 + 3643, + 3647 ], "loc": { "start": { - "line": 147, + "line": 137, "column": 16 }, "end": { - "line": 147, + "line": 137, "column": 20 } } @@ -8017,46 +7069,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 4190, - 4193 + 3648, + 3651 ], "loc": { "start": { - "line": 147, + "line": 137, "column": 21 }, "end": { - "line": 147, + "line": 137, "column": 24 } } }, "range": [ - 4185, - 4193 + 3643, + 3651 ], "loc": { "start": { - "line": 147, + "line": 137, "column": 16 }, "end": { - "line": 147, + "line": 137, "column": 24 } } }, "range": [ - 4181, - 4193 + 3639, + 3651 ], "loc": { "start": { - "line": 147, + "line": 137, "column": 12 }, "end": { - "line": 147, + "line": 137, "column": 24 } } @@ -8064,16 +7116,16 @@ ], "kind": "let", "range": [ - 4177, - 4194 + 3635, + 3652 ], "loc": { "start": { - "line": 147, + "line": 137, "column": 8 }, "end": { - "line": 147, + "line": 137, "column": 25 } }, @@ -8082,16 +7134,16 @@ "type": "Line", "value": " configuration object", "range": [ - 4145, - 4168 + 3603, + 3626 ], "loc": { "start": { - "line": 146, + "line": 136, "column": 8 }, "end": { - "line": 146, + "line": 136, "column": 31 } } @@ -8102,16 +7154,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 4204, - 4280 + 3662, + 3738 ], "loc": { "start": { - "line": 149, + "line": 139, "column": 8 }, "end": { - "line": 152, + "line": 142, "column": 11 } } @@ -8129,16 +7181,16 @@ "object": { "type": "ThisExpression", "range": [ - 4289, - 4293 + 3747, + 3751 ], "loc": { "start": { - "line": 153, + "line": 143, "column": 8 }, "end": { - "line": 153, + "line": 143, "column": 12 } } @@ -8147,31 +7199,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4294, - 4301 + 3752, + 3759 ], "loc": { "start": { - "line": 153, + "line": 143, "column": 13 }, "end": { - "line": 153, + "line": 143, "column": 20 } } }, "range": [ - 4289, - 4301 + 3747, + 3759 ], "loc": { "start": { - "line": 153, + "line": 143, "column": 8 }, "end": { - "line": 153, + "line": 143, "column": 20 } } @@ -8182,62 +7234,62 @@ "type": "Identifier", "name": "Emitter", "range": [ - 4308, - 4315 + 3766, + 3773 ], "loc": { "start": { - "line": 153, + "line": 143, "column": 27 }, "end": { - "line": 153, + "line": 143, "column": 34 } } }, "arguments": [], "range": [ - 4304, - 4317 + 3762, + 3775 ], "loc": { "start": { - "line": 153, + "line": 143, "column": 23 }, "end": { - "line": 153, + "line": 143, "column": 36 } } }, "range": [ - 4289, - 4317 + 3747, + 3775 ], "loc": { "start": { - "line": 153, + "line": 143, "column": 8 }, "end": { - "line": 153, + "line": 143, "column": 36 } } }, "range": [ - 4289, - 4318 + 3747, + 3776 ], "loc": { "start": { - "line": 153, + "line": 143, "column": 8 }, "end": { - "line": 153, + "line": 143, "column": 37 } }, @@ -8246,16 +7298,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 4204, - 4280 + 3662, + 3738 ], "loc": { "start": { - "line": 149, + "line": 139, "column": 8 }, "end": { - "line": 152, + "line": 142, "column": 11 } } @@ -8266,16 +7318,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4328, - 4350 + 3786, + 3808 ], "loc": { "start": { - "line": 155, + "line": 145, "column": 8 }, "end": { - "line": 155, + "line": 145, "column": 30 } } @@ -8293,16 +7345,16 @@ "object": { "type": "ThisExpression", "range": [ - 4359, - 4363 + 3817, + 3821 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 8 }, "end": { - "line": 156, + "line": 146, "column": 12 } } @@ -8311,31 +7363,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 4364, - 4370 + 3822, + 3828 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 13 }, "end": { - "line": 156, + "line": 146, "column": 19 } } }, "range": [ - 4359, - 4370 + 3817, + 3828 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 8 }, "end": { - "line": 156, + "line": 146, "column": 19 } } @@ -8348,16 +7400,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 4373, - 4380 + 3831, + 3838 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 22 }, "end": { - "line": 156, + "line": 146, "column": 29 } } @@ -8367,32 +7419,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 4381, - 4389 + 3839, + 3847 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 30 }, "end": { - "line": 156, + "line": 146, "column": 38 } } } ], "range": [ - 4373, - 4390 + 3831, + 3848 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 22 }, "end": { - "line": 156, + "line": 146, "column": 39 } } @@ -8402,16 +7454,16 @@ "value": 2, "raw": "2", "range": [ - 4393, - 4394 + 3851, + 3852 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 42 }, "end": { - "line": 156, + "line": 146, "column": 43 } } @@ -8423,16 +7475,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 4398, - 4406 + 3856, + 3864 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 47 }, "end": { - "line": 156, + "line": 146, "column": 55 } } @@ -8442,76 +7494,76 @@ "value": 1, "raw": "1", "range": [ - 4409, - 4410 + 3867, + 3868 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 58 }, "end": { - "line": 156, + "line": 146, "column": 59 } } }, "range": [ - 4398, - 4410 + 3856, + 3868 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 47 }, "end": { - "line": 156, + "line": 146, "column": 59 } } }, "range": [ - 4373, - 4411 + 3831, + 3869 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 22 }, "end": { - "line": 156, + "line": 146, "column": 60 } } }, "range": [ - 4359, - 4411 + 3817, + 3869 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 8 }, "end": { - "line": 156, + "line": 146, "column": 60 } } }, "range": [ - 4359, - 4412 + 3817, + 3870 ], "loc": { "start": { - "line": 156, + "line": 146, "column": 8 }, "end": { - "line": 156, + "line": 146, "column": 61 } }, @@ -8520,16 +7572,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4328, - 4350 + 3786, + 3808 ], "loc": { "start": { - "line": 155, + "line": 145, "column": 8 }, "end": { - "line": 155, + "line": 145, "column": 30 } } @@ -8540,16 +7592,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4422, - 4502 + 3880, + 3960 ], "loc": { "start": { - "line": 158, + "line": 148, "column": 8 }, "end": { - "line": 161, + "line": 151, "column": 11 } } @@ -8567,16 +7619,16 @@ "object": { "type": "ThisExpression", "range": [ - 4511, - 4515 + 3969, + 3973 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 8 }, "end": { - "line": 162, + "line": 152, "column": 12 } } @@ -8585,31 +7637,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 4516, - 4524 + 3974, + 3982 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 13 }, "end": { - "line": 162, + "line": 152, "column": 21 } } }, "range": [ - 4511, - 4524 + 3969, + 3982 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 8 }, "end": { - "line": 162, + "line": 152, "column": 21 } } @@ -8624,16 +7676,16 @@ "type": "Identifier", "name": "f", "range": [ - 4527, - 4528 + 3985, + 3986 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 24 }, "end": { - "line": 162, + "line": 152, "column": 25 } } @@ -8642,31 +7694,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 4529, - 4538 + 3987, + 3996 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 26 }, "end": { - "line": 162, + "line": 152, "column": 35 } } }, "range": [ - 4527, - 4538 + 3985, + 3996 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 24 }, "end": { - "line": 162, + "line": 152, "column": 35 } } @@ -8676,61 +7728,61 @@ "value": "tablefilter/", "raw": "'tablefilter/'", "range": [ - 4542, - 4556 + 4000, + 4014 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 39 }, "end": { - "line": 162, + "line": 152, "column": 53 } } }, "range": [ - 4527, - 4556 + 3985, + 4014 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 24 }, "end": { - "line": 162, + "line": 152, "column": 53 } } }, "range": [ - 4511, - 4556 + 3969, + 4014 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 8 }, "end": { - "line": 162, + "line": 152, "column": 53 } } }, "range": [ - 4511, - 4557 + 3969, + 4015 ], "loc": { "start": { - "line": 162, + "line": 152, "column": 8 }, "end": { - "line": 162, + "line": 152, "column": 54 } }, @@ -8739,16 +7791,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4422, - 4502 + 3880, + 3960 ], "loc": { "start": { - "line": 158, + "line": 148, "column": 8 }, "end": { - "line": 161, + "line": 151, "column": 11 } } @@ -8759,16 +7811,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4567, - 4601 + 4025, + 4059 ], "loc": { "start": { - "line": 164, + "line": 154, "column": 8 }, "end": { - "line": 164, + "line": 154, "column": 42 } } @@ -8777,16 +7829,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4611, - 4687 + 4069, + 4145 ], "loc": { "start": { - "line": 166, + "line": 156, "column": 8 }, "end": { - "line": 169, + "line": 159, "column": 11 } } @@ -8804,16 +7856,16 @@ "object": { "type": "ThisExpression", "range": [ - 4696, - 4700 + 4154, + 4158 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 8 }, "end": { - "line": 170, + "line": 160, "column": 12 } } @@ -8822,31 +7874,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 4701, - 4708 + 4159, + 4166 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 13 }, "end": { - "line": 170, + "line": 160, "column": 20 } } }, "range": [ - 4696, - 4708 + 4154, + 4166 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 8 }, "end": { - "line": 170, + "line": 160, "column": 20 } } @@ -8863,16 +7915,16 @@ "type": "Identifier", "name": "f", "range": [ - 4711, - 4712 + 4169, + 4170 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 23 }, "end": { - "line": 170, + "line": 160, "column": 24 } } @@ -8881,31 +7933,31 @@ "type": "Identifier", "name": "grid", "range": [ - 4713, - 4717 + 4171, + 4175 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 25 }, "end": { - "line": 170, + "line": 160, "column": 29 } } }, "range": [ - 4711, - 4717 + 4169, + 4175 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 23 }, "end": { - "line": 170, + "line": 160, "column": 29 } } @@ -8915,31 +7967,31 @@ "value": false, "raw": "false", "range": [ - 4722, - 4727 + 4180, + 4185 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 34 }, "end": { - "line": 170, + "line": 160, "column": 39 } } }, "range": [ - 4711, - 4727 + 4169, + 4185 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 23 }, "end": { - "line": 170, + "line": 160, "column": 39 } } @@ -8949,16 +8001,16 @@ "value": false, "raw": "false", "range": [ - 4730, - 4735 + 4188, + 4193 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 42 }, "end": { - "line": 170, + "line": 160, "column": 47 } } @@ -8968,61 +8020,61 @@ "value": true, "raw": "true", "range": [ - 4738, - 4742 + 4196, + 4200 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 50 }, "end": { - "line": 170, + "line": 160, "column": 54 } } }, "range": [ - 4711, - 4742 + 4169, + 4200 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 23 }, "end": { - "line": 170, + "line": 160, "column": 54 } } }, "range": [ - 4696, - 4742 + 4154, + 4200 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 8 }, "end": { - "line": 170, + "line": 160, "column": 54 } } }, "range": [ - 4696, - 4743 + 4154, + 4201 ], "loc": { "start": { - "line": 170, + "line": 160, "column": 8 }, "end": { - "line": 170, + "line": 160, "column": 55 } }, @@ -9031,16 +8083,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4567, - 4601 + 4025, + 4059 ], "loc": { "start": { - "line": 164, + "line": 154, "column": 8 }, "end": { - "line": 164, + "line": 154, "column": 42 } } @@ -9049,16 +8101,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4611, - 4687 + 4069, + 4145 ], "loc": { "start": { - "line": 166, + "line": 156, "column": 8 }, "end": { - "line": 169, + "line": 159, "column": 11 } } @@ -9069,16 +8121,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4753, - 4849 + 4211, + 4307 ], "loc": { "start": { - "line": 172, + "line": 162, "column": 8 }, "end": { - "line": 175, + "line": 165, "column": 11 } } @@ -9096,16 +8148,16 @@ "object": { "type": "ThisExpression", "range": [ - 4858, - 4862 + 4316, + 4320 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 8 }, "end": { - "line": 176, + "line": 166, "column": 12 } } @@ -9114,31 +8166,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4863, - 4873 + 4321, + 4331 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 13 }, "end": { - "line": 176, + "line": 166, "column": 23 } } }, "range": [ - 4858, - 4873 + 4316, + 4331 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 8 }, "end": { - "line": 176, + "line": 166, "column": 23 } } @@ -9149,16 +8201,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 4876, - 4883 + 4334, + 4341 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 26 }, "end": { - "line": 176, + "line": 166, "column": 33 } } @@ -9171,16 +8223,16 @@ "type": "Identifier", "name": "f", "range": [ - 4884, - 4885 + 4342, + 4343 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 34 }, "end": { - "line": 176, + "line": 166, "column": 35 } } @@ -9189,77 +8241,77 @@ "type": "Identifier", "name": "grid_layout", "range": [ - 4886, - 4897 + 4344, + 4355 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 36 }, "end": { - "line": 176, + "line": 166, "column": 47 } } }, "range": [ - 4884, - 4897 + 4342, + 4355 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 34 }, "end": { - "line": 176, + "line": 166, "column": 47 } } } ], "range": [ - 4876, - 4898 + 4334, + 4356 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 26 }, "end": { - "line": 176, + "line": 166, "column": 48 } } }, "range": [ - 4858, - 4898 + 4316, + 4356 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 8 }, "end": { - "line": 176, + "line": 166, "column": 48 } } }, "range": [ - 4858, - 4899 + 4316, + 4357 ], "loc": { "start": { - "line": 176, + "line": 166, "column": 8 }, "end": { - "line": 176, + "line": 166, "column": 49 } }, @@ -9268,16 +8320,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4753, - 4849 + 4211, + 4307 ], "loc": { "start": { - "line": 172, + "line": 162, "column": 8 }, "end": { - "line": 175, + "line": 165, "column": 11 } } @@ -9288,16 +8340,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4909, - 4979 + 4367, + 4437 ], "loc": { "start": { - "line": 178, + "line": 168, "column": 8 }, "end": { - "line": 181, + "line": 171, "column": 11 } } @@ -9315,16 +8367,16 @@ "object": { "type": "ThisExpression", "range": [ - 4988, - 4992 + 4446, + 4450 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 8 }, "end": { - "line": 182, + "line": 172, "column": 12 } } @@ -9333,31 +8385,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 4993, - 5008 + 4451, + 4466 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 13 }, "end": { - "line": 182, + "line": 172, "column": 28 } } }, "range": [ - 4988, - 5008 + 4446, + 4466 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 8 }, "end": { - "line": 182, + "line": 172, "column": 28 } } @@ -9370,16 +8422,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 5011, - 5016 + 4469, + 4474 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 31 }, "end": { - "line": 182, + "line": 172, "column": 36 } } @@ -9392,16 +8444,16 @@ "type": "Identifier", "name": "f", "range": [ - 5017, - 5018 + 4475, + 4476 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 37 }, "end": { - "line": 182, + "line": 172, "column": 38 } } @@ -9410,47 +8462,47 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 5019, - 5036 + 4477, + 4494 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 39 }, "end": { - "line": 182, + "line": 172, "column": 56 } } }, "range": [ - 5017, - 5036 + 4475, + 4494 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 37 }, "end": { - "line": 182, + "line": 172, "column": 56 } } } ], "range": [ - 5011, - 5037 + 4469, + 4495 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 31 }, "end": { - "line": 182, + "line": 172, "column": 57 } } @@ -9460,16 +8512,16 @@ "value": 0, "raw": "0", "range": [ - 5052, - 5053 + 4510, + 4511 ], "loc": { "start": { - "line": 183, + "line": 173, "column": 12 }, "end": { - "line": 183, + "line": 173, "column": 13 } } @@ -9481,16 +8533,16 @@ "type": "Identifier", "name": "f", "range": [ - 5056, - 5057 + 4514, + 4515 ], "loc": { "start": { - "line": 183, + "line": 173, "column": 16 }, "end": { - "line": 183, + "line": 173, "column": 17 } } @@ -9499,76 +8551,76 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 5058, - 5075 + 4516, + 4533 ], "loc": { "start": { - "line": 183, + "line": 173, "column": 18 }, "end": { - "line": 183, + "line": 173, "column": 35 } } }, "range": [ - 5056, - 5075 + 4514, + 4533 ], "loc": { "start": { - "line": 183, + "line": 173, "column": 16 }, "end": { - "line": 183, + "line": 173, "column": 35 } } }, "range": [ - 5011, - 5075 + 4469, + 4533 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 31 }, "end": { - "line": 183, + "line": 173, "column": 35 } } }, "range": [ - 4988, - 5075 + 4446, + 4533 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 8 }, "end": { - "line": 183, + "line": 173, "column": 35 } } }, "range": [ - 4988, - 5076 + 4446, + 4534 ], "loc": { "start": { - "line": 182, + "line": 172, "column": 8 }, "end": { - "line": 183, + "line": 173, "column": 36 } }, @@ -9577,16 +8629,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4909, - 4979 + 4367, + 4437 ], "loc": { "start": { - "line": 178, + "line": 168, "column": 8 }, "end": { - "line": 181, + "line": 171, "column": 11 } } @@ -9597,16 +8649,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 5086, - 5156 + 4544, + 4614 ], "loc": { "start": { - "line": 185, + "line": 175, "column": 8 }, "end": { - "line": 188, + "line": 178, "column": 11 } } @@ -9624,16 +8676,16 @@ "object": { "type": "ThisExpression", "range": [ - 5165, - 5169 + 4623, + 4627 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 8 }, "end": { - "line": 189, + "line": 179, "column": 12 } } @@ -9642,31 +8694,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5170, - 5180 + 4628, + 4638 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 13 }, "end": { - "line": 189, + "line": 179, "column": 23 } } }, "range": [ - 5165, - 5180 + 4623, + 4638 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 8 }, "end": { - "line": 189, + "line": 179, "column": 23 } } @@ -9679,16 +8731,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 5183, - 5188 + 4641, + 4646 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 26 }, "end": { - "line": 189, + "line": 179, "column": 31 } } @@ -9701,16 +8753,16 @@ "type": "Identifier", "name": "f", "range": [ - 5189, - 5190 + 4647, + 4648 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 32 }, "end": { - "line": 189, + "line": 179, "column": 33 } } @@ -9719,47 +8771,47 @@ "type": "Identifier", "name": "headers_row_index", "range": [ - 5191, - 5208 + 4649, + 4666 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 34 }, "end": { - "line": 189, + "line": 179, "column": 51 } } }, "range": [ - 5189, - 5208 + 4647, + 4666 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 32 }, "end": { - "line": 189, + "line": 179, "column": 51 } } } ], "range": [ - 5183, - 5209 + 4641, + 4667 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 26 }, "end": { - "line": 189, + "line": 179, "column": 52 } } @@ -9775,16 +8827,16 @@ "object": { "type": "ThisExpression", "range": [ - 5225, - 5229 + 4683, + 4687 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 13 }, "end": { - "line": 190, + "line": 180, "column": 17 } } @@ -9793,31 +8845,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 5230, - 5245 + 4688, + 4703 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 18 }, "end": { - "line": 190, + "line": 180, "column": 33 } } }, "range": [ - 5225, - 5245 + 4683, + 4703 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 13 }, "end": { - "line": 190, + "line": 180, "column": 33 } } @@ -9827,31 +8879,31 @@ "value": 0, "raw": "0", "range": [ - 5250, - 5251 + 4708, + 4709 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 38 }, "end": { - "line": 190, + "line": 180, "column": 39 } } }, "range": [ - 5225, - 5251 + 4683, + 4709 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 13 }, "end": { - "line": 190, + "line": 180, "column": 39 } } @@ -9861,16 +8913,16 @@ "value": 1, "raw": "1", "range": [ - 5254, - 5255 + 4712, + 4713 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 42 }, "end": { - "line": 190, + "line": 180, "column": 43 } } @@ -9880,31 +8932,31 @@ "value": 0, "raw": "0", "range": [ - 5258, - 5259 + 4716, + 4717 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 46 }, "end": { - "line": 190, + "line": 180, "column": 47 } } }, "range": [ - 5225, - 5259 + 4683, + 4717 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 13 }, "end": { - "line": 190, + "line": 180, "column": 47 } } @@ -9916,16 +8968,16 @@ "type": "Identifier", "name": "f", "range": [ - 5263, - 5264 + 4721, + 4722 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 51 }, "end": { - "line": 190, + "line": 180, "column": 52 } } @@ -9934,76 +8986,76 @@ "type": "Identifier", "name": "headers_row_index", "range": [ - 5265, - 5282 + 4723, + 4740 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 53 }, "end": { - "line": 190, + "line": 180, "column": 70 } } }, "range": [ - 5263, - 5282 + 4721, + 4740 ], "loc": { "start": { - "line": 190, + "line": 180, "column": 51 }, "end": { - "line": 190, + "line": 180, "column": 70 } } }, "range": [ - 5183, - 5282 + 4641, + 4740 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 26 }, "end": { - "line": 190, + "line": 180, "column": 70 } } }, "range": [ - 5165, - 5282 + 4623, + 4740 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 8 }, "end": { - "line": 190, + "line": 180, "column": 70 } } }, "range": [ - 5165, - 5283 + 4623, + 4741 ], "loc": { "start": { - "line": 189, + "line": 179, "column": 8 }, "end": { - "line": 190, + "line": 180, "column": 71 } }, @@ -10012,16 +9064,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 5086, - 5156 + 4544, + 4614 ], "loc": { "start": { - "line": 185, + "line": 175, "column": 8 }, "end": { - "line": 188, + "line": 178, "column": 11 } } @@ -10032,16 +9084,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5293, - 5397 + 4751, + 4855 ], "loc": { "start": { - "line": 192, + "line": 182, "column": 8 }, "end": { - "line": 195, + "line": 185, "column": 11 } } @@ -10059,16 +9111,16 @@ "object": { "type": "ThisExpression", "range": [ - 5406, - 5410 + 4864, + 4868 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 8 }, "end": { - "line": 196, + "line": 186, "column": 12 } } @@ -10077,31 +9129,31 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 5411, - 5421 + 4869, + 4879 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 13 }, "end": { - "line": 196, + "line": 186, "column": 23 } } }, "range": [ - 5406, - 5421 + 4864, + 4879 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 8 }, "end": { - "line": 196, + "line": 186, "column": 23 } } @@ -10114,16 +9166,16 @@ "type": "Identifier", "name": "isString", "range": [ - 5424, - 5432 + 4882, + 4890 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 26 }, "end": { - "line": 196, + "line": 186, "column": 34 } } @@ -10136,16 +9188,16 @@ "type": "Identifier", "name": "f", "range": [ - 5433, - 5434 + 4891, + 4892 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 35 }, "end": { - "line": 196, + "line": 186, "column": 36 } } @@ -10154,47 +9206,47 @@ "type": "Identifier", "name": "filters_cell_tag", "range": [ - 5435, - 5451 + 4893, + 4909 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 37 }, "end": { - "line": 196, + "line": 186, "column": 53 } } }, "range": [ - 5433, - 5451 + 4891, + 4909 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 35 }, "end": { - "line": 196, + "line": 186, "column": 53 } } } ], "range": [ - 5424, - 5452 + 4882, + 4910 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 26 }, "end": { - "line": 196, + "line": 186, "column": 54 } } @@ -10206,16 +9258,16 @@ "type": "Identifier", "name": "f", "range": [ - 5467, - 5468 + 4925, + 4926 ], "loc": { "start": { - "line": 197, + "line": 187, "column": 12 }, "end": { - "line": 197, + "line": 187, "column": 13 } } @@ -10224,31 +9276,31 @@ "type": "Identifier", "name": "filters_cell_tag", "range": [ - 5469, - 5485 + 4927, + 4943 ], "loc": { "start": { - "line": 197, + "line": 187, "column": 14 }, "end": { - "line": 197, + "line": 187, "column": 30 } } }, "range": [ - 5467, - 5485 + 4925, + 4943 ], "loc": { "start": { - "line": 197, + "line": 187, "column": 12 }, "end": { - "line": 197, + "line": 187, "column": 30 } } @@ -10257,61 +9309,61 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 5488, - 5496 + 4946, + 4954 ], "loc": { "start": { - "line": 197, + "line": 187, "column": 33 }, "end": { - "line": 197, + "line": 187, "column": 41 } } }, "range": [ - 5424, - 5496 + 4882, + 4954 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 26 }, "end": { - "line": 197, + "line": 187, "column": 41 } } }, "range": [ - 5406, - 5496 + 4864, + 4954 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 8 }, "end": { - "line": 197, + "line": 187, "column": 41 } } }, "range": [ - 5406, - 5497 + 4864, + 4955 ], "loc": { "start": { - "line": 196, + "line": 186, "column": 8 }, "end": { - "line": 197, + "line": 187, "column": 42 } }, @@ -10320,16 +9372,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5293, - 5397 + 4751, + 4855 ], "loc": { "start": { - "line": 192, + "line": 182, "column": 8 }, "end": { - "line": 195, + "line": 185, "column": 11 } } @@ -10340,16 +9392,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5507, - 5598 + 4965, + 5056 ], "loc": { "start": { - "line": 199, + "line": 189, "column": 8 }, "end": { - "line": 203, + "line": 193, "column": 11 } } @@ -10367,16 +9419,16 @@ "object": { "type": "ThisExpression", "range": [ - 5607, - 5611 + 5065, + 5069 ], "loc": { "start": { - "line": 204, + "line": 194, "column": 8 }, "end": { - "line": 204, + "line": 194, "column": 12 } } @@ -10385,31 +9437,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 5612, - 5618 + 5070, + 5076 ], "loc": { "start": { - "line": 204, + "line": 194, "column": 13 }, "end": { - "line": 204, + "line": 194, "column": 19 } } }, "range": [ - 5607, - 5618 + 5065, + 5076 ], "loc": { "start": { - "line": 204, + "line": 194, "column": 8 }, "end": { - "line": 204, + "line": 194, "column": 19 } } @@ -10418,46 +9470,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5621, - 5623 + 5079, + 5081 ], "loc": { "start": { - "line": 204, + "line": 194, "column": 22 }, "end": { - "line": 204, + "line": 194, "column": 24 } } }, "range": [ - 5607, - 5623 + 5065, + 5081 ], "loc": { "start": { - "line": 204, + "line": 194, "column": 8 }, "end": { - "line": 204, + "line": 194, "column": 24 } } }, "range": [ - 5607, - 5624 + 5065, + 5082 ], "loc": { "start": { - "line": 204, + "line": 194, "column": 8 }, "end": { - "line": 204, + "line": 194, "column": 25 } }, @@ -10466,16 +9518,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5507, - 5598 + 4965, + 5056 ], "loc": { "start": { - "line": 199, + "line": 189, "column": 8 }, "end": { - "line": 203, + "line": 193, "column": 11 } } @@ -10486,16 +9538,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5634, - 5762 + 5092, + 5220 ], "loc": { "start": { - "line": 206, + "line": 196, "column": 8 }, "end": { - "line": 210, + "line": 200, "column": 11 } } @@ -10513,16 +9565,16 @@ "object": { "type": "ThisExpression", "range": [ - 5771, - 5775 + 5229, + 5233 ], "loc": { "start": { - "line": 211, + "line": 201, "column": 8 }, "end": { - "line": 211, + "line": 201, "column": 12 } } @@ -10531,31 +9583,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5776, - 5790 + 5234, + 5248 ], "loc": { "start": { - "line": 211, + "line": 201, "column": 13 }, "end": { - "line": 211, + "line": 201, "column": 27 } } }, "range": [ - 5771, - 5790 + 5229, + 5248 ], "loc": { "start": { - "line": 211, + "line": 201, "column": 8 }, "end": { - "line": 211, + "line": 201, "column": 27 } } @@ -10564,46 +9616,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5793, - 5795 + 5251, + 5253 ], "loc": { "start": { - "line": 211, + "line": 201, "column": 30 }, "end": { - "line": 211, + "line": 201, "column": 32 } } }, "range": [ - 5771, - 5795 + 5229, + 5253 ], "loc": { "start": { - "line": 211, + "line": 201, "column": 8 }, "end": { - "line": 211, + "line": 201, "column": 32 } } }, "range": [ - 5771, - 5796 + 5229, + 5254 ], "loc": { "start": { - "line": 211, + "line": 201, "column": 8 }, "end": { - "line": 211, + "line": 201, "column": 33 } }, @@ -10612,16 +9664,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5634, - 5762 + 5092, + 5220 ], "loc": { "start": { - "line": 206, + "line": 196, "column": 8 }, "end": { - "line": 210, + "line": 200, "column": 11 } } @@ -10632,16 +9684,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5806, - 5914 + 5264, + 5372 ], "loc": { "start": { - "line": 213, + "line": 203, "column": 8 }, "end": { - "line": 217, + "line": 207, "column": 11 } } @@ -10659,16 +9711,16 @@ "object": { "type": "ThisExpression", "range": [ - 5923, - 5927 + 5381, + 5385 ], "loc": { "start": { - "line": 218, + "line": 208, "column": 8 }, "end": { - "line": 218, + "line": 208, "column": 12 } } @@ -10677,31 +9729,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 5928, - 5934 + 5386, + 5392 ], "loc": { "start": { - "line": 218, + "line": 208, "column": 13 }, "end": { - "line": 218, + "line": 208, "column": 19 } } }, "range": [ - 5923, - 5934 + 5381, + 5392 ], "loc": { "start": { - "line": 218, + "line": 208, "column": 8 }, "end": { - "line": 218, + "line": 208, "column": 19 } } @@ -10711,46 +9763,46 @@ "value": null, "raw": "null", "range": [ - 5937, - 5941 + 5395, + 5399 ], "loc": { "start": { - "line": 218, + "line": 208, "column": 22 }, "end": { - "line": 218, + "line": 208, "column": 26 } } }, "range": [ - 5923, - 5941 + 5381, + 5399 ], "loc": { "start": { - "line": 218, + "line": 208, "column": 8 }, "end": { - "line": 218, + "line": 208, "column": 26 } } }, "range": [ - 5923, - 5942 + 5381, + 5400 ], "loc": { "start": { - "line": 218, + "line": 208, "column": 8 }, "end": { - "line": 218, + "line": 208, "column": 27 } }, @@ -10759,16 +9811,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5806, - 5914 + 5264, + 5372 ], "loc": { "start": { - "line": 213, + "line": 203, "column": 8 }, "end": { - "line": 217, + "line": 207, "column": 11 } } @@ -10779,16 +9831,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5952, - 6092 + 5410, + 5550 ], "loc": { "start": { - "line": 220, + "line": 210, "column": 8 }, "end": { - "line": 224, + "line": 214, "column": 11 } } @@ -10806,16 +9858,16 @@ "object": { "type": "ThisExpression", "range": [ - 6101, - 6105 + 5559, + 5563 ], "loc": { "start": { - "line": 225, + "line": 215, "column": 8 }, "end": { - "line": 225, + "line": 215, "column": 12 } } @@ -10824,31 +9876,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 6106, - 6110 + 5564, + 5568 ], "loc": { "start": { - "line": 225, + "line": 215, "column": 13 }, "end": { - "line": 225, + "line": 215, "column": 17 } } }, "range": [ - 6101, - 6110 + 5559, + 5568 ], "loc": { "start": { - "line": 225, + "line": 215, "column": 8 }, "end": { - "line": 225, + "line": 215, "column": 17 } } @@ -10858,46 +9910,46 @@ "value": null, "raw": "null", "range": [ - 6113, - 6117 + 5571, + 5575 ], "loc": { "start": { - "line": 225, + "line": 215, "column": 20 }, "end": { - "line": 225, + "line": 215, "column": 24 } } }, "range": [ - 6101, - 6117 + 5559, + 5575 ], "loc": { "start": { - "line": 225, + "line": 215, "column": 8 }, "end": { - "line": 225, + "line": 215, "column": 24 } } }, "range": [ - 6101, - 6118 + 5559, + 5576 ], "loc": { "start": { - "line": 225, + "line": 215, "column": 8 }, "end": { - "line": 225, + "line": 215, "column": 25 } }, @@ -10906,16 +9958,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5952, - 6092 + 5410, + 5550 ], "loc": { "start": { - "line": 220, + "line": 210, "column": 8 }, "end": { - "line": 224, + "line": 214, "column": 11 } } @@ -10926,16 +9978,16 @@ "type": "Block", "value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6128, - 6302 + 5586, + 5760 ], "loc": { "start": { - "line": 227, + "line": 217, "column": 8 }, "end": { - "line": 232, + "line": 222, "column": 11 } } @@ -10953,16 +10005,16 @@ "object": { "type": "ThisExpression", "range": [ - 6311, - 6315 + 5769, + 5773 ], "loc": { "start": { - "line": 233, + "line": 223, "column": 8 }, "end": { - "line": 233, + "line": 223, "column": 12 } } @@ -10971,31 +10023,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 6316, - 6320 + 5774, + 5778 ], "loc": { "start": { - "line": 233, + "line": 223, "column": 13 }, "end": { - "line": 233, + "line": 223, "column": 17 } } }, "range": [ - 6311, - 6320 + 5769, + 5778 ], "loc": { "start": { - "line": 233, + "line": 223, "column": 8 }, "end": { - "line": 233, + "line": 223, "column": 17 } } @@ -11005,46 +10057,46 @@ "value": null, "raw": "null", "range": [ - 6323, - 6327 + 5781, + 5785 ], "loc": { "start": { - "line": 233, + "line": 223, "column": 20 }, "end": { - "line": 233, + "line": 223, "column": 24 } } }, "range": [ - 6311, - 6327 + 5769, + 5785 ], "loc": { "start": { - "line": 233, + "line": 223, "column": 8 }, "end": { - "line": 233, + "line": 223, "column": 24 } } }, "range": [ - 6311, - 6328 + 5769, + 5786 ], "loc": { "start": { - "line": 233, + "line": 223, "column": 8 }, "end": { - "line": 233, + "line": 223, "column": 25 } }, @@ -11053,16 +10105,16 @@ "type": "Block", "value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6128, - 6302 + 5586, + 5760 ], "loc": { "start": { - "line": 227, + "line": 217, "column": 8 }, "end": { - "line": 232, + "line": 222, "column": 11 } } @@ -11073,16 +10125,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6338, - 6478 + 5796, + 5936 ], "loc": { "start": { - "line": 235, + "line": 225, "column": 8 }, "end": { - "line": 239, + "line": 229, "column": 11 } } @@ -11100,16 +10152,16 @@ "object": { "type": "ThisExpression", "range": [ - 6487, - 6491 + 5945, + 5949 ], "loc": { "start": { - "line": 240, + "line": 230, "column": 8 }, "end": { - "line": 240, + "line": 230, "column": 12 } } @@ -11118,31 +10170,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 6492, - 6496 + 5950, + 5954 ], "loc": { "start": { - "line": 240, + "line": 230, "column": 13 }, "end": { - "line": 240, + "line": 230, "column": 17 } } }, "range": [ - 6487, - 6496 + 5945, + 5954 ], "loc": { "start": { - "line": 240, + "line": 230, "column": 8 }, "end": { - "line": 240, + "line": 230, "column": 17 } } @@ -11152,46 +10204,46 @@ "value": null, "raw": "null", "range": [ - 6499, - 6503 + 5957, + 5961 ], "loc": { "start": { - "line": 240, + "line": 230, "column": 20 }, "end": { - "line": 240, + "line": 230, "column": 24 } } }, "range": [ - 6487, - 6503 + 5945, + 5961 ], "loc": { "start": { - "line": 240, + "line": 230, "column": 8 }, "end": { - "line": 240, + "line": 230, "column": 24 } } }, "range": [ - 6487, - 6504 + 5945, + 5962 ], "loc": { "start": { - "line": 240, + "line": 230, "column": 8 }, "end": { - "line": 240, + "line": 230, "column": 25 } }, @@ -11200,16 +10252,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6338, - 6478 + 5796, + 5936 ], "loc": { "start": { - "line": 235, + "line": 225, "column": 8 }, "end": { - "line": 239, + "line": 229, "column": 11 } } @@ -11220,16 +10272,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6514, - 6612 + 5972, + 6070 ], "loc": { "start": { - "line": 242, + "line": 232, "column": 8 }, "end": { - "line": 245, + "line": 235, "column": 11 } } @@ -11247,16 +10299,16 @@ "object": { "type": "ThisExpression", "range": [ - 6621, - 6625 + 6079, + 6083 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 8 }, "end": { - "line": 246, + "line": 236, "column": 12 } } @@ -11265,31 +10317,31 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 6626, - 6640 + 6084, + 6098 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 13 }, "end": { - "line": 246, + "line": 236, "column": 27 } } }, "range": [ - 6621, - 6640 + 6079, + 6098 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 8 }, "end": { - "line": 246, + "line": 236, "column": 27 } } @@ -11304,16 +10356,16 @@ "type": "Identifier", "name": "f", "range": [ - 6643, - 6644 + 6101, + 6102 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 30 }, "end": { - "line": 246, + "line": 236, "column": 31 } } @@ -11322,31 +10374,31 @@ "type": "Identifier", "name": "inf_div_css_class", "range": [ - 6645, - 6662 + 6103, + 6120 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 32 }, "end": { - "line": 246, + "line": 236, "column": 49 } } }, "range": [ - 6643, - 6662 + 6101, + 6120 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 30 }, "end": { - "line": 246, + "line": 236, "column": 49 } } @@ -11356,61 +10408,61 @@ "value": "inf", "raw": "'inf'", "range": [ - 6666, - 6671 + 6124, + 6129 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 53 }, "end": { - "line": 246, + "line": 236, "column": 58 } } }, "range": [ - 6643, - 6671 + 6101, + 6129 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 30 }, "end": { - "line": 246, + "line": 236, "column": 58 } } }, "range": [ - 6621, - 6671 + 6079, + 6129 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 8 }, "end": { - "line": 246, + "line": 236, "column": 58 } } }, "range": [ - 6621, - 6672 + 6079, + 6130 ], "loc": { "start": { - "line": 246, + "line": 236, "column": 8 }, "end": { - "line": 246, + "line": 236, "column": 59 } }, @@ -11419,16 +10471,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6514, - 6612 + 5972, + 6070 ], "loc": { "start": { - "line": 242, + "line": 232, "column": 8 }, "end": { - "line": 245, + "line": 235, "column": 11 } } @@ -11439,16 +10491,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6682, - 6786 + 6140, + 6244 ], "loc": { "start": { - "line": 248, + "line": 238, "column": 8 }, "end": { - "line": 251, + "line": 241, "column": 11 } } @@ -11466,16 +10518,16 @@ "object": { "type": "ThisExpression", "range": [ - 6795, - 6799 + 6253, + 6257 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 8 }, "end": { - "line": 252, + "line": 242, "column": 12 } } @@ -11484,31 +10536,31 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 6800, - 6812 + 6258, + 6270 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 13 }, "end": { - "line": 252, + "line": 242, "column": 25 } } }, "range": [ - 6795, - 6812 + 6253, + 6270 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 8 }, "end": { - "line": 252, + "line": 242, "column": 25 } } @@ -11523,16 +10575,16 @@ "type": "Identifier", "name": "f", "range": [ - 6815, - 6816 + 6273, + 6274 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 28 }, "end": { - "line": 252, + "line": 242, "column": 29 } } @@ -11541,31 +10593,31 @@ "type": "Identifier", "name": "left_div_css_class", "range": [ - 6817, - 6835 + 6275, + 6293 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 30 }, "end": { - "line": 252, + "line": 242, "column": 48 } } }, "range": [ - 6815, - 6835 + 6273, + 6293 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 28 }, "end": { - "line": 252, + "line": 242, "column": 48 } } @@ -11575,61 +10627,61 @@ "value": "ldiv", "raw": "'ldiv'", "range": [ - 6839, - 6845 + 6297, + 6303 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 52 }, "end": { - "line": 252, + "line": 242, "column": 58 } } }, "range": [ - 6815, - 6845 + 6273, + 6303 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 28 }, "end": { - "line": 252, + "line": 242, "column": 58 } } }, "range": [ - 6795, - 6845 + 6253, + 6303 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 8 }, "end": { - "line": 252, + "line": 242, "column": 58 } } }, "range": [ - 6795, - 6846 + 6253, + 6304 ], "loc": { "start": { - "line": 252, + "line": 242, "column": 8 }, "end": { - "line": 252, + "line": 242, "column": 59 } }, @@ -11638,16 +10690,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6682, - 6786 + 6140, + 6244 ], "loc": { "start": { - "line": 248, + "line": 238, "column": 8 }, "end": { - "line": 251, + "line": 241, "column": 11 } } @@ -11658,16 +10710,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6856, - 6961 + 6314, + 6419 ], "loc": { "start": { - "line": 254, + "line": 244, "column": 8 }, "end": { - "line": 257, + "line": 247, "column": 11 } } @@ -11685,16 +10737,16 @@ "object": { "type": "ThisExpression", "range": [ - 6970, - 6974 + 6428, + 6432 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 8 }, "end": { - "line": 258, + "line": 248, "column": 12 } } @@ -11703,31 +10755,31 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 6975, - 6987 + 6433, + 6445 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 13 }, "end": { - "line": 258, + "line": 248, "column": 25 } } }, "range": [ - 6970, - 6987 + 6428, + 6445 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 8 }, "end": { - "line": 258, + "line": 248, "column": 25 } } @@ -11742,16 +10794,16 @@ "type": "Identifier", "name": "f", "range": [ - 6990, - 6991 + 6448, + 6449 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 28 }, "end": { - "line": 258, + "line": 248, "column": 29 } } @@ -11760,31 +10812,31 @@ "type": "Identifier", "name": "right_div_css_class", "range": [ - 6992, - 7011 + 6450, + 6469 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 30 }, "end": { - "line": 258, + "line": 248, "column": 49 } } }, "range": [ - 6990, - 7011 + 6448, + 6469 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 28 }, "end": { - "line": 258, + "line": 248, "column": 49 } } @@ -11794,61 +10846,61 @@ "value": "rdiv", "raw": "'rdiv'", "range": [ - 7015, - 7021 + 6473, + 6479 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 53 }, "end": { - "line": 258, + "line": 248, "column": 59 } } }, "range": [ - 6990, - 7021 + 6448, + 6479 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 28 }, "end": { - "line": 258, + "line": 248, "column": 59 } } }, "range": [ - 6970, - 7021 + 6428, + 6479 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 8 }, "end": { - "line": 258, + "line": 248, "column": 59 } } }, "range": [ - 6970, - 7022 + 6428, + 6480 ], "loc": { "start": { - "line": 258, + "line": 248, "column": 8 }, "end": { - "line": 258, + "line": 248, "column": 60 } }, @@ -11857,16 +10909,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6856, - 6961 + 6314, + 6419 ], "loc": { "start": { - "line": 254, + "line": 244, "column": 8 }, "end": { - "line": 257, + "line": 247, "column": 11 } } @@ -11877,16 +10929,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 7032, - 7133 + 6490, + 6591 ], "loc": { "start": { - "line": 260, + "line": 250, "column": 8 }, "end": { - "line": 263, + "line": 253, "column": 11 } } @@ -11904,16 +10956,16 @@ "object": { "type": "ThisExpression", "range": [ - 7142, - 7146 + 6600, + 6604 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 8 }, "end": { - "line": 264, + "line": 254, "column": 12 } } @@ -11922,31 +10974,31 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 7147, - 7159 + 6605, + 6617 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 13 }, "end": { - "line": 264, + "line": 254, "column": 25 } } }, "range": [ - 7142, - 7159 + 6600, + 6617 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 8 }, "end": { - "line": 264, + "line": 254, "column": 25 } } @@ -11961,16 +11013,16 @@ "type": "Identifier", "name": "f", "range": [ - 7162, - 7163 + 6620, + 6621 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 28 }, "end": { - "line": 264, + "line": 254, "column": 29 } } @@ -11979,31 +11031,31 @@ "type": "Identifier", "name": "middle_div_css_class", "range": [ - 7164, - 7184 + 6622, + 6642 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 30 }, "end": { - "line": 264, + "line": 254, "column": 50 } } }, "range": [ - 7162, - 7184 + 6620, + 6642 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 28 }, "end": { - "line": 264, + "line": 254, "column": 50 } } @@ -12013,61 +11065,61 @@ "value": "mdiv", "raw": "'mdiv'", "range": [ - 7188, - 7194 + 6646, + 6652 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 54 }, "end": { - "line": 264, + "line": 254, "column": 60 } } }, "range": [ - 7162, - 7194 + 6620, + 6652 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 28 }, "end": { - "line": 264, + "line": 254, "column": 60 } } }, "range": [ - 7142, - 7194 + 6600, + 6652 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 8 }, "end": { - "line": 264, + "line": 254, "column": 60 } } }, "range": [ - 7142, - 7195 + 6600, + 6653 ], "loc": { "start": { - "line": 264, + "line": 254, "column": 8 }, "end": { - "line": 264, + "line": 254, "column": 61 } }, @@ -12076,16 +11128,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 7032, - 7133 + 6490, + 6591 ], "loc": { "start": { - "line": 260, + "line": 250, "column": 8 }, "end": { - "line": 263, + "line": 253, "column": 11 } } @@ -12096,16 +11148,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7205, - 7239 + 6663, + 6697 ], "loc": { "start": { - "line": 266, + "line": 256, "column": 8 }, "end": { - "line": 266, + "line": 256, "column": 42 } } @@ -12114,16 +11166,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7248, - 7321 + 6706, + 6779 ], "loc": { "start": { - "line": 267, + "line": 257, "column": 8 }, "end": { - "line": 270, + "line": 260, "column": 11 } } @@ -12141,16 +11193,16 @@ "object": { "type": "ThisExpression", "range": [ - 7330, - 7334 + 6788, + 6792 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 8 }, "end": { - "line": 271, + "line": 261, "column": 12 } } @@ -12159,31 +11211,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 7335, - 7344 + 6793, + 6802 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 13 }, "end": { - "line": 271, + "line": 261, "column": 22 } } }, "range": [ - 7330, - 7344 + 6788, + 6802 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 8 }, "end": { - "line": 271, + "line": 261, "column": 22 } } @@ -12198,16 +11250,16 @@ "type": "Identifier", "name": "f", "range": [ - 7347, - 7348 + 6805, + 6806 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 25 }, "end": { - "line": 271, + "line": 261, "column": 26 } } @@ -12216,31 +11268,31 @@ "type": "Identifier", "name": "style_path", "range": [ - 7349, - 7359 + 6807, + 6817 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 27 }, "end": { - "line": 271, + "line": 261, "column": 37 } } }, "range": [ - 7347, - 7359 + 6805, + 6817 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 25 }, "end": { - "line": 271, + "line": 261, "column": 37 } } @@ -12254,16 +11306,16 @@ "object": { "type": "ThisExpression", "range": [ - 7363, - 7367 + 6821, + 6825 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 41 }, "end": { - "line": 271, + "line": 261, "column": 45 } } @@ -12272,31 +11324,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 7368, - 7376 + 6826, + 6834 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 46 }, "end": { - "line": 271, + "line": 261, "column": 54 } } }, "range": [ - 7363, - 7376 + 6821, + 6834 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 41 }, "end": { - "line": 271, + "line": 261, "column": 54 } } @@ -12306,76 +11358,76 @@ "value": "style/", "raw": "'style/'", "range": [ - 7379, - 7387 + 6837, + 6845 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 57 }, "end": { - "line": 271, + "line": 261, "column": 65 } } }, "range": [ - 7363, - 7387 + 6821, + 6845 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 41 }, "end": { - "line": 271, + "line": 261, "column": 65 } } }, "range": [ - 7347, - 7387 + 6805, + 6845 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 25 }, "end": { - "line": 271, + "line": 261, "column": 65 } } }, "range": [ - 7330, - 7387 + 6788, + 6845 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 8 }, "end": { - "line": 271, + "line": 261, "column": 65 } } }, "range": [ - 7330, - 7388 + 6788, + 6846 ], "loc": { "start": { - "line": 271, + "line": 261, "column": 8 }, "end": { - "line": 271, + "line": 261, "column": 66 } }, @@ -12384,16 +11436,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7205, - 7239 + 6663, + 6697 ], "loc": { "start": { - "line": 266, + "line": 256, "column": 8 }, "end": { - "line": 266, + "line": 256, "column": 42 } } @@ -12402,16 +11454,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7248, - 7321 + 6706, + 6779 ], "loc": { "start": { - "line": 267, + "line": 257, "column": 8 }, "end": { - "line": 270, + "line": 260, "column": 11 } } @@ -12422,16 +11474,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7398, - 7471 + 6856, + 6929 ], "loc": { "start": { - "line": 273, + "line": 263, "column": 8 }, "end": { - "line": 276, + "line": 266, "column": 11 } } @@ -12449,16 +11501,16 @@ "object": { "type": "ThisExpression", "range": [ - 7480, - 7484 + 6938, + 6942 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 8 }, "end": { - "line": 277, + "line": 267, "column": 12 } } @@ -12467,31 +11519,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 7485, - 7495 + 6943, + 6953 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 13 }, "end": { - "line": 277, + "line": 267, "column": 23 } } }, "range": [ - 7480, - 7495 + 6938, + 6953 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 8 }, "end": { - "line": 277, + "line": 267, "column": 23 } } @@ -12506,16 +11558,16 @@ "type": "Identifier", "name": "f", "range": [ - 7498, - 7499 + 6956, + 6957 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 26 }, "end": { - "line": 277, + "line": 267, "column": 27 } } @@ -12524,31 +11576,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 7500, - 7510 + 6958, + 6968 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 28 }, "end": { - "line": 277, + "line": 267, "column": 38 } } }, "range": [ - 7498, - 7510 + 6956, + 6968 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 26 }, "end": { - "line": 277, + "line": 267, "column": 38 } } @@ -12562,16 +11614,16 @@ "object": { "type": "ThisExpression", "range": [ - 7514, - 7518 + 6972, + 6976 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 42 }, "end": { - "line": 277, + "line": 267, "column": 46 } } @@ -12580,31 +11632,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 7519, - 7528 + 6977, + 6986 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 47 }, "end": { - "line": 277, + "line": 267, "column": 56 } } }, "range": [ - 7514, - 7528 + 6972, + 6986 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 42 }, "end": { - "line": 277, + "line": 267, "column": 56 } } @@ -12614,76 +11666,76 @@ "value": "tablefilter.css", "raw": "'tablefilter.css'", "range": [ - 7531, - 7548 + 6989, + 7006 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 59 }, "end": { - "line": 277, + "line": 267, "column": 76 } } }, "range": [ - 7514, - 7548 + 6972, + 7006 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 42 }, "end": { - "line": 277, + "line": 267, "column": 76 } } }, "range": [ - 7498, - 7548 + 6956, + 7006 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 26 }, "end": { - "line": 277, + "line": 267, "column": 76 } } }, "range": [ - 7480, - 7548 + 6938, + 7006 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 8 }, "end": { - "line": 277, + "line": 267, "column": 76 } } }, "range": [ - 7480, - 7549 + 6938, + 7007 ], "loc": { "start": { - "line": 277, + "line": 267, "column": 8 }, "end": { - "line": 277, + "line": 267, "column": 77 } }, @@ -12692,16 +11744,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7398, - 7471 + 6856, + 6929 ], "loc": { "start": { - "line": 273, + "line": 263, "column": 8 }, "end": { - "line": 276, + "line": 266, "column": 11 } } @@ -12712,16 +11764,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7559, - 7650 + 7017, + 7108 ], "loc": { "start": { - "line": 279, + "line": 269, "column": 8 }, "end": { - "line": 283, + "line": 273, "column": 11 } } @@ -12739,16 +11791,16 @@ "object": { "type": "ThisExpression", "range": [ - 7659, - 7663 + 7117, + 7121 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 8 }, "end": { - "line": 284, + "line": 274, "column": 12 } } @@ -12757,31 +11809,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 7664, - 7676 + 7122, + 7134 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 13 }, "end": { - "line": 284, + "line": 274, "column": 25 } } }, "range": [ - 7659, - 7676 + 7117, + 7134 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 8 }, "end": { - "line": 284, + "line": 274, "column": 25 } } @@ -12795,16 +11847,16 @@ "object": { "type": "ThisExpression", "range": [ - 7679, - 7683 + 7137, + 7141 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 28 }, "end": { - "line": 284, + "line": 274, "column": 32 } } @@ -12813,31 +11865,31 @@ "type": "Identifier", "name": "id", "range": [ - 7684, - 7686 + 7142, + 7144 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 33 }, "end": { - "line": 284, + "line": 274, "column": 35 } } }, "range": [ - 7679, - 7686 + 7137, + 7144 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 28 }, "end": { - "line": 284, + "line": 274, "column": 35 } } @@ -12847,61 +11899,61 @@ "value": "_style", "raw": "'_style'", "range": [ - 7689, - 7697 + 7147, + 7155 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 38 }, "end": { - "line": 284, + "line": 274, "column": 46 } } }, "range": [ - 7679, - 7697 + 7137, + 7155 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 28 }, "end": { - "line": 284, + "line": 274, "column": 46 } } }, "range": [ - 7659, - 7697 + 7117, + 7155 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 8 }, "end": { - "line": 284, + "line": 274, "column": 46 } } }, "range": [ - 7659, - 7698 + 7117, + 7156 ], "loc": { "start": { - "line": 284, + "line": 274, "column": 8 }, "end": { - "line": 284, + "line": 274, "column": 47 } }, @@ -12910,16 +11962,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7559, - 7650 + 7017, + 7108 ], "loc": { "start": { - "line": 279, + "line": 269, "column": 8 }, "end": { - "line": 283, + "line": 273, "column": 11 } } @@ -12930,16 +11982,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7708, - 7790 + 7166, + 7248 ], "loc": { "start": { - "line": 286, + "line": 276, "column": 8 }, "end": { - "line": 289, + "line": 279, "column": 11 } } @@ -12957,16 +12009,16 @@ "object": { "type": "ThisExpression", "range": [ - 7799, - 7803 + 7257, + 7261 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 8 }, "end": { - "line": 290, + "line": 280, "column": 12 } } @@ -12975,31 +12027,31 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 7804, - 7819 + 7262, + 7277 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 13 }, "end": { - "line": 290, + "line": 280, "column": 28 } } }, "range": [ - 7799, - 7819 + 7257, + 7277 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 8 }, "end": { - "line": 290, + "line": 280, "column": 28 } } @@ -13014,16 +12066,16 @@ "type": "Identifier", "name": "f", "range": [ - 7822, - 7823 + 7280, + 7281 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 31 }, "end": { - "line": 290, + "line": 280, "column": 32 } } @@ -13032,31 +12084,31 @@ "type": "Identifier", "name": "flts_row_css_class", "range": [ - 7824, - 7842 + 7282, + 7300 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 33 }, "end": { - "line": 290, + "line": 280, "column": 51 } } }, "range": [ - 7822, - 7842 + 7280, + 7300 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 31 }, "end": { - "line": 290, + "line": 280, "column": 51 } } @@ -13066,61 +12118,61 @@ "value": "fltrow", "raw": "'fltrow'", "range": [ - 7846, - 7854 + 7304, + 7312 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 55 }, "end": { - "line": 290, + "line": 280, "column": 63 } } }, "range": [ - 7822, - 7854 + 7280, + 7312 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 31 }, "end": { - "line": 290, + "line": 280, "column": 63 } } }, "range": [ - 7799, - 7854 + 7257, + 7312 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 8 }, "end": { - "line": 290, + "line": 280, "column": 63 } } }, "range": [ - 7799, - 7855 + 7257, + 7313 ], "loc": { "start": { - "line": 290, + "line": 280, "column": 8 }, "end": { - "line": 290, + "line": 280, "column": 64 } }, @@ -13129,16 +12181,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7708, - 7790 + 7166, + 7248 ], "loc": { "start": { - "line": 286, + "line": 276, "column": 8 }, "end": { - "line": 289, + "line": 279, "column": 11 } } @@ -13149,16 +12201,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7865, - 7962 + 7323, + 7420 ], "loc": { "start": { - "line": 292, + "line": 282, "column": 8 }, "end": { - "line": 295, + "line": 285, "column": 11 } } @@ -13176,16 +12228,16 @@ "object": { "type": "ThisExpression", "range": [ - 7971, - 7975 + 7429, + 7433 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 8 }, "end": { - "line": 296, + "line": 286, "column": 12 } } @@ -13194,31 +12246,31 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 7976, - 7987 + 7434, + 7445 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 13 }, "end": { - "line": 296, + "line": 286, "column": 24 } } }, "range": [ - 7971, - 7987 + 7429, + 7445 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 8 }, "end": { - "line": 296, + "line": 286, "column": 24 } } @@ -13235,16 +12287,16 @@ "type": "Identifier", "name": "f", "range": [ - 7990, - 7991 + 7448, + 7449 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 27 }, "end": { - "line": 296, + "line": 286, "column": 28 } } @@ -13253,31 +12305,31 @@ "type": "Identifier", "name": "enable_icons", "range": [ - 7992, - 8004 + 7450, + 7462 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 29 }, "end": { - "line": 296, + "line": 286, "column": 41 } } }, "range": [ - 7990, - 8004 + 7448, + 7462 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 27 }, "end": { - "line": 296, + "line": 286, "column": 41 } } @@ -13287,31 +12339,31 @@ "value": false, "raw": "false", "range": [ - 8009, - 8014 + 7467, + 7472 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 46 }, "end": { - "line": 296, + "line": 286, "column": 51 } } }, "range": [ - 7990, - 8014 + 7448, + 7472 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 27 }, "end": { - "line": 296, + "line": 286, "column": 51 } } @@ -13321,16 +12373,16 @@ "value": false, "raw": "false", "range": [ - 8017, - 8022 + 7475, + 7480 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 54 }, "end": { - "line": 296, + "line": 286, "column": 59 } } @@ -13340,61 +12392,61 @@ "value": true, "raw": "true", "range": [ - 8025, - 8029 + 7483, + 7487 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 62 }, "end": { - "line": 296, + "line": 286, "column": 66 } } }, "range": [ - 7990, - 8029 + 7448, + 7487 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 27 }, "end": { - "line": 296, + "line": 286, "column": 66 } } }, "range": [ - 7971, - 8029 + 7429, + 7487 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 8 }, "end": { - "line": 296, + "line": 286, "column": 66 } } }, "range": [ - 7971, - 8030 + 7429, + 7488 ], "loc": { "start": { - "line": 296, + "line": 286, "column": 8 }, "end": { - "line": 296, + "line": 286, "column": 67 } }, @@ -13403,16 +12455,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7865, - 7962 + 7323, + 7420 ], "loc": { "start": { - "line": 292, + "line": 282, "column": 8 }, "end": { - "line": 295, + "line": 285, "column": 11 } } @@ -13423,16 +12475,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 8040, - 8125 + 7498, + 7583 ], "loc": { "start": { - "line": 298, + "line": 288, "column": 8 }, "end": { - "line": 301, + "line": 291, "column": 11 } } @@ -13450,16 +12502,16 @@ "object": { "type": "ThisExpression", "range": [ - 8134, - 8138 + 7592, + 7596 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 8 }, "end": { - "line": 302, + "line": 292, "column": 12 } } @@ -13468,31 +12520,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 8139, - 8152 + 7597, + 7610 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 13 }, "end": { - "line": 302, + "line": 292, "column": 26 } } }, "range": [ - 8134, - 8152 + 7592, + 7610 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 8 }, "end": { - "line": 302, + "line": 292, "column": 26 } } @@ -13503,16 +12555,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8155, - 8162 + 7613, + 7620 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 29 }, "end": { - "line": 302, + "line": 292, "column": 36 } } @@ -13525,16 +12577,16 @@ "type": "Identifier", "name": "f", "range": [ - 8163, - 8164 + 7621, + 7622 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 37 }, "end": { - "line": 302, + "line": 292, "column": 38 } } @@ -13543,77 +12595,77 @@ "type": "Identifier", "name": "alternate_rows", "range": [ - 8165, - 8179 + 7623, + 7637 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 39 }, "end": { - "line": 302, + "line": 292, "column": 53 } } }, "range": [ - 8163, - 8179 + 7621, + 7637 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 37 }, "end": { - "line": 302, + "line": 292, "column": 53 } } } ], "range": [ - 8155, - 8180 + 7613, + 7638 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 29 }, "end": { - "line": 302, + "line": 292, "column": 54 } } }, "range": [ - 8134, - 8180 + 7592, + 7638 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 8 }, "end": { - "line": 302, + "line": 292, "column": 54 } } }, "range": [ - 8134, - 8181 + 7592, + 7639 ], "loc": { "start": { - "line": 302, + "line": 292, "column": 8 }, "end": { - "line": 302, + "line": 292, "column": 55 } }, @@ -13622,16 +12674,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 8040, - 8125 + 7498, + 7583 ], "loc": { "start": { - "line": 298, + "line": 288, "column": 8 }, "end": { - "line": 301, + "line": 291, "column": 11 } } @@ -13642,16 +12694,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8191, - 8304 + 7649, + 7762 ], "loc": { "start": { - "line": 304, + "line": 294, "column": 8 }, "end": { - "line": 308, + "line": 298, "column": 11 } } @@ -13669,16 +12721,16 @@ "object": { "type": "ThisExpression", "range": [ - 8313, - 8317 + 7771, + 7775 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 8 }, "end": { - "line": 309, + "line": 299, "column": 12 } } @@ -13687,31 +12739,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 8318, - 8330 + 7776, + 7788 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 13 }, "end": { - "line": 309, + "line": 299, "column": 25 } } }, "range": [ - 8313, - 8330 + 7771, + 7788 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 8 }, "end": { - "line": 309, + "line": 299, "column": 25 } } @@ -13722,16 +12774,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 8333, - 8340 + 7791, + 7798 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 28 }, "end": { - "line": 309, + "line": 299, "column": 35 } } @@ -13744,16 +12796,16 @@ "type": "Identifier", "name": "f", "range": [ - 8341, - 8342 + 7799, + 7800 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 36 }, "end": { - "line": 309, + "line": 299, "column": 37 } } @@ -13762,77 +12814,77 @@ "type": "Identifier", "name": "col_widths", "range": [ - 8343, - 8353 + 7801, + 7811 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 38 }, "end": { - "line": 309, + "line": 299, "column": 48 } } }, "range": [ - 8341, - 8353 + 7799, + 7811 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 36 }, "end": { - "line": 309, + "line": 299, "column": 48 } } } ], "range": [ - 8333, - 8354 + 7791, + 7812 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 28 }, "end": { - "line": 309, + "line": 299, "column": 49 } } }, "range": [ - 8313, - 8354 + 7771, + 7812 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 8 }, "end": { - "line": 309, + "line": 299, "column": 49 } } }, "range": [ - 8313, - 8355 + 7771, + 7813 ], "loc": { "start": { - "line": 309, + "line": 299, "column": 8 }, "end": { - "line": 309, + "line": 299, "column": 50 } }, @@ -13841,16 +12893,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8191, - 8304 + 7649, + 7762 ], "loc": { "start": { - "line": 304, + "line": 294, "column": 8 }, "end": { - "line": 308, + "line": 298, "column": 11 } } @@ -13861,16 +12913,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8365, - 8437 + 7823, + 7895 ], "loc": { "start": { - "line": 311, + "line": 301, "column": 8 }, "end": { - "line": 314, + "line": 304, "column": 11 } } @@ -13888,16 +12940,16 @@ "object": { "type": "ThisExpression", "range": [ - 8446, - 8450 + 7904, + 7908 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 8 }, "end": { - "line": 315, + "line": 305, "column": 12 } } @@ -13906,31 +12958,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 8451, - 8460 + 7909, + 7918 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 13 }, "end": { - "line": 315, + "line": 305, "column": 22 } } }, "range": [ - 8446, - 8460 + 7904, + 7918 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 8 }, "end": { - "line": 315, + "line": 305, "column": 22 } } @@ -13943,16 +12995,16 @@ "object": { "type": "ThisExpression", "range": [ - 8463, - 8467 + 7921, + 7925 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 25 }, "end": { - "line": 315, + "line": 305, "column": 29 } } @@ -13961,31 +13013,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 8468, - 8480 + 7926, + 7938 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 30 }, "end": { - "line": 315, + "line": 305, "column": 42 } } }, "range": [ - 8463, - 8480 + 7921, + 7938 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 25 }, "end": { - "line": 315, + "line": 305, "column": 42 } } @@ -13997,16 +13049,16 @@ "type": "Identifier", "name": "f", "range": [ - 8483, - 8484 + 7941, + 7942 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 45 }, "end": { - "line": 315, + "line": 305, "column": 46 } } @@ -14015,31 +13067,31 @@ "type": "Identifier", "name": "col_widths", "range": [ - 8485, - 8495 + 7943, + 7953 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 47 }, "end": { - "line": 315, + "line": 305, "column": 57 } } }, "range": [ - 8483, - 8495 + 7941, + 7953 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 45 }, "end": { - "line": 315, + "line": 305, "column": 57 } } @@ -14048,61 +13100,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8498, - 8500 + 7956, + 7958 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 60 }, "end": { - "line": 315, + "line": 305, "column": 62 } } }, "range": [ - 8463, - 8500 + 7921, + 7958 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 25 }, "end": { - "line": 315, + "line": 305, "column": 62 } } }, "range": [ - 8446, - 8500 + 7904, + 7958 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 8 }, "end": { - "line": 315, + "line": 305, "column": 62 } } }, "range": [ - 8446, - 8501 + 7904, + 7959 ], "loc": { "start": { - "line": 315, + "line": 305, "column": 8 }, "end": { - "line": 315, + "line": 305, "column": 63 } }, @@ -14111,16 +13163,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8365, - 8437 + 7823, + 7895 ], "loc": { "start": { - "line": 311, + "line": 301, "column": 8 }, "end": { - "line": 314, + "line": 304, "column": 11 } } @@ -14131,16 +13183,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8511, - 8594 + 7969, + 8052 ], "loc": { "start": { - "line": 317, + "line": 307, "column": 8 }, "end": { - "line": 320, + "line": 310, "column": 11 } } @@ -14158,16 +13210,16 @@ "object": { "type": "ThisExpression", "range": [ - 8603, - 8607 + 8061, + 8065 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 8 }, "end": { - "line": 321, + "line": 311, "column": 12 } } @@ -14176,31 +13228,31 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 8608, - 8619 + 8066, + 8077 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 13 }, "end": { - "line": 321, + "line": 311, "column": 24 } } }, "range": [ - 8603, - 8619 + 8061, + 8077 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 8 }, "end": { - "line": 321, + "line": 311, "column": 24 } } @@ -14215,16 +13267,16 @@ "type": "Identifier", "name": "f", "range": [ - 8622, - 8623 + 8080, + 8081 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 27 }, "end": { - "line": 321, + "line": 311, "column": 28 } } @@ -14233,31 +13285,31 @@ "type": "Identifier", "name": "flt_css_class", "range": [ - 8624, - 8637 + 8082, + 8095 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 29 }, "end": { - "line": 321, + "line": 311, "column": 42 } } }, "range": [ - 8622, - 8637 + 8080, + 8095 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 27 }, "end": { - "line": 321, + "line": 311, "column": 42 } } @@ -14267,61 +13319,61 @@ "value": "flt", "raw": "'flt'", "range": [ - 8641, - 8646 + 8099, + 8104 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 46 }, "end": { - "line": 321, + "line": 311, "column": 51 } } }, "range": [ - 8622, - 8646 + 8080, + 8104 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 27 }, "end": { - "line": 321, + "line": 311, "column": 51 } } }, "range": [ - 8603, - 8646 + 8061, + 8104 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 8 }, "end": { - "line": 321, + "line": 311, "column": 51 } } }, "range": [ - 8603, - 8647 + 8061, + 8105 ], "loc": { "start": { - "line": 321, + "line": 311, "column": 8 }, "end": { - "line": 321, + "line": 311, "column": 52 } }, @@ -14330,16 +13382,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8511, - 8594 + 7969, + 8052 ], "loc": { "start": { - "line": 317, + "line": 307, "column": 8 }, "end": { - "line": 320, + "line": 310, "column": 11 } } @@ -14350,16 +13402,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8657, - 8747 + 8115, + 8205 ], "loc": { "start": { - "line": 323, + "line": 313, "column": 8 }, "end": { - "line": 326, + "line": 316, "column": 11 } } @@ -14377,16 +13429,16 @@ "object": { "type": "ThisExpression", "range": [ - 8756, - 8760 + 8214, + 8218 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 8 }, "end": { - "line": 327, + "line": 317, "column": 12 } } @@ -14395,31 +13447,31 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 8761, - 8777 + 8219, + 8235 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 13 }, "end": { - "line": 327, + "line": 317, "column": 29 } } }, "range": [ - 8756, - 8777 + 8214, + 8235 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 8 }, "end": { - "line": 327, + "line": 317, "column": 29 } } @@ -14434,16 +13486,16 @@ "type": "Identifier", "name": "f", "range": [ - 8780, - 8781 + 8238, + 8239 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 32 }, "end": { - "line": 327, + "line": 317, "column": 33 } } @@ -14452,31 +13504,31 @@ "type": "Identifier", "name": "flt_multi_css_class", "range": [ - 8782, - 8801 + 8240, + 8259 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 34 }, "end": { - "line": 327, + "line": 317, "column": 53 } } }, "range": [ - 8780, - 8801 + 8238, + 8259 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 32 }, "end": { - "line": 327, + "line": 317, "column": 53 } } @@ -14486,61 +13538,61 @@ "value": "flt_multi", "raw": "'flt_multi'", "range": [ - 8805, - 8816 + 8263, + 8274 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 57 }, "end": { - "line": 327, + "line": 317, "column": 68 } } }, "range": [ - 8780, - 8816 + 8238, + 8274 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 32 }, "end": { - "line": 327, + "line": 317, "column": 68 } } }, "range": [ - 8756, - 8816 + 8214, + 8274 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 8 }, "end": { - "line": 327, + "line": 317, "column": 68 } } }, "range": [ - 8756, - 8817 + 8214, + 8275 ], "loc": { "start": { - "line": 327, + "line": 317, "column": 8 }, "end": { - "line": 327, + "line": 317, "column": 69 } }, @@ -14549,16 +13601,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8657, - 8747 + 8115, + 8205 ], "loc": { "start": { - "line": 323, + "line": 313, "column": 8 }, "end": { - "line": 326, + "line": 316, "column": 11 } } @@ -14569,16 +13621,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8827, - 8937 + 8285, + 8395 ], "loc": { "start": { - "line": 329, + "line": 319, "column": 8 }, "end": { - "line": 332, + "line": 322, "column": 11 } } @@ -14596,16 +13648,16 @@ "object": { "type": "ThisExpression", "range": [ - 8946, - 8950 + 8404, + 8408 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 8 }, "end": { - "line": 333, + "line": 323, "column": 12 } } @@ -14614,31 +13666,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 8951, - 8967 + 8409, + 8425 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 13 }, "end": { - "line": 333, + "line": 323, "column": 29 } } }, "range": [ - 8946, - 8967 + 8404, + 8425 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 8 }, "end": { - "line": 333, + "line": 323, "column": 29 } } @@ -14653,16 +13705,16 @@ "type": "Identifier", "name": "f", "range": [ - 8970, - 8971 + 8428, + 8429 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 32 }, "end": { - "line": 333, + "line": 323, "column": 33 } } @@ -14671,31 +13723,31 @@ "type": "Identifier", "name": "flt_small_css_class", "range": [ - 8972, - 8991 + 8430, + 8449 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 34 }, "end": { - "line": 333, + "line": 323, "column": 53 } } }, "range": [ - 8970, - 8991 + 8428, + 8449 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 32 }, "end": { - "line": 333, + "line": 323, "column": 53 } } @@ -14705,61 +13757,61 @@ "value": "flt_s", "raw": "'flt_s'", "range": [ - 8995, - 9002 + 8453, + 8460 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 57 }, "end": { - "line": 333, + "line": 323, "column": 64 } } }, "range": [ - 8970, - 9002 + 8428, + 8460 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 32 }, "end": { - "line": 333, + "line": 323, "column": 64 } } }, "range": [ - 8946, - 9002 + 8404, + 8460 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 8 }, "end": { - "line": 333, + "line": 323, "column": 64 } } }, "range": [ - 8946, - 9003 + 8404, + 8461 ], "loc": { "start": { - "line": 333, + "line": 323, "column": 8 }, "end": { - "line": 333, + "line": 323, "column": 65 } }, @@ -14768,16 +13820,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8827, - 8937 + 8285, + 8395 ], "loc": { "start": { - "line": 329, + "line": 319, "column": 8 }, "end": { - "line": 332, + "line": 322, "column": 11 } } @@ -14788,16 +13840,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 9013, - 9098 + 8471, + 8556 ], "loc": { "start": { - "line": 335, + "line": 325, "column": 8 }, "end": { - "line": 338, + "line": 328, "column": 11 } } @@ -14815,16 +13867,16 @@ "object": { "type": "ThisExpression", "range": [ - 9107, - 9111 + 8565, + 8569 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 8 }, "end": { - "line": 339, + "line": 329, "column": 12 } } @@ -14833,31 +13885,31 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 9112, - 9129 + 8570, + 8587 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 13 }, "end": { - "line": 339, + "line": 329, "column": 30 } } }, "range": [ - 9107, - 9129 + 8565, + 8587 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 8 }, "end": { - "line": 339, + "line": 329, "column": 30 } } @@ -14872,16 +13924,16 @@ "type": "Identifier", "name": "f", "range": [ - 9132, - 9133 + 8590, + 8591 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 33 }, "end": { - "line": 339, + "line": 329, "column": 34 } } @@ -14890,31 +13942,31 @@ "type": "Identifier", "name": "single_flt_css_class", "range": [ - 9134, - 9154 + 8592, + 8612 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 35 }, "end": { - "line": 339, + "line": 329, "column": 55 } } }, "range": [ - 9132, - 9154 + 8590, + 8612 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 33 }, "end": { - "line": 339, + "line": 329, "column": 55 } } @@ -14924,61 +13976,61 @@ "value": "single_flt", "raw": "'single_flt'", "range": [ - 9158, - 9170 + 8616, + 8628 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 59 }, "end": { - "line": 339, + "line": 329, "column": 71 } } }, "range": [ - 9132, - 9170 + 8590, + 8628 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 33 }, "end": { - "line": 339, + "line": 329, "column": 71 } } }, "range": [ - 9107, - 9170 + 8565, + 8628 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 8 }, "end": { - "line": 339, + "line": 329, "column": 71 } } }, "range": [ - 9107, - 9171 + 8565, + 8629 ], "loc": { "start": { - "line": 339, + "line": 329, "column": 8 }, "end": { - "line": 339, + "line": 329, "column": 72 } }, @@ -14987,16 +14039,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 9013, - 9098 + 8471, + 8556 ], "loc": { "start": { - "line": 335, + "line": 325, "column": 8 }, "end": { - "line": 338, + "line": 328, "column": 11 } } @@ -15007,16 +14059,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9181, - 9215 + 8639, + 8673 ], "loc": { "start": { - "line": 341, + "line": 331, "column": 8 }, "end": { - "line": 341, + "line": 331, "column": 42 } } @@ -15025,16 +14077,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9225, - 9326 + 8683, + 8784 ], "loc": { "start": { - "line": 343, + "line": 333, "column": 8 }, "end": { - "line": 346, + "line": 336, "column": 11 } } @@ -15052,16 +14104,16 @@ "object": { "type": "ThisExpression", "range": [ - 9335, - 9339 + 8793, + 8797 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 8 }, "end": { - "line": 347, + "line": 337, "column": 12 } } @@ -15070,31 +14122,31 @@ "type": "Identifier", "name": "enterKey", "range": [ - 9340, - 9348 + 8798, + 8806 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 13 }, "end": { - "line": 347, + "line": 337, "column": 21 } } }, "range": [ - 9335, - 9348 + 8793, + 8806 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 8 }, "end": { - "line": 347, + "line": 337, "column": 21 } } @@ -15111,16 +14163,16 @@ "type": "Identifier", "name": "f", "range": [ - 9351, - 9352 + 8809, + 8810 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 24 }, "end": { - "line": 347, + "line": 337, "column": 25 } } @@ -15129,31 +14181,31 @@ "type": "Identifier", "name": "enter_key", "range": [ - 9353, - 9362 + 8811, + 8820 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 26 }, "end": { - "line": 347, + "line": 337, "column": 35 } } }, "range": [ - 9351, - 9362 + 8809, + 8820 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 24 }, "end": { - "line": 347, + "line": 337, "column": 35 } } @@ -15163,31 +14215,31 @@ "value": false, "raw": "false", "range": [ - 9367, - 9372 + 8825, + 8830 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 40 }, "end": { - "line": 347, + "line": 337, "column": 45 } } }, "range": [ - 9351, - 9372 + 8809, + 8830 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 24 }, "end": { - "line": 347, + "line": 337, "column": 45 } } @@ -15197,16 +14249,16 @@ "value": false, "raw": "false", "range": [ - 9375, - 9380 + 8833, + 8838 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 48 }, "end": { - "line": 347, + "line": 337, "column": 53 } } @@ -15216,61 +14268,61 @@ "value": true, "raw": "true", "range": [ - 9383, - 9387 + 8841, + 8845 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 56 }, "end": { - "line": 347, + "line": 337, "column": 60 } } }, "range": [ - 9351, - 9387 + 8809, + 8845 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 24 }, "end": { - "line": 347, + "line": 337, "column": 60 } } }, "range": [ - 9335, - 9387 + 8793, + 8845 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 8 }, "end": { - "line": 347, + "line": 337, "column": 60 } } }, "range": [ - 9335, - 9388 + 8793, + 8846 ], "loc": { "start": { - "line": 347, + "line": 337, "column": 8 }, "end": { - "line": 347, + "line": 337, "column": 61 } }, @@ -15279,16 +14331,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9181, - 9215 + 8639, + 8673 ], "loc": { "start": { - "line": 341, + "line": 331, "column": 8 }, "end": { - "line": 341, + "line": 331, "column": 42 } } @@ -15297,16 +14349,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9225, - 9326 + 8683, + 8784 ], "loc": { "start": { - "line": 343, + "line": 333, "column": 8 }, "end": { - "line": 346, + "line": 336, "column": 11 } } @@ -15317,16 +14369,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9398, - 9499 + 8856, + 8957 ], "loc": { "start": { - "line": 349, + "line": 339, "column": 8 }, "end": { - "line": 352, + "line": 342, "column": 11 } } @@ -15344,16 +14396,16 @@ "object": { "type": "ThisExpression", "range": [ - 9508, - 9512 + 8966, + 8970 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 8 }, "end": { - "line": 353, + "line": 343, "column": 12 } } @@ -15362,31 +14414,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 9513, - 9527 + 8971, + 8985 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 13 }, "end": { - "line": 353, + "line": 343, "column": 27 } } }, "range": [ - 9508, - 9527 + 8966, + 8985 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 8 }, "end": { - "line": 353, + "line": 343, "column": 27 } } @@ -15399,16 +14451,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9530, - 9534 + 8988, + 8992 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 30 }, "end": { - "line": 353, + "line": 343, "column": 34 } } @@ -15421,16 +14473,16 @@ "type": "Identifier", "name": "f", "range": [ - 9535, - 9536 + 8993, + 8994 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 35 }, "end": { - "line": 353, + "line": 343, "column": 36 } } @@ -15439,47 +14491,47 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 9537, - 9553 + 8995, + 9011 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 37 }, "end": { - "line": 353, + "line": 343, "column": 53 } } }, "range": [ - 9535, - 9553 + 8993, + 9011 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 35 }, "end": { - "line": 353, + "line": 343, "column": 53 } } } ], "range": [ - 9530, - 9554 + 8988, + 9012 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 30 }, "end": { - "line": 353, + "line": 343, "column": 54 } } @@ -15491,16 +14543,16 @@ "type": "Identifier", "name": "f", "range": [ - 9569, - 9570 + 9027, + 9028 ], "loc": { "start": { - "line": 354, + "line": 344, "column": 12 }, "end": { - "line": 354, + "line": 344, "column": 13 } } @@ -15509,31 +14561,31 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 9571, - 9587 + 9029, + 9045 ], "loc": { "start": { - "line": 354, + "line": 344, "column": 14 }, "end": { - "line": 354, + "line": 344, "column": 30 } } }, "range": [ - 9569, - 9587 + 9027, + 9045 ], "loc": { "start": { - "line": 354, + "line": 344, "column": 12 }, "end": { - "line": 354, + "line": 344, "column": 30 } } @@ -15542,61 +14594,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 9590, - 9598 + 9048, + 9056 ], "loc": { "start": { - "line": 354, + "line": 344, "column": 33 }, "end": { - "line": 354, + "line": 344, "column": 41 } } }, "range": [ - 9530, - 9598 + 8988, + 9056 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 30 }, "end": { - "line": 354, + "line": 344, "column": 41 } } }, "range": [ - 9508, - 9598 + 8966, + 9056 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 8 }, "end": { - "line": 354, + "line": 344, "column": 41 } } }, "range": [ - 9508, - 9599 + 8966, + 9057 ], "loc": { "start": { - "line": 353, + "line": 343, "column": 8 }, "end": { - "line": 354, + "line": 344, "column": 42 } }, @@ -15605,16 +14657,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9398, - 9499 + 8856, + 8957 ], "loc": { "start": { - "line": 349, + "line": 339, "column": 8 }, "end": { - "line": 352, + "line": 342, "column": 11 } } @@ -15625,16 +14677,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9609, - 9715 + 9067, + 9173 ], "loc": { "start": { - "line": 356, + "line": 346, "column": 8 }, "end": { - "line": 359, + "line": 349, "column": 11 } } @@ -15652,16 +14704,16 @@ "object": { "type": "ThisExpression", "range": [ - 9724, - 9728 + 9182, + 9186 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 8 }, "end": { - "line": 360, + "line": 350, "column": 12 } } @@ -15670,31 +14722,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 9729, - 9742 + 9187, + 9200 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 13 }, "end": { - "line": 360, + "line": 350, "column": 26 } } }, "range": [ - 9724, - 9742 + 9182, + 9200 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 8 }, "end": { - "line": 360, + "line": 350, "column": 26 } } @@ -15707,16 +14759,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9745, - 9749 + 9203, + 9207 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 29 }, "end": { - "line": 360, + "line": 350, "column": 33 } } @@ -15729,16 +14781,16 @@ "type": "Identifier", "name": "f", "range": [ - 9750, - 9751 + 9208, + 9209 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 34 }, "end": { - "line": 360, + "line": 350, "column": 35 } } @@ -15747,47 +14799,47 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 9752, - 9767 + 9210, + 9225 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 36 }, "end": { - "line": 360, + "line": 350, "column": 51 } } }, "range": [ - 9750, - 9767 + 9208, + 9225 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 34 }, "end": { - "line": 360, + "line": 350, "column": 51 } } } ], "range": [ - 9745, - 9768 + 9203, + 9226 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 29 }, "end": { - "line": 360, + "line": 350, "column": 52 } } @@ -15799,16 +14851,16 @@ "type": "Identifier", "name": "f", "range": [ - 9783, - 9784 + 9241, + 9242 ], "loc": { "start": { - "line": 361, + "line": 351, "column": 12 }, "end": { - "line": 361, + "line": 351, "column": 13 } } @@ -15817,31 +14869,31 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 9785, - 9800 + 9243, + 9258 ], "loc": { "start": { - "line": 361, + "line": 351, "column": 14 }, "end": { - "line": 361, + "line": 351, "column": 29 } } }, "range": [ - 9783, - 9800 + 9241, + 9258 ], "loc": { "start": { - "line": 361, + "line": 351, "column": 12 }, "end": { - "line": 361, + "line": 351, "column": 29 } } @@ -15850,61 +14902,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 9803, - 9811 + 9261, + 9269 ], "loc": { "start": { - "line": 361, + "line": 351, "column": 32 }, "end": { - "line": 361, + "line": 351, "column": 40 } } }, "range": [ - 9745, - 9811 + 9203, + 9269 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 29 }, "end": { - "line": 361, + "line": 351, "column": 40 } } }, "range": [ - 9724, - 9811 + 9182, + 9269 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 8 }, "end": { - "line": 361, + "line": 351, "column": 40 } } }, "range": [ - 9724, - 9812 + 9182, + 9270 ], "loc": { "start": { - "line": 360, + "line": 350, "column": 8 }, "end": { - "line": 361, + "line": 351, "column": 41 } }, @@ -15913,16 +14965,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9609, - 9715 + 9067, + 9173 ], "loc": { "start": { - "line": 356, + "line": 346, "column": 8 }, "end": { - "line": 359, + "line": 349, "column": 11 } } @@ -15933,16 +14985,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9822, - 9917 + 9280, + 9375 ], "loc": { "start": { - "line": 363, + "line": 353, "column": 8 }, "end": { - "line": 366, + "line": 356, "column": 11 } } @@ -15960,16 +15012,16 @@ "object": { "type": "ThisExpression", "range": [ - 9926, - 9930 + 9384, + 9388 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 8 }, "end": { - "line": 367, + "line": 357, "column": 12 } } @@ -15978,31 +15030,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 9931, - 9944 + 9389, + 9402 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 13 }, "end": { - "line": 367, + "line": 357, "column": 26 } } }, "range": [ - 9926, - 9944 + 9384, + 9402 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 8 }, "end": { - "line": 367, + "line": 357, "column": 26 } } @@ -16013,16 +15065,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9947, - 9954 + 9405, + 9412 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 29 }, "end": { - "line": 367, + "line": 357, "column": 36 } } @@ -16035,16 +15087,16 @@ "type": "Identifier", "name": "f", "range": [ - 9955, - 9956 + 9413, + 9414 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 37 }, "end": { - "line": 367, + "line": 357, "column": 38 } } @@ -16053,77 +15105,77 @@ "type": "Identifier", "name": "case_sensitive", "range": [ - 9957, - 9971 + 9415, + 9429 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 39 }, "end": { - "line": 367, + "line": 357, "column": 53 } } }, "range": [ - 9955, - 9971 + 9413, + 9429 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 37 }, "end": { - "line": 367, + "line": 357, "column": 53 } } } ], "range": [ - 9947, - 9972 + 9405, + 9430 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 29 }, "end": { - "line": 367, + "line": 357, "column": 54 } } }, "range": [ - 9926, - 9972 + 9384, + 9430 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 8 }, "end": { - "line": 367, + "line": 357, "column": 54 } } }, "range": [ - 9926, - 9973 + 9384, + 9431 ], "loc": { "start": { - "line": 367, + "line": 357, "column": 8 }, "end": { - "line": 367, + "line": 357, "column": 55 } }, @@ -16132,16 +15184,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9822, - 9917 + 9280, + 9375 ], "loc": { "start": { - "line": 363, + "line": 353, "column": 8 }, "end": { - "line": 366, + "line": 356, "column": 11 } } @@ -16152,16 +15204,16 @@ "type": "Block", "value": "*\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n ", "range": [ - 9983, - 10139 + 9441, + 9597 ], "loc": { "start": { - "line": 369, + "line": 359, "column": 8 }, "end": { - "line": 374, + "line": 364, "column": 11 } } @@ -16179,16 +15231,16 @@ "object": { "type": "ThisExpression", "range": [ - 10148, - 10152 + 9606, + 9610 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 8 }, "end": { - "line": 375, + "line": 365, "column": 12 } } @@ -16197,31 +15249,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 10153, - 10171 + 9611, + 9629 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 13 }, "end": { - "line": 375, + "line": 365, "column": 31 } } }, "range": [ - 10148, - 10171 + 9606, + 9629 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 8 }, "end": { - "line": 375, + "line": 365, "column": 31 } } @@ -16232,16 +15284,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 10174, - 10181 + 9632, + 9639 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 34 }, "end": { - "line": 375, + "line": 365, "column": 41 } } @@ -16254,16 +15306,16 @@ "type": "Identifier", "name": "f", "range": [ - 10182, - 10183 + 9640, + 9641 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 42 }, "end": { - "line": 375, + "line": 365, "column": 43 } } @@ -16272,77 +15324,77 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 10184, - 10203 + 9642, + 9661 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 44 }, "end": { - "line": 375, + "line": 365, "column": 63 } } }, "range": [ - 10182, - 10203 + 9640, + 9661 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 42 }, "end": { - "line": 375, + "line": 365, "column": 63 } } } ], "range": [ - 10174, - 10204 + 9632, + 9662 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 34 }, "end": { - "line": 375, + "line": 365, "column": 64 } } }, "range": [ - 10148, - 10204 + 9606, + 9662 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 8 }, "end": { - "line": 375, + "line": 365, "column": 64 } } }, "range": [ - 10148, - 10205 + 9606, + 9663 ], "loc": { "start": { - "line": 375, + "line": 365, "column": 8 }, "end": { - "line": 375, + "line": 365, "column": 65 } }, @@ -16351,16 +15403,16 @@ "type": "Block", "value": "*\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n ", "range": [ - 9983, - 10139 + 9441, + 9597 ], "loc": { "start": { - "line": 369, + "line": 359, "column": 8 }, "end": { - "line": 374, + "line": 364, "column": 11 } } @@ -16371,16 +15423,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10215, - 10305 + 9673, + 9763 ], "loc": { "start": { - "line": 377, + "line": 367, "column": 8 }, "end": { - "line": 380, + "line": 370, "column": 11 } } @@ -16398,16 +15450,16 @@ "object": { "type": "ThisExpression", "range": [ - 10314, - 10318 + 9772, + 9776 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 8 }, "end": { - "line": 381, + "line": 371, "column": 12 } } @@ -16416,31 +15468,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 10319, - 10334 + 9777, + 9792 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 13 }, "end": { - "line": 381, + "line": 371, "column": 28 } } }, "range": [ - 10314, - 10334 + 9772, + 9792 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 8 }, "end": { - "line": 381, + "line": 371, "column": 28 } } @@ -16453,16 +15505,16 @@ "object": { "type": "ThisExpression", "range": [ - 10337, - 10341 + 9795, + 9799 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 31 }, "end": { - "line": 381, + "line": 371, "column": 35 } } @@ -16471,31 +15523,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 10342, - 10360 + 9800, + 9818 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 36 }, "end": { - "line": 381, + "line": 371, "column": 54 } } }, "range": [ - 10337, - 10360 + 9795, + 9818 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 31 }, "end": { - "line": 381, + "line": 371, "column": 54 } } @@ -16507,16 +15559,16 @@ "type": "Identifier", "name": "f", "range": [ - 10375, - 10376 + 9833, + 9834 ], "loc": { "start": { - "line": 382, + "line": 372, "column": 12 }, "end": { - "line": 382, + "line": 372, "column": 13 } } @@ -16525,31 +15577,31 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 10377, - 10396 + 9835, + 9854 ], "loc": { "start": { - "line": 382, + "line": 372, "column": 14 }, "end": { - "line": 382, + "line": 372, "column": 33 } } }, "range": [ - 10375, - 10396 + 9833, + 9854 ], "loc": { "start": { - "line": 382, + "line": 372, "column": 12 }, "end": { - "line": 382, + "line": 372, "column": 33 } } @@ -16558,61 +15610,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10399, - 10401 + 9857, + 9859 ], "loc": { "start": { - "line": 382, + "line": 372, "column": 36 }, "end": { - "line": 382, + "line": 372, "column": 38 } } }, "range": [ - 10337, - 10401 + 9795, + 9859 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 31 }, "end": { - "line": 382, + "line": 372, "column": 38 } } }, "range": [ - 10314, - 10401 + 9772, + 9859 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 8 }, "end": { - "line": 382, + "line": 372, "column": 38 } } }, "range": [ - 10314, - 10402 + 9772, + 9860 ], "loc": { "start": { - "line": 381, + "line": 371, "column": 8 }, "end": { - "line": 382, + "line": 372, "column": 39 } }, @@ -16621,16 +15673,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10215, - 10305 + 9673, + 9763 ], "loc": { "start": { - "line": 377, + "line": 367, "column": 8 }, "end": { - "line": 380, + "line": 370, "column": 11 } } @@ -16641,16 +15693,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10412, - 10511 + 9870, + 9969 ], "loc": { "start": { - "line": 384, + "line": 374, "column": 8 }, "end": { - "line": 387, + "line": 377, "column": 11 } } @@ -16668,16 +15720,16 @@ "object": { "type": "ThisExpression", "range": [ - 10520, - 10524 + 9978, + 9982 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 8 }, "end": { - "line": 388, + "line": 378, "column": 12 } } @@ -16686,31 +15738,31 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 10525, - 10535 + 9983, + 9993 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 13 }, "end": { - "line": 388, + "line": 378, "column": 23 } } }, "range": [ - 10520, - 10535 + 9978, + 9993 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 8 }, "end": { - "line": 388, + "line": 378, "column": 23 } } @@ -16721,16 +15773,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10538, - 10545 + 9996, + 10003 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 26 }, "end": { - "line": 388, + "line": 378, "column": 33 } } @@ -16743,16 +15795,16 @@ "type": "Identifier", "name": "f", "range": [ - 10546, - 10547 + 10004, + 10005 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 34 }, "end": { - "line": 388, + "line": 378, "column": 35 } } @@ -16761,77 +15813,77 @@ "type": "Identifier", "name": "exact_match", "range": [ - 10548, - 10559 + 10006, + 10017 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 36 }, "end": { - "line": 388, + "line": 378, "column": 47 } } }, "range": [ - 10546, - 10559 + 10004, + 10017 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 34 }, "end": { - "line": 388, + "line": 378, "column": 47 } } } ], "range": [ - 10538, - 10560 + 9996, + 10018 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 26 }, "end": { - "line": 388, + "line": 378, "column": 48 } } }, "range": [ - 10520, - 10560 + 9978, + 10018 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 8 }, "end": { - "line": 388, + "line": 378, "column": 48 } } }, "range": [ - 10520, - 10561 + 9978, + 10019 ], "loc": { "start": { - "line": 388, + "line": 378, "column": 8 }, "end": { - "line": 388, + "line": 378, "column": 49 } }, @@ -16840,16 +15892,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10412, - 10511 + 9870, + 9969 ], "loc": { "start": { - "line": 384, + "line": 374, "column": 8 }, "end": { - "line": 387, + "line": 377, "column": 11 } } @@ -16860,16 +15912,16 @@ "type": "Block", "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ - 10571, - 10678 + 10029, + 10136 ], "loc": { "start": { - "line": 390, + "line": 380, "column": 8 }, "end": { - "line": 393, + "line": 383, "column": 11 } } @@ -16887,16 +15939,16 @@ "object": { "type": "ThisExpression", "range": [ - 10687, - 10691 + 10145, + 10149 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 8 }, "end": { - "line": 394, + "line": 384, "column": 12 } } @@ -16905,31 +15957,31 @@ "type": "Identifier", "name": "ignoreDiacritics", "range": [ - 10692, - 10708 + 10150, + 10166 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 13 }, "end": { - "line": 394, + "line": 384, "column": 29 } } }, "range": [ - 10687, - 10708 + 10145, + 10166 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 8 }, "end": { - "line": 394, + "line": 384, "column": 29 } } @@ -16941,16 +15993,16 @@ "type": "Identifier", "name": "f", "range": [ - 10711, - 10712 + 10169, + 10170 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 32 }, "end": { - "line": 394, + "line": 384, "column": 33 } } @@ -16959,61 +16011,61 @@ "type": "Identifier", "name": "ignore_diacritics", "range": [ - 10713, - 10730 + 10171, + 10188 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 34 }, "end": { - "line": 394, + "line": 384, "column": 51 } } }, "range": [ - 10711, - 10730 + 10169, + 10188 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 32 }, "end": { - "line": 394, + "line": 384, "column": 51 } } }, "range": [ - 10687, - 10730 + 10145, + 10188 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 8 }, "end": { - "line": 394, + "line": 384, "column": 51 } } }, "range": [ - 10687, - 10731 + 10145, + 10189 ], "loc": { "start": { - "line": 394, + "line": 384, "column": 8 }, "end": { - "line": 394, + "line": 384, "column": 52 } }, @@ -17022,16 +16074,16 @@ "type": "Block", "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ - 10571, - 10678 + 10029, + 10136 ], "loc": { "start": { - "line": 390, + "line": 380, "column": 8 }, "end": { - "line": 393, + "line": 383, "column": 11 } } @@ -17042,16 +16094,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10741, - 10839 + 10199, + 10297 ], "loc": { "start": { - "line": 396, + "line": 386, "column": 8 }, "end": { - "line": 399, + "line": 389, "column": 11 } } @@ -17069,16 +16121,16 @@ "object": { "type": "ThisExpression", "range": [ - 10848, - 10852 + 10306, + 10310 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 8 }, "end": { - "line": 400, + "line": 390, "column": 12 } } @@ -17087,31 +16139,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 10853, - 10866 + 10311, + 10324 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 13 }, "end": { - "line": 400, + "line": 390, "column": 26 } } }, "range": [ - 10848, - 10866 + 10306, + 10324 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 8 }, "end": { - "line": 400, + "line": 390, "column": 26 } } @@ -17122,16 +16174,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10869, - 10876 + 10327, + 10334 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 29 }, "end": { - "line": 400, + "line": 390, "column": 36 } } @@ -17144,16 +16196,16 @@ "type": "Identifier", "name": "f", "range": [ - 10877, - 10878 + 10335, + 10336 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 37 }, "end": { - "line": 400, + "line": 390, "column": 38 } } @@ -17162,77 +16214,77 @@ "type": "Identifier", "name": "linked_filters", "range": [ - 10879, - 10893 + 10337, + 10351 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 39 }, "end": { - "line": 400, + "line": 390, "column": 53 } } }, "range": [ - 10877, - 10893 + 10335, + 10351 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 37 }, "end": { - "line": 400, + "line": 390, "column": 53 } } } ], "range": [ - 10869, - 10894 + 10327, + 10352 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 29 }, "end": { - "line": 400, + "line": 390, "column": 54 } } }, "range": [ - 10848, - 10894 + 10306, + 10352 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 8 }, "end": { - "line": 400, + "line": 390, "column": 54 } } }, "range": [ - 10848, - 10895 + 10306, + 10353 ], "loc": { "start": { - "line": 400, + "line": 390, "column": 8 }, "end": { - "line": 400, + "line": 390, "column": 55 } }, @@ -17241,16 +16293,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10741, - 10839 + 10199, + 10297 ], "loc": { "start": { - "line": 396, + "line": 386, "column": 8 }, "end": { - "line": 399, + "line": 389, "column": 11 } } @@ -17261,16 +16313,16 @@ "type": "Block", "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", "range": [ - 10905, - 11061 + 10363, + 10519 ], "loc": { "start": { - "line": 402, + "line": 392, "column": 8 }, "end": { - "line": 406, + "line": 396, "column": 11 } } @@ -17288,16 +16340,16 @@ "object": { "type": "ThisExpression", "range": [ - 11070, - 11074 + 10528, + 10532 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 8 }, "end": { - "line": 407, + "line": 397, "column": 12 } } @@ -17306,31 +16358,31 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 11075, - 11097 + 10533, + 10555 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 13 }, "end": { - "line": 407, + "line": 397, "column": 35 } } }, "range": [ - 11070, - 11097 + 10528, + 10555 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 8 }, "end": { - "line": 407, + "line": 397, "column": 35 } } @@ -17341,16 +16393,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11100, - 11107 + 10558, + 10565 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 38 }, "end": { - "line": 407, + "line": 397, "column": 45 } } @@ -17363,16 +16415,16 @@ "type": "Identifier", "name": "f", "range": [ - 11108, - 11109 + 10566, + 10567 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 46 }, "end": { - "line": 407, + "line": 397, "column": 47 } } @@ -17381,77 +16433,77 @@ "type": "Identifier", "name": "disable_excluded_options", "range": [ - 11110, - 11134 + 10568, + 10592 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 48 }, "end": { - "line": 407, + "line": 397, "column": 72 } } }, "range": [ - 11108, - 11134 + 10566, + 10592 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 46 }, "end": { - "line": 407, + "line": 397, "column": 72 } } } ], "range": [ - 11100, - 11135 + 10558, + 10593 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 38 }, "end": { - "line": 407, + "line": 397, "column": 73 } } }, "range": [ - 11070, - 11135 + 10528, + 10593 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 8 }, "end": { - "line": 407, + "line": 397, "column": 73 } } }, "range": [ - 11070, - 11136 + 10528, + 10594 ], "loc": { "start": { - "line": 407, + "line": 397, "column": 8 }, "end": { - "line": 407, + "line": 397, "column": 74 } }, @@ -17460,16 +16512,16 @@ "type": "Block", "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", "range": [ - 10905, - 11061 + 10363, + 10519 ], "loc": { "start": { - "line": 402, + "line": 392, "column": 8 }, "end": { - "line": 406, + "line": 396, "column": 11 } } @@ -17480,16 +16532,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 11146, - 11235 + 10604, + 10693 ], "loc": { "start": { - "line": 409, + "line": 399, "column": 8 }, "end": { - "line": 413, + "line": 403, "column": 11 } } @@ -17507,16 +16559,16 @@ "object": { "type": "ThisExpression", "range": [ - 11244, - 11248 + 10702, + 10706 ], "loc": { "start": { - "line": 414, + "line": 404, "column": 8 }, "end": { - "line": 414, + "line": 404, "column": 12 } } @@ -17525,31 +16577,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 11249, - 11263 + 10707, + 10721 ], "loc": { "start": { - "line": 414, + "line": 404, "column": 13 }, "end": { - "line": 414, + "line": 404, "column": 27 } } }, "range": [ - 11244, - 11263 + 10702, + 10721 ], "loc": { "start": { - "line": 414, + "line": 404, "column": 8 }, "end": { - "line": 414, + "line": 404, "column": 27 } } @@ -17559,46 +16611,46 @@ "value": null, "raw": "null", "range": [ - 11266, - 11270 + 10724, + 10728 ], "loc": { "start": { - "line": 414, + "line": 404, "column": 30 }, "end": { - "line": 414, + "line": 404, "column": 34 } } }, "range": [ - 11244, - 11270 + 10702, + 10728 ], "loc": { "start": { - "line": 414, + "line": 404, "column": 8 }, "end": { - "line": 414, + "line": 404, "column": 34 } } }, "range": [ - 11244, - 11271 + 10702, + 10729 ], "loc": { "start": { - "line": 414, + "line": 404, "column": 8 }, "end": { - "line": 414, + "line": 404, "column": 35 } }, @@ -17607,16 +16659,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 11146, - 11235 + 10604, + 10693 ], "loc": { "start": { - "line": 409, + "line": 399, "column": 8 }, "end": { - "line": 413, + "line": 403, "column": 11 } } @@ -17627,16 +16679,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 11281, - 11394 + 10739, + 10852 ], "loc": { "start": { - "line": 416, + "line": 406, "column": 8 }, "end": { - "line": 419, + "line": 409, "column": 11 } } @@ -17654,16 +16706,16 @@ "object": { "type": "ThisExpression", "range": [ - 11403, - 11407 + 10861, + 10865 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 8 }, "end": { - "line": 420, + "line": 410, "column": 12 } } @@ -17672,31 +16724,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 11408, - 11422 + 10866, + 10880 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 13 }, "end": { - "line": 420, + "line": 410, "column": 27 } } }, "range": [ - 11403, - 11422 + 10861, + 10880 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 8 }, "end": { - "line": 420, + "line": 410, "column": 27 } } @@ -17707,16 +16759,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11425, - 11432 + 10883, + 10890 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 30 }, "end": { - "line": 420, + "line": 410, "column": 37 } } @@ -17729,16 +16781,16 @@ "type": "Identifier", "name": "f", "range": [ - 11433, - 11434 + 10891, + 10892 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 38 }, "end": { - "line": 420, + "line": 410, "column": 39 } } @@ -17747,77 +16799,77 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11435, - 11454 + 10893, + 10912 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 40 }, "end": { - "line": 420, + "line": 410, "column": 59 } } }, "range": [ - 11433, - 11454 + 10891, + 10912 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 38 }, "end": { - "line": 420, + "line": 410, "column": 59 } } } ], "range": [ - 11425, - 11455 + 10883, + 10913 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 30 }, "end": { - "line": 420, + "line": 410, "column": 60 } } }, "range": [ - 11403, - 11455 + 10861, + 10913 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 8 }, "end": { - "line": 420, + "line": 410, "column": 60 } } }, "range": [ - 11403, - 11456 + 10861, + 10914 ], "loc": { "start": { - "line": 420, + "line": 410, "column": 8 }, "end": { - "line": 420, + "line": 410, "column": 61 } }, @@ -17826,16 +16878,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 11281, - 11394 + 10739, + 10852 ], "loc": { "start": { - "line": 416, + "line": 406, "column": 8 }, "end": { - "line": 419, + "line": 409, "column": 11 } } @@ -17846,16 +16898,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11466, - 11567 + 10924, + 11025 ], "loc": { "start": { - "line": 422, + "line": 412, "column": 8 }, "end": { - "line": 425, + "line": 415, "column": 11 } } @@ -17873,16 +16925,16 @@ "object": { "type": "ThisExpression", "range": [ - 11576, - 11580 + 11034, + 11038 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 8 }, "end": { - "line": 426, + "line": 416, "column": 12 } } @@ -17891,31 +16943,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 11581, - 11592 + 11039, + 11050 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 13 }, "end": { - "line": 426, + "line": 416, "column": 24 } } }, "range": [ - 11576, - 11592 + 11034, + 11050 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 8 }, "end": { - "line": 426, + "line": 416, "column": 24 } } @@ -17928,16 +16980,16 @@ "object": { "type": "ThisExpression", "range": [ - 11595, - 11599 + 11053, + 11057 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 27 }, "end": { - "line": 426, + "line": 416, "column": 31 } } @@ -17946,31 +16998,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 11600, - 11614 + 11058, + 11072 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 32 }, "end": { - "line": 426, + "line": 416, "column": 46 } } }, "range": [ - 11595, - 11614 + 11053, + 11072 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 27 }, "end": { - "line": 426, + "line": 416, "column": 46 } } @@ -17982,16 +17034,16 @@ "type": "Identifier", "name": "f", "range": [ - 11617, - 11618 + 11075, + 11076 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 49 }, "end": { - "line": 426, + "line": 416, "column": 50 } } @@ -18000,31 +17052,31 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11619, - 11638 + 11077, + 11096 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 51 }, "end": { - "line": 426, + "line": 416, "column": 70 } } }, "range": [ - 11617, - 11638 + 11075, + 11096 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 49 }, "end": { - "line": 426, + "line": 416, "column": 70 } } @@ -18033,61 +17085,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11641, - 11643 + 11099, + 11101 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 73 }, "end": { - "line": 426, + "line": 416, "column": 75 } } }, "range": [ - 11595, - 11643 + 11053, + 11101 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 27 }, "end": { - "line": 426, + "line": 416, "column": 75 } } }, "range": [ - 11576, - 11643 + 11034, + 11101 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 8 }, "end": { - "line": 426, + "line": 416, "column": 75 } } }, "range": [ - 11576, - 11644 + 11034, + 11102 ], "loc": { "start": { - "line": 426, + "line": 416, "column": 8 }, "end": { - "line": 426, + "line": 416, "column": 76 } }, @@ -18096,16 +17148,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11466, - 11567 + 10924, + 11025 ], "loc": { "start": { - "line": 422, + "line": 412, "column": 8 }, "end": { - "line": 425, + "line": 415, "column": 11 } } @@ -18116,16 +17168,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11654, - 11750 + 11112, + 11208 ], "loc": { "start": { - "line": 428, + "line": 418, "column": 8 }, "end": { - "line": 431, + "line": 421, "column": 11 } } @@ -18143,16 +17195,16 @@ "object": { "type": "ThisExpression", "range": [ - 11759, - 11763 + 11217, + 11221 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 8 }, "end": { - "line": 432, + "line": 422, "column": 12 } } @@ -18161,31 +17213,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 11764, - 11777 + 11222, + 11235 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 13 }, "end": { - "line": 432, + "line": 422, "column": 26 } } }, "range": [ - 11759, - 11777 + 11217, + 11235 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 8 }, "end": { - "line": 432, + "line": 422, "column": 26 } } @@ -18196,16 +17248,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11780, - 11787 + 11238, + 11245 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 29 }, "end": { - "line": 432, + "line": 422, "column": 36 } } @@ -18218,16 +17270,16 @@ "type": "Identifier", "name": "f", "range": [ - 11788, - 11789 + 11246, + 11247 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 37 }, "end": { - "line": 432, + "line": 422, "column": 38 } } @@ -18236,77 +17288,77 @@ "type": "Identifier", "name": "external_flt_grid", "range": [ - 11790, - 11807 + 11248, + 11265 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 39 }, "end": { - "line": 432, + "line": 422, "column": 56 } } }, "range": [ - 11788, - 11807 + 11246, + 11265 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 37 }, "end": { - "line": 432, + "line": 422, "column": 56 } } } ], "range": [ - 11780, - 11808 + 11238, + 11266 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 29 }, "end": { - "line": 432, + "line": 422, "column": 57 } } }, "range": [ - 11759, - 11808 + 11217, + 11266 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 8 }, "end": { - "line": 432, + "line": 422, "column": 57 } } }, "range": [ - 11759, - 11809 + 11217, + 11267 ], "loc": { "start": { - "line": 432, + "line": 422, "column": 8 }, "end": { - "line": 432, + "line": 422, "column": 58 } }, @@ -18315,16 +17367,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11654, - 11750 + 11112, + 11208 ], "loc": { "start": { - "line": 428, + "line": 418, "column": 8 }, "end": { - "line": 431, + "line": 421, "column": 11 } } @@ -18335,16 +17387,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11819, - 11934 + 11277, + 11392 ], "loc": { "start": { - "line": 434, + "line": 424, "column": 8 }, "end": { - "line": 437, + "line": 427, "column": 11 } } @@ -18362,16 +17414,16 @@ "object": { "type": "ThisExpression", "range": [ - 11943, - 11947 + 11401, + 11405 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 8 }, "end": { - "line": 438, + "line": 428, "column": 12 } } @@ -18380,31 +17432,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 11948, - 11965 + 11406, + 11423 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 13 }, "end": { - "line": 438, + "line": 428, "column": 30 } } }, "range": [ - 11943, - 11965 + 11401, + 11423 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 8 }, "end": { - "line": 438, + "line": 428, "column": 30 } } @@ -18419,16 +17471,16 @@ "type": "Identifier", "name": "f", "range": [ - 11968, - 11969 + 11426, + 11427 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 33 }, "end": { - "line": 438, + "line": 428, "column": 34 } } @@ -18437,31 +17489,31 @@ "type": "Identifier", "name": "external_flt_grid_ids", "range": [ - 11970, - 11991 + 11428, + 11449 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 35 }, "end": { - "line": 438, + "line": 428, "column": 56 } } }, "range": [ - 11968, - 11991 + 11426, + 11449 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 33 }, "end": { - "line": 438, + "line": 428, "column": 56 } } @@ -18470,61 +17522,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11995, - 11997 + 11453, + 11455 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 60 }, "end": { - "line": 438, + "line": 428, "column": 62 } } }, "range": [ - 11968, - 11997 + 11426, + 11455 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 33 }, "end": { - "line": 438, + "line": 428, "column": 62 } } }, "range": [ - 11943, - 11997 + 11401, + 11455 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 8 }, "end": { - "line": 438, + "line": 428, "column": 62 } } }, "range": [ - 11943, - 11998 + 11401, + 11456 ], "loc": { "start": { - "line": 438, + "line": 428, "column": 8 }, "end": { - "line": 438, + "line": 428, "column": 63 } }, @@ -18533,16 +17585,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11819, - 11934 + 11277, + 11392 ], "loc": { "start": { - "line": 434, + "line": 424, "column": 8 }, "end": { - "line": 437, + "line": 427, "column": 11 } } @@ -18553,16 +17605,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 12008, - 12105 + 11466, + 11563 ], "loc": { "start": { - "line": 440, + "line": 430, "column": 8 }, "end": { - "line": 443, + "line": 433, "column": 11 } } @@ -18580,16 +17632,16 @@ "object": { "type": "ThisExpression", "range": [ - 12114, - 12118 + 11572, + 11576 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 8 }, "end": { - "line": 444, + "line": 434, "column": 12 } } @@ -18598,31 +17650,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 12119, - 12134 + 11577, + 11592 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 13 }, "end": { - "line": 444, + "line": 434, "column": 28 } } }, "range": [ - 12114, - 12134 + 11572, + 11592 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 8 }, "end": { - "line": 444, + "line": 434, "column": 28 } } @@ -18635,16 +17687,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12137, - 12141 + 11595, + 11599 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 31 }, "end": { - "line": 444, + "line": 434, "column": 35 } } @@ -18657,16 +17709,16 @@ "type": "Identifier", "name": "f", "range": [ - 12142, - 12143 + 11600, + 11601 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 36 }, "end": { - "line": 444, + "line": 434, "column": 37 } } @@ -18675,47 +17727,47 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 12144, - 12161 + 11602, + 11619 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 38 }, "end": { - "line": 444, + "line": 434, "column": 55 } } }, "range": [ - 12142, - 12161 + 11600, + 11619 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 36 }, "end": { - "line": 444, + "line": 434, "column": 55 } } } ], "range": [ - 12137, - 12162 + 11595, + 11620 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 31 }, "end": { - "line": 444, + "line": 434, "column": 56 } } @@ -18727,16 +17779,16 @@ "type": "Identifier", "name": "f", "range": [ - 12177, - 12178 + 11635, + 11636 ], "loc": { "start": { - "line": 445, + "line": 435, "column": 12 }, "end": { - "line": 445, + "line": 435, "column": 13 } } @@ -18745,31 +17797,31 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 12179, - 12196 + 11637, + 11654 ], "loc": { "start": { - "line": 445, + "line": 435, "column": 14 }, "end": { - "line": 445, + "line": 435, "column": 31 } } }, "range": [ - 12177, - 12196 + 11635, + 11654 ], "loc": { "start": { - "line": 445, + "line": 435, "column": 12 }, "end": { - "line": 445, + "line": 435, "column": 31 } } @@ -18778,61 +17830,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 12199, - 12207 + 11657, + 11665 ], "loc": { "start": { - "line": 445, + "line": 435, "column": 34 }, "end": { - "line": 445, + "line": 435, "column": 42 } } }, "range": [ - 12137, - 12207 + 11595, + 11665 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 31 }, "end": { - "line": 445, + "line": 435, "column": 42 } } }, "range": [ - 12114, - 12207 + 11572, + 11665 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 8 }, "end": { - "line": 445, + "line": 435, "column": 42 } } }, "range": [ - 12114, - 12208 + 11572, + 11666 ], "loc": { "start": { - "line": 444, + "line": 434, "column": 8 }, "end": { - "line": 445, + "line": 435, "column": 43 } }, @@ -18841,16 +17893,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 12008, - 12105 + 11466, + 11563 ], "loc": { "start": { - "line": 440, + "line": 430, "column": 8 }, "end": { - "line": 443, + "line": 433, "column": 11 } } @@ -18861,16 +17913,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 12218, - 12322 + 11676, + 11780 ], "loc": { "start": { - "line": 447, + "line": 437, "column": 8 }, "end": { - "line": 450, + "line": 440, "column": 11 } } @@ -18888,16 +17940,16 @@ "object": { "type": "ThisExpression", "range": [ - 12331, - 12335 + 11789, + 11793 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 8 }, "end": { - "line": 451, + "line": 441, "column": 12 } } @@ -18906,31 +17958,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 12336, - 12351 + 11794, + 11809 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 13 }, "end": { - "line": 451, + "line": 441, "column": 28 } } }, "range": [ - 12331, - 12351 + 11789, + 11809 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 8 }, "end": { - "line": 451, + "line": 441, "column": 28 } } @@ -18941,16 +17993,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12354, - 12361 + 11812, + 11819 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 31 }, "end": { - "line": 451, + "line": 441, "column": 38 } } @@ -18963,16 +18015,16 @@ "type": "Identifier", "name": "f", "range": [ - 12362, - 12363 + 11820, + 11821 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 39 }, "end": { - "line": 451, + "line": 441, "column": 40 } } @@ -18981,77 +18033,77 @@ "type": "Identifier", "name": "single_filter", "range": [ - 12364, - 12377 + 11822, + 11835 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 41 }, "end": { - "line": 451, + "line": 441, "column": 54 } } }, "range": [ - 12362, - 12377 + 11820, + 11835 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 39 }, "end": { - "line": 451, + "line": 441, "column": 54 } } } ], "range": [ - 12354, - 12378 + 11812, + 11836 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 31 }, "end": { - "line": 451, + "line": 441, "column": 55 } } }, "range": [ - 12331, - 12378 + 11789, + 11836 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 8 }, "end": { - "line": 451, + "line": 441, "column": 55 } } }, "range": [ - 12331, - 12379 + 11789, + 11837 ], "loc": { "start": { - "line": 451, + "line": 441, "column": 8 }, "end": { - "line": 451, + "line": 441, "column": 56 } }, @@ -19060,16 +18112,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 12218, - 12322 + 11676, + 11780 ], "loc": { "start": { - "line": 447, + "line": 437, "column": 8 }, "end": { - "line": 450, + "line": 440, "column": 11 } } @@ -19080,16 +18132,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12389, - 12500 + 11847, + 11958 ], "loc": { "start": { - "line": 453, + "line": 443, "column": 8 }, "end": { - "line": 456, + "line": 446, "column": 11 } } @@ -19107,16 +18159,16 @@ "object": { "type": "ThisExpression", "range": [ - 12509, - 12513 + 11967, + 11971 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 8 }, "end": { - "line": 457, + "line": 447, "column": 12 } } @@ -19125,31 +18177,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 12514, - 12528 + 11972, + 11986 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 13 }, "end": { - "line": 457, + "line": 447, "column": 27 } } }, "range": [ - 12509, - 12528 + 11967, + 11986 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 8 }, "end": { - "line": 457, + "line": 447, "column": 27 } } @@ -19162,16 +18214,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12531, - 12535 + 11989, + 11993 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 30 }, "end": { - "line": 457, + "line": 447, "column": 34 } } @@ -19184,16 +18236,16 @@ "type": "Identifier", "name": "f", "range": [ - 12536, - 12537 + 11994, + 11995 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 35 }, "end": { - "line": 457, + "line": 447, "column": 36 } } @@ -19202,47 +18254,47 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12538, - 12554 + 11996, + 12012 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 37 }, "end": { - "line": 457, + "line": 447, "column": 53 } } }, "range": [ - 12536, - 12554 + 11994, + 12012 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 35 }, "end": { - "line": 457, + "line": 447, "column": 53 } } } ], "range": [ - 12531, - 12555 + 11989, + 12013 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 30 }, "end": { - "line": 457, + "line": 447, "column": 54 } } @@ -19254,16 +18306,16 @@ "type": "Identifier", "name": "f", "range": [ - 12570, - 12571 + 12028, + 12029 ], "loc": { "start": { - "line": 458, + "line": 448, "column": 12 }, "end": { - "line": 458, + "line": 448, "column": 13 } } @@ -19272,31 +18324,31 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12572, - 12588 + 12030, + 12046 ], "loc": { "start": { - "line": 458, + "line": 448, "column": 14 }, "end": { - "line": 458, + "line": 448, "column": 30 } } }, "range": [ - 12570, - 12588 + 12028, + 12046 ], "loc": { "start": { - "line": 458, + "line": 448, "column": 12 }, "end": { - "line": 458, + "line": 448, "column": 30 } } @@ -19305,61 +18357,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 12591, - 12599 + 12049, + 12057 ], "loc": { "start": { - "line": 458, + "line": 448, "column": 33 }, "end": { - "line": 458, + "line": 448, "column": 41 } } }, "range": [ - 12531, - 12599 + 11989, + 12057 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 30 }, "end": { - "line": 458, + "line": 448, "column": 41 } } }, "range": [ - 12509, - 12599 + 11967, + 12057 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 8 }, "end": { - "line": 458, + "line": 448, "column": 41 } } }, "range": [ - 12509, - 12600 + 11967, + 12058 ], "loc": { "start": { - "line": 457, + "line": 447, "column": 8 }, "end": { - "line": 458, + "line": 448, "column": 42 } }, @@ -19368,16 +18420,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12389, - 12500 + 11847, + 11958 ], "loc": { "start": { - "line": 453, + "line": 443, "column": 8 }, "end": { - "line": 456, + "line": 446, "column": 11 } } @@ -19388,16 +18440,16 @@ "type": "Block", "value": "*\n * Specify which column implements a custom cell parser to retrieve the\n * cell value:\n * cell_parser: {\n * cols: [0, 2],\n * parse: function(tf, cell, colIndex) {\n * // custom cell parser logic here\n * return cellValue;\n * }\n * }\n * @type {Object}\n ", "range": [ - 12610, - 12981 + 12068, + 12439 ], "loc": { "start": { - "line": 460, + "line": 450, "column": 8 }, "end": { - "line": 471, + "line": 461, "column": 11 } } @@ -19415,16 +18467,16 @@ "object": { "type": "ThisExpression", "range": [ - 12990, - 12994 + 12448, + 12452 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 8 }, "end": { - "line": 472, + "line": 462, "column": 12 } } @@ -19433,31 +18485,31 @@ "type": "Identifier", "name": "cellParser", "range": [ - 12995, - 13005 + 12453, + 12463 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 13 }, "end": { - "line": 472, + "line": 462, "column": 23 } } }, "range": [ - 12990, - 13005 + 12448, + 12463 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 8 }, "end": { - "line": 472, + "line": 462, "column": 23 } } @@ -19476,16 +18528,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 13008, - 13013 + 12466, + 12471 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 26 }, "end": { - "line": 472, + "line": 462, "column": 31 } } @@ -19498,16 +18550,16 @@ "type": "Identifier", "name": "f", "range": [ - 13014, - 13015 + 12472, + 12473 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 32 }, "end": { - "line": 472, + "line": 462, "column": 33 } } @@ -19516,47 +18568,47 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 13016, - 13027 + 12474, + 12485 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 34 }, "end": { - "line": 472, + "line": 462, "column": 45 } } }, "range": [ - 13014, - 13027 + 12472, + 12485 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 32 }, "end": { - "line": 472, + "line": 462, "column": 45 } } } ], "range": [ - 13008, - 13028 + 12466, + 12486 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 26 }, "end": { - "line": 472, + "line": 462, "column": 46 } } @@ -19567,16 +18619,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 13032, - 13036 + 12490, + 12494 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 50 }, "end": { - "line": 472, + "line": 462, "column": 54 } } @@ -19592,16 +18644,16 @@ "type": "Identifier", "name": "f", "range": [ - 13037, - 13038 + 12495, + 12496 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 55 }, "end": { - "line": 472, + "line": 462, "column": 56 } } @@ -19610,31 +18662,31 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 13039, - 13050 + 12497, + 12508 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 57 }, "end": { - "line": 472, + "line": 462, "column": 68 } } }, "range": [ - 13037, - 13050 + 12495, + 12508 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 55 }, "end": { - "line": 472, + "line": 462, "column": 68 } } @@ -19643,62 +18695,62 @@ "type": "Identifier", "name": "parse", "range": [ - 13051, - 13056 + 12509, + 12514 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 69 }, "end": { - "line": 472, + "line": 462, "column": 74 } } }, "range": [ - 13037, - 13056 + 12495, + 12514 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 55 }, "end": { - "line": 472, + "line": 462, "column": 74 } } } ], "range": [ - 13032, - 13057 + 12490, + 12515 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 50 }, "end": { - "line": 472, + "line": 462, "column": 75 } } }, "range": [ - 13008, - 13057 + 12466, + 12515 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 26 }, "end": { - "line": 472, + "line": 462, "column": 75 } } @@ -19709,16 +18761,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 13073, - 13080 + 12531, + 12538 ], "loc": { "start": { - "line": 473, + "line": 463, "column": 12 }, "end": { - "line": 473, + "line": 463, "column": 19 } } @@ -19734,16 +18786,16 @@ "type": "Identifier", "name": "f", "range": [ - 13081, - 13082 + 12539, + 12540 ], "loc": { "start": { - "line": 473, + "line": 463, "column": 20 }, "end": { - "line": 473, + "line": 463, "column": 21 } } @@ -19752,31 +18804,31 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 13083, - 13094 + 12541, + 12552 ], "loc": { "start": { - "line": 473, + "line": 463, "column": 22 }, "end": { - "line": 473, + "line": 463, "column": 33 } } }, "range": [ - 13081, - 13094 + 12539, + 12552 ], "loc": { "start": { - "line": 473, + "line": 463, "column": 20 }, "end": { - "line": 473, + "line": 463, "column": 33 } } @@ -19785,62 +18837,62 @@ "type": "Identifier", "name": "cols", "range": [ - 13095, - 13099 + 12553, + 12557 ], "loc": { "start": { - "line": 473, + "line": 463, "column": 34 }, "end": { - "line": 473, + "line": 463, "column": 38 } } }, "range": [ - 13081, - 13099 + 12539, + 12557 ], "loc": { "start": { - "line": 473, + "line": 463, "column": 20 }, "end": { - "line": 473, + "line": 463, "column": 38 } } } ], "range": [ - 13073, - 13100 + 12531, + 12558 ], "loc": { "start": { - "line": 473, + "line": 463, "column": 12 }, "end": { - "line": 473, + "line": 463, "column": 39 } } }, "range": [ - 13008, - 13100 + 12466, + 12558 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 26 }, "end": { - "line": 473, + "line": 463, "column": 39 } } @@ -19852,16 +18904,16 @@ "type": "Identifier", "name": "f", "range": [ - 13115, - 13116 + 12573, + 12574 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 12 }, "end": { - "line": 474, + "line": 464, "column": 13 } } @@ -19870,31 +18922,31 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 13117, - 13128 + 12575, + 12586 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 14 }, "end": { - "line": 474, + "line": 464, "column": 25 } } }, "range": [ - 13115, - 13128 + 12573, + 12586 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 12 }, "end": { - "line": 474, + "line": 464, "column": 25 } } @@ -19908,16 +18960,16 @@ "type": "Identifier", "name": "cols", "range": [ - 13133, - 13137 + 12591, + 12595 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 30 }, "end": { - "line": 474, + "line": 464, "column": 34 } } @@ -19926,16 +18978,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 13139, - 13141 + 12597, + 12599 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 36 }, "end": { - "line": 474, + "line": 464, "column": 38 } } @@ -19945,16 +18997,16 @@ "shorthand": false, "computed": false, "range": [ - 13133, - 13141 + 12591, + 12599 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 30 }, "end": { - "line": 474, + "line": 464, "column": 38 } } @@ -19965,16 +19017,16 @@ "type": "Identifier", "name": "parse", "range": [ - 13143, - 13148 + 12601, + 12606 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 40 }, "end": { - "line": 474, + "line": 464, "column": 45 } } @@ -19983,16 +19035,16 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 13150, - 13158 + 12608, + 12616 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 47 }, "end": { - "line": 474, + "line": 464, "column": 55 } } @@ -20002,77 +19054,77 @@ "shorthand": false, "computed": false, "range": [ - 13143, - 13158 + 12601, + 12616 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 40 }, "end": { - "line": 474, + "line": 464, "column": 55 } } } ], "range": [ - 13131, - 13160 + 12589, + 12618 ], "loc": { "start": { - "line": 474, + "line": 464, "column": 28 }, "end": { - "line": 474, + "line": 464, "column": 57 } } }, "range": [ - 13008, - 13160 + 12466, + 12618 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 26 }, "end": { - "line": 474, + "line": 464, "column": 57 } } }, "range": [ - 12990, - 13160 + 12448, + 12618 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 8 }, "end": { - "line": 474, + "line": 464, "column": 57 } } }, "range": [ - 12990, - 13161 + 12448, + 12619 ], "loc": { "start": { - "line": 472, + "line": 462, "column": 8 }, "end": { - "line": 474, + "line": 464, "column": 58 } }, @@ -20081,16 +19133,16 @@ "type": "Block", "value": "*\n * Specify which column implements a custom cell parser to retrieve the\n * cell value:\n * cell_parser: {\n * cols: [0, 2],\n * parse: function(tf, cell, colIndex) {\n * // custom cell parser logic here\n * return cellValue;\n * }\n * }\n * @type {Object}\n ", "range": [ - 12610, - 12981 + 12068, + 12439 ], "loc": { "start": { - "line": 460, + "line": 450, "column": 8 }, "end": { - "line": 471, + "line": 461, "column": 11 } } @@ -20101,16 +19153,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 13171, - 13337 + 12629, + 12795 ], "loc": { "start": { - "line": 476, + "line": 466, "column": 8 }, "end": { - "line": 480, + "line": 470, "column": 11 } } @@ -20128,16 +19180,16 @@ "object": { "type": "ThisExpression", "range": [ - 13346, - 13350 + 12804, + 12808 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 8 }, "end": { - "line": 481, + "line": 471, "column": 12 } } @@ -20146,31 +19198,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 13351, - 13360 + 12809, + 12818 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 13 }, "end": { - "line": 481, + "line": 471, "column": 22 } } }, "range": [ - 13346, - 13360 + 12804, + 12818 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 8 }, "end": { - "line": 481, + "line": 471, "column": 22 } } @@ -20185,16 +19237,16 @@ "type": "Identifier", "name": "f", "range": [ - 13363, - 13364 + 12821, + 12822 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 25 }, "end": { - "line": 481, + "line": 471, "column": 26 } } @@ -20203,31 +19255,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 13365, - 13374 + 12823, + 12832 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 27 }, "end": { - "line": 481, + "line": 471, "column": 36 } } }, "range": [ - 13363, - 13374 + 12821, + 12832 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 25 }, "end": { - "line": 481, + "line": 471, "column": 36 } } @@ -20237,61 +19289,61 @@ "value": "", "raw": "''", "range": [ - 13378, - 13380 + 12836, + 12838 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 40 }, "end": { - "line": 481, + "line": 471, "column": 42 } } }, "range": [ - 13363, - 13380 + 12821, + 12838 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 25 }, "end": { - "line": 481, + "line": 471, "column": 42 } } }, "range": [ - 13346, - 13380 + 12804, + 12838 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 8 }, "end": { - "line": 481, + "line": 471, "column": 42 } } }, "range": [ - 13346, - 13381 + 12804, + 12839 ], "loc": { "start": { - "line": 481, + "line": 471, "column": 8 }, "end": { - "line": 481, + "line": 471, "column": 43 } }, @@ -20300,16 +19352,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 13171, - 13337 + 12629, + 12795 ], "loc": { "start": { - "line": 476, + "line": 466, "column": 8 }, "end": { - "line": 480, + "line": 470, "column": 11 } } @@ -20320,16 +19372,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 13391, - 13516 + 12849, + 12974 ], "loc": { "start": { - "line": 483, + "line": 473, "column": 8 }, "end": { - "line": 487, + "line": 477, "column": 11 } } @@ -20347,16 +19399,16 @@ "object": { "type": "ThisExpression", "range": [ - 13525, - 13529 + 12983, + 12987 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 8 }, "end": { - "line": 488, + "line": 478, "column": 12 } } @@ -20365,31 +19417,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 13530, - 13546 + 12988, + 13004 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 13 }, "end": { - "line": 488, + "line": 478, "column": 29 } } }, "range": [ - 13525, - 13546 + 12983, + 13004 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 8 }, "end": { - "line": 488, + "line": 478, "column": 29 } } @@ -20400,16 +19452,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 13549, - 13556 + 13007, + 13014 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 32 }, "end": { - "line": 488, + "line": 478, "column": 39 } } @@ -20421,16 +19473,16 @@ "object": { "type": "ThisExpression", "range": [ - 13557, - 13561 + 13015, + 13019 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 40 }, "end": { - "line": 488, + "line": 478, "column": 44 } } @@ -20439,77 +19491,77 @@ "type": "Identifier", "name": "watermark", "range": [ - 13562, - 13571 + 13020, + 13029 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 45 }, "end": { - "line": 488, + "line": 478, "column": 54 } } }, "range": [ - 13557, - 13571 + 13015, + 13029 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 40 }, "end": { - "line": 488, + "line": 478, "column": 54 } } } ], "range": [ - 13549, - 13572 + 13007, + 13030 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 32 }, "end": { - "line": 488, + "line": 478, "column": 55 } } }, "range": [ - 13525, - 13572 + 12983, + 13030 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 8 }, "end": { - "line": 488, + "line": 478, "column": 55 } } }, "range": [ - 13525, - 13573 + 12983, + 13031 ], "loc": { "start": { - "line": 488, + "line": 478, "column": 8 }, "end": { - "line": 488, + "line": 478, "column": 56 } }, @@ -20518,16 +19570,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 13391, - 13516 + 12849, + 12974 ], "loc": { "start": { - "line": 483, + "line": 473, "column": 8 }, "end": { - "line": 487, + "line": 477, "column": 11 } } @@ -20538,16 +19590,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13583, - 13665 + 13041, + 13123 ], "loc": { "start": { - "line": 490, + "line": 480, "column": 8 }, "end": { - "line": 493, + "line": 483, "column": 11 } } @@ -20565,16 +19617,16 @@ "object": { "type": "ThisExpression", "range": [ - 13674, - 13678 + 13132, + 13136 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 8 }, "end": { - "line": 494, + "line": 484, "column": 12 } } @@ -20583,31 +19635,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 13679, - 13691 + 13137, + 13149 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 13 }, "end": { - "line": 494, + "line": 484, "column": 25 } } }, "range": [ - 13674, - 13691 + 13132, + 13149 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 8 }, "end": { - "line": 494, + "line": 484, "column": 25 } } @@ -20622,16 +19674,16 @@ "type": "Identifier", "name": "f", "range": [ - 13694, - 13695 + 13152, + 13153 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 28 }, "end": { - "line": 494, + "line": 484, "column": 29 } } @@ -20640,31 +19692,31 @@ "type": "Identifier", "name": "toolbar_target_id", "range": [ - 13696, - 13713 + 13154, + 13171 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 30 }, "end": { - "line": 494, + "line": 484, "column": 47 } } }, "range": [ - 13694, - 13713 + 13152, + 13171 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 28 }, "end": { - "line": 494, + "line": 484, "column": 47 } } @@ -20674,61 +19726,61 @@ "value": null, "raw": "null", "range": [ - 13717, - 13721 + 13175, + 13179 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 51 }, "end": { - "line": 494, + "line": 484, "column": 55 } } }, "range": [ - 13694, - 13721 + 13152, + 13179 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 28 }, "end": { - "line": 494, + "line": 484, "column": 55 } } }, "range": [ - 13674, - 13721 + 13132, + 13179 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 8 }, "end": { - "line": 494, + "line": 484, "column": 55 } } }, "range": [ - 13674, - 13722 + 13132, + 13180 ], "loc": { "start": { - "line": 494, + "line": 484, "column": 8 }, "end": { - "line": 494, + "line": 484, "column": 56 } }, @@ -20737,16 +19789,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13583, - 13665 + 13041, + 13123 ], "loc": { "start": { - "line": 490, + "line": 480, "column": 8 }, "end": { - "line": 493, + "line": 483, "column": 11 } } @@ -20757,16 +19809,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13732, - 13832 + 13190, + 13290 ], "loc": { "start": { - "line": 496, + "line": 486, "column": 8 }, "end": { - "line": 499, + "line": 489, "column": 11 } } @@ -20784,16 +19836,16 @@ "object": { "type": "ThisExpression", "range": [ - 13841, - 13845 + 13299, + 13303 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 8 }, "end": { - "line": 500, + "line": 490, "column": 12 } } @@ -20802,31 +19854,31 @@ "type": "Identifier", "name": "help", "range": [ - 13846, - 13850 + 13304, + 13308 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 13 }, "end": { - "line": 500, + "line": 490, "column": 17 } } }, "range": [ - 13841, - 13850 + 13299, + 13308 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 8 }, "end": { - "line": 500, + "line": 490, "column": 17 } } @@ -20839,16 +19891,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 13853, - 13860 + 13311, + 13318 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 20 }, "end": { - "line": 500, + "line": 490, "column": 27 } } @@ -20861,16 +19913,16 @@ "type": "Identifier", "name": "f", "range": [ - 13861, - 13862 + 13319, + 13320 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 28 }, "end": { - "line": 500, + "line": 490, "column": 29 } } @@ -20879,47 +19931,47 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13863, - 13880 + 13321, + 13338 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 30 }, "end": { - "line": 500, + "line": 490, "column": 47 } } }, "range": [ - 13861, - 13880 + 13319, + 13338 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 28 }, "end": { - "line": 500, + "line": 490, "column": 47 } } } ], "range": [ - 13853, - 13881 + 13311, + 13339 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 20 }, "end": { - "line": 500, + "line": 490, "column": 48 } } @@ -20928,16 +19980,16 @@ "type": "Identifier", "name": "undefined", "range": [ - 13896, - 13905 + 13354, + 13363 ], "loc": { "start": { - "line": 501, + "line": 491, "column": 12 }, "end": { - "line": 501, + "line": 491, "column": 21 } } @@ -20948,16 +20000,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13908, - 13915 + 13366, + 13373 ], "loc": { "start": { - "line": 501, + "line": 491, "column": 24 }, "end": { - "line": 501, + "line": 491, "column": 31 } } @@ -20970,16 +20022,16 @@ "type": "Identifier", "name": "f", "range": [ - 13916, - 13917 + 13374, + 13375 ], "loc": { "start": { - "line": 501, + "line": 491, "column": 32 }, "end": { - "line": 501, + "line": 491, "column": 33 } } @@ -20988,92 +20040,92 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13918, - 13935 + 13376, + 13393 ], "loc": { "start": { - "line": 501, + "line": 491, "column": 34 }, "end": { - "line": 501, + "line": 491, "column": 51 } } }, "range": [ - 13916, - 13935 + 13374, + 13393 ], "loc": { "start": { - "line": 501, + "line": 491, "column": 32 }, "end": { - "line": 501, + "line": 491, "column": 51 } } } ], "range": [ - 13908, - 13936 + 13366, + 13394 ], "loc": { "start": { - "line": 501, + "line": 491, "column": 24 }, "end": { - "line": 501, + "line": 491, "column": 52 } } }, "range": [ - 13853, - 13936 + 13311, + 13394 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 20 }, "end": { - "line": 501, + "line": 491, "column": 52 } } }, "range": [ - 13841, - 13936 + 13299, + 13394 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 8 }, "end": { - "line": 501, + "line": 491, "column": 52 } } }, "range": [ - 13841, - 13937 + 13299, + 13395 ], "loc": { "start": { - "line": 500, + "line": 490, "column": 8 }, "end": { - "line": 501, + "line": 491, "column": 53 } }, @@ -21082,16 +20134,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13732, - 13832 + 13190, + 13290 ], "loc": { "start": { - "line": 496, + "line": 486, "column": 8 }, "end": { - "line": 499, + "line": 489, "column": 11 } } @@ -21102,16 +20154,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13947, - 14046 + 13405, + 13504 ], "loc": { "start": { - "line": 503, + "line": 493, "column": 8 }, "end": { - "line": 506, + "line": 496, "column": 11 } } @@ -21129,16 +20181,16 @@ "object": { "type": "ThisExpression", "range": [ - 14055, - 14059 + 13513, + 13517 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 8 }, "end": { - "line": 507, + "line": 497, "column": 12 } } @@ -21147,31 +20199,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 14060, - 14072 + 13518, + 13530 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 13 }, "end": { - "line": 507, + "line": 497, "column": 25 } } }, "range": [ - 14055, - 14072 + 13513, + 13530 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 8 }, "end": { - "line": 507, + "line": 497, "column": 25 } } @@ -21182,16 +20234,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14075, - 14082 + 13533, + 13540 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 28 }, "end": { - "line": 507, + "line": 497, "column": 35 } } @@ -21204,16 +20256,16 @@ "type": "Identifier", "name": "f", "range": [ - 14083, - 14084 + 13541, + 13542 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 36 }, "end": { - "line": 507, + "line": 497, "column": 37 } } @@ -21222,77 +20274,77 @@ "type": "Identifier", "name": "popup_filters", "range": [ - 14085, - 14098 + 13543, + 13556 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 38 }, "end": { - "line": 507, + "line": 497, "column": 51 } } }, "range": [ - 14083, - 14098 + 13541, + 13556 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 36 }, "end": { - "line": 507, + "line": 497, "column": 51 } } } ], "range": [ - 14075, - 14099 + 13533, + 13557 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 28 }, "end": { - "line": 507, + "line": 497, "column": 52 } } }, "range": [ - 14055, - 14099 + 13513, + 13557 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 8 }, "end": { - "line": 507, + "line": 497, "column": 52 } } }, "range": [ - 14055, - 14100 + 13513, + 13558 ], "loc": { "start": { - "line": 507, + "line": 497, "column": 8 }, "end": { - "line": 507, + "line": 497, "column": 53 } }, @@ -21301,16 +20353,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13947, - 14046 + 13405, + 13504 ], "loc": { "start": { - "line": 503, + "line": 493, "column": 8 }, "end": { - "line": 506, + "line": 496, "column": 11 } } @@ -21321,16 +20373,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 14110, - 14227 + 13568, + 13685 ], "loc": { "start": { - "line": 509, + "line": 499, "column": 8 }, "end": { - "line": 512, + "line": 502, "column": 11 } } @@ -21348,16 +20400,16 @@ "object": { "type": "ThisExpression", "range": [ - 14236, - 14240 + 13694, + 13698 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 8 }, "end": { - "line": 513, + "line": 503, "column": 12 } } @@ -21366,31 +20418,31 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 14241, - 14258 + 13699, + 13716 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 13 }, "end": { - "line": 513, + "line": 503, "column": 30 } } }, "range": [ - 14236, - 14258 + 13694, + 13716 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 8 }, "end": { - "line": 513, + "line": 503, "column": 30 } } @@ -21404,16 +20456,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 14261, - 14266 + 13719, + 13724 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 33 }, "end": { - "line": 513, + "line": 503, "column": 38 } } @@ -21426,16 +20478,16 @@ "type": "Identifier", "name": "f", "range": [ - 14267, - 14268 + 13725, + 13726 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 39 }, "end": { - "line": 513, + "line": 503, "column": 40 } } @@ -21444,47 +20496,47 @@ "type": "Identifier", "name": "mark_active_columns", "range": [ - 14269, - 14288 + 13727, + 13746 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 41 }, "end": { - "line": 513, + "line": 503, "column": 60 } } }, "range": [ - 14267, - 14288 + 13725, + 13746 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 39 }, "end": { - "line": 513, + "line": 503, "column": 60 } } } ], "range": [ - 14261, - 14289 + 13719, + 13747 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 33 }, "end": { - "line": 513, + "line": 503, "column": 61 } } @@ -21495,16 +20547,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14305, - 14312 + 13763, + 13770 ], "loc": { "start": { - "line": 514, + "line": 504, "column": 12 }, "end": { - "line": 514, + "line": 504, "column": 19 } } @@ -21517,16 +20569,16 @@ "type": "Identifier", "name": "f", "range": [ - 14313, - 14314 + 13771, + 13772 ], "loc": { "start": { - "line": 514, + "line": 504, "column": 20 }, "end": { - "line": 514, + "line": 504, "column": 21 } } @@ -21535,92 +20587,92 @@ "type": "Identifier", "name": "mark_active_columns", "range": [ - 14315, - 14334 + 13773, + 13792 ], "loc": { "start": { - "line": 514, + "line": 504, "column": 22 }, "end": { - "line": 514, + "line": 504, "column": 41 } } }, "range": [ - 14313, - 14334 + 13771, + 13792 ], "loc": { "start": { - "line": 514, + "line": 504, "column": 20 }, "end": { - "line": 514, + "line": 504, "column": 41 } } } ], "range": [ - 14305, - 14335 + 13763, + 13793 ], "loc": { "start": { - "line": 514, + "line": 504, "column": 12 }, "end": { - "line": 514, + "line": 504, "column": 42 } } }, "range": [ - 14261, - 14335 + 13719, + 13793 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 33 }, "end": { - "line": 514, + "line": 504, "column": 42 } } }, "range": [ - 14236, - 14335 + 13694, + 13793 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 8 }, "end": { - "line": 514, + "line": 504, "column": 42 } } }, "range": [ - 14236, - 14336 + 13694, + 13794 ], "loc": { "start": { - "line": 513, + "line": 503, "column": 8 }, "end": { - "line": 514, + "line": 504, "column": 43 } }, @@ -21629,16 +20681,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 14110, - 14227 + 13568, + 13685 ], "loc": { "start": { - "line": 509, + "line": 499, "column": 8 }, "end": { - "line": 512, + "line": 502, "column": 11 } } @@ -21649,16 +20701,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14346, - 14400 + 13804, + 13858 ], "loc": { "start": { - "line": 516, + "line": 506, "column": 8 }, "end": { - "line": 516, + "line": 506, "column": 62 } } @@ -21667,16 +20719,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n ", "range": [ - 14409, - 14528 + 13867, + 13986 ], "loc": { "start": { - "line": 517, + "line": 507, "column": 8 }, "end": { - "line": 520, + "line": 510, "column": 11 } } @@ -21694,16 +20746,16 @@ "object": { "type": "ThisExpression", "range": [ - 14537, - 14541 + 13995, + 13999 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 8 }, "end": { - "line": 521, + "line": 511, "column": 12 } } @@ -21712,31 +20764,31 @@ "type": "Identifier", "name": "clearFilterText", "range": [ - 14542, - 14557 + 14000, + 14015 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 13 }, "end": { - "line": 521, + "line": 511, "column": 28 } } }, "range": [ - 14537, - 14557 + 13995, + 14015 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 8 }, "end": { - "line": 521, + "line": 511, "column": 28 } } @@ -21751,16 +20803,16 @@ "type": "Identifier", "name": "f", "range": [ - 14560, - 14561 + 14018, + 14019 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 31 }, "end": { - "line": 521, + "line": 511, "column": 32 } } @@ -21769,31 +20821,31 @@ "type": "Identifier", "name": "clear_filter_text", "range": [ - 14562, - 14579 + 14020, + 14037 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 33 }, "end": { - "line": 521, + "line": 511, "column": 50 } } }, "range": [ - 14560, - 14579 + 14018, + 14037 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 31 }, "end": { - "line": 521, + "line": 511, "column": 50 } } @@ -21803,61 +20855,61 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 14583, - 14590 + 14041, + 14048 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 54 }, "end": { - "line": 521, + "line": 511, "column": 61 } } }, "range": [ - 14560, - 14590 + 14018, + 14048 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 31 }, "end": { - "line": 521, + "line": 511, "column": 61 } } }, "range": [ - 14537, - 14590 + 13995, + 14048 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 8 }, "end": { - "line": 521, + "line": 511, "column": 61 } } }, "range": [ - 14537, - 14591 + 13995, + 14049 ], "loc": { "start": { - "line": 521, + "line": 511, "column": 8 }, "end": { - "line": 521, + "line": 511, "column": 62 } }, @@ -21866,16 +20918,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14346, - 14400 + 13804, + 13858 ], "loc": { "start": { - "line": 516, + "line": 506, "column": 8 }, "end": { - "line": 516, + "line": 506, "column": 62 } } @@ -21884,16 +20936,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n ", "range": [ - 14409, - 14528 + 13867, + 13986 ], "loc": { "start": { - "line": 517, + "line": 507, "column": 8 }, "end": { - "line": 520, + "line": 510, "column": 11 } } @@ -21904,16 +20956,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14601, - 14721 + 14059, + 14179 ], "loc": { "start": { - "line": 523, + "line": 513, "column": 8 }, "end": { - "line": 526, + "line": 516, "column": 11 } } @@ -21931,16 +20983,16 @@ "object": { "type": "ThisExpression", "range": [ - 14730, - 14734 + 14188, + 14192 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 8 }, "end": { - "line": 527, + "line": 517, "column": 12 } } @@ -21949,31 +21001,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 14735, - 14752 + 14193, + 14210 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 13 }, "end": { - "line": 527, + "line": 517, "column": 30 } } }, "range": [ - 14730, - 14752 + 14188, + 14210 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 8 }, "end": { - "line": 527, + "line": 517, "column": 30 } } @@ -21984,16 +21036,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14755, - 14762 + 14213, + 14220 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 33 }, "end": { - "line": 527, + "line": 517, "column": 40 } } @@ -22006,16 +21058,16 @@ "type": "Identifier", "name": "f", "range": [ - 14763, - 14764 + 14221, + 14222 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 41 }, "end": { - "line": 527, + "line": 517, "column": 42 } } @@ -22024,77 +21076,77 @@ "type": "Identifier", "name": "enable_empty_option", "range": [ - 14765, - 14784 + 14223, + 14242 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 43 }, "end": { - "line": 527, + "line": 517, "column": 62 } } }, "range": [ - 14763, - 14784 + 14221, + 14242 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 41 }, "end": { - "line": 527, + "line": 517, "column": 62 } } } ], "range": [ - 14755, - 14785 + 14213, + 14243 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 33 }, "end": { - "line": 527, + "line": 517, "column": 63 } } }, "range": [ - 14730, - 14785 + 14188, + 14243 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 8 }, "end": { - "line": 527, + "line": 517, "column": 63 } } }, "range": [ - 14730, - 14786 + 14188, + 14244 ], "loc": { "start": { - "line": 527, + "line": 517, "column": 8 }, "end": { - "line": 527, + "line": 517, "column": 64 } }, @@ -22103,16 +21155,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14601, - 14721 + 14059, + 14179 ], "loc": { "start": { - "line": 523, + "line": 513, "column": 8 }, "end": { - "line": 526, + "line": 516, "column": 11 } } @@ -22123,16 +21175,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 14796, - 14896 + 14254, + 14354 ], "loc": { "start": { - "line": 529, + "line": 519, "column": 8 }, "end": { - "line": 532, + "line": 522, "column": 11 } } @@ -22150,16 +21202,16 @@ "object": { "type": "ThisExpression", "range": [ - 14905, - 14909 + 14363, + 14367 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 8 }, "end": { - "line": 533, + "line": 523, "column": 12 } } @@ -22168,31 +21220,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 14910, - 14919 + 14368, + 14377 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 13 }, "end": { - "line": 533, + "line": 523, "column": 22 } } }, "range": [ - 14905, - 14919 + 14363, + 14377 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 8 }, "end": { - "line": 533, + "line": 523, "column": 22 } } @@ -22207,16 +21259,16 @@ "type": "Identifier", "name": "f", "range": [ - 14922, - 14923 + 14380, + 14381 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 25 }, "end": { - "line": 533, + "line": 523, "column": 26 } } @@ -22225,31 +21277,31 @@ "type": "Identifier", "name": "empty_text", "range": [ - 14924, - 14934 + 14382, + 14392 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 27 }, "end": { - "line": 533, + "line": 523, "column": 37 } } }, "range": [ - 14922, - 14934 + 14380, + 14392 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 25 }, "end": { - "line": 533, + "line": 523, "column": 37 } } @@ -22259,61 +21311,61 @@ "value": "(Empty)", "raw": "'(Empty)'", "range": [ - 14938, - 14947 + 14396, + 14405 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 41 }, "end": { - "line": 533, + "line": 523, "column": 50 } } }, "range": [ - 14922, - 14947 + 14380, + 14405 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 25 }, "end": { - "line": 533, + "line": 523, "column": 50 } } }, "range": [ - 14905, - 14947 + 14363, + 14405 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 8 }, "end": { - "line": 533, + "line": 523, "column": 50 } } }, "range": [ - 14905, - 14948 + 14363, + 14406 ], "loc": { "start": { - "line": 533, + "line": 523, "column": 8 }, "end": { - "line": 533, + "line": 523, "column": 51 } }, @@ -22322,16 +21374,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 14796, - 14896 + 14254, + 14354 ], "loc": { "start": { - "line": 529, + "line": 519, "column": 8 }, "end": { - "line": 532, + "line": 522, "column": 11 } } @@ -22342,16 +21394,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 14958, - 15093 + 14416, + 14551 ], "loc": { "start": { - "line": 535, + "line": 525, "column": 8 }, "end": { - "line": 539, + "line": 529, "column": 11 } } @@ -22369,16 +21421,16 @@ "object": { "type": "ThisExpression", "range": [ - 15102, - 15106 + 14560, + 14564 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 8 }, "end": { - "line": 540, + "line": 530, "column": 12 } } @@ -22387,31 +21439,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 15107, - 15127 + 14565, + 14585 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 13 }, "end": { - "line": 540, + "line": 530, "column": 33 } } }, "range": [ - 15102, - 15127 + 14560, + 14585 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 8 }, "end": { - "line": 540, + "line": 530, "column": 33 } } @@ -22422,16 +21474,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 15130, - 15137 + 14588, + 14595 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 36 }, "end": { - "line": 540, + "line": 530, "column": 43 } } @@ -22444,16 +21496,16 @@ "type": "Identifier", "name": "f", "range": [ - 15138, - 15139 + 14596, + 14597 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 44 }, "end": { - "line": 540, + "line": 530, "column": 45 } } @@ -22462,77 +21514,77 @@ "type": "Identifier", "name": "enable_non_empty_option", "range": [ - 15140, - 15163 + 14598, + 14621 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 46 }, "end": { - "line": 540, + "line": 530, "column": 69 } } }, "range": [ - 15138, - 15163 + 14596, + 14621 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 44 }, "end": { - "line": 540, + "line": 530, "column": 69 } } } ], "range": [ - 15130, - 15164 + 14588, + 14622 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 36 }, "end": { - "line": 540, + "line": 530, "column": 70 } } }, "range": [ - 15102, - 15164 + 14560, + 14622 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 8 }, "end": { - "line": 540, + "line": 530, "column": 70 } } }, "range": [ - 15102, - 15165 + 14560, + 14623 ], "loc": { "start": { - "line": 540, + "line": 530, "column": 8 }, "end": { - "line": 540, + "line": 530, "column": 71 } }, @@ -22541,16 +21593,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 14958, - 15093 + 14416, + 14551 ], "loc": { "start": { - "line": 535, + "line": 525, "column": 8 }, "end": { - "line": 539, + "line": 529, "column": 11 } } @@ -22561,16 +21613,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15175, - 15279 + 14633, + 14737 ], "loc": { "start": { - "line": 542, + "line": 532, "column": 8 }, "end": { - "line": 545, + "line": 535, "column": 11 } } @@ -22588,16 +21640,16 @@ "object": { "type": "ThisExpression", "range": [ - 15288, - 15292 + 14746, + 14750 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 8 }, "end": { - "line": 546, + "line": 536, "column": 12 } } @@ -22606,31 +21658,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 15293, - 15305 + 14751, + 14763 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 13 }, "end": { - "line": 546, + "line": 536, "column": 25 } } }, "range": [ - 15288, - 15305 + 14746, + 14763 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 8 }, "end": { - "line": 546, + "line": 536, "column": 25 } } @@ -22645,16 +21697,16 @@ "type": "Identifier", "name": "f", "range": [ - 15308, - 15309 + 14766, + 14767 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 28 }, "end": { - "line": 546, + "line": 536, "column": 29 } } @@ -22663,31 +21715,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 15310, - 15324 + 14768, + 14782 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 30 }, "end": { - "line": 546, + "line": 536, "column": 44 } } }, "range": [ - 15308, - 15324 + 14766, + 14782 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 28 }, "end": { - "line": 546, + "line": 536, "column": 44 } } @@ -22697,61 +21749,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 15328, - 15341 + 14786, + 14799 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 48 }, "end": { - "line": 546, + "line": 536, "column": 61 } } }, "range": [ - 15308, - 15341 + 14766, + 14799 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 28 }, "end": { - "line": 546, + "line": 536, "column": 61 } } }, "range": [ - 15288, - 15341 + 14746, + 14799 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 8 }, "end": { - "line": 546, + "line": 536, "column": 61 } } }, "range": [ - 15288, - 15342 + 14746, + 14800 ], "loc": { "start": { - "line": 546, + "line": 536, "column": 8 }, "end": { - "line": 546, + "line": 536, "column": 62 } }, @@ -22760,16 +21812,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15175, - 15279 + 14633, + 14737 ], "loc": { "start": { - "line": 542, + "line": 532, "column": 8 }, "end": { - "line": 545, + "line": 535, "column": 11 } } @@ -22780,16 +21832,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15352, - 15500 + 14810, + 14958 ], "loc": { "start": { - "line": 548, + "line": 538, "column": 8 }, "end": { - "line": 552, + "line": 542, "column": 11 } } @@ -22807,16 +21859,16 @@ "object": { "type": "ThisExpression", "range": [ - 15509, - 15513 + 14967, + 14971 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 8 }, "end": { - "line": 553, + "line": 543, "column": 12 } } @@ -22825,31 +21877,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 15514, - 15525 + 14972, + 14983 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 13 }, "end": { - "line": 553, + "line": 543, "column": 24 } } }, "range": [ - 15509, - 15525 + 14967, + 14983 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 8 }, "end": { - "line": 553, + "line": 543, "column": 24 } } @@ -22866,16 +21918,16 @@ "type": "Identifier", "name": "f", "range": [ - 15528, - 15529 + 14986, + 14987 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 27 }, "end": { - "line": 553, + "line": 543, "column": 28 } } @@ -22884,31 +21936,31 @@ "type": "Identifier", "name": "on_change", "range": [ - 15530, - 15539 + 14988, + 14997 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 29 }, "end": { - "line": 553, + "line": 543, "column": 38 } } }, "range": [ - 15528, - 15539 + 14986, + 14997 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 27 }, "end": { - "line": 553, + "line": 543, "column": 38 } } @@ -22918,31 +21970,31 @@ "value": false, "raw": "false", "range": [ - 15544, - 15549 + 15002, + 15007 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 43 }, "end": { - "line": 553, + "line": 543, "column": 48 } } }, "range": [ - 15528, - 15549 + 14986, + 15007 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 27 }, "end": { - "line": 553, + "line": 543, "column": 48 } } @@ -22952,16 +22004,16 @@ "value": false, "raw": "false", "range": [ - 15552, - 15557 + 15010, + 15015 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 51 }, "end": { - "line": 553, + "line": 543, "column": 56 } } @@ -22971,61 +22023,61 @@ "value": true, "raw": "true", "range": [ - 15560, - 15564 + 15018, + 15022 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 59 }, "end": { - "line": 553, + "line": 543, "column": 63 } } }, "range": [ - 15528, - 15564 + 14986, + 15022 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 27 }, "end": { - "line": 553, + "line": 543, "column": 63 } } }, "range": [ - 15509, - 15564 + 14967, + 15022 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 8 }, "end": { - "line": 553, + "line": 543, "column": 63 } } }, "range": [ - 15509, - 15565 + 14967, + 15023 ], "loc": { "start": { - "line": 553, + "line": 543, "column": 8 }, "end": { - "line": 553, + "line": 543, "column": 64 } }, @@ -23034,16 +22086,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15352, - 15500 + 14810, + 14958 ], "loc": { "start": { - "line": 548, + "line": 538, "column": 8 }, "end": { - "line": 552, + "line": 542, "column": 11 } } @@ -23054,16 +22106,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15575, - 15738 + 15033, + 15196 ], "loc": { "start": { - "line": 555, + "line": 545, "column": 8 }, "end": { - "line": 559, + "line": 549, "column": 11 } } @@ -23081,16 +22133,16 @@ "object": { "type": "ThisExpression", "range": [ - 15747, - 15751 + 15205, + 15209 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 8 }, "end": { - "line": 560, + "line": 550, "column": 12 } } @@ -23099,31 +22151,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 15752, - 15759 + 15210, + 15217 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 13 }, "end": { - "line": 560, + "line": 550, "column": 20 } } }, "range": [ - 15747, - 15759 + 15205, + 15217 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 8 }, "end": { - "line": 560, + "line": 550, "column": 20 } } @@ -23140,16 +22192,16 @@ "type": "Identifier", "name": "f", "range": [ - 15762, - 15763 + 15220, + 15221 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 23 }, "end": { - "line": 560, + "line": 550, "column": 24 } } @@ -23158,31 +22210,31 @@ "type": "Identifier", "name": "sort_select", "range": [ - 15764, - 15775 + 15222, + 15233 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 25 }, "end": { - "line": 560, + "line": 550, "column": 36 } } }, "range": [ - 15762, - 15775 + 15220, + 15233 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 23 }, "end": { - "line": 560, + "line": 550, "column": 36 } } @@ -23192,31 +22244,31 @@ "value": false, "raw": "false", "range": [ - 15780, - 15785 + 15238, + 15243 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 41 }, "end": { - "line": 560, + "line": 550, "column": 46 } } }, "range": [ - 15762, - 15785 + 15220, + 15243 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 23 }, "end": { - "line": 560, + "line": 550, "column": 46 } } @@ -23226,16 +22278,16 @@ "value": false, "raw": "false", "range": [ - 15788, - 15793 + 15246, + 15251 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 49 }, "end": { - "line": 560, + "line": 550, "column": 54 } } @@ -23245,61 +22297,61 @@ "value": true, "raw": "true", "range": [ - 15796, - 15800 + 15254, + 15258 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 57 }, "end": { - "line": 560, + "line": 550, "column": 61 } } }, "range": [ - 15762, - 15800 + 15220, + 15258 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 23 }, "end": { - "line": 560, + "line": 550, "column": 61 } } }, "range": [ - 15747, - 15800 + 15205, + 15258 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 8 }, "end": { - "line": 560, + "line": 550, "column": 61 } } }, "range": [ - 15747, - 15801 + 15205, + 15259 ], "loc": { "start": { - "line": 560, + "line": 550, "column": 8 }, "end": { - "line": 560, + "line": 550, "column": 62 } }, @@ -23308,16 +22360,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15575, - 15738 + 15033, + 15196 ], "loc": { "start": { - "line": 555, + "line": 545, "column": 8 }, "end": { - "line": 559, + "line": 549, "column": 11 } } @@ -23328,16 +22380,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15811, - 15987 + 15269, + 15445 ], "loc": { "start": { - "line": 562, + "line": 552, "column": 8 }, "end": { - "line": 567, + "line": 557, "column": 11 } } @@ -23355,16 +22407,16 @@ "object": { "type": "ThisExpression", "range": [ - 15996, - 16000 + 15454, + 15458 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 8 }, "end": { - "line": 568, + "line": 558, "column": 12 } } @@ -23373,31 +22425,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16001, - 16013 + 15459, + 15471 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 13 }, "end": { - "line": 568, + "line": 558, "column": 25 } } }, "range": [ - 15996, - 16013 + 15454, + 15471 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 8 }, "end": { - "line": 568, + "line": 558, "column": 25 } } @@ -23408,16 +22460,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16016, - 16023 + 15474, + 15481 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 28 }, "end": { - "line": 568, + "line": 558, "column": 35 } } @@ -23430,16 +22482,16 @@ "type": "Identifier", "name": "f", "range": [ - 16024, - 16025 + 15482, + 15483 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 36 }, "end": { - "line": 568, + "line": 558, "column": 37 } } @@ -23448,77 +22500,77 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16026, - 16038 + 15484, + 15496 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 38 }, "end": { - "line": 568, + "line": 558, "column": 50 } } }, "range": [ - 16024, - 16038 + 15482, + 15496 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 36 }, "end": { - "line": 568, + "line": 558, "column": 50 } } } ], "range": [ - 16016, - 16039 + 15474, + 15497 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 28 }, "end": { - "line": 568, + "line": 558, "column": 51 } } }, "range": [ - 15996, - 16039 + 15454, + 15497 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 8 }, "end": { - "line": 568, + "line": 558, "column": 51 } } }, "range": [ - 15996, - 16040 + 15454, + 15498 ], "loc": { "start": { - "line": 568, + "line": 558, "column": 8 }, "end": { - "line": 568, + "line": 558, "column": 52 } }, @@ -23527,16 +22579,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15811, - 15987 + 15269, + 15445 ], "loc": { "start": { - "line": 562, + "line": 552, "column": 8 }, "end": { - "line": 567, + "line": 557, "column": 11 } } @@ -23547,16 +22599,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16050, - 16187 + 15508, + 15645 ], "loc": { "start": { - "line": 570, + "line": 560, "column": 8 }, "end": { - "line": 574, + "line": 564, "column": 11 } } @@ -23574,16 +22626,16 @@ "object": { "type": "ThisExpression", "range": [ - 16196, - 16200 + 15654, + 15658 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 8 }, "end": { - "line": 575, + "line": 565, "column": 12 } } @@ -23592,31 +22644,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 16201, - 16211 + 15659, + 15669 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 13 }, "end": { - "line": 575, + "line": 565, "column": 23 } } }, "range": [ - 16196, - 16211 + 15654, + 15669 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 8 }, "end": { - "line": 575, + "line": 565, "column": 23 } } @@ -23629,16 +22681,16 @@ "object": { "type": "ThisExpression", "range": [ - 16214, - 16218 + 15672, + 15676 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 26 }, "end": { - "line": 575, + "line": 565, "column": 30 } } @@ -23647,31 +22699,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16219, - 16231 + 15677, + 15689 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 31 }, "end": { - "line": 575, + "line": 565, "column": 43 } } }, "range": [ - 16214, - 16231 + 15672, + 15689 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 26 }, "end": { - "line": 575, + "line": 565, "column": 43 } } @@ -23683,16 +22735,16 @@ "type": "Identifier", "name": "f", "range": [ - 16234, - 16235 + 15692, + 15693 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 46 }, "end": { - "line": 575, + "line": 565, "column": 47 } } @@ -23701,31 +22753,31 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16236, - 16248 + 15694, + 15706 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 48 }, "end": { - "line": 575, + "line": 565, "column": 60 } } }, "range": [ - 16234, - 16248 + 15692, + 15706 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 46 }, "end": { - "line": 575, + "line": 565, "column": 60 } } @@ -23734,61 +22786,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16251, - 16253 + 15709, + 15711 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 63 }, "end": { - "line": 575, + "line": 565, "column": 65 } } }, "range": [ - 16214, - 16253 + 15672, + 15711 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 26 }, "end": { - "line": 575, + "line": 565, "column": 65 } } }, "range": [ - 16196, - 16253 + 15654, + 15711 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 8 }, "end": { - "line": 575, + "line": 565, "column": 65 } } }, "range": [ - 16196, - 16254 + 15654, + 15712 ], "loc": { "start": { - "line": 575, + "line": 565, "column": 8 }, "end": { - "line": 575, + "line": 565, "column": 66 } }, @@ -23797,16 +22849,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16050, - 16187 + 15508, + 15645 ], "loc": { "start": { - "line": 570, + "line": 560, "column": 8 }, "end": { - "line": 574, + "line": 564, "column": 11 } } @@ -23817,16 +22869,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16264, - 16441 + 15722, + 15899 ], "loc": { "start": { - "line": 577, + "line": 567, "column": 8 }, "end": { - "line": 582, + "line": 572, "column": 11 } } @@ -23844,16 +22896,16 @@ "object": { "type": "ThisExpression", "range": [ - 16450, - 16454 + 15908, + 15912 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 8 }, "end": { - "line": 583, + "line": 573, "column": 12 } } @@ -23862,31 +22914,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 16455, - 16468 + 15913, + 15926 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 13 }, "end": { - "line": 583, + "line": 573, "column": 26 } } }, "range": [ - 16450, - 16468 + 15908, + 15926 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 8 }, "end": { - "line": 583, + "line": 573, "column": 26 } } @@ -23897,16 +22949,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16471, - 16478 + 15929, + 15936 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 29 }, "end": { - "line": 583, + "line": 573, "column": 36 } } @@ -23919,16 +22971,16 @@ "type": "Identifier", "name": "f", "range": [ - 16479, - 16480 + 15937, + 15938 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 37 }, "end": { - "line": 583, + "line": 573, "column": 38 } } @@ -23937,77 +22989,77 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 16481, - 16494 + 15939, + 15952 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 39 }, "end": { - "line": 583, + "line": 573, "column": 52 } } }, "range": [ - 16479, - 16494 + 15937, + 15952 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 37 }, "end": { - "line": 583, + "line": 573, "column": 52 } } } ], "range": [ - 16471, - 16495 + 15929, + 15953 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 29 }, "end": { - "line": 583, + "line": 573, "column": 53 } } }, "range": [ - 16450, - 16495 + 15908, + 15953 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 8 }, "end": { - "line": 583, + "line": 573, "column": 53 } } }, "range": [ - 16450, - 16496 + 15908, + 15954 ], "loc": { "start": { - "line": 583, + "line": 573, "column": 8 }, "end": { - "line": 583, + "line": 573, "column": 54 } }, @@ -24016,16 +23068,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16264, - 16441 + 15722, + 15899 ], "loc": { "start": { - "line": 577, + "line": 567, "column": 8 }, "end": { - "line": 582, + "line": 572, "column": 11 } } @@ -24036,16 +23088,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16506, - 16644 + 15964, + 16102 ], "loc": { "start": { - "line": 585, + "line": 575, "column": 8 }, "end": { - "line": 589, + "line": 579, "column": 11 } } @@ -24063,16 +23115,16 @@ "object": { "type": "ThisExpression", "range": [ - 16653, - 16657 + 16111, + 16115 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 8 }, "end": { - "line": 590, + "line": 580, "column": 12 } } @@ -24081,31 +23133,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 16658, - 16669 + 16116, + 16127 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 13 }, "end": { - "line": 590, + "line": 580, "column": 24 } } }, "range": [ - 16653, - 16669 + 16111, + 16127 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 8 }, "end": { - "line": 590, + "line": 580, "column": 24 } } @@ -24118,16 +23170,16 @@ "object": { "type": "ThisExpression", "range": [ - 16672, - 16676 + 16130, + 16134 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 27 }, "end": { - "line": 590, + "line": 580, "column": 31 } } @@ -24136,31 +23188,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 16677, - 16690 + 16135, + 16148 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 32 }, "end": { - "line": 590, + "line": 580, "column": 45 } } }, "range": [ - 16672, - 16690 + 16130, + 16148 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 27 }, "end": { - "line": 590, + "line": 580, "column": 45 } } @@ -24172,16 +23224,16 @@ "type": "Identifier", "name": "f", "range": [ - 16693, - 16694 + 16151, + 16152 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 48 }, "end": { - "line": 590, + "line": 580, "column": 49 } } @@ -24190,31 +23242,31 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 16695, - 16708 + 16153, + 16166 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 50 }, "end": { - "line": 590, + "line": 580, "column": 63 } } }, "range": [ - 16693, - 16708 + 16151, + 16166 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 48 }, "end": { - "line": 590, + "line": 580, "column": 63 } } @@ -24223,61 +23275,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16711, - 16713 + 16169, + 16171 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 66 }, "end": { - "line": 590, + "line": 580, "column": 68 } } }, "range": [ - 16672, - 16713 + 16130, + 16171 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 27 }, "end": { - "line": 590, + "line": 580, "column": 68 } } }, "range": [ - 16653, - 16713 + 16111, + 16171 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 8 }, "end": { - "line": 590, + "line": 580, "column": 68 } } }, "range": [ - 16653, - 16714 + 16111, + 16172 ], "loc": { "start": { - "line": 590, + "line": 580, "column": 8 }, "end": { - "line": 590, + "line": 580, "column": 69 } }, @@ -24286,16 +23338,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16506, - 16644 + 15964, + 16102 ], "loc": { "start": { - "line": 585, + "line": 575, "column": 8 }, "end": { - "line": 589, + "line": 579, "column": 11 } } @@ -24306,16 +23358,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16724, - 16867 + 16182, + 16325 ], "loc": { "start": { - "line": 592, + "line": 582, "column": 8 }, "end": { - "line": 596, + "line": 586, "column": 11 } } @@ -24333,16 +23385,16 @@ "object": { "type": "ThisExpression", "range": [ - 16876, - 16880 + 16334, + 16338 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 8 }, "end": { - "line": 597, + "line": 587, "column": 12 } } @@ -24351,31 +23403,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 16881, - 16896 + 16339, + 16354 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 13 }, "end": { - "line": 597, + "line": 587, "column": 28 } } }, "range": [ - 16876, - 16896 + 16334, + 16354 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 8 }, "end": { - "line": 597, + "line": 587, "column": 28 } } @@ -24386,16 +23438,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16899, - 16906 + 16357, + 16364 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 31 }, "end": { - "line": 597, + "line": 587, "column": 38 } } @@ -24408,16 +23460,16 @@ "type": "Identifier", "name": "f", "range": [ - 16907, - 16908 + 16365, + 16366 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 39 }, "end": { - "line": 597, + "line": 587, "column": 40 } } @@ -24426,77 +23478,77 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 16909, - 16931 + 16367, + 16389 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 41 }, "end": { - "line": 597, + "line": 587, "column": 63 } } }, "range": [ - 16907, - 16931 + 16365, + 16389 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 39 }, "end": { - "line": 597, + "line": 587, "column": 63 } } } ], "range": [ - 16899, - 16932 + 16357, + 16390 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 31 }, "end": { - "line": 597, + "line": 587, "column": 64 } } }, "range": [ - 16876, - 16932 + 16334, + 16390 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 8 }, "end": { - "line": 597, + "line": 587, "column": 64 } } }, "range": [ - 16876, - 16933 + 16334, + 16391 ], "loc": { "start": { - "line": 597, + "line": 587, "column": 8 }, "end": { - "line": 597, + "line": 587, "column": 65 } }, @@ -24505,16 +23557,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16724, - 16867 + 16182, + 16325 ], "loc": { "start": { - "line": 592, + "line": 582, "column": 8 }, "end": { - "line": 596, + "line": 586, "column": 11 } } @@ -24525,16 +23577,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 16943, - 17061 + 16401, + 16519 ], "loc": { "start": { - "line": 599, + "line": 589, "column": 8 }, "end": { - "line": 602, + "line": 592, "column": 11 } } @@ -24552,16 +23604,16 @@ "object": { "type": "ThisExpression", "range": [ - 17070, - 17074 + 16528, + 16532 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 8 }, "end": { - "line": 603, + "line": 593, "column": 12 } } @@ -24570,31 +23622,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 17075, - 17091 + 16533, + 16549 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 13 }, "end": { - "line": 603, + "line": 593, "column": 29 } } }, "range": [ - 17070, - 17091 + 16528, + 16549 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 8 }, "end": { - "line": 603, + "line": 593, "column": 29 } } @@ -24605,16 +23657,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 17094, - 17099 + 16552, + 16557 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 32 }, "end": { - "line": 603, + "line": 593, "column": 37 } } @@ -24627,16 +23679,16 @@ "type": "Identifier", "name": "f", "range": [ - 17100, - 17101 + 16558, + 16559 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 38 }, "end": { - "line": 603, + "line": 593, "column": 39 } } @@ -24645,77 +23697,77 @@ "type": "Identifier", "name": "custom_options", "range": [ - 17102, - 17116 + 16560, + 16574 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 40 }, "end": { - "line": 603, + "line": 593, "column": 54 } } }, "range": [ - 17100, - 17116 + 16558, + 16574 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 38 }, "end": { - "line": 603, + "line": 593, "column": 54 } } } ], "range": [ - 17094, - 17117 + 16552, + 16575 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 32 }, "end": { - "line": 603, + "line": 593, "column": 55 } } }, "range": [ - 17070, - 17117 + 16528, + 16575 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 8 }, "end": { - "line": 603, + "line": 593, "column": 55 } } }, "range": [ - 17070, - 17118 + 16528, + 16576 ], "loc": { "start": { - "line": 603, + "line": 593, "column": 8 }, "end": { - "line": 603, + "line": 593, "column": 56 } }, @@ -24724,16 +23776,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 16943, - 17061 + 16401, + 16519 ], "loc": { "start": { - "line": 599, + "line": 589, "column": 8 }, "end": { - "line": 602, + "line": 592, "column": 11 } } @@ -24744,16 +23796,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17128, - 17600 + 16586, + 17058 ], "loc": { "start": { - "line": 605, + "line": 595, "column": 8 }, "end": { - "line": 621, + "line": 611, "column": 11 } } @@ -24771,16 +23823,16 @@ "object": { "type": "ThisExpression", "range": [ - 17609, - 17613 + 17067, + 17071 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 8 }, "end": { - "line": 622, + "line": 612, "column": 12 } } @@ -24789,31 +23841,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 17614, - 17627 + 17072, + 17085 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 13 }, "end": { - "line": 622, + "line": 612, "column": 26 } } }, "range": [ - 17609, - 17627 + 17067, + 17085 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 8 }, "end": { - "line": 622, + "line": 612, "column": 26 } } @@ -24825,16 +23877,16 @@ "type": "Identifier", "name": "f", "range": [ - 17630, - 17631 + 17088, + 17089 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 29 }, "end": { - "line": 622, + "line": 612, "column": 30 } } @@ -24843,61 +23895,61 @@ "type": "Identifier", "name": "custom_options", "range": [ - 17632, - 17646 + 17090, + 17104 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 31 }, "end": { - "line": 622, + "line": 612, "column": 45 } } }, "range": [ - 17630, - 17646 + 17088, + 17104 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 29 }, "end": { - "line": 622, + "line": 612, "column": 45 } } }, "range": [ - 17609, - 17646 + 17067, + 17104 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 8 }, "end": { - "line": 622, + "line": 612, "column": 45 } } }, "range": [ - 17609, - 17647 + 17067, + 17105 ], "loc": { "start": { - "line": 622, + "line": 612, "column": 8 }, "end": { - "line": 622, + "line": 612, "column": 46 } }, @@ -24906,16 +23958,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17128, - 17600 + 16586, + 17058 ], "loc": { "start": { - "line": 605, + "line": 595, "column": 8 }, "end": { - "line": 621, + "line": 611, "column": 11 } } @@ -24926,16 +23978,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17657, - 17683 + 17115, + 17141 ], "loc": { "start": { - "line": 624, + "line": 614, "column": 8 }, "end": { - "line": 624, + "line": 614, "column": 34 } } @@ -24944,16 +23996,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17692, - 17809 + 17150, + 17267 ], "loc": { "start": { - "line": 625, + "line": 615, "column": 8 }, "end": { - "line": 628, + "line": 618, "column": 11 } } @@ -24971,16 +24023,16 @@ "object": { "type": "ThisExpression", "range": [ - 17818, - 17822 + 17276, + 17280 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 8 }, "end": { - "line": 629, + "line": 619, "column": 12 } } @@ -24989,31 +24041,31 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 17823, - 17834 + 17281, + 17292 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 13 }, "end": { - "line": 629, + "line": 619, "column": 24 } } }, "range": [ - 17818, - 17834 + 17276, + 17292 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 8 }, "end": { - "line": 629, + "line": 619, "column": 24 } } @@ -25028,16 +24080,16 @@ "type": "Identifier", "name": "f", "range": [ - 17837, - 17838 + 17295, + 17296 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 27 }, "end": { - "line": 629, + "line": 619, "column": 28 } } @@ -25046,31 +24098,31 @@ "type": "Identifier", "name": "regexp_operator", "range": [ - 17839, - 17854 + 17297, + 17312 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 29 }, "end": { - "line": 629, + "line": 619, "column": 44 } } }, "range": [ - 17837, - 17854 + 17295, + 17312 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 27 }, "end": { - "line": 629, + "line": 619, "column": 44 } } @@ -25080,61 +24132,61 @@ "value": "rgx:", "raw": "'rgx:'", "range": [ - 17858, - 17864 + 17316, + 17322 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 48 }, "end": { - "line": 629, + "line": 619, "column": 54 } } }, "range": [ - 17837, - 17864 + 17295, + 17322 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 27 }, "end": { - "line": 629, + "line": 619, "column": 54 } } }, "range": [ - 17818, - 17864 + 17276, + 17322 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 8 }, "end": { - "line": 629, + "line": 619, "column": 54 } } }, "range": [ - 17818, - 17865 + 17276, + 17323 ], "loc": { "start": { - "line": 629, + "line": 619, "column": 8 }, "end": { - "line": 629, + "line": 619, "column": 55 } }, @@ -25143,16 +24195,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17657, - 17683 + 17115, + 17141 ], "loc": { "start": { - "line": 624, + "line": 614, "column": 8 }, "end": { - "line": 624, + "line": 614, "column": 34 } } @@ -25161,16 +24213,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17692, - 17809 + 17150, + 17267 ], "loc": { "start": { - "line": 625, + "line": 615, "column": 8 }, "end": { - "line": 628, + "line": 618, "column": 11 } } @@ -25181,16 +24233,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 17875, - 17988 + 17333, + 17446 ], "loc": { "start": { - "line": 631, + "line": 621, "column": 8 }, "end": { - "line": 634, + "line": 624, "column": 11 } } @@ -25208,16 +24260,16 @@ "object": { "type": "ThisExpression", "range": [ - 17997, - 18001 + 17455, + 17459 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 8 }, "end": { - "line": 635, + "line": 625, "column": 12 } } @@ -25226,31 +24278,31 @@ "type": "Identifier", "name": "emOperator", "range": [ - 18002, - 18012 + 17460, + 17470 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 13 }, "end": { - "line": 635, + "line": 625, "column": 23 } } }, "range": [ - 17997, - 18012 + 17455, + 17470 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 8 }, "end": { - "line": 635, + "line": 625, "column": 23 } } @@ -25265,16 +24317,16 @@ "type": "Identifier", "name": "f", "range": [ - 18015, - 18016 + 17473, + 17474 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 26 }, "end": { - "line": 635, + "line": 625, "column": 27 } } @@ -25283,31 +24335,31 @@ "type": "Identifier", "name": "empty_operator", "range": [ - 18017, - 18031 + 17475, + 17489 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 28 }, "end": { - "line": 635, + "line": 625, "column": 42 } } }, "range": [ - 18015, - 18031 + 17473, + 17489 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 26 }, "end": { - "line": 635, + "line": 625, "column": 42 } } @@ -25317,61 +24369,61 @@ "value": "[empty]", "raw": "'[empty]'", "range": [ - 18035, - 18044 + 17493, + 17502 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 46 }, "end": { - "line": 635, + "line": 625, "column": 55 } } }, "range": [ - 18015, - 18044 + 17473, + 17502 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 26 }, "end": { - "line": 635, + "line": 625, "column": 55 } } }, "range": [ - 17997, - 18044 + 17455, + 17502 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 8 }, "end": { - "line": 635, + "line": 625, "column": 55 } } }, "range": [ - 17997, - 18045 + 17455, + 17503 ], "loc": { "start": { - "line": 635, + "line": 625, "column": 8 }, "end": { - "line": 635, + "line": 625, "column": 56 } }, @@ -25380,16 +24432,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 17875, - 17988 + 17333, + 17446 ], "loc": { "start": { - "line": 631, + "line": 621, "column": 8 }, "end": { - "line": 634, + "line": 624, "column": 11 } } @@ -25400,16 +24452,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18055, - 18175 + 17513, + 17633 ], "loc": { "start": { - "line": 637, + "line": 627, "column": 8 }, "end": { - "line": 640, + "line": 630, "column": 11 } } @@ -25427,16 +24479,16 @@ "object": { "type": "ThisExpression", "range": [ - 18184, - 18188 + 17642, + 17646 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 8 }, "end": { - "line": 641, + "line": 631, "column": 12 } } @@ -25445,31 +24497,31 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 18189, - 18199 + 17647, + 17657 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 13 }, "end": { - "line": 641, + "line": 631, "column": 23 } } }, "range": [ - 18184, - 18199 + 17642, + 17657 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 8 }, "end": { - "line": 641, + "line": 631, "column": 23 } } @@ -25484,16 +24536,16 @@ "type": "Identifier", "name": "f", "range": [ - 18202, - 18203 + 17660, + 17661 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 26 }, "end": { - "line": 641, + "line": 631, "column": 27 } } @@ -25502,31 +24554,31 @@ "type": "Identifier", "name": "nonempty_operator", "range": [ - 18204, - 18221 + 17662, + 17679 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 28 }, "end": { - "line": 641, + "line": 631, "column": 45 } } }, "range": [ - 18202, - 18221 + 17660, + 17679 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 26 }, "end": { - "line": 641, + "line": 631, "column": 45 } } @@ -25536,61 +24588,61 @@ "value": "[nonempty]", "raw": "'[nonempty]'", "range": [ - 18225, - 18237 + 17683, + 17695 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 49 }, "end": { - "line": 641, + "line": 631, "column": 61 } } }, "range": [ - 18202, - 18237 + 17660, + 17695 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 26 }, "end": { - "line": 641, + "line": 631, "column": 61 } } }, "range": [ - 18184, - 18237 + 17642, + 17695 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 8 }, "end": { - "line": 641, + "line": 631, "column": 61 } } }, "range": [ - 18184, - 18238 + 17642, + 17696 ], "loc": { "start": { - "line": 641, + "line": 631, "column": 8 }, "end": { - "line": 641, + "line": 631, "column": 62 } }, @@ -25599,16 +24651,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18055, - 18175 + 17513, + 17633 ], "loc": { "start": { - "line": 637, + "line": 627, "column": 8 }, "end": { - "line": 640, + "line": 630, "column": 11 } } @@ -25619,16 +24671,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18248, - 18355 + 17706, + 17813 ], "loc": { "start": { - "line": 643, + "line": 633, "column": 8 }, "end": { - "line": 646, + "line": 636, "column": 11 } } @@ -25646,16 +24698,16 @@ "object": { "type": "ThisExpression", "range": [ - 18364, - 18368 + 17822, + 17826 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 8 }, "end": { - "line": 647, + "line": 637, "column": 12 } } @@ -25664,31 +24716,31 @@ "type": "Identifier", "name": "orOperator", "range": [ - 18369, - 18379 + 17827, + 17837 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 13 }, "end": { - "line": 647, + "line": 637, "column": 23 } } }, "range": [ - 18364, - 18379 + 17822, + 17837 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 8 }, "end": { - "line": 647, + "line": 637, "column": 23 } } @@ -25703,16 +24755,16 @@ "type": "Identifier", "name": "f", "range": [ - 18382, - 18383 + 17840, + 17841 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 26 }, "end": { - "line": 647, + "line": 637, "column": 27 } } @@ -25721,31 +24773,31 @@ "type": "Identifier", "name": "or_operator", "range": [ - 18384, - 18395 + 17842, + 17853 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 28 }, "end": { - "line": 647, + "line": 637, "column": 39 } } }, "range": [ - 18382, - 18395 + 17840, + 17853 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 26 }, "end": { - "line": 647, + "line": 637, "column": 39 } } @@ -25755,61 +24807,61 @@ "value": "||", "raw": "'||'", "range": [ - 18399, - 18403 + 17857, + 17861 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 43 }, "end": { - "line": 647, + "line": 637, "column": 47 } } }, "range": [ - 18382, - 18403 + 17840, + 17861 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 26 }, "end": { - "line": 647, + "line": 637, "column": 47 } } }, "range": [ - 18364, - 18403 + 17822, + 17861 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 8 }, "end": { - "line": 647, + "line": 637, "column": 47 } } }, "range": [ - 18364, - 18404 + 17822, + 17862 ], "loc": { "start": { - "line": 647, + "line": 637, "column": 8 }, "end": { - "line": 647, + "line": 637, "column": 48 } }, @@ -25818,16 +24870,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18248, - 18355 + 17706, + 17813 ], "loc": { "start": { - "line": 643, + "line": 633, "column": 8 }, "end": { - "line": 646, + "line": 636, "column": 11 } } @@ -25838,16 +24890,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18414, - 18522 + 17872, + 17980 ], "loc": { "start": { - "line": 649, + "line": 639, "column": 8 }, "end": { - "line": 652, + "line": 642, "column": 11 } } @@ -25865,16 +24917,16 @@ "object": { "type": "ThisExpression", "range": [ - 18531, - 18535 + 17989, + 17993 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 8 }, "end": { - "line": 653, + "line": 643, "column": 12 } } @@ -25883,31 +24935,31 @@ "type": "Identifier", "name": "anOperator", "range": [ - 18536, - 18546 + 17994, + 18004 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 13 }, "end": { - "line": 653, + "line": 643, "column": 23 } } }, "range": [ - 18531, - 18546 + 17989, + 18004 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 8 }, "end": { - "line": 653, + "line": 643, "column": 23 } } @@ -25922,16 +24974,16 @@ "type": "Identifier", "name": "f", "range": [ - 18549, - 18550 + 18007, + 18008 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 26 }, "end": { - "line": 653, + "line": 643, "column": 27 } } @@ -25940,31 +24992,31 @@ "type": "Identifier", "name": "and_operator", "range": [ - 18551, - 18563 + 18009, + 18021 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 28 }, "end": { - "line": 653, + "line": 643, "column": 40 } } }, "range": [ - 18549, - 18563 + 18007, + 18021 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 26 }, "end": { - "line": 653, + "line": 643, "column": 40 } } @@ -25974,61 +25026,61 @@ "value": "&&", "raw": "'&&'", "range": [ - 18567, - 18571 + 18025, + 18029 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 44 }, "end": { - "line": 653, + "line": 643, "column": 48 } } }, "range": [ - 18549, - 18571 + 18007, + 18029 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 26 }, "end": { - "line": 653, + "line": 643, "column": 48 } } }, "range": [ - 18531, - 18571 + 17989, + 18029 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 8 }, "end": { - "line": 653, + "line": 643, "column": 48 } } }, "range": [ - 18531, - 18572 + 17989, + 18030 ], "loc": { "start": { - "line": 653, + "line": 643, "column": 8 }, "end": { - "line": 653, + "line": 643, "column": 49 } }, @@ -26037,16 +25089,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18414, - 18522 + 17872, + 17980 ], "loc": { "start": { - "line": 649, + "line": 639, "column": 8 }, "end": { - "line": 652, + "line": 642, "column": 11 } } @@ -26057,16 +25109,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18582, - 18690 + 18040, + 18148 ], "loc": { "start": { - "line": 655, + "line": 645, "column": 8 }, "end": { - "line": 658, + "line": 648, "column": 11 } } @@ -26084,16 +25136,16 @@ "object": { "type": "ThisExpression", "range": [ - 18699, - 18703 + 18157, + 18161 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 8 }, "end": { - "line": 659, + "line": 649, "column": 12 } } @@ -26102,31 +25154,31 @@ "type": "Identifier", "name": "grOperator", "range": [ - 18704, - 18714 + 18162, + 18172 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 13 }, "end": { - "line": 659, + "line": 649, "column": 23 } } }, "range": [ - 18699, - 18714 + 18157, + 18172 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 8 }, "end": { - "line": 659, + "line": 649, "column": 23 } } @@ -26141,16 +25193,16 @@ "type": "Identifier", "name": "f", "range": [ - 18717, - 18718 + 18175, + 18176 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 26 }, "end": { - "line": 659, + "line": 649, "column": 27 } } @@ -26159,31 +25211,31 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 18719, - 18735 + 18177, + 18193 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 28 }, "end": { - "line": 659, + "line": 649, "column": 44 } } }, "range": [ - 18717, - 18735 + 18175, + 18193 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 26 }, "end": { - "line": 659, + "line": 649, "column": 44 } } @@ -26193,61 +25245,61 @@ "value": ">", "raw": "'>'", "range": [ - 18739, - 18742 + 18197, + 18200 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 48 }, "end": { - "line": 659, + "line": 649, "column": 51 } } }, "range": [ - 18717, - 18742 + 18175, + 18200 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 26 }, "end": { - "line": 659, + "line": 649, "column": 51 } } }, "range": [ - 18699, - 18742 + 18157, + 18200 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 8 }, "end": { - "line": 659, + "line": 649, "column": 51 } } }, "range": [ - 18699, - 18743 + 18157, + 18201 ], "loc": { "start": { - "line": 659, + "line": 649, "column": 8 }, "end": { - "line": 659, + "line": 649, "column": 52 } }, @@ -26256,16 +25308,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18582, - 18690 + 18040, + 18148 ], "loc": { "start": { - "line": 655, + "line": 645, "column": 8 }, "end": { - "line": 658, + "line": 648, "column": 11 } } @@ -26276,16 +25328,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18753, - 18859 + 18211, + 18317 ], "loc": { "start": { - "line": 661, + "line": 651, "column": 8 }, "end": { - "line": 664, + "line": 654, "column": 11 } } @@ -26303,16 +25355,16 @@ "object": { "type": "ThisExpression", "range": [ - 18868, - 18872 + 18326, + 18330 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 8 }, "end": { - "line": 665, + "line": 655, "column": 12 } } @@ -26321,31 +25373,31 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 18873, - 18883 + 18331, + 18341 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 13 }, "end": { - "line": 665, + "line": 655, "column": 23 } } }, "range": [ - 18868, - 18883 + 18326, + 18341 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 8 }, "end": { - "line": 665, + "line": 655, "column": 23 } } @@ -26360,16 +25412,16 @@ "type": "Identifier", "name": "f", "range": [ - 18886, - 18887 + 18344, + 18345 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 26 }, "end": { - "line": 665, + "line": 655, "column": 27 } } @@ -26378,31 +25430,31 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 18888, - 18902 + 18346, + 18360 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 28 }, "end": { - "line": 665, + "line": 655, "column": 42 } } }, "range": [ - 18886, - 18902 + 18344, + 18360 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 26 }, "end": { - "line": 665, + "line": 655, "column": 42 } } @@ -26412,61 +25464,61 @@ "value": "<", "raw": "'<'", "range": [ - 18906, - 18909 + 18364, + 18367 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 46 }, "end": { - "line": 665, + "line": 655, "column": 49 } } }, "range": [ - 18886, - 18909 + 18344, + 18367 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 26 }, "end": { - "line": 665, + "line": 655, "column": 49 } } }, "range": [ - 18868, - 18909 + 18326, + 18367 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 8 }, "end": { - "line": 665, + "line": 655, "column": 49 } } }, "range": [ - 18868, - 18910 + 18326, + 18368 ], "loc": { "start": { - "line": 665, + "line": 655, "column": 8 }, "end": { - "line": 665, + "line": 655, "column": 50 } }, @@ -26475,16 +25527,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18753, - 18859 + 18211, + 18317 ], "loc": { "start": { - "line": 661, + "line": 651, "column": 8 }, "end": { - "line": 664, + "line": 654, "column": 11 } } @@ -26495,16 +25547,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 18920, - 19036 + 18378, + 18494 ], "loc": { "start": { - "line": 667, + "line": 657, "column": 8 }, "end": { - "line": 670, + "line": 660, "column": 11 } } @@ -26522,16 +25574,16 @@ "object": { "type": "ThisExpression", "range": [ - 19045, - 19049 + 18503, + 18507 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 8 }, "end": { - "line": 671, + "line": 661, "column": 12 } } @@ -26540,31 +25592,31 @@ "type": "Identifier", "name": "leOperator", "range": [ - 19050, - 19060 + 18508, + 18518 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 13 }, "end": { - "line": 671, + "line": 661, "column": 23 } } }, "range": [ - 19045, - 19060 + 18503, + 18518 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 8 }, "end": { - "line": 671, + "line": 661, "column": 23 } } @@ -26579,16 +25631,16 @@ "type": "Identifier", "name": "f", "range": [ - 19063, - 19064 + 18521, + 18522 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 26 }, "end": { - "line": 671, + "line": 661, "column": 27 } } @@ -26597,31 +25649,31 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 19065, - 19085 + 18523, + 18543 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 28 }, "end": { - "line": 671, + "line": 661, "column": 48 } } }, "range": [ - 19063, - 19085 + 18521, + 18543 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 26 }, "end": { - "line": 671, + "line": 661, "column": 48 } } @@ -26631,61 +25683,61 @@ "value": "<=", "raw": "'<='", "range": [ - 19089, - 19093 + 18547, + 18551 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 52 }, "end": { - "line": 671, + "line": 661, "column": 56 } } }, "range": [ - 19063, - 19093 + 18521, + 18551 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 26 }, "end": { - "line": 671, + "line": 661, "column": 56 } } }, "range": [ - 19045, - 19093 + 18503, + 18551 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 8 }, "end": { - "line": 671, + "line": 661, "column": 56 } } }, "range": [ - 19045, - 19094 + 18503, + 18552 ], "loc": { "start": { - "line": 671, + "line": 661, "column": 8 }, "end": { - "line": 671, + "line": 661, "column": 57 } }, @@ -26694,16 +25746,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 18920, - 19036 + 18378, + 18494 ], "loc": { "start": { - "line": 667, + "line": 657, "column": 8 }, "end": { - "line": 670, + "line": 660, "column": 11 } } @@ -26714,16 +25766,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19104, - 19222 + 18562, + 18680 ], "loc": { "start": { - "line": 673, + "line": 663, "column": 8 }, "end": { - "line": 676, + "line": 666, "column": 11 } } @@ -26741,16 +25793,16 @@ "object": { "type": "ThisExpression", "range": [ - 19231, - 19235 + 18689, + 18693 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 8 }, "end": { - "line": 677, + "line": 667, "column": 12 } } @@ -26759,31 +25811,31 @@ "type": "Identifier", "name": "geOperator", "range": [ - 19236, - 19246 + 18694, + 18704 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 13 }, "end": { - "line": 677, + "line": 667, "column": 23 } } }, "range": [ - 19231, - 19246 + 18689, + 18704 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 8 }, "end": { - "line": 677, + "line": 667, "column": 23 } } @@ -26798,16 +25850,16 @@ "type": "Identifier", "name": "f", "range": [ - 19249, - 19250 + 18707, + 18708 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 26 }, "end": { - "line": 677, + "line": 667, "column": 27 } } @@ -26816,31 +25868,31 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 19251, - 19273 + 18709, + 18731 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 28 }, "end": { - "line": 677, + "line": 667, "column": 50 } } }, "range": [ - 19249, - 19273 + 18707, + 18731 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 26 }, "end": { - "line": 677, + "line": 667, "column": 50 } } @@ -26850,61 +25902,61 @@ "value": ">=", "raw": "'>='", "range": [ - 19277, - 19281 + 18735, + 18739 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 54 }, "end": { - "line": 677, + "line": 667, "column": 58 } } }, "range": [ - 19249, - 19281 + 18707, + 18739 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 26 }, "end": { - "line": 677, + "line": 667, "column": 58 } } }, "range": [ - 19231, - 19281 + 18689, + 18739 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 8 }, "end": { - "line": 677, + "line": 667, "column": 58 } } }, "range": [ - 19231, - 19282 + 18689, + 18740 ], "loc": { "start": { - "line": 677, + "line": 667, "column": 8 }, "end": { - "line": 677, + "line": 667, "column": 59 } }, @@ -26913,16 +25965,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19104, - 19222 + 18562, + 18680 ], "loc": { "start": { - "line": 673, + "line": 663, "column": 8 }, "end": { - "line": 676, + "line": 666, "column": 11 } } @@ -26933,16 +25985,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19292, - 19398 + 18750, + 18856 ], "loc": { "start": { - "line": 679, + "line": 669, "column": 8 }, "end": { - "line": 682, + "line": 672, "column": 11 } } @@ -26960,16 +26012,16 @@ "object": { "type": "ThisExpression", "range": [ - 19407, - 19411 + 18865, + 18869 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 8 }, "end": { - "line": 683, + "line": 673, "column": 12 } } @@ -26978,31 +26030,31 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 19412, - 19422 + 18870, + 18880 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 13 }, "end": { - "line": 683, + "line": 673, "column": 23 } } }, "range": [ - 19407, - 19422 + 18865, + 18880 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 8 }, "end": { - "line": 683, + "line": 673, "column": 23 } } @@ -27017,16 +26069,16 @@ "type": "Identifier", "name": "f", "range": [ - 19425, - 19426 + 18883, + 18884 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 26 }, "end": { - "line": 683, + "line": 673, "column": 27 } } @@ -27035,31 +26087,31 @@ "type": "Identifier", "name": "different_operator", "range": [ - 19427, - 19445 + 18885, + 18903 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 28 }, "end": { - "line": 683, + "line": 673, "column": 46 } } }, "range": [ - 19425, - 19445 + 18883, + 18903 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 26 }, "end": { - "line": 683, + "line": 673, "column": 46 } } @@ -27069,61 +26121,61 @@ "value": "!", "raw": "'!'", "range": [ - 19449, - 19452 + 18907, + 18910 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 50 }, "end": { - "line": 683, + "line": 673, "column": 53 } } }, "range": [ - 19425, - 19452 + 18883, + 18910 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 26 }, "end": { - "line": 683, + "line": 673, "column": 53 } } }, "range": [ - 19407, - 19452 + 18865, + 18910 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 8 }, "end": { - "line": 683, + "line": 673, "column": 53 } } }, "range": [ - 19407, - 19453 + 18865, + 18911 ], "loc": { "start": { - "line": 683, + "line": 673, "column": 8 }, "end": { - "line": 683, + "line": 673, "column": 54 } }, @@ -27132,16 +26184,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19292, - 19398 + 18750, + 18856 ], "loc": { "start": { - "line": 679, + "line": 669, "column": 8 }, "end": { - "line": 682, + "line": 672, "column": 11 } } @@ -27152,16 +26204,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19463, - 19563 + 18921, + 19021 ], "loc": { "start": { - "line": 685, + "line": 675, "column": 8 }, "end": { - "line": 688, + "line": 678, "column": 11 } } @@ -27179,16 +26231,16 @@ "object": { "type": "ThisExpression", "range": [ - 19572, - 19576 + 19030, + 19034 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 8 }, "end": { - "line": 689, + "line": 679, "column": 12 } } @@ -27197,31 +26249,31 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 19577, - 19587 + 19035, + 19045 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 13 }, "end": { - "line": 689, + "line": 679, "column": 23 } } }, "range": [ - 19572, - 19587 + 19030, + 19045 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 8 }, "end": { - "line": 689, + "line": 679, "column": 23 } } @@ -27236,16 +26288,16 @@ "type": "Identifier", "name": "f", "range": [ - 19590, - 19591 + 19048, + 19049 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 26 }, "end": { - "line": 689, + "line": 679, "column": 27 } } @@ -27254,31 +26306,31 @@ "type": "Identifier", "name": "like_operator", "range": [ - 19592, - 19605 + 19050, + 19063 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 28 }, "end": { - "line": 689, + "line": 679, "column": 41 } } }, "range": [ - 19590, - 19605 + 19048, + 19063 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 26 }, "end": { - "line": 689, + "line": 679, "column": 41 } } @@ -27288,61 +26340,61 @@ "value": "*", "raw": "'*'", "range": [ - 19609, - 19612 + 19067, + 19070 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 45 }, "end": { - "line": 689, + "line": 679, "column": 48 } } }, "range": [ - 19590, - 19612 + 19048, + 19070 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 26 }, "end": { - "line": 689, + "line": 679, "column": 48 } } }, "range": [ - 19572, - 19612 + 19030, + 19070 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 8 }, "end": { - "line": 689, + "line": 679, "column": 48 } } }, "range": [ - 19572, - 19613 + 19030, + 19071 ], "loc": { "start": { - "line": 689, + "line": 679, "column": 8 }, "end": { - "line": 689, + "line": 679, "column": 49 } }, @@ -27351,16 +26403,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19463, - 19563 + 18921, + 19021 ], "loc": { "start": { - "line": 685, + "line": 675, "column": 8 }, "end": { - "line": 688, + "line": 678, "column": 11 } } @@ -27371,16 +26423,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19623, - 19734 + 19081, + 19192 ], "loc": { "start": { - "line": 691, + "line": 681, "column": 8 }, "end": { - "line": 694, + "line": 684, "column": 11 } } @@ -27398,16 +26450,16 @@ "object": { "type": "ThisExpression", "range": [ - 19743, - 19747 + 19201, + 19205 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 8 }, "end": { - "line": 695, + "line": 685, "column": 12 } } @@ -27416,31 +26468,31 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 19748, - 19758 + 19206, + 19216 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 13 }, "end": { - "line": 695, + "line": 685, "column": 23 } } }, "range": [ - 19743, - 19758 + 19201, + 19216 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 8 }, "end": { - "line": 695, + "line": 685, "column": 23 } } @@ -27455,16 +26507,16 @@ "type": "Identifier", "name": "f", "range": [ - 19761, - 19762 + 19219, + 19220 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 26 }, "end": { - "line": 695, + "line": 685, "column": 27 } } @@ -27473,31 +26525,31 @@ "type": "Identifier", "name": "equal_operator", "range": [ - 19763, - 19777 + 19221, + 19235 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 28 }, "end": { - "line": 695, + "line": 685, "column": 42 } } }, "range": [ - 19761, - 19777 + 19219, + 19235 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 26 }, "end": { - "line": 695, + "line": 685, "column": 42 } } @@ -27507,61 +26559,61 @@ "value": "=", "raw": "'='", "range": [ - 19781, - 19784 + 19239, + 19242 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 46 }, "end": { - "line": 695, + "line": 685, "column": 49 } } }, "range": [ - 19761, - 19784 + 19219, + 19242 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 26 }, "end": { - "line": 695, + "line": 685, "column": 49 } } }, "range": [ - 19743, - 19784 + 19201, + 19242 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 8 }, "end": { - "line": 695, + "line": 685, "column": 49 } } }, "range": [ - 19743, - 19785 + 19201, + 19243 ], "loc": { "start": { - "line": 695, + "line": 685, "column": 8 }, "end": { - "line": 695, + "line": 685, "column": 50 } }, @@ -27570,16 +26622,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19623, - 19734 + 19081, + 19192 ], "loc": { "start": { - "line": 691, + "line": 681, "column": 8 }, "end": { - "line": 694, + "line": 684, "column": 11 } } @@ -27590,16 +26642,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19795, - 19902 + 19253, + 19360 ], "loc": { "start": { - "line": 697, + "line": 687, "column": 8 }, "end": { - "line": 700, + "line": 690, "column": 11 } } @@ -27617,16 +26669,16 @@ "object": { "type": "ThisExpression", "range": [ - 19911, - 19915 + 19369, + 19373 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 8 }, "end": { - "line": 701, + "line": 691, "column": 12 } } @@ -27635,31 +26687,31 @@ "type": "Identifier", "name": "stOperator", "range": [ - 19916, - 19926 + 19374, + 19384 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 13 }, "end": { - "line": 701, + "line": 691, "column": 23 } } }, "range": [ - 19911, - 19926 + 19369, + 19384 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 8 }, "end": { - "line": 701, + "line": 691, "column": 23 } } @@ -27674,16 +26726,16 @@ "type": "Identifier", "name": "f", "range": [ - 19929, - 19930 + 19387, + 19388 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 26 }, "end": { - "line": 701, + "line": 691, "column": 27 } } @@ -27692,31 +26744,31 @@ "type": "Identifier", "name": "start_with_operator", "range": [ - 19931, - 19950 + 19389, + 19408 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 28 }, "end": { - "line": 701, + "line": 691, "column": 47 } } }, "range": [ - 19929, - 19950 + 19387, + 19408 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 26 }, "end": { - "line": 701, + "line": 691, "column": 47 } } @@ -27726,61 +26778,61 @@ "value": "{", "raw": "'{'", "range": [ - 19954, - 19957 + 19412, + 19415 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 51 }, "end": { - "line": 701, + "line": 691, "column": 54 } } }, "range": [ - 19929, - 19957 + 19387, + 19415 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 26 }, "end": { - "line": 701, + "line": 691, "column": 54 } } }, "range": [ - 19911, - 19957 + 19369, + 19415 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 8 }, "end": { - "line": 701, + "line": 691, "column": 54 } } }, "range": [ - 19911, - 19958 + 19369, + 19416 ], "loc": { "start": { - "line": 701, + "line": 691, "column": 8 }, "end": { - "line": 701, + "line": 691, "column": 55 } }, @@ -27789,16 +26841,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19795, - 19902 + 19253, + 19360 ], "loc": { "start": { - "line": 697, + "line": 687, "column": 8 }, "end": { - "line": 700, + "line": 690, "column": 11 } } @@ -27809,16 +26861,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19968, - 20073 + 19426, + 19531 ], "loc": { "start": { - "line": 703, + "line": 693, "column": 8 }, "end": { - "line": 706, + "line": 696, "column": 11 } } @@ -27836,16 +26888,16 @@ "object": { "type": "ThisExpression", "range": [ - 20082, - 20086 + 19540, + 19544 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 8 }, "end": { - "line": 707, + "line": 697, "column": 12 } } @@ -27854,31 +26906,31 @@ "type": "Identifier", "name": "enOperator", "range": [ - 20087, - 20097 + 19545, + 19555 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 13 }, "end": { - "line": 707, + "line": 697, "column": 23 } } }, "range": [ - 20082, - 20097 + 19540, + 19555 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 8 }, "end": { - "line": 707, + "line": 697, "column": 23 } } @@ -27893,16 +26945,16 @@ "type": "Identifier", "name": "f", "range": [ - 20100, - 20101 + 19558, + 19559 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 26 }, "end": { - "line": 707, + "line": 697, "column": 27 } } @@ -27911,31 +26963,31 @@ "type": "Identifier", "name": "end_with_operator", "range": [ - 20102, - 20119 + 19560, + 19577 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 28 }, "end": { - "line": 707, + "line": 697, "column": 45 } } }, "range": [ - 20100, - 20119 + 19558, + 19577 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 26 }, "end": { - "line": 707, + "line": 697, "column": 45 } } @@ -27945,61 +26997,61 @@ "value": "}", "raw": "'}'", "range": [ - 20123, - 20126 + 19581, + 19584 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 49 }, "end": { - "line": 707, + "line": 697, "column": 52 } } }, "range": [ - 20100, - 20126 + 19558, + 19584 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 26 }, "end": { - "line": 707, + "line": 697, "column": 52 } } }, "range": [ - 20082, - 20126 + 19540, + 19584 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 8 }, "end": { - "line": 707, + "line": 697, "column": 52 } } }, "range": [ - 20082, - 20127 + 19540, + 19585 ], "loc": { "start": { - "line": 707, + "line": 697, "column": 8 }, "end": { - "line": 707, + "line": 697, "column": 53 } }, @@ -28008,16 +27060,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19968, - 20073 + 19426, + 19531 ], "loc": { "start": { - "line": 703, + "line": 693, "column": 8 }, "end": { - "line": 706, + "line": 696, "column": 11 } } @@ -28028,16 +27080,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20137, - 20177 + 19595, + 19635 ], "loc": { "start": { - "line": 709, + "line": 699, "column": 8 }, "end": { - "line": 709, + "line": 699, "column": 48 } } @@ -28046,16 +27098,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20187, - 20263 + 19645, + 19721 ], "loc": { "start": { - "line": 711, + "line": 701, "column": 8 }, "end": { - "line": 714, + "line": 704, "column": 11 } } @@ -28073,16 +27125,16 @@ "object": { "type": "ThisExpression", "range": [ - 20272, - 20276 + 19730, + 19734 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 8 }, "end": { - "line": 715, + "line": 705, "column": 12 } } @@ -28091,31 +27143,31 @@ "type": "Identifier", "name": "separator", "range": [ - 20277, - 20286 + 19735, + 19744 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 13 }, "end": { - "line": 715, + "line": 705, "column": 22 } } }, "range": [ - 20272, - 20286 + 19730, + 19744 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 8 }, "end": { - "line": 715, + "line": 705, "column": 22 } } @@ -28130,16 +27182,16 @@ "type": "Identifier", "name": "f", "range": [ - 20289, - 20290 + 19747, + 19748 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 25 }, "end": { - "line": 715, + "line": 705, "column": 26 } } @@ -28148,31 +27200,31 @@ "type": "Identifier", "name": "separator", "range": [ - 20291, - 20300 + 19749, + 19758 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 27 }, "end": { - "line": 715, + "line": 705, "column": 36 } } }, "range": [ - 20289, - 20300 + 19747, + 19758 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 25 }, "end": { - "line": 715, + "line": 705, "column": 36 } } @@ -28182,61 +27234,61 @@ "value": ",", "raw": "','", "range": [ - 20304, - 20307 + 19762, + 19765 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 40 }, "end": { - "line": 715, + "line": 705, "column": 43 } } }, "range": [ - 20289, - 20307 + 19747, + 19765 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 25 }, "end": { - "line": 715, + "line": 705, "column": 43 } } }, "range": [ - 20272, - 20307 + 19730, + 19765 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 8 }, "end": { - "line": 715, + "line": 705, "column": 43 } } }, "range": [ - 20272, - 20308 + 19730, + 19766 ], "loc": { "start": { - "line": 715, + "line": 705, "column": 8 }, "end": { - "line": 715, + "line": 705, "column": 44 } }, @@ -28245,16 +27297,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20137, - 20177 + 19595, + 19635 ], "loc": { "start": { - "line": 709, + "line": 699, "column": 8 }, "end": { - "line": 709, + "line": 699, "column": 48 } } @@ -28263,16 +27315,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20187, - 20263 + 19645, + 19721 ], "loc": { "start": { - "line": 711, + "line": 701, "column": 8 }, "end": { - "line": 714, + "line": 704, "column": 11 } } @@ -28283,16 +27335,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20318, - 20404 + 19776, + 19862 ], "loc": { "start": { - "line": 717, + "line": 707, "column": 8 }, "end": { - "line": 720, + "line": 710, "column": 11 } } @@ -28310,16 +27362,16 @@ "object": { "type": "ThisExpression", "range": [ - 20413, - 20417 + 19871, + 19875 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 8 }, "end": { - "line": 721, + "line": 711, "column": 12 } } @@ -28328,31 +27380,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 20418, - 20429 + 19876, + 19887 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 13 }, "end": { - "line": 721, + "line": 711, "column": 24 } } }, "range": [ - 20413, - 20429 + 19871, + 19887 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 8 }, "end": { - "line": 721, + "line": 711, "column": 24 } } @@ -28363,16 +27415,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20432, - 20439 + 19890, + 19897 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 27 }, "end": { - "line": 721, + "line": 711, "column": 34 } } @@ -28385,16 +27437,16 @@ "type": "Identifier", "name": "f", "range": [ - 20440, - 20441 + 19898, + 19899 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 35 }, "end": { - "line": 721, + "line": 711, "column": 36 } } @@ -28403,77 +27455,77 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 20442, - 20454 + 19900, + 19912 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 37 }, "end": { - "line": 721, + "line": 711, "column": 49 } } }, "range": [ - 20440, - 20454 + 19898, + 19912 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 35 }, "end": { - "line": 721, + "line": 711, "column": 49 } } } ], "range": [ - 20432, - 20455 + 19890, + 19913 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 27 }, "end": { - "line": 721, + "line": 711, "column": 50 } } }, "range": [ - 20413, - 20455 + 19871, + 19913 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 8 }, "end": { - "line": 721, + "line": 711, "column": 50 } } }, "range": [ - 20413, - 20456 + 19871, + 19914 ], "loc": { "start": { - "line": 721, + "line": 711, "column": 8 }, "end": { - "line": 721, + "line": 711, "column": 51 } }, @@ -28482,16 +27534,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20318, - 20404 + 19776, + 19862 ], "loc": { "start": { - "line": 717, + "line": 707, "column": 8 }, "end": { - "line": 720, + "line": 710, "column": 11 } } @@ -28502,16 +27554,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20466, - 20550 + 19924, + 20008 ], "loc": { "start": { - "line": 723, + "line": 713, "column": 8 }, "end": { - "line": 726, + "line": 716, "column": 11 } } @@ -28529,16 +27581,16 @@ "object": { "type": "ThisExpression", "range": [ - 20559, - 20563 + 20017, + 20021 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 8 }, "end": { - "line": 727, + "line": 717, "column": 12 } } @@ -28547,31 +27599,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 20564, - 20573 + 20022, + 20031 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 13 }, "end": { - "line": 727, + "line": 717, "column": 22 } } }, "range": [ - 20559, - 20573 + 20017, + 20031 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 8 }, "end": { - "line": 727, + "line": 717, "column": 22 } } @@ -28582,16 +27634,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20576, - 20583 + 20034, + 20041 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 25 }, "end": { - "line": 727, + "line": 717, "column": 32 } } @@ -28604,16 +27656,16 @@ "type": "Identifier", "name": "f", "range": [ - 20584, - 20585 + 20042, + 20043 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 33 }, "end": { - "line": 727, + "line": 717, "column": 34 } } @@ -28622,77 +27674,77 @@ "type": "Identifier", "name": "status_bar", "range": [ - 20586, - 20596 + 20044, + 20054 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 35 }, "end": { - "line": 727, + "line": 717, "column": 45 } } }, "range": [ - 20584, - 20596 + 20042, + 20054 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 33 }, "end": { - "line": 727, + "line": 717, "column": 45 } } } ], "range": [ - 20576, - 20597 + 20034, + 20055 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 25 }, "end": { - "line": 727, + "line": 717, "column": 46 } } }, "range": [ - 20559, - 20597 + 20017, + 20055 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 8 }, "end": { - "line": 727, + "line": 717, "column": 46 } } }, "range": [ - 20559, - 20598 + 20017, + 20056 ], "loc": { "start": { - "line": 727, + "line": 717, "column": 8 }, "end": { - "line": 727, + "line": 717, "column": 47 } }, @@ -28701,16 +27753,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20466, - 20550 + 19924, + 20008 ], "loc": { "start": { - "line": 723, + "line": 713, "column": 8 }, "end": { - "line": 726, + "line": 716, "column": 11 } } @@ -28721,16 +27773,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20608, - 20708 + 20066, + 20166 ], "loc": { "start": { - "line": 729, + "line": 719, "column": 8 }, "end": { - "line": 732, + "line": 722, "column": 11 } } @@ -28748,16 +27800,16 @@ "object": { "type": "ThisExpression", "range": [ - 20717, - 20721 + 20175, + 20179 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 8 }, "end": { - "line": 733, + "line": 723, "column": 12 } } @@ -28766,31 +27818,31 @@ "type": "Identifier", "name": "loader", "range": [ - 20722, - 20728 + 20180, + 20186 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 13 }, "end": { - "line": 733, + "line": 723, "column": 19 } } }, "range": [ - 20717, - 20728 + 20175, + 20186 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 8 }, "end": { - "line": 733, + "line": 723, "column": 19 } } @@ -28801,16 +27853,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20731, - 20738 + 20189, + 20196 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 22 }, "end": { - "line": 733, + "line": 723, "column": 29 } } @@ -28823,16 +27875,16 @@ "type": "Identifier", "name": "f", "range": [ - 20739, - 20740 + 20197, + 20198 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 30 }, "end": { - "line": 733, + "line": 723, "column": 31 } } @@ -28841,77 +27893,77 @@ "type": "Identifier", "name": "loader", "range": [ - 20741, - 20747 + 20199, + 20205 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 32 }, "end": { - "line": 733, + "line": 723, "column": 38 } } }, "range": [ - 20739, - 20747 + 20197, + 20205 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 30 }, "end": { - "line": 733, + "line": 723, "column": 38 } } } ], "range": [ - 20731, - 20748 + 20189, + 20206 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 22 }, "end": { - "line": 733, + "line": 723, "column": 39 } } }, "range": [ - 20717, - 20748 + 20175, + 20206 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 8 }, "end": { - "line": 733, + "line": 723, "column": 39 } } }, "range": [ - 20717, - 20749 + 20175, + 20207 ], "loc": { "start": { - "line": 733, + "line": 723, "column": 8 }, "end": { - "line": 733, + "line": 723, "column": 40 } }, @@ -28920,16 +27972,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20608, - 20708 + 20066, + 20166 ], "loc": { "start": { - "line": 729, + "line": 719, "column": 8 }, "end": { - "line": 732, + "line": 722, "column": 11 } } @@ -28940,16 +27992,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 20759, - 20801 + 20217, + 20259 ], "loc": { "start": { - "line": 735, + "line": 725, "column": 8 }, "end": { - "line": 735, + "line": 725, "column": 50 } } @@ -28958,16 +28010,16 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20810, - 20896 + 20268, + 20354 ], "loc": { "start": { - "line": 736, + "line": 726, "column": 8 }, "end": { - "line": 739, + "line": 729, "column": 11 } } @@ -28985,16 +28037,16 @@ "object": { "type": "ThisExpression", "range": [ - 20905, - 20909 + 20363, + 20367 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 8 }, "end": { - "line": 740, + "line": 730, "column": 12 } } @@ -29003,31 +28055,31 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 20910, - 20920 + 20368, + 20378 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 13 }, "end": { - "line": 740, + "line": 730, "column": 23 } } }, "range": [ - 20905, - 20920 + 20363, + 20378 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 8 }, "end": { - "line": 740, + "line": 730, "column": 23 } } @@ -29038,16 +28090,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20923, - 20930 + 20381, + 20388 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 26 }, "end": { - "line": 740, + "line": 730, "column": 33 } } @@ -29060,16 +28112,16 @@ "type": "Identifier", "name": "f", "range": [ - 20931, - 20932 + 20389, + 20390 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 34 }, "end": { - "line": 740, + "line": 730, "column": 35 } } @@ -29078,77 +28130,77 @@ "type": "Identifier", "name": "btn", "range": [ - 20933, - 20936 + 20391, + 20394 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 36 }, "end": { - "line": 740, + "line": 730, "column": 39 } } }, "range": [ - 20931, - 20936 + 20389, + 20394 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 34 }, "end": { - "line": 740, + "line": 730, "column": 39 } } } ], "range": [ - 20923, - 20937 + 20381, + 20395 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 26 }, "end": { - "line": 740, + "line": 730, "column": 40 } } }, "range": [ - 20905, - 20937 + 20363, + 20395 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 8 }, "end": { - "line": 740, + "line": 730, "column": 40 } } }, "range": [ - 20905, - 20938 + 20363, + 20396 ], "loc": { "start": { - "line": 740, + "line": 730, "column": 8 }, "end": { - "line": 740, + "line": 730, "column": 41 } }, @@ -29157,16 +28209,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 20759, - 20801 + 20217, + 20259 ], "loc": { "start": { - "line": 735, + "line": 725, "column": 8 }, "end": { - "line": 735, + "line": 725, "column": 50 } } @@ -29175,16 +28227,16 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20810, - 20896 + 20268, + 20354 ], "loc": { "start": { - "line": 736, + "line": 726, "column": 8 }, "end": { - "line": 739, + "line": 729, "column": 11 } } @@ -29195,16 +28247,16 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 20948, - 21038 + 20406, + 20496 ], "loc": { "start": { - "line": 742, + "line": 732, "column": 8 }, "end": { - "line": 745, + "line": 735, "column": 11 } } @@ -29222,16 +28274,16 @@ "object": { "type": "ThisExpression", "range": [ - 21047, - 21051 + 20505, + 20509 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 8 }, "end": { - "line": 746, + "line": 736, "column": 12 } } @@ -29240,31 +28292,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 21052, - 21059 + 20510, + 20517 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 13 }, "end": { - "line": 746, + "line": 736, "column": 20 } } }, "range": [ - 21047, - 21059 + 20505, + 20517 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 8 }, "end": { - "line": 746, + "line": 736, "column": 20 } } @@ -29279,16 +28331,16 @@ "type": "Identifier", "name": "f", "range": [ - 21062, - 21063 + 20520, + 20521 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 23 }, "end": { - "line": 746, + "line": 736, "column": 24 } } @@ -29297,31 +28349,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 21064, - 21072 + 20522, + 20530 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 25 }, "end": { - "line": 746, + "line": 736, "column": 33 } } }, "range": [ - 21062, - 21072 + 20520, + 20530 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 23 }, "end": { - "line": 746, + "line": 736, "column": 33 } } @@ -29337,16 +28389,16 @@ "object": { "type": "ThisExpression", "range": [ - 21078, - 21082 + 20536, + 20540 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 39 }, "end": { - "line": 746, + "line": 736, "column": 43 } } @@ -29355,47 +28407,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 21083, - 21094 + 20541, + 20552 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 44 }, "end": { - "line": 746, + "line": 736, "column": 55 } } }, "range": [ - 21078, - 21094 + 20536, + 20552 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 39 }, "end": { - "line": 746, + "line": 736, "column": 55 } } }, "prefix": true, "range": [ - 21077, - 21094 + 20535, + 20552 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 38 }, "end": { - "line": 746, + "line": 736, "column": 55 } } @@ -29405,16 +28457,16 @@ "value": "Go", "raw": "'Go'", "range": [ - 21097, - 21101 + 20555, + 20559 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 58 }, "end": { - "line": 746, + "line": 736, "column": 62 } } @@ -29424,76 +28476,76 @@ "value": "", "raw": "''", "range": [ - 21104, - 21106 + 20562, + 20564 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 65 }, "end": { - "line": 746, + "line": 736, "column": 67 } } }, "range": [ - 21077, - 21106 + 20535, + 20564 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 38 }, "end": { - "line": 746, + "line": 736, "column": 67 } } }, "range": [ - 21062, - 21107 + 20520, + 20565 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 23 }, "end": { - "line": 746, + "line": 736, "column": 68 } } }, "range": [ - 21047, - 21107 + 20505, + 20565 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 8 }, "end": { - "line": 746, + "line": 736, "column": 68 } } }, "range": [ - 21047, - 21108 + 20505, + 20566 ], "loc": { "start": { - "line": 746, + "line": 736, "column": 8 }, "end": { - "line": 746, + "line": 736, "column": 69 } }, @@ -29502,16 +28554,16 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 20948, - 21038 + 20406, + 20496 ], "loc": { "start": { - "line": 742, + "line": 732, "column": 8 }, "end": { - "line": 745, + "line": 735, "column": 11 } } @@ -29522,16 +28574,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21118, - 21210 + 20576, + 20668 ], "loc": { "start": { - "line": 748, + "line": 738, "column": 8 }, "end": { - "line": 751, + "line": 741, "column": 11 } } @@ -29549,16 +28601,16 @@ "object": { "type": "ThisExpression", "range": [ - 21219, - 21223 + 20677, + 20681 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 8 }, "end": { - "line": 752, + "line": 742, "column": 12 } } @@ -29567,31 +28619,31 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 21224, - 21235 + 20682, + 20693 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 13 }, "end": { - "line": 752, + "line": 742, "column": 24 } } }, "range": [ - 21219, - 21235 + 20677, + 20693 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 8 }, "end": { - "line": 752, + "line": 742, "column": 24 } } @@ -29606,16 +28658,16 @@ "type": "Identifier", "name": "f", "range": [ - 21238, - 21239 + 20696, + 20697 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 27 }, "end": { - "line": 752, + "line": 742, "column": 28 } } @@ -29624,31 +28676,31 @@ "type": "Identifier", "name": "btn_css_class", "range": [ - 21240, - 21253 + 20698, + 20711 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 29 }, "end": { - "line": 752, + "line": 742, "column": 42 } } }, "range": [ - 21238, - 21253 + 20696, + 20711 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 27 }, "end": { - "line": 752, + "line": 742, "column": 42 } } @@ -29664,16 +28716,16 @@ "object": { "type": "ThisExpression", "range": [ - 21271, - 21275 + 20729, + 20733 ], "loc": { "start": { - "line": 753, + "line": 743, "column": 14 }, "end": { - "line": 753, + "line": 743, "column": 18 } } @@ -29682,47 +28734,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 21276, - 21287 + 20734, + 20745 ], "loc": { "start": { - "line": 753, + "line": 743, "column": 19 }, "end": { - "line": 753, + "line": 743, "column": 30 } } }, "range": [ - 21271, - 21287 + 20729, + 20745 ], "loc": { "start": { - "line": 753, + "line": 743, "column": 14 }, "end": { - "line": 753, + "line": 743, "column": 30 } } }, "prefix": true, "range": [ - 21270, - 21287 + 20728, + 20745 ], "loc": { "start": { - "line": 753, + "line": 743, "column": 13 }, "end": { - "line": 753, + "line": 743, "column": 30 } } @@ -29732,16 +28784,16 @@ "value": "btnflt", "raw": "'btnflt'", "range": [ - 21290, - 21298 + 20748, + 20756 ], "loc": { "start": { - "line": 753, + "line": 743, "column": 33 }, "end": { - "line": 753, + "line": 743, "column": 41 } } @@ -29751,76 +28803,76 @@ "value": "btnflt_icon", "raw": "'btnflt_icon'", "range": [ - 21301, - 21314 + 20759, + 20772 ], "loc": { "start": { - "line": 753, + "line": 743, "column": 44 }, "end": { - "line": 753, + "line": 743, "column": 57 } } }, "range": [ - 21270, - 21314 + 20728, + 20772 ], "loc": { "start": { - "line": 753, + "line": 743, "column": 13 }, "end": { - "line": 753, + "line": 743, "column": 57 } } }, "range": [ - 21238, - 21315 + 20696, + 20773 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 27 }, "end": { - "line": 753, + "line": 743, "column": 58 } } }, "range": [ - 21219, - 21315 + 20677, + 20773 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 8 }, "end": { - "line": 753, + "line": 743, "column": 58 } } }, "range": [ - 21219, - 21316 + 20677, + 20774 ], "loc": { "start": { - "line": 752, + "line": 742, "column": 8 }, "end": { - "line": 753, + "line": 743, "column": 59 } }, @@ -29829,16 +28881,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21118, - 21210 + 20576, + 20668 ], "loc": { "start": { - "line": 748, + "line": 738, "column": 8 }, "end": { - "line": 751, + "line": 741, "column": 11 } } @@ -29849,16 +28901,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21326, - 21399 + 20784, + 20857 ], "loc": { "start": { - "line": 755, + "line": 745, "column": 8 }, "end": { - "line": 758, + "line": 748, "column": 11 } } @@ -29876,16 +28928,16 @@ "object": { "type": "ThisExpression", "range": [ - 21408, - 21412 + 20866, + 20870 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 8 }, "end": { - "line": 759, + "line": 749, "column": 12 } } @@ -29894,31 +28946,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 21413, - 21421 + 20871, + 20879 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 13 }, "end": { - "line": 759, + "line": 749, "column": 21 } } }, "range": [ - 21408, - 21421 + 20866, + 20879 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 8 }, "end": { - "line": 759, + "line": 749, "column": 21 } } @@ -29929,16 +28981,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 21424, - 21431 + 20882, + 20889 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 24 }, "end": { - "line": 759, + "line": 749, "column": 31 } } @@ -29951,16 +29003,16 @@ "type": "Identifier", "name": "f", "range": [ - 21432, - 21433 + 20890, + 20891 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 32 }, "end": { - "line": 759, + "line": 749, "column": 33 } } @@ -29969,77 +29021,77 @@ "type": "Identifier", "name": "btn_reset", "range": [ - 21434, - 21443 + 20892, + 20901 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 34 }, "end": { - "line": 759, + "line": 749, "column": 43 } } }, "range": [ - 21432, - 21443 + 20890, + 20901 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 32 }, "end": { - "line": 759, + "line": 749, "column": 43 } } } ], "range": [ - 21424, - 21444 + 20882, + 20902 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 24 }, "end": { - "line": 759, + "line": 749, "column": 44 } } }, "range": [ - 21408, - 21444 + 20866, + 20902 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 8 }, "end": { - "line": 759, + "line": 749, "column": 44 } } }, "range": [ - 21408, - 21445 + 20866, + 20903 ], "loc": { "start": { - "line": 759, + "line": 749, "column": 8 }, "end": { - "line": 759, + "line": 749, "column": 45 } }, @@ -30048,16 +29100,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21326, - 21399 + 20784, + 20857 ], "loc": { "start": { - "line": 755, + "line": 745, "column": 8 }, "end": { - "line": 758, + "line": 748, "column": 11 } } @@ -30068,16 +29120,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21455, - 21551 + 20913, + 21009 ], "loc": { "start": { - "line": 761, + "line": 751, "column": 8 }, "end": { - "line": 764, + "line": 754, "column": 11 } } @@ -30095,16 +29147,16 @@ "object": { "type": "ThisExpression", "range": [ - 21560, - 21564 + 21018, + 21022 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 8 }, "end": { - "line": 765, + "line": 755, "column": 12 } } @@ -30113,31 +29165,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 21565, - 21578 + 21023, + 21036 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 13 }, "end": { - "line": 765, + "line": 755, "column": 26 } } }, "range": [ - 21560, - 21578 + 21018, + 21036 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 8 }, "end": { - "line": 765, + "line": 755, "column": 26 } } @@ -30150,16 +29202,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 21581, - 21585 + 21039, + 21043 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 29 }, "end": { - "line": 765, + "line": 755, "column": 33 } } @@ -30172,16 +29224,16 @@ "type": "Identifier", "name": "f", "range": [ - 21586, - 21587 + 21044, + 21045 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 34 }, "end": { - "line": 765, + "line": 755, "column": 35 } } @@ -30190,47 +29242,47 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 21588, - 21603 + 21046, + 21061 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 36 }, "end": { - "line": 765, + "line": 755, "column": 51 } } }, "range": [ - 21586, - 21603 + 21044, + 21061 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 34 }, "end": { - "line": 765, + "line": 755, "column": 51 } } } ], "range": [ - 21581, - 21604 + 21039, + 21062 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 29 }, "end": { - "line": 765, + "line": 755, "column": 52 } } @@ -30242,16 +29294,16 @@ "type": "Identifier", "name": "f", "range": [ - 21619, - 21620 + 21077, + 21078 ], "loc": { "start": { - "line": 766, + "line": 756, "column": 12 }, "end": { - "line": 766, + "line": 756, "column": 13 } } @@ -30260,31 +29312,31 @@ "type": "Identifier", "name": "on_before_reset", "range": [ - 21621, - 21636 + 21079, + 21094 ], "loc": { "start": { - "line": 766, + "line": 756, "column": 14 }, "end": { - "line": 766, + "line": 756, "column": 29 } } }, "range": [ - 21619, - 21636 + 21077, + 21094 ], "loc": { "start": { - "line": 766, + "line": 756, "column": 12 }, "end": { - "line": 766, + "line": 756, "column": 29 } } @@ -30293,61 +29345,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 21639, - 21647 + 21097, + 21105 ], "loc": { "start": { - "line": 766, + "line": 756, "column": 32 }, "end": { - "line": 766, + "line": 756, "column": 40 } } }, "range": [ - 21581, - 21647 + 21039, + 21105 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 29 }, "end": { - "line": 766, + "line": 756, "column": 40 } } }, "range": [ - 21560, - 21647 + 21018, + 21105 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 8 }, "end": { - "line": 766, + "line": 756, "column": 40 } } }, "range": [ - 21560, - 21648 + 21018, + 21106 ], "loc": { "start": { - "line": 765, + "line": 755, "column": 8 }, "end": { - "line": 766, + "line": 756, "column": 41 } }, @@ -30356,16 +29408,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21455, - 21551 + 20913, + 21009 ], "loc": { "start": { - "line": 761, + "line": 751, "column": 8 }, "end": { - "line": 764, + "line": 754, "column": 11 } } @@ -30376,16 +29428,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21658, - 21753 + 21116, + 21211 ], "loc": { "start": { - "line": 768, + "line": 758, "column": 8 }, "end": { - "line": 771, + "line": 761, "column": 11 } } @@ -30403,16 +29455,16 @@ "object": { "type": "ThisExpression", "range": [ - 21762, - 21766 + 21220, + 21224 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 8 }, "end": { - "line": 772, + "line": 762, "column": 12 } } @@ -30421,31 +29473,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 21767, - 21779 + 21225, + 21237 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 13 }, "end": { - "line": 772, + "line": 762, "column": 25 } } }, "range": [ - 21762, - 21779 + 21220, + 21237 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 8 }, "end": { - "line": 772, + "line": 762, "column": 25 } } @@ -30458,16 +29510,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 21782, - 21786 + 21240, + 21244 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 28 }, "end": { - "line": 772, + "line": 762, "column": 32 } } @@ -30480,16 +29532,16 @@ "type": "Identifier", "name": "f", "range": [ - 21787, - 21788 + 21245, + 21246 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 33 }, "end": { - "line": 772, + "line": 762, "column": 34 } } @@ -30498,47 +29550,47 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 21789, - 21803 + 21247, + 21261 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 35 }, "end": { - "line": 772, + "line": 762, "column": 49 } } }, "range": [ - 21787, - 21803 + 21245, + 21261 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 33 }, "end": { - "line": 772, + "line": 762, "column": 49 } } } ], "range": [ - 21782, - 21804 + 21240, + 21262 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 28 }, "end": { - "line": 772, + "line": 762, "column": 50 } } @@ -30550,16 +29602,16 @@ "type": "Identifier", "name": "f", "range": [ - 21819, - 21820 + 21277, + 21278 ], "loc": { "start": { - "line": 773, + "line": 763, "column": 12 }, "end": { - "line": 773, + "line": 763, "column": 13 } } @@ -30568,31 +29620,31 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 21821, - 21835 + 21279, + 21293 ], "loc": { "start": { - "line": 773, + "line": 763, "column": 14 }, "end": { - "line": 773, + "line": 763, "column": 28 } } }, "range": [ - 21819, - 21835 + 21277, + 21293 ], "loc": { "start": { - "line": 773, + "line": 763, "column": 12 }, "end": { - "line": 773, + "line": 763, "column": 28 } } @@ -30601,61 +29653,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 21838, - 21846 + 21296, + 21304 ], "loc": { "start": { - "line": 773, + "line": 763, "column": 31 }, "end": { - "line": 773, + "line": 763, "column": 39 } } }, "range": [ - 21782, - 21846 + 21240, + 21304 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 28 }, "end": { - "line": 773, + "line": 763, "column": 39 } } }, "range": [ - 21762, - 21846 + 21220, + 21304 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 8 }, "end": { - "line": 773, + "line": 763, "column": 39 } } }, "range": [ - 21762, - 21847 + 21220, + 21305 ], "loc": { "start": { - "line": 772, + "line": 762, "column": 8 }, "end": { - "line": 773, + "line": 763, "column": 40 } }, @@ -30664,16 +29716,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21658, - 21753 + 21116, + 21211 ], "loc": { "start": { - "line": 768, + "line": 758, "column": 8 }, "end": { - "line": 771, + "line": 761, "column": 11 } } @@ -30684,16 +29736,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 21857, - 21934 + 21315, + 21392 ], "loc": { "start": { - "line": 775, + "line": 765, "column": 8 }, "end": { - "line": 778, + "line": 768, "column": 11 } } @@ -30711,16 +29763,16 @@ "object": { "type": "ThisExpression", "range": [ - 21943, - 21947 + 21401, + 21405 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 8 }, "end": { - "line": 779, + "line": 769, "column": 12 } } @@ -30729,31 +29781,31 @@ "type": "Identifier", "name": "paging", "range": [ - 21948, - 21954 + 21406, + 21412 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 13 }, "end": { - "line": 779, + "line": 769, "column": 19 } } }, "range": [ - 21943, - 21954 + 21401, + 21412 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 8 }, "end": { - "line": 779, + "line": 769, "column": 19 } } @@ -30764,16 +29816,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 21957, - 21964 + 21415, + 21422 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 22 }, "end": { - "line": 779, + "line": 769, "column": 29 } } @@ -30786,16 +29838,16 @@ "type": "Identifier", "name": "f", "range": [ - 21965, - 21966 + 21423, + 21424 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 30 }, "end": { - "line": 779, + "line": 769, "column": 31 } } @@ -30804,77 +29856,77 @@ "type": "Identifier", "name": "paging", "range": [ - 21967, - 21973 + 21425, + 21431 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 32 }, "end": { - "line": 779, + "line": 769, "column": 38 } } }, "range": [ - 21965, - 21973 + 21423, + 21431 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 30 }, "end": { - "line": 779, + "line": 769, "column": 38 } } } ], "range": [ - 21957, - 21974 + 21415, + 21432 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 22 }, "end": { - "line": 779, + "line": 769, "column": 39 } } }, "range": [ - 21943, - 21974 + 21401, + 21432 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 8 }, "end": { - "line": 779, + "line": 769, "column": 39 } } }, "range": [ - 21943, - 21975 + 21401, + 21433 ], "loc": { "start": { - "line": 779, + "line": 769, "column": 8 }, "end": { - "line": 779, + "line": 769, "column": 40 } }, @@ -30883,16 +29935,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 21857, - 21934 + 21315, + 21392 ], "loc": { "start": { - "line": 775, + "line": 765, "column": 8 }, "end": { - "line": 778, + "line": 768, "column": 11 } } @@ -30903,16 +29955,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 21985, - 22079 + 21443, + 21537 ], "loc": { "start": { - "line": 781, + "line": 771, "column": 8 }, "end": { - "line": 785, + "line": 775, "column": 11 } } @@ -30930,16 +29982,16 @@ "object": { "type": "ThisExpression", "range": [ - 22088, - 22092 + 21546, + 21550 ], "loc": { "start": { - "line": 786, + "line": 776, "column": 8 }, "end": { - "line": 786, + "line": 776, "column": 12 } } @@ -30948,31 +30000,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 22093, - 22105 + 21551, + 21563 ], "loc": { "start": { - "line": 786, + "line": 776, "column": 13 }, "end": { - "line": 786, + "line": 776, "column": 25 } } }, "range": [ - 22088, - 22105 + 21546, + 21563 ], "loc": { "start": { - "line": 786, + "line": 776, "column": 8 }, "end": { - "line": 786, + "line": 776, "column": 25 } } @@ -30982,46 +30034,46 @@ "value": 0, "raw": "0", "range": [ - 22108, - 22109 + 21566, + 21567 ], "loc": { "start": { - "line": 786, + "line": 776, "column": 28 }, "end": { - "line": 786, + "line": 776, "column": 29 } } }, "range": [ - 22088, - 22109 + 21546, + 21567 ], "loc": { "start": { - "line": 786, + "line": 776, "column": 8 }, "end": { - "line": 786, + "line": 776, "column": 29 } } }, "range": [ - 22088, - 22110 + 21546, + 21568 ], "loc": { "start": { - "line": 786, + "line": 776, "column": 8 }, "end": { - "line": 786, + "line": 776, "column": 30 } }, @@ -31030,16 +30082,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 21985, - 22079 + 21443, + 21537 ], "loc": { "start": { - "line": 781, + "line": 771, "column": 8 }, "end": { - "line": 785, + "line": 775, "column": 11 } } @@ -31050,16 +30102,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22120, - 22257 + 21578, + 21715 ], "loc": { "start": { - "line": 788, + "line": 778, "column": 8 }, "end": { - "line": 792, + "line": 782, "column": 11 } } @@ -31077,16 +30129,16 @@ "object": { "type": "ThisExpression", "range": [ - 22266, - 22270 + 21724, + 21728 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 8 }, "end": { - "line": 793, + "line": 783, "column": 12 } } @@ -31095,31 +30147,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 22271, - 22281 + 21729, + 21739 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 13 }, "end": { - "line": 793, + "line": 783, "column": 23 } } }, "range": [ - 22266, - 22281 + 21724, + 21739 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 8 }, "end": { - "line": 793, + "line": 783, "column": 23 } } @@ -31130,16 +30182,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 22284, - 22291 + 21742, + 21749 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 26 }, "end": { - "line": 793, + "line": 783, "column": 33 } } @@ -31152,16 +30204,16 @@ "type": "Identifier", "name": "f", "range": [ - 22292, - 22293 + 21750, + 21751 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 34 }, "end": { - "line": 793, + "line": 783, "column": 35 } } @@ -31170,77 +30222,77 @@ "type": "Identifier", "name": "auto_filter", "range": [ - 22294, - 22305 + 21752, + 21763 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 36 }, "end": { - "line": 793, + "line": 783, "column": 47 } } }, "range": [ - 22292, - 22305 + 21750, + 21763 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 34 }, "end": { - "line": 793, + "line": 783, "column": 47 } } } ], "range": [ - 22284, - 22306 + 21742, + 21764 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 26 }, "end": { - "line": 793, + "line": 783, "column": 48 } } }, "range": [ - 22266, - 22306 + 21724, + 21764 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 8 }, "end": { - "line": 793, + "line": 783, "column": 48 } } }, "range": [ - 22266, - 22307 + 21724, + 21765 ], "loc": { "start": { - "line": 793, + "line": 783, "column": 8 }, "end": { - "line": 793, + "line": 783, "column": 49 } }, @@ -31249,16 +30301,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22120, - 22257 + 21578, + 21715 ], "loc": { "start": { - "line": 788, + "line": 778, "column": 8 }, "end": { - "line": 792, + "line": 782, "column": 11 } } @@ -31269,16 +30321,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22317, - 22396 + 21775, + 21854 ], "loc": { "start": { - "line": 795, + "line": 785, "column": 8 }, "end": { - "line": 798, + "line": 788, "column": 11 } } @@ -31296,16 +30348,16 @@ "object": { "type": "ThisExpression", "range": [ - 22405, - 22409 + 21863, + 21867 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 8 }, "end": { - "line": 799, + "line": 789, "column": 12 } } @@ -31314,31 +30366,31 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 22410, - 22425 + 21868, + 21883 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 13 }, "end": { - "line": 799, + "line": 789, "column": 28 } } }, "range": [ - 22405, - 22425 + 21863, + 21883 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 8 }, "end": { - "line": 799, + "line": 789, "column": 28 } } @@ -31354,16 +30406,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 22429, - 22434 + 21887, + 21892 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 32 }, "end": { - "line": 799, + "line": 789, "column": 37 } } @@ -31376,16 +30428,16 @@ "type": "Identifier", "name": "f", "range": [ - 22435, - 22436 + 21893, + 21894 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 38 }, "end": { - "line": 799, + "line": 789, "column": 39 } } @@ -31394,63 +30446,63 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 22437, - 22454 + 21895, + 21912 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 40 }, "end": { - "line": 799, + "line": 789, "column": 57 } } }, "range": [ - 22435, - 22454 + 21893, + 21912 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 38 }, "end": { - "line": 799, + "line": 789, "column": 57 } } } ], "range": [ - 22429, - 22455 + 21887, + 21913 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 32 }, "end": { - "line": 799, + "line": 789, "column": 58 } } }, "prefix": true, "range": [ - 22428, - 22455 + 21886, + 21913 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 31 }, "end": { - "line": 799, + "line": 789, "column": 58 } } @@ -31462,16 +30514,16 @@ "type": "Identifier", "name": "f", "range": [ - 22470, - 22471 + 21928, + 21929 ], "loc": { "start": { - "line": 800, + "line": 790, "column": 12 }, "end": { - "line": 800, + "line": 790, "column": 13 } } @@ -31480,31 +30532,31 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 22472, - 22489 + 21930, + 21947 ], "loc": { "start": { - "line": 800, + "line": 790, "column": 14 }, "end": { - "line": 800, + "line": 790, "column": 31 } } }, "range": [ - 22470, - 22489 + 21928, + 21947 ], "loc": { "start": { - "line": 800, + "line": 790, "column": 12 }, "end": { - "line": 800, + "line": 790, "column": 31 } } @@ -31513,61 +30565,61 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 22492, - 22509 + 21950, + 21967 ], "loc": { "start": { - "line": 800, + "line": 790, "column": 34 }, "end": { - "line": 800, + "line": 790, "column": 51 } } }, "range": [ - 22428, - 22509 + 21886, + 21967 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 31 }, "end": { - "line": 800, + "line": 790, "column": 51 } } }, "range": [ - 22405, - 22509 + 21863, + 21967 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 8 }, "end": { - "line": 800, + "line": 790, "column": 51 } } }, "range": [ - 22405, - 22510 + 21863, + 21968 ], "loc": { "start": { - "line": 799, + "line": 789, "column": 8 }, "end": { - "line": 800, + "line": 790, "column": 52 } }, @@ -31576,16 +30628,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22317, - 22396 + 21775, + 21854 ], "loc": { "start": { - "line": 795, + "line": 785, "column": 8 }, "end": { - "line": 798, + "line": 788, "column": 11 } } @@ -31596,16 +30648,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22520, - 22625 + 21978, + 22083 ], "loc": { "start": { - "line": 802, + "line": 792, "column": 8 }, "end": { - "line": 806, + "line": 796, "column": 11 } } @@ -31623,16 +30675,16 @@ "object": { "type": "ThisExpression", "range": [ - 22634, - 22638 + 22092, + 22096 ], "loc": { "start": { - "line": 807, + "line": 797, "column": 8 }, "end": { - "line": 807, + "line": 797, "column": 12 } } @@ -31641,31 +30693,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 22639, - 22651 + 22097, + 22109 ], "loc": { "start": { - "line": 807, + "line": 797, "column": 13 }, "end": { - "line": 807, + "line": 797, "column": 25 } } }, "range": [ - 22634, - 22651 + 22092, + 22109 ], "loc": { "start": { - "line": 807, + "line": 797, "column": 8 }, "end": { - "line": 807, + "line": 797, "column": 25 } } @@ -31675,46 +30727,46 @@ "value": null, "raw": "null", "range": [ - 22654, - 22658 + 22112, + 22116 ], "loc": { "start": { - "line": 807, + "line": 797, "column": 28 }, "end": { - "line": 807, + "line": 797, "column": 32 } } }, "range": [ - 22634, - 22658 + 22092, + 22116 ], "loc": { "start": { - "line": 807, + "line": 797, "column": 8 }, "end": { - "line": 807, + "line": 797, "column": 32 } } }, "range": [ - 22634, - 22659 + 22092, + 22117 ], "loc": { "start": { - "line": 807, + "line": 797, "column": 8 }, "end": { - "line": 807, + "line": 797, "column": 33 } }, @@ -31723,16 +30775,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22520, - 22625 + 21978, + 22083 ], "loc": { "start": { - "line": 802, + "line": 792, "column": 8 }, "end": { - "line": 806, + "line": 796, "column": 11 } } @@ -31743,16 +30795,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22669, - 22765 + 22127, + 22223 ], "loc": { "start": { - "line": 809, + "line": 799, "column": 8 }, "end": { - "line": 813, + "line": 803, "column": 11 } } @@ -31770,16 +30822,16 @@ "object": { "type": "ThisExpression", "range": [ - 22774, - 22778 + 22232, + 22236 ], "loc": { "start": { - "line": 814, + "line": 804, "column": 8 }, "end": { - "line": 814, + "line": 804, "column": 12 } } @@ -31788,31 +30840,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 22779, - 22794 + 22237, + 22252 ], "loc": { "start": { - "line": 814, + "line": 804, "column": 13 }, "end": { - "line": 814, + "line": 804, "column": 28 } } }, "range": [ - 22774, - 22794 + 22232, + 22252 ], "loc": { "start": { - "line": 814, + "line": 804, "column": 8 }, "end": { - "line": 814, + "line": 804, "column": 28 } } @@ -31822,46 +30874,46 @@ "value": null, "raw": "null", "range": [ - 22797, - 22801 + 22255, + 22259 ], "loc": { "start": { - "line": 814, + "line": 804, "column": 31 }, "end": { - "line": 814, + "line": 804, "column": 35 } } }, "range": [ - 22774, - 22801 + 22232, + 22259 ], "loc": { "start": { - "line": 814, + "line": 804, "column": 8 }, "end": { - "line": 814, + "line": 804, "column": 35 } } }, "range": [ - 22774, - 22802 + 22232, + 22260 ], "loc": { "start": { - "line": 814, + "line": 804, "column": 8 }, "end": { - "line": 814, + "line": 804, "column": 36 } }, @@ -31870,16 +30922,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22669, - 22765 + 22127, + 22223 ], "loc": { "start": { - "line": 809, + "line": 799, "column": 8 }, "end": { - "line": 813, + "line": 803, "column": 11 } } @@ -31890,16 +30942,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 22812, - 22903 + 22270, + 22361 ], "loc": { "start": { - "line": 816, + "line": 806, "column": 8 }, "end": { - "line": 819, + "line": 809, "column": 11 } } @@ -31917,16 +30969,16 @@ "object": { "type": "ThisExpression", "range": [ - 22912, - 22916 + 22370, + 22374 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 8 }, "end": { - "line": 820, + "line": 810, "column": 12 } } @@ -31935,31 +30987,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 22917, - 22934 + 22375, + 22392 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 13 }, "end": { - "line": 820, + "line": 810, "column": 30 } } }, "range": [ - 22912, - 22934 + 22370, + 22392 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 8 }, "end": { - "line": 820, + "line": 810, "column": 30 } } @@ -31970,16 +31022,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 22937, - 22944 + 22395, + 22402 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 33 }, "end": { - "line": 820, + "line": 810, "column": 40 } } @@ -31992,16 +31044,16 @@ "type": "Identifier", "name": "f", "range": [ - 22945, - 22946 + 22403, + 22404 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 41 }, "end": { - "line": 820, + "line": 810, "column": 42 } } @@ -32010,77 +31062,77 @@ "type": "Identifier", "name": "highlight_keywords", "range": [ - 22947, - 22965 + 22405, + 22423 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 43 }, "end": { - "line": 820, + "line": 810, "column": 61 } } }, "range": [ - 22945, - 22965 + 22403, + 22423 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 41 }, "end": { - "line": 820, + "line": 810, "column": 61 } } } ], "range": [ - 22937, - 22966 + 22395, + 22424 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 33 }, "end": { - "line": 820, + "line": 810, "column": 62 } } }, "range": [ - 22912, - 22966 + 22370, + 22424 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 8 }, "end": { - "line": 820, + "line": 810, "column": 62 } } }, "range": [ - 22912, - 22967 + 22370, + 22425 ], "loc": { "start": { - "line": 820, + "line": 810, "column": 8 }, "end": { - "line": 820, + "line": 810, "column": 63 } }, @@ -32089,16 +31141,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 22812, - 22903 + 22270, + 22361 ], "loc": { "start": { - "line": 816, + "line": 806, "column": 8 }, "end": { - "line": 819, + "line": 809, "column": 11 } } @@ -32109,16 +31161,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 22977, - 23069 + 22435, + 22527 ], "loc": { "start": { - "line": 822, + "line": 812, "column": 8 }, "end": { - "line": 825, + "line": 815, "column": 11 } } @@ -32136,16 +31188,16 @@ "object": { "type": "ThisExpression", "range": [ - 23078, - 23082 + 22536, + 22540 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 8 }, "end": { - "line": 826, + "line": 816, "column": 12 } } @@ -32154,31 +31206,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 23083, - 23092 + 22541, + 22550 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 13 }, "end": { - "line": 826, + "line": 816, "column": 22 } } }, "range": [ - 23078, - 23092 + 22536, + 22550 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 8 }, "end": { - "line": 826, + "line": 816, "column": 22 } } @@ -32192,16 +31244,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23095, - 23100 + 22553, + 22558 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 25 }, "end": { - "line": 826, + "line": 816, "column": 30 } } @@ -32214,16 +31266,16 @@ "type": "Identifier", "name": "f", "range": [ - 23101, - 23102 + 22559, + 22560 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 31 }, "end": { - "line": 826, + "line": 816, "column": 32 } } @@ -32232,47 +31284,47 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23103, - 23121 + 22561, + 22579 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 33 }, "end": { - "line": 826, + "line": 816, "column": 51 } } }, "range": [ - 23101, - 23121 + 22559, + 22579 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 31 }, "end": { - "line": 826, + "line": 816, "column": 51 } } } ], "range": [ - 23095, - 23122 + 22553, + 22580 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 25 }, "end": { - "line": 826, + "line": 816, "column": 52 } } @@ -32283,16 +31335,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23138, - 23145 + 22596, + 22603 ], "loc": { "start": { - "line": 827, + "line": 817, "column": 12 }, "end": { - "line": 827, + "line": 817, "column": 19 } } @@ -32305,16 +31357,16 @@ "type": "Identifier", "name": "f", "range": [ - 23146, - 23147 + 22604, + 22605 ], "loc": { "start": { - "line": 827, + "line": 817, "column": 20 }, "end": { - "line": 827, + "line": 817, "column": 21 } } @@ -32323,92 +31375,92 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23148, - 23166 + 22606, + 22624 ], "loc": { "start": { - "line": 827, + "line": 817, "column": 22 }, "end": { - "line": 827, + "line": 817, "column": 40 } } }, "range": [ - 23146, - 23166 + 22604, + 22624 ], "loc": { "start": { - "line": 827, + "line": 817, "column": 20 }, "end": { - "line": 827, + "line": 817, "column": 40 } } } ], "range": [ - 23138, - 23167 + 22596, + 22625 ], "loc": { "start": { - "line": 827, + "line": 817, "column": 12 }, "end": { - "line": 827, + "line": 817, "column": 41 } } }, "range": [ - 23095, - 23167 + 22553, + 22625 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 25 }, "end": { - "line": 827, + "line": 817, "column": 41 } } }, "range": [ - 23078, - 23167 + 22536, + 22625 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 8 }, "end": { - "line": 827, + "line": 817, "column": 41 } } }, "range": [ - 23078, - 23168 + 22536, + 22626 ], "loc": { "start": { - "line": 826, + "line": 816, "column": 8 }, "end": { - "line": 827, + "line": 817, "column": 42 } }, @@ -32417,16 +31469,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 22977, - 23069 + 22435, + 22527 ], "loc": { "start": { - "line": 822, + "line": 812, "column": 8 }, "end": { - "line": 825, + "line": 815, "column": 11 } } @@ -32437,16 +31489,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23178, - 23256 + 22636, + 22714 ], "loc": { "start": { - "line": 829, + "line": 819, "column": 8 }, "end": { - "line": 832, + "line": 822, "column": 11 } } @@ -32464,16 +31516,16 @@ "object": { "type": "ThisExpression", "range": [ - 23265, - 23269 + 22723, + 22727 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 8 }, "end": { - "line": 833, + "line": 823, "column": 12 } } @@ -32482,31 +31534,31 @@ "type": "Identifier", "name": "state", "range": [ - 23270, - 23275 + 22728, + 22733 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 13 }, "end": { - "line": 833, + "line": 823, "column": 18 } } }, "range": [ - 23265, - 23275 + 22723, + 22733 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 8 }, "end": { - "line": 833, + "line": 823, "column": 18 } } @@ -32520,16 +31572,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23278, - 23283 + 22736, + 22741 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 21 }, "end": { - "line": 833, + "line": 823, "column": 26 } } @@ -32542,16 +31594,16 @@ "type": "Identifier", "name": "f", "range": [ - 23284, - 23285 + 22742, + 22743 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 27 }, "end": { - "line": 833, + "line": 823, "column": 28 } } @@ -32560,47 +31612,47 @@ "type": "Identifier", "name": "state", "range": [ - 23286, - 23291 + 22744, + 22749 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 29 }, "end": { - "line": 833, + "line": 823, "column": 34 } } }, "range": [ - 23284, - 23291 + 22742, + 22749 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 27 }, "end": { - "line": 833, + "line": 823, "column": 34 } } } ], "range": [ - 23278, - 23292 + 22736, + 22750 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 21 }, "end": { - "line": 833, + "line": 823, "column": 35 } } @@ -32611,16 +31663,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23296, - 23303 + 22754, + 22761 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 39 }, "end": { - "line": 833, + "line": 823, "column": 46 } } @@ -32633,16 +31685,16 @@ "type": "Identifier", "name": "f", "range": [ - 23304, - 23305 + 22762, + 22763 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 47 }, "end": { - "line": 833, + "line": 823, "column": 48 } } @@ -32651,92 +31703,92 @@ "type": "Identifier", "name": "state", "range": [ - 23306, - 23311 + 22764, + 22769 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 49 }, "end": { - "line": 833, + "line": 823, "column": 54 } } }, "range": [ - 23304, - 23311 + 22762, + 22769 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 47 }, "end": { - "line": 833, + "line": 823, "column": 54 } } } ], "range": [ - 23296, - 23312 + 22754, + 22770 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 39 }, "end": { - "line": 833, + "line": 823, "column": 55 } } }, "range": [ - 23278, - 23312 + 22736, + 22770 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 21 }, "end": { - "line": 833, + "line": 823, "column": 55 } } }, "range": [ - 23265, - 23312 + 22723, + 22770 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 8 }, "end": { - "line": 833, + "line": 823, "column": 55 } } }, "range": [ - 23265, - 23313 + 22723, + 22771 ], "loc": { "start": { - "line": 833, + "line": 823, "column": 8 }, "end": { - "line": 833, + "line": 823, "column": 56 } }, @@ -32745,16 +31797,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23178, - 23256 + 22636, + 22714 ], "loc": { "start": { - "line": 829, + "line": 819, "column": 8 }, "end": { - "line": 832, + "line": 822, "column": 11 } } @@ -32765,16 +31817,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23323, - 23343 + 22781, + 22801 ], "loc": { "start": { - "line": 835, + "line": 825, "column": 8 }, "end": { - "line": 835, + "line": 825, "column": 28 } } @@ -32783,16 +31835,16 @@ "type": "Block", "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", "range": [ - 23353, - 23520 + 22811, + 22978 ], "loc": { "start": { - "line": 837, + "line": 827, "column": 8 }, "end": { - "line": 841, + "line": 831, "column": 11 } } @@ -32810,16 +31862,16 @@ "object": { "type": "ThisExpression", "range": [ - 23529, - 23533 + 22987, + 22991 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 8 }, "end": { - "line": 842, + "line": 832, "column": 12 } } @@ -32828,31 +31880,31 @@ "type": "Identifier", "name": "locale", "range": [ - 23534, - 23540 + 22992, + 22998 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 13 }, "end": { - "line": 842, + "line": 832, "column": 19 } } }, "range": [ - 23529, - 23540 + 22987, + 22998 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 8 }, "end": { - "line": 842, + "line": 832, "column": 19 } } @@ -32867,16 +31919,16 @@ "type": "Identifier", "name": "f", "range": [ - 23543, - 23544 + 23001, + 23002 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 22 }, "end": { - "line": 842, + "line": 832, "column": 23 } } @@ -32885,31 +31937,31 @@ "type": "Identifier", "name": "locale", "range": [ - 23545, - 23551 + 23003, + 23009 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 24 }, "end": { - "line": 842, + "line": 832, "column": 30 } } }, "range": [ - 23543, - 23551 + 23001, + 23009 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 22 }, "end": { - "line": 842, + "line": 832, "column": 30 } } @@ -32919,61 +31971,61 @@ "value": "en", "raw": "'en'", "range": [ - 23555, - 23559 + 23013, + 23017 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 34 }, "end": { - "line": 842, + "line": 832, "column": 38 } } }, "range": [ - 23543, - 23559 + 23001, + 23017 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 22 }, "end": { - "line": 842, + "line": 832, "column": 38 } } }, "range": [ - 23529, - 23559 + 22987, + 23017 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 8 }, "end": { - "line": 842, + "line": 832, "column": 38 } } }, "range": [ - 23529, - 23560 + 22987, + 23018 ], "loc": { "start": { - "line": 842, + "line": 832, "column": 8 }, "end": { - "line": 842, + "line": 832, "column": 39 } }, @@ -32982,16 +32034,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23323, - 23343 + 22781, + 22801 ], "loc": { "start": { - "line": 835, + "line": 825, "column": 8 }, "end": { - "line": 835, + "line": 825, "column": 28 } } @@ -33000,16 +32052,16 @@ "type": "Block", "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", "range": [ - 23353, - 23520 + 22811, + 22978 ], "loc": { "start": { - "line": 837, + "line": 827, "column": 8 }, "end": { - "line": 841, + "line": 831, "column": 11 } } @@ -33020,16 +32072,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23570, - 23677 + 23028, + 23135 ], "loc": { "start": { - "line": 844, + "line": 834, "column": 8 }, "end": { - "line": 847, + "line": 837, "column": 11 } } @@ -33047,16 +32099,16 @@ "object": { "type": "ThisExpression", "range": [ - 23686, - 23690 + 23144, + 23148 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 8 }, "end": { - "line": 848, + "line": 838, "column": 12 } } @@ -33065,31 +32117,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 23691, - 23709 + 23149, + 23167 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 13 }, "end": { - "line": 848, + "line": 838, "column": 31 } } }, "range": [ - 23686, - 23709 + 23144, + 23167 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 8 }, "end": { - "line": 848, + "line": 838, "column": 31 } } @@ -33104,16 +32156,16 @@ "type": "Identifier", "name": "f", "range": [ - 23712, - 23713 + 23170, + 23171 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 34 }, "end": { - "line": 848, + "line": 838, "column": 35 } } @@ -33122,31 +32174,31 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 23714, - 23733 + 23172, + 23191 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 36 }, "end": { - "line": 848, + "line": 838, "column": 55 } } }, "range": [ - 23712, - 23733 + 23170, + 23191 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 34 }, "end": { - "line": 848, + "line": 838, "column": 55 } } @@ -33156,61 +32208,61 @@ "value": ",", "raw": "','", "range": [ - 23737, - 23740 + 23195, + 23198 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 59 }, "end": { - "line": 848, + "line": 838, "column": 62 } } }, "range": [ - 23712, - 23740 + 23170, + 23198 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 34 }, "end": { - "line": 848, + "line": 838, "column": 62 } } }, "range": [ - 23686, - 23740 + 23144, + 23198 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 8 }, "end": { - "line": 848, + "line": 838, "column": 62 } } }, "range": [ - 23686, - 23741 + 23144, + 23199 ], "loc": { "start": { - "line": 848, + "line": 838, "column": 8 }, "end": { - "line": 848, + "line": 838, "column": 63 } }, @@ -33219,16 +32271,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23570, - 23677 + 23028, + 23135 ], "loc": { "start": { - "line": 844, + "line": 834, "column": 8 }, "end": { - "line": 847, + "line": 837, "column": 11 } } @@ -33239,16 +32291,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23751, - 23856 + 23209, + 23314 ], "loc": { "start": { - "line": 850, + "line": 840, "column": 8 }, "end": { - "line": 853, + "line": 843, "column": 11 } } @@ -33266,16 +32318,16 @@ "object": { "type": "ThisExpression", "range": [ - 23865, - 23869 + 23323, + 23327 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 8 }, "end": { - "line": 854, + "line": 844, "column": 12 } } @@ -33284,31 +32336,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 23870, - 23886 + 23328, + 23344 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 13 }, "end": { - "line": 854, + "line": 844, "column": 29 } } }, "range": [ - 23865, - 23886 + 23323, + 23344 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 8 }, "end": { - "line": 854, + "line": 844, "column": 29 } } @@ -33323,16 +32375,16 @@ "type": "Identifier", "name": "f", "range": [ - 23889, - 23890 + 23347, + 23348 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 32 }, "end": { - "line": 854, + "line": 844, "column": 33 } } @@ -33341,31 +32393,31 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 23891, - 23908 + 23349, + 23366 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 34 }, "end": { - "line": 854, + "line": 844, "column": 51 } } }, "range": [ - 23889, - 23908 + 23347, + 23366 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 32 }, "end": { - "line": 854, + "line": 844, "column": 51 } } @@ -33375,61 +32427,61 @@ "value": ".", "raw": "'.'", "range": [ - 23912, - 23915 + 23370, + 23373 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 55 }, "end": { - "line": 854, + "line": 844, "column": 58 } } }, "range": [ - 23889, - 23915 + 23347, + 23373 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 32 }, "end": { - "line": 854, + "line": 844, "column": 58 } } }, "range": [ - 23865, - 23915 + 23323, + 23373 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 8 }, "end": { - "line": 854, + "line": 844, "column": 58 } } }, "range": [ - 23865, - 23916 + 23323, + 23374 ], "loc": { "start": { - "line": 854, + "line": 844, "column": 8 }, "end": { - "line": 854, + "line": 844, "column": 59 } }, @@ -33438,16 +32490,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23751, - 23856 + 23209, + 23314 ], "loc": { "start": { - "line": 850, + "line": 840, "column": 8 }, "end": { - "line": 853, + "line": 843, "column": 11 } } @@ -33458,16 +32510,16 @@ "type": "Block", "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 23926, - 24524 + 23384, + 23982 ], "loc": { "start": { - "line": 856, + "line": 846, "column": 8 }, "end": { - "line": 869, + "line": 859, "column": 11 } } @@ -33485,16 +32537,16 @@ "object": { "type": "ThisExpression", "range": [ - 24533, - 24537 + 23991, + 23995 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 8 }, "end": { - "line": 870, + "line": 860, "column": 12 } } @@ -33503,31 +32555,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 24538, - 24546 + 23996, + 24004 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 13 }, "end": { - "line": 870, + "line": 860, "column": 21 } } }, "range": [ - 24533, - 24546 + 23991, + 24004 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 8 }, "end": { - "line": 870, + "line": 860, "column": 21 } } @@ -33540,16 +32592,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 24549, - 24556 + 24007, + 24014 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 24 }, "end": { - "line": 870, + "line": 860, "column": 31 } } @@ -33562,16 +32614,16 @@ "type": "Identifier", "name": "f", "range": [ - 24557, - 24558 + 24015, + 24016 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 32 }, "end": { - "line": 870, + "line": 860, "column": 33 } } @@ -33580,47 +32632,47 @@ "type": "Identifier", "name": "col_types", "range": [ - 24559, - 24568 + 24017, + 24026 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 34 }, "end": { - "line": 870, + "line": 860, "column": 43 } } }, "range": [ - 24557, - 24568 + 24015, + 24026 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 32 }, "end": { - "line": 870, + "line": 860, "column": 43 } } } ], "range": [ - 24549, - 24569 + 24007, + 24027 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 24 }, "end": { - "line": 870, + "line": 860, "column": 44 } } @@ -33632,16 +32684,16 @@ "type": "Identifier", "name": "f", "range": [ - 24572, - 24573 + 24030, + 24031 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 47 }, "end": { - "line": 870, + "line": 860, "column": 48 } } @@ -33650,31 +32702,31 @@ "type": "Identifier", "name": "col_types", "range": [ - 24574, - 24583 + 24032, + 24041 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 49 }, "end": { - "line": 870, + "line": 860, "column": 58 } } }, "range": [ - 24572, - 24583 + 24030, + 24041 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 47 }, "end": { - "line": 870, + "line": 860, "column": 58 } } @@ -33683,61 +32735,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 24586, - 24588 + 24044, + 24046 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 61 }, "end": { - "line": 870, + "line": 860, "column": 63 } } }, "range": [ - 24549, - 24588 + 24007, + 24046 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 24 }, "end": { - "line": 870, + "line": 860, "column": 63 } } }, "range": [ - 24533, - 24588 + 23991, + 24046 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 8 }, "end": { - "line": 870, + "line": 860, "column": 63 } } }, "range": [ - 24533, - 24589 + 23991, + 24047 ], "loc": { "start": { - "line": 870, + "line": 860, "column": 8 }, "end": { - "line": 870, + "line": 860, "column": 64 } }, @@ -33746,16 +32798,16 @@ "type": "Block", "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 23926, - 24524 + 23384, + 23982 ], "loc": { "start": { - "line": 856, + "line": 846, "column": 8 }, "end": { - "line": 869, + "line": 859, "column": 11 } } @@ -33766,16 +32818,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24599, - 24621 + 24057, + 24079 ], "loc": { "start": { - "line": 872, + "line": 862, "column": 8 }, "end": { - "line": 872, + "line": 862, "column": 30 } } @@ -33784,16 +32836,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 24630, - 24688 + 24088, + 24146 ], "loc": { "start": { - "line": 873, + "line": 863, "column": 8 }, "end": { - "line": 876, + "line": 866, "column": 11 } } @@ -33811,16 +32863,16 @@ "object": { "type": "ThisExpression", "range": [ - 24697, - 24701 + 24155, + 24159 ], "loc": { "start": { - "line": 877, + "line": 867, "column": 8 }, "end": { - "line": 877, + "line": 867, "column": 12 } } @@ -33829,31 +32881,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 24702, - 24708 + 24160, + 24166 ], "loc": { "start": { - "line": 877, + "line": 867, "column": 13 }, "end": { - "line": 877, + "line": 867, "column": 19 } } }, "range": [ - 24697, - 24708 + 24155, + 24166 ], "loc": { "start": { - "line": 877, + "line": 867, "column": 8 }, "end": { - "line": 877, + "line": 867, "column": 19 } } @@ -33863,46 +32915,46 @@ "value": "TF", "raw": "'TF'", "range": [ - 24711, - 24715 + 24169, + 24173 ], "loc": { "start": { - "line": 877, + "line": 867, "column": 22 }, "end": { - "line": 877, + "line": 867, "column": 26 } } }, "range": [ - 24697, - 24715 + 24155, + 24173 ], "loc": { "start": { - "line": 877, + "line": 867, "column": 8 }, "end": { - "line": 877, + "line": 867, "column": 26 } } }, "range": [ - 24697, - 24716 + 24155, + 24174 ], "loc": { "start": { - "line": 877, + "line": 867, "column": 8 }, "end": { - "line": 877, + "line": 867, "column": 27 } }, @@ -33911,16 +32963,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24599, - 24621 + 24057, + 24079 ], "loc": { "start": { - "line": 872, + "line": 862, "column": 8 }, "end": { - "line": 872, + "line": 862, "column": 30 } } @@ -33929,16 +32981,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 24630, - 24688 + 24088, + 24146 ], "loc": { "start": { - "line": 873, + "line": 863, "column": 8 }, "end": { - "line": 876, + "line": 866, "column": 11 } } @@ -33949,16 +33001,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 24726, - 24810 + 24184, + 24268 ], "loc": { "start": { - "line": 879, + "line": 869, "column": 8 }, "end": { - "line": 882, + "line": 872, "column": 11 } } @@ -33976,16 +33028,16 @@ "object": { "type": "ThisExpression", "range": [ - 24819, - 24823 + 24277, + 24281 ], "loc": { "start": { - "line": 883, + "line": 873, "column": 8 }, "end": { - "line": 883, + "line": 873, "column": 12 } } @@ -33994,31 +33046,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 24824, - 24831 + 24282, + 24289 ], "loc": { "start": { - "line": 883, + "line": 873, "column": 13 }, "end": { - "line": 883, + "line": 873, "column": 20 } } }, "range": [ - 24819, - 24831 + 24277, + 24289 ], "loc": { "start": { - "line": 883, + "line": 873, "column": 8 }, "end": { - "line": 883, + "line": 873, "column": 20 } } @@ -34028,46 +33080,46 @@ "value": "flt", "raw": "'flt'", "range": [ - 24834, - 24839 + 24292, + 24297 ], "loc": { "start": { - "line": 883, + "line": 873, "column": 23 }, "end": { - "line": 883, + "line": 873, "column": 28 } } }, "range": [ - 24819, - 24839 + 24277, + 24297 ], "loc": { "start": { - "line": 883, + "line": 873, "column": 8 }, "end": { - "line": 883, + "line": 873, "column": 28 } } }, "range": [ - 24819, - 24840 + 24277, + 24298 ], "loc": { "start": { - "line": 883, + "line": 873, "column": 8 }, "end": { - "line": 883, + "line": 873, "column": 29 } }, @@ -34076,16 +33128,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 24726, - 24810 + 24184, + 24268 ], "loc": { "start": { - "line": 879, + "line": 869, "column": 8 }, "end": { - "line": 882, + "line": 872, "column": 11 } } @@ -34096,16 +33148,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 24850, - 24915 + 24308, + 24373 ], "loc": { "start": { - "line": 885, + "line": 875, "column": 8 }, "end": { - "line": 888, + "line": 878, "column": 11 } } @@ -34123,16 +33175,16 @@ "object": { "type": "ThisExpression", "range": [ - 24924, - 24928 + 24382, + 24386 ], "loc": { "start": { - "line": 889, + "line": 879, "column": 8 }, "end": { - "line": 889, + "line": 879, "column": 12 } } @@ -34141,31 +33193,31 @@ "type": "Identifier", "name": "prfxValButton", "range": [ - 24929, - 24942 + 24387, + 24400 ], "loc": { "start": { - "line": 889, + "line": 879, "column": 13 }, "end": { - "line": 889, + "line": 879, "column": 26 } } }, "range": [ - 24924, - 24942 + 24382, + 24400 ], "loc": { "start": { - "line": 889, + "line": 879, "column": 8 }, "end": { - "line": 889, + "line": 879, "column": 26 } } @@ -34175,46 +33227,46 @@ "value": "btn", "raw": "'btn'", "range": [ - 24945, - 24950 + 24403, + 24408 ], "loc": { "start": { - "line": 889, + "line": 879, "column": 29 }, "end": { - "line": 889, + "line": 879, "column": 34 } } }, "range": [ - 24924, - 24950 + 24382, + 24408 ], "loc": { "start": { - "line": 889, + "line": 879, "column": 8 }, "end": { - "line": 889, + "line": 879, "column": 34 } } }, "range": [ - 24924, - 24951 + 24382, + 24409 ], "loc": { "start": { - "line": 889, + "line": 879, "column": 8 }, "end": { - "line": 889, + "line": 879, "column": 35 } }, @@ -34223,16 +33275,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 24850, - 24915 + 24308, + 24373 ], "loc": { "start": { - "line": 885, + "line": 875, "column": 8 }, "end": { - "line": 888, + "line": 878, "column": 11 } } @@ -34243,16 +33295,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 24961, - 25035 + 24419, + 24493 ], "loc": { "start": { - "line": 891, + "line": 881, "column": 8 }, "end": { - "line": 894, + "line": 884, "column": 11 } } @@ -34270,16 +33322,16 @@ "object": { "type": "ThisExpression", "range": [ - 25044, - 25048 + 24502, + 24506 ], "loc": { "start": { - "line": 895, + "line": 885, "column": 8 }, "end": { - "line": 895, + "line": 885, "column": 12 } } @@ -34288,31 +33340,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 25049, - 25059 + 24507, + 24517 ], "loc": { "start": { - "line": 895, + "line": 885, "column": 13 }, "end": { - "line": 895, + "line": 885, "column": 23 } } }, "range": [ - 25044, - 25059 + 24502, + 24517 ], "loc": { "start": { - "line": 895, + "line": 885, "column": 8 }, "end": { - "line": 895, + "line": 885, "column": 23 } } @@ -34322,46 +33374,46 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 25062, - 25068 + 24520, + 24526 ], "loc": { "start": { - "line": 895, + "line": 885, "column": 26 }, "end": { - "line": 895, + "line": 885, "column": 32 } } }, "range": [ - 25044, - 25068 + 24502, + 24526 ], "loc": { "start": { - "line": 895, + "line": 885, "column": 8 }, "end": { - "line": 895, + "line": 885, "column": 32 } } }, "range": [ - 25044, - 25069 + 24502, + 24527 ], "loc": { "start": { - "line": 895, + "line": 885, "column": 8 }, "end": { - "line": 895, + "line": 885, "column": 33 } }, @@ -34370,16 +33422,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 24961, - 25035 + 24419, + 24493 ], "loc": { "start": { - "line": 891, + "line": 881, "column": 8 }, "end": { - "line": 894, + "line": 884, "column": 11 } } @@ -34390,16 +33442,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25079, - 25156 + 24537, + 24614 ], "loc": { "start": { - "line": 897, + "line": 887, "column": 8 }, "end": { - "line": 900, + "line": 890, "column": 11 } } @@ -34417,16 +33469,16 @@ "object": { "type": "ThisExpression", "range": [ - 25165, - 25169 + 24623, + 24627 ], "loc": { "start": { - "line": 901, + "line": 891, "column": 8 }, "end": { - "line": 901, + "line": 891, "column": 12 } } @@ -34435,31 +33487,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 25170, - 25178 + 24628, + 24636 ], "loc": { "start": { - "line": 901, + "line": 891, "column": 13 }, "end": { - "line": 901, + "line": 891, "column": 21 } } }, "range": [ - 25165, - 25178 + 24623, + 24636 ], "loc": { "start": { - "line": 901, + "line": 891, "column": 8 }, "end": { - "line": 901, + "line": 891, "column": 21 } } @@ -34469,46 +33521,46 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 25181, - 25188 + 24639, + 24646 ], "loc": { "start": { - "line": 901, + "line": 891, "column": 24 }, "end": { - "line": 901, + "line": 891, "column": 31 } } }, "range": [ - 25165, - 25188 + 24623, + 24646 ], "loc": { "start": { - "line": 901, + "line": 891, "column": 8 }, "end": { - "line": 901, + "line": 891, "column": 31 } } }, "range": [ - 25165, - 25189 + 24623, + 24647 ], "loc": { "start": { - "line": 901, + "line": 891, "column": 8 }, "end": { - "line": 901, + "line": 891, "column": 32 } }, @@ -34517,16 +33569,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25079, - 25156 + 24537, + 24614 ], "loc": { "start": { - "line": 897, + "line": 887, "column": 8 }, "end": { - "line": 900, + "line": 890, "column": 11 } } @@ -34537,16 +33589,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25199, - 25277 + 24657, + 24735 ], "loc": { "start": { - "line": 903, + "line": 893, "column": 8 }, "end": { - "line": 906, + "line": 896, "column": 11 } } @@ -34564,16 +33616,16 @@ "object": { "type": "ThisExpression", "range": [ - 25286, - 25290 + 24744, + 24748 ], "loc": { "start": { - "line": 907, + "line": 897, "column": 8 }, "end": { - "line": 907, + "line": 897, "column": 12 } } @@ -34582,31 +33634,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 25291, - 25299 + 24749, + 24757 ], "loc": { "start": { - "line": 907, + "line": 897, "column": 13 }, "end": { - "line": 907, + "line": 897, "column": 21 } } }, "range": [ - 25286, - 25299 + 24744, + 24757 ], "loc": { "start": { - "line": 907, + "line": 897, "column": 8 }, "end": { - "line": 907, + "line": 897, "column": 21 } } @@ -34616,46 +33668,46 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 25302, - 25309 + 24760, + 24767 ], "loc": { "start": { - "line": 907, + "line": 897, "column": 24 }, "end": { - "line": 907, + "line": 897, "column": 31 } } }, "range": [ - 25286, - 25309 + 24744, + 24767 ], "loc": { "start": { - "line": 907, + "line": 897, "column": 8 }, "end": { - "line": 907, + "line": 897, "column": 31 } } }, "range": [ - 25286, - 25310 + 24744, + 24768 ], "loc": { "start": { - "line": 907, + "line": 897, "column": 8 }, "end": { - "line": 907, + "line": 897, "column": 32 } }, @@ -34664,16 +33716,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25199, - 25277 + 24657, + 24735 ], "loc": { "start": { - "line": 903, + "line": 893, "column": 8 }, "end": { - "line": 906, + "line": 896, "column": 11 } } @@ -34684,16 +33736,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25320, - 25399 + 24778, + 24857 ], "loc": { "start": { - "line": 909, + "line": 899, "column": 8 }, "end": { - "line": 912, + "line": 902, "column": 11 } } @@ -34711,16 +33763,16 @@ "object": { "type": "ThisExpression", "range": [ - 25408, - 25412 + 24866, + 24870 ], "loc": { "start": { - "line": 913, + "line": 903, "column": 8 }, "end": { - "line": 913, + "line": 903, "column": 12 } } @@ -34729,31 +33781,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 25413, - 25421 + 24871, + 24879 ], "loc": { "start": { - "line": 913, + "line": 903, "column": 13 }, "end": { - "line": 913, + "line": 903, "column": 21 } } }, "range": [ - 25408, - 25421 + 24866, + 24879 ], "loc": { "start": { - "line": 913, + "line": 903, "column": 8 }, "end": { - "line": 913, + "line": 903, "column": 21 } } @@ -34763,46 +33815,46 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 25424, - 25431 + 24882, + 24889 ], "loc": { "start": { - "line": 913, + "line": 903, "column": 24 }, "end": { - "line": 913, + "line": 903, "column": 31 } } }, "range": [ - 25408, - 25431 + 24866, + 24889 ], "loc": { "start": { - "line": 913, + "line": 903, "column": 8 }, "end": { - "line": 913, + "line": 903, "column": 31 } } }, "range": [ - 25408, - 25432 + 24866, + 24890 ], "loc": { "start": { - "line": 913, + "line": 903, "column": 8 }, "end": { - "line": 913, + "line": 903, "column": 32 } }, @@ -34811,16 +33863,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25320, - 25399 + 24778, + 24857 ], "loc": { "start": { - "line": 909, + "line": 899, "column": 8 }, "end": { - "line": 912, + "line": 902, "column": 11 } } @@ -34831,16 +33883,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25442, - 25509 + 24900, + 24967 ], "loc": { "start": { - "line": 915, + "line": 905, "column": 8 }, "end": { - "line": 918, + "line": 908, "column": 11 } } @@ -34858,16 +33910,16 @@ "object": { "type": "ThisExpression", "range": [ - 25518, - 25522 + 24976, + 24980 ], "loc": { "start": { - "line": 919, + "line": 909, "column": 8 }, "end": { - "line": 919, + "line": 909, "column": 12 } } @@ -34876,31 +33928,31 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 25523, - 25537 + 24981, + 24995 ], "loc": { "start": { - "line": 919, + "line": 909, "column": 13 }, "end": { - "line": 919, + "line": 909, "column": 27 } } }, "range": [ - 25518, - 25537 + 24976, + 24995 ], "loc": { "start": { - "line": 919, + "line": 909, "column": 8 }, "end": { - "line": 919, + "line": 909, "column": 27 } } @@ -34910,46 +33962,46 @@ "value": "resp", "raw": "'resp'", "range": [ - 25540, - 25546 + 24998, + 25004 ], "loc": { "start": { - "line": 919, + "line": 909, "column": 30 }, "end": { - "line": 919, + "line": 909, "column": 36 } } }, "range": [ - 25518, - 25546 + 24976, + 25004 ], "loc": { "start": { - "line": 919, + "line": 909, "column": 8 }, "end": { - "line": 919, + "line": 909, "column": 36 } } }, "range": [ - 25518, - 25547 + 24976, + 25005 ], "loc": { "start": { - "line": 919, + "line": 909, "column": 8 }, "end": { - "line": 919, + "line": 909, "column": 37 } }, @@ -34958,16 +34010,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25442, - 25509 + 24900, + 24967 ], "loc": { "start": { - "line": 915, + "line": 905, "column": 8 }, "end": { - "line": 918, + "line": 908, "column": 11 } } @@ -34978,16 +34030,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25557, - 25577 + 25015, + 25035 ], "loc": { "start": { - "line": 921, + "line": 911, "column": 8 }, "end": { - "line": 921, + "line": 911, "column": 28 } } @@ -34996,16 +34048,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25586, - 25683 + 25044, + 25141 ], "loc": { "start": { - "line": 922, + "line": 912, "column": 8 }, "end": { - "line": 926, + "line": 916, "column": 11 } } @@ -35023,16 +34075,16 @@ "object": { "type": "ThisExpression", "range": [ - 25692, - 25696 + 25150, + 25154 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 8 }, "end": { - "line": 927, + "line": 917, "column": 12 } } @@ -35041,31 +34093,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 25697, - 25707 + 25155, + 25165 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 13 }, "end": { - "line": 927, + "line": 917, "column": 23 } } }, "range": [ - 25692, - 25707 + 25150, + 25165 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 8 }, "end": { - "line": 927, + "line": 917, "column": 23 } } @@ -35077,16 +34129,16 @@ "type": "Identifier", "name": "f", "range": [ - 25710, - 25711 + 25168, + 25169 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 26 }, "end": { - "line": 927, + "line": 917, "column": 27 } } @@ -35095,61 +34147,61 @@ "type": "Identifier", "name": "extensions", "range": [ - 25712, - 25722 + 25170, + 25180 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 28 }, "end": { - "line": 927, + "line": 917, "column": 38 } } }, "range": [ - 25710, - 25722 + 25168, + 25180 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 26 }, "end": { - "line": 927, + "line": 917, "column": 38 } } }, "range": [ - 25692, - 25722 + 25150, + 25180 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 8 }, "end": { - "line": 927, + "line": 917, "column": 38 } } }, "range": [ - 25692, - 25723 + 25150, + 25181 ], "loc": { "start": { - "line": 927, + "line": 917, "column": 8 }, "end": { - "line": 927, + "line": 917, "column": 39 } }, @@ -35158,16 +34210,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25557, - 25577 + 25015, + 25035 ], "loc": { "start": { - "line": 921, + "line": 911, "column": 8 }, "end": { - "line": 921, + "line": 911, "column": 28 } } @@ -35176,16 +34228,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25586, - 25683 + 25044, + 25141 ], "loc": { "start": { - "line": 922, + "line": 912, "column": 8 }, "end": { - "line": 926, + "line": 916, "column": 11 } } @@ -35196,16 +34248,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 25733, - 25846 + 25191, + 25304 ], "loc": { "start": { - "line": 929, + "line": 919, "column": 8 }, "end": { - "line": 933, + "line": 923, "column": 11 } } @@ -35223,16 +34275,16 @@ "object": { "type": "ThisExpression", "range": [ - 25855, - 25859 + 25313, + 25317 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 8 }, "end": { - "line": 934, + "line": 924, "column": 12 } } @@ -35241,31 +34293,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 25860, - 25873 + 25318, + 25331 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 13 }, "end": { - "line": 934, + "line": 924, "column": 26 } } }, "range": [ - 25855, - 25873 + 25313, + 25331 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 8 }, "end": { - "line": 934, + "line": 924, "column": 26 } } @@ -35276,16 +34328,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 25876, - 25883 + 25334, + 25341 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 29 }, "end": { - "line": 934, + "line": 924, "column": 36 } } @@ -35297,16 +34349,16 @@ "object": { "type": "ThisExpression", "range": [ - 25884, - 25888 + 25342, + 25346 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 37 }, "end": { - "line": 934, + "line": 924, "column": 41 } } @@ -35315,77 +34367,77 @@ "type": "Identifier", "name": "extensions", "range": [ - 25889, - 25899 + 25347, + 25357 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 42 }, "end": { - "line": 934, + "line": 924, "column": 52 } } }, "range": [ - 25884, - 25899 + 25342, + 25357 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 37 }, "end": { - "line": 934, + "line": 924, "column": 52 } } } ], "range": [ - 25876, - 25900 + 25334, + 25358 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 29 }, "end": { - "line": 934, + "line": 924, "column": 53 } } }, "range": [ - 25855, - 25900 + 25313, + 25358 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 8 }, "end": { - "line": 934, + "line": 924, "column": 53 } } }, "range": [ - 25855, - 25901 + 25313, + 25359 ], "loc": { "start": { - "line": 934, + "line": 924, "column": 8 }, "end": { - "line": 934, + "line": 924, "column": 54 } }, @@ -35394,16 +34446,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 25733, - 25846 + 25191, + 25304 ], "loc": { "start": { - "line": 929, + "line": 919, "column": 8 }, "end": { - "line": 933, + "line": 923, "column": 11 } } @@ -35414,16 +34466,16 @@ "type": "Block", "value": "** themes **", "range": [ - 25911, - 25927 + 25369, + 25385 ], "loc": { "start": { - "line": 936, + "line": 926, "column": 8 }, "end": { - "line": 936, + "line": 926, "column": 24 } } @@ -35432,16 +34484,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 25936, - 26010 + 25394, + 25468 ], "loc": { "start": { - "line": 937, + "line": 927, "column": 8 }, "end": { - "line": 940, + "line": 930, "column": 11 } } @@ -35459,16 +34511,16 @@ "object": { "type": "ThisExpression", "range": [ - 26019, - 26023 + 25477, + 25481 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 8 }, "end": { - "line": 941, + "line": 931, "column": 12 } } @@ -35477,31 +34529,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26024, - 26042 + 25482, + 25500 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 13 }, "end": { - "line": 941, + "line": 931, "column": 31 } } }, "range": [ - 26019, - 26042 + 25477, + 25500 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 8 }, "end": { - "line": 941, + "line": 931, "column": 31 } } @@ -35512,16 +34564,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 26045, - 26052 + 25503, + 25510 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 34 }, "end": { - "line": 941, + "line": 931, "column": 41 } } @@ -35534,16 +34586,16 @@ "type": "Identifier", "name": "f", "range": [ - 26053, - 26054 + 25511, + 25512 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 42 }, "end": { - "line": 941, + "line": 931, "column": 43 } } @@ -35552,77 +34604,77 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 26055, - 26075 + 25513, + 25533 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 44 }, "end": { - "line": 941, + "line": 931, "column": 64 } } }, "range": [ - 26053, - 26075 + 25511, + 25533 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 42 }, "end": { - "line": 941, + "line": 931, "column": 64 } } } ], "range": [ - 26045, - 26076 + 25503, + 25534 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 34 }, "end": { - "line": 941, + "line": 931, "column": 65 } } }, "range": [ - 26019, - 26076 + 25477, + 25534 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 8 }, "end": { - "line": 941, + "line": 931, "column": 65 } } }, "range": [ - 26019, - 26077 + 25477, + 25535 ], "loc": { "start": { - "line": 941, + "line": 931, "column": 8 }, "end": { - "line": 941, + "line": 931, "column": 66 } }, @@ -35631,16 +34683,16 @@ "type": "Block", "value": "** themes **", "range": [ - 25911, - 25927 + 25369, + 25385 ], "loc": { "start": { - "line": 936, + "line": 926, "column": 8 }, "end": { - "line": 936, + "line": 926, "column": 24 } } @@ -35649,16 +34701,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 25936, - 26010 + 25394, + 25468 ], "loc": { "start": { - "line": 937, + "line": 927, "column": 8 }, "end": { - "line": 940, + "line": 930, "column": 11 } } @@ -35669,16 +34721,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26087, - 26197 + 25545, + 25655 ], "loc": { "start": { - "line": 943, + "line": 933, "column": 8 }, "end": { - "line": 947, + "line": 937, "column": 11 } } @@ -35696,16 +34748,16 @@ "object": { "type": "ThisExpression", "range": [ - 26206, - 26210 + 25664, + 25668 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 8 }, "end": { - "line": 948, + "line": 938, "column": 12 } } @@ -35714,31 +34766,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 26211, - 26220 + 25669, + 25678 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 13 }, "end": { - "line": 948, + "line": 938, "column": 22 } } }, "range": [ - 26206, - 26220 + 25664, + 25678 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 8 }, "end": { - "line": 948, + "line": 938, "column": 22 } } @@ -35752,16 +34804,16 @@ "object": { "type": "ThisExpression", "range": [ - 26224, - 26228 + 25682, + 25686 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 26 }, "end": { - "line": 948, + "line": 938, "column": 30 } } @@ -35770,31 +34822,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26229, - 26247 + 25687, + 25705 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 31 }, "end": { - "line": 948, + "line": 938, "column": 49 } } }, "range": [ - 26224, - 26247 + 25682, + 25705 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 26 }, "end": { - "line": 948, + "line": 938, "column": 49 } } @@ -35805,16 +34857,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 26251, - 26258 + 25709, + 25716 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 53 }, "end": { - "line": 948, + "line": 938, "column": 60 } } @@ -35827,16 +34879,16 @@ "type": "Identifier", "name": "f", "range": [ - 26259, - 26260 + 25717, + 25718 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 61 }, "end": { - "line": 948, + "line": 938, "column": 62 } } @@ -35845,92 +34897,92 @@ "type": "Identifier", "name": "themes", "range": [ - 26261, - 26267 + 25719, + 25725 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 63 }, "end": { - "line": 948, + "line": 938, "column": 69 } } }, "range": [ - 26259, - 26267 + 25717, + 25725 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 61 }, "end": { - "line": 948, + "line": 938, "column": 69 } } } ], "range": [ - 26251, - 26268 + 25709, + 25726 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 53 }, "end": { - "line": 948, + "line": 938, "column": 70 } } }, "range": [ - 26224, - 26268 + 25682, + 25726 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 26 }, "end": { - "line": 948, + "line": 938, "column": 70 } } }, "range": [ - 26206, - 26269 + 25664, + 25727 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 8 }, "end": { - "line": 948, + "line": 938, "column": 71 } } }, "range": [ - 26206, - 26270 + 25664, + 25728 ], "loc": { "start": { - "line": 948, + "line": 938, "column": 8 }, "end": { - "line": 948, + "line": 938, "column": 72 } }, @@ -35939,16 +34991,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26087, - 26197 + 25545, + 25655 ], "loc": { "start": { - "line": 943, + "line": 933, "column": 8 }, "end": { - "line": 947, + "line": 937, "column": 11 } } @@ -35959,16 +35011,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26280, - 26392 + 25738, + 25850 ], "loc": { "start": { - "line": 950, + "line": 940, "column": 8 }, "end": { - "line": 954, + "line": 944, "column": 11 } } @@ -35986,16 +35038,16 @@ "object": { "type": "ThisExpression", "range": [ - 26401, - 26405 + 25859, + 25863 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 8 }, "end": { - "line": 955, + "line": 945, "column": 12 } } @@ -36004,31 +35056,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26406, - 26412 + 25864, + 25870 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 13 }, "end": { - "line": 955, + "line": 945, "column": 19 } } }, "range": [ - 26401, - 26412 + 25859, + 25870 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 8 }, "end": { - "line": 955, + "line": 945, "column": 19 } } @@ -36043,16 +35095,16 @@ "type": "Identifier", "name": "f", "range": [ - 26415, - 26416 + 25873, + 25874 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 22 }, "end": { - "line": 955, + "line": 945, "column": 23 } } @@ -36061,31 +35113,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26417, - 26423 + 25875, + 25881 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 24 }, "end": { - "line": 955, + "line": 945, "column": 30 } } }, "range": [ - 26415, - 26423 + 25873, + 25881 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 22 }, "end": { - "line": 955, + "line": 945, "column": 30 } } @@ -36094,61 +35146,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 26427, - 26429 + 25885, + 25887 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 34 }, "end": { - "line": 955, + "line": 945, "column": 36 } } }, "range": [ - 26415, - 26429 + 25873, + 25887 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 22 }, "end": { - "line": 955, + "line": 945, "column": 36 } } }, "range": [ - 26401, - 26429 + 25859, + 25887 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 8 }, "end": { - "line": 955, + "line": 945, "column": 36 } } }, "range": [ - 26401, - 26430 + 25859, + 25888 ], "loc": { "start": { - "line": 955, + "line": 945, "column": 8 }, "end": { - "line": 955, + "line": 945, "column": 37 } }, @@ -36157,16 +35209,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26280, - 26392 + 25738, + 25850 ], "loc": { "start": { - "line": 950, + "line": 940, "column": 8 }, "end": { - "line": 954, + "line": 944, "column": 11 } } @@ -36177,16 +35229,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26440, - 26621 + 25898, + 26079 ], "loc": { "start": { - "line": 957, + "line": 947, "column": 8 }, "end": { - "line": 962, + "line": 952, "column": 11 } } @@ -36204,16 +35256,16 @@ "object": { "type": "ThisExpression", "range": [ - 26630, - 26634 + 26088, + 26092 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 8 }, "end": { - "line": 963, + "line": 953, "column": 12 } } @@ -36222,31 +35274,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 26635, - 26645 + 26093, + 26103 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 13 }, "end": { - "line": 963, + "line": 953, "column": 23 } } }, "range": [ - 26630, - 26645 + 26088, + 26103 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 8 }, "end": { - "line": 963, + "line": 953, "column": 23 } } @@ -36261,16 +35313,16 @@ "type": "Identifier", "name": "f", "range": [ - 26648, - 26649 + 26106, + 26107 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 26 }, "end": { - "line": 963, + "line": 953, "column": 27 } } @@ -36279,31 +35331,31 @@ "type": "Identifier", "name": "themes_path", "range": [ - 26650, - 26661 + 26108, + 26119 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 28 }, "end": { - "line": 963, + "line": 953, "column": 39 } } }, "range": [ - 26648, - 26661 + 26106, + 26119 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 26 }, "end": { - "line": 963, + "line": 953, "column": 39 } } @@ -36317,16 +35369,16 @@ "object": { "type": "ThisExpression", "range": [ - 26665, - 26669 + 26123, + 26127 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 43 }, "end": { - "line": 963, + "line": 953, "column": 47 } } @@ -36335,31 +35387,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 26670, - 26679 + 26128, + 26137 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 48 }, "end": { - "line": 963, + "line": 953, "column": 57 } } }, "range": [ - 26665, - 26679 + 26123, + 26137 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 43 }, "end": { - "line": 963, + "line": 953, "column": 57 } } @@ -36369,76 +35421,76 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 26682, - 26691 + 26140, + 26149 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 60 }, "end": { - "line": 963, + "line": 953, "column": 69 } } }, "range": [ - 26665, - 26691 + 26123, + 26149 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 43 }, "end": { - "line": 963, + "line": 953, "column": 69 } } }, "range": [ - 26648, - 26691 + 26106, + 26149 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 26 }, "end": { - "line": 963, + "line": 953, "column": 69 } } }, "range": [ - 26630, - 26691 + 26088, + 26149 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 8 }, "end": { - "line": 963, + "line": 953, "column": 69 } } }, "range": [ - 26630, - 26692 + 26088, + 26150 ], "loc": { "start": { - "line": 963, + "line": 953, "column": 8 }, "end": { - "line": 963, + "line": 953, "column": 70 } }, @@ -36447,16 +35499,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26440, - 26621 + 25898, + 26079 ], "loc": { "start": { - "line": 957, + "line": 947, "column": 8 }, "end": { - "line": 962, + "line": 952, "column": 11 } } @@ -36467,16 +35519,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 26702, - 26780 + 26160, + 26238 ], "loc": { "start": { - "line": 965, + "line": 955, "column": 8 }, "end": { - "line": 968, + "line": 958, "column": 11 } } @@ -36494,16 +35546,16 @@ "object": { "type": "ThisExpression", "range": [ - 26789, - 26793 + 26247, + 26251 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 8 }, "end": { - "line": 969, + "line": 959, "column": 12 } } @@ -36512,31 +35564,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 26794, - 26804 + 26252, + 26262 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 13 }, "end": { - "line": 969, + "line": 959, "column": 23 } } }, "range": [ - 26789, - 26804 + 26247, + 26262 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 8 }, "end": { - "line": 969, + "line": 959, "column": 23 } } @@ -36547,16 +35599,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 26807, - 26814 + 26265, + 26272 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 26 }, "end": { - "line": 969, + "line": 959, "column": 33 } } @@ -36569,16 +35621,16 @@ "type": "Identifier", "name": "f", "range": [ - 26815, - 26816 + 26273, + 26274 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 34 }, "end": { - "line": 969, + "line": 959, "column": 35 } } @@ -36587,77 +35639,77 @@ "type": "Identifier", "name": "responsive", "range": [ - 26817, - 26827 + 26275, + 26285 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 36 }, "end": { - "line": 969, + "line": 959, "column": 46 } } }, "range": [ - 26815, - 26827 + 26273, + 26285 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 34 }, "end": { - "line": 969, + "line": 959, "column": 46 } } } ], "range": [ - 26807, - 26828 + 26265, + 26286 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 26 }, "end": { - "line": 969, + "line": 959, "column": 47 } } }, "range": [ - 26789, - 26828 + 26247, + 26286 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 8 }, "end": { - "line": 969, + "line": 959, "column": 47 } } }, "range": [ - 26789, - 26829 + 26247, + 26287 ], "loc": { "start": { - "line": 969, + "line": 959, "column": 8 }, "end": { - "line": 969, + "line": 959, "column": 48 } }, @@ -36666,16 +35718,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 26702, - 26780 + 26160, + 26238 ], "loc": { "start": { - "line": 965, + "line": 955, "column": 8 }, "end": { - "line": 968, + "line": 958, "column": 11 } } @@ -36686,16 +35738,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 26839, - 26903 + 26297, + 26361 ], "loc": { "start": { - "line": 971, + "line": 961, "column": 8 }, "end": { - "line": 974, + "line": 964, "column": 11 } } @@ -36713,16 +35765,16 @@ "object": { "type": "ThisExpression", "range": [ - 26912, - 26916 + 26370, + 26374 ], "loc": { "start": { - "line": 975, + "line": 965, "column": 8 }, "end": { - "line": 975, + "line": 965, "column": 12 } } @@ -36731,31 +35783,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 26917, - 26920 + 26375, + 26378 ], "loc": { "start": { - "line": 975, + "line": 965, "column": 13 }, "end": { - "line": 975, + "line": 965, "column": 16 } } }, "range": [ - 26912, - 26920 + 26370, + 26378 ], "loc": { "start": { - "line": 975, + "line": 965, "column": 8 }, "end": { - "line": 975, + "line": 965, "column": 16 } } @@ -36764,46 +35816,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 26923, - 26925 + 26381, + 26383 ], "loc": { "start": { - "line": 975, + "line": 965, "column": 19 }, "end": { - "line": 975, + "line": 965, "column": 21 } } }, "range": [ - 26912, - 26925 + 26370, + 26383 ], "loc": { "start": { - "line": 975, + "line": 965, "column": 8 }, "end": { - "line": 975, + "line": 965, "column": 21 } } }, "range": [ - 26912, - 26926 + 26370, + 26384 ], "loc": { "start": { - "line": 975, + "line": 965, "column": 8 }, "end": { - "line": 975, + "line": 965, "column": 22 } }, @@ -36812,16 +35864,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 26839, - 26903 + 26297, + 26361 ], "loc": { "start": { - "line": 971, + "line": 961, "column": 8 }, "end": { - "line": 974, + "line": 964, "column": 11 } } @@ -36832,16 +35884,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 26936, - 27002 + 26394, + 26460 ], "loc": { "start": { - "line": 977, + "line": 967, "column": 8 }, "end": { - "line": 980, + "line": 970, "column": 11 } } @@ -36859,16 +35911,16 @@ "object": { "type": "ThisExpression", "range": [ - 27011, - 27015 + 26469, + 26473 ], "loc": { "start": { - "line": 981, + "line": 971, "column": 8 }, "end": { - "line": 981, + "line": 971, "column": 12 } } @@ -36877,31 +35929,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 27016, - 27027 + 26474, + 26485 ], "loc": { "start": { - "line": 981, + "line": 971, "column": 13 }, "end": { - "line": 981, + "line": 971, "column": 24 } } }, "range": [ - 27011, - 27027 + 26469, + 26485 ], "loc": { "start": { - "line": 981, + "line": 971, "column": 8 }, "end": { - "line": 981, + "line": 971, "column": 24 } } @@ -36910,46 +35962,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 27030, - 27032 + 26488, + 26490 ], "loc": { "start": { - "line": 981, + "line": 971, "column": 27 }, "end": { - "line": 981, + "line": 971, "column": 29 } } }, "range": [ - 27011, - 27032 + 26469, + 26490 ], "loc": { "start": { - "line": 981, + "line": 971, "column": 8 }, "end": { - "line": 981, + "line": 971, "column": 29 } } }, "range": [ - 27011, - 27033 + 26469, + 26491 ], "loc": { "start": { - "line": 981, + "line": 971, "column": 8 }, "end": { - "line": 981, + "line": 971, "column": 30 } }, @@ -36958,16 +36010,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 26936, - 27002 + 26394, + 26460 ], "loc": { "start": { - "line": 977, + "line": 967, "column": 8 }, "end": { - "line": 980, + "line": 970, "column": 11 } } @@ -36978,16 +36030,16 @@ "type": "Line", "value": "load styles if necessary", "range": [ - 27043, - 27069 + 26501, + 26527 ], "loc": { "start": { - "line": 983, + "line": 973, "column": 8 }, "end": { - "line": 983, + "line": 973, "column": 34 } } @@ -37004,16 +36056,16 @@ "object": { "type": "ThisExpression", "range": [ - 27078, - 27082 + 26536, + 26540 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 8 }, "end": { - "line": 984, + "line": 974, "column": 12 } } @@ -37022,31 +36074,31 @@ "type": "Identifier", "name": "import", "range": [ - 27083, - 27089 + 26541, + 26547 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 13 }, "end": { - "line": 984, + "line": 974, "column": 19 } } }, "range": [ - 27078, - 27089 + 26536, + 26547 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 8 }, "end": { - "line": 984, + "line": 974, "column": 19 } } @@ -37058,16 +36110,16 @@ "object": { "type": "ThisExpression", "range": [ - 27090, - 27094 + 26548, + 26552 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 20 }, "end": { - "line": 984, + "line": 974, "column": 24 } } @@ -37076,31 +36128,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 27095, - 27107 + 26553, + 26565 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 25 }, "end": { - "line": 984, + "line": 974, "column": 37 } } }, "range": [ - 27090, - 27107 + 26548, + 26565 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 20 }, "end": { - "line": 984, + "line": 974, "column": 37 } } @@ -37111,16 +36163,16 @@ "object": { "type": "ThisExpression", "range": [ - 27109, - 27113 + 26567, + 26571 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 39 }, "end": { - "line": 984, + "line": 974, "column": 43 } } @@ -37129,31 +36181,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 27114, - 27124 + 26572, + 26582 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 44 }, "end": { - "line": 984, + "line": 974, "column": 54 } } }, "range": [ - 27109, - 27124 + 26567, + 26582 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 39 }, "end": { - "line": 984, + "line": 974, "column": 54 } } @@ -37163,16 +36215,16 @@ "value": null, "raw": "null", "range": [ - 27126, - 27130 + 26584, + 26588 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 56 }, "end": { - "line": 984, + "line": 974, "column": 60 } } @@ -37182,47 +36234,47 @@ "value": "link", "raw": "'link'", "range": [ - 27132, - 27138 + 26590, + 26596 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 62 }, "end": { - "line": 984, + "line": 974, "column": 68 } } } ], "range": [ - 27078, - 27139 + 26536, + 26597 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 8 }, "end": { - "line": 984, + "line": 974, "column": 69 } } }, "range": [ - 27078, - 27140 + 26536, + 26598 ], "loc": { "start": { - "line": 984, + "line": 974, "column": 8 }, "end": { - "line": 984, + "line": 974, "column": 70 } }, @@ -37231,16 +36283,16 @@ "type": "Line", "value": "load styles if necessary", "range": [ - 27043, - 27069 + 26501, + 26527 ], "loc": { "start": { - "line": 983, + "line": 973, "column": 8 }, "end": { - "line": 983, + "line": 973, "column": 34 } } @@ -37249,16 +36301,16 @@ } ], "range": [ - 1989, - 27146 + 1447, + 26604 ], "loc": { "start": { - "line": 56, + "line": 46, "column": 25 }, "end": { - "line": 985, + "line": 975, "column": 5 } } @@ -37266,16 +36318,16 @@ "generator": false, "expression": false, "range": [ - 1979, - 27146 + 1437, + 26604 ], "loc": { "start": { - "line": 56, + "line": 46, "column": 15 }, "end": { - "line": 985, + "line": 975, "column": 5 } } @@ -37283,16 +36335,16 @@ "kind": "constructor", "computed": false, "range": [ - 1968, - 27146 + 1426, + 26604 ], "loc": { "start": { - "line": 56, + "line": 46, "column": 4 }, "end": { - "line": 985, + "line": 975, "column": 5 } }, @@ -37301,16 +36353,16 @@ "type": "Block", "value": "*\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {HTMLTableElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n ", "range": [ - 1640, - 1963 + 1098, + 1421 ], "loc": { "start": { - "line": 48, + "line": 38, "column": 4 }, "end": { - "line": 55, + "line": 45, "column": 7 } } @@ -37321,16 +36373,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27152, - 27201 + 26610, + 26659 ], "loc": { "start": { - "line": 987, + "line": 977, "column": 4 }, "end": { - "line": 989, + "line": 979, "column": 7 } } @@ -37344,16 +36396,16 @@ "type": "Identifier", "name": "init", "range": [ - 27206, - 27210 + 26664, + 26668 ], "loc": { "start": { - "line": 990, + "line": 980, "column": 4 }, "end": { - "line": 990, + "line": 980, "column": 8 } } @@ -37373,16 +36425,16 @@ "object": { "type": "ThisExpression", "range": [ - 27227, - 27231 + 26685, + 26689 ], "loc": { "start": { - "line": 991, + "line": 981, "column": 12 }, "end": { - "line": 991, + "line": 981, "column": 16 } } @@ -37391,31 +36443,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 27232, - 27243 + 26690, + 26701 ], "loc": { "start": { - "line": 991, + "line": 981, "column": 17 }, "end": { - "line": 991, + "line": 981, "column": 28 } } }, "range": [ - 27227, - 27243 + 26685, + 26701 ], "loc": { "start": { - "line": 991, + "line": 981, "column": 12 }, "end": { - "line": 991, + "line": 981, "column": 28 } } @@ -37427,48 +36479,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 27259, - 27266 + 26717, + 26724 ], "loc": { "start": { - "line": 992, + "line": 982, "column": 12 }, "end": { - "line": 992, + "line": 982, "column": 19 } } } ], "range": [ - 27245, - 27276 + 26703, + 26734 ], "loc": { "start": { - "line": 991, + "line": 981, "column": 30 }, "end": { - "line": 993, + "line": 983, "column": 9 } } }, "alternate": null, "range": [ - 27223, - 27276 + 26681, + 26734 ], "loc": { "start": { - "line": 991, + "line": 981, "column": 8 }, "end": { - "line": 993, + "line": 983, "column": 9 } } @@ -37484,16 +36536,16 @@ "object": { "type": "ThisExpression", "range": [ - 27286, - 27290 + 26744, + 26748 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 8 }, "end": { - "line": 995, + "line": 985, "column": 12 } } @@ -37502,31 +36554,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 27291, - 27298 + 26749, + 26756 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 13 }, "end": { - "line": 995, + "line": 985, "column": 20 } } }, "range": [ - 27286, - 27298 + 26744, + 26756 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 8 }, "end": { - "line": 995, + "line": 985, "column": 20 } } @@ -37539,16 +36591,16 @@ "object": { "type": "ThisExpression", "range": [ - 27301, - 27305 + 26759, + 26763 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 23 }, "end": { - "line": 995, + "line": 985, "column": 27 } } @@ -37557,31 +36609,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 27306, - 27316 + 26764, + 26774 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 28 }, "end": { - "line": 995, + "line": 985, "column": 38 } } }, "range": [ - 27301, - 27316 + 26759, + 26774 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 23 }, "end": { - "line": 995, + "line": 985, "column": 38 } } @@ -37593,16 +36645,16 @@ "object": { "type": "ThisExpression", "range": [ - 27317, - 27321 + 26775, + 26779 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 39 }, "end": { - "line": 995, + "line": 985, "column": 43 } } @@ -37611,77 +36663,77 @@ "type": "Identifier", "name": "refRow", "range": [ - 27322, - 27328 + 26780, + 26786 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 44 }, "end": { - "line": 995, + "line": 985, "column": 50 } } }, "range": [ - 27317, - 27328 + 26775, + 26786 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 39 }, "end": { - "line": 995, + "line": 985, "column": 50 } } } ], "range": [ - 27301, - 27329 + 26759, + 26787 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 23 }, "end": { - "line": 995, + "line": 985, "column": 51 } } }, "range": [ - 27286, - 27329 + 26744, + 26787 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 8 }, "end": { - "line": 995, + "line": 985, "column": 51 } } }, "range": [ - 27286, - 27330 + 26744, + 26788 ], "loc": { "start": { - "line": 995, + "line": 985, "column": 8 }, "end": { - "line": 995, + "line": 985, "column": 52 } } @@ -37695,16 +36747,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27343, - 27346 + 26801, + 26804 ], "loc": { "start": { - "line": 996, + "line": 986, "column": 12 }, "end": { - "line": 996, + "line": 986, "column": 15 } } @@ -37715,16 +36767,16 @@ "object": { "type": "ThisExpression", "range": [ - 27349, - 27353 + 26807, + 26811 ], "loc": { "start": { - "line": 996, + "line": 986, "column": 18 }, "end": { - "line": 996, + "line": 986, "column": 22 } } @@ -37733,46 +36785,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 27354, - 27357 + 26812, + 26815 ], "loc": { "start": { - "line": 996, + "line": 986, "column": 23 }, "end": { - "line": 996, + "line": 986, "column": 26 } } }, "range": [ - 27349, - 27357 + 26807, + 26815 ], "loc": { "start": { - "line": 996, + "line": 986, "column": 18 }, "end": { - "line": 996, + "line": 986, "column": 26 } } }, "range": [ - 27343, - 27357 + 26801, + 26815 ], "loc": { "start": { - "line": 996, + "line": 986, "column": 12 }, "end": { - "line": 996, + "line": 986, "column": 26 } } @@ -37780,16 +36832,16 @@ ], "kind": "let", "range": [ - 27339, - 27358 + 26797, + 26816 ], "loc": { "start": { - "line": 996, + "line": 986, "column": 8 }, "end": { - "line": 996, + "line": 986, "column": 27 } } @@ -37803,16 +36855,16 @@ "type": "Identifier", "name": "n", "range": [ - 27371, - 27372 + 26829, + 26830 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 12 }, "end": { - "line": 997, + "line": 987, "column": 13 } } @@ -37825,16 +36877,16 @@ "object": { "type": "ThisExpression", "range": [ - 27375, - 27379 + 26833, + 26837 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 16 }, "end": { - "line": 997, + "line": 987, "column": 20 } } @@ -37843,31 +36895,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 27380, - 27395 + 26838, + 26853 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 21 }, "end": { - "line": 997, + "line": 987, "column": 36 } } }, "range": [ - 27375, - 27395 + 26833, + 26853 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 16 }, "end": { - "line": 997, + "line": 987, "column": 36 } } @@ -37877,16 +36929,16 @@ "value": 1, "raw": "1", "range": [ - 27398, - 27399 + 26856, + 26857 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 39 }, "end": { - "line": 997, + "line": 987, "column": 40 } } @@ -37897,16 +36949,16 @@ "object": { "type": "ThisExpression", "range": [ - 27402, - 27406 + 26860, + 26864 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 43 }, "end": { - "line": 997, + "line": 987, "column": 47 } } @@ -37915,61 +36967,61 @@ "type": "Identifier", "name": "nbCells", "range": [ - 27407, - 27414 + 26865, + 26872 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 48 }, "end": { - "line": 997, + "line": 987, "column": 55 } } }, "range": [ - 27402, - 27414 + 26860, + 26872 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 43 }, "end": { - "line": 997, + "line": 987, "column": 55 } } }, "range": [ - 27375, - 27414 + 26833, + 26872 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 16 }, "end": { - "line": 997, + "line": 987, "column": 55 } } }, "range": [ - 27371, - 27414 + 26829, + 26872 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 12 }, "end": { - "line": 997, + "line": 987, "column": 55 } } @@ -37977,16 +37029,16 @@ ], "kind": "let", "range": [ - 27367, - 27415 + 26825, + 26873 ], "loc": { "start": { - "line": 997, + "line": 987, "column": 8 }, "end": { - "line": 997, + "line": 987, "column": 56 } } @@ -38000,32 +37052,32 @@ "type": "Identifier", "name": "inpclass", "range": [ - 27428, - 27436 + 26886, + 26894 ], "loc": { "start": { - "line": 998, + "line": 988, "column": 12 }, "end": { - "line": 998, + "line": 988, "column": 20 } } }, "init": null, "range": [ - 27428, - 27436 + 26886, + 26894 ], "loc": { "start": { - "line": 998, + "line": 988, "column": 12 }, "end": { - "line": 998, + "line": 988, "column": 20 } } @@ -38033,16 +37085,16 @@ ], "kind": "let", "range": [ - 27424, - 27437 + 26882, + 26895 ], "loc": { "start": { - "line": 998, + "line": 988, "column": 8 }, "end": { - "line": 998, + "line": 988, "column": 21 } }, @@ -38051,16 +37103,16 @@ "type": "Line", "value": "loads theme", "range": [ - 27447, - 27460 + 26905, + 26918 ], "loc": { "start": { - "line": 1000, + "line": 990, "column": 8 }, "end": { - "line": 1000, + "line": 990, "column": 21 } } @@ -38077,16 +37129,16 @@ "object": { "type": "ThisExpression", "range": [ - 27469, - 27473 + 26927, + 26931 ], "loc": { "start": { - "line": 1001, + "line": 991, "column": 8 }, "end": { - "line": 1001, + "line": 991, "column": 12 } } @@ -38095,62 +37147,62 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 27474, - 27484 + 26932, + 26942 ], "loc": { "start": { - "line": 1001, + "line": 991, "column": 13 }, "end": { - "line": 1001, + "line": 991, "column": 23 } } }, "range": [ - 27469, - 27484 + 26927, + 26942 ], "loc": { "start": { - "line": 1001, + "line": 991, "column": 8 }, "end": { - "line": 1001, + "line": 991, "column": 23 } } }, "arguments": [], "range": [ - 27469, - 27486 + 26927, + 26944 ], "loc": { "start": { - "line": 1001, + "line": 991, "column": 8 }, "end": { - "line": 1001, + "line": 991, "column": 25 } } }, "range": [ - 27469, - 27487 + 26927, + 26945 ], "loc": { "start": { - "line": 1001, + "line": 991, "column": 8 }, "end": { - "line": 1001, + "line": 991, "column": 26 } }, @@ -38159,16 +37211,16 @@ "type": "Line", "value": "loads theme", "range": [ - 27447, - 27460 + 26905, + 26918 ], "loc": { "start": { - "line": 1000, + "line": 990, "column": 8 }, "end": { - "line": 1000, + "line": 990, "column": 21 } } @@ -38177,18 +37229,18 @@ "trailingComments": [ { "type": "Line", - "value": " Instanciate sugar date wrapper", + "value": " Instantiate sugar date wrapper", "range": [ - 27497, - 27530 + 26955, + 26988 ], "loc": { "start": { - "line": 1003, + "line": 993, "column": 8 }, "end": { - "line": 1003, + "line": 993, "column": 41 } } @@ -38207,16 +37259,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27539, - 27542 + 26997, + 27000 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 8 }, "end": { - "line": 1004, + "line": 994, "column": 11 } } @@ -38225,31 +37277,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 27543, - 27551 + 27001, + 27009 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 12 }, "end": { - "line": 1004, + "line": 994, "column": 20 } } }, "range": [ - 27539, - 27551 + 26997, + 27009 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 8 }, "end": { - "line": 1004, + "line": 994, "column": 20 } } @@ -38264,16 +37316,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27554, - 27557 + 27012, + 27015 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 23 }, "end": { - "line": 1004, + "line": 994, "column": 26 } } @@ -38282,31 +37334,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 27558, - 27566 + 27016, + 27024 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 27 }, "end": { - "line": 1004, + "line": 994, "column": 35 } } }, "range": [ - 27554, - 27566 + 27012, + 27024 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 23 }, "end": { - "line": 1004, + "line": 994, "column": 35 } } @@ -38317,16 +37369,16 @@ "type": "Identifier", "name": "DateType", "range": [ - 27574, - 27582 + 27032, + 27040 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 43 }, "end": { - "line": 1004, + "line": 994, "column": 51 } } @@ -38335,95 +37387,95 @@ { "type": "ThisExpression", "range": [ - 27583, - 27587 + 27041, + 27045 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 52 }, "end": { - "line": 1004, + "line": 994, "column": 56 } } } ], "range": [ - 27570, - 27588 + 27028, + 27046 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 39 }, "end": { - "line": 1004, + "line": 994, "column": 57 } } }, "range": [ - 27554, - 27588 + 27012, + 27046 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 23 }, "end": { - "line": 1004, + "line": 994, "column": 57 } } }, "range": [ - 27539, - 27588 + 26997, + 27046 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 8 }, "end": { - "line": 1004, + "line": 994, "column": 57 } } }, "range": [ - 27539, - 27589 + 26997, + 27047 ], "loc": { "start": { - "line": 1004, + "line": 994, "column": 8 }, "end": { - "line": 1004, + "line": 994, "column": 58 } }, "leadingComments": [ { "type": "Line", - "value": " Instanciate sugar date wrapper", + "value": " Instantiate sugar date wrapper", "range": [ - 27497, - 27530 + 26955, + 26988 ], "loc": { "start": { - "line": 1003, + "line": 993, "column": 8 }, "end": { - "line": 1003, + "line": 993, "column": 41 } } @@ -38444,16 +37496,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27598, - 27601 + 27056, + 27059 ], "loc": { "start": { - "line": 1005, + "line": 995, "column": 8 }, "end": { - "line": 1005, + "line": 995, "column": 11 } } @@ -38462,31 +37514,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 27602, - 27610 + 27060, + 27068 ], "loc": { "start": { - "line": 1005, + "line": 995, "column": 12 }, "end": { - "line": 1005, + "line": 995, "column": 20 } } }, "range": [ - 27598, - 27610 + 27056, + 27068 ], "loc": { "start": { - "line": 1005, + "line": 995, "column": 8 }, "end": { - "line": 1005, + "line": 995, "column": 20 } } @@ -38495,62 +37547,62 @@ "type": "Identifier", "name": "init", "range": [ - 27611, - 27615 + 27069, + 27073 ], "loc": { "start": { - "line": 1005, + "line": 995, "column": 21 }, "end": { - "line": 1005, + "line": 995, "column": 25 } } }, "range": [ - 27598, - 27615 + 27056, + 27073 ], "loc": { "start": { - "line": 1005, + "line": 995, "column": 8 }, "end": { - "line": 1005, + "line": 995, "column": 25 } } }, "arguments": [], "range": [ - 27598, - 27617 + 27056, + 27075 ], "loc": { "start": { - "line": 1005, + "line": 995, "column": 8 }, "end": { - "line": 1005, + "line": 995, "column": 27 } } }, "range": [ - 27598, - 27618 + 27056, + 27076 ], "loc": { "start": { - "line": 1005, + "line": 995, "column": 8 }, "end": { - "line": 1005, + "line": 995, "column": 28 } }, @@ -38559,16 +37611,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27628, - 27687 + 27086, + 27145 ], "loc": { "start": { - "line": 1007, + "line": 997, "column": 8 }, "end": { - "line": 1007, + "line": 997, "column": 67 } } @@ -38587,16 +37639,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27696, - 27699 + 27154, + 27157 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 8 }, "end": { - "line": 1008, + "line": 998, "column": 11 } } @@ -38605,31 +37657,31 @@ "type": "Identifier", "name": "help", "range": [ - 27700, - 27704 + 27158, + 27162 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 12 }, "end": { - "line": 1008, + "line": 998, "column": 16 } } }, "range": [ - 27696, - 27704 + 27154, + 27162 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 8 }, "end": { - "line": 1008, + "line": 998, "column": 16 } } @@ -38644,16 +37696,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27707, - 27710 + 27165, + 27168 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 19 }, "end": { - "line": 1008, + "line": 998, "column": 22 } } @@ -38662,31 +37714,31 @@ "type": "Identifier", "name": "help", "range": [ - 27711, - 27715 + 27169, + 27173 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 23 }, "end": { - "line": 1008, + "line": 998, "column": 27 } } }, "range": [ - 27707, - 27715 + 27165, + 27173 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 19 }, "end": { - "line": 1008, + "line": 998, "column": 27 } } @@ -38697,16 +37749,16 @@ "type": "Identifier", "name": "Help", "range": [ - 27723, - 27727 + 27181, + 27185 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 35 }, "end": { - "line": 1008, + "line": 998, "column": 39 } } @@ -38715,77 +37767,77 @@ { "type": "ThisExpression", "range": [ - 27728, - 27732 + 27186, + 27190 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 40 }, "end": { - "line": 1008, + "line": 998, "column": 44 } } } ], "range": [ - 27719, - 27733 + 27177, + 27191 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 31 }, "end": { - "line": 1008, + "line": 998, "column": 45 } } }, "range": [ - 27707, - 27733 + 27165, + 27191 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 19 }, "end": { - "line": 1008, + "line": 998, "column": 45 } } }, "range": [ - 27696, - 27733 + 27154, + 27191 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 8 }, "end": { - "line": 1008, + "line": 998, "column": 45 } } }, "range": [ - 27696, - 27734 + 27154, + 27192 ], "loc": { "start": { - "line": 1008, + "line": 998, "column": 8 }, "end": { - "line": 1008, + "line": 998, "column": 46 } }, @@ -38794,16 +37846,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27628, - 27687 + 27086, + 27145 ], "loc": { "start": { - "line": 1007, + "line": 997, "column": 8 }, "end": { - "line": 1007, + "line": 997, "column": 67 } } @@ -38818,16 +37870,16 @@ "object": { "type": "ThisExpression", "range": [ - 27747, - 27751 + 27205, + 27209 ], "loc": { "start": { - "line": 1009, + "line": 999, "column": 12 }, "end": { - "line": 1009, + "line": 999, "column": 16 } } @@ -38836,31 +37888,31 @@ "type": "Identifier", "name": "help", "range": [ - 27752, - 27756 + 27210, + 27214 ], "loc": { "start": { - "line": 1009, + "line": 999, "column": 17 }, "end": { - "line": 1009, + "line": 999, "column": 21 } } }, "range": [ - 27747, - 27756 + 27205, + 27214 ], "loc": { "start": { - "line": 1009, + "line": 999, "column": 12 }, "end": { - "line": 1009, + "line": 999, "column": 21 } } @@ -38882,16 +37934,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27772, - 27775 + 27230, + 27233 ], "loc": { "start": { - "line": 1010, + "line": 1000, "column": 12 }, "end": { - "line": 1010, + "line": 1000, "column": 15 } } @@ -38900,31 +37952,31 @@ "type": "Identifier", "name": "help", "range": [ - 27776, - 27780 + 27234, + 27238 ], "loc": { "start": { - "line": 1010, + "line": 1000, "column": 16 }, "end": { - "line": 1010, + "line": 1000, "column": 20 } } }, "range": [ - 27772, - 27780 + 27230, + 27238 ], "loc": { "start": { - "line": 1010, + "line": 1000, "column": 12 }, "end": { - "line": 1010, + "line": 1000, "column": 20 } } @@ -38933,2603 +37985,1012 @@ "type": "Identifier", "name": "init", "range": [ - 27781, - 27785 + 27239, + 27243 ], "loc": { "start": { - "line": 1010, + "line": 1000, "column": 21 }, "end": { - "line": 1010, + "line": 1000, "column": 25 } } }, "range": [ - 27772, - 27785 + 27230, + 27243 ], "loc": { "start": { - "line": 1010, + "line": 1000, "column": 12 }, "end": { - "line": 1010, + "line": 1000, "column": 25 } } }, "arguments": [], "range": [ - 27772, - 27787 + 27230, + 27245 ], "loc": { "start": { - "line": 1010, + "line": 1000, "column": 12 }, "end": { - "line": 1010, + "line": 1000, "column": 27 } } }, "range": [ - 27772, - 27788 + 27230, + 27246 ], "loc": { "start": { - "line": 1010, + "line": 1000, "column": 12 }, "end": { - "line": 1010, + "line": 1000, "column": 28 } } } ], "range": [ - 27758, - 27798 + 27216, + 27256 ], "loc": { "start": { - "line": 1009, + "line": 999, "column": 23 }, "end": { - "line": 1011, + "line": 1001, "column": 9 } } }, "alternate": null, "range": [ - 27743, - 27798 + 27201, + 27256 ], "loc": { "start": { - "line": 1009, + "line": 999, "column": 8 }, "end": { - "line": 1011, + "line": 1001, "column": 9 } } }, { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 27812, - 27816 - ], - "loc": { - "start": { - "line": 1013, - "column": 12 - }, - "end": { - "line": 1013, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "state", - "range": [ - 27817, - 27822 - ], - "loc": { - "start": { - "line": 1013, - "column": 17 - }, - "end": { - "line": 1013, - "column": 22 - } - } - }, - "range": [ - 27812, - 27822 - ], - "loc": { - "start": { - "line": 1013, - "column": 12 - }, - "end": { - "line": 1013, - "column": 22 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 27838, - 27841 - ], - "loc": { - "start": { - "line": 1014, - "column": 12 - }, - "end": { - "line": 1014, - "column": 15 - } - } - }, - "property": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "ObjectPattern", + "properties": [ + { + "type": "Property", + "key": { "type": "Identifier", "name": "state", "range": [ - 27842, - 27847 + 27274, + 27279 ], "loc": { "start": { - "line": 1014, + "line": 1003, "column": 16 }, "end": { - "line": 1014, + "line": 1003, "column": 21 } } }, + "value": { + "type": "Identifier", + "name": "state", + "range": [ + 27274, + 27279 + ], + "loc": { + "start": { + "line": 1003, + "column": 16 + }, + "end": { + "line": 1003, + "column": 21 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, "range": [ - 27838, - 27847 + 27274, + 27279 ], "loc": { "start": { - "line": 1014, - "column": 12 + "line": 1003, + "column": 16 }, "end": { - "line": 1014, + "line": 1003, "column": 21 } } }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 27850, - 27853 - ], - "loc": { - "start": { - "line": 1014, - "column": 24 - }, - "end": { - "line": 1014, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "state", - "range": [ - 27854, - 27859 - ], - "loc": { - "start": { - "line": 1014, - "column": 28 - }, - "end": { - "line": 1014, - "column": 33 - } - } - }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "markActiveColumns", "range": [ - 27850, - 27859 + 27281, + 27298 ], "loc": { "start": { - "line": 1014, - "column": 24 + "line": 1003, + "column": 23 }, "end": { - "line": 1014, - "column": 33 + "line": 1003, + "column": 40 } } }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "State", - "range": [ - 27867, - 27872 - ], - "loc": { - "start": { - "line": 1014, - "column": 41 - }, - "end": { - "line": 1014, - "column": 46 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 27873, - 27877 - ], - "loc": { - "start": { - "line": 1014, - "column": 47 - }, - "end": { - "line": 1014, - "column": 51 - } - } - } - ], + "value": { + "type": "Identifier", + "name": "markActiveColumns", "range": [ - 27863, - 27878 + 27281, + 27298 ], "loc": { "start": { - "line": 1014, - "column": 37 + "line": 1003, + "column": 23 }, "end": { - "line": 1014, + "line": 1003, + "column": 40 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27281, + 27298 + ], + "loc": { + "start": { + "line": 1003, + "column": 23 + }, + "end": { + "line": 1003, + "column": 40 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "gridLayout", + "range": [ + 27300, + 27310 + ], + "loc": { + "start": { + "line": 1003, + "column": 42 + }, + "end": { + "line": 1003, "column": 52 } } }, + "value": { + "type": "Identifier", + "name": "gridLayout", + "range": [ + 27300, + 27310 + ], + "loc": { + "start": { + "line": 1003, + "column": 42 + }, + "end": { + "line": 1003, + "column": 52 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, "range": [ - 27850, - 27878 + 27300, + 27310 ], "loc": { "start": { - "line": 1014, - "column": 24 + "line": 1003, + "column": 42 }, "end": { - "line": 1014, + "line": 1003, "column": 52 } } }, - "range": [ - 27838, - 27878 - ], - "loc": { - "start": { - "line": 1014, - "column": 12 - }, - "end": { - "line": 1014, - "column": 52 - } - } - }, - "range": [ - 27838, - 27879 - ], - "loc": { - "start": { - "line": 1014, - "column": 12 - }, - "end": { - "line": 1014, - "column": 53 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 27892, - 27895 - ], - "loc": { - "start": { - "line": 1015, - "column": 12 - }, - "end": { - "line": 1015, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "state", - "range": [ - 27896, - 27901 - ], - "loc": { - "start": { - "line": 1015, - "column": 16 - }, - "end": { - "line": 1015, - "column": 21 - } - } - }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "loader", "range": [ - 27892, - 27901 + 27312, + 27318 ], "loc": { "start": { - "line": 1015, + "line": 1003, + "column": 54 + }, + "end": { + "line": 1003, + "column": 60 + } + } + }, + "value": { + "type": "Identifier", + "name": "loader", + "range": [ + 27312, + 27318 + ], + "loc": { + "start": { + "line": 1003, + "column": 54 + }, + "end": { + "line": 1003, + "column": 60 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27312, + 27318 + ], + "loc": { + "start": { + "line": 1003, + "column": 54 + }, + "end": { + "line": 1003, + "column": 60 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "highlightKeyword", + "range": [ + 27320, + 27336 + ], + "loc": { + "start": { + "line": 1003, + "column": 62 + }, + "end": { + "line": 1003, + "column": 78 + } + } + }, + "value": { + "type": "Identifier", + "name": "highlightKeyword", + "range": [ + 27320, + 27336 + ], + "loc": { + "start": { + "line": 1003, + "column": 62 + }, + "end": { + "line": 1003, + "column": 78 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27320, + 27336 + ], + "loc": { + "start": { + "line": 1003, + "column": 62 + }, + "end": { + "line": 1003, + "column": 78 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "popupFilter", + "range": [ + 27350, + 27361 + ], + "loc": { + "start": { + "line": 1004, "column": 12 }, "end": { - "line": 1015, + "line": 1004, + "column": 23 + } + } + }, + "value": { + "type": "Identifier", + "name": "popupFilter", + "range": [ + 27350, + 27361 + ], + "loc": { + "start": { + "line": 1004, + "column": 12 + }, + "end": { + "line": 1004, + "column": 23 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27350, + 27361 + ], + "loc": { + "start": { + "line": 1004, + "column": 12 + }, + "end": { + "line": 1004, + "column": 23 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "rowsCounter", + "range": [ + 27363, + 27374 + ], + "loc": { + "start": { + "line": 1004, + "column": 25 + }, + "end": { + "line": 1004, + "column": 36 + } + } + }, + "value": { + "type": "Identifier", + "name": "rowsCounter", + "range": [ + 27363, + 27374 + ], + "loc": { + "start": { + "line": 1004, + "column": 25 + }, + "end": { + "line": 1004, + "column": 36 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27363, + 27374 + ], + "loc": { + "start": { + "line": 1004, + "column": 25 + }, + "end": { + "line": 1004, + "column": 36 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "statusBar", + "range": [ + 27376, + 27385 + ], + "loc": { + "start": { + "line": 1004, + "column": 38 + }, + "end": { + "line": 1004, + "column": 47 + } + } + }, + "value": { + "type": "Identifier", + "name": "statusBar", + "range": [ + 27376, + 27385 + ], + "loc": { + "start": { + "line": 1004, + "column": 38 + }, + "end": { + "line": 1004, + "column": 47 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27376, + 27385 + ], + "loc": { + "start": { + "line": 1004, + "column": 38 + }, + "end": { + "line": 1004, + "column": 47 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "clearButton", + "range": [ + 27387, + 27398 + ], + "loc": { + "start": { + "line": 1004, + "column": 49 + }, + "end": { + "line": 1004, + "column": 60 + } + } + }, + "value": { + "type": "Identifier", + "name": "clearButton", + "range": [ + 27387, + 27398 + ], + "loc": { + "start": { + "line": 1004, + "column": 49 + }, + "end": { + "line": 1004, + "column": 60 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27387, + 27398 + ], + "loc": { + "start": { + "line": 1004, + "column": 49 + }, + "end": { + "line": 1004, + "column": 60 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "alternateRows", + "range": [ + 27400, + 27413 + ], + "loc": { + "start": { + "line": 1004, + "column": 62 + }, + "end": { + "line": 1004, + "column": 75 + } + } + }, + "value": { + "type": "Identifier", + "name": "alternateRows", + "range": [ + 27400, + 27413 + ], + "loc": { + "start": { + "line": 1004, + "column": 62 + }, + "end": { + "line": 1004, + "column": 75 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 27400, + 27413 + ], + "loc": { + "start": { + "line": 1004, + "column": 62 + }, + "end": { + "line": 1004, + "column": 75 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "noResults", + "range": [ + 27427, + 27436 + ], + "loc": { + "start": { + "line": 1005, + "column": 12 + }, + "end": { + "line": 1005, "column": 21 } } }, - "property": { + "value": { "type": "Identifier", - "name": "init", + "name": "noResults", "range": [ - 27902, - 27906 + 27427, + 27436 ], "loc": { "start": { - "line": 1015, - "column": 22 - }, - "end": { - "line": 1015, - "column": 26 - } - } - }, - "range": [ - 27892, - 27906 - ], - "loc": { - "start": { - "line": 1015, - "column": 12 - }, - "end": { - "line": 1015, - "column": 26 - } - } - }, - "arguments": [], - "range": [ - 27892, - 27908 - ], - "loc": { - "start": { - "line": 1015, - "column": 12 - }, - "end": { - "line": 1015, - "column": 28 - } - } - }, - "range": [ - 27892, - 27909 - ], - "loc": { - "start": { - "line": 1015, - "column": 12 - }, - "end": { - "line": 1015, - "column": 29 - } - } - } - ], - "range": [ - 27824, - 27919 - ], - "loc": { - "start": { - "line": 1013, - "column": 24 - }, - "end": { - "line": 1016, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 27808, - 27919 - ], - "loc": { - "start": { - "line": 1013, - "column": 8 - }, - "end": { - "line": 1016, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 27933, - 27937 - ], - "loc": { - "start": { - "line": 1018, - "column": 12 - }, - "end": { - "line": 1018, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumns", - "range": [ - 27938, - 27955 - ], - "loc": { - "start": { - "line": 1018, - "column": 17 - }, - "end": { - "line": 1018, - "column": 34 - } - } - }, - "range": [ - 27933, - 27955 - ], - "loc": { - "start": { - "line": 1018, - "column": 12 - }, - "end": { - "line": 1018, - "column": 34 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 27971, - 27974 - ], - "loc": { - "start": { - "line": 1019, + "line": 1005, "column": 12 }, "end": { - "line": 1019, - "column": 15 + "line": 1005, + "column": 21 } } }, - "property": { - "type": "Identifier", - "name": "markActiveColumns", - "range": [ - 27975, - 27992 - ], - "loc": { - "start": { - "line": 1019, - "column": 16 - }, - "end": { - "line": 1019, - "column": 33 - } - } - }, - "range": [ - 27971, - 27992 - ], - "loc": { - "start": { - "line": 1019, - "column": 12 - }, - "end": { - "line": 1019, - "column": 33 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28011, - 28014 - ], - "loc": { - "start": { - "line": 1020, - "column": 16 - }, - "end": { - "line": 1020, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumns", - "range": [ - 28015, - 28032 - ], - "loc": { - "start": { - "line": 1020, - "column": 20 - }, - "end": { - "line": 1020, - "column": 37 - } - } - }, - "range": [ - 28011, - 28032 - ], - "loc": { - "start": { - "line": 1020, - "column": 16 - }, - "end": { - "line": 1020, - "column": 37 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "MarkActiveColumns", - "range": [ - 28040, - 28057 - ], - "loc": { - "start": { - "line": 1020, - "column": 45 - }, - "end": { - "line": 1020, - "column": 62 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 28058, - 28062 - ], - "loc": { - "start": { - "line": 1020, - "column": 63 - }, - "end": { - "line": 1020, - "column": 67 - } - } - } - ], - "range": [ - 28036, - 28063 - ], - "loc": { - "start": { - "line": 1020, - "column": 41 - }, - "end": { - "line": 1020, - "column": 68 - } - } - }, - "range": [ - 28011, - 28063 - ], - "loc": { - "start": { - "line": 1020, - "column": 16 - }, - "end": { - "line": 1020, - "column": 68 - } - } - }, - "range": [ - 27971, - 28063 - ], - "loc": { - "start": { - "line": 1019, - "column": 12 - }, - "end": { - "line": 1020, - "column": 68 - } - } - }, - "range": [ - 27971, - 28064 - ], - "loc": { - "start": { - "line": 1019, - "column": 12 - }, - "end": { - "line": 1020, - "column": 69 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", + "kind": "init", + "method": false, + "shorthand": true, "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28077, - 28080 - ], - "loc": { - "start": { - "line": 1021, - "column": 12 - }, - "end": { - "line": 1021, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumns", - "range": [ - 28081, - 28098 - ], - "loc": { - "start": { - "line": 1021, - "column": 16 - }, - "end": { - "line": 1021, - "column": 33 - } - } - }, - "range": [ - 28077, - 28098 - ], - "loc": { - "start": { - "line": 1021, - "column": 12 - }, - "end": { - "line": 1021, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 28099, - 28103 - ], - "loc": { - "start": { - "line": 1021, - "column": 34 - }, - "end": { - "line": 1021, - "column": 38 - } - } - }, "range": [ - 28077, - 28103 + 27427, + 27436 ], "loc": { "start": { - "line": 1021, + "line": 1005, "column": 12 }, "end": { - "line": 1021, - "column": 38 + "line": 1005, + "column": 21 } } - }, - "arguments": [], - "range": [ - 28077, - 28105 - ], - "loc": { - "start": { - "line": 1021, - "column": 12 - }, - "end": { - "line": 1021, - "column": 40 - } } - }, + ], "range": [ - 28077, - 28106 + 27272, + 27438 ], "loc": { "start": { - "line": 1021, - "column": 12 + "line": 1003, + "column": 14 }, "end": { - "line": 1021, - "column": 41 + "line": 1005, + "column": 23 } } - } - ], - "range": [ - 27957, - 28116 - ], - "loc": { - "start": { - "line": 1018, - "column": 36 }, - "end": { - "line": 1022, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 27929, - 28116 - ], - "loc": { - "start": { - "line": 1018, - "column": 8 - }, - "end": { - "line": 1022, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 28130, - 28134 - ], - "loc": { - "start": { - "line": 1024, - "column": 12 - }, - "end": { - "line": 1024, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridLayout", - "range": [ - 28135, - 28145 - ], - "loc": { - "start": { - "line": 1024, - "column": 17 - }, - "end": { - "line": 1024, - "column": 27 - } - } - }, - "range": [ - 28130, - 28145 - ], - "loc": { - "start": { - "line": 1024, - "column": 12 - }, - "end": { - "line": 1024, - "column": 27 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28161, - 28164 - ], - "loc": { - "start": { - "line": 1025, - "column": 12 - }, - "end": { - "line": 1025, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridLayout", - "range": [ - 28165, - 28175 - ], - "loc": { - "start": { - "line": 1025, - "column": 16 - }, - "end": { - "line": 1025, - "column": 26 - } - } - }, - "range": [ - 28161, - 28175 - ], - "loc": { - "start": { - "line": 1025, - "column": 12 - }, - "end": { - "line": 1025, - "column": 26 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28178, - 28181 - ], - "loc": { - "start": { - "line": 1025, - "column": 29 - }, - "end": { - "line": 1025, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridLayout", - "range": [ - 28182, - 28192 - ], - "loc": { - "start": { - "line": 1025, - "column": 33 - }, - "end": { - "line": 1025, - "column": 43 - } - } - }, - "range": [ - 28178, - 28192 - ], - "loc": { - "start": { - "line": 1025, - "column": 29 - }, - "end": { - "line": 1025, - "column": 43 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "GridLayout", - "range": [ - 28200, - 28210 - ], - "loc": { - "start": { - "line": 1025, - "column": 51 - }, - "end": { - "line": 1025, - "column": 61 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 28211, - 28215 - ], - "loc": { - "start": { - "line": 1025, - "column": 62 - }, - "end": { - "line": 1025, - "column": 66 - } - } - } - ], - "range": [ - 28196, - 28216 - ], - "loc": { - "start": { - "line": 1025, - "column": 47 - }, - "end": { - "line": 1025, - "column": 67 - } - } - }, - "range": [ - 28178, - 28216 - ], - "loc": { - "start": { - "line": 1025, - "column": 29 - }, - "end": { - "line": 1025, - "column": 67 - } - } - }, - "range": [ - 28161, - 28216 - ], - "loc": { - "start": { - "line": 1025, - "column": 12 - }, - "end": { - "line": 1025, - "column": 67 - } - } - }, + "init": { + "type": "Identifier", + "name": "FEATURES", "range": [ - 28161, - 28217 + 27441, + 27449 ], "loc": { "start": { - "line": 1025, - "column": 12 + "line": 1005, + "column": 26 }, "end": { - "line": 1025, - "column": 68 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28230, - 28233 - ], - "loc": { - "start": { - "line": 1026, - "column": 12 - }, - "end": { - "line": 1026, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridLayout", - "range": [ - 28234, - 28244 - ], - "loc": { - "start": { - "line": 1026, - "column": 16 - }, - "end": { - "line": 1026, - "column": 26 - } - } - }, - "range": [ - 28230, - 28244 - ], - "loc": { - "start": { - "line": 1026, - "column": 12 - }, - "end": { - "line": 1026, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 28245, - 28249 - ], - "loc": { - "start": { - "line": 1026, - "column": 27 - }, - "end": { - "line": 1026, - "column": 31 - } - } - }, - "range": [ - 28230, - 28249 - ], - "loc": { - "start": { - "line": 1026, - "column": 12 - }, - "end": { - "line": 1026, - "column": 31 - } - } - }, - "arguments": [], - "range": [ - 28230, - 28251 - ], - "loc": { - "start": { - "line": 1026, - "column": 12 - }, - "end": { - "line": 1026, - "column": 33 - } - } - }, - "range": [ - 28230, - 28252 - ], - "loc": { - "start": { - "line": 1026, - "column": 12 - }, - "end": { - "line": 1026, + "line": 1005, "column": 34 } } - } - ], - "range": [ - 28147, - 28262 - ], - "loc": { - "start": { - "line": 1024, - "column": 29 }, - "end": { - "line": 1027, - "column": 9 + "range": [ + 27272, + 27449 + ], + "loc": { + "start": { + "line": 1003, + "column": 14 + }, + "end": { + "line": 1005, + "column": 34 + } } } - }, - "alternate": null, + ], + "kind": "const", "range": [ - 28126, - 28262 + 27266, + 27450 ], "loc": { "start": { - "line": 1024, + "line": 1003, "column": 8 }, "end": { - "line": 1027, - "column": 9 + "line": 1005, + "column": 35 } } }, { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 28276, - 28280 - ], - "loc": { - "start": { - "line": 1029, - "column": 12 - }, - "end": { - "line": 1029, - "column": 16 + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 27460, + 27464 + ], + "loc": { + "start": { + "line": 1007, + "column": 8 + }, + "end": { + "line": 1007, + "column": 12 + } } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28281, - 28287 - ], - "loc": { - "start": { - "line": 1029, - "column": 17 - }, - "end": { - "line": 1029, - "column": 23 - } - } - }, - "range": [ - 28276, - 28287 - ], - "loc": { - "start": { - "line": 1029, - "column": 12 }, - "end": { - "line": 1029, - "column": 23 + "property": { + "type": "Identifier", + "name": "initFeatures", + "range": [ + 27465, + 27477 + ], + "loc": { + "start": { + "line": 1007, + "column": 13 + }, + "end": { + "line": 1007, + "column": 25 + } + } + }, + "range": [ + 27460, + 27477 + ], + "loc": { + "start": { + "line": 1007, + "column": 8 + }, + "end": { + "line": 1007, + "column": 25 + } } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ + }, + "arguments": [ { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28303, - 28306 - ], - "loc": { - "start": { - "line": 1030, - "column": 12 - }, - "end": { - "line": 1030, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28307, - 28313 - ], - "loc": { - "start": { - "line": 1030, - "column": 16 - }, - "end": { - "line": 1030, - "column": 22 - } - } - }, + "type": "ArrayExpression", + "elements": [ + { + "type": "Identifier", + "name": "state", "range": [ - 28303, - 28313 + 27492, + 27497 ], "loc": { "start": { - "line": 1030, + "line": 1008, "column": 12 }, "end": { - "line": 1030, + "line": 1008, + "column": 17 + } + } + }, + { + "type": "Identifier", + "name": "markActiveColumns", + "range": [ + 27511, + 27528 + ], + "loc": { + "start": { + "line": 1009, + "column": 12 + }, + "end": { + "line": 1009, + "column": 29 + } + } + }, + { + "type": "Identifier", + "name": "gridLayout", + "range": [ + 27542, + 27552 + ], + "loc": { + "start": { + "line": 1010, + "column": 12 + }, + "end": { + "line": 1010, "column": 22 } } }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28316, - 28319 - ], - "loc": { - "start": { - "line": 1030, - "column": 25 - }, - "end": { - "line": 1030, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28320, - 28326 - ], - "loc": { - "start": { - "line": 1030, - "column": 29 - }, - "end": { - "line": 1030, - "column": 35 - } - } - }, - "range": [ - 28316, - 28326 - ], - "loc": { - "start": { - "line": 1030, - "column": 25 - }, - "end": { - "line": 1030, - "column": 35 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "Loader", - "range": [ - 28334, - 28340 - ], - "loc": { - "start": { - "line": 1030, - "column": 43 - }, - "end": { - "line": 1030, - "column": 49 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 28341, - 28345 - ], - "loc": { - "start": { - "line": 1030, - "column": 50 - }, - "end": { - "line": 1030, - "column": 54 - } - } - } - ], - "range": [ - 28330, - 28346 - ], - "loc": { - "start": { - "line": 1030, - "column": 39 - }, - "end": { - "line": 1030, - "column": 55 - } - } - }, + { + "type": "Identifier", + "name": "loader", "range": [ - 28316, - 28346 + 27566, + 27572 ], "loc": { "start": { - "line": 1030, - "column": 25 - }, - "end": { - "line": 1030, - "column": 55 - } - } - }, - "range": [ - 28303, - 28346 - ], - "loc": { - "start": { - "line": 1030, - "column": 12 - }, - "end": { - "line": 1030, - "column": 55 - } - } - }, - "range": [ - 28303, - 28347 - ], - "loc": { - "start": { - "line": 1030, - "column": 12 - }, - "end": { - "line": 1030, - "column": 56 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28360, - 28363 - ], - "loc": { - "start": { - "line": 1031, - "column": 12 - }, - "end": { - "line": 1031, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28364, - 28370 - ], - "loc": { - "start": { - "line": 1031, - "column": 16 - }, - "end": { - "line": 1031, - "column": 22 - } - } - }, - "range": [ - 28360, - 28370 - ], - "loc": { - "start": { - "line": 1031, - "column": 12 - }, - "end": { - "line": 1031, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 28371, - 28375 - ], - "loc": { - "start": { - "line": 1031, - "column": 23 - }, - "end": { - "line": 1031, - "column": 27 - } - } - }, - "range": [ - 28360, - 28375 - ], - "loc": { - "start": { - "line": 1031, + "line": 1011, "column": 12 }, "end": { - "line": 1031, - "column": 27 + "line": 1011, + "column": 18 } } }, - "arguments": [], - "range": [ - 28360, - 28377 - ], - "loc": { - "start": { - "line": 1031, - "column": 12 - }, - "end": { - "line": 1031, - "column": 29 + { + "type": "Identifier", + "name": "highlightKeyword", + "range": [ + 27586, + 27602 + ], + "loc": { + "start": { + "line": 1012, + "column": 12 + }, + "end": { + "line": 1012, + "column": 28 + } + } + }, + { + "type": "Identifier", + "name": "popupFilter", + "range": [ + 27616, + 27627 + ], + "loc": { + "start": { + "line": 1013, + "column": 12 + }, + "end": { + "line": 1013, + "column": 23 + } } } - }, + ], "range": [ - 28360, - 28378 + 27478, + 27637 ], "loc": { "start": { - "line": 1031, - "column": 12 + "line": 1007, + "column": 26 }, "end": { - "line": 1031, - "column": 30 + "line": 1014, + "column": 9 } } } ], "range": [ - 28289, - 28388 + 27460, + 27638 ], "loc": { "start": { - "line": 1029, - "column": 25 + "line": 1007, + "column": 8 }, "end": { - "line": 1032, - "column": 9 + "line": 1014, + "column": 10 } } }, - "alternate": null, "range": [ - 28272, - 28388 + 27460, + 27639 ], "loc": { "start": { - "line": 1029, + "line": 1007, "column": 8 }, "end": { - "line": 1032, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 28402, - 28406 - ], - "loc": { - "start": { - "line": 1034, - "column": 12 - }, - "end": { - "line": 1034, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "highlightKeywords", - "range": [ - 28407, - 28424 - ], - "loc": { - "start": { - "line": 1034, - "column": 17 - }, - "end": { - "line": 1034, - "column": 34 - } - } - }, - "range": [ - 28402, - 28424 - ], - "loc": { - "start": { - "line": 1034, - "column": 12 - }, - "end": { - "line": 1034, - "column": 34 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28440, - 28443 - ], - "loc": { - "start": { - "line": 1035, - "column": 12 - }, - "end": { - "line": 1035, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "highlightKeyword", - "range": [ - 28444, - 28460 - ], - "loc": { - "start": { - "line": 1035, - "column": 16 - }, - "end": { - "line": 1035, - "column": 32 - } - } - }, - "range": [ - 28440, - 28460 - ], - "loc": { - "start": { - "line": 1035, - "column": 12 - }, - "end": { - "line": 1035, - "column": 32 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "HighlightKeyword", - "range": [ - 28467, - 28483 - ], - "loc": { - "start": { - "line": 1035, - "column": 39 - }, - "end": { - "line": 1035, - "column": 55 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 28484, - 28488 - ], - "loc": { - "start": { - "line": 1035, - "column": 56 - }, - "end": { - "line": 1035, - "column": 60 - } - } - } - ], - "range": [ - 28463, - 28489 - ], - "loc": { - "start": { - "line": 1035, - "column": 35 - }, - "end": { - "line": 1035, - "column": 61 - } - } - }, - "range": [ - 28440, - 28489 - ], - "loc": { - "start": { - "line": 1035, - "column": 12 - }, - "end": { - "line": 1035, - "column": 61 - } - } - }, - "range": [ - 28440, - 28490 - ], - "loc": { - "start": { - "line": 1035, - "column": 12 - }, - "end": { - "line": 1035, - "column": 62 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28503, - 28506 - ], - "loc": { - "start": { - "line": 1036, - "column": 12 - }, - "end": { - "line": 1036, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "highlightKeyword", - "range": [ - 28507, - 28523 - ], - "loc": { - "start": { - "line": 1036, - "column": 16 - }, - "end": { - "line": 1036, - "column": 32 - } - } - }, - "range": [ - 28503, - 28523 - ], - "loc": { - "start": { - "line": 1036, - "column": 12 - }, - "end": { - "line": 1036, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 28524, - 28528 - ], - "loc": { - "start": { - "line": 1036, - "column": 33 - }, - "end": { - "line": 1036, - "column": 37 - } - } - }, - "range": [ - 28503, - 28528 - ], - "loc": { - "start": { - "line": 1036, - "column": 12 - }, - "end": { - "line": 1036, - "column": 37 - } - } - }, - "arguments": [], - "range": [ - 28503, - 28530 - ], - "loc": { - "start": { - "line": 1036, - "column": 12 - }, - "end": { - "line": 1036, - "column": 39 - } - } - }, - "range": [ - 28503, - 28531 - ], - "loc": { - "start": { - "line": 1036, - "column": 12 - }, - "end": { - "line": 1036, - "column": 40 - } - } - } - ], - "range": [ - 28426, - 28541 - ], - "loc": { - "start": { - "line": 1034, - "column": 36 - }, - "end": { - "line": 1037, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 28398, - 28541 - ], - "loc": { - "start": { - "line": 1034, - "column": 8 - }, - "end": { - "line": 1037, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 28555, - 28559 - ], - "loc": { - "start": { - "line": 1039, - "column": 12 - }, - "end": { - "line": 1039, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "popupFilters", - "range": [ - 28560, - 28572 - ], - "loc": { - "start": { - "line": 1039, - "column": 17 - }, - "end": { - "line": 1039, - "column": 29 - } - } - }, - "range": [ - 28555, - 28572 - ], - "loc": { - "start": { - "line": 1039, - "column": 12 - }, - "end": { - "line": 1039, - "column": 29 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28588, - 28591 - ], - "loc": { - "start": { - "line": 1040, - "column": 12 - }, - "end": { - "line": 1040, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "popupFilter", - "range": [ - 28592, - 28603 - ], - "loc": { - "start": { - "line": 1040, - "column": 16 - }, - "end": { - "line": 1040, - "column": 27 - } - } - }, - "range": [ - 28588, - 28603 - ], - "loc": { - "start": { - "line": 1040, - "column": 12 - }, - "end": { - "line": 1040, - "column": 27 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28606, - 28609 - ], - "loc": { - "start": { - "line": 1040, - "column": 30 - }, - "end": { - "line": 1040, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "popupFilter", - "range": [ - 28610, - 28621 - ], - "loc": { - "start": { - "line": 1040, - "column": 34 - }, - "end": { - "line": 1040, - "column": 45 - } - } - }, - "range": [ - 28606, - 28621 - ], - "loc": { - "start": { - "line": 1040, - "column": 30 - }, - "end": { - "line": 1040, - "column": 45 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "PopupFilter", - "range": [ - 28629, - 28640 - ], - "loc": { - "start": { - "line": 1040, - "column": 53 - }, - "end": { - "line": 1040, - "column": 64 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 28641, - 28645 - ], - "loc": { - "start": { - "line": 1040, - "column": 65 - }, - "end": { - "line": 1040, - "column": 69 - } - } - } - ], - "range": [ - 28625, - 28646 - ], - "loc": { - "start": { - "line": 1040, - "column": 49 - }, - "end": { - "line": 1040, - "column": 70 - } - } - }, - "range": [ - 28606, - 28646 - ], - "loc": { - "start": { - "line": 1040, - "column": 30 - }, - "end": { - "line": 1040, - "column": 70 - } - } - }, - "range": [ - 28588, - 28646 - ], - "loc": { - "start": { - "line": 1040, - "column": 12 - }, - "end": { - "line": 1040, - "column": 70 - } - } - }, - "range": [ - 28588, - 28647 - ], - "loc": { - "start": { - "line": 1040, - "column": 12 - }, - "end": { - "line": 1040, - "column": 71 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28660, - 28663 - ], - "loc": { - "start": { - "line": 1041, - "column": 12 - }, - "end": { - "line": 1041, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "popupFilter", - "range": [ - 28664, - 28675 - ], - "loc": { - "start": { - "line": 1041, - "column": 16 - }, - "end": { - "line": 1041, - "column": 27 - } - } - }, - "range": [ - 28660, - 28675 - ], - "loc": { - "start": { - "line": 1041, - "column": 12 - }, - "end": { - "line": 1041, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 28676, - 28680 - ], - "loc": { - "start": { - "line": 1041, - "column": 28 - }, - "end": { - "line": 1041, - "column": 32 - } - } - }, - "range": [ - 28660, - 28680 - ], - "loc": { - "start": { - "line": 1041, - "column": 12 - }, - "end": { - "line": 1041, - "column": 32 - } - } - }, - "arguments": [], - "range": [ - 28660, - 28682 - ], - "loc": { - "start": { - "line": 1041, - "column": 12 - }, - "end": { - "line": 1041, - "column": 34 - } - } - }, - "range": [ - 28660, - 28683 - ], - "loc": { - "start": { - "line": 1041, - "column": 12 - }, - "end": { - "line": 1041, - "column": 35 - } - } - } - ], - "range": [ - 28574, - 28693 - ], - "loc": { - "start": { - "line": 1039, - "column": 31 - }, - "end": { - "line": 1042, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 28551, - 28693 - ], - "loc": { - "start": { - "line": 1039, - "column": 8 - }, - "end": { - "line": 1042, - "column": 9 + "line": 1014, + "column": 11 } }, "trailingComments": [ @@ -41537,16 +38998,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 28703, - 28734 + 27649, + 27680 ], "loc": { "start": { - "line": 1044, + "line": 1016, "column": 8 }, "end": { - "line": 1044, + "line": 1016, "column": 39 } } @@ -41564,16 +39025,16 @@ "object": { "type": "ThisExpression", "range": [ - 28748, - 28752 + 27694, + 27698 ], "loc": { "start": { - "line": 1045, + "line": 1017, "column": 13 }, "end": { - "line": 1045, + "line": 1017, "column": 17 } } @@ -41582,47 +39043,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 28753, - 28760 + 27699, + 27706 ], "loc": { "start": { - "line": 1045, + "line": 1017, "column": 18 }, "end": { - "line": 1045, + "line": 1017, "column": 25 } } }, "range": [ - 28748, - 28760 + 27694, + 27706 ], "loc": { "start": { - "line": 1045, + "line": 1017, "column": 13 }, "end": { - "line": 1045, + "line": 1017, "column": 25 } } }, "prefix": true, "range": [ - 28747, - 28760 + 27693, + 27706 ], "loc": { "start": { - "line": 1045, + "line": 1017, "column": 12 }, "end": { - "line": 1045, + "line": 1017, "column": 25 } } @@ -41640,16 +39101,16 @@ "object": { "type": "ThisExpression", "range": [ - 28776, - 28780 + 27722, + 27726 ], "loc": { "start": { - "line": 1046, + "line": 1018, "column": 12 }, "end": { - "line": 1046, + "line": 1018, "column": 16 } } @@ -41658,78 +39119,78 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 28781, - 28795 + 27727, + 27741 ], "loc": { "start": { - "line": 1046, + "line": 1018, "column": 17 }, "end": { - "line": 1046, + "line": 1018, "column": 31 } } }, "range": [ - 28776, - 28795 + 27722, + 27741 ], "loc": { "start": { - "line": 1046, + "line": 1018, "column": 12 }, "end": { - "line": 1046, + "line": 1018, "column": 31 } } }, "arguments": [], "range": [ - 28776, - 28797 + 27722, + 27743 ], "loc": { "start": { - "line": 1046, + "line": 1018, "column": 12 }, "end": { - "line": 1046, + "line": 1018, "column": 33 } } }, "range": [ - 28776, - 28798 + 27722, + 27744 ], "loc": { "start": { - "line": 1046, + "line": 1018, "column": 12 }, "end": { - "line": 1046, + "line": 1018, "column": 34 } } } ], "range": [ - 28762, - 28808 + 27708, + 27754 ], "loc": { "start": { - "line": 1045, + "line": 1017, "column": 27 }, "end": { - "line": 1047, + "line": 1019, "column": 9 } } @@ -41746,16 +39207,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 28832, - 28838 + 27778, + 27784 ], "loc": { "start": { - "line": 1048, + "line": 1020, "column": 16 }, "end": { - "line": 1048, + "line": 1020, "column": 22 } } @@ -41768,16 +39229,16 @@ "object": { "type": "ThisExpression", "range": [ - 28841, - 28845 + 27787, + 27791 ], "loc": { "start": { - "line": 1048, + "line": 1020, "column": 25 }, "end": { - "line": 1048, + "line": 1020, "column": 29 } } @@ -41786,62 +39247,62 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 28846, - 28863 + 27792, + 27809 ], "loc": { "start": { - "line": 1048, + "line": 1020, "column": 30 }, "end": { - "line": 1048, + "line": 1020, "column": 47 } } }, "range": [ - 28841, - 28863 + 27787, + 27809 ], "loc": { "start": { - "line": 1048, + "line": 1020, "column": 25 }, "end": { - "line": 1048, + "line": 1020, "column": 47 } } }, "arguments": [], "range": [ - 28841, - 28865 + 27787, + 27811 ], "loc": { "start": { - "line": 1048, + "line": 1020, "column": 25 }, "end": { - "line": 1048, + "line": 1020, "column": 49 } } }, "range": [ - 28832, - 28865 + 27778, + 27811 ], "loc": { "start": { - "line": 1048, + "line": 1020, "column": 16 }, "end": { - "line": 1048, + "line": 1020, "column": 49 } } @@ -41849,16 +39310,16 @@ ], "kind": "let", "range": [ - 28828, - 28866 + 27774, + 27812 ], "loc": { "start": { - "line": 1048, + "line": 1020, "column": 12 }, "end": { - "line": 1048, + "line": 1020, "column": 50 } } @@ -41874,16 +39335,16 @@ "object": { "type": "ThisExpression", "range": [ - 28880, - 28884 + 27826, + 27830 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 12 }, "end": { - "line": 1050, + "line": 1022, "column": 16 } } @@ -41892,31 +39353,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 28885, - 28901 + 27831, + 27847 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 17 }, "end": { - "line": 1050, + "line": 1022, "column": 33 } } }, "range": [ - 28880, - 28901 + 27826, + 27847 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 12 }, "end": { - "line": 1050, + "line": 1022, "column": 33 } } @@ -41929,16 +39390,16 @@ "object": { "type": "ThisExpression", "range": [ - 28904, - 28908 + 27850, + 27854 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 36 }, "end": { - "line": 1050, + "line": 1022, "column": 40 } } @@ -41947,77 +39408,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 28909, - 28918 + 27855, + 27864 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 41 }, "end": { - "line": 1050, + "line": 1022, "column": 50 } } }, "range": [ - 28904, - 28918 + 27850, + 27864 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 36 }, "end": { - "line": 1050, + "line": 1022, "column": 50 } } }, "arguments": [], "range": [ - 28904, - 28920 + 27850, + 27866 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 36 }, "end": { - "line": 1050, + "line": 1022, "column": 52 } } }, "range": [ - 28880, - 28920 + 27826, + 27866 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 12 }, "end": { - "line": 1050, + "line": 1022, "column": 52 } } }, "range": [ - 28880, - 28921 + 27826, + 27867 ], "loc": { "start": { - "line": 1050, + "line": 1022, "column": 12 }, "end": { - "line": 1050, + "line": 1022, "column": 53 } }, @@ -42026,16 +39487,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 28935, - 28954 + 27881, + 27900 ], "loc": { "start": { - "line": 1052, + "line": 1024, "column": 12 }, "end": { - "line": 1052, + "line": 1024, "column": 31 } } @@ -42053,16 +39514,16 @@ "type": "Identifier", "name": "i", "range": [ - 28976, - 28977 + 27922, + 27923 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 21 }, "end": { - "line": 1053, + "line": 1025, "column": 22 } } @@ -42072,31 +39533,31 @@ "value": 0, "raw": "0", "range": [ - 28980, - 28981 + 27926, + 27927 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 25 }, "end": { - "line": 1053, + "line": 1025, "column": 26 } } }, "range": [ - 28976, - 28981 + 27922, + 27927 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 21 }, "end": { - "line": 1053, + "line": 1025, "column": 26 } } @@ -42104,16 +39565,16 @@ ], "kind": "let", "range": [ - 28972, - 28981 + 27918, + 27927 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 17 }, "end": { - "line": 1053, + "line": 1025, "column": 26 } } @@ -42125,16 +39586,16 @@ "type": "Identifier", "name": "i", "range": [ - 28983, - 28984 + 27929, + 27930 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 28 }, "end": { - "line": 1053, + "line": 1025, "column": 29 } } @@ -42143,31 +39604,31 @@ "type": "Identifier", "name": "n", "range": [ - 28987, - 28988 + 27933, + 27934 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 32 }, "end": { - "line": 1053, + "line": 1025, "column": 33 } } }, "range": [ - 28983, - 28988 + 27929, + 27934 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 28 }, "end": { - "line": 1053, + "line": 1025, "column": 33 } } @@ -42179,32 +39640,32 @@ "type": "Identifier", "name": "i", "range": [ - 28990, - 28991 + 27936, + 27937 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 35 }, "end": { - "line": 1053, + "line": 1025, "column": 36 } } }, "prefix": false, "range": [ - 28990, - 28993 + 27936, + 27939 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 35 }, "end": { - "line": 1053, + "line": 1025, "column": 38 } } @@ -42225,16 +39686,16 @@ "object": { "type": "ThisExpression", "range": [ - 29013, - 29017 + 27959, + 27963 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 16 }, "end": { - "line": 1054, + "line": 1026, "column": 20 } } @@ -42243,31 +39704,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 29018, - 29025 + 27964, + 27971 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 21 }, "end": { - "line": 1054, + "line": 1026, "column": 28 } } }, "range": [ - 29013, - 29025 + 27959, + 27971 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 16 }, "end": { - "line": 1054, + "line": 1026, "column": 28 } } @@ -42276,31 +39737,31 @@ "type": "Identifier", "name": "emit", "range": [ - 29026, - 29030 + 27972, + 27976 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 29 }, "end": { - "line": 1054, + "line": 1026, "column": 33 } } }, "range": [ - 29013, - 29030 + 27959, + 27976 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 16 }, "end": { - "line": 1054, + "line": 1026, "column": 33 } } @@ -42311,16 +39772,16 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 29031, - 29051 + 27977, + 27997 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 34 }, "end": { - "line": 1054, + "line": 1026, "column": 54 } } @@ -42328,16 +39789,16 @@ { "type": "ThisExpression", "range": [ - 29053, - 29057 + 27999, + 28003 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 56 }, "end": { - "line": 1054, + "line": 1026, "column": 60 } } @@ -42346,47 +39807,47 @@ "type": "Identifier", "name": "i", "range": [ - 29059, - 29060 + 28005, + 28006 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 62 }, "end": { - "line": 1054, + "line": 1026, "column": 63 } } } ], "range": [ - 29013, - 29061 + 27959, + 28007 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 16 }, "end": { - "line": 1054, + "line": 1026, "column": 64 } } }, "range": [ - 29013, - 29062 + 27959, + 28008 ], "loc": { "start": { - "line": 1054, + "line": 1026, "column": 16 }, "end": { - "line": 1054, + "line": 1026, "column": 65 } } @@ -42400,16 +39861,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29084, - 29091 + 28030, + 28037 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 20 }, "end": { - "line": 1056, + "line": 1028, "column": 27 } } @@ -42420,16 +39881,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 29094, - 29103 + 28040, + 28049 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 30 }, "end": { - "line": 1056, + "line": 1028, "column": 39 } } @@ -42441,16 +39902,16 @@ "object": { "type": "ThisExpression", "range": [ - 29104, - 29108 + 28050, + 28054 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 40 }, "end": { - "line": 1056, + "line": 1028, "column": 44 } } @@ -42459,62 +39920,62 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 29109, - 29119 + 28055, + 28065 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 45 }, "end": { - "line": 1056, + "line": 1028, "column": 55 } } }, "range": [ - 29104, - 29119 + 28050, + 28065 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 40 }, "end": { - "line": 1056, + "line": 1028, "column": 55 } } } ], "range": [ - 29094, - 29120 + 28040, + 28066 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 30 }, "end": { - "line": 1056, + "line": 1028, "column": 56 } } }, "range": [ - 29084, - 29120 + 28030, + 28066 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 20 }, "end": { - "line": 1056, + "line": 1028, "column": 56 } } @@ -42525,16 +39986,16 @@ "type": "Identifier", "name": "col", "range": [ - 29142, - 29145 + 28088, + 28091 ], "loc": { "start": { - "line": 1057, + "line": 1029, "column": 20 }, "end": { - "line": 1057, + "line": 1029, "column": 23 } } @@ -42547,16 +40008,16 @@ "object": { "type": "ThisExpression", "range": [ - 29148, - 29152 + 28094, + 28098 ], "loc": { "start": { - "line": 1057, + "line": 1029, "column": 26 }, "end": { - "line": 1057, + "line": 1029, "column": 30 } } @@ -42565,31 +40026,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 29153, - 29166 + 28099, + 28112 ], "loc": { "start": { - "line": 1057, + "line": 1029, "column": 31 }, "end": { - "line": 1057, + "line": 1029, "column": 44 } } }, "range": [ - 29148, - 29166 + 28094, + 28112 ], "loc": { "start": { - "line": 1057, + "line": 1029, "column": 26 }, "end": { - "line": 1057, + "line": 1029, "column": 44 } } @@ -42599,47 +40060,47 @@ "type": "Identifier", "name": "i", "range": [ - 29167, - 29168 + 28113, + 28114 ], "loc": { "start": { - "line": 1057, + "line": 1029, "column": 45 }, "end": { - "line": 1057, + "line": 1029, "column": 46 } } } ], "range": [ - 29148, - 29169 + 28094, + 28115 ], "loc": { "start": { - "line": 1057, + "line": 1029, "column": 26 }, "end": { - "line": 1057, + "line": 1029, "column": 47 } } }, "range": [ - 29142, - 29169 + 28088, + 28115 ], "loc": { "start": { - "line": 1057, + "line": 1029, "column": 20 }, "end": { - "line": 1057, + "line": 1029, "column": 47 } } @@ -42647,16 +40108,16 @@ ], "kind": "let", "range": [ - 29080, - 29170 + 28026, + 28116 ], "loc": { "start": { - "line": 1056, + "line": 1028, "column": 16 }, "end": { - "line": 1057, + "line": 1029, "column": 48 } } @@ -42669,16 +40130,16 @@ "object": { "type": "ThisExpression", "range": [ - 29192, - 29196 + 28138, + 28142 ], "loc": { "start": { - "line": 1059, + "line": 1031, "column": 20 }, "end": { - "line": 1059, + "line": 1031, "column": 24 } } @@ -42687,31 +40148,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29197, - 29212 + 28143, + 28158 ], "loc": { "start": { - "line": 1059, + "line": 1031, "column": 25 }, "end": { - "line": 1059, + "line": 1031, "column": 40 } } }, "range": [ - 29192, - 29212 + 28138, + 28158 ], "loc": { "start": { - "line": 1059, + "line": 1031, "column": 20 }, "end": { - "line": 1059, + "line": 1031, "column": 40 } } @@ -42731,16 +40192,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29236, - 29243 + 28182, + 28189 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 20 }, "end": { - "line": 1060, + "line": 1032, "column": 27 } } @@ -42749,31 +40210,31 @@ "type": "Identifier", "name": "colSpan", "range": [ - 29244, - 29251 + 28190, + 28197 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 28 }, "end": { - "line": 1060, + "line": 1032, "column": 35 } } }, "range": [ - 29236, - 29251 + 28182, + 28197 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 20 }, "end": { - "line": 1060, + "line": 1032, "column": 35 } } @@ -42784,16 +40245,16 @@ "object": { "type": "ThisExpression", "range": [ - 29254, - 29258 + 28200, + 28204 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 38 }, "end": { - "line": 1060, + "line": 1032, "column": 42 } } @@ -42802,93 +40263,93 @@ "type": "Identifier", "name": "nbCells", "range": [ - 29259, - 29266 + 28205, + 28212 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 43 }, "end": { - "line": 1060, + "line": 1032, "column": 50 } } }, "range": [ - 29254, - 29266 + 28200, + 28212 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 38 }, "end": { - "line": 1060, + "line": 1032, "column": 50 } } }, "range": [ - 29236, - 29266 + 28182, + 28212 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 20 }, "end": { - "line": 1060, + "line": 1032, "column": 50 } } }, "range": [ - 29236, - 29267 + 28182, + 28213 ], "loc": { "start": { - "line": 1060, + "line": 1032, "column": 20 }, "end": { - "line": 1060, + "line": 1032, "column": 51 } } } ], "range": [ - 29214, - 29285 + 28160, + 28231 ], "loc": { "start": { - "line": 1059, + "line": 1031, "column": 42 }, "end": { - "line": 1061, + "line": 1033, "column": 17 } } }, "alternate": null, "range": [ - 29188, - 29285 + 28134, + 28231 ], "loc": { "start": { - "line": 1059, + "line": 1031, "column": 16 }, "end": { - "line": 1061, + "line": 1033, "column": 17 } } @@ -42904,16 +40365,16 @@ "object": { "type": "ThisExpression", "range": [ - 29307, - 29311 + 28253, + 28257 ], "loc": { "start": { - "line": 1062, + "line": 1034, "column": 21 }, "end": { - "line": 1062, + "line": 1034, "column": 25 } } @@ -42922,47 +40383,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 29312, - 29322 + 28258, + 28268 ], "loc": { "start": { - "line": 1062, + "line": 1034, "column": 26 }, "end": { - "line": 1062, + "line": 1034, "column": 36 } } }, "range": [ - 29307, - 29322 + 28253, + 28268 ], "loc": { "start": { - "line": 1062, + "line": 1034, "column": 21 }, "end": { - "line": 1062, + "line": 1034, "column": 36 } } }, "prefix": true, "range": [ - 29306, - 29322 + 28252, + 28268 ], "loc": { "start": { - "line": 1062, + "line": 1034, "column": 20 }, "end": { - "line": 1062, + "line": 1034, "column": 36 } } @@ -42981,16 +40442,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 29346, - 29352 + 28292, + 28298 ], "loc": { "start": { - "line": 1063, + "line": 1035, "column": 20 }, "end": { - "line": 1063, + "line": 1035, "column": 26 } } @@ -42999,31 +40460,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 29353, - 29364 + 28299, + 28310 ], "loc": { "start": { - "line": 1063, + "line": 1035, "column": 27 }, "end": { - "line": 1063, + "line": 1035, "column": 38 } } }, "range": [ - 29346, - 29364 + 28292, + 28310 ], "loc": { "start": { - "line": 1063, + "line": 1035, "column": 20 }, "end": { - "line": 1063, + "line": 1035, "column": 38 } } @@ -43033,79 +40494,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29365, - 29372 + 28311, + 28318 ], "loc": { "start": { - "line": 1063, + "line": 1035, "column": 39 }, "end": { - "line": 1063, + "line": 1035, "column": 46 } } } ], "range": [ - 29346, - 29373 + 28292, + 28319 ], "loc": { "start": { - "line": 1063, + "line": 1035, "column": 20 }, "end": { - "line": 1063, + "line": 1035, "column": 47 } } }, "range": [ - 29346, - 29374 + 28292, + 28320 ], "loc": { "start": { - "line": 1063, + "line": 1035, "column": 20 }, "end": { - "line": 1063, + "line": 1035, "column": 48 } } } ], "range": [ - 29324, - 29392 + 28270, + 28338 ], "loc": { "start": { - "line": 1062, + "line": 1034, "column": 38 }, "end": { - "line": 1064, + "line": 1036, "column": 17 } } }, "alternate": null, "range": [ - 29302, - 29392 + 28248, + 28338 ], "loc": { "start": { - "line": 1062, + "line": 1034, "column": 16 }, "end": { - "line": 1064, + "line": 1036, "column": 17 } } @@ -43119,16 +40580,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29409, - 29417 + 28355, + 28363 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 16 }, "end": { - "line": 1065, + "line": 1037, "column": 24 } } @@ -43145,16 +40606,16 @@ "type": "Identifier", "name": "i", "range": [ - 29421, - 29422 + 28367, + 28368 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 28 }, "end": { - "line": 1065, + "line": 1037, "column": 29 } } @@ -43166,16 +40627,16 @@ "type": "Identifier", "name": "n", "range": [ - 29427, - 29428 + 28373, + 28374 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 34 }, "end": { - "line": 1065, + "line": 1037, "column": 35 } } @@ -43185,46 +40646,46 @@ "value": 1, "raw": "1", "range": [ - 29431, - 29432 + 28377, + 28378 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 38 }, "end": { - "line": 1065, + "line": 1037, "column": 39 } } }, "range": [ - 29427, - 29432 + 28373, + 28378 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 34 }, "end": { - "line": 1065, + "line": 1037, "column": 39 } } }, "range": [ - 29421, - 29432 + 28367, + 28378 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 28 }, "end": { - "line": 1065, + "line": 1037, "column": 39 } } @@ -43235,16 +40696,16 @@ "object": { "type": "ThisExpression", "range": [ - 29436, - 29440 + 28382, + 28386 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 43 }, "end": { - "line": 1065, + "line": 1037, "column": 47 } } @@ -43253,46 +40714,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 29441, - 29451 + 28387, + 28397 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 48 }, "end": { - "line": 1065, + "line": 1037, "column": 58 } } }, "range": [ - 29436, - 29451 + 28382, + 28397 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 43 }, "end": { - "line": 1065, + "line": 1037, "column": 58 } } }, "range": [ - 29421, - 29451 + 28367, + 28397 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 28 }, "end": { - "line": 1065, + "line": 1037, "column": 58 } } @@ -43303,16 +40764,16 @@ "object": { "type": "ThisExpression", "range": [ - 29475, - 29479 + 28421, + 28425 ], "loc": { "start": { - "line": 1066, + "line": 1038, "column": 20 }, "end": { - "line": 1066, + "line": 1038, "column": 24 } } @@ -43321,31 +40782,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 29480, - 29496 + 28426, + 28442 ], "loc": { "start": { - "line": 1066, + "line": 1038, "column": 25 }, "end": { - "line": 1066, + "line": 1038, "column": 41 } } }, "range": [ - 29475, - 29496 + 28421, + 28442 ], "loc": { "start": { - "line": 1066, + "line": 1038, "column": 20 }, "end": { - "line": 1066, + "line": 1038, "column": 41 } } @@ -43356,16 +40817,16 @@ "object": { "type": "ThisExpression", "range": [ - 29499, - 29503 + 28445, + 28449 ], "loc": { "start": { - "line": 1066, + "line": 1038, "column": 44 }, "end": { - "line": 1066, + "line": 1038, "column": 48 } } @@ -43374,76 +40835,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 29504, - 29515 + 28450, + 28461 ], "loc": { "start": { - "line": 1066, + "line": 1038, "column": 49 }, "end": { - "line": 1066, + "line": 1038, "column": 60 } } }, "range": [ - 29499, - 29515 + 28445, + 28461 ], "loc": { "start": { - "line": 1066, + "line": 1038, "column": 44 }, "end": { - "line": 1066, + "line": 1038, "column": 60 } } }, "range": [ - 29420, - 29515 + 28366, + 28461 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 27 }, "end": { - "line": 1066, + "line": 1038, "column": 60 } } }, "range": [ - 29409, - 29515 + 28355, + 28461 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 16 }, "end": { - "line": 1066, + "line": 1038, "column": 60 } } }, "range": [ - 29409, - 29516 + 28355, + 28462 ], "loc": { "start": { - "line": 1065, + "line": 1037, "column": 16 }, "end": { - "line": 1066, + "line": 1038, "column": 61 } }, @@ -43452,16 +40913,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29534, - 29566 + 28480, + 28512 ], "loc": { "start": { - "line": 1068, + "line": 1040, "column": 16 }, "end": { - "line": 1068, + "line": 1040, "column": 48 } } @@ -43476,16 +40937,16 @@ "object": { "type": "ThisExpression", "range": [ - 29587, - 29591 + 28533, + 28537 ], "loc": { "start": { - "line": 1069, + "line": 1041, "column": 20 }, "end": { - "line": 1069, + "line": 1041, "column": 24 } } @@ -43494,31 +40955,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29592, - 29607 + 28538, + 28553 ], "loc": { "start": { - "line": 1069, + "line": 1041, "column": 25 }, "end": { - "line": 1069, + "line": 1041, "column": 40 } } }, "range": [ - 29587, - 29607 + 28533, + 28553 ], "loc": { "start": { - "line": 1069, + "line": 1041, "column": 20 }, "end": { - "line": 1069, + "line": 1041, "column": 40 } } @@ -43535,16 +40996,16 @@ "type": "Identifier", "name": "col", "range": [ - 29631, - 29634 + 28577, + 28580 ], "loc": { "start": { - "line": 1070, + "line": 1042, "column": 20 }, "end": { - "line": 1070, + "line": 1042, "column": 23 } } @@ -43553,46 +41014,46 @@ "type": "Identifier", "name": "INPUT", "range": [ - 29637, - 29642 + 28583, + 28588 ], "loc": { "start": { - "line": 1070, + "line": 1042, "column": 26 }, "end": { - "line": 1070, + "line": 1042, "column": 31 } } }, "range": [ - 29631, - 29642 + 28577, + 28588 ], "loc": { "start": { - "line": 1070, + "line": 1042, "column": 20 }, "end": { - "line": 1070, + "line": 1042, "column": 31 } } }, "range": [ - 29631, - 29643 + 28577, + 28589 ], "loc": { "start": { - "line": 1070, + "line": 1042, "column": 20 }, "end": { - "line": 1070, + "line": 1042, "column": 32 } } @@ -43606,16 +41067,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29664, - 29672 + 28610, + 28618 ], "loc": { "start": { - "line": 1071, + "line": 1043, "column": 20 }, "end": { - "line": 1071, + "line": 1043, "column": 28 } } @@ -43626,16 +41087,16 @@ "object": { "type": "ThisExpression", "range": [ - 29675, - 29679 + 28621, + 28625 ], "loc": { "start": { - "line": 1071, + "line": 1043, "column": 31 }, "end": { - "line": 1071, + "line": 1043, "column": 35 } } @@ -43644,93 +41105,93 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 29680, - 29697 + 28626, + 28643 ], "loc": { "start": { - "line": 1071, + "line": 1043, "column": 36 }, "end": { - "line": 1071, + "line": 1043, "column": 53 } } }, "range": [ - 29675, - 29697 + 28621, + 28643 ], "loc": { "start": { - "line": 1071, + "line": 1043, "column": 31 }, "end": { - "line": 1071, + "line": 1043, "column": 53 } } }, "range": [ - 29664, - 29697 + 28610, + 28643 ], "loc": { "start": { - "line": 1071, + "line": 1043, "column": 20 }, "end": { - "line": 1071, + "line": 1043, "column": 53 } } }, "range": [ - 29664, - 29698 + 28610, + 28644 ], "loc": { "start": { - "line": 1071, + "line": 1043, "column": 20 }, "end": { - "line": 1071, + "line": 1043, "column": 54 } } } ], "range": [ - 29609, - 29716 + 28555, + 28662 ], "loc": { "start": { - "line": 1069, + "line": 1041, "column": 42 }, "end": { - "line": 1072, + "line": 1044, "column": 17 } } }, "alternate": null, "range": [ - 29583, - 29716 + 28529, + 28662 ], "loc": { "start": { - "line": 1069, + "line": 1041, "column": 16 }, "end": { - "line": 1072, + "line": 1044, "column": 17 } }, @@ -43739,16 +41200,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29534, - 29566 + 28480, + 28512 ], "loc": { "start": { - "line": 1068, + "line": 1040, "column": 16 }, "end": { - "line": 1068, + "line": 1040, "column": 48 } } @@ -43759,16 +41220,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 29734, - 29753 + 28680, + 28699 ], "loc": { "start": { - "line": 1074, + "line": 1046, "column": 16 }, "end": { - "line": 1074, + "line": 1046, "column": 35 } } @@ -43787,16 +41248,16 @@ "type": "Identifier", "name": "col", "range": [ - 29774, - 29777 + 28720, + 28723 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 20 }, "end": { - "line": 1075, + "line": 1047, "column": 23 } } @@ -43805,31 +41266,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 29782, - 29788 + 28728, + 28734 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 28 }, "end": { - "line": 1075, + "line": 1047, "column": 34 } } }, "range": [ - 29774, - 29788 + 28720, + 28734 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 20 }, "end": { - "line": 1075, + "line": 1047, "column": 34 } } @@ -43841,16 +41302,16 @@ "type": "Identifier", "name": "col", "range": [ - 29792, - 29795 + 28738, + 28741 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 38 }, "end": { - "line": 1075, + "line": 1047, "column": 41 } } @@ -43859,46 +41320,46 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 29800, - 29808 + 28746, + 28754 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 46 }, "end": { - "line": 1075, + "line": 1047, "column": 54 } } }, "range": [ - 29792, - 29808 + 28738, + 28754 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 38 }, "end": { - "line": 1075, + "line": 1047, "column": 54 } } }, "range": [ - 29774, - 29808 + 28720, + 28754 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 20 }, "end": { - "line": 1075, + "line": 1047, "column": 54 } } @@ -43918,16 +41379,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 29837, - 29840 + 28783, + 28786 ], "loc": { "start": { - "line": 1076, + "line": 1048, "column": 25 }, "end": { - "line": 1076, + "line": 1048, "column": 28 } } @@ -43936,47 +41397,47 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29841, - 29849 + 28787, + 28795 ], "loc": { "start": { - "line": 1076, + "line": 1048, "column": 29 }, "end": { - "line": 1076, + "line": 1048, "column": 37 } } }, "range": [ - 29837, - 29849 + 28783, + 28795 ], "loc": { "start": { - "line": 1076, + "line": 1048, "column": 25 }, "end": { - "line": 1076, + "line": 1048, "column": 37 } } }, "prefix": true, "range": [ - 29836, - 29849 + 28782, + 28795 ], "loc": { "start": { - "line": 1076, + "line": 1048, "column": 24 }, "end": { - "line": 1076, + "line": 1048, "column": 37 } } @@ -43996,16 +41457,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 29877, - 29880 + 28823, + 28826 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 24 }, "end": { - "line": 1077, + "line": 1049, "column": 27 } } @@ -44014,31 +41475,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29881, - 29889 + 28827, + 28835 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 28 }, "end": { - "line": 1077, + "line": 1049, "column": 36 } } }, "range": [ - 29877, - 29889 + 28823, + 28835 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 24 }, "end": { - "line": 1077, + "line": 1049, "column": 36 } } @@ -44049,16 +41510,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 29896, - 29904 + 28842, + 28850 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 43 }, "end": { - "line": 1077, + "line": 1049, "column": 51 } } @@ -44067,94 +41528,94 @@ { "type": "ThisExpression", "range": [ - 29905, - 29909 + 28851, + 28855 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 52 }, "end": { - "line": 1077, + "line": 1049, "column": 56 } } } ], "range": [ - 29892, - 29910 + 28838, + 28856 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 39 }, "end": { - "line": 1077, + "line": 1049, "column": 57 } } }, "range": [ - 29877, - 29910 + 28823, + 28856 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 24 }, "end": { - "line": 1077, + "line": 1049, "column": 57 } } }, "range": [ - 29877, - 29911 + 28823, + 28857 ], "loc": { "start": { - "line": 1077, + "line": 1049, "column": 24 }, "end": { - "line": 1077, + "line": 1049, "column": 58 } } } ], "range": [ - 29851, - 29933 + 28797, + 28879 ], "loc": { "start": { - "line": 1076, + "line": 1048, "column": 39 }, "end": { - "line": 1078, + "line": 1050, "column": 21 } } }, "alternate": null, "range": [ - 29832, - 29933 + 28778, + 28879 ], "loc": { "start": { - "line": 1076, + "line": 1048, "column": 20 }, "end": { - "line": 1078, + "line": 1050, "column": 21 } } @@ -44173,16 +41634,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 29954, - 29957 + 28900, + 28903 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 20 }, "end": { - "line": 1079, + "line": 1051, "column": 23 } } @@ -44191,31 +41652,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 29958, - 29966 + 28904, + 28912 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 24 }, "end": { - "line": 1079, + "line": 1051, "column": 32 } } }, "range": [ - 29954, - 29966 + 28900, + 28912 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 20 }, "end": { - "line": 1079, + "line": 1051, "column": 32 } } @@ -44224,31 +41685,31 @@ "type": "Identifier", "name": "init", "range": [ - 29967, - 29971 + 28913, + 28917 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 33 }, "end": { - "line": 1079, + "line": 1051, "column": 37 } } }, "range": [ - 29954, - 29971 + 28900, + 28917 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 20 }, "end": { - "line": 1079, + "line": 1051, "column": 37 } } @@ -44258,16 +41719,16 @@ "type": "Identifier", "name": "i", "range": [ - 29972, - 29973 + 28918, + 28919 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 38 }, "end": { - "line": 1079, + "line": 1051, "column": 39 } } @@ -44278,16 +41739,16 @@ "object": { "type": "ThisExpression", "range": [ - 29975, - 29979 + 28921, + 28925 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 41 }, "end": { - "line": 1079, + "line": 1051, "column": 45 } } @@ -44296,31 +41757,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 29980, - 29993 + 28926, + 28939 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 46 }, "end": { - "line": 1079, + "line": 1051, "column": 59 } } }, "range": [ - 29975, - 29993 + 28921, + 28939 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 41 }, "end": { - "line": 1079, + "line": 1051, "column": 59 } } @@ -44329,63 +41790,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29995, - 30002 + 28941, + 28948 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 61 }, "end": { - "line": 1079, + "line": 1051, "column": 68 } } } ], "range": [ - 29954, - 30003 + 28900, + 28949 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 20 }, "end": { - "line": 1079, + "line": 1051, "column": 69 } } }, "range": [ - 29954, - 30004 + 28900, + 28950 ], "loc": { "start": { - "line": 1079, + "line": 1051, "column": 20 }, "end": { - "line": 1079, + "line": 1051, "column": 70 } } } ], "range": [ - 29810, - 30022 + 28756, + 28968 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 56 }, "end": { - "line": 1080, + "line": 1052, "column": 17 } }, @@ -44394,16 +41855,16 @@ "type": "Line", "value": " checklist", "range": [ - 30039, - 30051 + 28985, + 28997 ], "loc": { "start": { - "line": 1081, + "line": 1053, "column": 16 }, "end": { - "line": 1081, + "line": 1053, "column": 28 } } @@ -44419,16 +41880,16 @@ "type": "Identifier", "name": "col", "range": [ - 30077, - 30080 + 29023, + 29026 ], "loc": { "start": { - "line": 1082, + "line": 1054, "column": 25 }, "end": { - "line": 1082, + "line": 1054, "column": 28 } } @@ -44437,31 +41898,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 30085, - 30094 + 29031, + 29040 ], "loc": { "start": { - "line": 1082, + "line": 1054, "column": 33 }, "end": { - "line": 1082, + "line": 1054, "column": 42 } } }, "range": [ - 30077, - 30094 + 29023, + 29040 ], "loc": { "start": { - "line": 1082, + "line": 1054, "column": 25 }, "end": { - "line": 1082, + "line": 1054, "column": 42 } } @@ -44481,16 +41942,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30123, - 30126 + 29069, + 29072 ], "loc": { "start": { - "line": 1083, + "line": 1055, "column": 25 }, "end": { - "line": 1083, + "line": 1055, "column": 28 } } @@ -44499,47 +41960,47 @@ "type": "Identifier", "name": "checkList", "range": [ - 30127, - 30136 + 29073, + 29082 ], "loc": { "start": { - "line": 1083, + "line": 1055, "column": 29 }, "end": { - "line": 1083, + "line": 1055, "column": 38 } } }, "range": [ - 30123, - 30136 + 29069, + 29082 ], "loc": { "start": { - "line": 1083, + "line": 1055, "column": 25 }, "end": { - "line": 1083, + "line": 1055, "column": 38 } } }, "prefix": true, "range": [ - 30122, - 30136 + 29068, + 29082 ], "loc": { "start": { - "line": 1083, + "line": 1055, "column": 24 }, "end": { - "line": 1083, + "line": 1055, "column": 38 } } @@ -44559,16 +42020,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30164, - 30167 + 29110, + 29113 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 24 }, "end": { - "line": 1084, + "line": 1056, "column": 27 } } @@ -44577,31 +42038,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30168, - 30177 + 29114, + 29123 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 28 }, "end": { - "line": 1084, + "line": 1056, "column": 37 } } }, "range": [ - 30164, - 30177 + 29110, + 29123 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 24 }, "end": { - "line": 1084, + "line": 1056, "column": 37 } } @@ -44612,16 +42073,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 30184, - 30193 + 29130, + 29139 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 44 }, "end": { - "line": 1084, + "line": 1056, "column": 53 } } @@ -44630,94 +42091,94 @@ { "type": "ThisExpression", "range": [ - 30194, - 30198 + 29140, + 29144 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 54 }, "end": { - "line": 1084, + "line": 1056, "column": 58 } } } ], "range": [ - 30180, - 30199 + 29126, + 29145 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 40 }, "end": { - "line": 1084, + "line": 1056, "column": 59 } } }, "range": [ - 30164, - 30199 + 29110, + 29145 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 24 }, "end": { - "line": 1084, + "line": 1056, "column": 59 } } }, "range": [ - 30164, - 30200 + 29110, + 29146 ], "loc": { "start": { - "line": 1084, + "line": 1056, "column": 24 }, "end": { - "line": 1084, + "line": 1056, "column": 60 } } } ], "range": [ - 30138, - 30222 + 29084, + 29168 ], "loc": { "start": { - "line": 1083, + "line": 1055, "column": 40 }, "end": { - "line": 1085, + "line": 1057, "column": 21 } } }, "alternate": null, "range": [ - 30118, - 30222 + 29064, + 29168 ], "loc": { "start": { - "line": 1083, + "line": 1055, "column": 20 }, "end": { - "line": 1085, + "line": 1057, "column": 21 } } @@ -44736,16 +42197,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30243, - 30246 + 29189, + 29192 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 20 }, "end": { - "line": 1086, + "line": 1058, "column": 23 } } @@ -44754,31 +42215,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30247, - 30256 + 29193, + 29202 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 24 }, "end": { - "line": 1086, + "line": 1058, "column": 33 } } }, "range": [ - 30243, - 30256 + 29189, + 29202 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 20 }, "end": { - "line": 1086, + "line": 1058, "column": 33 } } @@ -44787,31 +42248,31 @@ "type": "Identifier", "name": "init", "range": [ - 30257, - 30261 + 29203, + 29207 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 34 }, "end": { - "line": 1086, + "line": 1058, "column": 38 } } }, "range": [ - 30243, - 30261 + 29189, + 29207 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 20 }, "end": { - "line": 1086, + "line": 1058, "column": 38 } } @@ -44821,16 +42282,16 @@ "type": "Identifier", "name": "i", "range": [ - 30262, - 30263 + 29208, + 29209 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 39 }, "end": { - "line": 1086, + "line": 1058, "column": 40 } } @@ -44841,16 +42302,16 @@ "object": { "type": "ThisExpression", "range": [ - 30265, - 30269 + 29211, + 29215 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 42 }, "end": { - "line": 1086, + "line": 1058, "column": 46 } } @@ -44859,31 +42320,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 30270, - 30283 + 29216, + 29229 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 47 }, "end": { - "line": 1086, + "line": 1058, "column": 60 } } }, "range": [ - 30265, - 30283 + 29211, + 29229 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 42 }, "end": { - "line": 1086, + "line": 1058, "column": 60 } } @@ -44892,63 +42353,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30285, - 30292 + 29231, + 29238 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 62 }, "end": { - "line": 1086, + "line": 1058, "column": 69 } } } ], "range": [ - 30243, - 30293 + 29189, + 29239 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 20 }, "end": { - "line": 1086, + "line": 1058, "column": 70 } } }, "range": [ - 30243, - 30294 + 29189, + 29240 ], "loc": { "start": { - "line": 1086, + "line": 1058, "column": 20 }, "end": { - "line": 1086, + "line": 1058, "column": 71 } } } ], "range": [ - 30096, - 30312 + 29042, + 29258 ], "loc": { "start": { - "line": 1082, + "line": 1054, "column": 44 }, "end": { - "line": 1087, + "line": 1059, "column": 17 } } @@ -44966,16 +42427,16 @@ "object": { "type": "ThisExpression", "range": [ - 30340, - 30344 + 29286, + 29290 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 20 }, "end": { - "line": 1088, + "line": 1060, "column": 24 } } @@ -44984,31 +42445,31 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 30345, - 30362 + 29291, + 29308 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 25 }, "end": { - "line": 1088, + "line": 1060, "column": 42 } } }, "range": [ - 30340, - 30362 + 29286, + 29308 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 20 }, "end": { - "line": 1088, + "line": 1060, "column": 42 } } @@ -45018,16 +42479,16 @@ "type": "Identifier", "name": "i", "range": [ - 30363, - 30364 + 29309, + 29310 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 43 }, "end": { - "line": 1088, + "line": 1060, "column": 44 } } @@ -45036,16 +42497,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 30366, - 30374 + 29312, + 29320 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 46 }, "end": { - "line": 1088, + "line": 1060, "column": 54 } } @@ -45054,78 +42515,78 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30376, - 30383 + 29322, + 29329 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 56 }, "end": { - "line": 1088, + "line": 1060, "column": 63 } } } ], "range": [ - 30340, - 30384 + 29286, + 29330 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 20 }, "end": { - "line": 1088, + "line": 1060, "column": 64 } } }, "range": [ - 30340, - 30385 + 29286, + 29331 ], "loc": { "start": { - "line": 1088, + "line": 1060, "column": 20 }, "end": { - "line": 1088, + "line": 1060, "column": 65 } } } ], "range": [ - 30318, - 30403 + 29264, + 29349 ], "loc": { "start": { - "line": 1087, + "line": 1059, "column": 23 }, "end": { - "line": 1089, + "line": 1061, "column": 17 } } }, "range": [ - 30073, - 30403 + 29019, + 29349 ], "loc": { "start": { - "line": 1082, + "line": 1054, "column": 21 }, "end": { - "line": 1089, + "line": 1061, "column": 17 } }, @@ -45134,16 +42595,16 @@ "type": "Line", "value": " checklist", "range": [ - 30039, - 30051 + 28985, + 28997 ], "loc": { "start": { - "line": 1081, + "line": 1053, "column": 16 }, "end": { - "line": 1081, + "line": 1053, "column": 28 } } @@ -45151,16 +42612,16 @@ ] }, "range": [ - 29770, - 30403 + 28716, + 29349 ], "loc": { "start": { - "line": 1075, + "line": 1047, "column": 16 }, "end": { - "line": 1089, + "line": 1061, "column": 17 } }, @@ -45169,16 +42630,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 29734, - 29753 + 28680, + 28699 ], "loc": { "start": { - "line": 1074, + "line": 1046, "column": 16 }, "end": { - "line": 1074, + "line": 1046, "column": 35 } } @@ -45189,16 +42650,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30421, - 30447 + 29367, + 29393 ], "loc": { "start": { - "line": 1091, + "line": 1063, "column": 16 }, "end": { - "line": 1091, + "line": 1063, "column": 42 } } @@ -45217,16 +42678,16 @@ "type": "Identifier", "name": "i", "range": [ - 30468, - 30469 + 29414, + 29415 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 20 }, "end": { - "line": 1092, + "line": 1064, "column": 21 } } @@ -45238,16 +42699,16 @@ "type": "Identifier", "name": "n", "range": [ - 30474, - 30475 + 29420, + 29421 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 26 }, "end": { - "line": 1092, + "line": 1064, "column": 27 } } @@ -45257,46 +42718,46 @@ "value": 1, "raw": "1", "range": [ - 30478, - 30479 + 29424, + 29425 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 30 }, "end": { - "line": 1092, + "line": 1064, "column": 31 } } }, "range": [ - 30474, - 30479 + 29420, + 29425 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 26 }, "end": { - "line": 1092, + "line": 1064, "column": 31 } } }, "range": [ - 30468, - 30479 + 29414, + 29425 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 20 }, "end": { - "line": 1092, + "line": 1064, "column": 31 } } @@ -45307,16 +42768,16 @@ "object": { "type": "ThisExpression", "range": [ - 30483, - 30487 + 29429, + 29433 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 35 }, "end": { - "line": 1092, + "line": 1064, "column": 39 } } @@ -45325,46 +42786,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 30488, - 30498 + 29434, + 29444 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 40 }, "end": { - "line": 1092, + "line": 1064, "column": 50 } } }, "range": [ - 30483, - 30498 + 29429, + 29444 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 35 }, "end": { - "line": 1092, + "line": 1064, "column": 50 } } }, "range": [ - 30468, - 30498 + 29414, + 29444 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 20 }, "end": { - "line": 1092, + "line": 1064, "column": 50 } } @@ -45382,16 +42843,16 @@ "object": { "type": "ThisExpression", "range": [ - 30522, - 30526 + 29468, + 29472 ], "loc": { "start": { - "line": 1093, + "line": 1065, "column": 20 }, "end": { - "line": 1093, + "line": 1065, "column": 24 } } @@ -45400,31 +42861,31 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 30527, - 30545 + 29473, + 29491 ], "loc": { "start": { - "line": 1093, + "line": 1065, "column": 25 }, "end": { - "line": 1093, + "line": 1065, "column": 43 } } }, "range": [ - 30522, - 30545 + 29468, + 29491 ], "loc": { "start": { - "line": 1093, + "line": 1065, "column": 20 }, "end": { - "line": 1093, + "line": 1065, "column": 43 } } @@ -45434,16 +42895,16 @@ "type": "Identifier", "name": "i", "range": [ - 30546, - 30547 + 29492, + 29493 ], "loc": { "start": { - "line": 1093, + "line": 1065, "column": 44 }, "end": { - "line": 1093, + "line": 1065, "column": 45 } } @@ -45452,79 +42913,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30549, - 30556 + 29495, + 29502 ], "loc": { "start": { - "line": 1093, + "line": 1065, "column": 47 }, "end": { - "line": 1093, + "line": 1065, "column": 54 } } } ], "range": [ - 30522, - 30557 + 29468, + 29503 ], "loc": { "start": { - "line": 1093, + "line": 1065, "column": 20 }, "end": { - "line": 1093, + "line": 1065, "column": 55 } } }, "range": [ - 30522, - 30558 + 29468, + 29504 ], "loc": { "start": { - "line": 1093, + "line": 1065, "column": 20 }, "end": { - "line": 1093, + "line": 1065, "column": 56 } } } ], "range": [ - 30500, - 30576 + 29446, + 29522 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 52 }, "end": { - "line": 1094, + "line": 1066, "column": 17 } } }, "alternate": null, "range": [ - 30464, - 30576 + 29410, + 29522 ], "loc": { "start": { - "line": 1092, + "line": 1064, "column": 16 }, "end": { - "line": 1094, + "line": 1066, "column": 17 } }, @@ -45533,16 +42994,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30421, - 30447 + 29367, + 29393 ], "loc": { "start": { - "line": 1091, + "line": 1063, "column": 16 }, "end": { - "line": 1091, + "line": 1063, "column": 42 } } @@ -45562,16 +43023,16 @@ "object": { "type": "ThisExpression", "range": [ - 30594, - 30598 + 29540, + 29544 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 16 }, "end": { - "line": 1096, + "line": 1068, "column": 20 } } @@ -45580,31 +43041,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30599, - 30606 + 29545, + 29552 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 21 }, "end": { - "line": 1096, + "line": 1068, "column": 28 } } }, "range": [ - 30594, - 30606 + 29540, + 29552 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 16 }, "end": { - "line": 1096, + "line": 1068, "column": 28 } } @@ -45613,31 +43074,31 @@ "type": "Identifier", "name": "emit", "range": [ - 30607, - 30611 + 29553, + 29557 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 29 }, "end": { - "line": 1096, + "line": 1068, "column": 33 } } }, "range": [ - 30594, - 30611 + 29540, + 29557 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 16 }, "end": { - "line": 1096, + "line": 1068, "column": 33 } } @@ -45648,16 +43109,16 @@ "value": "after-filter-init", "raw": "'after-filter-init'", "range": [ - 30612, - 30631 + 29558, + 29577 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 34 }, "end": { - "line": 1096, + "line": 1068, "column": 53 } } @@ -45665,16 +43126,16 @@ { "type": "ThisExpression", "range": [ - 30633, - 30637 + 29579, + 29583 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 55 }, "end": { - "line": 1096, + "line": 1068, "column": 59 } } @@ -45683,78 +43144,78 @@ "type": "Identifier", "name": "i", "range": [ - 30639, - 30640 + 29585, + 29586 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 61 }, "end": { - "line": 1096, + "line": 1068, "column": 62 } } } ], "range": [ - 30594, - 30641 + 29540, + 29587 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 16 }, "end": { - "line": 1096, + "line": 1068, "column": 63 } } }, "range": [ - 30594, - 30642 + 29540, + 29588 ], "loc": { "start": { - "line": 1096, + "line": 1068, "column": 16 }, "end": { - "line": 1096, + "line": 1068, "column": 64 } } } ], "range": [ - 28995, - 30656 + 27941, + 29602 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 40 }, "end": { - "line": 1097, + "line": 1069, "column": 13 } } }, "range": [ - 28967, - 30656 + 27913, + 29602 ], "loc": { "start": { - "line": 1053, + "line": 1025, "column": 12 }, "end": { - "line": 1097, + "line": 1069, "column": 13 } }, @@ -45763,16 +43224,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 28935, - 28954 + 27881, + 27900 ], "loc": { "start": { - "line": 1052, + "line": 1024, "column": 12 }, "end": { - "line": 1052, + "line": 1024, "column": 31 } } @@ -45792,16 +43253,16 @@ "object": { "type": "ThisExpression", "range": [ - 30670, - 30674 + 29616, + 29620 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 12 }, "end": { - "line": 1099, + "line": 1071, "column": 16 } } @@ -45810,31 +43271,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30675, - 30682 + 29621, + 29628 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 17 }, "end": { - "line": 1099, + "line": 1071, "column": 24 } } }, "range": [ - 30670, - 30682 + 29616, + 29628 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 12 }, "end": { - "line": 1099, + "line": 1071, "column": 24 } } @@ -45843,31 +43304,31 @@ "type": "Identifier", "name": "on", "range": [ - 30683, - 30685 + 29629, + 29631 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 25 }, "end": { - "line": 1099, + "line": 1071, "column": 27 } } }, "range": [ - 30670, - 30685 + 29616, + 29631 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 12 }, "end": { - "line": 1099, + "line": 1071, "column": 27 } } @@ -45881,32 +43342,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 30687, - 30701 + 29633, + 29647 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 29 }, "end": { - "line": 1099, + "line": 1071, "column": 43 } } } ], "range": [ - 30686, - 30702 + 29632, + 29648 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 28 }, "end": { - "line": 1099, + "line": 1071, "column": 44 } } @@ -45919,16 +43380,16 @@ "type": "Identifier", "name": "tf", "range": [ - 30721, - 30723 + 29667, + 29669 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 17 }, "end": { - "line": 1100, + "line": 1072, "column": 19 } } @@ -45937,16 +43398,16 @@ "type": "Identifier", "name": "filter", "range": [ - 30725, - 30731 + 29671, + 29677 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 21 }, "end": { - "line": 1100, + "line": 1072, "column": 27 } } @@ -45960,16 +43421,16 @@ "object": { "type": "ThisExpression", "range": [ - 30736, - 30740 + 29682, + 29686 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 32 }, "end": { - "line": 1100, + "line": 1072, "column": 36 } } @@ -45978,31 +43439,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 30741, - 30758 + 29687, + 29704 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 37 }, "end": { - "line": 1100, + "line": 1072, "column": 54 } } }, "range": [ - 30736, - 30758 + 29682, + 29704 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 32 }, "end": { - "line": 1100, + "line": 1072, "column": 54 } } @@ -46015,16 +43476,16 @@ "type": "Identifier", "name": "filter", "range": [ - 30759, - 30765 + 29705, + 29711 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 55 }, "end": { - "line": 1100, + "line": 1072, "column": 61 } } @@ -46033,47 +43494,47 @@ "type": "Identifier", "name": "id", "range": [ - 30766, - 30768 + 29712, + 29714 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 62 }, "end": { - "line": 1100, + "line": 1072, "column": 64 } } }, "range": [ - 30759, - 30768 + 29705, + 29714 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 55 }, "end": { - "line": 1100, + "line": 1072, "column": 64 } } } ], "range": [ - 30736, - 30769 + 29682, + 29715 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 32 }, "end": { - "line": 1100, + "line": 1072, "column": 65 } } @@ -46081,78 +43542,78 @@ "generator": false, "expression": true, "range": [ - 30720, - 30769 + 29666, + 29715 ], "loc": { "start": { - "line": 1100, + "line": 1072, "column": 16 }, "end": { - "line": 1100, + "line": 1072, "column": 65 } } } ], "range": [ - 30670, - 30770 + 29616, + 29716 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 12 }, "end": { - "line": 1100, + "line": 1072, "column": 66 } } }, "range": [ - 30670, - 30771 + 29616, + 29717 ], "loc": { "start": { - "line": 1099, + "line": 1071, "column": 12 }, "end": { - "line": 1100, + "line": 1072, "column": 67 } } } ], "range": [ - 28814, - 30782 + 27760, + 29728 ], "loc": { "start": { - "line": 1047, + "line": 1019, "column": 15 }, "end": { - "line": 1102, + "line": 1074, "column": 9 } } }, "range": [ - 28743, - 30782 + 27689, + 29728 ], "loc": { "start": { - "line": 1045, + "line": 1017, "column": 8 }, "end": { - "line": 1102, + "line": 1074, "column": 9 } }, @@ -46161,16 +43622,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 28703, - 28734 + 27649, + 27680 ], "loc": { "start": { - "line": 1044, + "line": 1016, "column": 8 }, "end": { - "line": 1044, + "line": 1016, "column": 39 } } @@ -46181,16 +43642,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 30782, - 30799 + 29728, + 29745 ], "loc": { "start": { - "line": 1102, + "line": 1074, "column": 9 }, "end": { - "line": 1102, + "line": 1074, "column": 26 } } @@ -46199,16 +43660,16 @@ "type": "Block", "value": " Features ", "range": [ - 30809, - 30823 + 29755, + 29769 ], "loc": { "start": { - "line": 1104, + "line": 1076, "column": 8 }, "end": { - "line": 1104, + "line": 1076, "column": 22 } } @@ -46223,16 +43684,16 @@ "object": { "type": "ThisExpression", "range": [ - 30836, - 30840 + 29782, + 29786 ], "loc": { "start": { - "line": 1105, + "line": 1077, "column": 12 }, "end": { - "line": 1105, + "line": 1077, "column": 16 } } @@ -46241,31 +43702,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 30841, - 30855 + 29787, + 29801 ], "loc": { "start": { - "line": 1105, + "line": 1077, "column": 17 }, "end": { - "line": 1105, + "line": 1077, "column": 31 } } }, "range": [ - 30836, - 30855 + 29782, + 29801 ], "loc": { "start": { - "line": 1105, + "line": 1077, "column": 12 }, "end": { - "line": 1105, + "line": 1077, "column": 31 } } @@ -46286,16 +43747,16 @@ "object": { "type": "ThisExpression", "range": [ - 30871, - 30875 + 29817, + 29821 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 12 }, "end": { - "line": 1106, + "line": 1078, "column": 16 } } @@ -46304,31 +43765,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30876, - 30883 + 29822, + 29829 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 17 }, "end": { - "line": 1106, + "line": 1078, "column": 24 } } }, "range": [ - 30871, - 30883 + 29817, + 29829 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 12 }, "end": { - "line": 1106, + "line": 1078, "column": 24 } } @@ -46337,31 +43798,31 @@ "type": "Identifier", "name": "on", "range": [ - 30884, - 30886 + 29830, + 29832 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 25 }, "end": { - "line": 1106, + "line": 1078, "column": 27 } } }, "range": [ - 30871, - 30886 + 29817, + 29832 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 12 }, "end": { - "line": 1106, + "line": 1078, "column": 27 } } @@ -46375,32 +43836,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 30888, - 30905 + 29834, + 29851 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 29 }, "end": { - "line": 1106, + "line": 1078, "column": 46 } } } ], "range": [ - 30887, - 30906 + 29833, + 29852 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 28 }, "end": { - "line": 1106, + "line": 1078, "column": 47 } } @@ -46417,16 +43878,16 @@ "object": { "type": "ThisExpression", "range": [ - 30930, - 30934 + 29876, + 29880 ], "loc": { "start": { - "line": 1107, + "line": 1079, "column": 22 }, "end": { - "line": 1107, + "line": 1079, "column": 26 } } @@ -46435,47 +43896,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 30935, - 30952 + 29881, + 29898 ], "loc": { "start": { - "line": 1107, + "line": 1079, "column": 27 }, "end": { - "line": 1107, + "line": 1079, "column": 44 } } }, "range": [ - 30930, - 30952 + 29876, + 29898 ], "loc": { "start": { - "line": 1107, + "line": 1079, "column": 22 }, "end": { - "line": 1107, + "line": 1079, "column": 44 } } }, "arguments": [], "range": [ - 30930, - 30954 + 29876, + 29900 ], "loc": { "start": { - "line": 1107, + "line": 1079, "column": 22 }, "end": { - "line": 1107, + "line": 1079, "column": 46 } } @@ -46483,47 +43944,47 @@ "generator": false, "expression": true, "range": [ - 30924, - 30954 + 29870, + 29900 ], "loc": { "start": { - "line": 1107, + "line": 1079, "column": 16 }, "end": { - "line": 1107, + "line": 1079, "column": 46 } } } ], "range": [ - 30871, - 30955 + 29817, + 29901 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 12 }, "end": { - "line": 1107, + "line": 1079, "column": 47 } } }, "range": [ - 30871, - 30956 + 29817, + 29902 ], "loc": { "start": { - "line": 1106, + "line": 1078, "column": 12 }, "end": { - "line": 1107, + "line": 1079, "column": 48 } } @@ -46538,16 +43999,16 @@ "object": { "type": "ThisExpression", "range": [ - 30969, - 30973 + 29915, + 29919 ], "loc": { "start": { - "line": 1108, + "line": 1080, "column": 12 }, "end": { - "line": 1108, + "line": 1080, "column": 16 } } @@ -46556,94 +44017,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 30974, - 30991 + 29920, + 29937 ], "loc": { "start": { - "line": 1108, + "line": 1080, "column": 17 }, "end": { - "line": 1108, + "line": 1080, "column": 34 } } }, "range": [ - 30969, - 30991 + 29915, + 29937 ], "loc": { "start": { - "line": 1108, + "line": 1080, "column": 12 }, "end": { - "line": 1108, + "line": 1080, "column": 34 } } }, "arguments": [], "range": [ - 30969, - 30993 + 29915, + 29939 ], "loc": { "start": { - "line": 1108, + "line": 1080, "column": 12 }, "end": { - "line": 1108, + "line": 1080, "column": 36 } } }, "range": [ - 30969, - 30994 + 29915, + 29940 ], "loc": { "start": { - "line": 1108, + "line": 1080, "column": 12 }, "end": { - "line": 1108, + "line": 1080, "column": 37 } } } ], "range": [ - 30857, - 31004 + 29803, + 29950 ], "loc": { "start": { - "line": 1105, + "line": 1077, "column": 33 }, "end": { - "line": 1109, + "line": 1081, "column": 9 } } }, "alternate": null, "range": [ - 30832, - 31004 + 29778, + 29950 ], "loc": { "start": { - "line": 1105, + "line": 1077, "column": 8 }, "end": { - "line": 1109, + "line": 1081, "column": 9 } }, @@ -46652,16 +44113,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 30782, - 30799 + 29728, + 29745 ], "loc": { "start": { - "line": 1102, + "line": 1074, "column": 9 }, "end": { - "line": 1102, + "line": 1074, "column": 26 } } @@ -46670,16 +44131,16 @@ "type": "Block", "value": " Features ", "range": [ - 30809, - 30823 + 29755, + 29769 ], "loc": { "start": { - "line": 1104, + "line": 1076, "column": 8 }, "end": { - "line": 1104, + "line": 1076, "column": 22 } } @@ -46687,718 +44148,200 @@ ] }, { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 31017, - 31021 - ], - "loc": { - "start": { - "line": 1110, - "column": 12 - }, - "end": { - "line": 1110, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "rowsCounter", - "range": [ - 31022, - 31033 - ], - "loc": { - "start": { - "line": 1110, - "column": 17 - }, - "end": { - "line": 1110, - "column": 28 - } - } - }, - "range": [ - 31017, - 31033 - ], - "loc": { - "start": { - "line": 1110, - "column": 12 - }, - "end": { - "line": 1110, - "column": 28 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31049, - 31052 - ], - "loc": { - "start": { - "line": 1111, - "column": 12 - }, - "end": { - "line": 1111, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "rowsCounter", - "range": [ - 31053, - 31064 - ], - "loc": { - "start": { - "line": 1111, - "column": 16 - }, - "end": { - "line": 1111, - "column": 27 - } - } - }, - "range": [ - 31049, - 31064 - ], - "loc": { - "start": { - "line": 1111, - "column": 12 - }, - "end": { - "line": 1111, - "column": 27 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "RowsCounter", - "range": [ - 31071, - 31082 - ], - "loc": { - "start": { - "line": 1111, - "column": 34 - }, - "end": { - "line": 1111, - "column": 45 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 31083, - 31087 - ], - "loc": { - "start": { - "line": 1111, - "column": 46 - }, - "end": { - "line": 1111, - "column": 50 - } - } - } - ], - "range": [ - 31067, - 31088 - ], - "loc": { - "start": { - "line": 1111, - "column": 30 - }, - "end": { - "line": 1111, - "column": 51 - } - } - }, - "range": [ - 31049, - 31088 - ], - "loc": { - "start": { - "line": 1111, - "column": 12 - }, - "end": { - "line": 1111, - "column": 51 - } - } - }, + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", "range": [ - 31049, - 31089 + 29960, + 29964 ], "loc": { "start": { - "line": 1111, - "column": 12 + "line": 1083, + "column": 8 }, "end": { - "line": 1111, - "column": 52 + "line": 1083, + "column": 12 } } }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31102, - 31105 - ], - "loc": { - "start": { - "line": 1112, - "column": 12 - }, - "end": { - "line": 1112, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "rowsCounter", - "range": [ - 31106, - 31117 - ], - "loc": { - "start": { - "line": 1112, - "column": 16 - }, - "end": { - "line": 1112, - "column": 27 - } - } - }, - "range": [ - 31102, - 31117 - ], - "loc": { - "start": { - "line": 1112, - "column": 12 - }, - "end": { - "line": 1112, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 31118, - 31122 - ], - "loc": { - "start": { - "line": 1112, - "column": 28 - }, - "end": { - "line": 1112, - "column": 32 - } - } - }, - "range": [ - 31102, - 31122 - ], - "loc": { - "start": { - "line": 1112, - "column": 12 - }, - "end": { - "line": 1112, - "column": 32 - } - } - }, - "arguments": [], - "range": [ - 31102, - 31124 - ], - "loc": { - "start": { - "line": 1112, - "column": 12 - }, - "end": { - "line": 1112, - "column": 34 - } - } - }, + "property": { + "type": "Identifier", + "name": "initFeatures", "range": [ - 31102, - 31125 + 29965, + 29977 ], "loc": { "start": { - "line": 1112, - "column": 12 + "line": 1083, + "column": 13 }, "end": { - "line": 1112, - "column": 35 + "line": 1083, + "column": 25 } } - } - ], - "range": [ - 31035, - 31135 - ], - "loc": { - "start": { - "line": 1110, - "column": 30 }, - "end": { - "line": 1113, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 31013, - 31135 - ], - "loc": { - "start": { - "line": 1110, - "column": 8 - }, - "end": { - "line": 1113, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", "range": [ - 31148, - 31152 + 29960, + 29977 ], "loc": { "start": { - "line": 1114, - "column": 12 + "line": 1083, + "column": 8 }, "end": { - "line": 1114, - "column": 16 + "line": 1083, + "column": 25 } } }, - "property": { - "type": "Identifier", - "name": "statusBar", - "range": [ - 31153, - 31162 - ], - "loc": { - "start": { - "line": 1114, - "column": 17 - }, - "end": { - "line": 1114, - "column": 26 - } - } - }, - "range": [ - 31148, - 31162 - ], - "loc": { - "start": { - "line": 1114, - "column": 12 - }, - "end": { - "line": 1114, - "column": 26 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ + "arguments": [ { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31178, - 31181 - ], - "loc": { - "start": { - "line": 1115, - "column": 12 - }, - "end": { - "line": 1115, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "statusBar", - "range": [ - 31182, - 31191 - ], - "loc": { - "start": { - "line": 1115, - "column": 16 - }, - "end": { - "line": 1115, - "column": 25 - } - } - }, + "type": "ArrayExpression", + "elements": [ + { + "type": "Identifier", + "name": "rowsCounter", "range": [ - 31178, - 31191 + 29992, + 30003 ], "loc": { "start": { - "line": 1115, + "line": 1084, "column": 12 }, "end": { - "line": 1115, + "line": 1084, + "column": 23 + } + } + }, + { + "type": "Identifier", + "name": "statusBar", + "range": [ + 30017, + 30026 + ], + "loc": { + "start": { + "line": 1085, + "column": 12 + }, + "end": { + "line": 1085, + "column": 21 + } + } + }, + { + "type": "Identifier", + "name": "clearButton", + "range": [ + 30040, + 30051 + ], + "loc": { + "start": { + "line": 1086, + "column": 12 + }, + "end": { + "line": 1086, + "column": 23 + } + } + }, + { + "type": "Identifier", + "name": "alternateRows", + "range": [ + 30065, + 30078 + ], + "loc": { + "start": { + "line": 1087, + "column": 12 + }, + "end": { + "line": 1087, "column": 25 } } }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "StatusBar", - "range": [ - 31198, - 31207 - ], - "loc": { - "start": { - "line": 1115, - "column": 32 - }, - "end": { - "line": 1115, - "column": 41 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 31208, - 31212 - ], - "loc": { - "start": { - "line": 1115, - "column": 42 - }, - "end": { - "line": 1115, - "column": 46 - } - } - } - ], + { + "type": "Identifier", + "name": "noResults", "range": [ - 31194, - 31213 + 30092, + 30101 ], "loc": { "start": { - "line": 1115, - "column": 28 - }, - "end": { - "line": 1115, - "column": 47 - } - } - }, - "range": [ - 31178, - 31213 - ], - "loc": { - "start": { - "line": 1115, - "column": 12 - }, - "end": { - "line": 1115, - "column": 47 - } - } - }, - "range": [ - 31178, - 31214 - ], - "loc": { - "start": { - "line": 1115, - "column": 12 - }, - "end": { - "line": 1115, - "column": 48 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31227, - 31230 - ], - "loc": { - "start": { - "line": 1116, - "column": 12 - }, - "end": { - "line": 1116, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "statusBar", - "range": [ - 31231, - 31240 - ], - "loc": { - "start": { - "line": 1116, - "column": 16 - }, - "end": { - "line": 1116, - "column": 25 - } - } - }, - "range": [ - 31227, - 31240 - ], - "loc": { - "start": { - "line": 1116, - "column": 12 - }, - "end": { - "line": 1116, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 31241, - 31245 - ], - "loc": { - "start": { - "line": 1116, - "column": 26 - }, - "end": { - "line": 1116, - "column": 30 - } - } - }, - "range": [ - 31227, - 31245 - ], - "loc": { - "start": { - "line": 1116, + "line": 1088, "column": 12 }, "end": { - "line": 1116, - "column": 30 + "line": 1088, + "column": 21 } } - }, - "arguments": [], - "range": [ - 31227, - 31247 - ], - "loc": { - "start": { - "line": 1116, - "column": 12 - }, - "end": { - "line": 1116, - "column": 32 - } } - }, + ], "range": [ - 31227, - 31248 + 29978, + 30111 ], "loc": { "start": { - "line": 1116, - "column": 12 + "line": 1083, + "column": 26 }, "end": { - "line": 1116, - "column": 33 + "line": 1089, + "column": 9 } } } ], "range": [ - 31164, - 31258 + 29960, + 30112 ], "loc": { "start": { - "line": 1114, - "column": 28 + "line": 1083, + "column": 8 }, "end": { - "line": 1117, - "column": 9 + "line": 1089, + "column": 10 } } }, - "alternate": null, "range": [ - 31144, - 31258 + 29960, + 30113 ], "loc": { "start": { - "line": 1114, + "line": 1083, "column": 8 }, "end": { - "line": 1117, - "column": 9 + "line": 1089, + "column": 11 } } }, @@ -47410,16 +44353,16 @@ "object": { "type": "ThisExpression", "range": [ - 31271, - 31275 + 30127, + 30131 ], "loc": { "start": { - "line": 1118, + "line": 1091, "column": 12 }, "end": { - "line": 1118, + "line": 1091, "column": 16 } } @@ -47428,31 +44371,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31276, - 31282 + 30132, + 30138 ], "loc": { "start": { - "line": 1118, + "line": 1091, "column": 17 }, "end": { - "line": 1118, + "line": 1091, "column": 23 } } }, "range": [ - 31271, - 31282 + 30127, + 30138 ], "loc": { "start": { - "line": 1118, + "line": 1091, "column": 12 }, "end": { - "line": 1118, + "line": 1091, "column": 23 } } @@ -47472,16 +44415,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31303, - 31306 + 30159, + 30162 ], "loc": { "start": { - "line": 1119, + "line": 1092, "column": 17 }, "end": { - "line": 1119, + "line": 1092, "column": 20 } } @@ -47490,47 +44433,47 @@ "type": "Identifier", "name": "paging", "range": [ - 31307, - 31313 + 30163, + 30169 ], "loc": { "start": { - "line": 1119, + "line": 1092, "column": 21 }, "end": { - "line": 1119, + "line": 1092, "column": 27 } } }, "range": [ - 31303, - 31313 + 30159, + 30169 ], "loc": { "start": { - "line": 1119, + "line": 1092, "column": 17 }, "end": { - "line": 1119, + "line": 1092, "column": 27 } } }, "prefix": true, "range": [ - 31302, - 31313 + 30158, + 30169 ], "loc": { "start": { - "line": 1119, + "line": 1092, "column": 16 }, "end": { - "line": 1119, + "line": 1092, "column": 27 } } @@ -47550,16 +44493,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31333, - 31336 + 30189, + 30192 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 16 }, "end": { - "line": 1120, + "line": 1093, "column": 19 } } @@ -47568,31 +44511,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31337, - 31343 + 30193, + 30199 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 20 }, "end": { - "line": 1120, + "line": 1093, "column": 26 } } }, "range": [ - 31333, - 31343 + 30189, + 30199 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 16 }, "end": { - "line": 1120, + "line": 1093, "column": 26 } } @@ -47603,16 +44546,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 31350, - 31356 + 30206, + 30212 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 33 }, "end": { - "line": 1120, + "line": 1093, "column": 39 } } @@ -47621,62 +44564,62 @@ { "type": "ThisExpression", "range": [ - 31357, - 31361 + 30213, + 30217 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 40 }, "end": { - "line": 1120, + "line": 1093, "column": 44 } } } ], "range": [ - 31346, - 31362 + 30202, + 30218 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 29 }, "end": { - "line": 1120, + "line": 1093, "column": 45 } } }, "range": [ - 31333, - 31362 + 30189, + 30218 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 16 }, "end": { - "line": 1120, + "line": 1093, "column": 45 } } }, "range": [ - 31333, - 31363 + 30189, + 30219 ], "loc": { "start": { - "line": 1120, + "line": 1093, "column": 16 }, "end": { - "line": 1120, + "line": 1093, "column": 46 } } @@ -47695,16 +44638,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31380, - 31383 + 30236, + 30239 ], "loc": { "start": { - "line": 1121, + "line": 1094, "column": 16 }, "end": { - "line": 1121, + "line": 1094, "column": 19 } } @@ -47713,31 +44656,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31384, - 31390 + 30240, + 30246 ], "loc": { "start": { - "line": 1121, + "line": 1094, "column": 20 }, "end": { - "line": 1121, + "line": 1094, "column": 26 } } }, "range": [ - 31380, - 31390 + 30236, + 30246 ], "loc": { "start": { - "line": 1121, + "line": 1094, "column": 16 }, "end": { - "line": 1121, + "line": 1094, "column": 26 } } @@ -47746,78 +44689,78 @@ "type": "Identifier", "name": "init", "range": [ - 31391, - 31395 + 30247, + 30251 ], "loc": { "start": { - "line": 1121, + "line": 1094, "column": 27 }, "end": { - "line": 1121, + "line": 1094, "column": 31 } } }, "range": [ - 31380, - 31395 + 30236, + 30251 ], "loc": { "start": { - "line": 1121, + "line": 1094, "column": 16 }, "end": { - "line": 1121, + "line": 1094, "column": 31 } } }, "arguments": [], "range": [ - 31380, - 31397 + 30236, + 30253 ], "loc": { "start": { - "line": 1121, + "line": 1094, "column": 16 }, "end": { - "line": 1121, + "line": 1094, "column": 33 } } }, "range": [ - 31380, - 31398 + 30236, + 30254 ], "loc": { "start": { - "line": 1121, + "line": 1094, "column": 16 }, "end": { - "line": 1121, + "line": 1094, "column": 34 } } } ], "range": [ - 31315, - 31412 + 30171, + 30268 ], "loc": { "start": { - "line": 1119, + "line": 1092, "column": 29 }, "end": { - "line": 1122, + "line": 1095, "column": 13 } } @@ -47839,16 +44782,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31436, - 31439 + 30292, + 30295 ], "loc": { "start": { - "line": 1123, + "line": 1096, "column": 16 }, "end": { - "line": 1123, + "line": 1096, "column": 19 } } @@ -47857,31 +44800,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31440, - 31446 + 30296, + 30302 ], "loc": { "start": { - "line": 1123, + "line": 1096, "column": 20 }, "end": { - "line": 1123, + "line": 1096, "column": 26 } } }, "range": [ - 31436, - 31446 + 30292, + 30302 ], "loc": { "start": { - "line": 1123, + "line": 1096, "column": 16 }, "end": { - "line": 1123, + "line": 1096, "column": 26 } } @@ -47890,483 +44833,125 @@ "type": "Identifier", "name": "reset", "range": [ - 31447, - 31452 + 30303, + 30308 ], "loc": { "start": { - "line": 1123, + "line": 1096, "column": 27 }, "end": { - "line": 1123, + "line": 1096, "column": 32 } } }, "range": [ - 31436, - 31452 + 30292, + 30308 ], "loc": { "start": { - "line": 1123, + "line": 1096, "column": 16 }, "end": { - "line": 1123, + "line": 1096, "column": 32 } } }, "arguments": [], "range": [ - 31436, - 31454 + 30292, + 30310 ], "loc": { "start": { - "line": 1123, + "line": 1096, "column": 16 }, "end": { - "line": 1123, + "line": 1096, "column": 34 } } }, "range": [ - 31436, - 31455 + 30292, + 30311 ], "loc": { "start": { - "line": 1123, + "line": 1096, "column": 16 }, "end": { - "line": 1123, + "line": 1096, "column": 35 } } } ], "range": [ - 31418, - 31469 + 30274, + 30325 ], "loc": { "start": { - "line": 1122, + "line": 1095, "column": 19 }, "end": { - "line": 1124, + "line": 1097, "column": 13 } } }, "range": [ - 31298, - 31469 + 30154, + 30325 ], "loc": { "start": { - "line": 1119, + "line": 1092, "column": 12 }, "end": { - "line": 1124, + "line": 1097, "column": 13 } } } ], "range": [ - 31284, - 31479 + 30140, + 30335 ], "loc": { "start": { - "line": 1118, + "line": 1091, "column": 25 }, "end": { - "line": 1125, + "line": 1098, "column": 9 } } }, "alternate": null, "range": [ - 31267, - 31479 + 30123, + 30335 ], "loc": { "start": { - "line": 1118, + "line": 1091, "column": 8 }, "end": { - "line": 1125, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 31492, - 31496 - ], - "loc": { - "start": { - "line": 1126, - "column": 12 - }, - "end": { - "line": 1126, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "btnReset", - "range": [ - 31497, - 31505 - ], - "loc": { - "start": { - "line": 1126, - "column": 17 - }, - "end": { - "line": 1126, - "column": 25 - } - } - }, - "range": [ - 31492, - 31505 - ], - "loc": { - "start": { - "line": 1126, - "column": 12 - }, - "end": { - "line": 1126, - "column": 25 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31521, - 31524 - ], - "loc": { - "start": { - "line": 1127, - "column": 12 - }, - "end": { - "line": 1127, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "clearButton", - "range": [ - 31525, - 31536 - ], - "loc": { - "start": { - "line": 1127, - "column": 16 - }, - "end": { - "line": 1127, - "column": 27 - } - } - }, - "range": [ - 31521, - 31536 - ], - "loc": { - "start": { - "line": 1127, - "column": 12 - }, - "end": { - "line": 1127, - "column": 27 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "ClearButton", - "range": [ - 31543, - 31554 - ], - "loc": { - "start": { - "line": 1127, - "column": 34 - }, - "end": { - "line": 1127, - "column": 45 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 31555, - 31559 - ], - "loc": { - "start": { - "line": 1127, - "column": 46 - }, - "end": { - "line": 1127, - "column": 50 - } - } - } - ], - "range": [ - 31539, - 31560 - ], - "loc": { - "start": { - "line": 1127, - "column": 30 - }, - "end": { - "line": 1127, - "column": 51 - } - } - }, - "range": [ - 31521, - 31560 - ], - "loc": { - "start": { - "line": 1127, - "column": 12 - }, - "end": { - "line": 1127, - "column": 51 - } - } - }, - "range": [ - 31521, - 31561 - ], - "loc": { - "start": { - "line": 1127, - "column": 12 - }, - "end": { - "line": 1127, - "column": 52 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31574, - 31577 - ], - "loc": { - "start": { - "line": 1128, - "column": 12 - }, - "end": { - "line": 1128, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "clearButton", - "range": [ - 31578, - 31589 - ], - "loc": { - "start": { - "line": 1128, - "column": 16 - }, - "end": { - "line": 1128, - "column": 27 - } - } - }, - "range": [ - 31574, - 31589 - ], - "loc": { - "start": { - "line": 1128, - "column": 12 - }, - "end": { - "line": 1128, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 31590, - 31594 - ], - "loc": { - "start": { - "line": 1128, - "column": 28 - }, - "end": { - "line": 1128, - "column": 32 - } - } - }, - "range": [ - 31574, - 31594 - ], - "loc": { - "start": { - "line": 1128, - "column": 12 - }, - "end": { - "line": 1128, - "column": 32 - } - } - }, - "arguments": [], - "range": [ - 31574, - 31596 - ], - "loc": { - "start": { - "line": 1128, - "column": 12 - }, - "end": { - "line": 1128, - "column": 34 - } - } - }, - "range": [ - 31574, - 31597 - ], - "loc": { - "start": { - "line": 1128, - "column": 12 - }, - "end": { - "line": 1128, - "column": 35 - } - } - } - ], - "range": [ - 31507, - 31607 - ], - "loc": { - "start": { - "line": 1126, - "column": 27 - }, - "end": { - "line": 1129, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 31488, - 31607 - ], - "loc": { - "start": { - "line": 1126, - "column": 8 - }, - "end": { - "line": 1129, + "line": 1098, "column": 9 } } @@ -48382,16 +44967,16 @@ "object": { "type": "ThisExpression", "range": [ - 31621, - 31625 + 30349, + 30353 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 12 }, "end": { - "line": 1131, + "line": 1100, "column": 16 } } @@ -48400,31 +44985,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 31626, - 31638 + 30354, + 30366 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 17 }, "end": { - "line": 1131, + "line": 1100, "column": 29 } } }, "range": [ - 31621, - 31638 + 30349, + 30366 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 12 }, "end": { - "line": 1131, + "line": 1100, "column": 29 } } @@ -48438,16 +45023,16 @@ "object": { "type": "ThisExpression", "range": [ - 31643, - 31647 + 30371, + 30375 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 34 }, "end": { - "line": 1131, + "line": 1100, "column": 38 } } @@ -48456,62 +45041,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 31648, - 31658 + 30376, + 30386 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 39 }, "end": { - "line": 1131, + "line": 1100, "column": 49 } } }, "range": [ - 31643, - 31658 + 30371, + 30386 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 34 }, "end": { - "line": 1131, + "line": 1100, "column": 49 } } }, "prefix": true, "range": [ - 31642, - 31658 + 30370, + 30386 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 33 }, "end": { - "line": 1131, + "line": 1100, "column": 49 } } }, "range": [ - 31621, - 31658 + 30349, + 30386 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 12 }, "end": { - "line": 1131, + "line": 1100, "column": 49 } } @@ -48529,16 +45114,16 @@ "object": { "type": "ThisExpression", "range": [ - 31674, - 31678 + 30402, + 30406 ], "loc": { "start": { - "line": 1132, + "line": 1101, "column": 12 }, "end": { - "line": 1132, + "line": 1101, "column": 16 } } @@ -48547,882 +45132,94 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 31679, - 31691 + 30407, + 30419 ], "loc": { "start": { - "line": 1132, + "line": 1101, "column": 17 }, "end": { - "line": 1132, + "line": 1101, "column": 29 } } }, "range": [ - 31674, - 31691 + 30402, + 30419 ], "loc": { "start": { - "line": 1132, + "line": 1101, "column": 12 }, "end": { - "line": 1132, + "line": 1101, "column": 29 } } }, "arguments": [], "range": [ - 31674, - 31693 + 30402, + 30421 ], "loc": { "start": { - "line": 1132, + "line": 1101, "column": 12 }, "end": { - "line": 1132, + "line": 1101, "column": 31 } } }, "range": [ - 31674, - 31694 + 30402, + 30422 ], "loc": { "start": { - "line": 1132, + "line": 1101, "column": 12 }, "end": { - "line": 1132, + "line": 1101, "column": 32 } } } ], "range": [ - 31660, - 31704 + 30388, + 30432 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 51 }, "end": { - "line": 1133, + "line": 1102, "column": 9 } } }, "alternate": null, "range": [ - 31617, - 31704 + 30345, + 30432 ], "loc": { "start": { - "line": 1131, + "line": 1100, "column": 8 }, "end": { - "line": 1133, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 31717, - 31721 - ], - "loc": { - "start": { - "line": 1134, - "column": 12 - }, - "end": { - "line": 1134, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "alternateRows", - "range": [ - 31722, - 31735 - ], - "loc": { - "start": { - "line": 1134, - "column": 17 - }, - "end": { - "line": 1134, - "column": 30 - } - } - }, - "range": [ - 31717, - 31735 - ], - "loc": { - "start": { - "line": 1134, - "column": 12 - }, - "end": { - "line": 1134, - "column": 30 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31751, - 31754 - ], - "loc": { - "start": { - "line": 1135, - "column": 12 - }, - "end": { - "line": 1135, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "alternateRows", - "range": [ - 31755, - 31768 - ], - "loc": { - "start": { - "line": 1135, - "column": 16 - }, - "end": { - "line": 1135, - "column": 29 - } - } - }, - "range": [ - 31751, - 31768 - ], - "loc": { - "start": { - "line": 1135, - "column": 12 - }, - "end": { - "line": 1135, - "column": 29 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "AlternateRows", - "range": [ - 31775, - 31788 - ], - "loc": { - "start": { - "line": 1135, - "column": 36 - }, - "end": { - "line": 1135, - "column": 49 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 31789, - 31793 - ], - "loc": { - "start": { - "line": 1135, - "column": 50 - }, - "end": { - "line": 1135, - "column": 54 - } - } - } - ], - "range": [ - 31771, - 31794 - ], - "loc": { - "start": { - "line": 1135, - "column": 32 - }, - "end": { - "line": 1135, - "column": 55 - } - } - }, - "range": [ - 31751, - 31794 - ], - "loc": { - "start": { - "line": 1135, - "column": 12 - }, - "end": { - "line": 1135, - "column": 55 - } - } - }, - "range": [ - 31751, - 31795 - ], - "loc": { - "start": { - "line": 1135, - "column": 12 - }, - "end": { - "line": 1135, - "column": 56 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31808, - 31811 - ], - "loc": { - "start": { - "line": 1136, - "column": 12 - }, - "end": { - "line": 1136, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "alternateRows", - "range": [ - 31812, - 31825 - ], - "loc": { - "start": { - "line": 1136, - "column": 16 - }, - "end": { - "line": 1136, - "column": 29 - } - } - }, - "range": [ - 31808, - 31825 - ], - "loc": { - "start": { - "line": 1136, - "column": 12 - }, - "end": { - "line": 1136, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 31826, - 31830 - ], - "loc": { - "start": { - "line": 1136, - "column": 30 - }, - "end": { - "line": 1136, - "column": 34 - } - } - }, - "range": [ - 31808, - 31830 - ], - "loc": { - "start": { - "line": 1136, - "column": 12 - }, - "end": { - "line": 1136, - "column": 34 - } - } - }, - "arguments": [], - "range": [ - 31808, - 31832 - ], - "loc": { - "start": { - "line": 1136, - "column": 12 - }, - "end": { - "line": 1136, - "column": 36 - } - } - }, - "range": [ - 31808, - 31833 - ], - "loc": { - "start": { - "line": 1136, - "column": 12 - }, - "end": { - "line": 1136, - "column": 37 - } - } - } - ], - "range": [ - 31737, - 31843 - ], - "loc": { - "start": { - "line": 1134, - "column": 32 - }, - "end": { - "line": 1137, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 31713, - 31843 - ], - "loc": { - "start": { - "line": 1134, - "column": 8 - }, - "end": { - "line": 1137, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 31856, - 31860 - ], - "loc": { - "start": { - "line": 1138, - "column": 12 - }, - "end": { - "line": 1138, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "noResults", - "range": [ - 31861, - 31870 - ], - "loc": { - "start": { - "line": 1138, - "column": 17 - }, - "end": { - "line": 1138, - "column": 26 - } - } - }, - "range": [ - 31856, - 31870 - ], - "loc": { - "start": { - "line": 1138, - "column": 12 - }, - "end": { - "line": 1138, - "column": 26 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31886, - 31889 - ], - "loc": { - "start": { - "line": 1139, - "column": 12 - }, - "end": { - "line": 1139, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "noResults", - "range": [ - 31890, - 31899 - ], - "loc": { - "start": { - "line": 1139, - "column": 16 - }, - "end": { - "line": 1139, - "column": 25 - } - } - }, - "range": [ - 31886, - 31899 - ], - "loc": { - "start": { - "line": 1139, - "column": 12 - }, - "end": { - "line": 1139, - "column": 25 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31902, - 31905 - ], - "loc": { - "start": { - "line": 1139, - "column": 28 - }, - "end": { - "line": 1139, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "noResults", - "range": [ - 31906, - 31915 - ], - "loc": { - "start": { - "line": 1139, - "column": 32 - }, - "end": { - "line": 1139, - "column": 41 - } - } - }, - "range": [ - 31902, - 31915 - ], - "loc": { - "start": { - "line": 1139, - "column": 28 - }, - "end": { - "line": 1139, - "column": 41 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "NoResults", - "range": [ - 31923, - 31932 - ], - "loc": { - "start": { - "line": 1139, - "column": 49 - }, - "end": { - "line": 1139, - "column": 58 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 31933, - 31937 - ], - "loc": { - "start": { - "line": 1139, - "column": 59 - }, - "end": { - "line": 1139, - "column": 63 - } - } - } - ], - "range": [ - 31919, - 31938 - ], - "loc": { - "start": { - "line": 1139, - "column": 45 - }, - "end": { - "line": 1139, - "column": 64 - } - } - }, - "range": [ - 31902, - 31938 - ], - "loc": { - "start": { - "line": 1139, - "column": 28 - }, - "end": { - "line": 1139, - "column": 64 - } - } - }, - "range": [ - 31886, - 31938 - ], - "loc": { - "start": { - "line": 1139, - "column": 12 - }, - "end": { - "line": 1139, - "column": 64 - } - } - }, - "range": [ - 31886, - 31939 - ], - "loc": { - "start": { - "line": 1139, - "column": 12 - }, - "end": { - "line": 1139, - "column": 65 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 31952, - 31955 - ], - "loc": { - "start": { - "line": 1140, - "column": 12 - }, - "end": { - "line": 1140, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "noResults", - "range": [ - 31956, - 31965 - ], - "loc": { - "start": { - "line": 1140, - "column": 16 - }, - "end": { - "line": 1140, - "column": 25 - } - } - }, - "range": [ - 31952, - 31965 - ], - "loc": { - "start": { - "line": 1140, - "column": 12 - }, - "end": { - "line": 1140, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 31966, - 31970 - ], - "loc": { - "start": { - "line": 1140, - "column": 26 - }, - "end": { - "line": 1140, - "column": 30 - } - } - }, - "range": [ - 31952, - 31970 - ], - "loc": { - "start": { - "line": 1140, - "column": 12 - }, - "end": { - "line": 1140, - "column": 30 - } - } - }, - "arguments": [], - "range": [ - 31952, - 31972 - ], - "loc": { - "start": { - "line": 1140, - "column": 12 - }, - "end": { - "line": 1140, - "column": 32 - } - } - }, - "range": [ - 31952, - 31973 - ], - "loc": { - "start": { - "line": 1140, - "column": 12 - }, - "end": { - "line": 1140, - "column": 33 - } - } - } - ], - "range": [ - 31872, - 31983 - ], - "loc": { - "start": { - "line": 1138, - "column": 28 - }, - "end": { - "line": 1141, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 31852, - 31983 - ], - "loc": { - "start": { - "line": 1138, - "column": 8 - }, - "end": { - "line": 1141, + "line": 1102, "column": 9 } }, @@ -49431,16 +45228,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 31993, - 32025 + 30442, + 30474 ], "loc": { "start": { - "line": 1143, + "line": 1104, "column": 8 }, "end": { - "line": 1143, + "line": 1104, "column": 40 } } @@ -49458,16 +45255,16 @@ "object": { "type": "ThisExpression", "range": [ - 32039, - 32043 + 30488, + 30492 ], "loc": { "start": { - "line": 1144, + "line": 1105, "column": 13 }, "end": { - "line": 1144, + "line": 1105, "column": 17 } } @@ -49476,47 +45273,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 32044, - 32054 + 30493, + 30503 ], "loc": { "start": { - "line": 1144, + "line": 1105, "column": 18 }, "end": { - "line": 1144, + "line": 1105, "column": 28 } } }, "range": [ - 32039, - 32054 + 30488, + 30503 ], "loc": { "start": { - "line": 1144, + "line": 1105, "column": 13 }, "end": { - "line": 1144, + "line": 1105, "column": 28 } } }, "prefix": true, "range": [ - 32038, - 32054 + 30487, + 30503 ], "loc": { "start": { - "line": 1144, + "line": 1105, "column": 12 }, "end": { - "line": 1144, + "line": 1105, "column": 28 } } @@ -49532,16 +45329,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32070, - 32078 + 30519, + 30527 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 12 }, "end": { - "line": 1145, + "line": 1106, "column": 20 } } @@ -49555,16 +45352,16 @@ "object": { "type": "ThisExpression", "range": [ - 32079, - 32083 + 30528, + 30532 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 21 }, "end": { - "line": 1145, + "line": 1106, "column": 25 } } @@ -49573,47 +45370,47 @@ "type": "Identifier", "name": "dom", "range": [ - 32084, - 32087 + 30533, + 30536 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 26 }, "end": { - "line": 1145, + "line": 1106, "column": 29 } } }, "range": [ - 32079, - 32087 + 30528, + 30536 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 21 }, "end": { - "line": 1145, + "line": 1106, "column": 29 } } }, "arguments": [], "range": [ - 32079, - 32089 + 30528, + 30538 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 21 }, "end": { - "line": 1145, + "line": 1106, "column": 31 } } @@ -49624,16 +45421,16 @@ "object": { "type": "ThisExpression", "range": [ - 32091, - 32095 + 30540, + 30544 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 33 }, "end": { - "line": 1145, + "line": 1106, "column": 37 } } @@ -49642,62 +45439,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 32096, - 32102 + 30545, + 30551 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 38 }, "end": { - "line": 1145, + "line": 1106, "column": 44 } } }, "range": [ - 32091, - 32102 + 30540, + 30551 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 33 }, "end": { - "line": 1145, + "line": 1106, "column": 44 } } } ], "range": [ - 32070, - 32103 + 30519, + 30552 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 12 }, "end": { - "line": 1145, + "line": 1106, "column": 45 } } }, "range": [ - 32070, - 32104 + 30519, + 30553 ], "loc": { "start": { - "line": 1145, + "line": 1106, "column": 12 }, "end": { - "line": 1145, + "line": 1106, "column": 46 } } @@ -49710,16 +45507,16 @@ "object": { "type": "ThisExpression", "range": [ - 32121, - 32125 + 30570, + 30574 ], "loc": { "start": { - "line": 1146, + "line": 1107, "column": 16 }, "end": { - "line": 1146, + "line": 1107, "column": 20 } } @@ -49728,31 +45525,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 32126, - 32136 + 30575, + 30585 ], "loc": { "start": { - "line": 1146, + "line": 1107, "column": 21 }, "end": { - "line": 1146, + "line": 1107, "column": 31 } } }, "range": [ - 32121, - 32136 + 30570, + 30585 ], "loc": { "start": { - "line": 1146, + "line": 1107, "column": 16 }, "end": { - "line": 1146, + "line": 1107, "column": 31 } } @@ -49768,16 +45565,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32156, - 32164 + 30605, + 30613 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 16 }, "end": { - "line": 1147, + "line": 1108, "column": 24 } } @@ -49791,16 +45588,16 @@ "object": { "type": "ThisExpression", "range": [ - 32165, - 32169 + 30614, + 30618 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 25 }, "end": { - "line": 1147, + "line": 1108, "column": 29 } } @@ -49809,47 +45606,47 @@ "type": "Identifier", "name": "dom", "range": [ - 32170, - 32173 + 30619, + 30622 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 30 }, "end": { - "line": 1147, + "line": 1108, "column": 33 } } }, "range": [ - 32165, - 32173 + 30614, + 30622 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 25 }, "end": { - "line": 1147, + "line": 1108, "column": 33 } } }, "arguments": [], "range": [ - 32165, - 32175 + 30614, + 30624 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 25 }, "end": { - "line": 1147, + "line": 1108, "column": 35 } } @@ -49860,16 +45657,16 @@ "object": { "type": "ThisExpression", "range": [ - 32177, - 32181 + 30626, + 30630 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 37 }, "end": { - "line": 1147, + "line": 1108, "column": 41 } } @@ -49878,126 +45675,126 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 32182, - 32196 + 30631, + 30645 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 42 }, "end": { - "line": 1147, + "line": 1108, "column": 56 } } }, "range": [ - 32177, - 32196 + 30626, + 30645 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 37 }, "end": { - "line": 1147, + "line": 1108, "column": 56 } } } ], "range": [ - 32156, - 32197 + 30605, + 30646 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 16 }, "end": { - "line": 1147, + "line": 1108, "column": 57 } } }, "range": [ - 32156, - 32198 + 30605, + 30647 ], "loc": { "start": { - "line": 1147, + "line": 1108, "column": 16 }, "end": { - "line": 1147, + "line": 1108, "column": 58 } } } ], "range": [ - 32138, - 32212 + 30587, + 30661 ], "loc": { "start": { - "line": 1146, + "line": 1107, "column": 33 }, "end": { - "line": 1148, + "line": 1109, "column": 13 } } }, "alternate": null, "range": [ - 32117, - 32212 + 30566, + 30661 ], "loc": { "start": { - "line": 1146, + "line": 1107, "column": 12 }, "end": { - "line": 1148, + "line": 1109, "column": 13 } } } ], "range": [ - 32056, - 32222 + 30505, + 30671 ], "loc": { "start": { - "line": 1144, + "line": 1105, "column": 30 }, "end": { - "line": 1149, + "line": 1110, "column": 9 } } }, "alternate": null, "range": [ - 32034, - 32222 + 30483, + 30671 ], "loc": { "start": { - "line": 1144, + "line": 1105, "column": 8 }, "end": { - "line": 1149, + "line": 1110, "column": 9 } }, @@ -50006,16 +45803,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 31993, - 32025 + 30442, + 30474 ], "loc": { "start": { - "line": 1143, + "line": 1104, "column": 8 }, "end": { - "line": 1143, + "line": 1104, "column": 40 } } @@ -50026,16 +45823,16 @@ "type": "Block", "value": " Load extensions ", "range": [ - 32232, - 32253 + 30681, + 30702 ], "loc": { "start": { - "line": 1151, + "line": 1112, "column": 8 }, "end": { - "line": 1151, + "line": 1112, "column": 29 } } @@ -50052,16 +45849,16 @@ "object": { "type": "ThisExpression", "range": [ - 32262, - 32266 + 30711, + 30715 ], "loc": { "start": { - "line": 1152, + "line": 1113, "column": 8 }, "end": { - "line": 1152, + "line": 1113, "column": 12 } } @@ -50070,62 +45867,62 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 32267, - 32281 + 30716, + 30730 ], "loc": { "start": { - "line": 1152, + "line": 1113, "column": 13 }, "end": { - "line": 1152, + "line": 1113, "column": 27 } } }, "range": [ - 32262, - 32281 + 30711, + 30730 ], "loc": { "start": { - "line": 1152, + "line": 1113, "column": 8 }, "end": { - "line": 1152, + "line": 1113, "column": 27 } } }, "arguments": [], "range": [ - 32262, - 32283 + 30711, + 30732 ], "loc": { "start": { - "line": 1152, + "line": 1113, "column": 8 }, "end": { - "line": 1152, + "line": 1113, "column": 29 } } }, "range": [ - 32262, - 32284 + 30711, + 30733 ], "loc": { "start": { - "line": 1152, + "line": 1113, "column": 8 }, "end": { - "line": 1152, + "line": 1113, "column": 30 } }, @@ -50134,16 +45931,16 @@ "type": "Block", "value": " Load extensions ", "range": [ - 32232, - 32253 + 30681, + 30702 ], "loc": { "start": { - "line": 1151, + "line": 1112, "column": 8 }, "end": { - "line": 1151, + "line": 1112, "column": 29 } } @@ -50154,16 +45951,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32294, - 32316 + 30743, + 30765 ], "loc": { "start": { - "line": 1154, + "line": 1115, "column": 8 }, "end": { - "line": 1154, + "line": 1115, "column": 30 } } @@ -50178,16 +45975,16 @@ "object": { "type": "ThisExpression", "range": [ - 32329, - 32333 + 30778, + 30782 ], "loc": { "start": { - "line": 1155, + "line": 1116, "column": 12 }, "end": { - "line": 1155, + "line": 1116, "column": 16 } } @@ -50196,31 +45993,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 32334, - 32347 + 30783, + 30796 ], "loc": { "start": { - "line": 1155, + "line": 1116, "column": 17 }, "end": { - "line": 1155, + "line": 1116, "column": 30 } } }, "range": [ - 32329, - 32347 + 30778, + 30796 ], "loc": { "start": { - "line": 1155, + "line": 1116, "column": 12 }, "end": { - "line": 1155, + "line": 1116, "column": 30 } } @@ -50241,16 +46038,16 @@ "object": { "type": "ThisExpression", "range": [ - 32363, - 32367 + 30812, + 30816 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 12 }, "end": { - "line": 1156, + "line": 1117, "column": 16 } } @@ -50259,31 +46056,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32368, - 32375 + 30817, + 30824 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 17 }, "end": { - "line": 1156, + "line": 1117, "column": 24 } } }, "range": [ - 32363, - 32375 + 30812, + 30824 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 12 }, "end": { - "line": 1156, + "line": 1117, "column": 24 } } @@ -50292,31 +46089,31 @@ "type": "Identifier", "name": "on", "range": [ - 32376, - 32378 + 30825, + 30827 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 25 }, "end": { - "line": 1156, + "line": 1117, "column": 27 } } }, "range": [ - 32363, - 32378 + 30812, + 30827 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 12 }, "end": { - "line": 1156, + "line": 1117, "column": 27 } } @@ -50330,32 +46127,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 32380, - 32397 + 30829, + 30846 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 29 }, "end": { - "line": 1156, + "line": 1117, "column": 46 } } } ], "range": [ - 32379, - 32398 + 30828, + 30847 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 28 }, "end": { - "line": 1156, + "line": 1117, "column": 47 } } @@ -50372,16 +46169,16 @@ "object": { "type": "ThisExpression", "range": [ - 32406, - 32410 + 30855, + 30859 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 55 }, "end": { - "line": 1156, + "line": 1117, "column": 59 } } @@ -50390,47 +46187,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 32411, - 32422 + 30860, + 30871 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 60 }, "end": { - "line": 1156, + "line": 1117, "column": 71 } } }, "range": [ - 32406, - 32422 + 30855, + 30871 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 55 }, "end": { - "line": 1156, + "line": 1117, "column": 71 } } }, "arguments": [], "range": [ - 32406, - 32424 + 30855, + 30873 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 55 }, "end": { - "line": 1156, + "line": 1117, "column": 73 } } @@ -50438,79 +46235,79 @@ "generator": false, "expression": true, "range": [ - 32400, - 32424 + 30849, + 30873 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 49 }, "end": { - "line": 1156, + "line": 1117, "column": 73 } } } ], "range": [ - 32363, - 32425 + 30812, + 30874 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 12 }, "end": { - "line": 1156, + "line": 1117, "column": 74 } } }, "range": [ - 32363, - 32426 + 30812, + 30875 ], "loc": { "start": { - "line": 1156, + "line": 1117, "column": 12 }, "end": { - "line": 1156, + "line": 1117, "column": 75 } } } ], "range": [ - 32349, - 32436 + 30798, + 30885 ], "loc": { "start": { - "line": 1155, + "line": 1116, "column": 32 }, "end": { - "line": 1157, + "line": 1118, "column": 9 } } }, "alternate": null, "range": [ - 32325, - 32436 + 30774, + 30885 ], "loc": { "start": { - "line": 1155, + "line": 1116, "column": 8 }, "end": { - "line": 1157, + "line": 1118, "column": 9 } }, @@ -50519,16 +46316,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32294, - 32316 + 30743, + 30765 ], "loc": { "start": { - "line": 1154, + "line": 1115, "column": 8 }, "end": { - "line": 1154, + "line": 1115, "column": 30 } } @@ -50539,16 +46336,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 32446, - 32463 + 30895, + 30912 ], "loc": { "start": { - "line": 1159, + "line": 1120, "column": 8 }, "end": { - "line": 1159, + "line": 1120, "column": 25 } } @@ -50566,16 +46363,16 @@ "object": { "type": "ThisExpression", "range": [ - 32472, - 32476 + 30921, + 30925 ], "loc": { "start": { - "line": 1160, + "line": 1121, "column": 8 }, "end": { - "line": 1160, + "line": 1121, "column": 12 } } @@ -50584,31 +46381,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 32477, - 32488 + 30926, + 30937 ], "loc": { "start": { - "line": 1160, + "line": 1121, "column": 13 }, "end": { - "line": 1160, + "line": 1121, "column": 24 } } }, "range": [ - 32472, - 32488 + 30921, + 30937 ], "loc": { "start": { - "line": 1160, + "line": 1121, "column": 8 }, "end": { - "line": 1160, + "line": 1121, "column": 24 } } @@ -50618,46 +46415,46 @@ "value": true, "raw": "true", "range": [ - 32491, - 32495 + 30940, + 30944 ], "loc": { "start": { - "line": 1160, + "line": 1121, "column": 27 }, "end": { - "line": 1160, + "line": 1121, "column": 31 } } }, "range": [ - 32472, - 32495 + 30921, + 30944 ], "loc": { "start": { - "line": 1160, + "line": 1121, "column": 8 }, "end": { - "line": 1160, + "line": 1121, "column": 31 } } }, "range": [ - 32472, - 32496 + 30921, + 30945 ], "loc": { "start": { - "line": 1160, + "line": 1121, "column": 8 }, "end": { - "line": 1160, + "line": 1121, "column": 32 } }, @@ -50666,16 +46463,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 32446, - 32463 + 30895, + 30912 ], "loc": { "start": { - "line": 1159, + "line": 1120, "column": 8 }, "end": { - "line": 1159, + "line": 1120, "column": 25 } } @@ -50692,16 +46489,16 @@ "object": { "type": "ThisExpression", "range": [ - 32506, - 32510 + 30955, + 30959 ], "loc": { "start": { - "line": 1162, + "line": 1123, "column": 8 }, "end": { - "line": 1162, + "line": 1123, "column": 12 } } @@ -50710,31 +46507,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 32511, - 32526 + 30960, + 30975 ], "loc": { "start": { - "line": 1162, + "line": 1123, "column": 13 }, "end": { - "line": 1162, + "line": 1123, "column": 28 } } }, "range": [ - 32506, - 32526 + 30955, + 30975 ], "loc": { "start": { - "line": 1162, + "line": 1123, "column": 8 }, "end": { - "line": 1162, + "line": 1123, "column": 28 } } @@ -50743,47 +46540,47 @@ { "type": "ThisExpression", "range": [ - 32527, - 32531 + 30976, + 30980 ], "loc": { "start": { - "line": 1162, + "line": 1123, "column": 29 }, "end": { - "line": 1162, + "line": 1123, "column": 33 } } } ], "range": [ - 32506, - 32532 + 30955, + 30981 ], "loc": { "start": { - "line": 1162, + "line": 1123, "column": 8 }, "end": { - "line": 1162, + "line": 1123, "column": 34 } } }, "range": [ - 32506, - 32533 + 30955, + 30982 ], "loc": { "start": { - "line": 1162, + "line": 1123, "column": 8 }, "end": { - "line": 1162, + "line": 1123, "column": 35 } } @@ -50801,16 +46598,16 @@ "object": { "type": "ThisExpression", "range": [ - 32543, - 32547 + 30992, + 30996 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 8 }, "end": { - "line": 1164, + "line": 1125, "column": 12 } } @@ -50819,31 +46616,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32548, - 32555 + 30997, + 31004 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 13 }, "end": { - "line": 1164, + "line": 1125, "column": 20 } } }, "range": [ - 32543, - 32555 + 30992, + 31004 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 8 }, "end": { - "line": 1164, + "line": 1125, "column": 20 } } @@ -50852,31 +46649,31 @@ "type": "Identifier", "name": "emit", "range": [ - 32556, - 32560 + 31005, + 31009 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 21 }, "end": { - "line": 1164, + "line": 1125, "column": 25 } } }, "range": [ - 32543, - 32560 + 30992, + 31009 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 8 }, "end": { - "line": 1164, + "line": 1125, "column": 25 } } @@ -50887,16 +46684,16 @@ "value": "initialized", "raw": "'initialized'", "range": [ - 32561, - 32574 + 31010, + 31023 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 26 }, "end": { - "line": 1164, + "line": 1125, "column": 39 } } @@ -50904,63 +46701,63 @@ { "type": "ThisExpression", "range": [ - 32576, - 32580 + 31025, + 31029 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 41 }, "end": { - "line": 1164, + "line": 1125, "column": 45 } } } ], "range": [ - 32543, - 32581 + 30992, + 31030 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 8 }, "end": { - "line": 1164, + "line": 1125, "column": 46 } } }, "range": [ - 32543, - 32582 + 30992, + 31031 ], "loc": { "start": { - "line": 1164, + "line": 1125, "column": 8 }, "end": { - "line": 1164, + "line": 1125, "column": 47 } } } ], "range": [ - 27213, - 32588 + 26671, + 31037 ], "loc": { "start": { - "line": 990, + "line": 980, "column": 11 }, "end": { - "line": 1165, + "line": 1126, "column": 5 } } @@ -50968,16 +46765,16 @@ "generator": false, "expression": false, "range": [ - 27210, - 32588 + 26668, + 31037 ], "loc": { "start": { - "line": 990, + "line": 980, "column": 8 }, "end": { - "line": 1165, + "line": 1126, "column": 5 } } @@ -50985,16 +46782,16 @@ "kind": "method", "computed": false, "range": [ - 27206, - 32588 + 26664, + 31037 ], "loc": { "start": { - "line": 990, + "line": 980, "column": 4 }, "end": { - "line": 1165, + "line": 1126, "column": 5 } }, @@ -51003,16 +46800,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27152, - 27201 + 26610, + 26659 ], "loc": { "start": { - "line": 987, + "line": 977, "column": 4 }, "end": { - "line": 989, + "line": 979, "column": 7 } } @@ -51023,16 +46820,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 32594, - 32657 + 31043, + 31106 ], "loc": { "start": { - "line": 1167, + "line": 1128, "column": 4 }, "end": { - "line": 1170, + "line": 1131, "column": 7 } } @@ -51046,16 +46843,16 @@ "type": "Identifier", "name": "detectKey", "range": [ - 32662, - 32671 + 31111, + 31120 ], "loc": { "start": { - "line": 1171, + "line": 1132, "column": 4 }, "end": { - "line": 1171, + "line": 1132, "column": 13 } } @@ -51068,16 +46865,16 @@ "type": "Identifier", "name": "evt", "range": [ - 32672, - 32675 + 31121, + 31124 ], "loc": { "start": { - "line": 1171, + "line": 1132, "column": 14 }, "end": { - "line": 1171, + "line": 1132, "column": 17 } } @@ -51097,16 +46894,16 @@ "object": { "type": "ThisExpression", "range": [ - 32692, - 32696 + 31141, + 31145 ], "loc": { "start": { - "line": 1172, + "line": 1133, "column": 13 }, "end": { - "line": 1172, + "line": 1133, "column": 17 } } @@ -51115,47 +46912,47 @@ "type": "Identifier", "name": "enterKey", "range": [ - 32697, - 32705 + 31146, + 31154 ], "loc": { "start": { - "line": 1172, + "line": 1133, "column": 18 }, "end": { - "line": 1172, + "line": 1133, "column": 26 } } }, "range": [ - 32692, - 32705 + 31141, + 31154 ], "loc": { "start": { - "line": 1172, + "line": 1133, "column": 13 }, "end": { - "line": 1172, + "line": 1133, "column": 26 } } }, "prefix": true, "range": [ - 32691, - 32705 + 31140, + 31154 ], "loc": { "start": { - "line": 1172, + "line": 1133, "column": 12 }, "end": { - "line": 1172, + "line": 1133, "column": 26 } } @@ -51167,48 +46964,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 32721, - 32728 + 31170, + 31177 ], "loc": { "start": { - "line": 1173, + "line": 1134, "column": 12 }, "end": { - "line": 1173, + "line": 1134, "column": 19 } } } ], "range": [ - 32707, - 32738 + 31156, + 31187 ], "loc": { "start": { - "line": 1172, + "line": 1133, "column": 28 }, "end": { - "line": 1174, + "line": 1135, "column": 9 } } }, "alternate": null, "range": [ - 32687, - 32738 + 31136, + 31187 ], "loc": { "start": { - "line": 1172, + "line": 1133, "column": 8 }, "end": { - "line": 1174, + "line": 1135, "column": 9 } } @@ -51219,16 +47016,16 @@ "type": "Identifier", "name": "evt", "range": [ - 32751, - 32754 + 31200, + 31203 ], "loc": { "start": { - "line": 1175, + "line": 1136, "column": 12 }, "end": { - "line": 1175, + "line": 1136, "column": 15 } } @@ -51245,16 +47042,16 @@ "type": "Identifier", "name": "key", "range": [ - 32774, - 32777 + 31223, + 31226 ], "loc": { "start": { - "line": 1176, + "line": 1137, "column": 16 }, "end": { - "line": 1176, + "line": 1137, "column": 19 } } @@ -51265,16 +47062,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 32780, - 32787 + 31229, + 31236 ], "loc": { "start": { - "line": 1176, + "line": 1137, "column": 22 }, "end": { - "line": 1176, + "line": 1137, "column": 29 } } @@ -51284,47 +47081,47 @@ "type": "Identifier", "name": "evt", "range": [ - 32788, - 32791 + 31237, + 31240 ], "loc": { "start": { - "line": 1176, + "line": 1137, "column": 30 }, "end": { - "line": 1176, + "line": 1137, "column": 33 } } } ], "range": [ - 32780, - 32792 + 31229, + 31241 ], "loc": { "start": { - "line": 1176, + "line": 1137, "column": 22 }, "end": { - "line": 1176, + "line": 1137, "column": 34 } } }, "range": [ - 32774, - 32792 + 31223, + 31241 ], "loc": { "start": { - "line": 1176, + "line": 1137, "column": 16 }, "end": { - "line": 1176, + "line": 1137, "column": 34 } } @@ -51332,16 +47129,16 @@ ], "kind": "let", "range": [ - 32770, - 32793 + 31219, + 31242 ], "loc": { "start": { - "line": 1176, + "line": 1137, "column": 12 }, "end": { - "line": 1176, + "line": 1137, "column": 35 } } @@ -51355,16 +47152,16 @@ "type": "Identifier", "name": "key", "range": [ - 32810, - 32813 + 31259, + 31262 ], "loc": { "start": { - "line": 1177, + "line": 1138, "column": 16 }, "end": { - "line": 1177, + "line": 1138, "column": 19 } } @@ -51373,31 +47170,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 32818, - 32827 + 31267, + 31276 ], "loc": { "start": { - "line": 1177, + "line": 1138, "column": 24 }, "end": { - "line": 1177, + "line": 1138, "column": 33 } } }, "range": [ - 32810, - 32827 + 31259, + 31276 ], "loc": { "start": { - "line": 1177, + "line": 1138, "column": 16 }, "end": { - "line": 1177, + "line": 1138, "column": 33 } } @@ -51415,16 +47212,16 @@ "object": { "type": "ThisExpression", "range": [ - 32847, - 32851 + 31296, + 31300 ], "loc": { "start": { - "line": 1178, + "line": 1139, "column": 16 }, "end": { - "line": 1178, + "line": 1139, "column": 20 } } @@ -51433,62 +47230,62 @@ "type": "Identifier", "name": "filter", "range": [ - 32852, - 32858 + 31301, + 31307 ], "loc": { "start": { - "line": 1178, + "line": 1139, "column": 21 }, "end": { - "line": 1178, + "line": 1139, "column": 27 } } }, "range": [ - 32847, - 32858 + 31296, + 31307 ], "loc": { "start": { - "line": 1178, + "line": 1139, "column": 16 }, "end": { - "line": 1178, + "line": 1139, "column": 27 } } }, "arguments": [], "range": [ - 32847, - 32860 + 31296, + 31309 ], "loc": { "start": { - "line": 1178, + "line": 1139, "column": 16 }, "end": { - "line": 1178, + "line": 1139, "column": 29 } } }, "range": [ - 32847, - 32861 + 31296, + 31310 ], "loc": { "start": { - "line": 1178, + "line": 1139, "column": 16 }, "end": { - "line": 1178, + "line": 1139, "column": 30 } } @@ -51501,16 +47298,16 @@ "type": "Identifier", "name": "cancelEvt", "range": [ - 32878, - 32887 + 31327, + 31336 ], "loc": { "start": { - "line": 1179, + "line": 1140, "column": 16 }, "end": { - "line": 1179, + "line": 1140, "column": 25 } } @@ -51520,47 +47317,47 @@ "type": "Identifier", "name": "evt", "range": [ - 32888, - 32891 + 31337, + 31340 ], "loc": { "start": { - "line": 1179, + "line": 1140, "column": 26 }, "end": { - "line": 1179, + "line": 1140, "column": 29 } } } ], "range": [ - 32878, - 32892 + 31327, + 31341 ], "loc": { "start": { - "line": 1179, + "line": 1140, "column": 16 }, "end": { - "line": 1179, + "line": 1140, "column": 30 } } }, "range": [ - 32878, - 32893 + 31327, + 31342 ], "loc": { "start": { - "line": 1179, + "line": 1140, "column": 16 }, "end": { - "line": 1179, + "line": 1140, "column": 31 } } @@ -51573,16 +47370,16 @@ "type": "Identifier", "name": "stopEvt", "range": [ - 32910, - 32917 + 31359, + 31366 ], "loc": { "start": { - "line": 1180, + "line": 1141, "column": 16 }, "end": { - "line": 1180, + "line": 1141, "column": 23 } } @@ -51592,63 +47389,63 @@ "type": "Identifier", "name": "evt", "range": [ - 32918, - 32921 + 31367, + 31370 ], "loc": { "start": { - "line": 1180, + "line": 1141, "column": 24 }, "end": { - "line": 1180, + "line": 1141, "column": 27 } } } ], "range": [ - 32910, - 32922 + 31359, + 31371 ], "loc": { "start": { - "line": 1180, + "line": 1141, "column": 16 }, "end": { - "line": 1180, + "line": 1141, "column": 28 } } }, "range": [ - 32910, - 32923 + 31359, + 31372 ], "loc": { "start": { - "line": 1180, + "line": 1141, "column": 16 }, "end": { - "line": 1180, + "line": 1141, "column": 29 } } } ], "range": [ - 32829, - 32937 + 31278, + 31386 ], "loc": { "start": { - "line": 1177, + "line": 1138, "column": 35 }, "end": { - "line": 1181, + "line": 1142, "column": 13 } } @@ -51667,16 +47464,16 @@ "object": { "type": "ThisExpression", "range": [ - 32961, - 32965 + 31410, + 31414 ], "loc": { "start": { - "line": 1182, + "line": 1143, "column": 16 }, "end": { - "line": 1182, + "line": 1143, "column": 20 } } @@ -51685,31 +47482,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 32966, - 32978 + 31415, + 31427 ], "loc": { "start": { - "line": 1182, + "line": 1143, "column": 21 }, "end": { - "line": 1182, + "line": 1143, "column": 33 } } }, "range": [ - 32961, - 32978 + 31410, + 31427 ], "loc": { "start": { - "line": 1182, + "line": 1143, "column": 16 }, "end": { - "line": 1182, + "line": 1143, "column": 33 } } @@ -51719,46 +47516,46 @@ "value": true, "raw": "true", "range": [ - 32981, - 32985 + 31430, + 31434 ], "loc": { "start": { - "line": 1182, + "line": 1143, "column": 36 }, "end": { - "line": 1182, + "line": 1143, "column": 40 } } }, "range": [ - 32961, - 32985 + 31410, + 31434 ], "loc": { "start": { - "line": 1182, + "line": 1143, "column": 16 }, "end": { - "line": 1182, + "line": 1143, "column": 40 } } }, "range": [ - 32961, - 32986 + 31410, + 31435 ], "loc": { "start": { - "line": 1182, + "line": 1143, "column": 16 }, "end": { - "line": 1182, + "line": 1143, "column": 41 } } @@ -51774,16 +47571,16 @@ "type": "Identifier", "name": "root", "range": [ - 33003, - 33007 + 31452, + 31456 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 16 }, "end": { - "line": 1183, + "line": 1144, "column": 20 } } @@ -51792,31 +47589,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 33008, - 33021 + 31457, + 31470 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 21 }, "end": { - "line": 1183, + "line": 1144, "column": 34 } } }, "range": [ - 33003, - 33021 + 31452, + 31470 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 16 }, "end": { - "line": 1183, + "line": 1144, "column": 34 } } @@ -51828,16 +47625,16 @@ "object": { "type": "ThisExpression", "range": [ - 33022, - 33026 + 31471, + 31475 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 35 }, "end": { - "line": 1183, + "line": 1144, "column": 39 } } @@ -51846,62 +47643,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33027, - 33042 + 31476, + 31491 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 40 }, "end": { - "line": 1183, + "line": 1144, "column": 55 } } }, "range": [ - 33022, - 33042 + 31471, + 31491 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 35 }, "end": { - "line": 1183, + "line": 1144, "column": 55 } } } ], "range": [ - 33003, - 33043 + 31452, + 31492 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 16 }, "end": { - "line": 1183, + "line": 1144, "column": 56 } } }, "range": [ - 33003, - 33044 + 31452, + 31493 ], "loc": { "start": { - "line": 1183, + "line": 1144, "column": 16 }, "end": { - "line": 1183, + "line": 1144, "column": 57 } } @@ -51917,16 +47714,16 @@ "object": { "type": "ThisExpression", "range": [ - 33061, - 33065 + 31510, + 31514 ], "loc": { "start": { - "line": 1184, + "line": 1145, "column": 16 }, "end": { - "line": 1184, + "line": 1145, "column": 20 } } @@ -51935,31 +47732,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33066, - 33081 + 31515, + 31530 ], "loc": { "start": { - "line": 1184, + "line": 1145, "column": 21 }, "end": { - "line": 1184, + "line": 1145, "column": 36 } } }, "range": [ - 33061, - 33081 + 31510, + 31530 ], "loc": { "start": { - "line": 1184, + "line": 1145, "column": 16 }, "end": { - "line": 1184, + "line": 1145, "column": 36 } } @@ -51969,125 +47766,125 @@ "value": null, "raw": "null", "range": [ - 33084, - 33088 + 31533, + 31537 ], "loc": { "start": { - "line": 1184, + "line": 1145, "column": 39 }, "end": { - "line": 1184, + "line": 1145, "column": 43 } } }, "range": [ - 33061, - 33088 + 31510, + 31537 ], "loc": { "start": { - "line": 1184, + "line": 1145, "column": 16 }, "end": { - "line": 1184, + "line": 1145, "column": 43 } } }, "range": [ - 33061, - 33089 + 31510, + 31538 ], "loc": { "start": { - "line": 1184, + "line": 1145, "column": 16 }, "end": { - "line": 1184, + "line": 1145, "column": 44 } } } ], "range": [ - 32943, - 33103 + 31392, + 31552 ], "loc": { "start": { - "line": 1181, + "line": 1142, "column": 19 }, "end": { - "line": 1185, + "line": 1146, "column": 13 } } }, "range": [ - 32806, - 33103 + 31255, + 31552 ], "loc": { "start": { - "line": 1177, + "line": 1138, "column": 12 }, "end": { - "line": 1185, + "line": 1146, "column": 13 } } } ], "range": [ - 32756, - 33113 + 31205, + 31562 ], "loc": { "start": { - "line": 1175, + "line": 1136, "column": 17 }, "end": { - "line": 1186, + "line": 1147, "column": 9 } } }, "alternate": null, "range": [ - 32747, - 33113 + 31196, + 31562 ], "loc": { "start": { - "line": 1175, + "line": 1136, "column": 8 }, "end": { - "line": 1186, + "line": 1147, "column": 9 } } } ], "range": [ - 32677, - 33119 + 31126, + 31568 ], "loc": { "start": { - "line": 1171, + "line": 1132, "column": 19 }, "end": { - "line": 1187, + "line": 1148, "column": 5 } } @@ -52095,16 +47892,16 @@ "generator": false, "expression": false, "range": [ - 32671, - 33119 + 31120, + 31568 ], "loc": { "start": { - "line": 1171, + "line": 1132, "column": 13 }, "end": { - "line": 1187, + "line": 1148, "column": 5 } } @@ -52112,16 +47909,16 @@ "kind": "method", "computed": false, "range": [ - 32662, - 33119 + 31111, + 31568 ], "loc": { "start": { - "line": 1171, + "line": 1132, "column": 4 }, "end": { - "line": 1187, + "line": 1148, "column": 5 } }, @@ -52130,16 +47927,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 32594, - 32657 + 31043, + 31106 ], "loc": { "start": { - "line": 1167, + "line": 1128, "column": 4 }, "end": { - "line": 1170, + "line": 1131, "column": 7 } } @@ -52150,16 +47947,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 33125, - 33258 + 31574, + 31707 ], "loc": { "start": { - "line": 1189, + "line": 1150, "column": 4 }, "end": { - "line": 1193, + "line": 1154, "column": 7 } } @@ -52173,16 +47970,16 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 33263, - 33270 + 31712, + 31719 ], "loc": { "start": { - "line": 1194, + "line": 1155, "column": 4 }, "end": { - "line": 1194, + "line": 1155, "column": 11 } } @@ -52195,16 +47992,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33271, - 33274 + 31720, + 31723 ], "loc": { "start": { - "line": 1194, + "line": 1155, "column": 12 }, "end": { - "line": 1194, + "line": 1155, "column": 15 } } @@ -52224,16 +48021,16 @@ "object": { "type": "ThisExpression", "range": [ - 33291, - 33295 + 31740, + 31744 ], "loc": { "start": { - "line": 1195, + "line": 1156, "column": 13 }, "end": { - "line": 1195, + "line": 1156, "column": 17 } } @@ -52242,47 +48039,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 33296, - 33306 + 31745, + 31755 ], "loc": { "start": { - "line": 1195, + "line": 1156, "column": 18 }, "end": { - "line": 1195, + "line": 1156, "column": 28 } } }, "range": [ - 33291, - 33306 + 31740, + 31755 ], "loc": { "start": { - "line": 1195, + "line": 1156, "column": 13 }, "end": { - "line": 1195, + "line": 1156, "column": 28 } } }, "prefix": true, "range": [ - 33290, - 33306 + 31739, + 31755 ], "loc": { "start": { - "line": 1195, + "line": 1156, "column": 12 }, "end": { - "line": 1195, + "line": 1156, "column": 28 } } @@ -52294,48 +48091,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33322, - 33329 + 31771, + 31778 ], "loc": { "start": { - "line": 1196, + "line": 1157, "column": 12 }, "end": { - "line": 1196, + "line": 1157, "column": 19 } } } ], "range": [ - 33308, - 33339 + 31757, + 31788 ], "loc": { "start": { - "line": 1195, + "line": 1156, "column": 30 }, "end": { - "line": 1197, + "line": 1158, "column": 9 } } }, "alternate": null, "range": [ - 33286, - 33339 + 31735, + 31788 ], "loc": { "start": { - "line": 1195, + "line": 1156, "column": 8 }, "end": { - "line": 1197, + "line": 1158, "column": 9 } } @@ -52349,16 +48146,16 @@ "type": "Identifier", "name": "key", "range": [ - 33352, - 33355 + 31801, + 31804 ], "loc": { "start": { - "line": 1198, + "line": 1159, "column": 12 }, "end": { - "line": 1198, + "line": 1159, "column": 15 } } @@ -52369,16 +48166,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 33358, - 33365 + 31807, + 31814 ], "loc": { "start": { - "line": 1198, + "line": 1159, "column": 18 }, "end": { - "line": 1198, + "line": 1159, "column": 25 } } @@ -52388,47 +48185,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33366, - 33369 + 31815, + 31818 ], "loc": { "start": { - "line": 1198, + "line": 1159, "column": 26 }, "end": { - "line": 1198, + "line": 1159, "column": 29 } } } ], "range": [ - 33358, - 33370 + 31807, + 31819 ], "loc": { "start": { - "line": 1198, + "line": 1159, "column": 18 }, "end": { - "line": 1198, + "line": 1159, "column": 30 } } }, "range": [ - 33352, - 33370 + 31801, + 31819 ], "loc": { "start": { - "line": 1198, + "line": 1159, "column": 12 }, "end": { - "line": 1198, + "line": 1159, "column": 30 } } @@ -52436,16 +48233,16 @@ ], "kind": "let", "range": [ - 33348, - 33371 + 31797, + 31820 ], "loc": { "start": { - "line": 1198, + "line": 1159, "column": 8 }, "end": { - "line": 1198, + "line": 1159, "column": 31 } } @@ -52461,16 +48258,16 @@ "object": { "type": "ThisExpression", "range": [ - 33380, - 33384 + 31829, + 31833 ], "loc": { "start": { - "line": 1199, + "line": 1160, "column": 8 }, "end": { - "line": 1199, + "line": 1160, "column": 12 } } @@ -52479,31 +48276,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 33385, - 33397 + 31834, + 31846 ], "loc": { "start": { - "line": 1199, + "line": 1160, "column": 13 }, "end": { - "line": 1199, + "line": 1160, "column": 25 } } }, "range": [ - 33380, - 33397 + 31829, + 31846 ], "loc": { "start": { - "line": 1199, + "line": 1160, "column": 8 }, "end": { - "line": 1199, + "line": 1160, "column": 25 } } @@ -52513,46 +48310,46 @@ "value": false, "raw": "false", "range": [ - 33400, - 33405 + 31849, + 31854 ], "loc": { "start": { - "line": 1199, + "line": 1160, "column": 28 }, "end": { - "line": 1199, + "line": 1160, "column": 33 } } }, "range": [ - 33380, - 33405 + 31829, + 31854 ], "loc": { "start": { - "line": 1199, + "line": 1160, "column": 8 }, "end": { - "line": 1199, + "line": 1160, "column": 33 } } }, "range": [ - 33380, - 33406 + 31829, + 31855 ], "loc": { "start": { - "line": 1199, + "line": 1160, "column": 8 }, "end": { - "line": 1199, + "line": 1160, "column": 34 } } @@ -52563,16 +48360,16 @@ "type": "Identifier", "name": "filter", "range": [ - 33425, - 33431 + 31874, + 31880 ], "loc": { "start": { - "line": 1201, + "line": 1162, "column": 17 }, "end": { - "line": 1201, + "line": 1162, "column": 23 } } @@ -52592,16 +48389,16 @@ "type": "Identifier", "name": "root", "range": [ - 33448, - 33452 + 31897, + 31901 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 12 }, "end": { - "line": 1202, + "line": 1163, "column": 16 } } @@ -52610,31 +48407,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 33453, - 33466 + 31902, + 31915 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 17 }, "end": { - "line": 1202, + "line": 1163, "column": 30 } } }, "range": [ - 33448, - 33466 + 31897, + 31915 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 12 }, "end": { - "line": 1202, + "line": 1163, "column": 30 } } @@ -52646,16 +48443,16 @@ "object": { "type": "ThisExpression", "range": [ - 33467, - 33471 + 31916, + 31920 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 31 }, "end": { - "line": 1202, + "line": 1163, "column": 35 } } @@ -52664,62 +48461,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33472, - 33487 + 31921, + 31936 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 36 }, "end": { - "line": 1202, + "line": 1163, "column": 51 } } }, "range": [ - 33467, - 33487 + 31916, + 31936 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 31 }, "end": { - "line": 1202, + "line": 1163, "column": 51 } } } ], "range": [ - 33448, - 33488 + 31897, + 31937 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 12 }, "end": { - "line": 1202, + "line": 1163, "column": 52 } } }, "range": [ - 33448, - 33489 + 31897, + 31938 ], "loc": { "start": { - "line": 1202, + "line": 1163, "column": 12 }, "end": { - "line": 1202, + "line": 1163, "column": 53 } } @@ -52735,16 +48532,16 @@ "object": { "type": "ThisExpression", "range": [ - 33502, - 33506 + 31951, + 31955 ], "loc": { "start": { - "line": 1203, + "line": 1164, "column": 12 }, "end": { - "line": 1203, + "line": 1164, "column": 16 } } @@ -52753,31 +48550,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33507, - 33522 + 31956, + 31971 ], "loc": { "start": { - "line": 1203, + "line": 1164, "column": 17 }, "end": { - "line": 1203, + "line": 1164, "column": 32 } } }, "range": [ - 33502, - 33522 + 31951, + 31971 ], "loc": { "start": { - "line": 1203, + "line": 1164, "column": 12 }, "end": { - "line": 1203, + "line": 1164, "column": 32 } } @@ -52787,46 +48584,46 @@ "value": null, "raw": "null", "range": [ - 33525, - 33529 + 31974, + 31978 ], "loc": { "start": { - "line": 1203, + "line": 1164, "column": 35 }, "end": { - "line": 1203, + "line": 1164, "column": 39 } } }, "range": [ - 33502, - 33529 + 31951, + 31978 ], "loc": { "start": { - "line": 1203, + "line": 1164, "column": 12 }, "end": { - "line": 1203, + "line": 1164, "column": 39 } } }, "range": [ - 33502, - 33530 + 31951, + 31979 ], "loc": { "start": { - "line": 1203, + "line": 1164, "column": 12 }, "end": { - "line": 1203, + "line": 1164, "column": 40 } } @@ -52842,16 +48639,16 @@ "object": { "type": "ThisExpression", "range": [ - 33548, - 33552 + 31997, + 32001 ], "loc": { "start": { - "line": 1204, + "line": 1165, "column": 17 }, "end": { - "line": 1204, + "line": 1165, "column": 21 } } @@ -52860,47 +48657,47 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 33553, - 33565 + 32002, + 32014 ], "loc": { "start": { - "line": 1204, + "line": 1165, "column": 22 }, "end": { - "line": 1204, + "line": 1165, "column": 34 } } }, "range": [ - 33548, - 33565 + 31997, + 32014 ], "loc": { "start": { - "line": 1204, + "line": 1165, "column": 17 }, "end": { - "line": 1204, + "line": 1165, "column": 34 } } }, "prefix": true, "range": [ - 33547, - 33565 + 31996, + 32014 ], "loc": { "start": { - "line": 1204, + "line": 1165, "column": 16 }, "end": { - "line": 1204, + "line": 1165, "column": 34 } } @@ -52918,16 +48715,16 @@ "object": { "type": "ThisExpression", "range": [ - 33585, - 33589 + 32034, + 32038 ], "loc": { "start": { - "line": 1205, + "line": 1166, "column": 16 }, "end": { - "line": 1205, + "line": 1166, "column": 20 } } @@ -52936,62 +48733,62 @@ "type": "Identifier", "name": "filter", "range": [ - 33590, - 33596 + 32039, + 32045 ], "loc": { "start": { - "line": 1205, + "line": 1166, "column": 21 }, "end": { - "line": 1205, + "line": 1166, "column": 27 } } }, "range": [ - 33585, - 33596 + 32034, + 32045 ], "loc": { "start": { - "line": 1205, + "line": 1166, "column": 16 }, "end": { - "line": 1205, + "line": 1166, "column": 27 } } }, "arguments": [], "range": [ - 33585, - 33598 + 32034, + 32047 ], "loc": { "start": { - "line": 1205, + "line": 1166, "column": 16 }, "end": { - "line": 1205, + "line": 1166, "column": 29 } } }, "range": [ - 33585, - 33599 + 32034, + 32048 ], "loc": { "start": { - "line": 1205, + "line": 1166, "column": 16 }, "end": { - "line": 1205, + "line": 1166, "column": 30 } } @@ -53007,16 +48804,16 @@ "object": { "type": "ThisExpression", "range": [ - 33616, - 33620 + 32065, + 32069 ], "loc": { "start": { - "line": 1206, + "line": 1167, "column": 16 }, "end": { - "line": 1206, + "line": 1167, "column": 20 } } @@ -53025,31 +48822,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 33621, - 33633 + 32070, + 32082 ], "loc": { "start": { - "line": 1206, + "line": 1167, "column": 21 }, "end": { - "line": 1206, + "line": 1167, "column": 33 } } }, "range": [ - 33616, - 33633 + 32065, + 32082 ], "loc": { "start": { - "line": 1206, + "line": 1167, "column": 16 }, "end": { - "line": 1206, + "line": 1167, "column": 33 } } @@ -53059,94 +48856,94 @@ "value": null, "raw": "null", "range": [ - 33636, - 33640 + 32085, + 32089 ], "loc": { "start": { - "line": 1206, + "line": 1167, "column": 36 }, "end": { - "line": 1206, + "line": 1167, "column": 40 } } }, "range": [ - 33616, - 33640 + 32065, + 32089 ], "loc": { "start": { - "line": 1206, + "line": 1167, "column": 16 }, "end": { - "line": 1206, + "line": 1167, "column": 40 } } }, "range": [ - 33616, - 33641 + 32065, + 32090 ], "loc": { "start": { - "line": 1206, + "line": 1167, "column": 16 }, "end": { - "line": 1206, + "line": 1167, "column": 41 } } } ], "range": [ - 33567, - 33655 + 32016, + 32104 ], "loc": { "start": { - "line": 1204, + "line": 1165, "column": 36 }, "end": { - "line": 1207, + "line": 1168, "column": 13 } } }, "alternate": null, "range": [ - 33543, - 33655 + 31992, + 32104 ], "loc": { "start": { - "line": 1204, + "line": 1165, "column": 12 }, "end": { - "line": 1207, + "line": 1168, "column": 13 } } } ], "range": [ - 33434, - 33665 + 31883, + 32114 ], "loc": { "start": { - "line": 1201, + "line": 1162, "column": 26 }, "end": { - "line": 1208, + "line": 1169, "column": 9 } } @@ -53154,16 +48951,16 @@ "generator": false, "expression": false, "range": [ - 33416, - 33665 + 31865, + 32114 ], "loc": { "start": { - "line": 1201, + "line": 1162, "column": 8 }, "end": { - "line": 1208, + "line": 1169, "column": 9 } } @@ -53189,16 +48986,16 @@ "type": "Identifier", "name": "key", "range": [ - 33679, - 33682 + 32128, + 32131 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 12 }, "end": { - "line": 1210, + "line": 1171, "column": 15 } } @@ -53207,31 +49004,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 33687, - 33696 + 32136, + 32145 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 20 }, "end": { - "line": 1210, + "line": 1171, "column": 29 } } }, "range": [ - 33679, - 33696 + 32128, + 32145 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 12 }, "end": { - "line": 1210, + "line": 1171, "column": 29 } } @@ -53243,16 +49040,16 @@ "type": "Identifier", "name": "key", "range": [ - 33700, - 33703 + 32149, + 32152 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 33 }, "end": { - "line": 1210, + "line": 1171, "column": 36 } } @@ -53261,46 +49058,46 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 33708, - 33715 + 32157, + 32164 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 41 }, "end": { - "line": 1210, + "line": 1171, "column": 48 } } }, "range": [ - 33700, - 33715 + 32149, + 32164 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 33 }, "end": { - "line": 1210, + "line": 1171, "column": 48 } } }, "range": [ - 33679, - 33715 + 32128, + 32164 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 12 }, "end": { - "line": 1210, + "line": 1171, "column": 48 } } @@ -53312,16 +49109,16 @@ "type": "Identifier", "name": "key", "range": [ - 33719, - 33722 + 32168, + 32171 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 52 }, "end": { - "line": 1210, + "line": 1171, "column": 55 } } @@ -53330,46 +49127,46 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 33727, - 33734 + 32176, + 32183 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 60 }, "end": { - "line": 1210, + "line": 1171, "column": 67 } } }, "range": [ - 33719, - 33734 + 32168, + 32183 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 52 }, "end": { - "line": 1210, + "line": 1171, "column": 67 } } }, "range": [ - 33679, - 33734 + 32128, + 32183 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 12 }, "end": { - "line": 1210, + "line": 1171, "column": 67 } } @@ -53381,16 +49178,16 @@ "type": "Identifier", "name": "key", "range": [ - 33750, - 33753 + 32199, + 32202 ], "loc": { "start": { - "line": 1211, + "line": 1172, "column": 12 }, "end": { - "line": 1211, + "line": 1172, "column": 15 } } @@ -53399,46 +49196,46 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 33758, - 33770 + 32207, + 32219 ], "loc": { "start": { - "line": 1211, + "line": 1172, "column": 20 }, "end": { - "line": 1211, + "line": 1172, "column": 32 } } }, "range": [ - 33750, - 33770 + 32199, + 32219 ], "loc": { "start": { - "line": 1211, + "line": 1172, "column": 12 }, "end": { - "line": 1211, + "line": 1172, "column": 32 } } }, "range": [ - 33679, - 33770 + 32128, + 32219 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 12 }, "end": { - "line": 1211, + "line": 1172, "column": 32 } } @@ -53450,16 +49247,16 @@ "type": "Identifier", "name": "key", "range": [ - 33774, - 33777 + 32223, + 32226 ], "loc": { "start": { - "line": 1211, + "line": 1172, "column": 36 }, "end": { - "line": 1211, + "line": 1172, "column": 39 } } @@ -53468,46 +49265,46 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 33782, - 33796 + 32231, + 32245 ], "loc": { "start": { - "line": 1211, + "line": 1172, "column": 44 }, "end": { - "line": 1211, + "line": 1172, "column": 58 } } }, "range": [ - 33774, - 33796 + 32223, + 32245 ], "loc": { "start": { - "line": 1211, + "line": 1172, "column": 36 }, "end": { - "line": 1211, + "line": 1172, "column": 58 } } }, "range": [ - 33679, - 33796 + 32128, + 32245 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 12 }, "end": { - "line": 1211, + "line": 1172, "column": 58 } } @@ -53526,16 +49323,16 @@ "object": { "type": "ThisExpression", "range": [ - 33816, - 33820 + 32265, + 32269 ], "loc": { "start": { - "line": 1212, + "line": 1173, "column": 16 }, "end": { - "line": 1212, + "line": 1173, "column": 20 } } @@ -53544,31 +49341,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33821, - 33836 + 32270, + 32285 ], "loc": { "start": { - "line": 1212, + "line": 1173, "column": 21 }, "end": { - "line": 1212, + "line": 1173, "column": 36 } } }, "range": [ - 33816, - 33836 + 32265, + 32285 ], "loc": { "start": { - "line": 1212, + "line": 1173, "column": 16 }, "end": { - "line": 1212, + "line": 1173, "column": 36 } } @@ -53578,31 +49375,31 @@ "value": null, "raw": "null", "range": [ - 33841, - 33845 + 32290, + 32294 ], "loc": { "start": { - "line": 1212, + "line": 1173, "column": 41 }, "end": { - "line": 1212, + "line": 1173, "column": 45 } } }, "range": [ - 33816, - 33845 + 32265, + 32294 ], "loc": { "start": { - "line": 1212, + "line": 1173, "column": 16 }, "end": { - "line": 1212, + "line": 1173, "column": 45 } } @@ -53621,16 +49418,16 @@ "object": { "type": "ThisExpression", "range": [ - 33865, - 33869 + 32314, + 32318 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 16 }, "end": { - "line": 1213, + "line": 1174, "column": 20 } } @@ -53639,31 +49436,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33870, - 33885 + 32319, + 32334 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 21 }, "end": { - "line": 1213, + "line": 1174, "column": 36 } } }, "range": [ - 33865, - 33885 + 32314, + 32334 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 16 }, "end": { - "line": 1213, + "line": 1174, "column": 36 } } @@ -53677,16 +49474,16 @@ "type": "Identifier", "name": "root", "range": [ - 33888, - 33892 + 32337, + 32341 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 39 }, "end": { - "line": 1213, + "line": 1174, "column": 43 } } @@ -53695,31 +49492,31 @@ "type": "Identifier", "name": "setInterval", "range": [ - 33893, - 33904 + 32342, + 32353 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 44 }, "end": { - "line": 1213, + "line": 1174, "column": 55 } } }, "range": [ - 33888, - 33904 + 32337, + 32353 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 39 }, "end": { - "line": 1213, + "line": 1174, "column": 55 } } @@ -53734,16 +49531,16 @@ "type": "Identifier", "name": "filter", "range": [ - 33905, - 33911 + 32354, + 32360 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 56 }, "end": { - "line": 1213, + "line": 1174, "column": 62 } } @@ -53752,31 +49549,31 @@ "type": "Identifier", "name": "bind", "range": [ - 33912, - 33916 + 32361, + 32365 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 63 }, "end": { - "line": 1213, + "line": 1174, "column": 67 } } }, "range": [ - 33905, - 33916 + 32354, + 32365 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 56 }, "end": { - "line": 1213, + "line": 1174, "column": 67 } } @@ -53785,32 +49582,32 @@ { "type": "ThisExpression", "range": [ - 33917, - 33921 + 32366, + 32370 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 68 }, "end": { - "line": 1213, + "line": 1174, "column": 72 } } } ], "range": [ - 33905, - 33922 + 32354, + 32371 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 56 }, "end": { - "line": 1213, + "line": 1174, "column": 73 } } @@ -53821,16 +49618,16 @@ "object": { "type": "ThisExpression", "range": [ - 33944, - 33948 + 32393, + 32397 ], "loc": { "start": { - "line": 1214, + "line": 1175, "column": 20 }, "end": { - "line": 1214, + "line": 1175, "column": 24 } } @@ -53839,125 +49636,125 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 33949, - 33964 + 32398, + 32413 ], "loc": { "start": { - "line": 1214, + "line": 1175, "column": 25 }, "end": { - "line": 1214, + "line": 1175, "column": 40 } } }, "range": [ - 33944, - 33964 + 32393, + 32413 ], "loc": { "start": { - "line": 1214, + "line": 1175, "column": 20 }, "end": { - "line": 1214, + "line": 1175, "column": 40 } } } ], "range": [ - 33888, - 33965 + 32337, + 32414 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 39 }, "end": { - "line": 1214, + "line": 1175, "column": 41 } } }, "range": [ - 33865, - 33965 + 32314, + 32414 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 16 }, "end": { - "line": 1214, + "line": 1175, "column": 41 } } }, "range": [ - 33865, - 33966 + 32314, + 32415 ], "loc": { "start": { - "line": 1213, + "line": 1174, "column": 16 }, "end": { - "line": 1214, + "line": 1175, "column": 42 } } } ], "range": [ - 33847, - 33980 + 32296, + 32429 ], "loc": { "start": { - "line": 1212, + "line": 1173, "column": 47 }, "end": { - "line": 1215, + "line": 1176, "column": 13 } } }, "alternate": null, "range": [ - 33812, - 33980 + 32261, + 32429 ], "loc": { "start": { - "line": 1212, + "line": 1173, "column": 12 }, "end": { - "line": 1215, + "line": 1176, "column": 13 } } } ], "range": [ - 33798, - 33990 + 32247, + 32439 ], "loc": { "start": { - "line": 1211, + "line": 1172, "column": 60 }, "end": { - "line": 1216, + "line": 1177, "column": 9 } } @@ -53976,16 +49773,16 @@ "type": "Identifier", "name": "root", "range": [ - 34010, - 34014 + 32459, + 32463 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 12 }, "end": { - "line": 1217, + "line": 1178, "column": 16 } } @@ -53994,31 +49791,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34015, - 34028 + 32464, + 32477 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 17 }, "end": { - "line": 1217, + "line": 1178, "column": 30 } } }, "range": [ - 34010, - 34028 + 32459, + 32477 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 12 }, "end": { - "line": 1217, + "line": 1178, "column": 30 } } @@ -54030,16 +49827,16 @@ "object": { "type": "ThisExpression", "range": [ - 34029, - 34033 + 32478, + 32482 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 31 }, "end": { - "line": 1217, + "line": 1178, "column": 35 } } @@ -54048,62 +49845,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34034, - 34049 + 32483, + 32498 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 36 }, "end": { - "line": 1217, + "line": 1178, "column": 51 } } }, "range": [ - 34029, - 34049 + 32478, + 32498 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 31 }, "end": { - "line": 1217, + "line": 1178, "column": 51 } } } ], "range": [ - 34010, - 34050 + 32459, + 32499 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 12 }, "end": { - "line": 1217, + "line": 1178, "column": 52 } } }, "range": [ - 34010, - 34051 + 32459, + 32500 ], "loc": { "start": { - "line": 1217, + "line": 1178, "column": 12 }, "end": { - "line": 1217, + "line": 1178, "column": 53 } } @@ -54119,16 +49916,16 @@ "object": { "type": "ThisExpression", "range": [ - 34064, - 34068 + 32513, + 32517 ], "loc": { "start": { - "line": 1218, + "line": 1179, "column": 12 }, "end": { - "line": 1218, + "line": 1179, "column": 16 } } @@ -54137,31 +49934,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34069, - 34084 + 32518, + 32533 ], "loc": { "start": { - "line": 1218, + "line": 1179, "column": 17 }, "end": { - "line": 1218, + "line": 1179, "column": 32 } } }, "range": [ - 34064, - 34084 + 32513, + 32533 ], "loc": { "start": { - "line": 1218, + "line": 1179, "column": 12 }, "end": { - "line": 1218, + "line": 1179, "column": 32 } } @@ -54171,93 +49968,93 @@ "value": null, "raw": "null", "range": [ - 34087, - 34091 + 32536, + 32540 ], "loc": { "start": { - "line": 1218, + "line": 1179, "column": 35 }, "end": { - "line": 1218, + "line": 1179, "column": 39 } } }, "range": [ - 34064, - 34091 + 32513, + 32540 ], "loc": { "start": { - "line": 1218, + "line": 1179, "column": 12 }, "end": { - "line": 1218, + "line": 1179, "column": 39 } } }, "range": [ - 34064, - 34092 + 32513, + 32541 ], "loc": { "start": { - "line": 1218, + "line": 1179, "column": 12 }, "end": { - "line": 1218, + "line": 1179, "column": 40 } } } ], "range": [ - 33996, - 34102 + 32445, + 32551 ], "loc": { "start": { - "line": 1216, + "line": 1177, "column": 15 }, "end": { - "line": 1219, + "line": 1180, "column": 9 } } }, "range": [ - 33675, - 34102 + 32124, + 32551 ], "loc": { "start": { - "line": 1210, + "line": 1171, "column": 8 }, "end": { - "line": 1219, + "line": 1180, "column": 9 } } } ], "range": [ - 33276, - 34108 + 31725, + 32557 ], "loc": { "start": { - "line": 1194, + "line": 1155, "column": 17 }, "end": { - "line": 1220, + "line": 1181, "column": 5 } } @@ -54265,16 +50062,16 @@ "generator": false, "expression": false, "range": [ - 33270, - 34108 + 31719, + 32557 ], "loc": { "start": { - "line": 1194, + "line": 1155, "column": 11 }, "end": { - "line": 1220, + "line": 1181, "column": 5 } } @@ -54282,16 +50079,16 @@ "kind": "method", "computed": false, "range": [ - 33263, - 34108 + 31712, + 32557 ], "loc": { "start": { - "line": 1194, + "line": 1155, "column": 4 }, "end": { - "line": 1220, + "line": 1181, "column": 5 } }, @@ -54300,16 +50097,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 33125, - 33258 + 31574, + 31707 ], "loc": { "start": { - "line": 1189, + "line": 1150, "column": 4 }, "end": { - "line": 1193, + "line": 1154, "column": 7 } } @@ -54320,16 +50117,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34114, - 34197 + 32563, + 32646 ], "loc": { "start": { - "line": 1222, + "line": 1183, "column": 4 }, "end": { - "line": 1224, + "line": 1185, "column": 7 } } @@ -54343,16 +50140,16 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 34202, - 34211 + 32651, + 32660 ], "loc": { "start": { - "line": 1225, + "line": 1186, "column": 4 }, "end": { - "line": 1225, + "line": 1186, "column": 13 } } @@ -54372,16 +50169,16 @@ "object": { "type": "ThisExpression", "range": [ - 34228, - 34232 + 32677, + 32681 ], "loc": { "start": { - "line": 1226, + "line": 1187, "column": 12 }, "end": { - "line": 1226, + "line": 1187, "column": 16 } } @@ -54390,31 +50187,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 34233, - 34243 + 32682, + 32692 ], "loc": { "start": { - "line": 1226, + "line": 1187, "column": 17 }, "end": { - "line": 1226, + "line": 1187, "column": 27 } } }, "range": [ - 34228, - 34243 + 32677, + 32692 ], "loc": { "start": { - "line": 1226, + "line": 1187, "column": 12 }, "end": { - "line": 1226, + "line": 1187, "column": 27 } } @@ -54433,16 +50230,16 @@ "object": { "type": "ThisExpression", "range": [ - 34259, - 34263 + 32708, + 32712 ], "loc": { "start": { - "line": 1227, + "line": 1188, "column": 12 }, "end": { - "line": 1227, + "line": 1188, "column": 16 } } @@ -54451,31 +50248,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34264, - 34276 + 32713, + 32725 ], "loc": { "start": { - "line": 1227, + "line": 1188, "column": 17 }, "end": { - "line": 1227, + "line": 1188, "column": 29 } } }, "range": [ - 34259, - 34276 + 32708, + 32725 ], "loc": { "start": { - "line": 1227, + "line": 1188, "column": 12 }, "end": { - "line": 1227, + "line": 1188, "column": 29 } } @@ -54485,94 +50282,94 @@ "value": true, "raw": "true", "range": [ - 34279, - 34283 + 32728, + 32732 ], "loc": { "start": { - "line": 1227, + "line": 1188, "column": 32 }, "end": { - "line": 1227, + "line": 1188, "column": 36 } } }, "range": [ - 34259, - 34283 + 32708, + 32732 ], "loc": { "start": { - "line": 1227, + "line": 1188, "column": 12 }, "end": { - "line": 1227, + "line": 1188, "column": 36 } } }, "range": [ - 34259, - 34284 + 32708, + 32733 ], "loc": { "start": { - "line": 1227, + "line": 1188, "column": 12 }, "end": { - "line": 1227, + "line": 1188, "column": 37 } } } ], "range": [ - 34245, - 34294 + 32694, + 32743 ], "loc": { "start": { - "line": 1226, + "line": 1187, "column": 29 }, "end": { - "line": 1228, + "line": 1189, "column": 9 } } }, "alternate": null, "range": [ - 34224, - 34294 + 32673, + 32743 ], "loc": { "start": { - "line": 1226, + "line": 1187, "column": 8 }, "end": { - "line": 1228, + "line": 1189, "column": 9 } } } ], "range": [ - 34214, - 34300 + 32663, + 32749 ], "loc": { "start": { - "line": 1225, + "line": 1186, "column": 16 }, "end": { - "line": 1229, + "line": 1190, "column": 5 } } @@ -54580,16 +50377,16 @@ "generator": false, "expression": false, "range": [ - 34211, - 34300 + 32660, + 32749 ], "loc": { "start": { - "line": 1225, + "line": 1186, "column": 13 }, "end": { - "line": 1229, + "line": 1190, "column": 5 } } @@ -54597,16 +50394,16 @@ "kind": "method", "computed": false, "range": [ - 34202, - 34300 + 32651, + 32749 ], "loc": { "start": { - "line": 1225, + "line": 1186, "column": 4 }, "end": { - "line": 1229, + "line": 1190, "column": 5 } }, @@ -54615,16 +50412,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34114, - 34197 + 32563, + 32646 ], "loc": { "start": { - "line": 1222, + "line": 1183, "column": 4 }, "end": { - "line": 1224, + "line": 1185, "column": 7 } } @@ -54635,16 +50432,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34306, - 34371 + 32755, + 32820 ], "loc": { "start": { - "line": 1231, + "line": 1192, "column": 4 }, "end": { - "line": 1234, + "line": 1195, "column": 7 } } @@ -54658,16 +50455,16 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 34376, - 34386 + 32825, + 32835 ], "loc": { "start": { - "line": 1235, + "line": 1196, "column": 4 }, "end": { - "line": 1235, + "line": 1196, "column": 14 } } @@ -54680,16 +50477,16 @@ "type": "Identifier", "name": "evt", "range": [ - 34387, - 34390 + 32836, + 32839 ], "loc": { "start": { - "line": 1235, + "line": 1196, "column": 15 }, "end": { - "line": 1235, + "line": 1196, "column": 18 } } @@ -54707,16 +50504,16 @@ "type": "Identifier", "name": "elm", "range": [ - 34406, - 34409 + 32855, + 32858 ], "loc": { "start": { - "line": 1236, + "line": 1197, "column": 12 }, "end": { - "line": 1236, + "line": 1197, "column": 15 } } @@ -54727,16 +50524,16 @@ "type": "Identifier", "name": "targetEvt", "range": [ - 34412, - 34421 + 32861, + 32870 ], "loc": { "start": { - "line": 1236, + "line": 1197, "column": 18 }, "end": { - "line": 1236, + "line": 1197, "column": 27 } } @@ -54746,47 +50543,47 @@ "type": "Identifier", "name": "evt", "range": [ - 34422, - 34425 + 32871, + 32874 ], "loc": { "start": { - "line": 1236, + "line": 1197, "column": 28 }, "end": { - "line": 1236, + "line": 1197, "column": 31 } } } ], "range": [ - 34412, - 34426 + 32861, + 32875 ], "loc": { "start": { - "line": 1236, + "line": 1197, "column": 18 }, "end": { - "line": 1236, + "line": 1197, "column": 32 } } }, "range": [ - 34406, - 34426 + 32855, + 32875 ], "loc": { "start": { - "line": 1236, + "line": 1197, "column": 12 }, "end": { - "line": 1236, + "line": 1197, "column": 32 } } @@ -54794,16 +50591,16 @@ ], "kind": "let", "range": [ - 34402, - 34427 + 32851, + 32876 ], "loc": { "start": { - "line": 1236, + "line": 1197, "column": 8 }, "end": { - "line": 1236, + "line": 1197, "column": 33 } } @@ -54821,16 +50618,16 @@ "object": { "type": "ThisExpression", "range": [ - 34436, - 34440 + 32885, + 32889 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 8 }, "end": { - "line": 1237, + "line": 1198, "column": 12 } } @@ -54839,31 +50636,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 34441, - 34448 + 32890, + 32897 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 13 }, "end": { - "line": 1237, + "line": 1198, "column": 20 } } }, "range": [ - 34436, - 34448 + 32885, + 32897 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 8 }, "end": { - "line": 1237, + "line": 1198, "column": 20 } } @@ -54872,31 +50669,31 @@ "type": "Identifier", "name": "emit", "range": [ - 34449, - 34453 + 32898, + 32902 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 21 }, "end": { - "line": 1237, + "line": 1198, "column": 25 } } }, "range": [ - 34436, - 34453 + 32885, + 32902 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 8 }, "end": { - "line": 1237, + "line": 1198, "column": 25 } } @@ -54907,16 +50704,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 34454, - 34468 + 32903, + 32917 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 26 }, "end": { - "line": 1237, + "line": 1198, "column": 40 } } @@ -54924,16 +50721,16 @@ { "type": "ThisExpression", "range": [ - 34470, - 34474 + 32919, + 32923 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 42 }, "end": { - "line": 1237, + "line": 1198, "column": 46 } } @@ -54942,63 +50739,63 @@ "type": "Identifier", "name": "elm", "range": [ - 34476, - 34479 + 32925, + 32928 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 48 }, "end": { - "line": 1237, + "line": 1198, "column": 51 } } } ], "range": [ - 34436, - 34480 + 32885, + 32929 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 8 }, "end": { - "line": 1237, + "line": 1198, "column": 52 } } }, "range": [ - 34436, - 34481 + 32885, + 32930 ], "loc": { "start": { - "line": 1237, + "line": 1198, "column": 8 }, "end": { - "line": 1237, + "line": 1198, "column": 53 } } } ], "range": [ - 34392, - 34487 + 32841, + 32936 ], "loc": { "start": { - "line": 1235, + "line": 1196, "column": 20 }, "end": { - "line": 1238, + "line": 1199, "column": 5 } } @@ -55006,16 +50803,16 @@ "generator": false, "expression": false, "range": [ - 34386, - 34487 + 32835, + 32936 ], "loc": { "start": { - "line": 1235, + "line": 1196, "column": 14 }, "end": { - "line": 1238, + "line": 1199, "column": 5 } } @@ -55023,16 +50820,16 @@ "kind": "method", "computed": false, "range": [ - 34376, - 34487 + 32825, + 32936 ], "loc": { "start": { - "line": 1235, + "line": 1196, "column": 4 }, "end": { - "line": 1238, + "line": 1199, "column": 5 } }, @@ -55041,16 +50838,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34306, - 34371 + 32755, + 32820 ], "loc": { "start": { - "line": 1231, + "line": 1192, "column": 4 }, "end": { - "line": 1234, + "line": 1195, "column": 7 } } @@ -55061,16 +50858,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 34493, - 34581 + 32942, + 33030 ], "loc": { "start": { - "line": 1240, + "line": 1201, "column": 4 }, "end": { - "line": 1242, + "line": 1203, "column": 7 } } @@ -55084,16 +50881,16 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 34586, - 34595 + 33035, + 33044 ], "loc": { "start": { - "line": 1243, + "line": 1204, "column": 4 }, "end": { - "line": 1243, + "line": 1204, "column": 13 } } @@ -55113,16 +50910,16 @@ "object": { "type": "ThisExpression", "range": [ - 34612, - 34616 + 33061, + 33065 ], "loc": { "start": { - "line": 1244, + "line": 1205, "column": 12 }, "end": { - "line": 1244, + "line": 1205, "column": 16 } } @@ -55131,31 +50928,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 34617, - 34627 + 33066, + 33076 ], "loc": { "start": { - "line": 1244, + "line": 1205, "column": 17 }, "end": { - "line": 1244, + "line": 1205, "column": 27 } } }, "range": [ - 34612, - 34627 + 33061, + 33076 ], "loc": { "start": { - "line": 1244, + "line": 1205, "column": 12 }, "end": { - "line": 1244, + "line": 1205, "column": 27 } } @@ -55174,16 +50971,16 @@ "object": { "type": "ThisExpression", "range": [ - 34643, - 34647 + 33092, + 33096 ], "loc": { "start": { - "line": 1245, + "line": 1206, "column": 12 }, "end": { - "line": 1245, + "line": 1206, "column": 16 } } @@ -55192,31 +50989,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34648, - 34660 + 33097, + 33109 ], "loc": { "start": { - "line": 1245, + "line": 1206, "column": 17 }, "end": { - "line": 1245, + "line": 1206, "column": 29 } } }, "range": [ - 34643, - 34660 + 33092, + 33109 ], "loc": { "start": { - "line": 1245, + "line": 1206, "column": 12 }, "end": { - "line": 1245, + "line": 1206, "column": 29 } } @@ -55226,46 +51023,46 @@ "value": false, "raw": "false", "range": [ - 34663, - 34668 + 33112, + 33117 ], "loc": { "start": { - "line": 1245, + "line": 1206, "column": 32 }, "end": { - "line": 1245, + "line": 1206, "column": 37 } } }, "range": [ - 34643, - 34668 + 33092, + 33117 ], "loc": { "start": { - "line": 1245, + "line": 1206, "column": 12 }, "end": { - "line": 1245, + "line": 1206, "column": 37 } } }, "range": [ - 34643, - 34669 + 33092, + 33118 ], "loc": { "start": { - "line": 1245, + "line": 1206, "column": 12 }, "end": { - "line": 1245, + "line": 1206, "column": 38 } } @@ -55281,16 +51078,16 @@ "type": "Identifier", "name": "root", "range": [ - 34682, - 34686 + 33131, + 33135 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 12 }, "end": { - "line": 1246, + "line": 1207, "column": 16 } } @@ -55299,31 +51096,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34687, - 34700 + 33136, + 33149 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 17 }, "end": { - "line": 1246, + "line": 1207, "column": 30 } } }, "range": [ - 34682, - 34700 + 33131, + 33149 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 12 }, "end": { - "line": 1246, + "line": 1207, "column": 30 } } @@ -55335,16 +51132,16 @@ "object": { "type": "ThisExpression", "range": [ - 34701, - 34705 + 33150, + 33154 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 31 }, "end": { - "line": 1246, + "line": 1207, "column": 35 } } @@ -55353,94 +51150,94 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34706, - 34721 + 33155, + 33170 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 36 }, "end": { - "line": 1246, + "line": 1207, "column": 51 } } }, "range": [ - 34701, - 34721 + 33150, + 33170 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 31 }, "end": { - "line": 1246, + "line": 1207, "column": 51 } } } ], "range": [ - 34682, - 34722 + 33131, + 33171 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 12 }, "end": { - "line": 1246, + "line": 1207, "column": 52 } } }, "range": [ - 34682, - 34723 + 33131, + 33172 ], "loc": { "start": { - "line": 1246, + "line": 1207, "column": 12 }, "end": { - "line": 1246, + "line": 1207, "column": 53 } } } ], "range": [ - 34629, - 34733 + 33078, + 33182 ], "loc": { "start": { - "line": 1244, + "line": 1205, "column": 29 }, "end": { - "line": 1247, + "line": 1208, "column": 9 } } }, "alternate": null, "range": [ - 34608, - 34733 + 33057, + 33182 ], "loc": { "start": { - "line": 1244, + "line": 1205, "column": 8 }, "end": { - "line": 1247, + "line": 1208, "column": 9 } } @@ -55458,16 +51255,16 @@ "object": { "type": "ThisExpression", "range": [ - 34742, - 34746 + 33191, + 33195 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 8 }, "end": { - "line": 1248, + "line": 1209, "column": 12 } } @@ -55476,31 +51273,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 34747, - 34754 + 33196, + 33203 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 13 }, "end": { - "line": 1248, + "line": 1209, "column": 20 } } }, "range": [ - 34742, - 34754 + 33191, + 33203 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 8 }, "end": { - "line": 1248, + "line": 1209, "column": 20 } } @@ -55509,31 +51306,31 @@ "type": "Identifier", "name": "emit", "range": [ - 34755, - 34759 + 33204, + 33208 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 21 }, "end": { - "line": 1248, + "line": 1209, "column": 25 } } }, "range": [ - 34742, - 34759 + 33191, + 33208 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 8 }, "end": { - "line": 1248, + "line": 1209, "column": 25 } } @@ -55544,16 +51341,16 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 34760, - 34773 + 33209, + 33222 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 26 }, "end": { - "line": 1248, + "line": 1209, "column": 39 } } @@ -55561,63 +51358,63 @@ { "type": "ThisExpression", "range": [ - 34775, - 34779 + 33224, + 33228 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 41 }, "end": { - "line": 1248, + "line": 1209, "column": 45 } } } ], "range": [ - 34742, - 34780 + 33191, + 33229 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 8 }, "end": { - "line": 1248, + "line": 1209, "column": 46 } } }, "range": [ - 34742, - 34781 + 33191, + 33230 ], "loc": { "start": { - "line": 1248, + "line": 1209, "column": 8 }, "end": { - "line": 1248, + "line": 1209, "column": 47 } } } ], "range": [ - 34598, - 34787 + 33047, + 33236 ], "loc": { "start": { - "line": 1243, + "line": 1204, "column": 16 }, "end": { - "line": 1249, + "line": 1210, "column": 5 } } @@ -55625,16 +51422,16 @@ "generator": false, "expression": false, "range": [ - 34595, - 34787 + 33044, + 33236 ], "loc": { "start": { - "line": 1243, + "line": 1204, "column": 13 }, "end": { - "line": 1249, + "line": 1210, "column": 5 } } @@ -55642,16 +51439,16 @@ "kind": "method", "computed": false, "range": [ - 34586, - 34787 + 33035, + 33236 ], "loc": { "start": { - "line": 1243, + "line": 1204, "column": 4 }, "end": { - "line": 1249, + "line": 1210, "column": 5 } }, @@ -55660,16 +51457,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 34493, - 34581 + 32942, + 33030 ], "loc": { "start": { - "line": 1240, + "line": 1201, "column": 4 }, "end": { - "line": 1242, + "line": 1203, "column": 7 } } @@ -55680,16 +51477,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 34793, - 34848 + 33242, + 33297 ], "loc": { "start": { - "line": 1251, + "line": 1212, "column": 4 }, "end": { - "line": 1253, + "line": 1214, "column": 7 } } @@ -55703,16 +51500,16 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 34853, - 34870 + 33302, + 33319 ], "loc": { "start": { - "line": 1254, + "line": 1215, "column": 4 }, "end": { - "line": 1254, + "line": 1215, "column": 21 } } @@ -55732,16 +51529,16 @@ "object": { "type": "ThisExpression", "range": [ - 35080, - 35084 + 33529, + 33533 ], "loc": { "start": { - "line": 1258, + "line": 1219, "column": 12 }, "end": { - "line": 1258, + "line": 1219, "column": 16 } } @@ -55750,31 +51547,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35085, - 35095 + 33534, + 33544 ], "loc": { "start": { - "line": 1258, + "line": 1219, "column": 17 }, "end": { - "line": 1258, + "line": 1219, "column": 27 } } }, "range": [ - 35080, - 35095 + 33529, + 33544 ], "loc": { "start": { - "line": 1258, + "line": 1219, "column": 12 }, "end": { - "line": 1258, + "line": 1219, "column": 27 } } @@ -55786,48 +51583,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 35111, - 35118 + 33560, + 33567 ], "loc": { "start": { - "line": 1259, + "line": 1220, "column": 12 }, "end": { - "line": 1259, + "line": 1220, "column": 19 } } } ], "range": [ - 35097, - 35128 + 33546, + 33577 ], "loc": { "start": { - "line": 1258, + "line": 1219, "column": 29 }, "end": { - "line": 1260, + "line": 1221, "column": 9 } } }, "alternate": null, "range": [ - 35076, - 35128 + 33525, + 33577 ], "loc": { "start": { - "line": 1258, + "line": 1219, "column": 8 }, "end": { - "line": 1260, + "line": 1221, "column": 9 } }, @@ -55836,16 +51633,16 @@ "type": "Line", "value": " TODO: prevent filters row generation for popup filters too,", "range": [ - 34883, - 34945 + 33332, + 33394 ], "loc": { "start": { - "line": 1255, + "line": 1216, "column": 8 }, "end": { - "line": 1255, + "line": 1216, "column": 70 } } @@ -55854,16 +51651,16 @@ "type": "Line", "value": " to reduce and simplify headers row index adjusting across lib modules", "range": [ - 34954, - 35026 + 33403, + 33475 ], "loc": { "start": { - "line": 1256, + "line": 1217, "column": 8 }, "end": { - "line": 1256, + "line": 1217, "column": 80 } } @@ -55872,16 +51669,16 @@ "type": "Line", "value": " (GridLayout, PopupFilter etc)", "range": [ - 35035, - 35067 + 33484, + 33516 ], "loc": { "start": { - "line": 1257, + "line": 1218, "column": 8 }, "end": { - "line": 1257, + "line": 1218, "column": 40 } } @@ -55897,32 +51694,32 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35141, - 35147 + 33590, + 33596 ], "loc": { "start": { - "line": 1261, + "line": 1222, "column": 12 }, "end": { - "line": 1261, + "line": 1222, "column": 18 } } }, "init": null, "range": [ - 35141, - 35147 + 33590, + 33596 ], "loc": { "start": { - "line": 1261, + "line": 1222, "column": 12 }, "end": { - "line": 1261, + "line": 1222, "column": 18 } } @@ -55930,16 +51727,16 @@ ], "kind": "let", "range": [ - 35137, - 35148 + 33586, + 33597 ], "loc": { "start": { - "line": 1261, + "line": 1222, "column": 8 }, "end": { - "line": 1261, + "line": 1222, "column": 19 } } @@ -55953,16 +51750,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35162, - 35167 + 33611, + 33616 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 12 }, "end": { - "line": 1263, + "line": 1224, "column": 17 } } @@ -55973,16 +51770,16 @@ "type": "Identifier", "name": "tag", "range": [ - 35170, - 35173 + 33619, + 33622 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 20 }, "end": { - "line": 1263, + "line": 1224, "column": 23 } } @@ -55996,16 +51793,16 @@ "object": { "type": "ThisExpression", "range": [ - 35174, - 35178 + 33623, + 33627 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 24 }, "end": { - "line": 1263, + "line": 1224, "column": 28 } } @@ -56014,47 +51811,47 @@ "type": "Identifier", "name": "dom", "range": [ - 35179, - 35182 + 33628, + 33631 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 29 }, "end": { - "line": 1263, + "line": 1224, "column": 32 } } }, "range": [ - 35174, - 35182 + 33623, + 33631 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 24 }, "end": { - "line": 1263, + "line": 1224, "column": 32 } } }, "arguments": [], "range": [ - 35174, - 35184 + 33623, + 33633 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 24 }, "end": { - "line": 1263, + "line": 1224, "column": 34 } } @@ -56064,47 +51861,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 35186, - 35193 + 33635, + 33642 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 36 }, "end": { - "line": 1263, + "line": 1224, "column": 43 } } } ], "range": [ - 35170, - 35194 + 33619, + 33643 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 20 }, "end": { - "line": 1263, + "line": 1224, "column": 44 } } }, "range": [ - 35162, - 35194 + 33611, + 33643 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 12 }, "end": { - "line": 1263, + "line": 1224, "column": 44 } } @@ -56112,16 +51909,16 @@ ], "kind": "let", "range": [ - 35158, - 35195 + 33607, + 33644 ], "loc": { "start": { - "line": 1263, + "line": 1224, "column": 8 }, "end": { - "line": 1263, + "line": 1224, "column": 45 } } @@ -56138,16 +51935,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35208, - 35213 + 33657, + 33662 ], "loc": { "start": { - "line": 1264, + "line": 1225, "column": 12 }, "end": { - "line": 1264, + "line": 1225, "column": 17 } } @@ -56156,31 +51953,31 @@ "type": "Identifier", "name": "length", "range": [ - 35214, - 35220 + 33663, + 33669 ], "loc": { "start": { - "line": 1264, + "line": 1225, "column": 18 }, "end": { - "line": 1264, + "line": 1225, "column": 24 } } }, "range": [ - 35208, - 35220 + 33657, + 33669 ], "loc": { "start": { - "line": 1264, + "line": 1225, "column": 12 }, "end": { - "line": 1264, + "line": 1225, "column": 24 } } @@ -56190,31 +51987,31 @@ "value": 0, "raw": "0", "range": [ - 35223, - 35224 + 33672, + 33673 ], "loc": { "start": { - "line": 1264, + "line": 1225, "column": 27 }, "end": { - "line": 1264, + "line": 1225, "column": 28 } } }, "range": [ - 35208, - 35224 + 33657, + 33673 ], "loc": { "start": { - "line": 1264, + "line": 1225, "column": 12 }, "end": { - "line": 1264, + "line": 1225, "column": 28 } } @@ -56231,16 +52028,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35240, - 35246 + 33689, + 33695 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 12 }, "end": { - "line": 1265, + "line": 1226, "column": 18 } } @@ -56257,16 +52054,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35249, - 35254 + 33698, + 33703 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 21 }, "end": { - "line": 1265, + "line": 1226, "column": 26 } } @@ -56276,31 +52073,31 @@ "value": 0, "raw": "0", "range": [ - 35255, - 35256 + 33704, + 33705 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 27 }, "end": { - "line": 1265, + "line": 1226, "column": 28 } } }, "range": [ - 35249, - 35257 + 33698, + 33706 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 21 }, "end": { - "line": 1265, + "line": 1226, "column": 29 } } @@ -56309,31 +52106,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 35258, - 35267 + 33707, + 33716 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 30 }, "end": { - "line": 1265, + "line": 1226, "column": 39 } } }, "range": [ - 35249, - 35267 + 33698, + 33716 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 21 }, "end": { - "line": 1265, + "line": 1226, "column": 39 } } @@ -56345,16 +52142,16 @@ "object": { "type": "ThisExpression", "range": [ - 35268, - 35272 + 33717, + 33721 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 40 }, "end": { - "line": 1265, + "line": 1226, "column": 44 } } @@ -56363,93 +52160,93 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 35273, - 35288 + 33722, + 33737 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 45 }, "end": { - "line": 1265, + "line": 1226, "column": 60 } } }, "range": [ - 35268, - 35288 + 33717, + 33737 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 40 }, "end": { - "line": 1265, + "line": 1226, "column": 60 } } } ], "range": [ - 35249, - 35289 + 33698, + 33738 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 21 }, "end": { - "line": 1265, + "line": 1226, "column": 61 } } }, "range": [ - 35240, - 35289 + 33689, + 33738 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 12 }, "end": { - "line": 1265, + "line": 1226, "column": 61 } } }, "range": [ - 35240, - 35290 + 33689, + 33739 ], "loc": { "start": { - "line": 1265, + "line": 1226, "column": 12 }, "end": { - "line": 1265, + "line": 1226, "column": 62 } } } ], "range": [ - 35226, - 35300 + 33675, + 33749 ], "loc": { "start": { - "line": 1264, + "line": 1225, "column": 30 }, "end": { - "line": 1266, + "line": 1227, "column": 9 } } @@ -56466,16 +52263,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35320, - 35326 + 33769, + 33775 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 12 }, "end": { - "line": 1267, + "line": 1228, "column": 18 } } @@ -56493,16 +52290,16 @@ "object": { "type": "ThisExpression", "range": [ - 35329, - 35333 + 33778, + 33782 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 21 }, "end": { - "line": 1267, + "line": 1228, "column": 25 } } @@ -56511,47 +52308,47 @@ "type": "Identifier", "name": "dom", "range": [ - 35334, - 35337 + 33783, + 33786 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 26 }, "end": { - "line": 1267, + "line": 1228, "column": 29 } } }, "range": [ - 35329, - 35337 + 33778, + 33786 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 21 }, "end": { - "line": 1267, + "line": 1228, "column": 29 } } }, "arguments": [], "range": [ - 35329, - 35339 + 33778, + 33788 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 21 }, "end": { - "line": 1267, + "line": 1228, "column": 31 } } @@ -56560,31 +52357,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 35340, - 35349 + 33789, + 33798 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 32 }, "end": { - "line": 1267, + "line": 1228, "column": 41 } } }, "range": [ - 35329, - 35349 + 33778, + 33798 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 21 }, "end": { - "line": 1267, + "line": 1228, "column": 41 } } @@ -56596,16 +52393,16 @@ "object": { "type": "ThisExpression", "range": [ - 35350, - 35354 + 33799, + 33803 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 42 }, "end": { - "line": 1267, + "line": 1228, "column": 46 } } @@ -56614,108 +52411,108 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 35355, - 35370 + 33804, + 33819 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 47 }, "end": { - "line": 1267, + "line": 1228, "column": 62 } } }, "range": [ - 35350, - 35370 + 33799, + 33819 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 42 }, "end": { - "line": 1267, + "line": 1228, "column": 62 } } } ], "range": [ - 35329, - 35371 + 33778, + 33820 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 21 }, "end": { - "line": 1267, + "line": 1228, "column": 63 } } }, "range": [ - 35320, - 35371 + 33769, + 33820 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 12 }, "end": { - "line": 1267, + "line": 1228, "column": 63 } } }, "range": [ - 35320, - 35372 + 33769, + 33821 ], "loc": { "start": { - "line": 1267, + "line": 1228, "column": 12 }, "end": { - "line": 1267, + "line": 1228, "column": 64 } } } ], "range": [ - 35306, - 35382 + 33755, + 33831 ], "loc": { "start": { - "line": 1266, + "line": 1227, "column": 15 }, "end": { - "line": 1268, + "line": 1229, "column": 9 } } }, "range": [ - 35204, - 35382 + 33653, + 33831 ], "loc": { "start": { - "line": 1264, + "line": 1225, "column": 8 }, "end": { - "line": 1268, + "line": 1229, "column": 9 } } @@ -56732,16 +52529,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35392, - 35398 + 33841, + 33847 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 8 }, "end": { - "line": 1270, + "line": 1231, "column": 14 } } @@ -56750,31 +52547,31 @@ "type": "Identifier", "name": "className", "range": [ - 35399, - 35408 + 33848, + 33857 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 15 }, "end": { - "line": 1270, + "line": 1231, "column": 24 } } }, "range": [ - 35392, - 35408 + 33841, + 33857 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 8 }, "end": { - "line": 1270, + "line": 1231, "column": 24 } } @@ -56785,16 +52582,16 @@ "object": { "type": "ThisExpression", "range": [ - 35411, - 35415 + 33860, + 33864 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 27 }, "end": { - "line": 1270, + "line": 1231, "column": 31 } } @@ -56803,61 +52600,61 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 35416, - 35431 + 33865, + 33880 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 32 }, "end": { - "line": 1270, + "line": 1231, "column": 47 } } }, "range": [ - 35411, - 35431 + 33860, + 33880 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 27 }, "end": { - "line": 1270, + "line": 1231, "column": 47 } } }, "range": [ - 35392, - 35431 + 33841, + 33880 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 8 }, "end": { - "line": 1270, + "line": 1231, "column": 47 } } }, "range": [ - 35392, - 35432 + 33841, + 33881 ], "loc": { "start": { - "line": 1270, + "line": 1231, "column": 8 }, "end": { - "line": 1270, + "line": 1231, "column": 48 } } @@ -56870,16 +52667,16 @@ "object": { "type": "ThisExpression", "range": [ - 35446, - 35450 + 33895, + 33899 ], "loc": { "start": { - "line": 1272, + "line": 1233, "column": 12 }, "end": { - "line": 1272, + "line": 1233, "column": 16 } } @@ -56888,31 +52685,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 35451, - 35464 + 33900, + 33913 ], "loc": { "start": { - "line": 1272, + "line": 1233, "column": 17 }, "end": { - "line": 1272, + "line": 1233, "column": 30 } } }, "range": [ - 35446, - 35464 + 33895, + 33913 ], "loc": { "start": { - "line": 1272, + "line": 1233, "column": 12 }, "end": { - "line": 1272, + "line": 1233, "column": 30 } } @@ -56935,16 +52732,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35480, - 35486 + 33929, + 33935 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 12 }, "end": { - "line": 1273, + "line": 1234, "column": 18 } } @@ -56953,31 +52750,31 @@ "type": "Identifier", "name": "style", "range": [ - 35487, - 35492 + 33936, + 33941 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 19 }, "end": { - "line": 1273, + "line": 1234, "column": 24 } } }, "range": [ - 35480, - 35492 + 33929, + 33941 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 12 }, "end": { - "line": 1273, + "line": 1234, "column": 24 } } @@ -56986,31 +52783,31 @@ "type": "Identifier", "name": "display", "range": [ - 35493, - 35500 + 33942, + 33949 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 25 }, "end": { - "line": 1273, + "line": 1234, "column": 32 } } }, "range": [ - 35480, - 35500 + 33929, + 33949 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 12 }, "end": { - "line": 1273, + "line": 1234, "column": 32 } } @@ -57019,78 +52816,78 @@ "type": "Identifier", "name": "NONE", "range": [ - 35503, - 35507 + 33952, + 33956 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 35 }, "end": { - "line": 1273, + "line": 1234, "column": 39 } } }, "range": [ - 35480, - 35507 + 33929, + 33956 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 12 }, "end": { - "line": 1273, + "line": 1234, "column": 39 } } }, "range": [ - 35480, - 35508 + 33929, + 33957 ], "loc": { "start": { - "line": 1273, + "line": 1234, "column": 12 }, "end": { - "line": 1273, + "line": 1234, "column": 40 } } } ], "range": [ - 35466, - 35518 + 33915, + 33967 ], "loc": { "start": { - "line": 1272, + "line": 1233, "column": 32 }, "end": { - "line": 1274, + "line": 1235, "column": 9 } } }, "alternate": null, "range": [ - 35442, - 35518 + 33891, + 33967 ], "loc": { "start": { - "line": 1272, + "line": 1233, "column": 8 }, "end": { - "line": 1274, + "line": 1235, "column": 9 } } @@ -57108,16 +52905,16 @@ "object": { "type": "ThisExpression", "range": [ - 35528, - 35532 + 33977, + 33981 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 8 }, "end": { - "line": 1276, + "line": 1237, "column": 12 } } @@ -57126,31 +52923,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35533, - 35540 + 33982, + 33989 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 13 }, "end": { - "line": 1276, + "line": 1237, "column": 20 } } }, "range": [ - 35528, - 35540 + 33977, + 33989 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 8 }, "end": { - "line": 1276, + "line": 1237, "column": 20 } } @@ -57159,31 +52956,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35541, - 35545 + 33990, + 33994 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 21 }, "end": { - "line": 1276, + "line": 1237, "column": 25 } } }, "range": [ - 35528, - 35545 + 33977, + 33994 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 8 }, "end": { - "line": 1276, + "line": 1237, "column": 25 } } @@ -57194,16 +52991,16 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 35546, - 35568 + 33995, + 34017 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 26 }, "end": { - "line": 1276, + "line": 1237, "column": 48 } } @@ -57211,16 +53008,16 @@ { "type": "ThisExpression", "range": [ - 35570, - 35574 + 34019, + 34023 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 50 }, "end": { - "line": 1276, + "line": 1237, "column": 54 } } @@ -57229,47 +53026,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35576, - 35582 + 34025, + 34031 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 56 }, "end": { - "line": 1276, + "line": 1237, "column": 62 } } } ], "range": [ - 35528, - 35583 + 33977, + 34032 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 8 }, "end": { - "line": 1276, + "line": 1237, "column": 63 } } }, "range": [ - 35528, - 35584 + 33977, + 34033 ], "loc": { "start": { - "line": 1276, + "line": 1237, "column": 8 }, "end": { - "line": 1276, + "line": 1237, "column": 64 } } @@ -57280,47 +53077,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35600, - 35606 + 34049, + 34055 ], "loc": { "start": { - "line": 1277, + "line": 1238, "column": 15 }, "end": { - "line": 1277, + "line": 1238, "column": 21 } } }, "range": [ - 35593, - 35607 + 34042, + 34056 ], "loc": { "start": { - "line": 1277, + "line": 1238, "column": 8 }, "end": { - "line": 1277, + "line": 1238, "column": 22 } } } ], "range": [ - 34873, - 35613 + 33322, + 34062 ], "loc": { "start": { - "line": 1254, + "line": 1215, "column": 24 }, "end": { - "line": 1278, + "line": 1239, "column": 5 } } @@ -57328,16 +53125,16 @@ "generator": false, "expression": false, "range": [ - 34870, - 35613 + 33319, + 34062 ], "loc": { "start": { - "line": 1254, + "line": 1215, "column": 21 }, "end": { - "line": 1278, + "line": 1239, "column": 5 } } @@ -57345,16 +53142,16 @@ "kind": "method", "computed": false, "range": [ - 34853, - 35613 + 33302, + 34062 ], "loc": { "start": { - "line": 1254, + "line": 1215, "column": 4 }, "end": { - "line": 1278, + "line": 1239, "column": 5 } }, @@ -57363,16 +53160,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 34793, - 34848 + 33242, + 33297 ], "loc": { "start": { - "line": 1251, + "line": 1212, "column": 4 }, "end": { - "line": 1253, + "line": 1214, "column": 7 } } @@ -57383,16 +53180,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 35619, - 35666 + 34068, + 34115 ], "loc": { "start": { - "line": 1280, + "line": 1241, "column": 4 }, "end": { - "line": 1282, + "line": 1243, "column": 7 } } @@ -57406,16 +53203,16 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 35671, - 35685 + 34120, + 34134 ], "loc": { "start": { - "line": 1283, + "line": 1244, "column": 4 }, "end": { - "line": 1283, + "line": 1244, "column": 18 } } @@ -57435,16 +53232,16 @@ "object": { "type": "ThisExpression", "range": [ - 35702, - 35706 + 34151, + 34155 ], "loc": { "start": { - "line": 1284, + "line": 1245, "column": 12 }, "end": { - "line": 1284, + "line": 1245, "column": 16 } } @@ -57453,31 +53250,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 35707, - 35714 + 34156, + 34163 ], "loc": { "start": { - "line": 1284, + "line": 1245, "column": 17 }, "end": { - "line": 1284, + "line": 1245, "column": 24 } } }, "range": [ - 35702, - 35714 + 34151, + 34163 ], "loc": { "start": { - "line": 1284, + "line": 1245, "column": 12 }, "end": { - "line": 1284, + "line": 1245, "column": 24 } } @@ -57489,48 +53286,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 35730, - 35737 + 34179, + 34186 ], "loc": { "start": { - "line": 1285, + "line": 1246, "column": 12 }, "end": { - "line": 1285, + "line": 1246, "column": 19 } } } ], "range": [ - 35716, - 35747 + 34165, + 34196 ], "loc": { "start": { - "line": 1284, + "line": 1245, "column": 26 }, "end": { - "line": 1286, + "line": 1247, "column": 9 } } }, "alternate": null, "range": [ - 35698, - 35747 + 34147, + 34196 ], "loc": { "start": { - "line": 1284, + "line": 1245, "column": 8 }, "end": { - "line": 1286, + "line": 1247, "column": 9 } } @@ -57546,16 +53343,16 @@ "object": { "type": "ThisExpression", "range": [ - 35756, - 35760 + 34205, + 34209 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 8 }, "end": { - "line": 1287, + "line": 1248, "column": 12 } } @@ -57564,31 +53361,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 35761, - 35767 + 34210, + 34216 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 13 }, "end": { - "line": 1287, + "line": 1248, "column": 19 } } }, "range": [ - 35756, - 35767 + 34205, + 34216 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 8 }, "end": { - "line": 1287, + "line": 1248, "column": 19 } } @@ -57604,16 +53401,16 @@ "object": { "type": "ThisExpression", "range": [ - 35770, - 35774 + 34219, + 34223 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 22 }, "end": { - "line": 1287, + "line": 1248, "column": 26 } } @@ -57622,31 +53419,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 35775, - 35781 + 34224, + 34230 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 27 }, "end": { - "line": 1287, + "line": 1248, "column": 33 } } }, "range": [ - 35770, - 35781 + 34219, + 34230 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 22 }, "end": { - "line": 1287, + "line": 1248, "column": 33 } } @@ -57656,31 +53453,31 @@ "value": 0, "raw": "0", "range": [ - 35784, - 35785 + 34233, + 34234 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 36 }, "end": { - "line": 1287, + "line": 1248, "column": 37 } } }, "range": [ - 35770, - 35785 + 34219, + 34234 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 22 }, "end": { - "line": 1287, + "line": 1248, "column": 37 } } @@ -57694,16 +53491,16 @@ "object": { "type": "ThisExpression", "range": [ - 35788, - 35792 + 34237, + 34241 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 40 }, "end": { - "line": 1287, + "line": 1248, "column": 44 } } @@ -57712,31 +53509,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 35793, - 35799 + 34242, + 34248 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 45 }, "end": { - "line": 1287, + "line": 1248, "column": 51 } } }, "range": [ - 35788, - 35799 + 34237, + 34248 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 40 }, "end": { - "line": 1287, + "line": 1248, "column": 51 } } @@ -57746,31 +53543,31 @@ "value": 1, "raw": "1", "range": [ - 35802, - 35803 + 34251, + 34252 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 54 }, "end": { - "line": 1287, + "line": 1248, "column": 55 } } }, "range": [ - 35788, - 35803 + 34237, + 34252 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 40 }, "end": { - "line": 1287, + "line": 1248, "column": 55 } } @@ -57780,61 +53577,61 @@ "value": 0, "raw": "0", "range": [ - 35806, - 35807 + 34255, + 34256 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 58 }, "end": { - "line": 1287, + "line": 1248, "column": 59 } } }, "range": [ - 35770, - 35807 + 34219, + 34256 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 22 }, "end": { - "line": 1287, + "line": 1248, "column": 59 } } }, "range": [ - 35756, - 35807 + 34205, + 34256 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 8 }, "end": { - "line": 1287, + "line": 1248, "column": 59 } } }, "range": [ - 35756, - 35808 + 34205, + 34257 ], "loc": { "start": { - "line": 1287, + "line": 1248, "column": 8 }, "end": { - "line": 1287, + "line": 1248, "column": 60 } } @@ -57850,16 +53647,16 @@ "object": { "type": "ThisExpression", "range": [ - 35817, - 35821 + 34266, + 34270 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 8 }, "end": { - "line": 1288, + "line": 1249, "column": 12 } } @@ -57868,31 +53665,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 35822, - 35838 + 34271, + 34287 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 13 }, "end": { - "line": 1288, + "line": 1249, "column": 29 } } }, "range": [ - 35817, - 35838 + 34266, + 34287 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 8 }, "end": { - "line": 1288, + "line": 1249, "column": 29 } } @@ -57905,16 +53702,16 @@ "object": { "type": "ThisExpression", "range": [ - 35841, - 35845 + 34290, + 34294 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 32 }, "end": { - "line": 1288, + "line": 1249, "column": 36 } } @@ -57923,93 +53720,93 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 35846, - 35855 + 34295, + 34304 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 37 }, "end": { - "line": 1288, + "line": 1249, "column": 46 } } }, "range": [ - 35841, - 35855 + 34290, + 34304 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 32 }, "end": { - "line": 1288, + "line": 1249, "column": 46 } } }, "arguments": [], "range": [ - 35841, - 35857 + 34290, + 34306 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 32 }, "end": { - "line": 1288, + "line": 1249, "column": 48 } } }, "range": [ - 35817, - 35857 + 34266, + 34306 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 8 }, "end": { - "line": 1288, + "line": 1249, "column": 48 } } }, "range": [ - 35817, - 35858 + 34266, + 34307 ], "loc": { "start": { - "line": 1288, + "line": 1249, "column": 8 }, "end": { - "line": 1288, + "line": 1249, "column": 49 } } } ], "range": [ - 35688, - 35864 + 34137, + 34313 ], "loc": { "start": { - "line": 1283, + "line": 1244, "column": 21 }, "end": { - "line": 1289, + "line": 1250, "column": 5 } } @@ -58017,16 +53814,16 @@ "generator": false, "expression": false, "range": [ - 35685, - 35864 + 34134, + 34313 ], "loc": { "start": { - "line": 1283, + "line": 1244, "column": 18 }, "end": { - "line": 1289, + "line": 1250, "column": 5 } } @@ -58034,16 +53831,16 @@ "kind": "method", "computed": false, "range": [ - 35671, - 35864 + 34120, + 34313 ], "loc": { "start": { - "line": 1283, + "line": 1244, "column": 4 }, "end": { - "line": 1289, + "line": 1250, "column": 5 } }, @@ -58052,16 +53849,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 35619, - 35666 + 34068, + 34115 ], "loc": { "start": { - "line": 1280, + "line": 1241, "column": 4 }, "end": { - "line": 1282, + "line": 1243, "column": 7 } } @@ -58072,16 +53869,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 35870, - 36089 + 34319, + 34538 ], "loc": { "start": { - "line": 1291, + "line": 1252, "column": 4 }, "end": { - "line": 1296, + "line": 1257, "column": 7 } } @@ -58095,16 +53892,16 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 36094, - 36111 + 34543, + 34560 ], "loc": { "start": { - "line": 1297, + "line": 1258, "column": 4 }, "end": { - "line": 1297, + "line": 1258, "column": 21 } } @@ -58117,16 +53914,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36112, - 36120 + 34561, + 34569 ], "loc": { "start": { - "line": 1297, + "line": 1258, "column": 22 }, "end": { - "line": 1297, + "line": 1258, "column": 30 } } @@ -58135,16 +53932,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 36122, - 36130 + 34571, + 34579 ], "loc": { "start": { - "line": 1297, + "line": 1258, "column": 32 }, "end": { - "line": 1297, + "line": 1258, "column": 40 } } @@ -58153,16 +53950,16 @@ "type": "Identifier", "name": "container", "range": [ - 36132, - 36141 + 34581, + 34590 ], "loc": { "start": { - "line": 1297, + "line": 1258, "column": 42 }, "end": { - "line": 1297, + "line": 1258, "column": 51 } } @@ -58180,16 +53977,16 @@ "type": "Identifier", "name": "col", "range": [ - 36157, - 36160 + 34606, + 34609 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 12 }, "end": { - "line": 1298, + "line": 1259, "column": 15 } } @@ -58202,16 +53999,16 @@ "object": { "type": "ThisExpression", "range": [ - 36163, - 36167 + 34612, + 34616 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 18 }, "end": { - "line": 1298, + "line": 1259, "column": 22 } } @@ -58220,31 +54017,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 36168, - 36181 + 34617, + 34630 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 23 }, "end": { - "line": 1298, + "line": 1259, "column": 36 } } }, "range": [ - 36163, - 36181 + 34612, + 34630 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 18 }, "end": { - "line": 1298, + "line": 1259, "column": 36 } } @@ -58254,47 +54051,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36182, - 36190 + 34631, + 34639 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 37 }, "end": { - "line": 1298, + "line": 1259, "column": 45 } } } ], "range": [ - 36163, - 36191 + 34612, + 34640 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 18 }, "end": { - "line": 1298, + "line": 1259, "column": 46 } } }, "range": [ - 36157, - 36191 + 34606, + 34640 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 12 }, "end": { - "line": 1298, + "line": 1259, "column": 46 } } @@ -58302,16 +54099,16 @@ ], "kind": "let", "range": [ - 36153, - 36192 + 34602, + 34641 ], "loc": { "start": { - "line": 1298, + "line": 1259, "column": 8 }, "end": { - "line": 1298, + "line": 1259, "column": 47 } } @@ -58325,16 +54122,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36205, - 36221 + 34654, + 34670 ], "loc": { "start": { - "line": 1299, + "line": 1260, "column": 12 }, "end": { - "line": 1299, + "line": 1260, "column": 28 } } @@ -58347,16 +54144,16 @@ "object": { "type": "ThisExpression", "range": [ - 36224, - 36228 + 34673, + 34677 ], "loc": { "start": { - "line": 1299, + "line": 1260, "column": 31 }, "end": { - "line": 1299, + "line": 1260, "column": 35 } } @@ -58365,31 +54162,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 36229, - 36242 + 34678, + 34691 ], "loc": { "start": { - "line": 1299, + "line": 1260, "column": 36 }, "end": { - "line": 1299, + "line": 1260, "column": 49 } } }, "range": [ - 36224, - 36242 + 34673, + 34691 ], "loc": { "start": { - "line": 1299, + "line": 1260, "column": 31 }, "end": { - "line": 1299, + "line": 1260, "column": 49 } } @@ -58403,16 +54200,16 @@ "object": { "type": "ThisExpression", "range": [ - 36257, - 36261 + 34706, + 34710 ], "loc": { "start": { - "line": 1300, + "line": 1261, "column": 12 }, "end": { - "line": 1300, + "line": 1261, "column": 16 } } @@ -58421,31 +54218,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 36262, - 36279 + 34711, + 34728 ], "loc": { "start": { - "line": 1300, + "line": 1261, "column": 17 }, "end": { - "line": 1300, + "line": 1261, "column": 34 } } }, "range": [ - 36257, - 36279 + 34706, + 34728 ], "loc": { "start": { - "line": 1300, + "line": 1261, "column": 12 }, "end": { - "line": 1300, + "line": 1261, "column": 34 } } @@ -58454,31 +54251,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36280, - 36288 + 34729, + 34737 ], "loc": { "start": { - "line": 1300, + "line": 1261, "column": 35 }, "end": { - "line": 1300, + "line": 1261, "column": 43 } } }, "range": [ - 36257, - 36289 + 34706, + 34738 ], "loc": { "start": { - "line": 1300, + "line": 1261, "column": 12 }, "end": { - "line": 1300, + "line": 1261, "column": 44 } } @@ -58488,46 +54285,46 @@ "value": null, "raw": "null", "range": [ - 36292, - 36296 + 34741, + 34745 ], "loc": { "start": { - "line": 1300, + "line": 1261, "column": 47 }, "end": { - "line": 1300, + "line": 1261, "column": 51 } } }, "range": [ - 36224, - 36296 + 34673, + 34745 ], "loc": { "start": { - "line": 1299, + "line": 1260, "column": 31 }, "end": { - "line": 1300, + "line": 1261, "column": 51 } } }, "range": [ - 36205, - 36296 + 34654, + 34745 ], "loc": { "start": { - "line": 1299, + "line": 1260, "column": 12 }, "end": { - "line": 1300, + "line": 1261, "column": 51 } } @@ -58535,16 +54332,16 @@ ], "kind": "let", "range": [ - 36201, - 36297 + 34650, + 34746 ], "loc": { "start": { - "line": 1299, + "line": 1260, "column": 8 }, "end": { - "line": 1300, + "line": 1261, "column": 52 } } @@ -58558,16 +54355,16 @@ "type": "Identifier", "name": "inpType", "range": [ - 36310, - 36317 + 34759, + 34766 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 12 }, "end": { - "line": 1301, + "line": 1262, "column": 19 } } @@ -58581,16 +54378,16 @@ "type": "Identifier", "name": "col", "range": [ - 36320, - 36323 + 34769, + 34772 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 22 }, "end": { - "line": 1301, + "line": 1262, "column": 25 } } @@ -58599,31 +54396,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 36328, - 36333 + 34777, + 34782 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 30 }, "end": { - "line": 1301, + "line": 1262, "column": 35 } } }, "range": [ - 36320, - 36333 + 34769, + 34782 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 22 }, "end": { - "line": 1301, + "line": 1262, "column": 35 } } @@ -58633,16 +54430,16 @@ "value": "text", "raw": "'text'", "range": [ - 36336, - 36342 + 34785, + 34791 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 38 }, "end": { - "line": 1301, + "line": 1262, "column": 44 } } @@ -58652,46 +54449,46 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 36345, - 36353 + 34794, + 34802 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 47 }, "end": { - "line": 1301, + "line": 1262, "column": 55 } } }, "range": [ - 36320, - 36353 + 34769, + 34802 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 22 }, "end": { - "line": 1301, + "line": 1262, "column": 55 } } }, "range": [ - 36310, - 36353 + 34759, + 34802 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 12 }, "end": { - "line": 1301, + "line": 1262, "column": 55 } } @@ -58699,16 +54496,16 @@ ], "kind": "let", "range": [ - 36306, - 36354 + 34755, + 34803 ], "loc": { "start": { - "line": 1301, + "line": 1262, "column": 8 }, "end": { - "line": 1301, + "line": 1262, "column": 56 } } @@ -58722,16 +54519,16 @@ "type": "Identifier", "name": "inp", "range": [ - 36367, - 36370 + 34816, + 34819 ], "loc": { "start": { - "line": 1302, + "line": 1263, "column": 12 }, "end": { - "line": 1302, + "line": 1263, "column": 15 } } @@ -58742,16 +54539,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 36373, - 36382 + 34822, + 34831 ], "loc": { "start": { - "line": 1302, + "line": 1263, "column": 18 }, "end": { - "line": 1302, + "line": 1263, "column": 27 } } @@ -58761,16 +54558,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 36383, - 36388 + 34832, + 34837 ], "loc": { "start": { - "line": 1302, + "line": 1263, "column": 28 }, "end": { - "line": 1302, + "line": 1263, "column": 33 } } @@ -58783,16 +54580,16 @@ "value": "id", "raw": "'id'", "range": [ - 36403, - 36407 + 34852, + 34856 ], "loc": { "start": { - "line": 1303, + "line": 1264, "column": 13 }, "end": { - "line": 1303, + "line": 1264, "column": 17 } } @@ -58805,16 +54602,16 @@ "object": { "type": "ThisExpression", "range": [ - 36409, - 36413 + 34858, + 34862 ], "loc": { "start": { - "line": 1303, + "line": 1264, "column": 19 }, "end": { - "line": 1303, + "line": 1264, "column": 23 } } @@ -58823,31 +54620,31 @@ "type": "Identifier", "name": "buildFilterId", "range": [ - 36414, - 36427 + 34863, + 34876 ], "loc": { "start": { - "line": 1303, + "line": 1264, "column": 24 }, "end": { - "line": 1303, + "line": 1264, "column": 37 } } }, "range": [ - 36409, - 36427 + 34858, + 34876 ], "loc": { "start": { - "line": 1303, + "line": 1264, "column": 19 }, "end": { - "line": 1303, + "line": 1264, "column": 37 } } @@ -58857,48 +54654,48 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36428, - 36436 + 34877, + 34885 ], "loc": { "start": { - "line": 1303, + "line": 1264, "column": 38 }, "end": { - "line": 1303, + "line": 1264, "column": 46 } } } ], "range": [ - 36409, - 36437 + 34858, + 34886 ], "loc": { "start": { - "line": 1303, + "line": 1264, "column": 19 }, "end": { - "line": 1303, + "line": 1264, "column": 47 } } } ], "range": [ - 36402, - 36438 + 34851, + 34887 ], "loc": { "start": { - "line": 1303, + "line": 1264, "column": 12 }, "end": { - "line": 1303, + "line": 1264, "column": 48 } } @@ -58911,16 +54708,16 @@ "value": "type", "raw": "'type'", "range": [ - 36453, - 36459 + 34902, + 34908 ], "loc": { "start": { - "line": 1304, + "line": 1265, "column": 13 }, "end": { - "line": 1304, + "line": 1265, "column": 19 } } @@ -58929,32 +54726,32 @@ "type": "Identifier", "name": "inpType", "range": [ - 36461, - 36468 + 34910, + 34917 ], "loc": { "start": { - "line": 1304, + "line": 1265, "column": 21 }, "end": { - "line": 1304, + "line": 1265, "column": 28 } } } ], "range": [ - 36452, - 36469 + 34901, + 34918 ], "loc": { "start": { - "line": 1304, + "line": 1265, "column": 12 }, "end": { - "line": 1304, + "line": 1265, "column": 29 } } @@ -58967,16 +54764,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 36472, - 36476 + 34921, + 34925 ], "loc": { "start": { - "line": 1304, + "line": 1265, "column": 32 }, "end": { - "line": 1304, + "line": 1265, "column": 36 } } @@ -58985,63 +54782,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36478, - 36486 + 34927, + 34935 ], "loc": { "start": { - "line": 1304, + "line": 1265, "column": 38 }, "end": { - "line": 1304, + "line": 1265, "column": 46 } } } ], "range": [ - 36471, - 36487 + 34920, + 34936 ], "loc": { "start": { - "line": 1304, + "line": 1265, "column": 31 }, "end": { - "line": 1304, + "line": 1265, "column": 47 } } } ], "range": [ - 36373, - 36488 + 34822, + 34937 ], "loc": { "start": { - "line": 1302, + "line": 1263, "column": 18 }, "end": { - "line": 1304, + "line": 1265, "column": 48 } } }, "range": [ - 36367, - 36488 + 34816, + 34937 ], "loc": { "start": { - "line": 1302, + "line": 1263, "column": 12 }, "end": { - "line": 1304, + "line": 1265, "column": 48 } } @@ -59049,16 +54846,16 @@ ], "kind": "let", "range": [ - 36363, - 36489 + 34812, + 34938 ], "loc": { "start": { - "line": 1302, + "line": 1263, "column": 8 }, "end": { - "line": 1304, + "line": 1265, "column": 49 } } @@ -59075,16 +54872,16 @@ "type": "Identifier", "name": "inpType", "range": [ - 36503, - 36510 + 34952, + 34959 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 12 }, "end": { - "line": 1306, + "line": 1267, "column": 19 } } @@ -59094,31 +54891,31 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 36515, - 36523 + 34964, + 34972 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 24 }, "end": { - "line": 1306, + "line": 1267, "column": 32 } } }, "range": [ - 36503, - 36523 + 34952, + 34972 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 12 }, "end": { - "line": 1306, + "line": 1267, "column": 32 } } @@ -59129,16 +54926,16 @@ "object": { "type": "ThisExpression", "range": [ - 36527, - 36531 + 34976, + 34980 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 36 }, "end": { - "line": 1306, + "line": 1267, "column": 40 } } @@ -59147,46 +54944,46 @@ "type": "Identifier", "name": "watermark", "range": [ - 36532, - 36541 + 34981, + 34990 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 41 }, "end": { - "line": 1306, + "line": 1267, "column": 50 } } }, "range": [ - 36527, - 36541 + 34976, + 34990 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 36 }, "end": { - "line": 1306, + "line": 1267, "column": 50 } } }, "range": [ - 36503, - 36541 + 34952, + 34990 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 12 }, "end": { - "line": 1306, + "line": 1267, "column": 50 } } @@ -59205,16 +55002,16 @@ "type": "Identifier", "name": "inp", "range": [ - 36557, - 36560 + 35006, + 35009 ], "loc": { "start": { - "line": 1307, + "line": 1268, "column": 12 }, "end": { - "line": 1307, + "line": 1268, "column": 15 } } @@ -59223,31 +55020,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 36561, - 36573 + 35010, + 35022 ], "loc": { "start": { - "line": 1307, + "line": 1268, "column": 16 }, "end": { - "line": 1307, + "line": 1268, "column": 28 } } }, "range": [ - 36557, - 36573 + 35006, + 35022 ], "loc": { "start": { - "line": 1307, + "line": 1268, "column": 12 }, "end": { - "line": 1307, + "line": 1268, "column": 28 } } @@ -59258,16 +55055,16 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 36574, - 36587 + 35023, + 35036 ], "loc": { "start": { - "line": 1307, + "line": 1268, "column": 29 }, "end": { - "line": 1307, + "line": 1268, "column": 42 } } @@ -59280,16 +55077,16 @@ "object": { "type": "ThisExpression", "range": [ - 36605, - 36609 + 35054, + 35058 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 16 }, "end": { - "line": 1308, + "line": 1269, "column": 20 } } @@ -59298,31 +55095,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 36610, - 36626 + 35059, + 35075 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 21 }, "end": { - "line": 1308, + "line": 1269, "column": 37 } } }, "range": [ - 36605, - 36626 + 35054, + 35075 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 16 }, "end": { - "line": 1308, + "line": 1269, "column": 37 } } @@ -59339,16 +55136,16 @@ "object": { "type": "ThisExpression", "range": [ - 36630, - 36634 + 35079, + 35083 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 41 }, "end": { - "line": 1308, + "line": 1269, "column": 45 } } @@ -59357,31 +55154,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 36635, - 36644 + 35084, + 35093 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 46 }, "end": { - "line": 1308, + "line": 1269, "column": 55 } } }, "range": [ - 36630, - 36644 + 35079, + 35093 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 41 }, "end": { - "line": 1308, + "line": 1269, "column": 55 } } @@ -59390,31 +55187,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36645, - 36653 + 35094, + 35102 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 56 }, "end": { - "line": 1308, + "line": 1269, "column": 64 } } }, "range": [ - 36630, - 36654 + 35079, + 35103 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 41 }, "end": { - "line": 1308, + "line": 1269, "column": 65 } } @@ -59424,31 +55221,31 @@ "value": "", "raw": "''", "range": [ - 36658, - 36660 + 35107, + 35109 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 69 }, "end": { - "line": 1308, + "line": 1269, "column": 71 } } }, "range": [ - 36630, - 36660 + 35079, + 35109 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 41 }, "end": { - "line": 1308, + "line": 1269, "column": 71 } } @@ -59459,16 +55256,16 @@ "object": { "type": "ThisExpression", "range": [ - 36684, - 36688 + 35133, + 35137 ], "loc": { "start": { - "line": 1309, + "line": 1270, "column": 20 }, "end": { - "line": 1309, + "line": 1270, "column": 24 } } @@ -59477,109 +55274,109 @@ "type": "Identifier", "name": "watermark", "range": [ - 36689, - 36698 + 35138, + 35147 ], "loc": { "start": { - "line": 1309, + "line": 1270, "column": 25 }, "end": { - "line": 1309, + "line": 1270, "column": 34 } } }, "range": [ - 36684, - 36698 + 35133, + 35147 ], "loc": { "start": { - "line": 1309, + "line": 1270, "column": 20 }, "end": { - "line": 1309, + "line": 1270, "column": 34 } } }, "range": [ - 36605, - 36698 + 35054, + 35147 ], "loc": { "start": { - "line": 1308, + "line": 1269, "column": 16 }, "end": { - "line": 1309, + "line": 1270, "column": 34 } } } ], "range": [ - 36557, - 36712 + 35006, + 35161 ], "loc": { "start": { - "line": 1307, + "line": 1268, "column": 12 }, "end": { - "line": 1310, + "line": 1271, "column": 13 } } }, "range": [ - 36557, - 36713 + 35006, + 35162 ], "loc": { "start": { - "line": 1307, + "line": 1268, "column": 12 }, "end": { - "line": 1310, + "line": 1271, "column": 14 } } } ], "range": [ - 36543, - 36723 + 34992, + 35172 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 52 }, "end": { - "line": 1311, + "line": 1272, "column": 9 } } }, "alternate": null, "range": [ - 36499, - 36723 + 34948, + 35172 ], "loc": { "start": { - "line": 1306, + "line": 1267, "column": 8 }, "end": { - "line": 1311, + "line": 1272, "column": 9 } } @@ -59596,16 +55393,16 @@ "type": "Identifier", "name": "inp", "range": [ - 36732, - 36735 + 35181, + 35184 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 8 }, "end": { - "line": 1312, + "line": 1273, "column": 11 } } @@ -59614,31 +55411,31 @@ "type": "Identifier", "name": "className", "range": [ - 36736, - 36745 + 35185, + 35194 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 12 }, "end": { - "line": 1312, + "line": 1273, "column": 21 } } }, "range": [ - 36732, - 36745 + 35181, + 35194 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 8 }, "end": { - "line": 1312, + "line": 1273, "column": 21 } } @@ -59650,16 +55447,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 36748, - 36756 + 35197, + 35205 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 24 }, "end": { - "line": 1312, + "line": 1273, "column": 32 } } @@ -59670,16 +55467,16 @@ "object": { "type": "ThisExpression", "range": [ - 36760, - 36764 + 35209, + 35213 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 36 }, "end": { - "line": 1312, + "line": 1273, "column": 40 } } @@ -59688,76 +55485,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 36765, - 36776 + 35214, + 35225 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 41 }, "end": { - "line": 1312, + "line": 1273, "column": 52 } } }, "range": [ - 36760, - 36776 + 35209, + 35225 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 36 }, "end": { - "line": 1312, + "line": 1273, "column": 52 } } }, "range": [ - 36748, - 36776 + 35197, + 35225 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 24 }, "end": { - "line": 1312, + "line": 1273, "column": 52 } } }, "range": [ - 36732, - 36776 + 35181, + 35225 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 8 }, "end": { - "line": 1312, + "line": 1273, "column": 52 } } }, "range": [ - 36732, - 36777 + 35181, + 35226 ], "loc": { "start": { - "line": 1312, + "line": 1273, "column": 8 }, "end": { - "line": 1312, + "line": 1273, "column": 53 } } @@ -59770,16 +55567,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 36786, - 36792 + 35235, + 35241 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 8 }, "end": { - "line": 1313, + "line": 1274, "column": 14 } } @@ -59789,16 +55586,16 @@ "type": "Identifier", "name": "inp", "range": [ - 36793, - 36796 + 35242, + 35245 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 15 }, "end": { - "line": 1313, + "line": 1274, "column": 18 } } @@ -59808,16 +55605,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 36798, - 36805 + 35247, + 35254 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 20 }, "end": { - "line": 1313, + "line": 1274, "column": 27 } } @@ -59830,16 +55627,16 @@ "type": "Identifier", "name": "evt", "range": [ - 36808, - 36811 + 35257, + 35260 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 30 }, "end": { - "line": 1313, + "line": 1274, "column": 33 } } @@ -59853,16 +55650,16 @@ "object": { "type": "ThisExpression", "range": [ - 36816, - 36820 + 35265, + 35269 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 38 }, "end": { - "line": 1313, + "line": 1274, "column": 42 } } @@ -59871,31 +55668,31 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 36821, - 36831 + 35270, + 35280 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 43 }, "end": { - "line": 1313, + "line": 1274, "column": 53 } } }, "range": [ - 36816, - 36831 + 35265, + 35280 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 38 }, "end": { - "line": 1313, + "line": 1274, "column": 53 } } @@ -59905,32 +55702,32 @@ "type": "Identifier", "name": "evt", "range": [ - 36832, - 36835 + 35281, + 35284 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 54 }, "end": { - "line": 1313, + "line": 1274, "column": 57 } } } ], "range": [ - 36816, - 36836 + 35265, + 35285 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 38 }, "end": { - "line": 1313, + "line": 1274, "column": 58 } } @@ -59938,47 +55735,47 @@ "generator": false, "expression": true, "range": [ - 36807, - 36836 + 35256, + 35285 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 29 }, "end": { - "line": 1313, + "line": 1274, "column": 58 } } } ], "range": [ - 36786, - 36837 + 35235, + 35286 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 8 }, "end": { - "line": 1313, + "line": 1274, "column": 59 } } }, "range": [ - 36786, - 36838 + 35235, + 35287 ], "loc": { "start": { - "line": 1313, + "line": 1274, "column": 8 }, "end": { - "line": 1313, + "line": 1274, "column": 60 } }, @@ -59987,16 +55784,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 36848, - 36886 + 35297, + 35335 ], "loc": { "start": { - "line": 1315, + "line": 1276, "column": 8 }, "end": { - "line": 1315, + "line": 1276, "column": 46 } } @@ -60009,16 +55806,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36899, - 36915 + 35348, + 35364 ], "loc": { "start": { - "line": 1316, + "line": 1277, "column": 12 }, "end": { - "line": 1316, + "line": 1277, "column": 28 } } @@ -60039,16 +55836,16 @@ "type": "Identifier", "name": "elm", "range": [ - 36931, - 36934 + 35380, + 35383 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 12 }, "end": { - "line": 1317, + "line": 1278, "column": 15 } } @@ -60058,32 +55855,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36935, - 36951 + 35384, + 35400 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 16 }, "end": { - "line": 1317, + "line": 1278, "column": 32 } } } ], "range": [ - 36931, - 36952 + 35380, + 35401 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 12 }, "end": { - "line": 1317, + "line": 1278, "column": 33 } } @@ -60092,31 +55889,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 36953, - 36964 + 35402, + 35413 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 34 }, "end": { - "line": 1317, + "line": 1278, "column": 45 } } }, "range": [ - 36931, - 36964 + 35380, + 35413 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 12 }, "end": { - "line": 1317, + "line": 1278, "column": 45 } } @@ -60126,63 +55923,63 @@ "type": "Identifier", "name": "inp", "range": [ - 36965, - 36968 + 35414, + 35417 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 46 }, "end": { - "line": 1317, + "line": 1278, "column": 49 } } } ], "range": [ - 36931, - 36969 + 35380, + 35418 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 12 }, "end": { - "line": 1317, + "line": 1278, "column": 50 } } }, "range": [ - 36931, - 36970 + 35380, + 35419 ], "loc": { "start": { - "line": 1317, + "line": 1278, "column": 12 }, "end": { - "line": 1317, + "line": 1278, "column": 51 } } } ], "range": [ - 36917, - 36980 + 35366, + 35429 ], "loc": { "start": { - "line": 1316, + "line": 1277, "column": 30 }, "end": { - "line": 1318, + "line": 1279, "column": 9 } } @@ -60201,16 +55998,16 @@ "type": "Identifier", "name": "container", "range": [ - 37000, - 37009 + 35449, + 35458 ], "loc": { "start": { - "line": 1319, + "line": 1280, "column": 12 }, "end": { - "line": 1319, + "line": 1280, "column": 21 } } @@ -60219,31 +56016,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37010, - 37021 + 35459, + 35470 ], "loc": { "start": { - "line": 1319, + "line": 1280, "column": 22 }, "end": { - "line": 1319, + "line": 1280, "column": 33 } } }, "range": [ - 37000, - 37021 + 35449, + 35470 ], "loc": { "start": { - "line": 1319, + "line": 1280, "column": 12 }, "end": { - "line": 1319, + "line": 1280, "column": 33 } } @@ -60253,78 +56050,78 @@ "type": "Identifier", "name": "inp", "range": [ - 37022, - 37025 + 35471, + 35474 ], "loc": { "start": { - "line": 1319, + "line": 1280, "column": 34 }, "end": { - "line": 1319, + "line": 1280, "column": 37 } } } ], "range": [ - 37000, - 37026 + 35449, + 35475 ], "loc": { "start": { - "line": 1319, + "line": 1280, "column": 12 }, "end": { - "line": 1319, + "line": 1280, "column": 38 } } }, "range": [ - 37000, - 37027 + 35449, + 35476 ], "loc": { "start": { - "line": 1319, + "line": 1280, "column": 12 }, "end": { - "line": 1319, + "line": 1280, "column": 39 } } } ], "range": [ - 36986, - 37037 + 35435, + 35486 ], "loc": { "start": { - "line": 1318, + "line": 1279, "column": 15 }, "end": { - "line": 1320, + "line": 1281, "column": 9 } } }, "range": [ - 36895, - 37037 + 35344, + 35486 ], "loc": { "start": { - "line": 1316, + "line": 1277, "column": 8 }, "end": { - "line": 1320, + "line": 1281, "column": 9 } }, @@ -60333,16 +56130,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 36848, - 36886 + 35297, + 35335 ], "loc": { "start": { - "line": 1315, + "line": 1276, "column": 8 }, "end": { - "line": 1315, + "line": 1276, "column": 46 } } @@ -60362,16 +56159,16 @@ "object": { "type": "ThisExpression", "range": [ - 37047, - 37051 + 35496, + 35500 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 8 }, "end": { - "line": 1322, + "line": 1283, "column": 12 } } @@ -60380,31 +56177,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 37052, - 37058 + 35501, + 35507 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 13 }, "end": { - "line": 1322, + "line": 1283, "column": 19 } } }, "range": [ - 37047, - 37058 + 35496, + 35507 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 8 }, "end": { - "line": 1322, + "line": 1283, "column": 19 } } @@ -60413,31 +56210,31 @@ "type": "Identifier", "name": "push", "range": [ - 37059, - 37063 + 35508, + 35512 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 20 }, "end": { - "line": 1322, + "line": 1283, "column": 24 } } }, "range": [ - 37047, - 37063 + 35496, + 35512 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 8 }, "end": { - "line": 1322, + "line": 1283, "column": 24 } } @@ -60450,16 +56247,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37064, - 37067 + 35513, + 35516 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 25 }, "end": { - "line": 1322, + "line": 1283, "column": 28 } } @@ -60468,62 +56265,62 @@ "type": "Identifier", "name": "id", "range": [ - 37068, - 37070 + 35517, + 35519 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 29 }, "end": { - "line": 1322, + "line": 1283, "column": 31 } } }, "range": [ - 37064, - 37070 + 35513, + 35519 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 25 }, "end": { - "line": 1322, + "line": 1283, "column": 31 } } } ], "range": [ - 37047, - 37071 + 35496, + 35520 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 8 }, "end": { - "line": 1322, + "line": 1283, "column": 32 } } }, "range": [ - 37047, - 37072 + 35496, + 35521 ], "loc": { "start": { - "line": 1322, + "line": 1283, "column": 8 }, "end": { - "line": 1322, + "line": 1283, "column": 33 } } @@ -60536,16 +56333,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37082, - 37088 + 35531, + 35537 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 8 }, "end": { - "line": 1324, + "line": 1285, "column": 14 } } @@ -60555,16 +56352,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37089, - 37092 + 35538, + 35541 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 15 }, "end": { - "line": 1324, + "line": 1285, "column": 18 } } @@ -60574,16 +56371,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 37094, - 37104 + 35543, + 35553 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 20 }, "end": { - "line": 1324, + "line": 1285, "column": 30 } } @@ -60596,16 +56393,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37107, - 37110 + 35556, + 35559 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 33 }, "end": { - "line": 1324, + "line": 1285, "column": 36 } } @@ -60619,16 +56416,16 @@ "object": { "type": "ThisExpression", "range": [ - 37115, - 37119 + 35564, + 35568 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 41 }, "end": { - "line": 1324, + "line": 1285, "column": 45 } } @@ -60637,31 +56434,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 37120, - 37129 + 35569, + 35578 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 46 }, "end": { - "line": 1324, + "line": 1285, "column": 55 } } }, "range": [ - 37115, - 37129 + 35564, + 35578 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 41 }, "end": { - "line": 1324, + "line": 1285, "column": 55 } } @@ -60671,32 +56468,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37130, - 37133 + 35579, + 35582 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 56 }, "end": { - "line": 1324, + "line": 1285, "column": 59 } } } ], "range": [ - 37115, - 37134 + 35564, + 35583 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 41 }, "end": { - "line": 1324, + "line": 1285, "column": 60 } } @@ -60704,47 +56501,47 @@ "generator": false, "expression": true, "range": [ - 37106, - 37134 + 35555, + 35583 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 32 }, "end": { - "line": 1324, + "line": 1285, "column": 60 } } } ], "range": [ - 37082, - 37135 + 35531, + 35584 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 8 }, "end": { - "line": 1324, + "line": 1285, "column": 61 } } }, "range": [ - 37082, - 37136 + 35531, + 35585 ], "loc": { "start": { - "line": 1324, + "line": 1285, "column": 8 }, "end": { - "line": 1324, + "line": 1285, "column": 62 } } @@ -60757,16 +56554,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37145, - 37151 + 35594, + 35600 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 8 }, "end": { - "line": 1325, + "line": 1286, "column": 14 } } @@ -60776,16 +56573,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37152, - 37155 + 35601, + 35604 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 15 }, "end": { - "line": 1325, + "line": 1286, "column": 18 } } @@ -60795,16 +56592,16 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 37157, - 37166 + 35606, + 35615 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 20 }, "end": { - "line": 1325, + "line": 1286, "column": 29 } } @@ -60821,16 +56618,16 @@ "object": { "type": "ThisExpression", "range": [ - 37174, - 37178 + 35623, + 35627 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 37 }, "end": { - "line": 1325, + "line": 1286, "column": 41 } } @@ -60839,47 +56636,47 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 37179, - 37188 + 35628, + 35637 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 42 }, "end": { - "line": 1325, + "line": 1286, "column": 51 } } }, "range": [ - 37174, - 37188 + 35623, + 35637 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 37 }, "end": { - "line": 1325, + "line": 1286, "column": 51 } } }, "arguments": [], "range": [ - 37174, - 37190 + 35623, + 35639 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 37 }, "end": { - "line": 1325, + "line": 1286, "column": 53 } } @@ -60887,47 +56684,47 @@ "generator": false, "expression": true, "range": [ - 37168, - 37190 + 35617, + 35639 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 31 }, "end": { - "line": 1325, + "line": 1286, "column": 53 } } } ], "range": [ - 37145, - 37191 + 35594, + 35640 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 8 }, "end": { - "line": 1325, + "line": 1286, "column": 54 } } }, "range": [ - 37145, - 37192 + 35594, + 35641 ], "loc": { "start": { - "line": 1325, + "line": 1286, "column": 8 }, "end": { - "line": 1325, + "line": 1286, "column": 55 } } @@ -60940,16 +56737,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37201, - 37207 + 35650, + 35656 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 8 }, "end": { - "line": 1326, + "line": 1287, "column": 14 } } @@ -60959,16 +56756,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37208, - 37211 + 35657, + 35660 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 15 }, "end": { - "line": 1326, + "line": 1287, "column": 18 } } @@ -60978,16 +56775,16 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 37213, - 37220 + 35662, + 35669 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 20 }, "end": { - "line": 1326, + "line": 1287, "column": 27 } } @@ -61000,16 +56797,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37223, - 37226 + 35672, + 35675 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 30 }, "end": { - "line": 1326, + "line": 1287, "column": 33 } } @@ -61023,16 +56820,16 @@ "object": { "type": "ThisExpression", "range": [ - 37231, - 37235 + 35680, + 35684 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 38 }, "end": { - "line": 1326, + "line": 1287, "column": 42 } } @@ -61041,31 +56838,31 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 37236, - 37243 + 35685, + 35692 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 43 }, "end": { - "line": 1326, + "line": 1287, "column": 50 } } }, "range": [ - 37231, - 37243 + 35680, + 35692 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 38 }, "end": { - "line": 1326, + "line": 1287, "column": 50 } } @@ -61075,32 +56872,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37244, - 37247 + 35693, + 35696 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 51 }, "end": { - "line": 1326, + "line": 1287, "column": 54 } } } ], "range": [ - 37231, - 37248 + 35680, + 35697 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 38 }, "end": { - "line": 1326, + "line": 1287, "column": 55 } } @@ -61108,47 +56905,47 @@ "generator": false, "expression": true, "range": [ - 37222, - 37248 + 35671, + 35697 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 29 }, "end": { - "line": 1326, + "line": 1287, "column": 55 } } } ], "range": [ - 37201, - 37249 + 35650, + 35698 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 8 }, "end": { - "line": 1326, + "line": 1287, "column": 56 } } }, "range": [ - 37201, - 37250 + 35650, + 35699 ], "loc": { "start": { - "line": 1326, + "line": 1287, "column": 8 }, "end": { - "line": 1326, + "line": 1287, "column": 57 } } @@ -61161,16 +56958,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37259, - 37265 + 35708, + 35714 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 8 }, "end": { - "line": 1327, + "line": 1288, "column": 14 } } @@ -61180,16 +56977,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37266, - 37269 + 35715, + 35718 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 15 }, "end": { - "line": 1327, + "line": 1288, "column": 18 } } @@ -61199,16 +56996,16 @@ "value": "blur", "raw": "'blur'", "range": [ - 37271, - 37277 + 35720, + 35726 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 20 }, "end": { - "line": 1327, + "line": 1288, "column": 26 } } @@ -61225,16 +57022,16 @@ "object": { "type": "ThisExpression", "range": [ - 37285, - 37289 + 35734, + 35738 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 34 }, "end": { - "line": 1327, + "line": 1288, "column": 38 } } @@ -61243,47 +57040,47 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 37290, - 37299 + 35739, + 35748 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 39 }, "end": { - "line": 1327, + "line": 1288, "column": 48 } } }, "range": [ - 37285, - 37299 + 35734, + 35748 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 34 }, "end": { - "line": 1327, + "line": 1288, "column": 48 } } }, "arguments": [], "range": [ - 37285, - 37301 + 35734, + 35750 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 34 }, "end": { - "line": 1327, + "line": 1288, "column": 50 } } @@ -61291,63 +57088,63 @@ "generator": false, "expression": true, "range": [ - 37279, - 37301 + 35728, + 35750 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 28 }, "end": { - "line": 1327, + "line": 1288, "column": 50 } } } ], "range": [ - 37259, - 37302 + 35708, + 35751 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 8 }, "end": { - "line": 1327, + "line": 1288, "column": 51 } } }, "range": [ - 37259, - 37303 + 35708, + 35752 ], "loc": { "start": { - "line": 1327, + "line": 1288, "column": 8 }, "end": { - "line": 1327, + "line": 1288, "column": 52 } } } ], "range": [ - 36143, - 37309 + 34592, + 35758 ], "loc": { "start": { - "line": 1297, + "line": 1258, "column": 53 }, "end": { - "line": 1328, + "line": 1289, "column": 5 } } @@ -61355,16 +57152,16 @@ "generator": false, "expression": false, "range": [ - 36111, - 37309 + 34560, + 35758 ], "loc": { "start": { - "line": 1297, + "line": 1258, "column": 21 }, "end": { - "line": 1328, + "line": 1289, "column": 5 } } @@ -61372,16 +57169,16 @@ "kind": "method", "computed": false, "range": [ - 36094, - 37309 + 34543, + 35758 ], "loc": { "start": { - "line": 1297, + "line": 1258, "column": 4 }, "end": { - "line": 1328, + "line": 1289, "column": 5 } }, @@ -61390,16 +57187,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 35870, - 36089 + 34319, + 34538 ], "loc": { "start": { - "line": 1291, + "line": 1252, "column": 4 }, "end": { - "line": 1296, + "line": 1257, "column": 7 } } @@ -61410,16 +57207,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37315, - 37464 + 35764, + 35913 ], "loc": { "start": { - "line": 1330, + "line": 1291, "column": 4 }, "end": { - "line": 1334, + "line": 1295, "column": 7 } } @@ -61433,16 +57230,16 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 37469, - 37487 + 35918, + 35936 ], "loc": { "start": { - "line": 1335, + "line": 1296, "column": 4 }, "end": { - "line": 1335, + "line": 1296, "column": 22 } } @@ -61455,16 +57252,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37488, - 37496 + 35937, + 35945 ], "loc": { "start": { - "line": 1335, + "line": 1296, "column": 23 }, "end": { - "line": 1335, + "line": 1296, "column": 31 } } @@ -61473,16 +57270,16 @@ "type": "Identifier", "name": "container", "range": [ - 37498, - 37507 + 35947, + 35956 ], "loc": { "start": { - "line": 1335, + "line": 1296, "column": 33 }, "end": { - "line": 1335, + "line": 1296, "column": 42 } } @@ -61500,16 +57297,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37523, - 37539 + 35972, + 35988 ], "loc": { "start": { - "line": 1336, + "line": 1297, "column": 12 }, "end": { - "line": 1336, + "line": 1297, "column": 28 } } @@ -61522,16 +57319,16 @@ "object": { "type": "ThisExpression", "range": [ - 37542, - 37546 + 35991, + 35995 ], "loc": { "start": { - "line": 1336, + "line": 1297, "column": 31 }, "end": { - "line": 1336, + "line": 1297, "column": 35 } } @@ -61540,31 +57337,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 37547, - 37560 + 35996, + 36009 ], "loc": { "start": { - "line": 1336, + "line": 1297, "column": 36 }, "end": { - "line": 1336, + "line": 1297, "column": 49 } } }, "range": [ - 37542, - 37560 + 35991, + 36009 ], "loc": { "start": { - "line": 1336, + "line": 1297, "column": 31 }, "end": { - "line": 1336, + "line": 1297, "column": 49 } } @@ -61578,16 +57375,16 @@ "object": { "type": "ThisExpression", "range": [ - 37575, - 37579 + 36024, + 36028 ], "loc": { "start": { - "line": 1337, + "line": 1298, "column": 12 }, "end": { - "line": 1337, + "line": 1298, "column": 16 } } @@ -61596,31 +57393,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 37580, - 37597 + 36029, + 36046 ], "loc": { "start": { - "line": 1337, + "line": 1298, "column": 17 }, "end": { - "line": 1337, + "line": 1298, "column": 34 } } }, "range": [ - 37575, - 37597 + 36024, + 36046 ], "loc": { "start": { - "line": 1337, + "line": 1298, "column": 12 }, "end": { - "line": 1337, + "line": 1298, "column": 34 } } @@ -61629,31 +57426,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37598, - 37606 + 36047, + 36055 ], "loc": { "start": { - "line": 1337, + "line": 1298, "column": 35 }, "end": { - "line": 1337, + "line": 1298, "column": 43 } } }, "range": [ - 37575, - 37607 + 36024, + 36056 ], "loc": { "start": { - "line": 1337, + "line": 1298, "column": 12 }, "end": { - "line": 1337, + "line": 1298, "column": 44 } } @@ -61663,46 +57460,46 @@ "value": null, "raw": "null", "range": [ - 37610, - 37614 + 36059, + 36063 ], "loc": { "start": { - "line": 1337, + "line": 1298, "column": 47 }, "end": { - "line": 1337, + "line": 1298, "column": 51 } } }, "range": [ - 37542, - 37614 + 35991, + 36063 ], "loc": { "start": { - "line": 1336, + "line": 1297, "column": 31 }, "end": { - "line": 1337, + "line": 1298, "column": 51 } } }, "range": [ - 37523, - 37614 + 35972, + 36063 ], "loc": { "start": { - "line": 1336, + "line": 1297, "column": 12 }, "end": { - "line": 1337, + "line": 1298, "column": 51 } } @@ -61710,16 +57507,16 @@ ], "kind": "let", "range": [ - 37519, - 37615 + 35968, + 36064 ], "loc": { "start": { - "line": 1336, + "line": 1297, "column": 8 }, "end": { - "line": 1337, + "line": 1298, "column": 52 } } @@ -61733,16 +57530,16 @@ "type": "Identifier", "name": "btn", "range": [ - 37628, - 37631 + 36077, + 36080 ], "loc": { "start": { - "line": 1338, + "line": 1299, "column": 12 }, "end": { - "line": 1338, + "line": 1299, "column": 15 } } @@ -61753,16 +57550,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 37634, - 37643 + 36083, + 36092 ], "loc": { "start": { - "line": 1338, + "line": 1299, "column": 18 }, "end": { - "line": 1338, + "line": 1299, "column": 27 } } @@ -61772,16 +57569,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 37644, - 37649 + 36093, + 36098 ], "loc": { "start": { - "line": 1338, + "line": 1299, "column": 28 }, "end": { - "line": 1338, + "line": 1299, "column": 33 } } @@ -61794,16 +57591,16 @@ "value": "type", "raw": "'type'", "range": [ - 37664, - 37670 + 36113, + 36119 ], "loc": { "start": { - "line": 1339, + "line": 1300, "column": 13 }, "end": { - "line": 1339, + "line": 1300, "column": 19 } } @@ -61813,32 +57610,32 @@ "value": "button", "raw": "'button'", "range": [ - 37672, - 37680 + 36121, + 36129 ], "loc": { "start": { - "line": 1339, + "line": 1300, "column": 21 }, "end": { - "line": 1339, + "line": 1300, "column": 29 } } } ], "range": [ - 37663, - 37681 + 36112, + 36130 ], "loc": { "start": { - "line": 1339, + "line": 1300, "column": 12 }, "end": { - "line": 1339, + "line": 1300, "column": 30 } } @@ -61851,16 +57648,16 @@ "value": "value", "raw": "'value'", "range": [ - 37696, - 37703 + 36145, + 36152 ], "loc": { "start": { - "line": 1340, + "line": 1301, "column": 13 }, "end": { - "line": 1340, + "line": 1301, "column": 20 } } @@ -61871,16 +57668,16 @@ "object": { "type": "ThisExpression", "range": [ - 37705, - 37709 + 36154, + 36158 ], "loc": { "start": { - "line": 1340, + "line": 1301, "column": 22 }, "end": { - "line": 1340, + "line": 1301, "column": 26 } } @@ -61889,78 +57686,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 37710, - 37717 + 36159, + 36166 ], "loc": { "start": { - "line": 1340, + "line": 1301, "column": 27 }, "end": { - "line": 1340, + "line": 1301, "column": 34 } } }, "range": [ - 37705, - 37717 + 36154, + 36166 ], "loc": { "start": { - "line": 1340, + "line": 1301, "column": 22 }, "end": { - "line": 1340, + "line": 1301, "column": 34 } } } ], "range": [ - 37695, - 37718 + 36144, + 36167 ], "loc": { "start": { - "line": 1340, + "line": 1301, "column": 12 }, "end": { - "line": 1340, + "line": 1301, "column": 35 } } } ], "range": [ - 37634, - 37728 + 36083, + 36177 ], "loc": { "start": { - "line": 1338, + "line": 1299, "column": 18 }, "end": { - "line": 1341, + "line": 1302, "column": 9 } } }, "range": [ - 37628, - 37728 + 36077, + 36177 ], "loc": { "start": { - "line": 1338, + "line": 1299, "column": 12 }, "end": { - "line": 1341, + "line": 1302, "column": 9 } } @@ -61968,16 +57765,16 @@ ], "kind": "let", "range": [ - 37624, - 37729 + 36073, + 36178 ], "loc": { "start": { - "line": 1338, + "line": 1299, "column": 8 }, "end": { - "line": 1341, + "line": 1302, "column": 10 } } @@ -61994,16 +57791,16 @@ "type": "Identifier", "name": "btn", "range": [ - 37738, - 37741 + 36187, + 36190 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 8 }, "end": { - "line": 1342, + "line": 1303, "column": 11 } } @@ -62012,31 +57809,31 @@ "type": "Identifier", "name": "className", "range": [ - 37742, - 37751 + 36191, + 36200 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 12 }, "end": { - "line": 1342, + "line": 1303, "column": 21 } } }, "range": [ - 37738, - 37751 + 36187, + 36200 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 8 }, "end": { - "line": 1342, + "line": 1303, "column": 21 } } @@ -62047,16 +57844,16 @@ "object": { "type": "ThisExpression", "range": [ - 37754, - 37758 + 36203, + 36207 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 24 }, "end": { - "line": 1342, + "line": 1303, "column": 28 } } @@ -62065,61 +57862,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 37759, - 37770 + 36208, + 36219 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 29 }, "end": { - "line": 1342, + "line": 1303, "column": 40 } } }, "range": [ - 37754, - 37770 + 36203, + 36219 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 24 }, "end": { - "line": 1342, + "line": 1303, "column": 40 } } }, "range": [ - 37738, - 37770 + 36187, + 36219 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 8 }, "end": { - "line": 1342, + "line": 1303, "column": 40 } } }, "range": [ - 37738, - 37771 + 36187, + 36220 ], "loc": { "start": { - "line": 1342, + "line": 1303, "column": 8 }, "end": { - "line": 1342, + "line": 1303, "column": 41 } }, @@ -62128,16 +57925,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37781, - 37819 + 36230, + 36268 ], "loc": { "start": { - "line": 1344, + "line": 1305, "column": 8 }, "end": { - "line": 1344, + "line": 1305, "column": 46 } } @@ -62150,16 +57947,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37832, - 37848 + 36281, + 36297 ], "loc": { "start": { - "line": 1345, + "line": 1306, "column": 12 }, "end": { - "line": 1345, + "line": 1306, "column": 28 } } @@ -62180,16 +57977,16 @@ "type": "Identifier", "name": "elm", "range": [ - 37864, - 37867 + 36313, + 36316 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 12 }, "end": { - "line": 1346, + "line": 1307, "column": 15 } } @@ -62199,32 +57996,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37868, - 37884 + 36317, + 36333 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 16 }, "end": { - "line": 1346, + "line": 1307, "column": 32 } } } ], "range": [ - 37864, - 37885 + 36313, + 36334 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 12 }, "end": { - "line": 1346, + "line": 1307, "column": 33 } } @@ -62233,31 +58030,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37886, - 37897 + 36335, + 36346 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 34 }, "end": { - "line": 1346, + "line": 1307, "column": 45 } } }, "range": [ - 37864, - 37897 + 36313, + 36346 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 12 }, "end": { - "line": 1346, + "line": 1307, "column": 45 } } @@ -62267,63 +58064,63 @@ "type": "Identifier", "name": "btn", "range": [ - 37898, - 37901 + 36347, + 36350 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 46 }, "end": { - "line": 1346, + "line": 1307, "column": 49 } } } ], "range": [ - 37864, - 37902 + 36313, + 36351 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 12 }, "end": { - "line": 1346, + "line": 1307, "column": 50 } } }, "range": [ - 37864, - 37903 + 36313, + 36352 ], "loc": { "start": { - "line": 1346, + "line": 1307, "column": 12 }, "end": { - "line": 1346, + "line": 1307, "column": 51 } } } ], "range": [ - 37850, - 37913 + 36299, + 36362 ], "loc": { "start": { - "line": 1345, + "line": 1306, "column": 30 }, "end": { - "line": 1347, + "line": 1308, "column": 9 } } @@ -62342,16 +58139,16 @@ "type": "Identifier", "name": "container", "range": [ - 37933, - 37942 + 36382, + 36391 ], "loc": { "start": { - "line": 1348, + "line": 1309, "column": 12 }, "end": { - "line": 1348, + "line": 1309, "column": 21 } } @@ -62360,31 +58157,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37943, - 37954 + 36392, + 36403 ], "loc": { "start": { - "line": 1348, + "line": 1309, "column": 22 }, "end": { - "line": 1348, + "line": 1309, "column": 33 } } }, "range": [ - 37933, - 37954 + 36382, + 36403 ], "loc": { "start": { - "line": 1348, + "line": 1309, "column": 12 }, "end": { - "line": 1348, + "line": 1309, "column": 33 } } @@ -62394,78 +58191,78 @@ "type": "Identifier", "name": "btn", "range": [ - 37955, - 37958 + 36404, + 36407 ], "loc": { "start": { - "line": 1348, + "line": 1309, "column": 34 }, "end": { - "line": 1348, + "line": 1309, "column": 37 } } } ], "range": [ - 37933, - 37959 + 36382, + 36408 ], "loc": { "start": { - "line": 1348, + "line": 1309, "column": 12 }, "end": { - "line": 1348, + "line": 1309, "column": 38 } } }, "range": [ - 37933, - 37960 + 36382, + 36409 ], "loc": { "start": { - "line": 1348, + "line": 1309, "column": 12 }, "end": { - "line": 1348, + "line": 1309, "column": 39 } } } ], "range": [ - 37919, - 37970 + 36368, + 36419 ], "loc": { "start": { - "line": 1347, + "line": 1308, "column": 15 }, "end": { - "line": 1349, + "line": 1310, "column": 9 } } }, "range": [ - 37828, - 37970 + 36277, + 36419 ], "loc": { "start": { - "line": 1345, + "line": 1306, "column": 8 }, "end": { - "line": 1349, + "line": 1310, "column": 9 } }, @@ -62474,16 +58271,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37781, - 37819 + 36230, + 36268 ], "loc": { "start": { - "line": 1344, + "line": 1305, "column": 8 }, "end": { - "line": 1344, + "line": 1305, "column": 46 } } @@ -62498,16 +58295,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37980, - 37986 + 36429, + 36435 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 8 }, "end": { - "line": 1351, + "line": 1312, "column": 14 } } @@ -62517,16 +58314,16 @@ "type": "Identifier", "name": "btn", "range": [ - 37987, - 37990 + 36436, + 36439 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 15 }, "end": { - "line": 1351, + "line": 1312, "column": 18 } } @@ -62536,16 +58333,16 @@ "value": "click", "raw": "'click'", "range": [ - 37992, - 37999 + 36441, + 36448 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 20 }, "end": { - "line": 1351, + "line": 1312, "column": 27 } } @@ -62562,16 +58359,16 @@ "object": { "type": "ThisExpression", "range": [ - 38007, - 38011 + 36456, + 36460 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 35 }, "end": { - "line": 1351, + "line": 1312, "column": 39 } } @@ -62580,47 +58377,47 @@ "type": "Identifier", "name": "filter", "range": [ - 38012, - 38018 + 36461, + 36467 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 40 }, "end": { - "line": 1351, + "line": 1312, "column": 46 } } }, "range": [ - 38007, - 38018 + 36456, + 36467 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 35 }, "end": { - "line": 1351, + "line": 1312, "column": 46 } } }, "arguments": [], "range": [ - 38007, - 38020 + 36456, + 36469 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 35 }, "end": { - "line": 1351, + "line": 1312, "column": 48 } } @@ -62628,63 +58425,63 @@ "generator": false, "expression": true, "range": [ - 38001, - 38020 + 36450, + 36469 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 29 }, "end": { - "line": 1351, + "line": 1312, "column": 48 } } } ], "range": [ - 37980, - 38021 + 36429, + 36470 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 8 }, "end": { - "line": 1351, + "line": 1312, "column": 49 } } }, "range": [ - 37980, - 38022 + 36429, + 36471 ], "loc": { "start": { - "line": 1351, + "line": 1312, "column": 8 }, "end": { - "line": 1351, + "line": 1312, "column": 50 } } } ], "range": [ - 37509, - 38028 + 35958, + 36477 ], "loc": { "start": { - "line": 1335, + "line": 1296, "column": 44 }, "end": { - "line": 1352, + "line": 1313, "column": 5 } } @@ -62692,16 +58489,16 @@ "generator": false, "expression": false, "range": [ - 37487, - 38028 + 35936, + 36477 ], "loc": { "start": { - "line": 1335, + "line": 1296, "column": 22 }, "end": { - "line": 1352, + "line": 1313, "column": 5 } } @@ -62709,16 +58506,16 @@ "kind": "method", "computed": false, "range": [ - 37469, - 38028 + 35918, + 36477 ], "loc": { "start": { - "line": 1335, + "line": 1296, "column": 4 }, "end": { - "line": 1352, + "line": 1313, "column": 5 } }, @@ -62727,16 +58524,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37315, - 37464 + 35764, + 35913 ], "loc": { "start": { - "line": 1330, + "line": 1291, "column": 4 }, "end": { - "line": 1334, + "line": 1295, "column": 7 } } @@ -62747,16 +58544,16 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 38034, - 38168 + 36483, + 36617 ], "loc": { "start": { - "line": 1354, + "line": 1315, "column": 4 }, "end": { - "line": 1358, + "line": 1319, "column": 7 } } @@ -62770,16 +58567,16 @@ "type": "Identifier", "name": "feature", "range": [ - 38173, - 38180 + 36622, + 36629 ], "loc": { "start": { - "line": 1359, + "line": 1320, "column": 4 }, "end": { - "line": 1359, + "line": 1320, "column": 11 } } @@ -62792,16 +58589,16 @@ "type": "Identifier", "name": "name", "range": [ - 38181, - 38185 + 36630, + 36634 ], "loc": { "start": { - "line": 1359, + "line": 1320, "column": 12 }, "end": { - "line": 1359, + "line": 1320, "column": 16 } } @@ -62821,16 +58618,16 @@ "object": { "type": "ThisExpression", "range": [ - 38204, - 38208 + 36653, + 36657 ], "loc": { "start": { - "line": 1360, + "line": 1321, "column": 15 }, "end": { - "line": 1360, + "line": 1321, "column": 19 } } @@ -62839,31 +58636,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 38209, - 38212 + 36658, + 36661 ], "loc": { "start": { - "line": 1360, + "line": 1321, "column": 20 }, "end": { - "line": 1360, + "line": 1321, "column": 23 } } }, "range": [ - 38204, - 38212 + 36653, + 36661 ], "loc": { "start": { - "line": 1360, + "line": 1321, "column": 15 }, "end": { - "line": 1360, + "line": 1321, "column": 23 } } @@ -62872,62 +58669,62 @@ "type": "Identifier", "name": "name", "range": [ - 38213, - 38217 + 36662, + 36666 ], "loc": { "start": { - "line": 1360, + "line": 1321, "column": 24 }, "end": { - "line": 1360, + "line": 1321, "column": 28 } } }, "range": [ - 38204, - 38218 + 36653, + 36667 ], "loc": { "start": { - "line": 1360, + "line": 1321, "column": 15 }, "end": { - "line": 1360, + "line": 1321, "column": 29 } } }, "range": [ - 38197, - 38219 + 36646, + 36668 ], "loc": { "start": { - "line": 1360, + "line": 1321, "column": 8 }, "end": { - "line": 1360, + "line": 1321, "column": 30 } } } ], "range": [ - 38187, - 38225 + 36636, + 36674 ], "loc": { "start": { - "line": 1359, + "line": 1320, "column": 18 }, "end": { - "line": 1361, + "line": 1322, "column": 5 } } @@ -62935,16 +58732,16 @@ "generator": false, "expression": false, "range": [ - 38180, - 38225 + 36629, + 36674 ], "loc": { "start": { - "line": 1359, + "line": 1320, "column": 11 }, "end": { - "line": 1361, + "line": 1322, "column": 5 } } @@ -62952,16 +58749,16 @@ "kind": "method", "computed": false, "range": [ - 38173, - 38225 + 36622, + 36674 ], "loc": { "start": { - "line": 1359, + "line": 1320, "column": 4 }, "end": { - "line": 1361, + "line": 1322, "column": 5 } }, @@ -62970,16 +58767,1422 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 38034, - 38168 + 36483, + 36617 ], "loc": { "start": { - "line": 1354, + "line": 1315, "column": 4 }, "end": { - "line": 1358, + "line": 1319, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Instanciate and initialise the collection of features required by the\n * configuration and add them to the features registry. A feature is\n * described by a `class` and `name` fields and and optional `property`\n * field:\n * {\n * class: AClass,\n * name: 'aClass'\n * }\n * @param {Array} [features=[]]\n * @private\n ", + "range": [ + 36680, + 37049 + ], + "loc": { + "start": { + "line": 1324, + "column": 4 + }, + "end": { + "line": 1335, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "initFeatures", + "range": [ + 37054, + 37066 + ], + "loc": { + "start": { + "line": 1336, + "column": 4 + }, + "end": { + "line": 1336, + "column": 16 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "AssignmentPattern", + "left": { + "type": "Identifier", + "name": "features", + "range": [ + 37067, + 37075 + ], + "loc": { + "start": { + "line": 1336, + "column": 17 + }, + "end": { + "line": 1336, + "column": 25 + } + } + }, + "right": { + "type": "ArrayExpression", + "elements": [], + "range": [ + 37078, + 37080 + ], + "loc": { + "start": { + "line": 1336, + "column": 28 + }, + "end": { + "line": 1336, + "column": 30 + } + } + }, + "range": [ + 37067, + 37080 + ], + "loc": { + "start": { + "line": 1336, + "column": 17 + }, + "end": { + "line": 1336, + "column": 30 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "features", + "range": [ + 37092, + 37100 + ], + "loc": { + "start": { + "line": 1337, + "column": 8 + }, + "end": { + "line": 1337, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "forEach", + "range": [ + 37101, + 37108 + ], + "loc": { + "start": { + "line": 1337, + "column": 17 + }, + "end": { + "line": 1337, + "column": 24 + } + } + }, + "range": [ + 37092, + 37108 + ], + "loc": { + "start": { + "line": 1337, + "column": 8 + }, + "end": { + "line": 1337, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "feature", + "range": [ + 37110, + 37117 + ], + "loc": { + "start": { + "line": 1337, + "column": 26 + }, + "end": { + "line": 1337, + "column": 33 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "feature", + "range": [ + 37394, + 37401 + ], + "loc": { + "start": { + "line": 1342, + "column": 12 + }, + "end": { + "line": 1342, + "column": 19 + } + } + }, + "property": { + "type": "Identifier", + "name": "property", + "range": [ + 37402, + 37410 + ], + "loc": { + "start": { + "line": 1342, + "column": 20 + }, + "end": { + "line": 1342, + "column": 28 + } + } + }, + "range": [ + 37394, + 37410 + ], + "loc": { + "start": { + "line": 1342, + "column": 12 + }, + "end": { + "line": 1342, + "column": 28 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "feature", + "range": [ + 37413, + 37420 + ], + "loc": { + "start": { + "line": 1342, + "column": 31 + }, + "end": { + "line": 1342, + "column": 38 + } + } + }, + "property": { + "type": "Identifier", + "name": "property", + "range": [ + 37421, + 37429 + ], + "loc": { + "start": { + "line": 1342, + "column": 39 + }, + "end": { + "line": 1342, + "column": 47 + } + } + }, + "range": [ + 37413, + 37429 + ], + "loc": { + "start": { + "line": 1342, + "column": 31 + }, + "end": { + "line": 1342, + "column": 47 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "feature", + "range": [ + 37433, + 37440 + ], + "loc": { + "start": { + "line": 1342, + "column": 51 + }, + "end": { + "line": 1342, + "column": 58 + } + } + }, + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 37441, + 37445 + ], + "loc": { + "start": { + "line": 1342, + "column": 59 + }, + "end": { + "line": 1342, + "column": 63 + } + } + }, + "range": [ + 37433, + 37445 + ], + "loc": { + "start": { + "line": 1342, + "column": 51 + }, + "end": { + "line": 1342, + "column": 63 + } + } + }, + "range": [ + 37413, + 37445 + ], + "loc": { + "start": { + "line": 1342, + "column": 31 + }, + "end": { + "line": 1342, + "column": 63 + } + } + }, + "range": [ + 37394, + 37445 + ], + "loc": { + "start": { + "line": 1342, + "column": 12 + }, + "end": { + "line": 1342, + "column": 63 + } + } + }, + "range": [ + 37394, + 37446 + ], + "loc": { + "start": { + "line": 1342, + "column": 12 + }, + "end": { + "line": 1342, + "column": 64 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " TODO: remove the property field.", + "range": [ + 37136, + 37171 + ], + "loc": { + "start": { + "line": 1338, + "column": 12 + }, + "end": { + "line": 1338, + "column": 47 + } + } + }, + { + "type": "Line", + "value": " Due to naming convention inconsistencies, a `property`", + "range": [ + 37184, + 37241 + ], + "loc": { + "start": { + "line": 1339, + "column": 12 + }, + "end": { + "line": 1339, + "column": 69 + } + } + }, + { + "type": "Line", + "value": " field is added in order allow a conditional instanciation based", + "range": [ + 37254, + 37320 + ], + "loc": { + "start": { + "line": 1340, + "column": 12 + }, + "end": { + "line": 1340, + "column": 78 + } + } + }, + { + "type": "Line", + "value": " on that property on TableFilter, if supplied.", + "range": [ + 37333, + 37381 + ], + "loc": { + "start": { + "line": 1341, + "column": 12 + }, + "end": { + "line": 1341, + "column": 60 + } + } + } + ] + }, + { + "type": "IfStatement", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "ThisExpression", + "range": [ + 37463, + 37467 + ], + "loc": { + "start": { + "line": 1343, + "column": 16 + }, + "end": { + "line": 1343, + "column": 20 + } + } + }, + "property": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "feature", + "range": [ + 37468, + 37475 + ], + "loc": { + "start": { + "line": 1343, + "column": 21 + }, + "end": { + "line": 1343, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "property", + "range": [ + 37476, + 37484 + ], + "loc": { + "start": { + "line": 1343, + "column": 29 + }, + "end": { + "line": 1343, + "column": 37 + } + } + }, + "range": [ + 37468, + 37484 + ], + "loc": { + "start": { + "line": 1343, + "column": 21 + }, + "end": { + "line": 1343, + "column": 37 + } + } + }, + "range": [ + 37463, + 37485 + ], + "loc": { + "start": { + "line": 1343, + "column": 16 + }, + "end": { + "line": 1343, + "column": 38 + } + } + }, + "right": { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 37490, + 37494 + ], + "loc": { + "start": { + "line": 1343, + "column": 43 + }, + "end": { + "line": 1343, + "column": 47 + } + } + }, + "range": [ + 37463, + 37494 + ], + "loc": { + "start": { + "line": 1343, + "column": 16 + }, + "end": { + "line": 1343, + "column": 47 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "ObjectPattern", + "properties": [ + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "class", + "range": [ + 37519, + 37524 + ], + "loc": { + "start": { + "line": 1344, + "column": 21 + }, + "end": { + "line": 1344, + "column": 26 + } + } + }, + "value": { + "type": "Identifier", + "name": "Cls", + "range": [ + 37526, + 37529 + ], + "loc": { + "start": { + "line": 1344, + "column": 28 + }, + "end": { + "line": 1344, + "column": 31 + } + } + }, + "kind": "init", + "method": false, + "shorthand": false, + "computed": false, + "range": [ + 37519, + 37529 + ], + "loc": { + "start": { + "line": 1344, + "column": 21 + }, + "end": { + "line": 1344, + "column": 31 + } + } + }, + { + "type": "Property", + "key": { + "type": "Identifier", + "name": "name", + "range": [ + 37531, + 37535 + ], + "loc": { + "start": { + "line": 1344, + "column": 33 + }, + "end": { + "line": 1344, + "column": 37 + } + } + }, + "value": { + "type": "Identifier", + "name": "name", + "range": [ + 37531, + 37535 + ], + "loc": { + "start": { + "line": 1344, + "column": 33 + }, + "end": { + "line": 1344, + "column": 37 + } + } + }, + "kind": "init", + "method": false, + "shorthand": true, + "computed": false, + "range": [ + 37531, + 37535 + ], + "loc": { + "start": { + "line": 1344, + "column": 33 + }, + "end": { + "line": 1344, + "column": 37 + } + } + } + ], + "range": [ + 37518, + 37536 + ], + "loc": { + "start": { + "line": 1344, + "column": 20 + }, + "end": { + "line": 1344, + "column": 38 + } + } + }, + "init": { + "type": "Identifier", + "name": "feature", + "range": [ + 37539, + 37546 + ], + "loc": { + "start": { + "line": 1344, + "column": 41 + }, + "end": { + "line": 1344, + "column": 48 + } + } + }, + "range": [ + 37518, + 37546 + ], + "loc": { + "start": { + "line": 1344, + "column": 20 + }, + "end": { + "line": 1344, + "column": 48 + } + } + } + ], + "kind": "let", + "range": [ + 37514, + 37547 + ], + "loc": { + "start": { + "line": 1344, + "column": 16 + }, + "end": { + "line": 1344, + "column": 49 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 37565, + 37569 + ], + "loc": { + "start": { + "line": 1346, + "column": 16 + }, + "end": { + "line": 1346, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "Mod", + "range": [ + 37570, + 37573 + ], + "loc": { + "start": { + "line": 1346, + "column": 21 + }, + "end": { + "line": 1346, + "column": 24 + } + } + }, + "range": [ + 37565, + 37573 + ], + "loc": { + "start": { + "line": 1346, + "column": 16 + }, + "end": { + "line": 1346, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 37574, + 37578 + ], + "loc": { + "start": { + "line": 1346, + "column": 25 + }, + "end": { + "line": 1346, + "column": 29 + } + } + }, + "range": [ + 37565, + 37579 + ], + "loc": { + "start": { + "line": 1346, + "column": 16 + }, + "end": { + "line": 1346, + "column": 30 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 37582, + 37586 + ], + "loc": { + "start": { + "line": 1346, + "column": 33 + }, + "end": { + "line": 1346, + "column": 37 + } + } + }, + "property": { + "type": "Identifier", + "name": "Mod", + "range": [ + 37587, + 37590 + ], + "loc": { + "start": { + "line": 1346, + "column": 38 + }, + "end": { + "line": 1346, + "column": 41 + } + } + }, + "range": [ + 37582, + 37590 + ], + "loc": { + "start": { + "line": 1346, + "column": 33 + }, + "end": { + "line": 1346, + "column": 41 + } + } + }, + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 37591, + 37595 + ], + "loc": { + "start": { + "line": 1346, + "column": 42 + }, + "end": { + "line": 1346, + "column": 46 + } + } + }, + "range": [ + 37582, + 37596 + ], + "loc": { + "start": { + "line": 1346, + "column": 33 + }, + "end": { + "line": 1346, + "column": 47 + } + } + }, + "right": { + "type": "NewExpression", + "callee": { + "type": "Identifier", + "name": "Cls", + "range": [ + 37604, + 37607 + ], + "loc": { + "start": { + "line": 1346, + "column": 55 + }, + "end": { + "line": 1346, + "column": 58 + } + } + }, + "arguments": [ + { + "type": "ThisExpression", + "range": [ + 37608, + 37612 + ], + "loc": { + "start": { + "line": 1346, + "column": 59 + }, + "end": { + "line": 1346, + "column": 63 + } + } + } + ], + "range": [ + 37600, + 37613 + ], + "loc": { + "start": { + "line": 1346, + "column": 51 + }, + "end": { + "line": 1346, + "column": 64 + } + } + }, + "range": [ + 37582, + 37613 + ], + "loc": { + "start": { + "line": 1346, + "column": 33 + }, + "end": { + "line": 1346, + "column": 64 + } + } + }, + "range": [ + 37565, + 37613 + ], + "loc": { + "start": { + "line": 1346, + "column": 16 + }, + "end": { + "line": 1346, + "column": 64 + } + } + }, + "range": [ + 37565, + 37614 + ], + "loc": { + "start": { + "line": 1346, + "column": 16 + }, + "end": { + "line": 1346, + "column": 65 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 37631, + 37635 + ], + "loc": { + "start": { + "line": 1347, + "column": 16 + }, + "end": { + "line": 1347, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "Mod", + "range": [ + 37636, + 37639 + ], + "loc": { + "start": { + "line": 1347, + "column": 21 + }, + "end": { + "line": 1347, + "column": 24 + } + } + }, + "range": [ + 37631, + 37639 + ], + "loc": { + "start": { + "line": 1347, + "column": 16 + }, + "end": { + "line": 1347, + "column": 24 + } + } + }, + "property": { + "type": "Identifier", + "name": "name", + "range": [ + 37640, + 37644 + ], + "loc": { + "start": { + "line": 1347, + "column": 25 + }, + "end": { + "line": 1347, + "column": 29 + } + } + }, + "range": [ + 37631, + 37645 + ], + "loc": { + "start": { + "line": 1347, + "column": 16 + }, + "end": { + "line": 1347, + "column": 30 + } + } + }, + "property": { + "type": "Identifier", + "name": "init", + "range": [ + 37646, + 37650 + ], + "loc": { + "start": { + "line": 1347, + "column": 31 + }, + "end": { + "line": 1347, + "column": 35 + } + } + }, + "range": [ + 37631, + 37650 + ], + "loc": { + "start": { + "line": 1347, + "column": 16 + }, + "end": { + "line": 1347, + "column": 35 + } + } + }, + "arguments": [], + "range": [ + 37631, + 37652 + ], + "loc": { + "start": { + "line": 1347, + "column": 16 + }, + "end": { + "line": 1347, + "column": 37 + } + } + }, + "range": [ + 37631, + 37653 + ], + "loc": { + "start": { + "line": 1347, + "column": 16 + }, + "end": { + "line": 1347, + "column": 38 + } + } + } + ], + "range": [ + 37496, + 37667 + ], + "loc": { + "start": { + "line": 1343, + "column": 49 + }, + "end": { + "line": 1348, + "column": 13 + } + } + }, + "alternate": null, + "range": [ + 37459, + 37667 + ], + "loc": { + "start": { + "line": 1343, + "column": 12 + }, + "end": { + "line": 1348, + "column": 13 + } + } + } + ], + "range": [ + 37122, + 37677 + ], + "loc": { + "start": { + "line": 1337, + "column": 38 + }, + "end": { + "line": 1349, + "column": 9 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 37109, + 37677 + ], + "loc": { + "start": { + "line": 1337, + "column": 25 + }, + "end": { + "line": 1349, + "column": 9 + } + } + } + ], + "range": [ + 37092, + 37678 + ], + "loc": { + "start": { + "line": 1337, + "column": 8 + }, + "end": { + "line": 1349, + "column": 10 + } + } + }, + "range": [ + 37092, + 37679 + ], + "loc": { + "start": { + "line": 1337, + "column": 8 + }, + "end": { + "line": 1349, + "column": 11 + } + } + } + ], + "range": [ + 37082, + 37685 + ], + "loc": { + "start": { + "line": 1336, + "column": 32 + }, + "end": { + "line": 1350, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 37066, + 37685 + ], + "loc": { + "start": { + "line": 1336, + "column": 16 + }, + "end": { + "line": 1350, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 37054, + 37685 + ], + "loc": { + "start": { + "line": 1336, + "column": 4 + }, + "end": { + "line": 1350, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Instanciate and initialise the collection of features required by the\n * configuration and add them to the features registry. A feature is\n * described by a `class` and `name` fields and and optional `property`\n * field:\n * {\n * class: AClass,\n * name: 'aClass'\n * }\n * @param {Array} [features=[]]\n * @private\n ", + "range": [ + 36680, + 37049 + ], + "loc": { + "start": { + "line": 1324, + "column": 4 + }, + "end": { + "line": 1335, "column": 7 } } @@ -62990,16 +60193,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38231, - 38315 + 37691, + 37775 ], "loc": { "start": { - "line": 1363, + "line": 1352, "column": 4 }, "end": { - "line": 1365, + "line": 1354, "column": 7 } } @@ -63013,16 +60216,16 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 38320, - 38334 + 37780, + 37794 ], "loc": { "start": { - "line": 1366, + "line": 1355, "column": 4 }, "end": { - "line": 1366, + "line": 1355, "column": 18 } } @@ -63045,16 +60248,16 @@ "object": { "type": "ThisExpression", "range": [ - 38352, - 38356 + 37812, + 37816 ], "loc": { "start": { - "line": 1367, + "line": 1356, "column": 13 }, "end": { - "line": 1367, + "line": 1356, "column": 17 } } @@ -63063,47 +60266,47 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 38357, - 38370 + 37817, + 37830 ], "loc": { "start": { - "line": 1367, + "line": 1356, "column": 18 }, "end": { - "line": 1367, + "line": 1356, "column": 31 } } }, "range": [ - 38352, - 38370 + 37812, + 37830 ], "loc": { "start": { - "line": 1367, + "line": 1356, "column": 13 }, "end": { - "line": 1367, + "line": 1356, "column": 31 } } }, "prefix": true, "range": [ - 38351, - 38370 + 37811, + 37830 ], "loc": { "start": { - "line": 1367, + "line": 1356, "column": 12 }, "end": { - "line": 1367, + "line": 1356, "column": 31 } } @@ -63115,48 +60318,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 38386, - 38393 + 37846, + 37853 ], "loc": { "start": { - "line": 1368, + "line": 1357, "column": 12 }, "end": { - "line": 1368, + "line": 1357, "column": 19 } } } ], "range": [ - 38372, - 38403 + 37832, + 37863 ], "loc": { "start": { - "line": 1367, + "line": 1356, "column": 33 }, "end": { - "line": 1369, + "line": 1358, "column": 9 } } }, "alternate": null, "range": [ - 38347, - 38403 + 37807, + 37863 ], "loc": { "start": { - "line": 1367, + "line": 1356, "column": 8 }, "end": { - "line": 1369, + "line": 1358, "column": 9 } } @@ -63170,16 +60373,16 @@ "type": "Identifier", "name": "exts", "range": [ - 38417, - 38421 + 37877, + 37881 ], "loc": { "start": { - "line": 1371, + "line": 1360, "column": 12 }, "end": { - "line": 1371, + "line": 1360, "column": 16 } } @@ -63190,16 +60393,16 @@ "object": { "type": "ThisExpression", "range": [ - 38424, - 38428 + 37884, + 37888 ], "loc": { "start": { - "line": 1371, + "line": 1360, "column": 19 }, "end": { - "line": 1371, + "line": 1360, "column": 23 } } @@ -63208,46 +60411,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 38429, - 38439 + 37889, + 37899 ], "loc": { "start": { - "line": 1371, + "line": 1360, "column": 24 }, "end": { - "line": 1371, + "line": 1360, "column": 34 } } }, "range": [ - 38424, - 38439 + 37884, + 37899 ], "loc": { "start": { - "line": 1371, + "line": 1360, "column": 19 }, "end": { - "line": 1371, + "line": 1360, "column": 34 } } }, "range": [ - 38417, - 38439 + 37877, + 37899 ], "loc": { "start": { - "line": 1371, + "line": 1360, "column": 12 }, "end": { - "line": 1371, + "line": 1360, "column": 34 } } @@ -63255,16 +60458,16 @@ ], "kind": "let", "range": [ - 38413, - 38440 + 37873, + 37900 ], "loc": { "start": { - "line": 1371, + "line": 1360, "column": 8 }, "end": { - "line": 1371, + "line": 1360, "column": 35 } }, @@ -63273,16 +60476,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 38449, - 38502 + 37909, + 37962 ], "loc": { "start": { - "line": 1372, + "line": 1361, "column": 8 }, "end": { - "line": 1372, + "line": 1361, "column": 61 } } @@ -63298,16 +60501,16 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 38511, - 38534 + 37971, + 37994 ], "loc": { "start": { - "line": 1373, + "line": 1362, "column": 8 }, "end": { - "line": 1373, + "line": 1362, "column": 31 } } @@ -63318,16 +60521,16 @@ "object": { "type": "ThisExpression", "range": [ - 38537, - 38541 + 37997, + 38001 ], "loc": { "start": { - "line": 1373, + "line": 1362, "column": 34 }, "end": { - "line": 1373, + "line": 1362, "column": 38 } } @@ -63336,61 +60539,61 @@ "type": "Identifier", "name": "basePath", "range": [ - 38542, - 38550 + 38002, + 38010 ], "loc": { "start": { - "line": 1373, + "line": 1362, "column": 39 }, "end": { - "line": 1373, + "line": 1362, "column": 47 } } }, "range": [ - 38537, - 38550 + 37997, + 38010 ], "loc": { "start": { - "line": 1373, + "line": 1362, "column": 34 }, "end": { - "line": 1373, + "line": 1362, "column": 47 } } }, "range": [ - 38511, - 38550 + 37971, + 38010 ], "loc": { "start": { - "line": 1373, + "line": 1362, "column": 8 }, "end": { - "line": 1373, + "line": 1362, "column": 47 } } }, "range": [ - 38511, - 38551 + 37971, + 38011 ], "loc": { "start": { - "line": 1373, + "line": 1362, "column": 8 }, "end": { - "line": 1373, + "line": 1362, "column": 48 } }, @@ -63399,16 +60602,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 38449, - 38502 + 37909, + 37962 ], "loc": { "start": { - "line": 1372, + "line": 1361, "column": 8 }, "end": { - "line": 1372, + "line": 1361, "column": 61 } } @@ -63428,16 +60631,16 @@ "object": { "type": "ThisExpression", "range": [ - 38561, - 38565 + 38021, + 38025 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 8 }, "end": { - "line": 1375, + "line": 1364, "column": 12 } } @@ -63446,31 +60649,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 38566, - 38573 + 38026, + 38033 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 13 }, "end": { - "line": 1375, + "line": 1364, "column": 20 } } }, "range": [ - 38561, - 38573 + 38021, + 38033 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 8 }, "end": { - "line": 1375, + "line": 1364, "column": 20 } } @@ -63479,31 +60682,31 @@ "type": "Identifier", "name": "emit", "range": [ - 38574, - 38578 + 38034, + 38038 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 21 }, "end": { - "line": 1375, + "line": 1364, "column": 25 } } }, "range": [ - 38561, - 38578 + 38021, + 38038 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 8 }, "end": { - "line": 1375, + "line": 1364, "column": 25 } } @@ -63514,16 +60717,16 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 38579, - 38606 + 38039, + 38066 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 26 }, "end": { - "line": 1375, + "line": 1364, "column": 53 } } @@ -63531,47 +60734,47 @@ { "type": "ThisExpression", "range": [ - 38608, - 38612 + 38068, + 38072 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 55 }, "end": { - "line": 1375, + "line": 1364, "column": 59 } } } ], "range": [ - 38561, - 38613 + 38021, + 38073 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 8 }, "end": { - "line": 1375, + "line": 1364, "column": 60 } } }, "range": [ - 38561, - 38614 + 38021, + 38074 ], "loc": { "start": { - "line": 1375, + "line": 1364, "column": 8 }, "end": { - "line": 1375, + "line": 1364, "column": 61 } } @@ -63587,16 +60790,16 @@ "type": "Identifier", "name": "i", "range": [ - 38632, - 38633 + 38092, + 38093 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 17 }, "end": { - "line": 1376, + "line": 1365, "column": 18 } } @@ -63606,31 +60809,31 @@ "value": 0, "raw": "0", "range": [ - 38636, - 38637 + 38096, + 38097 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 21 }, "end": { - "line": 1376, + "line": 1365, "column": 22 } } }, "range": [ - 38632, - 38637 + 38092, + 38097 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 17 }, "end": { - "line": 1376, + "line": 1365, "column": 22 } } @@ -63641,16 +60844,16 @@ "type": "Identifier", "name": "len", "range": [ - 38639, - 38642 + 38099, + 38102 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 24 }, "end": { - "line": 1376, + "line": 1365, "column": 27 } } @@ -63662,16 +60865,16 @@ "type": "Identifier", "name": "exts", "range": [ - 38645, - 38649 + 38105, + 38109 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 30 }, "end": { - "line": 1376, + "line": 1365, "column": 34 } } @@ -63680,46 +60883,46 @@ "type": "Identifier", "name": "length", "range": [ - 38650, - 38656 + 38110, + 38116 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 35 }, "end": { - "line": 1376, + "line": 1365, "column": 41 } } }, "range": [ - 38645, - 38656 + 38105, + 38116 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 30 }, "end": { - "line": 1376, + "line": 1365, "column": 41 } } }, "range": [ - 38639, - 38656 + 38099, + 38116 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 24 }, "end": { - "line": 1376, + "line": 1365, "column": 41 } } @@ -63727,16 +60930,16 @@ ], "kind": "let", "range": [ - 38628, - 38656 + 38088, + 38116 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 13 }, "end": { - "line": 1376, + "line": 1365, "column": 41 } } @@ -63748,16 +60951,16 @@ "type": "Identifier", "name": "i", "range": [ - 38658, - 38659 + 38118, + 38119 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 43 }, "end": { - "line": 1376, + "line": 1365, "column": 44 } } @@ -63766,31 +60969,31 @@ "type": "Identifier", "name": "len", "range": [ - 38662, - 38665 + 38122, + 38125 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 47 }, "end": { - "line": 1376, + "line": 1365, "column": 50 } } }, "range": [ - 38658, - 38665 + 38118, + 38125 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 43 }, "end": { - "line": 1376, + "line": 1365, "column": 50 } } @@ -63802,32 +61005,32 @@ "type": "Identifier", "name": "i", "range": [ - 38667, - 38668 + 38127, + 38128 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 52 }, "end": { - "line": 1376, + "line": 1365, "column": 53 } } }, "prefix": false, "range": [ - 38667, - 38670 + 38127, + 38130 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 52 }, "end": { - "line": 1376, + "line": 1365, "column": 55 } } @@ -63844,16 +61047,16 @@ "type": "Identifier", "name": "ext", "range": [ - 38690, - 38693 + 38150, + 38153 ], "loc": { "start": { - "line": 1377, + "line": 1366, "column": 16 }, "end": { - "line": 1377, + "line": 1366, "column": 19 } } @@ -63865,16 +61068,16 @@ "type": "Identifier", "name": "exts", "range": [ - 38696, - 38700 + 38156, + 38160 ], "loc": { "start": { - "line": 1377, + "line": 1366, "column": 22 }, "end": { - "line": 1377, + "line": 1366, "column": 26 } } @@ -63883,46 +61086,46 @@ "type": "Identifier", "name": "i", "range": [ - 38701, - 38702 + 38161, + 38162 ], "loc": { "start": { - "line": 1377, + "line": 1366, "column": 27 }, "end": { - "line": 1377, + "line": 1366, "column": 28 } } }, "range": [ - 38696, - 38703 + 38156, + 38163 ], "loc": { "start": { - "line": 1377, + "line": 1366, "column": 22 }, "end": { - "line": 1377, + "line": 1366, "column": 29 } } }, "range": [ - 38690, - 38703 + 38150, + 38163 ], "loc": { "start": { - "line": 1377, + "line": 1366, "column": 16 }, "end": { - "line": 1377, + "line": 1366, "column": 29 } } @@ -63930,16 +61133,16 @@ ], "kind": "let", "range": [ - 38686, - 38704 + 38146, + 38164 ], "loc": { "start": { - "line": 1377, + "line": 1366, "column": 12 }, "end": { - "line": 1377, + "line": 1366, "column": 30 } } @@ -63958,16 +61161,16 @@ "object": { "type": "ThisExpression", "range": [ - 38722, - 38726 + 38182, + 38186 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 17 }, "end": { - "line": 1378, + "line": 1367, "column": 21 } } @@ -63976,31 +61179,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 38727, - 38738 + 38187, + 38198 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 22 }, "end": { - "line": 1378, + "line": 1367, "column": 33 } } }, "range": [ - 38722, - 38738 + 38182, + 38198 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 17 }, "end": { - "line": 1378, + "line": 1367, "column": 33 } } @@ -64012,16 +61215,16 @@ "type": "Identifier", "name": "ext", "range": [ - 38739, - 38742 + 38199, + 38202 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 34 }, "end": { - "line": 1378, + "line": 1367, "column": 37 } } @@ -64030,62 +61233,62 @@ "type": "Identifier", "name": "name", "range": [ - 38743, - 38747 + 38203, + 38207 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 38 }, "end": { - "line": 1378, + "line": 1367, "column": 42 } } }, "range": [ - 38739, - 38747 + 38199, + 38207 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 34 }, "end": { - "line": 1378, + "line": 1367, "column": 42 } } }, "range": [ - 38722, - 38748 + 38182, + 38208 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 17 }, "end": { - "line": 1378, + "line": 1367, "column": 43 } } }, "prefix": true, "range": [ - 38721, - 38748 + 38181, + 38208 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 16 }, "end": { - "line": 1378, + "line": 1367, "column": 43 } } @@ -64103,16 +61306,16 @@ "object": { "type": "ThisExpression", "range": [ - 38768, - 38772 + 38228, + 38232 ], "loc": { "start": { - "line": 1379, + "line": 1368, "column": 16 }, "end": { - "line": 1379, + "line": 1368, "column": 20 } } @@ -64121,31 +61324,31 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 38773, - 38786 + 38233, + 38246 ], "loc": { "start": { - "line": 1379, + "line": 1368, "column": 21 }, "end": { - "line": 1379, + "line": 1368, "column": 34 } } }, "range": [ - 38768, - 38786 + 38228, + 38246 ], "loc": { "start": { - "line": 1379, + "line": 1368, "column": 16 }, "end": { - "line": 1379, + "line": 1368, "column": 34 } } @@ -64155,110 +61358,110 @@ "type": "Identifier", "name": "ext", "range": [ - 38787, - 38790 + 38247, + 38250 ], "loc": { "start": { - "line": 1379, + "line": 1368, "column": 35 }, "end": { - "line": 1379, + "line": 1368, "column": 38 } } } ], "range": [ - 38768, - 38791 + 38228, + 38251 ], "loc": { "start": { - "line": 1379, + "line": 1368, "column": 16 }, "end": { - "line": 1379, + "line": 1368, "column": 39 } } }, "range": [ - 38768, - 38792 + 38228, + 38252 ], "loc": { "start": { - "line": 1379, + "line": 1368, "column": 16 }, "end": { - "line": 1379, + "line": 1368, "column": 40 } } } ], "range": [ - 38750, - 38806 + 38210, + 38266 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 45 }, "end": { - "line": 1380, + "line": 1369, "column": 13 } } }, "alternate": null, "range": [ - 38717, - 38806 + 38177, + 38266 ], "loc": { "start": { - "line": 1378, + "line": 1367, "column": 12 }, "end": { - "line": 1380, + "line": 1369, "column": 13 } } } ], "range": [ - 38672, - 38816 + 38132, + 38276 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 57 }, "end": { - "line": 1381, + "line": 1370, "column": 9 } } }, "range": [ - 38623, - 38816 + 38083, + 38276 ], "loc": { "start": { - "line": 1376, + "line": 1365, "column": 8 }, "end": { - "line": 1381, + "line": 1370, "column": 9 } } @@ -64276,16 +61479,16 @@ "object": { "type": "ThisExpression", "range": [ - 38825, - 38829 + 38285, + 38289 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 8 }, "end": { - "line": 1382, + "line": 1371, "column": 12 } } @@ -64294,31 +61497,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 38830, - 38837 + 38290, + 38297 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 13 }, "end": { - "line": 1382, + "line": 1371, "column": 20 } } }, "range": [ - 38825, - 38837 + 38285, + 38297 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 8 }, "end": { - "line": 1382, + "line": 1371, "column": 20 } } @@ -64327,31 +61530,31 @@ "type": "Identifier", "name": "emit", "range": [ - 38838, - 38842 + 38298, + 38302 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 21 }, "end": { - "line": 1382, + "line": 1371, "column": 25 } } }, "range": [ - 38825, - 38842 + 38285, + 38302 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 8 }, "end": { - "line": 1382, + "line": 1371, "column": 25 } } @@ -64362,16 +61565,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 38843, - 38869 + 38303, + 38329 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 26 }, "end": { - "line": 1382, + "line": 1371, "column": 52 } } @@ -64379,63 +61582,63 @@ { "type": "ThisExpression", "range": [ - 38871, - 38875 + 38331, + 38335 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 54 }, "end": { - "line": 1382, + "line": 1371, "column": 58 } } } ], "range": [ - 38825, - 38876 + 38285, + 38336 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 8 }, "end": { - "line": 1382, + "line": 1371, "column": 59 } } }, "range": [ - 38825, - 38877 + 38285, + 38337 ], "loc": { "start": { - "line": 1382, + "line": 1371, "column": 8 }, "end": { - "line": 1382, + "line": 1371, "column": 60 } } } ], "range": [ - 38337, - 38883 + 37797, + 38343 ], "loc": { "start": { - "line": 1366, + "line": 1355, "column": 21 }, "end": { - "line": 1383, + "line": 1372, "column": 5 } } @@ -64443,16 +61646,16 @@ "generator": false, "expression": false, "range": [ - 38334, - 38883 + 37794, + 38343 ], "loc": { "start": { - "line": 1366, + "line": 1355, "column": 18 }, "end": { - "line": 1383, + "line": 1372, "column": 5 } } @@ -64460,16 +61663,16 @@ "kind": "method", "computed": false, "range": [ - 38320, - 38883 + 37780, + 38343 ], "loc": { "start": { - "line": 1366, + "line": 1355, "column": 4 }, "end": { - "line": 1383, + "line": 1372, "column": 5 } }, @@ -64478,16 +61681,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38231, - 38315 + 37691, + 37775 ], "loc": { "start": { - "line": 1363, + "line": 1352, "column": 4 }, "end": { - "line": 1365, + "line": 1354, "column": 7 } } @@ -64498,16 +61701,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 38889, - 38984 + 38349, + 38444 ], "loc": { "start": { - "line": 1385, + "line": 1374, "column": 4 }, "end": { - "line": 1388, + "line": 1377, "column": 7 } } @@ -64521,16 +61724,16 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 38989, - 39002 + 38449, + 38462 ], "loc": { "start": { - "line": 1389, + "line": 1378, "column": 4 }, "end": { - "line": 1389, + "line": 1378, "column": 17 } } @@ -64543,16 +61746,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39003, - 39006 + 38463, + 38466 ], "loc": { "start": { - "line": 1389, + "line": 1378, "column": 18 }, "end": { - "line": 1389, + "line": 1378, "column": 21 } } @@ -64573,32 +61776,32 @@ "type": "Identifier", "name": "ext", "range": [ - 39023, - 39026 + 38483, + 38486 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 13 }, "end": { - "line": 1390, + "line": 1379, "column": 16 } } }, "prefix": true, "range": [ - 39022, - 39026 + 38482, + 38486 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 12 }, "end": { - "line": 1390, + "line": 1379, "column": 16 } } @@ -64613,16 +61816,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39031, - 39034 + 38491, + 38494 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 21 }, "end": { - "line": 1390, + "line": 1379, "column": 24 } } @@ -64631,62 +61834,62 @@ "type": "Identifier", "name": "name", "range": [ - 39035, - 39039 + 38495, + 38499 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 25 }, "end": { - "line": 1390, + "line": 1379, "column": 29 } } }, "range": [ - 39031, - 39039 + 38491, + 38499 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 21 }, "end": { - "line": 1390, + "line": 1379, "column": 29 } } }, "prefix": true, "range": [ - 39030, - 39039 + 38490, + 38499 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 20 }, "end": { - "line": 1390, + "line": 1379, "column": 29 } } }, "range": [ - 39022, - 39039 + 38482, + 38499 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 12 }, "end": { - "line": 1390, + "line": 1379, "column": 29 } } @@ -64698,48 +61901,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39055, - 39062 + 38515, + 38522 ], "loc": { "start": { - "line": 1391, + "line": 1380, "column": 12 }, "end": { - "line": 1391, + "line": 1380, "column": 19 } } } ], "range": [ - 39041, - 39072 + 38501, + 38532 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 31 }, "end": { - "line": 1392, + "line": 1381, "column": 9 } } }, "alternate": null, "range": [ - 39018, - 39072 + 38478, + 38532 ], "loc": { "start": { - "line": 1390, + "line": 1379, "column": 8 }, "end": { - "line": 1392, + "line": 1381, "column": 9 } } @@ -64753,16 +61956,16 @@ "type": "Identifier", "name": "name", "range": [ - 39086, - 39090 + 38546, + 38550 ], "loc": { "start": { - "line": 1394, + "line": 1383, "column": 12 }, "end": { - "line": 1394, + "line": 1383, "column": 16 } } @@ -64774,16 +61977,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39093, - 39096 + 38553, + 38556 ], "loc": { "start": { - "line": 1394, + "line": 1383, "column": 19 }, "end": { - "line": 1394, + "line": 1383, "column": 22 } } @@ -64792,46 +61995,46 @@ "type": "Identifier", "name": "name", "range": [ - 39097, - 39101 + 38557, + 38561 ], "loc": { "start": { - "line": 1394, + "line": 1383, "column": 23 }, "end": { - "line": 1394, + "line": 1383, "column": 27 } } }, "range": [ - 39093, - 39101 + 38553, + 38561 ], "loc": { "start": { - "line": 1394, + "line": 1383, "column": 19 }, "end": { - "line": 1394, + "line": 1383, "column": 27 } } }, "range": [ - 39086, - 39101 + 38546, + 38561 ], "loc": { "start": { - "line": 1394, + "line": 1383, "column": 12 }, "end": { - "line": 1394, + "line": 1383, "column": 27 } } @@ -64839,16 +62042,16 @@ ], "kind": "let", "range": [ - 39082, - 39102 + 38542, + 38562 ], "loc": { "start": { - "line": 1394, + "line": 1383, "column": 8 }, "end": { - "line": 1394, + "line": 1383, "column": 28 } } @@ -64862,16 +62065,16 @@ "type": "Identifier", "name": "path", "range": [ - 39115, - 39119 + 38575, + 38579 ], "loc": { "start": { - "line": 1395, + "line": 1384, "column": 12 }, "end": { - "line": 1395, + "line": 1384, "column": 16 } } @@ -64883,16 +62086,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39122, - 39125 + 38582, + 38585 ], "loc": { "start": { - "line": 1395, + "line": 1384, "column": 19 }, "end": { - "line": 1395, + "line": 1384, "column": 22 } } @@ -64901,46 +62104,46 @@ "type": "Identifier", "name": "path", "range": [ - 39126, - 39130 + 38586, + 38590 ], "loc": { "start": { - "line": 1395, + "line": 1384, "column": 23 }, "end": { - "line": 1395, + "line": 1384, "column": 27 } } }, "range": [ - 39122, - 39130 + 38582, + 38590 ], "loc": { "start": { - "line": 1395, + "line": 1384, "column": 19 }, "end": { - "line": 1395, + "line": 1384, "column": 27 } } }, "range": [ - 39115, - 39130 + 38575, + 38590 ], "loc": { "start": { - "line": 1395, + "line": 1384, "column": 12 }, "end": { - "line": 1395, + "line": 1384, "column": 27 } } @@ -64948,16 +62151,16 @@ ], "kind": "let", "range": [ - 39111, - 39131 + 38571, + 38591 ], "loc": { "start": { - "line": 1395, + "line": 1384, "column": 8 }, "end": { - "line": 1395, + "line": 1384, "column": 28 } } @@ -64971,32 +62174,32 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39144, - 39154 + 38604, + 38614 ], "loc": { "start": { - "line": 1396, + "line": 1385, "column": 12 }, "end": { - "line": 1396, + "line": 1385, "column": 22 } } }, "init": null, "range": [ - 39144, - 39154 + 38604, + 38614 ], "loc": { "start": { - "line": 1396, + "line": 1385, "column": 12 }, "end": { - "line": 1396, + "line": 1385, "column": 22 } } @@ -65004,16 +62207,16 @@ ], "kind": "let", "range": [ - 39140, - 39155 + 38600, + 38615 ], "loc": { "start": { - "line": 1396, + "line": 1385, "column": 8 }, "end": { - "line": 1396, + "line": 1385, "column": 23 } } @@ -65027,16 +62230,16 @@ "type": "Identifier", "name": "name", "range": [ - 39169, - 39173 + 38629, + 38633 ], "loc": { "start": { - "line": 1398, + "line": 1387, "column": 12 }, "end": { - "line": 1398, + "line": 1387, "column": 16 } } @@ -65045,31 +62248,31 @@ "type": "Identifier", "name": "path", "range": [ - 39177, - 39181 + 38637, + 38641 ], "loc": { "start": { - "line": 1398, + "line": 1387, "column": 20 }, "end": { - "line": 1398, + "line": 1387, "column": 24 } } }, "range": [ - 39169, - 39181 + 38629, + 38641 ], "loc": { "start": { - "line": 1398, + "line": 1387, "column": 12 }, "end": { - "line": 1398, + "line": 1387, "column": 24 } } @@ -65086,16 +62289,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39197, - 39207 + 38657, + 38667 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 12 }, "end": { - "line": 1399, + "line": 1388, "column": 22 } } @@ -65110,16 +62313,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39210, - 39213 + 38670, + 38673 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 25 }, "end": { - "line": 1399, + "line": 1388, "column": 28 } } @@ -65128,31 +62331,31 @@ "type": "Identifier", "name": "path", "range": [ - 39214, - 39218 + 38674, + 38678 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 29 }, "end": { - "line": 1399, + "line": 1388, "column": 33 } } }, "range": [ - 39210, - 39218 + 38670, + 38678 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 25 }, "end": { - "line": 1399, + "line": 1388, "column": 33 } } @@ -65161,77 +62364,77 @@ "type": "Identifier", "name": "name", "range": [ - 39221, - 39225 + 38681, + 38685 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 36 }, "end": { - "line": 1399, + "line": 1388, "column": 40 } } }, "range": [ - 39210, - 39225 + 38670, + 38685 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 25 }, "end": { - "line": 1399, + "line": 1388, "column": 40 } } }, "range": [ - 39197, - 39225 + 38657, + 38685 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 12 }, "end": { - "line": 1399, + "line": 1388, "column": 40 } } }, "range": [ - 39197, - 39226 + 38657, + 38686 ], "loc": { "start": { - "line": 1399, + "line": 1388, "column": 12 }, "end": { - "line": 1399, + "line": 1388, "column": 41 } } } ], "range": [ - 39183, - 39236 + 38643, + 38696 ], "loc": { "start": { - "line": 1398, + "line": 1387, "column": 26 }, "end": { - "line": 1400, + "line": 1389, "column": 9 } } @@ -65248,16 +62451,16 @@ "type": "Identifier", "name": "name", "range": [ - 39256, - 39260 + 38716, + 38720 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 12 }, "end": { - "line": 1401, + "line": 1390, "column": 16 } } @@ -65271,16 +62474,16 @@ "type": "Identifier", "name": "name", "range": [ - 39263, - 39267 + 38723, + 38727 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 19 }, "end": { - "line": 1401, + "line": 1390, "column": 23 } } @@ -65289,31 +62492,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39268, - 39275 + 38728, + 38735 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 24 }, "end": { - "line": 1401, + "line": 1390, "column": 31 } } }, "range": [ - 39263, - 39275 + 38723, + 38735 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 19 }, "end": { - "line": 1401, + "line": 1390, "column": 31 } } @@ -65324,16 +62527,16 @@ "value": ".js", "raw": "'.js'", "range": [ - 39276, - 39281 + 38736, + 38741 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 32 }, "end": { - "line": 1401, + "line": 1390, "column": 37 } } @@ -65343,62 +62546,62 @@ "value": "", "raw": "''", "range": [ - 39283, - 39285 + 38743, + 38745 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 39 }, "end": { - "line": 1401, + "line": 1390, "column": 41 } } } ], "range": [ - 39263, - 39286 + 38723, + 38746 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 19 }, "end": { - "line": 1401, + "line": 1390, "column": 42 } } }, "range": [ - 39256, - 39286 + 38716, + 38746 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 12 }, "end": { - "line": 1401, + "line": 1390, "column": 42 } } }, "range": [ - 39256, - 39287 + 38716, + 38747 ], "loc": { "start": { - "line": 1401, + "line": 1390, "column": 12 }, "end": { - "line": 1401, + "line": 1390, "column": 43 } } @@ -65412,16 +62615,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39300, - 39310 + 38760, + 38770 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 12 }, "end": { - "line": 1402, + "line": 1391, "column": 22 } } @@ -65436,16 +62639,16 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 39313, - 39331 + 38773, + 38791 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 25 }, "end": { - "line": 1402, + "line": 1391, "column": 43 } } @@ -65454,31 +62657,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39332, - 39339 + 38792, + 38799 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 44 }, "end": { - "line": 1402, + "line": 1391, "column": 51 } } }, "range": [ - 39313, - 39339 + 38773, + 38799 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 25 }, "end": { - "line": 1402, + "line": 1391, "column": 51 } } @@ -65493,16 +62696,16 @@ "flags": "g" }, "range": [ - 39340, - 39345 + 38800, + 38805 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 52 }, "end": { - "line": 1402, + "line": 1391, "column": 57 } } @@ -65511,93 +62714,93 @@ "type": "Identifier", "name": "name", "range": [ - 39347, - 39351 + 38807, + 38811 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 59 }, "end": { - "line": 1402, + "line": 1391, "column": 63 } } } ], "range": [ - 39313, - 39352 + 38773, + 38812 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 25 }, "end": { - "line": 1402, + "line": 1391, "column": 64 } } }, "range": [ - 39300, - 39352 + 38760, + 38812 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 12 }, "end": { - "line": 1402, + "line": 1391, "column": 64 } } }, "range": [ - 39300, - 39353 + 38760, + 38813 ], "loc": { "start": { - "line": 1402, + "line": 1391, "column": 12 }, "end": { - "line": 1402, + "line": 1391, "column": 65 } } } ], "range": [ - 39242, - 39363 + 38702, + 38823 ], "loc": { "start": { - "line": 1400, + "line": 1389, "column": 15 }, "end": { - "line": 1403, + "line": 1392, "column": 9 } } }, "range": [ - 39165, - 39363 + 38625, + 38823 ], "loc": { "start": { - "line": 1398, + "line": 1387, "column": 8 }, "end": { - "line": 1403, + "line": 1392, "column": 9 } }, @@ -65606,16 +62809,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 39373, - 39403 + 38833, + 38863 ], "loc": { "start": { - "line": 1405, + "line": 1394, "column": 8 }, "end": { - "line": 1405, + "line": 1394, "column": 38 } } @@ -65630,16 +62833,16 @@ "type": "Identifier", "name": "require", "range": [ - 39412, - 39419 + 38872, + 38879 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 8 }, "end": { - "line": 1406, + "line": 1395, "column": 15 } } @@ -65656,16 +62859,16 @@ "value": "./", "raw": "'./'", "range": [ - 39421, - 39425 + 38881, + 38885 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 17 }, "end": { - "line": 1406, + "line": 1395, "column": 21 } } @@ -65674,47 +62877,47 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39428, - 39438 + 38888, + 38898 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 24 }, "end": { - "line": 1406, + "line": 1395, "column": 34 } } }, "range": [ - 39421, - 39438 + 38881, + 38898 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 17 }, "end": { - "line": 1406, + "line": 1395, "column": 34 } } } ], "range": [ - 39420, - 39439 + 38880, + 38899 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 16 }, "end": { - "line": 1406, + "line": 1395, "column": 35 } } @@ -65727,16 +62930,16 @@ "type": "Identifier", "name": "mod", "range": [ - 39442, - 39445 + 38902, + 38905 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 38 }, "end": { - "line": 1406, + "line": 1395, "column": 41 } } @@ -65754,16 +62957,16 @@ "type": "Identifier", "name": "inst", "range": [ - 39501, - 39505 + 38961, + 38965 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 16 }, "end": { - "line": 1408, + "line": 1397, "column": 20 } } @@ -65777,16 +62980,16 @@ "type": "Identifier", "name": "mod", "range": [ - 39512, - 39515 + 38972, + 38975 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 27 }, "end": { - "line": 1408, + "line": 1397, "column": 30 } } @@ -65795,31 +62998,31 @@ "type": "Identifier", "name": "default", "range": [ - 39516, - 39523 + 38976, + 38983 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 31 }, "end": { - "line": 1408, + "line": 1397, "column": 38 } } }, "range": [ - 39512, - 39523 + 38972, + 38983 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 27 }, "end": { - "line": 1408, + "line": 1397, "column": 38 } } @@ -65828,16 +63031,16 @@ { "type": "ThisExpression", "range": [ - 39524, - 39528 + 38984, + 38988 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 39 }, "end": { - "line": 1408, + "line": 1397, "column": 43 } } @@ -65846,47 +63049,47 @@ "type": "Identifier", "name": "ext", "range": [ - 39530, - 39533 + 38990, + 38993 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 45 }, "end": { - "line": 1408, + "line": 1397, "column": 48 } } } ], "range": [ - 39508, - 39534 + 38968, + 38994 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 23 }, "end": { - "line": 1408, + "line": 1397, "column": 49 } } }, "range": [ - 39501, - 39534 + 38961, + 38994 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 16 }, "end": { - "line": 1408, + "line": 1397, "column": 49 } } @@ -65894,16 +63097,16 @@ ], "kind": "let", "range": [ - 39497, - 39535 + 38957, + 38995 ], "loc": { "start": { - "line": 1408, + "line": 1397, "column": 12 }, "end": { - "line": 1408, + "line": 1397, "column": 50 } }, @@ -65912,16 +63115,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 39464, - 39484 + 38924, + 38944 ], "loc": { "start": { - "line": 1407, + "line": 1396, "column": 12 }, "end": { - "line": 1407, + "line": 1396, "column": 32 } } @@ -65932,16 +63135,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 39548, - 39567 + 39008, + 39027 ], "loc": { "start": { - "line": 1409, + "line": 1398, "column": 12 }, "end": { - "line": 1409, + "line": 1398, "column": 31 } } @@ -65959,16 +63162,16 @@ "type": "Identifier", "name": "inst", "range": [ - 39580, - 39584 + 39040, + 39044 ], "loc": { "start": { - "line": 1410, + "line": 1399, "column": 12 }, "end": { - "line": 1410, + "line": 1399, "column": 16 } } @@ -65977,62 +63180,62 @@ "type": "Identifier", "name": "init", "range": [ - 39585, - 39589 + 39045, + 39049 ], "loc": { "start": { - "line": 1410, + "line": 1399, "column": 17 }, "end": { - "line": 1410, + "line": 1399, "column": 21 } } }, "range": [ - 39580, - 39589 + 39040, + 39049 ], "loc": { "start": { - "line": 1410, + "line": 1399, "column": 12 }, "end": { - "line": 1410, + "line": 1399, "column": 21 } } }, "arguments": [], "range": [ - 39580, - 39591 + 39040, + 39051 ], "loc": { "start": { - "line": 1410, + "line": 1399, "column": 12 }, "end": { - "line": 1410, + "line": 1399, "column": 23 } } }, "range": [ - 39580, - 39592 + 39040, + 39052 ], "loc": { "start": { - "line": 1410, + "line": 1399, "column": 12 }, "end": { - "line": 1410, + "line": 1399, "column": 24 } }, @@ -66041,16 +63244,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 39548, - 39567 + 39008, + 39027 ], "loc": { "start": { - "line": 1409, + "line": 1398, "column": 12 }, "end": { - "line": 1409, + "line": 1398, "column": 31 } } @@ -66071,16 +63274,16 @@ "object": { "type": "ThisExpression", "range": [ - 39605, - 39609 + 39065, + 39069 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 12 }, "end": { - "line": 1411, + "line": 1400, "column": 16 } } @@ -66089,31 +63292,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 39610, - 39621 + 39070, + 39081 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 17 }, "end": { - "line": 1411, + "line": 1400, "column": 28 } } }, "range": [ - 39605, - 39621 + 39065, + 39081 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 12 }, "end": { - "line": 1411, + "line": 1400, "column": 28 } } @@ -66122,31 +63325,31 @@ "type": "Identifier", "name": "name", "range": [ - 39622, - 39626 + 39082, + 39086 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 29 }, "end": { - "line": 1411, + "line": 1400, "column": 33 } } }, "range": [ - 39605, - 39627 + 39065, + 39087 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 12 }, "end": { - "line": 1411, + "line": 1400, "column": 34 } } @@ -66155,62 +63358,62 @@ "type": "Identifier", "name": "inst", "range": [ - 39630, - 39634 + 39090, + 39094 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 37 }, "end": { - "line": 1411, + "line": 1400, "column": 41 } } }, "range": [ - 39605, - 39634 + 39065, + 39094 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 12 }, "end": { - "line": 1411, + "line": 1400, "column": 41 } } }, "range": [ - 39605, - 39635 + 39065, + 39095 ], "loc": { "start": { - "line": 1411, + "line": 1400, "column": 12 }, "end": { - "line": 1411, + "line": 1400, "column": 42 } } } ], "range": [ - 39450, - 39645 + 38910, + 39105 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 46 }, "end": { - "line": 1412, + "line": 1401, "column": 9 } } @@ -66218,47 +63421,47 @@ "generator": false, "expression": false, "range": [ - 39441, - 39645 + 38901, + 39105 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 37 }, "end": { - "line": 1412, + "line": 1401, "column": 9 } } } ], "range": [ - 39412, - 39646 + 38872, + 39106 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 8 }, "end": { - "line": 1412, + "line": 1401, "column": 10 } } }, "range": [ - 39412, - 39647 + 38872, + 39107 ], "loc": { "start": { - "line": 1406, + "line": 1395, "column": 8 }, "end": { - "line": 1412, + "line": 1401, "column": 11 } }, @@ -66267,16 +63470,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 39373, - 39403 + 38833, + 38863 ], "loc": { "start": { - "line": 1405, + "line": 1394, "column": 8 }, "end": { - "line": 1405, + "line": 1394, "column": 38 } } @@ -66285,16 +63488,16 @@ } ], "range": [ - 39008, - 39653 + 38468, + 39113 ], "loc": { "start": { - "line": 1389, + "line": 1378, "column": 23 }, "end": { - "line": 1413, + "line": 1402, "column": 5 } } @@ -66302,16 +63505,16 @@ "generator": false, "expression": false, "range": [ - 39002, - 39653 + 38462, + 39113 ], "loc": { "start": { - "line": 1389, + "line": 1378, "column": 17 }, "end": { - "line": 1413, + "line": 1402, "column": 5 } } @@ -66319,16 +63522,16 @@ "kind": "method", "computed": false, "range": [ - 38989, - 39653 + 38449, + 39113 ], "loc": { "start": { - "line": 1389, + "line": 1378, "column": 4 }, "end": { - "line": 1413, + "line": 1402, "column": 5 } }, @@ -66337,16 +63540,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 38889, - 38984 + 38349, + 38444 ], "loc": { "start": { - "line": 1385, + "line": 1374, "column": 4 }, "end": { - "line": 1388, + "line": 1377, "column": 7 } } @@ -66357,16 +63560,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 39659, - 39802 + 39119, + 39262 ], "loc": { "start": { - "line": 1415, + "line": 1404, "column": 4 }, "end": { - "line": 1419, + "line": 1408, "column": 7 } } @@ -66380,16 +63583,16 @@ "type": "Identifier", "name": "extension", "range": [ - 39807, - 39816 + 39267, + 39276 ], "loc": { "start": { - "line": 1420, + "line": 1409, "column": 4 }, "end": { - "line": 1420, + "line": 1409, "column": 13 } } @@ -66402,16 +63605,16 @@ "type": "Identifier", "name": "name", "range": [ - 39817, - 39821 + 39277, + 39281 ], "loc": { "start": { - "line": 1420, + "line": 1409, "column": 14 }, "end": { - "line": 1420, + "line": 1409, "column": 18 } } @@ -66431,16 +63634,16 @@ "object": { "type": "ThisExpression", "range": [ - 39840, - 39844 + 39300, + 39304 ], "loc": { "start": { - "line": 1421, + "line": 1410, "column": 15 }, "end": { - "line": 1421, + "line": 1410, "column": 19 } } @@ -66449,31 +63652,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 39845, - 39856 + 39305, + 39316 ], "loc": { "start": { - "line": 1421, + "line": 1410, "column": 20 }, "end": { - "line": 1421, + "line": 1410, "column": 31 } } }, "range": [ - 39840, - 39856 + 39300, + 39316 ], "loc": { "start": { - "line": 1421, + "line": 1410, "column": 15 }, "end": { - "line": 1421, + "line": 1410, "column": 31 } } @@ -66482,62 +63685,62 @@ "type": "Identifier", "name": "name", "range": [ - 39857, - 39861 + 39317, + 39321 ], "loc": { "start": { - "line": 1421, + "line": 1410, "column": 32 }, "end": { - "line": 1421, + "line": 1410, "column": 36 } } }, "range": [ - 39840, - 39862 + 39300, + 39322 ], "loc": { "start": { - "line": 1421, + "line": 1410, "column": 15 }, "end": { - "line": 1421, + "line": 1410, "column": 37 } } }, "range": [ - 39833, - 39863 + 39293, + 39323 ], "loc": { "start": { - "line": 1421, + "line": 1410, "column": 8 }, "end": { - "line": 1421, + "line": 1410, "column": 38 } } } ], "range": [ - 39823, - 39869 + 39283, + 39329 ], "loc": { "start": { - "line": 1420, + "line": 1409, "column": 20 }, "end": { - "line": 1422, + "line": 1411, "column": 5 } } @@ -66545,16 +63748,16 @@ "generator": false, "expression": false, "range": [ - 39816, - 39869 + 39276, + 39329 ], "loc": { "start": { - "line": 1420, + "line": 1409, "column": 13 }, "end": { - "line": 1422, + "line": 1411, "column": 5 } } @@ -66562,16 +63765,16 @@ "kind": "method", "computed": false, "range": [ - 39807, - 39869 + 39267, + 39329 ], "loc": { "start": { - "line": 1420, + "line": 1409, "column": 4 }, "end": { - "line": 1422, + "line": 1411, "column": 5 } }, @@ -66580,16 +63783,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 39659, - 39802 + 39119, + 39262 ], "loc": { "start": { - "line": 1415, + "line": 1404, "column": 4 }, "end": { - "line": 1419, + "line": 1408, "column": 7 } } @@ -66600,16 +63803,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 39875, - 40005 + 39335, + 39465 ], "loc": { "start": { - "line": 1424, + "line": 1413, "column": 4 }, "end": { - "line": 1428, + "line": 1417, "column": 7 } } @@ -66623,16 +63826,16 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 40010, - 40022 + 39470, + 39482 ], "loc": { "start": { - "line": 1429, + "line": 1418, "column": 4 }, "end": { - "line": 1429, + "line": 1418, "column": 16 } } @@ -66645,16 +63848,16 @@ "type": "Identifier", "name": "name", "range": [ - 40023, - 40027 + 39483, + 39487 ], "loc": { "start": { - "line": 1429, + "line": 1418, "column": 17 }, "end": { - "line": 1429, + "line": 1418, "column": 21 } } @@ -66674,16 +63877,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 40047, - 40054 + 39507, + 39514 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 16 }, "end": { - "line": 1430, + "line": 1419, "column": 23 } } @@ -66698,16 +63901,16 @@ "object": { "type": "ThisExpression", "range": [ - 40055, - 40059 + 39515, + 39519 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 24 }, "end": { - "line": 1430, + "line": 1419, "column": 28 } } @@ -66716,31 +63919,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40060, - 40071 + 39520, + 39531 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 29 }, "end": { - "line": 1430, + "line": 1419, "column": 40 } } }, "range": [ - 40055, - 40071 + 39515, + 39531 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 24 }, "end": { - "line": 1430, + "line": 1419, "column": 40 } } @@ -66749,94 +63952,94 @@ "type": "Identifier", "name": "name", "range": [ - 40072, - 40076 + 39532, + 39536 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 41 }, "end": { - "line": 1430, + "line": 1419, "column": 45 } } }, "range": [ - 40055, - 40077 + 39515, + 39537 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 24 }, "end": { - "line": 1430, + "line": 1419, "column": 46 } } } ], "range": [ - 40047, - 40078 + 39507, + 39538 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 16 }, "end": { - "line": 1430, + "line": 1419, "column": 47 } } }, "prefix": true, "range": [ - 40046, - 40078 + 39506, + 39538 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 15 }, "end": { - "line": 1430, + "line": 1419, "column": 47 } } }, "range": [ - 40039, - 40079 + 39499, + 39539 ], "loc": { "start": { - "line": 1430, + "line": 1419, "column": 8 }, "end": { - "line": 1430, + "line": 1419, "column": 48 } } } ], "range": [ - 40029, - 40085 + 39489, + 39545 ], "loc": { "start": { - "line": 1429, + "line": 1418, "column": 23 }, "end": { - "line": 1431, + "line": 1420, "column": 5 } } @@ -66844,16 +64047,16 @@ "generator": false, "expression": false, "range": [ - 40022, - 40085 + 39482, + 39545 ], "loc": { "start": { - "line": 1429, + "line": 1418, "column": 16 }, "end": { - "line": 1431, + "line": 1420, "column": 5 } } @@ -66861,16 +64064,16 @@ "kind": "method", "computed": false, "range": [ - 40010, - 40085 + 39470, + 39545 ], "loc": { "start": { - "line": 1429, + "line": 1418, "column": 4 }, "end": { - "line": 1431, + "line": 1420, "column": 5 } }, @@ -66879,16 +64082,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 39875, - 40005 + 39335, + 39465 ], "loc": { "start": { - "line": 1424, + "line": 1413, "column": 4 }, "end": { - "line": 1428, + "line": 1417, "column": 7 } } @@ -66899,16 +64102,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ - 40091, - 40165 + 39551, + 39625 ], "loc": { "start": { - "line": 1433, + "line": 1422, "column": 4 }, "end": { - "line": 1435, + "line": 1424, "column": 7 } } @@ -66922,16 +64125,16 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 40170, - 40187 + 39630, + 39647 ], "loc": { "start": { - "line": 1436, + "line": 1425, "column": 4 }, "end": { - "line": 1436, + "line": 1425, "column": 21 } } @@ -66952,16 +64155,16 @@ "type": "Identifier", "name": "reg", "range": [ - 40204, - 40207 + 39664, + 39667 ], "loc": { "start": { - "line": 1437, + "line": 1426, "column": 12 }, "end": { - "line": 1437, + "line": 1426, "column": 15 } } @@ -66972,16 +64175,16 @@ "object": { "type": "ThisExpression", "range": [ - 40210, - 40214 + 39670, + 39674 ], "loc": { "start": { - "line": 1437, + "line": 1426, "column": 18 }, "end": { - "line": 1437, + "line": 1426, "column": 22 } } @@ -66990,46 +64193,46 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40215, - 40226 + 39675, + 39686 ], "loc": { "start": { - "line": 1437, + "line": 1426, "column": 23 }, "end": { - "line": 1437, + "line": 1426, "column": 34 } } }, "range": [ - 40210, - 40226 + 39670, + 39686 ], "loc": { "start": { - "line": 1437, + "line": 1426, "column": 18 }, "end": { - "line": 1437, + "line": 1426, "column": 34 } } }, "range": [ - 40204, - 40226 + 39664, + 39686 ], "loc": { "start": { - "line": 1437, + "line": 1426, "column": 12 }, "end": { - "line": 1437, + "line": 1426, "column": 34 } } @@ -67037,16 +64240,16 @@ ], "kind": "let", "range": [ - 40200, - 40227 + 39660, + 39687 ], "loc": { "start": { - "line": 1437, + "line": 1426, "column": 8 }, "end": { - "line": 1437, + "line": 1426, "column": 35 } } @@ -67067,16 +64270,16 @@ "type": "Identifier", "name": "Object", "range": [ - 40237, - 40243 + 39697, + 39703 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 8 }, "end": { - "line": 1439, + "line": 1428, "column": 14 } } @@ -67085,31 +64288,31 @@ "type": "Identifier", "name": "keys", "range": [ - 40244, - 40248 + 39704, + 39708 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 15 }, "end": { - "line": 1439, + "line": 1428, "column": 19 } } }, "range": [ - 40237, - 40248 + 39697, + 39708 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 8 }, "end": { - "line": 1439, + "line": 1428, "column": 19 } } @@ -67119,32 +64322,32 @@ "type": "Identifier", "name": "reg", "range": [ - 40249, - 40252 + 39709, + 39712 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 20 }, "end": { - "line": 1439, + "line": 1428, "column": 23 } } } ], "range": [ - 40237, - 40253 + 39697, + 39713 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 8 }, "end": { - "line": 1439, + "line": 1428, "column": 24 } } @@ -67153,31 +64356,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 40254, - 40261 + 39714, + 39721 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 25 }, "end": { - "line": 1439, + "line": 1428, "column": 32 } } }, "range": [ - 40237, - 40261 + 39697, + 39721 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 8 }, "end": { - "line": 1439, + "line": 1428, "column": 32 } } @@ -67191,16 +64394,16 @@ "type": "Identifier", "name": "key", "range": [ - 40263, - 40266 + 39723, + 39726 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 34 }, "end": { - "line": 1439, + "line": 1428, "column": 37 } } @@ -67223,16 +64426,16 @@ "type": "Identifier", "name": "reg", "range": [ - 40285, - 40288 + 39745, + 39748 ], "loc": { "start": { - "line": 1440, + "line": 1429, "column": 12 }, "end": { - "line": 1440, + "line": 1429, "column": 15 } } @@ -67241,31 +64444,31 @@ "type": "Identifier", "name": "key", "range": [ - 40289, - 40292 + 39749, + 39752 ], "loc": { "start": { - "line": 1440, + "line": 1429, "column": 16 }, "end": { - "line": 1440, + "line": 1429, "column": 19 } } }, "range": [ - 40285, - 40293 + 39745, + 39753 ], "loc": { "start": { - "line": 1440, + "line": 1429, "column": 12 }, "end": { - "line": 1440, + "line": 1429, "column": 20 } } @@ -67274,62 +64477,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 40294, - 40301 + 39754, + 39761 ], "loc": { "start": { - "line": 1440, + "line": 1429, "column": 21 }, "end": { - "line": 1440, + "line": 1429, "column": 28 } } }, "range": [ - 40285, - 40301 + 39745, + 39761 ], "loc": { "start": { - "line": 1440, + "line": 1429, "column": 12 }, "end": { - "line": 1440, + "line": 1429, "column": 28 } } }, "arguments": [], "range": [ - 40285, - 40303 + 39745, + 39763 ], "loc": { "start": { - "line": 1440, + "line": 1429, "column": 12 }, "end": { - "line": 1440, + "line": 1429, "column": 30 } } }, "range": [ - 40285, - 40304 + 39745, + 39764 ], "loc": { "start": { - "line": 1440, + "line": 1429, "column": 12 }, "end": { - "line": 1440, + "line": 1429, "column": 31 } } @@ -67346,16 +64549,16 @@ "type": "Identifier", "name": "reg", "range": [ - 40317, - 40320 + 39777, + 39780 ], "loc": { "start": { - "line": 1441, + "line": 1430, "column": 12 }, "end": { - "line": 1441, + "line": 1430, "column": 15 } } @@ -67364,31 +64567,31 @@ "type": "Identifier", "name": "key", "range": [ - 40321, - 40324 + 39781, + 39784 ], "loc": { "start": { - "line": 1441, + "line": 1430, "column": 16 }, "end": { - "line": 1441, + "line": 1430, "column": 19 } } }, "range": [ - 40317, - 40325 + 39777, + 39785 ], "loc": { "start": { - "line": 1441, + "line": 1430, "column": 12 }, "end": { - "line": 1441, + "line": 1430, "column": 20 } } @@ -67397,62 +64600,62 @@ "type": "Identifier", "name": "undefined", "range": [ - 40328, - 40337 + 39788, + 39797 ], "loc": { "start": { - "line": 1441, + "line": 1430, "column": 23 }, "end": { - "line": 1441, + "line": 1430, "column": 32 } } }, "range": [ - 40317, - 40337 + 39777, + 39797 ], "loc": { "start": { - "line": 1441, + "line": 1430, "column": 12 }, "end": { - "line": 1441, + "line": 1430, "column": 32 } } }, "range": [ - 40317, - 40338 + 39777, + 39798 ], "loc": { "start": { - "line": 1441, + "line": 1430, "column": 12 }, "end": { - "line": 1441, + "line": 1430, "column": 33 } } } ], "range": [ - 40271, - 40348 + 39731, + 39808 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 42 }, "end": { - "line": 1442, + "line": 1431, "column": 9 } } @@ -67460,63 +64663,63 @@ "generator": false, "expression": false, "range": [ - 40262, - 40348 + 39722, + 39808 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 33 }, "end": { - "line": 1442, + "line": 1431, "column": 9 } } } ], "range": [ - 40237, - 40349 + 39697, + 39809 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 8 }, "end": { - "line": 1442, + "line": 1431, "column": 10 } } }, "range": [ - 40237, - 40350 + 39697, + 39810 ], "loc": { "start": { - "line": 1439, + "line": 1428, "column": 8 }, "end": { - "line": 1442, + "line": 1431, "column": 11 } } } ], "range": [ - 40190, - 40356 + 39650, + 39816 ], "loc": { "start": { - "line": 1436, + "line": 1425, "column": 24 }, "end": { - "line": 1443, + "line": 1432, "column": 5 } } @@ -67524,16 +64727,16 @@ "generator": false, "expression": false, "range": [ - 40187, - 40356 + 39647, + 39816 ], "loc": { "start": { - "line": 1436, + "line": 1425, "column": 21 }, "end": { - "line": 1443, + "line": 1432, "column": 5 } } @@ -67541,16 +64744,16 @@ "kind": "method", "computed": false, "range": [ - 40170, - 40356 + 39630, + 39816 ], "loc": { "start": { - "line": 1436, + "line": 1425, "column": 4 }, "end": { - "line": 1443, + "line": 1432, "column": 5 } }, @@ -67559,16 +64762,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ - 40091, - 40165 + 39551, + 39625 ], "loc": { "start": { - "line": 1433, + "line": 1422, "column": 4 }, "end": { - "line": 1435, + "line": 1424, "column": 7 } } @@ -67579,16 +64782,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40362, - 40428 + 39822, + 39888 ], "loc": { "start": { - "line": 1445, + "line": 1434, "column": 4 }, "end": { - "line": 1447, + "line": 1436, "column": 7 } } @@ -67602,16 +64805,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 40433, - 40443 + 39893, + 39903 ], "loc": { "start": { - "line": 1448, + "line": 1437, "column": 4 }, "end": { - "line": 1448, + "line": 1437, "column": 14 } } @@ -67634,16 +64837,16 @@ "object": { "type": "ThisExpression", "range": [ - 40461, - 40465 + 39921, + 39925 ], "loc": { "start": { - "line": 1449, + "line": 1438, "column": 13 }, "end": { - "line": 1449, + "line": 1438, "column": 17 } } @@ -67652,47 +64855,47 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 40466, - 40475 + 39926, + 39935 ], "loc": { "start": { - "line": 1449, + "line": 1438, "column": 18 }, "end": { - "line": 1449, + "line": 1438, "column": 27 } } }, "range": [ - 40461, - 40475 + 39921, + 39935 ], "loc": { "start": { - "line": 1449, + "line": 1438, "column": 13 }, "end": { - "line": 1449, + "line": 1438, "column": 27 } } }, "prefix": true, "range": [ - 40460, - 40475 + 39920, + 39935 ], "loc": { "start": { - "line": 1449, + "line": 1438, "column": 12 }, "end": { - "line": 1449, + "line": 1438, "column": 27 } } @@ -67704,48 +64907,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 40491, - 40498 + 39951, + 39958 ], "loc": { "start": { - "line": 1450, + "line": 1439, "column": 12 }, "end": { - "line": 1450, + "line": 1439, "column": 19 } } } ], "range": [ - 40477, - 40508 + 39937, + 39968 ], "loc": { "start": { - "line": 1449, + "line": 1438, "column": 29 }, "end": { - "line": 1451, + "line": 1440, "column": 9 } } }, "alternate": null, "range": [ - 40456, - 40508 + 39916, + 39968 ], "loc": { "start": { - "line": 1449, + "line": 1438, "column": 8 }, "end": { - "line": 1451, + "line": 1440, "column": 9 } } @@ -67759,16 +64962,16 @@ "type": "Identifier", "name": "themes", "range": [ - 40522, - 40528 + 39982, + 39988 ], "loc": { "start": { - "line": 1453, + "line": 1442, "column": 12 }, "end": { - "line": 1453, + "line": 1442, "column": 18 } } @@ -67779,16 +64982,16 @@ "object": { "type": "ThisExpression", "range": [ - 40531, - 40535 + 39991, + 39995 ], "loc": { "start": { - "line": 1453, + "line": 1442, "column": 21 }, "end": { - "line": 1453, + "line": 1442, "column": 25 } } @@ -67797,46 +65000,46 @@ "type": "Identifier", "name": "themes", "range": [ - 40536, - 40542 + 39996, + 40002 ], "loc": { "start": { - "line": 1453, + "line": 1442, "column": 26 }, "end": { - "line": 1453, + "line": 1442, "column": 32 } } }, "range": [ - 40531, - 40542 + 39991, + 40002 ], "loc": { "start": { - "line": 1453, + "line": 1442, "column": 21 }, "end": { - "line": 1453, + "line": 1442, "column": 32 } } }, "range": [ - 40522, - 40542 + 39982, + 40002 ], "loc": { "start": { - "line": 1453, + "line": 1442, "column": 12 }, "end": { - "line": 1453, + "line": 1442, "column": 32 } } @@ -67844,16 +65047,16 @@ ], "kind": "let", "range": [ - 40518, - 40543 + 39978, + 40003 ], "loc": { "start": { - "line": 1453, + "line": 1442, "column": 8 }, "end": { - "line": 1453, + "line": 1442, "column": 33 } } @@ -67871,16 +65074,16 @@ "object": { "type": "ThisExpression", "range": [ - 40552, - 40556 + 40012, + 40016 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 8 }, "end": { - "line": 1454, + "line": 1443, "column": 12 } } @@ -67889,31 +65092,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 40557, - 40564 + 40017, + 40024 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 13 }, "end": { - "line": 1454, + "line": 1443, "column": 20 } } }, "range": [ - 40552, - 40564 + 40012, + 40024 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 8 }, "end": { - "line": 1454, + "line": 1443, "column": 20 } } @@ -67922,31 +65125,31 @@ "type": "Identifier", "name": "emit", "range": [ - 40565, - 40569 + 40025, + 40029 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 21 }, "end": { - "line": 1454, + "line": 1443, "column": 25 } } }, "range": [ - 40552, - 40569 + 40012, + 40029 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 8 }, "end": { - "line": 1454, + "line": 1443, "column": 25 } } @@ -67957,16 +65160,16 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 40570, - 40593 + 40030, + 40053 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 26 }, "end": { - "line": 1454, + "line": 1443, "column": 49 } } @@ -67974,47 +65177,47 @@ { "type": "ThisExpression", "range": [ - 40595, - 40599 + 40055, + 40059 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 51 }, "end": { - "line": 1454, + "line": 1443, "column": 55 } } } ], "range": [ - 40552, - 40600 + 40012, + 40060 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 8 }, "end": { - "line": 1454, + "line": 1443, "column": 56 } } }, "range": [ - 40552, - 40601 + 40012, + 40061 ], "loc": { "start": { - "line": 1454, + "line": 1443, "column": 8 }, "end": { - "line": 1454, + "line": 1443, "column": 57 } }, @@ -68023,16 +65226,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 40611, - 40633 + 40071, + 40093 ], "loc": { "start": { - "line": 1456, + "line": 1445, "column": 8 }, "end": { - "line": 1456, + "line": 1445, "column": 30 } } @@ -68047,16 +65250,16 @@ "object": { "type": "ThisExpression", "range": [ - 40646, - 40650 + 40106, + 40110 ], "loc": { "start": { - "line": 1457, + "line": 1446, "column": 12 }, "end": { - "line": 1457, + "line": 1446, "column": 16 } } @@ -68065,31 +65268,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 40651, - 40669 + 40111, + 40129 ], "loc": { "start": { - "line": 1457, + "line": 1446, "column": 17 }, "end": { - "line": 1457, + "line": 1446, "column": 35 } } }, "range": [ - 40646, - 40669 + 40106, + 40129 ], "loc": { "start": { - "line": 1457, + "line": 1446, "column": 12 }, "end": { - "line": 1457, + "line": 1446, "column": 35 } } @@ -68106,16 +65309,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 40689, - 40701 + 40149, + 40161 ], "loc": { "start": { - "line": 1458, + "line": 1447, "column": 16 }, "end": { - "line": 1458, + "line": 1447, "column": 28 } } @@ -68129,16 +65332,16 @@ "type": "Identifier", "name": "name", "range": [ - 40706, - 40710 + 40166, + 40170 ], "loc": { "start": { - "line": 1458, + "line": 1447, "column": 33 }, "end": { - "line": 1458, + "line": 1447, "column": 37 } } @@ -68148,16 +65351,16 @@ "value": "default", "raw": "'default'", "range": [ - 40712, - 40721 + 40172, + 40181 ], "loc": { "start": { - "line": 1458, + "line": 1447, "column": 39 }, "end": { - "line": 1458, + "line": 1447, "column": 48 } } @@ -68167,47 +65370,47 @@ "shorthand": false, "computed": false, "range": [ - 40706, - 40721 + 40166, + 40181 ], "loc": { "start": { - "line": 1458, + "line": 1447, "column": 33 }, "end": { - "line": 1458, + "line": 1447, "column": 48 } } } ], "range": [ - 40704, - 40723 + 40164, + 40183 ], "loc": { "start": { - "line": 1458, + "line": 1447, "column": 31 }, "end": { - "line": 1458, + "line": 1447, "column": 50 } } }, "range": [ - 40689, - 40723 + 40149, + 40183 ], "loc": { "start": { - "line": 1458, + "line": 1447, "column": 16 }, "end": { - "line": 1458, + "line": 1447, "column": 50 } } @@ -68215,16 +65418,16 @@ ], "kind": "let", "range": [ - 40685, - 40724 + 40145, + 40184 ], "loc": { "start": { - "line": 1458, + "line": 1447, "column": 12 }, "end": { - "line": 1458, + "line": 1447, "column": 51 } } @@ -68242,16 +65445,16 @@ "object": { "type": "ThisExpression", "range": [ - 40737, - 40741 + 40197, + 40201 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 12 }, "end": { - "line": 1459, + "line": 1448, "column": 16 } } @@ -68260,31 +65463,31 @@ "type": "Identifier", "name": "themes", "range": [ - 40742, - 40748 + 40202, + 40208 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 17 }, "end": { - "line": 1459, + "line": 1448, "column": 23 } } }, "range": [ - 40737, - 40748 + 40197, + 40208 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 12 }, "end": { - "line": 1459, + "line": 1448, "column": 23 } } @@ -68293,31 +65496,31 @@ "type": "Identifier", "name": "push", "range": [ - 40749, - 40753 + 40209, + 40213 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 24 }, "end": { - "line": 1459, + "line": 1448, "column": 28 } } }, "range": [ - 40737, - 40753 + 40197, + 40213 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 12 }, "end": { - "line": 1459, + "line": 1448, "column": 28 } } @@ -68327,79 +65530,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 40754, - 40766 + 40214, + 40226 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 29 }, "end": { - "line": 1459, + "line": 1448, "column": 41 } } } ], "range": [ - 40737, - 40767 + 40197, + 40227 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 12 }, "end": { - "line": 1459, + "line": 1448, "column": 42 } } }, "range": [ - 40737, - 40768 + 40197, + 40228 ], "loc": { "start": { - "line": 1459, + "line": 1448, "column": 12 }, "end": { - "line": 1459, + "line": 1448, "column": 43 } } } ], "range": [ - 40671, - 40778 + 40131, + 40238 ], "loc": { "start": { - "line": 1457, + "line": 1446, "column": 37 }, "end": { - "line": 1460, + "line": 1449, "column": 9 } } }, "alternate": null, "range": [ - 40642, - 40778 + 40102, + 40238 ], "loc": { "start": { - "line": 1457, + "line": 1446, "column": 8 }, "end": { - "line": 1460, + "line": 1449, "column": 9 } }, @@ -68408,16 +65611,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 40611, - 40633 + 40071, + 40093 ], "loc": { "start": { - "line": 1456, + "line": 1445, "column": 8 }, "end": { - "line": 1456, + "line": 1445, "column": 30 } } @@ -68432,16 +65635,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 40791, - 40798 + 40251, + 40258 ], "loc": { "start": { - "line": 1461, + "line": 1450, "column": 12 }, "end": { - "line": 1461, + "line": 1450, "column": 19 } } @@ -68451,32 +65654,32 @@ "type": "Identifier", "name": "themes", "range": [ - 40799, - 40805 + 40259, + 40265 ], "loc": { "start": { - "line": 1461, + "line": 1450, "column": 20 }, "end": { - "line": 1461, + "line": 1450, "column": 26 } } } ], "range": [ - 40791, - 40806 + 40251, + 40266 ], "loc": { "start": { - "line": 1461, + "line": 1450, "column": 12 }, "end": { - "line": 1461, + "line": 1450, "column": 27 } } @@ -68495,16 +65698,16 @@ "type": "Identifier", "name": "i", "range": [ - 40831, - 40832 + 40291, + 40292 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 21 }, "end": { - "line": 1462, + "line": 1451, "column": 22 } } @@ -68514,31 +65717,31 @@ "value": 0, "raw": "0", "range": [ - 40835, - 40836 + 40295, + 40296 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 25 }, "end": { - "line": 1462, + "line": 1451, "column": 26 } } }, "range": [ - 40831, - 40836 + 40291, + 40296 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 21 }, "end": { - "line": 1462, + "line": 1451, "column": 26 } } @@ -68549,16 +65752,16 @@ "type": "Identifier", "name": "len", "range": [ - 40838, - 40841 + 40298, + 40301 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 28 }, "end": { - "line": 1462, + "line": 1451, "column": 31 } } @@ -68570,16 +65773,16 @@ "type": "Identifier", "name": "themes", "range": [ - 40844, - 40850 + 40304, + 40310 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 34 }, "end": { - "line": 1462, + "line": 1451, "column": 40 } } @@ -68588,46 +65791,46 @@ "type": "Identifier", "name": "length", "range": [ - 40851, - 40857 + 40311, + 40317 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 41 }, "end": { - "line": 1462, + "line": 1451, "column": 47 } } }, "range": [ - 40844, - 40857 + 40304, + 40317 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 34 }, "end": { - "line": 1462, + "line": 1451, "column": 47 } } }, "range": [ - 40838, - 40857 + 40298, + 40317 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 28 }, "end": { - "line": 1462, + "line": 1451, "column": 47 } } @@ -68635,16 +65838,16 @@ ], "kind": "let", "range": [ - 40827, - 40857 + 40287, + 40317 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 17 }, "end": { - "line": 1462, + "line": 1451, "column": 47 } } @@ -68656,16 +65859,16 @@ "type": "Identifier", "name": "i", "range": [ - 40859, - 40860 + 40319, + 40320 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 49 }, "end": { - "line": 1462, + "line": 1451, "column": 50 } } @@ -68674,31 +65877,31 @@ "type": "Identifier", "name": "len", "range": [ - 40863, - 40866 + 40323, + 40326 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 53 }, "end": { - "line": 1462, + "line": 1451, "column": 56 } } }, "range": [ - 40859, - 40866 + 40319, + 40326 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 49 }, "end": { - "line": 1462, + "line": 1451, "column": 56 } } @@ -68710,32 +65913,32 @@ "type": "Identifier", "name": "i", "range": [ - 40868, - 40869 + 40328, + 40329 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 58 }, "end": { - "line": 1462, + "line": 1451, "column": 59 } } }, "prefix": false, "range": [ - 40868, - 40871 + 40328, + 40331 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 58 }, "end": { - "line": 1462, + "line": 1451, "column": 61 } } @@ -68752,16 +65955,16 @@ "type": "Identifier", "name": "theme", "range": [ - 40895, - 40900 + 40355, + 40360 ], "loc": { "start": { - "line": 1463, + "line": 1452, "column": 20 }, "end": { - "line": 1463, + "line": 1452, "column": 25 } } @@ -68773,16 +65976,16 @@ "type": "Identifier", "name": "themes", "range": [ - 40903, - 40909 + 40363, + 40369 ], "loc": { "start": { - "line": 1463, + "line": 1452, "column": 28 }, "end": { - "line": 1463, + "line": 1452, "column": 34 } } @@ -68791,46 +65994,46 @@ "type": "Identifier", "name": "i", "range": [ - 40910, - 40911 + 40370, + 40371 ], "loc": { "start": { - "line": 1463, + "line": 1452, "column": 35 }, "end": { - "line": 1463, + "line": 1452, "column": 36 } } }, "range": [ - 40903, - 40912 + 40363, + 40372 ], "loc": { "start": { - "line": 1463, + "line": 1452, "column": 28 }, "end": { - "line": 1463, + "line": 1452, "column": 37 } } }, "range": [ - 40895, - 40912 + 40355, + 40372 ], "loc": { "start": { - "line": 1463, + "line": 1452, "column": 20 }, "end": { - "line": 1463, + "line": 1452, "column": 37 } } @@ -68838,16 +66041,16 @@ ], "kind": "let", "range": [ - 40891, - 40913 + 40351, + 40373 ], "loc": { "start": { - "line": 1463, + "line": 1452, "column": 16 }, "end": { - "line": 1463, + "line": 1452, "column": 38 } } @@ -68861,16 +66064,16 @@ "type": "Identifier", "name": "name", "range": [ - 40934, - 40938 + 40394, + 40398 ], "loc": { "start": { - "line": 1464, + "line": 1453, "column": 20 }, "end": { - "line": 1464, + "line": 1453, "column": 24 } } @@ -68882,16 +66085,16 @@ "type": "Identifier", "name": "theme", "range": [ - 40941, - 40946 + 40401, + 40406 ], "loc": { "start": { - "line": 1464, + "line": 1453, "column": 27 }, "end": { - "line": 1464, + "line": 1453, "column": 32 } } @@ -68900,46 +66103,46 @@ "type": "Identifier", "name": "name", "range": [ - 40947, - 40951 + 40407, + 40411 ], "loc": { "start": { - "line": 1464, + "line": 1453, "column": 33 }, "end": { - "line": 1464, + "line": 1453, "column": 37 } } }, "range": [ - 40941, - 40951 + 40401, + 40411 ], "loc": { "start": { - "line": 1464, + "line": 1453, "column": 27 }, "end": { - "line": 1464, + "line": 1453, "column": 37 } } }, "range": [ - 40934, - 40951 + 40394, + 40411 ], "loc": { "start": { - "line": 1464, + "line": 1453, "column": 20 }, "end": { - "line": 1464, + "line": 1453, "column": 37 } } @@ -68947,16 +66150,16 @@ ], "kind": "let", "range": [ - 40930, - 40952 + 40390, + 40412 ], "loc": { "start": { - "line": 1464, + "line": 1453, "column": 16 }, "end": { - "line": 1464, + "line": 1453, "column": 38 } } @@ -68970,16 +66173,16 @@ "type": "Identifier", "name": "path", "range": [ - 40973, - 40977 + 40433, + 40437 ], "loc": { "start": { - "line": 1465, + "line": 1454, "column": 20 }, "end": { - "line": 1465, + "line": 1454, "column": 24 } } @@ -68991,16 +66194,16 @@ "type": "Identifier", "name": "theme", "range": [ - 40980, - 40985 + 40440, + 40445 ], "loc": { "start": { - "line": 1465, + "line": 1454, "column": 27 }, "end": { - "line": 1465, + "line": 1454, "column": 32 } } @@ -69009,46 +66212,46 @@ "type": "Identifier", "name": "path", "range": [ - 40986, - 40990 + 40446, + 40450 ], "loc": { "start": { - "line": 1465, + "line": 1454, "column": 33 }, "end": { - "line": 1465, + "line": 1454, "column": 37 } } }, "range": [ - 40980, - 40990 + 40440, + 40450 ], "loc": { "start": { - "line": 1465, + "line": 1454, "column": 27 }, "end": { - "line": 1465, + "line": 1454, "column": 37 } } }, "range": [ - 40973, - 40990 + 40433, + 40450 ], "loc": { "start": { - "line": 1465, + "line": 1454, "column": 20 }, "end": { - "line": 1465, + "line": 1454, "column": 37 } } @@ -69056,16 +66259,16 @@ ], "kind": "let", "range": [ - 40969, - 40991 + 40429, + 40451 ], "loc": { "start": { - "line": 1465, + "line": 1454, "column": 16 }, "end": { - "line": 1465, + "line": 1454, "column": 38 } } @@ -69079,16 +66282,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 41012, - 41019 + 40472, + 40479 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 20 }, "end": { - "line": 1466, + "line": 1455, "column": 27 } } @@ -69102,16 +66305,16 @@ "object": { "type": "ThisExpression", "range": [ - 41022, - 41026 + 40482, + 40486 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 30 }, "end": { - "line": 1466, + "line": 1455, "column": 34 } } @@ -69120,31 +66323,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 41027, - 41033 + 40487, + 40493 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 35 }, "end": { - "line": 1466, + "line": 1455, "column": 41 } } }, "range": [ - 41022, - 41033 + 40482, + 40493 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 30 }, "end": { - "line": 1466, + "line": 1455, "column": 41 } } @@ -69153,46 +66356,46 @@ "type": "Identifier", "name": "name", "range": [ - 41036, - 41040 + 40496, + 40500 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 44 }, "end": { - "line": 1466, + "line": 1455, "column": 48 } } }, "range": [ - 41022, - 41040 + 40482, + 40500 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 30 }, "end": { - "line": 1466, + "line": 1455, "column": 48 } } }, "range": [ - 41012, - 41040 + 40472, + 40500 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 20 }, "end": { - "line": 1466, + "line": 1455, "column": 48 } } @@ -69200,16 +66403,16 @@ ], "kind": "let", "range": [ - 41008, - 41041 + 40468, + 40501 ], "loc": { "start": { - "line": 1466, + "line": 1455, "column": 16 }, "end": { - "line": 1466, + "line": 1455, "column": 49 } } @@ -69223,16 +66426,16 @@ "type": "Identifier", "name": "name", "range": [ - 41062, - 41066 + 40522, + 40526 ], "loc": { "start": { - "line": 1467, + "line": 1456, "column": 20 }, "end": { - "line": 1467, + "line": 1456, "column": 24 } } @@ -69244,47 +66447,47 @@ "type": "Identifier", "name": "path", "range": [ - 41071, - 41075 + 40531, + 40535 ], "loc": { "start": { - "line": 1467, + "line": 1456, "column": 29 }, "end": { - "line": 1467, + "line": 1456, "column": 33 } } }, "prefix": true, "range": [ - 41070, - 41075 + 40530, + 40535 ], "loc": { "start": { - "line": 1467, + "line": 1456, "column": 28 }, "end": { - "line": 1467, + "line": 1456, "column": 33 } } }, "range": [ - 41062, - 41075 + 40522, + 40535 ], "loc": { "start": { - "line": 1467, + "line": 1456, "column": 20 }, "end": { - "line": 1467, + "line": 1456, "column": 33 } } @@ -69301,16 +66504,16 @@ "type": "Identifier", "name": "path", "range": [ - 41099, - 41103 + 40559, + 40563 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 20 }, "end": { - "line": 1468, + "line": 1457, "column": 24 } } @@ -69333,16 +66536,16 @@ "object": { "type": "ThisExpression", "range": [ - 41106, - 41110 + 40566, + 40570 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 27 }, "end": { - "line": 1468, + "line": 1457, "column": 31 } } @@ -69351,31 +66554,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 41111, - 41121 + 40571, + 40581 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 32 }, "end": { - "line": 1468, + "line": 1457, "column": 42 } } }, "range": [ - 41106, - 41121 + 40566, + 40581 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 27 }, "end": { - "line": 1468, + "line": 1457, "column": 42 } } @@ -69384,31 +66587,31 @@ "type": "Identifier", "name": "name", "range": [ - 41124, - 41128 + 40584, + 40588 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 45 }, "end": { - "line": 1468, + "line": 1457, "column": 49 } } }, "range": [ - 41106, - 41128 + 40566, + 40588 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 27 }, "end": { - "line": 1468, + "line": 1457, "column": 49 } } @@ -69418,31 +66621,31 @@ "value": "/", "raw": "'/'", "range": [ - 41131, - 41134 + 40591, + 40594 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 52 }, "end": { - "line": 1468, + "line": 1457, "column": 55 } } }, "range": [ - 41106, - 41134 + 40566, + 40594 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 27 }, "end": { - "line": 1468, + "line": 1457, "column": 55 } } @@ -69451,31 +66654,31 @@ "type": "Identifier", "name": "name", "range": [ - 41137, - 41141 + 40597, + 40601 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 58 }, "end": { - "line": 1468, + "line": 1457, "column": 62 } } }, "range": [ - 41106, - 41141 + 40566, + 40601 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 27 }, "end": { - "line": 1468, + "line": 1457, "column": 62 } } @@ -69485,77 +66688,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 41144, - 41150 + 40604, + 40610 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 65 }, "end": { - "line": 1468, + "line": 1457, "column": 71 } } }, "range": [ - 41106, - 41150 + 40566, + 40610 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 27 }, "end": { - "line": 1468, + "line": 1457, "column": 71 } } }, "range": [ - 41099, - 41150 + 40559, + 40610 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 20 }, "end": { - "line": 1468, + "line": 1457, "column": 71 } } }, "range": [ - 41099, - 41151 + 40559, + 40611 ], "loc": { "start": { - "line": 1468, + "line": 1457, "column": 20 }, "end": { - "line": 1468, + "line": 1457, "column": 72 } } } ], "range": [ - 41077, - 41169 + 40537, + 40629 ], "loc": { "start": { - "line": 1467, + "line": 1456, "column": 35 }, "end": { - "line": 1469, + "line": 1458, "column": 17 } } @@ -69572,32 +66775,32 @@ "type": "Identifier", "name": "name", "range": [ - 41196, - 41200 + 40656, + 40660 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 26 }, "end": { - "line": 1470, + "line": 1459, "column": 30 } } }, "prefix": true, "range": [ - 41195, - 41200 + 40655, + 40660 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 25 }, "end": { - "line": 1470, + "line": 1459, "column": 30 } } @@ -69609,16 +66812,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41204, - 41209 + 40664, + 40669 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 34 }, "end": { - "line": 1470, + "line": 1459, "column": 39 } } @@ -69627,46 +66830,46 @@ "type": "Identifier", "name": "path", "range": [ - 41210, - 41214 + 40670, + 40674 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 40 }, "end": { - "line": 1470, + "line": 1459, "column": 44 } } }, "range": [ - 41204, - 41214 + 40664, + 40674 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 34 }, "end": { - "line": 1470, + "line": 1459, "column": 44 } } }, "range": [ - 41195, - 41214 + 40655, + 40674 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 25 }, "end": { - "line": 1470, + "line": 1459, "column": 44 } } @@ -69683,16 +66886,16 @@ "type": "Identifier", "name": "name", "range": [ - 41238, - 41242 + 40698, + 40702 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 20 }, "end": { - "line": 1471, + "line": 1460, "column": 24 } } @@ -69707,16 +66910,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 41245, - 41255 + 40705, + 40715 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 27 }, "end": { - "line": 1471, + "line": 1460, "column": 37 } } @@ -69725,31 +66928,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41256, - 41263 + 40716, + 40723 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 38 }, "end": { - "line": 1471, + "line": 1460, "column": 45 } } }, "range": [ - 41245, - 41263 + 40705, + 40723 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 27 }, "end": { - "line": 1471, + "line": 1460, "column": 45 } } @@ -69760,16 +66963,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 41264, - 41269 + 40724, + 40729 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 46 }, "end": { - "line": 1471, + "line": 1460, "column": 51 } } @@ -69778,109 +66981,109 @@ "type": "Identifier", "name": "i", "range": [ - 41271, - 41272 + 40731, + 40732 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 53 }, "end": { - "line": 1471, + "line": 1460, "column": 54 } } } ], "range": [ - 41245, - 41273 + 40705, + 40733 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 27 }, "end": { - "line": 1471, + "line": 1460, "column": 55 } } }, "range": [ - 41238, - 41273 + 40698, + 40733 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 20 }, "end": { - "line": 1471, + "line": 1460, "column": 55 } } }, "range": [ - 41238, - 41274 + 40698, + 40734 ], "loc": { "start": { - "line": 1471, + "line": 1460, "column": 20 }, "end": { - "line": 1471, + "line": 1460, "column": 56 } } } ], "range": [ - 41216, - 41292 + 40676, + 40752 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 46 }, "end": { - "line": 1472, + "line": 1461, "column": 17 } } }, "alternate": null, "range": [ - 41191, - 41292 + 40651, + 40752 ], "loc": { "start": { - "line": 1470, + "line": 1459, "column": 21 }, "end": { - "line": 1472, + "line": 1461, "column": 17 } } }, "range": [ - 41058, - 41292 + 40518, + 40752 ], "loc": { "start": { - "line": 1467, + "line": 1456, "column": 16 }, "end": { - "line": 1472, + "line": 1461, "column": 17 } } @@ -69898,16 +67101,16 @@ "object": { "type": "ThisExpression", "range": [ - 41315, - 41319 + 40775, + 40779 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 21 }, "end": { - "line": 1474, + "line": 1463, "column": 25 } } @@ -69916,31 +67119,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 41320, - 41330 + 40780, + 40790 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 26 }, "end": { - "line": 1474, + "line": 1463, "column": 36 } } }, "range": [ - 41315, - 41330 + 40775, + 40790 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 21 }, "end": { - "line": 1474, + "line": 1463, "column": 36 } } @@ -69950,16 +67153,16 @@ "type": "Identifier", "name": "path", "range": [ - 41331, - 41335 + 40791, + 40795 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 37 }, "end": { - "line": 1474, + "line": 1463, "column": 41 } } @@ -69969,48 +67172,48 @@ "value": "link", "raw": "'link'", "range": [ - 41337, - 41343 + 40797, + 40803 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 43 }, "end": { - "line": 1474, + "line": 1463, "column": 49 } } } ], "range": [ - 41315, - 41344 + 40775, + 40804 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 21 }, "end": { - "line": 1474, + "line": 1463, "column": 50 } } }, "prefix": true, "range": [ - 41314, - 41344 + 40774, + 40804 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 20 }, "end": { - "line": 1474, + "line": 1463, "column": 50 } } @@ -70028,16 +67231,16 @@ "object": { "type": "ThisExpression", "range": [ - 41368, - 41372 + 40828, + 40832 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 20 }, "end": { - "line": 1475, + "line": 1464, "column": 24 } } @@ -70046,31 +67249,31 @@ "type": "Identifier", "name": "import", "range": [ - 41373, - 41379 + 40833, + 40839 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 25 }, "end": { - "line": 1475, + "line": 1464, "column": 31 } } }, "range": [ - 41368, - 41379 + 40828, + 40839 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 20 }, "end": { - "line": 1475, + "line": 1464, "column": 31 } } @@ -70080,16 +67283,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 41380, - 41387 + 40840, + 40847 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 32 }, "end": { - "line": 1475, + "line": 1464, "column": 39 } } @@ -70098,16 +67301,16 @@ "type": "Identifier", "name": "path", "range": [ - 41389, - 41393 + 40849, + 40853 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 41 }, "end": { - "line": 1475, + "line": 1464, "column": 45 } } @@ -70117,16 +67320,16 @@ "value": null, "raw": "null", "range": [ - 41395, - 41399 + 40855, + 40859 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 47 }, "end": { - "line": 1475, + "line": 1464, "column": 51 } } @@ -70136,142 +67339,142 @@ "value": "link", "raw": "'link'", "range": [ - 41401, - 41407 + 40861, + 40867 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 53 }, "end": { - "line": 1475, + "line": 1464, "column": 59 } } } ], "range": [ - 41368, - 41408 + 40828, + 40868 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 20 }, "end": { - "line": 1475, + "line": 1464, "column": 60 } } }, "range": [ - 41368, - 41409 + 40828, + 40869 ], "loc": { "start": { - "line": 1475, + "line": 1464, "column": 20 }, "end": { - "line": 1475, + "line": 1464, "column": 61 } } } ], "range": [ - 41346, - 41427 + 40806, + 40887 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 52 }, "end": { - "line": 1476, + "line": 1465, "column": 17 } } }, "alternate": null, "range": [ - 41310, - 41427 + 40770, + 40887 ], "loc": { "start": { - "line": 1474, + "line": 1463, "column": 16 }, "end": { - "line": 1476, + "line": 1465, "column": 17 } } } ], "range": [ - 40873, - 41441 + 40333, + 40901 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 63 }, "end": { - "line": 1477, + "line": 1466, "column": 13 } } }, "range": [ - 40822, - 41441 + 40282, + 40901 ], "loc": { "start": { - "line": 1462, + "line": 1451, "column": 12 }, "end": { - "line": 1477, + "line": 1466, "column": 13 } } } ], "range": [ - 40808, - 41451 + 40268, + 40911 ], "loc": { "start": { - "line": 1461, + "line": 1450, "column": 29 }, "end": { - "line": 1478, + "line": 1467, "column": 9 } } }, "alternate": null, "range": [ - 40787, - 41451 + 40247, + 40911 ], "loc": { "start": { - "line": 1461, + "line": 1450, "column": 8 }, "end": { - "line": 1478, + "line": 1467, "column": 9 } }, @@ -70280,16 +67483,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 41461, - 41487 + 40921, + 40947 ], "loc": { "start": { - "line": 1480, + "line": 1469, "column": 8 }, "end": { - "line": 1480, + "line": 1469, "column": 34 } } @@ -70307,16 +67510,16 @@ "object": { "type": "ThisExpression", "range": [ - 41496, - 41500 + 40956, + 40960 ], "loc": { "start": { - "line": 1481, + "line": 1470, "column": 8 }, "end": { - "line": 1481, + "line": 1470, "column": 12 } } @@ -70325,31 +67528,31 @@ "type": "Identifier", "name": "loader", "range": [ - 41501, - 41507 + 40961, + 40967 ], "loc": { "start": { - "line": 1481, + "line": 1470, "column": 13 }, "end": { - "line": 1481, + "line": 1470, "column": 19 } } }, "range": [ - 41496, - 41507 + 40956, + 40967 ], "loc": { "start": { - "line": 1481, + "line": 1470, "column": 8 }, "end": { - "line": 1481, + "line": 1470, "column": 19 } } @@ -70359,46 +67562,46 @@ "value": true, "raw": "true", "range": [ - 41510, - 41514 + 40970, + 40974 ], "loc": { "start": { - "line": 1481, + "line": 1470, "column": 22 }, "end": { - "line": 1481, + "line": 1470, "column": 26 } } }, "range": [ - 41496, - 41514 + 40956, + 40974 ], "loc": { "start": { - "line": 1481, + "line": 1470, "column": 8 }, "end": { - "line": 1481, + "line": 1470, "column": 26 } } }, "range": [ - 41496, - 41515 + 40956, + 40975 ], "loc": { "start": { - "line": 1481, + "line": 1470, "column": 8 }, "end": { - "line": 1481, + "line": 1470, "column": 27 } }, @@ -70407,16 +67610,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 41461, - 41487 + 40921, + 40947 ], "loc": { "start": { - "line": 1480, + "line": 1469, "column": 8 }, "end": { - "line": 1480, + "line": 1469, "column": 34 } } @@ -70436,16 +67639,16 @@ "object": { "type": "ThisExpression", "range": [ - 41525, - 41529 + 40985, + 40989 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 8 }, "end": { - "line": 1483, + "line": 1472, "column": 12 } } @@ -70454,31 +67657,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 41530, - 41537 + 40990, + 40997 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 13 }, "end": { - "line": 1483, + "line": 1472, "column": 20 } } }, "range": [ - 41525, - 41537 + 40985, + 40997 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 8 }, "end": { - "line": 1483, + "line": 1472, "column": 20 } } @@ -70487,31 +67690,31 @@ "type": "Identifier", "name": "emit", "range": [ - 41538, - 41542 + 40998, + 41002 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 21 }, "end": { - "line": 1483, + "line": 1472, "column": 25 } } }, "range": [ - 41525, - 41542 + 40985, + 41002 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 8 }, "end": { - "line": 1483, + "line": 1472, "column": 25 } } @@ -70522,16 +67725,16 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 41543, - 41565 + 41003, + 41025 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 26 }, "end": { - "line": 1483, + "line": 1472, "column": 48 } } @@ -70539,63 +67742,63 @@ { "type": "ThisExpression", "range": [ - 41567, - 41571 + 41027, + 41031 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 50 }, "end": { - "line": 1483, + "line": 1472, "column": 54 } } } ], "range": [ - 41525, - 41572 + 40985, + 41032 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 8 }, "end": { - "line": 1483, + "line": 1472, "column": 55 } } }, "range": [ - 41525, - 41573 + 40985, + 41033 ], "loc": { "start": { - "line": 1483, + "line": 1472, "column": 8 }, "end": { - "line": 1483, + "line": 1472, "column": 56 } } } ], "range": [ - 40446, - 41579 + 39906, + 41039 ], "loc": { "start": { - "line": 1448, + "line": 1437, "column": 17 }, "end": { - "line": 1484, + "line": 1473, "column": 5 } } @@ -70603,16 +67806,16 @@ "generator": false, "expression": false, "range": [ - 40443, - 41579 + 39903, + 41039 ], "loc": { "start": { - "line": 1448, + "line": 1437, "column": 14 }, "end": { - "line": 1484, + "line": 1473, "column": 5 } } @@ -70620,16 +67823,16 @@ "kind": "method", "computed": false, "range": [ - 40433, - 41579 + 39893, + 41039 ], "loc": { "start": { - "line": 1448, + "line": 1437, "column": 4 }, "end": { - "line": 1484, + "line": 1473, "column": 5 } }, @@ -70638,16 +67841,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40362, - 40428 + 39822, + 39888 ], "loc": { "start": { - "line": 1445, + "line": 1434, "column": 4 }, "end": { - "line": 1447, + "line": 1436, "column": 7 } } @@ -70658,16 +67861,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 41585, - 41703 + 41045, + 41163 ], "loc": { "start": { - "line": 1486, + "line": 1475, "column": 4 }, "end": { - "line": 1489, + "line": 1478, "column": 7 } } @@ -70681,16 +67884,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 41708, - 41721 + 41168, + 41181 ], "loc": { "start": { - "line": 1490, + "line": 1479, "column": 4 }, "end": { - "line": 1490, + "line": 1479, "column": 17 } } @@ -70705,16 +67908,16 @@ "type": "Identifier", "name": "name", "range": [ - 41722, - 41726 + 41182, + 41186 ], "loc": { "start": { - "line": 1490, + "line": 1479, "column": 18 }, "end": { - "line": 1490, + "line": 1479, "column": 22 } } @@ -70724,31 +67927,31 @@ "value": "default", "raw": "'default'", "range": [ - 41729, - 41738 + 41189, + 41198 ], "loc": { "start": { - "line": 1490, + "line": 1479, "column": 25 }, "end": { - "line": 1490, + "line": 1479, "column": 34 } } }, "range": [ - 41722, - 41738 + 41182, + 41198 ], "loc": { "start": { - "line": 1490, + "line": 1479, "column": 18 }, "end": { - "line": 1490, + "line": 1479, "column": 34 } } @@ -70765,16 +67968,16 @@ "type": "Identifier", "name": "elm", "range": [ - 41757, - 41760 + 41217, + 41220 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 15 }, "end": { - "line": 1491, + "line": 1480, "column": 18 } } @@ -70789,16 +67992,16 @@ "object": { "type": "ThisExpression", "range": [ - 41761, - 41765 + 41221, + 41225 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 19 }, "end": { - "line": 1491, + "line": 1480, "column": 23 } } @@ -70807,31 +68010,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 41766, - 41772 + 41226, + 41232 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 24 }, "end": { - "line": 1491, + "line": 1480, "column": 30 } } }, "range": [ - 41761, - 41772 + 41221, + 41232 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 19 }, "end": { - "line": 1491, + "line": 1480, "column": 30 } } @@ -70840,78 +68043,78 @@ "type": "Identifier", "name": "name", "range": [ - 41775, - 41779 + 41235, + 41239 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 33 }, "end": { - "line": 1491, + "line": 1480, "column": 37 } } }, "range": [ - 41761, - 41779 + 41221, + 41239 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 19 }, "end": { - "line": 1491, + "line": 1480, "column": 37 } } } ], "range": [ - 41757, - 41780 + 41217, + 41240 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 15 }, "end": { - "line": 1491, + "line": 1480, "column": 38 } } }, "range": [ - 41750, - 41781 + 41210, + 41241 ], "loc": { "start": { - "line": 1491, + "line": 1480, "column": 8 }, "end": { - "line": 1491, + "line": 1480, "column": 39 } } } ], "range": [ - 41740, - 41787 + 41200, + 41247 ], "loc": { "start": { - "line": 1490, + "line": 1479, "column": 36 }, "end": { - "line": 1492, + "line": 1481, "column": 5 } } @@ -70919,16 +68122,16 @@ "generator": false, "expression": false, "range": [ - 41721, - 41787 + 41181, + 41247 ], "loc": { "start": { - "line": 1490, + "line": 1479, "column": 17 }, "end": { - "line": 1492, + "line": 1481, "column": 5 } } @@ -70936,16 +68139,16 @@ "kind": "method", "computed": false, "range": [ - 41708, - 41787 + 41168, + 41247 ], "loc": { "start": { - "line": 1490, + "line": 1479, "column": 4 }, "end": { - "line": 1492, + "line": 1481, "column": 5 } }, @@ -70954,16 +68157,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 41585, - 41703 + 41045, + 41163 ], "loc": { "start": { - "line": 1486, + "line": 1475, "column": 4 }, "end": { - "line": 1489, + "line": 1478, "column": 7 } } @@ -70974,16 +68177,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 41793, - 41831 + 41253, + 41291 ], "loc": { "start": { - "line": 1494, + "line": 1483, "column": 4 }, "end": { - "line": 1496, + "line": 1485, "column": 7 } } @@ -70997,16 +68200,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 41836, - 41843 + 41296, + 41303 ], "loc": { "start": { - "line": 1497, + "line": 1486, "column": 4 }, "end": { - "line": 1497, + "line": 1486, "column": 11 } } @@ -71029,16 +68232,16 @@ "object": { "type": "ThisExpression", "range": [ - 41861, - 41865 + 41321, + 41325 ], "loc": { "start": { - "line": 1498, + "line": 1487, "column": 13 }, "end": { - "line": 1498, + "line": 1487, "column": 17 } } @@ -71047,47 +68250,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 41866, - 41877 + 41326, + 41337 ], "loc": { "start": { - "line": 1498, + "line": 1487, "column": 18 }, "end": { - "line": 1498, + "line": 1487, "column": 29 } } }, "range": [ - 41861, - 41877 + 41321, + 41337 ], "loc": { "start": { - "line": 1498, + "line": 1487, "column": 13 }, "end": { - "line": 1498, + "line": 1487, "column": 29 } } }, "prefix": true, "range": [ - 41860, - 41877 + 41320, + 41337 ], "loc": { "start": { - "line": 1498, + "line": 1487, "column": 12 }, "end": { - "line": 1498, + "line": 1487, "column": 29 } } @@ -71099,48 +68302,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 41893, - 41900 + 41353, + 41360 ], "loc": { "start": { - "line": 1499, + "line": 1488, "column": 12 }, "end": { - "line": 1499, + "line": 1488, "column": 19 } } } ], "range": [ - 41879, - 41910 + 41339, + 41370 ], "loc": { "start": { - "line": 1498, + "line": 1487, "column": 31 }, "end": { - "line": 1500, + "line": 1489, "column": 9 } } }, "alternate": null, "range": [ - 41856, - 41910 + 41316, + 41370 ], "loc": { "start": { - "line": 1498, + "line": 1487, "column": 8 }, "end": { - "line": 1500, + "line": 1489, "column": 9 } } @@ -71154,16 +68357,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 41924, - 41931 + 41384, + 41391 ], "loc": { "start": { - "line": 1502, + "line": 1491, "column": 12 }, "end": { - "line": 1502, + "line": 1491, "column": 19 } } @@ -71174,16 +68377,16 @@ "object": { "type": "ThisExpression", "range": [ - 41934, - 41938 + 41394, + 41398 ], "loc": { "start": { - "line": 1502, + "line": 1491, "column": 22 }, "end": { - "line": 1502, + "line": 1491, "column": 26 } } @@ -71192,46 +68395,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 41939, - 41946 + 41399, + 41406 ], "loc": { "start": { - "line": 1502, + "line": 1491, "column": 27 }, "end": { - "line": 1502, + "line": 1491, "column": 34 } } }, "range": [ - 41934, - 41946 + 41394, + 41406 ], "loc": { "start": { - "line": 1502, + "line": 1491, "column": 22 }, "end": { - "line": 1502, + "line": 1491, "column": 34 } } }, "range": [ - 41924, - 41946 + 41384, + 41406 ], "loc": { "start": { - "line": 1502, + "line": 1491, "column": 12 }, "end": { - "line": 1502, + "line": 1491, "column": 34 } } @@ -71239,16 +68442,16 @@ ], "kind": "let", "range": [ - 41920, - 41947 + 41380, + 41407 ], "loc": { "start": { - "line": 1502, + "line": 1491, "column": 8 }, "end": { - "line": 1502, + "line": 1491, "column": 35 } } @@ -71264,16 +68467,16 @@ "object": { "type": "ThisExpression", "range": [ - 41961, - 41965 + 41421, + 41425 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 12 }, "end": { - "line": 1504, + "line": 1493, "column": 16 } } @@ -71282,31 +68485,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 41966, - 41979 + 41426, + 41439 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 17 }, "end": { - "line": 1504, + "line": 1493, "column": 30 } } }, "range": [ - 41961, - 41979 + 41421, + 41439 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 12 }, "end": { - "line": 1504, + "line": 1493, "column": 30 } } @@ -71320,16 +68523,16 @@ "object": { "type": "ThisExpression", "range": [ - 41984, - 41988 + 41444, + 41448 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 35 }, "end": { - "line": 1504, + "line": 1493, "column": 39 } } @@ -71338,62 +68541,62 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 41989, - 42001 + 41449, + 41461 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 40 }, "end": { - "line": 1504, + "line": 1493, "column": 52 } } }, "range": [ - 41984, - 42001 + 41444, + 41461 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 35 }, "end": { - "line": 1504, + "line": 1493, "column": 52 } } }, "prefix": true, "range": [ - 41983, - 42001 + 41443, + 41461 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 34 }, "end": { - "line": 1504, + "line": 1493, "column": 52 } } }, "range": [ - 41961, - 42001 + 41421, + 41461 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 12 }, "end": { - "line": 1504, + "line": 1493, "column": 52 } } @@ -71411,16 +68614,16 @@ "object": { "type": "ThisExpression", "range": [ - 42017, - 42021 + 41477, + 41481 ], "loc": { "start": { - "line": 1505, + "line": 1494, "column": 12 }, "end": { - "line": 1505, + "line": 1494, "column": 16 } } @@ -71429,94 +68632,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 42022, - 42040 + 41482, + 41500 ], "loc": { "start": { - "line": 1505, + "line": 1494, "column": 17 }, "end": { - "line": 1505, + "line": 1494, "column": 35 } } }, "range": [ - 42017, - 42040 + 41477, + 41500 ], "loc": { "start": { - "line": 1505, + "line": 1494, "column": 12 }, "end": { - "line": 1505, + "line": 1494, "column": 35 } } }, "arguments": [], "range": [ - 42017, - 42042 + 41477, + 41502 ], "loc": { "start": { - "line": 1505, + "line": 1494, "column": 12 }, "end": { - "line": 1505, + "line": 1494, "column": 37 } } }, "range": [ - 42017, - 42043 + 41477, + 41503 ], "loc": { "start": { - "line": 1505, + "line": 1494, "column": 12 }, "end": { - "line": 1505, + "line": 1494, "column": 38 } } } ], "range": [ - 42003, - 42053 + 41463, + 41513 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 54 }, "end": { - "line": 1506, + "line": 1495, "column": 9 } } }, "alternate": null, "range": [ - 41957, - 42053 + 41417, + 41513 ], "loc": { "start": { - "line": 1504, + "line": 1493, "column": 8 }, "end": { - "line": 1506, + "line": 1495, "column": 9 } } @@ -71529,16 +68732,16 @@ "object": { "type": "ThisExpression", "range": [ - 42066, - 42070 + 41526, + 41530 ], "loc": { "start": { - "line": 1507, + "line": 1496, "column": 12 }, "end": { - "line": 1507, + "line": 1496, "column": 16 } } @@ -71547,31 +68750,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 42071, - 42077 + 41531, + 41537 ], "loc": { "start": { - "line": 1507, + "line": 1496, "column": 17 }, "end": { - "line": 1507, + "line": 1496, "column": 23 } } }, "range": [ - 42066, - 42077 + 41526, + 41537 ], "loc": { "start": { - "line": 1507, + "line": 1496, "column": 12 }, "end": { - "line": 1507, + "line": 1496, "column": 23 } } @@ -71589,16 +68792,16 @@ "object": { "type": "ThisExpression", "range": [ - 42093, - 42097 + 41553, + 41557 ], "loc": { "start": { - "line": 1508, + "line": 1497, "column": 12 }, "end": { - "line": 1508, + "line": 1497, "column": 16 } } @@ -71607,94 +68810,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 42098, - 42111 + 41558, + 41571 ], "loc": { "start": { - "line": 1508, + "line": 1497, "column": 17 }, "end": { - "line": 1508, + "line": 1497, "column": 30 } } }, "range": [ - 42093, - 42111 + 41553, + 41571 ], "loc": { "start": { - "line": 1508, + "line": 1497, "column": 12 }, "end": { - "line": 1508, + "line": 1497, "column": 30 } } }, "arguments": [], "range": [ - 42093, - 42113 + 41553, + 41573 ], "loc": { "start": { - "line": 1508, + "line": 1497, "column": 12 }, "end": { - "line": 1508, + "line": 1497, "column": 32 } } }, "range": [ - 42093, - 42114 + 41553, + 41574 ], "loc": { "start": { - "line": 1508, + "line": 1497, "column": 12 }, "end": { - "line": 1508, + "line": 1497, "column": 33 } } } ], "range": [ - 42079, - 42124 + 41539, + 41584 ], "loc": { "start": { - "line": 1507, + "line": 1496, "column": 25 }, "end": { - "line": 1509, + "line": 1498, "column": 9 } } }, "alternate": null, "range": [ - 42062, - 42124 + 41522, + 41584 ], "loc": { "start": { - "line": 1507, + "line": 1496, "column": 8 }, "end": { - "line": 1509, + "line": 1498, "column": 9 } } @@ -71707,16 +68910,16 @@ "object": { "type": "ThisExpression", "range": [ - 42137, - 42141 + 41597, + 41601 ], "loc": { "start": { - "line": 1510, + "line": 1499, "column": 12 }, "end": { - "line": 1510, + "line": 1499, "column": 16 } } @@ -71725,31 +68928,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 42142, - 42155 + 41602, + 41615 ], "loc": { "start": { - "line": 1510, + "line": 1499, "column": 17 }, "end": { - "line": 1510, + "line": 1499, "column": 30 } } }, "range": [ - 42137, - 42155 + 41597, + 41615 ], "loc": { "start": { - "line": 1510, + "line": 1499, "column": 12 }, "end": { - "line": 1510, + "line": 1499, "column": 30 } } @@ -71767,16 +68970,16 @@ "object": { "type": "ThisExpression", "range": [ - 42171, - 42175 + 41631, + 41635 ], "loc": { "start": { - "line": 1511, + "line": 1500, "column": 12 }, "end": { - "line": 1511, + "line": 1500, "column": 16 } } @@ -71785,94 +68988,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 42176, - 42193 + 41636, + 41653 ], "loc": { "start": { - "line": 1511, + "line": 1500, "column": 17 }, "end": { - "line": 1511, + "line": 1500, "column": 34 } } }, "range": [ - 42171, - 42193 + 41631, + 41653 ], "loc": { "start": { - "line": 1511, + "line": 1500, "column": 12 }, "end": { - "line": 1511, + "line": 1500, "column": 34 } } }, "arguments": [], "range": [ - 42171, - 42195 + 41631, + 41655 ], "loc": { "start": { - "line": 1511, + "line": 1500, "column": 12 }, "end": { - "line": 1511, + "line": 1500, "column": 36 } } }, "range": [ - 42171, - 42196 + 41631, + 41656 ], "loc": { "start": { - "line": 1511, + "line": 1500, "column": 12 }, "end": { - "line": 1511, + "line": 1500, "column": 37 } } } ], "range": [ - 42157, - 42206 + 41617, + 41666 ], "loc": { "start": { - "line": 1510, + "line": 1499, "column": 32 }, "end": { - "line": 1512, + "line": 1501, "column": 9 } } }, "alternate": null, "range": [ - 42133, - 42206 + 41593, + 41666 ], "loc": { "start": { - "line": 1510, + "line": 1499, "column": 8 }, "end": { - "line": 1512, + "line": 1501, "column": 9 } } @@ -71887,16 +69090,16 @@ "object": { "type": "ThisExpression", "range": [ - 42216, - 42220 + 41676, + 41680 ], "loc": { "start": { - "line": 1514, + "line": 1503, "column": 8 }, "end": { - "line": 1514, + "line": 1503, "column": 12 } } @@ -71905,62 +69108,62 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 42221, - 42236 + 41681, + 41696 ], "loc": { "start": { - "line": 1514, + "line": 1503, "column": 13 }, "end": { - "line": 1514, + "line": 1503, "column": 28 } } }, "range": [ - 42216, - 42236 + 41676, + 41696 ], "loc": { "start": { - "line": 1514, + "line": 1503, "column": 8 }, "end": { - "line": 1514, + "line": 1503, "column": 28 } } }, "arguments": [], "range": [ - 42216, - 42238 + 41676, + 41698 ], "loc": { "start": { - "line": 1514, + "line": 1503, "column": 8 }, "end": { - "line": 1514, + "line": 1503, "column": 30 } } }, "range": [ - 42216, - 42239 + 41676, + 41699 ], "loc": { "start": { - "line": 1514, + "line": 1503, "column": 8 }, "end": { - "line": 1514, + "line": 1503, "column": 31 } }, @@ -71969,16 +69172,16 @@ "type": "Line", "value": " broadcast destroy event modules and extensions are subscribed to", "range": [ - 42249, - 42316 + 41709, + 41776 ], "loc": { "start": { - "line": 1516, + "line": 1505, "column": 8 }, "end": { - "line": 1516, + "line": 1505, "column": 75 } } @@ -71996,16 +69199,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42325, - 42332 + 41785, + 41792 ], "loc": { "start": { - "line": 1517, + "line": 1506, "column": 8 }, "end": { - "line": 1517, + "line": 1506, "column": 15 } } @@ -72014,31 +69217,31 @@ "type": "Identifier", "name": "emit", "range": [ - 42333, - 42337 + 41793, + 41797 ], "loc": { "start": { - "line": 1517, + "line": 1506, "column": 16 }, "end": { - "line": 1517, + "line": 1506, "column": 20 } } }, "range": [ - 42325, - 42337 + 41785, + 41797 ], "loc": { "start": { - "line": 1517, + "line": 1506, "column": 8 }, "end": { - "line": 1517, + "line": 1506, "column": 20 } } @@ -72049,16 +69252,16 @@ "value": "destroy", "raw": "'destroy'", "range": [ - 42338, - 42347 + 41798, + 41807 ], "loc": { "start": { - "line": 1517, + "line": 1506, "column": 21 }, "end": { - "line": 1517, + "line": 1506, "column": 30 } } @@ -72066,47 +69269,47 @@ { "type": "ThisExpression", "range": [ - 42349, - 42353 + 41809, + 41813 ], "loc": { "start": { - "line": 1517, + "line": 1506, "column": 32 }, "end": { - "line": 1517, + "line": 1506, "column": 36 } } } ], "range": [ - 42325, - 42354 + 41785, + 41814 ], "loc": { "start": { - "line": 1517, + "line": 1506, "column": 8 }, "end": { - "line": 1517, + "line": 1506, "column": 37 } } }, "range": [ - 42325, - 42355 + 41785, + 41815 ], "loc": { "start": { - "line": 1517, + "line": 1506, "column": 8 }, "end": { - "line": 1517, + "line": 1506, "column": 38 } }, @@ -72115,16 +69318,16 @@ "type": "Line", "value": " broadcast destroy event modules and extensions are subscribed to", "range": [ - 42249, - 42316 + 41709, + 41776 ], "loc": { "start": { - "line": 1516, + "line": 1505, "column": 8 }, "end": { - "line": 1516, + "line": 1505, "column": 75 } } @@ -72142,16 +69345,16 @@ "object": { "type": "ThisExpression", "range": [ - 42369, - 42373 + 41829, + 41833 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 12 }, "end": { - "line": 1519, + "line": 1508, "column": 16 } } @@ -72160,31 +69363,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 42374, - 42381 + 41834, + 41841 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 17 }, "end": { - "line": 1519, + "line": 1508, "column": 24 } } }, "range": [ - 42369, - 42381 + 41829, + 41841 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 12 }, "end": { - "line": 1519, + "line": 1508, "column": 24 } } @@ -72198,16 +69401,16 @@ "object": { "type": "ThisExpression", "range": [ - 42386, - 42390 + 41846, + 41850 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 29 }, "end": { - "line": 1519, + "line": 1508, "column": 33 } } @@ -72216,62 +69419,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 42391, - 42401 + 41851, + 41861 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 34 }, "end": { - "line": 1519, + "line": 1508, "column": 44 } } }, "range": [ - 42386, - 42401 + 41846, + 41861 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 29 }, "end": { - "line": 1519, + "line": 1508, "column": 44 } } }, "prefix": true, "range": [ - 42385, - 42401 + 41845, + 41861 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 28 }, "end": { - "line": 1519, + "line": 1508, "column": 44 } } }, "range": [ - 42369, - 42401 + 41829, + 41861 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 12 }, "end": { - "line": 1519, + "line": 1508, "column": 44 } } @@ -72294,16 +69497,16 @@ "object": { "type": "ThisExpression", "range": [ - 42417, - 42421 + 41877, + 41881 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 12 }, "end": { - "line": 1520, + "line": 1509, "column": 16 } } @@ -72312,47 +69515,47 @@ "type": "Identifier", "name": "dom", "range": [ - 42422, - 42425 + 41882, + 41885 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 17 }, "end": { - "line": 1520, + "line": 1509, "column": 20 } } }, "range": [ - 42417, - 42425 + 41877, + 41885 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 12 }, "end": { - "line": 1520, + "line": 1509, "column": 20 } } }, "arguments": [], "range": [ - 42417, - 42427 + 41877, + 41887 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 12 }, "end": { - "line": 1520, + "line": 1509, "column": 22 } } @@ -72361,31 +69564,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 42428, - 42437 + 41888, + 41897 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 23 }, "end": { - "line": 1520, + "line": 1509, "column": 32 } } }, "range": [ - 42417, - 42437 + 41877, + 41897 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 12 }, "end": { - "line": 1520, + "line": 1509, "column": 32 } } @@ -72397,16 +69600,16 @@ "object": { "type": "ThisExpression", "range": [ - 42438, - 42442 + 41898, + 41902 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 33 }, "end": { - "line": 1520, + "line": 1509, "column": 37 } } @@ -72415,94 +69618,94 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 42443, - 42458 + 41903, + 41918 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 38 }, "end": { - "line": 1520, + "line": 1509, "column": 53 } } }, "range": [ - 42438, - 42458 + 41898, + 41918 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 33 }, "end": { - "line": 1520, + "line": 1509, "column": 53 } } } ], "range": [ - 42417, - 42459 + 41877, + 41919 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 12 }, "end": { - "line": 1520, + "line": 1509, "column": 54 } } }, "range": [ - 42417, - 42460 + 41877, + 41920 ], "loc": { "start": { - "line": 1520, + "line": 1509, "column": 12 }, "end": { - "line": 1520, + "line": 1509, "column": 55 } } } ], "range": [ - 42403, - 42470 + 41863, + 41930 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 46 }, "end": { - "line": 1521, + "line": 1510, "column": 9 } } }, "alternate": null, "range": [ - 42365, - 42470 + 41825, + 41930 ], "loc": { "start": { - "line": 1519, + "line": 1508, "column": 8 }, "end": { - "line": 1521, + "line": 1510, "column": 9 } }, @@ -72511,16 +69714,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 42480, - 42504 + 41940, + 41964 ], "loc": { "start": { - "line": 1523, + "line": 1512, "column": 8 }, "end": { - "line": 1523, + "line": 1512, "column": 32 } } @@ -72535,16 +69738,16 @@ "object": { "type": "ThisExpression", "range": [ - 42517, - 42521 + 41977, + 41981 ], "loc": { "start": { - "line": 1524, + "line": 1513, "column": 12 }, "end": { - "line": 1524, + "line": 1513, "column": 16 } } @@ -72553,31 +69756,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 42522, - 42536 + 41982, + 41996 ], "loc": { "start": { - "line": 1524, + "line": 1513, "column": 17 }, "end": { - "line": 1524, + "line": 1513, "column": 31 } } }, "range": [ - 42517, - 42536 + 41977, + 41996 ], "loc": { "start": { - "line": 1524, + "line": 1513, "column": 12 }, "end": { - "line": 1524, + "line": 1513, "column": 31 } } @@ -72596,16 +69799,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42552, - 42559 + 42012, + 42019 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 12 }, "end": { - "line": 1525, + "line": 1514, "column": 19 } } @@ -72614,31 +69817,31 @@ "type": "Identifier", "name": "off", "range": [ - 42560, - 42563 + 42020, + 42023 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 20 }, "end": { - "line": 1525, + "line": 1514, "column": 23 } } }, "range": [ - 42552, - 42563 + 42012, + 42023 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 12 }, "end": { - "line": 1525, + "line": 1514, "column": 23 } } @@ -72652,32 +69855,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 42565, - 42582 + 42025, + 42042 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 25 }, "end": { - "line": 1525, + "line": 1514, "column": 42 } } } ], "range": [ - 42564, - 42583 + 42024, + 42043 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 24 }, "end": { - "line": 1525, + "line": 1514, "column": 43 } } @@ -72694,16 +69897,16 @@ "object": { "type": "ThisExpression", "range": [ - 42591, - 42595 + 42051, + 42055 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 51 }, "end": { - "line": 1525, + "line": 1514, "column": 55 } } @@ -72712,47 +69915,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 42596, - 42613 + 42056, + 42073 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 56 }, "end": { - "line": 1525, + "line": 1514, "column": 73 } } }, "range": [ - 42591, - 42613 + 42051, + 42073 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 51 }, "end": { - "line": 1525, + "line": 1514, "column": 73 } } }, "arguments": [], "range": [ - 42591, - 42615 + 42051, + 42075 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 51 }, "end": { - "line": 1525, + "line": 1514, "column": 75 } } @@ -72760,79 +69963,79 @@ "generator": false, "expression": true, "range": [ - 42585, - 42615 + 42045, + 42075 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 45 }, "end": { - "line": 1525, + "line": 1514, "column": 75 } } } ], "range": [ - 42552, - 42616 + 42012, + 42076 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 12 }, "end": { - "line": 1525, + "line": 1514, "column": 76 } } }, "range": [ - 42552, - 42617 + 42012, + 42077 ], "loc": { "start": { - "line": 1525, + "line": 1514, "column": 12 }, "end": { - "line": 1525, + "line": 1514, "column": 77 } } } ], "range": [ - 42538, - 42627 + 41998, + 42087 ], "loc": { "start": { - "line": 1524, + "line": 1513, "column": 33 }, "end": { - "line": 1526, + "line": 1515, "column": 9 } } }, "alternate": null, "range": [ - 42513, - 42627 + 41973, + 42087 ], "loc": { "start": { - "line": 1524, + "line": 1513, "column": 8 }, "end": { - "line": 1526, + "line": 1515, "column": 9 } }, @@ -72841,16 +70044,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 42480, - 42504 + 41940, + 41964 ], "loc": { "start": { - "line": 1523, + "line": 1512, "column": 8 }, "end": { - "line": 1523, + "line": 1512, "column": 32 } } @@ -72865,16 +70068,16 @@ "object": { "type": "ThisExpression", "range": [ - 42640, - 42644 + 42100, + 42104 ], "loc": { "start": { - "line": 1527, + "line": 1516, "column": 12 }, "end": { - "line": 1527, + "line": 1516, "column": 16 } } @@ -72883,31 +70086,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 42645, - 42658 + 42105, + 42118 ], "loc": { "start": { - "line": 1527, + "line": 1516, "column": 17 }, "end": { - "line": 1527, + "line": 1516, "column": 30 } } }, "range": [ - 42640, - 42658 + 42100, + 42118 ], "loc": { "start": { - "line": 1527, + "line": 1516, "column": 12 }, "end": { - "line": 1527, + "line": 1516, "column": 30 } } @@ -72926,16 +70129,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42674, - 42681 + 42134, + 42141 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 12 }, "end": { - "line": 1528, + "line": 1517, "column": 19 } } @@ -72944,31 +70147,31 @@ "type": "Identifier", "name": "off", "range": [ - 42682, - 42685 + 42142, + 42145 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 20 }, "end": { - "line": 1528, + "line": 1517, "column": 23 } } }, "range": [ - 42674, - 42685 + 42134, + 42145 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 12 }, "end": { - "line": 1528, + "line": 1517, "column": 23 } } @@ -72982,32 +70185,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 42687, - 42704 + 42147, + 42164 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 25 }, "end": { - "line": 1528, + "line": 1517, "column": 42 } } } ], "range": [ - 42686, - 42705 + 42146, + 42165 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 24 }, "end": { - "line": 1528, + "line": 1517, "column": 43 } } @@ -73024,16 +70227,16 @@ "object": { "type": "ThisExpression", "range": [ - 42713, - 42717 + 42173, + 42177 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 51 }, "end": { - "line": 1528, + "line": 1517, "column": 55 } } @@ -73042,47 +70245,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 42718, - 42729 + 42178, + 42189 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 56 }, "end": { - "line": 1528, + "line": 1517, "column": 67 } } }, "range": [ - 42713, - 42729 + 42173, + 42189 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 51 }, "end": { - "line": 1528, + "line": 1517, "column": 67 } } }, "arguments": [], "range": [ - 42713, - 42731 + 42173, + 42191 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 51 }, "end": { - "line": 1528, + "line": 1517, "column": 69 } } @@ -73090,79 +70293,79 @@ "generator": false, "expression": true, "range": [ - 42707, - 42731 + 42167, + 42191 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 45 }, "end": { - "line": 1528, + "line": 1517, "column": 69 } } } ], "range": [ - 42674, - 42732 + 42134, + 42192 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 12 }, "end": { - "line": 1528, + "line": 1517, "column": 70 } } }, "range": [ - 42674, - 42733 + 42134, + 42193 ], "loc": { "start": { - "line": 1528, + "line": 1517, "column": 12 }, "end": { - "line": 1528, + "line": 1517, "column": 71 } } } ], "range": [ - 42660, - 42743 + 42120, + 42203 ], "loc": { "start": { - "line": 1527, + "line": 1516, "column": 32 }, "end": { - "line": 1529, + "line": 1518, "column": 9 } } }, "alternate": null, "range": [ - 42636, - 42743 + 42096, + 42203 ], "loc": { "start": { - "line": 1527, + "line": 1516, "column": 8 }, "end": { - "line": 1529, + "line": 1518, "column": 9 } } @@ -73180,16 +70383,16 @@ "object": { "type": "ThisExpression", "range": [ - 42752, - 42756 + 42212, + 42216 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 8 }, "end": { - "line": 1530, + "line": 1519, "column": 12 } } @@ -73198,31 +70401,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 42757, - 42764 + 42217, + 42224 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 13 }, "end": { - "line": 1530, + "line": 1519, "column": 20 } } }, "range": [ - 42752, - 42764 + 42212, + 42224 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 8 }, "end": { - "line": 1530, + "line": 1519, "column": 20 } } @@ -73231,31 +70434,31 @@ "type": "Identifier", "name": "off", "range": [ - 42765, - 42768 + 42225, + 42228 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 21 }, "end": { - "line": 1530, + "line": 1519, "column": 24 } } }, "range": [ - 42752, - 42768 + 42212, + 42228 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 8 }, "end": { - "line": 1530, + "line": 1519, "column": 24 } } @@ -73269,32 +70472,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 42770, - 42784 + 42230, + 42244 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 26 }, "end": { - "line": 1530, + "line": 1519, "column": 40 } } } ], "range": [ - 42769, - 42785 + 42229, + 42245 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 25 }, "end": { - "line": 1530, + "line": 1519, "column": 41 } } @@ -73307,16 +70510,16 @@ "type": "Identifier", "name": "tf", "range": [ - 42800, - 42802 + 42260, + 42262 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 13 }, "end": { - "line": 1531, + "line": 1520, "column": 15 } } @@ -73325,16 +70528,16 @@ "type": "Identifier", "name": "filter", "range": [ - 42804, - 42810 + 42264, + 42270 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 17 }, "end": { - "line": 1531, + "line": 1520, "column": 23 } } @@ -73348,16 +70551,16 @@ "object": { "type": "ThisExpression", "range": [ - 42815, - 42819 + 42275, + 42279 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 28 }, "end": { - "line": 1531, + "line": 1520, "column": 32 } } @@ -73366,31 +70569,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 42820, - 42837 + 42280, + 42297 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 33 }, "end": { - "line": 1531, + "line": 1520, "column": 50 } } }, "range": [ - 42815, - 42837 + 42275, + 42297 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 28 }, "end": { - "line": 1531, + "line": 1520, "column": 50 } } @@ -73403,16 +70606,16 @@ "type": "Identifier", "name": "filter", "range": [ - 42838, - 42844 + 42298, + 42304 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 51 }, "end": { - "line": 1531, + "line": 1520, "column": 57 } } @@ -73421,47 +70624,47 @@ "type": "Identifier", "name": "id", "range": [ - 42845, - 42847 + 42305, + 42307 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 58 }, "end": { - "line": 1531, + "line": 1520, "column": 60 } } }, "range": [ - 42838, - 42847 + 42298, + 42307 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 51 }, "end": { - "line": 1531, + "line": 1520, "column": 60 } } } ], "range": [ - 42815, - 42848 + 42275, + 42308 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 28 }, "end": { - "line": 1531, + "line": 1520, "column": 61 } } @@ -73469,47 +70672,47 @@ "generator": false, "expression": true, "range": [ - 42799, - 42848 + 42259, + 42308 ], "loc": { "start": { - "line": 1531, + "line": 1520, "column": 12 }, "end": { - "line": 1531, + "line": 1520, "column": 61 } } } ], "range": [ - 42752, - 42849 + 42212, + 42309 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 8 }, "end": { - "line": 1531, + "line": 1520, "column": 62 } } }, "range": [ - 42752, - 42850 + 42212, + 42310 ], "loc": { "start": { - "line": 1530, + "line": 1519, "column": 8 }, "end": { - "line": 1531, + "line": 1520, "column": 63 } } @@ -73522,16 +70725,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 42860, - 42871 + 42320, + 42331 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 8 }, "end": { - "line": 1533, + "line": 1522, "column": 19 } } @@ -73545,16 +70748,16 @@ "object": { "type": "ThisExpression", "range": [ - 42872, - 42876 + 42332, + 42336 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 20 }, "end": { - "line": 1533, + "line": 1522, "column": 24 } } @@ -73563,47 +70766,47 @@ "type": "Identifier", "name": "dom", "range": [ - 42877, - 42880 + 42337, + 42340 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 25 }, "end": { - "line": 1533, + "line": 1522, "column": 28 } } }, "range": [ - 42872, - 42880 + 42332, + 42340 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 20 }, "end": { - "line": 1533, + "line": 1522, "column": 28 } } }, "arguments": [], "range": [ - 42872, - 42882 + 42332, + 42342 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 20 }, "end": { - "line": 1533, + "line": 1522, "column": 30 } } @@ -73614,16 +70817,16 @@ "object": { "type": "ThisExpression", "range": [ - 42884, - 42888 + 42344, + 42348 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 32 }, "end": { - "line": 1533, + "line": 1522, "column": 36 } } @@ -73632,62 +70835,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 42889, - 42895 + 42349, + 42355 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 37 }, "end": { - "line": 1533, + "line": 1522, "column": 43 } } }, "range": [ - 42884, - 42895 + 42344, + 42355 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 32 }, "end": { - "line": 1533, + "line": 1522, "column": 43 } } } ], "range": [ - 42860, - 42896 + 42320, + 42356 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 8 }, "end": { - "line": 1533, + "line": 1522, "column": 44 } } }, "range": [ - 42860, - 42897 + 42320, + 42357 ], "loc": { "start": { - "line": 1533, + "line": 1522, "column": 8 }, "end": { - "line": 1533, + "line": 1522, "column": 45 } } @@ -73700,16 +70903,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 42906, - 42917 + 42366, + 42377 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 8 }, "end": { - "line": 1534, + "line": 1523, "column": 19 } } @@ -73723,16 +70926,16 @@ "object": { "type": "ThisExpression", "range": [ - 42918, - 42922 + 42378, + 42382 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 20 }, "end": { - "line": 1534, + "line": 1523, "column": 24 } } @@ -73741,47 +70944,47 @@ "type": "Identifier", "name": "dom", "range": [ - 42923, - 42926 + 42383, + 42386 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 25 }, "end": { - "line": 1534, + "line": 1523, "column": 28 } } }, "range": [ - 42918, - 42926 + 42378, + 42386 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 20 }, "end": { - "line": 1534, + "line": 1523, "column": 28 } } }, "arguments": [], "range": [ - 42918, - 42928 + 42378, + 42388 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 20 }, "end": { - "line": 1534, + "line": 1523, "column": 30 } } @@ -73792,16 +70995,16 @@ "object": { "type": "ThisExpression", "range": [ - 42930, - 42934 + 42390, + 42394 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 32 }, "end": { - "line": 1534, + "line": 1523, "column": 36 } } @@ -73810,62 +71013,62 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 42935, - 42949 + 42395, + 42409 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 37 }, "end": { - "line": 1534, + "line": 1523, "column": 51 } } }, "range": [ - 42930, - 42949 + 42390, + 42409 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 32 }, "end": { - "line": 1534, + "line": 1523, "column": 51 } } } ], "range": [ - 42906, - 42950 + 42366, + 42410 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 8 }, "end": { - "line": 1534, + "line": 1523, "column": 52 } } }, "range": [ - 42906, - 42951 + 42366, + 42411 ], "loc": { "start": { - "line": 1534, + "line": 1523, "column": 8 }, "end": { - "line": 1534, + "line": 1523, "column": 53 } } @@ -73881,16 +71084,16 @@ "object": { "type": "ThisExpression", "range": [ - 42961, - 42965 + 42421, + 42425 ], "loc": { "start": { - "line": 1536, + "line": 1525, "column": 8 }, "end": { - "line": 1536, + "line": 1525, "column": 12 } } @@ -73899,31 +71102,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 42966, - 42978 + 42426, + 42438 ], "loc": { "start": { - "line": 1536, + "line": 1525, "column": 13 }, "end": { - "line": 1536, + "line": 1525, "column": 25 } } }, "range": [ - 42961, - 42978 + 42421, + 42438 ], "loc": { "start": { - "line": 1536, + "line": 1525, "column": 8 }, "end": { - "line": 1536, + "line": 1525, "column": 25 } } @@ -73933,46 +71136,46 @@ "value": 0, "raw": "0", "range": [ - 42981, - 42982 + 42441, + 42442 ], "loc": { "start": { - "line": 1536, + "line": 1525, "column": 28 }, "end": { - "line": 1536, + "line": 1525, "column": 29 } } }, "range": [ - 42961, - 42982 + 42421, + 42442 ], "loc": { "start": { - "line": 1536, + "line": 1525, "column": 8 }, "end": { - "line": 1536, + "line": 1525, "column": 29 } } }, "range": [ - 42961, - 42983 + 42421, + 42443 ], "loc": { "start": { - "line": 1536, + "line": 1525, "column": 8 }, "end": { - "line": 1536, + "line": 1525, "column": 30 } } @@ -73988,16 +71191,16 @@ "object": { "type": "ThisExpression", "range": [ - 42992, - 42996 + 42452, + 42456 ], "loc": { "start": { - "line": 1537, + "line": 1526, "column": 8 }, "end": { - "line": 1537, + "line": 1526, "column": 12 } } @@ -74006,31 +71209,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 42997, - 43011 + 42457, + 42471 ], "loc": { "start": { - "line": 1537, + "line": 1526, "column": 13 }, "end": { - "line": 1537, + "line": 1526, "column": 27 } } }, "range": [ - 42992, - 43011 + 42452, + 42471 ], "loc": { "start": { - "line": 1537, + "line": 1526, "column": 8 }, "end": { - "line": 1537, + "line": 1526, "column": 27 } } @@ -74039,46 +71242,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 43014, - 43016 + 42474, + 42476 ], "loc": { "start": { - "line": 1537, + "line": 1526, "column": 30 }, "end": { - "line": 1537, + "line": 1526, "column": 32 } } }, "range": [ - 42992, - 43016 + 42452, + 42476 ], "loc": { "start": { - "line": 1537, + "line": 1526, "column": 8 }, "end": { - "line": 1537, + "line": 1526, "column": 32 } } }, "range": [ - 42992, - 43017 + 42452, + 42477 ], "loc": { "start": { - "line": 1537, + "line": 1526, "column": 8 }, "end": { - "line": 1537, + "line": 1526, "column": 33 } } @@ -74094,16 +71297,16 @@ "object": { "type": "ThisExpression", "range": [ - 43026, - 43030 + 42486, + 42490 ], "loc": { "start": { - "line": 1538, + "line": 1527, "column": 8 }, "end": { - "line": 1538, + "line": 1527, "column": 12 } } @@ -74112,31 +71315,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 43031, - 43037 + 42491, + 42497 ], "loc": { "start": { - "line": 1538, + "line": 1527, "column": 13 }, "end": { - "line": 1538, + "line": 1527, "column": 19 } } }, "range": [ - 43026, - 43037 + 42486, + 42497 ], "loc": { "start": { - "line": 1538, + "line": 1527, "column": 8 }, "end": { - "line": 1538, + "line": 1527, "column": 19 } } @@ -74145,46 +71348,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 43040, - 43042 + 42500, + 42502 ], "loc": { "start": { - "line": 1538, + "line": 1527, "column": 22 }, "end": { - "line": 1538, + "line": 1527, "column": 24 } } }, "range": [ - 43026, - 43042 + 42486, + 42502 ], "loc": { "start": { - "line": 1538, + "line": 1527, "column": 8 }, "end": { - "line": 1538, + "line": 1527, "column": 24 } } }, "range": [ - 43026, - 43043 + 42486, + 42503 ], "loc": { "start": { - "line": 1538, + "line": 1527, "column": 8 }, "end": { - "line": 1538, + "line": 1527, "column": 25 } } @@ -74200,16 +71403,16 @@ "object": { "type": "ThisExpression", "range": [ - 43052, - 43056 + 42512, + 42516 ], "loc": { "start": { - "line": 1539, + "line": 1528, "column": 8 }, "end": { - "line": 1539, + "line": 1528, "column": 12 } } @@ -74218,31 +71421,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 43057, - 43068 + 42517, + 42528 ], "loc": { "start": { - "line": 1539, + "line": 1528, "column": 13 }, "end": { - "line": 1539, + "line": 1528, "column": 24 } } }, "range": [ - 43052, - 43068 + 42512, + 42528 ], "loc": { "start": { - "line": 1539, + "line": 1528, "column": 8 }, "end": { - "line": 1539, + "line": 1528, "column": 24 } } @@ -74252,62 +71455,62 @@ "value": false, "raw": "false", "range": [ - 43071, - 43076 + 42531, + 42536 ], "loc": { "start": { - "line": 1539, + "line": 1528, "column": 27 }, "end": { - "line": 1539, + "line": 1528, "column": 32 } } }, "range": [ - 43052, - 43076 + 42512, + 42536 ], "loc": { "start": { - "line": 1539, + "line": 1528, "column": 8 }, "end": { - "line": 1539, + "line": 1528, "column": 32 } } }, "range": [ - 43052, - 43077 + 42512, + 42537 ], "loc": { "start": { - "line": 1539, + "line": 1528, "column": 8 }, "end": { - "line": 1539, + "line": 1528, "column": 33 } } } ], "range": [ - 41846, - 43083 + 41306, + 42543 ], "loc": { "start": { - "line": 1497, + "line": 1486, "column": 14 }, "end": { - "line": 1540, + "line": 1529, "column": 5 } } @@ -74315,16 +71518,16 @@ "generator": false, "expression": false, "range": [ - 41843, - 43083 + 41303, + 42543 ], "loc": { "start": { - "line": 1497, + "line": 1486, "column": 11 }, "end": { - "line": 1540, + "line": 1529, "column": 5 } } @@ -74332,16 +71535,16 @@ "kind": "method", "computed": false, "range": [ - 41836, - 43083 + 41296, + 42543 ], "loc": { "start": { - "line": 1497, + "line": 1486, "column": 4 }, "end": { - "line": 1540, + "line": 1529, "column": 5 } }, @@ -74350,16 +71553,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 41793, - 41831 + 41253, + 41291 ], "loc": { "start": { - "line": 1494, + "line": 1483, "column": 4 }, "end": { - "line": 1496, + "line": 1485, "column": 7 } } @@ -74370,16 +71573,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 43089, - 43178 + 42549, + 42638 ], "loc": { "start": { - "line": 1542, + "line": 1531, "column": 4 }, "end": { - "line": 1544, + "line": 1533, "column": 7 } } @@ -74393,16 +71596,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 43183, - 43193 + 42643, + 42653 ], "loc": { "start": { - "line": 1545, + "line": 1534, "column": 4 }, "end": { - "line": 1545, + "line": 1534, "column": 14 } } @@ -74422,16 +71625,16 @@ "object": { "type": "ThisExpression", "range": [ - 43210, - 43214 + 42670, + 42674 ], "loc": { "start": { - "line": 1546, + "line": 1535, "column": 12 }, "end": { - "line": 1546, + "line": 1535, "column": 16 } } @@ -74440,31 +71643,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43215, - 43221 + 42675, + 42681 ], "loc": { "start": { - "line": 1546, + "line": 1535, "column": 17 }, "end": { - "line": 1546, + "line": 1535, "column": 23 } } }, "range": [ - 43210, - 43221 + 42670, + 42681 ], "loc": { "start": { - "line": 1546, + "line": 1535, "column": 12 }, "end": { - "line": 1546, + "line": 1535, "column": 23 } } @@ -74476,48 +71679,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 43237, - 43244 + 42697, + 42704 ], "loc": { "start": { - "line": 1547, + "line": 1536, "column": 12 }, "end": { - "line": 1547, + "line": 1536, "column": 19 } } } ], "range": [ - 43223, - 43254 + 42683, + 42714 ], "loc": { "start": { - "line": 1546, + "line": 1535, "column": 25 }, "end": { - "line": 1548, + "line": 1537, "column": 9 } } }, "alternate": null, "range": [ - 43206, - 43254 + 42666, + 42714 ], "loc": { "start": { - "line": 1546, + "line": 1535, "column": 8 }, "end": { - "line": 1548, + "line": 1537, "column": 9 } }, @@ -74526,16 +71729,16 @@ "type": "Block", "value": "** container div **", "range": [ - 43264, - 43287 + 42724, + 42747 ], "loc": { "start": { - "line": 1550, + "line": 1539, "column": 8 }, "end": { - "line": 1550, + "line": 1539, "column": 31 } } @@ -74551,16 +71754,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43300, - 43306 + 42760, + 42766 ], "loc": { "start": { - "line": 1551, + "line": 1540, "column": 12 }, "end": { - "line": 1551, + "line": 1540, "column": 18 } } @@ -74571,16 +71774,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 43309, - 43318 + 42769, + 42778 ], "loc": { "start": { - "line": 1551, + "line": 1540, "column": 21 }, "end": { - "line": 1551, + "line": 1540, "column": 30 } } @@ -74591,47 +71794,47 @@ "value": "div", "raw": "'div'", "range": [ - 43319, - 43324 + 42779, + 42784 ], "loc": { "start": { - "line": 1551, + "line": 1540, "column": 31 }, "end": { - "line": 1551, + "line": 1540, "column": 36 } } } ], "range": [ - 43309, - 43325 + 42769, + 42785 ], "loc": { "start": { - "line": 1551, + "line": 1540, "column": 21 }, "end": { - "line": 1551, + "line": 1540, "column": 37 } } }, "range": [ - 43300, - 43325 + 42760, + 42785 ], "loc": { "start": { - "line": 1551, + "line": 1540, "column": 12 }, "end": { - "line": 1551, + "line": 1540, "column": 37 } } @@ -74639,16 +71842,16 @@ ], "kind": "let", "range": [ - 43296, - 43326 + 42756, + 42786 ], "loc": { "start": { - "line": 1551, + "line": 1540, "column": 8 }, "end": { - "line": 1551, + "line": 1540, "column": 38 } }, @@ -74657,16 +71860,16 @@ "type": "Block", "value": "** container div **", "range": [ - 43264, - 43287 + 42724, + 42747 ], "loc": { "start": { - "line": 1550, + "line": 1539, "column": 8 }, "end": { - "line": 1550, + "line": 1539, "column": 31 } } @@ -74685,16 +71888,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43335, - 43341 + 42795, + 42801 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 8 }, "end": { - "line": 1552, + "line": 1541, "column": 14 } } @@ -74703,31 +71906,31 @@ "type": "Identifier", "name": "className", "range": [ - 43342, - 43351 + 42802, + 42811 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 15 }, "end": { - "line": 1552, + "line": 1541, "column": 24 } } }, "range": [ - 43335, - 43351 + 42795, + 42811 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 8 }, "end": { - "line": 1552, + "line": 1541, "column": 24 } } @@ -74738,16 +71941,16 @@ "object": { "type": "ThisExpression", "range": [ - 43354, - 43358 + 42814, + 42818 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 27 }, "end": { - "line": 1552, + "line": 1541, "column": 31 } } @@ -74756,61 +71959,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 43359, - 43373 + 42819, + 42833 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 32 }, "end": { - "line": 1552, + "line": 1541, "column": 46 } } }, "range": [ - 43354, - 43373 + 42814, + 42833 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 27 }, "end": { - "line": 1552, + "line": 1541, "column": 46 } } }, "range": [ - 43335, - 43373 + 42795, + 42833 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 8 }, "end": { - "line": 1552, + "line": 1541, "column": 46 } } }, "range": [ - 43335, - 43374 + 42795, + 42834 ], "loc": { "start": { - "line": 1552, + "line": 1541, "column": 8 }, "end": { - "line": 1552, + "line": 1541, "column": 47 } }, @@ -74819,16 +72022,16 @@ "type": "Line", "value": "custom container", "range": [ - 43384, - 43402 + 42844, + 42862 ], "loc": { "start": { - "line": 1554, + "line": 1543, "column": 8 }, "end": { - "line": 1554, + "line": 1543, "column": 26 } } @@ -74843,16 +72046,16 @@ "object": { "type": "ThisExpression", "range": [ - 43415, - 43419 + 42875, + 42879 ], "loc": { "start": { - "line": 1555, + "line": 1544, "column": 12 }, "end": { - "line": 1555, + "line": 1544, "column": 16 } } @@ -74861,31 +72064,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 43420, - 43432 + 42880, + 42892 ], "loc": { "start": { - "line": 1555, + "line": 1544, "column": 17 }, "end": { - "line": 1555, + "line": 1544, "column": 29 } } }, "range": [ - 43415, - 43432 + 42875, + 42892 ], "loc": { "start": { - "line": 1555, + "line": 1544, "column": 12 }, "end": { - "line": 1555, + "line": 1544, "column": 29 } } @@ -74906,16 +72109,16 @@ "type": "Identifier", "name": "elm", "range": [ - 43448, - 43451 + 42908, + 42911 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 12 }, "end": { - "line": 1556, + "line": 1545, "column": 15 } } @@ -74927,16 +72130,16 @@ "object": { "type": "ThisExpression", "range": [ - 43452, - 43456 + 42912, + 42916 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 16 }, "end": { - "line": 1556, + "line": 1545, "column": 20 } } @@ -74945,47 +72148,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 43457, - 43469 + 42917, + 42929 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 21 }, "end": { - "line": 1556, + "line": 1545, "column": 33 } } }, "range": [ - 43452, - 43469 + 42912, + 42929 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 16 }, "end": { - "line": 1556, + "line": 1545, "column": 33 } } } ], "range": [ - 43448, - 43470 + 42908, + 42930 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 12 }, "end": { - "line": 1556, + "line": 1545, "column": 34 } } @@ -74994,31 +72197,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 43471, - 43482 + 42931, + 42942 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 35 }, "end": { - "line": 1556, + "line": 1545, "column": 46 } } }, "range": [ - 43448, - 43482 + 42908, + 42942 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 12 }, "end": { - "line": 1556, + "line": 1545, "column": 46 } } @@ -75028,63 +72231,63 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43483, - 43489 + 42943, + 42949 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 47 }, "end": { - "line": 1556, + "line": 1545, "column": 53 } } } ], "range": [ - 43448, - 43490 + 42908, + 42950 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 12 }, "end": { - "line": 1556, + "line": 1545, "column": 54 } } }, "range": [ - 43448, - 43491 + 42908, + 42951 ], "loc": { "start": { - "line": 1556, + "line": 1545, "column": 12 }, "end": { - "line": 1556, + "line": 1545, "column": 55 } } } ], "range": [ - 43434, - 43501 + 42894, + 42961 ], "loc": { "start": { - "line": 1555, + "line": 1544, "column": 31 }, "end": { - "line": 1557, + "line": 1546, "column": 9 } }, @@ -75093,16 +72296,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 43510, - 43523 + 42970, + 42983 ], "loc": { "start": { - "line": 1558, + "line": 1547, "column": 8 }, "end": { - "line": 1558, + "line": 1547, "column": 21 } } @@ -75117,16 +72320,16 @@ "object": { "type": "ThisExpression", "range": [ - 43541, - 43545 + 43001, + 43005 ], "loc": { "start": { - "line": 1559, + "line": 1548, "column": 17 }, "end": { - "line": 1559, + "line": 1548, "column": 21 } } @@ -75135,31 +72338,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43546, - 43556 + 43006, + 43016 ], "loc": { "start": { - "line": 1559, + "line": 1548, "column": 22 }, "end": { - "line": 1559, + "line": 1548, "column": 32 } } }, "range": [ - 43541, - 43556 + 43001, + 43016 ], "loc": { "start": { - "line": 1559, + "line": 1548, "column": 17 }, "end": { - "line": 1559, + "line": 1548, "column": 32 } } @@ -75176,16 +72379,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43576, - 43586 + 43036, + 43046 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 16 }, "end": { - "line": 1560, + "line": 1549, "column": 26 } } @@ -75199,16 +72402,16 @@ "object": { "type": "ThisExpression", "range": [ - 43589, - 43593 + 43049, + 43053 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 29 }, "end": { - "line": 1560, + "line": 1549, "column": 33 } } @@ -75217,31 +72420,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 43594, - 43597 + 43054, + 43057 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 34 }, "end": { - "line": 1560, + "line": 1549, "column": 37 } } }, "range": [ - 43589, - 43597 + 43049, + 43057 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 29 }, "end": { - "line": 1560, + "line": 1549, "column": 37 } } @@ -75250,46 +72453,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43598, - 43608 + 43058, + 43068 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 38 }, "end": { - "line": 1560, + "line": 1549, "column": 48 } } }, "range": [ - 43589, - 43608 + 43049, + 43068 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 29 }, "end": { - "line": 1560, + "line": 1549, "column": 48 } } }, "range": [ - 43576, - 43608 + 43036, + 43068 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 16 }, "end": { - "line": 1560, + "line": 1549, "column": 48 } } @@ -75297,16 +72500,16 @@ ], "kind": "let", "range": [ - 43572, - 43609 + 43032, + 43069 ], "loc": { "start": { - "line": 1560, + "line": 1549, "column": 12 }, "end": { - "line": 1560, + "line": 1549, "column": 49 } } @@ -75325,16 +72528,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43622, - 43632 + 43082, + 43092 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 12 }, "end": { - "line": 1561, + "line": 1550, "column": 22 } } @@ -75343,31 +72546,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 43633, - 43644 + 43093, + 43104 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 23 }, "end": { - "line": 1561, + "line": 1550, "column": 34 } } }, "range": [ - 43622, - 43644 + 43082, + 43104 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 12 }, "end": { - "line": 1561, + "line": 1550, "column": 34 } } @@ -75376,31 +72579,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 43645, - 43656 + 43105, + 43116 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 35 }, "end": { - "line": 1561, + "line": 1550, "column": 46 } } }, "range": [ - 43622, - 43656 + 43082, + 43116 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 12 }, "end": { - "line": 1561, + "line": 1550, "column": 46 } } @@ -75410,47 +72613,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43657, - 43663 + 43117, + 43123 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 47 }, "end": { - "line": 1561, + "line": 1550, "column": 53 } } } ], "range": [ - 43622, - 43664 + 43082, + 43124 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 12 }, "end": { - "line": 1561, + "line": 1550, "column": 54 } } }, "range": [ - 43622, - 43665 + 43082, + 43125 ], "loc": { "start": { - "line": 1561, + "line": 1550, "column": 12 }, "end": { - "line": 1561, + "line": 1550, "column": 55 } } @@ -75467,16 +72670,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43678, - 43684 + 43138, + 43144 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 12 }, "end": { - "line": 1562, + "line": 1551, "column": 18 } } @@ -75485,31 +72688,31 @@ "type": "Identifier", "name": "className", "range": [ - 43685, - 43694 + 43145, + 43154 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 19 }, "end": { - "line": 1562, + "line": 1551, "column": 28 } } }, "range": [ - 43678, - 43694 + 43138, + 43154 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 12 }, "end": { - "line": 1562, + "line": 1551, "column": 28 } } @@ -75521,16 +72724,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43697, - 43707 + 43157, + 43167 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 31 }, "end": { - "line": 1562, + "line": 1551, "column": 41 } } @@ -75539,77 +72742,77 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 43708, - 43722 + 43168, + 43182 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 42 }, "end": { - "line": 1562, + "line": 1551, "column": 56 } } }, "range": [ - 43697, - 43722 + 43157, + 43182 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 31 }, "end": { - "line": 1562, + "line": 1551, "column": 56 } } }, "range": [ - 43678, - 43722 + 43138, + 43182 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 12 }, "end": { - "line": 1562, + "line": 1551, "column": 56 } } }, "range": [ - 43678, - 43723 + 43138, + 43183 ], "loc": { "start": { - "line": 1562, + "line": 1551, "column": 12 }, "end": { - "line": 1562, + "line": 1551, "column": 57 } } } ], "range": [ - 43558, - 43733 + 43018, + 43193 ], "loc": { "start": { - "line": 1559, + "line": 1548, "column": 34 }, "end": { - "line": 1563, + "line": 1552, "column": 9 } }, @@ -75618,16 +72821,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 43742, - 43782 + 43202, + 43242 ], "loc": { "start": { - "line": 1564, + "line": 1553, "column": 8 }, "end": { - "line": 1564, + "line": 1553, "column": 48 } } @@ -75646,16 +72849,16 @@ "type": "Identifier", "name": "cont", "range": [ - 43814, - 43818 + 43274, + 43278 ], "loc": { "start": { - "line": 1566, + "line": 1555, "column": 16 }, "end": { - "line": 1566, + "line": 1555, "column": 20 } } @@ -75666,16 +72869,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 43821, - 43830 + 43281, + 43290 ], "loc": { "start": { - "line": 1566, + "line": 1555, "column": 23 }, "end": { - "line": 1566, + "line": 1555, "column": 32 } } @@ -75686,47 +72889,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 43831, - 43840 + 43291, + 43300 ], "loc": { "start": { - "line": 1566, + "line": 1555, "column": 33 }, "end": { - "line": 1566, + "line": 1555, "column": 42 } } } ], "range": [ - 43821, - 43841 + 43281, + 43301 ], "loc": { "start": { - "line": 1566, + "line": 1555, "column": 23 }, "end": { - "line": 1566, + "line": 1555, "column": 43 } } }, "range": [ - 43814, - 43841 + 43274, + 43301 ], "loc": { "start": { - "line": 1566, + "line": 1555, "column": 16 }, "end": { - "line": 1566, + "line": 1555, "column": 43 } } @@ -75734,16 +72937,16 @@ ], "kind": "let", "range": [ - 43810, - 43842 + 43270, + 43302 ], "loc": { "start": { - "line": 1566, + "line": 1555, "column": 12 }, "end": { - "line": 1566, + "line": 1555, "column": 44 } } @@ -75759,16 +72962,16 @@ "type": "Identifier", "name": "cont", "range": [ - 43855, - 43859 + 43315, + 43319 ], "loc": { "start": { - "line": 1567, + "line": 1556, "column": 12 }, "end": { - "line": 1567, + "line": 1556, "column": 16 } } @@ -75777,31 +72980,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 43860, - 43871 + 43320, + 43331 ], "loc": { "start": { - "line": 1567, + "line": 1556, "column": 17 }, "end": { - "line": 1567, + "line": 1556, "column": 28 } } }, "range": [ - 43855, - 43871 + 43315, + 43331 ], "loc": { "start": { - "line": 1567, + "line": 1556, "column": 12 }, "end": { - "line": 1567, + "line": 1556, "column": 28 } } @@ -75811,47 +73014,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43872, - 43878 + 43332, + 43338 ], "loc": { "start": { - "line": 1567, + "line": 1556, "column": 29 }, "end": { - "line": 1567, + "line": 1556, "column": 35 } } } ], "range": [ - 43855, - 43879 + 43315, + 43339 ], "loc": { "start": { - "line": 1567, + "line": 1556, "column": 12 }, "end": { - "line": 1567, + "line": 1556, "column": 36 } } }, "range": [ - 43855, - 43880 + 43315, + 43340 ], "loc": { "start": { - "line": 1567, + "line": 1556, "column": 12 }, "end": { - "line": 1567, + "line": 1556, "column": 37 } } @@ -75871,16 +73074,16 @@ "object": { "type": "ThisExpression", "range": [ - 43893, - 43897 + 43353, + 43357 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 12 }, "end": { - "line": 1568, + "line": 1557, "column": 16 } } @@ -75889,47 +73092,47 @@ "type": "Identifier", "name": "dom", "range": [ - 43898, - 43901 + 43358, + 43361 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 17 }, "end": { - "line": 1568, + "line": 1557, "column": 20 } } }, "range": [ - 43893, - 43901 + 43353, + 43361 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 12 }, "end": { - "line": 1568, + "line": 1557, "column": 20 } } }, "arguments": [], "range": [ - 43893, - 43903 + 43353, + 43363 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 12 }, "end": { - "line": 1568, + "line": 1557, "column": 22 } } @@ -75938,31 +73141,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 43904, - 43916 + 43364, + 43376 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 23 }, "end": { - "line": 1568, + "line": 1557, "column": 35 } } }, "range": [ - 43893, - 43916 + 43353, + 43376 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 12 }, "end": { - "line": 1568, + "line": 1557, "column": 35 } } @@ -75972,16 +73175,16 @@ "type": "Identifier", "name": "cont", "range": [ - 43917, - 43921 + 43377, + 43381 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 36 }, "end": { - "line": 1568, + "line": 1557, "column": 40 } } @@ -75997,16 +73200,16 @@ "object": { "type": "ThisExpression", "range": [ - 43923, - 43927 + 43383, + 43387 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 42 }, "end": { - "line": 1568, + "line": 1557, "column": 46 } } @@ -76015,47 +73218,47 @@ "type": "Identifier", "name": "dom", "range": [ - 43928, - 43931 + 43388, + 43391 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 47 }, "end": { - "line": 1568, + "line": 1557, "column": 50 } } }, "range": [ - 43923, - 43931 + 43383, + 43391 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 42 }, "end": { - "line": 1568, + "line": 1557, "column": 50 } } }, "arguments": [], "range": [ - 43923, - 43933 + 43383, + 43393 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 42 }, "end": { - "line": 1568, + "line": 1557, "column": 52 } } @@ -76064,78 +73267,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 43934, - 43944 + 43394, + 43404 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 53 }, "end": { - "line": 1568, + "line": 1557, "column": 63 } } }, "range": [ - 43923, - 43944 + 43383, + 43404 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 42 }, "end": { - "line": 1568, + "line": 1557, "column": 63 } } } ], "range": [ - 43893, - 43945 + 43353, + 43405 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 12 }, "end": { - "line": 1568, + "line": 1557, "column": 64 } } }, "range": [ - 43893, - 43946 + 43353, + 43406 ], "loc": { "start": { - "line": 1568, + "line": 1557, "column": 12 }, "end": { - "line": 1568, + "line": 1557, "column": 65 } } } ], "range": [ - 43796, - 43956 + 43256, + 43416 ], "loc": { "start": { - "line": 1565, + "line": 1554, "column": 13 }, "end": { - "line": 1569, + "line": 1558, "column": 9 } }, @@ -76144,16 +73347,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 43742, - 43782 + 43202, + 43242 ], "loc": { "start": { - "line": 1564, + "line": 1553, "column": 8 }, "end": { - "line": 1564, + "line": 1553, "column": 48 } } @@ -76161,16 +73364,16 @@ ] }, "range": [ - 43537, - 43956 + 42997, + 43416 ], "loc": { "start": { - "line": 1559, + "line": 1548, "column": 13 }, "end": { - "line": 1569, + "line": 1558, "column": 9 } }, @@ -76179,16 +73382,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 43510, - 43523 + 42970, + 42983 ], "loc": { "start": { - "line": 1558, + "line": 1547, "column": 8 }, "end": { - "line": 1558, + "line": 1547, "column": 21 } } @@ -76196,16 +73399,16 @@ ] }, "range": [ - 43411, - 43956 + 42871, + 43416 ], "loc": { "start": { - "line": 1555, + "line": 1544, "column": 8 }, "end": { - "line": 1569, + "line": 1558, "column": 9 } }, @@ -76214,16 +73417,16 @@ "type": "Line", "value": "custom container", "range": [ - 43384, - 43402 + 42844, + 42862 ], "loc": { "start": { - "line": 1554, + "line": 1543, "column": 8 }, "end": { - "line": 1554, + "line": 1543, "column": 26 } } @@ -76241,16 +73444,16 @@ "object": { "type": "ThisExpression", "range": [ - 43965, - 43969 + 43425, + 43429 ], "loc": { "start": { - "line": 1570, + "line": 1559, "column": 8 }, "end": { - "line": 1570, + "line": 1559, "column": 12 } } @@ -76259,31 +73462,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43970, - 43976 + 43430, + 43436 ], "loc": { "start": { - "line": 1570, + "line": 1559, "column": 13 }, "end": { - "line": 1570, + "line": 1559, "column": 19 } } }, "range": [ - 43965, - 43976 + 43425, + 43436 ], "loc": { "start": { - "line": 1570, + "line": 1559, "column": 8 }, "end": { - "line": 1570, + "line": 1559, "column": 19 } } @@ -76292,46 +73495,46 @@ "type": "Identifier", "name": "infDiv", "range": [ - 43979, - 43985 + 43439, + 43445 ], "loc": { "start": { - "line": 1570, + "line": 1559, "column": 22 }, "end": { - "line": 1570, + "line": 1559, "column": 28 } } }, "range": [ - 43965, - 43985 + 43425, + 43445 ], "loc": { "start": { - "line": 1570, + "line": 1559, "column": 8 }, "end": { - "line": 1570, + "line": 1559, "column": 28 } } }, "range": [ - 43965, - 43986 + 43425, + 43446 ], "loc": { "start": { - "line": 1570, + "line": 1559, "column": 8 }, "end": { - "line": 1570, + "line": 1559, "column": 29 } }, @@ -76340,16 +73543,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 43996, - 44042 + 43456, + 43502 ], "loc": { "start": { - "line": 1572, + "line": 1561, "column": 8 }, "end": { - "line": 1572, + "line": 1561, "column": 54 } } @@ -76365,16 +73568,16 @@ "type": "Identifier", "name": "lDiv", "range": [ - 44055, - 44059 + 43515, + 43519 ], "loc": { "start": { - "line": 1573, + "line": 1562, "column": 12 }, "end": { - "line": 1573, + "line": 1562, "column": 16 } } @@ -76385,16 +73588,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44062, - 44071 + 43522, + 43531 ], "loc": { "start": { - "line": 1573, + "line": 1562, "column": 19 }, "end": { - "line": 1573, + "line": 1562, "column": 28 } } @@ -76405,47 +73608,47 @@ "value": "div", "raw": "'div'", "range": [ - 44072, - 44077 + 43532, + 43537 ], "loc": { "start": { - "line": 1573, + "line": 1562, "column": 29 }, "end": { - "line": 1573, + "line": 1562, "column": 34 } } } ], "range": [ - 44062, - 44078 + 43522, + 43538 ], "loc": { "start": { - "line": 1573, + "line": 1562, "column": 19 }, "end": { - "line": 1573, + "line": 1562, "column": 35 } } }, "range": [ - 44055, - 44078 + 43515, + 43538 ], "loc": { "start": { - "line": 1573, + "line": 1562, "column": 12 }, "end": { - "line": 1573, + "line": 1562, "column": 35 } } @@ -76453,16 +73656,16 @@ ], "kind": "let", "range": [ - 44051, - 44079 + 43511, + 43539 ], "loc": { "start": { - "line": 1573, + "line": 1562, "column": 8 }, "end": { - "line": 1573, + "line": 1562, "column": 36 } }, @@ -76471,16 +73674,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 43996, - 44042 + 43456, + 43502 ], "loc": { "start": { - "line": 1572, + "line": 1561, "column": 8 }, "end": { - "line": 1572, + "line": 1561, "column": 54 } } @@ -76499,16 +73702,16 @@ "type": "Identifier", "name": "lDiv", "range": [ - 44088, - 44092 + 43548, + 43552 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 8 }, "end": { - "line": 1574, + "line": 1563, "column": 12 } } @@ -76517,31 +73720,31 @@ "type": "Identifier", "name": "className", "range": [ - 44093, - 44102 + 43553, + 43562 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 13 }, "end": { - "line": 1574, + "line": 1563, "column": 22 } } }, "range": [ - 44088, - 44102 + 43548, + 43562 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 8 }, "end": { - "line": 1574, + "line": 1563, "column": 22 } } @@ -76552,16 +73755,16 @@ "object": { "type": "ThisExpression", "range": [ - 44105, - 44109 + 43565, + 43569 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 25 }, "end": { - "line": 1574, + "line": 1563, "column": 29 } } @@ -76570,61 +73773,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 44110, - 44122 + 43570, + 43582 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 30 }, "end": { - "line": 1574, + "line": 1563, "column": 42 } } }, "range": [ - 44105, - 44122 + 43565, + 43582 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 25 }, "end": { - "line": 1574, + "line": 1563, "column": 42 } } }, "range": [ - 44088, - 44122 + 43548, + 43582 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 8 }, "end": { - "line": 1574, + "line": 1563, "column": 42 } } }, "range": [ - 44088, - 44123 + 43548, + 43583 ], "loc": { "start": { - "line": 1574, + "line": 1563, "column": 8 }, "end": { - "line": 1574, + "line": 1563, "column": 43 } } @@ -76640,16 +73843,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44132, - 44138 + 43592, + 43598 ], "loc": { "start": { - "line": 1575, + "line": 1564, "column": 8 }, "end": { - "line": 1575, + "line": 1564, "column": 14 } } @@ -76658,31 +73861,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44139, - 44150 + 43599, + 43610 ], "loc": { "start": { - "line": 1575, + "line": 1564, "column": 15 }, "end": { - "line": 1575, + "line": 1564, "column": 26 } } }, "range": [ - 44132, - 44150 + 43592, + 43610 ], "loc": { "start": { - "line": 1575, + "line": 1564, "column": 8 }, "end": { - "line": 1575, + "line": 1564, "column": 26 } } @@ -76692,47 +73895,47 @@ "type": "Identifier", "name": "lDiv", "range": [ - 44151, - 44155 + 43611, + 43615 ], "loc": { "start": { - "line": 1575, + "line": 1564, "column": 27 }, "end": { - "line": 1575, + "line": 1564, "column": 31 } } } ], "range": [ - 44132, - 44156 + 43592, + 43616 ], "loc": { "start": { - "line": 1575, + "line": 1564, "column": 8 }, "end": { - "line": 1575, + "line": 1564, "column": 32 } } }, "range": [ - 44132, - 44157 + 43592, + 43617 ], "loc": { "start": { - "line": 1575, + "line": 1564, "column": 8 }, "end": { - "line": 1575, + "line": 1564, "column": 33 } } @@ -76748,16 +73951,16 @@ "object": { "type": "ThisExpression", "range": [ - 44166, - 44170 + 43626, + 43630 ], "loc": { "start": { - "line": 1576, + "line": 1565, "column": 8 }, "end": { - "line": 1576, + "line": 1565, "column": 12 } } @@ -76766,31 +73969,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 44171, - 44175 + 43631, + 43635 ], "loc": { "start": { - "line": 1576, + "line": 1565, "column": 13 }, "end": { - "line": 1576, + "line": 1565, "column": 17 } } }, "range": [ - 44166, - 44175 + 43626, + 43635 ], "loc": { "start": { - "line": 1576, + "line": 1565, "column": 8 }, "end": { - "line": 1576, + "line": 1565, "column": 17 } } @@ -76799,46 +74002,46 @@ "type": "Identifier", "name": "lDiv", "range": [ - 44178, - 44182 + 43638, + 43642 ], "loc": { "start": { - "line": 1576, + "line": 1565, "column": 20 }, "end": { - "line": 1576, + "line": 1565, "column": 24 } } }, "range": [ - 44166, - 44182 + 43626, + 43642 ], "loc": { "start": { - "line": 1576, + "line": 1565, "column": 8 }, "end": { - "line": 1576, + "line": 1565, "column": 24 } } }, "range": [ - 44166, - 44183 + 43626, + 43643 ], "loc": { "start": { - "line": 1576, + "line": 1565, "column": 8 }, "end": { - "line": 1576, + "line": 1565, "column": 25 } }, @@ -76847,16 +74050,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 44193, - 44287 + 43653, + 43747 ], "loc": { "start": { - "line": 1578, + "line": 1567, "column": 8 }, "end": { - "line": 1579, + "line": 1568, "column": 52 } } @@ -76872,16 +74075,16 @@ "type": "Identifier", "name": "rDiv", "range": [ - 44300, - 44304 + 43760, + 43764 ], "loc": { "start": { - "line": 1580, + "line": 1569, "column": 12 }, "end": { - "line": 1580, + "line": 1569, "column": 16 } } @@ -76892,16 +74095,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44307, - 44316 + 43767, + 43776 ], "loc": { "start": { - "line": 1580, + "line": 1569, "column": 19 }, "end": { - "line": 1580, + "line": 1569, "column": 28 } } @@ -76912,47 +74115,47 @@ "value": "div", "raw": "'div'", "range": [ - 44317, - 44322 + 43777, + 43782 ], "loc": { "start": { - "line": 1580, + "line": 1569, "column": 29 }, "end": { - "line": 1580, + "line": 1569, "column": 34 } } } ], "range": [ - 44307, - 44323 + 43767, + 43783 ], "loc": { "start": { - "line": 1580, + "line": 1569, "column": 19 }, "end": { - "line": 1580, + "line": 1569, "column": 35 } } }, "range": [ - 44300, - 44323 + 43760, + 43783 ], "loc": { "start": { - "line": 1580, + "line": 1569, "column": 12 }, "end": { - "line": 1580, + "line": 1569, "column": 35 } } @@ -76960,16 +74163,16 @@ ], "kind": "let", "range": [ - 44296, - 44324 + 43756, + 43784 ], "loc": { "start": { - "line": 1580, + "line": 1569, "column": 8 }, "end": { - "line": 1580, + "line": 1569, "column": 36 } }, @@ -76978,16 +74181,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 44193, - 44287 + 43653, + 43747 ], "loc": { "start": { - "line": 1578, + "line": 1567, "column": 8 }, "end": { - "line": 1579, + "line": 1568, "column": 52 } } @@ -77006,16 +74209,16 @@ "type": "Identifier", "name": "rDiv", "range": [ - 44333, - 44337 + 43793, + 43797 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 8 }, "end": { - "line": 1581, + "line": 1570, "column": 12 } } @@ -77024,31 +74227,31 @@ "type": "Identifier", "name": "className", "range": [ - 44338, - 44347 + 43798, + 43807 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 13 }, "end": { - "line": 1581, + "line": 1570, "column": 22 } } }, "range": [ - 44333, - 44347 + 43793, + 43807 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 8 }, "end": { - "line": 1581, + "line": 1570, "column": 22 } } @@ -77059,16 +74262,16 @@ "object": { "type": "ThisExpression", "range": [ - 44350, - 44354 + 43810, + 43814 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 25 }, "end": { - "line": 1581, + "line": 1570, "column": 29 } } @@ -77077,61 +74280,61 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 44355, - 44367 + 43815, + 43827 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 30 }, "end": { - "line": 1581, + "line": 1570, "column": 42 } } }, "range": [ - 44350, - 44367 + 43810, + 43827 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 25 }, "end": { - "line": 1581, + "line": 1570, "column": 42 } } }, "range": [ - 44333, - 44367 + 43793, + 43827 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 8 }, "end": { - "line": 1581, + "line": 1570, "column": 42 } } }, "range": [ - 44333, - 44368 + 43793, + 43828 ], "loc": { "start": { - "line": 1581, + "line": 1570, "column": 8 }, "end": { - "line": 1581, + "line": 1570, "column": 43 } } @@ -77147,16 +74350,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44377, - 44383 + 43837, + 43843 ], "loc": { "start": { - "line": 1582, + "line": 1571, "column": 8 }, "end": { - "line": 1582, + "line": 1571, "column": 14 } } @@ -77165,31 +74368,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44384, - 44395 + 43844, + 43855 ], "loc": { "start": { - "line": 1582, + "line": 1571, "column": 15 }, "end": { - "line": 1582, + "line": 1571, "column": 26 } } }, "range": [ - 44377, - 44395 + 43837, + 43855 ], "loc": { "start": { - "line": 1582, + "line": 1571, "column": 8 }, "end": { - "line": 1582, + "line": 1571, "column": 26 } } @@ -77199,47 +74402,47 @@ "type": "Identifier", "name": "rDiv", "range": [ - 44396, - 44400 + 43856, + 43860 ], "loc": { "start": { - "line": 1582, + "line": 1571, "column": 27 }, "end": { - "line": 1582, + "line": 1571, "column": 31 } } } ], "range": [ - 44377, - 44401 + 43837, + 43861 ], "loc": { "start": { - "line": 1582, + "line": 1571, "column": 8 }, "end": { - "line": 1582, + "line": 1571, "column": 32 } } }, "range": [ - 44377, - 44402 + 43837, + 43862 ], "loc": { "start": { - "line": 1582, + "line": 1571, "column": 8 }, "end": { - "line": 1582, + "line": 1571, "column": 33 } } @@ -77255,16 +74458,16 @@ "object": { "type": "ThisExpression", "range": [ - 44411, - 44415 + 43871, + 43875 ], "loc": { "start": { - "line": 1583, + "line": 1572, "column": 8 }, "end": { - "line": 1583, + "line": 1572, "column": 12 } } @@ -77273,31 +74476,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 44416, - 44420 + 43876, + 43880 ], "loc": { "start": { - "line": 1583, + "line": 1572, "column": 13 }, "end": { - "line": 1583, + "line": 1572, "column": 17 } } }, "range": [ - 44411, - 44420 + 43871, + 43880 ], "loc": { "start": { - "line": 1583, + "line": 1572, "column": 8 }, "end": { - "line": 1583, + "line": 1572, "column": 17 } } @@ -77306,46 +74509,46 @@ "type": "Identifier", "name": "rDiv", "range": [ - 44423, - 44427 + 43883, + 43887 ], "loc": { "start": { - "line": 1583, + "line": 1572, "column": 20 }, "end": { - "line": 1583, + "line": 1572, "column": 24 } } }, "range": [ - 44411, - 44427 + 43871, + 43887 ], "loc": { "start": { - "line": 1583, + "line": 1572, "column": 8 }, "end": { - "line": 1583, + "line": 1572, "column": 24 } } }, "range": [ - 44411, - 44428 + 43871, + 43888 ], "loc": { "start": { - "line": 1583, + "line": 1572, "column": 8 }, "end": { - "line": 1583, + "line": 1572, "column": 25 } }, @@ -77354,16 +74557,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 44438, - 44482 + 43898, + 43942 ], "loc": { "start": { - "line": 1585, + "line": 1574, "column": 8 }, "end": { - "line": 1585, + "line": 1574, "column": 52 } } @@ -77379,16 +74582,16 @@ "type": "Identifier", "name": "mDiv", "range": [ - 44495, - 44499 + 43955, + 43959 ], "loc": { "start": { - "line": 1586, + "line": 1575, "column": 12 }, "end": { - "line": 1586, + "line": 1575, "column": 16 } } @@ -77399,16 +74602,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44502, - 44511 + 43962, + 43971 ], "loc": { "start": { - "line": 1586, + "line": 1575, "column": 19 }, "end": { - "line": 1586, + "line": 1575, "column": 28 } } @@ -77419,47 +74622,47 @@ "value": "div", "raw": "'div'", "range": [ - 44512, - 44517 + 43972, + 43977 ], "loc": { "start": { - "line": 1586, + "line": 1575, "column": 29 }, "end": { - "line": 1586, + "line": 1575, "column": 34 } } } ], "range": [ - 44502, - 44518 + 43962, + 43978 ], "loc": { "start": { - "line": 1586, + "line": 1575, "column": 19 }, "end": { - "line": 1586, + "line": 1575, "column": 35 } } }, "range": [ - 44495, - 44518 + 43955, + 43978 ], "loc": { "start": { - "line": 1586, + "line": 1575, "column": 12 }, "end": { - "line": 1586, + "line": 1575, "column": 35 } } @@ -77467,16 +74670,16 @@ ], "kind": "let", "range": [ - 44491, - 44519 + 43951, + 43979 ], "loc": { "start": { - "line": 1586, + "line": 1575, "column": 8 }, "end": { - "line": 1586, + "line": 1575, "column": 36 } }, @@ -77485,16 +74688,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 44438, - 44482 + 43898, + 43942 ], "loc": { "start": { - "line": 1585, + "line": 1574, "column": 8 }, "end": { - "line": 1585, + "line": 1574, "column": 52 } } @@ -77513,16 +74716,16 @@ "type": "Identifier", "name": "mDiv", "range": [ - 44528, - 44532 + 43988, + 43992 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 8 }, "end": { - "line": 1587, + "line": 1576, "column": 12 } } @@ -77531,31 +74734,31 @@ "type": "Identifier", "name": "className", "range": [ - 44533, - 44542 + 43993, + 44002 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 13 }, "end": { - "line": 1587, + "line": 1576, "column": 22 } } }, "range": [ - 44528, - 44542 + 43988, + 44002 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 8 }, "end": { - "line": 1587, + "line": 1576, "column": 22 } } @@ -77566,16 +74769,16 @@ "object": { "type": "ThisExpression", "range": [ - 44545, - 44549 + 44005, + 44009 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 25 }, "end": { - "line": 1587, + "line": 1576, "column": 29 } } @@ -77584,61 +74787,61 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 44550, - 44562 + 44010, + 44022 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 30 }, "end": { - "line": 1587, + "line": 1576, "column": 42 } } }, "range": [ - 44545, - 44562 + 44005, + 44022 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 25 }, "end": { - "line": 1587, + "line": 1576, "column": 42 } } }, "range": [ - 44528, - 44562 + 43988, + 44022 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 8 }, "end": { - "line": 1587, + "line": 1576, "column": 42 } } }, "range": [ - 44528, - 44563 + 43988, + 44023 ], "loc": { "start": { - "line": 1587, + "line": 1576, "column": 8 }, "end": { - "line": 1587, + "line": 1576, "column": 43 } } @@ -77654,16 +74857,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44572, - 44578 + 44032, + 44038 ], "loc": { "start": { - "line": 1588, + "line": 1577, "column": 8 }, "end": { - "line": 1588, + "line": 1577, "column": 14 } } @@ -77672,31 +74875,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44579, - 44590 + 44039, + 44050 ], "loc": { "start": { - "line": 1588, + "line": 1577, "column": 15 }, "end": { - "line": 1588, + "line": 1577, "column": 26 } } }, "range": [ - 44572, - 44590 + 44032, + 44050 ], "loc": { "start": { - "line": 1588, + "line": 1577, "column": 8 }, "end": { - "line": 1588, + "line": 1577, "column": 26 } } @@ -77706,47 +74909,47 @@ "type": "Identifier", "name": "mDiv", "range": [ - 44591, - 44595 + 44051, + 44055 ], "loc": { "start": { - "line": 1588, + "line": 1577, "column": 27 }, "end": { - "line": 1588, + "line": 1577, "column": 31 } } } ], "range": [ - 44572, - 44596 + 44032, + 44056 ], "loc": { "start": { - "line": 1588, + "line": 1577, "column": 8 }, "end": { - "line": 1588, + "line": 1577, "column": 32 } } }, "range": [ - 44572, - 44597 + 44032, + 44057 ], "loc": { "start": { - "line": 1588, + "line": 1577, "column": 8 }, "end": { - "line": 1588, + "line": 1577, "column": 33 } } @@ -77762,16 +74965,16 @@ "object": { "type": "ThisExpression", "range": [ - 44606, - 44610 + 44066, + 44070 ], "loc": { "start": { - "line": 1589, + "line": 1578, "column": 8 }, "end": { - "line": 1589, + "line": 1578, "column": 12 } } @@ -77780,31 +74983,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 44611, - 44615 + 44071, + 44075 ], "loc": { "start": { - "line": 1589, + "line": 1578, "column": 13 }, "end": { - "line": 1589, + "line": 1578, "column": 17 } } }, "range": [ - 44606, - 44615 + 44066, + 44075 ], "loc": { "start": { - "line": 1589, + "line": 1578, "column": 8 }, "end": { - "line": 1589, + "line": 1578, "column": 17 } } @@ -77813,46 +75016,46 @@ "type": "Identifier", "name": "mDiv", "range": [ - 44618, - 44622 + 44078, + 44082 ], "loc": { "start": { - "line": 1589, + "line": 1578, "column": 20 }, "end": { - "line": 1589, + "line": 1578, "column": 24 } } }, "range": [ - 44606, - 44622 + 44066, + 44082 ], "loc": { "start": { - "line": 1589, + "line": 1578, "column": 8 }, "end": { - "line": 1589, + "line": 1578, "column": 24 } } }, "range": [ - 44606, - 44623 + 44066, + 44083 ], "loc": { "start": { - "line": 1589, + "line": 1578, "column": 8 }, "end": { - "line": 1589, + "line": 1578, "column": 25 } }, @@ -77861,16 +75064,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 44633, - 44678 + 44093, + 44138 ], "loc": { "start": { - "line": 1591, + "line": 1580, "column": 8 }, "end": { - "line": 1591, + "line": 1580, "column": 53 } } @@ -77885,16 +75088,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 44691, - 44698 + 44151, + 44158 ], "loc": { "start": { - "line": 1592, + "line": 1581, "column": 12 }, "end": { - "line": 1592, + "line": 1581, "column": 19 } } @@ -77906,16 +75109,16 @@ "object": { "type": "ThisExpression", "range": [ - 44699, - 44703 + 44159, + 44163 ], "loc": { "start": { - "line": 1592, + "line": 1581, "column": 20 }, "end": { - "line": 1592, + "line": 1581, "column": 24 } } @@ -77924,47 +75127,47 @@ "type": "Identifier", "name": "help", "range": [ - 44704, - 44708 + 44164, + 44168 ], "loc": { "start": { - "line": 1592, + "line": 1581, "column": 25 }, "end": { - "line": 1592, + "line": 1581, "column": 29 } } }, "range": [ - 44699, - 44708 + 44159, + 44168 ], "loc": { "start": { - "line": 1592, + "line": 1581, "column": 20 }, "end": { - "line": 1592, + "line": 1581, "column": 29 } } } ], "range": [ - 44691, - 44709 + 44151, + 44169 ], "loc": { "start": { - "line": 1592, + "line": 1581, "column": 12 }, "end": { - "line": 1592, + "line": 1581, "column": 30 } } @@ -77989,16 +75192,16 @@ "object": { "type": "ThisExpression", "range": [ - 44853, - 44857 + 44313, + 44317 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 12 }, "end": { - "line": 1595, + "line": 1584, "column": 16 } } @@ -78007,31 +75210,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 44858, - 44861 + 44318, + 44321 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 17 }, "end": { - "line": 1595, + "line": 1584, "column": 20 } } }, "range": [ - 44853, - 44861 + 44313, + 44321 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 12 }, "end": { - "line": 1595, + "line": 1584, "column": 20 } } @@ -78040,31 +75243,31 @@ "type": "Identifier", "name": "help", "range": [ - 44862, - 44866 + 44322, + 44326 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 21 }, "end": { - "line": 1595, + "line": 1584, "column": 25 } } }, "range": [ - 44853, - 44866 + 44313, + 44326 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 12 }, "end": { - "line": 1595, + "line": 1584, "column": 25 } } @@ -78073,31 +75276,31 @@ "type": "Identifier", "name": "enabled", "range": [ - 44867, - 44874 + 44327, + 44334 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 26 }, "end": { - "line": 1595, + "line": 1584, "column": 33 } } }, "range": [ - 44853, - 44874 + 44313, + 44334 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 12 }, "end": { - "line": 1595, + "line": 1584, "column": 33 } } @@ -78107,46 +75310,46 @@ "value": true, "raw": "true", "range": [ - 44877, - 44881 + 44337, + 44341 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 36 }, "end": { - "line": 1595, + "line": 1584, "column": 40 } } }, "range": [ - 44853, - 44881 + 44313, + 44341 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 12 }, "end": { - "line": 1595, + "line": 1584, "column": 40 } } }, "range": [ - 44853, - 44882 + 44313, + 44342 ], "loc": { "start": { - "line": 1595, + "line": 1584, "column": 12 }, "end": { - "line": 1595, + "line": 1584, "column": 41 } }, @@ -78155,16 +75358,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 44725, - 44787 + 44185, + 44247 ], "loc": { "start": { - "line": 1593, + "line": 1582, "column": 12 }, "end": { - "line": 1593, + "line": 1582, "column": 74 } } @@ -78173,16 +75376,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 44800, - 44840 + 44260, + 44300 ], "loc": { "start": { - "line": 1594, + "line": 1583, "column": 12 }, "end": { - "line": 1594, + "line": 1583, "column": 52 } } @@ -78202,16 +75405,16 @@ "object": { "type": "ThisExpression", "range": [ - 44895, - 44899 + 44355, + 44359 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 12 }, "end": { - "line": 1596, + "line": 1585, "column": 16 } } @@ -78220,31 +75423,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 44900, - 44907 + 44360, + 44367 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 17 }, "end": { - "line": 1596, + "line": 1585, "column": 24 } } }, "range": [ - 44895, - 44907 + 44355, + 44367 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 12 }, "end": { - "line": 1596, + "line": 1585, "column": 24 } } @@ -78253,31 +75456,31 @@ "type": "Identifier", "name": "emit", "range": [ - 44908, - 44912 + 44368, + 44372 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 25 }, "end": { - "line": 1596, + "line": 1585, "column": 29 } } }, "range": [ - 44895, - 44912 + 44355, + 44372 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 12 }, "end": { - "line": 1596, + "line": 1585, "column": 29 } } @@ -78288,16 +75491,16 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 44913, - 44924 + 44373, + 44384 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 30 }, "end": { - "line": 1596, + "line": 1585, "column": 41 } } @@ -78305,79 +75508,79 @@ { "type": "ThisExpression", "range": [ - 44926, - 44930 + 44386, + 44390 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 43 }, "end": { - "line": 1596, + "line": 1585, "column": 47 } } } ], "range": [ - 44895, - 44931 + 44355, + 44391 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 12 }, "end": { - "line": 1596, + "line": 1585, "column": 48 } } }, "range": [ - 44895, - 44932 + 44355, + 44392 ], "loc": { "start": { - "line": 1596, + "line": 1585, "column": 12 }, "end": { - "line": 1596, + "line": 1585, "column": 49 } } } ], "range": [ - 44711, - 44942 + 44171, + 44402 ], "loc": { "start": { - "line": 1592, + "line": 1581, "column": 32 }, "end": { - "line": 1597, + "line": 1586, "column": 9 } } }, "alternate": null, "range": [ - 44687, - 44942 + 44147, + 44402 ], "loc": { "start": { - "line": 1592, + "line": 1581, "column": 8 }, "end": { - "line": 1597, + "line": 1586, "column": 9 } }, @@ -78386,16 +75589,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 44633, - 44678 + 44093, + 44138 ], "loc": { "start": { - "line": 1591, + "line": 1580, "column": 8 }, "end": { - "line": 1591, + "line": 1580, "column": 53 } } @@ -78404,16 +75607,16 @@ } ], "range": [ - 43196, - 44948 + 42656, + 44408 ], "loc": { "start": { - "line": 1545, + "line": 1534, "column": 17 }, "end": { - "line": 1598, + "line": 1587, "column": 5 } } @@ -78421,16 +75624,16 @@ "generator": false, "expression": false, "range": [ - 43193, - 44948 + 42653, + 44408 ], "loc": { "start": { - "line": 1545, + "line": 1534, "column": 14 }, "end": { - "line": 1598, + "line": 1587, "column": 5 } } @@ -78438,16 +75641,16 @@ "kind": "method", "computed": false, "range": [ - 43183, - 44948 + 42643, + 44408 ], "loc": { "start": { - "line": 1545, + "line": 1534, "column": 4 }, "end": { - "line": 1598, + "line": 1587, "column": 5 } }, @@ -78456,16 +75659,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 43089, - 43178 + 42549, + 42638 ], "loc": { "start": { - "line": 1542, + "line": 1531, "column": 4 }, "end": { - "line": 1544, + "line": 1533, "column": 7 } } @@ -78476,16 +75679,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 44954, - 45005 + 44414, + 44465 ], "loc": { "start": { - "line": 1600, + "line": 1589, "column": 4 }, "end": { - "line": 1602, + "line": 1591, "column": 7 } } @@ -78499,16 +75702,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 45010, - 45023 + 44470, + 44483 ], "loc": { "start": { - "line": 1603, + "line": 1592, "column": 4 }, "end": { - "line": 1603, + "line": 1592, "column": 17 } } @@ -78531,16 +75734,16 @@ "object": { "type": "ThisExpression", "range": [ - 45041, - 45045 + 44501, + 44505 ], "loc": { "start": { - "line": 1604, + "line": 1593, "column": 13 }, "end": { - "line": 1604, + "line": 1593, "column": 17 } } @@ -78549,47 +75752,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45046, - 45052 + 44506, + 44512 ], "loc": { "start": { - "line": 1604, + "line": 1593, "column": 18 }, "end": { - "line": 1604, + "line": 1593, "column": 24 } } }, "range": [ - 45041, - 45052 + 44501, + 44512 ], "loc": { "start": { - "line": 1604, + "line": 1593, "column": 13 }, "end": { - "line": 1604, + "line": 1593, "column": 24 } } }, "prefix": true, "range": [ - 45040, - 45052 + 44500, + 44512 ], "loc": { "start": { - "line": 1604, + "line": 1593, "column": 12 }, "end": { - "line": 1604, + "line": 1593, "column": 24 } } @@ -78601,48 +75804,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 45068, - 45075 + 44528, + 44535 ], "loc": { "start": { - "line": 1605, + "line": 1594, "column": 12 }, "end": { - "line": 1605, + "line": 1594, "column": 19 } } } ], "range": [ - 45054, - 45085 + 44514, + 44545 ], "loc": { "start": { - "line": 1604, + "line": 1593, "column": 26 }, "end": { - "line": 1606, + "line": 1595, "column": 9 } } }, "alternate": null, "range": [ - 45036, - 45085 + 44496, + 44545 ], "loc": { "start": { - "line": 1604, + "line": 1593, "column": 8 }, "end": { - "line": 1606, + "line": 1595, "column": 9 } } @@ -78655,16 +75858,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 45094, - 45103 + 44554, + 44563 ], "loc": { "start": { - "line": 1607, + "line": 1596, "column": 8 }, "end": { - "line": 1607, + "line": 1596, "column": 17 } } @@ -78676,16 +75879,16 @@ "object": { "type": "ThisExpression", "range": [ - 45104, - 45108 + 44564, + 44568 ], "loc": { "start": { - "line": 1607, + "line": 1596, "column": 18 }, "end": { - "line": 1607, + "line": 1596, "column": 22 } } @@ -78694,62 +75897,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45109, - 45115 + 44569, + 44575 ], "loc": { "start": { - "line": 1607, + "line": 1596, "column": 23 }, "end": { - "line": 1607, + "line": 1596, "column": 29 } } }, "range": [ - 45104, - 45115 + 44564, + 44575 ], "loc": { "start": { - "line": 1607, + "line": 1596, "column": 18 }, "end": { - "line": 1607, + "line": 1596, "column": 29 } } } ], "range": [ - 45094, - 45116 + 44554, + 44576 ], "loc": { "start": { - "line": 1607, + "line": 1596, "column": 8 }, "end": { - "line": 1607, + "line": 1596, "column": 30 } } }, "range": [ - 45094, - 45117 + 44554, + 44577 ], "loc": { "start": { - "line": 1607, + "line": 1596, "column": 8 }, "end": { - "line": 1607, + "line": 1596, "column": 31 } } @@ -78765,16 +75968,16 @@ "object": { "type": "ThisExpression", "range": [ - 45126, - 45130 + 44586, + 44590 ], "loc": { "start": { - "line": 1608, + "line": 1597, "column": 8 }, "end": { - "line": 1608, + "line": 1597, "column": 12 } } @@ -78783,31 +75986,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45131, - 45137 + 44591, + 44597 ], "loc": { "start": { - "line": 1608, + "line": 1597, "column": 13 }, "end": { - "line": 1608, + "line": 1597, "column": 19 } } }, "range": [ - 45126, - 45137 + 44586, + 44597 ], "loc": { "start": { - "line": 1608, + "line": 1597, "column": 8 }, "end": { - "line": 1608, + "line": 1597, "column": 19 } } @@ -78817,46 +76020,46 @@ "value": null, "raw": "null", "range": [ - 45140, - 45144 + 44600, + 44604 ], "loc": { "start": { - "line": 1608, + "line": 1597, "column": 22 }, "end": { - "line": 1608, + "line": 1597, "column": 26 } } }, "range": [ - 45126, - 45144 + 44586, + 44604 ], "loc": { "start": { - "line": 1608, + "line": 1597, "column": 8 }, "end": { - "line": 1608, + "line": 1597, "column": 26 } } }, "range": [ - 45126, - 45145 + 44586, + 44605 ], "loc": { "start": { - "line": 1608, + "line": 1597, "column": 8 }, "end": { - "line": 1608, + "line": 1597, "column": 27 } } @@ -78870,16 +76073,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 45159, - 45162 + 44619, + 44622 ], "loc": { "start": { - "line": 1610, + "line": 1599, "column": 12 }, "end": { - "line": 1610, + "line": 1599, "column": 15 } } @@ -78892,16 +76095,16 @@ "object": { "type": "ThisExpression", "range": [ - 45165, - 45169 + 44625, + 44629 ], "loc": { "start": { - "line": 1610, + "line": 1599, "column": 18 }, "end": { - "line": 1610, + "line": 1599, "column": 22 } } @@ -78910,62 +76113,62 @@ "type": "Identifier", "name": "dom", "range": [ - 45170, - 45173 + 44630, + 44633 ], "loc": { "start": { - "line": 1610, + "line": 1599, "column": 23 }, "end": { - "line": 1610, + "line": 1599, "column": 26 } } }, "range": [ - 45165, - 45173 + 44625, + 44633 ], "loc": { "start": { - "line": 1610, + "line": 1599, "column": 18 }, "end": { - "line": 1610, + "line": 1599, "column": 26 } } }, "arguments": [], "range": [ - 45165, - 45175 + 44625, + 44635 ], "loc": { "start": { - "line": 1610, + "line": 1599, "column": 18 }, "end": { - "line": 1610, + "line": 1599, "column": 28 } } }, "range": [ - 45159, - 45175 + 44619, + 44635 ], "loc": { "start": { - "line": 1610, + "line": 1599, "column": 12 }, "end": { - "line": 1610, + "line": 1599, "column": 28 } } @@ -78973,16 +76176,16 @@ ], "kind": "let", "range": [ - 45155, - 45176 + 44615, + 44636 ], "loc": { "start": { - "line": 1610, + "line": 1599, "column": 8 }, "end": { - "line": 1610, + "line": 1599, "column": 29 } } @@ -78996,16 +76199,16 @@ "type": "Identifier", "name": "captions", "range": [ - 45189, - 45197 + 44649, + 44657 ], "loc": { "start": { - "line": 1611, + "line": 1600, "column": 12 }, "end": { - "line": 1611, + "line": 1600, "column": 20 } } @@ -79016,16 +76219,16 @@ "type": "Identifier", "name": "tag", "range": [ - 45200, - 45203 + 44660, + 44663 ], "loc": { "start": { - "line": 1611, + "line": 1600, "column": 23 }, "end": { - "line": 1611, + "line": 1600, "column": 26 } } @@ -79035,16 +76238,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 45204, - 45207 + 44664, + 44667 ], "loc": { "start": { - "line": 1611, + "line": 1600, "column": 27 }, "end": { - "line": 1611, + "line": 1600, "column": 30 } } @@ -79054,47 +76257,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 45209, - 45218 + 44669, + 44678 ], "loc": { "start": { - "line": 1611, + "line": 1600, "column": 32 }, "end": { - "line": 1611, + "line": 1600, "column": 41 } } } ], "range": [ - 45200, - 45219 + 44660, + 44679 ], "loc": { "start": { - "line": 1611, + "line": 1600, "column": 23 }, "end": { - "line": 1611, + "line": 1600, "column": 42 } } }, "range": [ - 45189, - 45219 + 44649, + 44679 ], "loc": { "start": { - "line": 1611, + "line": 1600, "column": 12 }, "end": { - "line": 1611, + "line": 1600, "column": 42 } } @@ -79102,16 +76305,16 @@ ], "kind": "let", "range": [ - 45185, - 45220 + 44645, + 44680 ], "loc": { "start": { - "line": 1611, + "line": 1600, "column": 8 }, "end": { - "line": 1611, + "line": 1600, "column": 43 } } @@ -79128,16 +76331,16 @@ "type": "Identifier", "name": "captions", "range": [ - 45233, - 45241 + 44693, + 44701 ], "loc": { "start": { - "line": 1612, + "line": 1601, "column": 12 }, "end": { - "line": 1612, + "line": 1601, "column": 20 } } @@ -79146,31 +76349,31 @@ "type": "Identifier", "name": "length", "range": [ - 45242, - 45248 + 44702, + 44708 ], "loc": { "start": { - "line": 1612, + "line": 1601, "column": 21 }, "end": { - "line": 1612, + "line": 1601, "column": 27 } } }, "range": [ - 45233, - 45248 + 44693, + 44708 ], "loc": { "start": { - "line": 1612, + "line": 1601, "column": 12 }, "end": { - "line": 1612, + "line": 1601, "column": 27 } } @@ -79180,31 +76383,31 @@ "value": 0, "raw": "0", "range": [ - 45251, - 45252 + 44711, + 44712 ], "loc": { "start": { - "line": 1612, + "line": 1601, "column": 30 }, "end": { - "line": 1612, + "line": 1601, "column": 31 } } }, "range": [ - 45233, - 45252 + 44693, + 44712 ], "loc": { "start": { - "line": 1612, + "line": 1601, "column": 12 }, "end": { - "line": 1612, + "line": 1601, "column": 31 } } @@ -79226,16 +76429,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 45268, - 45270 + 44728, + 44730 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 12 }, "end": { - "line": 1613, + "line": 1602, "column": 14 } } @@ -79244,31 +76447,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 45271, - 45278 + 44731, + 44738 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 15 }, "end": { - "line": 1613, + "line": 1602, "column": 22 } } }, "range": [ - 45268, - 45278 + 44728, + 44738 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 12 }, "end": { - "line": 1613, + "line": 1602, "column": 22 } } @@ -79277,31 +76480,31 @@ "type": "Identifier", "name": "call", "range": [ - 45279, - 45283 + 44739, + 44743 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 23 }, "end": { - "line": 1613, + "line": 1602, "column": 27 } } }, "range": [ - 45268, - 45283 + 44728, + 44743 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 12 }, "end": { - "line": 1613, + "line": 1602, "column": 27 } } @@ -79311,16 +76514,16 @@ "type": "Identifier", "name": "captions", "range": [ - 45284, - 45292 + 44744, + 44752 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 28 }, "end": { - "line": 1613, + "line": 1602, "column": 36 } } @@ -79333,16 +76536,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45295, - 45298 + 44755, + 44758 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 39 }, "end": { - "line": 1613, + "line": 1602, "column": 42 } } @@ -79357,16 +76560,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 45303, - 45306 + 44763, + 44766 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 47 }, "end": { - "line": 1613, + "line": 1602, "column": 50 } } @@ -79375,31 +76578,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 45307, - 45318 + 44767, + 44778 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 51 }, "end": { - "line": 1613, + "line": 1602, "column": 62 } } }, "range": [ - 45303, - 45318 + 44763, + 44778 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 47 }, "end": { - "line": 1613, + "line": 1602, "column": 62 } } @@ -79409,32 +76612,32 @@ "type": "Identifier", "name": "elm", "range": [ - 45319, - 45322 + 44779, + 44782 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 63 }, "end": { - "line": 1613, + "line": 1602, "column": 66 } } } ], "range": [ - 45303, - 45323 + 44763, + 44783 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 47 }, "end": { - "line": 1613, + "line": 1602, "column": 67 } } @@ -79442,95 +76645,95 @@ "generator": false, "expression": true, "range": [ - 45294, - 45323 + 44754, + 44783 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 38 }, "end": { - "line": 1613, + "line": 1602, "column": 67 } } } ], "range": [ - 45268, - 45324 + 44728, + 44784 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 12 }, "end": { - "line": 1613, + "line": 1602, "column": 68 } } }, "range": [ - 45268, - 45325 + 44728, + 44785 ], "loc": { "start": { - "line": 1613, + "line": 1602, "column": 12 }, "end": { - "line": 1613, + "line": 1602, "column": 69 } } } ], "range": [ - 45254, - 45335 + 44714, + 44795 ], "loc": { "start": { - "line": 1612, + "line": 1601, "column": 33 }, "end": { - "line": 1614, + "line": 1603, "column": 9 } } }, "alternate": null, "range": [ - 45229, - 45335 + 44689, + 44795 ], "loc": { "start": { - "line": 1612, + "line": 1601, "column": 8 }, "end": { - "line": 1614, + "line": 1603, "column": 9 } } } ], "range": [ - 45026, - 45341 + 44486, + 44801 ], "loc": { "start": { - "line": 1603, + "line": 1592, "column": 20 }, "end": { - "line": 1615, + "line": 1604, "column": 5 } } @@ -79538,16 +76741,16 @@ "generator": false, "expression": false, "range": [ - 45023, - 45341 + 44483, + 44801 ], "loc": { "start": { - "line": 1603, + "line": 1592, "column": 17 }, "end": { - "line": 1615, + "line": 1604, "column": 5 } } @@ -79555,16 +76758,16 @@ "kind": "method", "computed": false, "range": [ - 45010, - 45341 + 44470, + 44801 ], "loc": { "start": { - "line": 1603, + "line": 1592, "column": 4 }, "end": { - "line": 1615, + "line": 1604, "column": 5 } }, @@ -79573,16 +76776,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 44954, - 45005 + 44414, + 44465 ], "loc": { "start": { - "line": 1600, + "line": 1589, "column": 4 }, "end": { - "line": 1602, + "line": 1591, "column": 7 } } @@ -79593,16 +76796,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 45347, - 45404 + 44807, + 44864 ], "loc": { "start": { - "line": 1617, + "line": 1606, "column": 4 }, "end": { - "line": 1619, + "line": 1608, "column": 7 } } @@ -79616,16 +76819,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 45409, - 45427 + 44869, + 44887 ], "loc": { "start": { - "line": 1620, + "line": 1609, "column": 4 }, "end": { - "line": 1620, + "line": 1609, "column": 22 } } @@ -79648,16 +76851,16 @@ "object": { "type": "ThisExpression", "range": [ - 45445, - 45449 + 44905, + 44909 ], "loc": { "start": { - "line": 1621, + "line": 1610, "column": 13 }, "end": { - "line": 1621, + "line": 1610, "column": 17 } } @@ -79666,47 +76869,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 45450, - 45463 + 44910, + 44923 ], "loc": { "start": { - "line": 1621, + "line": 1610, "column": 18 }, "end": { - "line": 1621, + "line": 1610, "column": 31 } } }, "range": [ - 45445, - 45463 + 44905, + 44923 ], "loc": { "start": { - "line": 1621, + "line": 1610, "column": 13 }, "end": { - "line": 1621, + "line": 1610, "column": 31 } } }, "prefix": true, "range": [ - 45444, - 45463 + 44904, + 44923 ], "loc": { "start": { - "line": 1621, + "line": 1610, "column": 12 }, "end": { - "line": 1621, + "line": 1610, "column": 31 } } @@ -79718,48 +76921,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 45479, - 45486 + 44939, + 44946 ], "loc": { "start": { - "line": 1622, + "line": 1611, "column": 12 }, "end": { - "line": 1622, + "line": 1611, "column": 19 } } } ], "range": [ - 45465, - 45496 + 44925, + 44956 ], "loc": { "start": { - "line": 1621, + "line": 1610, "column": 33 }, "end": { - "line": 1623, + "line": 1612, "column": 9 } } }, "alternate": null, "range": [ - 45440, - 45496 + 44900, + 44956 ], "loc": { "start": { - "line": 1621, + "line": 1610, "column": 8 }, "end": { - "line": 1623, + "line": 1612, "column": 9 } } @@ -79773,16 +76976,16 @@ "type": "Identifier", "name": "ids", "range": [ - 45509, - 45512 + 44969, + 44972 ], "loc": { "start": { - "line": 1624, + "line": 1613, "column": 12 }, "end": { - "line": 1624, + "line": 1613, "column": 15 } } @@ -79793,16 +76996,16 @@ "object": { "type": "ThisExpression", "range": [ - 45515, - 45519 + 44975, + 44979 ], "loc": { "start": { - "line": 1624, + "line": 1613, "column": 18 }, "end": { - "line": 1624, + "line": 1613, "column": 22 } } @@ -79811,46 +77014,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 45520, - 45537 + 44980, + 44997 ], "loc": { "start": { - "line": 1624, + "line": 1613, "column": 23 }, "end": { - "line": 1624, + "line": 1613, "column": 40 } } }, "range": [ - 45515, - 45537 + 44975, + 44997 ], "loc": { "start": { - "line": 1624, + "line": 1613, "column": 18 }, "end": { - "line": 1624, + "line": 1613, "column": 40 } } }, "range": [ - 45509, - 45537 + 44969, + 44997 ], "loc": { "start": { - "line": 1624, + "line": 1613, "column": 12 }, "end": { - "line": 1624, + "line": 1613, "column": 40 } } @@ -79861,16 +77064,16 @@ "type": "Identifier", "name": "len", "range": [ - 45551, - 45554 + 45011, + 45014 ], "loc": { "start": { - "line": 1625, + "line": 1614, "column": 12 }, "end": { - "line": 1625, + "line": 1614, "column": 15 } } @@ -79882,16 +77085,16 @@ "type": "Identifier", "name": "ids", "range": [ - 45557, - 45560 + 45017, + 45020 ], "loc": { "start": { - "line": 1625, + "line": 1614, "column": 18 }, "end": { - "line": 1625, + "line": 1614, "column": 21 } } @@ -79900,46 +77103,46 @@ "type": "Identifier", "name": "length", "range": [ - 45561, - 45567 + 45021, + 45027 ], "loc": { "start": { - "line": 1625, + "line": 1614, "column": 22 }, "end": { - "line": 1625, + "line": 1614, "column": 28 } } }, "range": [ - 45557, - 45567 + 45017, + 45027 ], "loc": { "start": { - "line": 1625, + "line": 1614, "column": 18 }, "end": { - "line": 1625, + "line": 1614, "column": 28 } } }, "range": [ - 45551, - 45567 + 45011, + 45027 ], "loc": { "start": { - "line": 1625, + "line": 1614, "column": 12 }, "end": { - "line": 1625, + "line": 1614, "column": 28 } } @@ -79947,16 +77150,16 @@ ], "kind": "let", "range": [ - 45505, - 45568 + 44965, + 45028 ], "loc": { "start": { - "line": 1624, + "line": 1613, "column": 8 }, "end": { - "line": 1625, + "line": 1614, "column": 29 } } @@ -79972,16 +77175,16 @@ "type": "Identifier", "name": "ct", "range": [ - 45586, - 45588 + 45046, + 45048 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 17 }, "end": { - "line": 1626, + "line": 1615, "column": 19 } } @@ -79991,31 +77194,31 @@ "value": 0, "raw": "0", "range": [ - 45591, - 45592 + 45051, + 45052 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 22 }, "end": { - "line": 1626, + "line": 1615, "column": 23 } } }, "range": [ - 45586, - 45592 + 45046, + 45052 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 17 }, "end": { - "line": 1626, + "line": 1615, "column": 23 } } @@ -80023,16 +77226,16 @@ ], "kind": "let", "range": [ - 45582, - 45592 + 45042, + 45052 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 13 }, "end": { - "line": 1626, + "line": 1615, "column": 23 } } @@ -80044,16 +77247,16 @@ "type": "Identifier", "name": "ct", "range": [ - 45594, - 45596 + 45054, + 45056 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 25 }, "end": { - "line": 1626, + "line": 1615, "column": 27 } } @@ -80062,31 +77265,31 @@ "type": "Identifier", "name": "len", "range": [ - 45599, - 45602 + 45059, + 45062 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 30 }, "end": { - "line": 1626, + "line": 1615, "column": 33 } } }, "range": [ - 45594, - 45602 + 45054, + 45062 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 25 }, "end": { - "line": 1626, + "line": 1615, "column": 33 } } @@ -80098,32 +77301,32 @@ "type": "Identifier", "name": "ct", "range": [ - 45604, - 45606 + 45064, + 45066 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 35 }, "end": { - "line": 1626, + "line": 1615, "column": 37 } } }, "prefix": false, "range": [ - 45604, - 45608 + 45064, + 45068 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 35 }, "end": { - "line": 1626, + "line": 1615, "column": 39 } } @@ -80140,16 +77343,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 45628, - 45644 + 45088, + 45104 ], "loc": { "start": { - "line": 1627, + "line": 1616, "column": 16 }, "end": { - "line": 1627, + "line": 1616, "column": 32 } } @@ -80161,16 +77364,16 @@ "type": "Identifier", "name": "ids", "range": [ - 45647, - 45650 + 45107, + 45110 ], "loc": { "start": { - "line": 1627, + "line": 1616, "column": 35 }, "end": { - "line": 1627, + "line": 1616, "column": 38 } } @@ -80179,46 +77382,46 @@ "type": "Identifier", "name": "ct", "range": [ - 45651, - 45653 + 45111, + 45113 ], "loc": { "start": { - "line": 1627, + "line": 1616, "column": 39 }, "end": { - "line": 1627, + "line": 1616, "column": 41 } } }, "range": [ - 45647, - 45654 + 45107, + 45114 ], "loc": { "start": { - "line": 1627, + "line": 1616, "column": 35 }, "end": { - "line": 1627, + "line": 1616, "column": 42 } } }, "range": [ - 45628, - 45654 + 45088, + 45114 ], "loc": { "start": { - "line": 1627, + "line": 1616, "column": 16 }, "end": { - "line": 1627, + "line": 1616, "column": 42 } } @@ -80229,16 +77432,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 45672, - 45683 + 45132, + 45143 ], "loc": { "start": { - "line": 1628, + "line": 1617, "column": 16 }, "end": { - "line": 1628, + "line": 1617, "column": 27 } } @@ -80249,16 +77452,16 @@ "type": "Identifier", "name": "elm", "range": [ - 45686, - 45689 + 45146, + 45149 ], "loc": { "start": { - "line": 1628, + "line": 1617, "column": 30 }, "end": { - "line": 1628, + "line": 1617, "column": 33 } } @@ -80268,47 +77471,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 45690, - 45706 + 45150, + 45166 ], "loc": { "start": { - "line": 1628, + "line": 1617, "column": 34 }, "end": { - "line": 1628, + "line": 1617, "column": 50 } } } ], "range": [ - 45686, - 45707 + 45146, + 45167 ], "loc": { "start": { - "line": 1628, + "line": 1617, "column": 30 }, "end": { - "line": 1628, + "line": 1617, "column": 51 } } }, "range": [ - 45672, - 45707 + 45132, + 45167 ], "loc": { "start": { - "line": 1628, + "line": 1617, "column": 16 }, "end": { - "line": 1628, + "line": 1617, "column": 51 } } @@ -80316,16 +77519,16 @@ ], "kind": "let", "range": [ - 45624, - 45708 + 45084, + 45168 ], "loc": { "start": { - "line": 1627, + "line": 1616, "column": 12 }, "end": { - "line": 1628, + "line": 1617, "column": 52 } } @@ -80336,16 +77539,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 45725, - 45736 + 45185, + 45196 ], "loc": { "start": { - "line": 1629, + "line": 1618, "column": 16 }, "end": { - "line": 1629, + "line": 1618, "column": 27 } } @@ -80365,16 +77568,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 45756, - 45767 + 45216, + 45227 ], "loc": { "start": { - "line": 1630, + "line": 1619, "column": 16 }, "end": { - "line": 1630, + "line": 1619, "column": 27 } } @@ -80383,31 +77586,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 45768, - 45777 + 45228, + 45237 ], "loc": { "start": { - "line": 1630, + "line": 1619, "column": 28 }, "end": { - "line": 1630, + "line": 1619, "column": 37 } } }, "range": [ - 45756, - 45777 + 45216, + 45237 ], "loc": { "start": { - "line": 1630, + "line": 1619, "column": 16 }, "end": { - "line": 1630, + "line": 1619, "column": 37 } } @@ -80417,125 +77620,125 @@ "value": "", "raw": "''", "range": [ - 45780, - 45782 + 45240, + 45242 ], "loc": { "start": { - "line": 1630, + "line": 1619, "column": 40 }, "end": { - "line": 1630, + "line": 1619, "column": 42 } } }, "range": [ - 45756, - 45782 + 45216, + 45242 ], "loc": { "start": { - "line": 1630, + "line": 1619, "column": 16 }, "end": { - "line": 1630, + "line": 1619, "column": 42 } } }, "range": [ - 45756, - 45783 + 45216, + 45243 ], "loc": { "start": { - "line": 1630, + "line": 1619, "column": 16 }, "end": { - "line": 1630, + "line": 1619, "column": 43 } } } ], "range": [ - 45738, - 45797 + 45198, + 45257 ], "loc": { "start": { - "line": 1629, + "line": 1618, "column": 29 }, "end": { - "line": 1631, + "line": 1620, "column": 13 } } }, "alternate": null, "range": [ - 45721, - 45797 + 45181, + 45257 ], "loc": { "start": { - "line": 1629, + "line": 1618, "column": 12 }, "end": { - "line": 1631, + "line": 1620, "column": 13 } } } ], "range": [ - 45610, - 45807 + 45070, + 45267 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 41 }, "end": { - "line": 1632, + "line": 1621, "column": 9 } } }, "range": [ - 45577, - 45807 + 45037, + 45267 ], "loc": { "start": { - "line": 1626, + "line": 1615, "column": 8 }, "end": { - "line": 1632, + "line": 1621, "column": 9 } } } ], "range": [ - 45430, - 45813 + 44890, + 45273 ], "loc": { "start": { - "line": 1620, + "line": 1609, "column": 25 }, "end": { - "line": 1633, + "line": 1622, "column": 5 } } @@ -80543,16 +77746,16 @@ "generator": false, "expression": false, "range": [ - 45427, - 45813 + 44887, + 45273 ], "loc": { "start": { - "line": 1620, + "line": 1609, "column": 22 }, "end": { - "line": 1633, + "line": 1622, "column": 5 } } @@ -80560,16 +77763,16 @@ "kind": "method", "computed": false, "range": [ - 45409, - 45813 + 44869, + 45273 ], "loc": { "start": { - "line": 1620, + "line": 1609, "column": 4 }, "end": { - "line": 1633, + "line": 1622, "column": 5 } }, @@ -80578,16 +77781,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 45347, - 45404 + 44807, + 44864 ], "loc": { "start": { - "line": 1617, + "line": 1606, "column": 4 }, "end": { - "line": 1619, + "line": 1608, "column": 7 } } @@ -80598,16 +77801,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 45819, - 45973 + 45279, + 45433 ], "loc": { "start": { - "line": 1635, + "line": 1624, "column": 4 }, "end": { - "line": 1639, + "line": 1628, "column": 7 } } @@ -80621,16 +77824,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 45978, - 45993 + 45438, + 45453 ], "loc": { "start": { - "line": 1640, + "line": 1629, "column": 4 }, "end": { - "line": 1640, + "line": 1629, "column": 19 } } @@ -80643,16 +77846,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 45994, - 46002 + 45454, + 45462 ], "loc": { "start": { - "line": 1640, + "line": 1629, "column": 20 }, "end": { - "line": 1640, + "line": 1629, "column": 28 } } @@ -80672,16 +77875,16 @@ "object": { "type": "ThisExpression", "range": [ - 46021, - 46025 + 45481, + 45485 ], "loc": { "start": { - "line": 1641, + "line": 1630, "column": 15 }, "end": { - "line": 1641, + "line": 1630, "column": 19 } } @@ -80690,31 +77893,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 46026, - 46042 + 45486, + 45502 ], "loc": { "start": { - "line": 1641, + "line": 1630, "column": 20 }, "end": { - "line": 1641, + "line": 1630, "column": 36 } } }, "range": [ - 46021, - 46042 + 45481, + 45502 ], "loc": { "start": { - "line": 1641, + "line": 1630, "column": 15 }, "end": { - "line": 1641, + "line": 1630, "column": 36 } } @@ -80736,16 +77939,16 @@ "object": { "type": "ThisExpression", "range": [ - 46058, - 46062 + 45518, + 45522 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 12 }, "end": { - "line": 1642, + "line": 1631, "column": 16 } } @@ -80754,31 +77957,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46063, - 46076 + 45523, + 45536 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 17 }, "end": { - "line": 1642, + "line": 1631, "column": 30 } } }, "range": [ - 46058, - 46076 + 45518, + 45536 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 12 }, "end": { - "line": 1642, + "line": 1631, "column": 30 } } @@ -80787,31 +77990,31 @@ "type": "Identifier", "name": "cols", "range": [ - 46077, - 46081 + 45537, + 45541 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 31 }, "end": { - "line": 1642, + "line": 1631, "column": 35 } } }, "range": [ - 46058, - 46081 + 45518, + 45541 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 12 }, "end": { - "line": 1642, + "line": 1631, "column": 35 } } @@ -80820,31 +78023,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 46082, - 46089 + 45542, + 45549 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 36 }, "end": { - "line": 1642, + "line": 1631, "column": 43 } } }, "range": [ - 46058, - 46089 + 45518, + 45549 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 12 }, "end": { - "line": 1642, + "line": 1631, "column": 43 } } @@ -80854,32 +78057,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 46090, - 46098 + 45550, + 45558 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 44 }, "end": { - "line": 1642, + "line": 1631, "column": 52 } } } ], "range": [ - 46058, - 46099 + 45518, + 45559 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 12 }, "end": { - "line": 1642, + "line": 1631, "column": 53 } } @@ -80892,93 +78095,93 @@ "value": 1, "raw": "1", "range": [ - 46105, - 46106 + 45565, + 45566 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 59 }, "end": { - "line": 1642, + "line": 1631, "column": 60 } } }, "prefix": true, "range": [ - 46104, - 46106 + 45564, + 45566 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 58 }, "end": { - "line": 1642, + "line": 1631, "column": 60 } } }, "range": [ - 46058, - 46106 + 45518, + 45566 ], "loc": { "start": { - "line": 1642, + "line": 1631, "column": 12 }, "end": { - "line": 1642, + "line": 1631, "column": 60 } } }, "range": [ - 46021, - 46106 + 45481, + 45566 ], "loc": { "start": { - "line": 1641, + "line": 1630, "column": 15 }, "end": { - "line": 1642, + "line": 1631, "column": 60 } } }, "range": [ - 46014, - 46107 + 45474, + 45567 ], "loc": { "start": { - "line": 1641, + "line": 1630, "column": 8 }, "end": { - "line": 1642, + "line": 1631, "column": 61 } } } ], "range": [ - 46004, - 46113 + 45464, + 45573 ], "loc": { "start": { - "line": 1640, + "line": 1629, "column": 30 }, "end": { - "line": 1643, + "line": 1632, "column": 5 } } @@ -80986,16 +78189,16 @@ "generator": false, "expression": false, "range": [ - 45993, - 46113 + 45453, + 45573 ], "loc": { "start": { - "line": 1640, + "line": 1629, "column": 19 }, "end": { - "line": 1643, + "line": 1632, "column": 5 } } @@ -81003,16 +78206,16 @@ "kind": "method", "computed": false, "range": [ - 45978, - 46113 + 45438, + 45573 ], "loc": { "start": { - "line": 1640, + "line": 1629, "column": 4 }, "end": { - "line": 1643, + "line": 1632, "column": 5 } }, @@ -81021,16 +78224,16 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 45819, - 45973 + 45279, + 45433 ], "loc": { "start": { - "line": 1635, + "line": 1624, "column": 4 }, "end": { - "line": 1639, + "line": 1628, "column": 7 } } @@ -81041,16 +78244,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 46119, - 46315 + 45579, + 45775 ], "loc": { "start": { - "line": 1645, + "line": 1634, "column": 4 }, "end": { - "line": 1650, + "line": 1639, "column": 7 } } @@ -81064,16 +78267,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 46320, - 46336 + 45780, + 45796 ], "loc": { "start": { - "line": 1651, + "line": 1640, "column": 4 }, "end": { - "line": 1651, + "line": 1640, "column": 20 } } @@ -81086,16 +78289,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 46337, - 46345 + 45797, + 45805 ], "loc": { "start": { - "line": 1651, + "line": 1640, "column": 21 }, "end": { - "line": 1651, + "line": 1640, "column": 29 } } @@ -81115,16 +78318,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 46361, - 46368 + 45821, + 45828 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 12 }, "end": { - "line": 1652, + "line": 1641, "column": 19 } } @@ -81134,32 +78337,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 46369, - 46377 + 45829, + 45837 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 20 }, "end": { - "line": 1652, + "line": 1641, "column": 28 } } } ], "range": [ - 46361, - 46378 + 45821, + 45838 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 12 }, "end": { - "line": 1652, + "line": 1641, "column": 29 } } @@ -81175,16 +78378,16 @@ "object": { "type": "ThisExpression", "range": [ - 46383, - 46387 + 45843, + 45847 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 34 }, "end": { - "line": 1652, + "line": 1641, "column": 38 } } @@ -81193,31 +78396,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 46388, - 46403 + 45848, + 45863 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 39 }, "end": { - "line": 1652, + "line": 1641, "column": 54 } } }, "range": [ - 46383, - 46403 + 45843, + 45863 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 34 }, "end": { - "line": 1652, + "line": 1641, "column": 54 } } @@ -81227,63 +78430,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 46404, - 46412 + 45864, + 45872 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 55 }, "end": { - "line": 1652, + "line": 1641, "column": 63 } } } ], "range": [ - 46383, - 46413 + 45843, + 45873 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 34 }, "end": { - "line": 1652, + "line": 1641, "column": 64 } } }, "prefix": true, "range": [ - 46382, - 46413 + 45842, + 45873 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 33 }, "end": { - "line": 1652, + "line": 1641, "column": 64 } } }, "range": [ - 46361, - 46413 + 45821, + 45873 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 12 }, "end": { - "line": 1652, + "line": 1641, "column": 64 } } @@ -81295,48 +78498,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46429, - 46436 + 45889, + 45896 ], "loc": { "start": { - "line": 1653, + "line": 1642, "column": 12 }, "end": { - "line": 1653, + "line": 1642, "column": 19 } } } ], "range": [ - 46415, - 46446 + 45875, + 45906 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 66 }, "end": { - "line": 1654, + "line": 1643, "column": 9 } } }, "alternate": null, "range": [ - 46357, - 46446 + 45817, + 45906 ], "loc": { "start": { - "line": 1652, + "line": 1641, "column": 8 }, "end": { - "line": 1654, + "line": 1643, "column": 9 } } @@ -81350,16 +78553,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46460, - 46473 + 45920, + 45933 ], "loc": { "start": { - "line": 1656, + "line": 1645, "column": 12 }, "end": { - "line": 1656, + "line": 1645, "column": 25 } } @@ -81370,16 +78573,16 @@ "object": { "type": "ThisExpression", "range": [ - 46476, - 46480 + 45936, + 45940 ], "loc": { "start": { - "line": 1656, + "line": 1645, "column": 28 }, "end": { - "line": 1656, + "line": 1645, "column": 32 } } @@ -81388,46 +78591,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46481, - 46494 + 45941, + 45954 ], "loc": { "start": { - "line": 1656, + "line": 1645, "column": 33 }, "end": { - "line": 1656, + "line": 1645, "column": 46 } } }, "range": [ - 46476, - 46494 + 45936, + 45954 ], "loc": { "start": { - "line": 1656, + "line": 1645, "column": 28 }, "end": { - "line": 1656, + "line": 1645, "column": 46 } } }, "range": [ - 46460, - 46494 + 45920, + 45954 ], "loc": { "start": { - "line": 1656, + "line": 1645, "column": 12 }, "end": { - "line": 1656, + "line": 1645, "column": 46 } } @@ -81435,16 +78638,16 @@ ], "kind": "let", "range": [ - 46456, - 46495 + 45916, + 45955 ], "loc": { "start": { - "line": 1656, + "line": 1645, "column": 8 }, "end": { - "line": 1656, + "line": 1645, "column": 47 } } @@ -81458,16 +78661,16 @@ "type": "Identifier", "name": "cols", "range": [ - 46508, - 46512 + 45968, + 45972 ], "loc": { "start": { - "line": 1657, + "line": 1646, "column": 12 }, "end": { - "line": 1657, + "line": 1646, "column": 16 } } @@ -81479,16 +78682,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46515, - 46528 + 45975, + 45988 ], "loc": { "start": { - "line": 1657, + "line": 1646, "column": 19 }, "end": { - "line": 1657, + "line": 1646, "column": 32 } } @@ -81497,46 +78700,46 @@ "type": "Identifier", "name": "cols", "range": [ - 46529, - 46533 + 45989, + 45993 ], "loc": { "start": { - "line": 1657, + "line": 1646, "column": 33 }, "end": { - "line": 1657, + "line": 1646, "column": 37 } } }, "range": [ - 46515, - 46533 + 45975, + 45993 ], "loc": { "start": { - "line": 1657, + "line": 1646, "column": 19 }, "end": { - "line": 1657, + "line": 1646, "column": 37 } } }, "range": [ - 46508, - 46533 + 45968, + 45993 ], "loc": { "start": { - "line": 1657, + "line": 1646, "column": 12 }, "end": { - "line": 1657, + "line": 1646, "column": 37 } } @@ -81544,16 +78747,16 @@ ], "kind": "let", "range": [ - 46504, - 46534 + 45964, + 45994 ], "loc": { "start": { - "line": 1657, + "line": 1646, "column": 8 }, "end": { - "line": 1657, + "line": 1646, "column": 38 } } @@ -81567,16 +78770,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 46547, - 46553 + 46007, + 46013 ], "loc": { "start": { - "line": 1658, + "line": 1647, "column": 12 }, "end": { - "line": 1658, + "line": 1647, "column": 18 } } @@ -81585,31 +78788,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 46556, - 46558 + 46016, + 46018 ], "loc": { "start": { - "line": 1658, + "line": 1647, "column": 21 }, "end": { - "line": 1658, + "line": 1647, "column": 23 } } }, "range": [ - 46547, - 46558 + 46007, + 46018 ], "loc": { "start": { - "line": 1658, + "line": 1647, "column": 12 }, "end": { - "line": 1658, + "line": 1647, "column": 23 } } @@ -81620,16 +78823,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 46560, - 46568 + 46020, + 46028 ], "loc": { "start": { - "line": 1658, + "line": 1647, "column": 25 }, "end": { - "line": 1658, + "line": 1647, "column": 33 } } @@ -81638,31 +78841,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 46571, - 46573 + 46031, + 46033 ], "loc": { "start": { - "line": 1658, + "line": 1647, "column": 36 }, "end": { - "line": 1658, + "line": 1647, "column": 38 } } }, "range": [ - 46560, - 46573 + 46020, + 46033 ], "loc": { "start": { - "line": 1658, + "line": 1647, "column": 25 }, "end": { - "line": 1658, + "line": 1647, "column": 38 } } @@ -81670,16 +78873,16 @@ ], "kind": "let", "range": [ - 46543, - 46574 + 46003, + 46034 ], "loc": { "start": { - "line": 1658, + "line": 1647, "column": 8 }, "end": { - "line": 1658, + "line": 1647, "column": 39 } } @@ -81693,16 +78896,16 @@ "type": "Identifier", "name": "index", "range": [ - 46587, - 46592 + 46047, + 46052 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 12 }, "end": { - "line": 1659, + "line": 1648, "column": 17 } } @@ -81716,16 +78919,16 @@ "type": "Identifier", "name": "cols", "range": [ - 46595, - 46599 + 46055, + 46059 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 20 }, "end": { - "line": 1659, + "line": 1648, "column": 24 } } @@ -81734,31 +78937,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 46600, - 46607 + 46060, + 46067 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 25 }, "end": { - "line": 1659, + "line": 1648, "column": 32 } } }, "range": [ - 46595, - 46607 + 46055, + 46067 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 20 }, "end": { - "line": 1659, + "line": 1648, "column": 32 } } @@ -81768,47 +78971,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 46608, - 46616 + 46068, + 46076 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 33 }, "end": { - "line": 1659, + "line": 1648, "column": 41 } } } ], "range": [ - 46595, - 46617 + 46055, + 46077 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 20 }, "end": { - "line": 1659, + "line": 1648, "column": 42 } } }, "range": [ - 46587, - 46617 + 46047, + 46077 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 12 }, "end": { - "line": 1659, + "line": 1648, "column": 42 } } @@ -81816,16 +79019,16 @@ ], "kind": "let", "range": [ - 46583, - 46618 + 46043, + 46078 ], "loc": { "start": { - "line": 1659, + "line": 1648, "column": 8 }, "end": { - "line": 1659, + "line": 1648, "column": 43 } } @@ -81839,16 +79042,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 46631, - 46640 + 46091, + 46100 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 12 }, "end": { - "line": 1660, + "line": 1649, "column": 21 } } @@ -81863,16 +79066,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46643, - 46656 + 46103, + 46116 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 24 }, "end": { - "line": 1660, + "line": 1649, "column": 37 } } @@ -81881,31 +79084,31 @@ "type": "Identifier", "name": "values", "range": [ - 46657, - 46663 + 46117, + 46123 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 38 }, "end": { - "line": 1660, + "line": 1649, "column": 44 } } }, "range": [ - 46643, - 46663 + 46103, + 46123 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 24 }, "end": { - "line": 1660, + "line": 1649, "column": 44 } } @@ -81914,46 +79117,46 @@ "type": "Identifier", "name": "index", "range": [ - 46664, - 46669 + 46124, + 46129 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 45 }, "end": { - "line": 1660, + "line": 1649, "column": 50 } } }, "range": [ - 46643, - 46670 + 46103, + 46130 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 24 }, "end": { - "line": 1660, + "line": 1649, "column": 51 } } }, "range": [ - 46631, - 46670 + 46091, + 46130 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 12 }, "end": { - "line": 1660, + "line": 1649, "column": 51 } } @@ -81961,16 +79164,16 @@ ], "kind": "let", "range": [ - 46627, - 46671 + 46087, + 46131 ], "loc": { "start": { - "line": 1660, + "line": 1649, "column": 8 }, "end": { - "line": 1660, + "line": 1649, "column": 52 } } @@ -81984,16 +79187,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 46684, - 46692 + 46144, + 46152 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 12 }, "end": { - "line": 1661, + "line": 1650, "column": 20 } } @@ -82008,16 +79211,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46695, - 46708 + 46155, + 46168 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 23 }, "end": { - "line": 1661, + "line": 1650, "column": 36 } } @@ -82026,31 +79229,31 @@ "type": "Identifier", "name": "texts", "range": [ - 46709, - 46714 + 46169, + 46174 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 37 }, "end": { - "line": 1661, + "line": 1650, "column": 42 } } }, "range": [ - 46695, - 46714 + 46155, + 46174 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 23 }, "end": { - "line": 1661, + "line": 1650, "column": 42 } } @@ -82059,46 +79262,46 @@ "type": "Identifier", "name": "index", "range": [ - 46715, - 46720 + 46175, + 46180 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 43 }, "end": { - "line": 1661, + "line": 1650, "column": 48 } } }, "range": [ - 46695, - 46721 + 46155, + 46181 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 23 }, "end": { - "line": 1661, + "line": 1650, "column": 49 } } }, "range": [ - 46684, - 46721 + 46144, + 46181 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 12 }, "end": { - "line": 1661, + "line": 1650, "column": 49 } } @@ -82106,16 +79309,16 @@ ], "kind": "let", "range": [ - 46680, - 46722 + 46140, + 46182 ], "loc": { "start": { - "line": 1661, + "line": 1650, "column": 8 }, "end": { - "line": 1661, + "line": 1650, "column": 50 } } @@ -82129,16 +79332,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 46735, - 46742 + 46195, + 46202 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 12 }, "end": { - "line": 1662, + "line": 1651, "column": 19 } } @@ -82153,16 +79356,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46745, - 46758 + 46205, + 46218 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 22 }, "end": { - "line": 1662, + "line": 1651, "column": 35 } } @@ -82171,31 +79374,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 46759, - 46764 + 46219, + 46224 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 36 }, "end": { - "line": 1662, + "line": 1651, "column": 41 } } }, "range": [ - 46745, - 46764 + 46205, + 46224 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 22 }, "end": { - "line": 1662, + "line": 1651, "column": 41 } } @@ -82204,46 +79407,46 @@ "type": "Identifier", "name": "index", "range": [ - 46765, - 46770 + 46225, + 46230 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 42 }, "end": { - "line": 1662, + "line": 1651, "column": 47 } } }, "range": [ - 46745, - 46771 + 46205, + 46231 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 22 }, "end": { - "line": 1662, + "line": 1651, "column": 48 } } }, "range": [ - 46735, - 46771 + 46195, + 46231 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 12 }, "end": { - "line": 1662, + "line": 1651, "column": 48 } } @@ -82251,16 +79454,16 @@ ], "kind": "let", "range": [ - 46731, - 46772 + 46191, + 46232 ], "loc": { "start": { - "line": 1662, + "line": 1651, "column": 8 }, "end": { - "line": 1662, + "line": 1651, "column": 49 } } @@ -82276,16 +79479,16 @@ "type": "Identifier", "name": "r", "range": [ - 46791, - 46792 + 46251, + 46252 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 17 }, "end": { - "line": 1664, + "line": 1653, "column": 18 } } @@ -82295,31 +79498,31 @@ "value": 0, "raw": "0", "range": [ - 46795, - 46796 + 46255, + 46256 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 21 }, "end": { - "line": 1664, + "line": 1653, "column": 22 } } }, "range": [ - 46791, - 46796 + 46251, + 46256 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 17 }, "end": { - "line": 1664, + "line": 1653, "column": 22 } } @@ -82330,16 +79533,16 @@ "type": "Identifier", "name": "len", "range": [ - 46798, - 46801 + 46258, + 46261 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 24 }, "end": { - "line": 1664, + "line": 1653, "column": 27 } } @@ -82351,16 +79554,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 46804, - 46813 + 46264, + 46273 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 30 }, "end": { - "line": 1664, + "line": 1653, "column": 39 } } @@ -82369,46 +79572,46 @@ "type": "Identifier", "name": "length", "range": [ - 46814, - 46820 + 46274, + 46280 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 40 }, "end": { - "line": 1664, + "line": 1653, "column": 46 } } }, "range": [ - 46804, - 46820 + 46264, + 46280 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 30 }, "end": { - "line": 1664, + "line": 1653, "column": 46 } } }, "range": [ - 46798, - 46820 + 46258, + 46280 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 24 }, "end": { - "line": 1664, + "line": 1653, "column": 46 } } @@ -82416,16 +79619,16 @@ ], "kind": "let", "range": [ - 46787, - 46820 + 46247, + 46280 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 13 }, "end": { - "line": 1664, + "line": 1653, "column": 46 } } @@ -82437,16 +79640,16 @@ "type": "Identifier", "name": "r", "range": [ - 46822, - 46823 + 46282, + 46283 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 48 }, "end": { - "line": 1664, + "line": 1653, "column": 49 } } @@ -82455,31 +79658,31 @@ "type": "Identifier", "name": "len", "range": [ - 46826, - 46829 + 46286, + 46289 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 52 }, "end": { - "line": 1664, + "line": 1653, "column": 55 } } }, "range": [ - 46822, - 46829 + 46282, + 46289 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 48 }, "end": { - "line": 1664, + "line": 1653, "column": 55 } } @@ -82491,32 +79694,32 @@ "type": "Identifier", "name": "r", "range": [ - 46831, - 46832 + 46291, + 46292 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 57 }, "end": { - "line": 1664, + "line": 1653, "column": 58 } } }, "prefix": false, "range": [ - 46831, - 46834 + 46291, + 46294 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 57 }, "end": { - "line": 1664, + "line": 1653, "column": 60 } } @@ -82535,16 +79738,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 46850, - 46858 + 46310, + 46318 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 12 }, "end": { - "line": 1665, + "line": 1654, "column": 20 } } @@ -82553,31 +79756,31 @@ "type": "Identifier", "name": "push", "range": [ - 46859, - 46863 + 46319, + 46323 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 21 }, "end": { - "line": 1665, + "line": 1654, "column": 25 } } }, "range": [ - 46850, - 46863 + 46310, + 46323 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 12 }, "end": { - "line": 1665, + "line": 1654, "column": 25 } } @@ -82590,16 +79793,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 46864, - 46873 + 46324, + 46333 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 26 }, "end": { - "line": 1665, + "line": 1654, "column": 35 } } @@ -82608,62 +79811,62 @@ "type": "Identifier", "name": "r", "range": [ - 46874, - 46875 + 46334, + 46335 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 36 }, "end": { - "line": 1665, + "line": 1654, "column": 37 } } }, "range": [ - 46864, - 46876 + 46324, + 46336 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 26 }, "end": { - "line": 1665, + "line": 1654, "column": 38 } } } ], "range": [ - 46850, - 46877 + 46310, + 46337 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 12 }, "end": { - "line": 1665, + "line": 1654, "column": 39 } } }, "range": [ - 46850, - 46878 + 46310, + 46338 ], "loc": { "start": { - "line": 1665, + "line": 1654, "column": 12 }, "end": { - "line": 1665, + "line": 1654, "column": 40 } } @@ -82677,16 +79880,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 46895, - 46903 + 46355, + 46363 ], "loc": { "start": { - "line": 1666, + "line": 1655, "column": 16 }, "end": { - "line": 1666, + "line": 1655, "column": 24 } } @@ -82695,31 +79898,31 @@ "type": "Identifier", "name": "r", "range": [ - 46904, - 46905 + 46364, + 46365 ], "loc": { "start": { - "line": 1666, + "line": 1655, "column": 25 }, "end": { - "line": 1666, + "line": 1655, "column": 26 } } }, "range": [ - 46895, - 46906 + 46355, + 46366 ], "loc": { "start": { - "line": 1666, + "line": 1655, "column": 16 }, "end": { - "line": 1666, + "line": 1655, "column": 27 } } @@ -82738,16 +79941,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 46926, - 46932 + 46386, + 46392 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 16 }, "end": { - "line": 1667, + "line": 1656, "column": 22 } } @@ -82756,31 +79959,31 @@ "type": "Identifier", "name": "push", "range": [ - 46933, - 46937 + 46393, + 46397 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 23 }, "end": { - "line": 1667, + "line": 1656, "column": 27 } } }, "range": [ - 46926, - 46937 + 46386, + 46397 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 16 }, "end": { - "line": 1667, + "line": 1656, "column": 27 } } @@ -82793,16 +79996,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 46938, - 46946 + 46398, + 46406 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 28 }, "end": { - "line": 1667, + "line": 1656, "column": 36 } } @@ -82811,78 +80014,78 @@ "type": "Identifier", "name": "r", "range": [ - 46947, - 46948 + 46407, + 46408 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 37 }, "end": { - "line": 1667, + "line": 1656, "column": 38 } } }, "range": [ - 46938, - 46949 + 46398, + 46409 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 28 }, "end": { - "line": 1667, + "line": 1656, "column": 39 } } } ], "range": [ - 46926, - 46950 + 46386, + 46410 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 16 }, "end": { - "line": 1667, + "line": 1656, "column": 40 } } }, "range": [ - 46926, - 46951 + 46386, + 46411 ], "loc": { "start": { - "line": 1667, + "line": 1656, "column": 16 }, "end": { - "line": 1667, + "line": 1656, "column": 41 } } } ], "range": [ - 46908, - 46965 + 46368, + 46425 ], "loc": { "start": { - "line": 1666, + "line": 1655, "column": 29 }, "end": { - "line": 1668, + "line": 1657, "column": 13 } } @@ -82901,16 +80104,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 46989, - 46995 + 46449, + 46455 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 16 }, "end": { - "line": 1669, + "line": 1658, "column": 22 } } @@ -82919,31 +80122,31 @@ "type": "Identifier", "name": "push", "range": [ - 46996, - 47000 + 46456, + 46460 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 23 }, "end": { - "line": 1669, + "line": 1658, "column": 27 } } }, "range": [ - 46989, - 47000 + 46449, + 46460 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 16 }, "end": { - "line": 1669, + "line": 1658, "column": 27 } } @@ -82956,16 +80159,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47001, - 47010 + 46461, + 46470 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 28 }, "end": { - "line": 1669, + "line": 1658, "column": 37 } } @@ -82974,124 +80177,124 @@ "type": "Identifier", "name": "r", "range": [ - 47011, - 47012 + 46471, + 46472 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 38 }, "end": { - "line": 1669, + "line": 1658, "column": 39 } } }, "range": [ - 47001, - 47013 + 46461, + 46473 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 28 }, "end": { - "line": 1669, + "line": 1658, "column": 40 } } } ], "range": [ - 46989, - 47014 + 46449, + 46474 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 16 }, "end": { - "line": 1669, + "line": 1658, "column": 41 } } }, "range": [ - 46989, - 47015 + 46449, + 46475 ], "loc": { "start": { - "line": 1669, + "line": 1658, "column": 16 }, "end": { - "line": 1669, + "line": 1658, "column": 42 } } } ], "range": [ - 46971, - 47029 + 46431, + 46489 ], "loc": { "start": { - "line": 1668, + "line": 1657, "column": 19 }, "end": { - "line": 1670, + "line": 1659, "column": 13 } } }, "range": [ - 46891, - 47029 + 46351, + 46489 ], "loc": { "start": { - "line": 1666, + "line": 1655, "column": 12 }, "end": { - "line": 1670, + "line": 1659, "column": 13 } } } ], "range": [ - 46836, - 47039 + 46296, + 46499 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 62 }, "end": { - "line": 1671, + "line": 1660, "column": 9 } } }, "range": [ - 46782, - 47039 + 46242, + 46499 ], "loc": { "start": { - "line": 1664, + "line": 1653, "column": 8 }, "end": { - "line": 1671, + "line": 1660, "column": 9 } } @@ -83102,16 +80305,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 47052, - 47059 + 46512, + 46519 ], "loc": { "start": { - "line": 1672, + "line": 1661, "column": 12 }, "end": { - "line": 1672, + "line": 1661, "column": 19 } } @@ -83130,16 +80333,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47075, - 47083 + 46535, + 46543 ], "loc": { "start": { - "line": 1673, + "line": 1662, "column": 12 }, "end": { - "line": 1673, + "line": 1662, "column": 20 } } @@ -83148,62 +80351,62 @@ "type": "Identifier", "name": "sort", "range": [ - 47084, - 47088 + 46544, + 46548 ], "loc": { "start": { - "line": 1673, + "line": 1662, "column": 21 }, "end": { - "line": 1673, + "line": 1662, "column": 25 } } }, "range": [ - 47075, - 47088 + 46535, + 46548 ], "loc": { "start": { - "line": 1673, + "line": 1662, "column": 12 }, "end": { - "line": 1673, + "line": 1662, "column": 25 } } }, "arguments": [], "range": [ - 47075, - 47090 + 46535, + 46550 ], "loc": { "start": { - "line": 1673, + "line": 1662, "column": 12 }, "end": { - "line": 1673, + "line": 1662, "column": 27 } } }, "range": [ - 47075, - 47091 + 46535, + 46551 ], "loc": { "start": { - "line": 1673, + "line": 1662, "column": 12 }, "end": { - "line": 1673, + "line": 1662, "column": 28 } } @@ -83219,16 +80422,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47104, - 47110 + 46564, + 46570 ], "loc": { "start": { - "line": 1674, + "line": 1663, "column": 12 }, "end": { - "line": 1674, + "line": 1663, "column": 18 } } @@ -83237,94 +80440,94 @@ "type": "Identifier", "name": "sort", "range": [ - 47111, - 47115 + 46571, + 46575 ], "loc": { "start": { - "line": 1674, + "line": 1663, "column": 19 }, "end": { - "line": 1674, + "line": 1663, "column": 23 } } }, "range": [ - 47104, - 47115 + 46564, + 46575 ], "loc": { "start": { - "line": 1674, + "line": 1663, "column": 12 }, "end": { - "line": 1674, + "line": 1663, "column": 23 } } }, "arguments": [], "range": [ - 47104, - 47117 + 46564, + 46577 ], "loc": { "start": { - "line": 1674, + "line": 1663, "column": 12 }, "end": { - "line": 1674, + "line": 1663, "column": 25 } } }, "range": [ - 47104, - 47118 + 46564, + 46578 ], "loc": { "start": { - "line": 1674, + "line": 1663, "column": 12 }, "end": { - "line": 1674, + "line": 1663, "column": 26 } } } ], "range": [ - 47061, - 47128 + 46521, + 46588 ], "loc": { "start": { - "line": 1672, + "line": 1661, "column": 21 }, "end": { - "line": 1675, + "line": 1664, "column": 9 } } }, "alternate": null, "range": [ - 47048, - 47128 + 46508, + 46588 ], "loc": { "start": { - "line": 1672, + "line": 1661, "column": 8 }, "end": { - "line": 1675, + "line": 1664, "column": 9 } } @@ -83338,16 +80541,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47145, - 47153 + 46605, + 46613 ], "loc": { "start": { - "line": 1676, + "line": 1665, "column": 16 }, "end": { - "line": 1676, + "line": 1665, "column": 24 } } @@ -83356,63 +80559,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47155, - 47161 + 46615, + 46621 ], "loc": { "start": { - "line": 1676, + "line": 1665, "column": 26 }, "end": { - "line": 1676, + "line": 1665, "column": 32 } } } ], "range": [ - 47144, - 47162 + 46604, + 46622 ], "loc": { "start": { - "line": 1676, + "line": 1665, "column": 15 }, "end": { - "line": 1676, + "line": 1665, "column": 33 } } }, "range": [ - 47137, - 47163 + 46597, + 46623 ], "loc": { "start": { - "line": 1676, + "line": 1665, "column": 8 }, "end": { - "line": 1676, + "line": 1665, "column": 34 } } } ], "range": [ - 46347, - 47169 + 45807, + 46629 ], "loc": { "start": { - "line": 1651, + "line": 1640, "column": 31 }, "end": { - "line": 1677, + "line": 1666, "column": 5 } } @@ -83420,16 +80623,16 @@ "generator": false, "expression": false, "range": [ - 46336, - 47169 + 45796, + 46629 ], "loc": { "start": { - "line": 1651, + "line": 1640, "column": 20 }, "end": { - "line": 1677, + "line": 1666, "column": 5 } } @@ -83437,16 +80640,16 @@ "kind": "method", "computed": false, "range": [ - 46320, - 47169 + 45780, + 46629 ], "loc": { "start": { - "line": 1651, + "line": 1640, "column": 4 }, "end": { - "line": 1677, + "line": 1666, "column": 5 } }, @@ -83455,16 +80658,16 @@ "type": "Block", "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", "range": [ - 46119, - 46315 + 45579, + 45775 ], "loc": { "start": { - "line": 1645, + "line": 1634, "column": 4 }, "end": { - "line": 1650, + "line": 1639, "column": 7 } } @@ -83475,16 +80678,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 47175, - 47412 + 46635, + 46872 ], "loc": { "start": { - "line": 1679, + "line": 1668, "column": 4 }, "end": { - "line": 1683, + "line": 1672, "column": 7 } } @@ -83498,16 +80701,16 @@ "type": "Identifier", "name": "filter", "range": [ - 47417, - 47423 + 46877, + 46883 ], "loc": { "start": { - "line": 1684, + "line": 1673, "column": 4 }, "end": { - "line": 1684, + "line": 1673, "column": 10 } } @@ -83533,16 +80736,16 @@ "object": { "type": "ThisExpression", "range": [ - 47441, - 47445 + 46901, + 46905 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 13 }, "end": { - "line": 1685, + "line": 1674, "column": 17 } } @@ -83551,47 +80754,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 47446, - 47453 + 46906, + 46913 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 18 }, "end": { - "line": 1685, + "line": 1674, "column": 25 } } }, "range": [ - 47441, - 47453 + 46901, + 46913 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 13 }, "end": { - "line": 1685, + "line": 1674, "column": 25 } } }, "prefix": true, "range": [ - 47440, - 47453 + 46900, + 46913 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 12 }, "end": { - "line": 1685, + "line": 1674, "column": 25 } } @@ -83605,16 +80808,16 @@ "object": { "type": "ThisExpression", "range": [ - 47458, - 47462 + 46918, + 46922 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 30 }, "end": { - "line": 1685, + "line": 1674, "column": 34 } } @@ -83623,62 +80826,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 47463, - 47474 + 46923, + 46934 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 35 }, "end": { - "line": 1685, + "line": 1674, "column": 46 } } }, "range": [ - 47458, - 47474 + 46918, + 46934 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 30 }, "end": { - "line": 1685, + "line": 1674, "column": 46 } } }, "prefix": true, "range": [ - 47457, - 47474 + 46917, + 46934 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 29 }, "end": { - "line": 1685, + "line": 1674, "column": 46 } } }, "range": [ - 47440, - 47474 + 46900, + 46934 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 12 }, "end": { - "line": 1685, + "line": 1674, "column": 46 } } @@ -83690,48 +80893,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 47490, - 47497 + 46950, + 46957 ], "loc": { "start": { - "line": 1686, + "line": 1675, "column": 12 }, "end": { - "line": 1686, + "line": 1675, "column": 19 } } } ], "range": [ - 47476, - 47507 + 46936, + 46967 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 48 }, "end": { - "line": 1687, + "line": 1676, "column": 9 } } }, "alternate": null, "range": [ - 47436, - 47507 + 46896, + 46967 ], "loc": { "start": { - "line": 1685, + "line": 1674, "column": 8 }, "end": { - "line": 1687, + "line": 1676, "column": 9 } }, @@ -83740,16 +80943,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 47516, - 47540 + 46976, + 47000 ], "loc": { "start": { - "line": 1688, + "line": 1677, "column": 8 }, "end": { - "line": 1688, + "line": 1677, "column": 32 } } @@ -83766,16 +80969,16 @@ "object": { "type": "ThisExpression", "range": [ - 47549, - 47553 + 47009, + 47013 ], "loc": { "start": { - "line": 1689, + "line": 1678, "column": 8 }, "end": { - "line": 1689, + "line": 1678, "column": 12 } } @@ -83784,31 +80987,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 47554, - 47568 + 47014, + 47028 ], "loc": { "start": { - "line": 1689, + "line": 1678, "column": 13 }, "end": { - "line": 1689, + "line": 1678, "column": 27 } } }, "range": [ - 47549, - 47568 + 47009, + 47028 ], "loc": { "start": { - "line": 1689, + "line": 1678, "column": 8 }, "end": { - "line": 1689, + "line": 1678, "column": 27 } } @@ -83817,47 +81020,47 @@ { "type": "ThisExpression", "range": [ - 47569, - 47573 + 47029, + 47033 ], "loc": { "start": { - "line": 1689, + "line": 1678, "column": 28 }, "end": { - "line": 1689, + "line": 1678, "column": 32 } } } ], "range": [ - 47549, - 47574 + 47009, + 47034 ], "loc": { "start": { - "line": 1689, + "line": 1678, "column": 8 }, "end": { - "line": 1689, + "line": 1678, "column": 33 } } }, "range": [ - 47549, - 47575 + 47009, + 47035 ], "loc": { "start": { - "line": 1689, + "line": 1678, "column": 8 }, "end": { - "line": 1689, + "line": 1678, "column": 34 } }, @@ -83866,16 +81069,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 47516, - 47540 + 46976, + 47000 ], "loc": { "start": { - "line": 1688, + "line": 1677, "column": 8 }, "end": { - "line": 1688, + "line": 1677, "column": 32 } } @@ -83895,16 +81098,16 @@ "object": { "type": "ThisExpression", "range": [ - 47584, - 47588 + 47044, + 47048 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 8 }, "end": { - "line": 1690, + "line": 1679, "column": 12 } } @@ -83913,31 +81116,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 47589, - 47596 + 47049, + 47056 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 13 }, "end": { - "line": 1690, + "line": 1679, "column": 20 } } }, "range": [ - 47584, - 47596 + 47044, + 47056 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 8 }, "end": { - "line": 1690, + "line": 1679, "column": 20 } } @@ -83946,31 +81149,31 @@ "type": "Identifier", "name": "emit", "range": [ - 47597, - 47601 + 47057, + 47061 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 21 }, "end": { - "line": 1690, + "line": 1679, "column": 25 } } }, "range": [ - 47584, - 47601 + 47044, + 47061 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 8 }, "end": { - "line": 1690, + "line": 1679, "column": 25 } } @@ -83981,16 +81184,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 47602, - 47620 + 47062, + 47080 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 26 }, "end": { - "line": 1690, + "line": 1679, "column": 44 } } @@ -83998,47 +81201,47 @@ { "type": "ThisExpression", "range": [ - 47622, - 47626 + 47082, + 47086 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 46 }, "end": { - "line": 1690, + "line": 1679, "column": 50 } } } ], "range": [ - 47584, - 47627 + 47044, + 47087 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 8 }, "end": { - "line": 1690, + "line": 1679, "column": 51 } } }, "range": [ - 47584, - 47628 + 47044, + 47088 ], "loc": { "start": { - "line": 1690, + "line": 1679, "column": 8 }, "end": { - "line": 1690, + "line": 1679, "column": 52 } } @@ -84052,16 +81255,16 @@ "type": "Identifier", "name": "row", "range": [ - 47642, - 47645 + 47102, + 47105 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 12 }, "end": { - "line": 1692, + "line": 1681, "column": 15 } } @@ -84077,16 +81280,16 @@ "object": { "type": "ThisExpression", "range": [ - 47648, - 47652 + 47108, + 47112 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 18 }, "end": { - "line": 1692, + "line": 1681, "column": 22 } } @@ -84095,47 +81298,47 @@ "type": "Identifier", "name": "dom", "range": [ - 47653, - 47656 + 47113, + 47116 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 23 }, "end": { - "line": 1692, + "line": 1681, "column": 26 } } }, "range": [ - 47648, - 47656 + 47108, + 47116 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 18 }, "end": { - "line": 1692, + "line": 1681, "column": 26 } } }, "arguments": [], "range": [ - 47648, - 47658 + 47108, + 47118 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 18 }, "end": { - "line": 1692, + "line": 1681, "column": 28 } } @@ -84144,46 +81347,46 @@ "type": "Identifier", "name": "rows", "range": [ - 47659, - 47663 + 47119, + 47123 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 29 }, "end": { - "line": 1692, + "line": 1681, "column": 33 } } }, "range": [ - 47648, - 47663 + 47108, + 47123 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 18 }, "end": { - "line": 1692, + "line": 1681, "column": 33 } } }, "range": [ - 47642, - 47663 + 47102, + 47123 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 12 }, "end": { - "line": 1692, + "line": 1681, "column": 33 } } @@ -84194,16 +81397,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 47677, - 47683 + 47137, + 47143 ], "loc": { "start": { - "line": 1693, + "line": 1682, "column": 12 }, "end": { - "line": 1693, + "line": 1682, "column": 18 } } @@ -84216,16 +81419,16 @@ "object": { "type": "ThisExpression", "range": [ - 47686, - 47690 + 47146, + 47150 ], "loc": { "start": { - "line": 1693, + "line": 1682, "column": 21 }, "end": { - "line": 1693, + "line": 1682, "column": 25 } } @@ -84234,31 +81437,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 47691, - 47700 + 47151, + 47160 ], "loc": { "start": { - "line": 1693, + "line": 1682, "column": 26 }, "end": { - "line": 1693, + "line": 1682, "column": 35 } } }, "range": [ - 47686, - 47700 + 47146, + 47160 ], "loc": { "start": { - "line": 1693, + "line": 1682, "column": 21 }, "end": { - "line": 1693, + "line": 1682, "column": 35 } } @@ -84269,47 +81472,47 @@ "value": true, "raw": "true", "range": [ - 47701, - 47705 + 47161, + 47165 ], "loc": { "start": { - "line": 1693, + "line": 1682, "column": 36 }, "end": { - "line": 1693, + "line": 1682, "column": 40 } } } ], "range": [ - 47686, - 47706 + 47146, + 47166 ], "loc": { "start": { - "line": 1693, + "line": 1682, "column": 21 }, "end": { - "line": 1693, + "line": 1682, "column": 41 } } }, "range": [ - 47677, - 47706 + 47137, + 47166 ], "loc": { "start": { - "line": 1693, + "line": 1682, "column": 12 }, "end": { - "line": 1693, + "line": 1682, "column": 41 } } @@ -84320,16 +81523,16 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 47720, - 47730 + 47180, + 47190 ], "loc": { "start": { - "line": 1694, + "line": 1683, "column": 12 }, "end": { - "line": 1694, + "line": 1683, "column": 22 } } @@ -84339,31 +81542,31 @@ "value": 0, "raw": "0", "range": [ - 47733, - 47734 + 47193, + 47194 ], "loc": { "start": { - "line": 1694, + "line": 1683, "column": 25 }, "end": { - "line": 1694, + "line": 1683, "column": 26 } } }, "range": [ - 47720, - 47734 + 47180, + 47194 ], "loc": { "start": { - "line": 1694, + "line": 1683, "column": 12 }, "end": { - "line": 1694, + "line": 1683, "column": 26 } } @@ -84371,16 +81574,16 @@ ], "kind": "let", "range": [ - 47638, - 47735 + 47098, + 47195 ], "loc": { "start": { - "line": 1692, + "line": 1681, "column": 8 }, "end": { - "line": 1694, + "line": 1683, "column": 27 } } @@ -84396,16 +81599,16 @@ "object": { "type": "ThisExpression", "range": [ - 47745, - 47749 + 47205, + 47209 ], "loc": { "start": { - "line": 1696, + "line": 1685, "column": 8 }, "end": { - "line": 1696, + "line": 1685, "column": 12 } } @@ -84414,31 +81617,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 47750, - 47764 + 47210, + 47224 ], "loc": { "start": { - "line": 1696, + "line": 1685, "column": 13 }, "end": { - "line": 1696, + "line": 1685, "column": 27 } } }, "range": [ - 47745, - 47764 + 47205, + 47224 ], "loc": { "start": { - "line": 1696, + "line": 1685, "column": 8 }, "end": { - "line": 1696, + "line": 1685, "column": 27 } } @@ -84447,46 +81650,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 47767, - 47769 + 47227, + 47229 ], "loc": { "start": { - "line": 1696, + "line": 1685, "column": 30 }, "end": { - "line": 1696, + "line": 1685, "column": 32 } } }, "range": [ - 47745, - 47769 + 47205, + 47229 ], "loc": { "start": { - "line": 1696, + "line": 1685, "column": 8 }, "end": { - "line": 1696, + "line": 1685, "column": 32 } } }, "range": [ - 47745, - 47770 + 47205, + 47230 ], "loc": { "start": { - "line": 1696, + "line": 1685, "column": 8 }, "end": { - "line": 1696, + "line": 1685, "column": 33 } }, @@ -84495,16 +81698,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 47779, - 47801 + 47239, + 47261 ], "loc": { "start": { - "line": 1697, + "line": 1686, "column": 8 }, "end": { - "line": 1697, + "line": 1686, "column": 30 } } @@ -84520,16 +81723,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 47814, - 47824 + 47274, + 47284 ], "loc": { "start": { - "line": 1698, + "line": 1687, "column": 12 }, "end": { - "line": 1698, + "line": 1687, "column": 22 } } @@ -84542,16 +81745,16 @@ "object": { "type": "ThisExpression", "range": [ - 47827, - 47831 + 47287, + 47291 ], "loc": { "start": { - "line": 1698, + "line": 1687, "column": 25 }, "end": { - "line": 1698, + "line": 1687, "column": 29 } } @@ -84560,62 +81763,62 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 47832, - 47847 + 47292, + 47307 ], "loc": { "start": { - "line": 1698, + "line": 1687, "column": 30 }, "end": { - "line": 1698, + "line": 1687, "column": 45 } } }, "range": [ - 47827, - 47847 + 47287, + 47307 ], "loc": { "start": { - "line": 1698, + "line": 1687, "column": 25 }, "end": { - "line": 1698, + "line": 1687, "column": 45 } } }, "arguments": [], "range": [ - 47827, - 47849 + 47287, + 47309 ], "loc": { "start": { - "line": 1698, + "line": 1687, "column": 25 }, "end": { - "line": 1698, + "line": 1687, "column": 47 } } }, "range": [ - 47814, - 47849 + 47274, + 47309 ], "loc": { "start": { - "line": 1698, + "line": 1687, "column": 12 }, "end": { - "line": 1698, + "line": 1687, "column": 47 } } @@ -84623,16 +81826,16 @@ ], "kind": "let", "range": [ - 47810, - 47850 + 47270, + 47310 ], "loc": { "start": { - "line": 1698, + "line": 1687, "column": 8 }, "end": { - "line": 1698, + "line": 1687, "column": 48 } }, @@ -84641,16 +81844,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 47779, - 47801 + 47239, + 47261 ], "loc": { "start": { - "line": 1697, + "line": 1686, "column": 8 }, "end": { - "line": 1697, + "line": 1686, "column": 30 } } @@ -84668,16 +81871,16 @@ "type": "Identifier", "name": "k", "range": [ - 47869, - 47870 + 47329, + 47330 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 17 }, "end": { - "line": 1700, + "line": 1689, "column": 18 } } @@ -84688,16 +81891,16 @@ "object": { "type": "ThisExpression", "range": [ - 47873, - 47877 + 47333, + 47337 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 21 }, "end": { - "line": 1700, + "line": 1689, "column": 25 } } @@ -84706,46 +81909,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 47878, - 47884 + 47338, + 47344 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 26 }, "end": { - "line": 1700, + "line": 1689, "column": 32 } } }, "range": [ - 47873, - 47884 + 47333, + 47344 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 21 }, "end": { - "line": 1700, + "line": 1689, "column": 32 } } }, "range": [ - 47869, - 47884 + 47329, + 47344 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 17 }, "end": { - "line": 1700, + "line": 1689, "column": 32 } } @@ -84753,16 +81956,16 @@ ], "kind": "let", "range": [ - 47865, - 47884 + 47325, + 47344 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 13 }, "end": { - "line": 1700, + "line": 1689, "column": 32 } } @@ -84774,16 +81977,16 @@ "type": "Identifier", "name": "k", "range": [ - 47886, - 47887 + 47346, + 47347 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 34 }, "end": { - "line": 1700, + "line": 1689, "column": 35 } } @@ -84792,31 +81995,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 47890, - 47896 + 47350, + 47356 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 38 }, "end": { - "line": 1700, + "line": 1689, "column": 44 } } }, "range": [ - 47886, - 47896 + 47346, + 47356 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 34 }, "end": { - "line": 1700, + "line": 1689, "column": 44 } } @@ -84828,32 +82031,32 @@ "type": "Identifier", "name": "k", "range": [ - 47898, - 47899 + 47358, + 47359 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 46 }, "end": { - "line": 1700, + "line": 1689, "column": 47 } } }, "prefix": false, "range": [ - 47898, - 47901 + 47358, + 47361 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 46 }, "end": { - "line": 1700, + "line": 1689, "column": 49 } } @@ -84879,16 +82082,16 @@ "type": "Identifier", "name": "row", "range": [ - 47970, - 47973 + 47430, + 47433 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 12 }, "end": { - "line": 1702, + "line": 1691, "column": 15 } } @@ -84897,31 +82100,31 @@ "type": "Identifier", "name": "k", "range": [ - 47974, - 47975 + 47434, + 47435 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 16 }, "end": { - "line": 1702, + "line": 1691, "column": 17 } } }, "range": [ - 47970, - 47976 + 47430, + 47436 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 12 }, "end": { - "line": 1702, + "line": 1691, "column": 18 } } @@ -84930,31 +82133,31 @@ "type": "Identifier", "name": "style", "range": [ - 47977, - 47982 + 47437, + 47442 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 19 }, "end": { - "line": 1702, + "line": 1691, "column": 24 } } }, "range": [ - 47970, - 47982 + 47430, + 47442 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 12 }, "end": { - "line": 1702, + "line": 1691, "column": 24 } } @@ -84963,31 +82166,31 @@ "type": "Identifier", "name": "display", "range": [ - 47983, - 47990 + 47443, + 47450 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 25 }, "end": { - "line": 1702, + "line": 1691, "column": 32 } } }, "range": [ - 47970, - 47990 + 47430, + 47450 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 12 }, "end": { - "line": 1702, + "line": 1691, "column": 32 } } @@ -84997,46 +82200,46 @@ "value": "", "raw": "''", "range": [ - 47993, - 47995 + 47453, + 47455 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 35 }, "end": { - "line": 1702, + "line": 1691, "column": 37 } } }, "range": [ - 47970, - 47995 + 47430, + 47455 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 12 }, "end": { - "line": 1702, + "line": 1691, "column": 37 } } }, "range": [ - 47970, - 47996 + 47430, + 47456 ], "loc": { "start": { - "line": 1702, + "line": 1691, "column": 12 }, "end": { - "line": 1702, + "line": 1691, "column": 38 } }, @@ -85045,16 +82248,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 47917, - 47957 + 47377, + 47417 ], "loc": { "start": { - "line": 1701, + "line": 1690, "column": 12 }, "end": { - "line": 1701, + "line": 1690, "column": 52 } } @@ -85070,16 +82273,16 @@ "type": "Identifier", "name": "cells", "range": [ - 48014, - 48019 + 47474, + 47479 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 16 }, "end": { - "line": 1704, + "line": 1693, "column": 21 } } @@ -85094,16 +82297,16 @@ "type": "Identifier", "name": "row", "range": [ - 48022, - 48025 + 47482, + 47485 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 24 }, "end": { - "line": 1704, + "line": 1693, "column": 27 } } @@ -85112,31 +82315,31 @@ "type": "Identifier", "name": "k", "range": [ - 48026, - 48027 + 47486, + 47487 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 28 }, "end": { - "line": 1704, + "line": 1693, "column": 29 } } }, "range": [ - 48022, - 48028 + 47482, + 47488 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 24 }, "end": { - "line": 1704, + "line": 1693, "column": 30 } } @@ -85145,46 +82348,46 @@ "type": "Identifier", "name": "cells", "range": [ - 48029, - 48034 + 47489, + 47494 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 31 }, "end": { - "line": 1704, + "line": 1693, "column": 36 } } }, "range": [ - 48022, - 48034 + 47482, + 47494 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 24 }, "end": { - "line": 1704, + "line": 1693, "column": 36 } } }, "range": [ - 48014, - 48034 + 47474, + 47494 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 16 }, "end": { - "line": 1704, + "line": 1693, "column": 36 } } @@ -85192,16 +82395,16 @@ ], "kind": "let", "range": [ - 48010, - 48035 + 47470, + 47495 ], "loc": { "start": { - "line": 1704, + "line": 1693, "column": 12 }, "end": { - "line": 1704, + "line": 1693, "column": 37 } } @@ -85215,16 +82418,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 48052, - 48059 + 47512, + 47519 ], "loc": { "start": { - "line": 1705, + "line": 1694, "column": 16 }, "end": { - "line": 1705, + "line": 1694, "column": 23 } } @@ -85236,16 +82439,16 @@ "type": "Identifier", "name": "cells", "range": [ - 48062, - 48067 + 47522, + 47527 ], "loc": { "start": { - "line": 1705, + "line": 1694, "column": 26 }, "end": { - "line": 1705, + "line": 1694, "column": 31 } } @@ -85254,46 +82457,46 @@ "type": "Identifier", "name": "length", "range": [ - 48068, - 48074 + 47528, + 47534 ], "loc": { "start": { - "line": 1705, + "line": 1694, "column": 32 }, "end": { - "line": 1705, + "line": 1694, "column": 38 } } }, "range": [ - 48062, - 48074 + 47522, + 47534 ], "loc": { "start": { - "line": 1705, + "line": 1694, "column": 26 }, "end": { - "line": 1705, + "line": 1694, "column": 38 } } }, "range": [ - 48052, - 48074 + 47512, + 47534 ], "loc": { "start": { - "line": 1705, + "line": 1694, "column": 16 }, "end": { - "line": 1705, + "line": 1694, "column": 38 } } @@ -85301,16 +82504,16 @@ ], "kind": "let", "range": [ - 48048, - 48075 + 47508, + 47535 ], "loc": { "start": { - "line": 1705, + "line": 1694, "column": 12 }, "end": { - "line": 1705, + "line": 1694, "column": 39 } }, @@ -85319,16 +82522,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48089, - 48122 + 47549, + 47582 ], "loc": { "start": { - "line": 1707, + "line": 1696, "column": 12 }, "end": { - "line": 1707, + "line": 1696, "column": 45 } } @@ -85344,16 +82547,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 48139, - 48146 + 47599, + 47606 ], "loc": { "start": { - "line": 1708, + "line": 1697, "column": 16 }, "end": { - "line": 1708, + "line": 1697, "column": 23 } } @@ -85364,16 +82567,16 @@ "object": { "type": "ThisExpression", "range": [ - 48151, - 48155 + 47611, + 47615 ], "loc": { "start": { - "line": 1708, + "line": 1697, "column": 28 }, "end": { - "line": 1708, + "line": 1697, "column": 32 } } @@ -85382,46 +82585,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 48156, - 48163 + 47616, + 47623 ], "loc": { "start": { - "line": 1708, + "line": 1697, "column": 33 }, "end": { - "line": 1708, + "line": 1697, "column": 40 } } }, "range": [ - 48151, - 48163 + 47611, + 47623 ], "loc": { "start": { - "line": 1708, + "line": 1697, "column": 28 }, "end": { - "line": 1708, + "line": 1697, "column": 40 } } }, "range": [ - 48139, - 48163 + 47599, + 47623 ], "loc": { "start": { - "line": 1708, + "line": 1697, "column": 16 }, "end": { - "line": 1708, + "line": 1697, "column": 40 } } @@ -85433,48 +82636,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 48183, - 48192 + 47643, + 47652 ], "loc": { "start": { - "line": 1709, + "line": 1698, "column": 16 }, "end": { - "line": 1709, + "line": 1698, "column": 25 } } } ], "range": [ - 48165, - 48206 + 47625, + 47666 ], "loc": { "start": { - "line": 1708, + "line": 1697, "column": 42 }, "end": { - "line": 1710, + "line": 1699, "column": 13 } } }, "alternate": null, "range": [ - 48135, - 48206 + 47595, + 47666 ], "loc": { "start": { - "line": 1708, + "line": 1697, "column": 12 }, "end": { - "line": 1710, + "line": 1699, "column": 13 } }, @@ -85483,16 +82686,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48089, - 48122 + 47549, + 47582 ], "loc": { "start": { - "line": 1707, + "line": 1696, "column": 12 }, "end": { - "line": 1707, + "line": 1696, "column": 45 } } @@ -85508,16 +82711,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 48224, - 48233 + 47684, + 47693 ], "loc": { "start": { - "line": 1712, + "line": 1701, "column": 16 }, "end": { - "line": 1712, + "line": 1701, "column": 25 } } @@ -85526,31 +82729,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 48236, - 48238 + 47696, + 47698 ], "loc": { "start": { - "line": 1712, + "line": 1701, "column": 28 }, "end": { - "line": 1712, + "line": 1701, "column": 30 } } }, "range": [ - 48224, - 48238 + 47684, + 47698 ], "loc": { "start": { - "line": 1712, + "line": 1701, "column": 16 }, "end": { - "line": 1712, + "line": 1701, "column": 30 } } @@ -85561,16 +82764,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 48256, - 48266 + 47716, + 47726 ], "loc": { "start": { - "line": 1713, + "line": 1702, "column": 16 }, "end": { - "line": 1713, + "line": 1702, "column": 26 } } @@ -85580,31 +82783,31 @@ "value": true, "raw": "true", "range": [ - 48269, - 48273 + 47729, + 47733 ], "loc": { "start": { - "line": 1713, + "line": 1702, "column": 29 }, "end": { - "line": 1713, + "line": 1702, "column": 33 } } }, "range": [ - 48256, - 48273 + 47716, + 47733 ], "loc": { "start": { - "line": 1713, + "line": 1702, "column": 16 }, "end": { - "line": 1713, + "line": 1702, "column": 33 } } @@ -85615,16 +82818,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 48339, - 48356 + 47799, + 47816 ], "loc": { "start": { - "line": 1715, + "line": 1704, "column": 16 }, "end": { - "line": 1715, + "line": 1704, "column": 33 } } @@ -85634,31 +82837,31 @@ "value": false, "raw": "false", "range": [ - 48359, - 48364 + 47819, + 47824 ], "loc": { "start": { - "line": 1715, + "line": 1704, "column": 36 }, "end": { - "line": 1715, + "line": 1704, "column": 41 } } }, "range": [ - 48339, - 48364 + 47799, + 47824 ], "loc": { "start": { - "line": 1715, + "line": 1704, "column": 16 }, "end": { - "line": 1715, + "line": 1704, "column": 41 } }, @@ -85667,16 +82870,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 48291, - 48322 + 47751, + 47782 ], "loc": { "start": { - "line": 1714, + "line": 1703, "column": 16 }, "end": { - "line": 1714, + "line": 1703, "column": 47 } } @@ -85686,16 +82889,16 @@ ], "kind": "let", "range": [ - 48220, - 48365 + 47680, + 47825 ], "loc": { "start": { - "line": 1712, + "line": 1701, "column": 12 }, "end": { - "line": 1715, + "line": 1704, "column": 42 } }, @@ -85704,16 +82907,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 48379, - 48411 + 47839, + 47871 ], "loc": { "start": { - "line": 1717, + "line": 1706, "column": 12 }, "end": { - "line": 1717, + "line": 1706, "column": 44 } } @@ -85731,16 +82934,16 @@ "type": "Identifier", "name": "j", "range": [ - 48433, - 48434 + 47893, + 47894 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 21 }, "end": { - "line": 1718, + "line": 1707, "column": 22 } } @@ -85750,31 +82953,31 @@ "value": 0, "raw": "0", "range": [ - 48437, - 48438 + 47897, + 47898 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 25 }, "end": { - "line": 1718, + "line": 1707, "column": 26 } } }, "range": [ - 48433, - 48438 + 47893, + 47898 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 21 }, "end": { - "line": 1718, + "line": 1707, "column": 26 } } @@ -85782,16 +82985,16 @@ ], "kind": "let", "range": [ - 48429, - 48438 + 47889, + 47898 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 17 }, "end": { - "line": 1718, + "line": 1707, "column": 26 } } @@ -85803,16 +83006,16 @@ "type": "Identifier", "name": "j", "range": [ - 48440, - 48441 + 47900, + 47901 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 28 }, "end": { - "line": 1718, + "line": 1707, "column": 29 } } @@ -85821,31 +83024,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 48444, - 48451 + 47904, + 47911 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 32 }, "end": { - "line": 1718, + "line": 1707, "column": 39 } } }, "range": [ - 48440, - 48451 + 47900, + 47911 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 28 }, "end": { - "line": 1718, + "line": 1707, "column": 39 } } @@ -85857,32 +83060,32 @@ "type": "Identifier", "name": "j", "range": [ - 48453, - 48454 + 47913, + 47914 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 41 }, "end": { - "line": 1718, + "line": 1707, "column": 42 } } }, "prefix": false, "range": [ - 48453, - 48456 + 47913, + 47916 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 41 }, "end": { - "line": 1718, + "line": 1707, "column": 44 } } @@ -85899,16 +83102,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48515, - 48517 + 47975, + 47977 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 20 }, "end": { - "line": 1720, + "line": 1709, "column": 22 } } @@ -85920,16 +83123,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 48520, - 48530 + 47980, + 47990 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 25 }, "end": { - "line": 1720, + "line": 1709, "column": 35 } } @@ -85942,16 +83145,16 @@ "object": { "type": "ThisExpression", "range": [ - 48531, - 48535 + 47991, + 47995 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 36 }, "end": { - "line": 1720, + "line": 1709, "column": 40 } } @@ -85960,31 +83163,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 48536, - 48551 + 47996, + 48011 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 41 }, "end": { - "line": 1720, + "line": 1709, "column": 56 } } }, "range": [ - 48531, - 48551 + 47991, + 48011 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 36 }, "end": { - "line": 1720, + "line": 1709, "column": 56 } } @@ -85994,16 +83197,16 @@ "value": 0, "raw": "0", "range": [ - 48554, - 48555 + 48014, + 48015 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 59 }, "end": { - "line": 1720, + "line": 1709, "column": 60 } } @@ -86012,61 +83215,61 @@ "type": "Identifier", "name": "j", "range": [ - 48558, - 48559 + 48018, + 48019 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 63 }, "end": { - "line": 1720, + "line": 1709, "column": 64 } } }, "range": [ - 48531, - 48559 + 47991, + 48019 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 36 }, "end": { - "line": 1720, + "line": 1709, "column": 64 } } }, "range": [ - 48520, - 48560 + 47980, + 48020 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 25 }, "end": { - "line": 1720, + "line": 1709, "column": 65 } } }, "range": [ - 48515, - 48560 + 47975, + 48020 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 20 }, "end": { - "line": 1720, + "line": 1709, "column": 65 } } @@ -86074,16 +83277,16 @@ ], "kind": "let", "range": [ - 48511, - 48561 + 47971, + 48021 ], "loc": { "start": { - "line": 1720, + "line": 1709, "column": 16 }, "end": { - "line": 1720, + "line": 1709, "column": 66 } }, @@ -86092,16 +83295,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 48476, - 48494 + 47936, + 47954 ], "loc": { "start": { - "line": 1719, + "line": 1708, "column": 16 }, "end": { - "line": 1719, + "line": 1708, "column": 34 } } @@ -86117,16 +83320,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48583, - 48585 + 48043, + 48045 ], "loc": { "start": { - "line": 1722, + "line": 1711, "column": 20 }, "end": { - "line": 1722, + "line": 1711, "column": 22 } } @@ -86136,31 +83339,31 @@ "value": "", "raw": "''", "range": [ - 48590, - 48592 + 48050, + 48052 ], "loc": { "start": { - "line": 1722, + "line": 1711, "column": 27 }, "end": { - "line": 1722, + "line": 1711, "column": 29 } } }, "range": [ - 48583, - 48592 + 48043, + 48052 ], "loc": { "start": { - "line": 1722, + "line": 1711, "column": 20 }, "end": { - "line": 1722, + "line": 1711, "column": 29 } } @@ -86172,48 +83375,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 48616, - 48625 + 48076, + 48085 ], "loc": { "start": { - "line": 1723, + "line": 1712, "column": 20 }, "end": { - "line": 1723, + "line": 1712, "column": 29 } } } ], "range": [ - 48594, - 48643 + 48054, + 48103 ], "loc": { "start": { - "line": 1722, + "line": 1711, "column": 31 }, "end": { - "line": 1724, + "line": 1713, "column": 17 } } }, "alternate": null, "range": [ - 48579, - 48643 + 48039, + 48103 ], "loc": { "start": { - "line": 1722, + "line": 1711, "column": 16 }, "end": { - "line": 1724, + "line": 1713, "column": 17 } } @@ -86227,16 +83430,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 48665, - 48674 + 48125, + 48134 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 20 }, "end": { - "line": 1726, + "line": 1715, "column": 29 } } @@ -86247,16 +83450,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 48677, - 48686 + 48137, + 48146 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 32 }, "end": { - "line": 1726, + "line": 1715, "column": 41 } } @@ -86270,16 +83473,16 @@ "object": { "type": "ThisExpression", "range": [ - 48687, - 48691 + 48147, + 48151 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 42 }, "end": { - "line": 1726, + "line": 1715, "column": 46 } } @@ -86288,31 +83491,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 48692, - 48704 + 48152, + 48164 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 47 }, "end": { - "line": 1726, + "line": 1715, "column": 59 } } }, "range": [ - 48687, - 48704 + 48147, + 48164 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 42 }, "end": { - "line": 1726, + "line": 1715, "column": 59 } } @@ -86325,16 +83528,16 @@ "type": "Identifier", "name": "cells", "range": [ - 48705, - 48710 + 48165, + 48170 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 60 }, "end": { - "line": 1726, + "line": 1715, "column": 65 } } @@ -86343,47 +83546,47 @@ "type": "Identifier", "name": "j", "range": [ - 48711, - 48712 + 48171, + 48172 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 66 }, "end": { - "line": 1726, + "line": 1715, "column": 67 } } }, "range": [ - 48705, - 48713 + 48165, + 48173 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 60 }, "end": { - "line": 1726, + "line": 1715, "column": 68 } } } ], "range": [ - 48687, - 48714 + 48147, + 48174 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 42 }, "end": { - "line": 1726, + "line": 1715, "column": 69 } } @@ -86394,16 +83597,16 @@ "object": { "type": "ThisExpression", "range": [ - 48736, - 48740 + 48196, + 48200 ], "loc": { "start": { - "line": 1727, + "line": 1716, "column": 20 }, "end": { - "line": 1727, + "line": 1716, "column": 24 } } @@ -86412,62 +83615,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 48741, - 48754 + 48201, + 48214 ], "loc": { "start": { - "line": 1727, + "line": 1716, "column": 25 }, "end": { - "line": 1727, + "line": 1716, "column": 38 } } }, "range": [ - 48736, - 48754 + 48196, + 48214 ], "loc": { "start": { - "line": 1727, + "line": 1716, "column": 20 }, "end": { - "line": 1727, + "line": 1716, "column": 38 } } } ], "range": [ - 48677, - 48755 + 48137, + 48215 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 32 }, "end": { - "line": 1727, + "line": 1716, "column": 39 } } }, "range": [ - 48665, - 48755 + 48125, + 48215 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 20 }, "end": { - "line": 1727, + "line": 1716, "column": 39 } } @@ -86475,16 +83678,16 @@ ], "kind": "let", "range": [ - 48661, - 48756 + 48121, + 48216 ], "loc": { "start": { - "line": 1726, + "line": 1715, "column": 16 }, "end": { - "line": 1727, + "line": 1716, "column": 40 } }, @@ -86493,16 +83696,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 48774, - 48813 + 48234, + 48273 ], "loc": { "start": { - "line": 1729, + "line": 1718, "column": 16 }, "end": { - "line": 1729, + "line": 1718, "column": 55 } } @@ -86518,16 +83721,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 48834, - 48843 + 48294, + 48303 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 20 }, "end": { - "line": 1730, + "line": 1719, "column": 29 } } @@ -86546,16 +83749,16 @@ "type": "Identifier", "name": "sA", "range": [ - 48846, - 48848 + 48306, + 48308 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 32 }, "end": { - "line": 1730, + "line": 1719, "column": 34 } } @@ -86564,47 +83767,47 @@ "type": "Identifier", "name": "toString", "range": [ - 48849, - 48857 + 48309, + 48317 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 35 }, "end": { - "line": 1730, + "line": 1719, "column": 43 } } }, "range": [ - 48846, - 48857 + 48306, + 48317 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 32 }, "end": { - "line": 1730, + "line": 1719, "column": 43 } } }, "arguments": [], "range": [ - 48846, - 48859 + 48306, + 48319 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 32 }, "end": { - "line": 1730, + "line": 1719, "column": 45 } } @@ -86613,31 +83816,31 @@ "type": "Identifier", "name": "split", "range": [ - 48860, - 48865 + 48320, + 48325 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 46 }, "end": { - "line": 1730, + "line": 1719, "column": 51 } } }, "range": [ - 48846, - 48865 + 48306, + 48325 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 32 }, "end": { - "line": 1730, + "line": 1719, "column": 51 } } @@ -86649,16 +83852,16 @@ "object": { "type": "ThisExpression", "range": [ - 48866, - 48870 + 48326, + 48330 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 52 }, "end": { - "line": 1730, + "line": 1719, "column": 56 } } @@ -86667,62 +83870,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 48871, - 48881 + 48331, + 48341 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 57 }, "end": { - "line": 1730, + "line": 1719, "column": 67 } } }, "range": [ - 48866, - 48881 + 48326, + 48341 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 52 }, "end": { - "line": 1730, + "line": 1719, "column": 67 } } } ], "range": [ - 48846, - 48882 + 48306, + 48342 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 32 }, "end": { - "line": 1730, + "line": 1719, "column": 68 } } }, "range": [ - 48834, - 48882 + 48294, + 48342 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 20 }, "end": { - "line": 1730, + "line": 1719, "column": 68 } } @@ -86733,16 +83936,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 48963, - 48975 + 48423, + 48435 ], "loc": { "start": { - "line": 1732, + "line": 1721, "column": 20 }, "end": { - "line": 1732, + "line": 1721, "column": 32 } } @@ -86757,16 +83960,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 48978, - 48987 + 48438, + 48447 ], "loc": { "start": { - "line": 1732, + "line": 1721, "column": 35 }, "end": { - "line": 1732, + "line": 1721, "column": 44 } } @@ -86775,31 +83978,31 @@ "type": "Identifier", "name": "length", "range": [ - 48988, - 48994 + 48448, + 48454 ], "loc": { "start": { - "line": 1732, + "line": 1721, "column": 45 }, "end": { - "line": 1732, + "line": 1721, "column": 51 } } }, "range": [ - 48978, - 48994 + 48438, + 48454 ], "loc": { "start": { - "line": 1732, + "line": 1721, "column": 35 }, "end": { - "line": 1732, + "line": 1721, "column": 51 } } @@ -86809,46 +84012,46 @@ "value": 1, "raw": "1", "range": [ - 48997, - 48998 + 48457, + 48458 ], "loc": { "start": { - "line": 1732, + "line": 1721, "column": 54 }, "end": { - "line": 1732, + "line": 1721, "column": 55 } } }, "range": [ - 48978, - 48998 + 48438, + 48458 ], "loc": { "start": { - "line": 1732, + "line": 1721, "column": 35 }, "end": { - "line": 1732, + "line": 1721, "column": 55 } } }, "range": [ - 48963, - 48998 + 48423, + 48458 ], "loc": { "start": { - "line": 1732, + "line": 1721, "column": 20 }, "end": { - "line": 1732, + "line": 1721, "column": 55 } }, @@ -86857,16 +84060,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 48904, - 48942 + 48364, + 48402 ], "loc": { "start": { - "line": 1731, + "line": 1720, "column": 20 }, "end": { - "line": 1731, + "line": 1720, "column": 58 } } @@ -86879,16 +84082,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 49080, - 49090 + 48540, + 48550 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 20 }, "end": { - "line": 1734, + "line": 1723, "column": 30 } } @@ -86907,16 +84110,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49093, - 49095 + 48553, + 48555 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 33 }, "end": { - "line": 1734, + "line": 1723, "column": 35 } } @@ -86925,47 +84128,47 @@ "type": "Identifier", "name": "toString", "range": [ - 49096, - 49104 + 48556, + 48564 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 36 }, "end": { - "line": 1734, + "line": 1723, "column": 44 } } }, "range": [ - 49093, - 49104 + 48553, + 48564 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 33 }, "end": { - "line": 1734, + "line": 1723, "column": 44 } } }, "arguments": [], "range": [ - 49093, - 49106 + 48553, + 48566 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 33 }, "end": { - "line": 1734, + "line": 1723, "column": 46 } } @@ -86974,31 +84177,31 @@ "type": "Identifier", "name": "split", "range": [ - 49107, - 49112 + 48567, + 48572 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 47 }, "end": { - "line": 1734, + "line": 1723, "column": 52 } } }, "range": [ - 49093, - 49112 + 48553, + 48572 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 33 }, "end": { - "line": 1734, + "line": 1723, "column": 52 } } @@ -87010,16 +84213,16 @@ "object": { "type": "ThisExpression", "range": [ - 49113, - 49117 + 48573, + 48577 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 53 }, "end": { - "line": 1734, + "line": 1723, "column": 57 } } @@ -87028,62 +84231,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 49118, - 49128 + 48578, + 48588 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 58 }, "end": { - "line": 1734, + "line": 1723, "column": 68 } } }, "range": [ - 49113, - 49128 + 48573, + 48588 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 53 }, "end": { - "line": 1734, + "line": 1723, "column": 68 } } } ], "range": [ - 49093, - 49129 + 48553, + 48589 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 33 }, "end": { - "line": 1734, + "line": 1723, "column": 69 } } }, "range": [ - 49080, - 49129 + 48540, + 48589 ], "loc": { "start": { - "line": 1734, + "line": 1723, "column": 20 }, "end": { - "line": 1734, + "line": 1723, "column": 69 } }, @@ -87092,16 +84295,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 49020, - 49059 + 48480, + 48519 ], "loc": { "start": { - "line": 1733, + "line": 1722, "column": 20 }, "end": { - "line": 1733, + "line": 1722, "column": 59 } } @@ -87114,16 +84317,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 49210, - 49223 + 48670, + 48683 ], "loc": { "start": { - "line": 1736, + "line": 1725, "column": 20 }, "end": { - "line": 1736, + "line": 1725, "column": 33 } } @@ -87138,16 +84341,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 49226, - 49236 + 48686, + 48696 ], "loc": { "start": { - "line": 1736, + "line": 1725, "column": 36 }, "end": { - "line": 1736, + "line": 1725, "column": 46 } } @@ -87156,31 +84359,31 @@ "type": "Identifier", "name": "length", "range": [ - 49237, - 49243 + 48697, + 48703 ], "loc": { "start": { - "line": 1736, + "line": 1725, "column": 47 }, "end": { - "line": 1736, + "line": 1725, "column": 53 } } }, "range": [ - 49226, - 49243 + 48686, + 48703 ], "loc": { "start": { - "line": 1736, + "line": 1725, "column": 36 }, "end": { - "line": 1736, + "line": 1725, "column": 53 } } @@ -87190,46 +84393,46 @@ "value": 1, "raw": "1", "range": [ - 49246, - 49247 + 48706, + 48707 ], "loc": { "start": { - "line": 1736, + "line": 1725, "column": 56 }, "end": { - "line": 1736, + "line": 1725, "column": 57 } } }, "range": [ - 49226, - 49247 + 48686, + 48707 ], "loc": { "start": { - "line": 1736, + "line": 1725, "column": 36 }, "end": { - "line": 1736, + "line": 1725, "column": 57 } } }, "range": [ - 49210, - 49247 + 48670, + 48707 ], "loc": { "start": { - "line": 1736, + "line": 1725, "column": 20 }, "end": { - "line": 1736, + "line": 1725, "column": 57 } }, @@ -87238,16 +84441,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 49151, - 49189 + 48611, + 48649 ], "loc": { "start": { - "line": 1735, + "line": 1724, "column": 20 }, "end": { - "line": 1735, + "line": 1724, "column": 58 } } @@ -87257,16 +84460,16 @@ ], "kind": "let", "range": [ - 48830, - 49248 + 48290, + 48708 ], "loc": { "start": { - "line": 1730, + "line": 1719, "column": 16 }, "end": { - "line": 1736, + "line": 1725, "column": 58 } }, @@ -87275,16 +84478,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 48774, - 48813 + 48234, + 48273 ], "loc": { "start": { - "line": 1729, + "line": 1718, "column": 16 }, "end": { - "line": 1729, + "line": 1718, "column": 55 } } @@ -87295,16 +84498,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 49266, - 49299 + 48726, + 48759 ], "loc": { "start": { - "line": 1738, + "line": 1727, "column": 16 }, "end": { - "line": 1738, + "line": 1727, "column": 49 } } @@ -87325,16 +84528,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 49320, - 49327 + 48780, + 48787 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 20 }, "end": { - "line": 1739, + "line": 1728, "column": 27 } } @@ -87344,32 +84547,32 @@ "type": "Identifier", "name": "sA", "range": [ - 49328, - 49330 + 48788, + 48790 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 28 }, "end": { - "line": 1739, + "line": 1728, "column": 30 } } } ], "range": [ - 49320, - 49331 + 48780, + 48791 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 20 }, "end": { - "line": 1739, + "line": 1728, "column": 31 } } @@ -87378,31 +84581,31 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 49335, - 49347 + 48795, + 48807 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 35 }, "end": { - "line": 1739, + "line": 1728, "column": 47 } } }, "range": [ - 49320, - 49347 + 48780, + 48807 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 20 }, "end": { - "line": 1739, + "line": 1728, "column": 47 } } @@ -87411,31 +84614,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 49351, - 49364 + 48811, + 48824 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 51 }, "end": { - "line": 1739, + "line": 1728, "column": 64 } } }, "range": [ - 49320, - 49364 + 48780, + 48824 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 20 }, "end": { - "line": 1739, + "line": 1728, "column": 64 } } @@ -87452,32 +84655,32 @@ "type": "Identifier", "name": "cS", "range": [ - 49392, - 49394 + 48852, + 48854 ], "loc": { "start": { - "line": 1740, + "line": 1729, "column": 24 }, "end": { - "line": 1740, + "line": 1729, "column": 26 } } }, "init": null, "range": [ - 49392, - 49394 + 48852, + 48854 ], "loc": { "start": { - "line": 1740, + "line": 1729, "column": 24 }, "end": { - "line": 1740, + "line": 1729, "column": 26 } } @@ -87488,32 +84691,32 @@ "type": "Identifier", "name": "s", "range": [ - 49420, - 49421 + 48880, + 48881 ], "loc": { "start": { - "line": 1741, + "line": 1730, "column": 24 }, "end": { - "line": 1741, + "line": 1730, "column": 25 } } }, "init": null, "range": [ - 49420, - 49421 + 48880, + 48881 ], "loc": { "start": { - "line": 1741, + "line": 1730, "column": 24 }, "end": { - "line": 1741, + "line": 1730, "column": 25 } } @@ -87524,16 +84727,16 @@ "type": "Identifier", "name": "occur", "range": [ - 49447, - 49452 + 48907, + 48912 ], "loc": { "start": { - "line": 1742, + "line": 1731, "column": 24 }, "end": { - "line": 1742, + "line": 1731, "column": 29 } } @@ -87543,31 +84746,31 @@ "value": false, "raw": "false", "range": [ - 49455, - 49460 + 48915, + 48920 ], "loc": { "start": { - "line": 1742, + "line": 1731, "column": 32 }, "end": { - "line": 1742, + "line": 1731, "column": 37 } } }, "range": [ - 49447, - 49460 + 48907, + 48920 ], "loc": { "start": { - "line": 1742, + "line": 1731, "column": 24 }, "end": { - "line": 1742, + "line": 1731, "column": 37 } } @@ -87575,16 +84778,16 @@ ], "kind": "let", "range": [ - 49388, - 49461 + 48848, + 48921 ], "loc": { "start": { - "line": 1740, + "line": 1729, "column": 20 }, "end": { - "line": 1742, + "line": 1731, "column": 38 } } @@ -87597,16 +84800,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 49486, - 49493 + 48946, + 48953 ], "loc": { "start": { - "line": 1743, + "line": 1732, "column": 24 }, "end": { - "line": 1743, + "line": 1732, "column": 31 } } @@ -87616,32 +84819,32 @@ "type": "Identifier", "name": "sA", "range": [ - 49494, - 49496 + 48954, + 48956 ], "loc": { "start": { - "line": 1743, + "line": 1732, "column": 32 }, "end": { - "line": 1743, + "line": 1732, "column": 34 } } } ], "range": [ - 49486, - 49497 + 48946, + 48957 ], "loc": { "start": { - "line": 1743, + "line": 1732, "column": 24 }, "end": { - "line": 1743, + "line": 1732, "column": 35 } } @@ -87658,16 +84861,16 @@ "type": "Identifier", "name": "s", "range": [ - 49525, - 49526 + 48985, + 48986 ], "loc": { "start": { - "line": 1744, + "line": 1733, "column": 24 }, "end": { - "line": 1744, + "line": 1733, "column": 25 } } @@ -87676,62 +84879,62 @@ "type": "Identifier", "name": "sA", "range": [ - 49529, - 49531 + 48989, + 48991 ], "loc": { "start": { - "line": 1744, + "line": 1733, "column": 28 }, "end": { - "line": 1744, + "line": 1733, "column": 30 } } }, "range": [ - 49525, - 49531 + 48985, + 48991 ], "loc": { "start": { - "line": 1744, + "line": 1733, "column": 24 }, "end": { - "line": 1744, + "line": 1733, "column": 30 } } }, "range": [ - 49525, - 49532 + 48985, + 48992 ], "loc": { "start": { - "line": 1744, + "line": 1733, "column": 24 }, "end": { - "line": 1744, + "line": 1733, "column": 31 } } } ], "range": [ - 49499, - 49554 + 48959, + 49014 ], "loc": { "start": { - "line": 1743, + "line": 1732, "column": 37 }, "end": { - "line": 1745, + "line": 1734, "column": 21 } } @@ -87748,16 +84951,16 @@ "type": "Identifier", "name": "s", "range": [ - 49586, - 49587 + 49046, + 49047 ], "loc": { "start": { - "line": 1746, + "line": 1735, "column": 24 }, "end": { - "line": 1746, + "line": 1735, "column": 25 } } @@ -87768,16 +84971,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 49590, - 49602 + 49050, + 49062 ], "loc": { "start": { - "line": 1746, + "line": 1735, "column": 28 }, "end": { - "line": 1746, + "line": 1735, "column": 40 } } @@ -87786,16 +84989,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 49605, - 49614 + 49065, + 49074 ], "loc": { "start": { - "line": 1746, + "line": 1735, "column": 43 }, "end": { - "line": 1746, + "line": 1735, "column": 52 } } @@ -87804,92 +85007,92 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 49617, - 49627 + 49077, + 49087 ], "loc": { "start": { - "line": 1746, + "line": 1735, "column": 55 }, "end": { - "line": 1746, + "line": 1735, "column": 65 } } }, "range": [ - 49590, - 49627 + 49050, + 49087 ], "loc": { "start": { - "line": 1746, + "line": 1735, "column": 28 }, "end": { - "line": 1746, + "line": 1735, "column": 65 } } }, "range": [ - 49586, - 49627 + 49046, + 49087 ], "loc": { "start": { - "line": 1746, + "line": 1735, "column": 24 }, "end": { - "line": 1746, + "line": 1735, "column": 65 } } }, "range": [ - 49586, - 49628 + 49046, + 49088 ], "loc": { "start": { - "line": 1746, + "line": 1735, "column": 24 }, "end": { - "line": 1746, + "line": 1735, "column": 66 } } } ], "range": [ - 49560, - 49650 + 49020, + 49110 ], "loc": { "start": { - "line": 1745, + "line": 1734, "column": 27 }, "end": { - "line": 1747, + "line": 1736, "column": 21 } } }, "range": [ - 49482, - 49650 + 48942, + 49110 ], "loc": { "start": { - "line": 1743, + "line": 1732, "column": 20 }, "end": { - "line": 1747, + "line": 1736, "column": 21 } }, @@ -87898,16 +85101,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 49671, - 49726 + 49131, + 49186 ], "loc": { "start": { - "line": 1748, + "line": 1737, "column": 20 }, "end": { - "line": 1748, + "line": 1737, "column": 75 } } @@ -87925,16 +85128,16 @@ "type": "Identifier", "name": "w", "range": [ - 49756, - 49757 + 49216, + 49217 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 29 }, "end": { - "line": 1749, + "line": 1738, "column": 30 } } @@ -87944,31 +85147,31 @@ "value": 0, "raw": "0", "range": [ - 49760, - 49761 + 49220, + 49221 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 33 }, "end": { - "line": 1749, + "line": 1738, "column": 34 } } }, "range": [ - 49756, - 49761 + 49216, + 49221 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 29 }, "end": { - "line": 1749, + "line": 1738, "column": 34 } } @@ -87979,16 +85182,16 @@ "type": "Identifier", "name": "len", "range": [ - 49763, - 49766 + 49223, + 49226 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 36 }, "end": { - "line": 1749, + "line": 1738, "column": 39 } } @@ -88000,16 +85203,16 @@ "type": "Identifier", "name": "s", "range": [ - 49769, - 49770 + 49229, + 49230 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 42 }, "end": { - "line": 1749, + "line": 1738, "column": 43 } } @@ -88018,46 +85221,46 @@ "type": "Identifier", "name": "length", "range": [ - 49771, - 49777 + 49231, + 49237 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 44 }, "end": { - "line": 1749, + "line": 1738, "column": 50 } } }, "range": [ - 49769, - 49777 + 49229, + 49237 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 42 }, "end": { - "line": 1749, + "line": 1738, "column": 50 } } }, "range": [ - 49763, - 49777 + 49223, + 49237 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 36 }, "end": { - "line": 1749, + "line": 1738, "column": 50 } } @@ -88065,16 +85268,16 @@ ], "kind": "let", "range": [ - 49752, - 49777 + 49212, + 49237 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 25 }, "end": { - "line": 1749, + "line": 1738, "column": 50 } } @@ -88086,16 +85289,16 @@ "type": "Identifier", "name": "w", "range": [ - 49779, - 49780 + 49239, + 49240 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 52 }, "end": { - "line": 1749, + "line": 1738, "column": 53 } } @@ -88104,31 +85307,31 @@ "type": "Identifier", "name": "len", "range": [ - 49783, - 49786 + 49243, + 49246 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 56 }, "end": { - "line": 1749, + "line": 1738, "column": 59 } } }, "range": [ - 49779, - 49786 + 49239, + 49246 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 52 }, "end": { - "line": 1749, + "line": 1738, "column": 59 } } @@ -88140,32 +85343,32 @@ "type": "Identifier", "name": "w", "range": [ - 49788, - 49789 + 49248, + 49249 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 61 }, "end": { - "line": 1749, + "line": 1738, "column": 62 } } }, "prefix": false, "range": [ - 49788, - 49791 + 49248, + 49251 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 61 }, "end": { - "line": 1749, + "line": 1738, "column": 64 } } @@ -88182,16 +85385,16 @@ "type": "Identifier", "name": "cS", "range": [ - 49819, - 49821 + 49279, + 49281 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 24 }, "end": { - "line": 1750, + "line": 1739, "column": 26 } } @@ -88202,16 +85405,16 @@ "type": "Identifier", "name": "trim", "range": [ - 49824, - 49828 + 49284, + 49288 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 29 }, "end": { - "line": 1750, + "line": 1739, "column": 33 } } @@ -88224,16 +85427,16 @@ "type": "Identifier", "name": "s", "range": [ - 49829, - 49830 + 49289, + 49290 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 34 }, "end": { - "line": 1750, + "line": 1739, "column": 35 } } @@ -88242,77 +85445,77 @@ "type": "Identifier", "name": "w", "range": [ - 49831, - 49832 + 49291, + 49292 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 36 }, "end": { - "line": 1750, + "line": 1739, "column": 37 } } }, "range": [ - 49829, - 49833 + 49289, + 49293 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 34 }, "end": { - "line": 1750, + "line": 1739, "column": 38 } } } ], "range": [ - 49824, - 49834 + 49284, + 49294 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 29 }, "end": { - "line": 1750, + "line": 1739, "column": 39 } } }, "range": [ - 49819, - 49834 + 49279, + 49294 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 24 }, "end": { - "line": 1750, + "line": 1739, "column": 39 } } }, "range": [ - 49819, - 49835 + 49279, + 49295 ], "loc": { "start": { - "line": 1750, + "line": 1739, "column": 24 }, "end": { - "line": 1750, + "line": 1739, "column": 40 } } @@ -88326,16 +85529,16 @@ "type": "Identifier", "name": "occur", "range": [ - 49860, - 49865 + 49320, + 49325 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 24 }, "end": { - "line": 1751, + "line": 1740, "column": 29 } } @@ -88348,16 +85551,16 @@ "object": { "type": "ThisExpression", "range": [ - 49868, - 49872 + 49328, + 49332 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 32 }, "end": { - "line": 1751, + "line": 1740, "column": 36 } } @@ -88366,31 +85569,31 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 49873, - 49882 + 49333, + 49342 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 37 }, "end": { - "line": 1751, + "line": 1740, "column": 46 } } }, "range": [ - 49868, - 49882 + 49328, + 49342 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 32 }, "end": { - "line": 1751, + "line": 1740, "column": 46 } } @@ -88400,16 +85603,16 @@ "type": "Identifier", "name": "cS", "range": [ - 49883, - 49885 + 49343, + 49345 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 47 }, "end": { - "line": 1751, + "line": 1740, "column": 49 } } @@ -88418,16 +85621,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 49887, - 49896 + 49347, + 49356 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 51 }, "end": { - "line": 1751, + "line": 1740, "column": 60 } } @@ -88436,62 +85639,62 @@ "type": "Identifier", "name": "j", "range": [ - 49898, - 49899 + 49358, + 49359 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 62 }, "end": { - "line": 1751, + "line": 1740, "column": 63 } } } ], "range": [ - 49868, - 49900 + 49328, + 49360 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 32 }, "end": { - "line": 1751, + "line": 1740, "column": 64 } } }, "range": [ - 49860, - 49900 + 49320, + 49360 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 24 }, "end": { - "line": 1751, + "line": 1740, "column": 64 } } }, "range": [ - 49860, - 49901 + 49320, + 49361 ], "loc": { "start": { - "line": 1751, + "line": 1740, "column": 24 }, "end": { - "line": 1751, + "line": 1740, "column": 65 } } @@ -88502,16 +85705,16 @@ "type": "Identifier", "name": "occur", "range": [ - 49931, - 49936 + 49391, + 49396 ], "loc": { "start": { - "line": 1753, + "line": 1742, "column": 28 }, "end": { - "line": 1753, + "line": 1742, "column": 33 } } @@ -88532,16 +85735,16 @@ "object": { "type": "ThisExpression", "range": [ - 49968, - 49972 + 49428, + 49432 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 28 }, "end": { - "line": 1754, + "line": 1743, "column": 32 } } @@ -88550,31 +85753,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 49973, - 49980 + 49433, + 49440 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 33 }, "end": { - "line": 1754, + "line": 1743, "column": 40 } } }, "range": [ - 49968, - 49980 + 49428, + 49440 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 28 }, "end": { - "line": 1754, + "line": 1743, "column": 40 } } @@ -88583,31 +85786,31 @@ "type": "Identifier", "name": "emit", "range": [ - 49981, - 49985 + 49441, + 49445 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 41 }, "end": { - "line": 1754, + "line": 1743, "column": 45 } } }, "range": [ - 49968, - 49985 + 49428, + 49445 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 28 }, "end": { - "line": 1754, + "line": 1743, "column": 45 } } @@ -88618,16 +85821,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 49986, - 50005 + 49446, + 49465 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 46 }, "end": { - "line": 1754, + "line": 1743, "column": 65 } } @@ -88635,16 +85838,16 @@ { "type": "ThisExpression", "range": [ - 50007, - 50011 + 49467, + 49471 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 67 }, "end": { - "line": 1754, + "line": 1743, "column": 71 } } @@ -88656,16 +85859,16 @@ "type": "Identifier", "name": "cells", "range": [ - 50045, - 50050 + 49505, + 49510 ], "loc": { "start": { - "line": 1755, + "line": 1744, "column": 32 }, "end": { - "line": 1755, + "line": 1744, "column": 37 } } @@ -88674,31 +85877,31 @@ "type": "Identifier", "name": "j", "range": [ - 50051, - 50052 + 49511, + 49512 ], "loc": { "start": { - "line": 1755, + "line": 1744, "column": 38 }, "end": { - "line": 1755, + "line": 1744, "column": 39 } } }, "range": [ - 50045, - 50053 + 49505, + 49513 ], "loc": { "start": { - "line": 1755, + "line": 1744, "column": 32 }, "end": { - "line": 1755, + "line": 1744, "column": 40 } } @@ -88707,79 +85910,79 @@ "type": "Identifier", "name": "cS", "range": [ - 50055, - 50057 + 49515, + 49517 ], "loc": { "start": { - "line": 1755, + "line": 1744, "column": 42 }, "end": { - "line": 1755, + "line": 1744, "column": 44 } } } ], "range": [ - 49968, - 50058 + 49428, + 49518 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 28 }, "end": { - "line": 1755, + "line": 1744, "column": 45 } } }, "range": [ - 49968, - 50059 + 49428, + 49519 ], "loc": { "start": { - "line": 1754, + "line": 1743, "column": 28 }, "end": { - "line": 1755, + "line": 1744, "column": 46 } } } ], "range": [ - 49938, - 50085 + 49398, + 49545 ], "loc": { "start": { - "line": 1753, + "line": 1742, "column": 35 }, "end": { - "line": 1756, + "line": 1745, "column": 25 } } }, "alternate": null, "range": [ - 49927, - 50085 + 49387, + 49545 ], "loc": { "start": { - "line": 1753, + "line": 1742, "column": 24 }, "end": { - "line": 1756, + "line": 1745, "column": 25 } } @@ -88796,16 +85999,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50115, - 50127 + 49575, + 49587 ], "loc": { "start": { - "line": 1757, + "line": 1746, "column": 29 }, "end": { - "line": 1757, + "line": 1746, "column": 41 } } @@ -88814,31 +86017,31 @@ "type": "Identifier", "name": "occur", "range": [ - 50131, - 50136 + 49591, + 49596 ], "loc": { "start": { - "line": 1757, + "line": 1746, "column": 45 }, "end": { - "line": 1757, + "line": 1746, "column": 50 } } }, "range": [ - 50115, - 50136 + 49575, + 49596 ], "loc": { "start": { - "line": 1757, + "line": 1746, "column": 29 }, "end": { - "line": 1757, + "line": 1746, "column": 50 } } @@ -88850,16 +86053,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50170, - 50183 + 49630, + 49643 ], "loc": { "start": { - "line": 1758, + "line": 1747, "column": 29 }, "end": { - "line": 1758, + "line": 1747, "column": 42 } } @@ -88871,62 +86074,62 @@ "type": "Identifier", "name": "occur", "range": [ - 50188, - 50193 + 49648, + 49653 ], "loc": { "start": { - "line": 1758, + "line": 1747, "column": 47 }, "end": { - "line": 1758, + "line": 1747, "column": 52 } } }, "prefix": true, "range": [ - 50187, - 50193 + 49647, + 49653 ], "loc": { "start": { - "line": 1758, + "line": 1747, "column": 46 }, "end": { - "line": 1758, + "line": 1747, "column": 52 } } }, "range": [ - 50170, - 50193 + 49630, + 49653 ], "loc": { "start": { - "line": 1758, + "line": 1747, "column": 29 }, "end": { - "line": 1758, + "line": 1747, "column": 52 } } }, "range": [ - 50114, - 50194 + 49574, + 49654 ], "loc": { "start": { - "line": 1757, + "line": 1746, "column": 28 }, "end": { - "line": 1758, + "line": 1747, "column": 53 } } @@ -88938,48 +86141,48 @@ "type": "BreakStatement", "label": null, "range": [ - 50226, - 50232 + 49686, + 49692 ], "loc": { "start": { - "line": 1759, + "line": 1748, "column": 28 }, "end": { - "line": 1759, + "line": 1748, "column": 34 } } } ], "range": [ - 50196, - 50258 + 49656, + 49718 ], "loc": { "start": { - "line": 1758, + "line": 1747, "column": 55 }, "end": { - "line": 1760, + "line": 1749, "column": 25 } } }, "alternate": null, "range": [ - 50110, - 50258 + 49570, + 49718 ], "loc": { "start": { - "line": 1757, + "line": 1746, "column": 24 }, "end": { - "line": 1760, + "line": 1749, "column": 25 } } @@ -88995,16 +86198,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50287, - 50294 + 49747, + 49754 ], "loc": { "start": { - "line": 1761, + "line": 1750, "column": 28 }, "end": { - "line": 1761, + "line": 1750, "column": 35 } } @@ -89014,32 +86217,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50295, - 50297 + 49755, + 49757 ], "loc": { "start": { - "line": 1761, + "line": 1750, "column": 36 }, "end": { - "line": 1761, + "line": 1750, "column": 38 } } } ], "range": [ - 50287, - 50298 + 49747, + 49758 ], "loc": { "start": { - "line": 1761, + "line": 1750, "column": 28 }, "end": { - "line": 1761, + "line": 1750, "column": 39 } } @@ -89048,31 +86251,31 @@ "type": "Identifier", "name": "occur", "range": [ - 50302, - 50307 + 49762, + 49767 ], "loc": { "start": { - "line": 1761, + "line": 1750, "column": 43 }, "end": { - "line": 1761, + "line": 1750, "column": 48 } } }, "range": [ - 50287, - 50307 + 49747, + 49767 ], "loc": { "start": { - "line": 1761, + "line": 1750, "column": 28 }, "end": { - "line": 1761, + "line": 1750, "column": 48 } } @@ -89084,79 +86287,79 @@ "type": "BreakStatement", "label": null, "range": [ - 50339, - 50345 + 49799, + 49805 ], "loc": { "start": { - "line": 1762, + "line": 1751, "column": 28 }, "end": { - "line": 1762, + "line": 1751, "column": 34 } } } ], "range": [ - 50309, - 50371 + 49769, + 49831 ], "loc": { "start": { - "line": 1761, + "line": 1750, "column": 50 }, "end": { - "line": 1763, + "line": 1752, "column": 25 } } }, "alternate": null, "range": [ - 50283, - 50371 + 49743, + 49831 ], "loc": { "start": { - "line": 1761, + "line": 1750, "column": 24 }, "end": { - "line": 1763, + "line": 1752, "column": 25 } } } ], "range": [ - 49793, - 50393 + 49253, + 49853 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 66 }, "end": { - "line": 1764, + "line": 1753, "column": 21 } } }, "range": [ - 49747, - 50393 + 49207, + 49853 ], "loc": { "start": { - "line": 1749, + "line": 1738, "column": 20 }, "end": { - "line": 1764, + "line": 1753, "column": 21 } }, @@ -89165,16 +86368,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 49671, - 49726 + 49131, + 49186 ], "loc": { "start": { - "line": 1748, + "line": 1737, "column": 20 }, "end": { - "line": 1748, + "line": 1737, "column": 75 } } @@ -89193,16 +86396,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 50414, - 50423 + 49874, + 49883 ], "loc": { "start": { - "line": 1765, + "line": 1754, "column": 20 }, "end": { - "line": 1765, + "line": 1754, "column": 29 } } @@ -89211,31 +86414,31 @@ "type": "Identifier", "name": "j", "range": [ - 50424, - 50425 + 49884, + 49885 ], "loc": { "start": { - "line": 1765, + "line": 1754, "column": 30 }, "end": { - "line": 1765, + "line": 1754, "column": 31 } } }, "range": [ - 50414, - 50426 + 49874, + 49886 ], "loc": { "start": { - "line": 1765, + "line": 1754, "column": 20 }, "end": { - "line": 1765, + "line": 1754, "column": 32 } } @@ -89244,62 +86447,62 @@ "type": "Identifier", "name": "occur", "range": [ - 50429, - 50434 + 49889, + 49894 ], "loc": { "start": { - "line": 1765, + "line": 1754, "column": 35 }, "end": { - "line": 1765, + "line": 1754, "column": 40 } } }, "range": [ - 50414, - 50434 + 49874, + 49894 ], "loc": { "start": { - "line": 1765, + "line": 1754, "column": 20 }, "end": { - "line": 1765, + "line": 1754, "column": 40 } } }, "range": [ - 50414, - 50435 + 49874, + 49895 ], "loc": { "start": { - "line": 1765, + "line": 1754, "column": 20 }, "end": { - "line": 1765, + "line": 1754, "column": 41 } } } ], "range": [ - 49366, - 50454 + 48826, + 49914 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 66 }, "end": { - "line": 1767, + "line": 1756, "column": 17 } }, @@ -89308,16 +86511,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 50471, - 50496 + 49931, + 49956 ], "loc": { "start": { - "line": 1768, + "line": 1757, "column": 16 }, "end": { - "line": 1768, + "line": 1757, "column": 41 } } @@ -89339,16 +86542,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 50540, - 50549 + 50000, + 50009 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 20 }, "end": { - "line": 1770, + "line": 1759, "column": 29 } } @@ -89357,31 +86560,31 @@ "type": "Identifier", "name": "j", "range": [ - 50550, - 50551 + 50010, + 50011 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 30 }, "end": { - "line": 1770, + "line": 1759, "column": 31 } } }, "range": [ - 50540, - 50552 + 50000, + 50012 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 20 }, "end": { - "line": 1770, + "line": 1759, "column": 32 } } @@ -89394,16 +86597,16 @@ "object": { "type": "ThisExpression", "range": [ - 50555, - 50559 + 50015, + 50019 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 35 }, "end": { - "line": 1770, + "line": 1759, "column": 39 } } @@ -89412,31 +86615,31 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 50560, - 50569 + 50020, + 50029 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 40 }, "end": { - "line": 1770, + "line": 1759, "column": 49 } } }, "range": [ - 50555, - 50569 + 50015, + 50029 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 35 }, "end": { - "line": 1770, + "line": 1759, "column": 49 } } @@ -89448,16 +86651,16 @@ "type": "Identifier", "name": "trim", "range": [ - 50570, - 50574 + 50030, + 50034 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 50 }, "end": { - "line": 1770, + "line": 1759, "column": 54 } } @@ -89467,32 +86670,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50575, - 50577 + 50035, + 50037 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 55 }, "end": { - "line": 1770, + "line": 1759, "column": 57 } } } ], "range": [ - 50570, - 50578 + 50030, + 50038 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 50 }, "end": { - "line": 1770, + "line": 1759, "column": 58 } } @@ -89501,16 +86704,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 50580, - 50589 + 50040, + 50049 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 60 }, "end": { - "line": 1770, + "line": 1759, "column": 69 } } @@ -89519,62 +86722,62 @@ "type": "Identifier", "name": "j", "range": [ - 50591, - 50592 + 50051, + 50052 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 71 }, "end": { - "line": 1770, + "line": 1759, "column": 72 } } } ], "range": [ - 50555, - 50593 + 50015, + 50053 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 35 }, "end": { - "line": 1770, + "line": 1759, "column": 73 } } }, "range": [ - 50540, - 50593 + 50000, + 50053 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 20 }, "end": { - "line": 1770, + "line": 1759, "column": 73 } } }, "range": [ - 50540, - 50594 + 50000, + 50054 ], "loc": { "start": { - "line": 1770, + "line": 1759, "column": 20 }, "end": { - "line": 1770, + "line": 1759, "column": 74 } } @@ -89588,16 +86791,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 50619, - 50628 + 50079, + 50088 ], "loc": { "start": { - "line": 1771, + "line": 1760, "column": 24 }, "end": { - "line": 1771, + "line": 1760, "column": 33 } } @@ -89606,31 +86809,31 @@ "type": "Identifier", "name": "j", "range": [ - 50629, - 50630 + 50089, + 50090 ], "loc": { "start": { - "line": 1771, + "line": 1760, "column": 34 }, "end": { - "line": 1771, + "line": 1760, "column": 35 } } }, "range": [ - 50619, - 50631 + 50079, + 50091 ], "loc": { "start": { - "line": 1771, + "line": 1760, "column": 24 }, "end": { - "line": 1771, + "line": 1760, "column": 36 } } @@ -89651,16 +86854,16 @@ "object": { "type": "ThisExpression", "range": [ - 50659, - 50663 + 50119, + 50123 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 24 }, "end": { - "line": 1772, + "line": 1761, "column": 28 } } @@ -89669,31 +86872,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 50664, - 50671 + 50124, + 50131 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 29 }, "end": { - "line": 1772, + "line": 1761, "column": 36 } } }, "range": [ - 50659, - 50671 + 50119, + 50131 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 24 }, "end": { - "line": 1772, + "line": 1761, "column": 36 } } @@ -89702,31 +86905,31 @@ "type": "Identifier", "name": "emit", "range": [ - 50672, - 50676 + 50132, + 50136 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 37 }, "end": { - "line": 1772, + "line": 1761, "column": 41 } } }, "range": [ - 50659, - 50676 + 50119, + 50136 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 24 }, "end": { - "line": 1772, + "line": 1761, "column": 41 } } @@ -89737,16 +86940,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 50677, - 50696 + 50137, + 50156 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 42 }, "end": { - "line": 1772, + "line": 1761, "column": 61 } } @@ -89754,16 +86957,16 @@ { "type": "ThisExpression", "range": [ - 50698, - 50702 + 50158, + 50162 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 63 }, "end": { - "line": 1772, + "line": 1761, "column": 67 } } @@ -89775,16 +86978,16 @@ "type": "Identifier", "name": "cells", "range": [ - 50704, - 50709 + 50164, + 50169 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 69 }, "end": { - "line": 1772, + "line": 1761, "column": 74 } } @@ -89793,31 +86996,31 @@ "type": "Identifier", "name": "j", "range": [ - 50710, - 50711 + 50170, + 50171 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 75 }, "end": { - "line": 1772, + "line": 1761, "column": 76 } } }, "range": [ - 50704, - 50712 + 50164, + 50172 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 69 }, "end": { - "line": 1772, + "line": 1761, "column": 77 } } @@ -89826,95 +87029,95 @@ "type": "Identifier", "name": "sA", "range": [ - 50742, - 50744 + 50202, + 50204 ], "loc": { "start": { - "line": 1773, + "line": 1762, "column": 28 }, "end": { - "line": 1773, + "line": 1762, "column": 30 } } } ], "range": [ - 50659, - 50745 + 50119, + 50205 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 24 }, "end": { - "line": 1773, + "line": 1762, "column": 31 } } }, "range": [ - 50659, - 50746 + 50119, + 50206 ], "loc": { "start": { - "line": 1772, + "line": 1761, "column": 24 }, "end": { - "line": 1773, + "line": 1762, "column": 32 } } } ], "range": [ - 50633, - 50768 + 50093, + 50228 ], "loc": { "start": { - "line": 1771, + "line": 1760, "column": 38 }, "end": { - "line": 1774, + "line": 1763, "column": 21 } } }, "alternate": null, "range": [ - 50615, - 50768 + 50075, + 50228 ], "loc": { "start": { - "line": 1771, + "line": 1760, "column": 20 }, "end": { - "line": 1774, + "line": 1763, "column": 21 } } } ], "range": [ - 50518, - 50786 + 49978, + 50246 ], "loc": { "start": { - "line": 1769, + "line": 1758, "column": 21 }, "end": { - "line": 1775, + "line": 1764, "column": 17 } }, @@ -89923,16 +87126,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 50471, - 50496 + 49931, + 49956 ], "loc": { "start": { - "line": 1768, + "line": 1757, "column": 16 }, "end": { - "line": 1768, + "line": 1757, "column": 41 } } @@ -89940,16 +87143,16 @@ ] }, "range": [ - 49316, - 50786 + 48776, + 50246 ], "loc": { "start": { - "line": 1739, + "line": 1728, "column": 16 }, "end": { - "line": 1775, + "line": 1764, "column": 17 } }, @@ -89958,16 +87161,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 49266, - 49299 + 48726, + 48759 ], "loc": { "start": { - "line": 1738, + "line": 1727, "column": 16 }, "end": { - "line": 1738, + "line": 1727, "column": 49 } } @@ -89978,16 +87181,16 @@ "type": "Line", "value": "else single param", "range": [ - 50786, - 50805 + 50246, + 50265 ], "loc": { "start": { - "line": 1775, + "line": 1764, "column": 17 }, "end": { - "line": 1775, + "line": 1764, "column": 36 } } @@ -90006,16 +87209,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 50828, - 50837 + 50288, + 50297 ], "loc": { "start": { - "line": 1777, + "line": 1766, "column": 21 }, "end": { - "line": 1777, + "line": 1766, "column": 30 } } @@ -90024,47 +87227,47 @@ "type": "Identifier", "name": "j", "range": [ - 50838, - 50839 + 50298, + 50299 ], "loc": { "start": { - "line": 1777, + "line": 1766, "column": 31 }, "end": { - "line": 1777, + "line": 1766, "column": 32 } } }, "range": [ - 50828, - 50840 + 50288, + 50300 ], "loc": { "start": { - "line": 1777, + "line": 1766, "column": 21 }, "end": { - "line": 1777, + "line": 1766, "column": 33 } } }, "prefix": true, "range": [ - 50827, - 50840 + 50287, + 50300 ], "loc": { "start": { - "line": 1777, + "line": 1766, "column": 20 }, "end": { - "line": 1777, + "line": 1766, "column": 33 } } @@ -90081,16 +87284,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 50864, - 50874 + 50324, + 50334 ], "loc": { "start": { - "line": 1778, + "line": 1767, "column": 20 }, "end": { - "line": 1778, + "line": 1767, "column": 30 } } @@ -90100,78 +87303,78 @@ "value": false, "raw": "false", "range": [ - 50877, - 50882 + 50337, + 50342 ], "loc": { "start": { - "line": 1778, + "line": 1767, "column": 33 }, "end": { - "line": 1778, + "line": 1767, "column": 38 } } }, "range": [ - 50864, - 50882 + 50324, + 50342 ], "loc": { "start": { - "line": 1778, + "line": 1767, "column": 20 }, "end": { - "line": 1778, + "line": 1767, "column": 38 } } }, "range": [ - 50864, - 50883 + 50324, + 50343 ], "loc": { "start": { - "line": 1778, + "line": 1767, "column": 20 }, "end": { - "line": 1778, + "line": 1767, "column": 39 } } } ], "range": [ - 50842, - 50901 + 50302, + 50361 ], "loc": { "start": { - "line": 1777, + "line": 1766, "column": 35 }, "end": { - "line": 1779, + "line": 1768, "column": 17 } } }, "alternate": null, "range": [ - 50823, - 50901 + 50283, + 50361 ], "loc": { "start": { - "line": 1777, + "line": 1766, "column": 16 }, "end": { - "line": 1779, + "line": 1768, "column": 17 } }, @@ -90180,16 +87383,16 @@ "type": "Line", "value": "else single param", "range": [ - 50786, - 50805 + 50246, + 50265 ], "loc": { "start": { - "line": 1775, + "line": 1764, "column": 17 }, "end": { - "line": 1775, + "line": 1764, "column": 36 } } @@ -90207,16 +87410,16 @@ "object": { "type": "ThisExpression", "range": [ - 50922, - 50926 + 50382, + 50386 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 20 }, "end": { - "line": 1780, + "line": 1769, "column": 24 } } @@ -90225,31 +87428,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 50927, - 50942 + 50387, + 50402 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 25 }, "end": { - "line": 1780, + "line": 1769, "column": 40 } } }, "range": [ - 50922, - 50942 + 50382, + 50402 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 20 }, "end": { - "line": 1780, + "line": 1769, "column": 40 } } @@ -90261,16 +87464,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 50946, - 50955 + 50406, + 50415 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 44 }, "end": { - "line": 1780, + "line": 1769, "column": 53 } } @@ -90279,46 +87482,46 @@ "type": "Identifier", "name": "j", "range": [ - 50956, - 50957 + 50416, + 50417 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 54 }, "end": { - "line": 1780, + "line": 1769, "column": 55 } } }, "range": [ - 50946, - 50958 + 50406, + 50418 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 44 }, "end": { - "line": 1780, + "line": 1769, "column": 56 } } }, "range": [ - 50922, - 50958 + 50382, + 50418 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 20 }, "end": { - "line": 1780, + "line": 1769, "column": 56 } } @@ -90335,16 +87538,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 50982, - 50999 + 50442, + 50459 ], "loc": { "start": { - "line": 1781, + "line": 1770, "column": 20 }, "end": { - "line": 1781, + "line": 1770, "column": 37 } } @@ -90354,78 +87557,78 @@ "value": true, "raw": "true", "range": [ - 51002, - 51006 + 50462, + 50466 ], "loc": { "start": { - "line": 1781, + "line": 1770, "column": 40 }, "end": { - "line": 1781, + "line": 1770, "column": 44 } } }, "range": [ - 50982, - 51006 + 50442, + 50466 ], "loc": { "start": { - "line": 1781, + "line": 1770, "column": 20 }, "end": { - "line": 1781, + "line": 1770, "column": 44 } } }, "range": [ - 50982, - 51007 + 50442, + 50467 ], "loc": { "start": { - "line": 1781, + "line": 1770, "column": 20 }, "end": { - "line": 1781, + "line": 1770, "column": 45 } } } ], "range": [ - 50960, - 51025 + 50420, + 50485 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 58 }, "end": { - "line": 1782, + "line": 1771, "column": 17 } } }, "alternate": null, "range": [ - 50918, - 51025 + 50378, + 50485 ], "loc": { "start": { - "line": 1780, + "line": 1769, "column": 16 }, "end": { - "line": 1782, + "line": 1771, "column": 17 } } @@ -90443,16 +87646,16 @@ "object": { "type": "ThisExpression", "range": [ - 51043, - 51047 + 50503, + 50507 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 16 }, "end": { - "line": 1784, + "line": 1773, "column": 20 } } @@ -90461,31 +87664,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51048, - 51055 + 50508, + 50515 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 21 }, "end": { - "line": 1784, + "line": 1773, "column": 28 } } }, "range": [ - 51043, - 51055 + 50503, + 50515 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 16 }, "end": { - "line": 1784, + "line": 1773, "column": 28 } } @@ -90494,31 +87697,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51056, - 51060 + 50516, + 50520 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 29 }, "end": { - "line": 1784, + "line": 1773, "column": 33 } } }, "range": [ - 51043, - 51060 + 50503, + 50520 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 16 }, "end": { - "line": 1784, + "line": 1773, "column": 33 } } @@ -90529,16 +87732,16 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 51061, - 51077 + 50521, + 50537 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 34 }, "end": { - "line": 1784, + "line": 1773, "column": 50 } } @@ -90546,16 +87749,16 @@ { "type": "ThisExpression", "range": [ - 51079, - 51083 + 50539, + 50543 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 52 }, "end": { - "line": 1784, + "line": 1773, "column": 56 } } @@ -90564,16 +87767,16 @@ "type": "Identifier", "name": "j", "range": [ - 51085, - 51086 + 50545, + 50546 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 58 }, "end": { - "line": 1784, + "line": 1773, "column": 59 } } @@ -90585,16 +87788,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51088, - 51093 + 50548, + 50553 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 61 }, "end": { - "line": 1784, + "line": 1773, "column": 66 } } @@ -90603,93 +87806,93 @@ "type": "Identifier", "name": "j", "range": [ - 51094, - 51095 + 50554, + 50555 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 67 }, "end": { - "line": 1784, + "line": 1773, "column": 68 } } }, "range": [ - 51088, - 51096 + 50548, + 50556 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 61 }, "end": { - "line": 1784, + "line": 1773, "column": 69 } } } ], "range": [ - 51043, - 51097 + 50503, + 50557 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 16 }, "end": { - "line": 1784, + "line": 1773, "column": 70 } } }, "range": [ - 51043, - 51098 + 50503, + 50558 ], "loc": { "start": { - "line": 1784, + "line": 1773, "column": 16 }, "end": { - "line": 1784, + "line": 1773, "column": 71 } } } ], "range": [ - 48458, - 51112 + 47918, + 50572 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 46 }, "end": { - "line": 1785, + "line": 1774, "column": 13 } } }, "range": [ - 48424, - 51112 + 47884, + 50572 ], "loc": { "start": { - "line": 1718, + "line": 1707, "column": 12 }, "end": { - "line": 1785, + "line": 1774, "column": 13 } }, @@ -90698,16 +87901,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 48379, - 48411 + 47839, + 47871 ], "loc": { "start": { - "line": 1717, + "line": 1706, "column": 12 }, "end": { - "line": 1717, + "line": 1706, "column": 44 } } @@ -90718,16 +87921,16 @@ "type": "Line", "value": "for j", "range": [ - 51112, - 51119 + 50572, + 50579 ], "loc": { "start": { - "line": 1785, + "line": 1774, "column": 13 }, "end": { - "line": 1785, + "line": 1774, "column": 20 } } @@ -90745,16 +87948,16 @@ "object": { "type": "ThisExpression", "range": [ - 51137, - 51141 + 50597, + 50601 ], "loc": { "start": { - "line": 1787, + "line": 1776, "column": 16 }, "end": { - "line": 1787, + "line": 1776, "column": 20 } } @@ -90763,31 +87966,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 51142, - 51157 + 50602, + 50617 ], "loc": { "start": { - "line": 1787, + "line": 1776, "column": 21 }, "end": { - "line": 1787, + "line": 1776, "column": 36 } } }, "range": [ - 51137, - 51157 + 50597, + 50617 ], "loc": { "start": { - "line": 1787, + "line": 1776, "column": 16 }, "end": { - "line": 1787, + "line": 1776, "column": 36 } } @@ -90796,31 +87999,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 51161, - 51178 + 50621, + 50638 ], "loc": { "start": { - "line": 1787, + "line": 1776, "column": 40 }, "end": { - "line": 1787, + "line": 1776, "column": 57 } } }, "range": [ - 51137, - 51178 + 50597, + 50638 ], "loc": { "start": { - "line": 1787, + "line": 1776, "column": 16 }, "end": { - "line": 1787, + "line": 1776, "column": 57 } } @@ -90837,16 +88040,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51198, - 51208 + 50658, + 50668 ], "loc": { "start": { - "line": 1788, + "line": 1777, "column": 16 }, "end": { - "line": 1788, + "line": 1777, "column": 26 } } @@ -90856,78 +88059,78 @@ "value": true, "raw": "true", "range": [ - 51211, - 51215 + 50671, + 50675 ], "loc": { "start": { - "line": 1788, + "line": 1777, "column": 29 }, "end": { - "line": 1788, + "line": 1777, "column": 33 } } }, "range": [ - 51198, - 51215 + 50658, + 50675 ], "loc": { "start": { - "line": 1788, + "line": 1777, "column": 16 }, "end": { - "line": 1788, + "line": 1777, "column": 33 } } }, "range": [ - 51198, - 51216 + 50658, + 50676 ], "loc": { "start": { - "line": 1788, + "line": 1777, "column": 16 }, "end": { - "line": 1788, + "line": 1777, "column": 34 } } } ], "range": [ - 51180, - 51230 + 50640, + 50690 ], "loc": { "start": { - "line": 1787, + "line": 1776, "column": 59 }, "end": { - "line": 1789, + "line": 1778, "column": 13 } } }, "alternate": null, "range": [ - 51133, - 51230 + 50593, + 50690 ], "loc": { "start": { - "line": 1787, + "line": 1776, "column": 12 }, "end": { - "line": 1789, + "line": 1778, "column": 13 } }, @@ -90936,16 +88139,16 @@ "type": "Line", "value": "for j", "range": [ - 51112, - 51119 + 50572, + 50579 ], "loc": { "start": { - "line": 1785, + "line": 1774, "column": 13 }, "end": { - "line": 1785, + "line": 1774, "column": 20 } } @@ -90962,16 +88165,16 @@ "object": { "type": "ThisExpression", "range": [ - 51244, - 51248 + 50704, + 50708 ], "loc": { "start": { - "line": 1791, + "line": 1780, "column": 12 }, "end": { - "line": 1791, + "line": 1780, "column": 16 } } @@ -90980,31 +88183,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 51249, - 51260 + 50709, + 50720 ], "loc": { "start": { - "line": 1791, + "line": 1780, "column": 17 }, "end": { - "line": 1791, + "line": 1780, "column": 28 } } }, "range": [ - 51244, - 51260 + 50704, + 50720 ], "loc": { "start": { - "line": 1791, + "line": 1780, "column": 12 }, "end": { - "line": 1791, + "line": 1780, "column": 28 } } @@ -91014,16 +88217,16 @@ "type": "Identifier", "name": "k", "range": [ - 51261, - 51262 + 50721, + 50722 ], "loc": { "start": { - "line": 1791, + "line": 1780, "column": 29 }, "end": { - "line": 1791, + "line": 1780, "column": 30 } } @@ -91032,47 +88235,47 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51264, - 51274 + 50724, + 50734 ], "loc": { "start": { - "line": 1791, + "line": 1780, "column": 32 }, "end": { - "line": 1791, + "line": 1780, "column": 42 } } } ], "range": [ - 51244, - 51275 + 50704, + 50735 ], "loc": { "start": { - "line": 1791, + "line": 1780, "column": 12 }, "end": { - "line": 1791, + "line": 1780, "column": 43 } } }, "range": [ - 51244, - 51276 + 50704, + 50736 ], "loc": { "start": { - "line": 1791, + "line": 1780, "column": 12 }, "end": { - "line": 1791, + "line": 1780, "column": 44 } } @@ -91086,32 +88289,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51294, - 51304 + 50754, + 50764 ], "loc": { "start": { - "line": 1792, + "line": 1781, "column": 17 }, "end": { - "line": 1792, + "line": 1781, "column": 27 } } }, "prefix": true, "range": [ - 51293, - 51304 + 50753, + 50764 ], "loc": { "start": { - "line": 1792, + "line": 1781, "column": 16 }, "end": { - "line": 1792, + "line": 1781, "column": 27 } } @@ -91128,79 +88331,79 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 51324, - 51334 + 50784, + 50794 ], "loc": { "start": { - "line": 1793, + "line": 1782, "column": 16 }, "end": { - "line": 1793, + "line": 1782, "column": 26 } } }, "prefix": false, "range": [ - 51324, - 51336 + 50784, + 50796 ], "loc": { "start": { - "line": 1793, + "line": 1782, "column": 16 }, "end": { - "line": 1793, + "line": 1782, "column": 28 } } }, "range": [ - 51324, - 51337 + 50784, + 50797 ], "loc": { "start": { - "line": 1793, + "line": 1782, "column": 16 }, "end": { - "line": 1793, + "line": 1782, "column": 29 } } } ], "range": [ - 51306, - 51351 + 50766, + 50811 ], "loc": { "start": { - "line": 1792, + "line": 1781, "column": 29 }, "end": { - "line": 1794, + "line": 1783, "column": 13 } } }, "alternate": null, "range": [ - 51289, - 51351 + 50749, + 50811 ], "loc": { "start": { - "line": 1792, + "line": 1781, "column": 12 }, "end": { - "line": 1794, + "line": 1783, "column": 13 } } @@ -91218,16 +88421,16 @@ "object": { "type": "ThisExpression", "range": [ - 51365, - 51369 + 50825, + 50829 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 12 }, "end": { - "line": 1796, + "line": 1785, "column": 16 } } @@ -91236,31 +88439,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51370, - 51377 + 50830, + 50837 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 17 }, "end": { - "line": 1796, + "line": 1785, "column": 24 } } }, "range": [ - 51365, - 51377 + 50825, + 50837 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 12 }, "end": { - "line": 1796, + "line": 1785, "column": 24 } } @@ -91269,31 +88472,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51378, - 51382 + 50838, + 50842 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 25 }, "end": { - "line": 1796, + "line": 1785, "column": 29 } } }, "range": [ - 51365, - 51382 + 50825, + 50842 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 12 }, "end": { - "line": 1796, + "line": 1785, "column": 29 } } @@ -91304,16 +88507,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 51383, - 51398 + 50843, + 50858 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 30 }, "end": { - "line": 1796, + "line": 1785, "column": 45 } } @@ -91321,16 +88524,16 @@ { "type": "ThisExpression", "range": [ - 51400, - 51404 + 50860, + 50864 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 47 }, "end": { - "line": 1796, + "line": 1785, "column": 51 } } @@ -91339,16 +88542,16 @@ "type": "Identifier", "name": "k", "range": [ - 51406, - 51407 + 50866, + 50867 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 53 }, "end": { - "line": 1796, + "line": 1785, "column": 54 } } @@ -91362,16 +88565,16 @@ "object": { "type": "ThisExpression", "range": [ - 51425, - 51429 + 50885, + 50889 ], "loc": { "start": { - "line": 1797, + "line": 1786, "column": 16 }, "end": { - "line": 1797, + "line": 1786, "column": 20 } } @@ -91380,31 +88583,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 51430, - 51444 + 50890, + 50904 ], "loc": { "start": { - "line": 1797, + "line": 1786, "column": 21 }, "end": { - "line": 1797, + "line": 1786, "column": 35 } } }, "range": [ - 51425, - 51444 + 50885, + 50904 ], "loc": { "start": { - "line": 1797, + "line": 1786, "column": 16 }, "end": { - "line": 1797, + "line": 1786, "column": 35 } } @@ -91413,31 +88616,31 @@ "type": "Identifier", "name": "length", "range": [ - 51445, - 51451 + 50905, + 50911 ], "loc": { "start": { - "line": 1797, + "line": 1786, "column": 36 }, "end": { - "line": 1797, + "line": 1786, "column": 42 } } }, "range": [ - 51425, - 51451 + 50885, + 50911 ], "loc": { "start": { - "line": 1797, + "line": 1786, "column": 16 }, "end": { - "line": 1797, + "line": 1786, "column": 42 } } @@ -91446,78 +88649,78 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51453, - 51463 + 50913, + 50923 ], "loc": { "start": { - "line": 1797, + "line": 1786, "column": 44 }, "end": { - "line": 1797, + "line": 1786, "column": 54 } } } ], "range": [ - 51365, - 51464 + 50825, + 50924 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 12 }, "end": { - "line": 1797, + "line": 1786, "column": 55 } } }, "range": [ - 51365, - 51465 + 50825, + 50925 ], "loc": { "start": { - "line": 1796, + "line": 1785, "column": 12 }, "end": { - "line": 1797, + "line": 1786, "column": 56 } } } ], "range": [ - 47903, - 51475 + 47363, + 50935 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 51 }, "end": { - "line": 1798, + "line": 1787, "column": 9 } } }, "range": [ - 47860, - 51475 + 47320, + 50935 ], "loc": { "start": { - "line": 1700, + "line": 1689, "column": 8 }, "end": { - "line": 1798, + "line": 1787, "column": 9 } }, @@ -91526,16 +88729,16 @@ "type": "Line", "value": " for k", "range": [ - 51475, - 51483 + 50935, + 50943 ], "loc": { "start": { - "line": 1798, + "line": 1787, "column": 9 }, "end": { - "line": 1798, + "line": 1787, "column": 17 } } @@ -91553,16 +88756,16 @@ "object": { "type": "ThisExpression", "range": [ - 51493, - 51497 + 50953, + 50957 ], "loc": { "start": { - "line": 1800, + "line": 1789, "column": 8 }, "end": { - "line": 1800, + "line": 1789, "column": 12 } } @@ -91571,31 +88774,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 51498, - 51510 + 50958, + 50970 ], "loc": { "start": { - "line": 1800, + "line": 1789, "column": 13 }, "end": { - "line": 1800, + "line": 1789, "column": 25 } } }, "range": [ - 51493, - 51510 + 50953, + 50970 ], "loc": { "start": { - "line": 1800, + "line": 1789, "column": 8 }, "end": { - "line": 1800, + "line": 1789, "column": 25 } } @@ -91604,46 +88807,46 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 51513, - 51523 + 50973, + 50983 ], "loc": { "start": { - "line": 1800, + "line": 1789, "column": 28 }, "end": { - "line": 1800, + "line": 1789, "column": 38 } } }, "range": [ - 51493, - 51523 + 50953, + 50983 ], "loc": { "start": { - "line": 1800, + "line": 1789, "column": 8 }, "end": { - "line": 1800, + "line": 1789, "column": 38 } } }, "range": [ - 51493, - 51524 + 50953, + 50984 ], "loc": { "start": { - "line": 1800, + "line": 1789, "column": 8 }, "end": { - "line": 1800, + "line": 1789, "column": 39 } }, @@ -91652,16 +88855,16 @@ "type": "Line", "value": " for k", "range": [ - 51475, - 51483 + 50935, + 50943 ], "loc": { "start": { - "line": 1798, + "line": 1787, "column": 9 }, "end": { - "line": 1798, + "line": 1787, "column": 17 } } @@ -91672,16 +88875,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 51534, - 51563 + 50994, + 51023 ], "loc": { "start": { - "line": 1802, + "line": 1791, "column": 8 }, "end": { - "line": 1802, + "line": 1791, "column": 37 } } @@ -91698,16 +88901,16 @@ "object": { "type": "ThisExpression", "range": [ - 51572, - 51576 + 51032, + 51036 ], "loc": { "start": { - "line": 1803, + "line": 1792, "column": 8 }, "end": { - "line": 1803, + "line": 1792, "column": 12 } } @@ -91716,31 +88919,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 51577, - 51590 + 51037, + 51050 ], "loc": { "start": { - "line": 1803, + "line": 1792, "column": 13 }, "end": { - "line": 1803, + "line": 1792, "column": 26 } } }, "range": [ - 51572, - 51590 + 51032, + 51050 ], "loc": { "start": { - "line": 1803, + "line": 1792, "column": 8 }, "end": { - "line": 1803, + "line": 1792, "column": 26 } } @@ -91749,47 +88952,47 @@ { "type": "ThisExpression", "range": [ - 51591, - 51595 + 51051, + 51055 ], "loc": { "start": { - "line": 1803, + "line": 1792, "column": 27 }, "end": { - "line": 1803, + "line": 1792, "column": 31 } } } ], "range": [ - 51572, - 51596 + 51032, + 51056 ], "loc": { "start": { - "line": 1803, + "line": 1792, "column": 8 }, "end": { - "line": 1803, + "line": 1792, "column": 32 } } }, "range": [ - 51572, - 51597 + 51032, + 51057 ], "loc": { "start": { - "line": 1803, + "line": 1792, "column": 8 }, "end": { - "line": 1803, + "line": 1792, "column": 33 } }, @@ -91798,16 +89001,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 51534, - 51563 + 50994, + 51023 ], "loc": { "start": { - "line": 1802, + "line": 1791, "column": 8 }, "end": { - "line": 1802, + "line": 1791, "column": 37 } } @@ -91827,16 +89030,16 @@ "object": { "type": "ThisExpression", "range": [ - 51607, - 51611 + 51067, + 51071 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 8 }, "end": { - "line": 1805, + "line": 1794, "column": 12 } } @@ -91845,31 +89048,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51612, - 51619 + 51072, + 51079 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 13 }, "end": { - "line": 1805, + "line": 1794, "column": 20 } } }, "range": [ - 51607, - 51619 + 51067, + 51079 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 8 }, "end": { - "line": 1805, + "line": 1794, "column": 20 } } @@ -91878,31 +89081,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51620, - 51624 + 51080, + 51084 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 21 }, "end": { - "line": 1805, + "line": 1794, "column": 25 } } }, "range": [ - 51607, - 51624 + 51067, + 51084 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 8 }, "end": { - "line": 1805, + "line": 1794, "column": 25 } } @@ -91913,16 +89116,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 51625, - 51642 + 51085, + 51102 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 26 }, "end": { - "line": 1805, + "line": 1794, "column": 43 } } @@ -91930,16 +89133,16 @@ { "type": "ThisExpression", "range": [ - 51644, - 51648 + 51104, + 51108 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 45 }, "end": { - "line": 1805, + "line": 1794, "column": 49 } } @@ -91948,63 +89151,63 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 51650, - 51660 + 51110, + 51120 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 51 }, "end": { - "line": 1805, + "line": 1794, "column": 61 } } } ], "range": [ - 51607, - 51661 + 51067, + 51121 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 8 }, "end": { - "line": 1805, + "line": 1794, "column": 62 } } }, "range": [ - 51607, - 51662 + 51067, + 51122 ], "loc": { "start": { - "line": 1805, + "line": 1794, "column": 8 }, "end": { - "line": 1805, + "line": 1794, "column": 63 } } } ], "range": [ - 47426, - 51668 + 46886, + 51128 ], "loc": { "start": { - "line": 1684, + "line": 1673, "column": 13 }, "end": { - "line": 1806, + "line": 1795, "column": 5 } } @@ -92012,16 +89215,16 @@ "generator": false, "expression": false, "range": [ - 47423, - 51668 + 46883, + 51128 ], "loc": { "start": { - "line": 1684, + "line": 1673, "column": 10 }, "end": { - "line": 1806, + "line": 1795, "column": 5 } } @@ -92029,16 +89232,16 @@ "kind": "method", "computed": false, "range": [ - 47417, - 51668 + 46877, + 51128 ], "loc": { "start": { - "line": 1684, + "line": 1673, "column": 4 }, "end": { - "line": 1806, + "line": 1795, "column": 5 } }, @@ -92047,16 +89250,16 @@ "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 47175, - 47412 + 46635, + 46872 ], "loc": { "start": { - "line": 1679, + "line": 1668, "column": 4 }, "end": { - "line": 1683, + "line": 1672, "column": 7 } } @@ -92067,16 +89270,16 @@ "type": "Block", "value": "*\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @return {Boolean}\n ", "range": [ - 51674, - 51897 + 51134, + 51357 ], "loc": { "start": { - "line": 1808, + "line": 1797, "column": 4 }, "end": { - "line": 1814, + "line": 1803, "column": 7 } } @@ -92090,16 +89293,16 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 51902, - 51911 + 51362, + 51371 ], "loc": { "start": { - "line": 1815, + "line": 1804, "column": 4 }, "end": { - "line": 1815, + "line": 1804, "column": 13 } } @@ -92112,16 +89315,16 @@ "type": "Identifier", "name": "term", "range": [ - 51912, - 51916 + 51372, + 51376 ], "loc": { "start": { - "line": 1815, + "line": 1804, "column": 14 }, "end": { - "line": 1815, + "line": 1804, "column": 18 } } @@ -92130,16 +89333,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 51918, - 51927 + 51378, + 51387 ], "loc": { "start": { - "line": 1815, + "line": 1804, "column": 20 }, "end": { - "line": 1815, + "line": 1804, "column": 29 } } @@ -92148,16 +89351,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 51929, - 51935 + 51389, + 51395 ], "loc": { "start": { - "line": 1815, + "line": 1804, "column": 31 }, "end": { - "line": 1815, + "line": 1804, "column": 37 } } @@ -92175,32 +89378,32 @@ "type": "Identifier", "name": "numData", "range": [ - 51951, - 51958 + 51411, + 51418 ], "loc": { "start": { - "line": 1816, + "line": 1805, "column": 12 }, "end": { - "line": 1816, + "line": 1805, "column": 19 } } }, "init": null, "range": [ - 51951, - 51958 + 51411, + 51418 ], "loc": { "start": { - "line": 1816, + "line": 1805, "column": 12 }, "end": { - "line": 1816, + "line": 1805, "column": 19 } } @@ -92208,16 +89411,16 @@ ], "kind": "let", "range": [ - 51947, - 51959 + 51407, + 51419 ], "loc": { "start": { - "line": 1816, + "line": 1805, "column": 8 }, "end": { - "line": 1816, + "line": 1805, "column": 20 } } @@ -92231,16 +89434,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 51972, - 51979 + 51432, + 51439 ], "loc": { "start": { - "line": 1817, + "line": 1806, "column": 12 }, "end": { - "line": 1817, + "line": 1806, "column": 19 } } @@ -92251,16 +89454,16 @@ "object": { "type": "ThisExpression", "range": [ - 51982, - 51986 + 51442, + 51446 ], "loc": { "start": { - "line": 1817, + "line": 1806, "column": 22 }, "end": { - "line": 1817, + "line": 1806, "column": 26 } } @@ -92269,46 +89472,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 51987, - 52003 + 51447, + 51463 ], "loc": { "start": { - "line": 1817, + "line": 1806, "column": 27 }, "end": { - "line": 1817, + "line": 1806, "column": 43 } } }, "range": [ - 51982, - 52003 + 51442, + 51463 ], "loc": { "start": { - "line": 1817, + "line": 1806, "column": 22 }, "end": { - "line": 1817, + "line": 1806, "column": 43 } } }, "range": [ - 51972, - 52003 + 51432, + 51463 ], "loc": { "start": { - "line": 1817, + "line": 1806, "column": 12 }, "end": { - "line": 1817, + "line": 1806, "column": 43 } } @@ -92316,16 +89519,16 @@ ], "kind": "let", "range": [ - 51968, - 52004 + 51428, + 51464 ], "loc": { "start": { - "line": 1817, + "line": 1806, "column": 8 }, "end": { - "line": 1817, + "line": 1806, "column": 44 } } @@ -92339,16 +89542,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 52017, - 52021 + 51477, + 51481 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 12 }, "end": { - "line": 1818, + "line": 1807, "column": 16 } } @@ -92359,16 +89562,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52028, - 52034 + 51488, + 51494 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 23 }, "end": { - "line": 1818, + "line": 1807, "column": 29 } } @@ -92380,16 +89583,16 @@ "object": { "type": "ThisExpression", "range": [ - 52035, - 52039 + 51495, + 51499 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 30 }, "end": { - "line": 1818, + "line": 1807, "column": 34 } } @@ -92398,62 +89601,62 @@ "type": "Identifier", "name": "leOperator", "range": [ - 52040, - 52050 + 51500, + 51510 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 35 }, "end": { - "line": 1818, + "line": 1807, "column": 45 } } }, "range": [ - 52035, - 52050 + 51495, + 51510 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 30 }, "end": { - "line": 1818, + "line": 1807, "column": 45 } } } ], "range": [ - 52024, - 52051 + 51484, + 51511 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 19 }, "end": { - "line": 1818, + "line": 1807, "column": 46 } } }, "range": [ - 52017, - 52051 + 51477, + 51511 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 12 }, "end": { - "line": 1818, + "line": 1807, "column": 46 } } @@ -92464,16 +89667,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 52065, - 52069 + 51525, + 51529 ], "loc": { "start": { - "line": 1819, + "line": 1808, "column": 12 }, "end": { - "line": 1819, + "line": 1808, "column": 16 } } @@ -92484,16 +89687,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52076, - 52082 + 51536, + 51542 ], "loc": { "start": { - "line": 1819, + "line": 1808, "column": 23 }, "end": { - "line": 1819, + "line": 1808, "column": 29 } } @@ -92505,16 +89708,16 @@ "object": { "type": "ThisExpression", "range": [ - 52083, - 52087 + 51543, + 51547 ], "loc": { "start": { - "line": 1819, + "line": 1808, "column": 30 }, "end": { - "line": 1819, + "line": 1808, "column": 34 } } @@ -92523,62 +89726,62 @@ "type": "Identifier", "name": "geOperator", "range": [ - 52088, - 52098 + 51548, + 51558 ], "loc": { "start": { - "line": 1819, + "line": 1808, "column": 35 }, "end": { - "line": 1819, + "line": 1808, "column": 45 } } }, "range": [ - 52083, - 52098 + 51543, + 51558 ], "loc": { "start": { - "line": 1819, + "line": 1808, "column": 30 }, "end": { - "line": 1819, + "line": 1808, "column": 45 } } } ], "range": [ - 52072, - 52099 + 51532, + 51559 ], "loc": { "start": { - "line": 1819, + "line": 1808, "column": 19 }, "end": { - "line": 1819, + "line": 1808, "column": 46 } } }, "range": [ - 52065, - 52099 + 51525, + 51559 ], "loc": { "start": { - "line": 1819, + "line": 1808, "column": 12 }, "end": { - "line": 1819, + "line": 1808, "column": 46 } } @@ -92589,16 +89792,16 @@ "type": "Identifier", "name": "reL", "range": [ - 52113, - 52116 + 51573, + 51576 ], "loc": { "start": { - "line": 1820, + "line": 1809, "column": 12 }, "end": { - "line": 1820, + "line": 1809, "column": 15 } } @@ -92609,16 +89812,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52123, - 52129 + 51583, + 51589 ], "loc": { "start": { - "line": 1820, + "line": 1809, "column": 22 }, "end": { - "line": 1820, + "line": 1809, "column": 28 } } @@ -92630,16 +89833,16 @@ "object": { "type": "ThisExpression", "range": [ - 52130, - 52134 + 51590, + 51594 ], "loc": { "start": { - "line": 1820, + "line": 1809, "column": 29 }, "end": { - "line": 1820, + "line": 1809, "column": 33 } } @@ -92648,62 +89851,62 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 52135, - 52145 + 51595, + 51605 ], "loc": { "start": { - "line": 1820, + "line": 1809, "column": 34 }, "end": { - "line": 1820, + "line": 1809, "column": 44 } } }, "range": [ - 52130, - 52145 + 51590, + 51605 ], "loc": { "start": { - "line": 1820, + "line": 1809, "column": 29 }, "end": { - "line": 1820, + "line": 1809, "column": 44 } } } ], "range": [ - 52119, - 52146 + 51579, + 51606 ], "loc": { "start": { - "line": 1820, + "line": 1809, "column": 18 }, "end": { - "line": 1820, + "line": 1809, "column": 45 } } }, "range": [ - 52113, - 52146 + 51573, + 51606 ], "loc": { "start": { - "line": 1820, + "line": 1809, "column": 12 }, "end": { - "line": 1820, + "line": 1809, "column": 45 } } @@ -92714,16 +89917,16 @@ "type": "Identifier", "name": "reG", "range": [ - 52160, - 52163 + 51620, + 51623 ], "loc": { "start": { - "line": 1821, + "line": 1810, "column": 12 }, "end": { - "line": 1821, + "line": 1810, "column": 15 } } @@ -92734,16 +89937,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52170, - 52176 + 51630, + 51636 ], "loc": { "start": { - "line": 1821, + "line": 1810, "column": 22 }, "end": { - "line": 1821, + "line": 1810, "column": 28 } } @@ -92755,16 +89958,16 @@ "object": { "type": "ThisExpression", "range": [ - 52177, - 52181 + 51637, + 51641 ], "loc": { "start": { - "line": 1821, + "line": 1810, "column": 29 }, "end": { - "line": 1821, + "line": 1810, "column": 33 } } @@ -92773,62 +89976,62 @@ "type": "Identifier", "name": "grOperator", "range": [ - 52182, - 52192 + 51642, + 51652 ], "loc": { "start": { - "line": 1821, + "line": 1810, "column": 34 }, "end": { - "line": 1821, + "line": 1810, "column": 44 } } }, "range": [ - 52177, - 52192 + 51637, + 51652 ], "loc": { "start": { - "line": 1821, + "line": 1810, "column": 29 }, "end": { - "line": 1821, + "line": 1810, "column": 44 } } } ], "range": [ - 52166, - 52193 + 51626, + 51653 ], "loc": { "start": { - "line": 1821, + "line": 1810, "column": 18 }, "end": { - "line": 1821, + "line": 1810, "column": 45 } } }, "range": [ - 52160, - 52193 + 51620, + 51653 ], "loc": { "start": { - "line": 1821, + "line": 1810, "column": 12 }, "end": { - "line": 1821, + "line": 1810, "column": 45 } } @@ -92839,16 +90042,16 @@ "type": "Identifier", "name": "reD", "range": [ - 52207, - 52210 + 51667, + 51670 ], "loc": { "start": { - "line": 1822, + "line": 1811, "column": 12 }, "end": { - "line": 1822, + "line": 1811, "column": 15 } } @@ -92859,16 +90062,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52217, - 52223 + 51677, + 51683 ], "loc": { "start": { - "line": 1822, + "line": 1811, "column": 22 }, "end": { - "line": 1822, + "line": 1811, "column": 28 } } @@ -92880,16 +90083,16 @@ "object": { "type": "ThisExpression", "range": [ - 52224, - 52228 + 51684, + 51688 ], "loc": { "start": { - "line": 1822, + "line": 1811, "column": 29 }, "end": { - "line": 1822, + "line": 1811, "column": 33 } } @@ -92898,62 +90101,62 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 52229, - 52239 + 51689, + 51699 ], "loc": { "start": { - "line": 1822, + "line": 1811, "column": 34 }, "end": { - "line": 1822, + "line": 1811, "column": 44 } } }, "range": [ - 52224, - 52239 + 51684, + 51699 ], "loc": { "start": { - "line": 1822, + "line": 1811, "column": 29 }, "end": { - "line": 1822, + "line": 1811, "column": 44 } } } ], "range": [ - 52213, - 52240 + 51673, + 51700 ], "loc": { "start": { - "line": 1822, + "line": 1811, "column": 18 }, "end": { - "line": 1822, + "line": 1811, "column": 45 } } }, "range": [ - 52207, - 52240 + 51667, + 51700 ], "loc": { "start": { - "line": 1822, + "line": 1811, "column": 12 }, "end": { - "line": 1822, + "line": 1811, "column": 45 } } @@ -92964,16 +90167,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 52254, - 52258 + 51714, + 51718 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 12 }, "end": { - "line": 1823, + "line": 1812, "column": 16 } } @@ -92984,16 +90187,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52265, - 52271 + 51725, + 51731 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 23 }, "end": { - "line": 1823, + "line": 1812, "column": 29 } } @@ -93005,16 +90208,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 52272, - 52278 + 51732, + 51738 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 30 }, "end": { - "line": 1823, + "line": 1812, "column": 36 } } @@ -93026,16 +90229,16 @@ "object": { "type": "ThisExpression", "range": [ - 52279, - 52283 + 51739, + 51743 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 37 }, "end": { - "line": 1823, + "line": 1812, "column": 41 } } @@ -93044,78 +90247,78 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 52284, - 52294 + 51744, + 51754 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 42 }, "end": { - "line": 1823, + "line": 1812, "column": 52 } } }, "range": [ - 52279, - 52294 + 51739, + 51754 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 37 }, "end": { - "line": 1823, + "line": 1812, "column": 52 } } } ], "range": [ - 52272, - 52295 + 51732, + 51755 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 30 }, "end": { - "line": 1823, + "line": 1812, "column": 53 } } } ], "range": [ - 52261, - 52296 + 51721, + 51756 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 19 }, "end": { - "line": 1823, + "line": 1812, "column": 54 } } }, "range": [ - 52254, - 52296 + 51714, + 51756 ], "loc": { "start": { - "line": 1823, + "line": 1812, "column": 12 }, "end": { - "line": 1823, + "line": 1812, "column": 54 } } @@ -93126,16 +90329,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 52310, - 52314 + 51770, + 51774 ], "loc": { "start": { - "line": 1824, + "line": 1813, "column": 12 }, "end": { - "line": 1824, + "line": 1813, "column": 16 } } @@ -93146,16 +90349,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52321, - 52327 + 51781, + 51787 ], "loc": { "start": { - "line": 1824, + "line": 1813, "column": 23 }, "end": { - "line": 1824, + "line": 1813, "column": 29 } } @@ -93167,16 +90370,16 @@ "object": { "type": "ThisExpression", "range": [ - 52328, - 52332 + 51788, + 51792 ], "loc": { "start": { - "line": 1824, + "line": 1813, "column": 30 }, "end": { - "line": 1824, + "line": 1813, "column": 34 } } @@ -93185,62 +90388,62 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 52333, - 52343 + 51793, + 51803 ], "loc": { "start": { - "line": 1824, + "line": 1813, "column": 35 }, "end": { - "line": 1824, + "line": 1813, "column": 45 } } }, "range": [ - 52328, - 52343 + 51788, + 51803 ], "loc": { "start": { - "line": 1824, + "line": 1813, "column": 30 }, "end": { - "line": 1824, + "line": 1813, "column": 45 } } } ], "range": [ - 52317, - 52344 + 51777, + 51804 ], "loc": { "start": { - "line": 1824, + "line": 1813, "column": 19 }, "end": { - "line": 1824, + "line": 1813, "column": 46 } } }, "range": [ - 52310, - 52344 + 51770, + 51804 ], "loc": { "start": { - "line": 1824, + "line": 1813, "column": 12 }, "end": { - "line": 1824, + "line": 1813, "column": 46 } } @@ -93251,16 +90454,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 52358, - 52362 + 51818, + 51822 ], "loc": { "start": { - "line": 1825, + "line": 1814, "column": 12 }, "end": { - "line": 1825, + "line": 1814, "column": 16 } } @@ -93271,16 +90474,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52369, - 52375 + 51829, + 51835 ], "loc": { "start": { - "line": 1825, + "line": 1814, "column": 23 }, "end": { - "line": 1825, + "line": 1814, "column": 29 } } @@ -93292,16 +90495,16 @@ "object": { "type": "ThisExpression", "range": [ - 52376, - 52380 + 51836, + 51840 ], "loc": { "start": { - "line": 1825, + "line": 1814, "column": 30 }, "end": { - "line": 1825, + "line": 1814, "column": 34 } } @@ -93310,62 +90513,62 @@ "type": "Identifier", "name": "stOperator", "range": [ - 52381, - 52391 + 51841, + 51851 ], "loc": { "start": { - "line": 1825, + "line": 1814, "column": 35 }, "end": { - "line": 1825, + "line": 1814, "column": 45 } } }, "range": [ - 52376, - 52391 + 51836, + 51851 ], "loc": { "start": { - "line": 1825, + "line": 1814, "column": 30 }, "end": { - "line": 1825, + "line": 1814, "column": 45 } } } ], "range": [ - 52365, - 52392 + 51825, + 51852 ], "loc": { "start": { - "line": 1825, + "line": 1814, "column": 19 }, "end": { - "line": 1825, + "line": 1814, "column": 46 } } }, "range": [ - 52358, - 52392 + 51818, + 51852 ], "loc": { "start": { - "line": 1825, + "line": 1814, "column": 12 }, "end": { - "line": 1825, + "line": 1814, "column": 46 } } @@ -93376,16 +90579,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 52406, - 52410 + 51866, + 51870 ], "loc": { "start": { - "line": 1826, + "line": 1815, "column": 12 }, "end": { - "line": 1826, + "line": 1815, "column": 16 } } @@ -93396,16 +90599,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52417, - 52423 + 51877, + 51883 ], "loc": { "start": { - "line": 1826, + "line": 1815, "column": 23 }, "end": { - "line": 1826, + "line": 1815, "column": 29 } } @@ -93417,16 +90620,16 @@ "object": { "type": "ThisExpression", "range": [ - 52424, - 52428 + 51884, + 51888 ], "loc": { "start": { - "line": 1826, + "line": 1815, "column": 30 }, "end": { - "line": 1826, + "line": 1815, "column": 34 } } @@ -93435,62 +90638,62 @@ "type": "Identifier", "name": "enOperator", "range": [ - 52429, - 52439 + 51889, + 51899 ], "loc": { "start": { - "line": 1826, + "line": 1815, "column": 35 }, "end": { - "line": 1826, + "line": 1815, "column": 45 } } }, "range": [ - 52424, - 52439 + 51884, + 51899 ], "loc": { "start": { - "line": 1826, + "line": 1815, "column": 30 }, "end": { - "line": 1826, + "line": 1815, "column": 45 } } } ], "range": [ - 52413, - 52440 + 51873, + 51900 ], "loc": { "start": { - "line": 1826, + "line": 1815, "column": 19 }, "end": { - "line": 1826, + "line": 1815, "column": 46 } } }, "range": [ - 52406, - 52440 + 51866, + 51900 ], "loc": { "start": { - "line": 1826, + "line": 1815, "column": 12 }, "end": { - "line": 1826, + "line": 1815, "column": 46 } } @@ -93501,16 +90704,16 @@ "type": "Identifier", "name": "reEm", "range": [ - 52554, - 52558 + 52014, + 52018 ], "loc": { "start": { - "line": 1829, + "line": 1818, "column": 12 }, "end": { - "line": 1829, + "line": 1818, "column": 16 } } @@ -93521,16 +90724,16 @@ "object": { "type": "ThisExpression", "range": [ - 52561, - 52565 + 52021, + 52025 ], "loc": { "start": { - "line": 1829, + "line": 1818, "column": 19 }, "end": { - "line": 1829, + "line": 1818, "column": 23 } } @@ -93539,46 +90742,46 @@ "type": "Identifier", "name": "emOperator", "range": [ - 52566, - 52576 + 52026, + 52036 ], "loc": { "start": { - "line": 1829, + "line": 1818, "column": 24 }, "end": { - "line": 1829, + "line": 1818, "column": 34 } } }, "range": [ - 52561, - 52576 + 52021, + 52036 ], "loc": { "start": { - "line": 1829, + "line": 1818, "column": 19 }, "end": { - "line": 1829, + "line": 1818, "column": 34 } } }, "range": [ - 52554, - 52576 + 52014, + 52036 ], "loc": { "start": { - "line": 1829, + "line": 1818, "column": 12 }, "end": { - "line": 1829, + "line": 1818, "column": 34 } }, @@ -93587,16 +90790,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 52454, - 52493 + 51914, + 51953 ], "loc": { "start": { - "line": 1827, + "line": 1816, "column": 12 }, "end": { - "line": 1827, + "line": 1816, "column": 51 } } @@ -93605,16 +90808,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 52506, - 52541 + 51966, + 52001 ], "loc": { "start": { - "line": 1828, + "line": 1817, "column": 12 }, "end": { - "line": 1828, + "line": 1817, "column": 47 } } @@ -93627,16 +90830,16 @@ "type": "Identifier", "name": "reNm", "range": [ - 52590, - 52594 + 52050, + 52054 ], "loc": { "start": { - "line": 1830, + "line": 1819, "column": 12 }, "end": { - "line": 1830, + "line": 1819, "column": 16 } } @@ -93647,16 +90850,16 @@ "object": { "type": "ThisExpression", "range": [ - 52597, - 52601 + 52057, + 52061 ], "loc": { "start": { - "line": 1830, + "line": 1819, "column": 19 }, "end": { - "line": 1830, + "line": 1819, "column": 23 } } @@ -93665,46 +90868,46 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 52602, - 52612 + 52062, + 52072 ], "loc": { "start": { - "line": 1830, + "line": 1819, "column": 24 }, "end": { - "line": 1830, + "line": 1819, "column": 34 } } }, "range": [ - 52597, - 52612 + 52057, + 52072 ], "loc": { "start": { - "line": 1830, + "line": 1819, "column": 19 }, "end": { - "line": 1830, + "line": 1819, "column": 34 } } }, "range": [ - 52590, - 52612 + 52050, + 52072 ], "loc": { "start": { - "line": 1830, + "line": 1819, "column": 12 }, "end": { - "line": 1830, + "line": 1819, "column": 34 } } @@ -93715,16 +90918,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 52626, - 52630 + 52086, + 52090 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 12 }, "end": { - "line": 1831, + "line": 1820, "column": 16 } } @@ -93735,16 +90938,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52637, - 52643 + 52097, + 52103 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 23 }, "end": { - "line": 1831, + "line": 1820, "column": 29 } } @@ -93756,16 +90959,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 52644, - 52650 + 52104, + 52110 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 30 }, "end": { - "line": 1831, + "line": 1820, "column": 36 } } @@ -93777,16 +90980,16 @@ "object": { "type": "ThisExpression", "range": [ - 52651, - 52655 + 52111, + 52115 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 37 }, "end": { - "line": 1831, + "line": 1820, "column": 41 } } @@ -93795,78 +90998,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 52656, - 52667 + 52116, + 52127 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 42 }, "end": { - "line": 1831, + "line": 1820, "column": 53 } } }, "range": [ - 52651, - 52667 + 52111, + 52127 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 37 }, "end": { - "line": 1831, + "line": 1820, "column": 53 } } } ], "range": [ - 52644, - 52668 + 52104, + 52128 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 30 }, "end": { - "line": 1831, + "line": 1820, "column": 54 } } } ], "range": [ - 52633, - 52669 + 52093, + 52129 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 19 }, "end": { - "line": 1831, + "line": 1820, "column": 55 } } }, "range": [ - 52626, - 52669 + 52086, + 52129 ], "loc": { "start": { - "line": 1831, + "line": 1820, "column": 12 }, "end": { - "line": 1831, + "line": 1820, "column": 55 } } @@ -93874,16 +91077,16 @@ ], "kind": "let", "range": [ - 52013, - 52670 + 51473, + 52130 ], "loc": { "start": { - "line": 1818, + "line": 1807, "column": 8 }, "end": { - "line": 1831, + "line": 1820, "column": 56 } } @@ -93897,16 +91100,16 @@ "type": "Identifier", "name": "term", "range": [ - 52680, - 52684 + 52140, + 52144 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 8 }, "end": { - "line": 1833, + "line": 1822, "column": 12 } } @@ -93917,16 +91120,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 52687, - 52696 + 52147, + 52156 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 15 }, "end": { - "line": 1833, + "line": 1822, "column": 24 } } @@ -93936,16 +91139,16 @@ "type": "Identifier", "name": "term", "range": [ - 52697, - 52701 + 52157, + 52161 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 25 }, "end": { - "line": 1833, + "line": 1822, "column": 29 } } @@ -93956,16 +91159,16 @@ "object": { "type": "ThisExpression", "range": [ - 52703, - 52707 + 52163, + 52167 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 31 }, "end": { - "line": 1833, + "line": 1822, "column": 35 } } @@ -93974,77 +91177,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 52708, - 52721 + 52168, + 52181 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 36 }, "end": { - "line": 1833, + "line": 1822, "column": 49 } } }, "range": [ - 52703, - 52721 + 52163, + 52181 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 31 }, "end": { - "line": 1833, + "line": 1822, "column": 49 } } } ], "range": [ - 52687, - 52722 + 52147, + 52182 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 15 }, "end": { - "line": 1833, + "line": 1822, "column": 50 } } }, "range": [ - 52680, - 52722 + 52140, + 52182 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 8 }, "end": { - "line": 1833, + "line": 1822, "column": 50 } } }, "range": [ - 52680, - 52723 + 52140, + 52183 ], "loc": { "start": { - "line": 1833, + "line": 1822, "column": 8 }, "end": { - "line": 1833, + "line": 1822, "column": 51 } } @@ -94058,16 +91261,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 52737, - 52746 + 52197, + 52206 ], "loc": { "start": { - "line": 1835, + "line": 1824, "column": 12 }, "end": { - "line": 1835, + "line": 1824, "column": 21 } } @@ -94077,31 +91280,31 @@ "value": false, "raw": "false", "range": [ - 52749, - 52754 + 52209, + 52214 ], "loc": { "start": { - "line": 1835, + "line": 1824, "column": 24 }, "end": { - "line": 1835, + "line": 1824, "column": 29 } } }, "range": [ - 52737, - 52754 + 52197, + 52214 ], "loc": { "start": { - "line": 1835, + "line": 1824, "column": 12 }, "end": { - "line": 1835, + "line": 1824, "column": 29 } } @@ -94109,16 +91312,16 @@ ], "kind": "let", "range": [ - 52733, - 52755 + 52193, + 52215 ], "loc": { "start": { - "line": 1835, + "line": 1824, "column": 8 }, "end": { - "line": 1835, + "line": 1824, "column": 30 } }, @@ -94127,16 +91330,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 52765, - 52792 + 52225, + 52252 ], "loc": { "start": { - "line": 1837, + "line": 1826, "column": 8 }, "end": { - "line": 1837, + "line": 1826, "column": 35 } } @@ -94152,16 +91355,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 52805, - 52810 + 52265, + 52270 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 12 }, "end": { - "line": 1838, + "line": 1827, "column": 17 } } @@ -94175,16 +91378,16 @@ "type": "Identifier", "name": "reL", "range": [ - 52813, - 52816 + 52273, + 52276 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 20 }, "end": { - "line": 1838, + "line": 1827, "column": 23 } } @@ -94193,31 +91396,31 @@ "type": "Identifier", "name": "test", "range": [ - 52817, - 52821 + 52277, + 52281 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 24 }, "end": { - "line": 1838, + "line": 1827, "column": 28 } } }, "range": [ - 52813, - 52821 + 52273, + 52281 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 20 }, "end": { - "line": 1838, + "line": 1827, "column": 28 } } @@ -94227,47 +91430,47 @@ "type": "Identifier", "name": "term", "range": [ - 52822, - 52826 + 52282, + 52286 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 29 }, "end": { - "line": 1838, + "line": 1827, "column": 33 } } } ], "range": [ - 52813, - 52827 + 52273, + 52287 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 20 }, "end": { - "line": 1838, + "line": 1827, "column": 34 } } }, "range": [ - 52805, - 52827 + 52265, + 52287 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 12 }, "end": { - "line": 1838, + "line": 1827, "column": 34 } } @@ -94278,16 +91481,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 52841, - 52846 + 52301, + 52306 ], "loc": { "start": { - "line": 1839, + "line": 1828, "column": 12 }, "end": { - "line": 1839, + "line": 1828, "column": 17 } } @@ -94301,16 +91504,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 52849, - 52853 + 52309, + 52313 ], "loc": { "start": { - "line": 1839, + "line": 1828, "column": 20 }, "end": { - "line": 1839, + "line": 1828, "column": 24 } } @@ -94319,31 +91522,31 @@ "type": "Identifier", "name": "test", "range": [ - 52854, - 52858 + 52314, + 52318 ], "loc": { "start": { - "line": 1839, + "line": 1828, "column": 25 }, "end": { - "line": 1839, + "line": 1828, "column": 29 } } }, "range": [ - 52849, - 52858 + 52309, + 52318 ], "loc": { "start": { - "line": 1839, + "line": 1828, "column": 20 }, "end": { - "line": 1839, + "line": 1828, "column": 29 } } @@ -94353,47 +91556,47 @@ "type": "Identifier", "name": "term", "range": [ - 52859, - 52863 + 52319, + 52323 ], "loc": { "start": { - "line": 1839, + "line": 1828, "column": 30 }, "end": { - "line": 1839, + "line": 1828, "column": 34 } } } ], "range": [ - 52849, - 52864 + 52309, + 52324 ], "loc": { "start": { - "line": 1839, + "line": 1828, "column": 20 }, "end": { - "line": 1839, + "line": 1828, "column": 35 } } }, "range": [ - 52841, - 52864 + 52301, + 52324 ], "loc": { "start": { - "line": 1839, + "line": 1828, "column": 12 }, "end": { - "line": 1839, + "line": 1828, "column": 35 } } @@ -94404,16 +91607,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 52878, - 52883 + 52338, + 52343 ], "loc": { "start": { - "line": 1840, + "line": 1829, "column": 12 }, "end": { - "line": 1840, + "line": 1829, "column": 17 } } @@ -94427,16 +91630,16 @@ "type": "Identifier", "name": "reG", "range": [ - 52886, - 52889 + 52346, + 52349 ], "loc": { "start": { - "line": 1840, + "line": 1829, "column": 20 }, "end": { - "line": 1840, + "line": 1829, "column": 23 } } @@ -94445,31 +91648,31 @@ "type": "Identifier", "name": "test", "range": [ - 52890, - 52894 + 52350, + 52354 ], "loc": { "start": { - "line": 1840, + "line": 1829, "column": 24 }, "end": { - "line": 1840, + "line": 1829, "column": 28 } } }, "range": [ - 52886, - 52894 + 52346, + 52354 ], "loc": { "start": { - "line": 1840, + "line": 1829, "column": 20 }, "end": { - "line": 1840, + "line": 1829, "column": 28 } } @@ -94479,47 +91682,47 @@ "type": "Identifier", "name": "term", "range": [ - 52895, - 52899 + 52355, + 52359 ], "loc": { "start": { - "line": 1840, + "line": 1829, "column": 29 }, "end": { - "line": 1840, + "line": 1829, "column": 33 } } } ], "range": [ - 52886, - 52900 + 52346, + 52360 ], "loc": { "start": { - "line": 1840, + "line": 1829, "column": 20 }, "end": { - "line": 1840, + "line": 1829, "column": 34 } } }, "range": [ - 52878, - 52900 + 52338, + 52360 ], "loc": { "start": { - "line": 1840, + "line": 1829, "column": 12 }, "end": { - "line": 1840, + "line": 1829, "column": 34 } } @@ -94530,16 +91733,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 52914, - 52919 + 52374, + 52379 ], "loc": { "start": { - "line": 1841, + "line": 1830, "column": 12 }, "end": { - "line": 1841, + "line": 1830, "column": 17 } } @@ -94553,16 +91756,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 52922, - 52926 + 52382, + 52386 ], "loc": { "start": { - "line": 1841, + "line": 1830, "column": 20 }, "end": { - "line": 1841, + "line": 1830, "column": 24 } } @@ -94571,31 +91774,31 @@ "type": "Identifier", "name": "test", "range": [ - 52927, - 52931 + 52387, + 52391 ], "loc": { "start": { - "line": 1841, + "line": 1830, "column": 25 }, "end": { - "line": 1841, + "line": 1830, "column": 29 } } }, "range": [ - 52922, - 52931 + 52382, + 52391 ], "loc": { "start": { - "line": 1841, + "line": 1830, "column": 20 }, "end": { - "line": 1841, + "line": 1830, "column": 29 } } @@ -94605,47 +91808,47 @@ "type": "Identifier", "name": "term", "range": [ - 52932, - 52936 + 52392, + 52396 ], "loc": { "start": { - "line": 1841, + "line": 1830, "column": 30 }, "end": { - "line": 1841, + "line": 1830, "column": 34 } } } ], "range": [ - 52922, - 52937 + 52382, + 52397 ], "loc": { "start": { - "line": 1841, + "line": 1830, "column": 20 }, "end": { - "line": 1841, + "line": 1830, "column": 35 } } }, "range": [ - 52914, - 52937 + 52374, + 52397 ], "loc": { "start": { - "line": 1841, + "line": 1830, "column": 12 }, "end": { - "line": 1841, + "line": 1830, "column": 35 } } @@ -94656,16 +91859,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 52951, - 52956 + 52411, + 52416 ], "loc": { "start": { - "line": 1842, + "line": 1831, "column": 12 }, "end": { - "line": 1842, + "line": 1831, "column": 17 } } @@ -94679,16 +91882,16 @@ "type": "Identifier", "name": "reD", "range": [ - 52959, - 52962 + 52419, + 52422 ], "loc": { "start": { - "line": 1842, + "line": 1831, "column": 20 }, "end": { - "line": 1842, + "line": 1831, "column": 23 } } @@ -94697,31 +91900,31 @@ "type": "Identifier", "name": "test", "range": [ - 52963, - 52967 + 52423, + 52427 ], "loc": { "start": { - "line": 1842, + "line": 1831, "column": 24 }, "end": { - "line": 1842, + "line": 1831, "column": 28 } } }, "range": [ - 52959, - 52967 + 52419, + 52427 ], "loc": { "start": { - "line": 1842, + "line": 1831, "column": 20 }, "end": { - "line": 1842, + "line": 1831, "column": 28 } } @@ -94731,47 +91934,47 @@ "type": "Identifier", "name": "term", "range": [ - 52968, - 52972 + 52428, + 52432 ], "loc": { "start": { - "line": 1842, + "line": 1831, "column": 29 }, "end": { - "line": 1842, + "line": 1831, "column": 33 } } } ], "range": [ - 52959, - 52973 + 52419, + 52433 ], "loc": { "start": { - "line": 1842, + "line": 1831, "column": 20 }, "end": { - "line": 1842, + "line": 1831, "column": 34 } } }, "range": [ - 52951, - 52973 + 52411, + 52433 ], "loc": { "start": { - "line": 1842, + "line": 1831, "column": 12 }, "end": { - "line": 1842, + "line": 1831, "column": 34 } } @@ -94782,16 +91985,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 52987, - 52992 + 52447, + 52452 ], "loc": { "start": { - "line": 1843, + "line": 1832, "column": 12 }, "end": { - "line": 1843, + "line": 1832, "column": 17 } } @@ -94805,16 +92008,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 52995, - 52999 + 52455, + 52459 ], "loc": { "start": { - "line": 1843, + "line": 1832, "column": 20 }, "end": { - "line": 1843, + "line": 1832, "column": 24 } } @@ -94823,31 +92026,31 @@ "type": "Identifier", "name": "test", "range": [ - 53000, - 53004 + 52460, + 52464 ], "loc": { "start": { - "line": 1843, + "line": 1832, "column": 25 }, "end": { - "line": 1843, + "line": 1832, "column": 29 } } }, "range": [ - 52995, - 53004 + 52455, + 52464 ], "loc": { "start": { - "line": 1843, + "line": 1832, "column": 20 }, "end": { - "line": 1843, + "line": 1832, "column": 29 } } @@ -94857,47 +92060,47 @@ "type": "Identifier", "name": "term", "range": [ - 53005, - 53009 + 52465, + 52469 ], "loc": { "start": { - "line": 1843, + "line": 1832, "column": 30 }, "end": { - "line": 1843, + "line": 1832, "column": 34 } } } ], "range": [ - 52995, - 53010 + 52455, + 52470 ], "loc": { "start": { - "line": 1843, + "line": 1832, "column": 20 }, "end": { - "line": 1843, + "line": 1832, "column": 35 } } }, "range": [ - 52987, - 53010 + 52447, + 52470 ], "loc": { "start": { - "line": 1843, + "line": 1832, "column": 12 }, "end": { - "line": 1843, + "line": 1832, "column": 35 } } @@ -94908,16 +92111,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 53024, - 53029 + 52484, + 52489 ], "loc": { "start": { - "line": 1844, + "line": 1833, "column": 12 }, "end": { - "line": 1844, + "line": 1833, "column": 17 } } @@ -94931,16 +92134,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 53032, - 53036 + 52492, + 52496 ], "loc": { "start": { - "line": 1844, + "line": 1833, "column": 20 }, "end": { - "line": 1844, + "line": 1833, "column": 24 } } @@ -94949,31 +92152,31 @@ "type": "Identifier", "name": "test", "range": [ - 53037, - 53041 + 52497, + 52501 ], "loc": { "start": { - "line": 1844, + "line": 1833, "column": 25 }, "end": { - "line": 1844, + "line": 1833, "column": 29 } } }, "range": [ - 53032, - 53041 + 52492, + 52501 ], "loc": { "start": { - "line": 1844, + "line": 1833, "column": 20 }, "end": { - "line": 1844, + "line": 1833, "column": 29 } } @@ -94983,47 +92186,47 @@ "type": "Identifier", "name": "term", "range": [ - 53042, - 53046 + 52502, + 52506 ], "loc": { "start": { - "line": 1844, + "line": 1833, "column": 30 }, "end": { - "line": 1844, + "line": 1833, "column": 34 } } } ], "range": [ - 53032, - 53047 + 52492, + 52507 ], "loc": { "start": { - "line": 1844, + "line": 1833, "column": 20 }, "end": { - "line": 1844, + "line": 1833, "column": 35 } } }, "range": [ - 53024, - 53047 + 52484, + 52507 ], "loc": { "start": { - "line": 1844, + "line": 1833, "column": 12 }, "end": { - "line": 1844, + "line": 1833, "column": 35 } } @@ -95034,16 +92237,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 53104, - 53109 + 52564, + 52569 ], "loc": { "start": { - "line": 1846, + "line": 1835, "column": 12 }, "end": { - "line": 1846, + "line": 1835, "column": 17 } } @@ -95057,16 +92260,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 53112, - 53116 + 52572, + 52576 ], "loc": { "start": { - "line": 1846, + "line": 1835, "column": 20 }, "end": { - "line": 1846, + "line": 1835, "column": 24 } } @@ -95075,31 +92278,31 @@ "type": "Identifier", "name": "test", "range": [ - 53117, - 53121 + 52577, + 52581 ], "loc": { "start": { - "line": 1846, + "line": 1835, "column": 25 }, "end": { - "line": 1846, + "line": 1835, "column": 29 } } }, "range": [ - 53112, - 53121 + 52572, + 52581 ], "loc": { "start": { - "line": 1846, + "line": 1835, "column": 20 }, "end": { - "line": 1846, + "line": 1835, "column": 29 } } @@ -95109,47 +92312,47 @@ "type": "Identifier", "name": "term", "range": [ - 53122, - 53126 + 52582, + 52586 ], "loc": { "start": { - "line": 1846, + "line": 1835, "column": 30 }, "end": { - "line": 1846, + "line": 1835, "column": 34 } } } ], "range": [ - 53112, - 53127 + 52572, + 52587 ], "loc": { "start": { - "line": 1846, + "line": 1835, "column": 20 }, "end": { - "line": 1846, + "line": 1835, "column": 35 } } }, "range": [ - 53104, - 53127 + 52564, + 52587 ], "loc": { "start": { - "line": 1846, + "line": 1835, "column": 12 }, "end": { - "line": 1846, + "line": 1835, "column": 35 } }, @@ -95158,16 +92361,16 @@ "type": "Line", "value": " hatermN = re_an.test(term),", "range": [ - 53061, - 53091 + 52521, + 52551 ], "loc": { "start": { - "line": 1845, + "line": 1834, "column": 12 }, "end": { - "line": 1845, + "line": 1834, "column": 42 } } @@ -95180,16 +92383,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 53141, - 53146 + 52601, + 52606 ], "loc": { "start": { - "line": 1847, + "line": 1836, "column": 12 }, "end": { - "line": 1847, + "line": 1836, "column": 17 } } @@ -95203,16 +92406,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 53149, - 53153 + 52609, + 52613 ], "loc": { "start": { - "line": 1847, + "line": 1836, "column": 20 }, "end": { - "line": 1847, + "line": 1836, "column": 24 } } @@ -95221,31 +92424,31 @@ "type": "Identifier", "name": "test", "range": [ - 53154, - 53158 + 52614, + 52618 ], "loc": { "start": { - "line": 1847, + "line": 1836, "column": 25 }, "end": { - "line": 1847, + "line": 1836, "column": 29 } } }, "range": [ - 53149, - 53158 + 52609, + 52618 ], "loc": { "start": { - "line": 1847, + "line": 1836, "column": 20 }, "end": { - "line": 1847, + "line": 1836, "column": 29 } } @@ -95255,47 +92458,47 @@ "type": "Identifier", "name": "term", "range": [ - 53159, - 53163 + 52619, + 52623 ], "loc": { "start": { - "line": 1847, + "line": 1836, "column": 30 }, "end": { - "line": 1847, + "line": 1836, "column": 34 } } } ], "range": [ - 53149, - 53164 + 52609, + 52624 ], "loc": { "start": { - "line": 1847, + "line": 1836, "column": 20 }, "end": { - "line": 1847, + "line": 1836, "column": 35 } } }, "range": [ - 53141, - 53164 + 52601, + 52624 ], "loc": { "start": { - "line": 1847, + "line": 1836, "column": 12 }, "end": { - "line": 1847, + "line": 1836, "column": 35 } } @@ -95306,16 +92509,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 53178, - 53183 + 52638, + 52643 ], "loc": { "start": { - "line": 1848, + "line": 1837, "column": 12 }, "end": { - "line": 1848, + "line": 1837, "column": 17 } } @@ -95327,16 +92530,16 @@ "type": "Identifier", "name": "reEm", "range": [ - 53187, - 53191 + 52647, + 52651 ], "loc": { "start": { - "line": 1848, + "line": 1837, "column": 21 }, "end": { - "line": 1848, + "line": 1837, "column": 25 } } @@ -95345,46 +92548,46 @@ "type": "Identifier", "name": "term", "range": [ - 53196, - 53200 + 52656, + 52660 ], "loc": { "start": { - "line": 1848, + "line": 1837, "column": 30 }, "end": { - "line": 1848, + "line": 1837, "column": 34 } } }, "range": [ - 53187, - 53200 + 52647, + 52660 ], "loc": { "start": { - "line": 1848, + "line": 1837, "column": 21 }, "end": { - "line": 1848, + "line": 1837, "column": 34 } } }, "range": [ - 53178, - 53201 + 52638, + 52661 ], "loc": { "start": { - "line": 1848, + "line": 1837, "column": 12 }, "end": { - "line": 1848, + "line": 1837, "column": 35 } } @@ -95395,16 +92598,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 53215, - 53220 + 52675, + 52680 ], "loc": { "start": { - "line": 1849, + "line": 1838, "column": 12 }, "end": { - "line": 1849, + "line": 1838, "column": 17 } } @@ -95416,16 +92619,16 @@ "type": "Identifier", "name": "reNm", "range": [ - 53224, - 53228 + 52684, + 52688 ], "loc": { "start": { - "line": 1849, + "line": 1838, "column": 21 }, "end": { - "line": 1849, + "line": 1838, "column": 25 } } @@ -95434,46 +92637,46 @@ "type": "Identifier", "name": "term", "range": [ - 53233, - 53237 + 52693, + 52697 ], "loc": { "start": { - "line": 1849, + "line": 1838, "column": 30 }, "end": { - "line": 1849, + "line": 1838, "column": 34 } } }, "range": [ - 53224, - 53237 + 52684, + 52697 ], "loc": { "start": { - "line": 1849, + "line": 1838, "column": 21 }, "end": { - "line": 1849, + "line": 1838, "column": 34 } } }, "range": [ - 53215, - 53238 + 52675, + 52698 ], "loc": { "start": { - "line": 1849, + "line": 1838, "column": 12 }, "end": { - "line": 1849, + "line": 1838, "column": 35 } } @@ -95484,16 +92687,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 53252, - 53257 + 52712, + 52717 ], "loc": { "start": { - "line": 1850, + "line": 1839, "column": 12 }, "end": { - "line": 1850, + "line": 1839, "column": 17 } } @@ -95507,16 +92710,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 53260, - 53264 + 52720, + 52724 ], "loc": { "start": { - "line": 1850, + "line": 1839, "column": 20 }, "end": { - "line": 1850, + "line": 1839, "column": 24 } } @@ -95525,31 +92728,31 @@ "type": "Identifier", "name": "test", "range": [ - 53265, - 53269 + 52725, + 52729 ], "loc": { "start": { - "line": 1850, + "line": 1839, "column": 25 }, "end": { - "line": 1850, + "line": 1839, "column": 29 } } }, "range": [ - 53260, - 53269 + 52720, + 52729 ], "loc": { "start": { - "line": 1850, + "line": 1839, "column": 20 }, "end": { - "line": 1850, + "line": 1839, "column": 29 } } @@ -95559,47 +92762,47 @@ "type": "Identifier", "name": "term", "range": [ - 53270, - 53274 + 52730, + 52734 ], "loc": { "start": { - "line": 1850, + "line": 1839, "column": 30 }, "end": { - "line": 1850, + "line": 1839, "column": 34 } } } ], "range": [ - 53260, - 53275 + 52720, + 52735 ], "loc": { "start": { - "line": 1850, + "line": 1839, "column": 20 }, "end": { - "line": 1850, + "line": 1839, "column": 35 } } }, "range": [ - 53252, - 53275 + 52712, + 52735 ], "loc": { "start": { - "line": 1850, + "line": 1839, "column": 12 }, "end": { - "line": 1850, + "line": 1839, "column": 35 } } @@ -95607,16 +92810,16 @@ ], "kind": "let", "range": [ - 52801, - 53276 + 52261, + 52736 ], "loc": { "start": { - "line": 1838, + "line": 1827, "column": 8 }, "end": { - "line": 1850, + "line": 1839, "column": 36 } }, @@ -95625,16 +92828,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 52765, - 52792 + 52225, + 52252 ], "loc": { "start": { - "line": 1837, + "line": 1826, "column": 8 }, "end": { - "line": 1837, + "line": 1826, "column": 35 } } @@ -95645,16 +92848,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 53286, - 53325 + 52746, + 52785 ], "loc": { "start": { - "line": 1852, + "line": 1841, "column": 8 }, "end": { - "line": 1852, + "line": 1841, "column": 47 } } @@ -95671,16 +92874,16 @@ "object": { "type": "ThisExpression", "range": [ - 53338, - 53342 + 52798, + 52802 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 12 }, "end": { - "line": 1853, + "line": 1842, "column": 16 } } @@ -95689,31 +92892,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 53343, - 53350 + 52803, + 52810 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 17 }, "end": { - "line": 1853, + "line": 1842, "column": 24 } } }, "range": [ - 53338, - 53350 + 52798, + 52810 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 12 }, "end": { - "line": 1853, + "line": 1842, "column": 24 } } @@ -95723,16 +92926,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 53351, - 53357 + 52811, + 52817 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 25 }, "end": { - "line": 1853, + "line": 1842, "column": 31 } } @@ -95744,48 +92947,48 @@ "type": "Identifier", "name": "DATE", "range": [ - 53360, - 53364 + 52820, + 52824 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 34 }, "end": { - "line": 1853, + "line": 1842, "column": 38 } } } ], "range": [ - 53359, - 53365 + 52819, + 52825 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 33 }, "end": { - "line": 1853, + "line": 1842, "column": 39 } } } ], "range": [ - 53338, - 53366 + 52798, + 52826 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 12 }, "end": { - "line": 1853, + "line": 1842, "column": 40 } } @@ -95802,32 +93005,32 @@ "type": "Identifier", "name": "dte1", "range": [ - 53386, - 53390 + 52846, + 52850 ], "loc": { "start": { - "line": 1854, + "line": 1843, "column": 16 }, "end": { - "line": 1854, + "line": 1843, "column": 20 } } }, "init": null, "range": [ - 53386, - 53390 + 52846, + 52850 ], "loc": { "start": { - "line": 1854, + "line": 1843, "column": 16 }, "end": { - "line": 1854, + "line": 1843, "column": 20 } } @@ -95838,32 +93041,32 @@ "type": "Identifier", "name": "dte2", "range": [ - 53392, - 53396 + 52852, + 52856 ], "loc": { "start": { - "line": 1854, + "line": 1843, "column": 22 }, "end": { - "line": 1854, + "line": 1843, "column": 26 } } }, "init": null, "range": [ - 53392, - 53396 + 52852, + 52856 ], "loc": { "start": { - "line": 1854, + "line": 1843, "column": 22 }, "end": { - "line": 1854, + "line": 1843, "column": 26 } } @@ -95871,16 +93074,16 @@ ], "kind": "let", "range": [ - 53382, - 53397 + 52842, + 52857 ], "loc": { "start": { - "line": 1854, + "line": 1843, "column": 12 }, "end": { - "line": 1854, + "line": 1843, "column": 27 } } @@ -95894,16 +93097,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 53415, - 53423 + 52875, + 52883 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 16 }, "end": { - "line": 1856, + "line": 1845, "column": 24 } } @@ -95917,16 +93120,16 @@ "object": { "type": "ThisExpression", "range": [ - 53426, - 53430 + 52886, + 52890 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 27 }, "end": { - "line": 1856, + "line": 1845, "column": 31 } } @@ -95935,31 +93138,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 53431, - 53434 + 52891, + 52894 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 32 }, "end": { - "line": 1856, + "line": 1845, "column": 35 } } }, "range": [ - 53426, - 53434 + 52886, + 52894 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 27 }, "end": { - "line": 1856, + "line": 1845, "column": 35 } } @@ -95968,46 +93171,46 @@ "type": "Identifier", "name": "dateType", "range": [ - 53435, - 53443 + 52895, + 52903 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 36 }, "end": { - "line": 1856, + "line": 1845, "column": 44 } } }, "range": [ - 53426, - 53443 + 52886, + 52903 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 27 }, "end": { - "line": 1856, + "line": 1845, "column": 44 } } }, "range": [ - 53415, - 53443 + 52875, + 52903 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 16 }, "end": { - "line": 1856, + "line": 1845, "column": 44 } } @@ -96015,16 +93218,16 @@ ], "kind": "let", "range": [ - 53411, - 53444 + 52871, + 52904 ], "loc": { "start": { - "line": 1856, + "line": 1845, "column": 12 }, "end": { - "line": 1856, + "line": 1845, "column": 45 } } @@ -96038,16 +93241,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 53461, - 53472 + 52921, + 52932 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 16 }, "end": { - "line": 1857, + "line": 1846, "column": 27 } } @@ -96064,16 +93267,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 53475, - 53483 + 52935, + 52943 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 30 }, "end": { - "line": 1857, + "line": 1846, "column": 38 } } @@ -96082,31 +93285,31 @@ "type": "Identifier", "name": "isValid", "range": [ - 53484, - 53491 + 52944, + 52951 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 39 }, "end": { - "line": 1857, + "line": 1846, "column": 46 } } }, "range": [ - 53475, - 53491 + 52935, + 52951 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 30 }, "end": { - "line": 1857, + "line": 1846, "column": 46 } } @@ -96115,31 +93318,31 @@ "type": "Identifier", "name": "bind", "range": [ - 53492, - 53496 + 52952, + 52956 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 47 }, "end": { - "line": 1857, + "line": 1846, "column": 51 } } }, "range": [ - 53475, - 53496 + 52935, + 52956 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 30 }, "end": { - "line": 1857, + "line": 1846, "column": 51 } } @@ -96149,47 +93352,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 53497, - 53505 + 52957, + 52965 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 52 }, "end": { - "line": 1857, + "line": 1846, "column": 60 } } } ], "range": [ - 53475, - 53506 + 52935, + 52966 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 30 }, "end": { - "line": 1857, + "line": 1846, "column": 61 } } }, "range": [ - 53461, - 53506 + 52921, + 52966 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 16 }, "end": { - "line": 1857, + "line": 1846, "column": 61 } } @@ -96197,16 +93400,16 @@ ], "kind": "let", "range": [ - 53457, - 53507 + 52917, + 52967 ], "loc": { "start": { - "line": 1857, + "line": 1846, "column": 12 }, "end": { - "line": 1857, + "line": 1846, "column": 62 } } @@ -96220,16 +93423,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 53524, - 53533 + 52984, + 52993 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 16 }, "end": { - "line": 1858, + "line": 1847, "column": 25 } } @@ -96246,16 +93449,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 53536, - 53544 + 52996, + 53004 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 28 }, "end": { - "line": 1858, + "line": 1847, "column": 36 } } @@ -96264,31 +93467,31 @@ "type": "Identifier", "name": "parse", "range": [ - 53545, - 53550 + 53005, + 53010 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 37 }, "end": { - "line": 1858, + "line": 1847, "column": 42 } } }, "range": [ - 53536, - 53550 + 52996, + 53010 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 28 }, "end": { - "line": 1858, + "line": 1847, "column": 42 } } @@ -96297,31 +93500,31 @@ "type": "Identifier", "name": "bind", "range": [ - 53551, - 53555 + 53011, + 53015 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 43 }, "end": { - "line": 1858, + "line": 1847, "column": 47 } } }, "range": [ - 53536, - 53555 + 52996, + 53015 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 28 }, "end": { - "line": 1858, + "line": 1847, "column": 47 } } @@ -96331,47 +93534,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 53556, - 53564 + 53016, + 53024 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 48 }, "end": { - "line": 1858, + "line": 1847, "column": 56 } } } ], "range": [ - 53536, - 53565 + 52996, + 53025 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 28 }, "end": { - "line": 1858, + "line": 1847, "column": 57 } } }, "range": [ - 53524, - 53565 + 52984, + 53025 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 16 }, "end": { - "line": 1858, + "line": 1847, "column": 57 } } @@ -96379,16 +93582,16 @@ ], "kind": "let", "range": [ - 53520, - 53566 + 52980, + 53026 ], "loc": { "start": { - "line": 1858, + "line": 1847, "column": 12 }, "end": { - "line": 1858, + "line": 1847, "column": 58 } } @@ -96402,16 +93605,16 @@ "type": "Identifier", "name": "locale", "range": [ - 53583, - 53589 + 53043, + 53049 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 16 }, "end": { - "line": 1859, + "line": 1848, "column": 22 } } @@ -96431,16 +93634,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 53592, - 53600 + 53052, + 53060 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 25 }, "end": { - "line": 1859, + "line": 1848, "column": 33 } } @@ -96449,31 +93652,31 @@ "type": "Identifier", "name": "getOptions", "range": [ - 53601, - 53611 + 53061, + 53071 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 34 }, "end": { - "line": 1859, + "line": 1848, "column": 44 } } }, "range": [ - 53592, - 53611 + 53052, + 53071 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 25 }, "end": { - "line": 1859, + "line": 1848, "column": 44 } } @@ -96483,32 +93686,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 53612, - 53618 + 53072, + 53078 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 45 }, "end": { - "line": 1859, + "line": 1848, "column": 51 } } } ], "range": [ - 53592, - 53619 + 53052, + 53079 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 25 }, "end": { - "line": 1859, + "line": 1848, "column": 52 } } @@ -96517,31 +93720,31 @@ "type": "Identifier", "name": "locale", "range": [ - 53620, - 53626 + 53080, + 53086 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 53 }, "end": { - "line": 1859, + "line": 1848, "column": 59 } } }, "range": [ - 53592, - 53626 + 53052, + 53086 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 25 }, "end": { - "line": 1859, + "line": 1848, "column": 59 } } @@ -96552,16 +93755,16 @@ "object": { "type": "ThisExpression", "range": [ - 53630, - 53634 + 53090, + 53094 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 63 }, "end": { - "line": 1859, + "line": 1848, "column": 67 } } @@ -96570,61 +93773,61 @@ "type": "Identifier", "name": "locale", "range": [ - 53635, - 53641 + 53095, + 53101 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 68 }, "end": { - "line": 1859, + "line": 1848, "column": 74 } } }, "range": [ - 53630, - 53641 + 53090, + 53101 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 63 }, "end": { - "line": 1859, + "line": 1848, "column": 74 } } }, "range": [ - 53592, - 53641 + 53052, + 53101 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 25 }, "end": { - "line": 1859, + "line": 1848, "column": 74 } } }, "range": [ - 53583, - 53641 + 53043, + 53101 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 16 }, "end": { - "line": 1859, + "line": 1848, "column": 74 } } @@ -96632,16 +93835,16 @@ ], "kind": "let", "range": [ - 53579, - 53642 + 53039, + 53102 ], "loc": { "start": { - "line": 1859, + "line": 1848, "column": 12 }, "end": { - "line": 1859, + "line": 1848, "column": 75 } }, @@ -96650,16 +93853,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 53656, - 53681 + 53116, + 53141 ], "loc": { "start": { - "line": 1861, + "line": 1850, "column": 12 }, "end": { - "line": 1861, + "line": 1850, "column": 37 } } @@ -96675,16 +93878,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 53698, - 53705 + 53158, + 53165 ], "loc": { "start": { - "line": 1862, + "line": 1851, "column": 16 }, "end": { - "line": 1862, + "line": 1851, "column": 23 } } @@ -96696,16 +93899,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 53708, - 53713 + 53168, + 53173 ], "loc": { "start": { - "line": 1862, + "line": 1851, "column": 26 }, "end": { - "line": 1862, + "line": 1851, "column": 31 } } @@ -96716,16 +93919,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 53733, - 53744 + 53193, + 53204 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 16 }, "end": { - "line": 1863, + "line": 1852, "column": 27 } } @@ -96740,16 +93943,16 @@ "type": "Identifier", "name": "term", "range": [ - 53745, - 53749 + 53205, + 53209 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 28 }, "end": { - "line": 1863, + "line": 1852, "column": 32 } } @@ -96758,31 +93961,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53750, - 53757 + 53210, + 53217 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 33 }, "end": { - "line": 1863, + "line": 1852, "column": 40 } } }, "range": [ - 53745, - 53757 + 53205, + 53217 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 28 }, "end": { - "line": 1863, + "line": 1852, "column": 40 } } @@ -96792,16 +93995,16 @@ "type": "Identifier", "name": "reL", "range": [ - 53758, - 53761 + 53218, + 53221 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 41 }, "end": { - "line": 1863, + "line": 1852, "column": 44 } } @@ -96811,32 +94014,32 @@ "value": "", "raw": "''", "range": [ - 53763, - 53765 + 53223, + 53225 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 46 }, "end": { - "line": 1863, + "line": 1852, "column": 48 } } } ], "range": [ - 53745, - 53766 + 53205, + 53226 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 28 }, "end": { - "line": 1863, + "line": 1852, "column": 49 } } @@ -96845,62 +94048,62 @@ "type": "Identifier", "name": "locale", "range": [ - 53768, - 53774 + 53228, + 53234 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 51 }, "end": { - "line": 1863, + "line": 1852, "column": 57 } } } ], "range": [ - 53733, - 53775 + 53193, + 53235 ], "loc": { "start": { - "line": 1863, + "line": 1852, "column": 16 }, "end": { - "line": 1863, + "line": 1852, "column": 58 } } }, "range": [ - 53708, - 53775 + 53168, + 53235 ], "loc": { "start": { - "line": 1862, + "line": 1851, "column": 26 }, "end": { - "line": 1863, + "line": 1852, "column": 58 } } }, "range": [ - 53698, - 53775 + 53158, + 53235 ], "loc": { "start": { - "line": 1862, + "line": 1851, "column": 16 }, "end": { - "line": 1863, + "line": 1852, "column": 58 } } @@ -96908,16 +94111,16 @@ ], "kind": "let", "range": [ - 53694, - 53776 + 53154, + 53236 ], "loc": { "start": { - "line": 1862, + "line": 1851, "column": 12 }, "end": { - "line": 1863, + "line": 1852, "column": 59 } }, @@ -96926,16 +94129,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 53656, - 53681 + 53116, + 53141 ], "loc": { "start": { - "line": 1861, + "line": 1850, "column": 12 }, "end": { - "line": 1861, + "line": 1850, "column": 37 } } @@ -96951,16 +94154,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 53793, - 53801 + 53253, + 53261 ], "loc": { "start": { - "line": 1864, + "line": 1853, "column": 16 }, "end": { - "line": 1864, + "line": 1853, "column": 24 } } @@ -96972,16 +94175,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 53804, - 53809 + 53264, + 53269 ], "loc": { "start": { - "line": 1864, + "line": 1853, "column": 27 }, "end": { - "line": 1864, + "line": 1853, "column": 32 } } @@ -96992,16 +94195,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 53829, - 53840 + 53289, + 53300 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 16 }, "end": { - "line": 1865, + "line": 1854, "column": 27 } } @@ -97016,16 +94219,16 @@ "type": "Identifier", "name": "term", "range": [ - 53841, - 53845 + 53301, + 53305 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 28 }, "end": { - "line": 1865, + "line": 1854, "column": 32 } } @@ -97034,31 +94237,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53846, - 53853 + 53306, + 53313 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 33 }, "end": { - "line": 1865, + "line": 1854, "column": 40 } } }, "range": [ - 53841, - 53853 + 53301, + 53313 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 28 }, "end": { - "line": 1865, + "line": 1854, "column": 40 } } @@ -97068,16 +94271,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 53854, - 53858 + 53314, + 53318 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 41 }, "end": { - "line": 1865, + "line": 1854, "column": 45 } } @@ -97087,32 +94290,32 @@ "value": "", "raw": "''", "range": [ - 53860, - 53862 + 53320, + 53322 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 47 }, "end": { - "line": 1865, + "line": 1854, "column": 49 } } } ], "range": [ - 53841, - 53863 + 53301, + 53323 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 28 }, "end": { - "line": 1865, + "line": 1854, "column": 50 } } @@ -97121,62 +94324,62 @@ "type": "Identifier", "name": "locale", "range": [ - 53865, - 53871 + 53325, + 53331 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 52 }, "end": { - "line": 1865, + "line": 1854, "column": 58 } } } ], "range": [ - 53829, - 53872 + 53289, + 53332 ], "loc": { "start": { - "line": 1865, + "line": 1854, "column": 16 }, "end": { - "line": 1865, + "line": 1854, "column": 59 } } }, "range": [ - 53804, - 53872 + 53264, + 53332 ], "loc": { "start": { - "line": 1864, + "line": 1853, "column": 27 }, "end": { - "line": 1865, + "line": 1854, "column": 59 } } }, "range": [ - 53793, - 53872 + 53253, + 53332 ], "loc": { "start": { - "line": 1864, + "line": 1853, "column": 16 }, "end": { - "line": 1865, + "line": 1854, "column": 59 } } @@ -97184,16 +94387,16 @@ ], "kind": "let", "range": [ - 53789, - 53873 + 53249, + 53333 ], "loc": { "start": { - "line": 1864, + "line": 1853, "column": 12 }, "end": { - "line": 1865, + "line": 1854, "column": 60 } } @@ -97207,16 +94410,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 53890, - 53897 + 53350, + 53357 ], "loc": { "start": { - "line": 1866, + "line": 1855, "column": 16 }, "end": { - "line": 1866, + "line": 1855, "column": 23 } } @@ -97228,16 +94431,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 53900, - 53905 + 53360, + 53365 ], "loc": { "start": { - "line": 1866, + "line": 1855, "column": 26 }, "end": { - "line": 1866, + "line": 1855, "column": 31 } } @@ -97248,16 +94451,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 53925, - 53936 + 53385, + 53396 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 16 }, "end": { - "line": 1867, + "line": 1856, "column": 27 } } @@ -97272,16 +94475,16 @@ "type": "Identifier", "name": "term", "range": [ - 53937, - 53941 + 53397, + 53401 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 28 }, "end": { - "line": 1867, + "line": 1856, "column": 32 } } @@ -97290,31 +94493,31 @@ "type": "Identifier", "name": "replace", "range": [ - 53942, - 53949 + 53402, + 53409 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 33 }, "end": { - "line": 1867, + "line": 1856, "column": 40 } } }, "range": [ - 53937, - 53949 + 53397, + 53409 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 28 }, "end": { - "line": 1867, + "line": 1856, "column": 40 } } @@ -97324,16 +94527,16 @@ "type": "Identifier", "name": "reG", "range": [ - 53950, - 53953 + 53410, + 53413 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 41 }, "end": { - "line": 1867, + "line": 1856, "column": 44 } } @@ -97343,32 +94546,32 @@ "value": "", "raw": "''", "range": [ - 53955, - 53957 + 53415, + 53417 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 46 }, "end": { - "line": 1867, + "line": 1856, "column": 48 } } } ], "range": [ - 53937, - 53958 + 53397, + 53418 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 28 }, "end": { - "line": 1867, + "line": 1856, "column": 49 } } @@ -97377,62 +94580,62 @@ "type": "Identifier", "name": "locale", "range": [ - 53960, - 53966 + 53420, + 53426 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 51 }, "end": { - "line": 1867, + "line": 1856, "column": 57 } } } ], "range": [ - 53925, - 53967 + 53385, + 53427 ], "loc": { "start": { - "line": 1867, + "line": 1856, "column": 16 }, "end": { - "line": 1867, + "line": 1856, "column": 58 } } }, "range": [ - 53900, - 53967 + 53360, + 53427 ], "loc": { "start": { - "line": 1866, + "line": 1855, "column": 26 }, "end": { - "line": 1867, + "line": 1856, "column": 58 } } }, "range": [ - 53890, - 53967 + 53350, + 53427 ], "loc": { "start": { - "line": 1866, + "line": 1855, "column": 16 }, "end": { - "line": 1867, + "line": 1856, "column": 58 } } @@ -97440,16 +94643,16 @@ ], "kind": "let", "range": [ - 53886, - 53968 + 53346, + 53428 ], "loc": { "start": { - "line": 1866, + "line": 1855, "column": 12 }, "end": { - "line": 1867, + "line": 1856, "column": 59 } } @@ -97463,16 +94666,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 53985, - 53993 + 53445, + 53453 ], "loc": { "start": { - "line": 1868, + "line": 1857, "column": 16 }, "end": { - "line": 1868, + "line": 1857, "column": 24 } } @@ -97484,16 +94687,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 53996, - 54001 + 53456, + 53461 ], "loc": { "start": { - "line": 1868, + "line": 1857, "column": 27 }, "end": { - "line": 1868, + "line": 1857, "column": 32 } } @@ -97504,16 +94707,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54021, - 54032 + 53481, + 53492 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 16 }, "end": { - "line": 1869, + "line": 1858, "column": 27 } } @@ -97528,16 +94731,16 @@ "type": "Identifier", "name": "term", "range": [ - 54033, - 54037 + 53493, + 53497 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 28 }, "end": { - "line": 1869, + "line": 1858, "column": 32 } } @@ -97546,31 +94749,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54038, - 54045 + 53498, + 53505 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 33 }, "end": { - "line": 1869, + "line": 1858, "column": 40 } } }, "range": [ - 54033, - 54045 + 53493, + 53505 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 28 }, "end": { - "line": 1869, + "line": 1858, "column": 40 } } @@ -97580,16 +94783,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 54046, - 54050 + 53506, + 53510 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 41 }, "end": { - "line": 1869, + "line": 1858, "column": 45 } } @@ -97599,32 +94802,32 @@ "value": "", "raw": "''", "range": [ - 54052, - 54054 + 53512, + 53514 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 47 }, "end": { - "line": 1869, + "line": 1858, "column": 49 } } } ], "range": [ - 54033, - 54055 + 53493, + 53515 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 28 }, "end": { - "line": 1869, + "line": 1858, "column": 50 } } @@ -97633,62 +94836,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54057, - 54063 + 53517, + 53523 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 52 }, "end": { - "line": 1869, + "line": 1858, "column": 58 } } } ], "range": [ - 54021, - 54064 + 53481, + 53524 ], "loc": { "start": { - "line": 1869, + "line": 1858, "column": 16 }, "end": { - "line": 1869, + "line": 1858, "column": 59 } } }, "range": [ - 53996, - 54064 + 53456, + 53524 ], "loc": { "start": { - "line": 1868, + "line": 1857, "column": 27 }, "end": { - "line": 1869, + "line": 1858, "column": 59 } } }, "range": [ - 53985, - 54064 + 53445, + 53524 ], "loc": { "start": { - "line": 1868, + "line": 1857, "column": 16 }, "end": { - "line": 1869, + "line": 1858, "column": 59 } } @@ -97696,16 +94899,16 @@ ], "kind": "let", "range": [ - 53981, - 54065 + 53441, + 53525 ], "loc": { "start": { - "line": 1868, + "line": 1857, "column": 12 }, "end": { - "line": 1869, + "line": 1858, "column": 60 } } @@ -97719,16 +94922,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 54082, - 54090 + 53542, + 53550 ], "loc": { "start": { - "line": 1870, + "line": 1859, "column": 16 }, "end": { - "line": 1870, + "line": 1859, "column": 24 } } @@ -97740,16 +94943,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 54093, - 54098 + 53553, + 53558 ], "loc": { "start": { - "line": 1870, + "line": 1859, "column": 27 }, "end": { - "line": 1870, + "line": 1859, "column": 32 } } @@ -97760,16 +94963,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54118, - 54129 + 53578, + 53589 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 16 }, "end": { - "line": 1871, + "line": 1860, "column": 27 } } @@ -97784,16 +94987,16 @@ "type": "Identifier", "name": "term", "range": [ - 54130, - 54134 + 53590, + 53594 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 28 }, "end": { - "line": 1871, + "line": 1860, "column": 32 } } @@ -97802,31 +95005,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54135, - 54142 + 53595, + 53602 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 33 }, "end": { - "line": 1871, + "line": 1860, "column": 40 } } }, "range": [ - 54130, - 54142 + 53590, + 53602 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 28 }, "end": { - "line": 1871, + "line": 1860, "column": 40 } } @@ -97836,16 +95039,16 @@ "type": "Identifier", "name": "reD", "range": [ - 54143, - 54146 + 53603, + 53606 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 41 }, "end": { - "line": 1871, + "line": 1860, "column": 44 } } @@ -97855,32 +95058,32 @@ "value": "", "raw": "''", "range": [ - 54148, - 54150 + 53608, + 53610 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 46 }, "end": { - "line": 1871, + "line": 1860, "column": 48 } } } ], "range": [ - 54130, - 54151 + 53590, + 53611 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 28 }, "end": { - "line": 1871, + "line": 1860, "column": 49 } } @@ -97889,62 +95092,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54153, - 54159 + 53613, + 53619 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 51 }, "end": { - "line": 1871, + "line": 1860, "column": 57 } } } ], "range": [ - 54118, - 54160 + 53578, + 53620 ], "loc": { "start": { - "line": 1871, + "line": 1860, "column": 16 }, "end": { - "line": 1871, + "line": 1860, "column": 58 } } }, "range": [ - 54093, - 54160 + 53553, + 53620 ], "loc": { "start": { - "line": 1870, + "line": 1859, "column": 27 }, "end": { - "line": 1871, + "line": 1860, "column": 58 } } }, "range": [ - 54082, - 54160 + 53542, + 53620 ], "loc": { "start": { - "line": 1870, + "line": 1859, "column": 16 }, "end": { - "line": 1871, + "line": 1860, "column": 58 } } @@ -97952,16 +95155,16 @@ ], "kind": "let", "range": [ - 54078, - 54161 + 53538, + 53621 ], "loc": { "start": { - "line": 1870, + "line": 1859, "column": 12 }, "end": { - "line": 1871, + "line": 1860, "column": 59 } } @@ -97975,16 +95178,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 54178, - 54186 + 53638, + 53646 ], "loc": { "start": { - "line": 1872, + "line": 1861, "column": 16 }, "end": { - "line": 1872, + "line": 1861, "column": 24 } } @@ -97996,16 +95199,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 54189, - 54194 + 53649, + 53654 ], "loc": { "start": { - "line": 1872, + "line": 1861, "column": 27 }, "end": { - "line": 1872, + "line": 1861, "column": 32 } } @@ -98016,16 +95219,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54214, - 54225 + 53674, + 53685 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 16 }, "end": { - "line": 1873, + "line": 1862, "column": 27 } } @@ -98040,16 +95243,16 @@ "type": "Identifier", "name": "term", "range": [ - 54226, - 54230 + 53686, + 53690 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 28 }, "end": { - "line": 1873, + "line": 1862, "column": 32 } } @@ -98058,31 +95261,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54231, - 54238 + 53691, + 53698 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 33 }, "end": { - "line": 1873, + "line": 1862, "column": 40 } } }, "range": [ - 54226, - 54238 + 53686, + 53698 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 28 }, "end": { - "line": 1873, + "line": 1862, "column": 40 } } @@ -98092,16 +95295,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 54239, - 54243 + 53699, + 53703 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 41 }, "end": { - "line": 1873, + "line": 1862, "column": 45 } } @@ -98111,32 +95314,32 @@ "value": "", "raw": "''", "range": [ - 54245, - 54247 + 53705, + 53707 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 47 }, "end": { - "line": 1873, + "line": 1862, "column": 49 } } } ], "range": [ - 54226, - 54248 + 53686, + 53708 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 28 }, "end": { - "line": 1873, + "line": 1862, "column": 50 } } @@ -98145,62 +95348,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54250, - 54256 + 53710, + 53716 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 52 }, "end": { - "line": 1873, + "line": 1862, "column": 58 } } } ], "range": [ - 54214, - 54257 + 53674, + 53717 ], "loc": { "start": { - "line": 1873, + "line": 1862, "column": 16 }, "end": { - "line": 1873, + "line": 1862, "column": 59 } } }, "range": [ - 54189, - 54257 + 53649, + 53717 ], "loc": { "start": { - "line": 1872, + "line": 1861, "column": 27 }, "end": { - "line": 1873, + "line": 1862, "column": 59 } } }, "range": [ - 54178, - 54257 + 53638, + 53717 ], "loc": { "start": { - "line": 1872, + "line": 1861, "column": 16 }, "end": { - "line": 1873, + "line": 1862, "column": 59 } } @@ -98208,16 +95411,16 @@ ], "kind": "let", "range": [ - 54174, - 54258 + 53634, + 53718 ], "loc": { "start": { - "line": 1872, + "line": 1861, "column": 12 }, "end": { - "line": 1873, + "line": 1862, "column": 60 } } @@ -98231,16 +95434,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 54272, - 54276 + 53732, + 53736 ], "loc": { "start": { - "line": 1875, + "line": 1864, "column": 12 }, "end": { - "line": 1875, + "line": 1864, "column": 16 } } @@ -98251,16 +95454,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54279, - 54288 + 53739, + 53748 ], "loc": { "start": { - "line": 1875, + "line": 1864, "column": 19 }, "end": { - "line": 1875, + "line": 1864, "column": 28 } } @@ -98270,16 +95473,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 54289, - 54298 + 53749, + 53758 ], "loc": { "start": { - "line": 1875, + "line": 1864, "column": 29 }, "end": { - "line": 1875, + "line": 1864, "column": 38 } } @@ -98288,62 +95491,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54300, - 54306 + 53760, + 53766 ], "loc": { "start": { - "line": 1875, + "line": 1864, "column": 40 }, "end": { - "line": 1875, + "line": 1864, "column": 46 } } } ], "range": [ - 54279, - 54307 + 53739, + 53767 ], "loc": { "start": { - "line": 1875, + "line": 1864, "column": 19 }, "end": { - "line": 1875, + "line": 1864, "column": 47 } } }, "range": [ - 54272, - 54307 + 53732, + 53767 ], "loc": { "start": { - "line": 1875, + "line": 1864, "column": 12 }, "end": { - "line": 1875, + "line": 1864, "column": 47 } } }, "range": [ - 54272, - 54308 + 53732, + 53768 ], "loc": { "start": { - "line": 1875, + "line": 1864, "column": 12 }, "end": { - "line": 1875, + "line": 1864, "column": 48 } }, @@ -98352,16 +95555,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 54322, - 54341 + 53782, + 53801 ], "loc": { "start": { - "line": 1877, + "line": 1866, "column": 12 }, "end": { - "line": 1877, + "line": 1866, "column": 31 } } @@ -98374,16 +95577,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 54358, - 54366 + 53818, + 53826 ], "loc": { "start": { - "line": 1878, + "line": 1867, "column": 16 }, "end": { - "line": 1878, + "line": 1867, "column": 24 } } @@ -98400,16 +95603,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 54386, - 54390 + 53846, + 53850 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 16 }, "end": { - "line": 1879, + "line": 1868, "column": 20 } } @@ -98420,16 +95623,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54393, - 54402 + 53853, + 53862 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 23 }, "end": { - "line": 1879, + "line": 1868, "column": 32 } } @@ -98444,16 +95647,16 @@ "type": "Identifier", "name": "term", "range": [ - 54403, - 54407 + 53863, + 53867 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 33 }, "end": { - "line": 1879, + "line": 1868, "column": 37 } } @@ -98462,31 +95665,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54408, - 54415 + 53868, + 53875 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 38 }, "end": { - "line": 1879, + "line": 1868, "column": 45 } } }, "range": [ - 54403, - 54415 + 53863, + 53875 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 33 }, "end": { - "line": 1879, + "line": 1868, "column": 45 } } @@ -98496,16 +95699,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 54416, - 54420 + 53876, + 53880 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 46 }, "end": { - "line": 1879, + "line": 1868, "column": 50 } } @@ -98515,32 +95718,32 @@ "value": "", "raw": "''", "range": [ - 54422, - 54424 + 53882, + 53884 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 52 }, "end": { - "line": 1879, + "line": 1868, "column": 54 } } } ], "range": [ - 54403, - 54425 + 53863, + 53885 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 33 }, "end": { - "line": 1879, + "line": 1868, "column": 55 } } @@ -98549,62 +95752,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54427, - 54433 + 53887, + 53893 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 57 }, "end": { - "line": 1879, + "line": 1868, "column": 63 } } } ], "range": [ - 54393, - 54434 + 53853, + 53894 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 23 }, "end": { - "line": 1879, + "line": 1868, "column": 64 } } }, "range": [ - 54386, - 54434 + 53846, + 53894 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 16 }, "end": { - "line": 1879, + "line": 1868, "column": 64 } } }, "range": [ - 54386, - 54435 + 53846, + 53895 ], "loc": { "start": { - "line": 1879, + "line": 1868, "column": 16 }, "end": { - "line": 1879, + "line": 1868, "column": 65 } } @@ -98618,16 +95821,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54452, - 54461 + 53912, + 53921 ], "loc": { "start": { - "line": 1880, + "line": 1869, "column": 16 }, "end": { - "line": 1880, + "line": 1869, "column": 25 } } @@ -98639,16 +95842,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 54464, - 54468 + 53924, + 53928 ], "loc": { "start": { - "line": 1880, + "line": 1869, "column": 28 }, "end": { - "line": 1880, + "line": 1869, "column": 32 } } @@ -98657,77 +95860,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 54472, - 54476 + 53932, + 53936 ], "loc": { "start": { - "line": 1880, + "line": 1869, "column": 36 }, "end": { - "line": 1880, + "line": 1869, "column": 40 } } }, "range": [ - 54464, - 54476 + 53924, + 53936 ], "loc": { "start": { - "line": 1880, + "line": 1869, "column": 28 }, "end": { - "line": 1880, + "line": 1869, "column": 40 } } }, "range": [ - 54452, - 54476 + 53912, + 53936 ], "loc": { "start": { - "line": 1880, + "line": 1869, "column": 16 }, "end": { - "line": 1880, + "line": 1869, "column": 40 } } }, "range": [ - 54452, - 54477 + 53912, + 53937 ], "loc": { "start": { - "line": 1880, + "line": 1869, "column": 16 }, "end": { - "line": 1880, + "line": 1869, "column": 41 } } } ], "range": [ - 54368, - 54491 + 53828, + 53951 ], "loc": { "start": { - "line": 1878, + "line": 1867, "column": 26 }, "end": { - "line": 1881, + "line": 1870, "column": 13 } }, @@ -98736,16 +95939,16 @@ "type": "Line", "value": " lower date", "range": [ - 54504, - 54517 + 53964, + 53977 ], "loc": { "start": { - "line": 1882, + "line": 1871, "column": 12 }, "end": { - "line": 1882, + "line": 1871, "column": 25 } } @@ -98758,16 +95961,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 54539, - 54546 + 53999, + 54006 ], "loc": { "start": { - "line": 1883, + "line": 1872, "column": 21 }, "end": { - "line": 1883, + "line": 1872, "column": 28 } } @@ -98784,16 +95987,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 54566, - 54570 + 54026, + 54030 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 16 }, "end": { - "line": 1884, + "line": 1873, "column": 20 } } @@ -98804,16 +96007,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54573, - 54582 + 54033, + 54042 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 23 }, "end": { - "line": 1884, + "line": 1873, "column": 32 } } @@ -98828,16 +96031,16 @@ "type": "Identifier", "name": "term", "range": [ - 54583, - 54587 + 54043, + 54047 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 33 }, "end": { - "line": 1884, + "line": 1873, "column": 37 } } @@ -98846,31 +96049,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54588, - 54595 + 54048, + 54055 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 38 }, "end": { - "line": 1884, + "line": 1873, "column": 45 } } }, "range": [ - 54583, - 54595 + 54043, + 54055 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 33 }, "end": { - "line": 1884, + "line": 1873, "column": 45 } } @@ -98880,16 +96083,16 @@ "type": "Identifier", "name": "reL", "range": [ - 54596, - 54599 + 54056, + 54059 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 46 }, "end": { - "line": 1884, + "line": 1873, "column": 49 } } @@ -98899,32 +96102,32 @@ "value": "", "raw": "''", "range": [ - 54601, - 54603 + 54061, + 54063 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 51 }, "end": { - "line": 1884, + "line": 1873, "column": 53 } } } ], "range": [ - 54583, - 54604 + 54043, + 54064 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 33 }, "end": { - "line": 1884, + "line": 1873, "column": 54 } } @@ -98933,62 +96136,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54606, - 54612 + 54066, + 54072 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 56 }, "end": { - "line": 1884, + "line": 1873, "column": 62 } } } ], "range": [ - 54573, - 54613 + 54033, + 54073 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 23 }, "end": { - "line": 1884, + "line": 1873, "column": 63 } } }, "range": [ - 54566, - 54613 + 54026, + 54073 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 16 }, "end": { - "line": 1884, + "line": 1873, "column": 63 } } }, "range": [ - 54566, - 54614 + 54026, + 54074 ], "loc": { "start": { - "line": 1884, + "line": 1873, "column": 16 }, "end": { - "line": 1884, + "line": 1873, "column": 64 } } @@ -99002,16 +96205,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54631, - 54640 + 54091, + 54100 ], "loc": { "start": { - "line": 1885, + "line": 1874, "column": 16 }, "end": { - "line": 1885, + "line": 1874, "column": 25 } } @@ -99023,16 +96226,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 54643, - 54647 + 54103, + 54107 ], "loc": { "start": { - "line": 1885, + "line": 1874, "column": 28 }, "end": { - "line": 1885, + "line": 1874, "column": 32 } } @@ -99041,77 +96244,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 54650, - 54654 + 54110, + 54114 ], "loc": { "start": { - "line": 1885, + "line": 1874, "column": 35 }, "end": { - "line": 1885, + "line": 1874, "column": 39 } } }, "range": [ - 54643, - 54654 + 54103, + 54114 ], "loc": { "start": { - "line": 1885, + "line": 1874, "column": 28 }, "end": { - "line": 1885, + "line": 1874, "column": 39 } } }, "range": [ - 54631, - 54654 + 54091, + 54114 ], "loc": { "start": { - "line": 1885, + "line": 1874, "column": 16 }, "end": { - "line": 1885, + "line": 1874, "column": 39 } } }, "range": [ - 54631, - 54655 + 54091, + 54115 ], "loc": { "start": { - "line": 1885, + "line": 1874, "column": 16 }, "end": { - "line": 1885, + "line": 1874, "column": 40 } } } ], "range": [ - 54548, - 54669 + 54008, + 54129 ], "loc": { "start": { - "line": 1883, + "line": 1872, "column": 30 }, "end": { - "line": 1886, + "line": 1875, "column": 13 } }, @@ -99120,16 +96323,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 54682, - 54703 + 54142, + 54163 ], "loc": { "start": { - "line": 1887, + "line": 1876, "column": 12 }, "end": { - "line": 1887, + "line": 1876, "column": 33 } } @@ -99142,16 +96345,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 54725, - 54733 + 54185, + 54193 ], "loc": { "start": { - "line": 1888, + "line": 1877, "column": 21 }, "end": { - "line": 1888, + "line": 1877, "column": 29 } } @@ -99168,16 +96371,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 54753, - 54757 + 54213, + 54217 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 16 }, "end": { - "line": 1889, + "line": 1878, "column": 20 } } @@ -99188,16 +96391,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54760, - 54769 + 54220, + 54229 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 23 }, "end": { - "line": 1889, + "line": 1878, "column": 32 } } @@ -99212,16 +96415,16 @@ "type": "Identifier", "name": "term", "range": [ - 54770, - 54774 + 54230, + 54234 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 33 }, "end": { - "line": 1889, + "line": 1878, "column": 37 } } @@ -99230,31 +96433,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54775, - 54782 + 54235, + 54242 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 38 }, "end": { - "line": 1889, + "line": 1878, "column": 45 } } }, "range": [ - 54770, - 54782 + 54230, + 54242 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 33 }, "end": { - "line": 1889, + "line": 1878, "column": 45 } } @@ -99264,16 +96467,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 54783, - 54787 + 54243, + 54247 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 46 }, "end": { - "line": 1889, + "line": 1878, "column": 50 } } @@ -99283,32 +96486,32 @@ "value": "", "raw": "''", "range": [ - 54789, - 54791 + 54249, + 54251 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 52 }, "end": { - "line": 1889, + "line": 1878, "column": 54 } } } ], "range": [ - 54770, - 54792 + 54230, + 54252 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 33 }, "end": { - "line": 1889, + "line": 1878, "column": 55 } } @@ -99317,62 +96520,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54794, - 54800 + 54254, + 54260 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 57 }, "end": { - "line": 1889, + "line": 1878, "column": 63 } } } ], "range": [ - 54760, - 54801 + 54220, + 54261 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 23 }, "end": { - "line": 1889, + "line": 1878, "column": 64 } } }, "range": [ - 54753, - 54801 + 54213, + 54261 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 16 }, "end": { - "line": 1889, + "line": 1878, "column": 64 } } }, "range": [ - 54753, - 54802 + 54213, + 54262 ], "loc": { "start": { - "line": 1889, + "line": 1878, "column": 16 }, "end": { - "line": 1889, + "line": 1878, "column": 65 } } @@ -99386,16 +96589,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 54819, - 54828 + 54279, + 54288 ], "loc": { "start": { - "line": 1890, + "line": 1879, "column": 16 }, "end": { - "line": 1890, + "line": 1879, "column": 25 } } @@ -99407,16 +96610,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 54831, - 54835 + 54291, + 54295 ], "loc": { "start": { - "line": 1890, + "line": 1879, "column": 28 }, "end": { - "line": 1890, + "line": 1879, "column": 32 } } @@ -99425,77 +96628,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 54839, - 54843 + 54299, + 54303 ], "loc": { "start": { - "line": 1890, + "line": 1879, "column": 36 }, "end": { - "line": 1890, + "line": 1879, "column": 40 } } }, "range": [ - 54831, - 54843 + 54291, + 54303 ], "loc": { "start": { - "line": 1890, + "line": 1879, "column": 28 }, "end": { - "line": 1890, + "line": 1879, "column": 40 } } }, "range": [ - 54819, - 54843 + 54279, + 54303 ], "loc": { "start": { - "line": 1890, + "line": 1879, "column": 16 }, "end": { - "line": 1890, + "line": 1879, "column": 40 } } }, "range": [ - 54819, - 54844 + 54279, + 54304 ], "loc": { "start": { - "line": 1890, + "line": 1879, "column": 16 }, "end": { - "line": 1890, + "line": 1879, "column": 41 } } } ], "range": [ - 54735, - 54858 + 54195, + 54318 ], "loc": { "start": { - "line": 1888, + "line": 1877, "column": 31 }, "end": { - "line": 1891, + "line": 1880, "column": 13 } }, @@ -99504,16 +96707,16 @@ "type": "Line", "value": " greater date", "range": [ - 54871, - 54886 + 54331, + 54346 ], "loc": { "start": { - "line": 1892, + "line": 1881, "column": 12 }, "end": { - "line": 1892, + "line": 1881, "column": 27 } } @@ -99526,16 +96729,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 54908, - 54915 + 54368, + 54375 ], "loc": { "start": { - "line": 1893, + "line": 1882, "column": 21 }, "end": { - "line": 1893, + "line": 1882, "column": 28 } } @@ -99552,16 +96755,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 54935, - 54939 + 54395, + 54399 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 16 }, "end": { - "line": 1894, + "line": 1883, "column": 20 } } @@ -99572,16 +96775,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54942, - 54951 + 54402, + 54411 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 23 }, "end": { - "line": 1894, + "line": 1883, "column": 32 } } @@ -99596,16 +96799,16 @@ "type": "Identifier", "name": "term", "range": [ - 54952, - 54956 + 54412, + 54416 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 33 }, "end": { - "line": 1894, + "line": 1883, "column": 37 } } @@ -99614,31 +96817,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54957, - 54964 + 54417, + 54424 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 38 }, "end": { - "line": 1894, + "line": 1883, "column": 45 } } }, "range": [ - 54952, - 54964 + 54412, + 54424 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 33 }, "end": { - "line": 1894, + "line": 1883, "column": 45 } } @@ -99648,16 +96851,16 @@ "type": "Identifier", "name": "reG", "range": [ - 54965, - 54968 + 54425, + 54428 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 46 }, "end": { - "line": 1894, + "line": 1883, "column": 49 } } @@ -99667,32 +96870,32 @@ "value": "", "raw": "''", "range": [ - 54970, - 54972 + 54430, + 54432 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 51 }, "end": { - "line": 1894, + "line": 1883, "column": 53 } } } ], "range": [ - 54952, - 54973 + 54412, + 54433 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 33 }, "end": { - "line": 1894, + "line": 1883, "column": 54 } } @@ -99701,62 +96904,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54975, - 54981 + 54435, + 54441 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 56 }, "end": { - "line": 1894, + "line": 1883, "column": 62 } } } ], "range": [ - 54942, - 54982 + 54402, + 54442 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 23 }, "end": { - "line": 1894, + "line": 1883, "column": 63 } } }, "range": [ - 54935, - 54982 + 54395, + 54442 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 16 }, "end": { - "line": 1894, + "line": 1883, "column": 63 } } }, "range": [ - 54935, - 54983 + 54395, + 54443 ], "loc": { "start": { - "line": 1894, + "line": 1883, "column": 16 }, "end": { - "line": 1894, + "line": 1883, "column": 64 } } @@ -99770,16 +96973,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55000, - 55009 + 54460, + 54469 ], "loc": { "start": { - "line": 1895, + "line": 1884, "column": 16 }, "end": { - "line": 1895, + "line": 1884, "column": 25 } } @@ -99791,16 +96994,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55012, - 55016 + 54472, + 54476 ], "loc": { "start": { - "line": 1895, + "line": 1884, "column": 28 }, "end": { - "line": 1895, + "line": 1884, "column": 32 } } @@ -99809,77 +97012,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55019, - 55023 + 54479, + 54483 ], "loc": { "start": { - "line": 1895, + "line": 1884, "column": 35 }, "end": { - "line": 1895, + "line": 1884, "column": 39 } } }, "range": [ - 55012, - 55023 + 54472, + 54483 ], "loc": { "start": { - "line": 1895, + "line": 1884, "column": 28 }, "end": { - "line": 1895, + "line": 1884, "column": 39 } } }, "range": [ - 55000, - 55023 + 54460, + 54483 ], "loc": { "start": { - "line": 1895, + "line": 1884, "column": 16 }, "end": { - "line": 1895, + "line": 1884, "column": 39 } } }, "range": [ - 55000, - 55024 + 54460, + 54484 ], "loc": { "start": { - "line": 1895, + "line": 1884, "column": 16 }, "end": { - "line": 1895, + "line": 1884, "column": 40 } } } ], "range": [ - 54917, - 55038 + 54377, + 54498 ], "loc": { "start": { - "line": 1893, + "line": 1882, "column": 30 }, "end": { - "line": 1896, + "line": 1885, "column": 13 } }, @@ -99888,16 +97091,16 @@ "type": "Line", "value": " different date", "range": [ - 55051, - 55068 + 54511, + 54528 ], "loc": { "start": { - "line": 1897, + "line": 1886, "column": 12 }, "end": { - "line": 1897, + "line": 1886, "column": 29 } } @@ -99910,16 +97113,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 55090, - 55098 + 54550, + 54558 ], "loc": { "start": { - "line": 1898, + "line": 1887, "column": 21 }, "end": { - "line": 1898, + "line": 1887, "column": 29 } } @@ -99936,16 +97139,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55118, - 55122 + 54578, + 54582 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 16 }, "end": { - "line": 1899, + "line": 1888, "column": 20 } } @@ -99956,16 +97159,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55125, - 55134 + 54585, + 54594 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 23 }, "end": { - "line": 1899, + "line": 1888, "column": 32 } } @@ -99980,16 +97183,16 @@ "type": "Identifier", "name": "term", "range": [ - 55135, - 55139 + 54595, + 54599 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 33 }, "end": { - "line": 1899, + "line": 1888, "column": 37 } } @@ -99998,31 +97201,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55140, - 55147 + 54600, + 54607 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 38 }, "end": { - "line": 1899, + "line": 1888, "column": 45 } } }, "range": [ - 55135, - 55147 + 54595, + 54607 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 33 }, "end": { - "line": 1899, + "line": 1888, "column": 45 } } @@ -100032,16 +97235,16 @@ "type": "Identifier", "name": "reD", "range": [ - 55148, - 55151 + 54608, + 54611 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 46 }, "end": { - "line": 1899, + "line": 1888, "column": 49 } } @@ -100051,32 +97254,32 @@ "value": "", "raw": "''", "range": [ - 55153, - 55155 + 54613, + 54615 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 51 }, "end": { - "line": 1899, + "line": 1888, "column": 53 } } } ], "range": [ - 55135, - 55156 + 54595, + 54616 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 33 }, "end": { - "line": 1899, + "line": 1888, "column": 54 } } @@ -100085,62 +97288,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55158, - 55164 + 54618, + 54624 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 56 }, "end": { - "line": 1899, + "line": 1888, "column": 62 } } } ], "range": [ - 55125, - 55165 + 54585, + 54625 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 23 }, "end": { - "line": 1899, + "line": 1888, "column": 63 } } }, "range": [ - 55118, - 55165 + 54578, + 54625 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 16 }, "end": { - "line": 1899, + "line": 1888, "column": 63 } } }, "range": [ - 55118, - 55166 + 54578, + 54626 ], "loc": { "start": { - "line": 1899, + "line": 1888, "column": 16 }, "end": { - "line": 1899, + "line": 1888, "column": 64 } } @@ -100154,16 +97357,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55183, - 55192 + 54643, + 54652 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 16 }, "end": { - "line": 1900, + "line": 1889, "column": 25 } } @@ -100180,16 +97383,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55195, - 55199 + 54655, + 54659 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 28 }, "end": { - "line": 1900, + "line": 1889, "column": 32 } } @@ -100198,47 +97401,47 @@ "type": "Identifier", "name": "toString", "range": [ - 55200, - 55208 + 54660, + 54668 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 33 }, "end": { - "line": 1900, + "line": 1889, "column": 41 } } }, "range": [ - 55195, - 55208 + 54655, + 54668 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 28 }, "end": { - "line": 1900, + "line": 1889, "column": 41 } } }, "arguments": [], "range": [ - 55195, - 55210 + 54655, + 54670 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 28 }, "end": { - "line": 1900, + "line": 1889, "column": 43 } } @@ -100252,16 +97455,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55215, - 55219 + 54675, + 54679 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 48 }, "end": { - "line": 1900, + "line": 1889, "column": 52 } } @@ -100270,108 +97473,108 @@ "type": "Identifier", "name": "toString", "range": [ - 55220, - 55228 + 54680, + 54688 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 53 }, "end": { - "line": 1900, + "line": 1889, "column": 61 } } }, "range": [ - 55215, - 55228 + 54675, + 54688 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 48 }, "end": { - "line": 1900, + "line": 1889, "column": 61 } } }, "arguments": [], "range": [ - 55215, - 55230 + 54675, + 54690 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 48 }, "end": { - "line": 1900, + "line": 1889, "column": 63 } } }, "range": [ - 55195, - 55230 + 54655, + 54690 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 28 }, "end": { - "line": 1900, + "line": 1889, "column": 63 } } }, "range": [ - 55183, - 55230 + 54643, + 54690 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 16 }, "end": { - "line": 1900, + "line": 1889, "column": 63 } } }, "range": [ - 55183, - 55231 + 54643, + 54691 ], "loc": { "start": { - "line": 1900, + "line": 1889, "column": 16 }, "end": { - "line": 1900, + "line": 1889, "column": 64 } } } ], "range": [ - 55100, - 55245 + 54560, + 54705 ], "loc": { "start": { - "line": 1898, + "line": 1887, "column": 31 }, "end": { - "line": 1901, + "line": 1890, "column": 13 } }, @@ -100380,16 +97583,16 @@ "type": "Line", "value": " equal date", "range": [ - 55258, - 55271 + 54718, + 54731 ], "loc": { "start": { - "line": 1902, + "line": 1891, "column": 12 }, "end": { - "line": 1902, + "line": 1891, "column": 25 } } @@ -100402,16 +97605,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 55293, - 55301 + 54753, + 54761 ], "loc": { "start": { - "line": 1903, + "line": 1892, "column": 21 }, "end": { - "line": 1903, + "line": 1892, "column": 29 } } @@ -100428,16 +97631,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55321, - 55325 + 54781, + 54785 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 16 }, "end": { - "line": 1904, + "line": 1893, "column": 20 } } @@ -100448,16 +97651,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55328, - 55337 + 54788, + 54797 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 23 }, "end": { - "line": 1904, + "line": 1893, "column": 32 } } @@ -100472,16 +97675,16 @@ "type": "Identifier", "name": "term", "range": [ - 55338, - 55342 + 54798, + 54802 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 33 }, "end": { - "line": 1904, + "line": 1893, "column": 37 } } @@ -100490,31 +97693,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55343, - 55350 + 54803, + 54810 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 38 }, "end": { - "line": 1904, + "line": 1893, "column": 45 } } }, "range": [ - 55338, - 55350 + 54798, + 54810 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 33 }, "end": { - "line": 1904, + "line": 1893, "column": 45 } } @@ -100524,16 +97727,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 55351, - 55355 + 54811, + 54815 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 46 }, "end": { - "line": 1904, + "line": 1893, "column": 50 } } @@ -100543,32 +97746,32 @@ "value": "", "raw": "''", "range": [ - 55357, - 55359 + 54817, + 54819 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 52 }, "end": { - "line": 1904, + "line": 1893, "column": 54 } } } ], "range": [ - 55338, - 55360 + 54798, + 54820 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 33 }, "end": { - "line": 1904, + "line": 1893, "column": 55 } } @@ -100577,62 +97780,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55362, - 55368 + 54822, + 54828 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 57 }, "end": { - "line": 1904, + "line": 1893, "column": 63 } } } ], "range": [ - 55328, - 55369 + 54788, + 54829 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 23 }, "end": { - "line": 1904, + "line": 1893, "column": 64 } } }, "range": [ - 55321, - 55369 + 54781, + 54829 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 16 }, "end": { - "line": 1904, + "line": 1893, "column": 64 } } }, "range": [ - 55321, - 55370 + 54781, + 54830 ], "loc": { "start": { - "line": 1904, + "line": 1893, "column": 16 }, "end": { - "line": 1904, + "line": 1893, "column": 65 } } @@ -100646,16 +97849,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55387, - 55396 + 54847, + 54856 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 16 }, "end": { - "line": 1905, + "line": 1894, "column": 25 } } @@ -100672,16 +97875,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55399, - 55403 + 54859, + 54863 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 28 }, "end": { - "line": 1905, + "line": 1894, "column": 32 } } @@ -100690,47 +97893,47 @@ "type": "Identifier", "name": "toString", "range": [ - 55404, - 55412 + 54864, + 54872 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 33 }, "end": { - "line": 1905, + "line": 1894, "column": 41 } } }, "range": [ - 55399, - 55412 + 54859, + 54872 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 28 }, "end": { - "line": 1905, + "line": 1894, "column": 41 } } }, "arguments": [], "range": [ - 55399, - 55414 + 54859, + 54874 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 28 }, "end": { - "line": 1905, + "line": 1894, "column": 43 } } @@ -100744,16 +97947,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55419, - 55423 + 54879, + 54883 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 48 }, "end": { - "line": 1905, + "line": 1894, "column": 52 } } @@ -100762,108 +97965,108 @@ "type": "Identifier", "name": "toString", "range": [ - 55424, - 55432 + 54884, + 54892 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 53 }, "end": { - "line": 1905, + "line": 1894, "column": 61 } } }, "range": [ - 55419, - 55432 + 54879, + 54892 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 48 }, "end": { - "line": 1905, + "line": 1894, "column": 61 } } }, "arguments": [], "range": [ - 55419, - 55434 + 54879, + 54894 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 48 }, "end": { - "line": 1905, + "line": 1894, "column": 63 } } }, "range": [ - 55399, - 55434 + 54859, + 54894 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 28 }, "end": { - "line": 1905, + "line": 1894, "column": 63 } } }, "range": [ - 55387, - 55434 + 54847, + 54894 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 16 }, "end": { - "line": 1905, + "line": 1894, "column": 63 } } }, "range": [ - 55387, - 55435 + 54847, + 54895 ], "loc": { "start": { - "line": 1905, + "line": 1894, "column": 16 }, "end": { - "line": 1905, + "line": 1894, "column": 64 } } } ], "range": [ - 55303, - 55449 + 54763, + 54909 ], "loc": { "start": { - "line": 1903, + "line": 1892, "column": 31 }, "end": { - "line": 1906, + "line": 1895, "column": 13 } }, @@ -100872,16 +98075,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 55462, - 55523 + 54922, + 54983 ], "loc": { "start": { - "line": 1907, + "line": 1896, "column": 12 }, "end": { - "line": 1907, + "line": 1896, "column": 73 } } @@ -100899,16 +98102,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 55545, - 55549 + 55005, + 55009 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 21 }, "end": { - "line": 1908, + "line": 1897, "column": 25 } } @@ -100917,31 +98120,31 @@ "type": "Identifier", "name": "test", "range": [ - 55550, - 55554 + 55010, + 55014 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 26 }, "end": { - "line": 1908, + "line": 1897, "column": 30 } } }, "range": [ - 55545, - 55554 + 55005, + 55014 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 21 }, "end": { - "line": 1908, + "line": 1897, "column": 30 } } @@ -100951,32 +98154,32 @@ "type": "Identifier", "name": "term", "range": [ - 55555, - 55559 + 55015, + 55019 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 31 }, "end": { - "line": 1908, + "line": 1897, "column": 35 } } } ], "range": [ - 55545, - 55560 + 55005, + 55020 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 21 }, "end": { - "line": 1908, + "line": 1897, "column": 36 } } @@ -100993,16 +98196,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55592, - 55601 + 55052, + 55061 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 16 }, "end": { - "line": 1909, + "line": 1898, "column": 25 } } @@ -101013,16 +98216,16 @@ "type": "Identifier", "name": "contains", "range": [ - 55604, - 55612 + 55064, + 55072 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 28 }, "end": { - "line": 1909, + "line": 1898, "column": 36 } } @@ -101037,16 +98240,16 @@ "type": "Identifier", "name": "term", "range": [ - 55613, - 55617 + 55073, + 55077 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 37 }, "end": { - "line": 1909, + "line": 1898, "column": 41 } } @@ -101055,31 +98258,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55618, - 55625 + 55078, + 55085 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 42 }, "end": { - "line": 1909, + "line": 1898, "column": 49 } } }, "range": [ - 55613, - 55625 + 55073, + 55085 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 37 }, "end": { - "line": 1909, + "line": 1898, "column": 49 } } @@ -101089,16 +98292,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 55626, - 55630 + 55086, + 55090 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 50 }, "end": { - "line": 1909, + "line": 1898, "column": 54 } } @@ -101108,32 +98311,32 @@ "value": "", "raw": "''", "range": [ - 55632, - 55634 + 55092, + 55094 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 56 }, "end": { - "line": 1909, + "line": 1898, "column": 58 } } } ], "range": [ - 55613, - 55635 + 55073, + 55095 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 37 }, "end": { - "line": 1909, + "line": 1898, "column": 59 } } @@ -101142,16 +98345,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 55637, - 55646 + 55097, + 55106 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 61 }, "end": { - "line": 1909, + "line": 1898, "column": 70 } } @@ -101161,16 +98364,16 @@ "value": false, "raw": "false", "range": [ - 55668, - 55673 + 55128, + 55133 ], "loc": { "start": { - "line": 1910, + "line": 1899, "column": 20 }, "end": { - "line": 1910, + "line": 1899, "column": 25 } } @@ -101181,16 +98384,16 @@ "object": { "type": "ThisExpression", "range": [ - 55675, - 55679 + 55135, + 55139 ], "loc": { "start": { - "line": 1910, + "line": 1899, "column": 27 }, "end": { - "line": 1910, + "line": 1899, "column": 31 } } @@ -101199,77 +98402,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 55680, - 55693 + 55140, + 55153 ], "loc": { "start": { - "line": 1910, + "line": 1899, "column": 32 }, "end": { - "line": 1910, + "line": 1899, "column": 45 } } }, "range": [ - 55675, - 55693 + 55135, + 55153 ], "loc": { "start": { - "line": 1910, + "line": 1899, "column": 27 }, "end": { - "line": 1910, + "line": 1899, "column": 45 } } } ], "range": [ - 55604, - 55694 + 55064, + 55154 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 28 }, "end": { - "line": 1910, + "line": 1899, "column": 46 } } }, "range": [ - 55592, - 55694 + 55052, + 55154 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 16 }, "end": { - "line": 1910, + "line": 1899, "column": 46 } } }, "range": [ - 55592, - 55695 + 55052, + 55155 ], "loc": { "start": { - "line": 1909, + "line": 1898, "column": 16 }, "end": { - "line": 1910, + "line": 1899, "column": 47 } }, @@ -101278,16 +98481,16 @@ "type": "Line", "value": " like date", "range": [ - 55563, - 55575 + 55023, + 55035 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 39 }, "end": { - "line": 1908, + "line": 1897, "column": 51 } } @@ -101296,16 +98499,16 @@ } ], "range": [ - 55562, - 55709 + 55022, + 55169 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 38 }, "end": { - "line": 1911, + "line": 1900, "column": 13 } } @@ -101318,16 +98521,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 55731, - 55742 + 55191, + 55202 ], "loc": { "start": { - "line": 1912, + "line": 1901, "column": 21 }, "end": { - "line": 1912, + "line": 1901, "column": 32 } } @@ -101337,32 +98540,32 @@ "type": "Identifier", "name": "term", "range": [ - 55743, - 55747 + 55203, + 55207 ], "loc": { "start": { - "line": 1912, + "line": 1901, "column": 33 }, "end": { - "line": 1912, + "line": 1901, "column": 37 } } } ], "range": [ - 55731, - 55748 + 55191, + 55208 ], "loc": { "start": { - "line": 1912, + "line": 1901, "column": 21 }, "end": { - "line": 1912, + "line": 1901, "column": 38 } } @@ -101379,16 +98582,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55768, - 55772 + 55228, + 55232 ], "loc": { "start": { - "line": 1913, + "line": 1902, "column": 16 }, "end": { - "line": 1913, + "line": 1902, "column": 20 } } @@ -101399,16 +98602,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55775, - 55784 + 55235, + 55244 ], "loc": { "start": { - "line": 1913, + "line": 1902, "column": 23 }, "end": { - "line": 1913, + "line": 1902, "column": 32 } } @@ -101418,16 +98621,16 @@ "type": "Identifier", "name": "term", "range": [ - 55785, - 55789 + 55245, + 55249 ], "loc": { "start": { - "line": 1913, + "line": 1902, "column": 33 }, "end": { - "line": 1913, + "line": 1902, "column": 37 } } @@ -101436,62 +98639,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55791, - 55797 + 55251, + 55257 ], "loc": { "start": { - "line": 1913, + "line": 1902, "column": 39 }, "end": { - "line": 1913, + "line": 1902, "column": 45 } } } ], "range": [ - 55775, - 55798 + 55235, + 55258 ], "loc": { "start": { - "line": 1913, + "line": 1902, "column": 23 }, "end": { - "line": 1913, + "line": 1902, "column": 46 } } }, "range": [ - 55768, - 55798 + 55228, + 55258 ], "loc": { "start": { - "line": 1913, + "line": 1902, "column": 16 }, "end": { - "line": 1913, + "line": 1902, "column": 46 } } }, "range": [ - 55768, - 55799 + 55228, + 55259 ], "loc": { "start": { - "line": 1913, + "line": 1902, "column": 16 }, "end": { - "line": 1913, + "line": 1902, "column": 47 } } @@ -101505,16 +98708,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55816, - 55825 + 55276, + 55285 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 16 }, "end": { - "line": 1914, + "line": 1903, "column": 25 } } @@ -101531,16 +98734,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55828, - 55832 + 55288, + 55292 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 28 }, "end": { - "line": 1914, + "line": 1903, "column": 32 } } @@ -101549,47 +98752,47 @@ "type": "Identifier", "name": "toString", "range": [ - 55833, - 55841 + 55293, + 55301 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 33 }, "end": { - "line": 1914, + "line": 1903, "column": 41 } } }, "range": [ - 55828, - 55841 + 55288, + 55301 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 28 }, "end": { - "line": 1914, + "line": 1903, "column": 41 } } }, "arguments": [], "range": [ - 55828, - 55843 + 55288, + 55303 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 28 }, "end": { - "line": 1914, + "line": 1903, "column": 43 } } @@ -101603,16 +98806,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55848, - 55852 + 55308, + 55312 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 48 }, "end": { - "line": 1914, + "line": 1903, "column": 52 } } @@ -101621,108 +98824,108 @@ "type": "Identifier", "name": "toString", "range": [ - 55853, - 55861 + 55313, + 55321 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 53 }, "end": { - "line": 1914, + "line": 1903, "column": 61 } } }, "range": [ - 55848, - 55861 + 55308, + 55321 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 48 }, "end": { - "line": 1914, + "line": 1903, "column": 61 } } }, "arguments": [], "range": [ - 55848, - 55863 + 55308, + 55323 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 48 }, "end": { - "line": 1914, + "line": 1903, "column": 63 } } }, "range": [ - 55828, - 55863 + 55288, + 55323 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 28 }, "end": { - "line": 1914, + "line": 1903, "column": 63 } } }, "range": [ - 55816, - 55863 + 55276, + 55323 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 16 }, "end": { - "line": 1914, + "line": 1903, "column": 63 } } }, "range": [ - 55816, - 55864 + 55276, + 55324 ], "loc": { "start": { - "line": 1914, + "line": 1903, "column": 16 }, "end": { - "line": 1914, + "line": 1903, "column": 64 } } } ], "range": [ - 55750, - 55878 + 55210, + 55338 ], "loc": { "start": { - "line": 1912, + "line": 1901, "column": 40 }, "end": { - "line": 1915, + "line": 1904, "column": 13 } }, @@ -101731,16 +98934,16 @@ "type": "Line", "value": "empty", "range": [ - 55891, - 55898 + 55351, + 55358 ], "loc": { "start": { - "line": 1916, + "line": 1905, "column": 12 }, "end": { - "line": 1916, + "line": 1905, "column": 19 } } @@ -101753,16 +98956,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 55920, - 55925 + 55380, + 55385 ], "loc": { "start": { - "line": 1917, + "line": 1906, "column": 21 }, "end": { - "line": 1917, + "line": 1906, "column": 26 } } @@ -101779,16 +98982,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55945, - 55954 + 55405, + 55414 ], "loc": { "start": { - "line": 1918, + "line": 1907, "column": 16 }, "end": { - "line": 1918, + "line": 1907, "column": 25 } } @@ -101799,16 +99002,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 55957, - 55970 + 55417, + 55430 ], "loc": { "start": { - "line": 1918, + "line": 1907, "column": 28 }, "end": { - "line": 1918, + "line": 1907, "column": 41 } } @@ -101818,78 +99021,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 55971, - 55980 + 55431, + 55440 ], "loc": { "start": { - "line": 1918, + "line": 1907, "column": 42 }, "end": { - "line": 1918, + "line": 1907, "column": 51 } } } ], "range": [ - 55957, - 55981 + 55417, + 55441 ], "loc": { "start": { - "line": 1918, + "line": 1907, "column": 28 }, "end": { - "line": 1918, + "line": 1907, "column": 52 } } }, "range": [ - 55945, - 55981 + 55405, + 55441 ], "loc": { "start": { - "line": 1918, + "line": 1907, "column": 16 }, "end": { - "line": 1918, + "line": 1907, "column": 52 } } }, "range": [ - 55945, - 55982 + 55405, + 55442 ], "loc": { "start": { - "line": 1918, + "line": 1907, "column": 16 }, "end": { - "line": 1918, + "line": 1907, "column": 53 } } } ], "range": [ - 55927, - 55996 + 55387, + 55456 ], "loc": { "start": { - "line": 1917, + "line": 1906, "column": 28 }, "end": { - "line": 1919, + "line": 1908, "column": 13 } }, @@ -101898,16 +99101,16 @@ "type": "Line", "value": "non-empty", "range": [ - 56009, - 56020 + 55469, + 55480 ], "loc": { "start": { - "line": 1920, + "line": 1909, "column": 12 }, "end": { - "line": 1920, + "line": 1909, "column": 23 } } @@ -101920,16 +99123,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 56042, - 56047 + 55502, + 55507 ], "loc": { "start": { - "line": 1921, + "line": 1910, "column": 21 }, "end": { - "line": 1921, + "line": 1910, "column": 26 } } @@ -101946,16 +99149,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56067, - 56076 + 55527, + 55536 ], "loc": { "start": { - "line": 1922, + "line": 1911, "column": 16 }, "end": { - "line": 1922, + "line": 1911, "column": 25 } } @@ -101969,16 +99172,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 56080, - 56093 + 55540, + 55553 ], "loc": { "start": { - "line": 1922, + "line": 1911, "column": 29 }, "end": { - "line": 1922, + "line": 1911, "column": 42 } } @@ -101988,94 +99191,94 @@ "type": "Identifier", "name": "cellValue", "range": [ - 56094, - 56103 + 55554, + 55563 ], "loc": { "start": { - "line": 1922, + "line": 1911, "column": 43 }, "end": { - "line": 1922, + "line": 1911, "column": 52 } } } ], "range": [ - 56080, - 56104 + 55540, + 55564 ], "loc": { "start": { - "line": 1922, + "line": 1911, "column": 29 }, "end": { - "line": 1922, + "line": 1911, "column": 53 } } }, "prefix": true, "range": [ - 56079, - 56104 + 55539, + 55564 ], "loc": { "start": { - "line": 1922, + "line": 1911, "column": 28 }, "end": { - "line": 1922, + "line": 1911, "column": 53 } } }, "range": [ - 56067, - 56104 + 55527, + 55564 ], "loc": { "start": { - "line": 1922, + "line": 1911, "column": 16 }, "end": { - "line": 1922, + "line": 1911, "column": 53 } } }, "range": [ - 56067, - 56105 + 55527, + 55565 ], "loc": { "start": { - "line": 1922, + "line": 1911, "column": 16 }, "end": { - "line": 1922, + "line": 1911, "column": 54 } } } ], "range": [ - 56049, - 56119 + 55509, + 55579 ], "loc": { "start": { - "line": 1921, + "line": 1910, "column": 28 }, "end": { - "line": 1923, + "line": 1912, "column": 13 } } @@ -102092,16 +99295,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56143, - 56152 + 55603, + 55612 ], "loc": { "start": { - "line": 1924, + "line": 1913, "column": 16 }, "end": { - "line": 1924, + "line": 1913, "column": 25 } } @@ -102112,16 +99315,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56155, - 56163 + 55615, + 55623 ], "loc": { "start": { - "line": 1924, + "line": 1913, "column": 28 }, "end": { - "line": 1924, + "line": 1913, "column": 36 } } @@ -102131,16 +99334,16 @@ "type": "Identifier", "name": "term", "range": [ - 56164, - 56168 + 55624, + 55628 ], "loc": { "start": { - "line": 1924, + "line": 1913, "column": 37 }, "end": { - "line": 1924, + "line": 1913, "column": 41 } } @@ -102149,16 +99352,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 56170, - 56179 + 55630, + 55639 ], "loc": { "start": { - "line": 1924, + "line": 1913, "column": 43 }, "end": { - "line": 1924, + "line": 1913, "column": 52 } } @@ -102171,16 +99374,16 @@ "object": { "type": "ThisExpression", "range": [ - 56201, - 56205 + 55661, + 55665 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 20 }, "end": { - "line": 1925, + "line": 1914, "column": 24 } } @@ -102189,31 +99392,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 56206, - 56218 + 55666, + 55678 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 25 }, "end": { - "line": 1925, + "line": 1914, "column": 37 } } }, "range": [ - 56201, - 56218 + 55661, + 55678 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 20 }, "end": { - "line": 1925, + "line": 1914, "column": 37 } } @@ -102223,32 +99426,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 56219, - 56225 + 55679, + 55685 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 38 }, "end": { - "line": 1925, + "line": 1914, "column": 44 } } } ], "range": [ - 56201, - 56226 + 55661, + 55686 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 20 }, "end": { - "line": 1925, + "line": 1914, "column": 45 } } @@ -102259,16 +99462,16 @@ "object": { "type": "ThisExpression", "range": [ - 56228, - 56232 + 55688, + 55692 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 47 }, "end": { - "line": 1925, + "line": 1914, "column": 51 } } @@ -102277,108 +99480,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56233, - 56246 + 55693, + 55706 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 52 }, "end": { - "line": 1925, + "line": 1914, "column": 65 } } }, "range": [ - 56228, - 56246 + 55688, + 55706 ], "loc": { "start": { - "line": 1925, + "line": 1914, "column": 47 }, "end": { - "line": 1925, + "line": 1914, "column": 65 } } } ], "range": [ - 56155, - 56247 + 55615, + 55707 ], "loc": { "start": { - "line": 1924, + "line": 1913, "column": 28 }, "end": { - "line": 1925, + "line": 1914, "column": 66 } } }, "range": [ - 56143, - 56247 + 55603, + 55707 ], "loc": { "start": { - "line": 1924, + "line": 1913, "column": 16 }, "end": { - "line": 1925, + "line": 1914, "column": 66 } } }, "range": [ - 56143, - 56248 + 55603, + 55708 ], "loc": { "start": { - "line": 1924, + "line": 1913, "column": 16 }, "end": { - "line": 1925, + "line": 1914, "column": 67 } } } ], "range": [ - 56125, - 56262 + 55585, + 55722 ], "loc": { "start": { - "line": 1923, + "line": 1912, "column": 19 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } } }, "range": [ - 56038, - 56262 + 55498, + 55722 ], "loc": { "start": { - "line": 1921, + "line": 1910, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102387,16 +99590,16 @@ "type": "Line", "value": "non-empty", "range": [ - 56009, - 56020 + 55469, + 55480 ], "loc": { "start": { - "line": 1920, + "line": 1909, "column": 12 }, "end": { - "line": 1920, + "line": 1909, "column": 23 } } @@ -102404,16 +99607,16 @@ ] }, "range": [ - 55916, - 56262 + 55376, + 55722 ], "loc": { "start": { - "line": 1917, + "line": 1906, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102422,16 +99625,16 @@ "type": "Line", "value": "empty", "range": [ - 55891, - 55898 + 55351, + 55358 ], "loc": { "start": { - "line": 1916, + "line": 1905, "column": 12 }, "end": { - "line": 1916, + "line": 1905, "column": 19 } } @@ -102439,31 +99642,31 @@ ] }, "range": [ - 55727, - 56262 + 55187, + 55722 ], "loc": { "start": { - "line": 1912, + "line": 1901, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } } }, "range": [ - 55541, - 56262 + 55001, + 55722 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102472,16 +99675,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 55462, - 55523 + 54922, + 54983 ], "loc": { "start": { - "line": 1907, + "line": 1896, "column": 12 }, "end": { - "line": 1907, + "line": 1896, "column": 73 } } @@ -102489,16 +99692,16 @@ ] }, "range": [ - 55289, - 56262 + 54749, + 55722 ], "loc": { "start": { - "line": 1903, + "line": 1892, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102507,16 +99710,16 @@ "type": "Line", "value": " equal date", "range": [ - 55258, - 55271 + 54718, + 54731 ], "loc": { "start": { - "line": 1902, + "line": 1891, "column": 12 }, "end": { - "line": 1902, + "line": 1891, "column": 25 } } @@ -102524,16 +99727,16 @@ ] }, "range": [ - 55086, - 56262 + 54546, + 55722 ], "loc": { "start": { - "line": 1898, + "line": 1887, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102542,16 +99745,16 @@ "type": "Line", "value": " different date", "range": [ - 55051, - 55068 + 54511, + 54528 ], "loc": { "start": { - "line": 1897, + "line": 1886, "column": 12 }, "end": { - "line": 1897, + "line": 1886, "column": 29 } } @@ -102559,16 +99762,16 @@ ] }, "range": [ - 54904, - 56262 + 54364, + 55722 ], "loc": { "start": { - "line": 1893, + "line": 1882, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102577,16 +99780,16 @@ "type": "Line", "value": " greater date", "range": [ - 54871, - 54886 + 54331, + 54346 ], "loc": { "start": { - "line": 1892, + "line": 1881, "column": 12 }, "end": { - "line": 1892, + "line": 1881, "column": 27 } } @@ -102594,16 +99797,16 @@ ] }, "range": [ - 54721, - 56262 + 54181, + 55722 ], "loc": { "start": { - "line": 1888, + "line": 1877, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102612,16 +99815,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 54682, - 54703 + 54142, + 54163 ], "loc": { "start": { - "line": 1887, + "line": 1876, "column": 12 }, "end": { - "line": 1887, + "line": 1876, "column": 33 } } @@ -102629,16 +99832,16 @@ ] }, "range": [ - 54535, - 56262 + 53995, + 55722 ], "loc": { "start": { - "line": 1883, + "line": 1872, "column": 17 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102647,16 +99850,16 @@ "type": "Line", "value": " lower date", "range": [ - 54504, - 54517 + 53964, + 53977 ], "loc": { "start": { - "line": 1882, + "line": 1871, "column": 12 }, "end": { - "line": 1882, + "line": 1871, "column": 25 } } @@ -102664,16 +99867,16 @@ ] }, "range": [ - 54354, - 56262 + 53814, + 55722 ], "loc": { "start": { - "line": 1878, + "line": 1867, "column": 12 }, "end": { - "line": 1926, + "line": 1915, "column": 13 } }, @@ -102682,16 +99885,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 54322, - 54341 + 53782, + 53801 ], "loc": { "start": { - "line": 1877, + "line": 1866, "column": 12 }, "end": { - "line": 1877, + "line": 1866, "column": 31 } } @@ -102700,16 +99903,16 @@ } ], "range": [ - 53368, - 56272 + 52828, + 55732 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 42 }, "end": { - "line": 1927, + "line": 1916, "column": 9 } } @@ -102727,16 +99930,16 @@ "object": { "type": "ThisExpression", "range": [ - 56305, - 56309 + 55765, + 55769 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 16 }, "end": { - "line": 1930, + "line": 1919, "column": 20 } } @@ -102745,31 +99948,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 56310, - 56317 + 55770, + 55777 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 21 }, "end": { - "line": 1930, + "line": 1919, "column": 28 } } }, "range": [ - 56305, - 56317 + 55765, + 55777 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 16 }, "end": { - "line": 1930, + "line": 1919, "column": 28 } } @@ -102779,16 +99982,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 56318, - 56324 + 55778, + 55784 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 29 }, "end": { - "line": 1930, + "line": 1919, "column": 35 } } @@ -102800,48 +100003,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 56327, - 56343 + 55787, + 55803 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 38 }, "end": { - "line": 1930, + "line": 1919, "column": 54 } } } ], "range": [ - 56326, - 56344 + 55786, + 55804 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 37 }, "end": { - "line": 1930, + "line": 1919, "column": 55 } } } ], "range": [ - 56305, - 56345 + 55765, + 55805 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 16 }, "end": { - "line": 1930, + "line": 1919, "column": 56 } } @@ -102858,16 +100061,16 @@ "type": "Identifier", "name": "colType", "range": [ - 56369, - 56376 + 55829, + 55836 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 20 }, "end": { - "line": 1931, + "line": 1920, "column": 27 } } @@ -102881,16 +100084,16 @@ "object": { "type": "ThisExpression", "range": [ - 56379, - 56383 + 55839, + 55843 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 30 }, "end": { - "line": 1931, + "line": 1920, "column": 34 } } @@ -102899,31 +100102,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 56384, - 56392 + 55844, + 55852 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 35 }, "end": { - "line": 1931, + "line": 1920, "column": 43 } } }, "range": [ - 56379, - 56392 + 55839, + 55852 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 30 }, "end": { - "line": 1931, + "line": 1920, "column": 43 } } @@ -102932,46 +100135,46 @@ "type": "Identifier", "name": "colIdx", "range": [ - 56393, - 56399 + 55853, + 55859 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 44 }, "end": { - "line": 1931, + "line": 1920, "column": 50 } } }, "range": [ - 56379, - 56400 + 55839, + 55860 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 30 }, "end": { - "line": 1931, + "line": 1920, "column": 51 } } }, "range": [ - 56369, - 56400 + 55829, + 55860 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 20 }, "end": { - "line": 1931, + "line": 1920, "column": 51 } } @@ -102979,16 +100182,16 @@ ], "kind": "let", "range": [ - 56365, - 56401 + 55825, + 55861 ], "loc": { "start": { - "line": 1931, + "line": 1920, "column": 16 }, "end": { - "line": 1931, + "line": 1920, "column": 52 } } @@ -103004,16 +100207,16 @@ "type": "Identifier", "name": "colType", "range": [ - 56422, - 56429 + 55882, + 55889 ], "loc": { "start": { - "line": 1932, + "line": 1921, "column": 20 }, "end": { - "line": 1932, + "line": 1921, "column": 27 } } @@ -103022,31 +100225,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 56430, - 56444 + 55890, + 55904 ], "loc": { "start": { - "line": 1932, + "line": 1921, "column": 28 }, "end": { - "line": 1932, + "line": 1921, "column": 42 } } }, "range": [ - 56422, - 56444 + 55882, + 55904 ], "loc": { "start": { - "line": 1932, + "line": 1921, "column": 20 }, "end": { - "line": 1932, + "line": 1921, "column": 42 } } @@ -103057,32 +100260,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 56445, - 56454 + 55905, + 55914 ], "loc": { "start": { - "line": 1932, + "line": 1921, "column": 43 }, "end": { - "line": 1932, + "line": 1921, "column": 52 } } } ], "range": [ - 56422, - 56455 + 55882, + 55915 ], "loc": { "start": { - "line": 1932, + "line": 1921, "column": 20 }, "end": { - "line": 1932, + "line": 1921, "column": 53 } } @@ -103099,16 +100302,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 56479, - 56486 + 55939, + 55946 ], "loc": { "start": { - "line": 1933, + "line": 1922, "column": 20 }, "end": { - "line": 1933, + "line": 1922, "column": 27 } } @@ -103120,16 +100323,16 @@ "type": "Identifier", "name": "colType", "range": [ - 56489, - 56496 + 55949, + 55956 ], "loc": { "start": { - "line": 1933, + "line": 1922, "column": 30 }, "end": { - "line": 1933, + "line": 1922, "column": 37 } } @@ -103138,125 +100341,125 @@ "type": "Identifier", "name": "decimal", "range": [ - 56497, - 56504 + 55957, + 55964 ], "loc": { "start": { - "line": 1933, + "line": 1922, "column": 38 }, "end": { - "line": 1933, + "line": 1922, "column": 45 } } }, "range": [ - 56489, - 56504 + 55949, + 55964 ], "loc": { "start": { - "line": 1933, + "line": 1922, "column": 30 }, "end": { - "line": 1933, + "line": 1922, "column": 45 } } }, "range": [ - 56479, - 56504 + 55939, + 55964 ], "loc": { "start": { - "line": 1933, + "line": 1922, "column": 20 }, "end": { - "line": 1933, + "line": 1922, "column": 45 } } }, "range": [ - 56479, - 56505 + 55939, + 55965 ], "loc": { "start": { - "line": 1933, + "line": 1922, "column": 20 }, "end": { - "line": 1933, + "line": 1922, "column": 46 } } } ], "range": [ - 56457, - 56523 + 55917, + 55983 ], "loc": { "start": { - "line": 1932, + "line": 1921, "column": 55 }, "end": { - "line": 1934, + "line": 1923, "column": 17 } } }, "alternate": null, "range": [ - 56418, - 56523 + 55878, + 55983 ], "loc": { "start": { - "line": 1932, + "line": 1921, "column": 16 }, "end": { - "line": 1934, + "line": 1923, "column": 17 } } } ], "range": [ - 56347, - 56537 + 55807, + 55997 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 58 }, "end": { - "line": 1935, + "line": 1924, "column": 13 } } }, "alternate": null, "range": [ - 56301, - 56537 + 55761, + 55997 ], "loc": { "start": { - "line": 1930, + "line": 1919, "column": 12 }, "end": { - "line": 1935, + "line": 1924, "column": 13 } }, @@ -103265,16 +100468,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 56550, - 56611 + 56010, + 56071 ], "loc": { "start": { - "line": 1936, + "line": 1925, "column": 12 }, "end": { - "line": 1936, + "line": 1925, "column": 73 } } @@ -103283,16 +100486,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 56624, - 56651 + 56084, + 56111 ], "loc": { "start": { - "line": 1937, + "line": 1926, "column": 12 }, "end": { - "line": 1937, + "line": 1926, "column": 39 } } @@ -103308,16 +100511,16 @@ "type": "Identifier", "name": "numData", "range": [ - 56664, - 56671 + 56124, + 56131 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 12 }, "end": { - "line": 1938, + "line": 1927, "column": 19 } } @@ -103331,16 +100534,16 @@ "type": "Identifier", "name": "Number", "range": [ - 56674, - 56680 + 56134, + 56140 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 22 }, "end": { - "line": 1938, + "line": 1927, "column": 28 } } @@ -103350,32 +100553,32 @@ "type": "Identifier", "name": "cellValue", "range": [ - 56681, - 56690 + 56141, + 56150 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 29 }, "end": { - "line": 1938, + "line": 1927, "column": 38 } } } ], "range": [ - 56674, - 56691 + 56134, + 56151 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 22 }, "end": { - "line": 1938, + "line": 1927, "column": 39 } } @@ -103386,16 +100589,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 56695, - 56702 + 56155, + 56162 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 43 }, "end": { - "line": 1938, + "line": 1927, "column": 50 } } @@ -103405,16 +100608,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 56703, - 56712 + 56163, + 56172 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 51 }, "end": { - "line": 1938, + "line": 1927, "column": 60 } } @@ -103423,77 +100626,77 @@ "type": "Identifier", "name": "decimal", "range": [ - 56714, - 56721 + 56174, + 56181 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 62 }, "end": { - "line": 1938, + "line": 1927, "column": 69 } } } ], "range": [ - 56695, - 56722 + 56155, + 56182 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 43 }, "end": { - "line": 1938, + "line": 1927, "column": 70 } } }, "range": [ - 56674, - 56722 + 56134, + 56182 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 22 }, "end": { - "line": 1938, + "line": 1927, "column": 70 } } }, "range": [ - 56664, - 56722 + 56124, + 56182 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 12 }, "end": { - "line": 1938, + "line": 1927, "column": 70 } } }, "range": [ - 56664, - 56723 + 56124, + 56183 ], "loc": { "start": { - "line": 1938, + "line": 1927, "column": 12 }, "end": { - "line": 1938, + "line": 1927, "column": 71 } }, @@ -103502,16 +100705,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 56550, - 56611 + 56010, + 56071 ], "loc": { "start": { - "line": 1936, + "line": 1925, "column": 12 }, "end": { - "line": 1936, + "line": 1925, "column": 73 } } @@ -103520,16 +100723,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 56624, - 56651 + 56084, + 56111 ], "loc": { "start": { - "line": 1937, + "line": 1926, "column": 12 }, "end": { - "line": 1937, + "line": 1926, "column": 39 } } @@ -103540,16 +100743,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 56737, - 56799 + 56197, + 56259 ], "loc": { "start": { - "line": 1940, + "line": 1929, "column": 12 }, "end": { - "line": 1940, + "line": 1929, "column": 74 } } @@ -103558,16 +100761,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 56812, - 56820 + 56272, + 56280 ], "loc": { "start": { - "line": 1941, + "line": 1930, "column": 12 }, "end": { - "line": 1941, + "line": 1930, "column": 20 } } @@ -103576,16 +100779,16 @@ "type": "Line", "value": " lower equal", "range": [ - 56833, - 56847 + 56293, + 56307 ], "loc": { "start": { - "line": 1942, + "line": 1931, "column": 12 }, "end": { - "line": 1942, + "line": 1931, "column": 26 } } @@ -103598,16 +100801,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 56864, - 56869 + 56324, + 56329 ], "loc": { "start": { - "line": 1943, + "line": 1932, "column": 16 }, "end": { - "line": 1943, + "line": 1932, "column": 21 } } @@ -103624,16 +100827,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56889, - 56898 + 56349, + 56358 ], "loc": { "start": { - "line": 1944, + "line": 1933, "column": 16 }, "end": { - "line": 1944, + "line": 1933, "column": 25 } } @@ -103645,16 +100848,16 @@ "type": "Identifier", "name": "numData", "range": [ - 56901, - 56908 + 56361, + 56368 ], "loc": { "start": { - "line": 1944, + "line": 1933, "column": 28 }, "end": { - "line": 1944, + "line": 1933, "column": 35 } } @@ -103665,16 +100868,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 56912, - 56919 + 56372, + 56379 ], "loc": { "start": { - "line": 1944, + "line": 1933, "column": 39 }, "end": { - "line": 1944, + "line": 1933, "column": 46 } } @@ -103689,16 +100892,16 @@ "type": "Identifier", "name": "term", "range": [ - 56941, - 56945 + 56401, + 56405 ], "loc": { "start": { - "line": 1945, + "line": 1934, "column": 20 }, "end": { - "line": 1945, + "line": 1934, "column": 24 } } @@ -103707,31 +100910,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56946, - 56953 + 56406, + 56413 ], "loc": { "start": { - "line": 1945, + "line": 1934, "column": 25 }, "end": { - "line": 1945, + "line": 1934, "column": 32 } } }, "range": [ - 56941, - 56953 + 56401, + 56413 ], "loc": { "start": { - "line": 1945, + "line": 1934, "column": 20 }, "end": { - "line": 1945, + "line": 1934, "column": 32 } } @@ -103741,16 +100944,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 56954, - 56958 + 56414, + 56418 ], "loc": { "start": { - "line": 1945, + "line": 1934, "column": 33 }, "end": { - "line": 1945, + "line": 1934, "column": 37 } } @@ -103760,32 +100963,32 @@ "value": "", "raw": "''", "range": [ - 56960, - 56962 + 56420, + 56422 ], "loc": { "start": { - "line": 1945, + "line": 1934, "column": 39 }, "end": { - "line": 1945, + "line": 1934, "column": 41 } } } ], "range": [ - 56941, - 56963 + 56401, + 56423 ], "loc": { "start": { - "line": 1945, + "line": 1934, "column": 20 }, "end": { - "line": 1945, + "line": 1934, "column": 42 } } @@ -103794,93 +100997,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 56985, - 56992 + 56445, + 56452 ], "loc": { "start": { - "line": 1946, + "line": 1935, "column": 20 }, "end": { - "line": 1946, + "line": 1935, "column": 27 } } } ], "range": [ - 56912, - 57010 + 56372, + 56470 ], "loc": { "start": { - "line": 1944, + "line": 1933, "column": 39 }, "end": { - "line": 1947, + "line": 1936, "column": 17 } } }, "range": [ - 56901, - 57010 + 56361, + 56470 ], "loc": { "start": { - "line": 1944, + "line": 1933, "column": 28 }, "end": { - "line": 1947, + "line": 1936, "column": 17 } } }, "range": [ - 56889, - 57010 + 56349, + 56470 ], "loc": { "start": { - "line": 1944, + "line": 1933, "column": 16 }, "end": { - "line": 1947, + "line": 1936, "column": 17 } } }, "range": [ - 56889, - 57011 + 56349, + 56471 ], "loc": { "start": { - "line": 1944, + "line": 1933, "column": 16 }, "end": { - "line": 1947, + "line": 1936, "column": 18 } } } ], "range": [ - 56871, - 57025 + 56331, + 56485 ], "loc": { "start": { - "line": 1943, + "line": 1932, "column": 23 }, "end": { - "line": 1948, + "line": 1937, "column": 13 } }, @@ -103889,16 +101092,16 @@ "type": "Line", "value": "greater equal", "range": [ - 57038, - 57053 + 56498, + 56513 ], "loc": { "start": { - "line": 1949, + "line": 1938, "column": 12 }, "end": { - "line": 1949, + "line": 1938, "column": 27 } } @@ -103911,16 +101114,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 57075, - 57080 + 56535, + 56540 ], "loc": { "start": { - "line": 1950, + "line": 1939, "column": 21 }, "end": { - "line": 1950, + "line": 1939, "column": 26 } } @@ -103937,16 +101140,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57100, - 57109 + 56560, + 56569 ], "loc": { "start": { - "line": 1951, + "line": 1940, "column": 16 }, "end": { - "line": 1951, + "line": 1940, "column": 25 } } @@ -103958,16 +101161,16 @@ "type": "Identifier", "name": "numData", "range": [ - 57112, - 57119 + 56572, + 56579 ], "loc": { "start": { - "line": 1951, + "line": 1940, "column": 28 }, "end": { - "line": 1951, + "line": 1940, "column": 35 } } @@ -103978,16 +101181,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 57123, - 57130 + 56583, + 56590 ], "loc": { "start": { - "line": 1951, + "line": 1940, "column": 39 }, "end": { - "line": 1951, + "line": 1940, "column": 46 } } @@ -104002,16 +101205,16 @@ "type": "Identifier", "name": "term", "range": [ - 57152, - 57156 + 56612, + 56616 ], "loc": { "start": { - "line": 1952, + "line": 1941, "column": 20 }, "end": { - "line": 1952, + "line": 1941, "column": 24 } } @@ -104020,31 +101223,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57157, - 57164 + 56617, + 56624 ], "loc": { "start": { - "line": 1952, + "line": 1941, "column": 25 }, "end": { - "line": 1952, + "line": 1941, "column": 32 } } }, "range": [ - 57152, - 57164 + 56612, + 56624 ], "loc": { "start": { - "line": 1952, + "line": 1941, "column": 20 }, "end": { - "line": 1952, + "line": 1941, "column": 32 } } @@ -104054,16 +101257,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 57165, - 57169 + 56625, + 56629 ], "loc": { "start": { - "line": 1952, + "line": 1941, "column": 33 }, "end": { - "line": 1952, + "line": 1941, "column": 37 } } @@ -104073,32 +101276,32 @@ "value": "", "raw": "''", "range": [ - 57171, - 57173 + 56631, + 56633 ], "loc": { "start": { - "line": 1952, + "line": 1941, "column": 39 }, "end": { - "line": 1952, + "line": 1941, "column": 41 } } } ], "range": [ - 57152, - 57174 + 56612, + 56634 ], "loc": { "start": { - "line": 1952, + "line": 1941, "column": 20 }, "end": { - "line": 1952, + "line": 1941, "column": 42 } } @@ -104107,93 +101310,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 57196, - 57203 + 56656, + 56663 ], "loc": { "start": { - "line": 1953, + "line": 1942, "column": 20 }, "end": { - "line": 1953, + "line": 1942, "column": 27 } } } ], "range": [ - 57123, - 57221 + 56583, + 56681 ], "loc": { "start": { - "line": 1951, + "line": 1940, "column": 39 }, "end": { - "line": 1954, + "line": 1943, "column": 17 } } }, "range": [ - 57112, - 57221 + 56572, + 56681 ], "loc": { "start": { - "line": 1951, + "line": 1940, "column": 28 }, "end": { - "line": 1954, + "line": 1943, "column": 17 } } }, "range": [ - 57100, - 57221 + 56560, + 56681 ], "loc": { "start": { - "line": 1951, + "line": 1940, "column": 16 }, "end": { - "line": 1954, + "line": 1943, "column": 17 } } }, "range": [ - 57100, - 57222 + 56560, + 56682 ], "loc": { "start": { - "line": 1951, + "line": 1940, "column": 16 }, "end": { - "line": 1954, + "line": 1943, "column": 18 } } } ], "range": [ - 57082, - 57236 + 56542, + 56696 ], "loc": { "start": { - "line": 1950, + "line": 1939, "column": 28 }, "end": { - "line": 1955, + "line": 1944, "column": 13 } }, @@ -104202,16 +101405,16 @@ "type": "Line", "value": "lower", "range": [ - 57249, - 57256 + 56709, + 56716 ], "loc": { "start": { - "line": 1956, + "line": 1945, "column": 12 }, "end": { - "line": 1956, + "line": 1945, "column": 19 } } @@ -104224,16 +101427,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 57278, - 57283 + 56738, + 56743 ], "loc": { "start": { - "line": 1957, + "line": 1946, "column": 21 }, "end": { - "line": 1957, + "line": 1946, "column": 26 } } @@ -104250,16 +101453,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57303, - 57312 + 56763, + 56772 ], "loc": { "start": { - "line": 1958, + "line": 1947, "column": 16 }, "end": { - "line": 1958, + "line": 1947, "column": 25 } } @@ -104271,16 +101474,16 @@ "type": "Identifier", "name": "numData", "range": [ - 57315, - 57322 + 56775, + 56782 ], "loc": { "start": { - "line": 1958, + "line": 1947, "column": 28 }, "end": { - "line": 1958, + "line": 1947, "column": 35 } } @@ -104291,16 +101494,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 57325, - 57332 + 56785, + 56792 ], "loc": { "start": { - "line": 1958, + "line": 1947, "column": 38 }, "end": { - "line": 1958, + "line": 1947, "column": 45 } } @@ -104315,16 +101518,16 @@ "type": "Identifier", "name": "term", "range": [ - 57354, - 57358 + 56814, + 56818 ], "loc": { "start": { - "line": 1959, + "line": 1948, "column": 20 }, "end": { - "line": 1959, + "line": 1948, "column": 24 } } @@ -104333,31 +101536,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57359, - 57366 + 56819, + 56826 ], "loc": { "start": { - "line": 1959, + "line": 1948, "column": 25 }, "end": { - "line": 1959, + "line": 1948, "column": 32 } } }, "range": [ - 57354, - 57366 + 56814, + 56826 ], "loc": { "start": { - "line": 1959, + "line": 1948, "column": 20 }, "end": { - "line": 1959, + "line": 1948, "column": 32 } } @@ -104367,16 +101570,16 @@ "type": "Identifier", "name": "reL", "range": [ - 57367, - 57370 + 56827, + 56830 ], "loc": { "start": { - "line": 1959, + "line": 1948, "column": 33 }, "end": { - "line": 1959, + "line": 1948, "column": 36 } } @@ -104386,32 +101589,32 @@ "value": "", "raw": "''", "range": [ - 57372, - 57374 + 56832, + 56834 ], "loc": { "start": { - "line": 1959, + "line": 1948, "column": 38 }, "end": { - "line": 1959, + "line": 1948, "column": 40 } } } ], "range": [ - 57354, - 57375 + 56814, + 56835 ], "loc": { "start": { - "line": 1959, + "line": 1948, "column": 20 }, "end": { - "line": 1959, + "line": 1948, "column": 41 } } @@ -104420,93 +101623,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 57397, - 57404 + 56857, + 56864 ], "loc": { "start": { - "line": 1960, + "line": 1949, "column": 20 }, "end": { - "line": 1960, + "line": 1949, "column": 27 } } } ], "range": [ - 57325, - 57422 + 56785, + 56882 ], "loc": { "start": { - "line": 1958, + "line": 1947, "column": 38 }, "end": { - "line": 1961, + "line": 1950, "column": 17 } } }, "range": [ - 57315, - 57422 + 56775, + 56882 ], "loc": { "start": { - "line": 1958, + "line": 1947, "column": 28 }, "end": { - "line": 1961, + "line": 1950, "column": 17 } } }, "range": [ - 57303, - 57422 + 56763, + 56882 ], "loc": { "start": { - "line": 1958, + "line": 1947, "column": 16 }, "end": { - "line": 1961, + "line": 1950, "column": 17 } } }, "range": [ - 57303, - 57423 + 56763, + 56883 ], "loc": { "start": { - "line": 1958, + "line": 1947, "column": 16 }, "end": { - "line": 1961, + "line": 1950, "column": 18 } } } ], "range": [ - 57285, - 57437 + 56745, + 56897 ], "loc": { "start": { - "line": 1957, + "line": 1946, "column": 28 }, "end": { - "line": 1962, + "line": 1951, "column": 13 } }, @@ -104515,16 +101718,16 @@ "type": "Line", "value": "greater", "range": [ - 57450, - 57459 + 56910, + 56919 ], "loc": { "start": { - "line": 1963, + "line": 1952, "column": 12 }, "end": { - "line": 1963, + "line": 1952, "column": 21 } } @@ -104537,16 +101740,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 57481, - 57486 + 56941, + 56946 ], "loc": { "start": { - "line": 1964, + "line": 1953, "column": 21 }, "end": { - "line": 1964, + "line": 1953, "column": 26 } } @@ -104563,16 +101766,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57506, - 57515 + 56966, + 56975 ], "loc": { "start": { - "line": 1965, + "line": 1954, "column": 16 }, "end": { - "line": 1965, + "line": 1954, "column": 25 } } @@ -104584,16 +101787,16 @@ "type": "Identifier", "name": "numData", "range": [ - 57518, - 57525 + 56978, + 56985 ], "loc": { "start": { - "line": 1965, + "line": 1954, "column": 28 }, "end": { - "line": 1965, + "line": 1954, "column": 35 } } @@ -104604,16 +101807,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 57528, - 57535 + 56988, + 56995 ], "loc": { "start": { - "line": 1965, + "line": 1954, "column": 38 }, "end": { - "line": 1965, + "line": 1954, "column": 45 } } @@ -104628,16 +101831,16 @@ "type": "Identifier", "name": "term", "range": [ - 57557, - 57561 + 57017, + 57021 ], "loc": { "start": { - "line": 1966, + "line": 1955, "column": 20 }, "end": { - "line": 1966, + "line": 1955, "column": 24 } } @@ -104646,31 +101849,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57562, - 57569 + 57022, + 57029 ], "loc": { "start": { - "line": 1966, + "line": 1955, "column": 25 }, "end": { - "line": 1966, + "line": 1955, "column": 32 } } }, "range": [ - 57557, - 57569 + 57017, + 57029 ], "loc": { "start": { - "line": 1966, + "line": 1955, "column": 20 }, "end": { - "line": 1966, + "line": 1955, "column": 32 } } @@ -104680,16 +101883,16 @@ "type": "Identifier", "name": "reG", "range": [ - 57570, - 57573 + 57030, + 57033 ], "loc": { "start": { - "line": 1966, + "line": 1955, "column": 33 }, "end": { - "line": 1966, + "line": 1955, "column": 36 } } @@ -104699,32 +101902,32 @@ "value": "", "raw": "''", "range": [ - 57575, - 57577 + 57035, + 57037 ], "loc": { "start": { - "line": 1966, + "line": 1955, "column": 38 }, "end": { - "line": 1966, + "line": 1955, "column": 40 } } } ], "range": [ - 57557, - 57578 + 57017, + 57038 ], "loc": { "start": { - "line": 1966, + "line": 1955, "column": 20 }, "end": { - "line": 1966, + "line": 1955, "column": 41 } } @@ -104733,93 +101936,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 57600, - 57607 + 57060, + 57067 ], "loc": { "start": { - "line": 1967, + "line": 1956, "column": 20 }, "end": { - "line": 1967, + "line": 1956, "column": 27 } } } ], "range": [ - 57528, - 57625 + 56988, + 57085 ], "loc": { "start": { - "line": 1965, + "line": 1954, "column": 38 }, "end": { - "line": 1968, + "line": 1957, "column": 17 } } }, "range": [ - 57518, - 57625 + 56978, + 57085 ], "loc": { "start": { - "line": 1965, + "line": 1954, "column": 28 }, "end": { - "line": 1968, + "line": 1957, "column": 17 } } }, "range": [ - 57506, - 57625 + 56966, + 57085 ], "loc": { "start": { - "line": 1965, + "line": 1954, "column": 16 }, "end": { - "line": 1968, + "line": 1957, "column": 17 } } }, "range": [ - 57506, - 57626 + 56966, + 57086 ], "loc": { "start": { - "line": 1965, + "line": 1954, "column": 16 }, "end": { - "line": 1968, + "line": 1957, "column": 18 } } } ], "range": [ - 57488, - 57640 + 56948, + 57100 ], "loc": { "start": { - "line": 1964, + "line": 1953, "column": 28 }, "end": { - "line": 1969, + "line": 1958, "column": 13 } }, @@ -104828,16 +102031,16 @@ "type": "Line", "value": "different", "range": [ - 57653, - 57664 + 57113, + 57124 ], "loc": { "start": { - "line": 1970, + "line": 1959, "column": 12 }, "end": { - "line": 1970, + "line": 1959, "column": 23 } } @@ -104850,16 +102053,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 57686, - 57691 + 57146, + 57151 ], "loc": { "start": { - "line": 1971, + "line": 1960, "column": 21 }, "end": { - "line": 1971, + "line": 1960, "column": 26 } } @@ -104876,16 +102079,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57711, - 57720 + 57171, + 57180 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 16 }, "end": { - "line": 1972, + "line": 1961, "column": 25 } } @@ -104898,16 +102101,16 @@ "type": "Identifier", "name": "contains", "range": [ - 57723, - 57731 + 57183, + 57191 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 28 }, "end": { - "line": 1972, + "line": 1961, "column": 36 } } @@ -104922,16 +102125,16 @@ "type": "Identifier", "name": "term", "range": [ - 57732, - 57736 + 57192, + 57196 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 37 }, "end": { - "line": 1972, + "line": 1961, "column": 41 } } @@ -104940,31 +102143,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57737, - 57744 + 57197, + 57204 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 42 }, "end": { - "line": 1972, + "line": 1961, "column": 49 } } }, "range": [ - 57732, - 57744 + 57192, + 57204 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 37 }, "end": { - "line": 1972, + "line": 1961, "column": 49 } } @@ -104974,16 +102177,16 @@ "type": "Identifier", "name": "reD", "range": [ - 57745, - 57748 + 57205, + 57208 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 50 }, "end": { - "line": 1972, + "line": 1961, "column": 53 } } @@ -104993,32 +102196,32 @@ "value": "", "raw": "''", "range": [ - 57750, - 57752 + 57210, + 57212 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 55 }, "end": { - "line": 1972, + "line": 1961, "column": 57 } } } ], "range": [ - 57732, - 57753 + 57192, + 57213 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 37 }, "end": { - "line": 1972, + "line": 1961, "column": 58 } } @@ -105027,16 +102230,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57755, - 57764 + 57215, + 57224 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 60 }, "end": { - "line": 1972, + "line": 1961, "column": 69 } } @@ -105046,16 +102249,16 @@ "value": false, "raw": "false", "range": [ - 57786, - 57791 + 57246, + 57251 ], "loc": { "start": { - "line": 1973, + "line": 1962, "column": 20 }, "end": { - "line": 1973, + "line": 1962, "column": 25 } } @@ -105066,16 +102269,16 @@ "object": { "type": "ThisExpression", "range": [ - 57793, - 57797 + 57253, + 57257 ], "loc": { "start": { - "line": 1973, + "line": 1962, "column": 27 }, "end": { - "line": 1973, + "line": 1962, "column": 31 } } @@ -105084,47 +102287,47 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 57798, - 57811 + 57258, + 57271 ], "loc": { "start": { - "line": 1973, + "line": 1962, "column": 32 }, "end": { - "line": 1973, + "line": 1962, "column": 45 } } }, "range": [ - 57793, - 57811 + 57253, + 57271 ], "loc": { "start": { - "line": 1973, + "line": 1962, "column": 27 }, "end": { - "line": 1973, + "line": 1962, "column": 45 } } } ], "range": [ - 57723, - 57812 + 57183, + 57272 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 28 }, "end": { - "line": 1973, + "line": 1962, "column": 46 } } @@ -105134,16 +102337,16 @@ "value": false, "raw": "false", "range": [ - 57815, - 57820 + 57275, + 57280 ], "loc": { "start": { - "line": 1973, + "line": 1962, "column": 49 }, "end": { - "line": 1973, + "line": 1962, "column": 54 } } @@ -105153,77 +102356,77 @@ "value": true, "raw": "true", "range": [ - 57823, - 57827 + 57283, + 57287 ], "loc": { "start": { - "line": 1973, + "line": 1962, "column": 57 }, "end": { - "line": 1973, + "line": 1962, "column": 61 } } }, "range": [ - 57723, - 57827 + 57183, + 57287 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 28 }, "end": { - "line": 1973, + "line": 1962, "column": 61 } } }, "range": [ - 57711, - 57827 + 57171, + 57287 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 16 }, "end": { - "line": 1973, + "line": 1962, "column": 61 } } }, "range": [ - 57711, - 57828 + 57171, + 57288 ], "loc": { "start": { - "line": 1972, + "line": 1961, "column": 16 }, "end": { - "line": 1973, + "line": 1962, "column": 62 } } } ], "range": [ - 57693, - 57842 + 57153, + 57302 ], "loc": { "start": { - "line": 1971, + "line": 1960, "column": 28 }, "end": { - "line": 1974, + "line": 1963, "column": 13 } }, @@ -105232,16 +102435,16 @@ "type": "Line", "value": "like", "range": [ - 57855, - 57861 + 57315, + 57321 ], "loc": { "start": { - "line": 1975, + "line": 1964, "column": 12 }, "end": { - "line": 1975, + "line": 1964, "column": 18 } } @@ -105254,16 +102457,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 57883, - 57888 + 57343, + 57348 ], "loc": { "start": { - "line": 1976, + "line": 1965, "column": 21 }, "end": { - "line": 1976, + "line": 1965, "column": 26 } } @@ -105280,16 +102483,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57908, - 57917 + 57368, + 57377 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 16 }, "end": { - "line": 1977, + "line": 1966, "column": 25 } } @@ -105300,16 +102503,16 @@ "type": "Identifier", "name": "contains", "range": [ - 57920, - 57928 + 57380, + 57388 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 28 }, "end": { - "line": 1977, + "line": 1966, "column": 36 } } @@ -105324,16 +102527,16 @@ "type": "Identifier", "name": "term", "range": [ - 57929, - 57933 + 57389, + 57393 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 37 }, "end": { - "line": 1977, + "line": 1966, "column": 41 } } @@ -105342,31 +102545,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57934, - 57941 + 57394, + 57401 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 42 }, "end": { - "line": 1977, + "line": 1966, "column": 49 } } }, "range": [ - 57929, - 57941 + 57389, + 57401 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 37 }, "end": { - "line": 1977, + "line": 1966, "column": 49 } } @@ -105376,16 +102579,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 57942, - 57946 + 57402, + 57406 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 50 }, "end": { - "line": 1977, + "line": 1966, "column": 54 } } @@ -105395,32 +102598,32 @@ "value": "", "raw": "''", "range": [ - 57948, - 57950 + 57408, + 57410 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 56 }, "end": { - "line": 1977, + "line": 1966, "column": 58 } } } ], "range": [ - 57929, - 57951 + 57389, + 57411 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 37 }, "end": { - "line": 1977, + "line": 1966, "column": 59 } } @@ -105429,16 +102632,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57953, - 57962 + 57413, + 57422 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 61 }, "end": { - "line": 1977, + "line": 1966, "column": 70 } } @@ -105448,16 +102651,16 @@ "value": false, "raw": "false", "range": [ - 57984, - 57989 + 57444, + 57449 ], "loc": { "start": { - "line": 1978, + "line": 1967, "column": 20 }, "end": { - "line": 1978, + "line": 1967, "column": 25 } } @@ -105468,16 +102671,16 @@ "object": { "type": "ThisExpression", "range": [ - 57991, - 57995 + 57451, + 57455 ], "loc": { "start": { - "line": 1978, + "line": 1967, "column": 27 }, "end": { - "line": 1978, + "line": 1967, "column": 31 } } @@ -105486,93 +102689,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 57996, - 58009 + 57456, + 57469 ], "loc": { "start": { - "line": 1978, + "line": 1967, "column": 32 }, "end": { - "line": 1978, + "line": 1967, "column": 45 } } }, "range": [ - 57991, - 58009 + 57451, + 57469 ], "loc": { "start": { - "line": 1978, + "line": 1967, "column": 27 }, "end": { - "line": 1978, + "line": 1967, "column": 45 } } } ], "range": [ - 57920, - 58010 + 57380, + 57470 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 28 }, "end": { - "line": 1978, + "line": 1967, "column": 46 } } }, "range": [ - 57908, - 58010 + 57368, + 57470 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 16 }, "end": { - "line": 1978, + "line": 1967, "column": 46 } } }, "range": [ - 57908, - 58011 + 57368, + 57471 ], "loc": { "start": { - "line": 1977, + "line": 1966, "column": 16 }, "end": { - "line": 1978, + "line": 1967, "column": 47 } } } ], "range": [ - 57890, - 58025 + 57350, + 57485 ], "loc": { "start": { - "line": 1976, + "line": 1965, "column": 28 }, "end": { - "line": 1979, + "line": 1968, "column": 13 } }, @@ -105581,16 +102784,16 @@ "type": "Line", "value": "equal", "range": [ - 58038, - 58045 + 57498, + 57505 ], "loc": { "start": { - "line": 1980, + "line": 1969, "column": 12 }, "end": { - "line": 1980, + "line": 1969, "column": 19 } } @@ -105603,16 +102806,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 58067, - 58072 + 57527, + 57532 ], "loc": { "start": { - "line": 1981, + "line": 1970, "column": 21 }, "end": { - "line": 1981, + "line": 1970, "column": 26 } } @@ -105629,16 +102832,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58092, - 58101 + 57552, + 57561 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 16 }, "end": { - "line": 1982, + "line": 1971, "column": 25 } } @@ -105649,16 +102852,16 @@ "type": "Identifier", "name": "contains", "range": [ - 58104, - 58112 + 57564, + 57572 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 28 }, "end": { - "line": 1982, + "line": 1971, "column": 36 } } @@ -105673,16 +102876,16 @@ "type": "Identifier", "name": "term", "range": [ - 58113, - 58117 + 57573, + 57577 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 37 }, "end": { - "line": 1982, + "line": 1971, "column": 41 } } @@ -105691,31 +102894,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58118, - 58125 + 57578, + 57585 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 42 }, "end": { - "line": 1982, + "line": 1971, "column": 49 } } }, "range": [ - 58113, - 58125 + 57573, + 57585 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 37 }, "end": { - "line": 1982, + "line": 1971, "column": 49 } } @@ -105725,16 +102928,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 58126, - 58130 + 57586, + 57590 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 50 }, "end": { - "line": 1982, + "line": 1971, "column": 54 } } @@ -105744,32 +102947,32 @@ "value": "", "raw": "''", "range": [ - 58132, - 58134 + 57592, + 57594 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 56 }, "end": { - "line": 1982, + "line": 1971, "column": 58 } } } ], "range": [ - 58113, - 58135 + 57573, + 57595 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 37 }, "end": { - "line": 1982, + "line": 1971, "column": 59 } } @@ -105778,16 +102981,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58137, - 58146 + 57597, + 57606 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 61 }, "end": { - "line": 1982, + "line": 1971, "column": 70 } } @@ -105797,16 +103000,16 @@ "value": true, "raw": "true", "range": [ - 58168, - 58172 + 57628, + 57632 ], "loc": { "start": { - "line": 1983, + "line": 1972, "column": 20 }, "end": { - "line": 1983, + "line": 1972, "column": 24 } } @@ -105817,16 +103020,16 @@ "object": { "type": "ThisExpression", "range": [ - 58174, - 58178 + 57634, + 57638 ], "loc": { "start": { - "line": 1983, + "line": 1972, "column": 26 }, "end": { - "line": 1983, + "line": 1972, "column": 30 } } @@ -105835,93 +103038,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 58179, - 58192 + 57639, + 57652 ], "loc": { "start": { - "line": 1983, + "line": 1972, "column": 31 }, "end": { - "line": 1983, + "line": 1972, "column": 44 } } }, "range": [ - 58174, - 58192 + 57634, + 57652 ], "loc": { "start": { - "line": 1983, + "line": 1972, "column": 26 }, "end": { - "line": 1983, + "line": 1972, "column": 44 } } } ], "range": [ - 58104, - 58193 + 57564, + 57653 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 28 }, "end": { - "line": 1983, + "line": 1972, "column": 45 } } }, "range": [ - 58092, - 58193 + 57552, + 57653 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 16 }, "end": { - "line": 1983, + "line": 1972, "column": 45 } } }, "range": [ - 58092, - 58194 + 57552, + 57654 ], "loc": { "start": { - "line": 1982, + "line": 1971, "column": 16 }, "end": { - "line": 1983, + "line": 1972, "column": 46 } } } ], "range": [ - 58074, - 58208 + 57534, + 57668 ], "loc": { "start": { - "line": 1981, + "line": 1970, "column": 28 }, "end": { - "line": 1984, + "line": 1973, "column": 13 } }, @@ -105930,16 +103133,16 @@ "type": "Line", "value": "starts with", "range": [ - 58221, - 58234 + 57681, + 57694 ], "loc": { "start": { - "line": 1985, + "line": 1974, "column": 12 }, "end": { - "line": 1985, + "line": 1974, "column": 25 } } @@ -105952,16 +103155,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 58256, - 58261 + 57716, + 57721 ], "loc": { "start": { - "line": 1986, + "line": 1975, "column": 21 }, "end": { - "line": 1986, + "line": 1975, "column": 26 } } @@ -105978,16 +103181,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58281, - 58290 + 57741, + 57750 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 16 }, "end": { - "line": 1987, + "line": 1976, "column": 25 } } @@ -106006,16 +103209,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58293, - 58302 + 57753, + 57762 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 28 }, "end": { - "line": 1987, + "line": 1976, "column": 37 } } @@ -106024,31 +103227,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 58303, - 58310 + 57763, + 57770 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 38 }, "end": { - "line": 1987, + "line": 1976, "column": 45 } } }, "range": [ - 58293, - 58310 + 57753, + 57770 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 28 }, "end": { - "line": 1987, + "line": 1976, "column": 45 } } @@ -106063,16 +103266,16 @@ "type": "Identifier", "name": "term", "range": [ - 58311, - 58315 + 57771, + 57775 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 46 }, "end": { - "line": 1987, + "line": 1976, "column": 50 } } @@ -106081,31 +103284,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58316, - 58323 + 57776, + 57783 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 51 }, "end": { - "line": 1987, + "line": 1976, "column": 58 } } }, "range": [ - 58311, - 58323 + 57771, + 57783 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 46 }, "end": { - "line": 1987, + "line": 1976, "column": 58 } } @@ -106115,16 +103318,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 58324, - 58328 + 57784, + 57788 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 59 }, "end": { - "line": 1987, + "line": 1976, "column": 63 } } @@ -106134,48 +103337,48 @@ "value": "", "raw": "''", "range": [ - 58330, - 58332 + 57790, + 57792 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 65 }, "end": { - "line": 1987, + "line": 1976, "column": 67 } } } ], "range": [ - 58311, - 58333 + 57771, + 57793 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 46 }, "end": { - "line": 1987, + "line": 1976, "column": 68 } } } ], "range": [ - 58293, - 58334 + 57753, + 57794 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 28 }, "end": { - "line": 1987, + "line": 1976, "column": 69 } } @@ -106185,31 +103388,31 @@ "value": 0, "raw": "0", "range": [ - 58339, - 58340 + 57799, + 57800 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 74 }, "end": { - "line": 1987, + "line": 1976, "column": 75 } } }, "range": [ - 58293, - 58340 + 57753, + 57800 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 28 }, "end": { - "line": 1987, + "line": 1976, "column": 75 } } @@ -106219,16 +103422,16 @@ "value": true, "raw": "true", "range": [ - 58363, - 58367 + 57823, + 57827 ], "loc": { "start": { - "line": 1988, + "line": 1977, "column": 20 }, "end": { - "line": 1988, + "line": 1977, "column": 24 } } @@ -106238,77 +103441,77 @@ "value": false, "raw": "false", "range": [ - 58370, - 58375 + 57830, + 57835 ], "loc": { "start": { - "line": 1988, + "line": 1977, "column": 27 }, "end": { - "line": 1988, + "line": 1977, "column": 32 } } }, "range": [ - 58293, - 58375 + 57753, + 57835 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 28 }, "end": { - "line": 1988, + "line": 1977, "column": 32 } } }, "range": [ - 58281, - 58375 + 57741, + 57835 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 16 }, "end": { - "line": 1988, + "line": 1977, "column": 32 } } }, "range": [ - 58281, - 58376 + 57741, + 57836 ], "loc": { "start": { - "line": 1987, + "line": 1976, "column": 16 }, "end": { - "line": 1988, + "line": 1977, "column": 33 } } } ], "range": [ - 58263, - 58390 + 57723, + 57850 ], "loc": { "start": { - "line": 1986, + "line": 1975, "column": 28 }, "end": { - "line": 1989, + "line": 1978, "column": 13 } }, @@ -106317,16 +103520,16 @@ "type": "Line", "value": "ends with", "range": [ - 58403, - 58414 + 57863, + 57874 ], "loc": { "start": { - "line": 1990, + "line": 1979, "column": 12 }, "end": { - "line": 1990, + "line": 1979, "column": 23 } } @@ -106339,16 +103542,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 58436, - 58441 + 57896, + 57901 ], "loc": { "start": { - "line": 1991, + "line": 1980, "column": 21 }, "end": { - "line": 1991, + "line": 1980, "column": 26 } } @@ -106365,16 +103568,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 58465, - 58474 + 57925, + 57934 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 20 }, "end": { - "line": 1992, + "line": 1981, "column": 29 } } @@ -106388,16 +103591,16 @@ "type": "Identifier", "name": "term", "range": [ - 58477, - 58481 + 57937, + 57941 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 32 }, "end": { - "line": 1992, + "line": 1981, "column": 36 } } @@ -106406,31 +103609,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58482, - 58489 + 57942, + 57949 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 37 }, "end": { - "line": 1992, + "line": 1981, "column": 44 } } }, "range": [ - 58477, - 58489 + 57937, + 57949 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 32 }, "end": { - "line": 1992, + "line": 1981, "column": 44 } } @@ -106440,16 +103643,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 58490, - 58494 + 57950, + 57954 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 45 }, "end": { - "line": 1992, + "line": 1981, "column": 49 } } @@ -106459,47 +103662,47 @@ "value": "", "raw": "''", "range": [ - 58496, - 58498 + 57956, + 57958 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 51 }, "end": { - "line": 1992, + "line": 1981, "column": 53 } } } ], "range": [ - 58477, - 58499 + 57937, + 57959 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 32 }, "end": { - "line": 1992, + "line": 1981, "column": 54 } } }, "range": [ - 58465, - 58499 + 57925, + 57959 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 20 }, "end": { - "line": 1992, + "line": 1981, "column": 54 } } @@ -106507,16 +103710,16 @@ ], "kind": "let", "range": [ - 58461, - 58500 + 57921, + 57960 ], "loc": { "start": { - "line": 1992, + "line": 1981, "column": 16 }, "end": { - "line": 1992, + "line": 1981, "column": 55 } } @@ -106530,16 +103733,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58517, - 58526 + 57977, + 57986 ], "loc": { "start": { - "line": 1993, + "line": 1982, "column": 16 }, "end": { - "line": 1993, + "line": 1982, "column": 25 } } @@ -106561,16 +103764,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58549, - 58558 + 58009, + 58018 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 20 }, "end": { - "line": 1994, + "line": 1983, "column": 29 } } @@ -106579,31 +103782,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 58559, - 58570 + 58019, + 58030 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 30 }, "end": { - "line": 1994, + "line": 1983, "column": 41 } } }, "range": [ - 58549, - 58570 + 58009, + 58030 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 20 }, "end": { - "line": 1994, + "line": 1983, "column": 41 } } @@ -106613,16 +103816,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 58571, - 58580 + 58031, + 58040 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 42 }, "end": { - "line": 1994, + "line": 1983, "column": 51 } } @@ -106637,16 +103840,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58582, - 58591 + 58042, + 58051 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 53 }, "end": { - "line": 1994, + "line": 1983, "column": 62 } } @@ -106655,31 +103858,31 @@ "type": "Identifier", "name": "length", "range": [ - 58592, - 58598 + 58052, + 58058 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 63 }, "end": { - "line": 1994, + "line": 1983, "column": 69 } } }, "range": [ - 58582, - 58598 + 58042, + 58058 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 53 }, "end": { - "line": 1994, + "line": 1983, "column": 69 } } @@ -106689,47 +103892,47 @@ "value": 1, "raw": "1", "range": [ - 58601, - 58602 + 58061, + 58062 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 72 }, "end": { - "line": 1994, + "line": 1983, "column": 73 } } }, "range": [ - 58582, - 58602 + 58042, + 58062 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 53 }, "end": { - "line": 1994, + "line": 1983, "column": 73 } } } ], "range": [ - 58549, - 58603 + 58009, + 58063 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 20 }, "end": { - "line": 1994, + "line": 1983, "column": 74 } } @@ -106747,16 +103950,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58633, - 58642 + 58093, + 58102 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 25 }, "end": { - "line": 1995, + "line": 1984, "column": 34 } } @@ -106765,31 +103968,31 @@ "type": "Identifier", "name": "length", "range": [ - 58643, - 58649 + 58103, + 58109 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 35 }, "end": { - "line": 1995, + "line": 1984, "column": 41 } } }, "range": [ - 58633, - 58649 + 58093, + 58109 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 25 }, "end": { - "line": 1995, + "line": 1984, "column": 41 } } @@ -106799,31 +104002,31 @@ "value": 1, "raw": "1", "range": [ - 58652, - 58653 + 58112, + 58113 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 44 }, "end": { - "line": 1995, + "line": 1984, "column": 45 } } }, "range": [ - 58633, - 58653 + 58093, + 58113 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 25 }, "end": { - "line": 1995, + "line": 1984, "column": 45 } } @@ -106838,16 +104041,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 58658, - 58667 + 58118, + 58127 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 50 }, "end": { - "line": 1995, + "line": 1984, "column": 59 } } @@ -106856,31 +104059,31 @@ "type": "Identifier", "name": "length", "range": [ - 58668, - 58674 + 58128, + 58134 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 60 }, "end": { - "line": 1995, + "line": 1984, "column": 66 } } }, "range": [ - 58658, - 58674 + 58118, + 58134 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 50 }, "end": { - "line": 1995, + "line": 1984, "column": 66 } } @@ -106890,61 +104093,61 @@ "value": 1, "raw": "1", "range": [ - 58677, - 58678 + 58137, + 58138 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 69 }, "end": { - "line": 1995, + "line": 1984, "column": 70 } } }, "range": [ - 58658, - 58678 + 58118, + 58138 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 50 }, "end": { - "line": 1995, + "line": 1984, "column": 70 } } }, "range": [ - 58632, - 58679 + 58092, + 58139 ], "loc": { "start": { - "line": 1995, + "line": 1984, "column": 24 }, "end": { - "line": 1995, + "line": 1984, "column": 71 } } }, "range": [ - 58549, - 58679 + 58009, + 58139 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 20 }, "end": { - "line": 1995, + "line": 1984, "column": 71 } } @@ -106961,16 +104164,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58707, - 58716 + 58167, + 58176 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 24 }, "end": { - "line": 1996, + "line": 1985, "column": 33 } } @@ -106979,31 +104182,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 58717, - 58728 + 58177, + 58188 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 34 }, "end": { - "line": 1996, + "line": 1985, "column": 45 } } }, "range": [ - 58707, - 58728 + 58167, + 58188 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 24 }, "end": { - "line": 1996, + "line": 1985, "column": 45 } } @@ -107013,16 +104216,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 58729, - 58738 + 58189, + 58198 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 46 }, "end": { - "line": 1996, + "line": 1985, "column": 55 } } @@ -107037,16 +104240,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58740, - 58749 + 58200, + 58209 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 57 }, "end": { - "line": 1996, + "line": 1985, "column": 66 } } @@ -107055,31 +104258,31 @@ "type": "Identifier", "name": "length", "range": [ - 58750, - 58756 + 58210, + 58216 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 67 }, "end": { - "line": 1996, + "line": 1985, "column": 73 } } }, "range": [ - 58740, - 58756 + 58200, + 58216 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 57 }, "end": { - "line": 1996, + "line": 1985, "column": 73 } } @@ -107089,47 +104292,47 @@ "value": 1, "raw": "1", "range": [ - 58759, - 58760 + 58219, + 58220 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 76 }, "end": { - "line": 1996, + "line": 1985, "column": 77 } } }, "range": [ - 58740, - 58760 + 58200, + 58220 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 57 }, "end": { - "line": 1996, + "line": 1985, "column": 77 } } } ], "range": [ - 58707, - 58761 + 58167, + 58221 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 24 }, "end": { - "line": 1996, + "line": 1985, "column": 78 } } @@ -107142,62 +104345,62 @@ "value": 1, "raw": "1", "range": [ - 58789, - 58790 + 58249, + 58250 ], "loc": { "start": { - "line": 1997, + "line": 1986, "column": 27 }, "end": { - "line": 1997, + "line": 1986, "column": 28 } } }, "prefix": true, "range": [ - 58788, - 58790 + 58248, + 58250 ], "loc": { "start": { - "line": 1997, + "line": 1986, "column": 26 }, "end": { - "line": 1997, + "line": 1986, "column": 28 } } }, "range": [ - 58707, - 58790 + 58167, + 58250 ], "loc": { "start": { - "line": 1996, + "line": 1985, "column": 24 }, "end": { - "line": 1997, + "line": 1986, "column": 28 } } }, "range": [ - 58549, - 58790 + 58009, + 58250 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 20 }, "end": { - "line": 1997, + "line": 1986, "column": 28 } } @@ -107207,16 +104410,16 @@ "value": true, "raw": "true", "range": [ - 58793, - 58797 + 58253, + 58257 ], "loc": { "start": { - "line": 1997, + "line": 1986, "column": 31 }, "end": { - "line": 1997, + "line": 1986, "column": 35 } } @@ -107226,77 +104429,77 @@ "value": false, "raw": "false", "range": [ - 58800, - 58805 + 58260, + 58265 ], "loc": { "start": { - "line": 1997, + "line": 1986, "column": 38 }, "end": { - "line": 1997, + "line": 1986, "column": 43 } } }, "range": [ - 58549, - 58805 + 58009, + 58265 ], "loc": { "start": { - "line": 1994, + "line": 1983, "column": 20 }, "end": { - "line": 1997, + "line": 1986, "column": 43 } } }, "range": [ - 58517, - 58805 + 57977, + 58265 ], "loc": { "start": { - "line": 1993, + "line": 1982, "column": 16 }, "end": { - "line": 1997, + "line": 1986, "column": 43 } } }, "range": [ - 58517, - 58806 + 57977, + 58266 ], "loc": { "start": { - "line": 1993, + "line": 1982, "column": 16 }, "end": { - "line": 1997, + "line": 1986, "column": 44 } } } ], "range": [ - 58443, - 58820 + 57903, + 58280 ], "loc": { "start": { - "line": 1991, + "line": 1980, "column": 28 }, "end": { - "line": 1998, + "line": 1987, "column": 13 } }, @@ -107305,16 +104508,16 @@ "type": "Line", "value": "empty", "range": [ - 58833, - 58840 + 58293, + 58300 ], "loc": { "start": { - "line": 1999, + "line": 1988, "column": 12 }, "end": { - "line": 1999, + "line": 1988, "column": 19 } } @@ -107327,16 +104530,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 58862, - 58867 + 58322, + 58327 ], "loc": { "start": { - "line": 2000, + "line": 1989, "column": 21 }, "end": { - "line": 2000, + "line": 1989, "column": 26 } } @@ -107353,16 +104556,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58887, - 58896 + 58347, + 58356 ], "loc": { "start": { - "line": 2001, + "line": 1990, "column": 16 }, "end": { - "line": 2001, + "line": 1990, "column": 25 } } @@ -107373,16 +104576,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 58899, - 58912 + 58359, + 58372 ], "loc": { "start": { - "line": 2001, + "line": 1990, "column": 28 }, "end": { - "line": 2001, + "line": 1990, "column": 41 } } @@ -107392,78 +104595,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58913, - 58922 + 58373, + 58382 ], "loc": { "start": { - "line": 2001, + "line": 1990, "column": 42 }, "end": { - "line": 2001, + "line": 1990, "column": 51 } } } ], "range": [ - 58899, - 58923 + 58359, + 58383 ], "loc": { "start": { - "line": 2001, + "line": 1990, "column": 28 }, "end": { - "line": 2001, + "line": 1990, "column": 52 } } }, "range": [ - 58887, - 58923 + 58347, + 58383 ], "loc": { "start": { - "line": 2001, + "line": 1990, "column": 16 }, "end": { - "line": 2001, + "line": 1990, "column": 52 } } }, "range": [ - 58887, - 58924 + 58347, + 58384 ], "loc": { "start": { - "line": 2001, + "line": 1990, "column": 16 }, "end": { - "line": 2001, + "line": 1990, "column": 53 } } } ], "range": [ - 58869, - 58938 + 58329, + 58398 ], "loc": { "start": { - "line": 2000, + "line": 1989, "column": 28 }, "end": { - "line": 2002, + "line": 1991, "column": 13 } }, @@ -107472,16 +104675,16 @@ "type": "Line", "value": "non-empty", "range": [ - 58951, - 58962 + 58411, + 58422 ], "loc": { "start": { - "line": 2003, + "line": 1992, "column": 12 }, "end": { - "line": 2003, + "line": 1992, "column": 23 } } @@ -107494,16 +104697,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 58984, - 58989 + 58444, + 58449 ], "loc": { "start": { - "line": 2004, + "line": 1993, "column": 21 }, "end": { - "line": 2004, + "line": 1993, "column": 26 } } @@ -107520,16 +104723,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59009, - 59018 + 58469, + 58478 ], "loc": { "start": { - "line": 2005, + "line": 1994, "column": 16 }, "end": { - "line": 2005, + "line": 1994, "column": 25 } } @@ -107543,16 +104746,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 59022, - 59035 + 58482, + 58495 ], "loc": { "start": { - "line": 2005, + "line": 1994, "column": 29 }, "end": { - "line": 2005, + "line": 1994, "column": 42 } } @@ -107562,94 +104765,94 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59036, - 59045 + 58496, + 58505 ], "loc": { "start": { - "line": 2005, + "line": 1994, "column": 43 }, "end": { - "line": 2005, + "line": 1994, "column": 52 } } } ], "range": [ - 59022, - 59046 + 58482, + 58506 ], "loc": { "start": { - "line": 2005, + "line": 1994, "column": 29 }, "end": { - "line": 2005, + "line": 1994, "column": 53 } } }, "prefix": true, "range": [ - 59021, - 59046 + 58481, + 58506 ], "loc": { "start": { - "line": 2005, + "line": 1994, "column": 28 }, "end": { - "line": 2005, + "line": 1994, "column": 53 } } }, "range": [ - 59009, - 59046 + 58469, + 58506 ], "loc": { "start": { - "line": 2005, + "line": 1994, "column": 16 }, "end": { - "line": 2005, + "line": 1994, "column": 53 } } }, "range": [ - 59009, - 59047 + 58469, + 58507 ], "loc": { "start": { - "line": 2005, + "line": 1994, "column": 16 }, "end": { - "line": 2005, + "line": 1994, "column": 54 } } } ], "range": [ - 58991, - 59061 + 58451, + 58521 ], "loc": { "start": { - "line": 2004, + "line": 1993, "column": 28 }, "end": { - "line": 2006, + "line": 1995, "column": 13 } }, @@ -107658,16 +104861,16 @@ "type": "Line", "value": "regexp", "range": [ - 59074, - 59082 + 58534, + 58542 ], "loc": { "start": { - "line": 2007, + "line": 1996, "column": 12 }, "end": { - "line": 2007, + "line": 1996, "column": 20 } } @@ -107680,16 +104883,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 59104, - 59109 + 58564, + 58569 ], "loc": { "start": { - "line": 2008, + "line": 1997, "column": 21 }, "end": { - "line": 2008, + "line": 1997, "column": 26 } } @@ -107711,16 +104914,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 59241, - 59248 + 58701, + 58708 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 24 }, "end": { - "line": 2012, + "line": 2001, "column": 31 } } @@ -107734,16 +104937,16 @@ "type": "Identifier", "name": "term", "range": [ - 59251, - 59255 + 58711, + 58715 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 34 }, "end": { - "line": 2012, + "line": 2001, "column": 38 } } @@ -107752,31 +104955,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59256, - 59263 + 58716, + 58723 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 39 }, "end": { - "line": 2012, + "line": 2001, "column": 46 } } }, "range": [ - 59251, - 59263 + 58711, + 58723 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 34 }, "end": { - "line": 2012, + "line": 2001, "column": 46 } } @@ -107786,16 +104989,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 59264, - 59268 + 58724, + 58728 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 47 }, "end": { - "line": 2012, + "line": 2001, "column": 51 } } @@ -107805,47 +105008,47 @@ "value": "", "raw": "''", "range": [ - 59270, - 59272 + 58730, + 58732 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 53 }, "end": { - "line": 2012, + "line": 2001, "column": 55 } } } ], "range": [ - 59251, - 59273 + 58711, + 58733 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 34 }, "end": { - "line": 2012, + "line": 2001, "column": 56 } } }, "range": [ - 59241, - 59273 + 58701, + 58733 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 24 }, "end": { - "line": 2012, + "line": 2001, "column": 56 } } @@ -107853,16 +105056,16 @@ ], "kind": "let", "range": [ - 59237, - 59274 + 58697, + 58734 ], "loc": { "start": { - "line": 2012, + "line": 2001, "column": 20 }, "end": { - "line": 2012, + "line": 2001, "column": 57 } }, @@ -107871,16 +105074,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 59195, - 59216 + 58655, + 58676 ], "loc": { "start": { - "line": 2011, + "line": 2000, "column": 20 }, "end": { - "line": 2011, + "line": 2000, "column": 41 } } @@ -107896,16 +105099,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 59299, - 59302 + 58759, + 58762 ], "loc": { "start": { - "line": 2013, + "line": 2002, "column": 24 }, "end": { - "line": 2013, + "line": 2002, "column": 27 } } @@ -107916,16 +105119,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 59309, - 59315 + 58769, + 58775 ], "loc": { "start": { - "line": 2013, + "line": 2002, "column": 34 }, "end": { - "line": 2013, + "line": 2002, "column": 40 } } @@ -107935,47 +105138,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 59316, - 59323 + 58776, + 58783 ], "loc": { "start": { - "line": 2013, + "line": 2002, "column": 41 }, "end": { - "line": 2013, + "line": 2002, "column": 48 } } } ], "range": [ - 59305, - 59324 + 58765, + 58784 ], "loc": { "start": { - "line": 2013, + "line": 2002, "column": 30 }, "end": { - "line": 2013, + "line": 2002, "column": 49 } } }, "range": [ - 59299, - 59324 + 58759, + 58784 ], "loc": { "start": { - "line": 2013, + "line": 2002, "column": 24 }, "end": { - "line": 2013, + "line": 2002, "column": 49 } } @@ -107983,16 +105186,16 @@ ], "kind": "let", "range": [ - 59295, - 59325 + 58755, + 58785 ], "loc": { "start": { - "line": 2013, + "line": 2002, "column": 20 }, "end": { - "line": 2013, + "line": 2002, "column": 50 } } @@ -108006,16 +105209,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59346, - 59355 + 58806, + 58815 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 20 }, "end": { - "line": 2014, + "line": 2003, "column": 29 } } @@ -108029,16 +105232,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 59358, - 59361 + 58818, + 58821 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 32 }, "end": { - "line": 2014, + "line": 2003, "column": 35 } } @@ -108047,31 +105250,31 @@ "type": "Identifier", "name": "test", "range": [ - 59362, - 59366 + 58822, + 58826 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 36 }, "end": { - "line": 2014, + "line": 2003, "column": 40 } } }, "range": [ - 59358, - 59366 + 58818, + 58826 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 32 }, "end": { - "line": 2014, + "line": 2003, "column": 40 } } @@ -108081,78 +105284,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59367, - 59376 + 58827, + 58836 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 41 }, "end": { - "line": 2014, + "line": 2003, "column": 50 } } } ], "range": [ - 59358, - 59377 + 58818, + 58837 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 32 }, "end": { - "line": 2014, + "line": 2003, "column": 51 } } }, "range": [ - 59346, - 59377 + 58806, + 58837 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 20 }, "end": { - "line": 2014, + "line": 2003, "column": 51 } } }, "range": [ - 59346, - 59378 + 58806, + 58838 ], "loc": { "start": { - "line": 2014, + "line": 2003, "column": 20 }, "end": { - "line": 2014, + "line": 2003, "column": 52 } } } ], "range": [ - 59173, - 59396 + 58633, + 58856 ], "loc": { "start": { - "line": 2010, + "line": 1999, "column": 20 }, "end": { - "line": 2015, + "line": 2004, "column": 17 } } @@ -108163,16 +105366,16 @@ "type": "Identifier", "name": "ex", "range": [ - 59404, - 59406 + 58864, + 58866 ], "loc": { "start": { - "line": 2015, + "line": 2004, "column": 25 }, "end": { - "line": 2015, + "line": 2004, "column": 27 } } @@ -108189,16 +105392,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59430, - 59439 + 58890, + 58899 ], "loc": { "start": { - "line": 2016, + "line": 2005, "column": 20 }, "end": { - "line": 2016, + "line": 2005, "column": 29 } } @@ -108208,93 +105411,93 @@ "value": false, "raw": "false", "range": [ - 59442, - 59447 + 58902, + 58907 ], "loc": { "start": { - "line": 2016, + "line": 2005, "column": 32 }, "end": { - "line": 2016, + "line": 2005, "column": 37 } } }, "range": [ - 59430, - 59447 + 58890, + 58907 ], "loc": { "start": { - "line": 2016, + "line": 2005, "column": 20 }, "end": { - "line": 2016, + "line": 2005, "column": 37 } } }, "range": [ - 59430, - 59448 + 58890, + 58908 ], "loc": { "start": { - "line": 2016, + "line": 2005, "column": 20 }, "end": { - "line": 2016, + "line": 2005, "column": 38 } } } ], "range": [ - 59408, - 59466 + 58868, + 58926 ], "loc": { "start": { - "line": 2015, + "line": 2004, "column": 29 }, "end": { - "line": 2017, + "line": 2006, "column": 17 } } }, "range": [ - 59397, - 59466 + 58857, + 58926 ], "loc": { "start": { - "line": 2015, + "line": 2004, "column": 18 }, "end": { - "line": 2017, + "line": 2006, "column": 17 } } }, "finalizer": null, "range": [ - 59169, - 59466 + 58629, + 58926 ], "loc": { "start": { - "line": 2010, + "line": 1999, "column": 16 }, "end": { - "line": 2017, + "line": 2006, "column": 17 } }, @@ -108303,16 +105506,16 @@ "type": "Line", "value": "in case regexp throws", "range": [ - 59129, - 59152 + 58589, + 58612 ], "loc": { "start": { - "line": 2009, + "line": 1998, "column": 16 }, "end": { - "line": 2009, + "line": 1998, "column": 39 } } @@ -108321,16 +105524,16 @@ } ], "range": [ - 59111, - 59480 + 58571, + 58940 ], "loc": { "start": { - "line": 2008, + "line": 1997, "column": 28 }, "end": { - "line": 2018, + "line": 2007, "column": 13 } } @@ -108350,16 +105553,16 @@ "type": "Identifier", "name": "numData", "range": [ - 59652, - 59659 + 59112, + 59119 ], "loc": { "start": { - "line": 2021, + "line": 2010, "column": 20 }, "end": { - "line": 2021, + "line": 2010, "column": 27 } } @@ -108372,16 +105575,16 @@ "object": { "type": "ThisExpression", "range": [ - 59683, - 59687 + 59143, + 59147 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 20 }, "end": { - "line": 2022, + "line": 2011, "column": 24 } } @@ -108390,31 +105593,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 59688, - 59695 + 59148, + 59155 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 25 }, "end": { - "line": 2022, + "line": 2011, "column": 32 } } }, "range": [ - 59683, - 59695 + 59143, + 59155 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 20 }, "end": { - "line": 2022, + "line": 2011, "column": 32 } } @@ -108424,16 +105627,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 59696, - 59702 + 59156, + 59162 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 33 }, "end": { - "line": 2022, + "line": 2011, "column": 39 } } @@ -108445,16 +105648,16 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 59705, - 59711 + 59165, + 59171 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 42 }, "end": { - "line": 2022, + "line": 2011, "column": 48 } } @@ -108463,63 +105666,63 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 59713, - 59729 + 59173, + 59189 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 50 }, "end": { - "line": 2022, + "line": 2011, "column": 66 } } } ], "range": [ - 59704, - 59730 + 59164, + 59190 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 41 }, "end": { - "line": 2022, + "line": 2011, "column": 67 } } } ], "range": [ - 59683, - 59731 + 59143, + 59191 ], "loc": { "start": { - "line": 2022, + "line": 2011, "column": 20 }, "end": { - "line": 2022, + "line": 2011, "column": 68 } } }, "range": [ - 59652, - 59731 + 59112, + 59191 ], "loc": { "start": { - "line": 2021, + "line": 2010, "column": 20 }, "end": { - "line": 2022, + "line": 2011, "column": 68 } } @@ -108533,16 +105736,16 @@ "object": { "type": "ThisExpression", "range": [ - 59756, - 59760 + 59216, + 59220 ], "loc": { "start": { - "line": 2023, + "line": 2012, "column": 21 }, "end": { - "line": 2023, + "line": 2012, "column": 25 } } @@ -108551,62 +105754,62 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 59761, - 59776 + 59221, + 59236 ], "loc": { "start": { - "line": 2023, + "line": 2012, "column": 26 }, "end": { - "line": 2023, + "line": 2012, "column": 41 } } }, "range": [ - 59756, - 59776 + 59216, + 59236 ], "loc": { "start": { - "line": 2023, + "line": 2012, "column": 21 }, "end": { - "line": 2023, + "line": 2012, "column": 41 } } }, "prefix": true, "range": [ - 59755, - 59776 + 59215, + 59236 ], "loc": { "start": { - "line": 2023, + "line": 2012, "column": 20 }, "end": { - "line": 2023, + "line": 2012, "column": 41 } } }, "range": [ - 59652, - 59776 + 59112, + 59236 ], "loc": { "start": { - "line": 2021, + "line": 2010, "column": 20 }, "end": { - "line": 2023, + "line": 2012, "column": 41 } } @@ -108623,16 +105826,16 @@ "type": "Identifier", "name": "term", "range": [ - 60005, - 60009 + 59465, + 59469 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 20 }, "end": { - "line": 2027, + "line": 2016, "column": 24 } } @@ -108646,16 +105849,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 60012, - 60019 + 59472, + 59479 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 27 }, "end": { - "line": 2027, + "line": 2016, "column": 34 } } @@ -108665,16 +105868,16 @@ "type": "Identifier", "name": "term", "range": [ - 60020, - 60024 + 59480, + 59484 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 35 }, "end": { - "line": 2027, + "line": 2016, "column": 39 } } @@ -108683,32 +105886,32 @@ "type": "Identifier", "name": "decimal", "range": [ - 60026, - 60033 + 59486, + 59493 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 41 }, "end": { - "line": 2027, + "line": 2016, "column": 48 } } } ], "range": [ - 60012, - 60034 + 59472, + 59494 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 27 }, "end": { - "line": 2027, + "line": 2016, "column": 49 } } @@ -108717,61 +105920,61 @@ "type": "Identifier", "name": "term", "range": [ - 60038, - 60042 + 59498, + 59502 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 53 }, "end": { - "line": 2027, + "line": 2016, "column": 57 } } }, "range": [ - 60012, - 60042 + 59472, + 59502 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 27 }, "end": { - "line": 2027, + "line": 2016, "column": 57 } } }, "range": [ - 60005, - 60042 + 59465, + 59502 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 20 }, "end": { - "line": 2027, + "line": 2016, "column": 57 } } }, "range": [ - 60005, - 60043 + 59465, + 59503 ], "loc": { "start": { - "line": 2027, + "line": 2016, "column": 20 }, "end": { - "line": 2027, + "line": 2016, "column": 58 } }, @@ -108780,16 +105983,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 59800, - 59849 + 59260, + 59309 ], "loc": { "start": { - "line": 2024, + "line": 2013, "column": 20 }, "end": { - "line": 2024, + "line": 2013, "column": 69 } } @@ -108798,16 +106001,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 59870, - 59924 + 59330, + 59384 ], "loc": { "start": { - "line": 2025, + "line": 2014, "column": 20 }, "end": { - "line": 2025, + "line": 2014, "column": 74 } } @@ -108816,16 +106019,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 59945, - 59984 + 59405, + 59444 ], "loc": { "start": { - "line": 2026, + "line": 2015, "column": 20 }, "end": { - "line": 2026, + "line": 2015, "column": 59 } } @@ -108841,16 +106044,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60064, - 60073 + 59524, + 59533 ], "loc": { "start": { - "line": 2028, + "line": 2017, "column": 20 }, "end": { - "line": 2028, + "line": 2017, "column": 29 } } @@ -108865,16 +106068,16 @@ "type": "Identifier", "name": "numData", "range": [ - 60076, - 60083 + 59536, + 59543 ], "loc": { "start": { - "line": 2028, + "line": 2017, "column": 32 }, "end": { - "line": 2028, + "line": 2017, "column": 39 } } @@ -108883,31 +106086,31 @@ "type": "Identifier", "name": "term", "range": [ - 60088, - 60092 + 59548, + 59552 ], "loc": { "start": { - "line": 2028, + "line": 2017, "column": 44 }, "end": { - "line": 2028, + "line": 2017, "column": 48 } } }, "range": [ - 60076, - 60092 + 59536, + 59552 ], "loc": { "start": { - "line": 2028, + "line": 2017, "column": 32 }, "end": { - "line": 2028, + "line": 2017, "column": 48 } } @@ -108918,16 +106121,16 @@ "type": "Identifier", "name": "contains", "range": [ - 60120, - 60128 + 59580, + 59588 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 24 }, "end": { - "line": 2029, + "line": 2018, "column": 32 } } @@ -108942,16 +106145,16 @@ "type": "Identifier", "name": "term", "range": [ - 60129, - 60133 + 59589, + 59593 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 33 }, "end": { - "line": 2029, + "line": 2018, "column": 37 } } @@ -108960,47 +106163,47 @@ "type": "Identifier", "name": "toString", "range": [ - 60134, - 60142 + 59594, + 59602 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 38 }, "end": { - "line": 2029, + "line": 2018, "column": 46 } } }, "range": [ - 60129, - 60142 + 59589, + 59602 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 33 }, "end": { - "line": 2029, + "line": 2018, "column": 46 } } }, "arguments": [], "range": [ - 60129, - 60144 + 59589, + 59604 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 33 }, "end": { - "line": 2029, + "line": 2018, "column": 48 } } @@ -109014,16 +106217,16 @@ "type": "Identifier", "name": "numData", "range": [ - 60146, - 60153 + 59606, + 59613 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 50 }, "end": { - "line": 2029, + "line": 2018, "column": 57 } } @@ -109032,47 +106235,47 @@ "type": "Identifier", "name": "toString", "range": [ - 60154, - 60162 + 59614, + 59622 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 58 }, "end": { - "line": 2029, + "line": 2018, "column": 66 } } }, "range": [ - 60146, - 60162 + 59606, + 59622 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 50 }, "end": { - "line": 2029, + "line": 2018, "column": 66 } } }, "arguments": [], "range": [ - 60146, - 60164 + 59606, + 59624 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 50 }, "end": { - "line": 2029, + "line": 2018, "column": 68 } } @@ -109085,16 +106288,16 @@ "object": { "type": "ThisExpression", "range": [ - 60194, - 60198 + 59654, + 59658 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 28 }, "end": { - "line": 2030, + "line": 2019, "column": 32 } } @@ -109103,31 +106306,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 60199, - 60211 + 59659, + 59671 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 33 }, "end": { - "line": 2030, + "line": 2019, "column": 45 } } }, "range": [ - 60194, - 60211 + 59654, + 59671 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 28 }, "end": { - "line": 2030, + "line": 2019, "column": 45 } } @@ -109137,32 +106340,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 60212, - 60218 + 59672, + 59678 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 46 }, "end": { - "line": 2030, + "line": 2019, "column": 52 } } } ], "range": [ - 60194, - 60219 + 59654, + 59679 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 28 }, "end": { - "line": 2030, + "line": 2019, "column": 53 } } @@ -109173,16 +106376,16 @@ "object": { "type": "ThisExpression", "range": [ - 60221, - 60225 + 59681, + 59685 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 55 }, "end": { - "line": 2030, + "line": 2019, "column": 59 } } @@ -109191,108 +106394,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 60226, - 60239 + 59686, + 59699 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 60 }, "end": { - "line": 2030, + "line": 2019, "column": 73 } } }, "range": [ - 60221, - 60239 + 59681, + 59699 ], "loc": { "start": { - "line": 2030, + "line": 2019, "column": 55 }, "end": { - "line": 2030, + "line": 2019, "column": 73 } } } ], "range": [ - 60120, - 60240 + 59580, + 59700 ], "loc": { "start": { - "line": 2029, + "line": 2018, "column": 24 }, "end": { - "line": 2030, + "line": 2019, "column": 74 } } }, "range": [ - 60076, - 60240 + 59536, + 59700 ], "loc": { "start": { - "line": 2028, + "line": 2017, "column": 32 }, "end": { - "line": 2030, + "line": 2019, "column": 74 } } }, "range": [ - 60064, - 60240 + 59524, + 59700 ], "loc": { "start": { - "line": 2028, + "line": 2017, "column": 20 }, "end": { - "line": 2030, + "line": 2019, "column": 74 } } }, "range": [ - 60064, - 60241 + 59524, + 59701 ], "loc": { "start": { - "line": 2028, + "line": 2017, "column": 20 }, "end": { - "line": 2030, + "line": 2019, "column": 75 } } } ], "range": [ - 59778, - 60259 + 59238, + 59719 ], "loc": { "start": { - "line": 2023, + "line": 2012, "column": 43 }, "end": { - "line": 2031, + "line": 2020, "column": 17 } } @@ -109309,16 +106512,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60361, - 60370 + 59821, + 59830 ], "loc": { "start": { - "line": 2033, + "line": 2022, "column": 20 }, "end": { - "line": 2033, + "line": 2022, "column": 29 } } @@ -109329,16 +106532,16 @@ "type": "Identifier", "name": "contains", "range": [ - 60373, - 60381 + 59833, + 59841 ], "loc": { "start": { - "line": 2033, + "line": 2022, "column": 32 }, "end": { - "line": 2033, + "line": 2022, "column": 40 } } @@ -109348,16 +106551,16 @@ "type": "Identifier", "name": "term", "range": [ - 60407, - 60411 + 59867, + 59871 ], "loc": { "start": { - "line": 2034, + "line": 2023, "column": 24 }, "end": { - "line": 2034, + "line": 2023, "column": 28 } } @@ -109366,16 +106569,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 60437, - 60446 + 59897, + 59906 ], "loc": { "start": { - "line": 2035, + "line": 2024, "column": 24 }, "end": { - "line": 2035, + "line": 2024, "column": 33 } } @@ -109388,16 +106591,16 @@ "object": { "type": "ThisExpression", "range": [ - 60472, - 60476 + 59932, + 59936 ], "loc": { "start": { - "line": 2036, + "line": 2025, "column": 24 }, "end": { - "line": 2036, + "line": 2025, "column": 28 } } @@ -109406,31 +106609,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 60477, - 60489 + 59937, + 59949 ], "loc": { "start": { - "line": 2036, + "line": 2025, "column": 29 }, "end": { - "line": 2036, + "line": 2025, "column": 41 } } }, "range": [ - 60472, - 60489 + 59932, + 59949 ], "loc": { "start": { - "line": 2036, + "line": 2025, "column": 24 }, "end": { - "line": 2036, + "line": 2025, "column": 41 } } @@ -109440,32 +106643,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 60490, - 60496 + 59950, + 59956 ], "loc": { "start": { - "line": 2036, + "line": 2025, "column": 42 }, "end": { - "line": 2036, + "line": 2025, "column": 48 } } } ], "range": [ - 60472, - 60497 + 59932, + 59957 ], "loc": { "start": { - "line": 2036, + "line": 2025, "column": 24 }, "end": { - "line": 2036, + "line": 2025, "column": 49 } } @@ -109476,16 +106679,16 @@ "object": { "type": "ThisExpression", "range": [ - 60523, - 60527 + 59983, + 59987 ], "loc": { "start": { - "line": 2037, + "line": 2026, "column": 24 }, "end": { - "line": 2037, + "line": 2026, "column": 28 } } @@ -109494,31 +106697,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 60528, - 60541 + 59988, + 60001 ], "loc": { "start": { - "line": 2037, + "line": 2026, "column": 29 }, "end": { - "line": 2037, + "line": 2026, "column": 42 } } }, "range": [ - 60523, - 60541 + 59983, + 60001 ], "loc": { "start": { - "line": 2037, + "line": 2026, "column": 24 }, "end": { - "line": 2037, + "line": 2026, "column": 42 } } @@ -109531,16 +106734,16 @@ "object": { "type": "ThisExpression", "range": [ - 60567, - 60571 + 60027, + 60031 ], "loc": { "start": { - "line": 2038, + "line": 2027, "column": 24 }, "end": { - "line": 2038, + "line": 2027, "column": 28 } } @@ -109549,31 +106752,31 @@ "type": "Identifier", "name": "ignoresDiacritics", "range": [ - 60572, - 60589 + 60032, + 60049 ], "loc": { "start": { - "line": 2038, + "line": 2027, "column": 29 }, "end": { - "line": 2038, + "line": 2027, "column": 46 } } }, "range": [ - 60567, - 60589 + 60027, + 60049 ], "loc": { "start": { - "line": 2038, + "line": 2027, "column": 24 }, "end": { - "line": 2038, + "line": 2027, "column": 46 } } @@ -109583,78 +106786,78 @@ "type": "Identifier", "name": "colIdx", "range": [ - 60590, - 60596 + 60050, + 60056 ], "loc": { "start": { - "line": 2038, + "line": 2027, "column": 47 }, "end": { - "line": 2038, + "line": 2027, "column": 53 } } } ], "range": [ - 60567, - 60597 + 60027, + 60057 ], "loc": { "start": { - "line": 2038, + "line": 2027, "column": 24 }, "end": { - "line": 2038, + "line": 2027, "column": 54 } } } ], "range": [ - 60373, - 60619 + 59833, + 60079 ], "loc": { "start": { - "line": 2033, + "line": 2022, "column": 32 }, "end": { - "line": 2039, + "line": 2028, "column": 21 } } }, "range": [ - 60361, - 60619 + 59821, + 60079 ], "loc": { "start": { - "line": 2033, + "line": 2022, "column": 20 }, "end": { - "line": 2039, + "line": 2028, "column": 21 } } }, "range": [ - 60361, - 60620 + 59821, + 60080 ], "loc": { "start": { - "line": 2033, + "line": 2022, "column": 20 }, "end": { - "line": 2039, + "line": 2028, "column": 22 } }, @@ -109663,16 +106866,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 60287, - 60340 + 59747, + 59800 ], "loc": { "start": { - "line": 2032, + "line": 2021, "column": 20 }, "end": { - "line": 2032, + "line": 2021, "column": 73 } } @@ -109681,31 +106884,31 @@ } ], "range": [ - 60265, - 60638 + 59725, + 60098 ], "loc": { "start": { - "line": 2031, + "line": 2020, "column": 23 }, "end": { - "line": 2040, + "line": 2029, "column": 17 } } }, "range": [ - 59648, - 60638 + 59108, + 60098 ], "loc": { "start": { - "line": 2021, + "line": 2010, "column": 16 }, "end": { - "line": 2040, + "line": 2029, "column": 17 } }, @@ -109714,16 +106917,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 59504, - 59563 + 58964, + 59023 ], "loc": { "start": { - "line": 2019, + "line": 2008, "column": 16 }, "end": { - "line": 2019, + "line": 2008, "column": 75 } } @@ -109732,16 +106935,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 59580, - 59631 + 59040, + 59091 ], "loc": { "start": { - "line": 2020, + "line": 2009, "column": 16 }, "end": { - "line": 2020, + "line": 2009, "column": 67 } } @@ -109750,31 +106953,31 @@ } ], "range": [ - 59486, - 60652 + 58946, + 60112 ], "loc": { "start": { - "line": 2018, + "line": 2007, "column": 19 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } } }, "range": [ - 59100, - 60652 + 58560, + 60112 ], "loc": { "start": { - "line": 2008, + "line": 1997, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -109783,16 +106986,16 @@ "type": "Line", "value": "regexp", "range": [ - 59074, - 59082 + 58534, + 58542 ], "loc": { "start": { - "line": 2007, + "line": 1996, "column": 12 }, "end": { - "line": 2007, + "line": 1996, "column": 20 } } @@ -109800,16 +107003,16 @@ ] }, "range": [ - 58980, - 60652 + 58440, + 60112 ], "loc": { "start": { - "line": 2004, + "line": 1993, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -109818,16 +107021,16 @@ "type": "Line", "value": "non-empty", "range": [ - 58951, - 58962 + 58411, + 58422 ], "loc": { "start": { - "line": 2003, + "line": 1992, "column": 12 }, "end": { - "line": 2003, + "line": 1992, "column": 23 } } @@ -109835,16 +107038,16 @@ ] }, "range": [ - 58858, - 60652 + 58318, + 60112 ], "loc": { "start": { - "line": 2000, + "line": 1989, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -109853,16 +107056,16 @@ "type": "Line", "value": "empty", "range": [ - 58833, - 58840 + 58293, + 58300 ], "loc": { "start": { - "line": 1999, + "line": 1988, "column": 12 }, "end": { - "line": 1999, + "line": 1988, "column": 19 } } @@ -109870,16 +107073,16 @@ ] }, "range": [ - 58432, - 60652 + 57892, + 60112 ], "loc": { "start": { - "line": 1991, + "line": 1980, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -109888,16 +107091,16 @@ "type": "Line", "value": "ends with", "range": [ - 58403, - 58414 + 57863, + 57874 ], "loc": { "start": { - "line": 1990, + "line": 1979, "column": 12 }, "end": { - "line": 1990, + "line": 1979, "column": 23 } } @@ -109905,16 +107108,16 @@ ] }, "range": [ - 58252, - 60652 + 57712, + 60112 ], "loc": { "start": { - "line": 1986, + "line": 1975, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -109923,16 +107126,16 @@ "type": "Line", "value": "starts with", "range": [ - 58221, - 58234 + 57681, + 57694 ], "loc": { "start": { - "line": 1985, + "line": 1974, "column": 12 }, "end": { - "line": 1985, + "line": 1974, "column": 25 } } @@ -109940,16 +107143,16 @@ ] }, "range": [ - 58063, - 60652 + 57523, + 60112 ], "loc": { "start": { - "line": 1981, + "line": 1970, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -109958,16 +107161,16 @@ "type": "Line", "value": "equal", "range": [ - 58038, - 58045 + 57498, + 57505 ], "loc": { "start": { - "line": 1980, + "line": 1969, "column": 12 }, "end": { - "line": 1980, + "line": 1969, "column": 19 } } @@ -109975,16 +107178,16 @@ ] }, "range": [ - 57879, - 60652 + 57339, + 60112 ], "loc": { "start": { - "line": 1976, + "line": 1965, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -109993,16 +107196,16 @@ "type": "Line", "value": "like", "range": [ - 57855, - 57861 + 57315, + 57321 ], "loc": { "start": { - "line": 1975, + "line": 1964, "column": 12 }, "end": { - "line": 1975, + "line": 1964, "column": 18 } } @@ -110010,16 +107213,16 @@ ] }, "range": [ - 57682, - 60652 + 57142, + 60112 ], "loc": { "start": { - "line": 1971, + "line": 1960, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -110028,16 +107231,16 @@ "type": "Line", "value": "different", "range": [ - 57653, - 57664 + 57113, + 57124 ], "loc": { "start": { - "line": 1970, + "line": 1959, "column": 12 }, "end": { - "line": 1970, + "line": 1959, "column": 23 } } @@ -110045,16 +107248,16 @@ ] }, "range": [ - 57477, - 60652 + 56937, + 60112 ], "loc": { "start": { - "line": 1964, + "line": 1953, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -110063,16 +107266,16 @@ "type": "Line", "value": "greater", "range": [ - 57450, - 57459 + 56910, + 56919 ], "loc": { "start": { - "line": 1963, + "line": 1952, "column": 12 }, "end": { - "line": 1963, + "line": 1952, "column": 21 } } @@ -110080,16 +107283,16 @@ ] }, "range": [ - 57274, - 60652 + 56734, + 60112 ], "loc": { "start": { - "line": 1957, + "line": 1946, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -110098,16 +107301,16 @@ "type": "Line", "value": "lower", "range": [ - 57249, - 57256 + 56709, + 56716 ], "loc": { "start": { - "line": 1956, + "line": 1945, "column": 12 }, "end": { - "line": 1956, + "line": 1945, "column": 19 } } @@ -110115,16 +107318,16 @@ ] }, "range": [ - 57071, - 60652 + 56531, + 60112 ], "loc": { "start": { - "line": 1950, + "line": 1939, "column": 17 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -110133,16 +107336,16 @@ "type": "Line", "value": "greater equal", "range": [ - 57038, - 57053 + 56498, + 56513 ], "loc": { "start": { - "line": 1949, + "line": 1938, "column": 12 }, "end": { - "line": 1949, + "line": 1938, "column": 27 } } @@ -110150,16 +107353,16 @@ ] }, "range": [ - 56860, - 60652 + 56320, + 60112 ], "loc": { "start": { - "line": 1943, + "line": 1932, "column": 12 }, "end": { - "line": 2041, + "line": 2030, "column": 13 } }, @@ -110168,16 +107371,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 56737, - 56799 + 56197, + 56259 ], "loc": { "start": { - "line": 1940, + "line": 1929, "column": 12 }, "end": { - "line": 1940, + "line": 1929, "column": 74 } } @@ -110186,16 +107389,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 56812, - 56820 + 56272, + 56280 ], "loc": { "start": { - "line": 1941, + "line": 1930, "column": 12 }, "end": { - "line": 1941, + "line": 1930, "column": 20 } } @@ -110204,16 +107407,16 @@ "type": "Line", "value": " lower equal", "range": [ - 56833, - 56847 + 56293, + 56307 ], "loc": { "start": { - "line": 1942, + "line": 1931, "column": 12 }, "end": { - "line": 1942, + "line": 1931, "column": 26 } } @@ -110222,31 +107425,31 @@ } ], "range": [ - 56287, - 60663 + 55747, + 60123 ], "loc": { "start": { - "line": 1929, + "line": 1918, "column": 13 }, "end": { - "line": 2043, + "line": 2032, "column": 9 } } }, "range": [ - 53334, - 60663 + 52794, + 60123 ], "loc": { "start": { - "line": 1853, + "line": 1842, "column": 8 }, "end": { - "line": 2043, + "line": 2032, "column": 9 } }, @@ -110255,16 +107458,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 53286, - 53325 + 52746, + 52785 ], "loc": { "start": { - "line": 1852, + "line": 1841, "column": 8 }, "end": { - "line": 1852, + "line": 1841, "column": 47 } } @@ -110275,16 +107478,16 @@ "type": "Line", "value": "else", "range": [ - 60663, - 60669 + 60123, + 60129 ], "loc": { "start": { - "line": 2043, + "line": 2032, "column": 9 }, "end": { - "line": 2043, + "line": 2032, "column": 15 } } @@ -110297,31 +107500,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 60686, - 60695 + 60146, + 60155 ], "loc": { "start": { - "line": 2045, + "line": 2034, "column": 15 }, "end": { - "line": 2045, + "line": 2034, "column": 24 } } }, "range": [ - 60679, - 60696 + 60139, + 60156 ], "loc": { "start": { - "line": 2045, + "line": 2034, "column": 8 }, "end": { - "line": 2045, + "line": 2034, "column": 25 } }, @@ -110330,16 +107533,16 @@ "type": "Line", "value": "else", "range": [ - 60663, - 60669 + 60123, + 60129 ], "loc": { "start": { - "line": 2043, + "line": 2032, "column": 9 }, "end": { - "line": 2043, + "line": 2032, "column": 15 } } @@ -110348,16 +107551,16 @@ } ], "range": [ - 51937, - 60702 + 51397, + 60162 ], "loc": { "start": { - "line": 1815, + "line": 1804, "column": 39 }, "end": { - "line": 2046, + "line": 2035, "column": 5 } } @@ -110365,16 +107568,16 @@ "generator": false, "expression": false, "range": [ - 51911, - 60702 + 51371, + 60162 ], "loc": { "start": { - "line": 1815, + "line": 1804, "column": 13 }, "end": { - "line": 2046, + "line": 2035, "column": 5 } } @@ -110382,16 +107585,16 @@ "kind": "method", "computed": false, "range": [ - 51902, - 60702 + 51362, + 60162 ], "loc": { "start": { - "line": 1815, + "line": 1804, "column": 4 }, "end": { - "line": 2046, + "line": 2035, "column": 5 } }, @@ -110400,16 +107603,16 @@ "type": "Block", "value": "*\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @return {Boolean}\n ", "range": [ - 51674, - 51897 + 51134, + 51357 ], "loc": { "start": { - "line": 1808, + "line": 1797, "column": 4 }, "end": { - "line": 1814, + "line": 1803, "column": 7 } } @@ -110420,16 +107623,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n ", "range": [ - 60708, - 60992 + 60168, + 60452 ], "loc": { "start": { - "line": 2048, + "line": 2037, "column": 4 }, "end": { - "line": 2054, + "line": 2043, "column": 7 } } @@ -110443,16 +107646,16 @@ "type": "Identifier", "name": "getColumnData", "range": [ - 60997, - 61010 + 60457, + 60470 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 4 }, "end": { - "line": 2055, + "line": 2044, "column": 17 } } @@ -110465,16 +107668,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61011, - 61019 + 60471, + 60479 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 18 }, "end": { - "line": 2055, + "line": 2044, "column": 26 } } @@ -110485,16 +107688,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61021, - 61035 + 60481, + 60495 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 28 }, "end": { - "line": 2055, + "line": 2044, "column": 42 } } @@ -110504,31 +107707,31 @@ "value": false, "raw": "false", "range": [ - 61038, - 61043 + 60498, + 60503 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 45 }, "end": { - "line": 2055, + "line": 2044, "column": 50 } } }, "range": [ - 61021, - 61043 + 60481, + 60503 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 28 }, "end": { - "line": 2055, + "line": 2044, "column": 50 } } @@ -110539,16 +107742,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 61045, - 61052 + 60505, + 60512 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 52 }, "end": { - "line": 2055, + "line": 2044, "column": 59 } } @@ -110557,31 +107760,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61055, - 61057 + 60515, + 60517 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 62 }, "end": { - "line": 2055, + "line": 2044, "column": 64 } } }, "range": [ - 61045, - 61057 + 60505, + 60517 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 52 }, "end": { - "line": 2055, + "line": 2044, "column": 64 } } @@ -110600,16 +107803,16 @@ "object": { "type": "ThisExpression", "range": [ - 61076, - 61080 + 60536, + 60540 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 15 }, "end": { - "line": 2056, + "line": 2045, "column": 19 } } @@ -110618,31 +107821,31 @@ "type": "Identifier", "name": "getColValues", "range": [ - 61081, - 61093 + 60541, + 60553 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 20 }, "end": { - "line": 2056, + "line": 2045, "column": 32 } } }, "range": [ - 61076, - 61093 + 60536, + 60553 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 15 }, "end": { - "line": 2056, + "line": 2045, "column": 32 } } @@ -110652,16 +107855,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61094, - 61102 + 60554, + 60562 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 33 }, "end": { - "line": 2056, + "line": 2045, "column": 41 } } @@ -110670,16 +107873,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61104, - 61118 + 60564, + 60578 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 43 }, "end": { - "line": 2056, + "line": 2045, "column": 57 } } @@ -110689,16 +107892,16 @@ "value": true, "raw": "true", "range": [ - 61120, - 61124 + 60580, + 60584 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 59 }, "end": { - "line": 2056, + "line": 2045, "column": 63 } } @@ -110707,63 +107910,63 @@ "type": "Identifier", "name": "exclude", "range": [ - 61126, - 61133 + 60586, + 60593 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 65 }, "end": { - "line": 2056, + "line": 2045, "column": 72 } } } ], "range": [ - 61076, - 61134 + 60536, + 60594 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 15 }, "end": { - "line": 2056, + "line": 2045, "column": 73 } } }, "range": [ - 61069, - 61135 + 60529, + 60595 ], "loc": { "start": { - "line": 2056, + "line": 2045, "column": 8 }, "end": { - "line": 2056, + "line": 2045, "column": 74 } } } ], "range": [ - 61059, - 61141 + 60519, + 60601 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 66 }, "end": { - "line": 2057, + "line": 2046, "column": 5 } } @@ -110771,16 +107974,16 @@ "generator": false, "expression": false, "range": [ - 61010, - 61141 + 60470, + 60601 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 17 }, "end": { - "line": 2057, + "line": 2046, "column": 5 } } @@ -110788,16 +107991,16 @@ "kind": "method", "computed": false, "range": [ - 60997, - 61141 + 60457, + 60601 ], "loc": { "start": { - "line": 2055, + "line": 2044, "column": 4 }, "end": { - "line": 2057, + "line": 2046, "column": 5 } }, @@ -110806,8 +108009,28 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n ", "range": [ - 60708, - 60992 + 60168, + 60452 + ], + "loc": { + "start": { + "line": 2037, + "column": 4 + }, + "end": { + "line": 2043, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Return the values of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of values for a column\n ", + "range": [ + 60607, + 60895 ], "loc": { "start": { @@ -110821,26 +108044,6 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Return the values of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of values for a column\n ", - "range": [ - 61147, - 61435 - ], - "loc": { - "start": { - "line": 2059, - "column": 4 - }, - "end": { - "line": 2065, - "column": 7 - } - } - } - ], "static": false }, { @@ -110849,16 +108052,16 @@ "type": "Identifier", "name": "getColumnValues", "range": [ - 61440, - 61455 + 60900, + 60915 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 4 }, "end": { - "line": 2066, + "line": 2055, "column": 19 } } @@ -110871,16 +108074,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61456, - 61464 + 60916, + 60924 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 20 }, "end": { - "line": 2066, + "line": 2055, "column": 28 } } @@ -110891,16 +108094,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61466, - 61480 + 60926, + 60940 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 30 }, "end": { - "line": 2066, + "line": 2055, "column": 44 } } @@ -110910,31 +108113,31 @@ "value": false, "raw": "false", "range": [ - 61483, - 61488 + 60943, + 60948 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 47 }, "end": { - "line": 2066, + "line": 2055, "column": 52 } } }, "range": [ - 61466, - 61488 + 60926, + 60948 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 30 }, "end": { - "line": 2066, + "line": 2055, "column": 52 } } @@ -110945,16 +108148,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 61490, - 61497 + 60950, + 60957 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 54 }, "end": { - "line": 2066, + "line": 2055, "column": 61 } } @@ -110963,31 +108166,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61500, - 61502 + 60960, + 60962 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 64 }, "end": { - "line": 2066, + "line": 2055, "column": 66 } } }, "range": [ - 61490, - 61502 + 60950, + 60962 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 54 }, "end": { - "line": 2066, + "line": 2055, "column": 66 } } @@ -111006,16 +108209,16 @@ "object": { "type": "ThisExpression", "range": [ - 61521, - 61525 + 60981, + 60985 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 15 }, "end": { - "line": 2067, + "line": 2056, "column": 19 } } @@ -111024,31 +108227,31 @@ "type": "Identifier", "name": "getColValues", "range": [ - 61526, - 61538 + 60986, + 60998 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 20 }, "end": { - "line": 2067, + "line": 2056, "column": 32 } } }, "range": [ - 61521, - 61538 + 60981, + 60998 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 15 }, "end": { - "line": 2067, + "line": 2056, "column": 32 } } @@ -111058,16 +108261,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61539, - 61547 + 60999, + 61007 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 33 }, "end": { - "line": 2067, + "line": 2056, "column": 41 } } @@ -111076,16 +108279,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61549, - 61563 + 61009, + 61023 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 43 }, "end": { - "line": 2067, + "line": 2056, "column": 57 } } @@ -111095,16 +108298,16 @@ "value": false, "raw": "false", "range": [ - 61565, - 61570 + 61025, + 61030 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 59 }, "end": { - "line": 2067, + "line": 2056, "column": 64 } } @@ -111113,63 +108316,63 @@ "type": "Identifier", "name": "exclude", "range": [ - 61572, - 61579 + 61032, + 61039 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 66 }, "end": { - "line": 2067, + "line": 2056, "column": 73 } } } ], "range": [ - 61521, - 61580 + 60981, + 61040 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 15 }, "end": { - "line": 2067, + "line": 2056, "column": 74 } } }, "range": [ - 61514, - 61581 + 60974, + 61041 ], "loc": { "start": { - "line": 2067, + "line": 2056, "column": 8 }, "end": { - "line": 2067, + "line": 2056, "column": 75 } } } ], "range": [ - 61504, - 61587 + 60964, + 61047 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 68 }, "end": { - "line": 2068, + "line": 2057, "column": 5 } } @@ -111177,16 +108380,16 @@ "generator": false, "expression": false, "range": [ - 61455, - 61587 + 60915, + 61047 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 19 }, "end": { - "line": 2068, + "line": 2057, "column": 5 } } @@ -111194,16 +108397,16 @@ "kind": "method", "computed": false, "range": [ - 61440, - 61587 + 60900, + 61047 ], "loc": { "start": { - "line": 2066, + "line": 2055, "column": 4 }, "end": { - "line": 2068, + "line": 2057, "column": 5 } }, @@ -111212,16 +108415,16 @@ "type": "Block", "value": "*\n * Return the values of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of values for a column\n ", "range": [ - 61147, - 61435 + 60607, + 60895 ], "loc": { "start": { - "line": 2059, + "line": 2048, "column": 4 }, "end": { - "line": 2065, + "line": 2054, "column": 7 } } @@ -111232,16 +108435,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n * @private\n ", "range": [ - 61593, - 61974 + 61053, + 61434 ], "loc": { "start": { - "line": 2070, + "line": 2059, "column": 4 }, "end": { - "line": 2078, + "line": 2067, "column": 7 } } @@ -111255,16 +108458,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 61979, - 61991 + 61439, + 61451 ], "loc": { "start": { - "line": 2079, + "line": 2068, "column": 4 }, "end": { - "line": 2079, + "line": 2068, "column": 16 } } @@ -111277,16 +108480,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62001, - 62009 + 61461, + 61469 ], "loc": { "start": { - "line": 2080, + "line": 2069, "column": 8 }, "end": { - "line": 2080, + "line": 2069, "column": 16 } } @@ -111297,16 +108500,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62019, - 62033 + 61479, + 61493 ], "loc": { "start": { - "line": 2081, + "line": 2070, "column": 8 }, "end": { - "line": 2081, + "line": 2070, "column": 22 } } @@ -111316,31 +108519,31 @@ "value": false, "raw": "false", "range": [ - 62036, - 62041 + 61496, + 61501 ], "loc": { "start": { - "line": 2081, + "line": 2070, "column": 25 }, "end": { - "line": 2081, + "line": 2070, "column": 30 } } }, "range": [ - 62019, - 62041 + 61479, + 61501 ], "loc": { "start": { - "line": 2081, + "line": 2070, "column": 8 }, "end": { - "line": 2081, + "line": 2070, "column": 30 } } @@ -111351,16 +108554,16 @@ "type": "Identifier", "name": "typed", "range": [ - 62051, - 62056 + 61511, + 61516 ], "loc": { "start": { - "line": 2082, + "line": 2071, "column": 8 }, "end": { - "line": 2082, + "line": 2071, "column": 13 } } @@ -111370,31 +108573,31 @@ "value": false, "raw": "false", "range": [ - 62059, - 62064 + 61519, + 61524 ], "loc": { "start": { - "line": 2082, + "line": 2071, "column": 16 }, "end": { - "line": 2082, + "line": 2071, "column": 21 } } }, "range": [ - 62051, - 62064 + 61511, + 61524 ], "loc": { "start": { - "line": 2082, + "line": 2071, "column": 8 }, "end": { - "line": 2082, + "line": 2071, "column": 21 } } @@ -111405,16 +108608,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62074, - 62081 + 61534, + 61541 ], "loc": { "start": { - "line": 2083, + "line": 2072, "column": 8 }, "end": { - "line": 2083, + "line": 2072, "column": 15 } } @@ -111423,31 +108626,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62084, - 62086 + 61544, + 61546 ], "loc": { "start": { - "line": 2083, + "line": 2072, "column": 18 }, "end": { - "line": 2083, + "line": 2072, "column": 20 } } }, "range": [ - 62074, - 62086 + 61534, + 61546 ], "loc": { "start": { - "line": 2083, + "line": 2072, "column": 8 }, "end": { - "line": 2083, + "line": 2072, "column": 20 } } @@ -111465,16 +108668,16 @@ "type": "Identifier", "name": "row", "range": [ - 62107, - 62110 + 61567, + 61570 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 12 }, "end": { - "line": 2085, + "line": 2074, "column": 15 } } @@ -111490,16 +108693,16 @@ "object": { "type": "ThisExpression", "range": [ - 62113, - 62117 + 61573, + 61577 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 18 }, "end": { - "line": 2085, + "line": 2074, "column": 22 } } @@ -111508,47 +108711,47 @@ "type": "Identifier", "name": "dom", "range": [ - 62118, - 62121 + 61578, + 61581 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 23 }, "end": { - "line": 2085, + "line": 2074, "column": 26 } } }, "range": [ - 62113, - 62121 + 61573, + 61581 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 18 }, "end": { - "line": 2085, + "line": 2074, "column": 26 } } }, "arguments": [], "range": [ - 62113, - 62123 + 61573, + 61583 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 18 }, "end": { - "line": 2085, + "line": 2074, "column": 28 } } @@ -111557,46 +108760,46 @@ "type": "Identifier", "name": "rows", "range": [ - 62124, - 62128 + 61584, + 61588 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 29 }, "end": { - "line": 2085, + "line": 2074, "column": 33 } } }, "range": [ - 62113, - 62128 + 61573, + 61588 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 18 }, "end": { - "line": 2085, + "line": 2074, "column": 33 } } }, "range": [ - 62107, - 62128 + 61567, + 61588 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 12 }, "end": { - "line": 2085, + "line": 2074, "column": 33 } } @@ -111604,16 +108807,16 @@ ], "kind": "let", "range": [ - 62103, - 62129 + 61563, + 61589 ], "loc": { "start": { - "line": 2085, + "line": 2074, "column": 8 }, "end": { - "line": 2085, + "line": 2074, "column": 34 } } @@ -111627,16 +108830,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 62142, - 62148 + 61602, + 61608 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 12 }, "end": { - "line": 2086, + "line": 2075, "column": 18 } } @@ -111649,16 +108852,16 @@ "object": { "type": "ThisExpression", "range": [ - 62151, - 62155 + 61611, + 61615 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 21 }, "end": { - "line": 2086, + "line": 2075, "column": 25 } } @@ -111667,31 +108870,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 62156, - 62165 + 61616, + 61625 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 26 }, "end": { - "line": 2086, + "line": 2075, "column": 35 } } }, "range": [ - 62151, - 62165 + 61611, + 61625 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 21 }, "end": { - "line": 2086, + "line": 2075, "column": 35 } } @@ -111702,47 +108905,47 @@ "value": true, "raw": "true", "range": [ - 62166, - 62170 + 61626, + 61630 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 36 }, "end": { - "line": 2086, + "line": 2075, "column": 40 } } } ], "range": [ - 62151, - 62171 + 61611, + 61631 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 21 }, "end": { - "line": 2086, + "line": 2075, "column": 41 } } }, "range": [ - 62142, - 62171 + 61602, + 61631 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 12 }, "end": { - "line": 2086, + "line": 2075, "column": 41 } } @@ -111750,16 +108953,16 @@ ], "kind": "let", "range": [ - 62138, - 62172 + 61598, + 61632 ], "loc": { "start": { - "line": 2086, + "line": 2075, "column": 8 }, "end": { - "line": 2086, + "line": 2075, "column": 42 } } @@ -111773,16 +108976,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 62185, - 62194 + 61645, + 61654 ], "loc": { "start": { - "line": 2087, + "line": 2076, "column": 12 }, "end": { - "line": 2087, + "line": 2076, "column": 21 } } @@ -111791,31 +108994,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62197, - 62199 + 61657, + 61659 ], "loc": { "start": { - "line": 2087, + "line": 2076, "column": 24 }, "end": { - "line": 2087, + "line": 2076, "column": 26 } } }, "range": [ - 62185, - 62199 + 61645, + 61659 ], "loc": { "start": { - "line": 2087, + "line": 2076, "column": 12 }, "end": { - "line": 2087, + "line": 2076, "column": 26 } } @@ -111823,16 +109026,16 @@ ], "kind": "let", "range": [ - 62181, - 62200 + 61641, + 61660 ], "loc": { "start": { - "line": 2087, + "line": 2076, "column": 8 }, "end": { - "line": 2087, + "line": 2076, "column": 27 } } @@ -111846,16 +109049,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 62213, - 62223 + 61673, + 61683 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 12 }, "end": { - "line": 2088, + "line": 2077, "column": 22 } } @@ -111866,16 +109069,16 @@ "type": "Identifier", "name": "typed", "range": [ - 62226, - 62231 + 61686, + 61691 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 25 }, "end": { - "line": 2088, + "line": 2077, "column": 30 } } @@ -111891,16 +109094,16 @@ "object": { "type": "ThisExpression", "range": [ - 62234, - 62238 + 61694, + 61698 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 33 }, "end": { - "line": 2088, + "line": 2077, "column": 37 } } @@ -111909,31 +109112,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 62239, - 62250 + 61699, + 61710 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 38 }, "end": { - "line": 2088, + "line": 2077, "column": 49 } } }, "range": [ - 62234, - 62250 + 61694, + 61710 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 33 }, "end": { - "line": 2088, + "line": 2077, "column": 49 } } @@ -111942,31 +109145,31 @@ "type": "Identifier", "name": "bind", "range": [ - 62251, - 62255 + 61711, + 61715 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 50 }, "end": { - "line": 2088, + "line": 2077, "column": 54 } } }, "range": [ - 62234, - 62255 + 61694, + 61715 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 33 }, "end": { - "line": 2088, + "line": 2077, "column": 54 } } @@ -111975,32 +109178,32 @@ { "type": "ThisExpression", "range": [ - 62256, - 62260 + 61716, + 61720 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 55 }, "end": { - "line": 2088, + "line": 2077, "column": 59 } } } ], "range": [ - 62234, - 62261 + 61694, + 61721 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 33 }, "end": { - "line": 2088, + "line": 2077, "column": 60 } } @@ -112016,16 +109219,16 @@ "object": { "type": "ThisExpression", "range": [ - 62276, - 62280 + 61736, + 61740 ], "loc": { "start": { - "line": 2089, + "line": 2078, "column": 12 }, "end": { - "line": 2089, + "line": 2078, "column": 16 } } @@ -112034,31 +109237,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 62281, - 62293 + 61741, + 61753 ], "loc": { "start": { - "line": 2089, + "line": 2078, "column": 17 }, "end": { - "line": 2089, + "line": 2078, "column": 29 } } }, "range": [ - 62276, - 62293 + 61736, + 61753 ], "loc": { "start": { - "line": 2089, + "line": 2078, "column": 12 }, "end": { - "line": 2089, + "line": 2078, "column": 29 } } @@ -112067,31 +109270,31 @@ "type": "Identifier", "name": "bind", "range": [ - 62294, - 62298 + 61754, + 61758 ], "loc": { "start": { - "line": 2089, + "line": 2078, "column": 30 }, "end": { - "line": 2089, + "line": 2078, "column": 34 } } }, "range": [ - 62276, - 62298 + 61736, + 61758 ], "loc": { "start": { - "line": 2089, + "line": 2078, "column": 12 }, "end": { - "line": 2089, + "line": 2078, "column": 34 } } @@ -112100,62 +109303,62 @@ { "type": "ThisExpression", "range": [ - 62299, - 62303 + 61759, + 61763 ], "loc": { "start": { - "line": 2089, + "line": 2078, "column": 35 }, "end": { - "line": 2089, + "line": 2078, "column": 39 } } } ], "range": [ - 62276, - 62304 + 61736, + 61764 ], "loc": { "start": { - "line": 2089, + "line": 2078, "column": 12 }, "end": { - "line": 2089, + "line": 2078, "column": 40 } } }, "range": [ - 62226, - 62304 + 61686, + 61764 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 25 }, "end": { - "line": 2089, + "line": 2078, "column": 40 } } }, "range": [ - 62213, - 62304 + 61673, + 61764 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 12 }, "end": { - "line": 2089, + "line": 2078, "column": 40 } } @@ -112163,16 +109366,16 @@ ], "kind": "let", "range": [ - 62209, - 62305 + 61669, + 61765 ], "loc": { "start": { - "line": 2088, + "line": 2077, "column": 8 }, "end": { - "line": 2089, + "line": 2078, "column": 41 } } @@ -112183,16 +109386,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62319, - 62333 + 61779, + 61793 ], "loc": { "start": { - "line": 2091, + "line": 2080, "column": 12 }, "end": { - "line": 2091, + "line": 2080, "column": 26 } } @@ -112211,16 +109414,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 62349, - 62358 + 61809, + 61818 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 12 }, "end": { - "line": 2092, + "line": 2081, "column": 21 } } @@ -112229,31 +109432,31 @@ "type": "Identifier", "name": "push", "range": [ - 62359, - 62363 + 61819, + 61823 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 22 }, "end": { - "line": 2092, + "line": 2081, "column": 26 } } }, "range": [ - 62349, - 62363 + 61809, + 61823 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 12 }, "end": { - "line": 2092, + "line": 2081, "column": 26 } } @@ -112270,16 +109473,16 @@ "object": { "type": "ThisExpression", "range": [ - 62364, - 62368 + 61824, + 61828 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 27 }, "end": { - "line": 2092, + "line": 2081, "column": 31 } } @@ -112288,47 +109491,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 62369, - 62383 + 61829, + 61843 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 32 }, "end": { - "line": 2092, + "line": 2081, "column": 46 } } }, "range": [ - 62364, - 62383 + 61824, + 61843 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 27 }, "end": { - "line": 2092, + "line": 2081, "column": 46 } } }, "arguments": [], "range": [ - 62364, - 62385 + 61824, + 61845 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 27 }, "end": { - "line": 2092, + "line": 2081, "column": 48 } } @@ -112337,94 +109540,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62386, - 62394 + 61846, + 61854 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 49 }, "end": { - "line": 2092, + "line": 2081, "column": 57 } } }, "range": [ - 62364, - 62395 + 61824, + 61855 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 27 }, "end": { - "line": 2092, + "line": 2081, "column": 58 } } } ], "range": [ - 62349, - 62396 + 61809, + 61856 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 12 }, "end": { - "line": 2092, + "line": 2081, "column": 59 } } }, "range": [ - 62349, - 62397 + 61809, + 61857 ], "loc": { "start": { - "line": 2092, + "line": 2081, "column": 12 }, "end": { - "line": 2092, + "line": 2081, "column": 60 } } } ], "range": [ - 62335, - 62407 + 61795, + 61867 ], "loc": { "start": { - "line": 2091, + "line": 2080, "column": 28 }, "end": { - "line": 2093, + "line": 2082, "column": 9 } } }, "alternate": null, "range": [ - 62315, - 62407 + 61775, + 61867 ], "loc": { "start": { - "line": 2091, + "line": 2080, "column": 8 }, "end": { - "line": 2093, + "line": 2082, "column": 9 } } @@ -112440,16 +109643,16 @@ "type": "Identifier", "name": "i", "range": [ - 62426, - 62427 + 61886, + 61887 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 17 }, "end": { - "line": 2095, + "line": 2084, "column": 18 } } @@ -112460,16 +109663,16 @@ "object": { "type": "ThisExpression", "range": [ - 62430, - 62434 + 61890, + 61894 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 21 }, "end": { - "line": 2095, + "line": 2084, "column": 25 } } @@ -112478,46 +109681,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 62435, - 62441 + 61895, + 61901 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 26 }, "end": { - "line": 2095, + "line": 2084, "column": 32 } } }, "range": [ - 62430, - 62441 + 61890, + 61901 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 21 }, "end": { - "line": 2095, + "line": 2084, "column": 32 } } }, "range": [ - 62426, - 62441 + 61886, + 61901 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 17 }, "end": { - "line": 2095, + "line": 2084, "column": 32 } } @@ -112525,16 +109728,16 @@ ], "kind": "let", "range": [ - 62422, - 62441 + 61882, + 61901 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 13 }, "end": { - "line": 2095, + "line": 2084, "column": 32 } } @@ -112546,16 +109749,16 @@ "type": "Identifier", "name": "i", "range": [ - 62443, - 62444 + 61903, + 61904 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 34 }, "end": { - "line": 2095, + "line": 2084, "column": 35 } } @@ -112564,31 +109767,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 62447, - 62453 + 61907, + 61913 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 38 }, "end": { - "line": 2095, + "line": 2084, "column": 44 } } }, "range": [ - 62443, - 62453 + 61903, + 61913 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 34 }, "end": { - "line": 2095, + "line": 2084, "column": 44 } } @@ -112600,32 +109803,32 @@ "type": "Identifier", "name": "i", "range": [ - 62455, - 62456 + 61915, + 61916 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 46 }, "end": { - "line": 2095, + "line": 2084, "column": 47 } } }, "prefix": false, "range": [ - 62455, - 62458 + 61915, + 61918 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 46 }, "end": { - "line": 2095, + "line": 2084, "column": 49 } } @@ -112642,16 +109845,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 62478, - 62490 + 61938, + 61950 ], "loc": { "start": { - "line": 2096, + "line": 2085, "column": 16 }, "end": { - "line": 2096, + "line": 2085, "column": 28 } } @@ -112661,31 +109864,31 @@ "value": false, "raw": "false", "range": [ - 62493, - 62498 + 61953, + 61958 ], "loc": { "start": { - "line": 2096, + "line": 2085, "column": 31 }, "end": { - "line": 2096, + "line": 2085, "column": 36 } } }, "range": [ - 62478, - 62498 + 61938, + 61958 ], "loc": { "start": { - "line": 2096, + "line": 2085, "column": 16 }, "end": { - "line": 2096, + "line": 2085, "column": 36 } } @@ -112693,16 +109896,16 @@ ], "kind": "let", "range": [ - 62474, - 62499 + 61934, + 61959 ], "loc": { "start": { - "line": 2096, + "line": 2085, "column": 12 }, "end": { - "line": 2096, + "line": 2085, "column": 37 } }, @@ -112711,16 +109914,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 62512, - 62567 + 61972, + 62027 ], "loc": { "start": { - "line": 2097, + "line": 2086, "column": 12 }, "end": { - "line": 2097, + "line": 2086, "column": 67 } } @@ -112739,16 +109942,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62584, - 62591 + 62044, + 62051 ], "loc": { "start": { - "line": 2098, + "line": 2087, "column": 16 }, "end": { - "line": 2098, + "line": 2087, "column": 23 } } @@ -112757,31 +109960,31 @@ "type": "Identifier", "name": "length", "range": [ - 62592, - 62598 + 62052, + 62058 ], "loc": { "start": { - "line": 2098, + "line": 2087, "column": 24 }, "end": { - "line": 2098, + "line": 2087, "column": 30 } } }, "range": [ - 62584, - 62598 + 62044, + 62058 ], "loc": { "start": { - "line": 2098, + "line": 2087, "column": 16 }, "end": { - "line": 2098, + "line": 2087, "column": 30 } } @@ -112791,31 +109994,31 @@ "value": 0, "raw": "0", "range": [ - 62601, - 62602 + 62061, + 62062 ], "loc": { "start": { - "line": 2098, + "line": 2087, "column": 33 }, "end": { - "line": 2098, + "line": 2087, "column": 34 } } }, "range": [ - 62584, - 62602 + 62044, + 62062 ], "loc": { "start": { - "line": 2098, + "line": 2087, "column": 16 }, "end": { - "line": 2098, + "line": 2087, "column": 34 } } @@ -112832,16 +110035,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 62622, - 62634 + 62082, + 62094 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 16 }, "end": { - "line": 2099, + "line": 2088, "column": 28 } } @@ -112858,16 +110061,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62637, - 62644 + 62097, + 62104 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 31 }, "end": { - "line": 2099, + "line": 2088, "column": 38 } } @@ -112876,31 +110079,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 62645, - 62652 + 62105, + 62112 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 39 }, "end": { - "line": 2099, + "line": 2088, "column": 46 } } }, "range": [ - 62637, - 62652 + 62097, + 62112 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 31 }, "end": { - "line": 2099, + "line": 2088, "column": 46 } } @@ -112910,32 +110113,32 @@ "type": "Identifier", "name": "i", "range": [ - 62653, - 62654 + 62113, + 62114 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 47 }, "end": { - "line": 2099, + "line": 2088, "column": 48 } } } ], "range": [ - 62637, - 62655 + 62097, + 62115 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 31 }, "end": { - "line": 2099, + "line": 2088, "column": 49 } } @@ -112948,109 +110151,109 @@ "value": 1, "raw": "1", "range": [ - 62661, - 62662 + 62121, + 62122 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 55 }, "end": { - "line": 2099, + "line": 2088, "column": 56 } } }, "prefix": true, "range": [ - 62660, - 62662 + 62120, + 62122 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 54 }, "end": { - "line": 2099, + "line": 2088, "column": 56 } } }, "range": [ - 62637, - 62662 + 62097, + 62122 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 31 }, "end": { - "line": 2099, + "line": 2088, "column": 56 } } }, "range": [ - 62622, - 62662 + 62082, + 62122 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 16 }, "end": { - "line": 2099, + "line": 2088, "column": 56 } } }, "range": [ - 62622, - 62663 + 62082, + 62123 ], "loc": { "start": { - "line": 2099, + "line": 2088, "column": 16 }, "end": { - "line": 2099, + "line": 2088, "column": 57 } } } ], "range": [ - 62604, - 62677 + 62064, + 62137 ], "loc": { "start": { - "line": 2098, + "line": 2087, "column": 36 }, "end": { - "line": 2100, + "line": 2089, "column": 13 } } }, "alternate": null, "range": [ - 62580, - 62677 + 62040, + 62137 ], "loc": { "start": { - "line": 2098, + "line": 2087, "column": 12 }, "end": { - "line": 2100, + "line": 2089, "column": 13 } }, @@ -113059,16 +110262,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 62512, - 62567 + 61972, + 62027 ], "loc": { "start": { - "line": 2097, + "line": 2086, "column": 12 }, "end": { - "line": 2097, + "line": 2086, "column": 67 } } @@ -113084,16 +110287,16 @@ "type": "Identifier", "name": "cell", "range": [ - 62694, - 62698 + 62154, + 62158 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 16 }, "end": { - "line": 2101, + "line": 2090, "column": 20 } } @@ -113108,16 +110311,16 @@ "type": "Identifier", "name": "row", "range": [ - 62701, - 62704 + 62161, + 62164 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 23 }, "end": { - "line": 2101, + "line": 2090, "column": 26 } } @@ -113126,31 +110329,31 @@ "type": "Identifier", "name": "i", "range": [ - 62705, - 62706 + 62165, + 62166 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 27 }, "end": { - "line": 2101, + "line": 2090, "column": 28 } } }, "range": [ - 62701, - 62707 + 62161, + 62167 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 23 }, "end": { - "line": 2101, + "line": 2090, "column": 29 } } @@ -113159,46 +110362,46 @@ "type": "Identifier", "name": "cells", "range": [ - 62708, - 62713 + 62168, + 62173 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 30 }, "end": { - "line": 2101, + "line": 2090, "column": 35 } } }, "range": [ - 62701, - 62713 + 62161, + 62173 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 23 }, "end": { - "line": 2101, + "line": 2090, "column": 35 } } }, "range": [ - 62694, - 62713 + 62154, + 62173 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 16 }, "end": { - "line": 2101, + "line": 2090, "column": 35 } } @@ -113209,16 +110412,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 62731, - 62738 + 62191, + 62198 ], "loc": { "start": { - "line": 2102, + "line": 2091, "column": 16 }, "end": { - "line": 2102, + "line": 2091, "column": 23 } } @@ -113230,16 +110433,16 @@ "type": "Identifier", "name": "cell", "range": [ - 62741, - 62745 + 62201, + 62205 ], "loc": { "start": { - "line": 2102, + "line": 2091, "column": 26 }, "end": { - "line": 2102, + "line": 2091, "column": 30 } } @@ -113248,46 +110451,46 @@ "type": "Identifier", "name": "length", "range": [ - 62746, - 62752 + 62206, + 62212 ], "loc": { "start": { - "line": 2102, + "line": 2091, "column": 31 }, "end": { - "line": 2102, + "line": 2091, "column": 37 } } }, "range": [ - 62741, - 62752 + 62201, + 62212 ], "loc": { "start": { - "line": 2102, + "line": 2091, "column": 26 }, "end": { - "line": 2102, + "line": 2091, "column": 37 } } }, "range": [ - 62731, - 62752 + 62191, + 62212 ], "loc": { "start": { - "line": 2102, + "line": 2091, "column": 16 }, "end": { - "line": 2102, + "line": 2091, "column": 37 } } @@ -113295,16 +110498,16 @@ ], "kind": "let", "range": [ - 62690, - 62753 + 62150, + 62213 ], "loc": { "start": { - "line": 2101, + "line": 2090, "column": 12 }, "end": { - "line": 2102, + "line": 2091, "column": 38 } }, @@ -113313,16 +110516,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 62767, - 62820 + 62227, + 62280 ], "loc": { "start": { - "line": 2104, + "line": 2093, "column": 12 }, "end": { - "line": 2104, + "line": 2093, "column": 65 } } @@ -113341,16 +110544,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 62837, - 62844 + 62297, + 62304 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 16 }, "end": { - "line": 2105, + "line": 2094, "column": 23 } } @@ -113361,16 +110564,16 @@ "object": { "type": "ThisExpression", "range": [ - 62849, - 62853 + 62309, + 62313 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 28 }, "end": { - "line": 2105, + "line": 2094, "column": 32 } } @@ -113379,46 +110582,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 62854, - 62861 + 62314, + 62321 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 33 }, "end": { - "line": 2105, + "line": 2094, "column": 40 } } }, "range": [ - 62849, - 62861 + 62309, + 62321 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 28 }, "end": { - "line": 2105, + "line": 2094, "column": 40 } } }, "range": [ - 62837, - 62861 + 62297, + 62321 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 16 }, "end": { - "line": 2105, + "line": 2094, "column": 40 } } @@ -113430,47 +110633,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 62866, - 62878 + 62326, + 62338 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 45 }, "end": { - "line": 2105, + "line": 2094, "column": 57 } } }, "prefix": true, "range": [ - 62865, - 62878 + 62325, + 62338 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 44 }, "end": { - "line": 2105, + "line": 2094, "column": 57 } } }, "range": [ - 62837, - 62878 + 62297, + 62338 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 16 }, "end": { - "line": 2105, + "line": 2094, "column": 57 } } @@ -113489,16 +110692,16 @@ "type": "Identifier", "name": "j", "range": [ - 62956, - 62957 + 62416, + 62417 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 25 }, "end": { - "line": 2107, + "line": 2096, "column": 26 } } @@ -113508,31 +110711,31 @@ "value": 0, "raw": "0", "range": [ - 62960, - 62961 + 62420, + 62421 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 29 }, "end": { - "line": 2107, + "line": 2096, "column": 30 } } }, "range": [ - 62956, - 62961 + 62416, + 62421 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 25 }, "end": { - "line": 2107, + "line": 2096, "column": 30 } } @@ -113540,16 +110743,16 @@ ], "kind": "let", "range": [ - 62952, - 62961 + 62412, + 62421 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 21 }, "end": { - "line": 2107, + "line": 2096, "column": 30 } } @@ -113561,16 +110764,16 @@ "type": "Identifier", "name": "j", "range": [ - 62963, - 62964 + 62423, + 62424 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 32 }, "end": { - "line": 2107, + "line": 2096, "column": 33 } } @@ -113579,31 +110782,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 62967, - 62974 + 62427, + 62434 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 36 }, "end": { - "line": 2107, + "line": 2096, "column": 43 } } }, "range": [ - 62963, - 62974 + 62423, + 62434 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 32 }, "end": { - "line": 2107, + "line": 2096, "column": 43 } } @@ -113615,32 +110818,32 @@ "type": "Identifier", "name": "j", "range": [ - 62976, - 62977 + 62436, + 62437 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 45 }, "end": { - "line": 2107, + "line": 2096, "column": 46 } } }, "prefix": false, "range": [ - 62976, - 62979 + 62436, + 62439 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 45 }, "end": { - "line": 2107, + "line": 2096, "column": 48 } } @@ -113657,16 +110860,16 @@ "type": "Identifier", "name": "j", "range": [ - 63007, - 63008 + 62467, + 62468 ], "loc": { "start": { - "line": 2108, + "line": 2097, "column": 24 }, "end": { - "line": 2108, + "line": 2097, "column": 25 } } @@ -113675,31 +110878,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63013, - 63021 + 62473, + 62481 ], "loc": { "start": { - "line": 2108, + "line": 2097, "column": 30 }, "end": { - "line": 2108, + "line": 2097, "column": 38 } } }, "range": [ - 63007, - 63021 + 62467, + 62481 ], "loc": { "start": { - "line": 2108, + "line": 2097, "column": 24 }, "end": { - "line": 2108, + "line": 2097, "column": 38 } } @@ -113711,48 +110914,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 63049, - 63058 + 62509, + 62518 ], "loc": { "start": { - "line": 2109, + "line": 2098, "column": 24 }, "end": { - "line": 2109, + "line": 2098, "column": 33 } } } ], "range": [ - 63023, - 63080 + 62483, + 62540 ], "loc": { "start": { - "line": 2108, + "line": 2097, "column": 40 }, "end": { - "line": 2110, + "line": 2099, "column": 21 } } }, "alternate": null, "range": [ - 63003, - 63080 + 62463, + 62540 ], "loc": { "start": { - "line": 2108, + "line": 2097, "column": 20 }, "end": { - "line": 2110, + "line": 2099, "column": 21 } } @@ -113766,16 +110969,16 @@ "type": "Identifier", "name": "data", "range": [ - 63105, - 63109 + 62565, + 62569 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 24 }, "end": { - "line": 2111, + "line": 2100, "column": 28 } } @@ -113786,16 +110989,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 63112, - 63122 + 62572, + 62582 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 31 }, "end": { - "line": 2111, + "line": 2100, "column": 41 } } @@ -113808,16 +111011,16 @@ "type": "Identifier", "name": "cell", "range": [ - 63123, - 63127 + 62583, + 62587 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 42 }, "end": { - "line": 2111, + "line": 2100, "column": 46 } } @@ -113826,62 +111029,62 @@ "type": "Identifier", "name": "j", "range": [ - 63128, - 63129 + 62588, + 62589 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 47 }, "end": { - "line": 2111, + "line": 2100, "column": 48 } } }, "range": [ - 63123, - 63130 + 62583, + 62590 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 42 }, "end": { - "line": 2111, + "line": 2100, "column": 49 } } } ], "range": [ - 63112, - 63131 + 62572, + 62591 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 31 }, "end": { - "line": 2111, + "line": 2100, "column": 50 } } }, "range": [ - 63105, - 63131 + 62565, + 62591 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 24 }, "end": { - "line": 2111, + "line": 2100, "column": 50 } } @@ -113889,16 +111092,16 @@ ], "kind": "let", "range": [ - 63101, - 63132 + 62561, + 62592 ], "loc": { "start": { - "line": 2111, + "line": 2100, "column": 20 }, "end": { - "line": 2111, + "line": 2100, "column": 51 } } @@ -113914,16 +111117,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 63153, - 63162 + 62613, + 62622 ], "loc": { "start": { - "line": 2112, + "line": 2101, "column": 20 }, "end": { - "line": 2112, + "line": 2101, "column": 29 } } @@ -113932,31 +111135,31 @@ "type": "Identifier", "name": "push", "range": [ - 63163, - 63167 + 62623, + 62627 ], "loc": { "start": { - "line": 2112, + "line": 2101, "column": 30 }, "end": { - "line": 2112, + "line": 2101, "column": 34 } } }, "range": [ - 63153, - 63167 + 62613, + 62627 ], "loc": { "start": { - "line": 2112, + "line": 2101, "column": 20 }, "end": { - "line": 2112, + "line": 2101, "column": 34 } } @@ -113966,78 +111169,78 @@ "type": "Identifier", "name": "data", "range": [ - 63168, - 63172 + 62628, + 62632 ], "loc": { "start": { - "line": 2112, + "line": 2101, "column": 35 }, "end": { - "line": 2112, + "line": 2101, "column": 39 } } } ], "range": [ - 63153, - 63173 + 62613, + 62633 ], "loc": { "start": { - "line": 2112, + "line": 2101, "column": 20 }, "end": { - "line": 2112, + "line": 2101, "column": 40 } } }, "range": [ - 63153, - 63174 + 62613, + 62634 ], "loc": { "start": { - "line": 2112, + "line": 2101, "column": 20 }, "end": { - "line": 2112, + "line": 2101, "column": 41 } } } ], "range": [ - 62981, - 63192 + 62441, + 62652 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 50 }, "end": { - "line": 2113, + "line": 2102, "column": 17 } } }, "range": [ - 62947, - 63192 + 62407, + 62652 ], "loc": { "start": { - "line": 2107, + "line": 2096, "column": 16 }, "end": { - "line": 2113, + "line": 2102, "column": 17 } }, @@ -114046,16 +111249,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 62898, - 62930 + 62358, + 62390 ], "loc": { "start": { - "line": 2106, + "line": 2095, "column": 16 }, "end": { - "line": 2106, + "line": 2095, "column": 48 } } @@ -114064,32 +111267,32 @@ } ], "range": [ - 62880, - 63206 + 62340, + 62666 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 59 }, "end": { - "line": 2114, + "line": 2103, "column": 13 } } }, "alternate": null, "range": [ - 62833, - 63206 + 62293, + 62666 ], "loc": { "start": { - "line": 2105, + "line": 2094, "column": 12 }, "end": { - "line": 2114, + "line": 2103, "column": 13 } }, @@ -114098,16 +111301,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 62767, - 62820 + 62227, + 62280 ], "loc": { "start": { - "line": 2104, + "line": 2093, "column": 12 }, "end": { - "line": 2104, + "line": 2093, "column": 65 } } @@ -114116,31 +111319,31 @@ } ], "range": [ - 62460, - 63216 + 61920, + 62676 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 51 }, "end": { - "line": 2115, + "line": 2104, "column": 9 } } }, "range": [ - 62417, - 63216 + 61877, + 62676 ], "loc": { "start": { - "line": 2095, + "line": 2084, "column": 8 }, "end": { - "line": 2115, + "line": 2104, "column": 9 } } @@ -114151,47 +111354,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 63232, - 63241 + 62692, + 62701 ], "loc": { "start": { - "line": 2116, + "line": 2105, "column": 15 }, "end": { - "line": 2116, + "line": 2105, "column": 24 } } }, "range": [ - 63225, - 63242 + 62685, + 62702 ], "loc": { "start": { - "line": 2116, + "line": 2105, "column": 8 }, "end": { - "line": 2116, + "line": 2105, "column": 25 } } } ], "range": [ - 62093, - 63248 + 61553, + 62708 ], "loc": { "start": { - "line": 2084, + "line": 2073, "column": 6 }, "end": { - "line": 2117, + "line": 2106, "column": 5 } } @@ -114199,16 +111402,16 @@ "generator": false, "expression": false, "range": [ - 61991, - 63248 + 61451, + 62708 ], "loc": { "start": { - "line": 2079, + "line": 2068, "column": 16 }, "end": { - "line": 2117, + "line": 2106, "column": 5 } } @@ -114216,16 +111419,16 @@ "kind": "method", "computed": false, "range": [ - 61979, - 63248 + 61439, + 62708 ], "loc": { "start": { - "line": 2079, + "line": 2068, "column": 4 }, "end": { - "line": 2117, + "line": 2106, "column": 5 } }, @@ -114234,16 +111437,16 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n * @private\n ", "range": [ - 61593, - 61974 + 61053, + 61434 ], "loc": { "start": { - "line": 2070, + "line": 2059, "column": 4 }, "end": { - "line": 2078, + "line": 2067, "column": 7 } } @@ -114254,16 +111457,16 @@ "type": "Block", "value": "*\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n ", "range": [ - 63254, - 63406 + 62714, + 62866 ], "loc": { "start": { - "line": 2119, + "line": 2108, "column": 4 }, "end": { - "line": 2123, + "line": 2112, "column": 7 } } @@ -114277,16 +111480,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 63411, - 63425 + 62871, + 62885 ], "loc": { "start": { - "line": 2124, + "line": 2113, "column": 4 }, "end": { - "line": 2124, + "line": 2113, "column": 18 } } @@ -114299,16 +111502,16 @@ "type": "Identifier", "name": "index", "range": [ - 63426, - 63431 + 62886, + 62891 ], "loc": { "start": { - "line": 2124, + "line": 2113, "column": 19 }, "end": { - "line": 2124, + "line": 2113, "column": 24 } } @@ -114328,16 +111531,16 @@ "object": { "type": "ThisExpression", "range": [ - 63448, - 63452 + 62908, + 62912 ], "loc": { "start": { - "line": 2125, + "line": 2114, "column": 13 }, "end": { - "line": 2125, + "line": 2114, "column": 17 } } @@ -114346,47 +111549,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 63453, - 63460 + 62913, + 62920 ], "loc": { "start": { - "line": 2125, + "line": 2114, "column": 18 }, "end": { - "line": 2125, + "line": 2114, "column": 25 } } }, "range": [ - 63448, - 63460 + 62908, + 62920 ], "loc": { "start": { - "line": 2125, + "line": 2114, "column": 13 }, "end": { - "line": 2125, + "line": 2114, "column": 25 } } }, "prefix": true, "range": [ - 63447, - 63460 + 62907, + 62920 ], "loc": { "start": { - "line": 2125, + "line": 2114, "column": 12 }, "end": { - "line": 2125, + "line": 2114, "column": 25 } } @@ -114398,48 +111601,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 63476, - 63483 + 62936, + 62943 ], "loc": { "start": { - "line": 2126, + "line": 2115, "column": 12 }, "end": { - "line": 2126, + "line": 2115, "column": 19 } } } ], "range": [ - 63462, - 63493 + 62922, + 62953 ], "loc": { "start": { - "line": 2125, + "line": 2114, "column": 27 }, "end": { - "line": 2127, + "line": 2116, "column": 9 } } }, "alternate": null, "range": [ - 63443, - 63493 + 62903, + 62953 ], "loc": { "start": { - "line": 2125, + "line": 2114, "column": 8 }, "end": { - "line": 2127, + "line": 2116, "column": 9 } } @@ -114453,16 +111656,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 63506, - 63514 + 62966, + 62974 ], "loc": { "start": { - "line": 2128, + "line": 2117, "column": 12 }, "end": { - "line": 2128, + "line": 2117, "column": 20 } } @@ -114472,31 +111675,31 @@ "value": "", "raw": "''", "range": [ - 63517, - 63519 + 62977, + 62979 ], "loc": { "start": { - "line": 2128, + "line": 2117, "column": 23 }, "end": { - "line": 2128, + "line": 2117, "column": 25 } } }, "range": [ - 63506, - 63519 + 62966, + 62979 ], "loc": { "start": { - "line": 2128, + "line": 2117, "column": 12 }, "end": { - "line": 2128, + "line": 2117, "column": 25 } } @@ -114504,16 +111707,16 @@ ], "kind": "let", "range": [ - 63502, - 63520 + 62962, + 62980 ], "loc": { "start": { - "line": 2128, + "line": 2117, "column": 8 }, "end": { - "line": 2128, + "line": 2117, "column": 26 } } @@ -114527,16 +111730,16 @@ "type": "Identifier", "name": "flt", "range": [ - 63533, - 63536 + 62993, + 62996 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 12 }, "end": { - "line": 2129, + "line": 2118, "column": 15 } } @@ -114549,16 +111752,16 @@ "object": { "type": "ThisExpression", "range": [ - 63539, - 63543 + 62999, + 63003 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 18 }, "end": { - "line": 2129, + "line": 2118, "column": 22 } } @@ -114567,31 +111770,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 63544, - 63560 + 63004, + 63020 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 23 }, "end": { - "line": 2129, + "line": 2118, "column": 39 } } }, "range": [ - 63539, - 63560 + 62999, + 63020 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 18 }, "end": { - "line": 2129, + "line": 2118, "column": 39 } } @@ -114601,47 +111804,47 @@ "type": "Identifier", "name": "index", "range": [ - 63561, - 63566 + 63021, + 63026 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 40 }, "end": { - "line": 2129, + "line": 2118, "column": 45 } } } ], "range": [ - 63539, - 63567 + 62999, + 63027 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 18 }, "end": { - "line": 2129, + "line": 2118, "column": 46 } } }, "range": [ - 63533, - 63567 + 62993, + 63027 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 12 }, "end": { - "line": 2129, + "line": 2118, "column": 46 } } @@ -114649,16 +111852,16 @@ ], "kind": "let", "range": [ - 63529, - 63568 + 62989, + 63028 ], "loc": { "start": { - "line": 2129, + "line": 2118, "column": 8 }, "end": { - "line": 2129, + "line": 2118, "column": 47 } } @@ -114672,32 +111875,32 @@ "type": "Identifier", "name": "flt", "range": [ - 63582, - 63585 + 63042, + 63045 ], "loc": { "start": { - "line": 2130, + "line": 2119, "column": 13 }, "end": { - "line": 2130, + "line": 2119, "column": 16 } } }, "prefix": true, "range": [ - 63581, - 63585 + 63041, + 63045 ], "loc": { "start": { - "line": 2130, + "line": 2119, "column": 12 }, "end": { - "line": 2130, + "line": 2119, "column": 16 } } @@ -114711,63 +111914,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 63608, - 63616 + 63068, + 63076 ], "loc": { "start": { - "line": 2131, + "line": 2120, "column": 19 }, "end": { - "line": 2131, + "line": 2120, "column": 27 } } }, "range": [ - 63601, - 63617 + 63061, + 63077 ], "loc": { "start": { - "line": 2131, + "line": 2120, "column": 12 }, "end": { - "line": 2131, + "line": 2120, "column": 28 } } } ], "range": [ - 63587, - 63627 + 63047, + 63087 ], "loc": { "start": { - "line": 2130, + "line": 2119, "column": 18 }, "end": { - "line": 2132, + "line": 2121, "column": 9 } } }, "alternate": null, "range": [ - 63577, - 63627 + 63037, + 63087 ], "loc": { "start": { - "line": 2130, + "line": 2119, "column": 8 }, "end": { - "line": 2132, + "line": 2121, "column": 9 } } @@ -114781,16 +111984,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63641, - 63651 + 63101, + 63111 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 12 }, "end": { - "line": 2134, + "line": 2123, "column": 22 } } @@ -114803,16 +112006,16 @@ "object": { "type": "ThisExpression", "range": [ - 63654, - 63658 + 63114, + 63118 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 25 }, "end": { - "line": 2134, + "line": 2123, "column": 29 } } @@ -114821,31 +112024,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 63659, - 63672 + 63119, + 63132 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 30 }, "end": { - "line": 2134, + "line": 2123, "column": 43 } } }, "range": [ - 63654, - 63672 + 63114, + 63132 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 25 }, "end": { - "line": 2134, + "line": 2123, "column": 43 } } @@ -114855,47 +112058,47 @@ "type": "Identifier", "name": "index", "range": [ - 63673, - 63678 + 63133, + 63138 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 44 }, "end": { - "line": 2134, + "line": 2123, "column": 49 } } } ], "range": [ - 63654, - 63679 + 63114, + 63139 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 25 }, "end": { - "line": 2134, + "line": 2123, "column": 50 } } }, "range": [ - 63641, - 63679 + 63101, + 63139 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 12 }, "end": { - "line": 2134, + "line": 2123, "column": 50 } } @@ -114903,16 +112106,16 @@ ], "kind": "let", "range": [ - 63637, - 63680 + 63097, + 63140 ], "loc": { "start": { - "line": 2134, + "line": 2123, "column": 8 }, "end": { - "line": 2134, + "line": 2123, "column": 51 } } @@ -114929,16 +112132,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63693, - 63703 + 63153, + 63163 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 12 }, "end": { - "line": 2135, + "line": 2124, "column": 22 } } @@ -114947,31 +112150,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 63708, - 63716 + 63168, + 63176 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 27 }, "end": { - "line": 2135, + "line": 2124, "column": 35 } } }, "range": [ - 63693, - 63716 + 63153, + 63176 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 12 }, "end": { - "line": 2135, + "line": 2124, "column": 35 } } @@ -114983,16 +112186,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63720, - 63730 + 63180, + 63190 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 39 }, "end": { - "line": 2135, + "line": 2124, "column": 49 } } @@ -115001,46 +112204,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 63735, - 63744 + 63195, + 63204 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 54 }, "end": { - "line": 2135, + "line": 2124, "column": 63 } } }, "range": [ - 63720, - 63744 + 63180, + 63204 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 39 }, "end": { - "line": 2135, + "line": 2124, "column": 63 } } }, "range": [ - 63693, - 63744 + 63153, + 63204 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 12 }, "end": { - "line": 2135, + "line": 2124, "column": 63 } } @@ -115057,16 +112260,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 63760, - 63768 + 63220, + 63228 ], "loc": { "start": { - "line": 2136, + "line": 2125, "column": 12 }, "end": { - "line": 2136, + "line": 2125, "column": 20 } } @@ -115078,16 +112281,16 @@ "type": "Identifier", "name": "flt", "range": [ - 63771, - 63774 + 63231, + 63234 ], "loc": { "start": { - "line": 2136, + "line": 2125, "column": 23 }, "end": { - "line": 2136, + "line": 2125, "column": 26 } } @@ -115096,77 +112299,77 @@ "type": "Identifier", "name": "value", "range": [ - 63775, - 63780 + 63235, + 63240 ], "loc": { "start": { - "line": 2136, + "line": 2125, "column": 27 }, "end": { - "line": 2136, + "line": 2125, "column": 32 } } }, "range": [ - 63771, - 63780 + 63231, + 63240 ], "loc": { "start": { - "line": 2136, + "line": 2125, "column": 23 }, "end": { - "line": 2136, + "line": 2125, "column": 32 } } }, "range": [ - 63760, - 63780 + 63220, + 63240 ], "loc": { "start": { - "line": 2136, + "line": 2125, "column": 12 }, "end": { - "line": 2136, + "line": 2125, "column": 32 } } }, "range": [ - 63760, - 63781 + 63220, + 63241 ], "loc": { "start": { - "line": 2136, + "line": 2125, "column": 12 }, "end": { - "line": 2136, + "line": 2125, "column": 33 } } } ], "range": [ - 63746, - 63791 + 63206, + 63251 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 65 }, "end": { - "line": 2137, + "line": 2126, "column": 9 } }, @@ -115175,16 +112378,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 63800, - 63816 + 63260, + 63276 ], "loc": { "start": { - "line": 2138, + "line": 2127, "column": 8 }, "end": { - "line": 2138, + "line": 2127, "column": 24 } } @@ -115200,16 +112403,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63834, - 63844 + 63294, + 63304 ], "loc": { "start": { - "line": 2139, + "line": 2128, "column": 17 }, "end": { - "line": 2139, + "line": 2128, "column": 27 } } @@ -115218,31 +112421,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 63849, - 63857 + 63309, + 63317 ], "loc": { "start": { - "line": 2139, + "line": 2128, "column": 32 }, "end": { - "line": 2139, + "line": 2128, "column": 40 } } }, "range": [ - 63834, - 63857 + 63294, + 63317 ], "loc": { "start": { - "line": 2139, + "line": 2128, "column": 17 }, "end": { - "line": 2139, + "line": 2128, "column": 40 } } @@ -115259,16 +112462,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 63873, - 63881 + 63333, + 63341 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 12 }, "end": { - "line": 2140, + "line": 2129, "column": 20 } } @@ -115286,16 +112489,16 @@ "object": { "type": "ThisExpression", "range": [ - 63884, - 63888 + 63344, + 63348 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 23 }, "end": { - "line": 2140, + "line": 2129, "column": 27 } } @@ -115304,31 +112507,31 @@ "type": "Identifier", "name": "feature", "range": [ - 63889, - 63896 + 63349, + 63356 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 28 }, "end": { - "line": 2140, + "line": 2129, "column": 35 } } }, "range": [ - 63884, - 63896 + 63344, + 63356 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 23 }, "end": { - "line": 2140, + "line": 2129, "column": 35 } } @@ -115339,32 +112542,32 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 63897, - 63907 + 63357, + 63367 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 36 }, "end": { - "line": 2140, + "line": 2129, "column": 46 } } } ], "range": [ - 63884, - 63908 + 63344, + 63368 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 23 }, "end": { - "line": 2140, + "line": 2129, "column": 47 } } @@ -115373,31 +112576,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 63909, - 63918 + 63369, + 63378 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 48 }, "end": { - "line": 2140, + "line": 2129, "column": 57 } } }, "range": [ - 63884, - 63918 + 63344, + 63378 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 23 }, "end": { - "line": 2140, + "line": 2129, "column": 57 } } @@ -115407,78 +112610,78 @@ "type": "Identifier", "name": "index", "range": [ - 63919, - 63924 + 63379, + 63384 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 58 }, "end": { - "line": 2140, + "line": 2129, "column": 63 } } } ], "range": [ - 63884, - 63925 + 63344, + 63385 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 23 }, "end": { - "line": 2140, + "line": 2129, "column": 64 } } }, "range": [ - 63873, - 63925 + 63333, + 63385 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 12 }, "end": { - "line": 2140, + "line": 2129, "column": 64 } } }, "range": [ - 63873, - 63926 + 63333, + 63386 ], "loc": { "start": { - "line": 2140, + "line": 2129, "column": 12 }, "end": { - "line": 2140, + "line": 2129, "column": 65 } } } ], "range": [ - 63859, - 63936 + 63319, + 63396 ], "loc": { "start": { - "line": 2139, + "line": 2128, "column": 42 }, "end": { - "line": 2141, + "line": 2130, "column": 9 } }, @@ -115487,16 +112690,16 @@ "type": "Line", "value": "checklist", "range": [ - 63945, - 63956 + 63405, + 63416 ], "loc": { "start": { - "line": 2142, + "line": 2131, "column": 8 }, "end": { - "line": 2142, + "line": 2131, "column": 19 } } @@ -115512,16 +112715,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 63974, - 63984 + 63434, + 63444 ], "loc": { "start": { - "line": 2143, + "line": 2132, "column": 17 }, "end": { - "line": 2143, + "line": 2132, "column": 27 } } @@ -115530,31 +112733,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 63989, - 63998 + 63449, + 63458 ], "loc": { "start": { - "line": 2143, + "line": 2132, "column": 32 }, "end": { - "line": 2143, + "line": 2132, "column": 41 } } }, "range": [ - 63974, - 63998 + 63434, + 63458 ], "loc": { "start": { - "line": 2143, + "line": 2132, "column": 17 }, "end": { - "line": 2143, + "line": 2132, "column": 41 } } @@ -115571,16 +112774,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64014, - 64022 + 63474, + 63482 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 12 }, "end": { - "line": 2144, + "line": 2133, "column": 20 } } @@ -115598,16 +112801,16 @@ "object": { "type": "ThisExpression", "range": [ - 64025, - 64029 + 63485, + 63489 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 23 }, "end": { - "line": 2144, + "line": 2133, "column": 27 } } @@ -115616,31 +112819,31 @@ "type": "Identifier", "name": "feature", "range": [ - 64030, - 64037 + 63490, + 63497 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 28 }, "end": { - "line": 2144, + "line": 2133, "column": 35 } } }, "range": [ - 64025, - 64037 + 63485, + 63497 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 23 }, "end": { - "line": 2144, + "line": 2133, "column": 35 } } @@ -115651,32 +112854,32 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 64038, - 64049 + 63498, + 63509 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 36 }, "end": { - "line": 2144, + "line": 2133, "column": 47 } } } ], "range": [ - 64025, - 64050 + 63485, + 63510 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 23 }, "end": { - "line": 2144, + "line": 2133, "column": 48 } } @@ -115685,31 +112888,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 64051, - 64060 + 63511, + 63520 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 49 }, "end": { - "line": 2144, + "line": 2133, "column": 58 } } }, "range": [ - 64025, - 64060 + 63485, + 63520 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 23 }, "end": { - "line": 2144, + "line": 2133, "column": 58 } } @@ -115719,94 +112922,94 @@ "type": "Identifier", "name": "index", "range": [ - 64061, - 64066 + 63521, + 63526 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 59 }, "end": { - "line": 2144, + "line": 2133, "column": 64 } } } ], "range": [ - 64025, - 64067 + 63485, + 63527 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 23 }, "end": { - "line": 2144, + "line": 2133, "column": 65 } } }, "range": [ - 64014, - 64067 + 63474, + 63527 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 12 }, "end": { - "line": 2144, + "line": 2133, "column": 65 } } }, "range": [ - 64014, - 64068 + 63474, + 63528 ], "loc": { "start": { - "line": 2144, + "line": 2133, "column": 12 }, "end": { - "line": 2144, + "line": 2133, "column": 66 } } } ], "range": [ - 64000, - 64078 + 63460, + 63538 ], "loc": { "start": { - "line": 2143, + "line": 2132, "column": 43 }, "end": { - "line": 2145, + "line": 2134, "column": 9 } } }, "alternate": null, "range": [ - 63970, - 64078 + 63430, + 63538 ], "loc": { "start": { - "line": 2143, + "line": 2132, "column": 13 }, "end": { - "line": 2145, + "line": 2134, "column": 9 } }, @@ -115815,16 +113018,16 @@ "type": "Line", "value": "checklist", "range": [ - 63945, - 63956 + 63405, + 63416 ], "loc": { "start": { - "line": 2142, + "line": 2131, "column": 8 }, "end": { - "line": 2142, + "line": 2131, "column": 19 } } @@ -115832,16 +113035,16 @@ ] }, "range": [ - 63830, - 64078 + 63290, + 63538 ], "loc": { "start": { - "line": 2139, + "line": 2128, "column": 13 }, "end": { - "line": 2145, + "line": 2134, "column": 9 } }, @@ -115850,16 +113053,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 63800, - 63816 + 63260, + 63276 ], "loc": { "start": { - "line": 2138, + "line": 2127, "column": 8 }, "end": { - "line": 2138, + "line": 2127, "column": 24 } } @@ -115867,16 +113070,16 @@ ] }, "range": [ - 63689, - 64078 + 63149, + 63538 ], "loc": { "start": { - "line": 2135, + "line": 2124, "column": 8 }, "end": { - "line": 2145, + "line": 2134, "column": 9 } }, @@ -115885,16 +113088,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 64087, - 64155 + 63547, + 63615 ], "loc": { "start": { - "line": 2146, + "line": 2135, "column": 8 }, "end": { - "line": 2146, + "line": 2135, "column": 76 } } @@ -115903,16 +113106,16 @@ "type": "Line", "value": "empty string", "range": [ - 64164, - 64178 + 63624, + 63638 ], "loc": { "start": { - "line": 2147, + "line": 2136, "column": 8 }, "end": { - "line": 2147, + "line": 2136, "column": 22 } } @@ -115933,16 +113136,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 64191, - 64198 + 63651, + 63658 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 12 }, "end": { - "line": 2148, + "line": 2137, "column": 19 } } @@ -115952,32 +113155,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64199, - 64207 + 63659, + 63667 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 20 }, "end": { - "line": 2148, + "line": 2137, "column": 28 } } } ], "range": [ - 64191, - 64208 + 63651, + 63668 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 12 }, "end": { - "line": 2148, + "line": 2137, "column": 29 } } @@ -115992,16 +113195,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64212, - 64220 + 63672, + 63680 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 33 }, "end": { - "line": 2148, + "line": 2137, "column": 41 } } @@ -116010,31 +113213,31 @@ "type": "Identifier", "name": "length", "range": [ - 64221, - 64227 + 63681, + 63687 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 42 }, "end": { - "line": 2148, + "line": 2137, "column": 48 } } }, "range": [ - 64212, - 64227 + 63672, + 63687 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 33 }, "end": { - "line": 2148, + "line": 2137, "column": 48 } } @@ -116044,46 +113247,46 @@ "value": 0, "raw": "0", "range": [ - 64232, - 64233 + 63692, + 63693 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 53 }, "end": { - "line": 2148, + "line": 2137, "column": 54 } } }, "range": [ - 64212, - 64233 + 63672, + 63693 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 33 }, "end": { - "line": 2148, + "line": 2137, "column": 54 } } }, "range": [ - 64191, - 64233 + 63651, + 63693 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 12 }, "end": { - "line": 2148, + "line": 2137, "column": 54 } } @@ -116101,16 +113304,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64250, - 64258 + 63710, + 63718 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 13 }, "end": { - "line": 2149, + "line": 2138, "column": 21 } } @@ -116119,31 +113322,31 @@ "type": "Identifier", "name": "length", "range": [ - 64259, - 64265 + 63719, + 63725 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 22 }, "end": { - "line": 2149, + "line": 2138, "column": 28 } } }, "range": [ - 64250, - 64265 + 63710, + 63725 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 13 }, "end": { - "line": 2149, + "line": 2138, "column": 28 } } @@ -116153,31 +113356,31 @@ "value": 1, "raw": "1", "range": [ - 64270, - 64271 + 63730, + 63731 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 33 }, "end": { - "line": 2149, + "line": 2138, "column": 34 } } }, "range": [ - 64250, - 64271 + 63710, + 63731 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 13 }, "end": { - "line": 2149, + "line": 2138, "column": 34 } } @@ -116192,16 +113395,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64275, - 64283 + 63735, + 63743 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 38 }, "end": { - "line": 2149, + "line": 2138, "column": 46 } } @@ -116211,31 +113414,31 @@ "value": 0, "raw": "0", "range": [ - 64284, - 64285 + 63744, + 63745 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 47 }, "end": { - "line": 2149, + "line": 2138, "column": 48 } } }, "range": [ - 64275, - 64286 + 63735, + 63746 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 38 }, "end": { - "line": 2149, + "line": 2138, "column": 49 } } @@ -116245,61 +113448,61 @@ "value": "", "raw": "''", "range": [ - 64291, - 64293 + 63751, + 63753 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 54 }, "end": { - "line": 2149, + "line": 2138, "column": 56 } } }, "range": [ - 64275, - 64293 + 63735, + 63753 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 38 }, "end": { - "line": 2149, + "line": 2138, "column": 56 } } }, "range": [ - 64250, - 64293 + 63710, + 63753 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 13 }, "end": { - "line": 2149, + "line": 2138, "column": 56 } } }, "range": [ - 64191, - 64294 + 63651, + 63754 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 12 }, "end": { - "line": 2149, + "line": 2138, "column": 57 } } @@ -116316,16 +113519,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64310, - 64318 + 63770, + 63778 ], "loc": { "start": { - "line": 2150, + "line": 2139, "column": 12 }, "end": { - "line": 2150, + "line": 2139, "column": 20 } } @@ -116335,78 +113538,78 @@ "value": "", "raw": "''", "range": [ - 64321, - 64323 + 63781, + 63783 ], "loc": { "start": { - "line": 2150, + "line": 2139, "column": 23 }, "end": { - "line": 2150, + "line": 2139, "column": 25 } } }, "range": [ - 64310, - 64323 + 63770, + 63783 ], "loc": { "start": { - "line": 2150, + "line": 2139, "column": 12 }, "end": { - "line": 2150, + "line": 2139, "column": 25 } } }, "range": [ - 64310, - 64324 + 63770, + 63784 ], "loc": { "start": { - "line": 2150, + "line": 2139, "column": 12 }, "end": { - "line": 2150, + "line": 2139, "column": 26 } } } ], "range": [ - 64296, - 64334 + 63756, + 63794 ], "loc": { "start": { - "line": 2149, + "line": 2138, "column": 59 }, "end": { - "line": 2151, + "line": 2140, "column": 9 } } }, "alternate": null, "range": [ - 64187, - 64334 + 63647, + 63794 ], "loc": { "start": { - "line": 2148, + "line": 2137, "column": 8 }, "end": { - "line": 2151, + "line": 2140, "column": 9 } }, @@ -116415,16 +113618,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 64087, - 64155 + 63547, + 63615 ], "loc": { "start": { - "line": 2146, + "line": 2135, "column": 8 }, "end": { - "line": 2146, + "line": 2135, "column": 76 } } @@ -116433,16 +113636,16 @@ "type": "Line", "value": "empty string", "range": [ - 64164, - 64178 + 63624, + 63638 ], "loc": { "start": { - "line": 2147, + "line": 2136, "column": 8 }, "end": { - "line": 2147, + "line": 2136, "column": 22 } } @@ -116455,47 +113658,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64351, - 64359 + 63811, + 63819 ], "loc": { "start": { - "line": 2153, + "line": 2142, "column": 15 }, "end": { - "line": 2153, + "line": 2142, "column": 23 } } }, "range": [ - 64344, - 64360 + 63804, + 63820 ], "loc": { "start": { - "line": 2153, + "line": 2142, "column": 8 }, "end": { - "line": 2153, + "line": 2142, "column": 24 } } } ], "range": [ - 63433, - 64366 + 62893, + 63826 ], "loc": { "start": { - "line": 2124, + "line": 2113, "column": 26 }, "end": { - "line": 2154, + "line": 2143, "column": 5 } } @@ -116503,16 +113706,16 @@ "generator": false, "expression": false, "range": [ - 63425, - 64366 + 62885, + 63826 ], "loc": { "start": { - "line": 2124, + "line": 2113, "column": 18 }, "end": { - "line": 2154, + "line": 2143, "column": 5 } } @@ -116520,16 +113723,16 @@ "kind": "method", "computed": false, "range": [ - 63411, - 64366 + 62871, + 63826 ], "loc": { "start": { - "line": 2124, + "line": 2113, "column": 4 }, "end": { - "line": 2154, + "line": 2143, "column": 5 } }, @@ -116538,16 +113741,16 @@ "type": "Block", "value": "*\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n ", "range": [ - 63254, - 63406 + 62714, + 62866 ], "loc": { "start": { - "line": 2119, + "line": 2108, "column": 4 }, "end": { - "line": 2123, + "line": 2112, "column": 7 } } @@ -116558,16 +113761,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 64372, - 64464 + 63832, + 63924 ], "loc": { "start": { - "line": 2156, + "line": 2145, "column": 4 }, "end": { - "line": 2159, + "line": 2148, "column": 7 } } @@ -116581,16 +113784,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 64469, - 64484 + 63929, + 63944 ], "loc": { "start": { - "line": 2160, + "line": 2149, "column": 4 }, "end": { - "line": 2160, + "line": 2149, "column": 19 } } @@ -116613,16 +113816,16 @@ "object": { "type": "ThisExpression", "range": [ - 64502, - 64506 + 63962, + 63966 ], "loc": { "start": { - "line": 2161, + "line": 2150, "column": 13 }, "end": { - "line": 2161, + "line": 2150, "column": 17 } } @@ -116631,47 +113834,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 64507, - 64514 + 63967, + 63974 ], "loc": { "start": { - "line": 2161, + "line": 2150, "column": 18 }, "end": { - "line": 2161, + "line": 2150, "column": 25 } } }, "range": [ - 64502, - 64514 + 63962, + 63974 ], "loc": { "start": { - "line": 2161, + "line": 2150, "column": 13 }, "end": { - "line": 2161, + "line": 2150, "column": 25 } } }, "prefix": true, "range": [ - 64501, - 64514 + 63961, + 63974 ], "loc": { "start": { - "line": 2161, + "line": 2150, "column": 12 }, "end": { - "line": 2161, + "line": 2150, "column": 25 } } @@ -116683,48 +113886,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64530, - 64537 + 63990, + 63997 ], "loc": { "start": { - "line": 2162, + "line": 2151, "column": 12 }, "end": { - "line": 2162, + "line": 2151, "column": 19 } } } ], "range": [ - 64516, - 64547 + 63976, + 64007 ], "loc": { "start": { - "line": 2161, + "line": 2150, "column": 27 }, "end": { - "line": 2163, + "line": 2152, "column": 9 } } }, "alternate": null, "range": [ - 64497, - 64547 + 63957, + 64007 ], "loc": { "start": { - "line": 2161, + "line": 2150, "column": 8 }, "end": { - "line": 2163, + "line": 2152, "column": 9 } } @@ -116738,16 +113941,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 64560, - 64570 + 64020, + 64030 ], "loc": { "start": { - "line": 2164, + "line": 2153, "column": 12 }, "end": { - "line": 2164, + "line": 2153, "column": 22 } } @@ -116756,31 +113959,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 64573, - 64575 + 64033, + 64035 ], "loc": { "start": { - "line": 2164, + "line": 2153, "column": 25 }, "end": { - "line": 2164, + "line": 2153, "column": 27 } } }, "range": [ - 64560, - 64575 + 64020, + 64035 ], "loc": { "start": { - "line": 2164, + "line": 2153, "column": 12 }, "end": { - "line": 2164, + "line": 2153, "column": 27 } } @@ -116788,16 +113991,16 @@ ], "kind": "let", "range": [ - 64556, - 64576 + 64016, + 64036 ], "loc": { "start": { - "line": 2164, + "line": 2153, "column": 8 }, "end": { - "line": 2164, + "line": 2153, "column": 28 } } @@ -116813,16 +114016,16 @@ "type": "Identifier", "name": "i", "range": [ - 64594, - 64595 + 64054, + 64055 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 17 }, "end": { - "line": 2165, + "line": 2154, "column": 18 } } @@ -116832,31 +114035,31 @@ "value": 0, "raw": "0", "range": [ - 64598, - 64599 + 64058, + 64059 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 21 }, "end": { - "line": 2165, + "line": 2154, "column": 22 } } }, "range": [ - 64594, - 64599 + 64054, + 64059 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 17 }, "end": { - "line": 2165, + "line": 2154, "column": 22 } } @@ -116867,16 +114070,16 @@ "type": "Identifier", "name": "len", "range": [ - 64601, - 64604 + 64061, + 64064 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 24 }, "end": { - "line": 2165, + "line": 2154, "column": 27 } } @@ -116890,16 +114093,16 @@ "object": { "type": "ThisExpression", "range": [ - 64607, - 64611 + 64067, + 64071 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 30 }, "end": { - "line": 2165, + "line": 2154, "column": 34 } } @@ -116908,31 +114111,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 64612, - 64618 + 64072, + 64078 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 35 }, "end": { - "line": 2165, + "line": 2154, "column": 41 } } }, "range": [ - 64607, - 64618 + 64067, + 64078 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 30 }, "end": { - "line": 2165, + "line": 2154, "column": 41 } } @@ -116941,46 +114144,46 @@ "type": "Identifier", "name": "length", "range": [ - 64619, - 64625 + 64079, + 64085 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 42 }, "end": { - "line": 2165, + "line": 2154, "column": 48 } } }, "range": [ - 64607, - 64625 + 64067, + 64085 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 30 }, "end": { - "line": 2165, + "line": 2154, "column": 48 } } }, "range": [ - 64601, - 64625 + 64061, + 64085 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 24 }, "end": { - "line": 2165, + "line": 2154, "column": 48 } } @@ -116988,16 +114191,16 @@ ], "kind": "let", "range": [ - 64590, - 64625 + 64050, + 64085 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 13 }, "end": { - "line": 2165, + "line": 2154, "column": 48 } } @@ -117009,16 +114212,16 @@ "type": "Identifier", "name": "i", "range": [ - 64627, - 64628 + 64087, + 64088 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 50 }, "end": { - "line": 2165, + "line": 2154, "column": 51 } } @@ -117027,31 +114230,31 @@ "type": "Identifier", "name": "len", "range": [ - 64631, - 64634 + 64091, + 64094 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 54 }, "end": { - "line": 2165, + "line": 2154, "column": 57 } } }, "range": [ - 64627, - 64634 + 64087, + 64094 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 50 }, "end": { - "line": 2165, + "line": 2154, "column": 57 } } @@ -117063,32 +114266,32 @@ "type": "Identifier", "name": "i", "range": [ - 64636, - 64637 + 64096, + 64097 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 59 }, "end": { - "line": 2165, + "line": 2154, "column": 60 } } }, "prefix": false, "range": [ - 64636, - 64639 + 64096, + 64099 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 59 }, "end": { - "line": 2165, + "line": 2154, "column": 62 } } @@ -117105,16 +114308,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64659, - 64667 + 64119, + 64127 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 16 }, "end": { - "line": 2166, + "line": 2155, "column": 24 } } @@ -117127,16 +114330,16 @@ "object": { "type": "ThisExpression", "range": [ - 64670, - 64674 + 64130, + 64134 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 27 }, "end": { - "line": 2166, + "line": 2155, "column": 31 } } @@ -117145,31 +114348,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 64675, - 64689 + 64135, + 64149 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 32 }, "end": { - "line": 2166, + "line": 2155, "column": 46 } } }, "range": [ - 64670, - 64689 + 64130, + 64149 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 27 }, "end": { - "line": 2166, + "line": 2155, "column": 46 } } @@ -117179,47 +114382,47 @@ "type": "Identifier", "name": "i", "range": [ - 64690, - 64691 + 64150, + 64151 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 47 }, "end": { - "line": 2166, + "line": 2155, "column": 48 } } } ], "range": [ - 64670, - 64692 + 64130, + 64152 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 27 }, "end": { - "line": 2166, + "line": 2155, "column": 49 } } }, "range": [ - 64659, - 64692 + 64119, + 64152 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 16 }, "end": { - "line": 2166, + "line": 2155, "column": 49 } } @@ -117227,16 +114430,16 @@ ], "kind": "let", "range": [ - 64655, - 64693 + 64115, + 64153 ], "loc": { "start": { - "line": 2166, + "line": 2155, "column": 12 }, "end": { - "line": 2166, + "line": 2155, "column": 50 } } @@ -117249,16 +114452,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 64710, - 64717 + 64170, + 64177 ], "loc": { "start": { - "line": 2167, + "line": 2156, "column": 16 }, "end": { - "line": 2167, + "line": 2156, "column": 23 } } @@ -117268,32 +114471,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64718, - 64726 + 64178, + 64186 ], "loc": { "start": { - "line": 2167, + "line": 2156, "column": 24 }, "end": { - "line": 2167, + "line": 2156, "column": 32 } } } ], "range": [ - 64710, - 64727 + 64170, + 64187 ], "loc": { "start": { - "line": 2167, + "line": 2156, "column": 16 }, "end": { - "line": 2167, + "line": 2156, "column": 33 } } @@ -117312,16 +114515,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 64747, - 64757 + 64207, + 64217 ], "loc": { "start": { - "line": 2168, + "line": 2157, "column": 16 }, "end": { - "line": 2168, + "line": 2157, "column": 26 } } @@ -117330,31 +114533,31 @@ "type": "Identifier", "name": "push", "range": [ - 64758, - 64762 + 64218, + 64222 ], "loc": { "start": { - "line": 2168, + "line": 2157, "column": 27 }, "end": { - "line": 2168, + "line": 2157, "column": 31 } } }, "range": [ - 64747, - 64762 + 64207, + 64222 ], "loc": { "start": { - "line": 2168, + "line": 2157, "column": 16 }, "end": { - "line": 2168, + "line": 2157, "column": 31 } } @@ -117364,63 +114567,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64763, - 64771 + 64223, + 64231 ], "loc": { "start": { - "line": 2168, + "line": 2157, "column": 32 }, "end": { - "line": 2168, + "line": 2157, "column": 40 } } } ], "range": [ - 64747, - 64772 + 64207, + 64232 ], "loc": { "start": { - "line": 2168, + "line": 2157, "column": 16 }, "end": { - "line": 2168, + "line": 2157, "column": 41 } } }, "range": [ - 64747, - 64773 + 64207, + 64233 ], "loc": { "start": { - "line": 2168, + "line": 2157, "column": 16 }, "end": { - "line": 2168, + "line": 2157, "column": 42 } } } ], "range": [ - 64729, - 64787 + 64189, + 64247 ], "loc": { "start": { - "line": 2167, + "line": 2156, "column": 35 }, "end": { - "line": 2169, + "line": 2158, "column": 13 } } @@ -117439,16 +114642,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 64811, - 64821 + 64271, + 64281 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 16 }, "end": { - "line": 2170, + "line": 2159, "column": 26 } } @@ -117457,31 +114660,31 @@ "type": "Identifier", "name": "push", "range": [ - 64822, - 64826 + 64282, + 64286 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 27 }, "end": { - "line": 2170, + "line": 2159, "column": 31 } } }, "range": [ - 64811, - 64826 + 64271, + 64286 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 16 }, "end": { - "line": 2170, + "line": 2159, "column": 31 } } @@ -117493,16 +114696,16 @@ "type": "Identifier", "name": "trim", "range": [ - 64827, - 64831 + 64287, + 64291 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 32 }, "end": { - "line": 2170, + "line": 2159, "column": 36 } } @@ -117512,125 +114715,125 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64832, - 64840 + 64292, + 64300 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 37 }, "end": { - "line": 2170, + "line": 2159, "column": 45 } } } ], "range": [ - 64827, - 64841 + 64287, + 64301 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 32 }, "end": { - "line": 2170, + "line": 2159, "column": 46 } } } ], "range": [ - 64811, - 64842 + 64271, + 64302 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 16 }, "end": { - "line": 2170, + "line": 2159, "column": 47 } } }, "range": [ - 64811, - 64843 + 64271, + 64303 ], "loc": { "start": { - "line": 2170, + "line": 2159, "column": 16 }, "end": { - "line": 2170, + "line": 2159, "column": 48 } } } ], "range": [ - 64793, - 64857 + 64253, + 64317 ], "loc": { "start": { - "line": 2169, + "line": 2158, "column": 19 }, "end": { - "line": 2171, + "line": 2160, "column": 13 } } }, "range": [ - 64706, - 64857 + 64166, + 64317 ], "loc": { "start": { - "line": 2167, + "line": 2156, "column": 12 }, "end": { - "line": 2171, + "line": 2160, "column": 13 } } } ], "range": [ - 64641, - 64867 + 64101, + 64327 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 64 }, "end": { - "line": 2172, + "line": 2161, "column": 9 } } }, "range": [ - 64585, - 64867 + 64045, + 64327 ], "loc": { "start": { - "line": 2165, + "line": 2154, "column": 8 }, "end": { - "line": 2172, + "line": 2161, "column": 9 } } @@ -117641,47 +114844,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 64883, - 64893 + 64343, + 64353 ], "loc": { "start": { - "line": 2173, + "line": 2162, "column": 15 }, "end": { - "line": 2173, + "line": 2162, "column": 25 } } }, "range": [ - 64876, - 64894 + 64336, + 64354 ], "loc": { "start": { - "line": 2173, + "line": 2162, "column": 8 }, "end": { - "line": 2173, + "line": 2162, "column": 26 } } } ], "range": [ - 64487, - 64900 + 63947, + 64360 ], "loc": { "start": { - "line": 2160, + "line": 2149, "column": 22 }, "end": { - "line": 2174, + "line": 2163, "column": 5 } } @@ -117689,16 +114892,16 @@ "generator": false, "expression": false, "range": [ - 64484, - 64900 + 63944, + 64360 ], "loc": { "start": { - "line": 2160, + "line": 2149, "column": 19 }, "end": { - "line": 2174, + "line": 2163, "column": 5 } } @@ -117706,16 +114909,16 @@ "kind": "method", "computed": false, "range": [ - 64469, - 64900 + 63929, + 64360 ], "loc": { "start": { - "line": 2160, + "line": 2149, "column": 4 }, "end": { - "line": 2174, + "line": 2163, "column": 5 } }, @@ -117724,16 +114927,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 64372, - 64464 + 63832, + 63924 ], "loc": { "start": { - "line": 2156, + "line": 2145, "column": 4 }, "end": { - "line": 2159, + "line": 2148, "column": 7 } } @@ -117744,16 +114947,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 64906, - 65069 + 64366, + 64529 ], "loc": { "start": { - "line": 2176, + "line": 2165, "column": 4 }, "end": { - "line": 2180, + "line": 2169, "column": 7 } } @@ -117767,16 +114970,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 65074, - 65085 + 64534, + 64545 ], "loc": { "start": { - "line": 2181, + "line": 2170, "column": 4 }, "end": { - "line": 2181, + "line": 2170, "column": 15 } } @@ -117789,16 +114992,16 @@ "type": "Identifier", "name": "index", "range": [ - 65086, - 65091 + 64546, + 64551 ], "loc": { "start": { - "line": 2181, + "line": 2170, "column": 16 }, "end": { - "line": 2181, + "line": 2170, "column": 21 } } @@ -117818,16 +115021,16 @@ "object": { "type": "ThisExpression", "range": [ - 65108, - 65112 + 64568, + 64572 ], "loc": { "start": { - "line": 2182, + "line": 2171, "column": 13 }, "end": { - "line": 2182, + "line": 2171, "column": 17 } } @@ -117836,47 +115039,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65113, - 65120 + 64573, + 64580 ], "loc": { "start": { - "line": 2182, + "line": 2171, "column": 18 }, "end": { - "line": 2182, + "line": 2171, "column": 25 } } }, "range": [ - 65108, - 65120 + 64568, + 64580 ], "loc": { "start": { - "line": 2182, + "line": 2171, "column": 13 }, "end": { - "line": 2182, + "line": 2171, "column": 25 } } }, "prefix": true, "range": [ - 65107, - 65120 + 64567, + 64580 ], "loc": { "start": { - "line": 2182, + "line": 2171, "column": 12 }, "end": { - "line": 2182, + "line": 2171, "column": 25 } } @@ -117888,48 +115091,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65136, - 65143 + 64596, + 64603 ], "loc": { "start": { - "line": 2183, + "line": 2172, "column": 12 }, "end": { - "line": 2183, + "line": 2172, "column": 19 } } } ], "range": [ - 65122, - 65153 + 64582, + 64613 ], "loc": { "start": { - "line": 2182, + "line": 2171, "column": 27 }, "end": { - "line": 2184, + "line": 2173, "column": 9 } } }, "alternate": null, "range": [ - 65103, - 65153 + 64563, + 64613 ], "loc": { "start": { - "line": 2182, + "line": 2171, "column": 8 }, "end": { - "line": 2184, + "line": 2173, "column": 9 } } @@ -117945,16 +115148,16 @@ "object": { "type": "ThisExpression", "range": [ - 65169, - 65173 + 64629, + 64633 ], "loc": { "start": { - "line": 2185, + "line": 2174, "column": 15 }, "end": { - "line": 2185, + "line": 2174, "column": 19 } } @@ -117963,31 +115166,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 65174, - 65180 + 64634, + 64640 ], "loc": { "start": { - "line": 2185, + "line": 2174, "column": 20 }, "end": { - "line": 2185, + "line": 2174, "column": 26 } } }, "range": [ - 65169, - 65180 + 64629, + 64640 ], "loc": { "start": { - "line": 2185, + "line": 2174, "column": 15 }, "end": { - "line": 2185, + "line": 2174, "column": 26 } } @@ -117996,62 +115199,62 @@ "type": "Identifier", "name": "index", "range": [ - 65181, - 65186 + 64641, + 64646 ], "loc": { "start": { - "line": 2185, + "line": 2174, "column": 27 }, "end": { - "line": 2185, + "line": 2174, "column": 32 } } }, "range": [ - 65169, - 65187 + 64629, + 64647 ], "loc": { "start": { - "line": 2185, + "line": 2174, "column": 15 }, "end": { - "line": 2185, + "line": 2174, "column": 33 } } }, "range": [ - 65162, - 65188 + 64622, + 64648 ], "loc": { "start": { - "line": 2185, + "line": 2174, "column": 8 }, "end": { - "line": 2185, + "line": 2174, "column": 34 } } } ], "range": [ - 65093, - 65194 + 64553, + 64654 ], "loc": { "start": { - "line": 2181, + "line": 2170, "column": 23 }, "end": { - "line": 2186, + "line": 2175, "column": 5 } } @@ -118059,16 +115262,16 @@ "generator": false, "expression": false, "range": [ - 65085, - 65194 + 64545, + 64654 ], "loc": { "start": { - "line": 2181, + "line": 2170, "column": 15 }, "end": { - "line": 2186, + "line": 2175, "column": 5 } } @@ -118076,16 +115279,16 @@ "kind": "method", "computed": false, "range": [ - 65074, - 65194 + 64534, + 64654 ], "loc": { "start": { - "line": 2181, + "line": 2170, "column": 4 }, "end": { - "line": 2186, + "line": 2175, "column": 5 } }, @@ -118094,16 +115297,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 64906, - 65069 + 64366, + 64529 ], "loc": { "start": { - "line": 2176, + "line": 2165, "column": 4 }, "end": { - "line": 2180, + "line": 2169, "column": 7 } } @@ -118114,16 +115317,16 @@ "type": "Block", "value": "*\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n ", "range": [ - 65200, - 65601 + 64660, + 65061 ], "loc": { "start": { - "line": 2188, + "line": 2177, "column": 4 }, "end": { - "line": 2196, + "line": 2185, "column": 7 } } @@ -118137,16 +115340,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 65606, - 65622 + 65066, + 65082 ], "loc": { "start": { - "line": 2197, + "line": 2186, "column": 4 }, "end": { - "line": 2197, + "line": 2186, "column": 20 } } @@ -118159,16 +115362,16 @@ "type": "Identifier", "name": "type", "range": [ - 65623, - 65627 + 65083, + 65087 ], "loc": { "start": { - "line": 2197, + "line": 2186, "column": 21 }, "end": { - "line": 2197, + "line": 2186, "column": 25 } } @@ -118177,16 +115380,16 @@ "type": "Identifier", "name": "bool", "range": [ - 65629, - 65633 + 65089, + 65093 ], "loc": { "start": { - "line": 2197, + "line": 2186, "column": 27 }, "end": { - "line": 2197, + "line": 2186, "column": 31 } } @@ -118206,16 +115409,16 @@ "object": { "type": "ThisExpression", "range": [ - 65650, - 65654 + 65110, + 65114 ], "loc": { "start": { - "line": 2198, + "line": 2187, "column": 13 }, "end": { - "line": 2198, + "line": 2187, "column": 17 } } @@ -118224,47 +115427,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65655, - 65662 + 65115, + 65122 ], "loc": { "start": { - "line": 2198, + "line": 2187, "column": 18 }, "end": { - "line": 2198, + "line": 2187, "column": 25 } } }, "range": [ - 65650, - 65662 + 65110, + 65122 ], "loc": { "start": { - "line": 2198, + "line": 2187, "column": 13 }, "end": { - "line": 2198, + "line": 2187, "column": 25 } } }, "prefix": true, "range": [ - 65649, - 65662 + 65109, + 65122 ], "loc": { "start": { - "line": 2198, + "line": 2187, "column": 12 }, "end": { - "line": 2198, + "line": 2187, "column": 25 } } @@ -118276,48 +115479,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65678, - 65685 + 65138, + 65145 ], "loc": { "start": { - "line": 2199, + "line": 2188, "column": 12 }, "end": { - "line": 2199, + "line": 2188, "column": 19 } } } ], "range": [ - 65664, - 65695 + 65124, + 65155 ], "loc": { "start": { - "line": 2198, + "line": 2187, "column": 27 }, "end": { - "line": 2200, + "line": 2189, "column": 9 } } }, "alternate": null, "range": [ - 65645, - 65695 + 65105, + 65155 ], "loc": { "start": { - "line": 2198, + "line": 2187, "column": 8 }, "end": { - "line": 2200, + "line": 2189, "column": 9 } } @@ -118331,16 +115534,16 @@ "type": "Identifier", "name": "arr", "range": [ - 65708, - 65711 + 65168, + 65171 ], "loc": { "start": { - "line": 2201, + "line": 2190, "column": 12 }, "end": { - "line": 2201, + "line": 2190, "column": 15 } } @@ -118349,31 +115552,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 65714, - 65716 + 65174, + 65176 ], "loc": { "start": { - "line": 2201, + "line": 2190, "column": 18 }, "end": { - "line": 2201, + "line": 2190, "column": 20 } } }, "range": [ - 65708, - 65716 + 65168, + 65176 ], "loc": { "start": { - "line": 2201, + "line": 2190, "column": 12 }, "end": { - "line": 2201, + "line": 2190, "column": 20 } } @@ -118381,16 +115584,16 @@ ], "kind": "let", "range": [ - 65704, - 65717 + 65164, + 65177 ], "loc": { "start": { - "line": 2201, + "line": 2190, "column": 8 }, "end": { - "line": 2201, + "line": 2190, "column": 21 } } @@ -118406,16 +115609,16 @@ "type": "Identifier", "name": "i", "range": [ - 65735, - 65736 + 65195, + 65196 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 17 }, "end": { - "line": 2202, + "line": 2191, "column": 18 } } @@ -118425,31 +115628,31 @@ "value": 0, "raw": "0", "range": [ - 65739, - 65740 + 65199, + 65200 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 21 }, "end": { - "line": 2202, + "line": 2191, "column": 22 } } }, "range": [ - 65735, - 65740 + 65195, + 65200 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 17 }, "end": { - "line": 2202, + "line": 2191, "column": 22 } } @@ -118460,16 +115663,16 @@ "type": "Identifier", "name": "len", "range": [ - 65742, - 65745 + 65202, + 65205 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 24 }, "end": { - "line": 2202, + "line": 2191, "column": 27 } } @@ -118483,16 +115686,16 @@ "object": { "type": "ThisExpression", "range": [ - 65748, - 65752 + 65208, + 65212 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 30 }, "end": { - "line": 2202, + "line": 2191, "column": 34 } } @@ -118501,31 +115704,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 65753, - 65759 + 65213, + 65219 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 35 }, "end": { - "line": 2202, + "line": 2191, "column": 41 } } }, "range": [ - 65748, - 65759 + 65208, + 65219 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 30 }, "end": { - "line": 2202, + "line": 2191, "column": 41 } } @@ -118534,46 +115737,46 @@ "type": "Identifier", "name": "length", "range": [ - 65760, - 65766 + 65220, + 65226 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 42 }, "end": { - "line": 2202, + "line": 2191, "column": 48 } } }, "range": [ - 65748, - 65766 + 65208, + 65226 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 30 }, "end": { - "line": 2202, + "line": 2191, "column": 48 } } }, "range": [ - 65742, - 65766 + 65202, + 65226 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 24 }, "end": { - "line": 2202, + "line": 2191, "column": 48 } } @@ -118581,16 +115784,16 @@ ], "kind": "let", "range": [ - 65731, - 65766 + 65191, + 65226 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 13 }, "end": { - "line": 2202, + "line": 2191, "column": 48 } } @@ -118602,16 +115805,16 @@ "type": "Identifier", "name": "i", "range": [ - 65768, - 65769 + 65228, + 65229 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 50 }, "end": { - "line": 2202, + "line": 2191, "column": 51 } } @@ -118620,31 +115823,31 @@ "type": "Identifier", "name": "len", "range": [ - 65772, - 65775 + 65232, + 65235 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 54 }, "end": { - "line": 2202, + "line": 2191, "column": 57 } } }, "range": [ - 65768, - 65775 + 65228, + 65235 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 50 }, "end": { - "line": 2202, + "line": 2191, "column": 57 } } @@ -118656,32 +115859,32 @@ "type": "Identifier", "name": "i", "range": [ - 65777, - 65778 + 65237, + 65238 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 59 }, "end": { - "line": 2202, + "line": 2191, "column": 60 } } }, "prefix": false, "range": [ - 65777, - 65780 + 65237, + 65240 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 59 }, "end": { - "line": 2202, + "line": 2191, "column": 62 } } @@ -118698,16 +115901,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 65800, - 65807 + 65260, + 65267 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 16 }, "end": { - "line": 2203, + "line": 2192, "column": 23 } } @@ -118720,16 +115923,16 @@ "object": { "type": "ThisExpression", "range": [ - 65810, - 65814 + 65270, + 65274 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 26 }, "end": { - "line": 2203, + "line": 2192, "column": 30 } } @@ -118738,31 +115941,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 65815, - 65828 + 65275, + 65288 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 31 }, "end": { - "line": 2203, + "line": 2192, "column": 44 } } }, "range": [ - 65810, - 65828 + 65270, + 65288 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 26 }, "end": { - "line": 2203, + "line": 2192, "column": 44 } } @@ -118772,47 +115975,47 @@ "type": "Identifier", "name": "i", "range": [ - 65829, - 65830 + 65289, + 65290 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 45 }, "end": { - "line": 2203, + "line": 2192, "column": 46 } } } ], "range": [ - 65810, - 65831 + 65270, + 65291 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 26 }, "end": { - "line": 2203, + "line": 2192, "column": 47 } } }, "range": [ - 65800, - 65831 + 65260, + 65291 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 16 }, "end": { - "line": 2203, + "line": 2192, "column": 47 } } @@ -118820,16 +116023,16 @@ ], "kind": "let", "range": [ - 65796, - 65832 + 65256, + 65292 ], "loc": { "start": { - "line": 2203, + "line": 2192, "column": 12 }, "end": { - "line": 2203, + "line": 2192, "column": 48 } } @@ -118843,16 +116046,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 65849, - 65856 + 65309, + 65316 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 16 }, "end": { - "line": 2204, + "line": 2193, "column": 23 } } @@ -118866,16 +116069,16 @@ "type": "Identifier", "name": "type", "range": [ - 65861, - 65865 + 65321, + 65325 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 28 }, "end": { - "line": 2204, + "line": 2193, "column": 32 } } @@ -118884,62 +116087,62 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 65866, - 65877 + 65326, + 65337 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 33 }, "end": { - "line": 2204, + "line": 2193, "column": 44 } } }, "range": [ - 65861, - 65877 + 65321, + 65337 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 28 }, "end": { - "line": 2204, + "line": 2193, "column": 44 } } }, "arguments": [], "range": [ - 65861, - 65879 + 65321, + 65339 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 28 }, "end": { - "line": 2204, + "line": 2193, "column": 46 } } }, "range": [ - 65849, - 65879 + 65309, + 65339 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 16 }, "end": { - "line": 2204, + "line": 2193, "column": 46 } } @@ -118956,16 +116159,16 @@ "type": "Identifier", "name": "a", "range": [ - 65903, - 65904 + 65363, + 65364 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 20 }, "end": { - "line": 2205, + "line": 2194, "column": 21 } } @@ -118976,16 +116179,16 @@ "type": "Identifier", "name": "bool", "range": [ - 65907, - 65911 + 65367, + 65371 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 24 }, "end": { - "line": 2205, + "line": 2194, "column": 28 } } @@ -118994,16 +116197,16 @@ "type": "Identifier", "name": "i", "range": [ - 65914, - 65915 + 65374, + 65375 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 31 }, "end": { - "line": 2205, + "line": 2194, "column": 32 } } @@ -119017,16 +116220,16 @@ "object": { "type": "ThisExpression", "range": [ - 65918, - 65922 + 65378, + 65382 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 35 }, "end": { - "line": 2205, + "line": 2194, "column": 39 } } @@ -119035,31 +116238,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 65923, - 65929 + 65383, + 65389 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 40 }, "end": { - "line": 2205, + "line": 2194, "column": 46 } } }, "range": [ - 65918, - 65929 + 65378, + 65389 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 35 }, "end": { - "line": 2205, + "line": 2194, "column": 46 } } @@ -119068,61 +116271,61 @@ "type": "Identifier", "name": "i", "range": [ - 65930, - 65931 + 65390, + 65391 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 47 }, "end": { - "line": 2205, + "line": 2194, "column": 48 } } }, "range": [ - 65918, - 65932 + 65378, + 65392 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 35 }, "end": { - "line": 2205, + "line": 2194, "column": 49 } } }, "range": [ - 65907, - 65932 + 65367, + 65392 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 24 }, "end": { - "line": 2205, + "line": 2194, "column": 49 } } }, "range": [ - 65903, - 65932 + 65363, + 65392 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 20 }, "end": { - "line": 2205, + "line": 2194, "column": 49 } } @@ -119130,16 +116333,16 @@ ], "kind": "let", "range": [ - 65899, - 65933 + 65359, + 65393 ], "loc": { "start": { - "line": 2205, + "line": 2194, "column": 16 }, "end": { - "line": 2205, + "line": 2194, "column": 50 } } @@ -119155,16 +116358,16 @@ "type": "Identifier", "name": "arr", "range": [ - 65950, - 65953 + 65410, + 65413 ], "loc": { "start": { - "line": 2206, + "line": 2195, "column": 16 }, "end": { - "line": 2206, + "line": 2195, "column": 19 } } @@ -119173,31 +116376,31 @@ "type": "Identifier", "name": "push", "range": [ - 65954, - 65958 + 65414, + 65418 ], "loc": { "start": { - "line": 2206, + "line": 2195, "column": 20 }, "end": { - "line": 2206, + "line": 2195, "column": 24 } } }, "range": [ - 65950, - 65958 + 65410, + 65418 ], "loc": { "start": { - "line": 2206, + "line": 2195, "column": 16 }, "end": { - "line": 2206, + "line": 2195, "column": 24 } } @@ -119207,110 +116410,110 @@ "type": "Identifier", "name": "a", "range": [ - 65959, - 65960 + 65419, + 65420 ], "loc": { "start": { - "line": 2206, + "line": 2195, "column": 25 }, "end": { - "line": 2206, + "line": 2195, "column": 26 } } } ], "range": [ - 65950, - 65961 + 65410, + 65421 ], "loc": { "start": { - "line": 2206, + "line": 2195, "column": 16 }, "end": { - "line": 2206, + "line": 2195, "column": 27 } } }, "range": [ - 65950, - 65962 + 65410, + 65422 ], "loc": { "start": { - "line": 2206, + "line": 2195, "column": 16 }, "end": { - "line": 2206, + "line": 2195, "column": 28 } } } ], "range": [ - 65881, - 65976 + 65341, + 65436 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 48 }, "end": { - "line": 2207, + "line": 2196, "column": 13 } } }, "alternate": null, "range": [ - 65845, - 65976 + 65305, + 65436 ], "loc": { "start": { - "line": 2204, + "line": 2193, "column": 12 }, "end": { - "line": 2207, + "line": 2196, "column": 13 } } } ], "range": [ - 65782, - 65986 + 65242, + 65446 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 64 }, "end": { - "line": 2208, + "line": 2197, "column": 9 } } }, "range": [ - 65726, - 65986 + 65186, + 65446 ], "loc": { "start": { - "line": 2202, + "line": 2191, "column": 8 }, "end": { - "line": 2208, + "line": 2197, "column": 9 } } @@ -119321,47 +116524,47 @@ "type": "Identifier", "name": "arr", "range": [ - 66002, - 66005 + 65462, + 65465 ], "loc": { "start": { - "line": 2209, + "line": 2198, "column": 15 }, "end": { - "line": 2209, + "line": 2198, "column": 18 } } }, "range": [ - 65995, - 66006 + 65455, + 65466 ], "loc": { "start": { - "line": 2209, + "line": 2198, "column": 8 }, "end": { - "line": 2209, + "line": 2198, "column": 19 } } } ], "range": [ - 65635, - 66012 + 65095, + 65472 ], "loc": { "start": { - "line": 2197, + "line": 2186, "column": 33 }, "end": { - "line": 2210, + "line": 2199, "column": 5 } } @@ -119369,16 +116572,16 @@ "generator": false, "expression": false, "range": [ - 65622, - 66012 + 65082, + 65472 ], "loc": { "start": { - "line": 2197, + "line": 2186, "column": 20 }, "end": { - "line": 2210, + "line": 2199, "column": 5 } } @@ -119386,16 +116589,16 @@ "kind": "method", "computed": false, "range": [ - 65606, - 66012 + 65066, + 65472 ], "loc": { "start": { - "line": 2197, + "line": 2186, "column": 4 }, "end": { - "line": 2210, + "line": 2199, "column": 5 } }, @@ -119404,16 +116607,16 @@ "type": "Block", "value": "*\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n ", "range": [ - 65200, - 65601 + 64660, + 65061 ], "loc": { "start": { - "line": 2188, + "line": 2177, "column": 4 }, "end": { - "line": 2196, + "line": 2185, "column": 7 } } @@ -119424,16 +116627,16 @@ "type": "Block", "value": "*\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n ", "range": [ - 66018, - 66164 + 65478, + 65624 ], "loc": { "start": { - "line": 2212, + "line": 2201, "column": 4 }, "end": { - "line": 2216, + "line": 2205, "column": 7 } } @@ -119447,16 +116650,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 66169, - 66185 + 65629, + 65645 ], "loc": { "start": { - "line": 2217, + "line": 2206, "column": 4 }, "end": { - "line": 2217, + "line": 2206, "column": 20 } } @@ -119469,16 +116672,16 @@ "type": "Identifier", "name": "index", "range": [ - 66186, - 66191 + 65646, + 65651 ], "loc": { "start": { - "line": 2217, + "line": 2206, "column": 21 }, "end": { - "line": 2217, + "line": 2206, "column": 26 } } @@ -119496,16 +116699,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 66207, - 66212 + 65667, + 65672 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 12 }, "end": { - "line": 2218, + "line": 2207, "column": 17 } } @@ -119519,16 +116722,16 @@ "object": { "type": "ThisExpression", "range": [ - 66215, - 66219 + 65675, + 65679 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 20 }, "end": { - "line": 2218, + "line": 2207, "column": 24 } } @@ -119537,31 +116740,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66220, - 66226 + 65680, + 65686 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 25 }, "end": { - "line": 2218, + "line": 2207, "column": 31 } } }, "range": [ - 66215, - 66226 + 65675, + 65686 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 20 }, "end": { - "line": 2218, + "line": 2207, "column": 31 } } @@ -119570,46 +116773,46 @@ "type": "Identifier", "name": "index", "range": [ - 66227, - 66232 + 65687, + 65692 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 32 }, "end": { - "line": 2218, + "line": 2207, "column": 37 } } }, "range": [ - 66215, - 66233 + 65675, + 65693 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 20 }, "end": { - "line": 2218, + "line": 2207, "column": 38 } } }, "range": [ - 66207, - 66233 + 65667, + 65693 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 12 }, "end": { - "line": 2218, + "line": 2207, "column": 38 } } @@ -119617,16 +116820,16 @@ ], "kind": "let", "range": [ - 66203, - 66234 + 65663, + 65694 ], "loc": { "start": { - "line": 2218, + "line": 2207, "column": 8 }, "end": { - "line": 2218, + "line": 2207, "column": 39 } } @@ -119639,16 +116842,16 @@ "type": "Identifier", "name": "elm", "range": [ - 66250, - 66253 + 65710, + 65713 ], "loc": { "start": { - "line": 2219, + "line": 2208, "column": 15 }, "end": { - "line": 2219, + "line": 2208, "column": 18 } } @@ -119658,63 +116861,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 66254, - 66259 + 65714, + 65719 ], "loc": { "start": { - "line": 2219, + "line": 2208, "column": 19 }, "end": { - "line": 2219, + "line": 2208, "column": 24 } } } ], "range": [ - 66250, - 66260 + 65710, + 65720 ], "loc": { "start": { - "line": 2219, + "line": 2208, "column": 15 }, "end": { - "line": 2219, + "line": 2208, "column": 25 } } }, "range": [ - 66243, - 66261 + 65703, + 65721 ], "loc": { "start": { - "line": 2219, + "line": 2208, "column": 8 }, "end": { - "line": 2219, + "line": 2208, "column": 26 } } } ], "range": [ - 66193, - 66267 + 65653, + 65727 ], "loc": { "start": { - "line": 2217, + "line": 2206, "column": 28 }, "end": { - "line": 2220, + "line": 2209, "column": 5 } } @@ -119722,16 +116925,16 @@ "generator": false, "expression": false, "range": [ - 66185, - 66267 + 65645, + 65727 ], "loc": { "start": { - "line": 2217, + "line": 2206, "column": 20 }, "end": { - "line": 2220, + "line": 2209, "column": 5 } } @@ -119739,16 +116942,16 @@ "kind": "method", "computed": false, "range": [ - 66169, - 66267 + 65629, + 65727 ], "loc": { "start": { - "line": 2217, + "line": 2206, "column": 4 }, "end": { - "line": 2220, + "line": 2209, "column": 5 } }, @@ -119757,16 +116960,16 @@ "type": "Block", "value": "*\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n ", "range": [ - 66018, - 66164 + 65478, + 65624 ], "loc": { "start": { - "line": 2212, + "line": 2201, "column": 4 }, "end": { - "line": 2216, + "line": 2205, "column": 7 } } @@ -119777,16 +116980,16 @@ "type": "Block", "value": "*\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n ", "range": [ - 66273, - 66439 + 65733, + 65899 ], "loc": { "start": { - "line": 2222, + "line": 2211, "column": 4 }, "end": { - "line": 2226, + "line": 2215, "column": 7 } } @@ -119800,16 +117003,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 66444, - 66454 + 65904, + 65914 ], "loc": { "start": { - "line": 2227, + "line": 2216, "column": 4 }, "end": { - "line": 2227, + "line": 2216, "column": 14 } } @@ -119824,16 +117027,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 66455, - 66463 + 65915, + 65923 ], "loc": { "start": { - "line": 2227, + "line": 2216, "column": 15 }, "end": { - "line": 2227, + "line": 2216, "column": 23 } } @@ -119843,31 +117046,31 @@ "value": 0, "raw": "0", "range": [ - 66466, - 66467 + 65926, + 65927 ], "loc": { "start": { - "line": 2227, + "line": 2216, "column": 26 }, "end": { - "line": 2227, + "line": 2216, "column": 27 } } }, "range": [ - 66455, - 66467 + 65915, + 65927 ], "loc": { "start": { - "line": 2227, + "line": 2216, "column": 15 }, "end": { - "line": 2227, + "line": 2216, "column": 27 } } @@ -119885,16 +117088,16 @@ "type": "Identifier", "name": "tr", "range": [ - 66483, - 66485 + 65943, + 65945 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 12 }, "end": { - "line": 2228, + "line": 2217, "column": 14 } } @@ -119913,16 +117116,16 @@ "object": { "type": "ThisExpression", "range": [ - 66488, - 66492 + 65948, + 65952 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 17 }, "end": { - "line": 2228, + "line": 2217, "column": 21 } } @@ -119931,47 +117134,47 @@ "type": "Identifier", "name": "dom", "range": [ - 66493, - 66496 + 65953, + 65956 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 22 }, "end": { - "line": 2228, + "line": 2217, "column": 25 } } }, "range": [ - 66488, - 66496 + 65948, + 65956 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 17 }, "end": { - "line": 2228, + "line": 2217, "column": 25 } } }, "arguments": [], "range": [ - 66488, - 66498 + 65948, + 65958 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 17 }, "end": { - "line": 2228, + "line": 2217, "column": 27 } } @@ -119980,31 +117183,31 @@ "type": "Identifier", "name": "rows", "range": [ - 66499, - 66503 + 65959, + 65963 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 28 }, "end": { - "line": 2228, + "line": 2217, "column": 32 } } }, "range": [ - 66488, - 66503 + 65948, + 65963 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 17 }, "end": { - "line": 2228, + "line": 2217, "column": 32 } } @@ -120018,16 +117221,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 66504, - 66512 + 65964, + 65972 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 33 }, "end": { - "line": 2228, + "line": 2217, "column": 41 } } @@ -120037,31 +117240,31 @@ "value": 0, "raw": "0", "range": [ - 66516, - 66517 + 65976, + 65977 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 45 }, "end": { - "line": 2228, + "line": 2217, "column": 46 } } }, "range": [ - 66504, - 66517 + 65964, + 65977 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 33 }, "end": { - "line": 2228, + "line": 2217, "column": 46 } } @@ -120070,16 +117273,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 66520, - 66528 + 65980, + 65988 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 49 }, "end": { - "line": 2228, + "line": 2217, "column": 57 } } @@ -120089,61 +117292,61 @@ "value": 0, "raw": "0", "range": [ - 66531, - 66532 + 65991, + 65992 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 60 }, "end": { - "line": 2228, + "line": 2217, "column": 61 } } }, "range": [ - 66504, - 66532 + 65964, + 65992 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 33 }, "end": { - "line": 2228, + "line": 2217, "column": 61 } } }, "range": [ - 66488, - 66533 + 65948, + 65993 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 17 }, "end": { - "line": 2228, + "line": 2217, "column": 62 } } }, "range": [ - 66483, - 66533 + 65943, + 65993 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 12 }, "end": { - "line": 2228, + "line": 2217, "column": 62 } } @@ -120151,16 +117354,16 @@ ], "kind": "let", "range": [ - 66479, - 66534 + 65939, + 65994 ], "loc": { "start": { - "line": 2228, + "line": 2217, "column": 8 }, "end": { - "line": 2228, + "line": 2217, "column": 63 } } @@ -120173,16 +117376,16 @@ "type": "Identifier", "name": "tr", "range": [ - 66550, - 66552 + 66010, + 66012 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 15 }, "end": { - "line": 2229, + "line": 2218, "column": 17 } } @@ -120197,16 +117400,16 @@ "type": "Identifier", "name": "tr", "range": [ - 66555, - 66557 + 66015, + 66017 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 20 }, "end": { - "line": 2229, + "line": 2218, "column": 22 } } @@ -120215,31 +117418,31 @@ "type": "Identifier", "name": "cells", "range": [ - 66558, - 66563 + 66018, + 66023 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 23 }, "end": { - "line": 2229, + "line": 2218, "column": 28 } } }, "range": [ - 66555, - 66563 + 66015, + 66023 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 20 }, "end": { - "line": 2229, + "line": 2218, "column": 28 } } @@ -120248,31 +117451,31 @@ "type": "Identifier", "name": "length", "range": [ - 66564, - 66570 + 66024, + 66030 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 29 }, "end": { - "line": 2229, + "line": 2218, "column": 35 } } }, "range": [ - 66555, - 66570 + 66015, + 66030 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 20 }, "end": { - "line": 2229, + "line": 2218, "column": 35 } } @@ -120282,62 +117485,62 @@ "value": 0, "raw": "0", "range": [ - 66573, - 66574 + 66033, + 66034 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 38 }, "end": { - "line": 2229, + "line": 2218, "column": 39 } } }, "range": [ - 66550, - 66574 + 66010, + 66034 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 15 }, "end": { - "line": 2229, + "line": 2218, "column": 39 } } }, "range": [ - 66543, - 66575 + 66003, + 66035 ], "loc": { "start": { - "line": 2229, + "line": 2218, "column": 8 }, "end": { - "line": 2229, + "line": 2218, "column": 40 } } } ], "range": [ - 66469, - 66581 + 65929, + 66041 ], "loc": { "start": { - "line": 2227, + "line": 2216, "column": 29 }, "end": { - "line": 2230, + "line": 2219, "column": 5 } } @@ -120345,16 +117548,16 @@ "generator": false, "expression": false, "range": [ - 66454, - 66581 + 65914, + 66041 ], "loc": { "start": { - "line": 2227, + "line": 2216, "column": 14 }, "end": { - "line": 2230, + "line": 2219, "column": 5 } } @@ -120362,16 +117565,16 @@ "kind": "method", "computed": false, "range": [ - 66444, - 66581 + 65904, + 66041 ], "loc": { "start": { - "line": 2227, + "line": 2216, "column": 4 }, "end": { - "line": 2230, + "line": 2219, "column": 5 } }, @@ -120380,16 +117583,16 @@ "type": "Block", "value": "*\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n ", "range": [ - 66273, - 66439 + 65733, + 65899 ], "loc": { "start": { - "line": 2222, + "line": 2211, "column": 4 }, "end": { - "line": 2226, + "line": 2215, "column": 7 } } @@ -120400,16 +117603,16 @@ "type": "Block", "value": "*\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n ", "range": [ - 66587, - 66818 + 66047, + 66278 ], "loc": { "start": { - "line": 2232, + "line": 2221, "column": 4 }, "end": { - "line": 2237, + "line": 2226, "column": 7 } } @@ -120423,16 +117626,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 66823, - 66832 + 66283, + 66292 ], "loc": { "start": { - "line": 2238, + "line": 2227, "column": 4 }, "end": { - "line": 2238, + "line": 2227, "column": 13 } } @@ -120445,16 +117648,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 66833, - 66847 + 66293, + 66307 ], "loc": { "start": { - "line": 2238, + "line": 2227, "column": 14 }, "end": { - "line": 2238, + "line": 2227, "column": 28 } } @@ -120472,16 +117675,16 @@ "type": "Identifier", "name": "s", "range": [ - 66863, - 66864 + 66323, + 66324 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 12 }, "end": { - "line": 2239, + "line": 2228, "column": 13 } } @@ -120494,16 +117697,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 66867, - 66874 + 66327, + 66334 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 16 }, "end": { - "line": 2239, + "line": 2228, "column": 23 } } @@ -120515,16 +117718,16 @@ "object": { "type": "ThisExpression", "range": [ - 66875, - 66879 + 66335, + 66339 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 24 }, "end": { - "line": 2239, + "line": 2228, "column": 28 } } @@ -120533,47 +117736,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 66880, - 66886 + 66340, + 66346 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 29 }, "end": { - "line": 2239, + "line": 2228, "column": 35 } } }, "range": [ - 66875, - 66886 + 66335, + 66346 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 24 }, "end": { - "line": 2239, + "line": 2228, "column": 35 } } } ], "range": [ - 66867, - 66887 + 66327, + 66347 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 16 }, "end": { - "line": 2239, + "line": 2228, "column": 36 } } @@ -120583,16 +117786,16 @@ "value": 0, "raw": "0", "range": [ - 66890, - 66891 + 66350, + 66351 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 39 }, "end": { - "line": 2239, + "line": 2228, "column": 40 } } @@ -120603,16 +117806,16 @@ "object": { "type": "ThisExpression", "range": [ - 66894, - 66898 + 66354, + 66358 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 43 }, "end": { - "line": 2239, + "line": 2228, "column": 47 } } @@ -120621,61 +117824,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 66899, - 66905 + 66359, + 66365 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 48 }, "end": { - "line": 2239, + "line": 2228, "column": 54 } } }, "range": [ - 66894, - 66905 + 66354, + 66365 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 43 }, "end": { - "line": 2239, + "line": 2228, "column": 54 } } }, "range": [ - 66867, - 66905 + 66327, + 66365 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 16 }, "end": { - "line": 2239, + "line": 2228, "column": 54 } } }, "range": [ - 66863, - 66905 + 66323, + 66365 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 12 }, "end": { - "line": 2239, + "line": 2228, "column": 54 } } @@ -120683,16 +117886,16 @@ ], "kind": "let", "range": [ - 66859, - 66906 + 66319, + 66366 ], "loc": { "start": { - "line": 2239, + "line": 2228, "column": 8 }, "end": { - "line": 2239, + "line": 2228, "column": 55 } } @@ -120706,16 +117909,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 66919, - 66923 + 66379, + 66383 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 12 }, "end": { - "line": 2240, + "line": 2229, "column": 16 } } @@ -120734,16 +117937,16 @@ "object": { "type": "ThisExpression", "range": [ - 66926, - 66930 + 66386, + 66390 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 19 }, "end": { - "line": 2240, + "line": 2229, "column": 23 } } @@ -120752,47 +117955,47 @@ "type": "Identifier", "name": "dom", "range": [ - 66931, - 66934 + 66391, + 66394 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 24 }, "end": { - "line": 2240, + "line": 2229, "column": 27 } } }, "range": [ - 66926, - 66934 + 66386, + 66394 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 19 }, "end": { - "line": 2240, + "line": 2229, "column": 27 } } }, "arguments": [], "range": [ - 66926, - 66936 + 66386, + 66396 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 19 }, "end": { - "line": 2240, + "line": 2229, "column": 29 } } @@ -120801,31 +118004,31 @@ "type": "Identifier", "name": "rows", "range": [ - 66937, - 66941 + 66397, + 66401 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 30 }, "end": { - "line": 2240, + "line": 2229, "column": 34 } } }, "range": [ - 66926, - 66941 + 66386, + 66401 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 19 }, "end": { - "line": 2240, + "line": 2229, "column": 34 } } @@ -120834,46 +118037,46 @@ "type": "Identifier", "name": "length", "range": [ - 66942, - 66948 + 66402, + 66408 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 35 }, "end": { - "line": 2240, + "line": 2229, "column": 41 } } }, "range": [ - 66926, - 66948 + 66386, + 66408 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 19 }, "end": { - "line": 2240, + "line": 2229, "column": 41 } } }, "range": [ - 66919, - 66948 + 66379, + 66408 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 12 }, "end": { - "line": 2240, + "line": 2229, "column": 41 } } @@ -120881,16 +118084,16 @@ ], "kind": "let", "range": [ - 66915, - 66949 + 66375, + 66409 ], "loc": { "start": { - "line": 2240, + "line": 2229, "column": 8 }, "end": { - "line": 2240, + "line": 2229, "column": 42 } } @@ -120901,16 +118104,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 66962, - 66976 + 66422, + 66436 ], "loc": { "start": { - "line": 2241, + "line": 2230, "column": 12 }, "end": { - "line": 2241, + "line": 2230, "column": 26 } } @@ -120927,16 +118130,16 @@ "type": "Identifier", "name": "s", "range": [ - 66992, - 66993 + 66452, + 66453 ], "loc": { "start": { - "line": 2242, + "line": 2231, "column": 12 }, "end": { - "line": 2242, + "line": 2231, "column": 13 } } @@ -120946,78 +118149,78 @@ "value": 0, "raw": "0", "range": [ - 66996, - 66997 + 66456, + 66457 ], "loc": { "start": { - "line": 2242, + "line": 2231, "column": 16 }, "end": { - "line": 2242, + "line": 2231, "column": 17 } } }, "range": [ - 66992, - 66997 + 66452, + 66457 ], "loc": { "start": { - "line": 2242, + "line": 2231, "column": 12 }, "end": { - "line": 2242, + "line": 2231, "column": 17 } } }, "range": [ - 66992, - 66998 + 66452, + 66458 ], "loc": { "start": { - "line": 2242, + "line": 2231, "column": 12 }, "end": { - "line": 2242, + "line": 2231, "column": 18 } } } ], "range": [ - 66978, - 67008 + 66438, + 66468 ], "loc": { "start": { - "line": 2241, + "line": 2230, "column": 28 }, "end": { - "line": 2243, + "line": 2232, "column": 9 } } }, "alternate": null, "range": [ - 66958, - 67008 + 66418, + 66468 ], "loc": { "start": { - "line": 2241, + "line": 2230, "column": 8 }, "end": { - "line": 2243, + "line": 2232, "column": 9 } } @@ -121030,16 +118233,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 67024, - 67032 + 66484, + 66492 ], "loc": { "start": { - "line": 2244, + "line": 2233, "column": 15 }, "end": { - "line": 2244, + "line": 2233, "column": 23 } } @@ -121052,16 +118255,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 67033, - 67037 + 66493, + 66497 ], "loc": { "start": { - "line": 2244, + "line": 2233, "column": 24 }, "end": { - "line": 2244, + "line": 2233, "column": 28 } } @@ -121070,31 +118273,31 @@ "type": "Identifier", "name": "s", "range": [ - 67040, - 67041 + 66500, + 66501 ], "loc": { "start": { - "line": 2244, + "line": 2233, "column": 31 }, "end": { - "line": 2244, + "line": 2233, "column": 32 } } }, "range": [ - 67033, - 67041 + 66493, + 66501 ], "loc": { "start": { - "line": 2244, + "line": 2233, "column": 24 }, "end": { - "line": 2244, + "line": 2233, "column": 32 } } @@ -121104,63 +118307,63 @@ "value": 10, "raw": "10", "range": [ - 67043, - 67045 + 66503, + 66505 ], "loc": { "start": { - "line": 2244, + "line": 2233, "column": 34 }, "end": { - "line": 2244, + "line": 2233, "column": 36 } } } ], "range": [ - 67024, - 67046 + 66484, + 66506 ], "loc": { "start": { - "line": 2244, + "line": 2233, "column": 15 }, "end": { - "line": 2244, + "line": 2233, "column": 37 } } }, "range": [ - 67017, - 67047 + 66477, + 66507 ], "loc": { "start": { - "line": 2244, + "line": 2233, "column": 8 }, "end": { - "line": 2244, + "line": 2233, "column": 38 } } } ], "range": [ - 66849, - 67053 + 66309, + 66513 ], "loc": { "start": { - "line": 2238, + "line": 2227, "column": 30 }, "end": { - "line": 2245, + "line": 2234, "column": 5 } } @@ -121168,16 +118371,16 @@ "generator": false, "expression": false, "range": [ - 66832, - 67053 + 66292, + 66513 ], "loc": { "start": { - "line": 2238, + "line": 2227, "column": 13 }, "end": { - "line": 2245, + "line": 2234, "column": 5 } } @@ -121185,16 +118388,16 @@ "kind": "method", "computed": false, "range": [ - 66823, - 67053 + 66283, + 66513 ], "loc": { "start": { - "line": 2238, + "line": 2227, "column": 4 }, "end": { - "line": 2245, + "line": 2234, "column": 5 } }, @@ -121203,16 +118406,16 @@ "type": "Block", "value": "*\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n ", "range": [ - 66587, - 66818 + 66047, + 66278 ], "loc": { "start": { - "line": 2232, + "line": 2221, "column": 4 }, "end": { - "line": 2237, + "line": 2226, "column": 7 } } @@ -121223,16 +118426,16 @@ "type": "Block", "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n ", "range": [ - 67060, - 67188 + 66520, + 66648 ], "loc": { "start": { - "line": 2248, + "line": 2237, "column": 4 }, "end": { - "line": 2252, + "line": 2241, "column": 7 } } @@ -121246,16 +118449,16 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 67193, - 67205 + 66653, + 66665 ], "loc": { "start": { - "line": 2253, + "line": 2242, "column": 4 }, "end": { - "line": 2253, + "line": 2242, "column": 16 } } @@ -121268,16 +118471,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67206, - 67210 + 66666, + 66670 ], "loc": { "start": { - "line": 2253, + "line": 2242, "column": 17 }, "end": { - "line": 2253, + "line": 2242, "column": 21 } } @@ -121295,16 +118498,16 @@ "type": "Identifier", "name": "idx", "range": [ - 67226, - 67229 + 66686, + 66689 ], "loc": { "start": { - "line": 2254, + "line": 2243, "column": 12 }, "end": { - "line": 2254, + "line": 2243, "column": 15 } } @@ -121316,16 +118519,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67232, - 67236 + 66692, + 66696 ], "loc": { "start": { - "line": 2254, + "line": 2243, "column": 18 }, "end": { - "line": 2254, + "line": 2243, "column": 22 } } @@ -121334,46 +118537,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 67237, - 67246 + 66697, + 66706 ], "loc": { "start": { - "line": 2254, + "line": 2243, "column": 23 }, "end": { - "line": 2254, + "line": 2243, "column": 32 } } }, "range": [ - 67232, - 67246 + 66692, + 66706 ], "loc": { "start": { - "line": 2254, + "line": 2243, "column": 18 }, "end": { - "line": 2254, + "line": 2243, "column": 32 } } }, "range": [ - 67226, - 67246 + 66686, + 66706 ], "loc": { "start": { - "line": 2254, + "line": 2243, "column": 12 }, "end": { - "line": 2254, + "line": 2243, "column": 32 } } @@ -121381,16 +118584,16 @@ ], "kind": "let", "range": [ - 67222, - 67247 + 66682, + 66707 ], "loc": { "start": { - "line": 2254, + "line": 2243, "column": 8 }, "end": { - "line": 2254, + "line": 2243, "column": 33 } } @@ -121404,16 +118607,16 @@ "type": "Identifier", "name": "cellParser", "range": [ - 67260, - 67270 + 66720, + 66730 ], "loc": { "start": { - "line": 2255, + "line": 2244, "column": 12 }, "end": { - "line": 2255, + "line": 2244, "column": 22 } } @@ -121424,16 +118627,16 @@ "object": { "type": "ThisExpression", "range": [ - 67273, - 67277 + 66733, + 66737 ], "loc": { "start": { - "line": 2255, + "line": 2244, "column": 25 }, "end": { - "line": 2255, + "line": 2244, "column": 29 } } @@ -121442,46 +118645,46 @@ "type": "Identifier", "name": "cellParser", "range": [ - 67278, - 67288 + 66738, + 66748 ], "loc": { "start": { - "line": 2255, + "line": 2244, "column": 30 }, "end": { - "line": 2255, + "line": 2244, "column": 40 } } }, "range": [ - 67273, - 67288 + 66733, + 66748 ], "loc": { "start": { - "line": 2255, + "line": 2244, "column": 25 }, "end": { - "line": 2255, + "line": 2244, "column": 40 } } }, "range": [ - 67260, - 67288 + 66720, + 66748 ], "loc": { "start": { - "line": 2255, + "line": 2244, "column": 12 }, "end": { - "line": 2255, + "line": 2244, "column": 40 } } @@ -121489,16 +118692,16 @@ ], "kind": "let", "range": [ - 67256, - 67289 + 66716, + 66749 ], "loc": { "start": { - "line": 2255, + "line": 2244, "column": 8 }, "end": { - "line": 2255, + "line": 2244, "column": 41 } }, @@ -121507,16 +118710,16 @@ "type": "Line", "value": " Invoke cellParser for this column if any", "range": [ - 67298, - 67341 + 66758, + 66801 ], "loc": { "start": { - "line": 2256, + "line": 2245, "column": 8 }, "end": { - "line": 2256, + "line": 2245, "column": 51 } } @@ -121540,16 +118743,16 @@ "type": "Identifier", "name": "cellParser", "range": [ - 67354, - 67364 + 66814, + 66824 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 12 }, "end": { - "line": 2257, + "line": 2246, "column": 22 } } @@ -121558,31 +118761,31 @@ "type": "Identifier", "name": "cols", "range": [ - 67365, - 67369 + 66825, + 66829 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 23 }, "end": { - "line": 2257, + "line": 2246, "column": 27 } } }, "range": [ - 67354, - 67369 + 66814, + 66829 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 12 }, "end": { - "line": 2257, + "line": 2246, "column": 27 } } @@ -121591,31 +118794,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 67370, - 67377 + 66830, + 66837 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 28 }, "end": { - "line": 2257, + "line": 2246, "column": 35 } } }, "range": [ - 67354, - 67377 + 66814, + 66837 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 12 }, "end": { - "line": 2257, + "line": 2246, "column": 35 } } @@ -121625,32 +118828,32 @@ "type": "Identifier", "name": "idx", "range": [ - 67378, - 67381 + 66838, + 66841 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 36 }, "end": { - "line": 2257, + "line": 2246, "column": 39 } } } ], "range": [ - 67354, - 67382 + 66814, + 66842 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 12 }, "end": { - "line": 2257, + "line": 2246, "column": 40 } } @@ -121663,47 +118866,47 @@ "value": 1, "raw": "1", "range": [ - 67388, - 67389 + 66848, + 66849 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 46 }, "end": { - "line": 2257, + "line": 2246, "column": 47 } } }, "prefix": true, "range": [ - 67387, - 67389 + 66847, + 66849 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 45 }, "end": { - "line": 2257, + "line": 2246, "column": 47 } } }, "range": [ - 67354, - 67389 + 66814, + 66849 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 12 }, "end": { - "line": 2257, + "line": 2246, "column": 47 } } @@ -121722,16 +118925,16 @@ "type": "Identifier", "name": "cellParser", "range": [ - 67412, - 67422 + 66872, + 66882 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 19 }, "end": { - "line": 2258, + "line": 2247, "column": 29 } } @@ -121740,31 +118943,31 @@ "type": "Identifier", "name": "parse", "range": [ - 67423, - 67428 + 66883, + 66888 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 30 }, "end": { - "line": 2258, + "line": 2247, "column": 35 } } }, "range": [ - 67412, - 67428 + 66872, + 66888 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 19 }, "end": { - "line": 2258, + "line": 2247, "column": 35 } } @@ -121773,16 +118976,16 @@ { "type": "ThisExpression", "range": [ - 67429, - 67433 + 66889, + 66893 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 36 }, "end": { - "line": 2258, + "line": 2247, "column": 40 } } @@ -121791,16 +118994,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67435, - 67439 + 66895, + 66899 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 42 }, "end": { - "line": 2258, + "line": 2247, "column": 46 } } @@ -121809,63 +119012,63 @@ "type": "Identifier", "name": "idx", "range": [ - 67441, - 67444 + 66901, + 66904 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 48 }, "end": { - "line": 2258, + "line": 2247, "column": 51 } } } ], "range": [ - 67412, - 67445 + 66872, + 66905 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 19 }, "end": { - "line": 2258, + "line": 2247, "column": 52 } } }, "range": [ - 67405, - 67446 + 66865, + 66906 ], "loc": { "start": { - "line": 2258, + "line": 2247, "column": 12 }, "end": { - "line": 2258, + "line": 2247, "column": 53 } } } ], "range": [ - 67391, - 67456 + 66851, + 66916 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 49 }, "end": { - "line": 2259, + "line": 2248, "column": 9 } } @@ -121881,16 +119084,16 @@ "type": "Identifier", "name": "getText", "range": [ - 67483, - 67490 + 66943, + 66950 ], "loc": { "start": { - "line": 2260, + "line": 2249, "column": 19 }, "end": { - "line": 2260, + "line": 2249, "column": 26 } } @@ -121900,78 +119103,78 @@ "type": "Identifier", "name": "cell", "range": [ - 67491, - 67495 + 66951, + 66955 ], "loc": { "start": { - "line": 2260, + "line": 2249, "column": 27 }, "end": { - "line": 2260, + "line": 2249, "column": 31 } } } ], "range": [ - 67483, - 67496 + 66943, + 66956 ], "loc": { "start": { - "line": 2260, + "line": 2249, "column": 19 }, "end": { - "line": 2260, + "line": 2249, "column": 32 } } }, "range": [ - 67476, - 67497 + 66936, + 66957 ], "loc": { "start": { - "line": 2260, + "line": 2249, "column": 12 }, "end": { - "line": 2260, + "line": 2249, "column": 33 } } } ], "range": [ - 67462, - 67507 + 66922, + 66967 ], "loc": { "start": { - "line": 2259, + "line": 2248, "column": 15 }, "end": { - "line": 2261, + "line": 2250, "column": 9 } } }, "range": [ - 67350, - 67507 + 66810, + 66967 ], "loc": { "start": { - "line": 2257, + "line": 2246, "column": 8 }, "end": { - "line": 2261, + "line": 2250, "column": 9 } }, @@ -121980,16 +119183,16 @@ "type": "Line", "value": " Invoke cellParser for this column if any", "range": [ - 67298, - 67341 + 66758, + 66801 ], "loc": { "start": { - "line": 2256, + "line": 2245, "column": 8 }, "end": { - "line": 2256, + "line": 2245, "column": 51 } } @@ -121998,16 +119201,16 @@ } ], "range": [ - 67212, - 67513 + 66672, + 66973 ], "loc": { "start": { - "line": 2253, + "line": 2242, "column": 23 }, "end": { - "line": 2262, + "line": 2251, "column": 5 } } @@ -122015,16 +119218,16 @@ "generator": false, "expression": false, "range": [ - 67205, - 67513 + 66665, + 66973 ], "loc": { "start": { - "line": 2253, + "line": 2242, "column": 16 }, "end": { - "line": 2262, + "line": 2251, "column": 5 } } @@ -122032,16 +119235,16 @@ "kind": "method", "computed": false, "range": [ - 67193, - 67513 + 66653, + 66973 ], "loc": { "start": { - "line": 2253, + "line": 2242, "column": 4 }, "end": { - "line": 2262, + "line": 2251, "column": 5 } }, @@ -122050,16 +119253,16 @@ "type": "Block", "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n ", "range": [ - 67060, - 67188 + 66520, + 66648 ], "loc": { "start": { - "line": 2248, + "line": 2237, "column": 4 }, "end": { - "line": 2252, + "line": 2241, "column": 7 } } @@ -122070,16 +119273,16 @@ "type": "Block", "value": "*\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n ", "range": [ - 67519, - 67699 + 66979, + 67159 ], "loc": { "start": { - "line": 2264, + "line": 2253, "column": 4 }, "end": { - "line": 2268, + "line": 2257, "column": 7 } } @@ -122093,16 +119296,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 67704, - 67715 + 67164, + 67175 ], "loc": { "start": { - "line": 2269, + "line": 2258, "column": 4 }, "end": { - "line": 2269, + "line": 2258, "column": 15 } } @@ -122115,16 +119318,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67716, - 67720 + 67176, + 67180 ], "loc": { "start": { - "line": 2269, + "line": 2258, "column": 16 }, "end": { - "line": 2269, + "line": 2258, "column": 20 } } @@ -122142,16 +119345,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 67736, - 67744 + 67196, + 67204 ], "loc": { "start": { - "line": 2270, + "line": 2259, "column": 12 }, "end": { - "line": 2270, + "line": 2259, "column": 20 } } @@ -122163,16 +119366,16 @@ "type": "Identifier", "name": "cell", "range": [ - 67747, - 67751 + 67207, + 67211 ], "loc": { "start": { - "line": 2270, + "line": 2259, "column": 23 }, "end": { - "line": 2270, + "line": 2259, "column": 27 } } @@ -122181,46 +119384,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 67752, - 67761 + 67212, + 67221 ], "loc": { "start": { - "line": 2270, + "line": 2259, "column": 28 }, "end": { - "line": 2270, + "line": 2259, "column": 37 } } }, "range": [ - 67747, - 67761 + 67207, + 67221 ], "loc": { "start": { - "line": 2270, + "line": 2259, "column": 23 }, "end": { - "line": 2270, + "line": 2259, "column": 37 } } }, "range": [ - 67736, - 67761 + 67196, + 67221 ], "loc": { "start": { - "line": 2270, + "line": 2259, "column": 12 }, "end": { - "line": 2270, + "line": 2259, "column": 37 } } @@ -122228,16 +119431,16 @@ ], "kind": "let", "range": [ - 67732, - 67762 + 67192, + 67222 ], "loc": { "start": { - "line": 2270, + "line": 2259, "column": 8 }, "end": { - "line": 2270, + "line": 2259, "column": 38 } } @@ -122251,16 +119454,16 @@ "type": "Identifier", "name": "value", "range": [ - 67775, - 67780 + 67235, + 67240 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 12 }, "end": { - "line": 2271, + "line": 2260, "column": 17 } } @@ -122273,16 +119476,16 @@ "object": { "type": "ThisExpression", "range": [ - 67783, - 67787 + 67243, + 67247 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 20 }, "end": { - "line": 2271, + "line": 2260, "column": 24 } } @@ -122291,31 +119494,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 67788, - 67800 + 67248, + 67260 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 25 }, "end": { - "line": 2271, + "line": 2260, "column": 37 } } }, "range": [ - 67783, - 67800 + 67243, + 67260 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 20 }, "end": { - "line": 2271, + "line": 2260, "column": 37 } } @@ -122325,47 +119528,47 @@ "type": "Identifier", "name": "cell", "range": [ - 67801, - 67805 + 67261, + 67265 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 38 }, "end": { - "line": 2271, + "line": 2260, "column": 42 } } } ], "range": [ - 67783, - 67806 + 67243, + 67266 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 20 }, "end": { - "line": 2271, + "line": 2260, "column": 43 } } }, "range": [ - 67775, - 67806 + 67235, + 67266 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 12 }, "end": { - "line": 2271, + "line": 2260, "column": 43 } } @@ -122373,16 +119576,16 @@ ], "kind": "let", "range": [ - 67771, - 67807 + 67231, + 67267 ], "loc": { "start": { - "line": 2271, + "line": 2260, "column": 8 }, "end": { - "line": 2271, + "line": 2260, "column": 44 } } @@ -122397,16 +119600,16 @@ "object": { "type": "ThisExpression", "range": [ - 67821, - 67825 + 67281, + 67285 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 12 }, "end": { - "line": 2273, + "line": 2262, "column": 16 } } @@ -122415,31 +119618,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 67826, - 67833 + 67286, + 67293 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 17 }, "end": { - "line": 2273, + "line": 2262, "column": 24 } } }, "range": [ - 67821, - 67833 + 67281, + 67293 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 12 }, "end": { - "line": 2273, + "line": 2262, "column": 24 } } @@ -122449,16 +119652,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 67834, - 67842 + 67294, + 67302 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 25 }, "end": { - "line": 2273, + "line": 2262, "column": 33 } } @@ -122470,48 +119673,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 67845, - 67861 + 67305, + 67321 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 36 }, "end": { - "line": 2273, + "line": 2262, "column": 52 } } } ], "range": [ - 67844, - 67862 + 67304, + 67322 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 35 }, "end": { - "line": 2273, + "line": 2262, "column": 53 } } } ], "range": [ - 67821, - 67863 + 67281, + 67323 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 12 }, "end": { - "line": 2273, + "line": 2262, "column": 54 } } @@ -122528,16 +119731,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 67883, - 67890 + 67343, + 67350 ], "loc": { "start": { - "line": 2274, + "line": 2263, "column": 16 }, "end": { - "line": 2274, + "line": 2263, "column": 23 } } @@ -122548,16 +119751,16 @@ "object": { "type": "ThisExpression", "range": [ - 67893, - 67897 + 67353, + 67357 ], "loc": { "start": { - "line": 2274, + "line": 2263, "column": 26 }, "end": { - "line": 2274, + "line": 2263, "column": 30 } } @@ -122566,46 +119769,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 67898, - 67914 + 67358, + 67374 ], "loc": { "start": { - "line": 2274, + "line": 2263, "column": 31 }, "end": { - "line": 2274, + "line": 2263, "column": 47 } } }, "range": [ - 67893, - 67914 + 67353, + 67374 ], "loc": { "start": { - "line": 2274, + "line": 2263, "column": 26 }, "end": { - "line": 2274, + "line": 2263, "column": 47 } } }, "range": [ - 67883, - 67914 + 67343, + 67374 ], "loc": { "start": { - "line": 2274, + "line": 2263, "column": 16 }, "end": { - "line": 2274, + "line": 2263, "column": 47 } } @@ -122613,16 +119816,16 @@ ], "kind": "let", "range": [ - 67879, - 67915 + 67339, + 67375 ], "loc": { "start": { - "line": 2274, + "line": 2263, "column": 12 }, "end": { - "line": 2274, + "line": 2263, "column": 48 } } @@ -122636,16 +119839,16 @@ "type": "Identifier", "name": "colType", "range": [ - 67932, - 67939 + 67392, + 67399 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 16 }, "end": { - "line": 2275, + "line": 2264, "column": 23 } } @@ -122659,16 +119862,16 @@ "object": { "type": "ThisExpression", "range": [ - 67942, - 67946 + 67402, + 67406 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 26 }, "end": { - "line": 2275, + "line": 2264, "column": 30 } } @@ -122677,31 +119880,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 67947, - 67955 + 67407, + 67415 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 31 }, "end": { - "line": 2275, + "line": 2264, "column": 39 } } }, "range": [ - 67942, - 67955 + 67402, + 67415 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 26 }, "end": { - "line": 2275, + "line": 2264, "column": 39 } } @@ -122710,46 +119913,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 67956, - 67964 + 67416, + 67424 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 40 }, "end": { - "line": 2275, + "line": 2264, "column": 48 } } }, "range": [ - 67942, - 67965 + 67402, + 67425 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 26 }, "end": { - "line": 2275, + "line": 2264, "column": 49 } } }, "range": [ - 67932, - 67965 + 67392, + 67425 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 16 }, "end": { - "line": 2275, + "line": 2264, "column": 49 } } @@ -122757,16 +119960,16 @@ ], "kind": "let", "range": [ - 67928, - 67966 + 67388, + 67426 ], "loc": { "start": { - "line": 2275, + "line": 2264, "column": 12 }, "end": { - "line": 2275, + "line": 2264, "column": 50 } } @@ -122782,16 +119985,16 @@ "type": "Identifier", "name": "colType", "range": [ - 67983, - 67990 + 67443, + 67450 ], "loc": { "start": { - "line": 2276, + "line": 2265, "column": 16 }, "end": { - "line": 2276, + "line": 2265, "column": 23 } } @@ -122800,31 +120003,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 67991, - 68005 + 67451, + 67465 ], "loc": { "start": { - "line": 2276, + "line": 2265, "column": 24 }, "end": { - "line": 2276, + "line": 2265, "column": 38 } } }, "range": [ - 67983, - 68005 + 67443, + 67465 ], "loc": { "start": { - "line": 2276, + "line": 2265, "column": 16 }, "end": { - "line": 2276, + "line": 2265, "column": 38 } } @@ -122835,32 +120038,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 68006, - 68015 + 67466, + 67475 ], "loc": { "start": { - "line": 2276, + "line": 2265, "column": 39 }, "end": { - "line": 2276, + "line": 2265, "column": 48 } } } ], "range": [ - 67983, - 68016 + 67443, + 67476 ], "loc": { "start": { - "line": 2276, + "line": 2265, "column": 16 }, "end": { - "line": 2276, + "line": 2265, "column": 49 } } @@ -122877,16 +120080,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 68036, - 68043 + 67496, + 67503 ], "loc": { "start": { - "line": 2277, + "line": 2266, "column": 16 }, "end": { - "line": 2277, + "line": 2266, "column": 23 } } @@ -122898,16 +120101,16 @@ "type": "Identifier", "name": "colType", "range": [ - 68046, - 68053 + 67506, + 67513 ], "loc": { "start": { - "line": 2277, + "line": 2266, "column": 26 }, "end": { - "line": 2277, + "line": 2266, "column": 33 } } @@ -122916,93 +120119,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 68054, - 68061 + 67514, + 67521 ], "loc": { "start": { - "line": 2277, + "line": 2266, "column": 34 }, "end": { - "line": 2277, + "line": 2266, "column": 41 } } }, "range": [ - 68046, - 68061 + 67506, + 67521 ], "loc": { "start": { - "line": 2277, + "line": 2266, "column": 26 }, "end": { - "line": 2277, + "line": 2266, "column": 41 } } }, "range": [ - 68036, - 68061 + 67496, + 67521 ], "loc": { "start": { - "line": 2277, + "line": 2266, "column": 16 }, "end": { - "line": 2277, + "line": 2266, "column": 41 } } }, "range": [ - 68036, - 68062 + 67496, + 67522 ], "loc": { "start": { - "line": 2277, + "line": 2266, "column": 16 }, "end": { - "line": 2277, + "line": 2266, "column": 42 } } } ], "range": [ - 68018, - 68076 + 67478, + 67536 ], "loc": { "start": { - "line": 2276, + "line": 2265, "column": 51 }, "end": { - "line": 2278, + "line": 2267, "column": 13 } } }, "alternate": null, "range": [ - 67979, - 68076 + 67439, + 67536 ], "loc": { "start": { - "line": 2276, + "line": 2265, "column": 12 }, "end": { - "line": 2278, + "line": 2267, "column": 13 } } @@ -123015,16 +120218,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 68096, - 68103 + 67556, + 67563 ], "loc": { "start": { - "line": 2279, + "line": 2268, "column": 19 }, "end": { - "line": 2279, + "line": 2268, "column": 26 } } @@ -123034,16 +120237,16 @@ "type": "Identifier", "name": "value", "range": [ - 68104, - 68109 + 67564, + 67569 ], "loc": { "start": { - "line": 2279, + "line": 2268, "column": 27 }, "end": { - "line": 2279, + "line": 2268, "column": 32 } } @@ -123052,63 +120255,63 @@ "type": "Identifier", "name": "decimal", "range": [ - 68111, - 68118 + 67571, + 67578 ], "loc": { "start": { - "line": 2279, + "line": 2268, "column": 34 }, "end": { - "line": 2279, + "line": 2268, "column": 41 } } } ], "range": [ - 68096, - 68119 + 67556, + 67579 ], "loc": { "start": { - "line": 2279, + "line": 2268, "column": 19 }, "end": { - "line": 2279, + "line": 2268, "column": 42 } } }, "range": [ - 68089, - 68120 + 67549, + 67580 ], "loc": { "start": { - "line": 2279, + "line": 2268, "column": 12 }, "end": { - "line": 2279, + "line": 2268, "column": 43 } } } ], "range": [ - 67865, - 68130 + 67325, + 67590 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 56 }, "end": { - "line": 2280, + "line": 2269, "column": 9 } } @@ -123123,16 +120326,16 @@ "object": { "type": "ThisExpression", "range": [ - 68148, - 68152 + 67608, + 67612 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 17 }, "end": { - "line": 2281, + "line": 2270, "column": 21 } } @@ -123141,31 +120344,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 68153, - 68160 + 67613, + 67620 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 22 }, "end": { - "line": 2281, + "line": 2270, "column": 29 } } }, "range": [ - 68148, - 68160 + 67608, + 67620 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 17 }, "end": { - "line": 2281, + "line": 2270, "column": 29 } } @@ -123175,16 +120378,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68161, - 68169 + 67621, + 67629 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 30 }, "end": { - "line": 2281, + "line": 2270, "column": 38 } } @@ -123196,48 +120399,48 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 68172, - 68178 + 67632, + 67638 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 41 }, "end": { - "line": 2281, + "line": 2270, "column": 47 } } } ], "range": [ - 68171, - 68179 + 67631, + 67639 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 40 }, "end": { - "line": 2281, + "line": 2270, "column": 48 } } } ], "range": [ - 68148, - 68180 + 67608, + 67640 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 17 }, "end": { - "line": 2281, + "line": 2270, "column": 49 } } @@ -123256,16 +120459,16 @@ "type": "Identifier", "name": "Number", "range": [ - 68203, - 68209 + 67663, + 67669 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 19 }, "end": { - "line": 2282, + "line": 2271, "column": 25 } } @@ -123275,32 +120478,32 @@ "type": "Identifier", "name": "value", "range": [ - 68210, - 68215 + 67670, + 67675 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 26 }, "end": { - "line": 2282, + "line": 2271, "column": 31 } } } ], "range": [ - 68203, - 68216 + 67663, + 67676 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 19 }, "end": { - "line": 2282, + "line": 2271, "column": 32 } } @@ -123311,16 +120514,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 68220, - 68227 + 67680, + 67687 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 36 }, "end": { - "line": 2282, + "line": 2271, "column": 43 } } @@ -123330,78 +120533,78 @@ "type": "Identifier", "name": "value", "range": [ - 68228, - 68233 + 67688, + 67693 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 44 }, "end": { - "line": 2282, + "line": 2271, "column": 49 } } } ], "range": [ - 68220, - 68234 + 67680, + 67694 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 36 }, "end": { - "line": 2282, + "line": 2271, "column": 50 } } }, "range": [ - 68203, - 68234 + 67663, + 67694 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 19 }, "end": { - "line": 2282, + "line": 2271, "column": 50 } } }, "range": [ - 68196, - 68235 + 67656, + 67695 ], "loc": { "start": { - "line": 2282, + "line": 2271, "column": 12 }, "end": { - "line": 2282, + "line": 2271, "column": 51 } } } ], "range": [ - 68182, - 68245 + 67642, + 67705 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 51 }, "end": { - "line": 2283, + "line": 2272, "column": 9 } } @@ -123416,16 +120619,16 @@ "object": { "type": "ThisExpression", "range": [ - 68263, - 68267 + 67723, + 67727 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 17 }, "end": { - "line": 2284, + "line": 2273, "column": 21 } } @@ -123434,31 +120637,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 68268, - 68275 + 67728, + 67735 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 22 }, "end": { - "line": 2284, + "line": 2273, "column": 29 } } }, "range": [ - 68263, - 68275 + 67723, + 67735 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 17 }, "end": { - "line": 2284, + "line": 2273, "column": 29 } } @@ -123468,16 +120671,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68276, - 68284 + 67736, + 67744 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 30 }, "end": { - "line": 2284, + "line": 2273, "column": 38 } } @@ -123489,48 +120692,48 @@ "type": "Identifier", "name": "DATE", "range": [ - 68287, - 68291 + 67747, + 67751 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 41 }, "end": { - "line": 2284, + "line": 2273, "column": 45 } } } ], "range": [ - 68286, - 68292 + 67746, + 67752 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 40 }, "end": { - "line": 2284, + "line": 2273, "column": 46 } } } ], "range": [ - 68263, - 68293 + 67723, + 67753 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 17 }, "end": { - "line": 2284, + "line": 2273, "column": 47 } } @@ -123547,16 +120750,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 68312, - 68320 + 67772, + 67780 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 16 }, "end": { - "line": 2285, + "line": 2274, "column": 24 } } @@ -123570,16 +120773,16 @@ "object": { "type": "ThisExpression", "range": [ - 68323, - 68327 + 67783, + 67787 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 27 }, "end": { - "line": 2285, + "line": 2274, "column": 31 } } @@ -123588,31 +120791,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 68328, - 68331 + 67788, + 67791 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 32 }, "end": { - "line": 2285, + "line": 2274, "column": 35 } } }, "range": [ - 68323, - 68331 + 67783, + 67791 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 27 }, "end": { - "line": 2285, + "line": 2274, "column": 35 } } @@ -123621,46 +120824,46 @@ "type": "Identifier", "name": "dateType", "range": [ - 68332, - 68340 + 67792, + 67800 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 36 }, "end": { - "line": 2285, + "line": 2274, "column": 44 } } }, "range": [ - 68323, - 68340 + 67783, + 67800 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 27 }, "end": { - "line": 2285, + "line": 2274, "column": 44 } } }, "range": [ - 68312, - 68340 + 67772, + 67800 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 16 }, "end": { - "line": 2285, + "line": 2274, "column": 44 } } @@ -123668,16 +120871,16 @@ ], "kind": "let", "range": [ - 68308, - 68341 + 67768, + 67801 ], "loc": { "start": { - "line": 2285, + "line": 2274, "column": 12 }, "end": { - "line": 2285, + "line": 2274, "column": 45 } } @@ -123691,16 +120894,16 @@ "type": "Identifier", "name": "locale", "range": [ - 68358, - 68364 + 67818, + 67824 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 16 }, "end": { - "line": 2286, + "line": 2275, "column": 22 } } @@ -123720,16 +120923,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 68367, - 68375 + 67827, + 67835 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 25 }, "end": { - "line": 2286, + "line": 2275, "column": 33 } } @@ -123738,31 +120941,31 @@ "type": "Identifier", "name": "getOptions", "range": [ - 68376, - 68386 + 67836, + 67846 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 34 }, "end": { - "line": 2286, + "line": 2275, "column": 44 } } }, "range": [ - 68367, - 68386 + 67827, + 67846 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 25 }, "end": { - "line": 2286, + "line": 2275, "column": 44 } } @@ -123772,32 +120975,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68387, - 68395 + 67847, + 67855 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 45 }, "end": { - "line": 2286, + "line": 2275, "column": 53 } } } ], "range": [ - 68367, - 68396 + 67827, + 67856 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 25 }, "end": { - "line": 2286, + "line": 2275, "column": 54 } } @@ -123806,31 +121009,31 @@ "type": "Identifier", "name": "locale", "range": [ - 68397, - 68403 + 67857, + 67863 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 55 }, "end": { - "line": 2286, + "line": 2275, "column": 61 } } }, "range": [ - 68367, - 68403 + 67827, + 67863 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 25 }, "end": { - "line": 2286, + "line": 2275, "column": 61 } } @@ -123841,16 +121044,16 @@ "object": { "type": "ThisExpression", "range": [ - 68407, - 68411 + 67867, + 67871 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 65 }, "end": { - "line": 2286, + "line": 2275, "column": 69 } } @@ -123859,61 +121062,61 @@ "type": "Identifier", "name": "locale", "range": [ - 68412, - 68418 + 67872, + 67878 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 70 }, "end": { - "line": 2286, + "line": 2275, "column": 76 } } }, "range": [ - 68407, - 68418 + 67867, + 67878 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 65 }, "end": { - "line": 2286, + "line": 2275, "column": 76 } } }, "range": [ - 68367, - 68418 + 67827, + 67878 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 25 }, "end": { - "line": 2286, + "line": 2275, "column": 76 } } }, "range": [ - 68358, - 68418 + 67818, + 67878 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 16 }, "end": { - "line": 2286, + "line": 2275, "column": 76 } } @@ -123921,16 +121124,16 @@ ], "kind": "let", "range": [ - 68354, - 68419 + 67814, + 67879 ], "loc": { "start": { - "line": 2286, + "line": 2275, "column": 12 }, "end": { - "line": 2286, + "line": 2275, "column": 77 } } @@ -123946,16 +121149,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 68439, - 68447 + 67899, + 67907 ], "loc": { "start": { - "line": 2287, + "line": 2276, "column": 19 }, "end": { - "line": 2287, + "line": 2276, "column": 27 } } @@ -123964,31 +121167,31 @@ "type": "Identifier", "name": "parse", "range": [ - 68448, - 68453 + 67908, + 67913 ], "loc": { "start": { - "line": 2287, + "line": 2276, "column": 28 }, "end": { - "line": 2287, + "line": 2276, "column": 33 } } }, "range": [ - 68439, - 68453 + 67899, + 67913 ], "loc": { "start": { - "line": 2287, + "line": 2276, "column": 19 }, "end": { - "line": 2287, + "line": 2276, "column": 33 } } @@ -123998,16 +121201,16 @@ "type": "Identifier", "name": "value", "range": [ - 68454, - 68459 + 67914, + 67919 ], "loc": { "start": { - "line": 2287, + "line": 2276, "column": 34 }, "end": { - "line": 2287, + "line": 2276, "column": 39 } } @@ -124016,109 +121219,109 @@ "type": "Identifier", "name": "locale", "range": [ - 68461, - 68467 + 67921, + 67927 ], "loc": { "start": { - "line": 2287, + "line": 2276, "column": 41 }, "end": { - "line": 2287, + "line": 2276, "column": 47 } } } ], "range": [ - 68439, - 68468 + 67899, + 67928 ], "loc": { "start": { - "line": 2287, + "line": 2276, "column": 19 }, "end": { - "line": 2287, + "line": 2276, "column": 48 } } }, "range": [ - 68432, - 68469 + 67892, + 67929 ], "loc": { "start": { - "line": 2287, + "line": 2276, "column": 12 }, "end": { - "line": 2287, + "line": 2276, "column": 49 } } } ], "range": [ - 68294, - 68479 + 67754, + 67939 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 48 }, "end": { - "line": 2288, + "line": 2277, "column": 9 } } }, "alternate": null, "range": [ - 68259, - 68479 + 67719, + 67939 ], "loc": { "start": { - "line": 2284, + "line": 2273, "column": 13 }, "end": { - "line": 2288, + "line": 2277, "column": 9 } } }, "range": [ - 68144, - 68479 + 67604, + 67939 ], "loc": { "start": { - "line": 2281, + "line": 2270, "column": 13 }, "end": { - "line": 2288, + "line": 2277, "column": 9 } } }, "range": [ - 67817, - 68479 + 67277, + 67939 ], "loc": { "start": { - "line": 2273, + "line": 2262, "column": 8 }, "end": { - "line": 2288, + "line": 2277, "column": 9 } } @@ -124129,47 +121332,47 @@ "type": "Identifier", "name": "value", "range": [ - 68496, - 68501 + 67956, + 67961 ], "loc": { "start": { - "line": 2290, + "line": 2279, "column": 15 }, "end": { - "line": 2290, + "line": 2279, "column": 20 } } }, "range": [ - 68489, - 68502 + 67949, + 67962 ], "loc": { "start": { - "line": 2290, + "line": 2279, "column": 8 }, "end": { - "line": 2290, + "line": 2279, "column": 21 } } } ], "range": [ - 67722, - 68508 + 67182, + 67968 ], "loc": { "start": { - "line": 2269, + "line": 2258, "column": 22 }, "end": { - "line": 2291, + "line": 2280, "column": 5 } } @@ -124177,16 +121380,16 @@ "generator": false, "expression": false, "range": [ - 67715, - 68508 + 67175, + 67968 ], "loc": { "start": { - "line": 2269, + "line": 2258, "column": 15 }, "end": { - "line": 2291, + "line": 2280, "column": 5 } } @@ -124194,16 +121397,16 @@ "kind": "method", "computed": false, "range": [ - 67704, - 68508 + 67164, + 67968 ], "loc": { "start": { - "line": 2269, + "line": 2258, "column": 4 }, "end": { - "line": 2291, + "line": 2280, "column": 5 } }, @@ -124212,16 +121415,16 @@ "type": "Block", "value": "*\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n ", "range": [ - 67519, - 67699 + 66979, + 67159 ], "loc": { "start": { - "line": 2264, + "line": 2253, "column": 4 }, "end": { - "line": 2268, + "line": 2257, "column": 7 } } @@ -124232,16 +121435,16 @@ "type": "Block", "value": "*\n * Return the table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n ", "range": [ - 68514, - 68894 + 67974, + 68354 ], "loc": { "start": { - "line": 2293, + "line": 2282, "column": 4 }, "end": { - "line": 2303, + "line": 2292, "column": 7 } } @@ -124255,16 +121458,16 @@ "type": "Identifier", "name": "getData", "range": [ - 68899, - 68906 + 68359, + 68366 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 4 }, "end": { - "line": 2304, + "line": 2293, "column": 11 } } @@ -124279,16 +121482,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 68907, - 68921 + 68367, + 68381 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 12 }, "end": { - "line": 2304, + "line": 2293, "column": 26 } } @@ -124298,31 +121501,31 @@ "value": false, "raw": "false", "range": [ - 68924, - 68929 + 68384, + 68389 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 29 }, "end": { - "line": 2304, + "line": 2293, "column": 34 } } }, "range": [ - 68907, - 68929 + 68367, + 68389 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 12 }, "end": { - "line": 2304, + "line": 2293, "column": 34 } } @@ -124333,16 +121536,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 68931, - 68948 + 68391, + 68408 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 36 }, "end": { - "line": 2304, + "line": 2293, "column": 53 } } @@ -124352,31 +121555,31 @@ "value": false, "raw": "false", "range": [ - 68951, - 68956 + 68411, + 68416 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 56 }, "end": { - "line": 2304, + "line": 2293, "column": 61 } } }, "range": [ - 68931, - 68956 + 68391, + 68416 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 36 }, "end": { - "line": 2304, + "line": 2293, "column": 61 } } @@ -124395,16 +121598,16 @@ "object": { "type": "ThisExpression", "range": [ - 68975, - 68979 + 68435, + 68439 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 15 }, "end": { - "line": 2305, + "line": 2294, "column": 19 } } @@ -124413,31 +121616,31 @@ "type": "Identifier", "name": "getTableData", "range": [ - 68980, - 68992 + 68440, + 68452 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 20 }, "end": { - "line": 2305, + "line": 2294, "column": 32 } } }, "range": [ - 68975, - 68992 + 68435, + 68452 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 15 }, "end": { - "line": 2305, + "line": 2294, "column": 32 } } @@ -124447,16 +121650,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 68993, - 69007 + 68453, + 68467 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 33 }, "end": { - "line": 2305, + "line": 2294, "column": 47 } } @@ -124465,16 +121668,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69009, - 69026 + 68469, + 68486 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 49 }, "end": { - "line": 2305, + "line": 2294, "column": 66 } } @@ -124484,63 +121687,63 @@ "value": true, "raw": "true", "range": [ - 69028, - 69032 + 68488, + 68492 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 68 }, "end": { - "line": 2305, + "line": 2294, "column": 72 } } } ], "range": [ - 68975, - 69033 + 68435, + 68493 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 15 }, "end": { - "line": 2305, + "line": 2294, "column": 73 } } }, "range": [ - 68968, - 69034 + 68428, + 68494 ], "loc": { "start": { - "line": 2305, + "line": 2294, "column": 8 }, "end": { - "line": 2305, + "line": 2294, "column": 74 } } } ], "range": [ - 68958, - 69040 + 68418, + 68500 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 63 }, "end": { - "line": 2306, + "line": 2295, "column": 5 } } @@ -124548,16 +121751,16 @@ "generator": false, "expression": false, "range": [ - 68906, - 69040 + 68366, + 68500 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 11 }, "end": { - "line": 2306, + "line": 2295, "column": 5 } } @@ -124565,16 +121768,16 @@ "kind": "method", "computed": false, "range": [ - 68899, - 69040 + 68359, + 68500 ], "loc": { "start": { - "line": 2304, + "line": 2293, "column": 4 }, "end": { - "line": 2306, + "line": 2295, "column": 5 } }, @@ -124583,16 +121786,16 @@ "type": "Block", "value": "*\n * Return the table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n ", "range": [ - 68514, - 68894 + 67974, + 68354 ], "loc": { "start": { - "line": 2293, + "line": 2282, "column": 4 }, "end": { - "line": 2303, + "line": 2292, "column": 7 } } @@ -124603,16 +121806,16 @@ "type": "Block", "value": "*\n * Return the table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n ", "range": [ - 69046, - 69382 + 68506, + 68842 ], "loc": { "start": { - "line": 2308, + "line": 2297, "column": 4 }, "end": { - "line": 2317, + "line": 2306, "column": 7 } } @@ -124626,16 +121829,16 @@ "type": "Identifier", "name": "getValues", "range": [ - 69387, - 69396 + 68847, + 68856 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 4 }, "end": { - "line": 2318, + "line": 2307, "column": 13 } } @@ -124650,16 +121853,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69397, - 69411 + 68857, + 68871 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 14 }, "end": { - "line": 2318, + "line": 2307, "column": 28 } } @@ -124669,31 +121872,31 @@ "value": false, "raw": "false", "range": [ - 69414, - 69419 + 68874, + 68879 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 31 }, "end": { - "line": 2318, + "line": 2307, "column": 36 } } }, "range": [ - 69397, - 69419 + 68857, + 68879 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 14 }, "end": { - "line": 2318, + "line": 2307, "column": 36 } } @@ -124704,16 +121907,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69421, - 69438 + 68881, + 68898 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 38 }, "end": { - "line": 2318, + "line": 2307, "column": 55 } } @@ -124723,31 +121926,31 @@ "value": false, "raw": "false", "range": [ - 69441, - 69446 + 68901, + 68906 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 58 }, "end": { - "line": 2318, + "line": 2307, "column": 63 } } }, "range": [ - 69421, - 69446 + 68881, + 68906 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 38 }, "end": { - "line": 2318, + "line": 2307, "column": 63 } } @@ -124766,16 +121969,16 @@ "object": { "type": "ThisExpression", "range": [ - 69465, - 69469 + 68925, + 68929 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 15 }, "end": { - "line": 2319, + "line": 2308, "column": 19 } } @@ -124784,31 +121987,31 @@ "type": "Identifier", "name": "getTableData", "range": [ - 69470, - 69482 + 68930, + 68942 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 20 }, "end": { - "line": 2319, + "line": 2308, "column": 32 } } }, "range": [ - 69465, - 69482 + 68925, + 68942 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 15 }, "end": { - "line": 2319, + "line": 2308, "column": 32 } } @@ -124818,16 +122021,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69483, - 69497 + 68943, + 68957 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 33 }, "end": { - "line": 2319, + "line": 2308, "column": 47 } } @@ -124836,16 +122039,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69499, - 69516 + 68959, + 68976 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 49 }, "end": { - "line": 2319, + "line": 2308, "column": 66 } } @@ -124855,63 +122058,63 @@ "value": false, "raw": "false", "range": [ - 69518, - 69523 + 68978, + 68983 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 68 }, "end": { - "line": 2319, + "line": 2308, "column": 73 } } } ], "range": [ - 69465, - 69524 + 68925, + 68984 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 15 }, "end": { - "line": 2319, + "line": 2308, "column": 74 } } }, "range": [ - 69458, - 69525 + 68918, + 68985 ], "loc": { "start": { - "line": 2319, + "line": 2308, "column": 8 }, "end": { - "line": 2319, + "line": 2308, "column": 75 } } } ], "range": [ - 69448, - 69531 + 68908, + 68991 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 65 }, "end": { - "line": 2320, + "line": 2309, "column": 5 } } @@ -124919,16 +122122,16 @@ "generator": false, "expression": false, "range": [ - 69396, - 69531 + 68856, + 68991 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 13 }, "end": { - "line": 2320, + "line": 2309, "column": 5 } } @@ -124936,16 +122139,16 @@ "kind": "method", "computed": false, "range": [ - 69387, - 69531 + 68847, + 68991 ], "loc": { "start": { - "line": 2318, + "line": 2307, "column": 4 }, "end": { - "line": 2320, + "line": 2309, "column": 5 } }, @@ -124954,16 +122157,16 @@ "type": "Block", "value": "*\n * Return the table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n ", "range": [ - 69046, - 69382 + 68506, + 68842 ], "loc": { "start": { - "line": 2308, + "line": 2297, "column": 4 }, "end": { - "line": 2317, + "line": 2306, "column": 7 } } @@ -124974,16 +122177,16 @@ "type": "Block", "value": "*\n * Return the table data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 69537, - 70012 + 68997, + 69472 ], "loc": { "start": { - "line": 2322, + "line": 2311, "column": 4 }, "end": { - "line": 2335, + "line": 2324, "column": 7 } } @@ -124997,16 +122200,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 70017, - 70029 + 69477, + 69489 ], "loc": { "start": { - "line": 2336, + "line": 2325, "column": 4 }, "end": { - "line": 2336, + "line": 2325, "column": 16 } } @@ -125021,16 +122224,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70039, - 70053 + 69499, + 69513 ], "loc": { "start": { - "line": 2337, + "line": 2326, "column": 8 }, "end": { - "line": 2337, + "line": 2326, "column": 22 } } @@ -125040,31 +122243,31 @@ "value": false, "raw": "false", "range": [ - 70056, - 70061 + 69516, + 69521 ], "loc": { "start": { - "line": 2337, + "line": 2326, "column": 25 }, "end": { - "line": 2337, + "line": 2326, "column": 30 } } }, "range": [ - 70039, - 70061 + 69499, + 69521 ], "loc": { "start": { - "line": 2337, + "line": 2326, "column": 8 }, "end": { - "line": 2337, + "line": 2326, "column": 30 } } @@ -125075,16 +122278,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70071, - 70088 + 69531, + 69548 ], "loc": { "start": { - "line": 2338, + "line": 2327, "column": 8 }, "end": { - "line": 2338, + "line": 2327, "column": 25 } } @@ -125094,31 +122297,31 @@ "value": false, "raw": "false", "range": [ - 70091, - 70096 + 69551, + 69556 ], "loc": { "start": { - "line": 2338, + "line": 2327, "column": 28 }, "end": { - "line": 2338, + "line": 2327, "column": 33 } } }, "range": [ - 70071, - 70096 + 69531, + 69556 ], "loc": { "start": { - "line": 2338, + "line": 2327, "column": 8 }, "end": { - "line": 2338, + "line": 2327, "column": 33 } } @@ -125129,16 +122332,16 @@ "type": "Identifier", "name": "typed", "range": [ - 70106, - 70111 + 69566, + 69571 ], "loc": { "start": { - "line": 2339, + "line": 2328, "column": 8 }, "end": { - "line": 2339, + "line": 2328, "column": 13 } } @@ -125148,31 +122351,31 @@ "value": false, "raw": "false", "range": [ - 70114, - 70119 + 69574, + 69579 ], "loc": { "start": { - "line": 2339, + "line": 2328, "column": 16 }, "end": { - "line": 2339, + "line": 2328, "column": 21 } } }, "range": [ - 70106, - 70119 + 69566, + 69579 ], "loc": { "start": { - "line": 2339, + "line": 2328, "column": 8 }, "end": { - "line": 2339, + "line": 2328, "column": 21 } } @@ -125190,16 +122393,16 @@ "type": "Identifier", "name": "rows", "range": [ - 70140, - 70144 + 69600, + 69604 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 12 }, "end": { - "line": 2341, + "line": 2330, "column": 16 } } @@ -125215,16 +122418,16 @@ "object": { "type": "ThisExpression", "range": [ - 70147, - 70151 + 69607, + 69611 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 19 }, "end": { - "line": 2341, + "line": 2330, "column": 23 } } @@ -125233,47 +122436,47 @@ "type": "Identifier", "name": "dom", "range": [ - 70152, - 70155 + 69612, + 69615 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 24 }, "end": { - "line": 2341, + "line": 2330, "column": 27 } } }, "range": [ - 70147, - 70155 + 69607, + 69615 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 19 }, "end": { - "line": 2341, + "line": 2330, "column": 27 } } }, "arguments": [], "range": [ - 70147, - 70157 + 69607, + 69617 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 19 }, "end": { - "line": 2341, + "line": 2330, "column": 29 } } @@ -125282,46 +122485,46 @@ "type": "Identifier", "name": "rows", "range": [ - 70158, - 70162 + 69618, + 69622 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 30 }, "end": { - "line": 2341, + "line": 2330, "column": 34 } } }, "range": [ - 70147, - 70162 + 69607, + 69622 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 19 }, "end": { - "line": 2341, + "line": 2330, "column": 34 } } }, "range": [ - 70140, - 70162 + 69600, + 69622 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 12 }, "end": { - "line": 2341, + "line": 2330, "column": 34 } } @@ -125329,16 +122532,16 @@ ], "kind": "let", "range": [ - 70136, - 70163 + 69596, + 69623 ], "loc": { "start": { - "line": 2341, + "line": 2330, "column": 8 }, "end": { - "line": 2341, + "line": 2330, "column": 35 } } @@ -125352,16 +122555,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 70176, - 70182 + 69636, + 69642 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 12 }, "end": { - "line": 2342, + "line": 2331, "column": 18 } } @@ -125374,16 +122577,16 @@ "object": { "type": "ThisExpression", "range": [ - 70185, - 70189 + 69645, + 69649 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 21 }, "end": { - "line": 2342, + "line": 2331, "column": 25 } } @@ -125392,31 +122595,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 70190, - 70199 + 69650, + 69659 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 26 }, "end": { - "line": 2342, + "line": 2331, "column": 35 } } }, "range": [ - 70185, - 70199 + 69645, + 69659 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 21 }, "end": { - "line": 2342, + "line": 2331, "column": 35 } } @@ -125427,47 +122630,47 @@ "value": true, "raw": "true", "range": [ - 70200, - 70204 + 69660, + 69664 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 36 }, "end": { - "line": 2342, + "line": 2331, "column": 40 } } } ], "range": [ - 70185, - 70205 + 69645, + 69665 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 21 }, "end": { - "line": 2342, + "line": 2331, "column": 41 } } }, "range": [ - 70176, - 70205 + 69636, + 69665 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 12 }, "end": { - "line": 2342, + "line": 2331, "column": 41 } } @@ -125475,16 +122678,16 @@ ], "kind": "let", "range": [ - 70172, - 70206 + 69632, + 69666 ], "loc": { "start": { - "line": 2342, + "line": 2331, "column": 8 }, "end": { - "line": 2342, + "line": 2331, "column": 42 } } @@ -125498,16 +122701,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 70219, - 70226 + 69679, + 69686 ], "loc": { "start": { - "line": 2343, + "line": 2332, "column": 12 }, "end": { - "line": 2343, + "line": 2332, "column": 19 } } @@ -125516,31 +122719,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70229, - 70231 + 69689, + 69691 ], "loc": { "start": { - "line": 2343, + "line": 2332, "column": 22 }, "end": { - "line": 2343, + "line": 2332, "column": 24 } } }, "range": [ - 70219, - 70231 + 69679, + 69691 ], "loc": { "start": { - "line": 2343, + "line": 2332, "column": 12 }, "end": { - "line": 2343, + "line": 2332, "column": 24 } } @@ -125548,16 +122751,16 @@ ], "kind": "let", "range": [ - 70215, - 70232 + 69675, + 69692 ], "loc": { "start": { - "line": 2343, + "line": 2332, "column": 8 }, "end": { - "line": 2343, + "line": 2332, "column": 25 } } @@ -125571,16 +122774,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 70245, - 70255 + 69705, + 69715 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 12 }, "end": { - "line": 2344, + "line": 2333, "column": 22 } } @@ -125591,16 +122794,16 @@ "type": "Identifier", "name": "typed", "range": [ - 70258, - 70263 + 69718, + 69723 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 25 }, "end": { - "line": 2344, + "line": 2333, "column": 30 } } @@ -125616,16 +122819,16 @@ "object": { "type": "ThisExpression", "range": [ - 70266, - 70270 + 69726, + 69730 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 33 }, "end": { - "line": 2344, + "line": 2333, "column": 37 } } @@ -125634,31 +122837,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 70271, - 70282 + 69731, + 69742 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 38 }, "end": { - "line": 2344, + "line": 2333, "column": 49 } } }, "range": [ - 70266, - 70282 + 69726, + 69742 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 33 }, "end": { - "line": 2344, + "line": 2333, "column": 49 } } @@ -125667,31 +122870,31 @@ "type": "Identifier", "name": "bind", "range": [ - 70283, - 70287 + 69743, + 69747 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 50 }, "end": { - "line": 2344, + "line": 2333, "column": 54 } } }, "range": [ - 70266, - 70287 + 69726, + 69747 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 33 }, "end": { - "line": 2344, + "line": 2333, "column": 54 } } @@ -125700,32 +122903,32 @@ { "type": "ThisExpression", "range": [ - 70288, - 70292 + 69748, + 69752 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 55 }, "end": { - "line": 2344, + "line": 2333, "column": 59 } } } ], "range": [ - 70266, - 70293 + 69726, + 69753 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 33 }, "end": { - "line": 2344, + "line": 2333, "column": 60 } } @@ -125741,16 +122944,16 @@ "object": { "type": "ThisExpression", "range": [ - 70308, - 70312 + 69768, + 69772 ], "loc": { "start": { - "line": 2345, + "line": 2334, "column": 12 }, "end": { - "line": 2345, + "line": 2334, "column": 16 } } @@ -125759,31 +122962,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 70313, - 70325 + 69773, + 69785 ], "loc": { "start": { - "line": 2345, + "line": 2334, "column": 17 }, "end": { - "line": 2345, + "line": 2334, "column": 29 } } }, "range": [ - 70308, - 70325 + 69768, + 69785 ], "loc": { "start": { - "line": 2345, + "line": 2334, "column": 12 }, "end": { - "line": 2345, + "line": 2334, "column": 29 } } @@ -125792,31 +122995,31 @@ "type": "Identifier", "name": "bind", "range": [ - 70326, - 70330 + 69786, + 69790 ], "loc": { "start": { - "line": 2345, + "line": 2334, "column": 30 }, "end": { - "line": 2345, + "line": 2334, "column": 34 } } }, "range": [ - 70308, - 70330 + 69768, + 69790 ], "loc": { "start": { - "line": 2345, + "line": 2334, "column": 12 }, "end": { - "line": 2345, + "line": 2334, "column": 34 } } @@ -125825,62 +123028,62 @@ { "type": "ThisExpression", "range": [ - 70331, - 70335 + 69791, + 69795 ], "loc": { "start": { - "line": 2345, + "line": 2334, "column": 35 }, "end": { - "line": 2345, + "line": 2334, "column": 39 } } } ], "range": [ - 70308, - 70336 + 69768, + 69796 ], "loc": { "start": { - "line": 2345, + "line": 2334, "column": 12 }, "end": { - "line": 2345, + "line": 2334, "column": 40 } } }, "range": [ - 70258, - 70336 + 69718, + 69796 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 25 }, "end": { - "line": 2345, + "line": 2334, "column": 40 } } }, "range": [ - 70245, - 70336 + 69705, + 69796 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 12 }, "end": { - "line": 2345, + "line": 2334, "column": 40 } } @@ -125888,16 +123091,16 @@ ], "kind": "let", "range": [ - 70241, - 70337 + 69701, + 69797 ], "loc": { "start": { - "line": 2344, + "line": 2333, "column": 8 }, "end": { - "line": 2345, + "line": 2334, "column": 41 } } @@ -125908,16 +123111,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70351, - 70365 + 69811, + 69825 ], "loc": { "start": { - "line": 2347, + "line": 2336, "column": 12 }, "end": { - "line": 2347, + "line": 2336, "column": 26 } } @@ -125934,16 +123137,16 @@ "type": "Identifier", "name": "headers", "range": [ - 70385, - 70392 + 69845, + 69852 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 16 }, "end": { - "line": 2348, + "line": 2337, "column": 23 } } @@ -125956,16 +123159,16 @@ "object": { "type": "ThisExpression", "range": [ - 70395, - 70399 + 69855, + 69859 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 26 }, "end": { - "line": 2348, + "line": 2337, "column": 30 } } @@ -125974,31 +123177,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 70400, - 70414 + 69860, + 69874 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 31 }, "end": { - "line": 2348, + "line": 2337, "column": 45 } } }, "range": [ - 70395, - 70414 + 69855, + 69874 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 26 }, "end": { - "line": 2348, + "line": 2337, "column": 45 } } @@ -126008,47 +123211,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70415, - 70432 + 69875, + 69892 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 46 }, "end": { - "line": 2348, + "line": 2337, "column": 63 } } } ], "range": [ - 70395, - 70433 + 69855, + 69893 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 26 }, "end": { - "line": 2348, + "line": 2337, "column": 64 } } }, "range": [ - 70385, - 70433 + 69845, + 69893 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 16 }, "end": { - "line": 2348, + "line": 2337, "column": 64 } } @@ -126056,16 +123259,16 @@ ], "kind": "let", "range": [ - 70381, - 70434 + 69841, + 69894 ], "loc": { "start": { - "line": 2348, + "line": 2337, "column": 12 }, "end": { - "line": 2348, + "line": 2337, "column": 65 } } @@ -126081,16 +123284,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 70447, - 70454 + 69907, + 69914 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 12 }, "end": { - "line": 2349, + "line": 2338, "column": 19 } } @@ -126099,31 +123302,31 @@ "type": "Identifier", "name": "push", "range": [ - 70455, - 70459 + 69915, + 69919 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 20 }, "end": { - "line": 2349, + "line": 2338, "column": 24 } } }, "range": [ - 70447, - 70459 + 69907, + 69919 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 12 }, "end": { - "line": 2349, + "line": 2338, "column": 24 } } @@ -126140,16 +123343,16 @@ "object": { "type": "ThisExpression", "range": [ - 70461, - 70465 + 69921, + 69925 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 26 }, "end": { - "line": 2349, + "line": 2338, "column": 30 } } @@ -126158,47 +123361,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 70466, - 70484 + 69926, + 69944 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 31 }, "end": { - "line": 2349, + "line": 2338, "column": 49 } } }, "range": [ - 70461, - 70484 + 69921, + 69944 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 26 }, "end": { - "line": 2349, + "line": 2338, "column": 49 } } }, "arguments": [], "range": [ - 70461, - 70486 + 69921, + 69946 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 26 }, "end": { - "line": 2349, + "line": 2338, "column": 51 } } @@ -126207,95 +123410,95 @@ "type": "Identifier", "name": "headers", "range": [ - 70488, - 70495 + 69948, + 69955 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 53 }, "end": { - "line": 2349, + "line": 2338, "column": 60 } } } ], "range": [ - 70460, - 70496 + 69920, + 69956 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 25 }, "end": { - "line": 2349, + "line": 2338, "column": 61 } } } ], "range": [ - 70447, - 70497 + 69907, + 69957 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 12 }, "end": { - "line": 2349, + "line": 2338, "column": 62 } } }, "range": [ - 70447, - 70498 + 69907, + 69958 ], "loc": { "start": { - "line": 2349, + "line": 2338, "column": 12 }, "end": { - "line": 2349, + "line": 2338, "column": 63 } } } ], "range": [ - 70367, - 70508 + 69827, + 69968 ], "loc": { "start": { - "line": 2347, + "line": 2336, "column": 28 }, "end": { - "line": 2350, + "line": 2339, "column": 9 } } }, "alternate": null, "range": [ - 70347, - 70508 + 69807, + 69968 ], "loc": { "start": { - "line": 2347, + "line": 2336, "column": 8 }, "end": { - "line": 2350, + "line": 2339, "column": 9 } } @@ -126311,16 +123514,16 @@ "type": "Identifier", "name": "k", "range": [ - 70526, - 70527 + 69986, + 69987 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 17 }, "end": { - "line": 2351, + "line": 2340, "column": 18 } } @@ -126331,16 +123534,16 @@ "object": { "type": "ThisExpression", "range": [ - 70530, - 70534 + 69990, + 69994 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 21 }, "end": { - "line": 2351, + "line": 2340, "column": 25 } } @@ -126349,46 +123552,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 70535, - 70541 + 69995, + 70001 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 26 }, "end": { - "line": 2351, + "line": 2340, "column": 32 } } }, "range": [ - 70530, - 70541 + 69990, + 70001 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 21 }, "end": { - "line": 2351, + "line": 2340, "column": 32 } } }, "range": [ - 70526, - 70541 + 69986, + 70001 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 17 }, "end": { - "line": 2351, + "line": 2340, "column": 32 } } @@ -126396,16 +123599,16 @@ ], "kind": "let", "range": [ - 70522, - 70541 + 69982, + 70001 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 13 }, "end": { - "line": 2351, + "line": 2340, "column": 32 } } @@ -126417,16 +123620,16 @@ "type": "Identifier", "name": "k", "range": [ - 70543, - 70544 + 70003, + 70004 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 34 }, "end": { - "line": 2351, + "line": 2340, "column": 35 } } @@ -126435,31 +123638,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 70547, - 70553 + 70007, + 70013 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 38 }, "end": { - "line": 2351, + "line": 2340, "column": 44 } } }, "range": [ - 70543, - 70553 + 70003, + 70013 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 34 }, "end": { - "line": 2351, + "line": 2340, "column": 44 } } @@ -126471,32 +123674,32 @@ "type": "Identifier", "name": "k", "range": [ - 70555, - 70556 + 70015, + 70016 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 46 }, "end": { - "line": 2351, + "line": 2340, "column": 47 } } }, "prefix": false, "range": [ - 70555, - 70558 + 70015, + 70018 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 46 }, "end": { - "line": 2351, + "line": 2340, "column": 49 } } @@ -126513,16 +123716,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 70578, - 70585 + 70038, + 70045 ], "loc": { "start": { - "line": 2352, + "line": 2341, "column": 16 }, "end": { - "line": 2352, + "line": 2341, "column": 23 } } @@ -126534,16 +123737,16 @@ "type": "Identifier", "name": "k", "range": [ - 70589, - 70590 + 70049, + 70050 ], "loc": { "start": { - "line": 2352, + "line": 2341, "column": 27 }, "end": { - "line": 2352, + "line": 2341, "column": 28 } } @@ -126552,47 +123755,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 70592, - 70594 + 70052, + 70054 ], "loc": { "start": { - "line": 2352, + "line": 2341, "column": 30 }, "end": { - "line": 2352, + "line": 2341, "column": 32 } } } ], "range": [ - 70588, - 70595 + 70048, + 70055 ], "loc": { "start": { - "line": 2352, + "line": 2341, "column": 26 }, "end": { - "line": 2352, + "line": 2341, "column": 33 } } }, "range": [ - 70578, - 70595 + 70038, + 70055 ], "loc": { "start": { - "line": 2352, + "line": 2341, "column": 16 }, "end": { - "line": 2352, + "line": 2341, "column": 33 } } @@ -126600,16 +123803,16 @@ ], "kind": "let", "range": [ - 70574, - 70596 + 70034, + 70056 ], "loc": { "start": { - "line": 2352, + "line": 2341, "column": 12 }, "end": { - "line": 2352, + "line": 2341, "column": 34 } } @@ -126623,16 +123826,16 @@ "type": "Identifier", "name": "cells", "range": [ - 70613, - 70618 + 70073, + 70078 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 16 }, "end": { - "line": 2353, + "line": 2342, "column": 21 } } @@ -126647,16 +123850,16 @@ "type": "Identifier", "name": "rows", "range": [ - 70621, - 70625 + 70081, + 70085 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 24 }, "end": { - "line": 2353, + "line": 2342, "column": 28 } } @@ -126665,31 +123868,31 @@ "type": "Identifier", "name": "k", "range": [ - 70626, - 70627 + 70086, + 70087 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 29 }, "end": { - "line": 2353, + "line": 2342, "column": 30 } } }, "range": [ - 70621, - 70628 + 70081, + 70088 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 24 }, "end": { - "line": 2353, + "line": 2342, "column": 31 } } @@ -126698,46 +123901,46 @@ "type": "Identifier", "name": "cells", "range": [ - 70629, - 70634 + 70089, + 70094 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 32 }, "end": { - "line": 2353, + "line": 2342, "column": 37 } } }, "range": [ - 70621, - 70634 + 70081, + 70094 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 24 }, "end": { - "line": 2353, + "line": 2342, "column": 37 } } }, "range": [ - 70613, - 70634 + 70073, + 70094 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 16 }, "end": { - "line": 2353, + "line": 2342, "column": 37 } } @@ -126745,16 +123948,16 @@ ], "kind": "let", "range": [ - 70609, - 70635 + 70069, + 70095 ], "loc": { "start": { - "line": 2353, + "line": 2342, "column": 12 }, "end": { - "line": 2353, + "line": 2342, "column": 38 } } @@ -126770,16 +123973,16 @@ "type": "Identifier", "name": "j", "range": [ - 70657, - 70658 + 70117, + 70118 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 21 }, "end": { - "line": 2354, + "line": 2343, "column": 22 } } @@ -126789,31 +123992,31 @@ "value": 0, "raw": "0", "range": [ - 70661, - 70662 + 70121, + 70122 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 25 }, "end": { - "line": 2354, + "line": 2343, "column": 26 } } }, "range": [ - 70657, - 70662 + 70117, + 70122 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 21 }, "end": { - "line": 2354, + "line": 2343, "column": 26 } } @@ -126824,16 +124027,16 @@ "type": "Identifier", "name": "len", "range": [ - 70664, - 70667 + 70124, + 70127 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 28 }, "end": { - "line": 2354, + "line": 2343, "column": 31 } } @@ -126845,16 +124048,16 @@ "type": "Identifier", "name": "cells", "range": [ - 70670, - 70675 + 70130, + 70135 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 34 }, "end": { - "line": 2354, + "line": 2343, "column": 39 } } @@ -126863,46 +124066,46 @@ "type": "Identifier", "name": "length", "range": [ - 70676, - 70682 + 70136, + 70142 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 40 }, "end": { - "line": 2354, + "line": 2343, "column": 46 } } }, "range": [ - 70670, - 70682 + 70130, + 70142 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 34 }, "end": { - "line": 2354, + "line": 2343, "column": 46 } } }, "range": [ - 70664, - 70682 + 70124, + 70142 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 28 }, "end": { - "line": 2354, + "line": 2343, "column": 46 } } @@ -126910,16 +124113,16 @@ ], "kind": "let", "range": [ - 70653, - 70682 + 70113, + 70142 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 17 }, "end": { - "line": 2354, + "line": 2343, "column": 46 } } @@ -126931,16 +124134,16 @@ "type": "Identifier", "name": "j", "range": [ - 70684, - 70685 + 70144, + 70145 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 48 }, "end": { - "line": 2354, + "line": 2343, "column": 49 } } @@ -126949,31 +124152,31 @@ "type": "Identifier", "name": "len", "range": [ - 70688, - 70691 + 70148, + 70151 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 52 }, "end": { - "line": 2354, + "line": 2343, "column": 55 } } }, "range": [ - 70684, - 70691 + 70144, + 70151 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 48 }, "end": { - "line": 2354, + "line": 2343, "column": 55 } } @@ -126985,32 +124188,32 @@ "type": "Identifier", "name": "j", "range": [ - 70693, - 70694 + 70153, + 70154 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 57 }, "end": { - "line": 2354, + "line": 2343, "column": 58 } } }, "prefix": false, "range": [ - 70693, - 70696 + 70153, + 70156 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 57 }, "end": { - "line": 2354, + "line": 2343, "column": 60 } } @@ -127027,16 +124230,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70720, - 70737 + 70180, + 70197 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 20 }, "end": { - "line": 2355, + "line": 2344, "column": 37 } } @@ -127049,16 +124252,16 @@ "object": { "type": "ThisExpression", "range": [ - 70741, - 70745 + 70201, + 70205 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 41 }, "end": { - "line": 2355, + "line": 2344, "column": 45 } } @@ -127067,31 +124270,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 70746, - 70758 + 70206, + 70218 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 46 }, "end": { - "line": 2355, + "line": 2344, "column": 58 } } }, "range": [ - 70741, - 70758 + 70201, + 70218 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 41 }, "end": { - "line": 2355, + "line": 2344, "column": 58 } } @@ -127102,47 +124305,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 70759, - 70775 + 70219, + 70235 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 59 }, "end": { - "line": 2355, + "line": 2344, "column": 75 } } } ], "range": [ - 70741, - 70776 + 70201, + 70236 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 41 }, "end": { - "line": 2355, + "line": 2344, "column": 76 } } }, "range": [ - 70720, - 70776 + 70180, + 70236 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 20 }, "end": { - "line": 2355, + "line": 2344, "column": 76 } } @@ -127165,16 +124368,16 @@ "object": { "type": "ThisExpression", "range": [ - 70804, - 70808 + 70264, + 70268 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 24 }, "end": { - "line": 2356, + "line": 2345, "column": 28 } } @@ -127183,31 +124386,31 @@ "type": "Identifier", "name": "extension", "range": [ - 70809, - 70818 + 70269, + 70278 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 29 }, "end": { - "line": 2356, + "line": 2345, "column": 38 } } }, "range": [ - 70804, - 70818 + 70264, + 70278 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 24 }, "end": { - "line": 2356, + "line": 2345, "column": 38 } } @@ -127218,32 +124421,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 70819, - 70835 + 70279, + 70295 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 39 }, "end": { - "line": 2356, + "line": 2345, "column": 55 } } } ], "range": [ - 70804, - 70836 + 70264, + 70296 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 24 }, "end": { - "line": 2356, + "line": 2345, "column": 56 } } @@ -127252,31 +124455,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 70837, - 70848 + 70297, + 70308 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 57 }, "end": { - "line": 2356, + "line": 2345, "column": 68 } } }, "range": [ - 70804, - 70848 + 70264, + 70308 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 24 }, "end": { - "line": 2356, + "line": 2345, "column": 68 } } @@ -127286,32 +124489,32 @@ "type": "Identifier", "name": "j", "range": [ - 70849, - 70850 + 70309, + 70310 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 69 }, "end": { - "line": 2356, + "line": 2345, "column": 70 } } } ], "range": [ - 70804, - 70851 + 70264, + 70311 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 24 }, "end": { - "line": 2356, + "line": 2345, "column": 71 } } @@ -127323,80 +124526,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 70879, - 70888 + 70339, + 70348 ], "loc": { "start": { - "line": 2357, + "line": 2346, "column": 24 }, "end": { - "line": 2357, + "line": 2346, "column": 33 } } } ], "range": [ - 70853, - 70910 + 70313, + 70370 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 73 }, "end": { - "line": 2358, + "line": 2347, "column": 21 } } }, "alternate": null, "range": [ - 70800, - 70910 + 70260, + 70370 ], "loc": { "start": { - "line": 2356, + "line": 2345, "column": 20 }, "end": { - "line": 2358, + "line": 2347, "column": 21 } } } ], "range": [ - 70778, - 70928 + 70238, + 70388 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 78 }, "end": { - "line": 2359, + "line": 2348, "column": 17 } } }, "alternate": null, "range": [ - 70716, - 70928 + 70176, + 70388 ], "loc": { "start": { - "line": 2355, + "line": 2344, "column": 16 }, "end": { - "line": 2359, + "line": 2348, "column": 17 } } @@ -127410,16 +124613,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 70949, - 70958 + 70409, + 70418 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 20 }, "end": { - "line": 2360, + "line": 2349, "column": 29 } } @@ -127430,16 +124633,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 70961, - 70971 + 70421, + 70431 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 32 }, "end": { - "line": 2360, + "line": 2349, "column": 42 } } @@ -127452,16 +124655,16 @@ "type": "Identifier", "name": "cells", "range": [ - 70972, - 70977 + 70432, + 70437 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 43 }, "end": { - "line": 2360, + "line": 2349, "column": 48 } } @@ -127470,62 +124673,62 @@ "type": "Identifier", "name": "j", "range": [ - 70978, - 70979 + 70438, + 70439 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 49 }, "end": { - "line": 2360, + "line": 2349, "column": 50 } } }, "range": [ - 70972, - 70980 + 70432, + 70440 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 43 }, "end": { - "line": 2360, + "line": 2349, "column": 51 } } } ], "range": [ - 70961, - 70981 + 70421, + 70441 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 32 }, "end": { - "line": 2360, + "line": 2349, "column": 52 } } }, "range": [ - 70949, - 70981 + 70409, + 70441 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 20 }, "end": { - "line": 2360, + "line": 2349, "column": 52 } } @@ -127533,16 +124736,16 @@ ], "kind": "let", "range": [ - 70945, - 70982 + 70405, + 70442 ], "loc": { "start": { - "line": 2360, + "line": 2349, "column": 16 }, "end": { - "line": 2360, + "line": 2349, "column": 53 } } @@ -127561,16 +124764,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 70999, - 71006 + 70459, + 70466 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 16 }, "end": { - "line": 2361, + "line": 2350, "column": 23 } } @@ -127580,31 +124783,31 @@ "value": 1, "raw": "1", "range": [ - 71007, - 71008 + 70467, + 70468 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 24 }, "end": { - "line": 2361, + "line": 2350, "column": 25 } } }, "range": [ - 70999, - 71009 + 70459, + 70469 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 16 }, "end": { - "line": 2361, + "line": 2350, "column": 26 } } @@ -127613,31 +124816,31 @@ "type": "Identifier", "name": "push", "range": [ - 71010, - 71014 + 70470, + 70474 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 27 }, "end": { - "line": 2361, + "line": 2350, "column": 31 } } }, "range": [ - 70999, - 71014 + 70459, + 70474 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 16 }, "end": { - "line": 2361, + "line": 2350, "column": 31 } } @@ -127647,78 +124850,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 71015, - 71024 + 70475, + 70484 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 32 }, "end": { - "line": 2361, + "line": 2350, "column": 41 } } } ], "range": [ - 70999, - 71025 + 70459, + 70485 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 16 }, "end": { - "line": 2361, + "line": 2350, "column": 42 } } }, "range": [ - 70999, - 71026 + 70459, + 70486 ], "loc": { "start": { - "line": 2361, + "line": 2350, "column": 16 }, "end": { - "line": 2361, + "line": 2350, "column": 43 } } } ], "range": [ - 70698, - 71040 + 70158, + 70500 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 62 }, "end": { - "line": 2362, + "line": 2351, "column": 13 } } }, "range": [ - 70648, - 71040 + 70108, + 70500 ], "loc": { "start": { - "line": 2354, + "line": 2343, "column": 12 }, "end": { - "line": 2362, + "line": 2351, "column": 13 } } @@ -127734,16 +124937,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 71053, - 71060 + 70513, + 70520 ], "loc": { "start": { - "line": 2363, + "line": 2352, "column": 12 }, "end": { - "line": 2363, + "line": 2352, "column": 19 } } @@ -127752,31 +124955,31 @@ "type": "Identifier", "name": "push", "range": [ - 71061, - 71065 + 70521, + 70525 ], "loc": { "start": { - "line": 2363, + "line": 2352, "column": 20 }, "end": { - "line": 2363, + "line": 2352, "column": 24 } } }, "range": [ - 71053, - 71065 + 70513, + 70525 ], "loc": { "start": { - "line": 2363, + "line": 2352, "column": 12 }, "end": { - "line": 2363, + "line": 2352, "column": 24 } } @@ -127786,78 +124989,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 71066, - 71073 + 70526, + 70533 ], "loc": { "start": { - "line": 2363, + "line": 2352, "column": 25 }, "end": { - "line": 2363, + "line": 2352, "column": 32 } } } ], "range": [ - 71053, - 71074 + 70513, + 70534 ], "loc": { "start": { - "line": 2363, + "line": 2352, "column": 12 }, "end": { - "line": 2363, + "line": 2352, "column": 33 } } }, "range": [ - 71053, - 71075 + 70513, + 70535 ], "loc": { "start": { - "line": 2363, + "line": 2352, "column": 12 }, "end": { - "line": 2363, + "line": 2352, "column": 34 } } } ], "range": [ - 70560, - 71085 + 70020, + 70545 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 51 }, "end": { - "line": 2364, + "line": 2353, "column": 9 } } }, "range": [ - 70517, - 71085 + 69977, + 70545 ], "loc": { "start": { - "line": 2351, + "line": 2340, "column": 8 }, "end": { - "line": 2364, + "line": 2353, "column": 9 } } @@ -127868,47 +125071,47 @@ "type": "Identifier", "name": "tblData", "range": [ - 71101, - 71108 + 70561, + 70568 ], "loc": { "start": { - "line": 2365, + "line": 2354, "column": 15 }, "end": { - "line": 2365, + "line": 2354, "column": 22 } } }, "range": [ - 71094, - 71109 + 70554, + 70569 ], "loc": { "start": { - "line": 2365, + "line": 2354, "column": 8 }, "end": { - "line": 2365, + "line": 2354, "column": 23 } } } ], "range": [ - 70126, - 71115 + 69586, + 70575 ], "loc": { "start": { - "line": 2340, + "line": 2329, "column": 6 }, "end": { - "line": 2366, + "line": 2355, "column": 5 } } @@ -127916,16 +125119,16 @@ "generator": false, "expression": false, "range": [ - 70029, - 71115 + 69489, + 70575 ], "loc": { "start": { - "line": 2336, + "line": 2325, "column": 16 }, "end": { - "line": 2366, + "line": 2355, "column": 5 } } @@ -127933,16 +125136,16 @@ "kind": "method", "computed": false, "range": [ - 70017, - 71115 + 69477, + 70575 ], "loc": { "start": { - "line": 2336, + "line": 2325, "column": 4 }, "end": { - "line": 2366, + "line": 2355, "column": 5 } }, @@ -127951,16 +125154,16 @@ "type": "Block", "value": "*\n * Return the table data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 69537, - 70012 + 68997, + 69472 ], "loc": { "start": { - "line": 2322, + "line": 2311, "column": 4 }, "end": { - "line": 2335, + "line": 2324, "column": 7 } } @@ -127971,16 +125174,16 @@ "type": "Block", "value": "*\n * Return the filtered table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71121, - 71577 + 70581, + 71037 ], "loc": { "start": { - "line": 2368, + "line": 2357, "column": 4 }, "end": { - "line": 2380, + "line": 2369, "column": 7 } } @@ -127994,16 +125197,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 71582, - 71597 + 71042, + 71057 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 4 }, "end": { - "line": 2381, + "line": 2370, "column": 19 } } @@ -128018,16 +125221,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 71598, - 71612 + 71058, + 71072 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 20 }, "end": { - "line": 2381, + "line": 2370, "column": 34 } } @@ -128037,31 +125240,31 @@ "value": false, "raw": "false", "range": [ - 71615, - 71620 + 71075, + 71080 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 37 }, "end": { - "line": 2381, + "line": 2370, "column": 42 } } }, "range": [ - 71598, - 71620 + 71058, + 71080 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 20 }, "end": { - "line": 2381, + "line": 2370, "column": 42 } } @@ -128072,16 +125275,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71622, - 71639 + 71082, + 71099 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 44 }, "end": { - "line": 2381, + "line": 2370, "column": 61 } } @@ -128091,31 +125294,31 @@ "value": false, "raw": "false", "range": [ - 71642, - 71647 + 71102, + 71107 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 64 }, "end": { - "line": 2381, + "line": 2370, "column": 69 } } }, "range": [ - 71622, - 71647 + 71082, + 71107 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 44 }, "end": { - "line": 2381, + "line": 2370, "column": 69 } } @@ -128134,16 +125337,16 @@ "object": { "type": "ThisExpression", "range": [ - 71666, - 71670 + 71126, + 71130 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 15 }, "end": { - "line": 2382, + "line": 2371, "column": 19 } } @@ -128152,31 +125355,31 @@ "type": "Identifier", "name": "filteredData", "range": [ - 71671, - 71683 + 71131, + 71143 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 20 }, "end": { - "line": 2382, + "line": 2371, "column": 32 } } }, "range": [ - 71666, - 71683 + 71126, + 71143 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 15 }, "end": { - "line": 2382, + "line": 2371, "column": 32 } } @@ -128186,16 +125389,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 71684, - 71698 + 71144, + 71158 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 33 }, "end": { - "line": 2382, + "line": 2371, "column": 47 } } @@ -128204,16 +125407,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71700, - 71717 + 71160, + 71177 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 49 }, "end": { - "line": 2382, + "line": 2371, "column": 66 } } @@ -128223,63 +125426,63 @@ "value": true, "raw": "true", "range": [ - 71719, - 71723 + 71179, + 71183 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 68 }, "end": { - "line": 2382, + "line": 2371, "column": 72 } } } ], "range": [ - 71666, - 71724 + 71126, + 71184 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 15 }, "end": { - "line": 2382, + "line": 2371, "column": 73 } } }, "range": [ - 71659, - 71725 + 71119, + 71185 ], "loc": { "start": { - "line": 2382, + "line": 2371, "column": 8 }, "end": { - "line": 2382, + "line": 2371, "column": 74 } } } ], "range": [ - 71649, - 71731 + 71109, + 71191 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 71 }, "end": { - "line": 2383, + "line": 2372, "column": 5 } } @@ -128287,16 +125490,16 @@ "generator": false, "expression": false, "range": [ - 71597, - 71731 + 71057, + 71191 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 19 }, "end": { - "line": 2383, + "line": 2372, "column": 5 } } @@ -128304,16 +125507,16 @@ "kind": "method", "computed": false, "range": [ - 71582, - 71731 + 71042, + 71191 ], "loc": { "start": { - "line": 2381, + "line": 2370, "column": 4 }, "end": { - "line": 2383, + "line": 2372, "column": 5 } }, @@ -128322,16 +125525,16 @@ "type": "Block", "value": "*\n * Return the filtered table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71121, - 71577 + 70581, + 71037 ], "loc": { "start": { - "line": 2368, + "line": 2357, "column": 4 }, "end": { - "line": 2380, + "line": 2369, "column": 7 } } @@ -128342,16 +125545,16 @@ "type": "Block", "value": "*\n * Return the filtered table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71737, - 72149 + 71197, + 71609 ], "loc": { "start": { - "line": 2385, + "line": 2374, "column": 4 }, "end": { - "line": 2396, + "line": 2385, "column": 7 } } @@ -128365,16 +125568,16 @@ "type": "Identifier", "name": "getFilteredValues", "range": [ - 72154, - 72171 + 71614, + 71631 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 4 }, "end": { - "line": 2397, + "line": 2386, "column": 21 } } @@ -128389,16 +125592,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72172, - 72186 + 71632, + 71646 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 22 }, "end": { - "line": 2397, + "line": 2386, "column": 36 } } @@ -128408,31 +125611,31 @@ "value": false, "raw": "false", "range": [ - 72189, - 72194 + 71649, + 71654 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 39 }, "end": { - "line": 2397, + "line": 2386, "column": 44 } } }, "range": [ - 72172, - 72194 + 71632, + 71654 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 22 }, "end": { - "line": 2397, + "line": 2386, "column": 44 } } @@ -128443,16 +125646,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 72196, - 72213 + 71656, + 71673 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 46 }, "end": { - "line": 2397, + "line": 2386, "column": 63 } } @@ -128462,31 +125665,31 @@ "value": false, "raw": "false", "range": [ - 72216, - 72221 + 71676, + 71681 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 66 }, "end": { - "line": 2397, + "line": 2386, "column": 71 } } }, "range": [ - 72196, - 72221 + 71656, + 71681 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 46 }, "end": { - "line": 2397, + "line": 2386, "column": 71 } } @@ -128505,16 +125708,16 @@ "object": { "type": "ThisExpression", "range": [ - 72240, - 72244 + 71700, + 71704 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 15 }, "end": { - "line": 2398, + "line": 2387, "column": 19 } } @@ -128523,31 +125726,31 @@ "type": "Identifier", "name": "filteredData", "range": [ - 72245, - 72257 + 71705, + 71717 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 20 }, "end": { - "line": 2398, + "line": 2387, "column": 32 } } }, "range": [ - 72240, - 72257 + 71700, + 71717 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 15 }, "end": { - "line": 2398, + "line": 2387, "column": 32 } } @@ -128557,16 +125760,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72258, - 72272 + 71718, + 71732 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 33 }, "end": { - "line": 2398, + "line": 2387, "column": 47 } } @@ -128575,16 +125778,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 72274, - 72291 + 71734, + 71751 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 49 }, "end": { - "line": 2398, + "line": 2387, "column": 66 } } @@ -128594,63 +125797,63 @@ "value": false, "raw": "false", "range": [ - 72293, - 72298 + 71753, + 71758 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 68 }, "end": { - "line": 2398, + "line": 2387, "column": 73 } } } ], "range": [ - 72240, - 72299 + 71700, + 71759 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 15 }, "end": { - "line": 2398, + "line": 2387, "column": 74 } } }, "range": [ - 72233, - 72300 + 71693, + 71760 ], "loc": { "start": { - "line": 2398, + "line": 2387, "column": 8 }, "end": { - "line": 2398, + "line": 2387, "column": 75 } } } ], "range": [ - 72223, - 72306 + 71683, + 71766 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 73 }, "end": { - "line": 2399, + "line": 2388, "column": 5 } } @@ -128658,16 +125861,16 @@ "generator": false, "expression": false, "range": [ - 72171, - 72306 + 71631, + 71766 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 21 }, "end": { - "line": 2399, + "line": 2388, "column": 5 } } @@ -128675,16 +125878,16 @@ "kind": "method", "computed": false, "range": [ - 72154, - 72306 + 71614, + 71766 ], "loc": { "start": { - "line": 2397, + "line": 2386, "column": 4 }, "end": { - "line": 2399, + "line": 2388, "column": 5 } }, @@ -128693,16 +125896,16 @@ "type": "Block", "value": "*\n * Return the filtered table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71737, - 72149 + 71197, + 71609 ], "loc": { "start": { - "line": 2385, + "line": 2374, "column": 4 }, "end": { - "line": 2396, + "line": 2385, "column": 7 } } @@ -128713,16 +125916,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 72312, - 72790 + 71772, + 72250 ], "loc": { "start": { - "line": 2401, + "line": 2390, "column": 4 }, "end": { - "line": 2414, + "line": 2403, "column": 7 } } @@ -128736,16 +125939,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 72795, - 72807 + 72255, + 72267 ], "loc": { "start": { - "line": 2415, + "line": 2404, "column": 4 }, "end": { - "line": 2415, + "line": 2404, "column": 16 } } @@ -128760,16 +125963,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72817, - 72831 + 72277, + 72291 ], "loc": { "start": { - "line": 2416, + "line": 2405, "column": 8 }, "end": { - "line": 2416, + "line": 2405, "column": 22 } } @@ -128779,31 +125982,31 @@ "value": false, "raw": "false", "range": [ - 72834, - 72839 + 72294, + 72299 ], "loc": { "start": { - "line": 2416, + "line": 2405, "column": 25 }, "end": { - "line": 2416, + "line": 2405, "column": 30 } } }, "range": [ - 72817, - 72839 + 72277, + 72299 ], "loc": { "start": { - "line": 2416, + "line": 2405, "column": 8 }, "end": { - "line": 2416, + "line": 2405, "column": 30 } } @@ -128814,16 +126017,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 72849, - 72866 + 72309, + 72326 ], "loc": { "start": { - "line": 2417, + "line": 2406, "column": 8 }, "end": { - "line": 2417, + "line": 2406, "column": 25 } } @@ -128833,31 +126036,31 @@ "value": false, "raw": "false", "range": [ - 72869, - 72874 + 72329, + 72334 ], "loc": { "start": { - "line": 2417, + "line": 2406, "column": 28 }, "end": { - "line": 2417, + "line": 2406, "column": 33 } } }, "range": [ - 72849, - 72874 + 72309, + 72334 ], "loc": { "start": { - "line": 2417, + "line": 2406, "column": 8 }, "end": { - "line": 2417, + "line": 2406, "column": 33 } } @@ -128868,16 +126071,16 @@ "type": "Identifier", "name": "typed", "range": [ - 72884, - 72889 + 72344, + 72349 ], "loc": { "start": { - "line": 2418, + "line": 2407, "column": 8 }, "end": { - "line": 2418, + "line": 2407, "column": 13 } } @@ -128887,31 +126090,31 @@ "value": false, "raw": "false", "range": [ - 72892, - 72897 + 72352, + 72357 ], "loc": { "start": { - "line": 2418, + "line": 2407, "column": 16 }, "end": { - "line": 2418, + "line": 2407, "column": 21 } } }, "range": [ - 72884, - 72897 + 72344, + 72357 ], "loc": { "start": { - "line": 2418, + "line": 2407, "column": 8 }, "end": { - "line": 2418, + "line": 2407, "column": 21 } } @@ -128934,16 +126137,16 @@ "object": { "type": "ThisExpression", "range": [ - 72918, - 72922 + 72378, + 72382 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 12 }, "end": { - "line": 2420, + "line": 2409, "column": 16 } } @@ -128952,31 +126155,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 72923, - 72937 + 72383, + 72397 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 17 }, "end": { - "line": 2420, + "line": 2409, "column": 31 } } }, "range": [ - 72918, - 72937 + 72378, + 72397 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 12 }, "end": { - "line": 2420, + "line": 2409, "column": 31 } } @@ -128985,31 +126188,31 @@ "type": "Identifier", "name": "length", "range": [ - 72938, - 72944 + 72398, + 72404 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 32 }, "end": { - "line": 2420, + "line": 2409, "column": 38 } } }, "range": [ - 72918, - 72944 + 72378, + 72404 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 12 }, "end": { - "line": 2420, + "line": 2409, "column": 38 } } @@ -129019,31 +126222,31 @@ "value": 0, "raw": "0", "range": [ - 72949, - 72950 + 72409, + 72410 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 43 }, "end": { - "line": 2420, + "line": 2409, "column": 44 } } }, "range": [ - 72918, - 72950 + 72378, + 72410 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 12 }, "end": { - "line": 2420, + "line": 2409, "column": 44 } } @@ -129057,63 +126260,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 72973, - 72975 + 72433, + 72435 ], "loc": { "start": { - "line": 2421, + "line": 2410, "column": 19 }, "end": { - "line": 2421, + "line": 2410, "column": 21 } } }, "range": [ - 72966, - 72976 + 72426, + 72436 ], "loc": { "start": { - "line": 2421, + "line": 2410, "column": 12 }, "end": { - "line": 2421, + "line": 2410, "column": 22 } } } ], "range": [ - 72952, - 72986 + 72412, + 72446 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 46 }, "end": { - "line": 2422, + "line": 2411, "column": 9 } } }, "alternate": null, "range": [ - 72914, - 72986 + 72374, + 72446 ], "loc": { "start": { - "line": 2420, + "line": 2409, "column": 8 }, "end": { - "line": 2422, + "line": 2411, "column": 9 } } @@ -129127,16 +126330,16 @@ "type": "Identifier", "name": "rows", "range": [ - 72999, - 73003 + 72459, + 72463 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 12 }, "end": { - "line": 2423, + "line": 2412, "column": 16 } } @@ -129152,16 +126355,16 @@ "object": { "type": "ThisExpression", "range": [ - 73006, - 73010 + 72466, + 72470 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 19 }, "end": { - "line": 2423, + "line": 2412, "column": 23 } } @@ -129170,47 +126373,47 @@ "type": "Identifier", "name": "dom", "range": [ - 73011, - 73014 + 72471, + 72474 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 24 }, "end": { - "line": 2423, + "line": 2412, "column": 27 } } }, "range": [ - 73006, - 73014 + 72466, + 72474 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 19 }, "end": { - "line": 2423, + "line": 2412, "column": 27 } } }, "arguments": [], "range": [ - 73006, - 73016 + 72466, + 72476 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 19 }, "end": { - "line": 2423, + "line": 2412, "column": 29 } } @@ -129219,46 +126422,46 @@ "type": "Identifier", "name": "rows", "range": [ - 73017, - 73021 + 72477, + 72481 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 30 }, "end": { - "line": 2423, + "line": 2412, "column": 34 } } }, "range": [ - 73006, - 73021 + 72466, + 72481 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 19 }, "end": { - "line": 2423, + "line": 2412, "column": 34 } } }, "range": [ - 72999, - 73021 + 72459, + 72481 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 12 }, "end": { - "line": 2423, + "line": 2412, "column": 34 } } @@ -129269,16 +126472,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 73035, - 73047 + 72495, + 72507 ], "loc": { "start": { - "line": 2424, + "line": 2413, "column": 12 }, "end": { - "line": 2424, + "line": 2413, "column": 24 } } @@ -129287,31 +126490,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 73050, - 73052 + 72510, + 72512 ], "loc": { "start": { - "line": 2424, + "line": 2413, "column": 27 }, "end": { - "line": 2424, + "line": 2413, "column": 29 } } }, "range": [ - 73035, - 73052 + 72495, + 72512 ], "loc": { "start": { - "line": 2424, + "line": 2413, "column": 12 }, "end": { - "line": 2424, + "line": 2413, "column": 29 } } @@ -129319,16 +126522,16 @@ ], "kind": "let", "range": [ - 72995, - 73053 + 72455, + 72513 ], "loc": { "start": { - "line": 2423, + "line": 2412, "column": 8 }, "end": { - "line": 2424, + "line": 2413, "column": 30 } } @@ -129342,16 +126545,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 73066, - 73076 + 72526, + 72536 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 12 }, "end": { - "line": 2425, + "line": 2414, "column": 22 } } @@ -129362,16 +126565,16 @@ "type": "Identifier", "name": "typed", "range": [ - 73079, - 73084 + 72539, + 72544 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 25 }, "end": { - "line": 2425, + "line": 2414, "column": 30 } } @@ -129387,16 +126590,16 @@ "object": { "type": "ThisExpression", "range": [ - 73087, - 73091 + 72547, + 72551 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 33 }, "end": { - "line": 2425, + "line": 2414, "column": 37 } } @@ -129405,31 +126608,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 73092, - 73103 + 72552, + 72563 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 38 }, "end": { - "line": 2425, + "line": 2414, "column": 49 } } }, "range": [ - 73087, - 73103 + 72547, + 72563 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 33 }, "end": { - "line": 2425, + "line": 2414, "column": 49 } } @@ -129438,31 +126641,31 @@ "type": "Identifier", "name": "bind", "range": [ - 73104, - 73108 + 72564, + 72568 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 50 }, "end": { - "line": 2425, + "line": 2414, "column": 54 } } }, "range": [ - 73087, - 73108 + 72547, + 72568 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 33 }, "end": { - "line": 2425, + "line": 2414, "column": 54 } } @@ -129471,32 +126674,32 @@ { "type": "ThisExpression", "range": [ - 73109, - 73113 + 72569, + 72573 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 55 }, "end": { - "line": 2425, + "line": 2414, "column": 59 } } } ], "range": [ - 73087, - 73114 + 72547, + 72574 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 33 }, "end": { - "line": 2425, + "line": 2414, "column": 60 } } @@ -129512,16 +126715,16 @@ "object": { "type": "ThisExpression", "range": [ - 73129, - 73133 + 72589, + 72593 ], "loc": { "start": { - "line": 2426, + "line": 2415, "column": 12 }, "end": { - "line": 2426, + "line": 2415, "column": 16 } } @@ -129530,31 +126733,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 73134, - 73146 + 72594, + 72606 ], "loc": { "start": { - "line": 2426, + "line": 2415, "column": 17 }, "end": { - "line": 2426, + "line": 2415, "column": 29 } } }, "range": [ - 73129, - 73146 + 72589, + 72606 ], "loc": { "start": { - "line": 2426, + "line": 2415, "column": 12 }, "end": { - "line": 2426, + "line": 2415, "column": 29 } } @@ -129563,31 +126766,31 @@ "type": "Identifier", "name": "bind", "range": [ - 73147, - 73151 + 72607, + 72611 ], "loc": { "start": { - "line": 2426, + "line": 2415, "column": 30 }, "end": { - "line": 2426, + "line": 2415, "column": 34 } } }, "range": [ - 73129, - 73151 + 72589, + 72611 ], "loc": { "start": { - "line": 2426, + "line": 2415, "column": 12 }, "end": { - "line": 2426, + "line": 2415, "column": 34 } } @@ -129596,62 +126799,62 @@ { "type": "ThisExpression", "range": [ - 73152, - 73156 + 72612, + 72616 ], "loc": { "start": { - "line": 2426, + "line": 2415, "column": 35 }, "end": { - "line": 2426, + "line": 2415, "column": 39 } } } ], "range": [ - 73129, - 73157 + 72589, + 72617 ], "loc": { "start": { - "line": 2426, + "line": 2415, "column": 12 }, "end": { - "line": 2426, + "line": 2415, "column": 40 } } }, "range": [ - 73079, - 73157 + 72539, + 72617 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 25 }, "end": { - "line": 2426, + "line": 2415, "column": 40 } } }, "range": [ - 73066, - 73157 + 72526, + 72617 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 12 }, "end": { - "line": 2426, + "line": 2415, "column": 40 } } @@ -129659,16 +126862,16 @@ ], "kind": "let", "range": [ - 73062, - 73158 + 72522, + 72618 ], "loc": { "start": { - "line": 2425, + "line": 2414, "column": 8 }, "end": { - "line": 2426, + "line": 2415, "column": 41 } } @@ -129679,16 +126882,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 73172, - 73186 + 72632, + 72646 ], "loc": { "start": { - "line": 2428, + "line": 2417, "column": 12 }, "end": { - "line": 2428, + "line": 2417, "column": 26 } } @@ -129705,16 +126908,16 @@ "type": "Identifier", "name": "headers", "range": [ - 73206, - 73213 + 72666, + 72673 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 16 }, "end": { - "line": 2429, + "line": 2418, "column": 23 } } @@ -129727,16 +126930,16 @@ "object": { "type": "ThisExpression", "range": [ - 73216, - 73220 + 72676, + 72680 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 26 }, "end": { - "line": 2429, + "line": 2418, "column": 30 } } @@ -129745,31 +126948,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 73221, - 73235 + 72681, + 72695 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 31 }, "end": { - "line": 2429, + "line": 2418, "column": 45 } } }, "range": [ - 73216, - 73235 + 72676, + 72695 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 26 }, "end": { - "line": 2429, + "line": 2418, "column": 45 } } @@ -129779,47 +126982,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 73236, - 73253 + 72696, + 72713 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 46 }, "end": { - "line": 2429, + "line": 2418, "column": 63 } } } ], "range": [ - 73216, - 73254 + 72676, + 72714 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 26 }, "end": { - "line": 2429, + "line": 2418, "column": 64 } } }, "range": [ - 73206, - 73254 + 72666, + 72714 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 16 }, "end": { - "line": 2429, + "line": 2418, "column": 64 } } @@ -129827,16 +127030,16 @@ ], "kind": "let", "range": [ - 73202, - 73255 + 72662, + 72715 ], "loc": { "start": { - "line": 2429, + "line": 2418, "column": 12 }, "end": { - "line": 2429, + "line": 2418, "column": 65 } } @@ -129852,16 +127055,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 73268, - 73280 + 72728, + 72740 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 12 }, "end": { - "line": 2430, + "line": 2419, "column": 24 } } @@ -129870,31 +127073,31 @@ "type": "Identifier", "name": "push", "range": [ - 73281, - 73285 + 72741, + 72745 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 25 }, "end": { - "line": 2430, + "line": 2419, "column": 29 } } }, "range": [ - 73268, - 73285 + 72728, + 72745 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 12 }, "end": { - "line": 2430, + "line": 2419, "column": 29 } } @@ -129911,16 +127114,16 @@ "object": { "type": "ThisExpression", "range": [ - 73287, - 73291 + 72747, + 72751 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 31 }, "end": { - "line": 2430, + "line": 2419, "column": 35 } } @@ -129929,47 +127132,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 73292, - 73310 + 72752, + 72770 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 36 }, "end": { - "line": 2430, + "line": 2419, "column": 54 } } }, "range": [ - 73287, - 73310 + 72747, + 72770 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 31 }, "end": { - "line": 2430, + "line": 2419, "column": 54 } } }, "arguments": [], "range": [ - 73287, - 73312 + 72747, + 72772 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 31 }, "end": { - "line": 2430, + "line": 2419, "column": 56 } } @@ -129978,95 +127181,95 @@ "type": "Identifier", "name": "headers", "range": [ - 73314, - 73321 + 72774, + 72781 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 58 }, "end": { - "line": 2430, + "line": 2419, "column": 65 } } } ], "range": [ - 73286, - 73322 + 72746, + 72782 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 30 }, "end": { - "line": 2430, + "line": 2419, "column": 66 } } } ], "range": [ - 73268, - 73323 + 72728, + 72783 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 12 }, "end": { - "line": 2430, + "line": 2419, "column": 67 } } }, "range": [ - 73268, - 73324 + 72728, + 72784 ], "loc": { "start": { - "line": 2430, + "line": 2419, "column": 12 }, "end": { - "line": 2430, + "line": 2419, "column": 68 } } } ], "range": [ - 73188, - 73334 + 72648, + 72794 ], "loc": { "start": { - "line": 2428, + "line": 2417, "column": 28 }, "end": { - "line": 2431, + "line": 2420, "column": 9 } } }, "alternate": null, "range": [ - 73168, - 73334 + 72628, + 72794 ], "loc": { "start": { - "line": 2428, + "line": 2417, "column": 8 }, "end": { - "line": 2431, + "line": 2420, "column": 9 } } @@ -130080,16 +127283,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 73348, - 73357 + 72808, + 72817 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 12 }, "end": { - "line": 2433, + "line": 2422, "column": 21 } } @@ -130102,16 +127305,16 @@ "object": { "type": "ThisExpression", "range": [ - 73360, - 73364 + 72820, + 72824 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 24 }, "end": { - "line": 2433, + "line": 2422, "column": 28 } } @@ -130120,31 +127323,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 73365, - 73377 + 72825, + 72837 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 29 }, "end": { - "line": 2433, + "line": 2422, "column": 41 } } }, "range": [ - 73360, - 73377 + 72820, + 72837 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 24 }, "end": { - "line": 2433, + "line": 2422, "column": 41 } } @@ -130155,47 +127358,47 @@ "value": true, "raw": "true", "range": [ - 73378, - 73382 + 72838, + 72842 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 42 }, "end": { - "line": 2433, + "line": 2422, "column": 46 } } } ], "range": [ - 73360, - 73383 + 72820, + 72843 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 24 }, "end": { - "line": 2433, + "line": 2422, "column": 47 } } }, "range": [ - 73348, - 73383 + 72808, + 72843 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 12 }, "end": { - "line": 2433, + "line": 2422, "column": 47 } } @@ -130203,16 +127406,16 @@ ], "kind": "let", "range": [ - 73344, - 73384 + 72804, + 72844 ], "loc": { "start": { - "line": 2433, + "line": 2422, "column": 8 }, "end": { - "line": 2433, + "line": 2422, "column": 48 } } @@ -130228,16 +127431,16 @@ "type": "Identifier", "name": "i", "range": [ - 73402, - 73403 + 72862, + 72863 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 17 }, "end": { - "line": 2434, + "line": 2423, "column": 18 } } @@ -130247,31 +127450,31 @@ "value": 0, "raw": "0", "range": [ - 73406, - 73407 + 72866, + 72867 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 21 }, "end": { - "line": 2434, + "line": 2423, "column": 22 } } }, "range": [ - 73402, - 73407 + 72862, + 72867 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 17 }, "end": { - "line": 2434, + "line": 2423, "column": 22 } } @@ -130279,16 +127482,16 @@ ], "kind": "let", "range": [ - 73398, - 73407 + 72858, + 72867 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 13 }, "end": { - "line": 2434, + "line": 2423, "column": 22 } } @@ -130300,16 +127503,16 @@ "type": "Identifier", "name": "i", "range": [ - 73409, - 73410 + 72869, + 72870 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 24 }, "end": { - "line": 2434, + "line": 2423, "column": 25 } } @@ -130321,16 +127524,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 73413, - 73422 + 72873, + 72882 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 28 }, "end": { - "line": 2434, + "line": 2423, "column": 37 } } @@ -130339,46 +127542,46 @@ "type": "Identifier", "name": "length", "range": [ - 73423, - 73429 + 72883, + 72889 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 38 }, "end": { - "line": 2434, + "line": 2423, "column": 44 } } }, "range": [ - 73413, - 73429 + 72873, + 72889 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 28 }, "end": { - "line": 2434, + "line": 2423, "column": 44 } } }, "range": [ - 73409, - 73429 + 72869, + 72889 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 24 }, "end": { - "line": 2434, + "line": 2423, "column": 44 } } @@ -130390,32 +127593,32 @@ "type": "Identifier", "name": "i", "range": [ - 73431, - 73432 + 72891, + 72892 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 46 }, "end": { - "line": 2434, + "line": 2423, "column": 47 } } }, "prefix": false, "range": [ - 73431, - 73434 + 72891, + 72894 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 46 }, "end": { - "line": 2434, + "line": 2423, "column": 49 } } @@ -130432,16 +127635,16 @@ "type": "Identifier", "name": "rData", "range": [ - 73454, - 73459 + 72914, + 72919 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 16 }, "end": { - "line": 2435, + "line": 2424, "column": 21 } } @@ -130458,16 +127661,16 @@ "object": { "type": "ThisExpression", "range": [ - 73463, - 73467 + 72923, + 72927 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 25 }, "end": { - "line": 2435, + "line": 2424, "column": 29 } } @@ -130476,31 +127679,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 73468, - 73482 + 72928, + 72942 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 30 }, "end": { - "line": 2435, + "line": 2424, "column": 44 } } }, "range": [ - 73463, - 73482 + 72923, + 72942 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 25 }, "end": { - "line": 2435, + "line": 2424, "column": 44 } } @@ -130509,31 +127712,31 @@ "type": "Identifier", "name": "i", "range": [ - 73483, - 73484 + 72943, + 72944 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 45 }, "end": { - "line": 2435, + "line": 2424, "column": 46 } } }, "range": [ - 73463, - 73485 + 72923, + 72945 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 25 }, "end": { - "line": 2435, + "line": 2424, "column": 47 } } @@ -130542,47 +127745,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 73487, - 73489 + 72947, + 72949 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 49 }, "end": { - "line": 2435, + "line": 2424, "column": 51 } } } ], "range": [ - 73462, - 73490 + 72922, + 72950 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 24 }, "end": { - "line": 2435, + "line": 2424, "column": 52 } } }, "range": [ - 73454, - 73490 + 72914, + 72950 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 16 }, "end": { - "line": 2435, + "line": 2424, "column": 52 } } @@ -130593,16 +127796,16 @@ "type": "Identifier", "name": "cells", "range": [ - 73508, - 73513 + 72968, + 72973 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 16 }, "end": { - "line": 2436, + "line": 2425, "column": 21 } } @@ -130617,16 +127820,16 @@ "type": "Identifier", "name": "rows", "range": [ - 73516, - 73520 + 72976, + 72980 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 24 }, "end": { - "line": 2436, + "line": 2425, "column": 28 } } @@ -130640,16 +127843,16 @@ "object": { "type": "ThisExpression", "range": [ - 73521, - 73525 + 72981, + 72985 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 29 }, "end": { - "line": 2436, + "line": 2425, "column": 33 } } @@ -130658,31 +127861,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 73526, - 73540 + 72986, + 73000 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 34 }, "end": { - "line": 2436, + "line": 2425, "column": 48 } } }, "range": [ - 73521, - 73540 + 72981, + 73000 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 29 }, "end": { - "line": 2436, + "line": 2425, "column": 48 } } @@ -130691,46 +127894,46 @@ "type": "Identifier", "name": "i", "range": [ - 73541, - 73542 + 73001, + 73002 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 49 }, "end": { - "line": 2436, + "line": 2425, "column": 50 } } }, "range": [ - 73521, - 73543 + 72981, + 73003 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 29 }, "end": { - "line": 2436, + "line": 2425, "column": 51 } } }, "range": [ - 73516, - 73544 + 72976, + 73004 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 24 }, "end": { - "line": 2436, + "line": 2425, "column": 52 } } @@ -130739,46 +127942,46 @@ "type": "Identifier", "name": "cells", "range": [ - 73545, - 73550 + 73005, + 73010 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 53 }, "end": { - "line": 2436, + "line": 2425, "column": 58 } } }, "range": [ - 73516, - 73550 + 72976, + 73010 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 24 }, "end": { - "line": 2436, + "line": 2425, "column": 58 } } }, "range": [ - 73508, - 73550 + 72968, + 73010 ], "loc": { "start": { - "line": 2436, + "line": 2425, "column": 16 }, "end": { - "line": 2436, + "line": 2425, "column": 58 } } @@ -130786,16 +127989,16 @@ ], "kind": "let", "range": [ - 73450, - 73551 + 72910, + 73011 ], "loc": { "start": { - "line": 2435, + "line": 2424, "column": 12 }, "end": { - "line": 2436, + "line": 2425, "column": 59 } } @@ -130811,16 +128014,16 @@ "type": "Identifier", "name": "k", "range": [ - 73573, - 73574 + 73033, + 73034 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 21 }, "end": { - "line": 2437, + "line": 2426, "column": 22 } } @@ -130830,31 +128033,31 @@ "value": 0, "raw": "0", "range": [ - 73577, - 73578 + 73037, + 73038 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 25 }, "end": { - "line": 2437, + "line": 2426, "column": 26 } } }, "range": [ - 73573, - 73578 + 73033, + 73038 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 21 }, "end": { - "line": 2437, + "line": 2426, "column": 26 } } @@ -130862,16 +128065,16 @@ ], "kind": "let", "range": [ - 73569, - 73578 + 73029, + 73038 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 17 }, "end": { - "line": 2437, + "line": 2426, "column": 26 } } @@ -130883,16 +128086,16 @@ "type": "Identifier", "name": "k", "range": [ - 73580, - 73581 + 73040, + 73041 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 28 }, "end": { - "line": 2437, + "line": 2426, "column": 29 } } @@ -130904,16 +128107,16 @@ "type": "Identifier", "name": "cells", "range": [ - 73584, - 73589 + 73044, + 73049 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 32 }, "end": { - "line": 2437, + "line": 2426, "column": 37 } } @@ -130922,46 +128125,46 @@ "type": "Identifier", "name": "length", "range": [ - 73590, - 73596 + 73050, + 73056 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 38 }, "end": { - "line": 2437, + "line": 2426, "column": 44 } } }, "range": [ - 73584, - 73596 + 73044, + 73056 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 32 }, "end": { - "line": 2437, + "line": 2426, "column": 44 } } }, "range": [ - 73580, - 73596 + 73040, + 73056 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 28 }, "end": { - "line": 2437, + "line": 2426, "column": 44 } } @@ -130973,32 +128176,32 @@ "type": "Identifier", "name": "k", "range": [ - 73598, - 73599 + 73058, + 73059 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 46 }, "end": { - "line": 2437, + "line": 2426, "column": 47 } } }, "prefix": false, "range": [ - 73598, - 73601 + 73058, + 73061 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 46 }, "end": { - "line": 2437, + "line": 2426, "column": 49 } } @@ -131015,16 +128218,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 73625, - 73642 + 73085, + 73102 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 20 }, "end": { - "line": 2438, + "line": 2427, "column": 37 } } @@ -131037,16 +128240,16 @@ "object": { "type": "ThisExpression", "range": [ - 73646, - 73650 + 73106, + 73110 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 41 }, "end": { - "line": 2438, + "line": 2427, "column": 45 } } @@ -131055,31 +128258,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 73651, - 73663 + 73111, + 73123 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 46 }, "end": { - "line": 2438, + "line": 2427, "column": 58 } } }, "range": [ - 73646, - 73663 + 73106, + 73123 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 41 }, "end": { - "line": 2438, + "line": 2427, "column": 58 } } @@ -131090,47 +128293,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 73664, - 73680 + 73124, + 73140 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 59 }, "end": { - "line": 2438, + "line": 2427, "column": 75 } } } ], "range": [ - 73646, - 73681 + 73106, + 73141 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 41 }, "end": { - "line": 2438, + "line": 2427, "column": 76 } } }, "range": [ - 73625, - 73681 + 73085, + 73141 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 20 }, "end": { - "line": 2438, + "line": 2427, "column": 76 } } @@ -131153,16 +128356,16 @@ "object": { "type": "ThisExpression", "range": [ - 73709, - 73713 + 73169, + 73173 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 24 }, "end": { - "line": 2439, + "line": 2428, "column": 28 } } @@ -131171,31 +128374,31 @@ "type": "Identifier", "name": "extension", "range": [ - 73714, - 73723 + 73174, + 73183 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 29 }, "end": { - "line": 2439, + "line": 2428, "column": 38 } } }, "range": [ - 73709, - 73723 + 73169, + 73183 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 24 }, "end": { - "line": 2439, + "line": 2428, "column": 38 } } @@ -131206,32 +128409,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 73724, - 73740 + 73184, + 73200 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 39 }, "end": { - "line": 2439, + "line": 2428, "column": 55 } } } ], "range": [ - 73709, - 73741 + 73169, + 73201 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 24 }, "end": { - "line": 2439, + "line": 2428, "column": 56 } } @@ -131240,31 +128443,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 73742, - 73753 + 73202, + 73213 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 57 }, "end": { - "line": 2439, + "line": 2428, "column": 68 } } }, "range": [ - 73709, - 73753 + 73169, + 73213 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 24 }, "end": { - "line": 2439, + "line": 2428, "column": 68 } } @@ -131274,32 +128477,32 @@ "type": "Identifier", "name": "k", "range": [ - 73754, - 73755 + 73214, + 73215 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 69 }, "end": { - "line": 2439, + "line": 2428, "column": 70 } } } ], "range": [ - 73709, - 73756 + 73169, + 73216 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 24 }, "end": { - "line": 2439, + "line": 2428, "column": 71 } } @@ -131311,80 +128514,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 73784, - 73793 + 73244, + 73253 ], "loc": { "start": { - "line": 2440, + "line": 2429, "column": 24 }, "end": { - "line": 2440, + "line": 2429, "column": 33 } } } ], "range": [ - 73758, - 73815 + 73218, + 73275 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 73 }, "end": { - "line": 2441, + "line": 2430, "column": 21 } } }, "alternate": null, "range": [ - 73705, - 73815 + 73165, + 73275 ], "loc": { "start": { - "line": 2439, + "line": 2428, "column": 20 }, "end": { - "line": 2441, + "line": 2430, "column": 21 } } } ], "range": [ - 73683, - 73833 + 73143, + 73293 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 78 }, "end": { - "line": 2442, + "line": 2431, "column": 17 } } }, "alternate": null, "range": [ - 73621, - 73833 + 73081, + 73293 ], "loc": { "start": { - "line": 2438, + "line": 2427, "column": 16 }, "end": { - "line": 2442, + "line": 2431, "column": 17 } } @@ -131398,16 +128601,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 73854, - 73863 + 73314, + 73323 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 20 }, "end": { - "line": 2443, + "line": 2432, "column": 29 } } @@ -131418,16 +128621,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 73866, - 73876 + 73326, + 73336 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 32 }, "end": { - "line": 2443, + "line": 2432, "column": 42 } } @@ -131440,16 +128643,16 @@ "type": "Identifier", "name": "cells", "range": [ - 73877, - 73882 + 73337, + 73342 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 43 }, "end": { - "line": 2443, + "line": 2432, "column": 48 } } @@ -131458,62 +128661,62 @@ "type": "Identifier", "name": "k", "range": [ - 73883, - 73884 + 73343, + 73344 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 49 }, "end": { - "line": 2443, + "line": 2432, "column": 50 } } }, "range": [ - 73877, - 73885 + 73337, + 73345 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 43 }, "end": { - "line": 2443, + "line": 2432, "column": 51 } } } ], "range": [ - 73866, - 73886 + 73326, + 73346 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 32 }, "end": { - "line": 2443, + "line": 2432, "column": 52 } } }, "range": [ - 73854, - 73886 + 73314, + 73346 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 20 }, "end": { - "line": 2443, + "line": 2432, "column": 52 } } @@ -131521,16 +128724,16 @@ ], "kind": "let", "range": [ - 73850, - 73887 + 73310, + 73347 ], "loc": { "start": { - "line": 2443, + "line": 2432, "column": 16 }, "end": { - "line": 2443, + "line": 2432, "column": 53 } } @@ -131549,16 +128752,16 @@ "type": "Identifier", "name": "rData", "range": [ - 73904, - 73909 + 73364, + 73369 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 16 }, "end": { - "line": 2444, + "line": 2433, "column": 21 } } @@ -131568,31 +128771,31 @@ "value": 1, "raw": "1", "range": [ - 73910, - 73911 + 73370, + 73371 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 22 }, "end": { - "line": 2444, + "line": 2433, "column": 23 } } }, "range": [ - 73904, - 73912 + 73364, + 73372 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 16 }, "end": { - "line": 2444, + "line": 2433, "column": 24 } } @@ -131601,31 +128804,31 @@ "type": "Identifier", "name": "push", "range": [ - 73913, - 73917 + 73373, + 73377 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 25 }, "end": { - "line": 2444, + "line": 2433, "column": 29 } } }, "range": [ - 73904, - 73917 + 73364, + 73377 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 16 }, "end": { - "line": 2444, + "line": 2433, "column": 29 } } @@ -131635,78 +128838,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 73918, - 73927 + 73378, + 73387 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 30 }, "end": { - "line": 2444, + "line": 2433, "column": 39 } } } ], "range": [ - 73904, - 73928 + 73364, + 73388 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 16 }, "end": { - "line": 2444, + "line": 2433, "column": 40 } } }, "range": [ - 73904, - 73929 + 73364, + 73389 ], "loc": { "start": { - "line": 2444, + "line": 2433, "column": 16 }, "end": { - "line": 2444, + "line": 2433, "column": 41 } } } ], "range": [ - 73603, - 73943 + 73063, + 73403 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 51 }, "end": { - "line": 2445, + "line": 2434, "column": 13 } } }, "range": [ - 73564, - 73943 + 73024, + 73403 ], "loc": { "start": { - "line": 2437, + "line": 2426, "column": 12 }, "end": { - "line": 2445, + "line": 2434, "column": 13 } } @@ -131722,16 +128925,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 73956, - 73968 + 73416, + 73428 ], "loc": { "start": { - "line": 2446, + "line": 2435, "column": 12 }, "end": { - "line": 2446, + "line": 2435, "column": 24 } } @@ -131740,31 +128943,31 @@ "type": "Identifier", "name": "push", "range": [ - 73969, - 73973 + 73429, + 73433 ], "loc": { "start": { - "line": 2446, + "line": 2435, "column": 25 }, "end": { - "line": 2446, + "line": 2435, "column": 29 } } }, "range": [ - 73956, - 73973 + 73416, + 73433 ], "loc": { "start": { - "line": 2446, + "line": 2435, "column": 12 }, "end": { - "line": 2446, + "line": 2435, "column": 29 } } @@ -131774,78 +128977,78 @@ "type": "Identifier", "name": "rData", "range": [ - 73974, - 73979 + 73434, + 73439 ], "loc": { "start": { - "line": 2446, + "line": 2435, "column": 30 }, "end": { - "line": 2446, + "line": 2435, "column": 35 } } } ], "range": [ - 73956, - 73980 + 73416, + 73440 ], "loc": { "start": { - "line": 2446, + "line": 2435, "column": 12 }, "end": { - "line": 2446, + "line": 2435, "column": 36 } } }, "range": [ - 73956, - 73981 + 73416, + 73441 ], "loc": { "start": { - "line": 2446, + "line": 2435, "column": 12 }, "end": { - "line": 2446, + "line": 2435, "column": 37 } } } ], "range": [ - 73436, - 73991 + 72896, + 73451 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 51 }, "end": { - "line": 2447, + "line": 2436, "column": 9 } } }, "range": [ - 73393, - 73991 + 72853, + 73451 ], "loc": { "start": { - "line": 2434, + "line": 2423, "column": 8 }, "end": { - "line": 2447, + "line": 2436, "column": 9 } } @@ -131856,47 +129059,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 74007, - 74019 + 73467, + 73479 ], "loc": { "start": { - "line": 2448, + "line": 2437, "column": 15 }, "end": { - "line": 2448, + "line": 2437, "column": 27 } } }, "range": [ - 74000, - 74020 + 73460, + 73480 ], "loc": { "start": { - "line": 2448, + "line": 2437, "column": 8 }, "end": { - "line": 2448, + "line": 2437, "column": 28 } } } ], "range": [ - 72904, - 74026 + 72364, + 73486 ], "loc": { "start": { - "line": 2419, + "line": 2408, "column": 6 }, "end": { - "line": 2449, + "line": 2438, "column": 5 } } @@ -131904,16 +129107,16 @@ "generator": false, "expression": false, "range": [ - 72807, - 74026 + 72267, + 73486 ], "loc": { "start": { - "line": 2415, + "line": 2404, "column": 16 }, "end": { - "line": 2449, + "line": 2438, "column": 5 } } @@ -131921,16 +129124,16 @@ "kind": "method", "computed": false, "range": [ - 72795, - 74026 + 72255, + 73486 ], "loc": { "start": { - "line": 2415, + "line": 2404, "column": 4 }, "end": { - "line": 2449, + "line": 2438, "column": 5 } }, @@ -131939,16 +129142,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 72312, - 72790 + 71772, + 72250 ], "loc": { "start": { - "line": 2401, + "line": 2390, "column": 4 }, "end": { - "line": 2414, + "line": 2403, "column": 7 } } @@ -131959,16 +129162,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 74032, - 74436 + 73492, + 73896 ], "loc": { "start": { - "line": 2451, + "line": 2440, "column": 4 }, "end": { - "line": 2459, + "line": 2448, "column": 7 } } @@ -131982,16 +129185,16 @@ "type": "Identifier", "name": "getFilteredColumnData", "range": [ - 74441, - 74462 + 73901, + 73922 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 4 }, "end": { - "line": 2460, + "line": 2449, "column": 25 } } @@ -132004,16 +129207,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 74463, - 74471 + 73923, + 73931 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 26 }, "end": { - "line": 2460, + "line": 2449, "column": 34 } } @@ -132024,16 +129227,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 74473, - 74487 + 73933, + 73947 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 36 }, "end": { - "line": 2460, + "line": 2449, "column": 50 } } @@ -132043,31 +129246,31 @@ "value": false, "raw": "false", "range": [ - 74490, - 74495 + 73950, + 73955 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 53 }, "end": { - "line": 2460, + "line": 2449, "column": 58 } } }, "range": [ - 74473, - 74495 + 73933, + 73955 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 36 }, "end": { - "line": 2460, + "line": 2449, "column": 58 } } @@ -132078,16 +129281,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 74497, - 74504 + 73957, + 73964 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 60 }, "end": { - "line": 2460, + "line": 2449, "column": 67 } } @@ -132096,31 +129299,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 74507, - 74509 + 73967, + 73969 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 70 }, "end": { - "line": 2460, + "line": 2449, "column": 72 } } }, "range": [ - 74497, - 74509 + 73957, + 73969 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 60 }, "end": { - "line": 2460, + "line": 2449, "column": 72 } } @@ -132139,16 +129342,16 @@ "object": { "type": "ThisExpression", "range": [ - 74528, - 74532 + 73988, + 73992 ], "loc": { "start": { - "line": 2461, + "line": 2450, "column": 15 }, "end": { - "line": 2461, + "line": 2450, "column": 19 } } @@ -132157,31 +129360,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 74533, - 74551 + 73993, + 74011 ], "loc": { "start": { - "line": 2461, + "line": 2450, "column": 20 }, "end": { - "line": 2461, + "line": 2450, "column": 38 } } }, "range": [ - 74528, - 74551 + 73988, + 74011 ], "loc": { "start": { - "line": 2461, + "line": 2450, "column": 15 }, "end": { - "line": 2461, + "line": 2450, "column": 38 } } @@ -132191,16 +129394,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 74565, - 74573 + 74025, + 74033 ], "loc": { "start": { - "line": 2462, + "line": 2451, "column": 12 }, "end": { - "line": 2462, + "line": 2451, "column": 20 } } @@ -132209,16 +129412,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 74575, - 74589 + 74035, + 74049 ], "loc": { "start": { - "line": 2462, + "line": 2451, "column": 22 }, "end": { - "line": 2462, + "line": 2451, "column": 36 } } @@ -132228,16 +129431,16 @@ "value": true, "raw": "true", "range": [ - 74591, - 74595 + 74051, + 74055 ], "loc": { "start": { - "line": 2462, + "line": 2451, "column": 38 }, "end": { - "line": 2462, + "line": 2451, "column": 42 } } @@ -132246,16 +129449,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 74597, - 74604 + 74057, + 74064 ], "loc": { "start": { - "line": 2462, + "line": 2451, "column": 44 }, "end": { - "line": 2462, + "line": 2451, "column": 51 } } @@ -132265,63 +129468,63 @@ "value": false, "raw": "false", "range": [ - 74606, - 74611 + 74066, + 74071 ], "loc": { "start": { - "line": 2462, + "line": 2451, "column": 53 }, "end": { - "line": 2462, + "line": 2451, "column": 58 } } } ], "range": [ - 74528, - 74612 + 73988, + 74072 ], "loc": { "start": { - "line": 2461, + "line": 2450, "column": 15 }, "end": { - "line": 2462, + "line": 2451, "column": 59 } } }, "range": [ - 74521, - 74613 + 73981, + 74073 ], "loc": { "start": { - "line": 2461, + "line": 2450, "column": 8 }, "end": { - "line": 2462, + "line": 2451, "column": 60 } } } ], "range": [ - 74511, - 74619 + 73971, + 74079 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 74 }, "end": { - "line": 2463, + "line": 2452, "column": 5 } } @@ -132329,16 +129532,16 @@ "generator": false, "expression": false, "range": [ - 74462, - 74619 + 73922, + 74079 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 25 }, "end": { - "line": 2463, + "line": 2452, "column": 5 } } @@ -132346,16 +129549,16 @@ "kind": "method", "computed": false, "range": [ - 74441, - 74619 + 73901, + 74079 ], "loc": { "start": { - "line": 2460, + "line": 2449, "column": 4 }, "end": { - "line": 2463, + "line": 2452, "column": 5 } }, @@ -132364,16 +129567,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 74032, - 74436 + 73492, + 73896 ], "loc": { "start": { - "line": 2451, + "line": 2440, "column": 4 }, "end": { - "line": 2459, + "line": 2448, "column": 7 } } @@ -132384,16 +129587,16 @@ "type": "Block", "value": "*\n * Return the filtered and visible data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 74625, - 75041 + 74085, + 74501 ], "loc": { "start": { - "line": 2465, + "line": 2454, "column": 4 }, "end": { - "line": 2473, + "line": 2462, "column": 7 } } @@ -132407,16 +129610,16 @@ "type": "Identifier", "name": "getVisibleColumnData", "range": [ - 75046, - 75066 + 74506, + 74526 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 4 }, "end": { - "line": 2474, + "line": 2463, "column": 24 } } @@ -132429,16 +129632,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 75067, - 75075 + 74527, + 74535 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 25 }, "end": { - "line": 2474, + "line": 2463, "column": 33 } } @@ -132449,16 +129652,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75077, - 75091 + 74537, + 74551 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 35 }, "end": { - "line": 2474, + "line": 2463, "column": 49 } } @@ -132468,31 +129671,31 @@ "value": false, "raw": "false", "range": [ - 75094, - 75099 + 74554, + 74559 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 52 }, "end": { - "line": 2474, + "line": 2463, "column": 57 } } }, "range": [ - 75077, - 75099 + 74537, + 74559 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 35 }, "end": { - "line": 2474, + "line": 2463, "column": 57 } } @@ -132503,16 +129706,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 75101, - 75108 + 74561, + 74568 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 59 }, "end": { - "line": 2474, + "line": 2463, "column": 66 } } @@ -132521,31 +129724,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75111, - 75113 + 74571, + 74573 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 69 }, "end": { - "line": 2474, + "line": 2463, "column": 71 } } }, "range": [ - 75101, - 75113 + 74561, + 74573 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 59 }, "end": { - "line": 2474, + "line": 2463, "column": 71 } } @@ -132564,16 +129767,16 @@ "object": { "type": "ThisExpression", "range": [ - 75132, - 75136 + 74592, + 74596 ], "loc": { "start": { - "line": 2475, + "line": 2464, "column": 15 }, "end": { - "line": 2475, + "line": 2464, "column": 19 } } @@ -132582,31 +129785,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 75137, - 75155 + 74597, + 74615 ], "loc": { "start": { - "line": 2475, + "line": 2464, "column": 20 }, "end": { - "line": 2475, + "line": 2464, "column": 38 } } }, "range": [ - 75132, - 75155 + 74592, + 74615 ], "loc": { "start": { - "line": 2475, + "line": 2464, "column": 15 }, "end": { - "line": 2475, + "line": 2464, "column": 38 } } @@ -132616,16 +129819,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 75169, - 75177 + 74629, + 74637 ], "loc": { "start": { - "line": 2476, + "line": 2465, "column": 12 }, "end": { - "line": 2476, + "line": 2465, "column": 20 } } @@ -132634,16 +129837,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75179, - 75193 + 74639, + 74653 ], "loc": { "start": { - "line": 2476, + "line": 2465, "column": 22 }, "end": { - "line": 2476, + "line": 2465, "column": 36 } } @@ -132653,16 +129856,16 @@ "value": true, "raw": "true", "range": [ - 75195, - 75199 + 74655, + 74659 ], "loc": { "start": { - "line": 2476, + "line": 2465, "column": 38 }, "end": { - "line": 2476, + "line": 2465, "column": 42 } } @@ -132671,16 +129874,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 75201, - 75208 + 74661, + 74668 ], "loc": { "start": { - "line": 2476, + "line": 2465, "column": 44 }, "end": { - "line": 2476, + "line": 2465, "column": 51 } } @@ -132690,63 +129893,63 @@ "value": true, "raw": "true", "range": [ - 75210, - 75214 + 74670, + 74674 ], "loc": { "start": { - "line": 2476, + "line": 2465, "column": 53 }, "end": { - "line": 2476, + "line": 2465, "column": 57 } } } ], "range": [ - 75132, - 75215 + 74592, + 74675 ], "loc": { "start": { - "line": 2475, + "line": 2464, "column": 15 }, "end": { - "line": 2476, + "line": 2465, "column": 58 } } }, "range": [ - 75125, - 75216 + 74585, + 74676 ], "loc": { "start": { - "line": 2475, + "line": 2464, "column": 8 }, "end": { - "line": 2476, + "line": 2465, "column": 59 } } } ], "range": [ - 75115, - 75222 + 74575, + 74682 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 73 }, "end": { - "line": 2477, + "line": 2466, "column": 5 } } @@ -132754,16 +129957,16 @@ "generator": false, "expression": false, "range": [ - 75066, - 75222 + 74526, + 74682 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 24 }, "end": { - "line": 2477, + "line": 2466, "column": 5 } } @@ -132771,16 +129974,16 @@ "kind": "method", "computed": false, "range": [ - 75046, - 75222 + 74506, + 74682 ], "loc": { "start": { - "line": 2474, + "line": 2463, "column": 4 }, "end": { - "line": 2477, + "line": 2466, "column": 5 } }, @@ -132789,16 +129992,16 @@ "type": "Block", "value": "*\n * Return the filtered and visible data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 74625, - 75041 + 74085, + 74501 ], "loc": { "start": { - "line": 2465, + "line": 2454, "column": 4 }, "end": { - "line": 2473, + "line": 2462, "column": 7 } } @@ -132809,16 +130012,16 @@ "type": "Block", "value": "*\n * Return the filtered values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 75228, - 75637 + 74688, + 75097 ], "loc": { "start": { - "line": 2479, + "line": 2468, "column": 4 }, "end": { - "line": 2487, + "line": 2476, "column": 7 } } @@ -132832,16 +130035,16 @@ "type": "Identifier", "name": "getFilteredColumnValues", "range": [ - 75642, - 75665 + 75102, + 75125 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 4 }, "end": { - "line": 2488, + "line": 2477, "column": 27 } } @@ -132854,16 +130057,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 75666, - 75674 + 75126, + 75134 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 28 }, "end": { - "line": 2488, + "line": 2477, "column": 36 } } @@ -132874,16 +130077,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75676, - 75690 + 75136, + 75150 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 38 }, "end": { - "line": 2488, + "line": 2477, "column": 52 } } @@ -132893,31 +130096,31 @@ "value": false, "raw": "false", "range": [ - 75693, - 75698 + 75153, + 75158 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 55 }, "end": { - "line": 2488, + "line": 2477, "column": 60 } } }, "range": [ - 75676, - 75698 + 75136, + 75158 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 38 }, "end": { - "line": 2488, + "line": 2477, "column": 60 } } @@ -132928,16 +130131,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 75700, - 75707 + 75160, + 75167 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 62 }, "end": { - "line": 2488, + "line": 2477, "column": 69 } } @@ -132946,31 +130149,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75710, - 75712 + 75170, + 75172 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 72 }, "end": { - "line": 2488, + "line": 2477, "column": 74 } } }, "range": [ - 75700, - 75712 + 75160, + 75172 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 62 }, "end": { - "line": 2488, + "line": 2477, "column": 74 } } @@ -132989,16 +130192,16 @@ "object": { "type": "ThisExpression", "range": [ - 75731, - 75735 + 75191, + 75195 ], "loc": { "start": { - "line": 2489, + "line": 2478, "column": 15 }, "end": { - "line": 2489, + "line": 2478, "column": 19 } } @@ -133007,31 +130210,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 75736, - 75754 + 75196, + 75214 ], "loc": { "start": { - "line": 2489, + "line": 2478, "column": 20 }, "end": { - "line": 2489, + "line": 2478, "column": 38 } } }, "range": [ - 75731, - 75754 + 75191, + 75214 ], "loc": { "start": { - "line": 2489, + "line": 2478, "column": 15 }, "end": { - "line": 2489, + "line": 2478, "column": 38 } } @@ -133041,16 +130244,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 75768, - 75776 + 75228, + 75236 ], "loc": { "start": { - "line": 2490, + "line": 2479, "column": 12 }, "end": { - "line": 2490, + "line": 2479, "column": 20 } } @@ -133059,16 +130262,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75778, - 75792 + 75238, + 75252 ], "loc": { "start": { - "line": 2490, + "line": 2479, "column": 22 }, "end": { - "line": 2490, + "line": 2479, "column": 36 } } @@ -133078,16 +130281,16 @@ "value": false, "raw": "false", "range": [ - 75794, - 75799 + 75254, + 75259 ], "loc": { "start": { - "line": 2490, + "line": 2479, "column": 38 }, "end": { - "line": 2490, + "line": 2479, "column": 43 } } @@ -133096,16 +130299,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 75801, - 75808 + 75261, + 75268 ], "loc": { "start": { - "line": 2490, + "line": 2479, "column": 45 }, "end": { - "line": 2490, + "line": 2479, "column": 52 } } @@ -133115,63 +130318,63 @@ "value": false, "raw": "false", "range": [ - 75810, - 75815 + 75270, + 75275 ], "loc": { "start": { - "line": 2490, + "line": 2479, "column": 54 }, "end": { - "line": 2490, + "line": 2479, "column": 59 } } } ], "range": [ - 75731, - 75816 + 75191, + 75276 ], "loc": { "start": { - "line": 2489, + "line": 2478, "column": 15 }, "end": { - "line": 2490, + "line": 2479, "column": 60 } } }, "range": [ - 75724, - 75817 + 75184, + 75277 ], "loc": { "start": { - "line": 2489, + "line": 2478, "column": 8 }, "end": { - "line": 2490, + "line": 2479, "column": 61 } } } ], "range": [ - 75714, - 75823 + 75174, + 75283 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 76 }, "end": { - "line": 2491, + "line": 2480, "column": 5 } } @@ -133179,16 +130382,16 @@ "generator": false, "expression": false, "range": [ - 75665, - 75823 + 75125, + 75283 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 27 }, "end": { - "line": 2491, + "line": 2480, "column": 5 } } @@ -133196,16 +130399,16 @@ "kind": "method", "computed": false, "range": [ - 75642, - 75823 + 75102, + 75283 ], "loc": { "start": { - "line": 2488, + "line": 2477, "column": 4 }, "end": { - "line": 2491, + "line": 2480, "column": 5 } }, @@ -133214,16 +130417,16 @@ "type": "Block", "value": "*\n * Return the filtered values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 75228, - 75637 + 74688, + 75097 ], "loc": { "start": { - "line": 2479, + "line": 2468, "column": 4 }, "end": { - "line": 2487, + "line": 2476, "column": 7 } } @@ -133234,16 +130437,16 @@ "type": "Block", "value": "*\n * Return the filtered and visible values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 75829, - 76250 + 75289, + 75710 ], "loc": { "start": { - "line": 2493, + "line": 2482, "column": 4 }, "end": { - "line": 2501, + "line": 2490, "column": 7 } } @@ -133257,16 +130460,16 @@ "type": "Identifier", "name": "getVisibleColumnValues", "range": [ - 76255, - 76277 + 75715, + 75737 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 4 }, "end": { - "line": 2502, + "line": 2491, "column": 26 } } @@ -133279,16 +130482,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 76278, - 76286 + 75738, + 75746 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 27 }, "end": { - "line": 2502, + "line": 2491, "column": 35 } } @@ -133299,16 +130502,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 76288, - 76302 + 75748, + 75762 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 37 }, "end": { - "line": 2502, + "line": 2491, "column": 51 } } @@ -133318,31 +130521,31 @@ "value": false, "raw": "false", "range": [ - 76305, - 76310 + 75765, + 75770 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 54 }, "end": { - "line": 2502, + "line": 2491, "column": 59 } } }, "range": [ - 76288, - 76310 + 75748, + 75770 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 37 }, "end": { - "line": 2502, + "line": 2491, "column": 59 } } @@ -133353,16 +130556,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 76312, - 76319 + 75772, + 75779 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 61 }, "end": { - "line": 2502, + "line": 2491, "column": 68 } } @@ -133371,31 +130574,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76322, - 76324 + 75782, + 75784 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 71 }, "end": { - "line": 2502, + "line": 2491, "column": 73 } } }, "range": [ - 76312, - 76324 + 75772, + 75784 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 61 }, "end": { - "line": 2502, + "line": 2491, "column": 73 } } @@ -133414,16 +130617,16 @@ "object": { "type": "ThisExpression", "range": [ - 76343, - 76347 + 75803, + 75807 ], "loc": { "start": { - "line": 2503, + "line": 2492, "column": 15 }, "end": { - "line": 2503, + "line": 2492, "column": 19 } } @@ -133432,31 +130635,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 76348, - 76366 + 75808, + 75826 ], "loc": { "start": { - "line": 2503, + "line": 2492, "column": 20 }, "end": { - "line": 2503, + "line": 2492, "column": 38 } } }, "range": [ - 76343, - 76366 + 75803, + 75826 ], "loc": { "start": { - "line": 2503, + "line": 2492, "column": 15 }, "end": { - "line": 2503, + "line": 2492, "column": 38 } } @@ -133466,16 +130669,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 76380, - 76388 + 75840, + 75848 ], "loc": { "start": { - "line": 2504, + "line": 2493, "column": 12 }, "end": { - "line": 2504, + "line": 2493, "column": 20 } } @@ -133484,16 +130687,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 76390, - 76404 + 75850, + 75864 ], "loc": { "start": { - "line": 2504, + "line": 2493, "column": 22 }, "end": { - "line": 2504, + "line": 2493, "column": 36 } } @@ -133503,16 +130706,16 @@ "value": false, "raw": "false", "range": [ - 76406, - 76411 + 75866, + 75871 ], "loc": { "start": { - "line": 2504, + "line": 2493, "column": 38 }, "end": { - "line": 2504, + "line": 2493, "column": 43 } } @@ -133521,16 +130724,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 76413, - 76420 + 75873, + 75880 ], "loc": { "start": { - "line": 2504, + "line": 2493, "column": 45 }, "end": { - "line": 2504, + "line": 2493, "column": 52 } } @@ -133540,63 +130743,63 @@ "value": true, "raw": "true", "range": [ - 76422, - 76426 + 75882, + 75886 ], "loc": { "start": { - "line": 2504, + "line": 2493, "column": 54 }, "end": { - "line": 2504, + "line": 2493, "column": 58 } } } ], "range": [ - 76343, - 76427 + 75803, + 75887 ], "loc": { "start": { - "line": 2503, + "line": 2492, "column": 15 }, "end": { - "line": 2504, + "line": 2493, "column": 59 } } }, "range": [ - 76336, - 76428 + 75796, + 75888 ], "loc": { "start": { - "line": 2503, + "line": 2492, "column": 8 }, "end": { - "line": 2504, + "line": 2493, "column": 60 } } } ], "range": [ - 76326, - 76434 + 75786, + 75894 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 75 }, "end": { - "line": 2505, + "line": 2494, "column": 5 } } @@ -133604,16 +130807,16 @@ "generator": false, "expression": false, "range": [ - 76277, - 76434 + 75737, + 75894 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 26 }, "end": { - "line": 2505, + "line": 2494, "column": 5 } } @@ -133621,16 +130824,16 @@ "kind": "method", "computed": false, "range": [ - 76255, - 76434 + 75715, + 75894 ], "loc": { "start": { - "line": 2502, + "line": 2491, "column": 4 }, "end": { - "line": 2505, + "line": 2494, "column": 5 } }, @@ -133639,16 +130842,16 @@ "type": "Block", "value": "*\n * Return the filtered and visible values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 75829, - 76250 + 75289, + 75710 ], "loc": { "start": { - "line": 2493, + "line": 2482, "column": 4 }, "end": { - "line": 2501, + "line": 2490, "column": 7 } } @@ -133659,16 +130862,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 76440, - 77046 + 75900, + 76506 ], "loc": { "start": { - "line": 2507, + "line": 2496, "column": 4 }, "end": { - "line": 2519, + "line": 2508, "column": 7 } } @@ -133682,16 +130885,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 77051, - 77069 + 76511, + 76529 ], "loc": { "start": { - "line": 2520, + "line": 2509, "column": 4 }, "end": { - "line": 2520, + "line": 2509, "column": 22 } } @@ -133704,16 +130907,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77079, - 77087 + 76539, + 76547 ], "loc": { "start": { - "line": 2521, + "line": 2510, "column": 8 }, "end": { - "line": 2521, + "line": 2510, "column": 16 } } @@ -133724,16 +130927,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 77097, - 77111 + 76557, + 76571 ], "loc": { "start": { - "line": 2522, + "line": 2511, "column": 8 }, "end": { - "line": 2522, + "line": 2511, "column": 22 } } @@ -133743,31 +130946,31 @@ "value": false, "raw": "false", "range": [ - 77114, - 77119 + 76574, + 76579 ], "loc": { "start": { - "line": 2522, + "line": 2511, "column": 25 }, "end": { - "line": 2522, + "line": 2511, "column": 30 } } }, "range": [ - 77097, - 77119 + 76557, + 76579 ], "loc": { "start": { - "line": 2522, + "line": 2511, "column": 8 }, "end": { - "line": 2522, + "line": 2511, "column": 30 } } @@ -133778,16 +130981,16 @@ "type": "Identifier", "name": "typed", "range": [ - 77129, - 77134 + 76589, + 76594 ], "loc": { "start": { - "line": 2523, + "line": 2512, "column": 8 }, "end": { - "line": 2523, + "line": 2512, "column": 13 } } @@ -133797,31 +131000,31 @@ "value": false, "raw": "false", "range": [ - 77137, - 77142 + 76597, + 76602 ], "loc": { "start": { - "line": 2523, + "line": 2512, "column": 16 }, "end": { - "line": 2523, + "line": 2512, "column": 21 } } }, "range": [ - 77129, - 77142 + 76589, + 76602 ], "loc": { "start": { - "line": 2523, + "line": 2512, "column": 8 }, "end": { - "line": 2523, + "line": 2512, "column": 21 } } @@ -133832,16 +131035,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 77152, - 77159 + 76612, + 76619 ], "loc": { "start": { - "line": 2524, + "line": 2513, "column": 8 }, "end": { - "line": 2524, + "line": 2513, "column": 15 } } @@ -133850,31 +131053,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 77162, - 77164 + 76622, + 76624 ], "loc": { "start": { - "line": 2524, + "line": 2513, "column": 18 }, "end": { - "line": 2524, + "line": 2513, "column": 20 } } }, "range": [ - 77152, - 77164 + 76612, + 76624 ], "loc": { "start": { - "line": 2524, + "line": 2513, "column": 8 }, "end": { - "line": 2524, + "line": 2513, "column": 20 } } @@ -133885,16 +131088,16 @@ "type": "Identifier", "name": "visible", "range": [ - 77174, - 77181 + 76634, + 76641 ], "loc": { "start": { - "line": 2525, + "line": 2514, "column": 8 }, "end": { - "line": 2525, + "line": 2514, "column": 15 } } @@ -133904,31 +131107,31 @@ "value": true, "raw": "true", "range": [ - 77184, - 77188 + 76644, + 76648 ], "loc": { "start": { - "line": 2525, + "line": 2514, "column": 18 }, "end": { - "line": 2525, + "line": 2514, "column": 22 } } }, "range": [ - 77174, - 77188 + 76634, + 76648 ], "loc": { "start": { - "line": 2525, + "line": 2514, "column": 8 }, "end": { - "line": 2525, + "line": 2514, "column": 22 } } @@ -133945,16 +131148,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 77209, - 77216 + 76669, + 76676 ], "loc": { "start": { - "line": 2527, + "line": 2516, "column": 12 }, "end": { - "line": 2527, + "line": 2516, "column": 19 } } @@ -133964,32 +131167,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77217, - 77225 + 76677, + 76685 ], "loc": { "start": { - "line": 2527, + "line": 2516, "column": 20 }, "end": { - "line": 2527, + "line": 2516, "column": 28 } } } ], "range": [ - 77209, - 77226 + 76669, + 76686 ], "loc": { "start": { - "line": 2527, + "line": 2516, "column": 12 }, "end": { - "line": 2527, + "line": 2516, "column": 29 } } @@ -134003,63 +131206,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 77249, - 77251 + 76709, + 76711 ], "loc": { "start": { - "line": 2528, + "line": 2517, "column": 19 }, "end": { - "line": 2528, + "line": 2517, "column": 21 } } }, "range": [ - 77242, - 77252 + 76702, + 76712 ], "loc": { "start": { - "line": 2528, + "line": 2517, "column": 12 }, "end": { - "line": 2528, + "line": 2517, "column": 22 } } } ], "range": [ - 77228, - 77262 + 76688, + 76722 ], "loc": { "start": { - "line": 2527, + "line": 2516, "column": 31 }, "end": { - "line": 2529, + "line": 2518, "column": 9 } } }, "alternate": null, "range": [ - 77205, - 77262 + 76665, + 76722 ], "loc": { "start": { - "line": 2527, + "line": 2516, "column": 8 }, "end": { - "line": 2529, + "line": 2518, "column": 9 } } @@ -134073,16 +131276,16 @@ "type": "Identifier", "name": "rows", "range": [ - 77276, - 77280 + 76736, + 76740 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 12 }, "end": { - "line": 2531, + "line": 2520, "column": 16 } } @@ -134098,16 +131301,16 @@ "object": { "type": "ThisExpression", "range": [ - 77283, - 77287 + 76743, + 76747 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 19 }, "end": { - "line": 2531, + "line": 2520, "column": 23 } } @@ -134116,47 +131319,47 @@ "type": "Identifier", "name": "dom", "range": [ - 77288, - 77291 + 76748, + 76751 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 24 }, "end": { - "line": 2531, + "line": 2520, "column": 27 } } }, "range": [ - 77283, - 77291 + 76743, + 76751 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 19 }, "end": { - "line": 2531, + "line": 2520, "column": 27 } } }, "arguments": [], "range": [ - 77283, - 77293 + 76743, + 76753 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 19 }, "end": { - "line": 2531, + "line": 2520, "column": 29 } } @@ -134165,46 +131368,46 @@ "type": "Identifier", "name": "rows", "range": [ - 77294, - 77298 + 76754, + 76758 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 30 }, "end": { - "line": 2531, + "line": 2520, "column": 34 } } }, "range": [ - 77283, - 77298 + 76743, + 76758 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 19 }, "end": { - "line": 2531, + "line": 2520, "column": 34 } } }, "range": [ - 77276, - 77298 + 76736, + 76758 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 12 }, "end": { - "line": 2531, + "line": 2520, "column": 34 } } @@ -134212,16 +131415,16 @@ ], "kind": "let", "range": [ - 77272, - 77299 + 76732, + 76759 ], "loc": { "start": { - "line": 2531, + "line": 2520, "column": 8 }, "end": { - "line": 2531, + "line": 2520, "column": 35 } } @@ -134235,16 +131438,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 77312, - 77322 + 76772, + 76782 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 12 }, "end": { - "line": 2532, + "line": 2521, "column": 22 } } @@ -134255,16 +131458,16 @@ "type": "Identifier", "name": "typed", "range": [ - 77325, - 77330 + 76785, + 76790 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 25 }, "end": { - "line": 2532, + "line": 2521, "column": 30 } } @@ -134280,16 +131483,16 @@ "object": { "type": "ThisExpression", "range": [ - 77333, - 77337 + 76793, + 76797 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 33 }, "end": { - "line": 2532, + "line": 2521, "column": 37 } } @@ -134298,31 +131501,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 77338, - 77349 + 76798, + 76809 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 38 }, "end": { - "line": 2532, + "line": 2521, "column": 49 } } }, "range": [ - 77333, - 77349 + 76793, + 76809 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 33 }, "end": { - "line": 2532, + "line": 2521, "column": 49 } } @@ -134331,31 +131534,31 @@ "type": "Identifier", "name": "bind", "range": [ - 77350, - 77354 + 76810, + 76814 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 50 }, "end": { - "line": 2532, + "line": 2521, "column": 54 } } }, "range": [ - 77333, - 77354 + 76793, + 76814 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 33 }, "end": { - "line": 2532, + "line": 2521, "column": 54 } } @@ -134364,32 +131567,32 @@ { "type": "ThisExpression", "range": [ - 77355, - 77359 + 76815, + 76819 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 55 }, "end": { - "line": 2532, + "line": 2521, "column": 59 } } } ], "range": [ - 77333, - 77360 + 76793, + 76820 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 33 }, "end": { - "line": 2532, + "line": 2521, "column": 60 } } @@ -134405,16 +131608,16 @@ "object": { "type": "ThisExpression", "range": [ - 77375, - 77379 + 76835, + 76839 ], "loc": { "start": { - "line": 2533, + "line": 2522, "column": 12 }, "end": { - "line": 2533, + "line": 2522, "column": 16 } } @@ -134423,31 +131626,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 77380, - 77392 + 76840, + 76852 ], "loc": { "start": { - "line": 2533, + "line": 2522, "column": 17 }, "end": { - "line": 2533, + "line": 2522, "column": 29 } } }, "range": [ - 77375, - 77392 + 76835, + 76852 ], "loc": { "start": { - "line": 2533, + "line": 2522, "column": 12 }, "end": { - "line": 2533, + "line": 2522, "column": 29 } } @@ -134456,31 +131659,31 @@ "type": "Identifier", "name": "bind", "range": [ - 77393, - 77397 + 76853, + 76857 ], "loc": { "start": { - "line": 2533, + "line": 2522, "column": 30 }, "end": { - "line": 2533, + "line": 2522, "column": 34 } } }, "range": [ - 77375, - 77397 + 76835, + 76857 ], "loc": { "start": { - "line": 2533, + "line": 2522, "column": 12 }, "end": { - "line": 2533, + "line": 2522, "column": 34 } } @@ -134489,62 +131692,62 @@ { "type": "ThisExpression", "range": [ - 77398, - 77402 + 76858, + 76862 ], "loc": { "start": { - "line": 2533, + "line": 2522, "column": 35 }, "end": { - "line": 2533, + "line": 2522, "column": 39 } } } ], "range": [ - 77375, - 77403 + 76835, + 76863 ], "loc": { "start": { - "line": 2533, + "line": 2522, "column": 12 }, "end": { - "line": 2533, + "line": 2522, "column": 40 } } }, "range": [ - 77325, - 77403 + 76785, + 76863 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 25 }, "end": { - "line": 2533, + "line": 2522, "column": 40 } } }, "range": [ - 77312, - 77403 + 76772, + 76863 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 12 }, "end": { - "line": 2533, + "line": 2522, "column": 40 } } @@ -134552,16 +131755,16 @@ ], "kind": "let", "range": [ - 77308, - 77404 + 76768, + 76864 ], "loc": { "start": { - "line": 2532, + "line": 2521, "column": 8 }, "end": { - "line": 2533, + "line": 2522, "column": 41 } }, @@ -134570,16 +131773,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 77414, - 77480 + 76874, + 76940 ], "loc": { "start": { - "line": 2535, + "line": 2524, "column": 8 }, "end": { - "line": 2535, + "line": 2524, "column": 74 } } @@ -134588,16 +131791,16 @@ "type": "Line", "value": " displayed", "range": [ - 77489, - 77501 + 76949, + 76961 ], "loc": { "start": { - "line": 2536, + "line": 2525, "column": 8 }, "end": { - "line": 2536, + "line": 2525, "column": 20 } } @@ -134613,16 +131816,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 77514, - 77523 + 76974, + 76983 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 12 }, "end": { - "line": 2537, + "line": 2526, "column": 21 } } @@ -134640,16 +131843,16 @@ "object": { "type": "ThisExpression", "range": [ - 77526, - 77530 + 76986, + 76990 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 24 }, "end": { - "line": 2537, + "line": 2526, "column": 28 } } @@ -134658,31 +131861,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 77531, - 77543 + 76991, + 77003 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 29 }, "end": { - "line": 2537, + "line": 2526, "column": 41 } } }, "range": [ - 77526, - 77543 + 76986, + 77003 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 24 }, "end": { - "line": 2537, + "line": 2526, "column": 41 } } @@ -134693,32 +131896,32 @@ "value": true, "raw": "true", "range": [ - 77544, - 77548 + 77004, + 77008 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 42 }, "end": { - "line": 2537, + "line": 2526, "column": 46 } } } ], "range": [ - 77526, - 77549 + 76986, + 77009 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 24 }, "end": { - "line": 2537, + "line": 2526, "column": 47 } } @@ -134727,31 +131930,31 @@ "type": "Identifier", "name": "filter", "range": [ - 77550, - 77556 + 77010, + 77016 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 48 }, "end": { - "line": 2537, + "line": 2526, "column": 54 } } }, "range": [ - 77526, - 77556 + 76986, + 77016 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 24 }, "end": { - "line": 2537, + "line": 2526, "column": 54 } } @@ -134765,16 +131968,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 77558, - 77564 + 77018, + 77024 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 56 }, "end": { - "line": 2537, + "line": 2526, "column": 62 } } @@ -134800,16 +132003,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 77590, - 77597 + 77050, + 77057 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 19 }, "end": { - "line": 2538, + "line": 2527, "column": 26 } } @@ -134818,31 +132021,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 77598, - 77605 + 77058, + 77065 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 27 }, "end": { - "line": 2538, + "line": 2527, "column": 34 } } }, "range": [ - 77590, - 77605 + 77050, + 77065 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 19 }, "end": { - "line": 2538, + "line": 2527, "column": 34 } } @@ -134852,32 +132055,32 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 77606, - 77612 + 77066, + 77072 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 35 }, "end": { - "line": 2538, + "line": 2527, "column": 41 } } } ], "range": [ - 77590, - 77613 + 77050, + 77073 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 19 }, "end": { - "line": 2538, + "line": 2527, "column": 42 } } @@ -134890,47 +132093,47 @@ "value": 1, "raw": "1", "range": [ - 77619, - 77620 + 77079, + 77080 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 48 }, "end": { - "line": 2538, + "line": 2527, "column": 49 } } }, "prefix": true, "range": [ - 77618, - 77620 + 77078, + 77080 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 47 }, "end": { - "line": 2538, + "line": 2527, "column": 49 } } }, "range": [ - 77590, - 77620 + 77050, + 77080 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 19 }, "end": { - "line": 2538, + "line": 2527, "column": 49 } } @@ -134941,16 +132144,16 @@ "type": "Identifier", "name": "visible", "range": [ - 77641, - 77648 + 77101, + 77108 ], "loc": { "start": { - "line": 2539, + "line": 2528, "column": 17 }, "end": { - "line": 2539, + "line": 2528, "column": 24 } } @@ -134966,16 +132169,16 @@ "object": { "type": "ThisExpression", "range": [ - 77671, - 77675 + 77131, + 77135 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 20 }, "end": { - "line": 2540, + "line": 2529, "column": 24 } } @@ -134984,31 +132187,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 77676, - 77689 + 77136, + 77149 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 25 }, "end": { - "line": 2540, + "line": 2529, "column": 38 } } }, "range": [ - 77671, - 77689 + 77131, + 77149 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 20 }, "end": { - "line": 2540, + "line": 2529, "column": 38 } } @@ -135021,16 +132224,16 @@ "type": "Identifier", "name": "rows", "range": [ - 77690, - 77694 + 77150, + 77154 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 39 }, "end": { - "line": 2540, + "line": 2529, "column": 43 } } @@ -135039,47 +132242,47 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 77695, - 77701 + 77155, + 77161 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 44 }, "end": { - "line": 2540, + "line": 2529, "column": 50 } } }, "range": [ - 77690, - 77702 + 77150, + 77162 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 39 }, "end": { - "line": 2540, + "line": 2529, "column": 51 } } } ], "range": [ - 77671, - 77703 + 77131, + 77163 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 20 }, "end": { - "line": 2540, + "line": 2529, "column": 52 } } @@ -135089,31 +132292,31 @@ "value": "none", "raw": "'none'", "range": [ - 77708, - 77714 + 77168, + 77174 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 57 }, "end": { - "line": 2540, + "line": 2529, "column": 63 } } }, "range": [ - 77671, - 77714 + 77131, + 77174 ], "loc": { "start": { - "line": 2540, + "line": 2529, "column": 20 }, "end": { - "line": 2540, + "line": 2529, "column": 63 } } @@ -135123,77 +132326,77 @@ "value": true, "raw": "true", "range": [ - 77737, - 77741 + 77197, + 77201 ], "loc": { "start": { - "line": 2541, + "line": 2530, "column": 20 }, "end": { - "line": 2541, + "line": 2530, "column": 24 } } }, "range": [ - 77641, - 77741 + 77101, + 77201 ], "loc": { "start": { - "line": 2539, + "line": 2528, "column": 17 }, "end": { - "line": 2541, + "line": 2530, "column": 24 } } }, "range": [ - 77590, - 77742 + 77050, + 77202 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 19 }, "end": { - "line": 2541, + "line": 2530, "column": 25 } } }, "range": [ - 77583, - 77743 + 77043, + 77203 ], "loc": { "start": { - "line": 2538, + "line": 2527, "column": 12 }, "end": { - "line": 2541, + "line": 2530, "column": 26 } } } ], "range": [ - 77569, - 77753 + 77029, + 77213 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 67 }, "end": { - "line": 2542, + "line": 2531, "column": 9 } } @@ -135201,47 +132404,47 @@ "generator": false, "expression": false, "range": [ - 77557, - 77753 + 77017, + 77213 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 55 }, "end": { - "line": 2542, + "line": 2531, "column": 9 } } } ], "range": [ - 77526, - 77754 + 76986, + 77214 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 24 }, "end": { - "line": 2542, + "line": 2531, "column": 10 } } }, "range": [ - 77514, - 77754 + 76974, + 77214 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 12 }, "end": { - "line": 2542, + "line": 2531, "column": 10 } } @@ -135249,16 +132452,16 @@ ], "kind": "let", "range": [ - 77510, - 77755 + 76970, + 77215 ], "loc": { "start": { - "line": 2537, + "line": 2526, "column": 8 }, "end": { - "line": 2542, + "line": 2531, "column": 11 } }, @@ -135267,16 +132470,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 77414, - 77480 + 76874, + 76940 ], "loc": { "start": { - "line": 2535, + "line": 2524, "column": 8 }, "end": { - "line": 2535, + "line": 2524, "column": 74 } } @@ -135285,16 +132488,16 @@ "type": "Line", "value": " displayed", "range": [ - 77489, - 77501 + 76949, + 76961 ], "loc": { "start": { - "line": 2536, + "line": 2525, "column": 8 }, "end": { - "line": 2536, + "line": 2525, "column": 20 } } @@ -135305,16 +132508,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 77765, - 77818 + 77225, + 77278 ], "loc": { "start": { - "line": 2544, + "line": 2533, "column": 8 }, "end": { - "line": 2544, + "line": 2533, "column": 61 } } @@ -135330,16 +132533,16 @@ "type": "Identifier", "name": "validColValues", "range": [ - 77831, - 77845 + 77291, + 77305 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 12 }, "end": { - "line": 2545, + "line": 2534, "column": 26 } } @@ -135353,16 +132556,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 77848, - 77857 + 77308, + 77317 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 29 }, "end": { - "line": 2545, + "line": 2534, "column": 38 } } @@ -135371,31 +132574,31 @@ "type": "Identifier", "name": "map", "range": [ - 77858, - 77861 + 77318, + 77321 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 39 }, "end": { - "line": 2545, + "line": 2534, "column": 42 } } }, "range": [ - 77848, - 77861 + 77308, + 77321 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 29 }, "end": { - "line": 2545, + "line": 2534, "column": 42 } } @@ -135409,16 +132612,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 77863, - 77869 + 77323, + 77329 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 44 }, "end": { - "line": 2545, + "line": 2534, "column": 50 } } @@ -135435,16 +132638,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 77895, - 77905 + 77355, + 77365 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 19 }, "end": { - "line": 2546, + "line": 2535, "column": 29 } } @@ -135463,16 +132666,16 @@ "type": "Identifier", "name": "rows", "range": [ - 77906, - 77910 + 77366, + 77370 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 30 }, "end": { - "line": 2546, + "line": 2535, "column": 34 } } @@ -135481,31 +132684,31 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 77911, - 77917 + 77371, + 77377 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 35 }, "end": { - "line": 2546, + "line": 2535, "column": 41 } } }, "range": [ - 77906, - 77918 + 77366, + 77378 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 30 }, "end": { - "line": 2546, + "line": 2535, "column": 42 } } @@ -135514,31 +132717,31 @@ "type": "Identifier", "name": "cells", "range": [ - 77919, - 77924 + 77379, + 77384 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 43 }, "end": { - "line": 2546, + "line": 2535, "column": 48 } } }, "range": [ - 77906, - 77924 + 77366, + 77384 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 30 }, "end": { - "line": 2546, + "line": 2535, "column": 48 } } @@ -135547,78 +132750,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77925, - 77933 + 77385, + 77393 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 49 }, "end": { - "line": 2546, + "line": 2535, "column": 57 } } }, "range": [ - 77906, - 77934 + 77366, + 77394 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 30 }, "end": { - "line": 2546, + "line": 2535, "column": 58 } } } ], "range": [ - 77895, - 77935 + 77355, + 77395 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 19 }, "end": { - "line": 2546, + "line": 2535, "column": 59 } } }, "range": [ - 77888, - 77936 + 77348, + 77396 ], "loc": { "start": { - "line": 2546, + "line": 2535, "column": 12 }, "end": { - "line": 2546, + "line": 2535, "column": 60 } } } ], "range": [ - 77874, - 77946 + 77334, + 77406 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 55 }, "end": { - "line": 2547, + "line": 2536, "column": 9 } } @@ -135626,47 +132829,47 @@ "generator": false, "expression": false, "range": [ - 77862, - 77946 + 77322, + 77406 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 43 }, "end": { - "line": 2547, + "line": 2536, "column": 9 } } } ], "range": [ - 77848, - 77947 + 77308, + 77407 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 29 }, "end": { - "line": 2547, + "line": 2536, "column": 10 } } }, "range": [ - 77831, - 77947 + 77291, + 77407 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 12 }, "end": { - "line": 2547, + "line": 2536, "column": 10 } } @@ -135674,16 +132877,16 @@ ], "kind": "let", "range": [ - 77827, - 77948 + 77287, + 77408 ], "loc": { "start": { - "line": 2545, + "line": 2534, "column": 8 }, "end": { - "line": 2547, + "line": 2536, "column": 11 } }, @@ -135692,16 +132895,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 77765, - 77818 + 77225, + 77278 ], "loc": { "start": { - "line": 2544, + "line": 2533, "column": 8 }, "end": { - "line": 2544, + "line": 2533, "column": 61 } } @@ -135714,16 +132917,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 77962, - 77976 + 77422, + 77436 ], "loc": { "start": { - "line": 2549, + "line": 2538, "column": 12 }, "end": { - "line": 2549, + "line": 2538, "column": 26 } } @@ -135742,16 +132945,16 @@ "type": "Identifier", "name": "validColValues", "range": [ - 77992, - 78006 + 77452, + 77466 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 12 }, "end": { - "line": 2550, + "line": 2539, "column": 26 } } @@ -135760,31 +132963,31 @@ "type": "Identifier", "name": "unshift", "range": [ - 78007, - 78014 + 77467, + 77474 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 27 }, "end": { - "line": 2550, + "line": 2539, "column": 34 } } }, "range": [ - 77992, - 78014 + 77452, + 77474 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 12 }, "end": { - "line": 2550, + "line": 2539, "column": 34 } } @@ -135801,16 +133004,16 @@ "object": { "type": "ThisExpression", "range": [ - 78015, - 78019 + 77475, + 77479 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 35 }, "end": { - "line": 2550, + "line": 2539, "column": 39 } } @@ -135819,47 +133022,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 78020, - 78034 + 77480, + 77494 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 40 }, "end": { - "line": 2550, + "line": 2539, "column": 54 } } }, "range": [ - 78015, - 78034 + 77475, + 77494 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 35 }, "end": { - "line": 2550, + "line": 2539, "column": 54 } } }, "arguments": [], "range": [ - 78015, - 78036 + 77475, + 77496 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 35 }, "end": { - "line": 2550, + "line": 2539, "column": 56 } } @@ -135868,94 +133071,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78037, - 78045 + 77497, + 77505 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 57 }, "end": { - "line": 2550, + "line": 2539, "column": 65 } } }, "range": [ - 78015, - 78046 + 77475, + 77506 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 35 }, "end": { - "line": 2550, + "line": 2539, "column": 66 } } } ], "range": [ - 77992, - 78047 + 77452, + 77507 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 12 }, "end": { - "line": 2550, + "line": 2539, "column": 67 } } }, "range": [ - 77992, - 78048 + 77452, + 77508 ], "loc": { "start": { - "line": 2550, + "line": 2539, "column": 12 }, "end": { - "line": 2550, + "line": 2539, "column": 68 } } } ], "range": [ - 77978, - 78058 + 77438, + 77518 ], "loc": { "start": { - "line": 2549, + "line": 2538, "column": 28 }, "end": { - "line": 2551, + "line": 2540, "column": 9 } } }, "alternate": null, "range": [ - 77958, - 78058 + 77418, + 77518 ], "loc": { "start": { - "line": 2549, + "line": 2538, "column": 8 }, "end": { - "line": 2551, + "line": 2540, "column": 9 } } @@ -135966,47 +133169,47 @@ "type": "Identifier", "name": "validColValues", "range": [ - 78075, - 78089 + 77535, + 77549 ], "loc": { "start": { - "line": 2553, + "line": 2542, "column": 15 }, "end": { - "line": 2553, + "line": 2542, "column": 29 } } }, "range": [ - 78068, - 78090 + 77528, + 77550 ], "loc": { "start": { - "line": 2553, + "line": 2542, "column": 8 }, "end": { - "line": 2553, + "line": 2542, "column": 30 } } } ], "range": [ - 77195, - 78096 + 76655, + 77556 ], "loc": { "start": { - "line": 2526, + "line": 2515, "column": 6 }, "end": { - "line": 2554, + "line": 2543, "column": 5 } } @@ -136014,16 +133217,16 @@ "generator": false, "expression": false, "range": [ - 77069, - 78096 + 76529, + 77556 ], "loc": { "start": { - "line": 2520, + "line": 2509, "column": 22 }, "end": { - "line": 2554, + "line": 2543, "column": 5 } } @@ -136031,16 +133234,16 @@ "kind": "method", "computed": false, "range": [ - 77051, - 78096 + 76511, + 77556 ], "loc": { "start": { - "line": 2520, + "line": 2509, "column": 4 }, "end": { - "line": 2554, + "line": 2543, "column": 5 } }, @@ -136049,16 +133252,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 76440, - 77046 + 75900, + 76506 ], "loc": { "start": { - "line": 2507, + "line": 2496, "column": 4 }, "end": { - "line": 2519, + "line": 2508, "column": 7 } } @@ -136069,16 +133272,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 78102, - 78264 + 77562, + 77724 ], "loc": { "start": { - "line": 2556, + "line": 2545, "column": 4 }, "end": { - "line": 2560, + "line": 2549, "column": 7 } } @@ -136092,16 +133295,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 78269, - 78282 + 77729, + 77742 ], "loc": { "start": { - "line": 2561, + "line": 2550, "column": 4 }, "end": { - "line": 2561, + "line": 2550, "column": 17 } } @@ -136114,16 +133317,16 @@ "type": "Identifier", "name": "row", "range": [ - 78283, - 78286 + 77743, + 77746 ], "loc": { "start": { - "line": 2561, + "line": 2550, "column": 18 }, "end": { - "line": 2561, + "line": 2550, "column": 21 } } @@ -136144,16 +133347,16 @@ "type": "Identifier", "name": "row", "range": [ - 78305, - 78308 + 77765, + 77768 ], "loc": { "start": { - "line": 2562, + "line": 2551, "column": 15 }, "end": { - "line": 2562, + "line": 2551, "column": 18 } } @@ -136162,31 +133365,31 @@ "type": "Identifier", "name": "style", "range": [ - 78309, - 78314 + 77769, + 77774 ], "loc": { "start": { - "line": 2562, + "line": 2551, "column": 19 }, "end": { - "line": 2562, + "line": 2551, "column": 24 } } }, "range": [ - 78305, - 78314 + 77765, + 77774 ], "loc": { "start": { - "line": 2562, + "line": 2551, "column": 15 }, "end": { - "line": 2562, + "line": 2551, "column": 24 } } @@ -136195,62 +133398,62 @@ "type": "Identifier", "name": "display", "range": [ - 78315, - 78322 + 77775, + 77782 ], "loc": { "start": { - "line": 2562, + "line": 2551, "column": 25 }, "end": { - "line": 2562, + "line": 2551, "column": 32 } } }, "range": [ - 78305, - 78322 + 77765, + 77782 ], "loc": { "start": { - "line": 2562, + "line": 2551, "column": 15 }, "end": { - "line": 2562, + "line": 2551, "column": 32 } } }, "range": [ - 78298, - 78323 + 77758, + 77783 ], "loc": { "start": { - "line": 2562, + "line": 2551, "column": 8 }, "end": { - "line": 2562, + "line": 2551, "column": 33 } } } ], "range": [ - 78288, - 78329 + 77748, + 77789 ], "loc": { "start": { - "line": 2561, + "line": 2550, "column": 23 }, "end": { - "line": 2563, + "line": 2552, "column": 5 } } @@ -136258,16 +133461,16 @@ "generator": false, "expression": false, "range": [ - 78282, - 78329 + 77742, + 77789 ], "loc": { "start": { - "line": 2561, + "line": 2550, "column": 17 }, "end": { - "line": 2563, + "line": 2552, "column": 5 } } @@ -136275,16 +133478,16 @@ "kind": "method", "computed": false, "range": [ - 78269, - 78329 + 77729, + 77789 ], "loc": { "start": { - "line": 2561, + "line": 2550, "column": 4 }, "end": { - "line": 2563, + "line": 2552, "column": 5 } }, @@ -136293,16 +133496,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 78102, - 78264 + 77562, + 77724 ], "loc": { "start": { - "line": 2556, + "line": 2545, "column": 4 }, "end": { - "line": 2560, + "line": 2549, "column": 7 } } @@ -136313,16 +133516,16 @@ "type": "Block", "value": "*\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n ", "range": [ - 78335, - 78508 + 77795, + 77968 ], "loc": { "start": { - "line": 2565, + "line": 2554, "column": 4 }, "end": { - "line": 2569, + "line": 2558, "column": 7 } } @@ -136336,16 +133539,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 78513, - 78524 + 77973, + 77984 ], "loc": { "start": { - "line": 2570, + "line": 2559, "column": 4 }, "end": { - "line": 2570, + "line": 2559, "column": 15 } } @@ -136358,16 +133561,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 78525, - 78533 + 77985, + 77993 ], "loc": { "start": { - "line": 2570, + "line": 2559, "column": 16 }, "end": { - "line": 2570, + "line": 2559, "column": 24 } } @@ -136376,16 +133579,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 78535, - 78542 + 77995, + 78002 ], "loc": { "start": { - "line": 2570, + "line": 2559, "column": 26 }, "end": { - "line": 2570, + "line": 2559, "column": 33 } } @@ -136403,16 +133606,16 @@ "type": "Identifier", "name": "row", "range": [ - 78558, - 78561 + 78018, + 78021 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 12 }, "end": { - "line": 2571, + "line": 2560, "column": 15 } } @@ -136431,16 +133634,16 @@ "object": { "type": "ThisExpression", "range": [ - 78564, - 78568 + 78024, + 78028 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 18 }, "end": { - "line": 2571, + "line": 2560, "column": 22 } } @@ -136449,47 +133652,47 @@ "type": "Identifier", "name": "dom", "range": [ - 78569, - 78572 + 78029, + 78032 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 23 }, "end": { - "line": 2571, + "line": 2560, "column": 26 } } }, "range": [ - 78564, - 78572 + 78024, + 78032 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 18 }, "end": { - "line": 2571, + "line": 2560, "column": 26 } } }, "arguments": [], "range": [ - 78564, - 78574 + 78024, + 78034 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 18 }, "end": { - "line": 2571, + "line": 2560, "column": 28 } } @@ -136498,31 +133701,31 @@ "type": "Identifier", "name": "rows", "range": [ - 78575, - 78579 + 78035, + 78039 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 29 }, "end": { - "line": 2571, + "line": 2560, "column": 33 } } }, "range": [ - 78564, - 78579 + 78024, + 78039 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 18 }, "end": { - "line": 2571, + "line": 2560, "column": 33 } } @@ -136531,46 +133734,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 78580, - 78588 + 78040, + 78048 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 34 }, "end": { - "line": 2571, + "line": 2560, "column": 42 } } }, "range": [ - 78564, - 78589 + 78024, + 78049 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 18 }, "end": { - "line": 2571, + "line": 2560, "column": 43 } } }, "range": [ - 78558, - 78589 + 78018, + 78049 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 12 }, "end": { - "line": 2571, + "line": 2560, "column": 43 } } @@ -136578,16 +133781,16 @@ ], "kind": "let", "range": [ - 78554, - 78590 + 78014, + 78050 ], "loc": { "start": { - "line": 2571, + "line": 2560, "column": 8 }, "end": { - "line": 2571, + "line": 2560, "column": 44 } } @@ -136604,32 +133807,32 @@ "type": "Identifier", "name": "row", "range": [ - 78604, - 78607 + 78064, + 78067 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 13 }, "end": { - "line": 2572, + "line": 2561, "column": 16 } } }, "prefix": true, "range": [ - 78603, - 78607 + 78063, + 78067 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 12 }, "end": { - "line": 2572, + "line": 2561, "column": 16 } } @@ -136644,32 +133847,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 78618, - 78625 + 78078, + 78085 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 27 }, "end": { - "line": 2572, + "line": 2561, "column": 34 } } }, "prefix": true, "range": [ - 78611, - 78625 + 78071, + 78085 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 20 }, "end": { - "line": 2572, + "line": 2561, "column": 34 } } @@ -136679,46 +133882,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 78630, - 78639 + 78090, + 78099 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 39 }, "end": { - "line": 2572, + "line": 2561, "column": 48 } } }, "range": [ - 78611, - 78639 + 78071, + 78099 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 20 }, "end": { - "line": 2572, + "line": 2561, "column": 48 } } }, "range": [ - 78603, - 78639 + 78063, + 78099 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 12 }, "end": { - "line": 2572, + "line": 2561, "column": 48 } } @@ -136730,48 +133933,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 78655, - 78662 + 78115, + 78122 ], "loc": { "start": { - "line": 2573, + "line": 2562, "column": 12 }, "end": { - "line": 2573, + "line": 2562, "column": 19 } } } ], "range": [ - 78641, - 78672 + 78101, + 78132 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 50 }, "end": { - "line": 2574, + "line": 2563, "column": 9 } } }, "alternate": null, "range": [ - 78599, - 78672 + 78059, + 78132 ], "loc": { "start": { - "line": 2572, + "line": 2561, "column": 8 }, "end": { - "line": 2574, + "line": 2563, "column": 9 } }, @@ -136780,16 +133983,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 78682, - 78714 + 78142, + 78174 ], "loc": { "start": { - "line": 2576, + "line": 2565, "column": 8 }, "end": { - "line": 2576, + "line": 2565, "column": 40 } } @@ -136807,16 +134010,16 @@ "object": { "type": "ThisExpression", "range": [ - 78727, - 78731 + 78187, + 78191 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 12 }, "end": { - "line": 2577, + "line": 2566, "column": 16 } } @@ -136825,31 +134028,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 78732, - 78746 + 78192, + 78206 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 17 }, "end": { - "line": 2577, + "line": 2566, "column": 31 } } }, "range": [ - 78727, - 78746 + 78187, + 78206 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 12 }, "end": { - "line": 2577, + "line": 2566, "column": 31 } } @@ -136868,16 +134071,16 @@ "object": { "type": "ThisExpression", "range": [ - 78750, - 78754 + 78210, + 78214 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 35 }, "end": { - "line": 2577, + "line": 2566, "column": 39 } } @@ -136886,31 +134089,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 78755, - 78766 + 78215, + 78226 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 40 }, "end": { - "line": 2577, + "line": 2566, "column": 51 } } }, "range": [ - 78750, - 78766 + 78210, + 78226 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 35 }, "end": { - "line": 2577, + "line": 2566, "column": 51 } } @@ -136919,31 +134122,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 78767, - 78774 + 78227, + 78234 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 52 }, "end": { - "line": 2577, + "line": 2566, "column": 59 } } }, "range": [ - 78750, - 78774 + 78210, + 78234 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 35 }, "end": { - "line": 2577, + "line": 2566, "column": 59 } } @@ -136953,32 +134156,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 78775, - 78783 + 78235, + 78243 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 60 }, "end": { - "line": 2577, + "line": 2566, "column": 68 } } } ], "range": [ - 78750, - 78784 + 78210, + 78244 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 35 }, "end": { - "line": 2577, + "line": 2566, "column": 69 } } @@ -136991,62 +134194,62 @@ "value": 1, "raw": "1", "range": [ - 78790, - 78791 + 78250, + 78251 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 75 }, "end": { - "line": 2577, + "line": 2566, "column": 76 } } }, "prefix": true, "range": [ - 78789, - 78791 + 78249, + 78251 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 74 }, "end": { - "line": 2577, + "line": 2566, "column": 76 } } }, "range": [ - 78750, - 78791 + 78210, + 78251 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 35 }, "end": { - "line": 2577, + "line": 2566, "column": 76 } } }, "range": [ - 78727, - 78791 + 78187, + 78251 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 12 }, "end": { - "line": 2577, + "line": 2566, "column": 76 } } @@ -137063,16 +134266,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 78807, - 78814 + 78267, + 78274 ], "loc": { "start": { - "line": 2578, + "line": 2567, "column": 12 }, "end": { - "line": 2578, + "line": 2567, "column": 19 } } @@ -137082,78 +134285,78 @@ "value": true, "raw": "true", "range": [ - 78817, - 78821 + 78277, + 78281 ], "loc": { "start": { - "line": 2578, + "line": 2567, "column": 22 }, "end": { - "line": 2578, + "line": 2567, "column": 26 } } }, "range": [ - 78807, - 78821 + 78267, + 78281 ], "loc": { "start": { - "line": 2578, + "line": 2567, "column": 12 }, "end": { - "line": 2578, + "line": 2567, "column": 26 } } }, "range": [ - 78807, - 78822 + 78267, + 78282 ], "loc": { "start": { - "line": 2578, + "line": 2567, "column": 12 }, "end": { - "line": 2578, + "line": 2567, "column": 27 } } } ], "range": [ - 78793, - 78832 + 78253, + 78292 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 78 }, "end": { - "line": 2579, + "line": 2568, "column": 9 } } }, "alternate": null, "range": [ - 78723, - 78832 + 78183, + 78292 ], "loc": { "start": { - "line": 2577, + "line": 2566, "column": 8 }, "end": { - "line": 2579, + "line": 2568, "column": 9 } }, @@ -137162,16 +134365,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 78682, - 78714 + 78142, + 78174 ], "loc": { "start": { - "line": 2576, + "line": 2565, "column": 8 }, "end": { - "line": 2576, + "line": 2565, "column": 40 } } @@ -137187,16 +134390,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 78846, - 78857 + 78306, + 78317 ], "loc": { "start": { - "line": 2581, + "line": 2570, "column": 12 }, "end": { - "line": 2581, + "line": 2570, "column": 23 } } @@ -137207,16 +134410,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 78860, - 78867 + 78320, + 78327 ], "loc": { "start": { - "line": 2581, + "line": 2570, "column": 26 }, "end": { - "line": 2581, + "line": 2570, "column": 33 } } @@ -137226,16 +134429,16 @@ "value": "", "raw": "''", "range": [ - 78870, - 78872 + 78330, + 78332 ], "loc": { "start": { - "line": 2581, + "line": 2570, "column": 36 }, "end": { - "line": 2581, + "line": 2570, "column": 38 } } @@ -137244,46 +134447,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 78875, - 78879 + 78335, + 78339 ], "loc": { "start": { - "line": 2581, + "line": 2570, "column": 41 }, "end": { - "line": 2581, + "line": 2570, "column": 45 } } }, "range": [ - 78860, - 78879 + 78320, + 78339 ], "loc": { "start": { - "line": 2581, + "line": 2570, "column": 26 }, "end": { - "line": 2581, + "line": 2570, "column": 45 } } }, "range": [ - 78846, - 78879 + 78306, + 78339 ], "loc": { "start": { - "line": 2581, + "line": 2570, "column": 12 }, "end": { - "line": 2581, + "line": 2570, "column": 45 } } @@ -137294,16 +134497,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 78893, - 78902 + 78353, + 78362 ], "loc": { "start": { - "line": 2582, + "line": 2571, "column": 12 }, "end": { - "line": 2582, + "line": 2571, "column": 21 } } @@ -137314,16 +134517,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 78905, - 78912 + 78365, + 78372 ], "loc": { "start": { - "line": 2582, + "line": 2571, "column": 24 }, "end": { - "line": 2582, + "line": 2571, "column": 31 } } @@ -137333,16 +134536,16 @@ "value": "true", "raw": "'true'", "range": [ - 78915, - 78921 + 78375, + 78381 ], "loc": { "start": { - "line": 2582, + "line": 2571, "column": 34 }, "end": { - "line": 2582, + "line": 2571, "column": 40 } } @@ -137352,46 +134555,46 @@ "value": "false", "raw": "'false'", "range": [ - 78924, - 78931 + 78384, + 78391 ], "loc": { "start": { - "line": 2582, + "line": 2571, "column": 43 }, "end": { - "line": 2582, + "line": 2571, "column": 50 } } }, "range": [ - 78905, - 78931 + 78365, + 78391 ], "loc": { "start": { - "line": 2582, + "line": 2571, "column": 24 }, "end": { - "line": 2582, + "line": 2571, "column": 50 } } }, "range": [ - 78893, - 78931 + 78353, + 78391 ], "loc": { "start": { - "line": 2582, + "line": 2571, "column": 12 }, "end": { - "line": 2582, + "line": 2571, "column": 50 } } @@ -137399,16 +134602,16 @@ ], "kind": "let", "range": [ - 78842, - 78932 + 78302, + 78392 ], "loc": { "start": { - "line": 2581, + "line": 2570, "column": 8 }, "end": { - "line": 2582, + "line": 2571, "column": 51 } } @@ -137428,16 +134631,16 @@ "type": "Identifier", "name": "row", "range": [ - 78941, - 78944 + 78401, + 78404 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 8 }, "end": { - "line": 2583, + "line": 2572, "column": 11 } } @@ -137446,31 +134649,31 @@ "type": "Identifier", "name": "style", "range": [ - 78945, - 78950 + 78405, + 78410 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 12 }, "end": { - "line": 2583, + "line": 2572, "column": 17 } } }, "range": [ - 78941, - 78950 + 78401, + 78410 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 8 }, "end": { - "line": 2583, + "line": 2572, "column": 17 } } @@ -137479,31 +134682,31 @@ "type": "Identifier", "name": "display", "range": [ - 78951, - 78958 + 78411, + 78418 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 18 }, "end": { - "line": 2583, + "line": 2572, "column": 25 } } }, "range": [ - 78941, - 78958 + 78401, + 78418 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 8 }, "end": { - "line": 2583, + "line": 2572, "column": 25 } } @@ -137512,46 +134715,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 78961, - 78972 + 78421, + 78432 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 28 }, "end": { - "line": 2583, + "line": 2572, "column": 39 } } }, "range": [ - 78941, - 78972 + 78401, + 78432 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 8 }, "end": { - "line": 2583, + "line": 2572, "column": 39 } } }, "range": [ - 78941, - 78973 + 78401, + 78433 ], "loc": { "start": { - "line": 2583, + "line": 2572, "column": 8 }, "end": { - "line": 2583, + "line": 2572, "column": 40 } } @@ -137564,16 +134767,16 @@ "object": { "type": "ThisExpression", "range": [ - 78987, - 78991 + 78447, + 78451 ], "loc": { "start": { - "line": 2585, + "line": 2574, "column": 12 }, "end": { - "line": 2585, + "line": 2574, "column": 16 } } @@ -137582,31 +134785,31 @@ "type": "Identifier", "name": "paging", "range": [ - 78992, - 78998 + 78452, + 78458 ], "loc": { "start": { - "line": 2585, + "line": 2574, "column": 17 }, "end": { - "line": 2585, + "line": 2574, "column": 23 } } }, "range": [ - 78987, - 78998 + 78447, + 78458 ], "loc": { "start": { - "line": 2585, + "line": 2574, "column": 12 }, "end": { - "line": 2585, + "line": 2574, "column": 23 } } @@ -137625,16 +134828,16 @@ "type": "Identifier", "name": "row", "range": [ - 79014, - 79017 + 78474, + 78477 ], "loc": { "start": { - "line": 2586, + "line": 2575, "column": 12 }, "end": { - "line": 2586, + "line": 2575, "column": 15 } } @@ -137643,31 +134846,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 79018, - 79030 + 78478, + 78490 ], "loc": { "start": { - "line": 2586, + "line": 2575, "column": 16 }, "end": { - "line": 2586, + "line": 2575, "column": 28 } } }, "range": [ - 79014, - 79030 + 78474, + 78490 ], "loc": { "start": { - "line": 2586, + "line": 2575, "column": 12 }, "end": { - "line": 2586, + "line": 2575, "column": 28 } } @@ -137678,16 +134881,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 79031, - 79041 + 78491, + 78501 ], "loc": { "start": { - "line": 2586, + "line": 2575, "column": 29 }, "end": { - "line": 2586, + "line": 2575, "column": 39 } } @@ -137696,79 +134899,79 @@ "type": "Identifier", "name": "validFlag", "range": [ - 79043, - 79052 + 78503, + 78512 ], "loc": { "start": { - "line": 2586, + "line": 2575, "column": 41 }, "end": { - "line": 2586, + "line": 2575, "column": 50 } } } ], "range": [ - 79014, - 79053 + 78474, + 78513 ], "loc": { "start": { - "line": 2586, + "line": 2575, "column": 12 }, "end": { - "line": 2586, + "line": 2575, "column": 51 } } }, "range": [ - 79014, - 79054 + 78474, + 78514 ], "loc": { "start": { - "line": 2586, + "line": 2575, "column": 12 }, "end": { - "line": 2586, + "line": 2575, "column": 52 } } } ], "range": [ - 79000, - 79064 + 78460, + 78524 ], "loc": { "start": { - "line": 2585, + "line": 2574, "column": 25 }, "end": { - "line": 2587, + "line": 2576, "column": 9 } } }, "alternate": null, "range": [ - 78983, - 79064 + 78443, + 78524 ], "loc": { "start": { - "line": 2585, + "line": 2574, "column": 8 }, "end": { - "line": 2587, + "line": 2576, "column": 9 } } @@ -137779,16 +134982,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 79078, - 79085 + 78538, + 78545 ], "loc": { "start": { - "line": 2589, + "line": 2578, "column": 12 }, "end": { - "line": 2589, + "line": 2578, "column": 19 } } @@ -137812,16 +135015,16 @@ "object": { "type": "ThisExpression", "range": [ - 79105, - 79109 + 78565, + 78569 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 16 }, "end": { - "line": 2590, + "line": 2579, "column": 20 } } @@ -137830,31 +135033,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 79110, - 79124 + 78570, + 78584 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 21 }, "end": { - "line": 2590, + "line": 2579, "column": 35 } } }, "range": [ - 79105, - 79124 + 78565, + 78584 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 16 }, "end": { - "line": 2590, + "line": 2579, "column": 35 } } @@ -137863,31 +135066,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 79125, - 79132 + 78585, + 78592 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 36 }, "end": { - "line": 2590, + "line": 2579, "column": 43 } } }, "range": [ - 79105, - 79132 + 78565, + 78592 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 16 }, "end": { - "line": 2590, + "line": 2579, "column": 43 } } @@ -137897,32 +135100,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 79133, - 79141 + 78593, + 78601 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 44 }, "end": { - "line": 2590, + "line": 2579, "column": 52 } } } ], "range": [ - 79105, - 79142 + 78565, + 78602 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 16 }, "end": { - "line": 2590, + "line": 2579, "column": 53 } } @@ -137935,47 +135138,47 @@ "value": 1, "raw": "1", "range": [ - 79148, - 79149 + 78608, + 78609 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 59 }, "end": { - "line": 2590, + "line": 2579, "column": 60 } } }, "prefix": true, "range": [ - 79147, - 79149 + 78607, + 78609 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 58 }, "end": { - "line": 2590, + "line": 2579, "column": 60 } } }, "range": [ - 79105, - 79149 + 78565, + 78609 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 16 }, "end": { - "line": 2590, + "line": 2579, "column": 60 } } @@ -137996,16 +135199,16 @@ "object": { "type": "ThisExpression", "range": [ - 79169, - 79173 + 78629, + 78633 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 16 }, "end": { - "line": 2591, + "line": 2580, "column": 20 } } @@ -138014,31 +135217,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 79174, - 79188 + 78634, + 78648 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 21 }, "end": { - "line": 2591, + "line": 2580, "column": 35 } } }, "range": [ - 79169, - 79188 + 78629, + 78648 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 16 }, "end": { - "line": 2591, + "line": 2580, "column": 35 } } @@ -138047,31 +135250,31 @@ "type": "Identifier", "name": "push", "range": [ - 79189, - 79193 + 78649, + 78653 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 36 }, "end": { - "line": 2591, + "line": 2580, "column": 40 } } }, "range": [ - 79169, - 79193 + 78629, + 78653 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 16 }, "end": { - "line": 2591, + "line": 2580, "column": 40 } } @@ -138081,79 +135284,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 79194, - 79202 + 78654, + 78662 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 41 }, "end": { - "line": 2591, + "line": 2580, "column": 49 } } } ], "range": [ - 79169, - 79203 + 78629, + 78663 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 16 }, "end": { - "line": 2591, + "line": 2580, "column": 50 } } }, "range": [ - 79169, - 79204 + 78629, + 78664 ], "loc": { "start": { - "line": 2591, + "line": 2580, "column": 16 }, "end": { - "line": 2591, + "line": 2580, "column": 51 } } } ], "range": [ - 79151, - 79218 + 78611, + 78678 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 62 }, "end": { - "line": 2592, + "line": 2581, "column": 13 } } }, "alternate": null, "range": [ - 79101, - 79218 + 78561, + 78678 ], "loc": { "start": { - "line": 2590, + "line": 2579, "column": 12 }, "end": { - "line": 2592, + "line": 2581, "column": 13 } } @@ -138168,16 +135371,16 @@ "object": { "type": "ThisExpression", "range": [ - 79232, - 79236 + 78692, + 78696 ], "loc": { "start": { - "line": 2594, + "line": 2583, "column": 12 }, "end": { - "line": 2594, + "line": 2583, "column": 16 } } @@ -138186,31 +135389,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 79237, - 79251 + 78697, + 78711 ], "loc": { "start": { - "line": 2594, + "line": 2583, "column": 17 }, "end": { - "line": 2594, + "line": 2583, "column": 31 } } }, "range": [ - 79232, - 79251 + 78692, + 78711 ], "loc": { "start": { - "line": 2594, + "line": 2583, "column": 12 }, "end": { - "line": 2594, + "line": 2583, "column": 31 } } @@ -138219,16 +135422,16 @@ { "type": "ThisExpression", "range": [ - 79252, - 79256 + 78712, + 78716 ], "loc": { "start": { - "line": 2594, + "line": 2583, "column": 32 }, "end": { - "line": 2594, + "line": 2583, "column": 36 } } @@ -138237,47 +135440,47 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 79258, - 79266 + 78718, + 78726 ], "loc": { "start": { - "line": 2594, + "line": 2583, "column": 38 }, "end": { - "line": 2594, + "line": 2583, "column": 46 } } } ], "range": [ - 79232, - 79267 + 78692, + 78727 ], "loc": { "start": { - "line": 2594, + "line": 2583, "column": 12 }, "end": { - "line": 2594, + "line": 2583, "column": 47 } } }, "range": [ - 79232, - 79268 + 78692, + 78728 ], "loc": { "start": { - "line": 2594, + "line": 2583, "column": 12 }, "end": { - "line": 2594, + "line": 2583, "column": 48 } } @@ -138295,16 +135498,16 @@ "object": { "type": "ThisExpression", "range": [ - 79282, - 79286 + 78742, + 78746 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 12 }, "end": { - "line": 2596, + "line": 2585, "column": 16 } } @@ -138313,31 +135516,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 79287, - 79294 + 78747, + 78754 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 17 }, "end": { - "line": 2596, + "line": 2585, "column": 24 } } }, "range": [ - 79282, - 79294 + 78742, + 78754 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 12 }, "end": { - "line": 2596, + "line": 2585, "column": 24 } } @@ -138346,31 +135549,31 @@ "type": "Identifier", "name": "emit", "range": [ - 79295, - 79299 + 78755, + 78759 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 25 }, "end": { - "line": 2596, + "line": 2585, "column": 29 } } }, "range": [ - 79282, - 79299 + 78742, + 78759 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 12 }, "end": { - "line": 2596, + "line": 2585, "column": 29 } } @@ -138381,16 +135584,16 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 79300, - 79315 + 78760, + 78775 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 30 }, "end": { - "line": 2596, + "line": 2585, "column": 45 } } @@ -138398,16 +135601,16 @@ { "type": "ThisExpression", "range": [ - 79317, - 79321 + 78777, + 78781 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 47 }, "end": { - "line": 2596, + "line": 2585, "column": 51 } } @@ -138416,95 +135619,95 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 79323, - 79331 + 78783, + 78791 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 53 }, "end": { - "line": 2596, + "line": 2585, "column": 61 } } } ], "range": [ - 79282, - 79332 + 78742, + 78792 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 12 }, "end": { - "line": 2596, + "line": 2585, "column": 62 } } }, "range": [ - 79282, - 79333 + 78742, + 78793 ], "loc": { "start": { - "line": 2596, + "line": 2585, "column": 12 }, "end": { - "line": 2596, + "line": 2585, "column": 63 } } } ], "range": [ - 79087, - 79343 + 78547, + 78803 ], "loc": { "start": { - "line": 2589, + "line": 2578, "column": 21 }, "end": { - "line": 2597, + "line": 2586, "column": 9 } } }, "alternate": null, "range": [ - 79074, - 79343 + 78534, + 78803 ], "loc": { "start": { - "line": 2589, + "line": 2578, "column": 8 }, "end": { - "line": 2597, + "line": 2586, "column": 9 } } } ], "range": [ - 78544, - 79349 + 78004, + 78809 ], "loc": { "start": { - "line": 2570, + "line": 2559, "column": 35 }, "end": { - "line": 2598, + "line": 2587, "column": 5 } } @@ -138512,16 +135715,16 @@ "generator": false, "expression": false, "range": [ - 78524, - 79349 + 77984, + 78809 ], "loc": { "start": { - "line": 2570, + "line": 2559, "column": 15 }, "end": { - "line": 2598, + "line": 2587, "column": 5 } } @@ -138529,16 +135732,16 @@ "kind": "method", "computed": false, "range": [ - 78513, - 79349 + 77973, + 78809 ], "loc": { "start": { - "line": 2570, + "line": 2559, "column": 4 }, "end": { - "line": 2598, + "line": 2587, "column": 5 } }, @@ -138547,16 +135750,16 @@ "type": "Block", "value": "*\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n ", "range": [ - 78335, - 78508 + 77795, + 77968 ], "loc": { "start": { - "line": 2565, + "line": 2554, "column": 4 }, "end": { - "line": 2569, + "line": 2558, "column": 7 } } @@ -138567,16 +135770,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 79355, - 79402 + 78815, + 78862 ], "loc": { "start": { - "line": 2600, + "line": 2589, "column": 4 }, "end": { - "line": 2602, + "line": 2591, "column": 7 } } @@ -138590,16 +135793,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 79407, - 79422 + 78867, + 78882 ], "loc": { "start": { - "line": 2603, + "line": 2592, "column": 4 }, "end": { - "line": 2603, + "line": 2592, "column": 19 } } @@ -138622,16 +135825,16 @@ "object": { "type": "ThisExpression", "range": [ - 79440, - 79444 + 78900, + 78904 ], "loc": { "start": { - "line": 2604, + "line": 2593, "column": 13 }, "end": { - "line": 2604, + "line": 2593, "column": 17 } } @@ -138640,47 +135843,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 79445, - 79456 + 78905, + 78916 ], "loc": { "start": { - "line": 2604, + "line": 2593, "column": 18 }, "end": { - "line": 2604, + "line": 2593, "column": 29 } } }, "range": [ - 79440, - 79456 + 78900, + 78916 ], "loc": { "start": { - "line": 2604, + "line": 2593, "column": 13 }, "end": { - "line": 2604, + "line": 2593, "column": 29 } } }, "prefix": true, "range": [ - 79439, - 79456 + 78899, + 78916 ], "loc": { "start": { - "line": 2604, + "line": 2593, "column": 12 }, "end": { - "line": 2604, + "line": 2593, "column": 29 } } @@ -138692,48 +135895,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 79472, - 79479 + 78932, + 78939 ], "loc": { "start": { - "line": 2605, + "line": 2594, "column": 12 }, "end": { - "line": 2605, + "line": 2594, "column": 19 } } } ], "range": [ - 79458, - 79489 + 78918, + 78949 ], "loc": { "start": { - "line": 2604, + "line": 2593, "column": 31 }, "end": { - "line": 2606, + "line": 2595, "column": 9 } } }, "alternate": null, "range": [ - 79435, - 79489 + 78895, + 78949 ], "loc": { "start": { - "line": 2604, + "line": 2593, "column": 8 }, "end": { - "line": 2606, + "line": 2595, "column": 9 } } @@ -138749,16 +135952,16 @@ "object": { "type": "ThisExpression", "range": [ - 79498, - 79502 + 78958, + 78962 ], "loc": { "start": { - "line": 2607, + "line": 2596, "column": 8 }, "end": { - "line": 2607, + "line": 2596, "column": 12 } } @@ -138767,31 +135970,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 79503, - 79517 + 78963, + 78977 ], "loc": { "start": { - "line": 2607, + "line": 2596, "column": 13 }, "end": { - "line": 2607, + "line": 2596, "column": 27 } } }, "range": [ - 79498, - 79517 + 78958, + 78977 ], "loc": { "start": { - "line": 2607, + "line": 2596, "column": 8 }, "end": { - "line": 2607, + "line": 2596, "column": 27 } } @@ -138800,46 +136003,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 79520, - 79522 + 78980, + 78982 ], "loc": { "start": { - "line": 2607, + "line": 2596, "column": 30 }, "end": { - "line": 2607, + "line": 2596, "column": 32 } } }, "range": [ - 79498, - 79522 + 78958, + 78982 ], "loc": { "start": { - "line": 2607, + "line": 2596, "column": 8 }, "end": { - "line": 2607, + "line": 2596, "column": 32 } } }, "range": [ - 79498, - 79523 + 78958, + 78983 ], "loc": { "start": { - "line": 2607, + "line": 2596, "column": 8 }, "end": { - "line": 2607, + "line": 2596, "column": 33 } } @@ -138855,16 +136058,16 @@ "type": "Identifier", "name": "k", "range": [ - 79541, - 79542 + 79001, + 79002 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 17 }, "end": { - "line": 2608, + "line": 2597, "column": 18 } } @@ -138875,16 +136078,16 @@ "object": { "type": "ThisExpression", "range": [ - 79545, - 79549 + 79005, + 79009 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 21 }, "end": { - "line": 2608, + "line": 2597, "column": 25 } } @@ -138893,46 +136096,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 79550, - 79556 + 79010, + 79016 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 26 }, "end": { - "line": 2608, + "line": 2597, "column": 32 } } }, "range": [ - 79545, - 79556 + 79005, + 79016 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 21 }, "end": { - "line": 2608, + "line": 2597, "column": 32 } } }, "range": [ - 79541, - 79556 + 79001, + 79016 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 17 }, "end": { - "line": 2608, + "line": 2597, "column": 32 } } @@ -138940,16 +136143,16 @@ ], "kind": "let", "range": [ - 79537, - 79556 + 78997, + 79016 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 13 }, "end": { - "line": 2608, + "line": 2597, "column": 32 } } @@ -138961,16 +136164,16 @@ "type": "Identifier", "name": "k", "range": [ - 79558, - 79559 + 79018, + 79019 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 34 }, "end": { - "line": 2608, + "line": 2597, "column": 35 } } @@ -138981,16 +136184,16 @@ "object": { "type": "ThisExpression", "range": [ - 79562, - 79566 + 79022, + 79026 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 38 }, "end": { - "line": 2608, + "line": 2597, "column": 42 } } @@ -138999,46 +136202,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 79567, - 79583 + 79027, + 79043 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 43 }, "end": { - "line": 2608, + "line": 2597, "column": 59 } } }, "range": [ - 79562, - 79583 + 79022, + 79043 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 38 }, "end": { - "line": 2608, + "line": 2597, "column": 59 } } }, "range": [ - 79558, - 79583 + 79018, + 79043 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 34 }, "end": { - "line": 2608, + "line": 2597, "column": 59 } } @@ -139050,32 +136253,32 @@ "type": "Identifier", "name": "k", "range": [ - 79585, - 79586 + 79045, + 79046 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 61 }, "end": { - "line": 2608, + "line": 2597, "column": 62 } } }, "prefix": false, "range": [ - 79585, - 79588 + 79045, + 79048 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 61 }, "end": { - "line": 2608, + "line": 2597, "column": 64 } } @@ -139093,16 +136296,16 @@ "object": { "type": "ThisExpression", "range": [ - 79604, - 79608 + 79064, + 79068 ], "loc": { "start": { - "line": 2609, + "line": 2598, "column": 12 }, "end": { - "line": 2609, + "line": 2598, "column": 16 } } @@ -139111,31 +136314,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 79609, - 79620 + 79069, + 79080 ], "loc": { "start": { - "line": 2609, + "line": 2598, "column": 17 }, "end": { - "line": 2609, + "line": 2598, "column": 28 } } }, "range": [ - 79604, - 79620 + 79064, + 79080 ], "loc": { "start": { - "line": 2609, + "line": 2598, "column": 12 }, "end": { - "line": 2609, + "line": 2598, "column": 28 } } @@ -139145,16 +136348,16 @@ "type": "Identifier", "name": "k", "range": [ - 79621, - 79622 + 79081, + 79082 ], "loc": { "start": { - "line": 2609, + "line": 2598, "column": 29 }, "end": { - "line": 2609, + "line": 2598, "column": 30 } } @@ -139164,94 +136367,94 @@ "value": true, "raw": "true", "range": [ - 79624, - 79628 + 79084, + 79088 ], "loc": { "start": { - "line": 2609, + "line": 2598, "column": 32 }, "end": { - "line": 2609, + "line": 2598, "column": 36 } } } ], "range": [ - 79604, - 79629 + 79064, + 79089 ], "loc": { "start": { - "line": 2609, + "line": 2598, "column": 12 }, "end": { - "line": 2609, + "line": 2598, "column": 37 } } }, "range": [ - 79604, - 79630 + 79064, + 79090 ], "loc": { "start": { - "line": 2609, + "line": 2598, "column": 12 }, "end": { - "line": 2609, + "line": 2598, "column": 38 } } } ], "range": [ - 79590, - 79640 + 79050, + 79100 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 66 }, "end": { - "line": 2610, + "line": 2599, "column": 9 } } }, "range": [ - 79532, - 79640 + 78992, + 79100 ], "loc": { "start": { - "line": 2608, + "line": 2597, "column": 8 }, "end": { - "line": 2610, + "line": 2599, "column": 9 } } } ], "range": [ - 79425, - 79646 + 78885, + 79106 ], "loc": { "start": { - "line": 2603, + "line": 2592, "column": 22 }, "end": { - "line": 2611, + "line": 2600, "column": 5 } } @@ -139259,16 +136462,16 @@ "generator": false, "expression": false, "range": [ - 79422, - 79646 + 78882, + 79106 ], "loc": { "start": { - "line": 2603, + "line": 2592, "column": 19 }, "end": { - "line": 2611, + "line": 2600, "column": 5 } } @@ -139276,16 +136479,16 @@ "kind": "method", "computed": false, "range": [ - 79407, - 79646 + 78867, + 79106 ], "loc": { "start": { - "line": 2603, + "line": 2592, "column": 4 }, "end": { - "line": 2611, + "line": 2600, "column": 5 } }, @@ -139294,16 +136497,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 79355, - 79402 + 78815, + 78862 ], "loc": { "start": { - "line": 2600, + "line": 2589, "column": 4 }, "end": { - "line": 2602, + "line": 2591, "column": 7 } } @@ -139314,16 +136517,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 79652, - 79814 + 79112, + 79274 ], "loc": { "start": { - "line": 2613, + "line": 2602, "column": 4 }, "end": { - "line": 2617, + "line": 2606, "column": 7 } } @@ -139337,16 +136540,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 79819, - 79833 + 79279, + 79293 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 4 }, "end": { - "line": 2618, + "line": 2607, "column": 18 } } @@ -139359,16 +136562,16 @@ "type": "Identifier", "name": "index", "range": [ - 79834, - 79839 + 79294, + 79299 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 19 }, "end": { - "line": 2618, + "line": 2607, "column": 24 } } @@ -139379,16 +136582,16 @@ "type": "Identifier", "name": "query", "range": [ - 79841, - 79846 + 79301, + 79306 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 26 }, "end": { - "line": 2618, + "line": 2607, "column": 31 } } @@ -139398,31 +136601,31 @@ "value": "", "raw": "''", "range": [ - 79849, - 79851 + 79309, + 79311 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 34 }, "end": { - "line": 2618, + "line": 2607, "column": 36 } } }, "range": [ - 79841, - 79851 + 79301, + 79311 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 26 }, "end": { - "line": 2618, + "line": 2607, "column": 36 } } @@ -139442,16 +136645,16 @@ "object": { "type": "ThisExpression", "range": [ - 79868, - 79872 + 79328, + 79332 ], "loc": { "start": { - "line": 2619, + "line": 2608, "column": 13 }, "end": { - "line": 2619, + "line": 2608, "column": 17 } } @@ -139460,47 +136663,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 79873, - 79880 + 79333, + 79340 ], "loc": { "start": { - "line": 2619, + "line": 2608, "column": 18 }, "end": { - "line": 2619, + "line": 2608, "column": 25 } } }, "range": [ - 79868, - 79880 + 79328, + 79340 ], "loc": { "start": { - "line": 2619, + "line": 2608, "column": 13 }, "end": { - "line": 2619, + "line": 2608, "column": 25 } } }, "prefix": true, "range": [ - 79867, - 79880 + 79327, + 79340 ], "loc": { "start": { - "line": 2619, + "line": 2608, "column": 12 }, "end": { - "line": 2619, + "line": 2608, "column": 25 } } @@ -139512,48 +136715,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 79896, - 79903 + 79356, + 79363 ], "loc": { "start": { - "line": 2620, + "line": 2609, "column": 12 }, "end": { - "line": 2620, + "line": 2609, "column": 19 } } } ], "range": [ - 79882, - 79913 + 79342, + 79373 ], "loc": { "start": { - "line": 2619, + "line": 2608, "column": 27 }, "end": { - "line": 2621, + "line": 2610, "column": 9 } } }, "alternate": null, "range": [ - 79863, - 79913 + 79323, + 79373 ], "loc": { "start": { - "line": 2619, + "line": 2608, "column": 8 }, "end": { - "line": 2621, + "line": 2610, "column": 9 } } @@ -139567,16 +136770,16 @@ "type": "Identifier", "name": "slc", "range": [ - 79926, - 79929 + 79386, + 79389 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 12 }, "end": { - "line": 2622, + "line": 2611, "column": 15 } } @@ -139589,16 +136792,16 @@ "object": { "type": "ThisExpression", "range": [ - 79932, - 79936 + 79392, + 79396 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 18 }, "end": { - "line": 2622, + "line": 2611, "column": 22 } } @@ -139607,31 +136810,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 79937, - 79953 + 79397, + 79413 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 23 }, "end": { - "line": 2622, + "line": 2611, "column": 39 } } }, "range": [ - 79932, - 79953 + 79392, + 79413 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 18 }, "end": { - "line": 2622, + "line": 2611, "column": 39 } } @@ -139641,47 +136844,47 @@ "type": "Identifier", "name": "index", "range": [ - 79954, - 79959 + 79414, + 79419 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 40 }, "end": { - "line": 2622, + "line": 2611, "column": 45 } } } ], "range": [ - 79932, - 79960 + 79392, + 79420 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 18 }, "end": { - "line": 2622, + "line": 2611, "column": 46 } } }, "range": [ - 79926, - 79960 + 79386, + 79420 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 12 }, "end": { - "line": 2622, + "line": 2611, "column": 46 } } @@ -139692,16 +136895,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 79974, - 79984 + 79434, + 79444 ], "loc": { "start": { - "line": 2623, + "line": 2612, "column": 12 }, "end": { - "line": 2623, + "line": 2612, "column": 22 } } @@ -139714,16 +136917,16 @@ "object": { "type": "ThisExpression", "range": [ - 79987, - 79991 + 79447, + 79451 ], "loc": { "start": { - "line": 2623, + "line": 2612, "column": 25 }, "end": { - "line": 2623, + "line": 2612, "column": 29 } } @@ -139732,31 +136935,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 79992, - 80005 + 79452, + 79465 ], "loc": { "start": { - "line": 2623, + "line": 2612, "column": 30 }, "end": { - "line": 2623, + "line": 2612, "column": 43 } } }, "range": [ - 79987, - 80005 + 79447, + 79465 ], "loc": { "start": { - "line": 2623, + "line": 2612, "column": 25 }, "end": { - "line": 2623, + "line": 2612, "column": 43 } } @@ -139766,47 +136969,47 @@ "type": "Identifier", "name": "index", "range": [ - 80006, - 80011 + 79466, + 79471 ], "loc": { "start": { - "line": 2623, + "line": 2612, "column": 44 }, "end": { - "line": 2623, + "line": 2612, "column": 49 } } } ], "range": [ - 79987, - 80012 + 79447, + 79472 ], "loc": { "start": { - "line": 2623, + "line": 2612, "column": 25 }, "end": { - "line": 2623, + "line": 2612, "column": 50 } } }, "range": [ - 79974, - 80012 + 79434, + 79472 ], "loc": { "start": { - "line": 2623, + "line": 2612, "column": 12 }, "end": { - "line": 2623, + "line": 2612, "column": 50 } } @@ -139814,16 +137017,16 @@ ], "kind": "let", "range": [ - 79922, - 80013 + 79382, + 79473 ], "loc": { "start": { - "line": 2622, + "line": 2611, "column": 8 }, "end": { - "line": 2623, + "line": 2612, "column": 51 } } @@ -139840,16 +137043,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 80027, - 80037 + 79487, + 79497 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 12 }, "end": { - "line": 2625, + "line": 2614, "column": 22 } } @@ -139858,31 +137061,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 80042, - 80050 + 79502, + 79510 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 27 }, "end": { - "line": 2625, + "line": 2614, "column": 35 } } }, "range": [ - 80027, - 80050 + 79487, + 79510 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 12 }, "end": { - "line": 2625, + "line": 2614, "column": 35 } } @@ -139894,16 +137097,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 80054, - 80064 + 79514, + 79524 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 39 }, "end": { - "line": 2625, + "line": 2614, "column": 49 } } @@ -139912,46 +137115,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 80069, - 80078 + 79529, + 79538 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 54 }, "end": { - "line": 2625, + "line": 2614, "column": 63 } } }, "range": [ - 80054, - 80078 + 79514, + 79538 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 39 }, "end": { - "line": 2625, + "line": 2614, "column": 63 } } }, "range": [ - 80027, - 80078 + 79487, + 79538 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 12 }, "end": { - "line": 2625, + "line": 2614, "column": 63 } } @@ -139970,16 +137173,16 @@ "object": { "type": "ThisExpression", "range": [ - 80098, - 80102 + 79558, + 79562 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 16 }, "end": { - "line": 2626, + "line": 2615, "column": 20 } } @@ -139988,31 +137191,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 80103, - 80118 + 79563, + 79578 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 21 }, "end": { - "line": 2626, + "line": 2615, "column": 36 } } }, "range": [ - 80098, - 80118 + 79558, + 79578 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 16 }, "end": { - "line": 2626, + "line": 2615, "column": 36 } } @@ -140026,16 +137229,16 @@ "object": { "type": "ThisExpression", "range": [ - 80123, - 80127 + 79583, + 79587 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 41 }, "end": { - "line": 2626, + "line": 2615, "column": 45 } } @@ -140044,62 +137247,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 80128, - 80139 + 79588, + 79599 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 46 }, "end": { - "line": 2626, + "line": 2615, "column": 57 } } }, "range": [ - 80123, - 80139 + 79583, + 79599 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 41 }, "end": { - "line": 2626, + "line": 2615, "column": 57 } } }, "prefix": true, "range": [ - 80122, - 80139 + 79582, + 79599 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 40 }, "end": { - "line": 2626, + "line": 2615, "column": 57 } } }, "range": [ - 80098, - 80139 + 79558, + 79599 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 16 }, "end": { - "line": 2626, + "line": 2615, "column": 57 } } @@ -140120,16 +137323,16 @@ "object": { "type": "ThisExpression", "range": [ - 80159, - 80163 + 79619, + 79623 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 16 }, "end": { - "line": 2627, + "line": 2616, "column": 20 } } @@ -140138,31 +137341,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 80164, - 80171 + 79624, + 79631 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 21 }, "end": { - "line": 2627, + "line": 2616, "column": 28 } } }, "range": [ - 80159, - 80171 + 79619, + 79631 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 16 }, "end": { - "line": 2627, + "line": 2616, "column": 28 } } @@ -140171,31 +137374,31 @@ "type": "Identifier", "name": "emit", "range": [ - 80172, - 80176 + 79632, + 79636 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 29 }, "end": { - "line": 2627, + "line": 2616, "column": 33 } } }, "range": [ - 80159, - 80176 + 79619, + 79636 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 16 }, "end": { - "line": 2627, + "line": 2616, "column": 33 } } @@ -140206,16 +137409,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 80177, - 80198 + 79637, + 79658 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 34 }, "end": { - "line": 2627, + "line": 2616, "column": 55 } } @@ -140223,16 +137426,16 @@ { "type": "ThisExpression", "range": [ - 80200, - 80204 + 79660, + 79664 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 57 }, "end": { - "line": 2627, + "line": 2616, "column": 61 } } @@ -140241,16 +137444,16 @@ "type": "Identifier", "name": "index", "range": [ - 80206, - 80211 + 79666, + 79671 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 63 }, "end": { - "line": 2627, + "line": 2616, "column": 68 } } @@ -140261,16 +137464,16 @@ "object": { "type": "ThisExpression", "range": [ - 80233, - 80237 + 79693, + 79697 ], "loc": { "start": { - "line": 2628, + "line": 2617, "column": 20 }, "end": { - "line": 2628, + "line": 2617, "column": 24 } } @@ -140279,31 +137482,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 80238, - 80251 + 79698, + 79711 ], "loc": { "start": { - "line": 2628, + "line": 2617, "column": 25 }, "end": { - "line": 2628, + "line": 2617, "column": 38 } } }, "range": [ - 80233, - 80251 + 79693, + 79711 ], "loc": { "start": { - "line": 2628, + "line": 2617, "column": 20 }, "end": { - "line": 2628, + "line": 2617, "column": 38 } } @@ -140314,16 +137517,16 @@ "object": { "type": "ThisExpression", "range": [ - 80253, - 80257 + 79713, + 79717 ], "loc": { "start": { - "line": 2628, + "line": 2617, "column": 40 }, "end": { - "line": 2628, + "line": 2617, "column": 44 } } @@ -140332,94 +137535,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 80258, - 80271 + 79718, + 79731 ], "loc": { "start": { - "line": 2628, + "line": 2617, "column": 45 }, "end": { - "line": 2628, + "line": 2617, "column": 58 } } }, "range": [ - 80253, - 80271 + 79713, + 79731 ], "loc": { "start": { - "line": 2628, + "line": 2617, "column": 40 }, "end": { - "line": 2628, + "line": 2617, "column": 58 } } } ], "range": [ - 80159, - 80272 + 79619, + 79732 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 16 }, "end": { - "line": 2628, + "line": 2617, "column": 59 } } }, "range": [ - 80159, - 80273 + 79619, + 79733 ], "loc": { "start": { - "line": 2627, + "line": 2616, "column": 16 }, "end": { - "line": 2628, + "line": 2617, "column": 60 } } } ], "range": [ - 80141, - 80287 + 79601, + 79747 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 59 }, "end": { - "line": 2629, + "line": 2618, "column": 13 } } }, "alternate": null, "range": [ - 80094, - 80287 + 79554, + 79747 ], "loc": { "start": { - "line": 2626, + "line": 2615, "column": 12 }, "end": { - "line": 2629, + "line": 2618, "column": 13 } } @@ -140436,16 +137639,16 @@ "type": "Identifier", "name": "slc", "range": [ - 80300, - 80303 + 79760, + 79763 ], "loc": { "start": { - "line": 2630, + "line": 2619, "column": 12 }, "end": { - "line": 2630, + "line": 2619, "column": 15 } } @@ -140454,31 +137657,31 @@ "type": "Identifier", "name": "value", "range": [ - 80304, - 80309 + 79764, + 79769 ], "loc": { "start": { - "line": 2630, + "line": 2619, "column": 16 }, "end": { - "line": 2630, + "line": 2619, "column": 21 } } }, "range": [ - 80300, - 80309 + 79760, + 79769 ], "loc": { "start": { - "line": 2630, + "line": 2619, "column": 12 }, "end": { - "line": 2630, + "line": 2619, "column": 21 } } @@ -140487,62 +137690,62 @@ "type": "Identifier", "name": "query", "range": [ - 80312, - 80317 + 79772, + 79777 ], "loc": { "start": { - "line": 2630, + "line": 2619, "column": 24 }, "end": { - "line": 2630, + "line": 2619, "column": 29 } } }, "range": [ - 80300, - 80317 + 79760, + 79777 ], "loc": { "start": { - "line": 2630, + "line": 2619, "column": 12 }, "end": { - "line": 2630, + "line": 2619, "column": 29 } } }, "range": [ - 80300, - 80318 + 79760, + 79778 ], "loc": { "start": { - "line": 2630, + "line": 2619, "column": 12 }, "end": { - "line": 2630, + "line": 2619, "column": 30 } } } ], "range": [ - 80080, - 80328 + 79540, + 79788 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 65 }, "end": { - "line": 2631, + "line": 2620, "column": 9 } }, @@ -140551,16 +137754,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 80337, - 80355 + 79797, + 79815 ], "loc": { "start": { - "line": 2632, + "line": 2621, "column": 8 }, "end": { - "line": 2632, + "line": 2621, "column": 26 } } @@ -140576,16 +137779,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 80373, - 80383 + 79833, + 79843 ], "loc": { "start": { - "line": 2633, + "line": 2622, "column": 17 }, "end": { - "line": 2633, + "line": 2622, "column": 27 } } @@ -140594,31 +137797,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 80388, - 80396 + 79848, + 79856 ], "loc": { "start": { - "line": 2633, + "line": 2622, "column": 32 }, "end": { - "line": 2633, + "line": 2622, "column": 40 } } }, "range": [ - 80373, - 80396 + 79833, + 79856 ], "loc": { "start": { - "line": 2633, + "line": 2622, "column": 17 }, "end": { - "line": 2633, + "line": 2622, "column": 40 } } @@ -140635,16 +137838,16 @@ "type": "Identifier", "name": "values", "range": [ - 80416, - 80422 + 79876, + 79882 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 16 }, "end": { - "line": 2634, + "line": 2623, "column": 22 } } @@ -140657,16 +137860,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 80425, - 80432 + 79885, + 79892 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 25 }, "end": { - "line": 2634, + "line": 2623, "column": 32 } } @@ -140676,32 +137879,32 @@ "type": "Identifier", "name": "query", "range": [ - 80433, - 80438 + 79893, + 79898 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 33 }, "end": { - "line": 2634, + "line": 2623, "column": 38 } } } ], "range": [ - 80425, - 80439 + 79885, + 79899 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 25 }, "end": { - "line": 2634, + "line": 2623, "column": 39 } } @@ -140710,16 +137913,16 @@ "type": "Identifier", "name": "query", "range": [ - 80442, - 80447 + 79902, + 79907 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 42 }, "end": { - "line": 2634, + "line": 2623, "column": 47 } } @@ -140733,16 +137936,16 @@ "type": "Identifier", "name": "query", "range": [ - 80466, - 80471 + 79926, + 79931 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 16 }, "end": { - "line": 2635, + "line": 2624, "column": 21 } } @@ -140751,31 +137954,31 @@ "type": "Identifier", "name": "split", "range": [ - 80472, - 80477 + 79932, + 79937 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 22 }, "end": { - "line": 2635, + "line": 2624, "column": 27 } } }, "range": [ - 80466, - 80477 + 79926, + 79937 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 16 }, "end": { - "line": 2635, + "line": 2624, "column": 27 } } @@ -140792,16 +137995,16 @@ "value": " ", "raw": "' '", "range": [ - 80478, - 80481 + 79938, + 79941 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 28 }, "end": { - "line": 2635, + "line": 2624, "column": 31 } } @@ -140812,16 +138015,16 @@ "object": { "type": "ThisExpression", "range": [ - 80484, - 80488 + 79944, + 79948 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 34 }, "end": { - "line": 2635, + "line": 2624, "column": 38 } } @@ -140830,46 +138033,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 80489, - 80499 + 79949, + 79959 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 39 }, "end": { - "line": 2635, + "line": 2624, "column": 49 } } }, "range": [ - 80484, - 80499 + 79944, + 79959 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 34 }, "end": { - "line": 2635, + "line": 2624, "column": 49 } } }, "range": [ - 80478, - 80499 + 79938, + 79959 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 28 }, "end": { - "line": 2635, + "line": 2624, "column": 49 } } @@ -140879,77 +138082,77 @@ "value": " ", "raw": "' '", "range": [ - 80502, - 80505 + 79962, + 79965 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 52 }, "end": { - "line": 2635, + "line": 2624, "column": 55 } } }, "range": [ - 80478, - 80505 + 79938, + 79965 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 28 }, "end": { - "line": 2635, + "line": 2624, "column": 55 } } } ], "range": [ - 80466, - 80506 + 79926, + 79966 ], "loc": { "start": { - "line": 2635, + "line": 2624, "column": 16 }, "end": { - "line": 2635, + "line": 2624, "column": 56 } } }, "range": [ - 80425, - 80506 + 79885, + 79966 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 25 }, "end": { - "line": 2635, + "line": 2624, "column": 56 } } }, "range": [ - 80416, - 80506 + 79876, + 79966 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 16 }, "end": { - "line": 2635, + "line": 2624, "column": 56 } } @@ -140957,16 +138160,16 @@ ], "kind": "let", "range": [ - 80412, - 80507 + 79872, + 79967 ], "loc": { "start": { - "line": 2634, + "line": 2623, "column": 12 }, "end": { - "line": 2635, + "line": 2624, "column": 57 } } @@ -140982,16 +138185,16 @@ "object": { "type": "ThisExpression", "range": [ - 80525, - 80529 + 79985, + 79989 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 16 }, "end": { - "line": 2637, + "line": 2626, "column": 20 } } @@ -141000,31 +138203,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 80530, - 80545 + 79990, + 80005 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 21 }, "end": { - "line": 2637, + "line": 2626, "column": 36 } } }, "range": [ - 80525, - 80545 + 79985, + 80005 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 16 }, "end": { - "line": 2637, + "line": 2626, "column": 36 } } @@ -141038,16 +138241,16 @@ "object": { "type": "ThisExpression", "range": [ - 80550, - 80554 + 80010, + 80014 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 41 }, "end": { - "line": 2637, + "line": 2626, "column": 45 } } @@ -141056,62 +138259,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 80555, - 80566 + 80015, + 80026 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 46 }, "end": { - "line": 2637, + "line": 2626, "column": 57 } } }, "range": [ - 80550, - 80566 + 80010, + 80026 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 41 }, "end": { - "line": 2637, + "line": 2626, "column": 57 } } }, "prefix": true, "range": [ - 80549, - 80566 + 80009, + 80026 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 40 }, "end": { - "line": 2637, + "line": 2626, "column": 57 } } }, "range": [ - 80525, - 80566 + 79985, + 80026 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 16 }, "end": { - "line": 2637, + "line": 2626, "column": 57 } } @@ -141132,16 +138335,16 @@ "object": { "type": "ThisExpression", "range": [ - 80586, - 80590 + 80046, + 80050 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 16 }, "end": { - "line": 2638, + "line": 2627, "column": 20 } } @@ -141150,31 +138353,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 80591, - 80598 + 80051, + 80058 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 21 }, "end": { - "line": 2638, + "line": 2627, "column": 28 } } }, "range": [ - 80586, - 80598 + 80046, + 80058 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 16 }, "end": { - "line": 2638, + "line": 2627, "column": 28 } } @@ -141183,31 +138386,31 @@ "type": "Identifier", "name": "emit", "range": [ - 80599, - 80603 + 80059, + 80063 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 29 }, "end": { - "line": 2638, + "line": 2627, "column": 33 } } }, "range": [ - 80586, - 80603 + 80046, + 80063 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 16 }, "end": { - "line": 2638, + "line": 2627, "column": 33 } } @@ -141218,16 +138421,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 80604, - 80625 + 80064, + 80085 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 34 }, "end": { - "line": 2638, + "line": 2627, "column": 55 } } @@ -141235,16 +138438,16 @@ { "type": "ThisExpression", "range": [ - 80627, - 80631 + 80087, + 80091 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 57 }, "end": { - "line": 2638, + "line": 2627, "column": 61 } } @@ -141253,16 +138456,16 @@ "type": "Identifier", "name": "index", "range": [ - 80633, - 80638 + 80093, + 80098 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 63 }, "end": { - "line": 2638, + "line": 2627, "column": 68 } } @@ -141273,16 +138476,16 @@ "object": { "type": "ThisExpression", "range": [ - 80660, - 80664 + 80120, + 80124 ], "loc": { "start": { - "line": 2639, + "line": 2628, "column": 20 }, "end": { - "line": 2639, + "line": 2628, "column": 24 } } @@ -141291,31 +138494,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 80665, - 80678 + 80125, + 80138 ], "loc": { "start": { - "line": 2639, + "line": 2628, "column": 25 }, "end": { - "line": 2639, + "line": 2628, "column": 38 } } }, "range": [ - 80660, - 80678 + 80120, + 80138 ], "loc": { "start": { - "line": 2639, + "line": 2628, "column": 20 }, "end": { - "line": 2639, + "line": 2628, "column": 38 } } @@ -141326,16 +138529,16 @@ "object": { "type": "ThisExpression", "range": [ - 80680, - 80684 + 80140, + 80144 ], "loc": { "start": { - "line": 2639, + "line": 2628, "column": 40 }, "end": { - "line": 2639, + "line": 2628, "column": 44 } } @@ -141344,94 +138547,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 80685, - 80698 + 80145, + 80158 ], "loc": { "start": { - "line": 2639, + "line": 2628, "column": 45 }, "end": { - "line": 2639, + "line": 2628, "column": 58 } } }, "range": [ - 80680, - 80698 + 80140, + 80158 ], "loc": { "start": { - "line": 2639, + "line": 2628, "column": 40 }, "end": { - "line": 2639, + "line": 2628, "column": 58 } } } ], "range": [ - 80586, - 80699 + 80046, + 80159 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 16 }, "end": { - "line": 2639, + "line": 2628, "column": 59 } } }, "range": [ - 80586, - 80700 + 80046, + 80160 ], "loc": { "start": { - "line": 2638, + "line": 2627, "column": 16 }, "end": { - "line": 2639, + "line": 2628, "column": 60 } } } ], "range": [ - 80568, - 80714 + 80028, + 80174 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 59 }, "end": { - "line": 2640, + "line": 2629, "column": 13 } } }, "alternate": null, "range": [ - 80521, - 80714 + 79981, + 80174 ], "loc": { "start": { - "line": 2637, + "line": 2626, "column": 12 }, "end": { - "line": 2640, + "line": 2629, "column": 13 } } @@ -141449,16 +138652,16 @@ "object": { "type": "ThisExpression", "range": [ - 80728, - 80732 + 80188, + 80192 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 12 }, "end": { - "line": 2642, + "line": 2631, "column": 16 } } @@ -141467,31 +138670,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 80733, - 80740 + 80193, + 80200 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 17 }, "end": { - "line": 2642, + "line": 2631, "column": 24 } } }, "range": [ - 80728, - 80740 + 80188, + 80200 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 12 }, "end": { - "line": 2642, + "line": 2631, "column": 24 } } @@ -141500,31 +138703,31 @@ "type": "Identifier", "name": "emit", "range": [ - 80741, - 80745 + 80201, + 80205 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 25 }, "end": { - "line": 2642, + "line": 2631, "column": 29 } } }, "range": [ - 80728, - 80745 + 80188, + 80205 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 12 }, "end": { - "line": 2642, + "line": 2631, "column": 29 } } @@ -141535,16 +138738,16 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 80746, - 80762 + 80206, + 80222 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 30 }, "end": { - "line": 2642, + "line": 2631, "column": 46 } } @@ -141552,16 +138755,16 @@ { "type": "ThisExpression", "range": [ - 80764, - 80768 + 80224, + 80228 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 48 }, "end": { - "line": 2642, + "line": 2631, "column": 52 } } @@ -141570,16 +138773,16 @@ "type": "Identifier", "name": "index", "range": [ - 80770, - 80775 + 80230, + 80235 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 54 }, "end": { - "line": 2642, + "line": 2631, "column": 59 } } @@ -141588,63 +138791,63 @@ "type": "Identifier", "name": "values", "range": [ - 80777, - 80783 + 80237, + 80243 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 61 }, "end": { - "line": 2642, + "line": 2631, "column": 67 } } } ], "range": [ - 80728, - 80784 + 80188, + 80244 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 12 }, "end": { - "line": 2642, + "line": 2631, "column": 68 } } }, "range": [ - 80728, - 80785 + 80188, + 80245 ], "loc": { "start": { - "line": 2642, + "line": 2631, "column": 12 }, "end": { - "line": 2642, + "line": 2631, "column": 69 } } } ], "range": [ - 80398, - 80795 + 79858, + 80255 ], "loc": { "start": { - "line": 2633, + "line": 2622, "column": 42 }, "end": { - "line": 2643, + "line": 2632, "column": 9 } }, @@ -141653,16 +138856,16 @@ "type": "Line", "value": "checklist", "range": [ - 80804, - 80815 + 80264, + 80275 ], "loc": { "start": { - "line": 2644, + "line": 2633, "column": 8 }, "end": { - "line": 2644, + "line": 2633, "column": 19 } } @@ -141678,16 +138881,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 80833, - 80843 + 80293, + 80303 ], "loc": { "start": { - "line": 2645, + "line": 2634, "column": 17 }, "end": { - "line": 2645, + "line": 2634, "column": 27 } } @@ -141696,31 +138899,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 80848, - 80857 + 80308, + 80317 ], "loc": { "start": { - "line": 2645, + "line": 2634, "column": 32 }, "end": { - "line": 2645, + "line": 2634, "column": 41 } } }, "range": [ - 80833, - 80857 + 80293, + 80317 ], "loc": { "start": { - "line": 2645, + "line": 2634, "column": 17 }, "end": { - "line": 2645, + "line": 2634, "column": 41 } } @@ -141737,16 +138940,16 @@ "type": "Identifier", "name": "values", "range": [ - 80877, - 80883 + 80337, + 80343 ], "loc": { "start": { - "line": 2646, + "line": 2635, "column": 16 }, "end": { - "line": 2646, + "line": 2635, "column": 22 } } @@ -141755,31 +138958,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 80886, - 80888 + 80346, + 80348 ], "loc": { "start": { - "line": 2646, + "line": 2635, "column": 25 }, "end": { - "line": 2646, + "line": 2635, "column": 27 } } }, "range": [ - 80877, - 80888 + 80337, + 80348 ], "loc": { "start": { - "line": 2646, + "line": 2635, "column": 16 }, "end": { - "line": 2646, + "line": 2635, "column": 27 } } @@ -141787,16 +138990,16 @@ ], "kind": "let", "range": [ - 80873, - 80889 + 80333, + 80349 ], "loc": { "start": { - "line": 2646, + "line": 2635, "column": 12 }, "end": { - "line": 2646, + "line": 2635, "column": 28 } } @@ -141812,16 +139015,16 @@ "object": { "type": "ThisExpression", "range": [ - 80906, - 80910 + 80366, + 80370 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 16 }, "end": { - "line": 2647, + "line": 2636, "column": 20 } } @@ -141830,31 +139033,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 80911, - 80926 + 80371, + 80386 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 21 }, "end": { - "line": 2647, + "line": 2636, "column": 36 } } }, "range": [ - 80906, - 80926 + 80366, + 80386 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 16 }, "end": { - "line": 2647, + "line": 2636, "column": 36 } } @@ -141868,16 +139071,16 @@ "object": { "type": "ThisExpression", "range": [ - 80931, - 80935 + 80391, + 80395 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 41 }, "end": { - "line": 2647, + "line": 2636, "column": 45 } } @@ -141886,62 +139089,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 80936, - 80947 + 80396, + 80407 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 46 }, "end": { - "line": 2647, + "line": 2636, "column": 57 } } }, "range": [ - 80931, - 80947 + 80391, + 80407 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 41 }, "end": { - "line": 2647, + "line": 2636, "column": 57 } } }, "prefix": true, "range": [ - 80930, - 80947 + 80390, + 80407 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 40 }, "end": { - "line": 2647, + "line": 2636, "column": 57 } } }, "range": [ - 80906, - 80947 + 80366, + 80407 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 16 }, "end": { - "line": 2647, + "line": 2636, "column": 57 } } @@ -141962,16 +139165,16 @@ "object": { "type": "ThisExpression", "range": [ - 80967, - 80971 + 80427, + 80431 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 16 }, "end": { - "line": 2648, + "line": 2637, "column": 20 } } @@ -141980,31 +139183,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 80972, - 80979 + 80432, + 80439 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 21 }, "end": { - "line": 2648, + "line": 2637, "column": 28 } } }, "range": [ - 80967, - 80979 + 80427, + 80439 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 16 }, "end": { - "line": 2648, + "line": 2637, "column": 28 } } @@ -142013,31 +139216,31 @@ "type": "Identifier", "name": "emit", "range": [ - 80980, - 80984 + 80440, + 80444 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 29 }, "end": { - "line": 2648, + "line": 2637, "column": 33 } } }, "range": [ - 80967, - 80984 + 80427, + 80444 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 16 }, "end": { - "line": 2648, + "line": 2637, "column": 33 } } @@ -142048,16 +139251,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 80985, - 81009 + 80445, + 80469 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 34 }, "end": { - "line": 2648, + "line": 2637, "column": 58 } } @@ -142065,16 +139268,16 @@ { "type": "ThisExpression", "range": [ - 81011, - 81015 + 80471, + 80475 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 60 }, "end": { - "line": 2648, + "line": 2637, "column": 64 } } @@ -142083,16 +139286,16 @@ "type": "Identifier", "name": "index", "range": [ - 81017, - 81022 + 80477, + 80482 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 66 }, "end": { - "line": 2648, + "line": 2637, "column": 71 } } @@ -142103,16 +139306,16 @@ "object": { "type": "ThisExpression", "range": [ - 81044, - 81048 + 80504, + 80508 ], "loc": { "start": { - "line": 2649, + "line": 2638, "column": 20 }, "end": { - "line": 2649, + "line": 2638, "column": 24 } } @@ -142121,94 +139324,94 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 81049, - 81062 + 80509, + 80522 ], "loc": { "start": { - "line": 2649, + "line": 2638, "column": 25 }, "end": { - "line": 2649, + "line": 2638, "column": 38 } } }, "range": [ - 81044, - 81062 + 80504, + 80522 ], "loc": { "start": { - "line": 2649, + "line": 2638, "column": 20 }, "end": { - "line": 2649, + "line": 2638, "column": 38 } } } ], "range": [ - 80967, - 81063 + 80427, + 80523 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 16 }, "end": { - "line": 2649, + "line": 2638, "column": 39 } } }, "range": [ - 80967, - 81064 + 80427, + 80524 ], "loc": { "start": { - "line": 2648, + "line": 2637, "column": 16 }, "end": { - "line": 2649, + "line": 2638, "column": 40 } } } ], "range": [ - 80949, - 81078 + 80409, + 80538 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 59 }, "end": { - "line": 2650, + "line": 2639, "column": 13 } } }, "alternate": null, "range": [ - 80902, - 81078 + 80362, + 80538 ], "loc": { "start": { - "line": 2647, + "line": 2636, "column": 12 }, "end": { - "line": 2650, + "line": 2639, "column": 13 } } @@ -142221,16 +139424,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 81095, - 81102 + 80555, + 80562 ], "loc": { "start": { - "line": 2651, + "line": 2640, "column": 16 }, "end": { - "line": 2651, + "line": 2640, "column": 23 } } @@ -142240,32 +139443,32 @@ "type": "Identifier", "name": "query", "range": [ - 81103, - 81108 + 80563, + 80568 ], "loc": { "start": { - "line": 2651, + "line": 2640, "column": 24 }, "end": { - "line": 2651, + "line": 2640, "column": 29 } } } ], "range": [ - 81095, - 81109 + 80555, + 80569 ], "loc": { "start": { - "line": 2651, + "line": 2640, "column": 16 }, "end": { - "line": 2651, + "line": 2640, "column": 30 } } @@ -142282,16 +139485,16 @@ "type": "Identifier", "name": "values", "range": [ - 81129, - 81135 + 80589, + 80595 ], "loc": { "start": { - "line": 2652, + "line": 2641, "column": 16 }, "end": { - "line": 2652, + "line": 2641, "column": 22 } } @@ -142300,62 +139503,62 @@ "type": "Identifier", "name": "query", "range": [ - 81138, - 81143 + 80598, + 80603 ], "loc": { "start": { - "line": 2652, + "line": 2641, "column": 25 }, "end": { - "line": 2652, + "line": 2641, "column": 30 } } }, "range": [ - 81129, - 81143 + 80589, + 80603 ], "loc": { "start": { - "line": 2652, + "line": 2641, "column": 16 }, "end": { - "line": 2652, + "line": 2641, "column": 30 } } }, "range": [ - 81129, - 81144 + 80589, + 80604 ], "loc": { "start": { - "line": 2652, + "line": 2641, "column": 16 }, "end": { - "line": 2652, + "line": 2641, "column": 31 } } } ], "range": [ - 81111, - 81158 + 80571, + 80618 ], "loc": { "start": { - "line": 2651, + "line": 2640, "column": 32 }, "end": { - "line": 2653, + "line": 2642, "column": 13 } } @@ -142372,16 +139575,16 @@ "type": "Identifier", "name": "query", "range": [ - 81182, - 81187 + 80642, + 80647 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 16 }, "end": { - "line": 2654, + "line": 2643, "column": 21 } } @@ -142392,16 +139595,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 81190, - 81199 + 80650, + 80659 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 24 }, "end": { - "line": 2654, + "line": 2643, "column": 33 } } @@ -142411,16 +139614,16 @@ "type": "Identifier", "name": "query", "range": [ - 81200, - 81205 + 80660, + 80665 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 34 }, "end": { - "line": 2654, + "line": 2643, "column": 39 } } @@ -142431,16 +139634,16 @@ "object": { "type": "ThisExpression", "range": [ - 81207, - 81211 + 80667, + 80671 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 41 }, "end": { - "line": 2654, + "line": 2643, "column": 45 } } @@ -142449,77 +139652,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 81212, - 81225 + 80672, + 80685 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 46 }, "end": { - "line": 2654, + "line": 2643, "column": 59 } } }, "range": [ - 81207, - 81225 + 80667, + 80685 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 41 }, "end": { - "line": 2654, + "line": 2643, "column": 59 } } } ], "range": [ - 81190, - 81226 + 80650, + 80686 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 24 }, "end": { - "line": 2654, + "line": 2643, "column": 60 } } }, "range": [ - 81182, - 81226 + 80642, + 80686 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 16 }, "end": { - "line": 2654, + "line": 2643, "column": 60 } } }, "range": [ - 81182, - 81227 + 80642, + 80687 ], "loc": { "start": { - "line": 2654, + "line": 2643, "column": 16 }, "end": { - "line": 2654, + "line": 2643, "column": 61 } } @@ -142533,16 +139736,16 @@ "type": "Identifier", "name": "values", "range": [ - 81244, - 81250 + 80704, + 80710 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 16 }, "end": { - "line": 2655, + "line": 2644, "column": 22 } } @@ -142556,16 +139759,16 @@ "type": "Identifier", "name": "query", "range": [ - 81253, - 81258 + 80713, + 80718 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 25 }, "end": { - "line": 2655, + "line": 2644, "column": 30 } } @@ -142574,31 +139777,31 @@ "type": "Identifier", "name": "split", "range": [ - 81259, - 81264 + 80719, + 80724 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 31 }, "end": { - "line": 2655, + "line": 2644, "column": 36 } } }, "range": [ - 81253, - 81264 + 80713, + 80724 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 25 }, "end": { - "line": 2655, + "line": 2644, "column": 36 } } @@ -142615,16 +139818,16 @@ "value": " ", "raw": "' '", "range": [ - 81265, - 81268 + 80725, + 80728 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 37 }, "end": { - "line": 2655, + "line": 2644, "column": 40 } } @@ -142635,16 +139838,16 @@ "object": { "type": "ThisExpression", "range": [ - 81271, - 81275 + 80731, + 80735 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 43 }, "end": { - "line": 2655, + "line": 2644, "column": 47 } } @@ -142653,46 +139856,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 81276, - 81286 + 80736, + 80746 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 48 }, "end": { - "line": 2655, + "line": 2644, "column": 58 } } }, "range": [ - 81271, - 81286 + 80731, + 80746 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 43 }, "end": { - "line": 2655, + "line": 2644, "column": 58 } } }, "range": [ - 81265, - 81286 + 80725, + 80746 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 37 }, "end": { - "line": 2655, + "line": 2644, "column": 58 } } @@ -142702,108 +139905,108 @@ "value": " ", "raw": "' '", "range": [ - 81289, - 81292 + 80749, + 80752 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 61 }, "end": { - "line": 2655, + "line": 2644, "column": 64 } } }, "range": [ - 81265, - 81292 + 80725, + 80752 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 37 }, "end": { - "line": 2655, + "line": 2644, "column": 64 } } } ], "range": [ - 81253, - 81293 + 80713, + 80753 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 25 }, "end": { - "line": 2655, + "line": 2644, "column": 65 } } }, "range": [ - 81244, - 81293 + 80704, + 80753 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 16 }, "end": { - "line": 2655, + "line": 2644, "column": 65 } } }, "range": [ - 81244, - 81294 + 80704, + 80754 ], "loc": { "start": { - "line": 2655, + "line": 2644, "column": 16 }, "end": { - "line": 2655, + "line": 2644, "column": 66 } } } ], "range": [ - 81164, - 81308 + 80624, + 80768 ], "loc": { "start": { - "line": 2653, + "line": 2642, "column": 19 }, "end": { - "line": 2656, + "line": 2645, "column": 13 } } }, "range": [ - 81091, - 81308 + 80551, + 80768 ], "loc": { "start": { - "line": 2651, + "line": 2640, "column": 12 }, "end": { - "line": 2656, + "line": 2645, "column": 13 } } @@ -142821,16 +140024,16 @@ "object": { "type": "ThisExpression", "range": [ - 81322, - 81326 + 80782, + 80786 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 12 }, "end": { - "line": 2658, + "line": 2647, "column": 16 } } @@ -142839,31 +140042,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 81327, - 81334 + 80787, + 80794 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 17 }, "end": { - "line": 2658, + "line": 2647, "column": 24 } } }, "range": [ - 81322, - 81334 + 80782, + 80794 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 12 }, "end": { - "line": 2658, + "line": 2647, "column": 24 } } @@ -142872,31 +140075,31 @@ "type": "Identifier", "name": "emit", "range": [ - 81335, - 81339 + 80795, + 80799 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 25 }, "end": { - "line": 2658, + "line": 2647, "column": 29 } } }, "range": [ - 81322, - 81339 + 80782, + 80799 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 12 }, "end": { - "line": 2658, + "line": 2647, "column": 29 } } @@ -142907,16 +140110,16 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 81340, - 81366 + 80800, + 80826 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 30 }, "end": { - "line": 2658, + "line": 2647, "column": 56 } } @@ -142924,16 +140127,16 @@ { "type": "ThisExpression", "range": [ - 81368, - 81372 + 80828, + 80832 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 58 }, "end": { - "line": 2658, + "line": 2647, "column": 62 } } @@ -142942,16 +140145,16 @@ "type": "Identifier", "name": "index", "range": [ - 81374, - 81379 + 80834, + 80839 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 64 }, "end": { - "line": 2658, + "line": 2647, "column": 69 } } @@ -142960,79 +140163,79 @@ "type": "Identifier", "name": "values", "range": [ - 81381, - 81387 + 80841, + 80847 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 71 }, "end": { - "line": 2658, + "line": 2647, "column": 77 } } } ], "range": [ - 81322, - 81388 + 80782, + 80848 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 12 }, "end": { - "line": 2658, + "line": 2647, "column": 78 } } }, "range": [ - 81322, - 81389 + 80782, + 80849 ], "loc": { "start": { - "line": 2658, + "line": 2647, "column": 12 }, "end": { - "line": 2658, + "line": 2647, "column": 79 } } } ], "range": [ - 80859, - 81399 + 80319, + 80859 ], "loc": { "start": { - "line": 2645, + "line": 2634, "column": 43 }, "end": { - "line": 2659, + "line": 2648, "column": 9 } } }, "alternate": null, "range": [ - 80829, - 81399 + 80289, + 80859 ], "loc": { "start": { - "line": 2645, + "line": 2634, "column": 13 }, "end": { - "line": 2659, + "line": 2648, "column": 9 } }, @@ -143041,16 +140244,16 @@ "type": "Line", "value": "checklist", "range": [ - 80804, - 80815 + 80264, + 80275 ], "loc": { "start": { - "line": 2644, + "line": 2633, "column": 8 }, "end": { - "line": 2644, + "line": 2633, "column": 19 } } @@ -143058,16 +140261,16 @@ ] }, "range": [ - 80369, - 81399 + 79829, + 80859 ], "loc": { "start": { - "line": 2633, + "line": 2622, "column": 13 }, "end": { - "line": 2659, + "line": 2648, "column": 9 } }, @@ -143076,16 +140279,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 80337, - 80355 + 79797, + 79815 ], "loc": { "start": { - "line": 2632, + "line": 2621, "column": 8 }, "end": { - "line": 2632, + "line": 2621, "column": 26 } } @@ -143093,32 +140296,32 @@ ] }, "range": [ - 80023, - 81399 + 79483, + 80859 ], "loc": { "start": { - "line": 2625, + "line": 2614, "column": 8 }, "end": { - "line": 2659, + "line": 2648, "column": 9 } } } ], "range": [ - 79853, - 81405 + 79313, + 80865 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 38 }, "end": { - "line": 2660, + "line": 2649, "column": 5 } } @@ -143126,16 +140329,16 @@ "generator": false, "expression": false, "range": [ - 79833, - 81405 + 79293, + 80865 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 18 }, "end": { - "line": 2660, + "line": 2649, "column": 5 } } @@ -143143,16 +140346,16 @@ "kind": "method", "computed": false, "range": [ - 79819, - 81405 + 79279, + 80865 ], "loc": { "start": { - "line": 2618, + "line": 2607, "column": 4 }, "end": { - "line": 2660, + "line": 2649, "column": 5 } }, @@ -143161,16 +140364,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 79652, - 79814 + 79112, + 79274 ], "loc": { "start": { - "line": 2613, + "line": 2602, "column": 4 }, "end": { - "line": 2617, + "line": 2606, "column": 7 } } @@ -143181,16 +140384,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 81411, - 81515 + 80871, + 80975 ], "loc": { "start": { - "line": 2662, + "line": 2651, "column": 4 }, "end": { - "line": 2665, + "line": 2654, "column": 7 } } @@ -143204,16 +140407,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 81520, - 81532 + 80980, + 80992 ], "loc": { "start": { - "line": 2666, + "line": 2655, "column": 4 }, "end": { - "line": 2666, + "line": 2655, "column": 16 } } @@ -143226,16 +140429,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 81533, - 81536 + 80993, + 80996 ], "loc": { "start": { - "line": 2666, + "line": 2655, "column": 17 }, "end": { - "line": 2666, + "line": 2655, "column": 20 } } @@ -143255,16 +140458,16 @@ "object": { "type": "ThisExpression", "range": [ - 81553, - 81557 + 81013, + 81017 ], "loc": { "start": { - "line": 2667, + "line": 2656, "column": 13 }, "end": { - "line": 2667, + "line": 2656, "column": 17 } } @@ -143273,47 +140476,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 81558, - 81570 + 81018, + 81030 ], "loc": { "start": { - "line": 2667, + "line": 2656, "column": 18 }, "end": { - "line": 2667, + "line": 2656, "column": 30 } } }, "range": [ - 81553, - 81570 + 81013, + 81030 ], "loc": { "start": { - "line": 2667, + "line": 2656, "column": 13 }, "end": { - "line": 2667, + "line": 2656, "column": 30 } } }, "prefix": true, "range": [ - 81552, - 81570 + 81012, + 81030 ], "loc": { "start": { - "line": 2667, + "line": 2656, "column": 12 }, "end": { - "line": 2667, + "line": 2656, "column": 30 } } @@ -143325,48 +140528,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 81586, - 81593 + 81046, + 81053 ], "loc": { "start": { - "line": 2668, + "line": 2657, "column": 12 }, "end": { - "line": 2668, + "line": 2657, "column": 19 } } } ], "range": [ - 81572, - 81603 + 81032, + 81063 ], "loc": { "start": { - "line": 2667, + "line": 2656, "column": 32 }, "end": { - "line": 2669, + "line": 2658, "column": 9 } } }, "alternate": null, "range": [ - 81548, - 81603 + 81008, + 81063 ], "loc": { "start": { - "line": 2667, + "line": 2656, "column": 8 }, "end": { - "line": 2669, + "line": 2658, "column": 9 } } @@ -143380,16 +140583,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 81612, - 81615 + 81072, + 81075 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 8 }, "end": { - "line": 2670, + "line": 2659, "column": 11 } } @@ -143401,16 +140604,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 81618, - 81621 + 81078, + 81081 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 14 }, "end": { - "line": 2670, + "line": 2659, "column": 17 } } @@ -143423,16 +140626,16 @@ "object": { "type": "ThisExpression", "range": [ - 81625, - 81629 + 81085, + 81089 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 21 }, "end": { - "line": 2670, + "line": 2659, "column": 25 } } @@ -143441,92 +140644,92 @@ "type": "Identifier", "name": "dom", "range": [ - 81630, - 81633 + 81090, + 81093 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 26 }, "end": { - "line": 2670, + "line": 2659, "column": 29 } } }, "range": [ - 81625, - 81633 + 81085, + 81093 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 21 }, "end": { - "line": 2670, + "line": 2659, "column": 29 } } }, "arguments": [], "range": [ - 81625, - 81635 + 81085, + 81095 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 21 }, "end": { - "line": 2670, + "line": 2659, "column": 31 } } }, "range": [ - 81618, - 81635 + 81078, + 81095 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 14 }, "end": { - "line": 2670, + "line": 2659, "column": 31 } } }, "range": [ - 81612, - 81635 + 81072, + 81095 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 8 }, "end": { - "line": 2670, + "line": 2659, "column": 31 } } }, "range": [ - 81612, - 81636 + 81072, + 81096 ], "loc": { "start": { - "line": 2670, + "line": 2659, "column": 8 }, "end": { - "line": 2670, + "line": 2659, "column": 32 } } @@ -143540,16 +140743,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 81650, - 81656 + 81110, + 81116 ], "loc": { "start": { - "line": 2672, + "line": 2661, "column": 12 }, "end": { - "line": 2672, + "line": 2661, "column": 18 } } @@ -143560,16 +140763,16 @@ "object": { "type": "ThisExpression", "range": [ - 81659, - 81663 + 81119, + 81123 ], "loc": { "start": { - "line": 2672, + "line": 2661, "column": 21 }, "end": { - "line": 2672, + "line": 2661, "column": 25 } } @@ -143578,46 +140781,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 81664, - 81671 + 81124, + 81131 ], "loc": { "start": { - "line": 2672, + "line": 2661, "column": 26 }, "end": { - "line": 2672, + "line": 2661, "column": 33 } } }, "range": [ - 81659, - 81671 + 81119, + 81131 ], "loc": { "start": { - "line": 2672, + "line": 2661, "column": 21 }, "end": { - "line": 2672, + "line": 2661, "column": 33 } } }, "range": [ - 81650, - 81671 + 81110, + 81131 ], "loc": { "start": { - "line": 2672, + "line": 2661, "column": 12 }, "end": { - "line": 2672, + "line": 2661, "column": 33 } } @@ -143625,16 +140828,16 @@ ], "kind": "let", "range": [ - 81646, - 81672 + 81106, + 81132 ], "loc": { "start": { - "line": 2672, + "line": 2661, "column": 8 }, "end": { - "line": 2672, + "line": 2661, "column": 34 } } @@ -143648,16 +140851,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 81685, - 81694 + 81145, + 81154 ], "loc": { "start": { - "line": 2673, + "line": 2662, "column": 12 }, "end": { - "line": 2673, + "line": 2662, "column": 21 } } @@ -143668,16 +140871,16 @@ "object": { "type": "ThisExpression", "range": [ - 81697, - 81701 + 81157, + 81161 ], "loc": { "start": { - "line": 2673, + "line": 2662, "column": 24 }, "end": { - "line": 2673, + "line": 2662, "column": 28 } } @@ -143686,46 +140889,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 81702, - 81711 + 81162, + 81171 ], "loc": { "start": { - "line": 2673, + "line": 2662, "column": 29 }, "end": { - "line": 2673, + "line": 2662, "column": 38 } } }, "range": [ - 81697, - 81711 + 81157, + 81171 ], "loc": { "start": { - "line": 2673, + "line": 2662, "column": 24 }, "end": { - "line": 2673, + "line": 2662, "column": 38 } } }, "range": [ - 81685, - 81711 + 81145, + 81171 ], "loc": { "start": { - "line": 2673, + "line": 2662, "column": 12 }, "end": { - "line": 2673, + "line": 2662, "column": 38 } } @@ -143733,16 +140936,16 @@ ], "kind": "let", "range": [ - 81681, - 81712 + 81141, + 81172 ], "loc": { "start": { - "line": 2673, + "line": 2662, "column": 8 }, "end": { - "line": 2673, + "line": 2662, "column": 39 } } @@ -143756,16 +140959,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 81725, - 81732 + 81185, + 81192 ], "loc": { "start": { - "line": 2674, + "line": 2663, "column": 12 }, "end": { - "line": 2674, + "line": 2663, "column": 19 } } @@ -143776,16 +140979,16 @@ "type": "Identifier", "name": "tag", "range": [ - 81735, - 81738 + 81195, + 81198 ], "loc": { "start": { - "line": 2674, + "line": 2663, "column": 22 }, "end": { - "line": 2674, + "line": 2663, "column": 25 } } @@ -143795,16 +140998,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 81739, - 81742 + 81199, + 81202 ], "loc": { "start": { - "line": 2674, + "line": 2663, "column": 26 }, "end": { - "line": 2674, + "line": 2663, "column": 29 } } @@ -143814,47 +141017,47 @@ "value": "col", "raw": "'col'", "range": [ - 81744, - 81749 + 81204, + 81209 ], "loc": { "start": { - "line": 2674, + "line": 2663, "column": 31 }, "end": { - "line": 2674, + "line": 2663, "column": 36 } } } ], "range": [ - 81735, - 81750 + 81195, + 81210 ], "loc": { "start": { - "line": 2674, + "line": 2663, "column": 22 }, "end": { - "line": 2674, + "line": 2663, "column": 37 } } }, "range": [ - 81725, - 81750 + 81185, + 81210 ], "loc": { "start": { - "line": 2674, + "line": 2663, "column": 12 }, "end": { - "line": 2674, + "line": 2663, "column": 37 } } @@ -143862,16 +141065,16 @@ ], "kind": "let", "range": [ - 81721, - 81751 + 81181, + 81211 ], "loc": { "start": { - "line": 2674, + "line": 2663, "column": 8 }, "end": { - "line": 2674, + "line": 2663, "column": 38 } } @@ -143885,16 +141088,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 81764, - 81776 + 81224, + 81236 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 12 }, "end": { - "line": 2675, + "line": 2664, "column": 24 } } @@ -143909,16 +141112,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 81779, - 81786 + 81239, + 81246 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 27 }, "end": { - "line": 2675, + "line": 2664, "column": 34 } } @@ -143927,31 +141130,31 @@ "type": "Identifier", "name": "length", "range": [ - 81787, - 81793 + 81247, + 81253 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 35 }, "end": { - "line": 2675, + "line": 2664, "column": 41 } } }, "range": [ - 81779, - 81793 + 81239, + 81253 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 27 }, "end": { - "line": 2675, + "line": 2664, "column": 41 } } @@ -143961,46 +141164,46 @@ "value": 0, "raw": "0", "range": [ - 81796, - 81797 + 81256, + 81257 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 44 }, "end": { - "line": 2675, + "line": 2664, "column": 45 } } }, "range": [ - 81779, - 81797 + 81239, + 81257 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 27 }, "end": { - "line": 2675, + "line": 2664, "column": 45 } } }, "range": [ - 81764, - 81797 + 81224, + 81257 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 12 }, "end": { - "line": 2675, + "line": 2664, "column": 45 } } @@ -144008,16 +141211,16 @@ ], "kind": "let", "range": [ - 81760, - 81798 + 81220, + 81258 ], "loc": { "start": { - "line": 2675, + "line": 2664, "column": 8 }, "end": { - "line": 2675, + "line": 2664, "column": 46 } } @@ -144031,16 +141234,16 @@ "type": "Identifier", "name": "frag", "range": [ - 81811, - 81815 + 81271, + 81275 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 12 }, "end": { - "line": 2676, + "line": 2665, "column": 16 } } @@ -144054,32 +141257,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 81819, - 81831 + 81279, + 81291 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 20 }, "end": { - "line": 2676, + "line": 2665, "column": 32 } } }, "prefix": true, "range": [ - 81818, - 81831 + 81278, + 81291 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 19 }, "end": { - "line": 2676, + "line": 2665, "column": 32 } } @@ -144093,16 +141296,16 @@ "type": "Identifier", "name": "doc", "range": [ - 81834, - 81837 + 81294, + 81297 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 35 }, "end": { - "line": 2676, + "line": 2665, "column": 38 } } @@ -144111,47 +141314,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 81838, - 81860 + 81298, + 81320 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 39 }, "end": { - "line": 2676, + "line": 2665, "column": 61 } } }, "range": [ - 81834, - 81860 + 81294, + 81320 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 35 }, "end": { - "line": 2676, + "line": 2665, "column": 61 } } }, "arguments": [], "range": [ - 81834, - 81862 + 81294, + 81322 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 35 }, "end": { - "line": 2676, + "line": 2665, "column": 63 } } @@ -144161,46 +141364,46 @@ "value": null, "raw": "null", "range": [ - 81865, - 81869 + 81325, + 81329 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 66 }, "end": { - "line": 2676, + "line": 2665, "column": 70 } } }, "range": [ - 81818, - 81869 + 81278, + 81329 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 19 }, "end": { - "line": 2676, + "line": 2665, "column": 70 } } }, "range": [ - 81811, - 81869 + 81271, + 81329 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 12 }, "end": { - "line": 2676, + "line": 2665, "column": 70 } } @@ -144208,16 +141411,16 @@ ], "kind": "let", "range": [ - 81807, - 81870 + 81267, + 81330 ], "loc": { "start": { - "line": 2676, + "line": 2665, "column": 8 }, "end": { - "line": 2676, + "line": 2665, "column": 71 } } @@ -144233,16 +141436,16 @@ "type": "Identifier", "name": "k", "range": [ - 81888, - 81889 + 81348, + 81349 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 17 }, "end": { - "line": 2677, + "line": 2666, "column": 18 } } @@ -144252,31 +141455,31 @@ "value": 0, "raw": "0", "range": [ - 81892, - 81893 + 81352, + 81353 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 21 }, "end": { - "line": 2677, + "line": 2666, "column": 22 } } }, "range": [ - 81888, - 81893 + 81348, + 81353 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 17 }, "end": { - "line": 2677, + "line": 2666, "column": 22 } } @@ -144284,16 +141487,16 @@ ], "kind": "let", "range": [ - 81884, - 81893 + 81344, + 81353 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 13 }, "end": { - "line": 2677, + "line": 2666, "column": 22 } } @@ -144305,16 +141508,16 @@ "type": "Identifier", "name": "k", "range": [ - 81895, - 81896 + 81355, + 81356 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 24 }, "end": { - "line": 2677, + "line": 2666, "column": 25 } } @@ -144323,31 +141526,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 81899, - 81905 + 81359, + 81365 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 28 }, "end": { - "line": 2677, + "line": 2666, "column": 34 } } }, "range": [ - 81895, - 81905 + 81355, + 81365 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 24 }, "end": { - "line": 2677, + "line": 2666, "column": 34 } } @@ -144359,32 +141562,32 @@ "type": "Identifier", "name": "k", "range": [ - 81907, - 81908 + 81367, + 81368 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 36 }, "end": { - "line": 2677, + "line": 2666, "column": 37 } } }, "prefix": false, "range": [ - 81907, - 81910 + 81367, + 81370 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 36 }, "end": { - "line": 2677, + "line": 2666, "column": 39 } } @@ -144401,32 +141604,32 @@ "type": "Identifier", "name": "col", "range": [ - 81930, - 81933 + 81390, + 81393 ], "loc": { "start": { - "line": 2678, + "line": 2667, "column": 16 }, "end": { - "line": 2678, + "line": 2667, "column": 19 } } }, "init": null, "range": [ - 81930, - 81933 + 81390, + 81393 ], "loc": { "start": { - "line": 2678, + "line": 2667, "column": 16 }, "end": { - "line": 2678, + "line": 2667, "column": 19 } } @@ -144434,16 +141637,16 @@ ], "kind": "let", "range": [ - 81926, - 81934 + 81386, + 81394 ], "loc": { "start": { - "line": 2678, + "line": 2667, "column": 12 }, "end": { - "line": 2678, + "line": 2667, "column": 20 } } @@ -144454,16 +141657,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 81951, - 81963 + 81411, + 81423 ], "loc": { "start": { - "line": 2679, + "line": 2668, "column": 16 }, "end": { - "line": 2679, + "line": 2668, "column": 28 } } @@ -144480,16 +141683,16 @@ "type": "Identifier", "name": "col", "range": [ - 81983, - 81986 + 81443, + 81446 ], "loc": { "start": { - "line": 2680, + "line": 2669, "column": 16 }, "end": { - "line": 2680, + "line": 2669, "column": 19 } } @@ -144501,16 +141704,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 81989, - 81996 + 81449, + 81456 ], "loc": { "start": { - "line": 2680, + "line": 2669, "column": 22 }, "end": { - "line": 2680, + "line": 2669, "column": 29 } } @@ -144519,77 +141722,77 @@ "type": "Identifier", "name": "k", "range": [ - 81997, - 81998 + 81457, + 81458 ], "loc": { "start": { - "line": 2680, + "line": 2669, "column": 30 }, "end": { - "line": 2680, + "line": 2669, "column": 31 } } }, "range": [ - 81989, - 81999 + 81449, + 81459 ], "loc": { "start": { - "line": 2680, + "line": 2669, "column": 22 }, "end": { - "line": 2680, + "line": 2669, "column": 32 } } }, "range": [ - 81983, - 81999 + 81443, + 81459 ], "loc": { "start": { - "line": 2680, + "line": 2669, "column": 16 }, "end": { - "line": 2680, + "line": 2669, "column": 32 } } }, "range": [ - 81983, - 82000 + 81443, + 81460 ], "loc": { "start": { - "line": 2680, + "line": 2669, "column": 16 }, "end": { - "line": 2680, + "line": 2669, "column": 33 } } } ], "range": [ - 81965, - 82014 + 81425, + 81474 ], "loc": { "start": { - "line": 2679, + "line": 2668, "column": 30 }, "end": { - "line": 2681, + "line": 2670, "column": 13 } } @@ -144606,16 +141809,16 @@ "type": "Identifier", "name": "col", "range": [ - 82038, - 82041 + 81498, + 81501 ], "loc": { "start": { - "line": 2682, + "line": 2671, "column": 16 }, "end": { - "line": 2682, + "line": 2671, "column": 19 } } @@ -144626,16 +141829,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 82044, - 82053 + 81504, + 81513 ], "loc": { "start": { - "line": 2682, + "line": 2671, "column": 22 }, "end": { - "line": 2682, + "line": 2671, "column": 31 } } @@ -144646,62 +141849,62 @@ "value": "col", "raw": "'col'", "range": [ - 82054, - 82059 + 81514, + 81519 ], "loc": { "start": { - "line": 2682, + "line": 2671, "column": 32 }, "end": { - "line": 2682, + "line": 2671, "column": 37 } } } ], "range": [ - 82044, - 82060 + 81504, + 81520 ], "loc": { "start": { - "line": 2682, + "line": 2671, "column": 22 }, "end": { - "line": 2682, + "line": 2671, "column": 38 } } }, "range": [ - 82038, - 82060 + 81498, + 81520 ], "loc": { "start": { - "line": 2682, + "line": 2671, "column": 16 }, "end": { - "line": 2682, + "line": 2671, "column": 38 } } }, "range": [ - 82038, - 82061 + 81498, + 81521 ], "loc": { "start": { - "line": 2682, + "line": 2671, "column": 16 }, "end": { - "line": 2682, + "line": 2671, "column": 39 } } @@ -144717,16 +141920,16 @@ "type": "Identifier", "name": "frag", "range": [ - 82078, - 82082 + 81538, + 81542 ], "loc": { "start": { - "line": 2683, + "line": 2672, "column": 16 }, "end": { - "line": 2683, + "line": 2672, "column": 20 } } @@ -144735,31 +141938,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 82083, - 82094 + 81543, + 81554 ], "loc": { "start": { - "line": 2683, + "line": 2672, "column": 21 }, "end": { - "line": 2683, + "line": 2672, "column": 32 } } }, "range": [ - 82078, - 82094 + 81538, + 81554 ], "loc": { "start": { - "line": 2683, + "line": 2672, "column": 16 }, "end": { - "line": 2683, + "line": 2672, "column": 32 } } @@ -144769,78 +141972,78 @@ "type": "Identifier", "name": "col", "range": [ - 82095, - 82098 + 81555, + 81558 ], "loc": { "start": { - "line": 2683, + "line": 2672, "column": 33 }, "end": { - "line": 2683, + "line": 2672, "column": 36 } } } ], "range": [ - 82078, - 82099 + 81538, + 81559 ], "loc": { "start": { - "line": 2683, + "line": 2672, "column": 16 }, "end": { - "line": 2683, + "line": 2672, "column": 37 } } }, "range": [ - 82078, - 82100 + 81538, + 81560 ], "loc": { "start": { - "line": 2683, + "line": 2672, "column": 16 }, "end": { - "line": 2683, + "line": 2672, "column": 38 } } } ], "range": [ - 82020, - 82114 + 81480, + 81574 ], "loc": { "start": { - "line": 2681, + "line": 2670, "column": 19 }, "end": { - "line": 2684, + "line": 2673, "column": 13 } } }, "range": [ - 81947, - 82114 + 81407, + 81574 ], "loc": { "start": { - "line": 2679, + "line": 2668, "column": 12 }, "end": { - "line": 2684, + "line": 2673, "column": 13 } } @@ -144860,16 +142063,16 @@ "type": "Identifier", "name": "col", "range": [ - 82127, - 82130 + 81587, + 81590 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 12 }, "end": { - "line": 2685, + "line": 2674, "column": 15 } } @@ -144878,31 +142081,31 @@ "type": "Identifier", "name": "style", "range": [ - 82131, - 82136 + 81591, + 81596 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 16 }, "end": { - "line": 2685, + "line": 2674, "column": 21 } } }, "range": [ - 82127, - 82136 + 81587, + 81596 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 12 }, "end": { - "line": 2685, + "line": 2674, "column": 21 } } @@ -144911,31 +142114,31 @@ "type": "Identifier", "name": "width", "range": [ - 82137, - 82142 + 81597, + 81602 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 22 }, "end": { - "line": 2685, + "line": 2674, "column": 27 } } }, "range": [ - 82127, - 82142 + 81587, + 81602 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 12 }, "end": { - "line": 2685, + "line": 2674, "column": 27 } } @@ -144947,16 +142150,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 82145, - 82154 + 81605, + 81614 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 30 }, "end": { - "line": 2685, + "line": 2674, "column": 39 } } @@ -144965,92 +142168,92 @@ "type": "Identifier", "name": "k", "range": [ - 82155, - 82156 + 81615, + 81616 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 40 }, "end": { - "line": 2685, + "line": 2674, "column": 41 } } }, "range": [ - 82145, - 82157 + 81605, + 81617 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 30 }, "end": { - "line": 2685, + "line": 2674, "column": 42 } } }, "range": [ - 82127, - 82157 + 81587, + 81617 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 12 }, "end": { - "line": 2685, + "line": 2674, "column": 42 } } }, "range": [ - 82127, - 82158 + 81587, + 81618 ], "loc": { "start": { - "line": 2685, + "line": 2674, "column": 12 }, "end": { - "line": 2685, + "line": 2674, "column": 43 } } } ], "range": [ - 81912, - 82168 + 81372, + 81628 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 41 }, "end": { - "line": 2686, + "line": 2675, "column": 9 } } }, "range": [ - 81879, - 82168 + 81339, + 81628 ], "loc": { "start": { - "line": 2677, + "line": 2666, "column": 8 }, "end": { - "line": 2686, + "line": 2675, "column": 9 } } @@ -145064,32 +142267,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 82182, - 82194 + 81642, + 81654 ], "loc": { "start": { - "line": 2687, + "line": 2676, "column": 13 }, "end": { - "line": 2687, + "line": 2676, "column": 25 } } }, "prefix": true, "range": [ - 82181, - 82194 + 81641, + 81654 ], "loc": { "start": { - "line": 2687, + "line": 2676, "column": 12 }, "end": { - "line": 2687, + "line": 2676, "column": 25 } } @@ -145108,16 +142311,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 82210, - 82213 + 81670, + 81673 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 12 }, "end": { - "line": 2688, + "line": 2677, "column": 15 } } @@ -145126,31 +142329,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 82214, - 82226 + 81674, + 81686 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 16 }, "end": { - "line": 2688, + "line": 2677, "column": 28 } } }, "range": [ - 82210, - 82226 + 81670, + 81686 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 12 }, "end": { - "line": 2688, + "line": 2677, "column": 28 } } @@ -145160,16 +142363,16 @@ "type": "Identifier", "name": "frag", "range": [ - 82227, - 82231 + 81687, + 81691 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 29 }, "end": { - "line": 2688, + "line": 2677, "column": 33 } } @@ -145181,16 +142384,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 82233, - 82236 + 81693, + 81696 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 35 }, "end": { - "line": 2688, + "line": 2677, "column": 38 } } @@ -145199,110 +142402,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 82237, - 82247 + 81697, + 81707 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 39 }, "end": { - "line": 2688, + "line": 2677, "column": 49 } } }, "range": [ - 82233, - 82247 + 81693, + 81707 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 35 }, "end": { - "line": 2688, + "line": 2677, "column": 49 } } } ], "range": [ - 82210, - 82248 + 81670, + 81708 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 12 }, "end": { - "line": 2688, + "line": 2677, "column": 50 } } }, "range": [ - 82210, - 82249 + 81670, + 81709 ], "loc": { "start": { - "line": 2688, + "line": 2677, "column": 12 }, "end": { - "line": 2688, + "line": 2677, "column": 51 } } } ], "range": [ - 82196, - 82259 + 81656, + 81719 ], "loc": { "start": { - "line": 2687, + "line": 2676, "column": 27 }, "end": { - "line": 2689, + "line": 2678, "column": 9 } } }, "alternate": null, "range": [ - 82177, - 82259 + 81637, + 81719 ], "loc": { "start": { - "line": 2687, + "line": 2676, "column": 8 }, "end": { - "line": 2689, + "line": 2678, "column": 9 } } } ], "range": [ - 81538, - 82265 + 80998, + 81725 ], "loc": { "start": { - "line": 2666, + "line": 2655, "column": 22 }, "end": { - "line": 2690, + "line": 2679, "column": 5 } } @@ -145310,16 +142513,16 @@ "generator": false, "expression": false, "range": [ - 81532, - 82265 + 80992, + 81725 ], "loc": { "start": { - "line": 2666, + "line": 2655, "column": 16 }, "end": { - "line": 2690, + "line": 2679, "column": 5 } } @@ -145327,16 +142530,16 @@ "kind": "method", "computed": false, "range": [ - 81520, - 82265 + 80980, + 81725 ], "loc": { "start": { - "line": 2666, + "line": 2655, "column": 4 }, "end": { - "line": 2690, + "line": 2679, "column": 5 } }, @@ -145345,16 +142548,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 81411, - 81515 + 80871, + 80975 ], "loc": { "start": { - "line": 2662, + "line": 2651, "column": 4 }, "end": { - "line": 2665, + "line": 2654, "column": 7 } } @@ -145365,16 +142568,16 @@ "type": "Block", "value": "*\n * Make defined rows always visible\n ", "range": [ - 82271, - 82322 + 81731, + 81782 ], "loc": { "start": { - "line": 2692, + "line": 2681, "column": 4 }, "end": { - "line": 2694, + "line": 2683, "column": 7 } } @@ -145388,16 +142591,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 82327, - 82344 + 81787, + 81804 ], "loc": { "start": { - "line": 2695, + "line": 2684, "column": 4 }, "end": { - "line": 2695, + "line": 2684, "column": 21 } } @@ -145420,16 +142623,16 @@ "object": { "type": "ThisExpression", "range": [ - 82362, - 82366 + 81822, + 81826 ], "loc": { "start": { - "line": 2696, + "line": 2685, "column": 13 }, "end": { - "line": 2696, + "line": 2685, "column": 17 } } @@ -145438,47 +142641,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 82367, - 82381 + 81827, + 81841 ], "loc": { "start": { - "line": 2696, + "line": 2685, "column": 18 }, "end": { - "line": 2696, + "line": 2685, "column": 32 } } }, "range": [ - 82362, - 82381 + 81822, + 81841 ], "loc": { "start": { - "line": 2696, + "line": 2685, "column": 13 }, "end": { - "line": 2696, + "line": 2685, "column": 32 } } }, "prefix": true, "range": [ - 82361, - 82381 + 81821, + 81841 ], "loc": { "start": { - "line": 2696, + "line": 2685, "column": 12 }, "end": { - "line": 2696, + "line": 2685, "column": 32 } } @@ -145490,48 +142693,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 82397, - 82404 + 81857, + 81864 ], "loc": { "start": { - "line": 2697, + "line": 2686, "column": 12 }, "end": { - "line": 2697, + "line": 2686, "column": 19 } } } ], "range": [ - 82383, - 82414 + 81843, + 81874 ], "loc": { "start": { - "line": 2696, + "line": 2685, "column": 34 }, "end": { - "line": 2698, + "line": 2687, "column": 9 } } }, "alternate": null, "range": [ - 82357, - 82414 + 81817, + 81874 ], "loc": { "start": { - "line": 2696, + "line": 2685, "column": 8 }, "end": { - "line": 2698, + "line": 2687, "column": 9 } } @@ -145545,16 +142748,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 82427, - 82433 + 81887, + 81893 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 12 }, "end": { - "line": 2699, + "line": 2688, "column": 18 } } @@ -145567,16 +142770,16 @@ "object": { "type": "ThisExpression", "range": [ - 82436, - 82440 + 81896, + 81900 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 21 }, "end": { - "line": 2699, + "line": 2688, "column": 25 } } @@ -145585,31 +142788,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 82441, - 82450 + 81901, + 81910 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 26 }, "end": { - "line": 2699, + "line": 2688, "column": 35 } } }, "range": [ - 82436, - 82450 + 81896, + 81910 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 21 }, "end": { - "line": 2699, + "line": 2688, "column": 35 } } @@ -145620,47 +142823,47 @@ "value": true, "raw": "true", "range": [ - 82451, - 82455 + 81911, + 81915 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 36 }, "end": { - "line": 2699, + "line": 2688, "column": 40 } } } ], "range": [ - 82436, - 82456 + 81896, + 81916 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 21 }, "end": { - "line": 2699, + "line": 2688, "column": 41 } } }, "range": [ - 82427, - 82456 + 81887, + 81916 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 12 }, "end": { - "line": 2699, + "line": 2688, "column": 41 } } @@ -145668,16 +142871,16 @@ ], "kind": "let", "range": [ - 82423, - 82457 + 81883, + 81917 ], "loc": { "start": { - "line": 2699, + "line": 2688, "column": 8 }, "end": { - "line": 2699, + "line": 2688, "column": 42 } } @@ -145693,16 +142896,16 @@ "type": "Identifier", "name": "i", "range": [ - 82475, - 82476 + 81935, + 81936 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 17 }, "end": { - "line": 2700, + "line": 2689, "column": 18 } } @@ -145712,31 +142915,31 @@ "value": 0, "raw": "0", "range": [ - 82479, - 82480 + 81939, + 81940 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 21 }, "end": { - "line": 2700, + "line": 2689, "column": 22 } } }, "range": [ - 82475, - 82480 + 81935, + 81940 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 17 }, "end": { - "line": 2700, + "line": 2689, "column": 22 } } @@ -145747,16 +142950,16 @@ "type": "Identifier", "name": "len", "range": [ - 82482, - 82485 + 81942, + 81945 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 24 }, "end": { - "line": 2700, + "line": 2689, "column": 27 } } @@ -145770,16 +142973,16 @@ "object": { "type": "ThisExpression", "range": [ - 82488, - 82492 + 81948, + 81952 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 30 }, "end": { - "line": 2700, + "line": 2689, "column": 34 } } @@ -145788,31 +142991,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 82493, - 82504 + 81953, + 81964 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 35 }, "end": { - "line": 2700, + "line": 2689, "column": 46 } } }, "range": [ - 82488, - 82504 + 81948, + 81964 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 30 }, "end": { - "line": 2700, + "line": 2689, "column": 46 } } @@ -145821,46 +143024,46 @@ "type": "Identifier", "name": "length", "range": [ - 82505, - 82511 + 81965, + 81971 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 47 }, "end": { - "line": 2700, + "line": 2689, "column": 53 } } }, "range": [ - 82488, - 82511 + 81948, + 81971 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 30 }, "end": { - "line": 2700, + "line": 2689, "column": 53 } } }, "range": [ - 82482, - 82511 + 81942, + 81971 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 24 }, "end": { - "line": 2700, + "line": 2689, "column": 53 } } @@ -145868,16 +143071,16 @@ ], "kind": "let", "range": [ - 82471, - 82511 + 81931, + 81971 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 13 }, "end": { - "line": 2700, + "line": 2689, "column": 53 } } @@ -145889,16 +143092,16 @@ "type": "Identifier", "name": "i", "range": [ - 82513, - 82514 + 81973, + 81974 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 55 }, "end": { - "line": 2700, + "line": 2689, "column": 56 } } @@ -145907,31 +143110,31 @@ "type": "Identifier", "name": "len", "range": [ - 82517, - 82520 + 81977, + 81980 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 59 }, "end": { - "line": 2700, + "line": 2689, "column": 62 } } }, "range": [ - 82513, - 82520 + 81973, + 81980 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 55 }, "end": { - "line": 2700, + "line": 2689, "column": 62 } } @@ -145943,32 +143146,32 @@ "type": "Identifier", "name": "i", "range": [ - 82522, - 82523 + 81982, + 81983 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 64 }, "end": { - "line": 2700, + "line": 2689, "column": 65 } } }, "prefix": false, "range": [ - 82522, - 82525 + 81982, + 81985 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 64 }, "end": { - "line": 2700, + "line": 2689, "column": 67 } } @@ -145985,16 +143188,16 @@ "type": "Identifier", "name": "row", "range": [ - 82545, - 82548 + 82005, + 82008 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 16 }, "end": { - "line": 2701, + "line": 2690, "column": 19 } } @@ -146008,16 +143211,16 @@ "object": { "type": "ThisExpression", "range": [ - 82551, - 82555 + 82011, + 82015 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 22 }, "end": { - "line": 2701, + "line": 2690, "column": 26 } } @@ -146026,31 +143229,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 82556, - 82567 + 82016, + 82027 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 27 }, "end": { - "line": 2701, + "line": 2690, "column": 38 } } }, "range": [ - 82551, - 82567 + 82011, + 82027 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 22 }, "end": { - "line": 2701, + "line": 2690, "column": 38 } } @@ -146059,46 +143262,46 @@ "type": "Identifier", "name": "i", "range": [ - 82568, - 82569 + 82028, + 82029 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 39 }, "end": { - "line": 2701, + "line": 2690, "column": 40 } } }, "range": [ - 82551, - 82570 + 82011, + 82030 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 22 }, "end": { - "line": 2701, + "line": 2690, "column": 41 } } }, "range": [ - 82545, - 82570 + 82005, + 82030 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 16 }, "end": { - "line": 2701, + "line": 2690, "column": 41 } } @@ -146106,16 +143309,16 @@ ], "kind": "let", "range": [ - 82541, - 82571 + 82001, + 82031 ], "loc": { "start": { - "line": 2701, + "line": 2690, "column": 12 }, "end": { - "line": 2701, + "line": 2690, "column": 42 } }, @@ -146124,16 +143327,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 82584, - 82613 + 82044, + 82073 ], "loc": { "start": { - "line": 2702, + "line": 2691, "column": 12 }, "end": { - "line": 2702, + "line": 2691, "column": 41 } } @@ -146149,16 +143352,16 @@ "type": "Identifier", "name": "row", "range": [ - 82630, - 82633 + 82090, + 82093 ], "loc": { "start": { - "line": 2703, + "line": 2692, "column": 16 }, "end": { - "line": 2703, + "line": 2692, "column": 19 } } @@ -146167,31 +143370,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 82637, - 82643 + 82097, + 82103 ], "loc": { "start": { - "line": 2703, + "line": 2692, "column": 23 }, "end": { - "line": 2703, + "line": 2692, "column": 29 } } }, "range": [ - 82630, - 82643 + 82090, + 82103 ], "loc": { "start": { - "line": 2703, + "line": 2692, "column": 16 }, "end": { - "line": 2703, + "line": 2692, "column": 29 } } @@ -146209,16 +143412,16 @@ "object": { "type": "ThisExpression", "range": [ - 82663, - 82667 + 82123, + 82127 ], "loc": { "start": { - "line": 2704, + "line": 2693, "column": 16 }, "end": { - "line": 2704, + "line": 2693, "column": 20 } } @@ -146227,31 +143430,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 82668, - 82679 + 82128, + 82139 ], "loc": { "start": { - "line": 2704, + "line": 2693, "column": 21 }, "end": { - "line": 2704, + "line": 2693, "column": 32 } } }, "range": [ - 82663, - 82679 + 82123, + 82139 ], "loc": { "start": { - "line": 2704, + "line": 2693, "column": 16 }, "end": { - "line": 2704, + "line": 2693, "column": 32 } } @@ -146261,16 +143464,16 @@ "type": "Identifier", "name": "row", "range": [ - 82680, - 82683 + 82140, + 82143 ], "loc": { "start": { - "line": 2704, + "line": 2693, "column": 33 }, "end": { - "line": 2704, + "line": 2693, "column": 36 } } @@ -146280,79 +143483,79 @@ "value": true, "raw": "true", "range": [ - 82685, - 82689 + 82145, + 82149 ], "loc": { "start": { - "line": 2704, + "line": 2693, "column": 38 }, "end": { - "line": 2704, + "line": 2693, "column": 42 } } } ], "range": [ - 82663, - 82690 + 82123, + 82150 ], "loc": { "start": { - "line": 2704, + "line": 2693, "column": 16 }, "end": { - "line": 2704, + "line": 2693, "column": 43 } } }, "range": [ - 82663, - 82691 + 82123, + 82151 ], "loc": { "start": { - "line": 2704, + "line": 2693, "column": 16 }, "end": { - "line": 2704, + "line": 2693, "column": 44 } } } ], "range": [ - 82645, - 82705 + 82105, + 82165 ], "loc": { "start": { - "line": 2703, + "line": 2692, "column": 31 }, "end": { - "line": 2705, + "line": 2694, "column": 13 } } }, "alternate": null, "range": [ - 82626, - 82705 + 82086, + 82165 ], "loc": { "start": { - "line": 2703, + "line": 2692, "column": 12 }, "end": { - "line": 2705, + "line": 2694, "column": 13 } }, @@ -146361,16 +143564,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 82584, - 82613 + 82044, + 82073 ], "loc": { "start": { - "line": 2702, + "line": 2691, "column": 12 }, "end": { - "line": 2702, + "line": 2691, "column": 41 } } @@ -146379,47 +143582,47 @@ } ], "range": [ - 82527, - 82715 + 81987, + 82175 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 69 }, "end": { - "line": 2706, + "line": 2695, "column": 9 } } }, "range": [ - 82466, - 82715 + 81926, + 82175 ], "loc": { "start": { - "line": 2700, + "line": 2689, "column": 8 }, "end": { - "line": 2706, + "line": 2695, "column": 9 } } } ], "range": [ - 82347, - 82721 + 81807, + 82181 ], "loc": { "start": { - "line": 2695, + "line": 2684, "column": 24 }, "end": { - "line": 2707, + "line": 2696, "column": 5 } } @@ -146427,16 +143630,16 @@ "generator": false, "expression": false, "range": [ - 82344, - 82721 + 81804, + 82181 ], "loc": { "start": { - "line": 2695, + "line": 2684, "column": 21 }, "end": { - "line": 2707, + "line": 2696, "column": 5 } } @@ -146444,16 +143647,16 @@ "kind": "method", "computed": false, "range": [ - 82327, - 82721 + 81787, + 82181 ], "loc": { "start": { - "line": 2695, + "line": 2684, "column": 4 }, "end": { - "line": 2707, + "line": 2696, "column": 5 } }, @@ -146462,16 +143665,16 @@ "type": "Block", "value": "*\n * Make defined rows always visible\n ", "range": [ - 82271, - 82322 + 81731, + 81782 ], "loc": { "start": { - "line": 2692, + "line": 2681, "column": 4 }, "end": { - "line": 2694, + "line": 2683, "column": 7 } } @@ -146482,16 +143685,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 82727, - 82775 + 82187, + 82235 ], "loc": { "start": { - "line": 2709, + "line": 2698, "column": 4 }, "end": { - "line": 2711, + "line": 2700, "column": 7 } } @@ -146505,16 +143708,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 82780, - 82792 + 82240, + 82252 ], "loc": { "start": { - "line": 2712, + "line": 2701, "column": 4 }, "end": { - "line": 2712, + "line": 2701, "column": 16 } } @@ -146537,16 +143740,16 @@ "object": { "type": "ThisExpression", "range": [ - 82810, - 82814 + 82270, + 82274 ], "loc": { "start": { - "line": 2713, + "line": 2702, "column": 13 }, "end": { - "line": 2713, + "line": 2702, "column": 17 } } @@ -146555,47 +143758,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 82815, - 82822 + 82275, + 82282 ], "loc": { "start": { - "line": 2713, + "line": 2702, "column": 18 }, "end": { - "line": 2713, + "line": 2702, "column": 25 } } }, "range": [ - 82810, - 82822 + 82270, + 82282 ], "loc": { "start": { - "line": 2713, + "line": 2702, "column": 13 }, "end": { - "line": 2713, + "line": 2702, "column": 25 } } }, "prefix": true, "range": [ - 82809, - 82822 + 82269, + 82282 ], "loc": { "start": { - "line": 2713, + "line": 2702, "column": 12 }, "end": { - "line": 2713, + "line": 2702, "column": 25 } } @@ -146607,48 +143810,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 82838, - 82845 + 82298, + 82305 ], "loc": { "start": { - "line": 2714, + "line": 2703, "column": 12 }, "end": { - "line": 2714, + "line": 2703, "column": 19 } } } ], "range": [ - 82824, - 82855 + 82284, + 82315 ], "loc": { "start": { - "line": 2713, + "line": 2702, "column": 27 }, "end": { - "line": 2715, + "line": 2704, "column": 9 } } }, "alternate": null, "range": [ - 82805, - 82855 + 82265, + 82315 ], "loc": { "start": { - "line": 2713, + "line": 2702, "column": 8 }, "end": { - "line": 2715, + "line": 2704, "column": 9 } } @@ -146666,16 +143869,16 @@ "object": { "type": "ThisExpression", "range": [ - 82865, - 82869 + 82325, + 82329 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 8 }, "end": { - "line": 2717, + "line": 2706, "column": 12 } } @@ -146684,31 +143887,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 82870, - 82877 + 82330, + 82337 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 13 }, "end": { - "line": 2717, + "line": 2706, "column": 20 } } }, "range": [ - 82865, - 82877 + 82325, + 82337 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 8 }, "end": { - "line": 2717, + "line": 2706, "column": 20 } } @@ -146717,31 +143920,31 @@ "type": "Identifier", "name": "emit", "range": [ - 82878, - 82882 + 82338, + 82342 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 21 }, "end": { - "line": 2717, + "line": 2706, "column": 25 } } }, "range": [ - 82865, - 82882 + 82325, + 82342 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 8 }, "end": { - "line": 2717, + "line": 2706, "column": 25 } } @@ -146752,16 +143955,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 82883, - 82908 + 82343, + 82368 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 26 }, "end": { - "line": 2717, + "line": 2706, "column": 51 } } @@ -146769,47 +143972,47 @@ { "type": "ThisExpression", "range": [ - 82910, - 82914 + 82370, + 82374 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 53 }, "end": { - "line": 2717, + "line": 2706, "column": 57 } } } ], "range": [ - 82865, - 82915 + 82325, + 82375 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 8 }, "end": { - "line": 2717, + "line": 2706, "column": 58 } } }, "range": [ - 82865, - 82916 + 82325, + 82376 ], "loc": { "start": { - "line": 2717, + "line": 2706, "column": 8 }, "end": { - "line": 2717, + "line": 2706, "column": 59 } } @@ -146824,16 +144027,16 @@ "object": { "type": "ThisExpression", "range": [ - 82925, - 82929 + 82385, + 82389 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 8 }, "end": { - "line": 2718, + "line": 2707, "column": 12 } } @@ -146842,31 +144045,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 82930, - 82943 + 82390, + 82403 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 13 }, "end": { - "line": 2718, + "line": 2707, "column": 26 } } }, "range": [ - 82925, - 82943 + 82385, + 82403 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 8 }, "end": { - "line": 2718, + "line": 2707, "column": 26 } } @@ -146875,16 +144078,16 @@ { "type": "ThisExpression", "range": [ - 82944, - 82948 + 82404, + 82408 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 27 }, "end": { - "line": 2718, + "line": 2707, "column": 31 } } @@ -146897,16 +144100,16 @@ "object": { "type": "ThisExpression", "range": [ - 82950, - 82954 + 82410, + 82414 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 33 }, "end": { - "line": 2718, + "line": 2707, "column": 37 } } @@ -146915,78 +144118,78 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 82955, - 82970 + 82415, + 82430 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 38 }, "end": { - "line": 2718, + "line": 2707, "column": 53 } } }, "range": [ - 82950, - 82970 + 82410, + 82430 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 33 }, "end": { - "line": 2718, + "line": 2707, "column": 53 } } }, "arguments": [], "range": [ - 82950, - 82972 + 82410, + 82432 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 33 }, "end": { - "line": 2718, + "line": 2707, "column": 55 } } } ], "range": [ - 82925, - 82973 + 82385, + 82433 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 8 }, "end": { - "line": 2718, + "line": 2707, "column": 56 } } }, "range": [ - 82925, - 82974 + 82385, + 82434 ], "loc": { "start": { - "line": 2718, + "line": 2707, "column": 8 }, "end": { - "line": 2718, + "line": 2707, "column": 57 } } @@ -147002,16 +144205,16 @@ "type": "Identifier", "name": "i", "range": [ - 82993, - 82994 + 82453, + 82454 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 17 }, "end": { - "line": 2720, + "line": 2709, "column": 18 } } @@ -147021,31 +144224,31 @@ "value": 0, "raw": "0", "range": [ - 82997, - 82998 + 82457, + 82458 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 21 }, "end": { - "line": 2720, + "line": 2709, "column": 22 } } }, "range": [ - 82993, - 82998 + 82453, + 82458 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 17 }, "end": { - "line": 2720, + "line": 2709, "column": 22 } } @@ -147056,16 +144259,16 @@ "type": "Identifier", "name": "len", "range": [ - 83000, - 83003 + 82460, + 82463 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 24 }, "end": { - "line": 2720, + "line": 2709, "column": 27 } } @@ -147079,16 +144282,16 @@ "object": { "type": "ThisExpression", "range": [ - 83006, - 83010 + 82466, + 82470 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 30 }, "end": { - "line": 2720, + "line": 2709, "column": 34 } } @@ -147097,31 +144300,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 83011, - 83017 + 82471, + 82477 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 35 }, "end": { - "line": 2720, + "line": 2709, "column": 41 } } }, "range": [ - 83006, - 83017 + 82466, + 82477 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 30 }, "end": { - "line": 2720, + "line": 2709, "column": 41 } } @@ -147130,46 +144333,46 @@ "type": "Identifier", "name": "length", "range": [ - 83018, - 83024 + 82478, + 82484 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 42 }, "end": { - "line": 2720, + "line": 2709, "column": 48 } } }, "range": [ - 83006, - 83024 + 82466, + 82484 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 30 }, "end": { - "line": 2720, + "line": 2709, "column": 48 } } }, "range": [ - 83000, - 83024 + 82460, + 82484 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 24 }, "end": { - "line": 2720, + "line": 2709, "column": 48 } } @@ -147177,16 +144380,16 @@ ], "kind": "let", "range": [ - 82989, - 83024 + 82449, + 82484 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 13 }, "end": { - "line": 2720, + "line": 2709, "column": 48 } } @@ -147198,16 +144401,16 @@ "type": "Identifier", "name": "i", "range": [ - 83026, - 83027 + 82486, + 82487 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 50 }, "end": { - "line": 2720, + "line": 2709, "column": 51 } } @@ -147216,31 +144419,31 @@ "type": "Identifier", "name": "len", "range": [ - 83030, - 83033 + 82490, + 82493 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 54 }, "end": { - "line": 2720, + "line": 2709, "column": 57 } } }, "range": [ - 83026, - 83033 + 82486, + 82493 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 50 }, "end": { - "line": 2720, + "line": 2709, "column": 57 } } @@ -147252,32 +144455,32 @@ "type": "Identifier", "name": "i", "range": [ - 83035, - 83036 + 82495, + 82496 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 59 }, "end": { - "line": 2720, + "line": 2709, "column": 60 } } }, "prefix": false, "range": [ - 83035, - 83038 + 82495, + 82498 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 59 }, "end": { - "line": 2720, + "line": 2709, "column": 62 } } @@ -147295,16 +144498,16 @@ "object": { "type": "ThisExpression", "range": [ - 83054, - 83058 + 82514, + 82518 ], "loc": { "start": { - "line": 2721, + "line": 2710, "column": 12 }, "end": { - "line": 2721, + "line": 2710, "column": 16 } } @@ -147313,31 +144516,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 83059, - 83073 + 82519, + 82533 ], "loc": { "start": { - "line": 2721, + "line": 2710, "column": 17 }, "end": { - "line": 2721, + "line": 2710, "column": 31 } } }, "range": [ - 83054, - 83073 + 82514, + 82533 ], "loc": { "start": { - "line": 2721, + "line": 2710, "column": 12 }, "end": { - "line": 2721, + "line": 2710, "column": 31 } } @@ -147347,16 +144550,16 @@ "type": "Identifier", "name": "i", "range": [ - 83074, - 83075 + 82534, + 82535 ], "loc": { "start": { - "line": 2721, + "line": 2710, "column": 32 }, "end": { - "line": 2721, + "line": 2710, "column": 33 } } @@ -147366,78 +144569,78 @@ "value": "", "raw": "''", "range": [ - 83077, - 83079 + 82537, + 82539 ], "loc": { "start": { - "line": 2721, + "line": 2710, "column": 35 }, "end": { - "line": 2721, + "line": 2710, "column": 37 } } } ], "range": [ - 83054, - 83080 + 82514, + 82540 ], "loc": { "start": { - "line": 2721, + "line": 2710, "column": 12 }, "end": { - "line": 2721, + "line": 2710, "column": 38 } } }, "range": [ - 83054, - 83081 + 82514, + 82541 ], "loc": { "start": { - "line": 2721, + "line": 2710, "column": 12 }, "end": { - "line": 2721, + "line": 2710, "column": 39 } } } ], "range": [ - 83040, - 83091 + 82500, + 82551 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 64 }, "end": { - "line": 2722, + "line": 2711, "column": 9 } } }, "range": [ - 82984, - 83091 + 82444, + 82551 ], "loc": { "start": { - "line": 2720, + "line": 2709, "column": 8 }, "end": { - "line": 2722, + "line": 2711, "column": 9 } } @@ -147452,16 +144655,16 @@ "object": { "type": "ThisExpression", "range": [ - 83101, - 83105 + 82561, + 82565 ], "loc": { "start": { - "line": 2724, + "line": 2713, "column": 8 }, "end": { - "line": 2724, + "line": 2713, "column": 12 } } @@ -147470,62 +144673,62 @@ "type": "Identifier", "name": "filter", "range": [ - 83106, - 83112 + 82566, + 82572 ], "loc": { "start": { - "line": 2724, + "line": 2713, "column": 13 }, "end": { - "line": 2724, + "line": 2713, "column": 19 } } }, "range": [ - 83101, - 83112 + 82561, + 82572 ], "loc": { "start": { - "line": 2724, + "line": 2713, "column": 8 }, "end": { - "line": 2724, + "line": 2713, "column": 19 } } }, "arguments": [], "range": [ - 83101, - 83114 + 82561, + 82574 ], "loc": { "start": { - "line": 2724, + "line": 2713, "column": 8 }, "end": { - "line": 2724, + "line": 2713, "column": 21 } } }, "range": [ - 83101, - 83115 + 82561, + 82575 ], "loc": { "start": { - "line": 2724, + "line": 2713, "column": 8 }, "end": { - "line": 2724, + "line": 2713, "column": 22 } } @@ -147540,16 +144743,16 @@ "object": { "type": "ThisExpression", "range": [ - 83125, - 83129 + 82585, + 82589 ], "loc": { "start": { - "line": 2726, + "line": 2715, "column": 8 }, "end": { - "line": 2726, + "line": 2715, "column": 12 } } @@ -147558,31 +144761,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 83130, - 83142 + 82590, + 82602 ], "loc": { "start": { - "line": 2726, + "line": 2715, "column": 13 }, "end": { - "line": 2726, + "line": 2715, "column": 25 } } }, "range": [ - 83125, - 83142 + 82585, + 82602 ], "loc": { "start": { - "line": 2726, + "line": 2715, "column": 8 }, "end": { - "line": 2726, + "line": 2715, "column": 25 } } @@ -147591,47 +144794,47 @@ { "type": "ThisExpression", "range": [ - 83143, - 83147 + 82603, + 82607 ], "loc": { "start": { - "line": 2726, + "line": 2715, "column": 26 }, "end": { - "line": 2726, + "line": 2715, "column": 30 } } } ], "range": [ - 83125, - 83148 + 82585, + 82608 ], "loc": { "start": { - "line": 2726, + "line": 2715, "column": 8 }, "end": { - "line": 2726, + "line": 2715, "column": 31 } } }, "range": [ - 83125, - 83149 + 82585, + 82609 ], "loc": { "start": { - "line": 2726, + "line": 2715, "column": 8 }, "end": { - "line": 2726, + "line": 2715, "column": 32 } } @@ -147649,16 +144852,16 @@ "object": { "type": "ThisExpression", "range": [ - 83158, - 83162 + 82618, + 82622 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 8 }, "end": { - "line": 2727, + "line": 2716, "column": 12 } } @@ -147667,31 +144870,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 83163, - 83170 + 82623, + 82630 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 13 }, "end": { - "line": 2727, + "line": 2716, "column": 20 } } }, "range": [ - 83158, - 83170 + 82618, + 82630 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 8 }, "end": { - "line": 2727, + "line": 2716, "column": 20 } } @@ -147700,31 +144903,31 @@ "type": "Identifier", "name": "emit", "range": [ - 83171, - 83175 + 82631, + 82635 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 21 }, "end": { - "line": 2727, + "line": 2716, "column": 25 } } }, "range": [ - 83158, - 83175 + 82618, + 82635 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 8 }, "end": { - "line": 2727, + "line": 2716, "column": 25 } } @@ -147735,16 +144938,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 83176, - 83200 + 82636, + 82660 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 26 }, "end": { - "line": 2727, + "line": 2716, "column": 50 } } @@ -147752,63 +144955,63 @@ { "type": "ThisExpression", "range": [ - 83202, - 83206 + 82662, + 82666 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 52 }, "end": { - "line": 2727, + "line": 2716, "column": 56 } } } ], "range": [ - 83158, - 83207 + 82618, + 82667 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 8 }, "end": { - "line": 2727, + "line": 2716, "column": 57 } } }, "range": [ - 83158, - 83208 + 82618, + 82668 ], "loc": { "start": { - "line": 2727, + "line": 2716, "column": 8 }, "end": { - "line": 2727, + "line": 2716, "column": 58 } } } ], "range": [ - 82795, - 83214 + 82255, + 82674 ], "loc": { "start": { - "line": 2712, + "line": 2701, "column": 19 }, "end": { - "line": 2728, + "line": 2717, "column": 5 } } @@ -147816,16 +145019,16 @@ "generator": false, "expression": false, "range": [ - 82792, - 83214 + 82252, + 82674 ], "loc": { "start": { - "line": 2712, + "line": 2701, "column": 16 }, "end": { - "line": 2728, + "line": 2717, "column": 5 } } @@ -147833,16 +145036,16 @@ "kind": "method", "computed": false, "range": [ - 82780, - 83214 + 82240, + 82674 ], "loc": { "start": { - "line": 2712, + "line": 2701, "column": 4 }, "end": { - "line": 2728, + "line": 2717, "column": 5 } }, @@ -147851,16 +145054,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 82727, - 82775 + 82187, + 82235 ], "loc": { "start": { - "line": 2709, + "line": 2698, "column": 4 }, "end": { - "line": 2711, + "line": 2700, "column": 7 } } @@ -147871,16 +145074,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @return {String}\n ", "range": [ - 83220, - 83305 + 82680, + 82765 ], "loc": { "start": { - "line": 2730, + "line": 2719, "column": 4 }, "end": { - "line": 2733, + "line": 2722, "column": 7 } } @@ -147894,16 +145097,16 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 83310, - 83327 + 82770, + 82787 ], "loc": { "start": { - "line": 2734, + "line": 2723, "column": 4 }, "end": { - "line": 2734, + "line": 2723, "column": 21 } } @@ -147923,16 +145126,16 @@ "object": { "type": "ThisExpression", "range": [ - 83347, - 83351 + 82807, + 82811 ], "loc": { "start": { - "line": 2735, + "line": 2724, "column": 15 }, "end": { - "line": 2735, + "line": 2724, "column": 19 } } @@ -147941,62 +145144,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 83352, - 83366 + 82812, + 82826 ], "loc": { "start": { - "line": 2735, + "line": 2724, "column": 20 }, "end": { - "line": 2735, + "line": 2724, "column": 34 } } }, "range": [ - 83347, - 83366 + 82807, + 82826 ], "loc": { "start": { - "line": 2735, + "line": 2724, "column": 15 }, "end": { - "line": 2735, + "line": 2724, "column": 34 } } }, "range": [ - 83340, - 83367 + 82800, + 82827 ], "loc": { "start": { - "line": 2735, + "line": 2724, "column": 8 }, "end": { - "line": 2735, + "line": 2724, "column": 35 } } } ], "range": [ - 83330, - 83373 + 82790, + 82833 ], "loc": { "start": { - "line": 2734, + "line": 2723, "column": 24 }, "end": { - "line": 2736, + "line": 2725, "column": 5 } } @@ -148004,16 +145207,16 @@ "generator": false, "expression": false, "range": [ - 83327, - 83373 + 82787, + 82833 ], "loc": { "start": { - "line": 2734, + "line": 2723, "column": 21 }, "end": { - "line": 2736, + "line": 2725, "column": 5 } } @@ -148021,16 +145224,16 @@ "kind": "method", "computed": false, "range": [ - 83310, - 83373 + 82770, + 82833 ], "loc": { "start": { - "line": 2734, + "line": 2723, "column": 4 }, "end": { - "line": 2736, + "line": 2725, "column": 5 } }, @@ -148039,16 +145242,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @return {String}\n ", "range": [ - 83220, - 83305 + 82680, + 82765 ], "loc": { "start": { - "line": 2730, + "line": 2719, "column": 4 }, "end": { - "line": 2733, + "line": 2722, "column": 7 } } @@ -148059,16 +145262,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 83379, - 83480 + 82839, + 82940 ], "loc": { "start": { - "line": 2738, + "line": 2727, "column": 4 }, "end": { - "line": 2741, + "line": 2730, "column": 7 } } @@ -148082,16 +145285,16 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 83485, - 83502 + 82945, + 82962 ], "loc": { "start": { - "line": 2742, + "line": 2731, "column": 4 }, "end": { - "line": 2742, + "line": 2731, "column": 21 } } @@ -148104,16 +145307,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 83503, - 83511 + 82963, + 82971 ], "loc": { "start": { - "line": 2742, + "line": 2731, "column": 22 }, "end": { - "line": 2742, + "line": 2731, "column": 30 } } @@ -148133,16 +145336,16 @@ "object": { "type": "ThisExpression", "range": [ - 83523, - 83527 + 82983, + 82987 ], "loc": { "start": { - "line": 2743, + "line": 2732, "column": 8 }, "end": { - "line": 2743, + "line": 2732, "column": 12 } } @@ -148151,31 +145354,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 83528, - 83542 + 82988, + 83002 ], "loc": { "start": { - "line": 2743, + "line": 2732, "column": 13 }, "end": { - "line": 2743, + "line": 2732, "column": 27 } } }, "range": [ - 83523, - 83542 + 82983, + 83002 ], "loc": { "start": { - "line": 2743, + "line": 2732, "column": 8 }, "end": { - "line": 2743, + "line": 2732, "column": 27 } } @@ -148184,62 +145387,62 @@ "type": "Identifier", "name": "filterId", "range": [ - 83545, - 83553 + 83005, + 83013 ], "loc": { "start": { - "line": 2743, + "line": 2732, "column": 30 }, "end": { - "line": 2743, + "line": 2732, "column": 38 } } }, "range": [ - 83523, - 83553 + 82983, + 83013 ], "loc": { "start": { - "line": 2743, + "line": 2732, "column": 8 }, "end": { - "line": 2743, + "line": 2732, "column": 38 } } }, "range": [ - 83523, - 83554 + 82983, + 83014 ], "loc": { "start": { - "line": 2743, + "line": 2732, "column": 8 }, "end": { - "line": 2743, + "line": 2732, "column": 39 } } } ], "range": [ - 83513, - 83560 + 82973, + 83020 ], "loc": { "start": { - "line": 2742, + "line": 2731, "column": 32 }, "end": { - "line": 2744, + "line": 2733, "column": 5 } } @@ -148247,16 +145450,16 @@ "generator": false, "expression": false, "range": [ - 83502, - 83560 + 82962, + 83020 ], "loc": { "start": { - "line": 2742, + "line": 2731, "column": 21 }, "end": { - "line": 2744, + "line": 2733, "column": 5 } } @@ -148264,16 +145467,16 @@ "kind": "method", "computed": false, "range": [ - 83485, - 83560 + 82945, + 83020 ], "loc": { "start": { - "line": 2742, + "line": 2731, "column": 4 }, "end": { - "line": 2744, + "line": 2733, "column": 5 } }, @@ -148282,16 +145485,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 83379, - 83480 + 82839, + 82940 ], "loc": { "start": { - "line": 2738, + "line": 2727, "column": 4 }, "end": { - "line": 2741, + "line": 2730, "column": 7 } } @@ -148302,16 +145505,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n ", "range": [ - 83566, - 83714 + 83026, + 83174 ], "loc": { "start": { - "line": 2746, + "line": 2735, "column": 4 }, "end": { - "line": 2750, + "line": 2739, "column": 7 } } @@ -148325,16 +145528,16 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 83719, - 83745 + 83179, + 83205 ], "loc": { "start": { - "line": 2751, + "line": 2740, "column": 4 }, "end": { - "line": 2751, + "line": 2740, "column": 30 } } @@ -148349,16 +145552,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 83746, - 83754 + 83206, + 83214 ], "loc": { "start": { - "line": 2751, + "line": 2740, "column": 31 }, "end": { - "line": 2751, + "line": 2740, "column": 39 } } @@ -148368,31 +145571,31 @@ "value": "", "raw": "''", "range": [ - 83757, - 83759 + 83217, + 83219 ], "loc": { "start": { - "line": 2751, + "line": 2740, "column": 42 }, "end": { - "line": 2751, + "line": 2740, "column": 44 } } }, "range": [ - 83746, - 83759 + 83206, + 83219 ], "loc": { "start": { - "line": 2751, + "line": 2740, "column": 31 }, "end": { - "line": 2751, + "line": 2740, "column": 44 } } @@ -148410,16 +145613,16 @@ "type": "Identifier", "name": "idx", "range": [ - 83775, - 83778 + 83235, + 83238 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 12 }, "end": { - "line": 2752, + "line": 2741, "column": 15 } } @@ -148436,16 +145639,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 83781, - 83789 + 83241, + 83249 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 18 }, "end": { - "line": 2752, + "line": 2741, "column": 26 } } @@ -148454,31 +145657,31 @@ "type": "Identifier", "name": "split", "range": [ - 83790, - 83795 + 83250, + 83255 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 27 }, "end": { - "line": 2752, + "line": 2741, "column": 32 } } }, "range": [ - 83781, - 83795 + 83241, + 83255 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 18 }, "end": { - "line": 2752, + "line": 2741, "column": 32 } } @@ -148489,32 +145692,32 @@ "value": "_", "raw": "'_'", "range": [ - 83796, - 83799 + 83256, + 83259 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 33 }, "end": { - "line": 2752, + "line": 2741, "column": 36 } } } ], "range": [ - 83781, - 83800 + 83241, + 83260 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 18 }, "end": { - "line": 2752, + "line": 2741, "column": 37 } } @@ -148524,46 +145727,46 @@ "value": 0, "raw": "0", "range": [ - 83801, - 83802 + 83261, + 83262 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 38 }, "end": { - "line": 2752, + "line": 2741, "column": 39 } } }, "range": [ - 83781, - 83803 + 83241, + 83263 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 18 }, "end": { - "line": 2752, + "line": 2741, "column": 40 } } }, "range": [ - 83775, - 83803 + 83235, + 83263 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 12 }, "end": { - "line": 2752, + "line": 2741, "column": 40 } } @@ -148571,16 +145774,16 @@ ], "kind": "let", "range": [ - 83771, - 83804 + 83231, + 83264 ], "loc": { "start": { - "line": 2752, + "line": 2741, "column": 8 }, "end": { - "line": 2752, + "line": 2741, "column": 41 } } @@ -148594,16 +145797,16 @@ "type": "Identifier", "name": "idx", "range": [ - 83813, - 83816 + 83273, + 83276 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 8 }, "end": { - "line": 2753, + "line": 2742, "column": 11 } } @@ -148620,16 +145823,16 @@ "type": "Identifier", "name": "idx", "range": [ - 83819, - 83822 + 83279, + 83282 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 14 }, "end": { - "line": 2753, + "line": 2742, "column": 17 } } @@ -148638,31 +145841,31 @@ "type": "Identifier", "name": "split", "range": [ - 83823, - 83828 + 83283, + 83288 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 18 }, "end": { - "line": 2753, + "line": 2742, "column": 23 } } }, "range": [ - 83819, - 83828 + 83279, + 83288 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 14 }, "end": { - "line": 2753, + "line": 2742, "column": 23 } } @@ -148674,16 +145877,16 @@ "object": { "type": "ThisExpression", "range": [ - 83829, - 83833 + 83289, + 83293 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 24 }, "end": { - "line": 2753, + "line": 2742, "column": 28 } } @@ -148692,47 +145895,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 83834, - 83841 + 83294, + 83301 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 29 }, "end": { - "line": 2753, + "line": 2742, "column": 36 } } }, "range": [ - 83829, - 83841 + 83289, + 83301 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 24 }, "end": { - "line": 2753, + "line": 2742, "column": 36 } } } ], "range": [ - 83819, - 83842 + 83279, + 83302 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 14 }, "end": { - "line": 2753, + "line": 2742, "column": 37 } } @@ -148742,61 +145945,61 @@ "value": 1, "raw": "1", "range": [ - 83843, - 83844 + 83303, + 83304 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 38 }, "end": { - "line": 2753, + "line": 2742, "column": 39 } } }, "range": [ - 83819, - 83845 + 83279, + 83305 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 14 }, "end": { - "line": 2753, + "line": 2742, "column": 40 } } }, "range": [ - 83813, - 83845 + 83273, + 83305 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 8 }, "end": { - "line": 2753, + "line": 2742, "column": 40 } } }, "range": [ - 83813, - 83846 + 83273, + 83306 ], "loc": { "start": { - "line": 2753, + "line": 2742, "column": 8 }, "end": { - "line": 2753, + "line": 2742, "column": 41 } } @@ -148809,16 +146012,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 83862, - 83870 + 83322, + 83330 ], "loc": { "start": { - "line": 2754, + "line": 2743, "column": 15 }, "end": { - "line": 2754, + "line": 2743, "column": 23 } } @@ -148828,16 +146031,16 @@ "type": "Identifier", "name": "idx", "range": [ - 83871, - 83874 + 83331, + 83334 ], "loc": { "start": { - "line": 2754, + "line": 2743, "column": 24 }, "end": { - "line": 2754, + "line": 2743, "column": 27 } } @@ -148847,63 +146050,63 @@ "value": 10, "raw": "10", "range": [ - 83876, - 83878 + 83336, + 83338 ], "loc": { "start": { - "line": 2754, + "line": 2743, "column": 29 }, "end": { - "line": 2754, + "line": 2743, "column": 31 } } } ], "range": [ - 83862, - 83879 + 83322, + 83339 ], "loc": { "start": { - "line": 2754, + "line": 2743, "column": 15 }, "end": { - "line": 2754, + "line": 2743, "column": 32 } } }, "range": [ - 83855, - 83880 + 83315, + 83340 ], "loc": { "start": { - "line": 2754, + "line": 2743, "column": 8 }, "end": { - "line": 2754, + "line": 2743, "column": 33 } } } ], "range": [ - 83761, - 83886 + 83221, + 83346 ], "loc": { "start": { - "line": 2751, + "line": 2740, "column": 46 }, "end": { - "line": 2755, + "line": 2744, "column": 5 } } @@ -148911,16 +146114,16 @@ "generator": false, "expression": false, "range": [ - 83745, - 83886 + 83205, + 83346 ], "loc": { "start": { - "line": 2751, + "line": 2740, "column": 30 }, "end": { - "line": 2755, + "line": 2744, "column": 5 } } @@ -148928,16 +146131,16 @@ "kind": "method", "computed": false, "range": [ - 83719, - 83886 + 83179, + 83346 ], "loc": { "start": { - "line": 2751, + "line": 2740, "column": 4 }, "end": { - "line": 2755, + "line": 2744, "column": 5 } }, @@ -148946,16 +146149,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n ", "range": [ - 83566, - 83714 + 83026, + 83174 ], "loc": { "start": { - "line": 2746, + "line": 2735, "column": 4 }, "end": { - "line": 2750, + "line": 2739, "column": 7 } } @@ -148966,16 +146169,16 @@ "type": "Block", "value": "*\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @return {String} Filter element ID string\n * @private\n ", "range": [ - 83892, - 84053 + 83352, + 83513 ], "loc": { "start": { - "line": 2757, + "line": 2746, "column": 4 }, "end": { - "line": 2762, + "line": 2751, "column": 7 } } @@ -148989,16 +146192,16 @@ "type": "Identifier", "name": "buildFilterId", "range": [ - 84058, - 84071 + 83518, + 83531 ], "loc": { "start": { - "line": 2763, + "line": 2752, "column": 4 }, "end": { - "line": 2763, + "line": 2752, "column": 17 } } @@ -149011,16 +146214,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 84072, - 84080 + 83532, + 83540 ], "loc": { "start": { - "line": 2763, + "line": 2752, "column": 18 }, "end": { - "line": 2763, + "line": 2752, "column": 26 } } @@ -149042,16 +146245,16 @@ }, "tail": false, "range": [ - 84099, - 84102 + 83559, + 83562 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 15 }, "end": { - "line": 2764, + "line": 2753, "column": 18 } } @@ -149064,16 +146267,16 @@ }, "tail": false, "range": [ - 84114, - 84117 + 83574, + 83577 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 30 }, "end": { - "line": 2764, + "line": 2753, "column": 33 } } @@ -149086,16 +146289,16 @@ }, "tail": false, "range": [ - 84125, - 84129 + 83585, + 83589 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 41 }, "end": { - "line": 2764, + "line": 2753, "column": 45 } } @@ -149108,16 +146311,16 @@ }, "tail": true, "range": [ - 84136, - 84138 + 83596, + 83598 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 52 }, "end": { - "line": 2764, + "line": 2753, "column": 54 } } @@ -149130,16 +146333,16 @@ "object": { "type": "ThisExpression", "range": [ - 84102, - 84106 + 83562, + 83566 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 18 }, "end": { - "line": 2764, + "line": 2753, "column": 22 } } @@ -149148,31 +146351,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 84107, - 84114 + 83567, + 83574 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 23 }, "end": { - "line": 2764, + "line": 2753, "column": 30 } } }, "range": [ - 84102, - 84114 + 83562, + 83574 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 18 }, "end": { - "line": 2764, + "line": 2753, "column": 30 } } @@ -149181,16 +146384,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 84117, - 84125 + 83577, + 83585 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 33 }, "end": { - "line": 2764, + "line": 2753, "column": 41 } } @@ -149201,16 +146404,16 @@ "object": { "type": "ThisExpression", "range": [ - 84129, - 84133 + 83589, + 83593 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 45 }, "end": { - "line": 2764, + "line": 2753, "column": 49 } } @@ -149219,78 +146422,78 @@ "type": "Identifier", "name": "id", "range": [ - 84134, - 84136 + 83594, + 83596 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 50 }, "end": { - "line": 2764, + "line": 2753, "column": 52 } } }, "range": [ - 84129, - 84136 + 83589, + 83596 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 45 }, "end": { - "line": 2764, + "line": 2753, "column": 52 } } } ], "range": [ - 84099, - 84138 + 83559, + 83598 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 15 }, "end": { - "line": 2764, + "line": 2753, "column": 54 } } }, "range": [ - 84092, - 84139 + 83552, + 83599 ], "loc": { "start": { - "line": 2764, + "line": 2753, "column": 8 }, "end": { - "line": 2764, + "line": 2753, "column": 55 } } } ], "range": [ - 84082, - 84145 + 83542, + 83605 ], "loc": { "start": { - "line": 2763, + "line": 2752, "column": 28 }, "end": { - "line": 2765, + "line": 2754, "column": 5 } } @@ -149298,16 +146501,16 @@ "generator": false, "expression": false, "range": [ - 84071, - 84145 + 83531, + 83605 ], "loc": { "start": { - "line": 2763, + "line": 2752, "column": 17 }, "end": { - "line": 2765, + "line": 2754, "column": 5 } } @@ -149315,16 +146518,16 @@ "kind": "method", "computed": false, "range": [ - 84058, - 84145 + 83518, + 83605 ], "loc": { "start": { - "line": 2763, + "line": 2752, "column": 4 }, "end": { - "line": 2765, + "line": 2754, "column": 5 } }, @@ -149333,16 +146536,16 @@ "type": "Block", "value": "*\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @return {String} Filter element ID string\n * @private\n ", "range": [ - 83892, - 84053 + 83352, + 83513 ], "loc": { "start": { - "line": 2757, + "line": 2746, "column": 4 }, "end": { - "line": 2762, + "line": 2751, "column": 7 } } @@ -149353,16 +146556,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 84151, - 84248 + 83611, + 83708 ], "loc": { "start": { - "line": 2767, + "line": 2756, "column": 4 }, "end": { - "line": 2770, + "line": 2759, "column": 7 } } @@ -149376,16 +146579,16 @@ "type": "Identifier", "name": "activateFilter", "range": [ - 84253, - 84267 + 83713, + 83727 ], "loc": { "start": { - "line": 2771, + "line": 2760, "column": 4 }, "end": { - "line": 2771, + "line": 2760, "column": 18 } } @@ -149398,16 +146601,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 84268, - 84276 + 83728, + 83736 ], "loc": { "start": { - "line": 2771, + "line": 2760, "column": 19 }, "end": { - "line": 2771, + "line": 2760, "column": 27 } } @@ -149424,16 +146627,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 84292, - 84299 + 83752, + 83759 ], "loc": { "start": { - "line": 2772, + "line": 2761, "column": 12 }, "end": { - "line": 2772, + "line": 2761, "column": 19 } } @@ -149443,32 +146646,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 84300, - 84308 + 83760, + 83768 ], "loc": { "start": { - "line": 2772, + "line": 2761, "column": 20 }, "end": { - "line": 2772, + "line": 2761, "column": 28 } } } ], "range": [ - 84292, - 84309 + 83752, + 83769 ], "loc": { "start": { - "line": 2772, + "line": 2761, "column": 12 }, "end": { - "line": 2772, + "line": 2761, "column": 29 } } @@ -149480,48 +146683,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 84325, - 84332 + 83785, + 83792 ], "loc": { "start": { - "line": 2773, + "line": 2762, "column": 12 }, "end": { - "line": 2773, + "line": 2762, "column": 19 } } } ], "range": [ - 84311, - 84342 + 83771, + 83802 ], "loc": { "start": { - "line": 2772, + "line": 2761, "column": 31 }, "end": { - "line": 2774, + "line": 2763, "column": 9 } } }, "alternate": null, "range": [ - 84288, - 84342 + 83748, + 83802 ], "loc": { "start": { - "line": 2772, + "line": 2761, "column": 8 }, "end": { - "line": 2774, + "line": 2763, "column": 9 } } @@ -149536,16 +146739,16 @@ "object": { "type": "ThisExpression", "range": [ - 84351, - 84355 + 83811, + 83815 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 8 }, "end": { - "line": 2775, + "line": 2764, "column": 12 } } @@ -149554,31 +146757,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 84356, - 84373 + 83816, + 83833 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 13 }, "end": { - "line": 2775, + "line": 2764, "column": 30 } } }, "range": [ - 84351, - 84373 + 83811, + 83833 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 8 }, "end": { - "line": 2775, + "line": 2764, "column": 30 } } @@ -149592,16 +146795,16 @@ "object": { "type": "ThisExpression", "range": [ - 84374, - 84378 + 83834, + 83838 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 31 }, "end": { - "line": 2775, + "line": 2764, "column": 35 } } @@ -149610,31 +146813,31 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 84379, - 84390 + 83839, + 83850 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 36 }, "end": { - "line": 2775, + "line": 2764, "column": 47 } } }, "range": [ - 84374, - 84390 + 83834, + 83850 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 31 }, "end": { - "line": 2775, + "line": 2764, "column": 47 } } @@ -149644,79 +146847,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 84391, - 84399 + 83851, + 83859 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 48 }, "end": { - "line": 2775, + "line": 2764, "column": 56 } } } ], "range": [ - 84374, - 84400 + 83834, + 83860 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 31 }, "end": { - "line": 2775, + "line": 2764, "column": 57 } } } ], "range": [ - 84351, - 84401 + 83811, + 83861 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 8 }, "end": { - "line": 2775, + "line": 2764, "column": 58 } } }, "range": [ - 84351, - 84402 + 83811, + 83862 ], "loc": { "start": { - "line": 2775, + "line": 2764, "column": 8 }, "end": { - "line": 2775, + "line": 2764, "column": 59 } } } ], "range": [ - 84278, - 84408 + 83738, + 83868 ], "loc": { "start": { - "line": 2771, + "line": 2760, "column": 29 }, "end": { - "line": 2776, + "line": 2765, "column": 5 } } @@ -149724,16 +146927,16 @@ "generator": false, "expression": false, "range": [ - 84267, - 84408 + 83727, + 83868 ], "loc": { "start": { - "line": 2771, + "line": 2760, "column": 18 }, "end": { - "line": 2776, + "line": 2765, "column": 5 } } @@ -149741,16 +146944,16 @@ "kind": "method", "computed": false, "range": [ - 84253, - 84408 + 83713, + 83868 ], "loc": { "start": { - "line": 2771, + "line": 2760, "column": 4 }, "end": { - "line": 2776, + "line": 2765, "column": 5 } }, @@ -149759,8 +146962,28 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 84151, - 84248 + 83611, + 83708 + ], + "loc": { + "start": { + "line": 2756, + "column": 4 + }, + "end": { + "line": 2759, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", + "range": [ + 83874, + 83979 ], "loc": { "start": { @@ -149774,26 +146997,6 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", - "range": [ - 84414, - 84519 - ], - "loc": { - "start": { - "line": 2778, - "column": 4 - }, - "end": { - "line": 2781, - "column": 7 - } - } - } - ], "static": false }, { @@ -149802,16 +147005,16 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 84524, - 84535 + 83984, + 83995 ], "loc": { "start": { - "line": 2782, + "line": 2771, "column": 4 }, "end": { - "line": 2782, + "line": 2771, "column": 15 } } @@ -149837,16 +147040,16 @@ "object": { "type": "ThisExpression", "range": [ - 84553, - 84557 + 84013, + 84017 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 13 }, "end": { - "line": 2783, + "line": 2772, "column": 17 } } @@ -149855,47 +147058,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 84558, - 84571 + 84018, + 84031 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 18 }, "end": { - "line": 2783, + "line": 2772, "column": 31 } } }, "range": [ - 84553, - 84571 + 84013, + 84031 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 13 }, "end": { - "line": 2783, + "line": 2772, "column": 31 } } }, "prefix": true, "range": [ - 84552, - 84571 + 84012, + 84031 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 12 }, "end": { - "line": 2783, + "line": 2772, "column": 31 } } @@ -149909,16 +147112,16 @@ "object": { "type": "ThisExpression", "range": [ - 84576, - 84580 + 84036, + 84040 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 36 }, "end": { - "line": 2783, + "line": 2772, "column": 40 } } @@ -149927,62 +147130,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 84581, - 84595 + 84041, + 84055 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 41 }, "end": { - "line": 2783, + "line": 2772, "column": 55 } } }, "range": [ - 84576, - 84595 + 84036, + 84055 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 36 }, "end": { - "line": 2783, + "line": 2772, "column": 55 } } }, "prefix": true, "range": [ - 84575, - 84595 + 84035, + 84055 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 35 }, "end": { - "line": 2783, + "line": 2772, "column": 55 } } }, "range": [ - 84552, - 84595 + 84012, + 84055 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 12 }, "end": { - "line": 2783, + "line": 2772, "column": 55 } } @@ -149994,48 +147197,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 84611, - 84618 + 84071, + 84078 ], "loc": { "start": { - "line": 2784, + "line": 2773, "column": 12 }, "end": { - "line": 2784, + "line": 2773, "column": 19 } } } ], "range": [ - 84597, - 84628 + 84057, + 84088 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 57 }, "end": { - "line": 2785, + "line": 2774, "column": 9 } } }, "alternate": null, "range": [ - 84548, - 84628 + 84008, + 84088 ], "loc": { "start": { - "line": 2783, + "line": 2772, "column": 8 }, "end": { - "line": 2785, + "line": 2774, "column": 9 } } @@ -150049,16 +147252,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 84641, - 84646 + 84101, + 84106 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 12 }, "end": { - "line": 2786, + "line": 2775, "column": 17 } } @@ -150071,16 +147274,16 @@ "object": { "type": "ThisExpression", "range": [ - 84649, - 84653 + 84109, + 84113 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 20 }, "end": { - "line": 2786, + "line": 2775, "column": 24 } } @@ -150089,31 +147292,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 84654, - 84670 + 84114, + 84130 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 25 }, "end": { - "line": 2786, + "line": 2775, "column": 41 } } }, "range": [ - 84649, - 84670 + 84109, + 84130 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 20 }, "end": { - "line": 2786, + "line": 2775, "column": 41 } } @@ -150123,16 +147326,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 84671, - 84677 + 84131, + 84137 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 42 }, "end": { - "line": 2786, + "line": 2775, "column": 48 } } @@ -150142,47 +147345,47 @@ "value": true, "raw": "true", "range": [ - 84679, - 84683 + 84139, + 84143 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 50 }, "end": { - "line": 2786, + "line": 2775, "column": 54 } } } ], "range": [ - 84649, - 84684 + 84109, + 84144 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 20 }, "end": { - "line": 2786, + "line": 2775, "column": 55 } } }, "range": [ - 84641, - 84684 + 84101, + 84144 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 12 }, "end": { - "line": 2786, + "line": 2775, "column": 55 } } @@ -150193,16 +147396,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 84698, - 84703 + 84158, + 84163 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 12 }, "end": { - "line": 2787, + "line": 2776, "column": 17 } } @@ -150215,16 +147418,16 @@ "object": { "type": "ThisExpression", "range": [ - 84706, - 84710 + 84166, + 84170 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 20 }, "end": { - "line": 2787, + "line": 2776, "column": 24 } } @@ -150233,31 +147436,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 84711, - 84727 + 84171, + 84187 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 25 }, "end": { - "line": 2787, + "line": 2776, "column": 41 } } }, "range": [ - 84706, - 84727 + 84166, + 84187 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 20 }, "end": { - "line": 2787, + "line": 2776, "column": 41 } } @@ -150267,16 +147470,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 84728, - 84736 + 84188, + 84196 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 42 }, "end": { - "line": 2787, + "line": 2776, "column": 50 } } @@ -150286,47 +147489,47 @@ "value": true, "raw": "true", "range": [ - 84738, - 84742 + 84198, + 84202 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 52 }, "end": { - "line": 2787, + "line": 2776, "column": 56 } } } ], "range": [ - 84706, - 84743 + 84166, + 84203 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 20 }, "end": { - "line": 2787, + "line": 2776, "column": 57 } } }, "range": [ - 84698, - 84743 + 84158, + 84203 ], "loc": { "start": { - "line": 2787, + "line": 2776, "column": 12 }, "end": { - "line": 2787, + "line": 2776, "column": 57 } } @@ -150337,16 +147540,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 84757, - 84762 + 84217, + 84222 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 12 }, "end": { - "line": 2788, + "line": 2777, "column": 17 } } @@ -150359,16 +147562,16 @@ "object": { "type": "ThisExpression", "range": [ - 84765, - 84769 + 84225, + 84229 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 20 }, "end": { - "line": 2788, + "line": 2777, "column": 24 } } @@ -150377,31 +147580,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 84770, - 84786 + 84230, + 84246 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 25 }, "end": { - "line": 2788, + "line": 2777, "column": 41 } } }, "range": [ - 84765, - 84786 + 84225, + 84246 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 20 }, "end": { - "line": 2788, + "line": 2777, "column": 41 } } @@ -150411,16 +147614,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 84787, - 84796 + 84247, + 84256 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 42 }, "end": { - "line": 2788, + "line": 2777, "column": 51 } } @@ -150430,47 +147633,47 @@ "value": true, "raw": "true", "range": [ - 84798, - 84802 + 84258, + 84262 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 53 }, "end": { - "line": 2788, + "line": 2777, "column": 57 } } } ], "range": [ - 84765, - 84803 + 84225, + 84263 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 20 }, "end": { - "line": 2788, + "line": 2777, "column": 58 } } }, "range": [ - 84757, - 84803 + 84217, + 84263 ], "loc": { "start": { - "line": 2788, + "line": 2777, "column": 12 }, "end": { - "line": 2788, + "line": 2777, "column": 58 } } @@ -150481,16 +147684,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 84817, - 84825 + 84277, + 84285 ], "loc": { "start": { - "line": 2789, + "line": 2778, "column": 12 }, "end": { - "line": 2789, + "line": 2778, "column": 20 } } @@ -150504,16 +147707,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 84828, - 84833 + 84288, + 84293 ], "loc": { "start": { - "line": 2789, + "line": 2778, "column": 23 }, "end": { - "line": 2789, + "line": 2778, "column": 28 } } @@ -150522,31 +147725,31 @@ "type": "Identifier", "name": "concat", "range": [ - 84834, - 84840 + 84294, + 84300 ], "loc": { "start": { - "line": 2789, + "line": 2778, "column": 29 }, "end": { - "line": 2789, + "line": 2778, "column": 35 } } }, "range": [ - 84828, - 84840 + 84288, + 84300 ], "loc": { "start": { - "line": 2789, + "line": 2778, "column": 23 }, "end": { - "line": 2789, + "line": 2778, "column": 35 } } @@ -150556,47 +147759,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 84841, - 84846 + 84301, + 84306 ], "loc": { "start": { - "line": 2789, + "line": 2778, "column": 36 }, "end": { - "line": 2789, + "line": 2778, "column": 41 } } } ], "range": [ - 84828, - 84847 + 84288, + 84307 ], "loc": { "start": { - "line": 2789, + "line": 2778, "column": 23 }, "end": { - "line": 2789, + "line": 2778, "column": 42 } } }, "range": [ - 84817, - 84847 + 84277, + 84307 ], "loc": { "start": { - "line": 2789, + "line": 2778, "column": 12 }, "end": { - "line": 2789, + "line": 2778, "column": 42 } } @@ -150604,16 +147807,16 @@ ], "kind": "let", "range": [ - 84637, - 84848 + 84097, + 84308 ], "loc": { "start": { - "line": 2786, + "line": 2775, "column": 8 }, "end": { - "line": 2789, + "line": 2778, "column": 43 } } @@ -150627,16 +147830,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 84857, - 84865 + 84317, + 84325 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 8 }, "end": { - "line": 2790, + "line": 2779, "column": 16 } } @@ -150650,16 +147853,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 84868, - 84876 + 84328, + 84336 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 19 }, "end": { - "line": 2790, + "line": 2779, "column": 27 } } @@ -150668,31 +147871,31 @@ "type": "Identifier", "name": "concat", "range": [ - 84877, - 84883 + 84337, + 84343 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 28 }, "end": { - "line": 2790, + "line": 2779, "column": 34 } } }, "range": [ - 84868, - 84883 + 84328, + 84343 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 19 }, "end": { - "line": 2790, + "line": 2779, "column": 34 } } @@ -150702,62 +147905,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 84884, - 84889 + 84344, + 84349 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 35 }, "end": { - "line": 2790, + "line": 2779, "column": 40 } } } ], "range": [ - 84868, - 84890 + 84328, + 84350 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 19 }, "end": { - "line": 2790, + "line": 2779, "column": 41 } } }, "range": [ - 84857, - 84890 + 84317, + 84350 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 8 }, "end": { - "line": 2790, + "line": 2779, "column": 41 } } }, "range": [ - 84857, - 84891 + 84317, + 84351 ], "loc": { "start": { - "line": 2790, + "line": 2779, "column": 8 }, "end": { - "line": 2790, + "line": 2779, "column": 42 } } @@ -150771,16 +147974,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 84905, - 84914 + 84365, + 84374 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 12 }, "end": { - "line": 2792, + "line": 2781, "column": 21 } } @@ -150793,16 +147996,16 @@ "object": { "type": "ThisExpression", "range": [ - 84917, - 84921 + 84377, + 84381 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 24 }, "end": { - "line": 2792, + "line": 2781, "column": 28 } } @@ -150811,31 +148014,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 84922, - 84948 + 84382, + 84408 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 29 }, "end": { - "line": 2792, + "line": 2781, "column": 55 } } }, "range": [ - 84917, - 84948 + 84377, + 84408 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 24 }, "end": { - "line": 2792, + "line": 2781, "column": 55 } } @@ -150847,16 +148050,16 @@ "object": { "type": "ThisExpression", "range": [ - 84949, - 84953 + 84409, + 84413 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 56 }, "end": { - "line": 2792, + "line": 2781, "column": 60 } } @@ -150865,62 +148068,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 84954, - 84968 + 84414, + 84428 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 61 }, "end": { - "line": 2792, + "line": 2781, "column": 75 } } }, "range": [ - 84949, - 84968 + 84409, + 84428 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 56 }, "end": { - "line": 2792, + "line": 2781, "column": 75 } } } ], "range": [ - 84917, - 84969 + 84377, + 84429 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 24 }, "end": { - "line": 2792, + "line": 2781, "column": 76 } } }, "range": [ - 84905, - 84969 + 84365, + 84429 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 12 }, "end": { - "line": 2792, + "line": 2781, "column": 76 } } @@ -150928,16 +148131,16 @@ ], "kind": "let", "range": [ - 84901, - 84970 + 84361, + 84430 ], "loc": { "start": { - "line": 2792, + "line": 2781, "column": 8 }, "end": { - "line": 2792, + "line": 2781, "column": 77 } } @@ -150953,16 +148156,16 @@ "type": "Identifier", "name": "i", "range": [ - 84989, - 84990 + 84449, + 84450 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 17 }, "end": { - "line": 2794, + "line": 2783, "column": 18 } } @@ -150972,31 +148175,31 @@ "value": 0, "raw": "0", "range": [ - 84993, - 84994 + 84453, + 84454 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 21 }, "end": { - "line": 2794, + "line": 2783, "column": 22 } } }, "range": [ - 84989, - 84994 + 84449, + 84454 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 17 }, "end": { - "line": 2794, + "line": 2783, "column": 22 } } @@ -151007,16 +148210,16 @@ "type": "Identifier", "name": "len", "range": [ - 84996, - 84999 + 84456, + 84459 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 24 }, "end": { - "line": 2794, + "line": 2783, "column": 27 } } @@ -151028,16 +148231,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 85002, - 85010 + 84462, + 84470 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 30 }, "end": { - "line": 2794, + "line": 2783, "column": 38 } } @@ -151046,46 +148249,46 @@ "type": "Identifier", "name": "length", "range": [ - 85011, - 85017 + 84471, + 84477 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 39 }, "end": { - "line": 2794, + "line": 2783, "column": 45 } } }, "range": [ - 85002, - 85017 + 84462, + 84477 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 30 }, "end": { - "line": 2794, + "line": 2783, "column": 45 } } }, "range": [ - 84996, - 85017 + 84456, + 84477 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 24 }, "end": { - "line": 2794, + "line": 2783, "column": 45 } } @@ -151093,16 +148296,16 @@ ], "kind": "let", "range": [ - 84985, - 85017 + 84445, + 84477 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 13 }, "end": { - "line": 2794, + "line": 2783, "column": 45 } } @@ -151114,16 +148317,16 @@ "type": "Identifier", "name": "i", "range": [ - 85019, - 85020 + 84479, + 84480 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 47 }, "end": { - "line": 2794, + "line": 2783, "column": 48 } } @@ -151132,31 +148335,31 @@ "type": "Identifier", "name": "len", "range": [ - 85023, - 85026 + 84483, + 84486 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 51 }, "end": { - "line": 2794, + "line": 2783, "column": 54 } } }, "range": [ - 85019, - 85026 + 84479, + 84486 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 47 }, "end": { - "line": 2794, + "line": 2783, "column": 54 } } @@ -151168,32 +148371,32 @@ "type": "Identifier", "name": "i", "range": [ - 85028, - 85029 + 84488, + 84489 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 56 }, "end": { - "line": 2794, + "line": 2783, "column": 57 } } }, "prefix": false, "range": [ - 85028, - 85031 + 84488, + 84491 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 56 }, "end": { - "line": 2794, + "line": 2783, "column": 59 } } @@ -151210,16 +148413,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85051, - 85057 + 84511, + 84517 ], "loc": { "start": { - "line": 2795, + "line": 2784, "column": 16 }, "end": { - "line": 2795, + "line": 2784, "column": 22 } } @@ -151231,16 +148434,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 85060, - 85068 + 84520, + 84528 ], "loc": { "start": { - "line": 2795, + "line": 2784, "column": 25 }, "end": { - "line": 2795, + "line": 2784, "column": 33 } } @@ -151249,46 +148452,46 @@ "type": "Identifier", "name": "i", "range": [ - 85069, - 85070 + 84529, + 84530 ], "loc": { "start": { - "line": 2795, + "line": 2784, "column": 34 }, "end": { - "line": 2795, + "line": 2784, "column": 35 } } }, "range": [ - 85060, - 85071 + 84520, + 84531 ], "loc": { "start": { - "line": 2795, + "line": 2784, "column": 25 }, "end": { - "line": 2795, + "line": 2784, "column": 36 } } }, "range": [ - 85051, - 85071 + 84511, + 84531 ], "loc": { "start": { - "line": 2795, + "line": 2784, "column": 16 }, "end": { - "line": 2795, + "line": 2784, "column": 36 } } @@ -151296,16 +148499,16 @@ ], "kind": "let", "range": [ - 85047, - 85072 + 84507, + 84532 ], "loc": { "start": { - "line": 2795, + "line": 2784, "column": 12 }, "end": { - "line": 2795, + "line": 2784, "column": 37 } } @@ -151319,16 +148522,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 85089, - 85095 + 84549, + 84555 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 16 }, "end": { - "line": 2796, + "line": 2785, "column": 22 } } @@ -151339,16 +148542,16 @@ "type": "Identifier", "name": "elm", "range": [ - 85098, - 85101 + 84558, + 84561 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 25 }, "end": { - "line": 2796, + "line": 2785, "column": 28 } } @@ -151363,16 +148566,16 @@ "object": { "type": "ThisExpression", "range": [ - 85102, - 85106 + 84562, + 84566 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 29 }, "end": { - "line": 2796, + "line": 2785, "column": 33 } } @@ -151381,31 +148584,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 85107, - 85113 + 84567, + 84573 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 34 }, "end": { - "line": 2796, + "line": 2785, "column": 40 } } }, "range": [ - 85102, - 85113 + 84562, + 84573 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 29 }, "end": { - "line": 2796, + "line": 2785, "column": 40 } } @@ -151414,62 +148617,62 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85114, - 85120 + 84574, + 84580 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 41 }, "end": { - "line": 2796, + "line": 2785, "column": 47 } } }, "range": [ - 85102, - 85121 + 84562, + 84581 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 29 }, "end": { - "line": 2796, + "line": 2785, "column": 48 } } } ], "range": [ - 85098, - 85122 + 84558, + 84582 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 25 }, "end": { - "line": 2796, + "line": 2785, "column": 49 } } }, "range": [ - 85089, - 85122 + 84549, + 84582 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 16 }, "end": { - "line": 2796, + "line": 2785, "column": 49 } } @@ -151477,16 +148680,16 @@ ], "kind": "let", "range": [ - 85085, - 85123 + 84545, + 84583 ], "loc": { "start": { - "line": 2796, + "line": 2785, "column": 12 }, "end": { - "line": 2796, + "line": 2785, "column": 50 } } @@ -151500,16 +148703,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 85140, - 85156 + 84600, + 84616 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 16 }, "end": { - "line": 2797, + "line": 2786, "column": 32 } } @@ -151522,16 +148725,16 @@ "object": { "type": "ThisExpression", "range": [ - 85159, - 85163 + 84619, + 84623 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 35 }, "end": { - "line": 2797, + "line": 2786, "column": 39 } } @@ -151540,31 +148743,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 85164, - 85178 + 84624, + 84638 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 40 }, "end": { - "line": 2797, + "line": 2786, "column": 54 } } }, "range": [ - 85159, - 85178 + 84619, + 84638 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 35 }, "end": { - "line": 2797, + "line": 2786, "column": 54 } } @@ -151574,47 +148777,47 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85179, - 85185 + 84639, + 84645 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 55 }, "end": { - "line": 2797, + "line": 2786, "column": 61 } } } ], "range": [ - 85159, - 85186 + 84619, + 84646 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 35 }, "end": { - "line": 2797, + "line": 2786, "column": 62 } } }, "range": [ - 85140, - 85186 + 84600, + 84646 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 16 }, "end": { - "line": 2797, + "line": 2786, "column": 62 } } @@ -151622,16 +148825,16 @@ ], "kind": "let", "range": [ - 85136, - 85187 + 84596, + 84647 ], "loc": { "start": { - "line": 2797, + "line": 2786, "column": 12 }, "end": { - "line": 2797, + "line": 2786, "column": 63 } }, @@ -151640,16 +148843,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 85201, - 85244 + 84661, + 84704 ], "loc": { "start": { - "line": 2799, + "line": 2788, "column": 12 }, "end": { - "line": 2799, + "line": 2788, "column": 55 } } @@ -151658,16 +148861,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 85257, - 85296 + 84717, + 84756 ], "loc": { "start": { - "line": 2800, + "line": 2789, "column": 12 }, "end": { - "line": 2800, + "line": 2789, "column": 51 } } @@ -151692,16 +148895,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 85313, - 85322 + 84773, + 84782 ], "loc": { "start": { - "line": 2801, + "line": 2790, "column": 16 }, "end": { - "line": 2801, + "line": 2790, "column": 25 } } @@ -151710,31 +148913,31 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85327, - 85333 + 84787, + 84793 ], "loc": { "start": { - "line": 2801, + "line": 2790, "column": 30 }, "end": { - "line": 2801, + "line": 2790, "column": 36 } } }, "range": [ - 85313, - 85333 + 84773, + 84793 ], "loc": { "start": { - "line": 2801, + "line": 2790, "column": 16 }, "end": { - "line": 2801, + "line": 2790, "column": 36 } } @@ -151751,16 +148954,16 @@ "object": { "type": "ThisExpression", "range": [ - 85354, - 85358 + 84814, + 84818 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 17 }, "end": { - "line": 2802, + "line": 2791, "column": 21 } } @@ -151769,31 +148972,31 @@ "type": "Identifier", "name": "paging", "range": [ - 85359, - 85365 + 84819, + 84825 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 22 }, "end": { - "line": 2802, + "line": 2791, "column": 28 } } }, "range": [ - 85354, - 85365 + 84814, + 84825 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 17 }, "end": { - "line": 2802, + "line": 2791, "column": 28 } } @@ -151810,16 +149013,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 85369, - 85374 + 84829, + 84834 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 32 }, "end": { - "line": 2802, + "line": 2791, "column": 37 } } @@ -151828,31 +149031,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 85375, - 85382 + 84835, + 84842 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 38 }, "end": { - "line": 2802, + "line": 2791, "column": 45 } } }, "range": [ - 85369, - 85382 + 84829, + 84842 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 32 }, "end": { - "line": 2802, + "line": 2791, "column": 45 } } @@ -151862,32 +149065,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85383, - 85389 + 84843, + 84849 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 46 }, "end": { - "line": 2802, + "line": 2791, "column": 52 } } } ], "range": [ - 85369, - 85390 + 84829, + 84850 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 32 }, "end": { - "line": 2802, + "line": 2791, "column": 53 } } @@ -151900,62 +149103,62 @@ "value": 1, "raw": "1", "range": [ - 85396, - 85397 + 84856, + 84857 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 59 }, "end": { - "line": 2802, + "line": 2791, "column": 60 } } }, "prefix": true, "range": [ - 85395, - 85397 + 84855, + 84857 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 58 }, "end": { - "line": 2802, + "line": 2791, "column": 60 } } }, "range": [ - 85369, - 85397 + 84829, + 84857 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 32 }, "end": { - "line": 2802, + "line": 2791, "column": 60 } } }, "range": [ - 85354, - 85397 + 84814, + 84857 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 17 }, "end": { - "line": 2802, + "line": 2791, "column": 60 } } @@ -151967,16 +149170,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 85421, - 85430 + 84881, + 84890 ], "loc": { "start": { - "line": 2803, + "line": 2792, "column": 20 }, "end": { - "line": 2803, + "line": 2792, "column": 29 } } @@ -151985,61 +149188,61 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85435, - 85441 + 84895, + 84901 ], "loc": { "start": { - "line": 2803, + "line": 2792, "column": 34 }, "end": { - "line": 2803, + "line": 2792, "column": 40 } } }, "range": [ - 85421, - 85441 + 84881, + 84901 ], "loc": { "start": { - "line": 2803, + "line": 2792, "column": 20 }, "end": { - "line": 2803, + "line": 2792, "column": 40 } } }, "range": [ - 85354, - 85441 + 84814, + 84901 ], "loc": { "start": { - "line": 2802, + "line": 2791, "column": 17 }, "end": { - "line": 2803, + "line": 2792, "column": 40 } } }, "range": [ - 85313, - 85442 + 84773, + 84902 ], "loc": { "start": { - "line": 2801, + "line": 2790, "column": 16 }, "end": { - "line": 2803, + "line": 2792, "column": 41 } } @@ -152056,16 +149259,16 @@ "object": { "type": "ThisExpression", "range": [ - 85464, - 85468 + 84924, + 84928 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 18 }, "end": { - "line": 2804, + "line": 2793, "column": 22 } } @@ -152074,47 +149277,47 @@ "type": "Identifier", "name": "paging", "range": [ - 85469, - 85475 + 84929, + 84935 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 23 }, "end": { - "line": 2804, + "line": 2793, "column": 29 } } }, "range": [ - 85464, - 85475 + 84924, + 84935 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 18 }, "end": { - "line": 2804, + "line": 2793, "column": 29 } } }, "prefix": true, "range": [ - 85463, - 85475 + 84923, + 84935 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 17 }, "end": { - "line": 2804, + "line": 2793, "column": 29 } } @@ -152134,16 +149337,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 85480, - 85485 + 84940, + 84945 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 34 }, "end": { - "line": 2804, + "line": 2793, "column": 39 } } @@ -152152,31 +149355,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 85486, - 85493 + 84946, + 84953 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 40 }, "end": { - "line": 2804, + "line": 2793, "column": 47 } } }, "range": [ - 85480, - 85493 + 84940, + 84953 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 34 }, "end": { - "line": 2804, + "line": 2793, "column": 47 } } @@ -152186,32 +149389,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85494, - 85500 + 84954, + 84960 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 48 }, "end": { - "line": 2804, + "line": 2793, "column": 54 } } } ], "range": [ - 85480, - 85501 + 84940, + 84961 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 34 }, "end": { - "line": 2804, + "line": 2793, "column": 55 } } @@ -152224,47 +149427,47 @@ "value": 1, "raw": "1", "range": [ - 85507, - 85508 + 84967, + 84968 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 61 }, "end": { - "line": 2804, + "line": 2793, "column": 62 } } }, "prefix": true, "range": [ - 85506, - 85508 + 84966, + 84968 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 60 }, "end": { - "line": 2804, + "line": 2793, "column": 62 } } }, "range": [ - 85480, - 85508 + 84940, + 84968 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 34 }, "end": { - "line": 2804, + "line": 2793, "column": 62 } } @@ -152281,16 +149484,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 85532, - 85537 + 84992, + 84997 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 20 }, "end": { - "line": 2805, + "line": 2794, "column": 25 } } @@ -152299,31 +149502,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 85538, - 85545 + 84998, + 85005 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 26 }, "end": { - "line": 2805, + "line": 2794, "column": 33 } } }, "range": [ - 85532, - 85545 + 84992, + 85005 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 20 }, "end": { - "line": 2805, + "line": 2794, "column": 33 } } @@ -152333,32 +149536,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85546, - 85552 + 85006, + 85012 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 34 }, "end": { - "line": 2805, + "line": 2794, "column": 40 } } } ], "range": [ - 85532, - 85553 + 84992, + 85013 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 20 }, "end": { - "line": 2805, + "line": 2794, "column": 41 } } @@ -152371,92 +149574,92 @@ "value": 1, "raw": "1", "range": [ - 85559, - 85560 + 85019, + 85020 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 47 }, "end": { - "line": 2805, + "line": 2794, "column": 48 } } }, "prefix": true, "range": [ - 85558, - 85560 + 85018, + 85020 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 46 }, "end": { - "line": 2805, + "line": 2794, "column": 48 } } }, "range": [ - 85532, - 85560 + 84992, + 85020 ], "loc": { "start": { - "line": 2805, + "line": 2794, "column": 20 }, "end": { - "line": 2805, + "line": 2794, "column": 48 } } }, "range": [ - 85480, - 85560 + 84940, + 85020 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 34 }, "end": { - "line": 2805, + "line": 2794, "column": 48 } } }, "range": [ - 85463, - 85561 + 84923, + 85021 ], "loc": { "start": { - "line": 2804, + "line": 2793, "column": 17 }, "end": { - "line": 2805, + "line": 2794, "column": 49 } } }, "range": [ - 85313, - 85562 + 84773, + 85022 ], "loc": { "start": { - "line": 2801, + "line": 2790, "column": 16 }, "end": { - "line": 2805, + "line": 2794, "column": 50 } } @@ -152468,16 +149671,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 85582, - 85598 + 85042, + 85058 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 16 }, "end": { - "line": 2806, + "line": 2795, "column": 32 } } @@ -152490,16 +149693,16 @@ "object": { "type": "ThisExpression", "range": [ - 85603, - 85607 + 85063, + 85067 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 37 }, "end": { - "line": 2806, + "line": 2795, "column": 41 } } @@ -152508,31 +149711,31 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 85608, - 85626 + 85068, + 85086 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 42 }, "end": { - "line": 2806, + "line": 2795, "column": 60 } } }, "range": [ - 85603, - 85626 + 85063, + 85086 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 37 }, "end": { - "line": 2806, + "line": 2795, "column": 60 } } @@ -152542,62 +149745,62 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85627, - 85633 + 85087, + 85093 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 61 }, "end": { - "line": 2806, + "line": 2795, "column": 67 } } } ], "range": [ - 85603, - 85634 + 85063, + 85094 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 37 }, "end": { - "line": 2806, + "line": 2795, "column": 68 } } }, "range": [ - 85582, - 85634 + 85042, + 85094 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 16 }, "end": { - "line": 2806, + "line": 2795, "column": 68 } } }, "range": [ - 85313, - 85634 + 84773, + 85094 ], "loc": { "start": { - "line": 2801, + "line": 2790, "column": 16 }, "end": { - "line": 2806, + "line": 2795, "column": 68 } } @@ -152613,16 +149816,16 @@ "object": { "type": "ThisExpression", "range": [ - 85709, - 85713 + 85169, + 85173 ], "loc": { "start": { - "line": 2809, + "line": 2798, "column": 20 }, "end": { - "line": 2809, + "line": 2798, "column": 24 } } @@ -152631,31 +149834,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 85714, - 85729 + 85174, + 85189 ], "loc": { "start": { - "line": 2809, + "line": 2798, "column": 25 }, "end": { - "line": 2809, + "line": 2798, "column": 40 } } }, "range": [ - 85709, - 85729 + 85169, + 85189 ], "loc": { "start": { - "line": 2809, + "line": 2798, "column": 20 }, "end": { - "line": 2809, + "line": 2798, "column": 40 } } @@ -152672,16 +149875,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 85757, - 85761 + 85217, + 85221 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 24 }, "end": { - "line": 2810, + "line": 2799, "column": 28 } } @@ -152692,16 +149895,16 @@ "type": "Identifier", "name": "createOpt", "range": [ - 85764, - 85773 + 85224, + 85233 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 31 }, "end": { - "line": 2810, + "line": 2799, "column": 40 } } @@ -152715,16 +149918,16 @@ "object": { "type": "ThisExpression", "range": [ - 85774, - 85778 + 85234, + 85238 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 41 }, "end": { - "line": 2810, + "line": 2799, "column": 45 } } @@ -152733,31 +149936,31 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 85779, - 85797 + 85239, + 85257 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 46 }, "end": { - "line": 2810, + "line": 2799, "column": 64 } } }, "range": [ - 85774, - 85797 + 85234, + 85257 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 41 }, "end": { - "line": 2810, + "line": 2799, "column": 64 } } @@ -152767,32 +149970,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85798, - 85804 + 85258, + 85264 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 65 }, "end": { - "line": 2810, + "line": 2799, "column": 71 } } } ], "range": [ - 85774, - 85805 + 85234, + 85265 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 41 }, "end": { - "line": 2810, + "line": 2799, "column": 72 } } @@ -152802,47 +150005,47 @@ "value": "", "raw": "''", "range": [ - 85807, - 85809 + 85267, + 85269 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 74 }, "end": { - "line": 2810, + "line": 2799, "column": 76 } } } ], "range": [ - 85764, - 85810 + 85224, + 85270 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 31 }, "end": { - "line": 2810, + "line": 2799, "column": 77 } } }, "range": [ - 85757, - 85810 + 85217, + 85270 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 24 }, "end": { - "line": 2810, + "line": 2799, "column": 77 } } @@ -152850,16 +150053,16 @@ ], "kind": "let", "range": [ - 85753, - 85811 + 85213, + 85271 ], "loc": { "start": { - "line": 2810, + "line": 2799, "column": 20 }, "end": { - "line": 2810, + "line": 2799, "column": 78 } } @@ -152876,16 +150079,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 85832, - 85838 + 85292, + 85298 ], "loc": { "start": { - "line": 2811, + "line": 2800, "column": 20 }, "end": { - "line": 2811, + "line": 2800, "column": 26 } } @@ -152894,31 +150097,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 85839, - 85848 + 85299, + 85308 ], "loc": { "start": { - "line": 2811, + "line": 2800, "column": 27 }, "end": { - "line": 2811, + "line": 2800, "column": 36 } } }, "range": [ - 85832, - 85848 + 85292, + 85308 ], "loc": { "start": { - "line": 2811, + "line": 2800, "column": 20 }, "end": { - "line": 2811, + "line": 2800, "column": 36 } } @@ -152928,46 +150131,46 @@ "value": "", "raw": "''", "range": [ - 85851, - 85853 + 85311, + 85313 ], "loc": { "start": { - "line": 2811, + "line": 2800, "column": 39 }, "end": { - "line": 2811, + "line": 2800, "column": 41 } } }, "range": [ - 85832, - 85853 + 85292, + 85313 ], "loc": { "start": { - "line": 2811, + "line": 2800, "column": 20 }, "end": { - "line": 2811, + "line": 2800, "column": 41 } } }, "range": [ - 85832, - 85854 + 85292, + 85314 ], "loc": { "start": { - "line": 2811, + "line": 2800, "column": 20 }, "end": { - "line": 2811, + "line": 2800, "column": 42 } } @@ -152983,16 +150186,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 85875, - 85881 + 85335, + 85341 ], "loc": { "start": { - "line": 2812, + "line": 2801, "column": 20 }, "end": { - "line": 2812, + "line": 2801, "column": 26 } } @@ -153001,31 +150204,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 85882, - 85893 + 85342, + 85353 ], "loc": { "start": { - "line": 2812, + "line": 2801, "column": 27 }, "end": { - "line": 2812, + "line": 2801, "column": 38 } } }, "range": [ - 85875, - 85893 + 85335, + 85353 ], "loc": { "start": { - "line": 2812, + "line": 2801, "column": 20 }, "end": { - "line": 2812, + "line": 2801, "column": 38 } } @@ -153035,79 +150238,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 85894, - 85898 + 85354, + 85358 ], "loc": { "start": { - "line": 2812, + "line": 2801, "column": 39 }, "end": { - "line": 2812, + "line": 2801, "column": 43 } } } ], "range": [ - 85875, - 85899 + 85335, + 85359 ], "loc": { "start": { - "line": 2812, + "line": 2801, "column": 20 }, "end": { - "line": 2812, + "line": 2801, "column": 44 } } }, "range": [ - 85875, - 85900 + 85335, + 85360 ], "loc": { "start": { - "line": 2812, + "line": 2801, "column": 20 }, "end": { - "line": 2812, + "line": 2801, "column": 45 } } } ], "range": [ - 85731, - 85918 + 85191, + 85378 ], "loc": { "start": { - "line": 2809, + "line": 2798, "column": 42 }, "end": { - "line": 2813, + "line": 2802, "column": 17 } } }, "alternate": null, "range": [ - 85705, - 85918 + 85165, + 85378 ], "loc": { "start": { - "line": 2809, + "line": 2798, "column": 16 }, "end": { - "line": 2813, + "line": 2802, "column": 17 } }, @@ -153116,16 +150319,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 85655, - 85688 + 85115, + 85148 ], "loc": { "start": { - "line": 2808, + "line": 2797, "column": 16 }, "end": { - "line": 2808, + "line": 2797, "column": 49 } } @@ -153146,16 +150349,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 85940, - 85945 + 85400, + 85405 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 20 }, "end": { - "line": 2815, + "line": 2804, "column": 25 } } @@ -153164,31 +150367,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 85946, - 85953 + 85406, + 85413 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 26 }, "end": { - "line": 2815, + "line": 2804, "column": 33 } } }, "range": [ - 85940, - 85953 + 85400, + 85413 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 20 }, "end": { - "line": 2815, + "line": 2804, "column": 33 } } @@ -153198,32 +150401,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 85954, - 85960 + 85414, + 85420 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 34 }, "end": { - "line": 2815, + "line": 2804, "column": 40 } } } ], "range": [ - 85940, - 85961 + 85400, + 85421 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 20 }, "end": { - "line": 2815, + "line": 2804, "column": 41 } } @@ -153236,47 +150439,47 @@ "value": 1, "raw": "1", "range": [ - 85967, - 85968 + 85427, + 85428 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 47 }, "end": { - "line": 2815, + "line": 2804, "column": 48 } } }, "prefix": true, "range": [ - 85966, - 85968 + 85426, + 85428 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 46 }, "end": { - "line": 2815, + "line": 2804, "column": 48 } } }, "range": [ - 85940, - 85968 + 85400, + 85428 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 20 }, "end": { - "line": 2815, + "line": 2804, "column": 48 } } @@ -153297,16 +150500,16 @@ "object": { "type": "ThisExpression", "range": [ - 85992, - 85996 + 85452, + 85456 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 20 }, "end": { - "line": 2816, + "line": 2805, "column": 24 } } @@ -153315,31 +150518,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 85997, - 86004 + 85457, + 85464 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 25 }, "end": { - "line": 2816, + "line": 2805, "column": 32 } } }, "range": [ - 85992, - 86004 + 85452, + 85464 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 20 }, "end": { - "line": 2816, + "line": 2805, "column": 32 } } @@ -153348,31 +150551,31 @@ "type": "Identifier", "name": "emit", "range": [ - 86005, - 86009 + 85465, + 85469 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 33 }, "end": { - "line": 2816, + "line": 2805, "column": 37 } } }, "range": [ - 85992, - 86009 + 85452, + 85469 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 20 }, "end": { - "line": 2816, + "line": 2805, "column": 37 } } @@ -153383,16 +150586,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 86010, - 86034 + 85470, + 85494 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 38 }, "end": { - "line": 2816, + "line": 2805, "column": 62 } } @@ -153400,16 +150603,16 @@ { "type": "ThisExpression", "range": [ - 86036, - 86040 + 85496, + 85500 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 64 }, "end": { - "line": 2816, + "line": 2805, "column": 68 } } @@ -153418,16 +150621,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 86042, - 86048 + 85502, + 85508 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 70 }, "end": { - "line": 2816, + "line": 2805, "column": 76 } } @@ -153437,63 +150640,63 @@ "value": true, "raw": "true", "range": [ - 86074, - 86078 + 85534, + 85538 ], "loc": { "start": { - "line": 2817, + "line": 2806, "column": 24 }, "end": { - "line": 2817, + "line": 2806, "column": 28 } } } ], "range": [ - 85992, - 86079 + 85452, + 85539 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 20 }, "end": { - "line": 2817, + "line": 2806, "column": 29 } } }, "range": [ - 85992, - 86080 + 85452, + 85540 ], "loc": { "start": { - "line": 2816, + "line": 2805, "column": 20 }, "end": { - "line": 2817, + "line": 2806, "column": 30 } } } ], "range": [ - 85970, - 86098 + 85430, + 85558 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 50 }, "end": { - "line": 2818, + "line": 2807, "column": 17 } } @@ -153514,16 +150717,16 @@ "object": { "type": "ThisExpression", "range": [ - 86126, - 86130 + 85586, + 85590 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 20 }, "end": { - "line": 2819, + "line": 2808, "column": 24 } } @@ -153532,31 +150735,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 86131, - 86138 + 85591, + 85598 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 25 }, "end": { - "line": 2819, + "line": 2808, "column": 32 } } }, "range": [ - 86126, - 86138 + 85586, + 85598 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 20 }, "end": { - "line": 2819, + "line": 2808, "column": 32 } } @@ -153565,31 +150768,31 @@ "type": "Identifier", "name": "emit", "range": [ - 86139, - 86143 + 85599, + 85603 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 33 }, "end": { - "line": 2819, + "line": 2808, "column": 37 } } }, "range": [ - 86126, - 86143 + 85586, + 85603 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 20 }, "end": { - "line": 2819, + "line": 2808, "column": 37 } } @@ -153600,16 +150803,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 86144, - 86165 + 85604, + 85625 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 38 }, "end": { - "line": 2819, + "line": 2808, "column": 59 } } @@ -153617,16 +150820,16 @@ { "type": "ThisExpression", "range": [ - 86167, - 86171 + 85627, + 85631 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 61 }, "end": { - "line": 2819, + "line": 2808, "column": 65 } } @@ -153635,16 +150838,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 86173, - 86179 + 85633, + 85639 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 67 }, "end": { - "line": 2819, + "line": 2808, "column": 73 } } @@ -153654,78 +150857,78 @@ "value": true, "raw": "true", "range": [ - 86205, - 86209 + 85665, + 85669 ], "loc": { "start": { - "line": 2820, + "line": 2809, "column": 24 }, "end": { - "line": 2820, + "line": 2809, "column": 28 } } } ], "range": [ - 86126, - 86210 + 85586, + 85670 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 20 }, "end": { - "line": 2820, + "line": 2809, "column": 29 } } }, "range": [ - 86126, - 86211 + 85586, + 85671 ], "loc": { "start": { - "line": 2819, + "line": 2808, "column": 20 }, "end": { - "line": 2820, + "line": 2809, "column": 30 } } } ], "range": [ - 86104, - 86229 + 85564, + 85689 ], "loc": { "start": { - "line": 2818, + "line": 2807, "column": 23 }, "end": { - "line": 2821, + "line": 2810, "column": 17 } } }, "range": [ - 85936, - 86229 + 85396, + 85689 ], "loc": { "start": { - "line": 2815, + "line": 2804, "column": 16 }, "end": { - "line": 2821, + "line": 2810, "column": 17 } } @@ -153740,16 +150943,16 @@ "object": { "type": "ThisExpression", "range": [ - 86247, - 86251 + 85707, + 85711 ], "loc": { "start": { - "line": 2823, + "line": 2812, "column": 16 }, "end": { - "line": 2823, + "line": 2812, "column": 20 } } @@ -153758,31 +150961,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 86252, - 86266 + 85712, + 85726 ], "loc": { "start": { - "line": 2823, + "line": 2812, "column": 21 }, "end": { - "line": 2823, + "line": 2812, "column": 35 } } }, "range": [ - 86247, - 86266 + 85707, + 85726 ], "loc": { "start": { - "line": 2823, + "line": 2812, "column": 16 }, "end": { - "line": 2823, + "line": 2812, "column": 35 } } @@ -153792,16 +150995,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 86267, - 86273 + 85727, + 85733 ], "loc": { "start": { - "line": 2823, + "line": 2812, "column": 36 }, "end": { - "line": 2823, + "line": 2812, "column": 42 } } @@ -153810,79 +151013,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 86275, - 86291 + 85735, + 85751 ], "loc": { "start": { - "line": 2823, + "line": 2812, "column": 44 }, "end": { - "line": 2823, + "line": 2812, "column": 60 } } } ], "range": [ - 86247, - 86292 + 85707, + 85752 ], "loc": { "start": { - "line": 2823, + "line": 2812, "column": 16 }, "end": { - "line": 2823, + "line": 2812, "column": 61 } } }, "range": [ - 86247, - 86293 + 85707, + 85753 ], "loc": { "start": { - "line": 2823, + "line": 2812, "column": 16 }, "end": { - "line": 2823, + "line": 2812, "column": 62 } } } ], "range": [ - 85636, - 86307 + 85096, + 85767 ], "loc": { "start": { - "line": 2806, + "line": 2795, "column": 70 }, "end": { - "line": 2824, + "line": 2813, "column": 13 } } }, "alternate": null, "range": [ - 85309, - 86307 + 84769, + 85767 ], "loc": { "start": { - "line": 2801, + "line": 2790, "column": 12 }, "end": { - "line": 2824, + "line": 2813, "column": 13 } }, @@ -153891,16 +151094,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 85201, - 85244 + 84661, + 84704 ], "loc": { "start": { - "line": 2799, + "line": 2788, "column": 12 }, "end": { - "line": 2799, + "line": 2788, "column": 55 } } @@ -153909,16 +151112,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 85257, - 85296 + 84717, + 84756 ], "loc": { "start": { - "line": 2800, + "line": 2789, "column": 12 }, "end": { - "line": 2800, + "line": 2789, "column": 51 } } @@ -153927,47 +151130,47 @@ } ], "range": [ - 85033, - 86317 + 84493, + 85777 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 61 }, "end": { - "line": 2825, + "line": 2814, "column": 9 } } }, "range": [ - 84980, - 86317 + 84440, + 85777 ], "loc": { "start": { - "line": 2794, + "line": 2783, "column": 8 }, "end": { - "line": 2825, + "line": 2814, "column": 9 } } } ], "range": [ - 84538, - 86323 + 83998, + 85783 ], "loc": { "start": { - "line": 2782, + "line": 2771, "column": 18 }, "end": { - "line": 2826, + "line": 2815, "column": 5 } } @@ -153975,16 +151178,16 @@ "generator": false, "expression": false, "range": [ - 84535, - 86323 + 83995, + 85783 ], "loc": { "start": { - "line": 2782, + "line": 2771, "column": 15 }, "end": { - "line": 2826, + "line": 2815, "column": 5 } } @@ -153992,16 +151195,16 @@ "kind": "method", "computed": false, "range": [ - 84524, - 86323 + 83984, + 85783 ], "loc": { "start": { - "line": 2782, + "line": 2771, "column": 4 }, "end": { - "line": 2826, + "line": 2815, "column": 5 } }, @@ -154010,16 +151213,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 84414, - 84519 + 83874, + 83979 ], "loc": { "start": { - "line": 2778, + "line": 2767, "column": 4 }, "end": { - "line": 2781, + "line": 2770, "column": 7 } } @@ -154030,16 +151233,16 @@ "type": "Block", "value": "*\n * Determine if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 86329, - 86484 + 85789, + 85944 ], "loc": { "start": { - "line": 2828, + "line": 2817, "column": 4 }, "end": { - "line": 2832, + "line": 2821, "column": 7 } } @@ -154053,16 +151256,16 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 86489, - 86501 + 85949, + 85961 ], "loc": { "start": { - "line": 2833, + "line": 2822, "column": 4 }, "end": { - "line": 2833, + "line": 2822, "column": 16 } } @@ -154075,16 +151278,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 86502, - 86510 + 85962, + 85970 ], "loc": { "start": { - "line": 2833, + "line": 2822, "column": 17 }, "end": { - "line": 2833, + "line": 2822, "column": 25 } } @@ -154102,16 +151305,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 86526, - 86533 + 85986, + 85993 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 12 }, "end": { - "line": 2834, + "line": 2823, "column": 19 } } @@ -154124,16 +151327,16 @@ "object": { "type": "ThisExpression", "range": [ - 86536, - 86540 + 85996, + 86000 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 22 }, "end": { - "line": 2834, + "line": 2823, "column": 26 } } @@ -154142,31 +151345,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 86541, - 86554 + 86001, + 86014 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 27 }, "end": { - "line": 2834, + "line": 2823, "column": 40 } } }, "range": [ - 86536, - 86554 + 85996, + 86014 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 22 }, "end": { - "line": 2834, + "line": 2823, "column": 40 } } @@ -154176,47 +151379,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 86555, - 86563 + 86015, + 86023 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 41 }, "end": { - "line": 2834, + "line": 2823, "column": 49 } } } ], "range": [ - 86536, - 86564 + 85996, + 86024 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 22 }, "end": { - "line": 2834, + "line": 2823, "column": 50 } } }, "range": [ - 86526, - 86564 + 85986, + 86024 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 12 }, "end": { - "line": 2834, + "line": 2823, "column": 50 } } @@ -154224,16 +151427,16 @@ ], "kind": "let", "range": [ - 86522, - 86565 + 85982, + 86025 ], "loc": { "start": { - "line": 2834, + "line": 2823, "column": 8 }, "end": { - "line": 2834, + "line": 2823, "column": 51 } } @@ -154255,16 +151458,16 @@ "object": { "type": "ThisExpression", "range": [ - 86581, - 86585 + 86041, + 86045 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 15 }, "end": { - "line": 2835, + "line": 2824, "column": 19 } } @@ -154273,31 +151476,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 86586, - 86601 + 86046, + 86061 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 20 }, "end": { - "line": 2835, + "line": 2824, "column": 35 } } }, "range": [ - 86581, - 86601 + 86041, + 86061 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 15 }, "end": { - "line": 2835, + "line": 2824, "column": 35 } } @@ -154306,31 +151509,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 86602, - 86610 + 86062, + 86070 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 36 }, "end": { - "line": 2835, + "line": 2824, "column": 44 } } }, "range": [ - 86581, - 86611 + 86041, + 86071 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 15 }, "end": { - "line": 2835, + "line": 2824, "column": 45 } } @@ -154341,16 +151544,16 @@ "object": { "type": "ThisExpression", "range": [ - 86615, - 86619 + 86075, + 86079 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 49 }, "end": { - "line": 2835, + "line": 2824, "column": 53 } } @@ -154359,46 +151562,46 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 86620, - 86630 + 86080, + 86090 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 54 }, "end": { - "line": 2835, + "line": 2824, "column": 64 } } }, "range": [ - 86615, - 86630 + 86075, + 86090 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 49 }, "end": { - "line": 2835, + "line": 2824, "column": 64 } } }, "range": [ - 86581, - 86630 + 86041, + 86090 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 15 }, "end": { - "line": 2835, + "line": 2824, "column": 64 } } @@ -154410,16 +151613,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 86646, - 86653 + 86106, + 86113 ], "loc": { "start": { - "line": 2836, + "line": 2825, "column": 12 }, "end": { - "line": 2836, + "line": 2825, "column": 19 } } @@ -154428,77 +151631,77 @@ "type": "Identifier", "name": "INPUT", "range": [ - 86658, - 86663 + 86118, + 86123 ], "loc": { "start": { - "line": 2836, + "line": 2825, "column": 24 }, "end": { - "line": 2836, + "line": 2825, "column": 29 } } }, "range": [ - 86646, - 86663 + 86106, + 86123 ], "loc": { "start": { - "line": 2836, + "line": 2825, "column": 12 }, "end": { - "line": 2836, + "line": 2825, "column": 29 } } }, "range": [ - 86581, - 86663 + 86041, + 86123 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 15 }, "end": { - "line": 2836, + "line": 2825, "column": 29 } } }, "range": [ - 86574, - 86664 + 86034, + 86124 ], "loc": { "start": { - "line": 2835, + "line": 2824, "column": 8 }, "end": { - "line": 2836, + "line": 2825, "column": 30 } } } ], "range": [ - 86512, - 86670 + 85972, + 86130 ], "loc": { "start": { - "line": 2833, + "line": 2822, "column": 27 }, "end": { - "line": 2837, + "line": 2826, "column": 5 } } @@ -154506,16 +151709,16 @@ "generator": false, "expression": false, "range": [ - 86501, - 86670 + 85961, + 86130 ], "loc": { "start": { - "line": 2833, + "line": 2822, "column": 16 }, "end": { - "line": 2837, + "line": 2826, "column": 5 } } @@ -154523,16 +151726,16 @@ "kind": "method", "computed": false, "range": [ - 86489, - 86670 + 85949, + 86130 ], "loc": { "start": { - "line": 2833, + "line": 2822, "column": 4 }, "end": { - "line": 2837, + "line": 2826, "column": 5 } }, @@ -154541,8 +151744,28 @@ "type": "Block", "value": "*\n * Determine if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 86329, - 86484 + 85789, + 85944 + ], + "loc": { + "start": { + "line": 2817, + "column": 4 + }, + "end": { + "line": 2821, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", + "range": [ + 86136, + 86250 ], "loc": { "start": { @@ -154556,26 +151779,6 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", - "range": [ - 86676, - 86790 - ], - "loc": { - "start": { - "line": 2839, - "column": 4 - }, - "end": { - "line": 2843, - "column": 7 - } - } - } - ], "static": false }, { @@ -154584,16 +151787,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 86795, - 86805 + 86255, + 86265 ], "loc": { "start": { - "line": 2844, + "line": 2833, "column": 4 }, "end": { - "line": 2844, + "line": 2833, "column": 14 } } @@ -154606,16 +151809,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 86806, - 86814 + 86266, + 86274 ], "loc": { "start": { - "line": 2844, + "line": 2833, "column": 15 }, "end": { - "line": 2844, + "line": 2833, "column": 23 } } @@ -154642,16 +151845,16 @@ "object": { "type": "ThisExpression", "range": [ - 86833, - 86837 + 86293, + 86297 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 15 }, "end": { - "line": 2845, + "line": 2834, "column": 19 } } @@ -154660,47 +151863,47 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 86838, - 86850 + 86298, + 86310 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 20 }, "end": { - "line": 2845, + "line": 2834, "column": 32 } } }, "range": [ - 86833, - 86850 + 86293, + 86310 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 15 }, "end": { - "line": 2845, + "line": 2834, "column": 32 } } }, "arguments": [], "range": [ - 86833, - 86852 + 86293, + 86312 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 15 }, "end": { - "line": 2845, + "line": 2834, "column": 34 } } @@ -154709,31 +151912,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 86853, - 86860 + 86313, + 86320 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 35 }, "end": { - "line": 2845, + "line": 2834, "column": 42 } } }, "range": [ - 86833, - 86860 + 86293, + 86320 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 15 }, "end": { - "line": 2845, + "line": 2834, "column": 42 } } @@ -154743,32 +151946,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 86861, - 86869 + 86321, + 86329 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 43 }, "end": { - "line": 2845, + "line": 2834, "column": 51 } } } ], "range": [ - 86833, - 86870 + 86293, + 86330 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 15 }, "end": { - "line": 2845, + "line": 2834, "column": 52 } } @@ -154781,78 +151984,78 @@ "value": 1, "raw": "1", "range": [ - 86876, - 86877 + 86336, + 86337 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 58 }, "end": { - "line": 2845, + "line": 2834, "column": 59 } } }, "prefix": true, "range": [ - 86875, - 86877 + 86335, + 86337 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 57 }, "end": { - "line": 2845, + "line": 2834, "column": 59 } } }, "range": [ - 86833, - 86877 + 86293, + 86337 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 15 }, "end": { - "line": 2845, + "line": 2834, "column": 59 } } }, "range": [ - 86826, - 86878 + 86286, + 86338 ], "loc": { "start": { - "line": 2845, + "line": 2834, "column": 8 }, "end": { - "line": 2845, + "line": 2834, "column": 60 } } } ], "range": [ - 86816, - 86884 + 86276, + 86344 ], "loc": { "start": { - "line": 2844, + "line": 2833, "column": 25 }, "end": { - "line": 2846, + "line": 2835, "column": 5 } } @@ -154860,16 +152063,16 @@ "generator": false, "expression": false, "range": [ - 86805, - 86884 + 86265, + 86344 ], "loc": { "start": { - "line": 2844, + "line": 2833, "column": 14 }, "end": { - "line": 2846, + "line": 2835, "column": 5 } } @@ -154877,16 +152080,16 @@ "kind": "method", "computed": false, "range": [ - 86795, - 86884 + 86255, + 86344 ], "loc": { "start": { - "line": 2844, + "line": 2833, "column": 4 }, "end": { - "line": 2846, + "line": 2835, "column": 5 } }, @@ -154895,16 +152098,16 @@ "type": "Block", "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 86676, - 86790 + 86136, + 86250 ], "loc": { "start": { - "line": 2839, + "line": 2828, "column": 4 }, "end": { - "line": 2843, + "line": 2832, "column": 7 } } @@ -154915,16 +152118,16 @@ "type": "Block", "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 86890, - 87006 + 86350, + 86466 ], "loc": { "start": { - "line": 2848, + "line": 2837, "column": 4 }, "end": { - "line": 2852, + "line": 2841, "column": 7 } } @@ -154938,16 +152141,16 @@ "type": "Identifier", "name": "isRowDisplayed", "range": [ - 87011, - 87025 + 86471, + 86485 ], "loc": { "start": { - "line": 2853, + "line": 2842, "column": 4 }, "end": { - "line": 2853, + "line": 2842, "column": 18 } } @@ -154960,16 +152163,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 87026, - 87034 + 86486, + 86494 ], "loc": { "start": { - "line": 2853, + "line": 2842, "column": 19 }, "end": { - "line": 2853, + "line": 2842, "column": 27 } } @@ -154987,16 +152190,16 @@ "type": "Identifier", "name": "row", "range": [ - 87050, - 87053 + 86510, + 86513 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 12 }, "end": { - "line": 2854, + "line": 2843, "column": 15 } } @@ -155015,16 +152218,16 @@ "object": { "type": "ThisExpression", "range": [ - 87056, - 87060 + 86516, + 86520 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 18 }, "end": { - "line": 2854, + "line": 2843, "column": 22 } } @@ -155033,47 +152236,47 @@ "type": "Identifier", "name": "dom", "range": [ - 87061, - 87064 + 86521, + 86524 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 23 }, "end": { - "line": 2854, + "line": 2843, "column": 26 } } }, "range": [ - 87056, - 87064 + 86516, + 86524 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 18 }, "end": { - "line": 2854, + "line": 2843, "column": 26 } } }, "arguments": [], "range": [ - 87056, - 87066 + 86516, + 86526 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 18 }, "end": { - "line": 2854, + "line": 2843, "column": 28 } } @@ -155082,31 +152285,31 @@ "type": "Identifier", "name": "rows", "range": [ - 87067, - 87071 + 86527, + 86531 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 29 }, "end": { - "line": 2854, + "line": 2843, "column": 33 } } }, "range": [ - 87056, - 87071 + 86516, + 86531 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 18 }, "end": { - "line": 2854, + "line": 2843, "column": 33 } } @@ -155115,46 +152318,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 87072, - 87080 + 86532, + 86540 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 34 }, "end": { - "line": 2854, + "line": 2843, "column": 42 } } }, "range": [ - 87056, - 87081 + 86516, + 86541 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 18 }, "end": { - "line": 2854, + "line": 2843, "column": 43 } } }, "range": [ - 87050, - 87081 + 86510, + 86541 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 12 }, "end": { - "line": 2854, + "line": 2843, "column": 43 } } @@ -155162,16 +152365,16 @@ ], "kind": "let", "range": [ - 87046, - 87082 + 86506, + 86542 ], "loc": { "start": { - "line": 2854, + "line": 2843, "column": 8 }, "end": { - "line": 2854, + "line": 2843, "column": 44 } } @@ -155189,16 +152392,16 @@ "object": { "type": "ThisExpression", "range": [ - 87098, - 87102 + 86558, + 86562 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 15 }, "end": { - "line": 2855, + "line": 2844, "column": 19 } } @@ -155207,31 +152410,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 87103, - 87116 + 86563, + 86576 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 20 }, "end": { - "line": 2855, + "line": 2844, "column": 33 } } }, "range": [ - 87098, - 87116 + 86558, + 86576 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 15 }, "end": { - "line": 2855, + "line": 2844, "column": 33 } } @@ -155241,32 +152444,32 @@ "type": "Identifier", "name": "row", "range": [ - 87117, - 87120 + 86577, + 86580 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 34 }, "end": { - "line": 2855, + "line": 2844, "column": 37 } } } ], "range": [ - 87098, - 87121 + 86558, + 86581 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 15 }, "end": { - "line": 2855, + "line": 2844, "column": 38 } } @@ -155276,62 +152479,62 @@ "value": "", "raw": "''", "range": [ - 87126, - 87128 + 86586, + 86588 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 43 }, "end": { - "line": 2855, + "line": 2844, "column": 45 } } }, "range": [ - 87098, - 87128 + 86558, + 86588 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 15 }, "end": { - "line": 2855, + "line": 2844, "column": 45 } } }, "range": [ - 87091, - 87129 + 86551, + 86589 ], "loc": { "start": { - "line": 2855, + "line": 2844, "column": 8 }, "end": { - "line": 2855, + "line": 2844, "column": 46 } } } ], "range": [ - 87036, - 87135 + 86496, + 86595 ], "loc": { "start": { - "line": 2853, + "line": 2842, "column": 29 }, "end": { - "line": 2856, + "line": 2845, "column": 5 } } @@ -155339,16 +152542,16 @@ "generator": false, "expression": false, "range": [ - 87025, - 87135 + 86485, + 86595 ], "loc": { "start": { - "line": 2853, + "line": 2842, "column": 18 }, "end": { - "line": 2856, + "line": 2845, "column": 5 } } @@ -155356,16 +152559,16 @@ "kind": "method", "computed": false, "range": [ - 87011, - 87135 + 86471, + 86595 ], "loc": { "start": { - "line": 2853, + "line": 2842, "column": 4 }, "end": { - "line": 2856, + "line": 2845, "column": 5 } }, @@ -155374,16 +152577,16 @@ "type": "Block", "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 86890, - 87006 + 86350, + 86466 ], "loc": { "start": { - "line": 2848, + "line": 2837, "column": 4 }, "end": { - "line": 2852, + "line": 2841, "column": 7 } } @@ -155394,16 +152597,16 @@ "type": "Block", "value": "*\n * Check if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 87141, - 87344 + 86601, + 86804 ], "loc": { "start": { - "line": 2858, + "line": 2847, "column": 4 }, "end": { - "line": 2863, + "line": 2852, "column": 7 } } @@ -155417,16 +152620,16 @@ "type": "Identifier", "name": "ignoresDiacritics", "range": [ - 87349, - 87366 + 86809, + 86826 ], "loc": { "start": { - "line": 2864, + "line": 2853, "column": 4 }, "end": { - "line": 2864, + "line": 2853, "column": 21 } } @@ -155439,16 +152642,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87367, - 87375 + 86827, + 86835 ], "loc": { "start": { - "line": 2864, + "line": 2853, "column": 22 }, "end": { - "line": 2864, + "line": 2853, "column": 30 } } @@ -155466,16 +152669,16 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 87391, - 87401 + 86851, + 86861 ], "loc": { "start": { - "line": 2865, + "line": 2854, "column": 12 }, "end": { - "line": 2865, + "line": 2854, "column": 22 } } @@ -155486,16 +152689,16 @@ "object": { "type": "ThisExpression", "range": [ - 87404, - 87408 + 86864, + 86868 ], "loc": { "start": { - "line": 2865, + "line": 2854, "column": 25 }, "end": { - "line": 2865, + "line": 2854, "column": 29 } } @@ -155504,46 +152707,46 @@ "type": "Identifier", "name": "ignoreDiacritics", "range": [ - 87409, - 87425 + 86869, + 86885 ], "loc": { "start": { - "line": 2865, + "line": 2854, "column": 30 }, "end": { - "line": 2865, + "line": 2854, "column": 46 } } }, "range": [ - 87404, - 87425 + 86864, + 86885 ], "loc": { "start": { - "line": 2865, + "line": 2854, "column": 25 }, "end": { - "line": 2865, + "line": 2854, "column": 46 } } }, "range": [ - 87391, - 87425 + 86851, + 86885 ], "loc": { "start": { - "line": 2865, + "line": 2854, "column": 12 }, "end": { - "line": 2865, + "line": 2854, "column": 46 } } @@ -155551,16 +152754,16 @@ ], "kind": "let", "range": [ - 87387, - 87426 + 86847, + 86886 ], "loc": { "start": { - "line": 2865, + "line": 2854, "column": 8 }, "end": { - "line": 2865, + "line": 2854, "column": 47 } } @@ -155573,16 +152776,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 87439, - 87446 + 86899, + 86906 ], "loc": { "start": { - "line": 2866, + "line": 2855, "column": 12 }, "end": { - "line": 2866, + "line": 2855, "column": 19 } } @@ -155592,32 +152795,32 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 87447, - 87457 + 86907, + 86917 ], "loc": { "start": { - "line": 2866, + "line": 2855, "column": 20 }, "end": { - "line": 2866, + "line": 2855, "column": 30 } } } ], "range": [ - 87439, - 87458 + 86899, + 86918 ], "loc": { "start": { - "line": 2866, + "line": 2855, "column": 12 }, "end": { - "line": 2866, + "line": 2855, "column": 31 } } @@ -155634,16 +152837,16 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 87481, - 87491 + 86941, + 86951 ], "loc": { "start": { - "line": 2867, + "line": 2856, "column": 19 }, "end": { - "line": 2867, + "line": 2856, "column": 29 } } @@ -155652,78 +152855,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87492, - 87500 + 86952, + 86960 ], "loc": { "start": { - "line": 2867, + "line": 2856, "column": 30 }, "end": { - "line": 2867, + "line": 2856, "column": 38 } } }, "range": [ - 87481, - 87501 + 86941, + 86961 ], "loc": { "start": { - "line": 2867, + "line": 2856, "column": 19 }, "end": { - "line": 2867, + "line": 2856, "column": 39 } } }, "range": [ - 87474, - 87502 + 86934, + 86962 ], "loc": { "start": { - "line": 2867, + "line": 2856, "column": 12 }, "end": { - "line": 2867, + "line": 2856, "column": 40 } } } ], "range": [ - 87460, - 87512 + 86920, + 86972 ], "loc": { "start": { - "line": 2866, + "line": 2855, "column": 33 }, "end": { - "line": 2868, + "line": 2857, "column": 9 } } }, "alternate": null, "range": [ - 87435, - 87512 + 86895, + 86972 ], "loc": { "start": { - "line": 2866, + "line": 2855, "column": 8 }, "end": { - "line": 2868, + "line": 2857, "column": 9 } } @@ -155736,16 +152939,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 87528, - 87535 + 86988, + 86995 ], "loc": { "start": { - "line": 2869, + "line": 2858, "column": 15 }, "end": { - "line": 2869, + "line": 2858, "column": 22 } } @@ -155755,63 +152958,63 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 87536, - 87546 + 86996, + 87006 ], "loc": { "start": { - "line": 2869, + "line": 2858, "column": 23 }, "end": { - "line": 2869, + "line": 2858, "column": 33 } } } ], "range": [ - 87528, - 87547 + 86988, + 87007 ], "loc": { "start": { - "line": 2869, + "line": 2858, "column": 15 }, "end": { - "line": 2869, + "line": 2858, "column": 34 } } }, "range": [ - 87521, - 87548 + 86981, + 87008 ], "loc": { "start": { - "line": 2869, + "line": 2858, "column": 8 }, "end": { - "line": 2869, + "line": 2858, "column": 35 } } } ], "range": [ - 87377, - 87554 + 86837, + 87014 ], "loc": { "start": { - "line": 2864, + "line": 2853, "column": 32 }, "end": { - "line": 2870, + "line": 2859, "column": 5 } } @@ -155819,16 +153022,16 @@ "generator": false, "expression": false, "range": [ - 87366, - 87554 + 86826, + 87014 ], "loc": { "start": { - "line": 2864, + "line": 2853, "column": 21 }, "end": { - "line": 2870, + "line": 2859, "column": 5 } } @@ -155836,16 +153039,16 @@ "kind": "method", "computed": false, "range": [ - 87349, - 87554 + 86809, + 87014 ], "loc": { "start": { - "line": 2864, + "line": 2853, "column": 4 }, "end": { - "line": 2870, + "line": 2859, "column": 5 } }, @@ -155854,16 +153057,16 @@ "type": "Block", "value": "*\n * Check if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 87141, - 87344 + 86601, + 86804 ], "loc": { "start": { - "line": 2858, + "line": 2847, "column": 4 }, "end": { - "line": 2863, + "line": 2852, "column": 7 } } @@ -155874,16 +153077,16 @@ "type": "Block", "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @return {String}\n ", "range": [ - 87560, - 87700 + 87020, + 87160 ], "loc": { "start": { - "line": 2872, + "line": 2861, "column": 4 }, "end": { - "line": 2876, + "line": 2865, "column": 7 } } @@ -155897,16 +153100,16 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 87705, - 87723 + 87165, + 87183 ], "loc": { "start": { - "line": 2877, + "line": 2866, "column": 4 }, "end": { - "line": 2877, + "line": 2866, "column": 22 } } @@ -155919,16 +153122,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87724, - 87732 + 87184, + 87192 ], "loc": { "start": { - "line": 2877, + "line": 2866, "column": 23 }, "end": { - "line": 2877, + "line": 2866, "column": 31 } } @@ -155946,16 +153149,16 @@ "type": "Identifier", "name": "clearText", "range": [ - 87748, - 87757 + 87208, + 87217 ], "loc": { "start": { - "line": 2878, + "line": 2867, "column": 12 }, "end": { - "line": 2878, + "line": 2867, "column": 21 } } @@ -155966,16 +153169,16 @@ "object": { "type": "ThisExpression", "range": [ - 87760, - 87764 + 87220, + 87224 ], "loc": { "start": { - "line": 2878, + "line": 2867, "column": 24 }, "end": { - "line": 2878, + "line": 2867, "column": 28 } } @@ -155984,46 +153187,46 @@ "type": "Identifier", "name": "clearFilterText", "range": [ - 87765, - 87780 + 87225, + 87240 ], "loc": { "start": { - "line": 2878, + "line": 2867, "column": 29 }, "end": { - "line": 2878, + "line": 2867, "column": 44 } } }, "range": [ - 87760, - 87780 + 87220, + 87240 ], "loc": { "start": { - "line": 2878, + "line": 2867, "column": 24 }, "end": { - "line": 2878, + "line": 2867, "column": 44 } } }, "range": [ - 87748, - 87780 + 87208, + 87240 ], "loc": { "start": { - "line": 2878, + "line": 2867, "column": 12 }, "end": { - "line": 2878, + "line": 2867, "column": 44 } } @@ -156031,16 +153234,16 @@ ], "kind": "let", "range": [ - 87744, - 87781 + 87204, + 87241 ], "loc": { "start": { - "line": 2878, + "line": 2867, "column": 8 }, "end": { - "line": 2878, + "line": 2867, "column": 45 } } @@ -156053,16 +153256,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 87794, - 87801 + 87254, + 87261 ], "loc": { "start": { - "line": 2879, + "line": 2868, "column": 12 }, "end": { - "line": 2879, + "line": 2868, "column": 19 } } @@ -156072,32 +153275,32 @@ "type": "Identifier", "name": "clearText", "range": [ - 87802, - 87811 + 87262, + 87271 ], "loc": { "start": { - "line": 2879, + "line": 2868, "column": 20 }, "end": { - "line": 2879, + "line": 2868, "column": 29 } } } ], "range": [ - 87794, - 87812 + 87254, + 87272 ], "loc": { "start": { - "line": 2879, + "line": 2868, "column": 12 }, "end": { - "line": 2879, + "line": 2868, "column": 30 } } @@ -156114,16 +153317,16 @@ "type": "Identifier", "name": "clearText", "range": [ - 87835, - 87844 + 87295, + 87304 ], "loc": { "start": { - "line": 2880, + "line": 2869, "column": 19 }, "end": { - "line": 2880, + "line": 2869, "column": 28 } } @@ -156132,78 +153335,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 87845, - 87853 + 87305, + 87313 ], "loc": { "start": { - "line": 2880, + "line": 2869, "column": 29 }, "end": { - "line": 2880, + "line": 2869, "column": 37 } } }, "range": [ - 87835, - 87854 + 87295, + 87314 ], "loc": { "start": { - "line": 2880, + "line": 2869, "column": 19 }, "end": { - "line": 2880, + "line": 2869, "column": 38 } } }, "range": [ - 87828, - 87855 + 87288, + 87315 ], "loc": { "start": { - "line": 2880, + "line": 2869, "column": 12 }, "end": { - "line": 2880, + "line": 2869, "column": 39 } } } ], "range": [ - 87814, - 87865 + 87274, + 87325 ], "loc": { "start": { - "line": 2879, + "line": 2868, "column": 32 }, "end": { - "line": 2881, + "line": 2870, "column": 9 } } }, "alternate": null, "range": [ - 87790, - 87865 + 87250, + 87325 ], "loc": { "start": { - "line": 2879, + "line": 2868, "column": 8 }, "end": { - "line": 2881, + "line": 2870, "column": 9 } } @@ -156214,47 +153417,47 @@ "type": "Identifier", "name": "clearText", "range": [ - 87881, - 87890 + 87341, + 87350 ], "loc": { "start": { - "line": 2882, + "line": 2871, "column": 15 }, "end": { - "line": 2882, + "line": 2871, "column": 24 } } }, "range": [ - 87874, - 87891 + 87334, + 87351 ], "loc": { "start": { - "line": 2882, + "line": 2871, "column": 8 }, "end": { - "line": 2882, + "line": 2871, "column": 25 } } } ], "range": [ - 87734, - 87897 + 87194, + 87357 ], "loc": { "start": { - "line": 2877, + "line": 2866, "column": 33 }, "end": { - "line": 2883, + "line": 2872, "column": 5 } } @@ -156262,16 +153465,16 @@ "generator": false, "expression": false, "range": [ - 87723, - 87897 + 87183, + 87357 ], "loc": { "start": { - "line": 2877, + "line": 2866, "column": 22 }, "end": { - "line": 2883, + "line": 2872, "column": 5 } } @@ -156279,16 +153482,16 @@ "kind": "method", "computed": false, "range": [ - 87705, - 87897 + 87165, + 87357 ], "loc": { "start": { - "line": 2877, + "line": 2866, "column": 4 }, "end": { - "line": 2883, + "line": 2872, "column": 5 } }, @@ -156297,16 +153500,16 @@ "type": "Block", "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @return {String}\n ", "range": [ - 87560, - 87700 + 87020, + 87160 ], "loc": { "start": { - "line": 2872, + "line": 2861, "column": 4 }, "end": { - "line": 2876, + "line": 2865, "column": 7 } } @@ -156317,16 +153520,16 @@ "type": "Block", "value": "*\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n ", "range": [ - 87903, - 88122 + 87363, + 87582 ], "loc": { "start": { - "line": 2885, + "line": 2874, "column": 4 }, "end": { - "line": 2890, + "line": 2879, "column": 7 } } @@ -156340,16 +153543,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 88127, - 88137 + 87587, + 87597 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 4 }, "end": { - "line": 2891, + "line": 2880, "column": 14 } } @@ -156362,16 +153565,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 88138, - 88146 + 87598, + 87606 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 15 }, "end": { - "line": 2891, + "line": 2880, "column": 23 } } @@ -156382,16 +153585,16 @@ "type": "Identifier", "name": "type", "range": [ - 88148, - 88152 + 87608, + 87612 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 25 }, "end": { - "line": 2891, + "line": 2880, "column": 29 } } @@ -156401,31 +153604,31 @@ "value": "script", "raw": "'script'", "range": [ - 88155, - 88163 + 87615, + 87623 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 32 }, "end": { - "line": 2891, + "line": 2880, "column": 40 } } }, "range": [ - 88148, - 88163 + 87608, + 87623 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 25 }, "end": { - "line": 2891, + "line": 2880, "column": 40 } } @@ -156443,16 +153646,16 @@ "type": "Identifier", "name": "imported", "range": [ - 88179, - 88187 + 87639, + 87647 ], "loc": { "start": { - "line": 2892, + "line": 2881, "column": 12 }, "end": { - "line": 2892, + "line": 2881, "column": 20 } } @@ -156462,31 +153665,31 @@ "value": false, "raw": "false", "range": [ - 88190, - 88195 + 87650, + 87655 ], "loc": { "start": { - "line": 2892, + "line": 2881, "column": 23 }, "end": { - "line": 2892, + "line": 2881, "column": 28 } } }, "range": [ - 88179, - 88195 + 87639, + 87655 ], "loc": { "start": { - "line": 2892, + "line": 2881, "column": 12 }, "end": { - "line": 2892, + "line": 2881, "column": 28 } } @@ -156497,16 +153700,16 @@ "type": "Identifier", "name": "attr", "range": [ - 88209, - 88213 + 87669, + 87673 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 12 }, "end": { - "line": 2893, + "line": 2882, "column": 16 } } @@ -156520,16 +153723,16 @@ "type": "Identifier", "name": "type", "range": [ - 88216, - 88220 + 87676, + 87680 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 19 }, "end": { - "line": 2893, + "line": 2882, "column": 23 } } @@ -156539,31 +153742,31 @@ "value": "script", "raw": "'script'", "range": [ - 88225, - 88233 + 87685, + 87693 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 28 }, "end": { - "line": 2893, + "line": 2882, "column": 36 } } }, "range": [ - 88216, - 88233 + 87676, + 87693 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 19 }, "end": { - "line": 2893, + "line": 2882, "column": 36 } } @@ -156573,16 +153776,16 @@ "value": "src", "raw": "'src'", "range": [ - 88236, - 88241 + 87696, + 87701 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 39 }, "end": { - "line": 2893, + "line": 2882, "column": 44 } } @@ -156592,46 +153795,46 @@ "value": "href", "raw": "'href'", "range": [ - 88244, - 88250 + 87704, + 87710 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 47 }, "end": { - "line": 2893, + "line": 2882, "column": 53 } } }, "range": [ - 88216, - 88250 + 87676, + 87710 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 19 }, "end": { - "line": 2893, + "line": 2882, "column": 53 } } }, "range": [ - 88209, - 88250 + 87669, + 87710 ], "loc": { "start": { - "line": 2893, + "line": 2882, "column": 12 }, "end": { - "line": 2893, + "line": 2882, "column": 53 } } @@ -156642,16 +153845,16 @@ "type": "Identifier", "name": "files", "range": [ - 88264, - 88269 + 87724, + 87729 ], "loc": { "start": { - "line": 2894, + "line": 2883, "column": 12 }, "end": { - "line": 2894, + "line": 2883, "column": 17 } } @@ -156662,16 +153865,16 @@ "type": "Identifier", "name": "tag", "range": [ - 88272, - 88275 + 87732, + 87735 ], "loc": { "start": { - "line": 2894, + "line": 2883, "column": 20 }, "end": { - "line": 2894, + "line": 2883, "column": 23 } } @@ -156681,16 +153884,16 @@ "type": "Identifier", "name": "doc", "range": [ - 88276, - 88279 + 87736, + 87739 ], "loc": { "start": { - "line": 2894, + "line": 2883, "column": 24 }, "end": { - "line": 2894, + "line": 2883, "column": 27 } } @@ -156699,47 +153902,47 @@ "type": "Identifier", "name": "type", "range": [ - 88281, - 88285 + 87741, + 87745 ], "loc": { "start": { - "line": 2894, + "line": 2883, "column": 29 }, "end": { - "line": 2894, + "line": 2883, "column": 33 } } } ], "range": [ - 88272, - 88286 + 87732, + 87746 ], "loc": { "start": { - "line": 2894, + "line": 2883, "column": 20 }, "end": { - "line": 2894, + "line": 2883, "column": 34 } } }, "range": [ - 88264, - 88286 + 87724, + 87746 ], "loc": { "start": { - "line": 2894, + "line": 2883, "column": 12 }, "end": { - "line": 2894, + "line": 2883, "column": 34 } } @@ -156747,16 +153950,16 @@ ], "kind": "let", "range": [ - 88175, - 88287 + 87635, + 87747 ], "loc": { "start": { - "line": 2892, + "line": 2881, "column": 8 }, "end": { - "line": 2894, + "line": 2883, "column": 35 } } @@ -156772,16 +153975,16 @@ "type": "Identifier", "name": "i", "range": [ - 88305, - 88306 + 87765, + 87766 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 17 }, "end": { - "line": 2895, + "line": 2884, "column": 18 } } @@ -156791,31 +153994,31 @@ "value": 0, "raw": "0", "range": [ - 88309, - 88310 + 87769, + 87770 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 21 }, "end": { - "line": 2895, + "line": 2884, "column": 22 } } }, "range": [ - 88305, - 88310 + 87765, + 87770 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 17 }, "end": { - "line": 2895, + "line": 2884, "column": 22 } } @@ -156826,16 +154029,16 @@ "type": "Identifier", "name": "len", "range": [ - 88312, - 88315 + 87772, + 87775 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 24 }, "end": { - "line": 2895, + "line": 2884, "column": 27 } } @@ -156847,16 +154050,16 @@ "type": "Identifier", "name": "files", "range": [ - 88318, - 88323 + 87778, + 87783 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 30 }, "end": { - "line": 2895, + "line": 2884, "column": 35 } } @@ -156865,46 +154068,46 @@ "type": "Identifier", "name": "length", "range": [ - 88324, - 88330 + 87784, + 87790 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 36 }, "end": { - "line": 2895, + "line": 2884, "column": 42 } } }, "range": [ - 88318, - 88330 + 87778, + 87790 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 30 }, "end": { - "line": 2895, + "line": 2884, "column": 42 } } }, "range": [ - 88312, - 88330 + 87772, + 87790 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 24 }, "end": { - "line": 2895, + "line": 2884, "column": 42 } } @@ -156912,16 +154115,16 @@ ], "kind": "let", "range": [ - 88301, - 88330 + 87761, + 87790 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 13 }, "end": { - "line": 2895, + "line": 2884, "column": 42 } } @@ -156933,16 +154136,16 @@ "type": "Identifier", "name": "i", "range": [ - 88332, - 88333 + 87792, + 87793 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 44 }, "end": { - "line": 2895, + "line": 2884, "column": 45 } } @@ -156951,31 +154154,31 @@ "type": "Identifier", "name": "len", "range": [ - 88336, - 88339 + 87796, + 87799 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 48 }, "end": { - "line": 2895, + "line": 2884, "column": 51 } } }, "range": [ - 88332, - 88339 + 87792, + 87799 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 44 }, "end": { - "line": 2895, + "line": 2884, "column": 51 } } @@ -156987,32 +154190,32 @@ "type": "Identifier", "name": "i", "range": [ - 88341, - 88342 + 87801, + 87802 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 53 }, "end": { - "line": 2895, + "line": 2884, "column": 54 } } }, "prefix": false, "range": [ - 88341, - 88344 + 87801, + 87804 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 53 }, "end": { - "line": 2895, + "line": 2884, "column": 56 } } @@ -157028,16 +154231,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 88364, - 88371 + 87824, + 87831 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 16 }, "end": { - "line": 2896, + "line": 2885, "column": 23 } } @@ -157053,16 +154256,16 @@ "type": "Identifier", "name": "files", "range": [ - 88372, - 88377 + 87832, + 87837 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 24 }, "end": { - "line": 2896, + "line": 2885, "column": 29 } } @@ -157071,31 +154274,31 @@ "type": "Identifier", "name": "i", "range": [ - 88378, - 88379 + 87838, + 87839 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 30 }, "end": { - "line": 2896, + "line": 2885, "column": 31 } } }, "range": [ - 88372, - 88380 + 87832, + 87840 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 24 }, "end": { - "line": 2896, + "line": 2885, "column": 32 } } @@ -157104,47 +154307,47 @@ "type": "Identifier", "name": "attr", "range": [ - 88381, - 88385 + 87841, + 87845 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 33 }, "end": { - "line": 2896, + "line": 2885, "column": 37 } } }, "range": [ - 88372, - 88386 + 87832, + 87846 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 24 }, "end": { - "line": 2896, + "line": 2885, "column": 38 } } } ], "range": [ - 88364, - 88387 + 87824, + 87847 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 16 }, "end": { - "line": 2896, + "line": 2885, "column": 39 } } @@ -157156,48 +154359,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 88407, - 88416 + 87867, + 87876 ], "loc": { "start": { - "line": 2897, + "line": 2886, "column": 16 }, "end": { - "line": 2897, + "line": 2886, "column": 25 } } } ], "range": [ - 88389, - 88430 + 87849, + 87890 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 41 }, "end": { - "line": 2898, + "line": 2887, "column": 13 } } }, "alternate": null, "range": [ - 88360, - 88430 + 87820, + 87890 ], "loc": { "start": { - "line": 2896, + "line": 2885, "column": 12 }, "end": { - "line": 2898, + "line": 2887, "column": 13 } } @@ -157219,16 +154422,16 @@ "type": "Identifier", "name": "files", "range": [ - 88447, - 88452 + 87907, + 87912 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 16 }, "end": { - "line": 2899, + "line": 2888, "column": 21 } } @@ -157237,31 +154440,31 @@ "type": "Identifier", "name": "i", "range": [ - 88453, - 88454 + 87913, + 87914 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 22 }, "end": { - "line": 2899, + "line": 2888, "column": 23 } } }, "range": [ - 88447, - 88455 + 87907, + 87915 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 16 }, "end": { - "line": 2899, + "line": 2888, "column": 24 } } @@ -157270,31 +154473,31 @@ "type": "Identifier", "name": "attr", "range": [ - 88456, - 88460 + 87916, + 87920 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 25 }, "end": { - "line": 2899, + "line": 2888, "column": 29 } } }, "range": [ - 88447, - 88461 + 87907, + 87921 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 16 }, "end": { - "line": 2899, + "line": 2888, "column": 30 } } @@ -157303,31 +154506,31 @@ "type": "Identifier", "name": "match", "range": [ - 88462, - 88467 + 87922, + 87927 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 31 }, "end": { - "line": 2899, + "line": 2888, "column": 36 } } }, "range": [ - 88447, - 88467 + 87907, + 87927 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 16 }, "end": { - "line": 2899, + "line": 2888, "column": 36 } } @@ -157337,32 +154540,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 88468, - 88476 + 87928, + 87936 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 37 }, "end": { - "line": 2899, + "line": 2888, "column": 45 } } } ], "range": [ - 88447, - 88477 + 87907, + 87937 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 16 }, "end": { - "line": 2899, + "line": 2888, "column": 46 } } @@ -157379,16 +154582,16 @@ "type": "Identifier", "name": "imported", "range": [ - 88497, - 88505 + 87957, + 87965 ], "loc": { "start": { - "line": 2900, + "line": 2889, "column": 16 }, "end": { - "line": 2900, + "line": 2889, "column": 24 } } @@ -157398,46 +154601,46 @@ "value": true, "raw": "true", "range": [ - 88508, - 88512 + 87968, + 87972 ], "loc": { "start": { - "line": 2900, + "line": 2889, "column": 27 }, "end": { - "line": 2900, + "line": 2889, "column": 31 } } }, "range": [ - 88497, - 88512 + 87957, + 87972 ], "loc": { "start": { - "line": 2900, + "line": 2889, "column": 16 }, "end": { - "line": 2900, + "line": 2889, "column": 31 } } }, "range": [ - 88497, - 88513 + 87957, + 87973 ], "loc": { "start": { - "line": 2900, + "line": 2889, "column": 16 }, "end": { - "line": 2900, + "line": 2889, "column": 32 } } @@ -157446,79 +154649,79 @@ "type": "BreakStatement", "label": null, "range": [ - 88530, - 88536 + 87990, + 87996 ], "loc": { "start": { - "line": 2901, + "line": 2890, "column": 16 }, "end": { - "line": 2901, + "line": 2890, "column": 22 } } } ], "range": [ - 88479, - 88550 + 87939, + 88010 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 48 }, "end": { - "line": 2902, + "line": 2891, "column": 13 } } }, "alternate": null, "range": [ - 88443, - 88550 + 87903, + 88010 ], "loc": { "start": { - "line": 2899, + "line": 2888, "column": 12 }, "end": { - "line": 2902, + "line": 2891, "column": 13 } } } ], "range": [ - 88346, - 88560 + 87806, + 88020 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 58 }, "end": { - "line": 2903, + "line": 2892, "column": 9 } } }, "range": [ - 88296, - 88560 + 87756, + 88020 ], "loc": { "start": { - "line": 2895, + "line": 2884, "column": 8 }, "end": { - "line": 2903, + "line": 2892, "column": 9 } } @@ -157529,47 +154732,47 @@ "type": "Identifier", "name": "imported", "range": [ - 88576, - 88584 + 88036, + 88044 ], "loc": { "start": { - "line": 2904, + "line": 2893, "column": 15 }, "end": { - "line": 2904, + "line": 2893, "column": 23 } } }, "range": [ - 88569, - 88585 + 88029, + 88045 ], "loc": { "start": { - "line": 2904, + "line": 2893, "column": 8 }, "end": { - "line": 2904, + "line": 2893, "column": 24 } } } ], "range": [ - 88165, - 88591 + 87625, + 88051 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 42 }, "end": { - "line": 2905, + "line": 2894, "column": 5 } } @@ -157577,16 +154780,16 @@ "generator": false, "expression": false, "range": [ - 88137, - 88591 + 87597, + 88051 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 14 }, "end": { - "line": 2905, + "line": 2894, "column": 5 } } @@ -157594,16 +154797,16 @@ "kind": "method", "computed": false, "range": [ - 88127, - 88591 + 87587, + 88051 ], "loc": { "start": { - "line": 2891, + "line": 2880, "column": 4 }, "end": { - "line": 2905, + "line": 2894, "column": 5 } }, @@ -157612,16 +154815,16 @@ "type": "Block", "value": "*\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n ", "range": [ - 87903, - 88122 + 87363, + 87582 ], "loc": { "start": { - "line": 2885, + "line": 2874, "column": 4 }, "end": { - "line": 2890, + "line": 2879, "column": 7 } } @@ -157632,16 +154835,16 @@ "type": "Block", "value": "*\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n ", "range": [ - 88597, - 88856 + 88057, + 88316 ], "loc": { "start": { - "line": 2907, + "line": 2896, "column": 4 }, "end": { - "line": 2913, + "line": 2902, "column": 7 } } @@ -157655,16 +154858,16 @@ "type": "Identifier", "name": "import", "range": [ - 88861, - 88867 + 88321, + 88327 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 4 }, "end": { - "line": 2914, + "line": 2903, "column": 10 } } @@ -157677,16 +154880,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 88868, - 88874 + 88328, + 88334 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 11 }, "end": { - "line": 2914, + "line": 2903, "column": 17 } } @@ -157695,16 +154898,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 88876, - 88884 + 88336, + 88344 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 19 }, "end": { - "line": 2914, + "line": 2903, "column": 27 } } @@ -157713,16 +154916,16 @@ "type": "Identifier", "name": "callback", "range": [ - 88886, - 88894 + 88346, + 88354 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 29 }, "end": { - "line": 2914, + "line": 2903, "column": 37 } } @@ -157733,16 +154936,16 @@ "type": "Identifier", "name": "type", "range": [ - 88896, - 88900 + 88356, + 88360 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 39 }, "end": { - "line": 2914, + "line": 2903, "column": 43 } } @@ -157752,31 +154955,31 @@ "value": "script", "raw": "'script'", "range": [ - 88903, - 88911 + 88363, + 88371 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 46 }, "end": { - "line": 2914, + "line": 2903, "column": 54 } } }, "range": [ - 88896, - 88911 + 88356, + 88371 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 39 }, "end": { - "line": 2914, + "line": 2903, "column": 54 } } @@ -157795,16 +154998,16 @@ "object": { "type": "ThisExpression", "range": [ - 88927, - 88931 + 88387, + 88391 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 12 }, "end": { - "line": 2915, + "line": 2904, "column": 16 } } @@ -157813,31 +155016,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 88932, - 88942 + 88392, + 88402 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 17 }, "end": { - "line": 2915, + "line": 2904, "column": 27 } } }, "range": [ - 88927, - 88942 + 88387, + 88402 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 12 }, "end": { - "line": 2915, + "line": 2904, "column": 27 } } @@ -157847,16 +155050,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 88943, - 88951 + 88403, + 88411 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 28 }, "end": { - "line": 2915, + "line": 2904, "column": 36 } } @@ -157865,32 +155068,32 @@ "type": "Identifier", "name": "type", "range": [ - 88953, - 88957 + 88413, + 88417 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 38 }, "end": { - "line": 2915, + "line": 2904, "column": 42 } } } ], "range": [ - 88927, - 88958 + 88387, + 88418 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 12 }, "end": { - "line": 2915, + "line": 2904, "column": 43 } } @@ -157902,48 +155105,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 88974, - 88981 + 88434, + 88441 ], "loc": { "start": { - "line": 2916, + "line": 2905, "column": 12 }, "end": { - "line": 2916, + "line": 2905, "column": 19 } } } ], "range": [ - 88960, - 88991 + 88420, + 88451 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 45 }, "end": { - "line": 2917, + "line": 2906, "column": 9 } } }, "alternate": null, "range": [ - 88923, - 88991 + 88383, + 88451 ], "loc": { "start": { - "line": 2915, + "line": 2904, "column": 8 }, "end": { - "line": 2917, + "line": 2906, "column": 9 } } @@ -157957,16 +155160,16 @@ "type": "Identifier", "name": "o", "range": [ - 89004, - 89005 + 88464, + 88465 ], "loc": { "start": { - "line": 2918, + "line": 2907, "column": 12 }, "end": { - "line": 2918, + "line": 2907, "column": 13 } } @@ -157974,31 +155177,31 @@ "init": { "type": "ThisExpression", "range": [ - 89008, - 89012 + 88468, + 88472 ], "loc": { "start": { - "line": 2918, + "line": 2907, "column": 16 }, "end": { - "line": 2918, + "line": 2907, "column": 20 } } }, "range": [ - 89004, - 89012 + 88464, + 88472 ], "loc": { "start": { - "line": 2918, + "line": 2907, "column": 12 }, "end": { - "line": 2918, + "line": 2907, "column": 20 } } @@ -158009,16 +155212,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 89026, - 89034 + 88486, + 88494 ], "loc": { "start": { - "line": 2919, + "line": 2908, "column": 12 }, "end": { - "line": 2919, + "line": 2908, "column": 20 } } @@ -158028,31 +155231,31 @@ "value": false, "raw": "false", "range": [ - 89037, - 89042 + 88497, + 88502 ], "loc": { "start": { - "line": 2919, + "line": 2908, "column": 23 }, "end": { - "line": 2919, + "line": 2908, "column": 28 } } }, "range": [ - 89026, - 89042 + 88486, + 88502 ], "loc": { "start": { - "line": 2919, + "line": 2908, "column": 12 }, "end": { - "line": 2919, + "line": 2908, "column": 28 } } @@ -158063,32 +155266,32 @@ "type": "Identifier", "name": "file", "range": [ - 89056, - 89060 + 88516, + 88520 ], "loc": { "start": { - "line": 2920, + "line": 2909, "column": 12 }, "end": { - "line": 2920, + "line": 2909, "column": 16 } } }, "init": null, "range": [ - 89056, - 89060 + 88516, + 88520 ], "loc": { "start": { - "line": 2920, + "line": 2909, "column": 12 }, "end": { - "line": 2920, + "line": 2909, "column": 16 } } @@ -158099,16 +155302,16 @@ "type": "Identifier", "name": "head", "range": [ - 89074, - 89078 + 88534, + 88538 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 12 }, "end": { - "line": 2921, + "line": 2910, "column": 16 } } @@ -158122,16 +155325,16 @@ "type": "Identifier", "name": "tag", "range": [ - 89081, - 89084 + 88541, + 88544 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 19 }, "end": { - "line": 2921, + "line": 2910, "column": 22 } } @@ -158141,16 +155344,16 @@ "type": "Identifier", "name": "doc", "range": [ - 89085, - 89088 + 88545, + 88548 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 23 }, "end": { - "line": 2921, + "line": 2910, "column": 26 } } @@ -158160,32 +155363,32 @@ "value": "head", "raw": "'head'", "range": [ - 89090, - 89096 + 88550, + 88556 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 28 }, "end": { - "line": 2921, + "line": 2910, "column": 34 } } } ], "range": [ - 89081, - 89097 + 88541, + 88557 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 19 }, "end": { - "line": 2921, + "line": 2910, "column": 35 } } @@ -158195,46 +155398,46 @@ "value": 0, "raw": "0", "range": [ - 89098, - 89099 + 88558, + 88559 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 36 }, "end": { - "line": 2921, + "line": 2910, "column": 37 } } }, "range": [ - 89081, - 89100 + 88541, + 88560 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 19 }, "end": { - "line": 2921, + "line": 2910, "column": 38 } } }, "range": [ - 89074, - 89100 + 88534, + 88560 ], "loc": { "start": { - "line": 2921, + "line": 2910, "column": 12 }, "end": { - "line": 2921, + "line": 2910, "column": 38 } } @@ -158242,16 +155445,16 @@ ], "kind": "let", "range": [ - 89000, - 89101 + 88460, + 88561 ], "loc": { "start": { - "line": 2918, + "line": 2907, "column": 8 }, "end": { - "line": 2921, + "line": 2910, "column": 39 } } @@ -158270,16 +155473,16 @@ "type": "Identifier", "name": "type", "range": [ - 89115, - 89119 + 88575, + 88579 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 12 }, "end": { - "line": 2923, + "line": 2912, "column": 16 } } @@ -158288,47 +155491,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 89120, - 89131 + 88580, + 88591 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 17 }, "end": { - "line": 2923, + "line": 2912, "column": 28 } } }, "range": [ - 89115, - 89131 + 88575, + 88591 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 12 }, "end": { - "line": 2923, + "line": 2912, "column": 28 } } }, "arguments": [], "range": [ - 89115, - 89133 + 88575, + 88593 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 12 }, "end": { - "line": 2923, + "line": 2912, "column": 30 } } @@ -158338,31 +155541,31 @@ "value": "link", "raw": "'link'", "range": [ - 89138, - 89144 + 88598, + 88604 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 35 }, "end": { - "line": 2923, + "line": 2912, "column": 41 } } }, "range": [ - 89115, - 89144 + 88575, + 88604 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 12 }, "end": { - "line": 2923, + "line": 2912, "column": 41 } } @@ -158379,16 +155582,16 @@ "type": "Identifier", "name": "file", "range": [ - 89160, - 89164 + 88620, + 88624 ], "loc": { "start": { - "line": 2924, + "line": 2913, "column": 12 }, "end": { - "line": 2924, + "line": 2913, "column": 16 } } @@ -158399,16 +155602,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 89167, - 89176 + 88627, + 88636 ], "loc": { "start": { - "line": 2924, + "line": 2913, "column": 19 }, "end": { - "line": 2924, + "line": 2913, "column": 28 } } @@ -158419,16 +155622,16 @@ "value": "link", "raw": "'link'", "range": [ - 89177, - 89183 + 88637, + 88643 ], "loc": { "start": { - "line": 2924, + "line": 2913, "column": 29 }, "end": { - "line": 2924, + "line": 2913, "column": 35 } } @@ -158441,16 +155644,16 @@ "value": "id", "raw": "'id'", "range": [ - 89202, - 89206 + 88662, + 88666 ], "loc": { "start": { - "line": 2925, + "line": 2914, "column": 17 }, "end": { - "line": 2925, + "line": 2914, "column": 21 } } @@ -158459,32 +155662,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 89208, - 89214 + 88668, + 88674 ], "loc": { "start": { - "line": 2925, + "line": 2914, "column": 23 }, "end": { - "line": 2925, + "line": 2914, "column": 29 } } } ], "range": [ - 89201, - 89215 + 88661, + 88675 ], "loc": { "start": { - "line": 2925, + "line": 2914, "column": 16 }, "end": { - "line": 2925, + "line": 2914, "column": 30 } } @@ -158497,16 +155700,16 @@ "value": "type", "raw": "'type'", "range": [ - 89218, - 89224 + 88678, + 88684 ], "loc": { "start": { - "line": 2925, + "line": 2914, "column": 33 }, "end": { - "line": 2925, + "line": 2914, "column": 39 } } @@ -158516,32 +155719,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 89226, - 89236 + 88686, + 88696 ], "loc": { "start": { - "line": 2925, + "line": 2914, "column": 41 }, "end": { - "line": 2925, + "line": 2914, "column": 51 } } } ], "range": [ - 89217, - 89237 + 88677, + 88697 ], "loc": { "start": { - "line": 2925, + "line": 2914, "column": 32 }, "end": { - "line": 2925, + "line": 2914, "column": 52 } } @@ -158554,16 +155757,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 89256, - 89261 + 88716, + 88721 ], "loc": { "start": { - "line": 2926, + "line": 2915, "column": 17 }, "end": { - "line": 2926, + "line": 2915, "column": 22 } } @@ -158573,32 +155776,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 89263, - 89275 + 88723, + 88735 ], "loc": { "start": { - "line": 2926, + "line": 2915, "column": 24 }, "end": { - "line": 2926, + "line": 2915, "column": 36 } } } ], "range": [ - 89255, - 89276 + 88715, + 88736 ], "loc": { "start": { - "line": 2926, + "line": 2915, "column": 16 }, "end": { - "line": 2926, + "line": 2915, "column": 37 } } @@ -158611,16 +155814,16 @@ "value": "href", "raw": "'href'", "range": [ - 89279, - 89285 + 88739, + 88745 ], "loc": { "start": { - "line": 2926, + "line": 2915, "column": 40 }, "end": { - "line": 2926, + "line": 2915, "column": 46 } } @@ -158629,94 +155832,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 89287, - 89295 + 88747, + 88755 ], "loc": { "start": { - "line": 2926, + "line": 2915, "column": 48 }, "end": { - "line": 2926, + "line": 2915, "column": 56 } } } ], "range": [ - 89278, - 89296 + 88738, + 88756 ], "loc": { "start": { - "line": 2926, + "line": 2915, "column": 39 }, "end": { - "line": 2926, + "line": 2915, "column": 57 } } } ], "range": [ - 89167, - 89310 + 88627, + 88770 ], "loc": { "start": { - "line": 2924, + "line": 2913, "column": 19 }, "end": { - "line": 2927, + "line": 2916, "column": 13 } } }, "range": [ - 89160, - 89310 + 88620, + 88770 ], "loc": { "start": { - "line": 2924, + "line": 2913, "column": 12 }, "end": { - "line": 2927, + "line": 2916, "column": 13 } } }, "range": [ - 89160, - 89311 + 88620, + 88771 ], "loc": { "start": { - "line": 2924, + "line": 2913, "column": 12 }, "end": { - "line": 2927, + "line": 2916, "column": 14 } } } ], "range": [ - 89146, - 89321 + 88606, + 88781 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 43 }, "end": { - "line": 2928, + "line": 2917, "column": 9 } } @@ -158733,16 +155936,16 @@ "type": "Identifier", "name": "file", "range": [ - 89341, - 89345 + 88801, + 88805 ], "loc": { "start": { - "line": 2929, + "line": 2918, "column": 12 }, "end": { - "line": 2929, + "line": 2918, "column": 16 } } @@ -158753,16 +155956,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 89348, - 89357 + 88808, + 88817 ], "loc": { "start": { - "line": 2929, + "line": 2918, "column": 19 }, "end": { - "line": 2929, + "line": 2918, "column": 28 } } @@ -158773,16 +155976,16 @@ "value": "script", "raw": "'script'", "range": [ - 89358, - 89366 + 88818, + 88826 ], "loc": { "start": { - "line": 2929, + "line": 2918, "column": 29 }, "end": { - "line": 2929, + "line": 2918, "column": 37 } } @@ -158795,16 +155998,16 @@ "value": "id", "raw": "'id'", "range": [ - 89385, - 89389 + 88845, + 88849 ], "loc": { "start": { - "line": 2930, + "line": 2919, "column": 17 }, "end": { - "line": 2930, + "line": 2919, "column": 21 } } @@ -158813,32 +156016,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 89391, - 89397 + 88851, + 88857 ], "loc": { "start": { - "line": 2930, + "line": 2919, "column": 23 }, "end": { - "line": 2930, + "line": 2919, "column": 29 } } } ], "range": [ - 89384, - 89398 + 88844, + 88858 ], "loc": { "start": { - "line": 2930, + "line": 2919, "column": 16 }, "end": { - "line": 2930, + "line": 2919, "column": 30 } } @@ -158851,16 +156054,16 @@ "value": "type", "raw": "'type'", "range": [ - 89417, - 89423 + 88877, + 88883 ], "loc": { "start": { - "line": 2931, + "line": 2920, "column": 17 }, "end": { - "line": 2931, + "line": 2920, "column": 23 } } @@ -158870,32 +156073,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 89425, - 89442 + 88885, + 88902 ], "loc": { "start": { - "line": 2931, + "line": 2920, "column": 25 }, "end": { - "line": 2931, + "line": 2920, "column": 42 } } } ], "range": [ - 89416, - 89443 + 88876, + 88903 ], "loc": { "start": { - "line": 2931, + "line": 2920, "column": 16 }, "end": { - "line": 2931, + "line": 2920, "column": 43 } } @@ -158908,16 +156111,16 @@ "value": "src", "raw": "'src'", "range": [ - 89446, - 89451 + 88906, + 88911 ], "loc": { "start": { - "line": 2931, + "line": 2920, "column": 46 }, "end": { - "line": 2931, + "line": 2920, "column": 51 } } @@ -158926,109 +156129,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 89453, - 89461 + 88913, + 88921 ], "loc": { "start": { - "line": 2931, + "line": 2920, "column": 53 }, "end": { - "line": 2931, + "line": 2920, "column": 61 } } } ], "range": [ - 89445, - 89462 + 88905, + 88922 ], "loc": { "start": { - "line": 2931, + "line": 2920, "column": 45 }, "end": { - "line": 2931, + "line": 2920, "column": 62 } } } ], "range": [ - 89348, - 89476 + 88808, + 88936 ], "loc": { "start": { - "line": 2929, + "line": 2918, "column": 19 }, "end": { - "line": 2932, + "line": 2921, "column": 13 } } }, "range": [ - 89341, - 89476 + 88801, + 88936 ], "loc": { "start": { - "line": 2929, + "line": 2918, "column": 12 }, "end": { - "line": 2932, + "line": 2921, "column": 13 } } }, "range": [ - 89341, - 89477 + 88801, + 88937 ], "loc": { "start": { - "line": 2929, + "line": 2918, "column": 12 }, "end": { - "line": 2932, + "line": 2921, "column": 14 } } } ], "range": [ - 89327, - 89487 + 88787, + 88947 ], "loc": { "start": { - "line": 2928, + "line": 2917, "column": 15 }, "end": { - "line": 2933, + "line": 2922, "column": 9 } } }, "range": [ - 89111, - 89487 + 88571, + 88947 ], "loc": { "start": { - "line": 2923, + "line": 2912, "column": 8 }, "end": { - "line": 2933, + "line": 2922, "column": 9 } }, @@ -159037,16 +156240,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 89497, - 89569 + 88957, + 89029 ], "loc": { "start": { - "line": 2935, + "line": 2924, "column": 8 }, "end": { - "line": 2935, + "line": 2924, "column": 80 } } @@ -159065,16 +156268,16 @@ "type": "Identifier", "name": "file", "range": [ - 89578, - 89582 + 89038, + 89042 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 8 }, "end": { - "line": 2936, + "line": 2925, "column": 12 } } @@ -159083,31 +156286,31 @@ "type": "Identifier", "name": "onload", "range": [ - 89583, - 89589 + 89043, + 89049 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 13 }, "end": { - "line": 2936, + "line": 2925, "column": 19 } } }, "range": [ - 89578, - 89589 + 89038, + 89049 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 8 }, "end": { - "line": 2936, + "line": 2925, "column": 19 } } @@ -159122,16 +156325,16 @@ "type": "Identifier", "name": "file", "range": [ - 89592, - 89596 + 89052, + 89056 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 22 }, "end": { - "line": 2936, + "line": 2925, "column": 26 } } @@ -159140,31 +156343,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 89597, - 89615 + 89057, + 89075 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 27 }, "end": { - "line": 2936, + "line": 2925, "column": 45 } } }, "range": [ - 89592, - 89615 + 89052, + 89075 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 22 }, "end": { - "line": 2936, + "line": 2925, "column": 45 } } @@ -159188,32 +156391,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 89643, - 89651 + 89103, + 89111 ], "loc": { "start": { - "line": 2937, + "line": 2926, "column": 17 }, "end": { - "line": 2937, + "line": 2926, "column": 25 } } }, "prefix": true, "range": [ - 89642, - 89651 + 89102, + 89111 ], "loc": { "start": { - "line": 2937, + "line": 2926, "column": 16 }, "end": { - "line": 2937, + "line": 2926, "column": 25 } } @@ -159233,16 +156436,16 @@ "object": { "type": "ThisExpression", "range": [ - 89673, - 89677 + 89133, + 89137 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 18 }, "end": { - "line": 2938, + "line": 2927, "column": 22 } } @@ -159251,47 +156454,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 89678, - 89688 + 89138, + 89148 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 23 }, "end": { - "line": 2938, + "line": 2927, "column": 33 } } }, "range": [ - 89673, - 89688 + 89133, + 89148 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 18 }, "end": { - "line": 2938, + "line": 2927, "column": 33 } } }, "prefix": true, "range": [ - 89672, - 89688 + 89132, + 89148 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 17 }, "end": { - "line": 2938, + "line": 2927, "column": 33 } } @@ -159305,16 +156508,16 @@ "object": { "type": "ThisExpression", "range": [ - 89692, - 89696 + 89152, + 89156 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 37 }, "end": { - "line": 2938, + "line": 2927, "column": 41 } } @@ -159323,31 +156526,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 89697, - 89707 + 89157, + 89167 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 42 }, "end": { - "line": 2938, + "line": 2927, "column": 52 } } }, "range": [ - 89692, - 89707 + 89152, + 89167 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 37 }, "end": { - "line": 2938, + "line": 2927, "column": 52 } } @@ -159357,46 +156560,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 89712, - 89720 + 89172, + 89180 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 57 }, "end": { - "line": 2938, + "line": 2927, "column": 65 } } }, "range": [ - 89692, - 89720 + 89152, + 89180 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 37 }, "end": { - "line": 2938, + "line": 2927, "column": 65 } } }, "range": [ - 89672, - 89720 + 89132, + 89180 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 17 }, "end": { - "line": 2938, + "line": 2927, "column": 65 } } @@ -159410,16 +156613,16 @@ "object": { "type": "ThisExpression", "range": [ - 89744, - 89748 + 89204, + 89208 ], "loc": { "start": { - "line": 2939, + "line": 2928, "column": 20 }, "end": { - "line": 2939, + "line": 2928, "column": 24 } } @@ -159428,31 +156631,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 89749, - 89759 + 89209, + 89219 ], "loc": { "start": { - "line": 2939, + "line": 2928, "column": 25 }, "end": { - "line": 2939, + "line": 2928, "column": 35 } } }, "range": [ - 89744, - 89759 + 89204, + 89219 ], "loc": { "start": { - "line": 2939, + "line": 2928, "column": 20 }, "end": { - "line": 2939, + "line": 2928, "column": 35 } } @@ -159462,61 +156665,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 89764, - 89774 + 89224, + 89234 ], "loc": { "start": { - "line": 2939, + "line": 2928, "column": 40 }, "end": { - "line": 2939, + "line": 2928, "column": 50 } } }, "range": [ - 89744, - 89774 + 89204, + 89234 ], "loc": { "start": { - "line": 2939, + "line": 2928, "column": 20 }, "end": { - "line": 2939, + "line": 2928, "column": 50 } } }, "range": [ - 89672, - 89774 + 89132, + 89234 ], "loc": { "start": { - "line": 2938, + "line": 2927, "column": 17 }, "end": { - "line": 2939, + "line": 2928, "column": 50 } } }, "range": [ - 89642, - 89775 + 89102, + 89235 ], "loc": { "start": { - "line": 2937, + "line": 2926, "column": 16 }, "end": { - "line": 2939, + "line": 2928, "column": 51 } } @@ -159533,16 +156736,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 89795, - 89803 + 89255, + 89263 ], "loc": { "start": { - "line": 2940, + "line": 2929, "column": 16 }, "end": { - "line": 2940, + "line": 2929, "column": 24 } } @@ -159552,46 +156755,46 @@ "value": true, "raw": "true", "range": [ - 89806, - 89810 + 89266, + 89270 ], "loc": { "start": { - "line": 2940, + "line": 2929, "column": 27 }, "end": { - "line": 2940, + "line": 2929, "column": 31 } } }, "range": [ - 89795, - 89810 + 89255, + 89270 ], "loc": { "start": { - "line": 2940, + "line": 2929, "column": 16 }, "end": { - "line": 2940, + "line": 2929, "column": 31 } } }, "range": [ - 89795, - 89811 + 89255, + 89271 ], "loc": { "start": { - "line": 2940, + "line": 2929, "column": 16 }, "end": { - "line": 2940, + "line": 2929, "column": 32 } } @@ -159608,32 +156811,32 @@ "type": "Identifier", "name": "callback", "range": [ - 89839, - 89847 + 89299, + 89307 ], "loc": { "start": { - "line": 2941, + "line": 2930, "column": 27 }, "end": { - "line": 2941, + "line": 2930, "column": 35 } } }, "prefix": true, "range": [ - 89832, - 89847 + 89292, + 89307 ], "loc": { "start": { - "line": 2941, + "line": 2930, "column": 20 }, "end": { - "line": 2941, + "line": 2930, "column": 35 } } @@ -159643,31 +156846,31 @@ "value": "function", "raw": "'function'", "range": [ - 89852, - 89862 + 89312, + 89322 ], "loc": { "start": { - "line": 2941, + "line": 2930, "column": 40 }, "end": { - "line": 2941, + "line": 2930, "column": 50 } } }, "range": [ - 89832, - 89862 + 89292, + 89322 ], "loc": { "start": { - "line": 2941, + "line": 2930, "column": 20 }, "end": { - "line": 2941, + "line": 2930, "column": 50 } } @@ -159686,16 +156889,16 @@ "type": "Identifier", "name": "callback", "range": [ - 89886, - 89894 + 89346, + 89354 ], "loc": { "start": { - "line": 2942, + "line": 2931, "column": 20 }, "end": { - "line": 2942, + "line": 2931, "column": 28 } } @@ -159704,31 +156907,31 @@ "type": "Identifier", "name": "call", "range": [ - 89895, - 89899 + 89355, + 89359 ], "loc": { "start": { - "line": 2942, + "line": 2931, "column": 29 }, "end": { - "line": 2942, + "line": 2931, "column": 33 } } }, "range": [ - 89886, - 89899 + 89346, + 89359 ], "loc": { "start": { - "line": 2942, + "line": 2931, "column": 20 }, "end": { - "line": 2942, + "line": 2931, "column": 33 } } @@ -159739,16 +156942,16 @@ "value": null, "raw": "null", "range": [ - 89900, - 89904 + 89360, + 89364 ], "loc": { "start": { - "line": 2942, + "line": 2931, "column": 34 }, "end": { - "line": 2942, + "line": 2931, "column": 38 } } @@ -159757,127 +156960,127 @@ "type": "Identifier", "name": "o", "range": [ - 89906, - 89907 + 89366, + 89367 ], "loc": { "start": { - "line": 2942, + "line": 2931, "column": 40 }, "end": { - "line": 2942, + "line": 2931, "column": 41 } } } ], "range": [ - 89886, - 89908 + 89346, + 89368 ], "loc": { "start": { - "line": 2942, + "line": 2931, "column": 20 }, "end": { - "line": 2942, + "line": 2931, "column": 42 } } }, "range": [ - 89886, - 89909 + 89346, + 89369 ], "loc": { "start": { - "line": 2942, + "line": 2931, "column": 20 }, "end": { - "line": 2942, + "line": 2931, "column": 43 } } } ], "range": [ - 89864, - 89927 + 89324, + 89387 ], "loc": { "start": { - "line": 2941, + "line": 2930, "column": 52 }, "end": { - "line": 2943, + "line": 2932, "column": 17 } } }, "alternate": null, "range": [ - 89828, - 89927 + 89288, + 89387 ], "loc": { "start": { - "line": 2941, + "line": 2930, "column": 16 }, "end": { - "line": 2943, + "line": 2932, "column": 17 } } } ], "range": [ - 89777, - 89941 + 89237, + 89401 ], "loc": { "start": { - "line": 2939, + "line": 2928, "column": 53 }, "end": { - "line": 2944, + "line": 2933, "column": 13 } } }, "alternate": null, "range": [ - 89638, - 89941 + 89098, + 89401 ], "loc": { "start": { - "line": 2937, + "line": 2926, "column": 12 }, "end": { - "line": 2944, + "line": 2933, "column": 13 } } } ], "range": [ - 89624, - 89951 + 89084, + 89411 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 54 }, "end": { - "line": 2945, + "line": 2934, "column": 9 } } @@ -159885,61 +157088,61 @@ "generator": false, "expression": false, "range": [ - 89618, - 89951 + 89078, + 89411 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 48 }, "end": { - "line": 2945, + "line": 2934, "column": 9 } } }, "range": [ - 89592, - 89951 + 89052, + 89411 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 22 }, "end": { - "line": 2945, + "line": 2934, "column": 9 } } }, "range": [ - 89578, - 89951 + 89038, + 89411 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 8 }, "end": { - "line": 2945, + "line": 2934, "column": 9 } } }, "range": [ - 89578, - 89952 + 89038, + 89412 ], "loc": { "start": { - "line": 2936, + "line": 2925, "column": 8 }, "end": { - "line": 2945, + "line": 2934, "column": 10 } }, @@ -159948,16 +157151,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 89497, - 89569 + 88957, + 89029 ], "loc": { "start": { - "line": 2935, + "line": 2924, "column": 8 }, "end": { - "line": 2935, + "line": 2924, "column": 80 } } @@ -159976,16 +157179,16 @@ "type": "Identifier", "name": "file", "range": [ - 89961, - 89965 + 89421, + 89425 ], "loc": { "start": { - "line": 2946, + "line": 2935, "column": 8 }, "end": { - "line": 2946, + "line": 2935, "column": 12 } } @@ -159994,31 +157197,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 89966, - 89973 + 89426, + 89433 ], "loc": { "start": { - "line": 2946, + "line": 2935, "column": 13 }, "end": { - "line": 2946, + "line": 2935, "column": 20 } } }, "range": [ - 89961, - 89973 + 89421, + 89433 ], "loc": { "start": { - "line": 2946, + "line": 2935, "column": 8 }, "end": { - "line": 2946, + "line": 2935, "column": 20 } } @@ -160038,16 +157241,16 @@ "type": "Identifier", "name": "Error", "range": [ - 90012, - 90017 + 89472, + 89477 ], "loc": { "start": { - "line": 2947, + "line": 2936, "column": 22 }, "end": { - "line": 2947, + "line": 2936, "column": 27 } } @@ -160064,16 +157267,16 @@ }, "tail": false, "range": [ - 90018, - 90049 + 89478, + 89509 ], "loc": { "start": { - "line": 2947, + "line": 2936, "column": 28 }, "end": { - "line": 2947, + "line": 2936, "column": 59 } } @@ -160086,16 +157289,16 @@ }, "tail": true, "range": [ - 90057, - 90059 + 89517, + 89519 ], "loc": { "start": { - "line": 2947, + "line": 2936, "column": 67 }, "end": { - "line": 2947, + "line": 2936, "column": 69 } } @@ -160106,79 +157309,79 @@ "type": "Identifier", "name": "filePath", "range": [ - 90049, - 90057 + 89509, + 89517 ], "loc": { "start": { - "line": 2947, + "line": 2936, "column": 59 }, "end": { - "line": 2947, + "line": 2936, "column": 67 } } } ], "range": [ - 90018, - 90059 + 89478, + 89519 ], "loc": { "start": { - "line": 2947, + "line": 2936, "column": 28 }, "end": { - "line": 2947, + "line": 2936, "column": 69 } } } ], "range": [ - 90008, - 90060 + 89468, + 89520 ], "loc": { "start": { - "line": 2947, + "line": 2936, "column": 18 }, "end": { - "line": 2947, + "line": 2936, "column": 70 } } }, "range": [ - 90002, - 90061 + 89462, + 89521 ], "loc": { "start": { - "line": 2947, + "line": 2936, "column": 12 }, "end": { - "line": 2947, + "line": 2936, "column": 71 } } } ], "range": [ - 89988, - 90071 + 89448, + 89531 ], "loc": { "start": { - "line": 2946, + "line": 2935, "column": 35 }, "end": { - "line": 2948, + "line": 2937, "column": 9 } } @@ -160186,46 +157389,46 @@ "generator": false, "expression": false, "range": [ - 89976, - 90071 + 89436, + 89531 ], "loc": { "start": { - "line": 2946, + "line": 2935, "column": 23 }, "end": { - "line": 2948, + "line": 2937, "column": 9 } } }, "range": [ - 89961, - 90071 + 89421, + 89531 ], "loc": { "start": { - "line": 2946, + "line": 2935, "column": 8 }, "end": { - "line": 2948, + "line": 2937, "column": 9 } } }, "range": [ - 89961, - 90072 + 89421, + 89532 ], "loc": { "start": { - "line": 2946, + "line": 2935, "column": 8 }, "end": { - "line": 2948, + "line": 2937, "column": 10 } } @@ -160241,16 +157444,16 @@ "type": "Identifier", "name": "head", "range": [ - 90081, - 90085 + 89541, + 89545 ], "loc": { "start": { - "line": 2949, + "line": 2938, "column": 8 }, "end": { - "line": 2949, + "line": 2938, "column": 12 } } @@ -160259,31 +157462,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 90086, - 90097 + 89546, + 89557 ], "loc": { "start": { - "line": 2949, + "line": 2938, "column": 13 }, "end": { - "line": 2949, + "line": 2938, "column": 24 } } }, "range": [ - 90081, - 90097 + 89541, + 89557 ], "loc": { "start": { - "line": 2949, + "line": 2938, "column": 8 }, "end": { - "line": 2949, + "line": 2938, "column": 24 } } @@ -160293,63 +157496,63 @@ "type": "Identifier", "name": "file", "range": [ - 90098, - 90102 + 89558, + 89562 ], "loc": { "start": { - "line": 2949, + "line": 2938, "column": 25 }, "end": { - "line": 2949, + "line": 2938, "column": 29 } } } ], "range": [ - 90081, - 90103 + 89541, + 89563 ], "loc": { "start": { - "line": 2949, + "line": 2938, "column": 8 }, "end": { - "line": 2949, + "line": 2938, "column": 30 } } }, "range": [ - 90081, - 90104 + 89541, + 89564 ], "loc": { "start": { - "line": 2949, + "line": 2938, "column": 8 }, "end": { - "line": 2949, + "line": 2938, "column": 31 } } } ], "range": [ - 88913, - 90110 + 88373, + 89570 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 56 }, "end": { - "line": 2950, + "line": 2939, "column": 5 } } @@ -160357,16 +157560,16 @@ "generator": false, "expression": false, "range": [ - 88867, - 90110 + 88327, + 89570 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 10 }, "end": { - "line": 2950, + "line": 2939, "column": 5 } } @@ -160374,16 +157577,16 @@ "kind": "method", "computed": false, "range": [ - 88861, - 90110 + 88321, + 89570 ], "loc": { "start": { - "line": 2914, + "line": 2903, "column": 4 }, "end": { - "line": 2950, + "line": 2939, "column": 5 } }, @@ -160392,16 +157595,16 @@ "type": "Block", "value": "*\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n ", "range": [ - 88597, - 88856 + 88057, + 88316 ], "loc": { "start": { - "line": 2907, + "line": 2896, "column": 4 }, "end": { - "line": 2913, + "line": 2902, "column": 7 } } @@ -160412,16 +157615,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 90116, - 90191 + 89576, + 89651 ], "loc": { "start": { - "line": 2952, + "line": 2941, "column": 4 }, "end": { - "line": 2955, + "line": 2944, "column": 7 } } @@ -160435,16 +157638,16 @@ "type": "Identifier", "name": "isInitialized", "range": [ - 90196, - 90209 + 89656, + 89669 ], "loc": { "start": { - "line": 2956, + "line": 2945, "column": 4 }, "end": { - "line": 2956, + "line": 2945, "column": 17 } } @@ -160464,16 +157667,16 @@ "object": { "type": "ThisExpression", "range": [ - 90229, - 90233 + 89689, + 89693 ], "loc": { "start": { - "line": 2957, + "line": 2946, "column": 15 }, "end": { - "line": 2957, + "line": 2946, "column": 19 } } @@ -160482,62 +157685,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 90234, - 90245 + 89694, + 89705 ], "loc": { "start": { - "line": 2957, + "line": 2946, "column": 20 }, "end": { - "line": 2957, + "line": 2946, "column": 31 } } }, "range": [ - 90229, - 90245 + 89689, + 89705 ], "loc": { "start": { - "line": 2957, + "line": 2946, "column": 15 }, "end": { - "line": 2957, + "line": 2946, "column": 31 } } }, "range": [ - 90222, - 90246 + 89682, + 89706 ], "loc": { "start": { - "line": 2957, + "line": 2946, "column": 8 }, "end": { - "line": 2957, + "line": 2946, "column": 32 } } } ], "range": [ - 90212, - 90252 + 89672, + 89712 ], "loc": { "start": { - "line": 2956, + "line": 2945, "column": 20 }, "end": { - "line": 2958, + "line": 2947, "column": 5 } } @@ -160545,16 +157748,16 @@ "generator": false, "expression": false, "range": [ - 90209, - 90252 + 89669, + 89712 ], "loc": { "start": { - "line": 2956, + "line": 2945, "column": 17 }, "end": { - "line": 2958, + "line": 2947, "column": 5 } } @@ -160562,16 +157765,16 @@ "kind": "method", "computed": false, "range": [ - 90196, - 90252 + 89656, + 89712 ], "loc": { "start": { - "line": 2956, + "line": 2945, "column": 4 }, "end": { - "line": 2958, + "line": 2947, "column": 5 } }, @@ -160580,16 +157783,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 90116, - 90191 + 89576, + 89651 ], "loc": { "start": { - "line": 2952, + "line": 2941, "column": 4 }, "end": { - "line": 2955, + "line": 2944, "column": 7 } } @@ -160600,16 +157803,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {Array} List of filters ids\n ", "range": [ - 90258, - 90342 + 89718, + 89802 ], "loc": { "start": { - "line": 2960, + "line": 2949, "column": 4 }, "end": { - "line": 2963, + "line": 2952, "column": 7 } } @@ -160623,16 +157826,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 90347, - 90359 + 89807, + 89819 ], "loc": { "start": { - "line": 2964, + "line": 2953, "column": 4 }, "end": { - "line": 2964, + "line": 2953, "column": 16 } } @@ -160655,16 +157858,16 @@ "object": { "type": "ThisExpression", "range": [ - 90379, - 90383 + 89839, + 89843 ], "loc": { "start": { - "line": 2965, + "line": 2954, "column": 15 }, "end": { - "line": 2965, + "line": 2954, "column": 19 } } @@ -160673,31 +157876,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 90384, - 90390 + 89844, + 89850 ], "loc": { "start": { - "line": 2965, + "line": 2954, "column": 20 }, "end": { - "line": 2965, + "line": 2954, "column": 26 } } }, "range": [ - 90379, - 90390 + 89839, + 89850 ], "loc": { "start": { - "line": 2965, + "line": 2954, "column": 15 }, "end": { - "line": 2965, + "line": 2954, "column": 26 } } @@ -160706,62 +157909,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 90394, - 90396 + 89854, + 89856 ], "loc": { "start": { - "line": 2965, + "line": 2954, "column": 30 }, "end": { - "line": 2965, + "line": 2954, "column": 32 } } }, "range": [ - 90379, - 90396 + 89839, + 89856 ], "loc": { "start": { - "line": 2965, + "line": 2954, "column": 15 }, "end": { - "line": 2965, + "line": 2954, "column": 32 } } }, "range": [ - 90372, - 90397 + 89832, + 89857 ], "loc": { "start": { - "line": 2965, + "line": 2954, "column": 8 }, "end": { - "line": 2965, + "line": 2954, "column": 33 } } } ], "range": [ - 90362, - 90403 + 89822, + 89863 ], "loc": { "start": { - "line": 2964, + "line": 2953, "column": 19 }, "end": { - "line": 2966, + "line": 2955, "column": 5 } } @@ -160769,16 +157972,16 @@ "generator": false, "expression": false, "range": [ - 90359, - 90403 + 89819, + 89863 ], "loc": { "start": { - "line": 2964, + "line": 2953, "column": 16 }, "end": { - "line": 2966, + "line": 2955, "column": 5 } } @@ -160786,16 +157989,16 @@ "kind": "method", "computed": false, "range": [ - 90347, - 90403 + 89807, + 89863 ], "loc": { "start": { - "line": 2964, + "line": 2953, "column": 4 }, "end": { - "line": 2966, + "line": 2955, "column": 5 } }, @@ -160804,16 +158007,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {Array} List of filters ids\n ", "range": [ - 90258, - 90342 + 89718, + 89802 ], "loc": { "start": { - "line": 2960, + "line": 2949, "column": 4 }, "end": { - "line": 2963, + "line": 2952, "column": 7 } } @@ -160824,16 +158027,16 @@ "type": "Block", "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", "range": [ - 90409, - 90585 + 89869, + 90045 ], "loc": { "start": { - "line": 2968, + "line": 2957, "column": 4 }, "end": { - "line": 2972, + "line": 2961, "column": 7 } } @@ -160847,16 +158050,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 90590, - 90602 + 90050, + 90062 ], "loc": { "start": { - "line": 2973, + "line": 2962, "column": 4 }, "end": { - "line": 2973, + "line": 2962, "column": 16 } } @@ -160869,16 +158072,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 90603, - 90609 + 90063, + 90069 ], "loc": { "start": { - "line": 2973, + "line": 2962, "column": 17 }, "end": { - "line": 2973, + "line": 2962, "column": 23 } } @@ -160896,32 +158099,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 90626, - 90632 + 90086, + 90092 ], "loc": { "start": { - "line": 2974, + "line": 2963, "column": 13 }, "end": { - "line": 2974, + "line": 2963, "column": 19 } } }, "prefix": true, "range": [ - 90625, - 90632 + 90085, + 90092 ], "loc": { "start": { - "line": 2974, + "line": 2963, "column": 12 }, "end": { - "line": 2974, + "line": 2963, "column": 19 } } @@ -160937,16 +158140,16 @@ "object": { "type": "ThisExpression", "range": [ - 90655, - 90659 + 90115, + 90119 ], "loc": { "start": { - "line": 2975, + "line": 2964, "column": 19 }, "end": { - "line": 2975, + "line": 2964, "column": 23 } } @@ -160955,78 +158158,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 90660, - 90674 + 90120, + 90134 ], "loc": { "start": { - "line": 2975, + "line": 2964, "column": 24 }, "end": { - "line": 2975, + "line": 2964, "column": 38 } } }, "range": [ - 90655, - 90674 + 90115, + 90134 ], "loc": { "start": { - "line": 2975, + "line": 2964, "column": 19 }, "end": { - "line": 2975, + "line": 2964, "column": 38 } } }, "range": [ - 90648, - 90675 + 90108, + 90135 ], "loc": { "start": { - "line": 2975, + "line": 2964, "column": 12 }, "end": { - "line": 2975, + "line": 2964, "column": 39 } } } ], "range": [ - 90634, - 90685 + 90094, + 90145 ], "loc": { "start": { - "line": 2974, + "line": 2963, "column": 21 }, "end": { - "line": 2976, + "line": 2965, "column": 9 } } }, "alternate": null, "range": [ - 90621, - 90685 + 90081, + 90145 ], "loc": { "start": { - "line": 2974, + "line": 2963, "column": 8 }, "end": { - "line": 2976, + "line": 2965, "column": 9 } } @@ -161040,16 +158243,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 90699, - 90705 + 90159, + 90165 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 12 }, "end": { - "line": 2978, + "line": 2967, "column": 18 } } @@ -161062,16 +158265,16 @@ "object": { "type": "ThisExpression", "range": [ - 90708, - 90712 + 90168, + 90172 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 21 }, "end": { - "line": 2978, + "line": 2967, "column": 25 } } @@ -161080,31 +158283,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 90713, - 90722 + 90173, + 90182 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 26 }, "end": { - "line": 2978, + "line": 2967, "column": 35 } } }, "range": [ - 90708, - 90722 + 90168, + 90182 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 21 }, "end": { - "line": 2978, + "line": 2967, "column": 35 } } @@ -161115,47 +158318,47 @@ "value": true, "raw": "true", "range": [ - 90723, - 90727 + 90183, + 90187 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 36 }, "end": { - "line": 2978, + "line": 2967, "column": 40 } } } ], "range": [ - 90708, - 90728 + 90168, + 90188 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 21 }, "end": { - "line": 2978, + "line": 2967, "column": 41 } } }, "range": [ - 90699, - 90728 + 90159, + 90188 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 12 }, "end": { - "line": 2978, + "line": 2967, "column": 41 } } @@ -161163,16 +158366,16 @@ ], "kind": "let", "range": [ - 90695, - 90729 + 90155, + 90189 ], "loc": { "start": { - "line": 2978, + "line": 2967, "column": 8 }, "end": { - "line": 2978, + "line": 2967, "column": 42 } } @@ -161188,16 +158391,16 @@ "object": { "type": "ThisExpression", "range": [ - 90738, - 90742 + 90198, + 90202 ], "loc": { "start": { - "line": 2979, + "line": 2968, "column": 8 }, "end": { - "line": 2979, + "line": 2968, "column": 12 } } @@ -161206,31 +158409,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 90743, - 90757 + 90203, + 90217 ], "loc": { "start": { - "line": 2979, + "line": 2968, "column": 13 }, "end": { - "line": 2979, + "line": 2968, "column": 27 } } }, "range": [ - 90738, - 90757 + 90198, + 90217 ], "loc": { "start": { - "line": 2979, + "line": 2968, "column": 8 }, "end": { - "line": 2979, + "line": 2968, "column": 27 } } @@ -161239,46 +158442,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 90760, - 90762 + 90220, + 90222 ], "loc": { "start": { - "line": 2979, + "line": 2968, "column": 30 }, "end": { - "line": 2979, + "line": 2968, "column": 32 } } }, "range": [ - 90738, - 90762 + 90198, + 90222 ], "loc": { "start": { - "line": 2979, + "line": 2968, "column": 8 }, "end": { - "line": 2979, + "line": 2968, "column": 32 } } }, "range": [ - 90738, - 90763 + 90198, + 90223 ], "loc": { "start": { - "line": 2979, + "line": 2968, "column": 8 }, "end": { - "line": 2979, + "line": 2968, "column": 33 } } @@ -161294,16 +158497,16 @@ "type": "Identifier", "name": "k", "range": [ - 90781, - 90782 + 90241, + 90242 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 17 }, "end": { - "line": 2980, + "line": 2969, "column": 18 } } @@ -161314,16 +158517,16 @@ "object": { "type": "ThisExpression", "range": [ - 90785, - 90789 + 90245, + 90249 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 21 }, "end": { - "line": 2980, + "line": 2969, "column": 25 } } @@ -161332,46 +158535,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 90790, - 90796 + 90250, + 90256 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 26 }, "end": { - "line": 2980, + "line": 2969, "column": 32 } } }, "range": [ - 90785, - 90796 + 90245, + 90256 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 21 }, "end": { - "line": 2980, + "line": 2969, "column": 32 } } }, "range": [ - 90781, - 90796 + 90241, + 90256 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 17 }, "end": { - "line": 2980, + "line": 2969, "column": 32 } } @@ -161379,16 +158582,16 @@ ], "kind": "let", "range": [ - 90777, - 90796 + 90237, + 90256 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 13 }, "end": { - "line": 2980, + "line": 2969, "column": 32 } } @@ -161400,16 +158603,16 @@ "type": "Identifier", "name": "k", "range": [ - 90798, - 90799 + 90258, + 90259 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 34 }, "end": { - "line": 2980, + "line": 2969, "column": 35 } } @@ -161418,31 +158621,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 90802, - 90808 + 90262, + 90268 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 38 }, "end": { - "line": 2980, + "line": 2969, "column": 44 } } }, "range": [ - 90798, - 90808 + 90258, + 90268 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 34 }, "end": { - "line": 2980, + "line": 2969, "column": 44 } } @@ -161454,32 +158657,32 @@ "type": "Identifier", "name": "k", "range": [ - 90810, - 90811 + 90270, + 90271 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 46 }, "end": { - "line": 2980, + "line": 2969, "column": 47 } } }, "prefix": false, "range": [ - 90810, - 90813 + 90270, + 90273 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 46 }, "end": { - "line": 2980, + "line": 2969, "column": 49 } } @@ -161496,16 +158699,16 @@ "type": "Identifier", "name": "r", "range": [ - 90833, - 90834 + 90293, + 90294 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 16 }, "end": { - "line": 2981, + "line": 2970, "column": 17 } } @@ -161524,16 +158727,16 @@ "object": { "type": "ThisExpression", "range": [ - 90837, - 90841 + 90297, + 90301 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 20 }, "end": { - "line": 2981, + "line": 2970, "column": 24 } } @@ -161542,47 +158745,47 @@ "type": "Identifier", "name": "dom", "range": [ - 90842, - 90845 + 90302, + 90305 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 25 }, "end": { - "line": 2981, + "line": 2970, "column": 28 } } }, "range": [ - 90837, - 90845 + 90297, + 90305 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 20 }, "end": { - "line": 2981, + "line": 2970, "column": 28 } } }, "arguments": [], "range": [ - 90837, - 90847 + 90297, + 90307 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 20 }, "end": { - "line": 2981, + "line": 2970, "column": 30 } } @@ -161591,31 +158794,31 @@ "type": "Identifier", "name": "rows", "range": [ - 90848, - 90852 + 90308, + 90312 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 31 }, "end": { - "line": 2981, + "line": 2970, "column": 35 } } }, "range": [ - 90837, - 90852 + 90297, + 90312 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 20 }, "end": { - "line": 2981, + "line": 2970, "column": 35 } } @@ -161624,46 +158827,46 @@ "type": "Identifier", "name": "k", "range": [ - 90853, - 90854 + 90313, + 90314 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 36 }, "end": { - "line": 2981, + "line": 2970, "column": 37 } } }, "range": [ - 90837, - 90855 + 90297, + 90315 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 20 }, "end": { - "line": 2981, + "line": 2970, "column": 38 } } }, "range": [ - 90833, - 90855 + 90293, + 90315 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 16 }, "end": { - "line": 2981, + "line": 2970, "column": 38 } } @@ -161671,16 +158874,16 @@ ], "kind": "let", "range": [ - 90829, - 90856 + 90289, + 90316 ], "loc": { "start": { - "line": 2981, + "line": 2970, "column": 12 }, "end": { - "line": 2981, + "line": 2970, "column": 39 } } @@ -161696,16 +158899,16 @@ "object": { "type": "ThisExpression", "range": [ - 90874, - 90878 + 90334, + 90338 ], "loc": { "start": { - "line": 2982, + "line": 2971, "column": 17 }, "end": { - "line": 2982, + "line": 2971, "column": 21 } } @@ -161714,47 +158917,47 @@ "type": "Identifier", "name": "paging", "range": [ - 90879, - 90885 + 90339, + 90345 ], "loc": { "start": { - "line": 2982, + "line": 2971, "column": 22 }, "end": { - "line": 2982, + "line": 2971, "column": 28 } } }, "range": [ - 90874, - 90885 + 90334, + 90345 ], "loc": { "start": { - "line": 2982, + "line": 2971, "column": 17 }, "end": { - "line": 2982, + "line": 2971, "column": 28 } } }, "prefix": true, "range": [ - 90873, - 90885 + 90333, + 90345 ], "loc": { "start": { - "line": 2982, + "line": 2971, "column": 16 }, "end": { - "line": 2982, + "line": 2971, "column": 28 } } @@ -161775,16 +158978,16 @@ "object": { "type": "ThisExpression", "range": [ - 90909, - 90913 + 90369, + 90373 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 20 }, "end": { - "line": 2983, + "line": 2972, "column": 24 } } @@ -161793,31 +158996,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 90914, - 90927 + 90374, + 90387 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 25 }, "end": { - "line": 2983, + "line": 2972, "column": 38 } } }, "range": [ - 90909, - 90927 + 90369, + 90387 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 20 }, "end": { - "line": 2983, + "line": 2972, "column": 38 } } @@ -161827,32 +159030,32 @@ "type": "Identifier", "name": "r", "range": [ - 90928, - 90929 + 90388, + 90389 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 39 }, "end": { - "line": 2983, + "line": 2972, "column": 40 } } } ], "range": [ - 90909, - 90930 + 90369, + 90390 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 20 }, "end": { - "line": 2983, + "line": 2972, "column": 41 } } @@ -161861,31 +159064,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 90935, - 90939 + 90395, + 90399 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 46 }, "end": { - "line": 2983, + "line": 2972, "column": 50 } } }, "range": [ - 90909, - 90939 + 90369, + 90399 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 20 }, "end": { - "line": 2983, + "line": 2972, "column": 50 } } @@ -161906,16 +159109,16 @@ "object": { "type": "ThisExpression", "range": [ - 90963, - 90967 + 90423, + 90427 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 20 }, "end": { - "line": 2984, + "line": 2973, "column": 24 } } @@ -161924,31 +159127,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 90968, - 90982 + 90428, + 90442 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 25 }, "end": { - "line": 2984, + "line": 2973, "column": 39 } } }, "range": [ - 90963, - 90982 + 90423, + 90442 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 20 }, "end": { - "line": 2984, + "line": 2973, "column": 39 } } @@ -161957,31 +159160,31 @@ "type": "Identifier", "name": "push", "range": [ - 90983, - 90987 + 90443, + 90447 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 40 }, "end": { - "line": 2984, + "line": 2973, "column": 44 } } }, "range": [ - 90963, - 90987 + 90423, + 90447 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 20 }, "end": { - "line": 2984, + "line": 2973, "column": 44 } } @@ -161994,16 +159197,16 @@ "type": "Identifier", "name": "r", "range": [ - 90988, - 90989 + 90448, + 90449 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 45 }, "end": { - "line": 2984, + "line": 2973, "column": 46 } } @@ -162012,110 +159215,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 90990, - 90998 + 90450, + 90458 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 47 }, "end": { - "line": 2984, + "line": 2973, "column": 55 } } }, "range": [ - 90988, - 90998 + 90448, + 90458 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 45 }, "end": { - "line": 2984, + "line": 2973, "column": 55 } } } ], "range": [ - 90963, - 90999 + 90423, + 90459 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 20 }, "end": { - "line": 2984, + "line": 2973, "column": 56 } } }, "range": [ - 90963, - 91000 + 90423, + 90460 ], "loc": { "start": { - "line": 2984, + "line": 2973, "column": 20 }, "end": { - "line": 2984, + "line": 2973, "column": 57 } } } ], "range": [ - 90941, - 91018 + 90401, + 90478 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 52 }, "end": { - "line": 2985, + "line": 2974, "column": 17 } } }, "alternate": null, "range": [ - 90905, - 91018 + 90365, + 90478 ], "loc": { "start": { - "line": 2983, + "line": 2972, "column": 16 }, "end": { - "line": 2985, + "line": 2974, "column": 17 } } } ], "range": [ - 90887, - 91032 + 90347, + 90492 ], "loc": { "start": { - "line": 2982, + "line": 2971, "column": 30 }, "end": { - "line": 2986, + "line": 2975, "column": 13 } } @@ -162140,16 +159343,16 @@ "type": "Identifier", "name": "r", "range": [ - 91060, - 91061 + 90520, + 90521 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 20 }, "end": { - "line": 2987, + "line": 2976, "column": 21 } } @@ -162158,31 +159361,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 91062, - 91074 + 90522, + 90534 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 22 }, "end": { - "line": 2987, + "line": 2976, "column": 34 } } }, "range": [ - 91060, - 91074 + 90520, + 90534 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 20 }, "end": { - "line": 2987, + "line": 2976, "column": 34 } } @@ -162193,32 +159396,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 91075, - 91085 + 90535, + 90545 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 35 }, "end": { - "line": 2987, + "line": 2976, "column": 45 } } } ], "range": [ - 91060, - 91086 + 90520, + 90546 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 20 }, "end": { - "line": 2987, + "line": 2976, "column": 46 } } @@ -162228,31 +159431,31 @@ "value": "true", "raw": "'true'", "range": [ - 91091, - 91097 + 90551, + 90557 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 51 }, "end": { - "line": 2987, + "line": 2976, "column": 57 } } }, "range": [ - 91060, - 91097 + 90520, + 90557 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 20 }, "end": { - "line": 2987, + "line": 2976, "column": 57 } } @@ -162269,16 +159472,16 @@ "type": "Identifier", "name": "r", "range": [ - 91121, - 91122 + 90581, + 90582 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 20 }, "end": { - "line": 2988, + "line": 2977, "column": 21 } } @@ -162287,31 +159490,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 91123, - 91135 + 90583, + 90595 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 22 }, "end": { - "line": 2988, + "line": 2977, "column": 34 } } }, "range": [ - 91121, - 91135 + 90581, + 90595 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 20 }, "end": { - "line": 2988, + "line": 2977, "column": 34 } } @@ -162322,32 +159525,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 91136, - 91146 + 90596, + 90606 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 35 }, "end": { - "line": 2988, + "line": 2977, "column": 45 } } } ], "range": [ - 91121, - 91147 + 90581, + 90607 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 20 }, "end": { - "line": 2988, + "line": 2977, "column": 46 } } @@ -162357,46 +159560,46 @@ "value": null, "raw": "null", "range": [ - 91152, - 91156 + 90612, + 90616 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 51 }, "end": { - "line": 2988, + "line": 2977, "column": 55 } } }, "range": [ - 91121, - 91156 + 90581, + 90616 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 20 }, "end": { - "line": 2988, + "line": 2977, "column": 55 } } }, "range": [ - 91060, - 91156 + 90520, + 90616 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 20 }, "end": { - "line": 2988, + "line": 2977, "column": 55 } } @@ -162417,16 +159620,16 @@ "object": { "type": "ThisExpression", "range": [ - 91180, - 91184 + 90640, + 90644 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 20 }, "end": { - "line": 2989, + "line": 2978, "column": 24 } } @@ -162435,31 +159638,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 91185, - 91199 + 90645, + 90659 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 25 }, "end": { - "line": 2989, + "line": 2978, "column": 39 } } }, "range": [ - 91180, - 91199 + 90640, + 90659 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 20 }, "end": { - "line": 2989, + "line": 2978, "column": 39 } } @@ -162468,31 +159671,31 @@ "type": "Identifier", "name": "push", "range": [ - 91200, - 91204 + 90660, + 90664 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 40 }, "end": { - "line": 2989, + "line": 2978, "column": 44 } } }, "range": [ - 91180, - 91204 + 90640, + 90664 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 20 }, "end": { - "line": 2989, + "line": 2978, "column": 44 } } @@ -162505,16 +159708,16 @@ "type": "Identifier", "name": "r", "range": [ - 91205, - 91206 + 90665, + 90666 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 45 }, "end": { - "line": 2989, + "line": 2978, "column": 46 } } @@ -162523,156 +159726,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 91207, - 91215 + 90667, + 90675 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 47 }, "end": { - "line": 2989, + "line": 2978, "column": 55 } } }, "range": [ - 91205, - 91215 + 90665, + 90675 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 45 }, "end": { - "line": 2989, + "line": 2978, "column": 55 } } } ], "range": [ - 91180, - 91216 + 90640, + 90676 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 20 }, "end": { - "line": 2989, + "line": 2978, "column": 56 } } }, "range": [ - 91180, - 91217 + 90640, + 90677 ], "loc": { "start": { - "line": 2989, + "line": 2978, "column": 20 }, "end": { - "line": 2989, + "line": 2978, "column": 57 } } } ], "range": [ - 91158, - 91235 + 90618, + 90695 ], "loc": { "start": { - "line": 2988, + "line": 2977, "column": 57 }, "end": { - "line": 2990, + "line": 2979, "column": 17 } } }, "alternate": null, "range": [ - 91056, - 91235 + 90516, + 90695 ], "loc": { "start": { - "line": 2987, + "line": 2976, "column": 16 }, "end": { - "line": 2990, + "line": 2979, "column": 17 } } } ], "range": [ - 91038, - 91249 + 90498, + 90709 ], "loc": { "start": { - "line": 2986, + "line": 2975, "column": 19 }, "end": { - "line": 2991, + "line": 2980, "column": 13 } } }, "range": [ - 90869, - 91249 + 90329, + 90709 ], "loc": { "start": { - "line": 2982, + "line": 2971, "column": 12 }, "end": { - "line": 2991, + "line": 2980, "column": 13 } } } ], "range": [ - 90815, - 91259 + 90275, + 90719 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 51 }, "end": { - "line": 2992, + "line": 2981, "column": 9 } } }, "range": [ - 90772, - 91259 + 90232, + 90719 ], "loc": { "start": { - "line": 2980, + "line": 2969, "column": 8 }, "end": { - "line": 2992, + "line": 2981, "column": 9 } } @@ -162685,16 +159888,16 @@ "object": { "type": "ThisExpression", "range": [ - 91275, - 91279 + 90735, + 90739 ], "loc": { "start": { - "line": 2993, + "line": 2982, "column": 15 }, "end": { - "line": 2993, + "line": 2982, "column": 19 } } @@ -162703,62 +159906,62 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 91280, - 91294 + 90740, + 90754 ], "loc": { "start": { - "line": 2993, + "line": 2982, "column": 20 }, "end": { - "line": 2993, + "line": 2982, "column": 34 } } }, "range": [ - 91275, - 91294 + 90735, + 90754 ], "loc": { "start": { - "line": 2993, + "line": 2982, "column": 15 }, "end": { - "line": 2993, + "line": 2982, "column": 34 } } }, "range": [ - 91268, - 91295 + 90728, + 90755 ], "loc": { "start": { - "line": 2993, + "line": 2982, "column": 8 }, "end": { - "line": 2993, + "line": 2982, "column": 35 } } } ], "range": [ - 90611, - 91301 + 90071, + 90761 ], "loc": { "start": { - "line": 2973, + "line": 2962, "column": 25 }, "end": { - "line": 2994, + "line": 2983, "column": 5 } } @@ -162766,16 +159969,16 @@ "generator": false, "expression": false, "range": [ - 90602, - 91301 + 90062, + 90761 ], "loc": { "start": { - "line": 2973, + "line": 2962, "column": 16 }, "end": { - "line": 2994, + "line": 2983, "column": 5 } } @@ -162783,16 +159986,16 @@ "kind": "method", "computed": false, "range": [ - 90590, - 91301 + 90050, + 90761 ], "loc": { "start": { - "line": 2973, + "line": 2962, "column": 4 }, "end": { - "line": 2994, + "line": 2983, "column": 5 } }, @@ -162801,16 +160004,16 @@ "type": "Block", "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", "range": [ - 90409, - 90585 + 89869, + 90045 ], "loc": { "start": { - "line": 2968, + "line": 2957, "column": 4 }, "end": { - "line": 2972, + "line": 2961, "column": 7 } } @@ -162821,16 +160024,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 91307, - 91397 + 90767, + 90857 ], "loc": { "start": { - "line": 2996, + "line": 2985, "column": 4 }, "end": { - "line": 2999, + "line": 2988, "column": 7 } } @@ -162844,16 +160047,16 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 91402, - 91420 + 90862, + 90880 ], "loc": { "start": { - "line": 3000, + "line": 2989, "column": 4 }, "end": { - "line": 3000, + "line": 2989, "column": 22 } } @@ -162873,16 +160076,16 @@ "object": { "type": "ThisExpression", "range": [ - 91440, - 91444 + 90900, + 90904 ], "loc": { "start": { - "line": 3001, + "line": 2990, "column": 15 }, "end": { - "line": 3001, + "line": 2990, "column": 19 } } @@ -162891,62 +160094,62 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 91445, - 91460 + 90905, + 90920 ], "loc": { "start": { - "line": 3001, + "line": 2990, "column": 20 }, "end": { - "line": 3001, + "line": 2990, "column": 35 } } }, "range": [ - 91440, - 91460 + 90900, + 90920 ], "loc": { "start": { - "line": 3001, + "line": 2990, "column": 15 }, "end": { - "line": 3001, + "line": 2990, "column": 35 } } }, "range": [ - 91433, - 91461 + 90893, + 90921 ], "loc": { "start": { - "line": 3001, + "line": 2990, "column": 8 }, "end": { - "line": 3001, + "line": 2990, "column": 36 } } } ], "range": [ - 91423, - 91467 + 90883, + 90927 ], "loc": { "start": { - "line": 3000, + "line": 2989, "column": 25 }, "end": { - "line": 3002, + "line": 2991, "column": 5 } } @@ -162954,16 +160157,16 @@ "generator": false, "expression": false, "range": [ - 91420, - 91467 + 90880, + 90927 ], "loc": { "start": { - "line": 3000, + "line": 2989, "column": 22 }, "end": { - "line": 3002, + "line": 2991, "column": 5 } } @@ -162971,16 +160174,16 @@ "kind": "method", "computed": false, "range": [ - 91402, - 91467 + 90862, + 90927 ], "loc": { "start": { - "line": 3000, + "line": 2989, "column": 4 }, "end": { - "line": 3002, + "line": 2991, "column": 5 } }, @@ -162989,16 +160192,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 91307, - 91397 + 90767, + 90857 ], "loc": { "start": { - "line": 2996, + "line": 2985, "column": 4 }, "end": { - "line": 2999, + "line": 2988, "column": 7 } } @@ -163009,16 +160212,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 91473, - 91548 + 90933, + 91008 ], "loc": { "start": { - "line": 3004, + "line": 2993, "column": 4 }, "end": { - "line": 3007, + "line": 2996, "column": 7 } } @@ -163032,16 +160235,16 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 91553, - 91571 + 91013, + 91031 ], "loc": { "start": { - "line": 3008, + "line": 2997, "column": 4 }, "end": { - "line": 3008, + "line": 2997, "column": 22 } } @@ -163061,16 +160264,16 @@ "object": { "type": "ThisExpression", "range": [ - 91591, - 91595 + 91051, + 91055 ], "loc": { "start": { - "line": 3009, + "line": 2998, "column": 15 }, "end": { - "line": 3009, + "line": 2998, "column": 19 } } @@ -163079,62 +160282,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 91596, - 91606 + 91056, + 91066 ], "loc": { "start": { - "line": 3009, + "line": 2998, "column": 20 }, "end": { - "line": 3009, + "line": 2998, "column": 30 } } }, "range": [ - 91591, - 91606 + 91051, + 91066 ], "loc": { "start": { - "line": 3009, + "line": 2998, "column": 15 }, "end": { - "line": 3009, + "line": 2998, "column": 30 } } }, "range": [ - 91584, - 91607 + 91044, + 91067 ], "loc": { "start": { - "line": 3009, + "line": 2998, "column": 8 }, "end": { - "line": 3009, + "line": 2998, "column": 31 } } } ], "range": [ - 91574, - 91613 + 91034, + 91073 ], "loc": { "start": { - "line": 3008, + "line": 2997, "column": 25 }, "end": { - "line": 3010, + "line": 2999, "column": 5 } } @@ -163142,16 +160345,16 @@ "generator": false, "expression": false, "range": [ - 91571, - 91613 + 91031, + 91073 ], "loc": { "start": { - "line": 3008, + "line": 2997, "column": 22 }, "end": { - "line": 3010, + "line": 2999, "column": 5 } } @@ -163159,16 +160362,16 @@ "kind": "method", "computed": false, "range": [ - 91553, - 91613 + 91013, + 91073 ], "loc": { "start": { - "line": 3008, + "line": 2997, "column": 4 }, "end": { - "line": 3010, + "line": 2999, "column": 5 } }, @@ -163177,16 +160380,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 91473, - 91548 + 90933, + 91008 ], "loc": { "start": { - "line": 3004, + "line": 2993, "column": 4 }, "end": { - "line": 3007, + "line": 2996, "column": 7 } } @@ -163197,16 +160400,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 91619, - 91746 + 91079, + 91206 ], "loc": { "start": { - "line": 3012, + "line": 3001, "column": 4 }, "end": { - "line": 3016, + "line": 3005, "column": 7 } } @@ -163220,16 +160423,16 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 91751, - 91767 + 91211, + 91227 ], "loc": { "start": { - "line": 3017, + "line": 3006, "column": 4 }, "end": { - "line": 3017, + "line": 3006, "column": 20 } } @@ -163249,16 +160452,16 @@ "object": { "type": "ThisExpression", "range": [ - 91787, - 91791 + 91247, + 91251 ], "loc": { "start": { - "line": 3018, + "line": 3007, "column": 15 }, "end": { - "line": 3018, + "line": 3007, "column": 19 } } @@ -163267,62 +160470,62 @@ "type": "Identifier", "name": "refRow", "range": [ - 91792, - 91798 + 91252, + 91258 ], "loc": { "start": { - "line": 3018, + "line": 3007, "column": 20 }, "end": { - "line": 3018, + "line": 3007, "column": 26 } } }, "range": [ - 91787, - 91798 + 91247, + 91258 ], "loc": { "start": { - "line": 3018, + "line": 3007, "column": 15 }, "end": { - "line": 3018, + "line": 3007, "column": 26 } } }, "range": [ - 91780, - 91799 + 91240, + 91259 ], "loc": { "start": { - "line": 3018, + "line": 3007, "column": 8 }, "end": { - "line": 3018, + "line": 3007, "column": 27 } } } ], "range": [ - 91770, - 91805 + 91230, + 91265 ], "loc": { "start": { - "line": 3017, + "line": 3006, "column": 23 }, "end": { - "line": 3019, + "line": 3008, "column": 5 } } @@ -163330,16 +160533,16 @@ "generator": false, "expression": false, "range": [ - 91767, - 91805 + 91227, + 91265 ], "loc": { "start": { - "line": 3017, + "line": 3006, "column": 20 }, "end": { - "line": 3019, + "line": 3008, "column": 5 } } @@ -163347,16 +160550,16 @@ "kind": "method", "computed": false, "range": [ - 91751, - 91805 + 91211, + 91265 ], "loc": { "start": { - "line": 3017, + "line": 3006, "column": 4 }, "end": { - "line": 3019, + "line": 3008, "column": 5 } }, @@ -163365,16 +160568,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 91619, - 91746 + 91079, + 91206 ], "loc": { "start": { - "line": 3012, + "line": 3001, "column": 4 }, "end": { - "line": 3016, + "line": 3005, "column": 7 } } @@ -163385,16 +160588,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 91811, - 91883 + 91271, + 91343 ], "loc": { "start": { - "line": 3021, + "line": 3010, "column": 4 }, "end": { - "line": 3024, + "line": 3013, "column": 7 } } @@ -163408,16 +160611,16 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 91888, - 91903 + 91348, + 91363 ], "loc": { "start": { - "line": 3025, + "line": 3014, "column": 4 }, "end": { - "line": 3025, + "line": 3014, "column": 19 } } @@ -163438,16 +160641,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 91920, - 91926 + 91380, + 91386 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 12 }, "end": { - "line": 3026, + "line": 3015, "column": 18 } } @@ -163460,16 +160663,16 @@ "object": { "type": "ThisExpression", "range": [ - 91929, - 91933 + 91389, + 91393 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 21 }, "end": { - "line": 3026, + "line": 3015, "column": 25 } } @@ -163478,31 +160681,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 91934, - 91943 + 91394, + 91403 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 26 }, "end": { - "line": 3026, + "line": 3015, "column": 35 } } }, "range": [ - 91929, - 91943 + 91389, + 91403 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 21 }, "end": { - "line": 3026, + "line": 3015, "column": 35 } } @@ -163513,47 +160716,47 @@ "value": true, "raw": "true", "range": [ - 91944, - 91948 + 91404, + 91408 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 36 }, "end": { - "line": 3026, + "line": 3015, "column": 40 } } } ], "range": [ - 91929, - 91949 + 91389, + 91409 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 21 }, "end": { - "line": 3026, + "line": 3015, "column": 41 } } }, "range": [ - 91920, - 91949 + 91380, + 91409 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 12 }, "end": { - "line": 3026, + "line": 3015, "column": 41 } } @@ -163561,16 +160764,16 @@ ], "kind": "let", "range": [ - 91916, - 91950 + 91376, + 91410 ], "loc": { "start": { - "line": 3026, + "line": 3015, "column": 8 }, "end": { - "line": 3026, + "line": 3015, "column": 42 } } @@ -163584,16 +160787,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 91967, - 91973 + 91427, + 91433 ], "loc": { "start": { - "line": 3027, + "line": 3016, "column": 16 }, "end": { - "line": 3027, + "line": 3016, "column": 22 } } @@ -163603,62 +160806,62 @@ "value": 1, "raw": "1", "range": [ - 91976, - 91977 + 91436, + 91437 ], "loc": { "start": { - "line": 3027, + "line": 3016, "column": 25 }, "end": { - "line": 3027, + "line": 3016, "column": 26 } } }, "range": [ - 91967, - 91977 + 91427, + 91437 ], "loc": { "start": { - "line": 3027, + "line": 3016, "column": 16 }, "end": { - "line": 3027, + "line": 3016, "column": 26 } } }, "range": [ - 91959, - 91979 + 91419, + 91439 ], "loc": { "start": { - "line": 3027, + "line": 3016, "column": 8 }, "end": { - "line": 3027, + "line": 3016, "column": 28 } } } ], "range": [ - 91906, - 91985 + 91366, + 91445 ], "loc": { "start": { - "line": 3025, + "line": 3014, "column": 22 }, "end": { - "line": 3028, + "line": 3017, "column": 5 } } @@ -163666,16 +160869,16 @@ "generator": false, "expression": false, "range": [ - 91903, - 91985 + 91363, + 91445 ], "loc": { "start": { - "line": 3025, + "line": 3014, "column": 19 }, "end": { - "line": 3028, + "line": 3017, "column": 5 } } @@ -163683,16 +160886,16 @@ "kind": "method", "computed": false, "range": [ - 91888, - 91985 + 91348, + 91445 ], "loc": { "start": { - "line": 3025, + "line": 3014, "column": 4 }, "end": { - "line": 3028, + "line": 3017, "column": 5 } }, @@ -163701,16 +160904,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 91811, - 91883 + 91271, + 91343 ], "loc": { "start": { - "line": 3021, + "line": 3010, "column": 4 }, "end": { - "line": 3024, + "line": 3013, "column": 7 } } @@ -163721,16 +160924,16 @@ "type": "Block", "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @return {Boolean}\n ", "range": [ - 91991, - 92200 + 91451, + 91660 ], "loc": { "start": { - "line": 3030, + "line": 3019, "column": 4 }, "end": { - "line": 3035, + "line": 3024, "column": 7 } } @@ -163744,16 +160947,16 @@ "type": "Identifier", "name": "hasType", "range": [ - 92205, - 92212 + 91665, + 91672 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 4 }, "end": { - "line": 3036, + "line": 3025, "column": 11 } } @@ -163766,16 +160969,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 92213, - 92221 + 91673, + 91681 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 12 }, "end": { - "line": 3036, + "line": 3025, "column": 20 } } @@ -163786,16 +160989,16 @@ "type": "Identifier", "name": "types", "range": [ - 92223, - 92228 + 91683, + 91688 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 22 }, "end": { - "line": 3036, + "line": 3025, "column": 27 } } @@ -163804,31 +161007,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 92231, - 92233 + 91691, + 91693 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 30 }, "end": { - "line": 3036, + "line": 3025, "column": 32 } } }, "range": [ - 92223, - 92233 + 91683, + 91693 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 22 }, "end": { - "line": 3036, + "line": 3025, "column": 32 } } @@ -163851,16 +161054,16 @@ "object": { "type": "ThisExpression", "range": [ - 92249, - 92253 + 91709, + 91713 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 12 }, "end": { - "line": 3037, + "line": 3026, "column": 16 } } @@ -163869,31 +161072,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 92254, - 92262 + 91714, + 91722 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 17 }, "end": { - "line": 3037, + "line": 3026, "column": 25 } } }, "range": [ - 92249, - 92262 + 91709, + 91722 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 12 }, "end": { - "line": 3037, + "line": 3026, "column": 25 } } @@ -163902,31 +161105,31 @@ "type": "Identifier", "name": "length", "range": [ - 92263, - 92269 + 91723, + 91729 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 26 }, "end": { - "line": 3037, + "line": 3026, "column": 32 } } }, "range": [ - 92249, - 92269 + 91709, + 91729 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 12 }, "end": { - "line": 3037, + "line": 3026, "column": 32 } } @@ -163936,31 +161139,31 @@ "value": 0, "raw": "0", "range": [ - 92274, - 92275 + 91734, + 91735 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 37 }, "end": { - "line": 3037, + "line": 3026, "column": 38 } } }, "range": [ - 92249, - 92275 + 91709, + 91735 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 12 }, "end": { - "line": 3037, + "line": 3026, "column": 38 } } @@ -163975,63 +161178,63 @@ "value": false, "raw": "false", "range": [ - 92298, - 92303 + 91758, + 91763 ], "loc": { "start": { - "line": 3038, + "line": 3027, "column": 19 }, "end": { - "line": 3038, + "line": 3027, "column": 24 } } }, "range": [ - 92291, - 92304 + 91751, + 91764 ], "loc": { "start": { - "line": 3038, + "line": 3027, "column": 12 }, "end": { - "line": 3038, + "line": 3027, "column": 25 } } } ], "range": [ - 92277, - 92314 + 91737, + 91774 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 40 }, "end": { - "line": 3039, + "line": 3028, "column": 9 } } }, "alternate": null, "range": [ - 92245, - 92314 + 91705, + 91774 ], "loc": { "start": { - "line": 3037, + "line": 3026, "column": 8 }, "end": { - "line": 3039, + "line": 3028, "column": 9 } } @@ -164045,16 +161248,16 @@ "type": "Identifier", "name": "colType", "range": [ - 92327, - 92334 + 91787, + 91794 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 12 }, "end": { - "line": 3040, + "line": 3029, "column": 19 } } @@ -164068,16 +161271,16 @@ "object": { "type": "ThisExpression", "range": [ - 92337, - 92341 + 91797, + 91801 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 22 }, "end": { - "line": 3040, + "line": 3029, "column": 26 } } @@ -164086,31 +161289,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 92342, - 92350 + 91802, + 91810 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 27 }, "end": { - "line": 3040, + "line": 3029, "column": 35 } } }, "range": [ - 92337, - 92350 + 91797, + 91810 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 22 }, "end": { - "line": 3040, + "line": 3029, "column": 35 } } @@ -164119,46 +161322,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 92351, - 92359 + 91811, + 91819 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 36 }, "end": { - "line": 3040, + "line": 3029, "column": 44 } } }, "range": [ - 92337, - 92360 + 91797, + 91820 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 22 }, "end": { - "line": 3040, + "line": 3029, "column": 45 } } }, "range": [ - 92327, - 92360 + 91787, + 91820 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 12 }, "end": { - "line": 3040, + "line": 3029, "column": 45 } } @@ -164166,16 +161369,16 @@ ], "kind": "let", "range": [ - 92323, - 92361 + 91783, + 91821 ], "loc": { "start": { - "line": 3040, + "line": 3029, "column": 8 }, "end": { - "line": 3040, + "line": 3029, "column": 46 } } @@ -164188,16 +161391,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 92374, - 92379 + 91834, + 91839 ], "loc": { "start": { - "line": 3041, + "line": 3030, "column": 12 }, "end": { - "line": 3041, + "line": 3030, "column": 17 } } @@ -164207,32 +161410,32 @@ "type": "Identifier", "name": "colType", "range": [ - 92380, - 92387 + 91840, + 91847 ], "loc": { "start": { - "line": 3041, + "line": 3030, "column": 18 }, "end": { - "line": 3041, + "line": 3030, "column": 25 } } } ], "range": [ - 92374, - 92388 + 91834, + 91848 ], "loc": { "start": { - "line": 3041, + "line": 3030, "column": 12 }, "end": { - "line": 3041, + "line": 3030, "column": 26 } } @@ -164249,16 +161452,16 @@ "type": "Identifier", "name": "colType", "range": [ - 92404, - 92411 + 91864, + 91871 ], "loc": { "start": { - "line": 3042, + "line": 3031, "column": 12 }, "end": { - "line": 3042, + "line": 3031, "column": 19 } } @@ -164270,16 +161473,16 @@ "type": "Identifier", "name": "colType", "range": [ - 92414, - 92421 + 91874, + 91881 ], "loc": { "start": { - "line": 3042, + "line": 3031, "column": 22 }, "end": { - "line": 3042, + "line": 3031, "column": 29 } } @@ -164288,93 +161491,93 @@ "type": "Identifier", "name": "type", "range": [ - 92422, - 92426 + 91882, + 91886 ], "loc": { "start": { - "line": 3042, + "line": 3031, "column": 30 }, "end": { - "line": 3042, + "line": 3031, "column": 34 } } }, "range": [ - 92414, - 92426 + 91874, + 91886 ], "loc": { "start": { - "line": 3042, + "line": 3031, "column": 22 }, "end": { - "line": 3042, + "line": 3031, "column": 34 } } }, "range": [ - 92404, - 92426 + 91864, + 91886 ], "loc": { "start": { - "line": 3042, + "line": 3031, "column": 12 }, "end": { - "line": 3042, + "line": 3031, "column": 34 } } }, "range": [ - 92404, - 92427 + 91864, + 91887 ], "loc": { "start": { - "line": 3042, + "line": 3031, "column": 12 }, "end": { - "line": 3042, + "line": 3031, "column": 35 } } } ], "range": [ - 92390, - 92437 + 91850, + 91897 ], "loc": { "start": { - "line": 3041, + "line": 3030, "column": 28 }, "end": { - "line": 3043, + "line": 3032, "column": 9 } } }, "alternate": null, "range": [ - 92370, - 92437 + 91830, + 91897 ], "loc": { "start": { - "line": 3041, + "line": 3030, "column": 8 }, "end": { - "line": 3043, + "line": 3032, "column": 9 } } @@ -164393,16 +161596,16 @@ "type": "Identifier", "name": "types", "range": [ - 92453, - 92458 + 91913, + 91918 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 15 }, "end": { - "line": 3044, + "line": 3033, "column": 20 } } @@ -164411,31 +161614,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 92459, - 92466 + 91919, + 91926 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 21 }, "end": { - "line": 3044, + "line": 3033, "column": 28 } } }, "range": [ - 92453, - 92466 + 91913, + 91926 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 15 }, "end": { - "line": 3044, + "line": 3033, "column": 28 } } @@ -164445,32 +161648,32 @@ "type": "Identifier", "name": "colType", "range": [ - 92467, - 92474 + 91927, + 91934 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 29 }, "end": { - "line": 3044, + "line": 3033, "column": 36 } } } ], "range": [ - 92453, - 92475 + 91913, + 91935 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 15 }, "end": { - "line": 3044, + "line": 3033, "column": 37 } } @@ -164483,78 +161686,78 @@ "value": 1, "raw": "1", "range": [ - 92481, - 92482 + 91941, + 91942 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 43 }, "end": { - "line": 3044, + "line": 3033, "column": 44 } } }, "prefix": true, "range": [ - 92480, - 92482 + 91940, + 91942 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 42 }, "end": { - "line": 3044, + "line": 3033, "column": 44 } } }, "range": [ - 92453, - 92482 + 91913, + 91942 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 15 }, "end": { - "line": 3044, + "line": 3033, "column": 44 } } }, "range": [ - 92446, - 92483 + 91906, + 91943 ], "loc": { "start": { - "line": 3044, + "line": 3033, "column": 8 }, "end": { - "line": 3044, + "line": 3033, "column": 45 } } } ], "range": [ - 92235, - 92489 + 91695, + 91949 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 34 }, "end": { - "line": 3045, + "line": 3034, "column": 5 } } @@ -164562,16 +161765,16 @@ "generator": false, "expression": false, "range": [ - 92212, - 92489 + 91672, + 91949 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 11 }, "end": { - "line": 3045, + "line": 3034, "column": 5 } } @@ -164579,16 +161782,16 @@ "kind": "method", "computed": false, "range": [ - 92205, - 92489 + 91665, + 91949 ], "loc": { "start": { - "line": 3036, + "line": 3025, "column": 4 }, "end": { - "line": 3045, + "line": 3034, "column": 5 } }, @@ -164597,16 +161800,16 @@ "type": "Block", "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @return {Boolean}\n ", "range": [ - 91991, - 92200 + 91451, + 91660 ], "loc": { "start": { - "line": 3030, + "line": 3019, "column": 4 }, "end": { - "line": 3035, + "line": 3024, "column": 7 } } @@ -164617,16 +161820,16 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 92495, - 92636 + 91955, + 92096 ], "loc": { "start": { - "line": 3047, + "line": 3036, "column": 4 }, "end": { - "line": 3051, + "line": 3040, "column": 7 } } @@ -164640,16 +161843,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 92641, - 92657 + 92101, + 92117 ], "loc": { "start": { - "line": 3052, + "line": 3041, "column": 4 }, "end": { - "line": 3052, + "line": 3041, "column": 20 } } @@ -164662,16 +161865,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 92658, - 92666 + 92118, + 92126 ], "loc": { "start": { - "line": 3052, + "line": 3041, "column": 21 }, "end": { - "line": 3052, + "line": 3041, "column": 29 } } @@ -164689,16 +161892,16 @@ "type": "Identifier", "name": "table", "range": [ - 92682, - 92687 + 92142, + 92147 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 12 }, "end": { - "line": 3053, + "line": 3042, "column": 17 } } @@ -164711,16 +161914,16 @@ "object": { "type": "ThisExpression", "range": [ - 92690, - 92694 + 92150, + 92154 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 20 }, "end": { - "line": 3053, + "line": 3042, "column": 24 } } @@ -164729,31 +161932,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 92695, - 92705 + 92155, + 92165 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 25 }, "end": { - "line": 3053, + "line": 3042, "column": 35 } } }, "range": [ - 92690, - 92705 + 92150, + 92165 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 20 }, "end": { - "line": 3053, + "line": 3042, "column": 35 } } @@ -164770,16 +161973,16 @@ "object": { "type": "ThisExpression", "range": [ - 92708, - 92712 + 92168, + 92172 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 38 }, "end": { - "line": 3053, + "line": 3042, "column": 42 } } @@ -164788,31 +161991,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 92713, - 92716 + 92173, + 92176 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 43 }, "end": { - "line": 3053, + "line": 3042, "column": 46 } } }, "range": [ - 92708, - 92716 + 92168, + 92176 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 38 }, "end": { - "line": 3053, + "line": 3042, "column": 46 } } @@ -164821,31 +162024,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 92717, - 92727 + 92177, + 92187 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 47 }, "end": { - "line": 3053, + "line": 3042, "column": 57 } } }, "range": [ - 92708, - 92727 + 92168, + 92187 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 38 }, "end": { - "line": 3053, + "line": 3042, "column": 57 } } @@ -164854,31 +162057,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 92728, - 92735 + 92188, + 92195 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 58 }, "end": { - "line": 3053, + "line": 3042, "column": 65 } } }, "range": [ - 92708, - 92735 + 92168, + 92195 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 38 }, "end": { - "line": 3053, + "line": 3042, "column": 65 } } @@ -164891,16 +162094,16 @@ "object": { "type": "ThisExpression", "range": [ - 92738, - 92742 + 92198, + 92202 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 68 }, "end": { - "line": 3053, + "line": 3042, "column": 72 } } @@ -164909,77 +162112,77 @@ "type": "Identifier", "name": "dom", "range": [ - 92743, - 92746 + 92203, + 92206 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 73 }, "end": { - "line": 3053, + "line": 3042, "column": 76 } } }, "range": [ - 92738, - 92746 + 92198, + 92206 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 68 }, "end": { - "line": 3053, + "line": 3042, "column": 76 } } }, "arguments": [], "range": [ - 92738, - 92748 + 92198, + 92208 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 68 }, "end": { - "line": 3053, + "line": 3042, "column": 78 } } }, "range": [ - 92690, - 92748 + 92150, + 92208 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 20 }, "end": { - "line": 3053, + "line": 3042, "column": 78 } } }, "range": [ - 92682, - 92748 + 92142, + 92208 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 12 }, "end": { - "line": 3053, + "line": 3042, "column": 78 } } @@ -164987,16 +162190,16 @@ ], "kind": "let", "range": [ - 92678, - 92749 + 92138, + 92209 ], "loc": { "start": { - "line": 3053, + "line": 3042, "column": 8 }, "end": { - "line": 3053, + "line": 3042, "column": 79 } } @@ -165010,16 +162213,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 92762, - 92767 + 92222, + 92227 ], "loc": { "start": { - "line": 3054, + "line": 3043, "column": 12 }, "end": { - "line": 3054, + "line": 3043, "column": 17 } } @@ -165030,16 +162233,16 @@ "type": "Identifier", "name": "tag", "range": [ - 92770, - 92773 + 92230, + 92233 ], "loc": { "start": { - "line": 3054, + "line": 3043, "column": 20 }, "end": { - "line": 3054, + "line": 3043, "column": 23 } } @@ -165049,16 +162252,16 @@ "type": "Identifier", "name": "table", "range": [ - 92774, - 92779 + 92234, + 92239 ], "loc": { "start": { - "line": 3054, + "line": 3043, "column": 24 }, "end": { - "line": 3054, + "line": 3043, "column": 29 } } @@ -165068,47 +162271,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 92781, - 92788 + 92241, + 92248 ], "loc": { "start": { - "line": 3054, + "line": 3043, "column": 31 }, "end": { - "line": 3054, + "line": 3043, "column": 38 } } } ], "range": [ - 92770, - 92789 + 92230, + 92249 ], "loc": { "start": { - "line": 3054, + "line": 3043, "column": 20 }, "end": { - "line": 3054, + "line": 3043, "column": 39 } } }, "range": [ - 92762, - 92789 + 92222, + 92249 ], "loc": { "start": { - "line": 3054, + "line": 3043, "column": 12 }, "end": { - "line": 3054, + "line": 3043, "column": 39 } } @@ -165116,16 +162319,16 @@ ], "kind": "let", "range": [ - 92758, - 92790 + 92218, + 92250 ], "loc": { "start": { - "line": 3054, + "line": 3043, "column": 8 }, "end": { - "line": 3054, + "line": 3043, "column": 40 } } @@ -165139,16 +162342,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 92803, - 92809 + 92263, + 92269 ], "loc": { "start": { - "line": 3055, + "line": 3044, "column": 12 }, "end": { - "line": 3055, + "line": 3044, "column": 18 } } @@ -165161,16 +162364,16 @@ "object": { "type": "ThisExpression", "range": [ - 92812, - 92816 + 92272, + 92276 ], "loc": { "start": { - "line": 3055, + "line": 3044, "column": 21 }, "end": { - "line": 3055, + "line": 3044, "column": 25 } } @@ -165179,62 +162382,62 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 92817, - 92835 + 92277, + 92295 ], "loc": { "start": { - "line": 3055, + "line": 3044, "column": 26 }, "end": { - "line": 3055, + "line": 3044, "column": 44 } } }, "range": [ - 92812, - 92835 + 92272, + 92295 ], "loc": { "start": { - "line": 3055, + "line": 3044, "column": 21 }, "end": { - "line": 3055, + "line": 3044, "column": 44 } } }, "arguments": [], "range": [ - 92812, - 92837 + 92272, + 92297 ], "loc": { "start": { - "line": 3055, + "line": 3044, "column": 21 }, "end": { - "line": 3055, + "line": 3044, "column": 46 } } }, "range": [ - 92803, - 92837 + 92263, + 92297 ], "loc": { "start": { - "line": 3055, + "line": 3044, "column": 12 }, "end": { - "line": 3055, + "line": 3044, "column": 46 } } @@ -165242,16 +162445,16 @@ ], "kind": "let", "range": [ - 92799, - 92838 + 92259, + 92298 ], "loc": { "start": { - "line": 3055, + "line": 3044, "column": 8 }, "end": { - "line": 3055, + "line": 3044, "column": 47 } } @@ -165265,32 +162468,32 @@ "type": "Identifier", "name": "header", "range": [ - 92851, - 92857 + 92311, + 92317 ], "loc": { "start": { - "line": 3056, + "line": 3045, "column": 12 }, "end": { - "line": 3056, + "line": 3045, "column": 18 } } }, "init": null, "range": [ - 92851, - 92857 + 92311, + 92317 ], "loc": { "start": { - "line": 3056, + "line": 3045, "column": 12 }, "end": { - "line": 3056, + "line": 3045, "column": 18 } } @@ -165298,16 +162501,16 @@ ], "kind": "let", "range": [ - 92847, - 92858 + 92307, + 92318 ], "loc": { "start": { - "line": 3056, + "line": 3045, "column": 8 }, "end": { - "line": 3056, + "line": 3045, "column": 19 } } @@ -165324,16 +162527,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 92871, - 92876 + 92331, + 92336 ], "loc": { "start": { - "line": 3057, + "line": 3046, "column": 12 }, "end": { - "line": 3057, + "line": 3046, "column": 17 } } @@ -165342,31 +162545,31 @@ "type": "Identifier", "name": "length", "range": [ - 92877, - 92883 + 92337, + 92343 ], "loc": { "start": { - "line": 3057, + "line": 3046, "column": 18 }, "end": { - "line": 3057, + "line": 3046, "column": 24 } } }, "range": [ - 92871, - 92883 + 92331, + 92343 ], "loc": { "start": { - "line": 3057, + "line": 3046, "column": 12 }, "end": { - "line": 3057, + "line": 3046, "column": 24 } } @@ -165376,31 +162579,31 @@ "value": 0, "raw": "0", "range": [ - 92888, - 92889 + 92348, + 92349 ], "loc": { "start": { - "line": 3057, + "line": 3046, "column": 29 }, "end": { - "line": 3057, + "line": 3046, "column": 30 } } }, "range": [ - 92871, - 92889 + 92331, + 92349 ], "loc": { "start": { - "line": 3057, + "line": 3046, "column": 12 }, "end": { - "line": 3057, + "line": 3046, "column": 30 } } @@ -165417,16 +162620,16 @@ "type": "Identifier", "name": "header", "range": [ - 92905, - 92911 + 92365, + 92371 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 12 }, "end": { - "line": 3058, + "line": 3047, "column": 18 } } @@ -165447,16 +162650,16 @@ "type": "Identifier", "name": "table", "range": [ - 92914, - 92919 + 92374, + 92379 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 21 }, "end": { - "line": 3058, + "line": 3047, "column": 26 } } @@ -165465,31 +162668,31 @@ "type": "Identifier", "name": "rows", "range": [ - 92920, - 92924 + 92380, + 92384 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 27 }, "end": { - "line": 3058, + "line": 3047, "column": 31 } } }, "range": [ - 92914, - 92924 + 92374, + 92384 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 21 }, "end": { - "line": 3058, + "line": 3047, "column": 31 } } @@ -165498,31 +162701,31 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 92925, - 92931 + 92385, + 92391 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 32 }, "end": { - "line": 3058, + "line": 3047, "column": 38 } } }, "range": [ - 92914, - 92932 + 92374, + 92392 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 21 }, "end": { - "line": 3058, + "line": 3047, "column": 39 } } @@ -165531,31 +162734,31 @@ "type": "Identifier", "name": "cells", "range": [ - 92933, - 92938 + 92393, + 92398 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 40 }, "end": { - "line": 3058, + "line": 3047, "column": 45 } } }, "range": [ - 92914, - 92938 + 92374, + 92398 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 21 }, "end": { - "line": 3058, + "line": 3047, "column": 45 } } @@ -165564,93 +162767,93 @@ "type": "Identifier", "name": "colIndex", "range": [ - 92939, - 92947 + 92399, + 92407 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 46 }, "end": { - "line": 3058, + "line": 3047, "column": 54 } } }, "range": [ - 92914, - 92948 + 92374, + 92408 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 21 }, "end": { - "line": 3058, + "line": 3047, "column": 55 } } }, "range": [ - 92905, - 92948 + 92365, + 92408 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 12 }, "end": { - "line": 3058, + "line": 3047, "column": 55 } } }, "range": [ - 92905, - 92949 + 92365, + 92409 ], "loc": { "start": { - "line": 3058, + "line": 3047, "column": 12 }, "end": { - "line": 3058, + "line": 3047, "column": 56 } } } ], "range": [ - 92891, - 92959 + 92351, + 92419 ], "loc": { "start": { - "line": 3057, + "line": 3046, "column": 32 }, "end": { - "line": 3059, + "line": 3048, "column": 9 } } }, "alternate": null, "range": [ - 92867, - 92959 + 92327, + 92419 ], "loc": { "start": { - "line": 3057, + "line": 3046, "column": 8 }, "end": { - "line": 3059, + "line": 3048, "column": 9 } } @@ -165667,16 +162870,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 92972, - 92977 + 92432, + 92437 ], "loc": { "start": { - "line": 3060, + "line": 3049, "column": 12 }, "end": { - "line": 3060, + "line": 3049, "column": 17 } } @@ -165685,31 +162888,31 @@ "type": "Identifier", "name": "length", "range": [ - 92978, - 92984 + 92438, + 92444 ], "loc": { "start": { - "line": 3060, + "line": 3049, "column": 18 }, "end": { - "line": 3060, + "line": 3049, "column": 24 } } }, "range": [ - 92972, - 92984 + 92432, + 92444 ], "loc": { "start": { - "line": 3060, + "line": 3049, "column": 12 }, "end": { - "line": 3060, + "line": 3049, "column": 24 } } @@ -165719,31 +162922,31 @@ "value": 1, "raw": "1", "range": [ - 92989, - 92990 + 92449, + 92450 ], "loc": { "start": { - "line": 3060, + "line": 3049, "column": 29 }, "end": { - "line": 3060, + "line": 3049, "column": 30 } } }, "range": [ - 92972, - 92990 + 92432, + 92450 ], "loc": { "start": { - "line": 3060, + "line": 3049, "column": 12 }, "end": { - "line": 3060, + "line": 3049, "column": 30 } } @@ -165760,16 +162963,16 @@ "type": "Identifier", "name": "header", "range": [ - 93006, - 93012 + 92466, + 92472 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 12 }, "end": { - "line": 3061, + "line": 3050, "column": 18 } } @@ -165793,16 +162996,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 93015, - 93020 + 92475, + 92480 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 21 }, "end": { - "line": 3061, + "line": 3050, "column": 26 } } @@ -165812,31 +163015,31 @@ "value": 0, "raw": "0", "range": [ - 93021, - 93022 + 92481, + 92482 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 27 }, "end": { - "line": 3061, + "line": 3050, "column": 28 } } }, "range": [ - 93015, - 93023 + 92475, + 92483 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 21 }, "end": { - "line": 3061, + "line": 3050, "column": 29 } } @@ -165845,31 +163048,31 @@ "type": "Identifier", "name": "rows", "range": [ - 93024, - 93028 + 92484, + 92488 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 30 }, "end": { - "line": 3061, + "line": 3050, "column": 34 } } }, "range": [ - 93015, - 93028 + 92475, + 92488 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 21 }, "end": { - "line": 3061, + "line": 3050, "column": 34 } } @@ -165878,31 +163081,31 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 93029, - 93035 + 92489, + 92495 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 35 }, "end": { - "line": 3061, + "line": 3050, "column": 41 } } }, "range": [ - 93015, - 93036 + 92475, + 92496 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 21 }, "end": { - "line": 3061, + "line": 3050, "column": 42 } } @@ -165911,31 +163114,31 @@ "type": "Identifier", "name": "cells", "range": [ - 93037, - 93042 + 92497, + 92502 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 43 }, "end": { - "line": 3061, + "line": 3050, "column": 48 } } }, "range": [ - 93015, - 93042 + 92475, + 92502 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 21 }, "end": { - "line": 3061, + "line": 3050, "column": 48 } } @@ -165944,93 +163147,93 @@ "type": "Identifier", "name": "colIndex", "range": [ - 93043, - 93051 + 92503, + 92511 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 49 }, "end": { - "line": 3061, + "line": 3050, "column": 57 } } }, "range": [ - 93015, - 93052 + 92475, + 92512 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 21 }, "end": { - "line": 3061, + "line": 3050, "column": 58 } } }, "range": [ - 93006, - 93052 + 92466, + 92512 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 12 }, "end": { - "line": 3061, + "line": 3050, "column": 58 } } }, "range": [ - 93006, - 93053 + 92466, + 92513 ], "loc": { "start": { - "line": 3061, + "line": 3050, "column": 12 }, "end": { - "line": 3061, + "line": 3050, "column": 59 } } } ], "range": [ - 92992, - 93063 + 92452, + 92523 ], "loc": { "start": { - "line": 3060, + "line": 3049, "column": 32 }, "end": { - "line": 3062, + "line": 3051, "column": 9 } } }, "alternate": null, "range": [ - 92968, - 93063 + 92428, + 92523 ], "loc": { "start": { - "line": 3060, + "line": 3049, "column": 8 }, "end": { - "line": 3062, + "line": 3051, "column": 9 } } @@ -166041,47 +163244,47 @@ "type": "Identifier", "name": "header", "range": [ - 93079, - 93085 + 92539, + 92545 ], "loc": { "start": { - "line": 3063, + "line": 3052, "column": 15 }, "end": { - "line": 3063, + "line": 3052, "column": 21 } } }, "range": [ - 93072, - 93086 + 92532, + 92546 ], "loc": { "start": { - "line": 3063, + "line": 3052, "column": 8 }, "end": { - "line": 3063, + "line": 3052, "column": 22 } } } ], "range": [ - 92668, - 93092 + 92128, + 92552 ], "loc": { "start": { - "line": 3052, + "line": 3041, "column": 31 }, "end": { - "line": 3064, + "line": 3053, "column": 5 } } @@ -166089,16 +163292,16 @@ "generator": false, "expression": false, "range": [ - 92657, - 93092 + 92117, + 92552 ], "loc": { "start": { - "line": 3052, + "line": 3041, "column": 20 }, "end": { - "line": 3064, + "line": 3053, "column": 5 } } @@ -166106,16 +163309,16 @@ "kind": "method", "computed": false, "range": [ - 92641, - 93092 + 92101, + 92552 ], "loc": { "start": { - "line": 3052, + "line": 3041, "column": 4 }, "end": { - "line": 3064, + "line": 3053, "column": 5 } }, @@ -166124,16 +163327,16 @@ "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 92495, - 92636 + 91955, + 92096 ], "loc": { "start": { - "line": 3047, + "line": 3036, "column": 4 }, "end": { - "line": 3051, + "line": 3040, "column": 7 } } @@ -166144,16 +163347,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 93098, - 93271 + 92558, + 92731 ], "loc": { "start": { - "line": 3066, + "line": 3055, "column": 4 }, "end": { - "line": 3070, + "line": 3059, "column": 7 } } @@ -166167,16 +163370,16 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 93276, - 93290 + 92736, + 92750 ], "loc": { "start": { - "line": 3071, + "line": 3060, "column": 4 }, "end": { - "line": 3071, + "line": 3060, "column": 18 } } @@ -166191,16 +163394,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 93291, - 93308 + 92751, + 92768 ], "loc": { "start": { - "line": 3071, + "line": 3060, "column": 19 }, "end": { - "line": 3071, + "line": 3060, "column": 36 } } @@ -166210,31 +163413,31 @@ "value": false, "raw": "false", "range": [ - 93311, - 93316 + 92771, + 92776 ], "loc": { "start": { - "line": 3071, + "line": 3060, "column": 39 }, "end": { - "line": 3071, + "line": 3060, "column": 44 } } }, "range": [ - 93291, - 93316 + 92751, + 92776 ], "loc": { "start": { - "line": 3071, + "line": 3060, "column": 19 }, "end": { - "line": 3071, + "line": 3060, "column": 44 } } @@ -166252,16 +163455,16 @@ "type": "Identifier", "name": "headers", "range": [ - 93332, - 93339 + 92792, + 92799 ], "loc": { "start": { - "line": 3072, + "line": 3061, "column": 12 }, "end": { - "line": 3072, + "line": 3061, "column": 19 } } @@ -166270,31 +163473,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 93342, - 93344 + 92802, + 92804 ], "loc": { "start": { - "line": 3072, + "line": 3061, "column": 22 }, "end": { - "line": 3072, + "line": 3061, "column": 24 } } }, "range": [ - 93332, - 93344 + 92792, + 92804 ], "loc": { "start": { - "line": 3072, + "line": 3061, "column": 12 }, "end": { - "line": 3072, + "line": 3061, "column": 24 } } @@ -166302,16 +163505,16 @@ ], "kind": "let", "range": [ - 93328, - 93345 + 92788, + 92805 ], "loc": { "start": { - "line": 3072, + "line": 3061, "column": 8 }, "end": { - "line": 3072, + "line": 3061, "column": 25 } } @@ -166327,16 +163530,16 @@ "type": "Identifier", "name": "j", "range": [ - 93363, - 93364 + 92823, + 92824 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 17 }, "end": { - "line": 3073, + "line": 3062, "column": 18 } } @@ -166346,31 +163549,31 @@ "value": 0, "raw": "0", "range": [ - 93367, - 93368 + 92827, + 92828 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 21 }, "end": { - "line": 3073, + "line": 3062, "column": 22 } } }, "range": [ - 93363, - 93368 + 92823, + 92828 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 17 }, "end": { - "line": 3073, + "line": 3062, "column": 22 } } @@ -166378,16 +163581,16 @@ ], "kind": "let", "range": [ - 93359, - 93368 + 92819, + 92828 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 13 }, "end": { - "line": 3073, + "line": 3062, "column": 22 } } @@ -166399,16 +163602,16 @@ "type": "Identifier", "name": "j", "range": [ - 93370, - 93371 + 92830, + 92831 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 24 }, "end": { - "line": 3073, + "line": 3062, "column": 25 } } @@ -166419,16 +163622,16 @@ "object": { "type": "ThisExpression", "range": [ - 93374, - 93378 + 92834, + 92838 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 28 }, "end": { - "line": 3073, + "line": 3062, "column": 32 } } @@ -166437,46 +163640,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 93379, - 93386 + 92839, + 92846 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 33 }, "end": { - "line": 3073, + "line": 3062, "column": 40 } } }, "range": [ - 93374, - 93386 + 92834, + 92846 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 28 }, "end": { - "line": 3073, + "line": 3062, "column": 40 } } }, "range": [ - 93370, - 93386 + 92830, + 92846 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 24 }, "end": { - "line": 3073, + "line": 3062, "column": 40 } } @@ -166488,32 +163691,32 @@ "type": "Identifier", "name": "j", "range": [ - 93388, - 93389 + 92848, + 92849 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 42 }, "end": { - "line": 3073, + "line": 3062, "column": 43 } } }, "prefix": false, "range": [ - 93388, - 93391 + 92848, + 92851 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 42 }, "end": { - "line": 3073, + "line": 3062, "column": 45 } } @@ -166530,16 +163733,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 93411, - 93428 + 92871, + 92888 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 16 }, "end": { - "line": 3074, + "line": 3063, "column": 33 } } @@ -166552,16 +163755,16 @@ "object": { "type": "ThisExpression", "range": [ - 93432, - 93436 + 92892, + 92896 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 37 }, "end": { - "line": 3074, + "line": 3063, "column": 41 } } @@ -166570,31 +163773,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 93437, - 93449 + 92897, + 92909 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 42 }, "end": { - "line": 3074, + "line": 3063, "column": 54 } } }, "range": [ - 93432, - 93449 + 92892, + 92909 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 37 }, "end": { - "line": 3074, + "line": 3063, "column": 54 } } @@ -166605,47 +163808,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 93450, - 93466 + 92910, + 92926 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 55 }, "end": { - "line": 3074, + "line": 3063, "column": 71 } } } ], "range": [ - 93432, - 93467 + 92892, + 92927 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 37 }, "end": { - "line": 3074, + "line": 3063, "column": 72 } } }, "range": [ - 93411, - 93467 + 92871, + 92927 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 16 }, "end": { - "line": 3074, + "line": 3063, "column": 72 } } @@ -166668,16 +163871,16 @@ "object": { "type": "ThisExpression", "range": [ - 93491, - 93495 + 92951, + 92955 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 20 }, "end": { - "line": 3075, + "line": 3064, "column": 24 } } @@ -166686,31 +163889,31 @@ "type": "Identifier", "name": "extension", "range": [ - 93496, - 93505 + 92956, + 92965 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 25 }, "end": { - "line": 3075, + "line": 3064, "column": 34 } } }, "range": [ - 93491, - 93505 + 92951, + 92965 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 20 }, "end": { - "line": 3075, + "line": 3064, "column": 34 } } @@ -166721,32 +163924,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 93506, - 93522 + 92966, + 92982 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 35 }, "end": { - "line": 3075, + "line": 3064, "column": 51 } } } ], "range": [ - 93491, - 93523 + 92951, + 92983 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 20 }, "end": { - "line": 3075, + "line": 3064, "column": 52 } } @@ -166755,31 +163958,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 93524, - 93535 + 92984, + 92995 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 53 }, "end": { - "line": 3075, + "line": 3064, "column": 64 } } }, "range": [ - 93491, - 93535 + 92951, + 92995 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 20 }, "end": { - "line": 3075, + "line": 3064, "column": 64 } } @@ -166789,32 +163992,32 @@ "type": "Identifier", "name": "j", "range": [ - 93536, - 93537 + 92996, + 92997 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 65 }, "end": { - "line": 3075, + "line": 3064, "column": 66 } } } ], "range": [ - 93491, - 93538 + 92951, + 92998 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 20 }, "end": { - "line": 3075, + "line": 3064, "column": 67 } } @@ -166826,80 +164029,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 93562, - 93571 + 93022, + 93031 ], "loc": { "start": { - "line": 3076, + "line": 3065, "column": 20 }, "end": { - "line": 3076, + "line": 3065, "column": 29 } } } ], "range": [ - 93540, - 93589 + 93000, + 93049 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 69 }, "end": { - "line": 3077, + "line": 3066, "column": 17 } } }, "alternate": null, "range": [ - 93487, - 93589 + 92947, + 93049 ], "loc": { "start": { - "line": 3075, + "line": 3064, "column": 16 }, "end": { - "line": 3077, + "line": 3066, "column": 17 } } } ], "range": [ - 93469, - 93603 + 92929, + 93063 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 74 }, "end": { - "line": 3078, + "line": 3067, "column": 13 } } }, "alternate": null, "range": [ - 93407, - 93603 + 92867, + 93063 ], "loc": { "start": { - "line": 3074, + "line": 3063, "column": 12 }, "end": { - "line": 3078, + "line": 3067, "column": 13 } } @@ -166913,16 +164116,16 @@ "type": "Identifier", "name": "header", "range": [ - 93620, - 93626 + 93080, + 93086 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 16 }, "end": { - "line": 3079, + "line": 3068, "column": 22 } } @@ -166935,16 +164138,16 @@ "object": { "type": "ThisExpression", "range": [ - 93629, - 93633 + 93089, + 93093 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 25 }, "end": { - "line": 3079, + "line": 3068, "column": 29 } } @@ -166953,31 +164156,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 93634, - 93650 + 93094, + 93110 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 30 }, "end": { - "line": 3079, + "line": 3068, "column": 46 } } }, "range": [ - 93629, - 93650 + 93089, + 93110 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 25 }, "end": { - "line": 3079, + "line": 3068, "column": 46 } } @@ -166987,47 +164190,47 @@ "type": "Identifier", "name": "j", "range": [ - 93651, - 93652 + 93111, + 93112 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 47 }, "end": { - "line": 3079, + "line": 3068, "column": 48 } } } ], "range": [ - 93629, - 93653 + 93089, + 93113 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 25 }, "end": { - "line": 3079, + "line": 3068, "column": 49 } } }, "range": [ - 93620, - 93653 + 93080, + 93113 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 16 }, "end": { - "line": 3079, + "line": 3068, "column": 49 } } @@ -167035,16 +164238,16 @@ ], "kind": "let", "range": [ - 93616, - 93654 + 93076, + 93114 ], "loc": { "start": { - "line": 3079, + "line": 3068, "column": 12 }, "end": { - "line": 3079, + "line": 3068, "column": 50 } } @@ -167058,16 +164261,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 93671, - 93681 + 93131, + 93141 ], "loc": { "start": { - "line": 3080, + "line": 3069, "column": 16 }, "end": { - "line": 3080, + "line": 3069, "column": 26 } } @@ -167078,16 +164281,16 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 93684, - 93700 + 93144, + 93160 ], "loc": { "start": { - "line": 3080, + "line": 3069, "column": 29 }, "end": { - "line": 3080, + "line": 3069, "column": 45 } } @@ -167097,47 +164300,47 @@ "type": "Identifier", "name": "header", "range": [ - 93701, - 93707 + 93161, + 93167 ], "loc": { "start": { - "line": 3080, + "line": 3069, "column": 46 }, "end": { - "line": 3080, + "line": 3069, "column": 52 } } } ], "range": [ - 93684, - 93708 + 93144, + 93168 ], "loc": { "start": { - "line": 3080, + "line": 3069, "column": 29 }, "end": { - "line": 3080, + "line": 3069, "column": 53 } } }, "range": [ - 93671, - 93708 + 93131, + 93168 ], "loc": { "start": { - "line": 3080, + "line": 3069, "column": 16 }, "end": { - "line": 3080, + "line": 3069, "column": 53 } } @@ -167145,16 +164348,16 @@ ], "kind": "let", "range": [ - 93667, - 93709 + 93127, + 93169 ], "loc": { "start": { - "line": 3080, + "line": 3069, "column": 12 }, "end": { - "line": 3080, + "line": 3069, "column": 54 } } @@ -167170,16 +164373,16 @@ "type": "Identifier", "name": "headers", "range": [ - 93722, - 93729 + 93182, + 93189 ], "loc": { "start": { - "line": 3081, + "line": 3070, "column": 12 }, "end": { - "line": 3081, + "line": 3070, "column": 19 } } @@ -167188,31 +164391,31 @@ "type": "Identifier", "name": "push", "range": [ - 93730, - 93734 + 93190, + 93194 ], "loc": { "start": { - "line": 3081, + "line": 3070, "column": 20 }, "end": { - "line": 3081, + "line": 3070, "column": 24 } } }, "range": [ - 93722, - 93734 + 93182, + 93194 ], "loc": { "start": { - "line": 3081, + "line": 3070, "column": 12 }, "end": { - "line": 3081, + "line": 3070, "column": 24 } } @@ -167222,78 +164425,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 93735, - 93745 + 93195, + 93205 ], "loc": { "start": { - "line": 3081, + "line": 3070, "column": 25 }, "end": { - "line": 3081, + "line": 3070, "column": 35 } } } ], "range": [ - 93722, - 93746 + 93182, + 93206 ], "loc": { "start": { - "line": 3081, + "line": 3070, "column": 12 }, "end": { - "line": 3081, + "line": 3070, "column": 36 } } }, "range": [ - 93722, - 93747 + 93182, + 93207 ], "loc": { "start": { - "line": 3081, + "line": 3070, "column": 12 }, "end": { - "line": 3081, + "line": 3070, "column": 37 } } } ], "range": [ - 93393, - 93757 + 92853, + 93217 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 47 }, "end": { - "line": 3082, + "line": 3071, "column": 9 } } }, "range": [ - 93354, - 93757 + 92814, + 93217 ], "loc": { "start": { - "line": 3073, + "line": 3062, "column": 8 }, "end": { - "line": 3082, + "line": 3071, "column": 9 } } @@ -167304,47 +164507,47 @@ "type": "Identifier", "name": "headers", "range": [ - 93773, - 93780 + 93233, + 93240 ], "loc": { "start": { - "line": 3083, + "line": 3072, "column": 15 }, "end": { - "line": 3083, + "line": 3072, "column": 22 } } }, "range": [ - 93766, - 93781 + 93226, + 93241 ], "loc": { "start": { - "line": 3083, + "line": 3072, "column": 8 }, "end": { - "line": 3083, + "line": 3072, "column": 23 } } } ], "range": [ - 93318, - 93787 + 92778, + 93247 ], "loc": { "start": { - "line": 3071, + "line": 3060, "column": 46 }, "end": { - "line": 3084, + "line": 3073, "column": 5 } } @@ -167352,16 +164555,16 @@ "generator": false, "expression": false, "range": [ - 93290, - 93787 + 92750, + 93247 ], "loc": { "start": { - "line": 3071, + "line": 3060, "column": 18 }, "end": { - "line": 3084, + "line": 3073, "column": 5 } } @@ -167369,16 +164572,16 @@ "kind": "method", "computed": false, "range": [ - 93276, - 93787 + 92736, + 93247 ], "loc": { "start": { - "line": 3071, + "line": 3060, "column": 4 }, "end": { - "line": 3084, + "line": 3073, "column": 5 } }, @@ -167387,16 +164590,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 93098, - 93271 + 92558, + 92731 ], "loc": { "start": { - "line": 3066, + "line": 3055, "column": 4 }, "end": { - "line": 3070, + "line": 3059, "column": 7 } } @@ -167407,16 +164610,16 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 93793, - 93929 + 93253, + 93389 ], "loc": { "start": { - "line": 3086, + "line": 3075, "column": 4 }, "end": { - "line": 3090, + "line": 3079, "column": 7 } } @@ -167430,16 +164633,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 93934, - 93947 + 93394, + 93407 ], "loc": { "start": { - "line": 3091, + "line": 3080, "column": 4 }, "end": { - "line": 3091, + "line": 3080, "column": 17 } } @@ -167452,16 +164655,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 93948, - 93956 + 93408, + 93416 ], "loc": { "start": { - "line": 3091, + "line": 3080, "column": 18 }, "end": { - "line": 3091, + "line": 3080, "column": 26 } } @@ -167479,16 +164682,16 @@ "type": "Identifier", "name": "colType", "range": [ - 93972, - 93979 + 93432, + 93439 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 12 }, "end": { - "line": 3092, + "line": 3081, "column": 19 } } @@ -167502,16 +164705,16 @@ "object": { "type": "ThisExpression", "range": [ - 93982, - 93986 + 93442, + 93446 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 22 }, "end": { - "line": 3092, + "line": 3081, "column": 26 } } @@ -167520,31 +164723,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 93987, - 93990 + 93447, + 93450 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 27 }, "end": { - "line": 3092, + "line": 3081, "column": 30 } } }, "range": [ - 93982, - 93990 + 93442, + 93450 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 22 }, "end": { - "line": 3092, + "line": 3081, "column": 30 } } @@ -167557,16 +164760,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 93991, - 93997 + 93451, + 93457 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 31 }, "end": { - "line": 3092, + "line": 3081, "column": 37 } } @@ -167575,61 +164778,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 94000, - 94008 + 93460, + 93468 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 40 }, "end": { - "line": 3092, + "line": 3081, "column": 48 } } }, "range": [ - 93991, - 94008 + 93451, + 93468 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 31 }, "end": { - "line": 3092, + "line": 3081, "column": 48 } } }, "range": [ - 93982, - 94009 + 93442, + 93469 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 22 }, "end": { - "line": 3092, + "line": 3081, "column": 49 } } }, "range": [ - 93972, - 94009 + 93432, + 93469 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 12 }, "end": { - "line": 3092, + "line": 3081, "column": 49 } } @@ -167637,16 +164840,16 @@ ], "kind": "let", "range": [ - 93968, - 94010 + 93428, + 93470 ], "loc": { "start": { - "line": 3092, + "line": 3081, "column": 8 }, "end": { - "line": 3092, + "line": 3081, "column": 50 } } @@ -167662,32 +164865,32 @@ "type": "Identifier", "name": "colType", "range": [ - 94027, - 94034 + 93487, + 93494 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 16 }, "end": { - "line": 3093, + "line": 3082, "column": 23 } } }, "prefix": true, "range": [ - 94026, - 94034 + 93486, + 93494 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 15 }, "end": { - "line": 3093, + "line": 3082, "column": 23 } } @@ -167696,16 +164899,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 94037, - 94042 + 93497, + 93502 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 26 }, "end": { - "line": 3093, + "line": 3082, "column": 31 } } @@ -167719,16 +164922,16 @@ "type": "Identifier", "name": "colType", "range": [ - 94045, - 94052 + 93505, + 93512 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 34 }, "end": { - "line": 3093, + "line": 3082, "column": 41 } } @@ -167737,93 +164940,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 94053, - 94064 + 93513, + 93524 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 42 }, "end": { - "line": 3093, + "line": 3082, "column": 53 } } }, "range": [ - 94045, - 94064 + 93505, + 93524 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 34 }, "end": { - "line": 3093, + "line": 3082, "column": 53 } } }, "arguments": [], "range": [ - 94045, - 94066 + 93505, + 93526 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 34 }, "end": { - "line": 3093, + "line": 3082, "column": 55 } } }, "range": [ - 94026, - 94066 + 93486, + 93526 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 15 }, "end": { - "line": 3093, + "line": 3082, "column": 55 } } }, "range": [ - 94019, - 94067 + 93479, + 93527 ], "loc": { "start": { - "line": 3093, + "line": 3082, "column": 8 }, "end": { - "line": 3093, + "line": 3082, "column": 56 } } } ], "range": [ - 93958, - 94073 + 93418, + 93533 ], "loc": { "start": { - "line": 3091, + "line": 3080, "column": 28 }, "end": { - "line": 3094, + "line": 3083, "column": 5 } } @@ -167831,16 +165034,16 @@ "generator": false, "expression": false, "range": [ - 93947, - 94073 + 93407, + 93533 ], "loc": { "start": { - "line": 3091, + "line": 3080, "column": 17 }, "end": { - "line": 3094, + "line": 3083, "column": 5 } } @@ -167848,16 +165051,16 @@ "kind": "method", "computed": false, "range": [ - 93934, - 94073 + 93394, + 93533 ], "loc": { "start": { - "line": 3091, + "line": 3080, "column": 4 }, "end": { - "line": 3094, + "line": 3083, "column": 5 } }, @@ -167866,16 +165069,16 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 93793, - 93929 + 93253, + 93389 ], "loc": { "start": { - "line": 3086, + "line": 3075, "column": 4 }, "end": { - "line": 3090, + "line": 3079, "column": 7 } } @@ -167886,16 +165089,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 94079, - 94161 + 93539, + 93621 ], "loc": { "start": { - "line": 3096, + "line": 3085, "column": 4 }, "end": { - "line": 3099, + "line": 3088, "column": 7 } } @@ -167909,16 +165112,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 94166, - 94185 + 93626, + 93645 ], "loc": { "start": { - "line": 3100, + "line": 3089, "column": 4 }, "end": { - "line": 3100, + "line": 3089, "column": 23 } } @@ -167940,16 +165143,16 @@ "object": { "type": "ThisExpression", "range": [ - 94205, - 94209 + 93665, + 93669 ], "loc": { "start": { - "line": 3101, + "line": 3090, "column": 15 }, "end": { - "line": 3101, + "line": 3090, "column": 19 } } @@ -167958,31 +165161,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 94210, - 94219 + 93670, + 93679 ], "loc": { "start": { - "line": 3101, + "line": 3090, "column": 20 }, "end": { - "line": 3101, + "line": 3090, "column": 29 } } }, "range": [ - 94205, - 94219 + 93665, + 93679 ], "loc": { "start": { - "line": 3101, + "line": 3090, "column": 15 }, "end": { - "line": 3101, + "line": 3090, "column": 29 } } @@ -167993,63 +165196,63 @@ "value": false, "raw": "false", "range": [ - 94220, - 94225 + 93680, + 93685 ], "loc": { "start": { - "line": 3101, + "line": 3090, "column": 30 }, "end": { - "line": 3101, + "line": 3090, "column": 35 } } } ], "range": [ - 94205, - 94226 + 93665, + 93686 ], "loc": { "start": { - "line": 3101, + "line": 3090, "column": 15 }, "end": { - "line": 3101, + "line": 3090, "column": 36 } } }, "range": [ - 94198, - 94227 + 93658, + 93687 ], "loc": { "start": { - "line": 3101, + "line": 3090, "column": 8 }, "end": { - "line": 3101, + "line": 3090, "column": 37 } } } ], "range": [ - 94188, - 94233 + 93648, + 93693 ], "loc": { "start": { - "line": 3100, + "line": 3089, "column": 26 }, "end": { - "line": 3102, + "line": 3091, "column": 5 } } @@ -168057,16 +165260,16 @@ "generator": false, "expression": false, "range": [ - 94185, - 94233 + 93645, + 93693 ], "loc": { "start": { - "line": 3100, + "line": 3089, "column": 23 }, "end": { - "line": 3102, + "line": 3091, "column": 5 } } @@ -168074,16 +165277,16 @@ "kind": "method", "computed": false, "range": [ - 94166, - 94233 + 93626, + 93693 ], "loc": { "start": { - "line": 3100, + "line": 3089, "column": 4 }, "end": { - "line": 3102, + "line": 3091, "column": 5 } }, @@ -168092,16 +165295,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 94079, - 94161 + 93539, + 93621 ], "loc": { "start": { - "line": 3096, + "line": 3085, "column": 4 }, "end": { - "line": 3099, + "line": 3088, "column": 7 } } @@ -168112,16 +165315,16 @@ "type": "Block", "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n ", "range": [ - 94239, - 94394 + 93699, + 93854 ], "loc": { "start": { - "line": 3104, + "line": 3093, "column": 4 }, "end": { - "line": 3108, + "line": 3097, "column": 7 } } @@ -168135,16 +165338,16 @@ "type": "Identifier", "name": "getValidRowsNb", "range": [ - 94399, - 94413 + 93859, + 93873 ], "loc": { "start": { - "line": 3109, + "line": 3098, "column": 4 }, "end": { - "line": 3109, + "line": 3098, "column": 18 } } @@ -168159,16 +165362,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 94414, - 94420 + 93874, + 93880 ], "loc": { "start": { - "line": 3109, + "line": 3098, "column": 19 }, "end": { - "line": 3109, + "line": 3098, "column": 25 } } @@ -168178,31 +165381,31 @@ "value": false, "raw": "false", "range": [ - 94423, - 94428 + 93883, + 93888 ], "loc": { "start": { - "line": 3109, + "line": 3098, "column": 28 }, "end": { - "line": 3109, + "line": 3098, "column": 33 } } }, "range": [ - 94414, - 94428 + 93874, + 93888 ], "loc": { "start": { - "line": 3109, + "line": 3098, "column": 19 }, "end": { - "line": 3109, + "line": 3098, "column": 33 } } @@ -168224,16 +165427,16 @@ "object": { "type": "ThisExpression", "range": [ - 94447, - 94451 + 93907, + 93911 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 15 }, "end": { - "line": 3110, + "line": 3099, "column": 19 } } @@ -168242,31 +165445,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 94452, - 94464 + 93912, + 93924 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 20 }, "end": { - "line": 3110, + "line": 3099, "column": 32 } } }, "range": [ - 94447, - 94464 + 93907, + 93924 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 15 }, "end": { - "line": 3110, + "line": 3099, "column": 32 } } @@ -168276,32 +165479,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 94465, - 94471 + 93925, + 93931 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 33 }, "end": { - "line": 3110, + "line": 3099, "column": 39 } } } ], "range": [ - 94447, - 94472 + 93907, + 93932 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 15 }, "end": { - "line": 3110, + "line": 3099, "column": 40 } } @@ -168310,62 +165513,62 @@ "type": "Identifier", "name": "length", "range": [ - 94473, - 94479 + 93933, + 93939 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 41 }, "end": { - "line": 3110, + "line": 3099, "column": 47 } } }, "range": [ - 94447, - 94479 + 93907, + 93939 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 15 }, "end": { - "line": 3110, + "line": 3099, "column": 47 } } }, "range": [ - 94440, - 94480 + 93900, + 93940 ], "loc": { "start": { - "line": 3110, + "line": 3099, "column": 8 }, "end": { - "line": 3110, + "line": 3099, "column": 48 } } } ], "range": [ - 94430, - 94486 + 93890, + 93946 ], "loc": { "start": { - "line": 3109, + "line": 3098, "column": 35 }, "end": { - "line": 3111, + "line": 3100, "column": 5 } } @@ -168373,16 +165576,16 @@ "generator": false, "expression": false, "range": [ - 94413, - 94486 + 93873, + 93946 ], "loc": { "start": { - "line": 3109, + "line": 3098, "column": 18 }, "end": { - "line": 3111, + "line": 3100, "column": 5 } } @@ -168390,16 +165593,16 @@ "kind": "method", "computed": false, "range": [ - 94399, - 94486 + 93859, + 93946 ], "loc": { "start": { - "line": 3109, + "line": 3098, "column": 4 }, "end": { - "line": 3111, + "line": 3100, "column": 5 } }, @@ -168408,16 +165611,16 @@ "type": "Block", "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n ", "range": [ - 94239, - 94394 + 93699, + 93854 ], "loc": { "start": { - "line": 3104, + "line": 3093, "column": 4 }, "end": { - "line": 3108, + "line": 3097, "column": 7 } } @@ -168428,16 +165631,16 @@ "type": "Block", "value": "*\n * Return the working DOM element\n * @return {HTMLTableElement}\n ", "range": [ - 94492, - 94575 + 93952, + 94035 ], "loc": { "start": { - "line": 3113, + "line": 3102, "column": 4 }, "end": { - "line": 3116, + "line": 3105, "column": 7 } } @@ -168451,16 +165654,16 @@ "type": "Identifier", "name": "dom", "range": [ - 94580, - 94583 + 94040, + 94043 ], "loc": { "start": { - "line": 3117, + "line": 3106, "column": 4 }, "end": { - "line": 3117, + "line": 3106, "column": 7 } } @@ -168480,16 +165683,16 @@ "object": { "type": "ThisExpression", "range": [ - 94603, - 94607 + 94063, + 94067 ], "loc": { "start": { - "line": 3118, + "line": 3107, "column": 15 }, "end": { - "line": 3118, + "line": 3107, "column": 19 } } @@ -168498,62 +165701,62 @@ "type": "Identifier", "name": "tbl", "range": [ - 94608, - 94611 + 94068, + 94071 ], "loc": { "start": { - "line": 3118, + "line": 3107, "column": 20 }, "end": { - "line": 3118, + "line": 3107, "column": 23 } } }, "range": [ - 94603, - 94611 + 94063, + 94071 ], "loc": { "start": { - "line": 3118, + "line": 3107, "column": 15 }, "end": { - "line": 3118, + "line": 3107, "column": 23 } } }, "range": [ - 94596, - 94612 + 94056, + 94072 ], "loc": { "start": { - "line": 3118, + "line": 3107, "column": 8 }, "end": { - "line": 3118, + "line": 3107, "column": 24 } } } ], "range": [ - 94586, - 94618 + 94046, + 94078 ], "loc": { "start": { - "line": 3117, + "line": 3106, "column": 10 }, "end": { - "line": 3119, + "line": 3108, "column": 5 } } @@ -168561,16 +165764,16 @@ "generator": false, "expression": false, "range": [ - 94583, - 94618 + 94043, + 94078 ], "loc": { "start": { - "line": 3117, + "line": 3106, "column": 7 }, "end": { - "line": 3119, + "line": 3108, "column": 5 } } @@ -168578,16 +165781,16 @@ "kind": "method", "computed": false, "range": [ - 94580, - 94618 + 94040, + 94078 ], "loc": { "start": { - "line": 3117, + "line": 3106, "column": 4 }, "end": { - "line": 3119, + "line": 3108, "column": 5 } }, @@ -168596,16 +165799,16 @@ "type": "Block", "value": "*\n * Return the working DOM element\n * @return {HTMLTableElement}\n ", "range": [ - 94492, - 94575 + 93952, + 94035 ], "loc": { "start": { - "line": 3113, + "line": 3102, "column": 4 }, "end": { - "line": 3116, + "line": 3105, "column": 7 } } @@ -168616,16 +165819,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 94624, - 94712 + 94084, + 94172 ], "loc": { "start": { - "line": 3121, + "line": 3110, "column": 4 }, "end": { - "line": 3124, + "line": 3113, "column": 7 } } @@ -168639,16 +165842,16 @@ "type": "Identifier", "name": "config", "range": [ - 94717, - 94723 + 94177, + 94183 ], "loc": { "start": { - "line": 3125, + "line": 3114, "column": 4 }, "end": { - "line": 3125, + "line": 3114, "column": 10 } } @@ -168668,16 +165871,16 @@ "object": { "type": "ThisExpression", "range": [ - 94743, - 94747 + 94203, + 94207 ], "loc": { "start": { - "line": 3126, + "line": 3115, "column": 15 }, "end": { - "line": 3126, + "line": 3115, "column": 19 } } @@ -168686,62 +165889,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 94748, - 94751 + 94208, + 94211 ], "loc": { "start": { - "line": 3126, + "line": 3115, "column": 20 }, "end": { - "line": 3126, + "line": 3115, "column": 23 } } }, "range": [ - 94743, - 94751 + 94203, + 94211 ], "loc": { "start": { - "line": 3126, + "line": 3115, "column": 15 }, "end": { - "line": 3126, + "line": 3115, "column": 23 } } }, "range": [ - 94736, - 94752 + 94196, + 94212 ], "loc": { "start": { - "line": 3126, + "line": 3115, "column": 8 }, "end": { - "line": 3126, + "line": 3115, "column": 24 } } } ], "range": [ - 94726, - 94758 + 94186, + 94218 ], "loc": { "start": { - "line": 3125, + "line": 3114, "column": 13 }, "end": { - "line": 3127, + "line": 3116, "column": 5 } } @@ -168749,16 +165952,16 @@ "generator": false, "expression": false, "range": [ - 94723, - 94758 + 94183, + 94218 ], "loc": { "start": { - "line": 3125, + "line": 3114, "column": 10 }, "end": { - "line": 3127, + "line": 3116, "column": 5 } } @@ -168766,16 +165969,16 @@ "kind": "method", "computed": false, "range": [ - 94717, - 94758 + 94177, + 94218 ], "loc": { "start": { - "line": 3125, + "line": 3114, "column": 4 }, "end": { - "line": 3127, + "line": 3116, "column": 5 } }, @@ -168784,16 +165987,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 94624, - 94712 + 94084, + 94172 ], "loc": { "start": { - "line": 3121, + "line": 3110, "column": 4 }, "end": { - "line": 3124, + "line": 3113, "column": 7 } } @@ -168803,31 +166006,31 @@ } ], "range": [ - 1633, - 94760 + 1091, + 94220 ], "loc": { "start": { - "line": 46, + "line": 36, "column": 25 }, "end": { - "line": 3128, + "line": 3117, "column": 1 } } }, "range": [ - 1615, - 94760 + 1073, + 94220 ], "loc": { "start": { - "line": 46, + "line": 36, "column": 7 }, "end": { - "line": 3128, + "line": 3117, "column": 1 } }, @@ -168836,16 +166039,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1514, - 1607 + 972, + 1065 ], "loc": { "start": { - "line": 40, + "line": 30, "column": 0 }, "end": { - "line": 45, + "line": 35, "column": 3 } } @@ -168856,16 +166059,16 @@ "specifiers": [], "source": null, "range": [ - 1608, - 94760 + 1066, + 94220 ], "loc": { "start": { - "line": 46, + "line": 36, "column": 0 }, "end": { - "line": 3128, + "line": 3117, "column": 1 } }, @@ -168874,16 +166077,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1514, - 1607 + 972, + 1065 ], "loc": { "start": { - "line": 40, + "line": 30, "column": 0 }, "end": { - "line": 45, + "line": 35, "column": 3 } } @@ -168894,7 +166097,7 @@ "sourceType": "module", "range": [ 0, - 94760 + 94220 ], "loc": { "start": { @@ -168902,7 +166105,7 @@ "column": 0 }, "end": { - "line": 3128, + "line": 3117, "column": 1 } }, @@ -168911,16 +166114,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1514, - 1607 + 972, + 1065 ], "loc": { "start": { - "line": 40, + "line": 30, "column": 0 }, "end": { - "line": 45, + "line": 35, "column": 3 } } @@ -168929,16 +166132,16 @@ "type": "Block", "value": "*\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {HTMLTableElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n ", "range": [ - 1640, - 1963 + 1098, + 1421 ], "loc": { "start": { - "line": 48, + "line": 38, "column": 4 }, "end": { - "line": 55, + "line": 45, "column": 7 } } @@ -168947,16 +166150,16 @@ "type": "Block", "value": "*\n * ID of current instance\n * @type {String}\n * @private\n ", "range": [ - 1999, - 2094 + 1457, + 1552 ], "loc": { "start": { - "line": 57, + "line": 47, "column": 8 }, "end": { - "line": 61, + "line": 51, "column": 11 } } @@ -168965,16 +166168,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2128, - 2196 + 1586, + 1654 ], "loc": { "start": { - "line": 64, + "line": 54, "column": 8 }, "end": { - "line": 67, + "line": 57, "column": 11 } } @@ -168983,16 +166186,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2242, - 2327 + 1700, + 1785 ], "loc": { "start": { - "line": 70, + "line": 60, "column": 8 }, "end": { - "line": 74, + "line": 64, "column": 11 } } @@ -169001,16 +166204,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 2383, - 2482 + 1841, + 1940 ], "loc": { "start": { - "line": 77, + "line": 67, "column": 8 }, "end": { - "line": 81, + "line": 71, "column": 11 } } @@ -169019,16 +166222,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2517, - 2658 + 1975, + 2116 ], "loc": { "start": { - "line": 84, + "line": 74, "column": 8 }, "end": { - "line": 88, + "line": 78, "column": 11 } } @@ -169037,16 +166240,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2696, - 2793 + 2154, + 2251 ], "loc": { "start": { - "line": 91, + "line": 81, "column": 8 }, "end": { - "line": 95, + "line": 85, "column": 11 } } @@ -169055,16 +166258,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2835, - 2928 + 2293, + 2386 ], "loc": { "start": { - "line": 98, + "line": 88, "column": 8 }, "end": { - "line": 102, + "line": 92, "column": 11 } } @@ -169073,16 +166276,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2961, - 3069 + 2419, + 2527 ], "loc": { "start": { - "line": 105, + "line": 95, "column": 8 }, "end": { - "line": 109, + "line": 99, "column": 11 } } @@ -169091,16 +166294,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 3114, - 3223 + 2572, + 2681 ], "loc": { "start": { - "line": 112, + "line": 102, "column": 8 }, "end": { - "line": 116, + "line": 106, "column": 11 } } @@ -169109,16 +166312,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3285, - 3304 + 2743, + 2762 ], "loc": { "start": { - "line": 121, + "line": 111, "column": 8 }, "end": { - "line": 121, + "line": 111, "column": 27 } } @@ -169127,16 +166330,16 @@ "type": "Line", "value": " configuration object", "range": [ - 4145, - 4168 + 3603, + 3626 ], "loc": { "start": { - "line": 146, + "line": 136, "column": 8 }, "end": { - "line": 146, + "line": 136, "column": 31 } } @@ -169145,16 +166348,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 4204, - 4280 + 3662, + 3738 ], "loc": { "start": { - "line": 149, + "line": 139, "column": 8 }, "end": { - "line": 152, + "line": 142, "column": 11 } } @@ -169163,16 +166366,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4328, - 4350 + 3786, + 3808 ], "loc": { "start": { - "line": 155, + "line": 145, "column": 8 }, "end": { - "line": 155, + "line": 145, "column": 30 } } @@ -169181,16 +166384,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4422, - 4502 + 3880, + 3960 ], "loc": { "start": { - "line": 158, + "line": 148, "column": 8 }, "end": { - "line": 161, + "line": 151, "column": 11 } } @@ -169199,16 +166402,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4567, - 4601 + 4025, + 4059 ], "loc": { "start": { - "line": 164, + "line": 154, "column": 8 }, "end": { - "line": 164, + "line": 154, "column": 42 } } @@ -169217,16 +166420,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4611, - 4687 + 4069, + 4145 ], "loc": { "start": { - "line": 166, + "line": 156, "column": 8 }, "end": { - "line": 169, + "line": 159, "column": 11 } } @@ -169235,16 +166438,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4753, - 4849 + 4211, + 4307 ], "loc": { "start": { - "line": 172, + "line": 162, "column": 8 }, "end": { - "line": 175, + "line": 165, "column": 11 } } @@ -169253,16 +166456,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4909, - 4979 + 4367, + 4437 ], "loc": { "start": { - "line": 178, + "line": 168, "column": 8 }, "end": { - "line": 181, + "line": 171, "column": 11 } } @@ -169271,16 +166474,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 5086, - 5156 + 4544, + 4614 ], "loc": { "start": { - "line": 185, + "line": 175, "column": 8 }, "end": { - "line": 188, + "line": 178, "column": 11 } } @@ -169289,16 +166492,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5293, - 5397 + 4751, + 4855 ], "loc": { "start": { - "line": 192, + "line": 182, "column": 8 }, "end": { - "line": 195, + "line": 185, "column": 11 } } @@ -169307,16 +166510,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5507, - 5598 + 4965, + 5056 ], "loc": { "start": { - "line": 199, + "line": 189, "column": 8 }, "end": { - "line": 203, + "line": 193, "column": 11 } } @@ -169325,16 +166528,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5634, - 5762 + 5092, + 5220 ], "loc": { "start": { - "line": 206, + "line": 196, "column": 8 }, "end": { - "line": 210, + "line": 200, "column": 11 } } @@ -169343,16 +166546,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5806, - 5914 + 5264, + 5372 ], "loc": { "start": { - "line": 213, + "line": 203, "column": 8 }, "end": { - "line": 217, + "line": 207, "column": 11 } } @@ -169361,16 +166564,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5952, - 6092 + 5410, + 5550 ], "loc": { "start": { - "line": 220, + "line": 210, "column": 8 }, "end": { - "line": 224, + "line": 214, "column": 11 } } @@ -169379,16 +166582,16 @@ "type": "Block", "value": "*\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6128, - 6302 + 5586, + 5760 ], "loc": { "start": { - "line": 227, + "line": 217, "column": 8 }, "end": { - "line": 232, + "line": 222, "column": 11 } } @@ -169397,16 +166600,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6338, - 6478 + 5796, + 5936 ], "loc": { "start": { - "line": 235, + "line": 225, "column": 8 }, "end": { - "line": 239, + "line": 229, "column": 11 } } @@ -169415,16 +166618,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6514, - 6612 + 5972, + 6070 ], "loc": { "start": { - "line": 242, + "line": 232, "column": 8 }, "end": { - "line": 245, + "line": 235, "column": 11 } } @@ -169433,16 +166636,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6682, - 6786 + 6140, + 6244 ], "loc": { "start": { - "line": 248, + "line": 238, "column": 8 }, "end": { - "line": 251, + "line": 241, "column": 11 } } @@ -169451,16 +166654,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6856, - 6961 + 6314, + 6419 ], "loc": { "start": { - "line": 254, + "line": 244, "column": 8 }, "end": { - "line": 257, + "line": 247, "column": 11 } } @@ -169469,16 +166672,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 7032, - 7133 + 6490, + 6591 ], "loc": { "start": { - "line": 260, + "line": 250, "column": 8 }, "end": { - "line": 263, + "line": 253, "column": 11 } } @@ -169487,16 +166690,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7205, - 7239 + 6663, + 6697 ], "loc": { "start": { - "line": 266, + "line": 256, "column": 8 }, "end": { - "line": 266, + "line": 256, "column": 42 } } @@ -169505,16 +166708,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7248, - 7321 + 6706, + 6779 ], "loc": { "start": { - "line": 267, + "line": 257, "column": 8 }, "end": { - "line": 270, + "line": 260, "column": 11 } } @@ -169523,16 +166726,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7398, - 7471 + 6856, + 6929 ], "loc": { "start": { - "line": 273, + "line": 263, "column": 8 }, "end": { - "line": 276, + "line": 266, "column": 11 } } @@ -169541,16 +166744,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7559, - 7650 + 7017, + 7108 ], "loc": { "start": { - "line": 279, + "line": 269, "column": 8 }, "end": { - "line": 283, + "line": 273, "column": 11 } } @@ -169559,16 +166762,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7708, - 7790 + 7166, + 7248 ], "loc": { "start": { - "line": 286, + "line": 276, "column": 8 }, "end": { - "line": 289, + "line": 279, "column": 11 } } @@ -169577,16 +166780,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7865, - 7962 + 7323, + 7420 ], "loc": { "start": { - "line": 292, + "line": 282, "column": 8 }, "end": { - "line": 295, + "line": 285, "column": 11 } } @@ -169595,16 +166798,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 8040, - 8125 + 7498, + 7583 ], "loc": { "start": { - "line": 298, + "line": 288, "column": 8 }, "end": { - "line": 301, + "line": 291, "column": 11 } } @@ -169613,16 +166816,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8191, - 8304 + 7649, + 7762 ], "loc": { "start": { - "line": 304, + "line": 294, "column": 8 }, "end": { - "line": 308, + "line": 298, "column": 11 } } @@ -169631,16 +166834,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8365, - 8437 + 7823, + 7895 ], "loc": { "start": { - "line": 311, + "line": 301, "column": 8 }, "end": { - "line": 314, + "line": 304, "column": 11 } } @@ -169649,16 +166852,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8511, - 8594 + 7969, + 8052 ], "loc": { "start": { - "line": 317, + "line": 307, "column": 8 }, "end": { - "line": 320, + "line": 310, "column": 11 } } @@ -169667,16 +166870,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8657, - 8747 + 8115, + 8205 ], "loc": { "start": { - "line": 323, + "line": 313, "column": 8 }, "end": { - "line": 326, + "line": 316, "column": 11 } } @@ -169685,16 +166888,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8827, - 8937 + 8285, + 8395 ], "loc": { "start": { - "line": 329, + "line": 319, "column": 8 }, "end": { - "line": 332, + "line": 322, "column": 11 } } @@ -169703,16 +166906,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 9013, - 9098 + 8471, + 8556 ], "loc": { "start": { - "line": 335, + "line": 325, "column": 8 }, "end": { - "line": 338, + "line": 328, "column": 11 } } @@ -169721,16 +166924,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9181, - 9215 + 8639, + 8673 ], "loc": { "start": { - "line": 341, + "line": 331, "column": 8 }, "end": { - "line": 341, + "line": 331, "column": 42 } } @@ -169739,16 +166942,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9225, - 9326 + 8683, + 8784 ], "loc": { "start": { - "line": 343, + "line": 333, "column": 8 }, "end": { - "line": 346, + "line": 336, "column": 11 } } @@ -169757,16 +166960,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9398, - 9499 + 8856, + 8957 ], "loc": { "start": { - "line": 349, + "line": 339, "column": 8 }, "end": { - "line": 352, + "line": 342, "column": 11 } } @@ -169775,16 +166978,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9609, - 9715 + 9067, + 9173 ], "loc": { "start": { - "line": 356, + "line": 346, "column": 8 }, "end": { - "line": 359, + "line": 349, "column": 11 } } @@ -169793,16 +166996,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9822, - 9917 + 9280, + 9375 ], "loc": { "start": { - "line": 363, + "line": 353, "column": 8 }, "end": { - "line": 366, + "line": 356, "column": 11 } } @@ -169811,16 +167014,16 @@ "type": "Block", "value": "*\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n ", "range": [ - 9983, - 10139 + 9441, + 9597 ], "loc": { "start": { - "line": 369, + "line": 359, "column": 8 }, "end": { - "line": 374, + "line": 364, "column": 11 } } @@ -169829,16 +167032,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10215, - 10305 + 9673, + 9763 ], "loc": { "start": { - "line": 377, + "line": 367, "column": 8 }, "end": { - "line": 380, + "line": 370, "column": 11 } } @@ -169847,16 +167050,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10412, - 10511 + 9870, + 9969 ], "loc": { "start": { - "line": 384, + "line": 374, "column": 8 }, "end": { - "line": 387, + "line": 377, "column": 11 } } @@ -169865,16 +167068,16 @@ "type": "Block", "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ - 10571, - 10678 + 10029, + 10136 ], "loc": { "start": { - "line": 390, + "line": 380, "column": 8 }, "end": { - "line": 393, + "line": 383, "column": 11 } } @@ -169883,16 +167086,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10741, - 10839 + 10199, + 10297 ], "loc": { "start": { - "line": 396, + "line": 386, "column": 8 }, "end": { - "line": 399, + "line": 389, "column": 11 } } @@ -169901,16 +167104,16 @@ "type": "Block", "value": "*\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n ", "range": [ - 10905, - 11061 + 10363, + 10519 ], "loc": { "start": { - "line": 402, + "line": 392, "column": 8 }, "end": { - "line": 406, + "line": 396, "column": 11 } } @@ -169919,16 +167122,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 11146, - 11235 + 10604, + 10693 ], "loc": { "start": { - "line": 409, + "line": 399, "column": 8 }, "end": { - "line": 413, + "line": 403, "column": 11 } } @@ -169937,16 +167140,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 11281, - 11394 + 10739, + 10852 ], "loc": { "start": { - "line": 416, + "line": 406, "column": 8 }, "end": { - "line": 419, + "line": 409, "column": 11 } } @@ -169955,16 +167158,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11466, - 11567 + 10924, + 11025 ], "loc": { "start": { - "line": 422, + "line": 412, "column": 8 }, "end": { - "line": 425, + "line": 415, "column": 11 } } @@ -169973,16 +167176,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11654, - 11750 + 11112, + 11208 ], "loc": { "start": { - "line": 428, + "line": 418, "column": 8 }, "end": { - "line": 431, + "line": 421, "column": 11 } } @@ -169991,16 +167194,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11819, - 11934 + 11277, + 11392 ], "loc": { "start": { - "line": 434, + "line": 424, "column": 8 }, "end": { - "line": 437, + "line": 427, "column": 11 } } @@ -170009,16 +167212,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 12008, - 12105 + 11466, + 11563 ], "loc": { "start": { - "line": 440, + "line": 430, "column": 8 }, "end": { - "line": 443, + "line": 433, "column": 11 } } @@ -170027,16 +167230,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 12218, - 12322 + 11676, + 11780 ], "loc": { "start": { - "line": 447, + "line": 437, "column": 8 }, "end": { - "line": 450, + "line": 440, "column": 11 } } @@ -170045,16 +167248,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12389, - 12500 + 11847, + 11958 ], "loc": { "start": { - "line": 453, + "line": 443, "column": 8 }, "end": { - "line": 456, + "line": 446, "column": 11 } } @@ -170063,16 +167266,16 @@ "type": "Block", "value": "*\n * Specify which column implements a custom cell parser to retrieve the\n * cell value:\n * cell_parser: {\n * cols: [0, 2],\n * parse: function(tf, cell, colIndex) {\n * // custom cell parser logic here\n * return cellValue;\n * }\n * }\n * @type {Object}\n ", "range": [ - 12610, - 12981 + 12068, + 12439 ], "loc": { "start": { - "line": 460, + "line": 450, "column": 8 }, "end": { - "line": 471, + "line": 461, "column": 11 } } @@ -170081,16 +167284,16 @@ "type": "Block", "value": "*\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n ", "range": [ - 13171, - 13337 + 12629, + 12795 ], "loc": { "start": { - "line": 476, + "line": 466, "column": 8 }, "end": { - "line": 480, + "line": 470, "column": 11 } } @@ -170099,16 +167302,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 13391, - 13516 + 12849, + 12974 ], "loc": { "start": { - "line": 483, + "line": 473, "column": 8 }, "end": { - "line": 487, + "line": 477, "column": 11 } } @@ -170117,16 +167320,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13583, - 13665 + 13041, + 13123 ], "loc": { "start": { - "line": 490, + "line": 480, "column": 8 }, "end": { - "line": 493, + "line": 483, "column": 11 } } @@ -170135,16 +167338,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13732, - 13832 + 13190, + 13290 ], "loc": { "start": { - "line": 496, + "line": 486, "column": 8 }, "end": { - "line": 499, + "line": 489, "column": 11 } } @@ -170153,16 +167356,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13947, - 14046 + 13405, + 13504 ], "loc": { "start": { - "line": 503, + "line": 493, "column": 8 }, "end": { - "line": 506, + "line": 496, "column": 11 } } @@ -170171,16 +167374,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 14110, - 14227 + 13568, + 13685 ], "loc": { "start": { - "line": 509, + "line": 499, "column": 8 }, "end": { - "line": 512, + "line": 502, "column": 11 } } @@ -170189,16 +167392,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14346, - 14400 + 13804, + 13858 ], "loc": { "start": { - "line": 516, + "line": 506, "column": 8 }, "end": { - "line": 516, + "line": 506, "column": 62 } } @@ -170207,16 +167410,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n ", "range": [ - 14409, - 14528 + 13867, + 13986 ], "loc": { "start": { - "line": 517, + "line": 507, "column": 8 }, "end": { - "line": 520, + "line": 510, "column": 11 } } @@ -170225,16 +167428,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 14601, - 14721 + 14059, + 14179 ], "loc": { "start": { - "line": 523, + "line": 513, "column": 8 }, "end": { - "line": 526, + "line": 516, "column": 11 } } @@ -170243,16 +167446,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 14796, - 14896 + 14254, + 14354 ], "loc": { "start": { - "line": 529, + "line": 519, "column": 8 }, "end": { - "line": 532, + "line": 522, "column": 11 } } @@ -170261,16 +167464,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 14958, - 15093 + 14416, + 14551 ], "loc": { "start": { - "line": 535, + "line": 525, "column": 8 }, "end": { - "line": 539, + "line": 529, "column": 11 } } @@ -170279,16 +167482,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15175, - 15279 + 14633, + 14737 ], "loc": { "start": { - "line": 542, + "line": 532, "column": 8 }, "end": { - "line": 545, + "line": 535, "column": 11 } } @@ -170297,16 +167500,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15352, - 15500 + 14810, + 14958 ], "loc": { "start": { - "line": 548, + "line": 538, "column": 8 }, "end": { - "line": 552, + "line": 542, "column": 11 } } @@ -170315,16 +167518,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n ", "range": [ - 15575, - 15738 + 15033, + 15196 ], "loc": { "start": { - "line": 555, + "line": 545, "column": 8 }, "end": { - "line": 559, + "line": 549, "column": 11 } } @@ -170333,16 +167536,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 15811, - 15987 + 15269, + 15445 ], "loc": { "start": { - "line": 562, + "line": 552, "column": 8 }, "end": { - "line": 567, + "line": 557, "column": 11 } } @@ -170351,16 +167554,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16050, - 16187 + 15508, + 15645 ], "loc": { "start": { - "line": 570, + "line": 560, "column": 8 }, "end": { - "line": 574, + "line": 564, "column": 11 } } @@ -170369,16 +167572,16 @@ "type": "Block", "value": "*\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n ", "range": [ - 16264, - 16441 + 15722, + 15899 ], "loc": { "start": { - "line": 577, + "line": 567, "column": 8 }, "end": { - "line": 582, + "line": 572, "column": 11 } } @@ -170387,16 +167590,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16506, - 16644 + 15964, + 16102 ], "loc": { "start": { - "line": 585, + "line": 575, "column": 8 }, "end": { - "line": 589, + "line": 579, "column": 11 } } @@ -170405,16 +167608,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 16724, - 16867 + 16182, + 16325 ], "loc": { "start": { - "line": 592, + "line": 582, "column": 8 }, "end": { - "line": 596, + "line": 586, "column": 11 } } @@ -170423,16 +167626,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 16943, - 17061 + 16401, + 16519 ], "loc": { "start": { - "line": 599, + "line": 589, "column": 8 }, "end": { - "line": 602, + "line": 592, "column": 11 } } @@ -170441,16 +167644,16 @@ "type": "Block", "value": "*\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n ", "range": [ - 17128, - 17600 + 16586, + 17058 ], "loc": { "start": { - "line": 605, + "line": 595, "column": 8 }, "end": { - "line": 621, + "line": 611, "column": 11 } } @@ -170459,16 +167662,16 @@ "type": "Block", "value": "** Filter operators **", "range": [ - 17657, - 17683 + 17115, + 17141 ], "loc": { "start": { - "line": 624, + "line": 614, "column": 8 }, "end": { - "line": 624, + "line": 614, "column": 34 } } @@ -170477,16 +167680,16 @@ "type": "Block", "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", "range": [ - 17692, - 17809 + 17150, + 17267 ], "loc": { "start": { - "line": 625, + "line": 615, "column": 8 }, "end": { - "line": 628, + "line": 618, "column": 11 } } @@ -170495,16 +167698,16 @@ "type": "Block", "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", "range": [ - 17875, - 17988 + 17333, + 17446 ], "loc": { "start": { - "line": 631, + "line": 621, "column": 8 }, "end": { - "line": 634, + "line": 624, "column": 11 } } @@ -170513,16 +167716,16 @@ "type": "Block", "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", "range": [ - 18055, - 18175 + 17513, + 17633 ], "loc": { "start": { - "line": 637, + "line": 627, "column": 8 }, "end": { - "line": 640, + "line": 630, "column": 11 } } @@ -170531,16 +167734,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18248, - 18355 + 17706, + 17813 ], "loc": { "start": { - "line": 643, + "line": 633, "column": 8 }, "end": { - "line": 646, + "line": 636, "column": 11 } } @@ -170549,16 +167752,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18414, - 18522 + 17872, + 17980 ], "loc": { "start": { - "line": 649, + "line": 639, "column": 8 }, "end": { - "line": 652, + "line": 642, "column": 11 } } @@ -170567,16 +167770,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 18582, - 18690 + 18040, + 18148 ], "loc": { "start": { - "line": 655, + "line": 645, "column": 8 }, "end": { - "line": 658, + "line": 648, "column": 11 } } @@ -170585,16 +167788,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 18753, - 18859 + 18211, + 18317 ], "loc": { "start": { - "line": 661, + "line": 651, "column": 8 }, "end": { - "line": 664, + "line": 654, "column": 11 } } @@ -170603,16 +167806,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 18920, - 19036 + 18378, + 18494 ], "loc": { "start": { - "line": 667, + "line": 657, "column": 8 }, "end": { - "line": 670, + "line": 660, "column": 11 } } @@ -170621,16 +167824,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19104, - 19222 + 18562, + 18680 ], "loc": { "start": { - "line": 673, + "line": 663, "column": 8 }, "end": { - "line": 676, + "line": 666, "column": 11 } } @@ -170639,16 +167842,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19292, - 19398 + 18750, + 18856 ], "loc": { "start": { - "line": 679, + "line": 669, "column": 8 }, "end": { - "line": 682, + "line": 672, "column": 11 } } @@ -170657,16 +167860,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19463, - 19563 + 18921, + 19021 ], "loc": { "start": { - "line": 685, + "line": 675, "column": 8 }, "end": { - "line": 688, + "line": 678, "column": 11 } } @@ -170675,16 +167878,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19623, - 19734 + 19081, + 19192 ], "loc": { "start": { - "line": 691, + "line": 681, "column": 8 }, "end": { - "line": 694, + "line": 684, "column": 11 } } @@ -170693,16 +167896,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19795, - 19902 + 19253, + 19360 ], "loc": { "start": { - "line": 697, + "line": 687, "column": 8 }, "end": { - "line": 700, + "line": 690, "column": 11 } } @@ -170711,16 +167914,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 19968, - 20073 + 19426, + 19531 ], "loc": { "start": { - "line": 703, + "line": 693, "column": 8 }, "end": { - "line": 706, + "line": 696, "column": 11 } } @@ -170729,16 +167932,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20137, - 20177 + 19595, + 19635 ], "loc": { "start": { - "line": 709, + "line": 699, "column": 8 }, "end": { - "line": 709, + "line": 699, "column": 48 } } @@ -170747,16 +167950,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20187, - 20263 + 19645, + 19721 ], "loc": { "start": { - "line": 711, + "line": 701, "column": 8 }, "end": { - "line": 714, + "line": 704, "column": 11 } } @@ -170765,16 +167968,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20318, - 20404 + 19776, + 19862 ], "loc": { "start": { - "line": 717, + "line": 707, "column": 8 }, "end": { - "line": 720, + "line": 710, "column": 11 } } @@ -170783,16 +167986,16 @@ "type": "Block", "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", "range": [ - 20466, - 20550 + 19924, + 20008 ], "loc": { "start": { - "line": 723, + "line": 713, "column": 8 }, "end": { - "line": 726, + "line": 716, "column": 11 } } @@ -170801,16 +168004,16 @@ "type": "Block", "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", "range": [ - 20608, - 20708 + 20066, + 20166 ], "loc": { "start": { - "line": 729, + "line": 719, "column": 8 }, "end": { - "line": 732, + "line": 722, "column": 11 } } @@ -170819,16 +168022,16 @@ "type": "Block", "value": "** validation - reset buttons/links **", "range": [ - 20759, - 20801 + 20217, + 20259 ], "loc": { "start": { - "line": 735, + "line": 725, "column": 8 }, "end": { - "line": 735, + "line": 725, "column": 50 } } @@ -170837,16 +168040,16 @@ "type": "Block", "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", "range": [ - 20810, - 20896 + 20268, + 20354 ], "loc": { "start": { - "line": 736, + "line": 726, "column": 8 }, "end": { - "line": 739, + "line": 729, "column": 11 } } @@ -170855,16 +168058,16 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 20948, - 21038 + 20406, + 20496 ], "loc": { "start": { - "line": 742, + "line": 732, "column": 8 }, "end": { - "line": 745, + "line": 735, "column": 11 } } @@ -170873,16 +168076,16 @@ "type": "Block", "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21118, - 21210 + 20576, + 20668 ], "loc": { "start": { - "line": 748, + "line": 738, "column": 8 }, "end": { - "line": 751, + "line": 741, "column": 11 } } @@ -170891,16 +168094,16 @@ "type": "Block", "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21326, - 21399 + 20784, + 20857 ], "loc": { "start": { - "line": 755, + "line": 745, "column": 8 }, "end": { - "line": 758, + "line": 748, "column": 11 } } @@ -170909,16 +168112,16 @@ "type": "Block", "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21455, - 21551 + 20913, + 21009 ], "loc": { "start": { - "line": 761, + "line": 751, "column": 8 }, "end": { - "line": 764, + "line": 754, "column": 11 } } @@ -170927,16 +168130,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 21658, - 21753 + 21116, + 21211 ], "loc": { "start": { - "line": 768, + "line": 758, "column": 8 }, "end": { - "line": 771, + "line": 761, "column": 11 } } @@ -170945,16 +168148,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 21857, - 21934 + 21315, + 21392 ], "loc": { "start": { - "line": 775, + "line": 765, "column": 8 }, "end": { - "line": 778, + "line": 768, "column": 11 } } @@ -170963,16 +168166,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 21985, - 22079 + 21443, + 21537 ], "loc": { "start": { - "line": 781, + "line": 771, "column": 8 }, "end": { - "line": 785, + "line": 775, "column": 11 } } @@ -170981,16 +168184,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22120, - 22257 + 21578, + 21715 ], "loc": { "start": { - "line": 788, + "line": 778, "column": 8 }, "end": { - "line": 792, + "line": 782, "column": 11 } } @@ -170999,16 +168202,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22317, - 22396 + 21775, + 21854 ], "loc": { "start": { - "line": 795, + "line": 785, "column": 8 }, "end": { - "line": 798, + "line": 788, "column": 11 } } @@ -171017,16 +168220,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 22520, - 22625 + 21978, + 22083 ], "loc": { "start": { - "line": 802, + "line": 792, "column": 8 }, "end": { - "line": 806, + "line": 796, "column": 11 } } @@ -171035,16 +168238,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 22669, - 22765 + 22127, + 22223 ], "loc": { "start": { - "line": 809, + "line": 799, "column": 8 }, "end": { - "line": 813, + "line": 803, "column": 11 } } @@ -171053,16 +168256,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 22812, - 22903 + 22270, + 22361 ], "loc": { "start": { - "line": 816, + "line": 806, "column": 8 }, "end": { - "line": 819, + "line": 809, "column": 11 } } @@ -171071,16 +168274,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 22977, - 23069 + 22435, + 22527 ], "loc": { "start": { - "line": 822, + "line": 812, "column": 8 }, "end": { - "line": 825, + "line": 815, "column": 11 } } @@ -171089,16 +168292,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23178, - 23256 + 22636, + 22714 ], "loc": { "start": { - "line": 829, + "line": 819, "column": 8 }, "end": { - "line": 832, + "line": 822, "column": 11 } } @@ -171107,16 +168310,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23323, - 23343 + 22781, + 22801 ], "loc": { "start": { - "line": 835, + "line": 825, "column": 8 }, "end": { - "line": 835, + "line": 825, "column": 28 } } @@ -171125,16 +168328,16 @@ "type": "Block", "value": "*\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n ", "range": [ - 23353, - 23520 + 22811, + 22978 ], "loc": { "start": { - "line": 837, + "line": 827, "column": 8 }, "end": { - "line": 841, + "line": 831, "column": 11 } } @@ -171143,16 +168346,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 23570, - 23677 + 23028, + 23135 ], "loc": { "start": { - "line": 844, + "line": 834, "column": 8 }, "end": { - "line": 847, + "line": 837, "column": 11 } } @@ -171161,16 +168364,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 23751, - 23856 + 23209, + 23314 ], "loc": { "start": { - "line": 850, + "line": 840, "column": 8 }, "end": { - "line": 853, + "line": 843, "column": 11 } } @@ -171179,16 +168382,16 @@ "type": "Block", "value": "*\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n ", "range": [ - 23926, - 24524 + 23384, + 23982 ], "loc": { "start": { - "line": 856, + "line": 846, "column": 8 }, "end": { - "line": 869, + "line": 859, "column": 11 } } @@ -171197,16 +168400,16 @@ "type": "Block", "value": "** ids prefixes **", "range": [ - 24599, - 24621 + 24057, + 24079 ], "loc": { "start": { - "line": 872, + "line": 862, "column": 8 }, "end": { - "line": 872, + "line": 862, "column": 30 } } @@ -171215,16 +168418,16 @@ "type": "Block", "value": "*\n * Main prefix\n * @private\n ", "range": [ - 24630, - 24688 + 24088, + 24146 ], "loc": { "start": { - "line": 873, + "line": 863, "column": 8 }, "end": { - "line": 876, + "line": 866, "column": 11 } } @@ -171233,16 +168436,16 @@ "type": "Block", "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", "range": [ - 24726, - 24810 + 24184, + 24268 ], "loc": { "start": { - "line": 879, + "line": 869, "column": 8 }, "end": { - "line": 882, + "line": 872, "column": 11 } } @@ -171251,16 +168454,16 @@ "type": "Block", "value": "*\n * Button's ID prefix\n * @private\n ", "range": [ - 24850, - 24915 + 24308, + 24373 ], "loc": { "start": { - "line": 885, + "line": 875, "column": 8 }, "end": { - "line": 888, + "line": 878, "column": 11 } } @@ -171269,16 +168472,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 24961, - 25035 + 24419, + 24493 ], "loc": { "start": { - "line": 891, + "line": 881, "column": 8 }, "end": { - "line": 894, + "line": 884, "column": 11 } } @@ -171287,16 +168490,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25079, - 25156 + 24537, + 24614 ], "loc": { "start": { - "line": 897, + "line": 887, "column": 8 }, "end": { - "line": 900, + "line": 890, "column": 11 } } @@ -171305,16 +168508,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25199, - 25277 + 24657, + 24735 ], "loc": { "start": { - "line": 903, + "line": 893, "column": 8 }, "end": { - "line": 906, + "line": 896, "column": 11 } } @@ -171323,16 +168526,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25320, - 25399 + 24778, + 24857 ], "loc": { "start": { - "line": 909, + "line": 899, "column": 8 }, "end": { - "line": 912, + "line": 902, "column": 11 } } @@ -171341,16 +168544,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 25442, - 25509 + 24900, + 24967 ], "loc": { "start": { - "line": 915, + "line": 905, "column": 8 }, "end": { - "line": 918, + "line": 908, "column": 11 } } @@ -171359,16 +168562,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 25557, - 25577 + 25015, + 25035 ], "loc": { "start": { - "line": 921, + "line": 911, "column": 8 }, "end": { - "line": 921, + "line": 911, "column": 28 } } @@ -171377,16 +168580,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 25586, - 25683 + 25044, + 25141 ], "loc": { "start": { - "line": 922, + "line": 912, "column": 8 }, "end": { - "line": 926, + "line": 916, "column": 11 } } @@ -171395,16 +168598,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 25733, - 25846 + 25191, + 25304 ], "loc": { "start": { - "line": 929, + "line": 919, "column": 8 }, "end": { - "line": 933, + "line": 923, "column": 11 } } @@ -171413,16 +168616,16 @@ "type": "Block", "value": "** themes **", "range": [ - 25911, - 25927 + 25369, + 25385 ], "loc": { "start": { - "line": 936, + "line": 926, "column": 8 }, "end": { - "line": 936, + "line": 926, "column": 24 } } @@ -171431,16 +168634,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 25936, - 26010 + 25394, + 25468 ], "loc": { "start": { - "line": 937, + "line": 927, "column": 8 }, "end": { - "line": 940, + "line": 930, "column": 11 } } @@ -171449,16 +168652,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26087, - 26197 + 25545, + 25655 ], "loc": { "start": { - "line": 943, + "line": 933, "column": 8 }, "end": { - "line": 947, + "line": 937, "column": 11 } } @@ -171467,16 +168670,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26280, - 26392 + 25738, + 25850 ], "loc": { "start": { - "line": 950, + "line": 940, "column": 8 }, "end": { - "line": 954, + "line": 944, "column": 11 } } @@ -171485,16 +168688,16 @@ "type": "Block", "value": "*\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26440, - 26621 + 25898, + 26079 ], "loc": { "start": { - "line": 957, + "line": 947, "column": 8 }, "end": { - "line": 962, + "line": 952, "column": 11 } } @@ -171503,16 +168706,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 26702, - 26780 + 26160, + 26238 ], "loc": { "start": { - "line": 965, + "line": 955, "column": 8 }, "end": { - "line": 968, + "line": 958, "column": 11 } } @@ -171521,16 +168724,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 26839, - 26903 + 26297, + 26361 ], "loc": { "start": { - "line": 971, + "line": 961, "column": 8 }, "end": { - "line": 974, + "line": 964, "column": 11 } } @@ -171539,16 +168742,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 26936, - 27002 + 26394, + 26460 ], "loc": { "start": { - "line": 977, + "line": 967, "column": 8 }, "end": { - "line": 980, + "line": 970, "column": 11 } } @@ -171557,16 +168760,16 @@ "type": "Line", "value": "load styles if necessary", "range": [ - 27043, - 27069 + 26501, + 26527 ], "loc": { "start": { - "line": 983, + "line": 973, "column": 8 }, "end": { - "line": 983, + "line": 973, "column": 34 } } @@ -171575,16 +168778,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27152, - 27201 + 26610, + 26659 ], "loc": { "start": { - "line": 987, + "line": 977, "column": 4 }, "end": { - "line": 989, + "line": 979, "column": 7 } } @@ -171593,34 +168796,34 @@ "type": "Line", "value": "loads theme", "range": [ - 27447, - 27460 + 26905, + 26918 ], "loc": { "start": { - "line": 1000, + "line": 990, "column": 8 }, "end": { - "line": 1000, + "line": 990, "column": 21 } } }, { "type": "Line", - "value": " Instanciate sugar date wrapper", + "value": " Instantiate sugar date wrapper", "range": [ - 27497, - 27530 + 26955, + 26988 ], "loc": { "start": { - "line": 1003, + "line": 993, "column": 8 }, "end": { - "line": 1003, + "line": 993, "column": 41 } } @@ -171629,16 +168832,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 27628, - 27687 + 27086, + 27145 ], "loc": { "start": { - "line": 1007, + "line": 997, "column": 8 }, "end": { - "line": 1007, + "line": 997, "column": 67 } } @@ -171647,16 +168850,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 28703, - 28734 + 27649, + 27680 ], "loc": { "start": { - "line": 1044, + "line": 1016, "column": 8 }, "end": { - "line": 1044, + "line": 1016, "column": 39 } } @@ -171665,16 +168868,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 28935, - 28954 + 27881, + 27900 ], "loc": { "start": { - "line": 1052, + "line": 1024, "column": 12 }, "end": { - "line": 1052, + "line": 1024, "column": 31 } } @@ -171683,16 +168886,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29534, - 29566 + 28480, + 28512 ], "loc": { "start": { - "line": 1068, + "line": 1040, "column": 16 }, "end": { - "line": 1068, + "line": 1040, "column": 48 } } @@ -171701,16 +168904,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 29734, - 29753 + 28680, + 28699 ], "loc": { "start": { - "line": 1074, + "line": 1046, "column": 16 }, "end": { - "line": 1074, + "line": 1046, "column": 35 } } @@ -171719,16 +168922,16 @@ "type": "Line", "value": " checklist", "range": [ - 30039, - 30051 + 28985, + 28997 ], "loc": { "start": { - "line": 1081, + "line": 1053, "column": 16 }, "end": { - "line": 1081, + "line": 1053, "column": 28 } } @@ -171737,16 +168940,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30421, - 30447 + 29367, + 29393 ], "loc": { "start": { - "line": 1091, + "line": 1063, "column": 16 }, "end": { - "line": 1091, + "line": 1063, "column": 42 } } @@ -171755,16 +168958,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 30782, - 30799 + 29728, + 29745 ], "loc": { "start": { - "line": 1102, + "line": 1074, "column": 9 }, "end": { - "line": 1102, + "line": 1074, "column": 26 } } @@ -171773,16 +168976,16 @@ "type": "Block", "value": " Features ", "range": [ - 30809, - 30823 + 29755, + 29769 ], "loc": { "start": { - "line": 1104, + "line": 1076, "column": 8 }, "end": { - "line": 1104, + "line": 1076, "column": 22 } } @@ -171791,16 +168994,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 31993, - 32025 + 30442, + 30474 ], "loc": { "start": { - "line": 1143, + "line": 1104, "column": 8 }, "end": { - "line": 1143, + "line": 1104, "column": 40 } } @@ -171809,16 +169012,16 @@ "type": "Block", "value": " Load extensions ", "range": [ - 32232, - 32253 + 30681, + 30702 ], "loc": { "start": { - "line": 1151, + "line": 1112, "column": 8 }, "end": { - "line": 1151, + "line": 1112, "column": 29 } } @@ -171827,16 +169030,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32294, - 32316 + 30743, + 30765 ], "loc": { "start": { - "line": 1154, + "line": 1115, "column": 8 }, "end": { - "line": 1154, + "line": 1115, "column": 30 } } @@ -171845,16 +169048,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 32446, - 32463 + 30895, + 30912 ], "loc": { "start": { - "line": 1159, + "line": 1120, "column": 8 }, "end": { - "line": 1159, + "line": 1120, "column": 25 } } @@ -171863,16 +169066,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 32594, - 32657 + 31043, + 31106 ], "loc": { "start": { - "line": 1167, + "line": 1128, "column": 4 }, "end": { - "line": 1170, + "line": 1131, "column": 7 } } @@ -171881,16 +169084,16 @@ "type": "Block", "value": "*\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n ", "range": [ - 33125, - 33258 + 31574, + 31707 ], "loc": { "start": { - "line": 1189, + "line": 1150, "column": 4 }, "end": { - "line": 1193, + "line": 1154, "column": 7 } } @@ -171899,16 +169102,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34114, - 34197 + 32563, + 32646 ], "loc": { "start": { - "line": 1222, + "line": 1183, "column": 4 }, "end": { - "line": 1224, + "line": 1185, "column": 7 } } @@ -171917,16 +169120,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34306, - 34371 + 32755, + 32820 ], "loc": { "start": { - "line": 1231, + "line": 1192, "column": 4 }, "end": { - "line": 1234, + "line": 1195, "column": 7 } } @@ -171935,16 +169138,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 34493, - 34581 + 32942, + 33030 ], "loc": { "start": { - "line": 1240, + "line": 1201, "column": 4 }, "end": { - "line": 1242, + "line": 1203, "column": 7 } } @@ -171953,16 +169156,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 34793, - 34848 + 33242, + 33297 ], "loc": { "start": { - "line": 1251, + "line": 1212, "column": 4 }, "end": { - "line": 1253, + "line": 1214, "column": 7 } } @@ -171971,16 +169174,16 @@ "type": "Line", "value": " TODO: prevent filters row generation for popup filters too,", "range": [ - 34883, - 34945 + 33332, + 33394 ], "loc": { "start": { - "line": 1255, + "line": 1216, "column": 8 }, "end": { - "line": 1255, + "line": 1216, "column": 70 } } @@ -171989,16 +169192,16 @@ "type": "Line", "value": " to reduce and simplify headers row index adjusting across lib modules", "range": [ - 34954, - 35026 + 33403, + 33475 ], "loc": { "start": { - "line": 1256, + "line": 1217, "column": 8 }, "end": { - "line": 1256, + "line": 1217, "column": 80 } } @@ -172007,16 +169210,16 @@ "type": "Line", "value": " (GridLayout, PopupFilter etc)", "range": [ - 35035, - 35067 + 33484, + 33516 ], "loc": { "start": { - "line": 1257, + "line": 1218, "column": 8 }, "end": { - "line": 1257, + "line": 1218, "column": 40 } } @@ -172025,16 +169228,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 35619, - 35666 + 34068, + 34115 ], "loc": { "start": { - "line": 1280, + "line": 1241, "column": 4 }, "end": { - "line": 1282, + "line": 1243, "column": 7 } } @@ -172043,16 +169246,16 @@ "type": "Block", "value": "*\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 35870, - 36089 + 34319, + 34538 ], "loc": { "start": { - "line": 1291, + "line": 1252, "column": 4 }, "end": { - "line": 1296, + "line": 1257, "column": 7 } } @@ -172061,16 +169264,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 36848, - 36886 + 35297, + 35335 ], "loc": { "start": { - "line": 1315, + "line": 1276, "column": 8 }, "end": { - "line": 1315, + "line": 1276, "column": 46 } } @@ -172079,16 +169282,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37315, - 37464 + 35764, + 35913 ], "loc": { "start": { - "line": 1330, + "line": 1291, "column": 4 }, "end": { - "line": 1334, + "line": 1295, "column": 7 } } @@ -172097,16 +169300,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37781, - 37819 + 36230, + 36268 ], "loc": { "start": { - "line": 1344, + "line": 1305, "column": 8 }, "end": { - "line": 1344, + "line": 1305, "column": 46 } } @@ -172115,34 +169318,124 @@ "type": "Block", "value": "*\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n ", "range": [ - 38034, - 38168 + 36483, + 36617 ], "loc": { "start": { - "line": 1354, + "line": 1315, "column": 4 }, "end": { - "line": 1358, + "line": 1319, "column": 7 } } }, + { + "type": "Block", + "value": "*\n * Instanciate and initialise the collection of features required by the\n * configuration and add them to the features registry. A feature is\n * described by a `class` and `name` fields and and optional `property`\n * field:\n * {\n * class: AClass,\n * name: 'aClass'\n * }\n * @param {Array} [features=[]]\n * @private\n ", + "range": [ + 36680, + 37049 + ], + "loc": { + "start": { + "line": 1324, + "column": 4 + }, + "end": { + "line": 1335, + "column": 7 + } + } + }, + { + "type": "Line", + "value": " TODO: remove the property field.", + "range": [ + 37136, + 37171 + ], + "loc": { + "start": { + "line": 1338, + "column": 12 + }, + "end": { + "line": 1338, + "column": 47 + } + } + }, + { + "type": "Line", + "value": " Due to naming convention inconsistencies, a `property`", + "range": [ + 37184, + 37241 + ], + "loc": { + "start": { + "line": 1339, + "column": 12 + }, + "end": { + "line": 1339, + "column": 69 + } + } + }, + { + "type": "Line", + "value": " field is added in order allow a conditional instanciation based", + "range": [ + 37254, + 37320 + ], + "loc": { + "start": { + "line": 1340, + "column": 12 + }, + "end": { + "line": 1340, + "column": 78 + } + } + }, + { + "type": "Line", + "value": " on that property on TableFilter, if supplied.", + "range": [ + 37333, + 37381 + ], + "loc": { + "start": { + "line": 1341, + "column": 12 + }, + "end": { + "line": 1341, + "column": 60 + } + } + }, { "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38231, - 38315 + 37691, + 37775 ], "loc": { "start": { - "line": 1363, + "line": 1352, "column": 4 }, "end": { - "line": 1365, + "line": 1354, "column": 7 } } @@ -172151,16 +169444,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 38449, - 38502 + 37909, + 37962 ], "loc": { "start": { - "line": 1372, + "line": 1361, "column": 8 }, "end": { - "line": 1372, + "line": 1361, "column": 61 } } @@ -172169,16 +169462,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 38889, - 38984 + 38349, + 38444 ], "loc": { "start": { - "line": 1385, + "line": 1374, "column": 4 }, "end": { - "line": 1388, + "line": 1377, "column": 7 } } @@ -172187,16 +169480,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 39373, - 39403 + 38833, + 38863 ], "loc": { "start": { - "line": 1405, + "line": 1394, "column": 8 }, "end": { - "line": 1405, + "line": 1394, "column": 38 } } @@ -172205,16 +169498,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 39464, - 39484 + 38924, + 38944 ], "loc": { "start": { - "line": 1407, + "line": 1396, "column": 12 }, "end": { - "line": 1407, + "line": 1396, "column": 32 } } @@ -172223,16 +169516,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 39548, - 39567 + 39008, + 39027 ], "loc": { "start": { - "line": 1409, + "line": 1398, "column": 12 }, "end": { - "line": 1409, + "line": 1398, "column": 31 } } @@ -172241,16 +169534,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 39659, - 39802 + 39119, + 39262 ], "loc": { "start": { - "line": 1415, + "line": 1404, "column": 4 }, "end": { - "line": 1419, + "line": 1408, "column": 7 } } @@ -172259,16 +169552,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 39875, - 40005 + 39335, + 39465 ], "loc": { "start": { - "line": 1424, + "line": 1413, "column": 4 }, "end": { - "line": 1428, + "line": 1417, "column": 7 } } @@ -172277,16 +169570,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ - 40091, - 40165 + 39551, + 39625 ], "loc": { "start": { - "line": 1433, + "line": 1422, "column": 4 }, "end": { - "line": 1435, + "line": 1424, "column": 7 } } @@ -172295,16 +169588,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40362, - 40428 + 39822, + 39888 ], "loc": { "start": { - "line": 1445, + "line": 1434, "column": 4 }, "end": { - "line": 1447, + "line": 1436, "column": 7 } } @@ -172313,16 +169606,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 40611, - 40633 + 40071, + 40093 ], "loc": { "start": { - "line": 1456, + "line": 1445, "column": 8 }, "end": { - "line": 1456, + "line": 1445, "column": 30 } } @@ -172331,16 +169624,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 41461, - 41487 + 40921, + 40947 ], "loc": { "start": { - "line": 1480, + "line": 1469, "column": 8 }, "end": { - "line": 1480, + "line": 1469, "column": 34 } } @@ -172349,16 +169642,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 41585, - 41703 + 41045, + 41163 ], "loc": { "start": { - "line": 1486, + "line": 1475, "column": 4 }, "end": { - "line": 1489, + "line": 1478, "column": 7 } } @@ -172367,16 +169660,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 41793, - 41831 + 41253, + 41291 ], "loc": { "start": { - "line": 1494, + "line": 1483, "column": 4 }, "end": { - "line": 1496, + "line": 1485, "column": 7 } } @@ -172385,16 +169678,16 @@ "type": "Line", "value": " broadcast destroy event modules and extensions are subscribed to", "range": [ - 42249, - 42316 + 41709, + 41776 ], "loc": { "start": { - "line": 1516, + "line": 1505, "column": 8 }, "end": { - "line": 1516, + "line": 1505, "column": 75 } } @@ -172403,16 +169696,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 42480, - 42504 + 41940, + 41964 ], "loc": { "start": { - "line": 1523, + "line": 1512, "column": 8 }, "end": { - "line": 1523, + "line": 1512, "column": 32 } } @@ -172421,16 +169714,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 43089, - 43178 + 42549, + 42638 ], "loc": { "start": { - "line": 1542, + "line": 1531, "column": 4 }, "end": { - "line": 1544, + "line": 1533, "column": 7 } } @@ -172439,16 +169732,16 @@ "type": "Block", "value": "** container div **", "range": [ - 43264, - 43287 + 42724, + 42747 ], "loc": { "start": { - "line": 1550, + "line": 1539, "column": 8 }, "end": { - "line": 1550, + "line": 1539, "column": 31 } } @@ -172457,16 +169750,16 @@ "type": "Line", "value": "custom container", "range": [ - 43384, - 43402 + 42844, + 42862 ], "loc": { "start": { - "line": 1554, + "line": 1543, "column": 8 }, "end": { - "line": 1554, + "line": 1543, "column": 26 } } @@ -172475,16 +169768,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 43510, - 43523 + 42970, + 42983 ], "loc": { "start": { - "line": 1558, + "line": 1547, "column": 8 }, "end": { - "line": 1558, + "line": 1547, "column": 21 } } @@ -172493,16 +169786,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 43742, - 43782 + 43202, + 43242 ], "loc": { "start": { - "line": 1564, + "line": 1553, "column": 8 }, "end": { - "line": 1564, + "line": 1553, "column": 48 } } @@ -172511,16 +169804,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 43996, - 44042 + 43456, + 43502 ], "loc": { "start": { - "line": 1572, + "line": 1561, "column": 8 }, "end": { - "line": 1572, + "line": 1561, "column": 54 } } @@ -172529,16 +169822,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 44193, - 44287 + 43653, + 43747 ], "loc": { "start": { - "line": 1578, + "line": 1567, "column": 8 }, "end": { - "line": 1579, + "line": 1568, "column": 52 } } @@ -172547,16 +169840,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 44438, - 44482 + 43898, + 43942 ], "loc": { "start": { - "line": 1585, + "line": 1574, "column": 8 }, "end": { - "line": 1585, + "line": 1574, "column": 52 } } @@ -172565,16 +169858,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 44633, - 44678 + 44093, + 44138 ], "loc": { "start": { - "line": 1591, + "line": 1580, "column": 8 }, "end": { - "line": 1591, + "line": 1580, "column": 53 } } @@ -172583,16 +169876,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 44725, - 44787 + 44185, + 44247 ], "loc": { "start": { - "line": 1593, + "line": 1582, "column": 12 }, "end": { - "line": 1593, + "line": 1582, "column": 74 } } @@ -172601,16 +169894,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 44800, - 44840 + 44260, + 44300 ], "loc": { "start": { - "line": 1594, + "line": 1583, "column": 12 }, "end": { - "line": 1594, + "line": 1583, "column": 52 } } @@ -172619,16 +169912,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 44954, - 45005 + 44414, + 44465 ], "loc": { "start": { - "line": 1600, + "line": 1589, "column": 4 }, "end": { - "line": 1602, + "line": 1591, "column": 7 } } @@ -172637,16 +169930,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 45347, - 45404 + 44807, + 44864 ], "loc": { "start": { - "line": 1617, + "line": 1606, "column": 4 }, "end": { - "line": 1619, + "line": 1608, "column": 7 } } @@ -172655,12 +169948,30 @@ "type": "Block", "value": "*\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n ", "range": [ - 45819, - 45973 + 45279, + 45433 ], "loc": { "start": { - "line": 1635, + "line": 1624, + "column": 4 + }, + "end": { + "line": 1628, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", + "range": [ + 45579, + 45775 + ], + "loc": { + "start": { + "line": 1634, "column": 4 }, "end": { @@ -172669,38 +169980,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n ", - "range": [ - 46119, - 46315 - ], - "loc": { - "start": { - "line": 1645, - "column": 4 - }, - "end": { - "line": 1650, - "column": 7 - } - } - }, { "type": "Block", "value": "*\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n ", "range": [ - 47175, - 47412 + 46635, + 46872 ], "loc": { "start": { - "line": 1679, + "line": 1668, "column": 4 }, "end": { - "line": 1683, + "line": 1672, "column": 7 } } @@ -172709,16 +170002,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 47516, - 47540 + 46976, + 47000 ], "loc": { "start": { - "line": 1688, + "line": 1677, "column": 8 }, "end": { - "line": 1688, + "line": 1677, "column": 32 } } @@ -172727,16 +170020,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 47779, - 47801 + 47239, + 47261 ], "loc": { "start": { - "line": 1697, + "line": 1686, "column": 8 }, "end": { - "line": 1697, + "line": 1686, "column": 30 } } @@ -172745,16 +170038,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 47917, - 47957 + 47377, + 47417 ], "loc": { "start": { - "line": 1701, + "line": 1690, "column": 12 }, "end": { - "line": 1701, + "line": 1690, "column": 52 } } @@ -172763,16 +170056,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48089, - 48122 + 47549, + 47582 ], "loc": { "start": { - "line": 1707, + "line": 1696, "column": 12 }, "end": { - "line": 1707, + "line": 1696, "column": 45 } } @@ -172781,16 +170074,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 48291, - 48322 + 47751, + 47782 ], "loc": { "start": { - "line": 1714, + "line": 1703, "column": 16 }, "end": { - "line": 1714, + "line": 1703, "column": 47 } } @@ -172799,16 +170092,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 48379, - 48411 + 47839, + 47871 ], "loc": { "start": { - "line": 1717, + "line": 1706, "column": 12 }, "end": { - "line": 1717, + "line": 1706, "column": 44 } } @@ -172817,16 +170110,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 48476, - 48494 + 47936, + 47954 ], "loc": { "start": { - "line": 1719, + "line": 1708, "column": 16 }, "end": { - "line": 1719, + "line": 1708, "column": 34 } } @@ -172835,16 +170128,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 48774, - 48813 + 48234, + 48273 ], "loc": { "start": { - "line": 1729, + "line": 1718, "column": 16 }, "end": { - "line": 1729, + "line": 1718, "column": 55 } } @@ -172853,16 +170146,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 48904, - 48942 + 48364, + 48402 ], "loc": { "start": { - "line": 1731, + "line": 1720, "column": 20 }, "end": { - "line": 1731, + "line": 1720, "column": 58 } } @@ -172871,16 +170164,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 49020, - 49059 + 48480, + 48519 ], "loc": { "start": { - "line": 1733, + "line": 1722, "column": 20 }, "end": { - "line": 1733, + "line": 1722, "column": 59 } } @@ -172889,16 +170182,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 49151, - 49189 + 48611, + 48649 ], "loc": { "start": { - "line": 1735, + "line": 1724, "column": 20 }, "end": { - "line": 1735, + "line": 1724, "column": 58 } } @@ -172907,16 +170200,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 49266, - 49299 + 48726, + 48759 ], "loc": { "start": { - "line": 1738, + "line": 1727, "column": 16 }, "end": { - "line": 1738, + "line": 1727, "column": 49 } } @@ -172925,16 +170218,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 49671, - 49726 + 49131, + 49186 ], "loc": { "start": { - "line": 1748, + "line": 1737, "column": 20 }, "end": { - "line": 1748, + "line": 1737, "column": 75 } } @@ -172943,16 +170236,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 50471, - 50496 + 49931, + 49956 ], "loc": { "start": { - "line": 1768, + "line": 1757, "column": 16 }, "end": { - "line": 1768, + "line": 1757, "column": 41 } } @@ -172961,16 +170254,16 @@ "type": "Line", "value": "else single param", "range": [ - 50786, - 50805 + 50246, + 50265 ], "loc": { "start": { - "line": 1775, + "line": 1764, "column": 17 }, "end": { - "line": 1775, + "line": 1764, "column": 36 } } @@ -172979,16 +170272,16 @@ "type": "Line", "value": "for j", "range": [ - 51112, - 51119 + 50572, + 50579 ], "loc": { "start": { - "line": 1785, + "line": 1774, "column": 13 }, "end": { - "line": 1785, + "line": 1774, "column": 20 } } @@ -172997,16 +170290,16 @@ "type": "Line", "value": " for k", "range": [ - 51475, - 51483 + 50935, + 50943 ], "loc": { "start": { - "line": 1798, + "line": 1787, "column": 9 }, "end": { - "line": 1798, + "line": 1787, "column": 17 } } @@ -173015,16 +170308,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 51534, - 51563 + 50994, + 51023 ], "loc": { "start": { - "line": 1802, + "line": 1791, "column": 8 }, "end": { - "line": 1802, + "line": 1791, "column": 37 } } @@ -173033,16 +170326,16 @@ "type": "Block", "value": "*\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @return {Boolean}\n ", "range": [ - 51674, - 51897 + 51134, + 51357 ], "loc": { "start": { - "line": 1808, + "line": 1797, "column": 4 }, "end": { - "line": 1814, + "line": 1803, "column": 7 } } @@ -173051,16 +170344,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 52454, - 52493 + 51914, + 51953 ], "loc": { "start": { - "line": 1827, + "line": 1816, "column": 12 }, "end": { - "line": 1827, + "line": 1816, "column": 51 } } @@ -173069,16 +170362,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 52506, - 52541 + 51966, + 52001 ], "loc": { "start": { - "line": 1828, + "line": 1817, "column": 12 }, "end": { - "line": 1828, + "line": 1817, "column": 47 } } @@ -173087,16 +170380,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 52765, - 52792 + 52225, + 52252 ], "loc": { "start": { - "line": 1837, + "line": 1826, "column": 8 }, "end": { - "line": 1837, + "line": 1826, "column": 35 } } @@ -173105,16 +170398,16 @@ "type": "Line", "value": " hatermN = re_an.test(term),", "range": [ - 53061, - 53091 + 52521, + 52551 ], "loc": { "start": { - "line": 1845, + "line": 1834, "column": 12 }, "end": { - "line": 1845, + "line": 1834, "column": 42 } } @@ -173123,16 +170416,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 53286, - 53325 + 52746, + 52785 ], "loc": { "start": { - "line": 1852, + "line": 1841, "column": 8 }, "end": { - "line": 1852, + "line": 1841, "column": 47 } } @@ -173141,16 +170434,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 53656, - 53681 + 53116, + 53141 ], "loc": { "start": { - "line": 1861, + "line": 1850, "column": 12 }, "end": { - "line": 1861, + "line": 1850, "column": 37 } } @@ -173159,16 +170452,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 54322, - 54341 + 53782, + 53801 ], "loc": { "start": { - "line": 1877, + "line": 1866, "column": 12 }, "end": { - "line": 1877, + "line": 1866, "column": 31 } } @@ -173177,16 +170470,16 @@ "type": "Line", "value": " lower date", "range": [ - 54504, - 54517 + 53964, + 53977 ], "loc": { "start": { - "line": 1882, + "line": 1871, "column": 12 }, "end": { - "line": 1882, + "line": 1871, "column": 25 } } @@ -173195,16 +170488,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 54682, - 54703 + 54142, + 54163 ], "loc": { "start": { - "line": 1887, + "line": 1876, "column": 12 }, "end": { - "line": 1887, + "line": 1876, "column": 33 } } @@ -173213,16 +170506,16 @@ "type": "Line", "value": " greater date", "range": [ - 54871, - 54886 + 54331, + 54346 ], "loc": { "start": { - "line": 1892, + "line": 1881, "column": 12 }, "end": { - "line": 1892, + "line": 1881, "column": 27 } } @@ -173231,16 +170524,16 @@ "type": "Line", "value": " different date", "range": [ - 55051, - 55068 + 54511, + 54528 ], "loc": { "start": { - "line": 1897, + "line": 1886, "column": 12 }, "end": { - "line": 1897, + "line": 1886, "column": 29 } } @@ -173249,16 +170542,16 @@ "type": "Line", "value": " equal date", "range": [ - 55258, - 55271 + 54718, + 54731 ], "loc": { "start": { - "line": 1902, + "line": 1891, "column": 12 }, "end": { - "line": 1902, + "line": 1891, "column": 25 } } @@ -173267,16 +170560,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 55462, - 55523 + 54922, + 54983 ], "loc": { "start": { - "line": 1907, + "line": 1896, "column": 12 }, "end": { - "line": 1907, + "line": 1896, "column": 73 } } @@ -173285,16 +170578,16 @@ "type": "Line", "value": " like date", "range": [ - 55563, - 55575 + 55023, + 55035 ], "loc": { "start": { - "line": 1908, + "line": 1897, "column": 39 }, "end": { - "line": 1908, + "line": 1897, "column": 51 } } @@ -173303,16 +170596,16 @@ "type": "Line", "value": "empty", "range": [ - 55891, - 55898 + 55351, + 55358 ], "loc": { "start": { - "line": 1916, + "line": 1905, "column": 12 }, "end": { - "line": 1916, + "line": 1905, "column": 19 } } @@ -173321,16 +170614,16 @@ "type": "Line", "value": "non-empty", "range": [ - 56009, - 56020 + 55469, + 55480 ], "loc": { "start": { - "line": 1920, + "line": 1909, "column": 12 }, "end": { - "line": 1920, + "line": 1909, "column": 23 } } @@ -173339,16 +170632,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 56550, - 56611 + 56010, + 56071 ], "loc": { "start": { - "line": 1936, + "line": 1925, "column": 12 }, "end": { - "line": 1936, + "line": 1925, "column": 73 } } @@ -173357,16 +170650,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 56624, - 56651 + 56084, + 56111 ], "loc": { "start": { - "line": 1937, + "line": 1926, "column": 12 }, "end": { - "line": 1937, + "line": 1926, "column": 39 } } @@ -173375,16 +170668,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 56737, - 56799 + 56197, + 56259 ], "loc": { "start": { - "line": 1940, + "line": 1929, "column": 12 }, "end": { - "line": 1940, + "line": 1929, "column": 74 } } @@ -173393,16 +170686,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 56812, - 56820 + 56272, + 56280 ], "loc": { "start": { - "line": 1941, + "line": 1930, "column": 12 }, "end": { - "line": 1941, + "line": 1930, "column": 20 } } @@ -173411,16 +170704,16 @@ "type": "Line", "value": " lower equal", "range": [ - 56833, - 56847 + 56293, + 56307 ], "loc": { "start": { - "line": 1942, + "line": 1931, "column": 12 }, "end": { - "line": 1942, + "line": 1931, "column": 26 } } @@ -173429,16 +170722,16 @@ "type": "Line", "value": "greater equal", "range": [ - 57038, - 57053 + 56498, + 56513 ], "loc": { "start": { - "line": 1949, + "line": 1938, "column": 12 }, "end": { - "line": 1949, + "line": 1938, "column": 27 } } @@ -173447,16 +170740,16 @@ "type": "Line", "value": "lower", "range": [ - 57249, - 57256 + 56709, + 56716 ], "loc": { "start": { - "line": 1956, + "line": 1945, "column": 12 }, "end": { - "line": 1956, + "line": 1945, "column": 19 } } @@ -173465,16 +170758,16 @@ "type": "Line", "value": "greater", "range": [ - 57450, - 57459 + 56910, + 56919 ], "loc": { "start": { - "line": 1963, + "line": 1952, "column": 12 }, "end": { - "line": 1963, + "line": 1952, "column": 21 } } @@ -173483,16 +170776,16 @@ "type": "Line", "value": "different", "range": [ - 57653, - 57664 + 57113, + 57124 ], "loc": { "start": { - "line": 1970, + "line": 1959, "column": 12 }, "end": { - "line": 1970, + "line": 1959, "column": 23 } } @@ -173501,16 +170794,16 @@ "type": "Line", "value": "like", "range": [ - 57855, - 57861 + 57315, + 57321 ], "loc": { "start": { - "line": 1975, + "line": 1964, "column": 12 }, "end": { - "line": 1975, + "line": 1964, "column": 18 } } @@ -173519,16 +170812,16 @@ "type": "Line", "value": "equal", "range": [ - 58038, - 58045 + 57498, + 57505 ], "loc": { "start": { - "line": 1980, + "line": 1969, "column": 12 }, "end": { - "line": 1980, + "line": 1969, "column": 19 } } @@ -173537,16 +170830,16 @@ "type": "Line", "value": "starts with", "range": [ - 58221, - 58234 + 57681, + 57694 ], "loc": { "start": { - "line": 1985, + "line": 1974, "column": 12 }, "end": { - "line": 1985, + "line": 1974, "column": 25 } } @@ -173555,16 +170848,16 @@ "type": "Line", "value": "ends with", "range": [ - 58403, - 58414 + 57863, + 57874 ], "loc": { "start": { - "line": 1990, + "line": 1979, "column": 12 }, "end": { - "line": 1990, + "line": 1979, "column": 23 } } @@ -173573,16 +170866,16 @@ "type": "Line", "value": "empty", "range": [ - 58833, - 58840 + 58293, + 58300 ], "loc": { "start": { - "line": 1999, + "line": 1988, "column": 12 }, "end": { - "line": 1999, + "line": 1988, "column": 19 } } @@ -173591,16 +170884,16 @@ "type": "Line", "value": "non-empty", "range": [ - 58951, - 58962 + 58411, + 58422 ], "loc": { "start": { - "line": 2003, + "line": 1992, "column": 12 }, "end": { - "line": 2003, + "line": 1992, "column": 23 } } @@ -173609,16 +170902,16 @@ "type": "Line", "value": "regexp", "range": [ - 59074, - 59082 + 58534, + 58542 ], "loc": { "start": { - "line": 2007, + "line": 1996, "column": 12 }, "end": { - "line": 2007, + "line": 1996, "column": 20 } } @@ -173627,16 +170920,16 @@ "type": "Line", "value": "in case regexp throws", "range": [ - 59129, - 59152 + 58589, + 58612 ], "loc": { "start": { - "line": 2009, + "line": 1998, "column": 16 }, "end": { - "line": 2009, + "line": 1998, "column": 39 } } @@ -173645,16 +170938,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 59195, - 59216 + 58655, + 58676 ], "loc": { "start": { - "line": 2011, + "line": 2000, "column": 20 }, "end": { - "line": 2011, + "line": 2000, "column": 41 } } @@ -173663,16 +170956,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 59504, - 59563 + 58964, + 59023 ], "loc": { "start": { - "line": 2019, + "line": 2008, "column": 16 }, "end": { - "line": 2019, + "line": 2008, "column": 75 } } @@ -173681,16 +170974,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 59580, - 59631 + 59040, + 59091 ], "loc": { "start": { - "line": 2020, + "line": 2009, "column": 16 }, "end": { - "line": 2020, + "line": 2009, "column": 67 } } @@ -173699,16 +170992,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 59800, - 59849 + 59260, + 59309 ], "loc": { "start": { - "line": 2024, + "line": 2013, "column": 20 }, "end": { - "line": 2024, + "line": 2013, "column": 69 } } @@ -173717,16 +171010,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 59870, - 59924 + 59330, + 59384 ], "loc": { "start": { - "line": 2025, + "line": 2014, "column": 20 }, "end": { - "line": 2025, + "line": 2014, "column": 74 } } @@ -173735,16 +171028,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 59945, - 59984 + 59405, + 59444 ], "loc": { "start": { - "line": 2026, + "line": 2015, "column": 20 }, "end": { - "line": 2026, + "line": 2015, "column": 59 } } @@ -173753,16 +171046,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 60287, - 60340 + 59747, + 59800 ], "loc": { "start": { - "line": 2032, + "line": 2021, "column": 20 }, "end": { - "line": 2032, + "line": 2021, "column": 73 } } @@ -173771,16 +171064,16 @@ "type": "Line", "value": "else", "range": [ - 60663, - 60669 + 60123, + 60129 ], "loc": { "start": { - "line": 2043, + "line": 2032, "column": 9 }, "end": { - "line": 2043, + "line": 2032, "column": 15 } } @@ -173789,8 +171082,26 @@ "type": "Block", "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n ", "range": [ - 60708, - 60992 + 60168, + 60452 + ], + "loc": { + "start": { + "line": 2037, + "column": 4 + }, + "end": { + "line": 2043, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Return the values of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of values for a column\n ", + "range": [ + 60607, + 60895 ], "loc": { "start": { @@ -173805,10 +171116,10 @@ }, { "type": "Block", - "value": "*\n * Return the values of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of values for a column\n ", + "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n * @private\n ", "range": [ - 61147, - 61435 + 61053, + 61434 ], "loc": { "start": { @@ -173816,25 +171127,7 @@ "column": 4 }, "end": { - "line": 2065, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n * @private\n ", - "range": [ - 61593, - 61974 - ], - "loc": { - "start": { - "line": 2070, - "column": 4 - }, - "end": { - "line": 2078, + "line": 2067, "column": 7 } } @@ -173843,16 +171136,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 62512, - 62567 + 61972, + 62027 ], "loc": { "start": { - "line": 2097, + "line": 2086, "column": 12 }, "end": { - "line": 2097, + "line": 2086, "column": 67 } } @@ -173861,16 +171154,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 62767, - 62820 + 62227, + 62280 ], "loc": { "start": { - "line": 2104, + "line": 2093, "column": 12 }, "end": { - "line": 2104, + "line": 2093, "column": 65 } } @@ -173879,16 +171172,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 62898, - 62930 + 62358, + 62390 ], "loc": { "start": { - "line": 2106, + "line": 2095, "column": 16 }, "end": { - "line": 2106, + "line": 2095, "column": 48 } } @@ -173897,16 +171190,16 @@ "type": "Block", "value": "*\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n ", "range": [ - 63254, - 63406 + 62714, + 62866 ], "loc": { "start": { - "line": 2119, + "line": 2108, "column": 4 }, "end": { - "line": 2123, + "line": 2112, "column": 7 } } @@ -173915,16 +171208,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 63800, - 63816 + 63260, + 63276 ], "loc": { "start": { - "line": 2138, + "line": 2127, "column": 8 }, "end": { - "line": 2138, + "line": 2127, "column": 24 } } @@ -173933,16 +171226,16 @@ "type": "Line", "value": "checklist", "range": [ - 63945, - 63956 + 63405, + 63416 ], "loc": { "start": { - "line": 2142, + "line": 2131, "column": 8 }, "end": { - "line": 2142, + "line": 2131, "column": 19 } } @@ -173951,16 +171244,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 64087, - 64155 + 63547, + 63615 ], "loc": { "start": { - "line": 2146, + "line": 2135, "column": 8 }, "end": { - "line": 2146, + "line": 2135, "column": 76 } } @@ -173969,16 +171262,16 @@ "type": "Line", "value": "empty string", "range": [ - 64164, - 64178 + 63624, + 63638 ], "loc": { "start": { - "line": 2147, + "line": 2136, "column": 8 }, "end": { - "line": 2147, + "line": 2136, "column": 22 } } @@ -173987,16 +171280,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 64372, - 64464 + 63832, + 63924 ], "loc": { "start": { - "line": 2156, + "line": 2145, "column": 4 }, "end": { - "line": 2159, + "line": 2148, "column": 7 } } @@ -174005,16 +171298,16 @@ "type": "Block", "value": "*\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ", "range": [ - 64906, - 65069 + 64366, + 64529 ], "loc": { "start": { - "line": 2176, + "line": 2165, "column": 4 }, "end": { - "line": 2180, + "line": 2169, "column": 7 } } @@ -174023,16 +171316,16 @@ "type": "Block", "value": "*\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n ", "range": [ - 65200, - 65601 + 64660, + 65061 ], "loc": { "start": { - "line": 2188, + "line": 2177, "column": 4 }, "end": { - "line": 2196, + "line": 2185, "column": 7 } } @@ -174041,16 +171334,16 @@ "type": "Block", "value": "*\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n ", "range": [ - 66018, - 66164 + 65478, + 65624 ], "loc": { "start": { - "line": 2212, + "line": 2201, "column": 4 }, "end": { - "line": 2216, + "line": 2205, "column": 7 } } @@ -174059,12 +171352,30 @@ "type": "Block", "value": "*\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n ", "range": [ - 66273, - 66439 + 65733, + 65899 ], "loc": { "start": { - "line": 2222, + "line": 2211, + "column": 4 + }, + "end": { + "line": 2215, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n ", + "range": [ + 66047, + 66278 + ], + "loc": { + "start": { + "line": 2221, "column": 4 }, "end": { @@ -174073,38 +171384,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n ", - "range": [ - 66587, - 66818 - ], - "loc": { - "start": { - "line": 2232, - "column": 4 - }, - "end": { - "line": 2237, - "column": 7 - } - } - }, { "type": "Block", "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n ", "range": [ - 67060, - 67188 + 66520, + 66648 ], "loc": { "start": { - "line": 2248, + "line": 2237, "column": 4 }, "end": { - "line": 2252, + "line": 2241, "column": 7 } } @@ -174113,16 +171406,16 @@ "type": "Line", "value": " Invoke cellParser for this column if any", "range": [ - 67298, - 67341 + 66758, + 66801 ], "loc": { "start": { - "line": 2256, + "line": 2245, "column": 8 }, "end": { - "line": 2256, + "line": 2245, "column": 51 } } @@ -174131,16 +171424,16 @@ "type": "Block", "value": "*\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n ", "range": [ - 67519, - 67699 + 66979, + 67159 ], "loc": { "start": { - "line": 2264, + "line": 2253, "column": 4 }, "end": { - "line": 2268, + "line": 2257, "column": 7 } } @@ -174149,16 +171442,16 @@ "type": "Block", "value": "*\n * Return the table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n ", "range": [ - 68514, - 68894 + 67974, + 68354 ], "loc": { "start": { - "line": 2293, + "line": 2282, "column": 4 }, "end": { - "line": 2303, + "line": 2292, "column": 7 } } @@ -174167,16 +171460,16 @@ "type": "Block", "value": "*\n * Return the table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n ", "range": [ - 69046, - 69382 + 68506, + 68842 ], "loc": { "start": { - "line": 2308, + "line": 2297, "column": 4 }, "end": { - "line": 2317, + "line": 2306, "column": 7 } } @@ -174185,16 +171478,16 @@ "type": "Block", "value": "*\n * Return the table data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 69537, - 70012 + 68997, + 69472 ], "loc": { "start": { - "line": 2322, + "line": 2311, "column": 4 }, "end": { - "line": 2335, + "line": 2324, "column": 7 } } @@ -174203,16 +171496,16 @@ "type": "Block", "value": "*\n * Return the filtered table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71121, - 71577 + 70581, + 71037 ], "loc": { "start": { - "line": 2368, + "line": 2357, "column": 4 }, "end": { - "line": 2380, + "line": 2369, "column": 7 } } @@ -174221,16 +171514,16 @@ "type": "Block", "value": "*\n * Return the filtered table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 71737, - 72149 + 71197, + 71609 ], "loc": { "start": { - "line": 2385, + "line": 2374, "column": 4 }, "end": { - "line": 2396, + "line": 2385, "column": 7 } } @@ -174239,16 +171532,16 @@ "type": "Block", "value": "*\n * Return the filtered data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 72312, - 72790 + 71772, + 72250 ], "loc": { "start": { - "line": 2401, + "line": 2390, "column": 4 }, "end": { - "line": 2414, + "line": 2403, "column": 7 } } @@ -174257,16 +171550,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 74032, - 74436 + 73492, + 73896 ], "loc": { "start": { - "line": 2451, + "line": 2440, "column": 4 }, "end": { - "line": 2459, + "line": 2448, "column": 7 } } @@ -174275,16 +171568,16 @@ "type": "Block", "value": "*\n * Return the filtered and visible data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 74625, - 75041 + 74085, + 74501 ], "loc": { "start": { - "line": 2465, + "line": 2454, "column": 4 }, "end": { - "line": 2473, + "line": 2462, "column": 7 } } @@ -174293,16 +171586,16 @@ "type": "Block", "value": "*\n * Return the filtered values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 75228, - 75637 + 74688, + 75097 ], "loc": { "start": { - "line": 2479, + "line": 2468, "column": 4 }, "end": { - "line": 2487, + "line": 2476, "column": 7 } } @@ -174311,16 +171604,16 @@ "type": "Block", "value": "*\n * Return the filtered and visible values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 75829, - 76250 + 75289, + 75710 ], "loc": { "start": { - "line": 2493, + "line": 2482, "column": 4 }, "end": { - "line": 2501, + "line": 2490, "column": 7 } } @@ -174329,16 +171622,16 @@ "type": "Block", "value": "*\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n * @private\n *\n * TODO: provide an API returning data in JSON format\n ", "range": [ - 76440, - 77046 + 75900, + 76506 ], "loc": { "start": { - "line": 2507, + "line": 2496, "column": 4 }, "end": { - "line": 2519, + "line": 2508, "column": 7 } } @@ -174347,16 +171640,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 77414, - 77480 + 76874, + 76940 ], "loc": { "start": { - "line": 2535, + "line": 2524, "column": 8 }, "end": { - "line": 2535, + "line": 2524, "column": 74 } } @@ -174365,16 +171658,16 @@ "type": "Line", "value": " displayed", "range": [ - 77489, - 77501 + 76949, + 76961 ], "loc": { "start": { - "line": 2536, + "line": 2525, "column": 8 }, "end": { - "line": 2536, + "line": 2525, "column": 20 } } @@ -174383,16 +171676,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 77765, - 77818 + 77225, + 77278 ], "loc": { "start": { - "line": 2544, + "line": 2533, "column": 8 }, "end": { - "line": 2544, + "line": 2533, "column": 61 } } @@ -174401,16 +171694,16 @@ "type": "Block", "value": "*\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n ", "range": [ - 78102, - 78264 + 77562, + 77724 ], "loc": { "start": { - "line": 2556, + "line": 2545, "column": 4 }, "end": { - "line": 2560, + "line": 2549, "column": 7 } } @@ -174419,16 +171712,16 @@ "type": "Block", "value": "*\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n ", "range": [ - 78335, - 78508 + 77795, + 77968 ], "loc": { "start": { - "line": 2565, + "line": 2554, "column": 4 }, "end": { - "line": 2569, + "line": 2558, "column": 7 } } @@ -174437,16 +171730,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 78682, - 78714 + 78142, + 78174 ], "loc": { "start": { - "line": 2576, + "line": 2565, "column": 8 }, "end": { - "line": 2576, + "line": 2565, "column": 40 } } @@ -174455,16 +171748,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 79355, - 79402 + 78815, + 78862 ], "loc": { "start": { - "line": 2600, + "line": 2589, "column": 4 }, "end": { - "line": 2602, + "line": 2591, "column": 7 } } @@ -174473,16 +171766,16 @@ "type": "Block", "value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n ", "range": [ - 79652, - 79814 + 79112, + 79274 ], "loc": { "start": { - "line": 2613, + "line": 2602, "column": 4 }, "end": { - "line": 2617, + "line": 2606, "column": 7 } } @@ -174491,16 +171784,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 80337, - 80355 + 79797, + 79815 ], "loc": { "start": { - "line": 2632, + "line": 2621, "column": 8 }, "end": { - "line": 2632, + "line": 2621, "column": 26 } } @@ -174509,16 +171802,16 @@ "type": "Line", "value": "checklist", "range": [ - 80804, - 80815 + 80264, + 80275 ], "loc": { "start": { - "line": 2644, + "line": 2633, "column": 8 }, "end": { - "line": 2644, + "line": 2633, "column": 19 } } @@ -174527,16 +171820,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 81411, - 81515 + 80871, + 80975 ], "loc": { "start": { - "line": 2662, + "line": 2651, "column": 4 }, "end": { - "line": 2665, + "line": 2654, "column": 7 } } @@ -174545,16 +171838,16 @@ "type": "Block", "value": "*\n * Make defined rows always visible\n ", "range": [ - 82271, - 82322 + 81731, + 81782 ], "loc": { "start": { - "line": 2692, + "line": 2681, "column": 4 }, "end": { - "line": 2694, + "line": 2683, "column": 7 } } @@ -174563,16 +171856,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 82584, - 82613 + 82044, + 82073 ], "loc": { "start": { - "line": 2702, + "line": 2691, "column": 12 }, "end": { - "line": 2702, + "line": 2691, "column": 41 } } @@ -174581,16 +171874,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 82727, - 82775 + 82187, + 82235 ], "loc": { "start": { - "line": 2709, + "line": 2698, "column": 4 }, "end": { - "line": 2711, + "line": 2700, "column": 7 } } @@ -174599,16 +171892,16 @@ "type": "Block", "value": "*\n * Return the ID of the current active filter\n * @return {String}\n ", "range": [ - 83220, - 83305 + 82680, + 82765 ], "loc": { "start": { - "line": 2730, + "line": 2719, "column": 4 }, "end": { - "line": 2733, + "line": 2722, "column": 7 } } @@ -174617,16 +171910,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 83379, - 83480 + 82839, + 82940 ], "loc": { "start": { - "line": 2738, + "line": 2727, "column": 4 }, "end": { - "line": 2741, + "line": 2730, "column": 7 } } @@ -174635,16 +171928,16 @@ "type": "Block", "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n ", "range": [ - 83566, - 83714 + 83026, + 83174 ], "loc": { "start": { - "line": 2746, + "line": 2735, "column": 4 }, "end": { - "line": 2750, + "line": 2739, "column": 7 } } @@ -174653,16 +171946,16 @@ "type": "Block", "value": "*\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @return {String} Filter element ID string\n * @private\n ", "range": [ - 83892, - 84053 + 83352, + 83513 ], "loc": { "start": { - "line": 2757, + "line": 2746, "column": 4 }, "end": { - "line": 2762, + "line": 2751, "column": 7 } } @@ -174671,8 +171964,26 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 84151, - 84248 + 83611, + 83708 + ], + "loc": { + "start": { + "line": 2756, + "column": 4 + }, + "end": { + "line": 2759, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", + "range": [ + 83874, + 83979 ], "loc": { "start": { @@ -174685,38 +171996,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", - "range": [ - 84414, - 84519 - ], - "loc": { - "start": { - "line": 2778, - "column": 4 - }, - "end": { - "line": 2781, - "column": 7 - } - } - }, { "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 85201, - 85244 + 84661, + 84704 ], "loc": { "start": { - "line": 2799, + "line": 2788, "column": 12 }, "end": { - "line": 2799, + "line": 2788, "column": 55 } } @@ -174725,16 +172018,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 85257, - 85296 + 84717, + 84756 ], "loc": { "start": { - "line": 2800, + "line": 2789, "column": 12 }, "end": { - "line": 2800, + "line": 2789, "column": 51 } } @@ -174743,16 +172036,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 85655, - 85688 + 85115, + 85148 ], "loc": { "start": { - "line": 2808, + "line": 2797, "column": 16 }, "end": { - "line": 2808, + "line": 2797, "column": 49 } } @@ -174761,8 +172054,26 @@ "type": "Block", "value": "*\n * Determine if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 86329, - 86484 + 85789, + 85944 + ], + "loc": { + "start": { + "line": 2817, + "column": 4 + }, + "end": { + "line": 2821, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", + "range": [ + 86136, + 86250 ], "loc": { "start": { @@ -174777,32 +172088,32 @@ }, { "type": "Block", - "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", + "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 86676, - 86790 + 86350, + 86466 ], "loc": { "start": { - "line": 2839, + "line": 2837, "column": 4 }, "end": { - "line": 2843, + "line": 2841, "column": 7 } } }, { "type": "Block", - "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", + "value": "*\n * Check if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 86890, - 87006 + 86601, + 86804 ], "loc": { "start": { - "line": 2848, + "line": 2847, "column": 4 }, "end": { @@ -174811,38 +172122,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Check if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", - "range": [ - 87141, - 87344 - ], - "loc": { - "start": { - "line": 2858, - "column": 4 - }, - "end": { - "line": 2863, - "column": 7 - } - } - }, { "type": "Block", "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @return {String}\n ", "range": [ - 87560, - 87700 + 87020, + 87160 ], "loc": { "start": { - "line": 2872, + "line": 2861, "column": 4 }, "end": { - "line": 2876, + "line": 2865, "column": 7 } } @@ -174851,16 +172144,16 @@ "type": "Block", "value": "*\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n ", "range": [ - 87903, - 88122 + 87363, + 87582 ], "loc": { "start": { - "line": 2885, + "line": 2874, "column": 4 }, "end": { - "line": 2890, + "line": 2879, "column": 7 } } @@ -174869,16 +172162,16 @@ "type": "Block", "value": "*\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n ", "range": [ - 88597, - 88856 + 88057, + 88316 ], "loc": { "start": { - "line": 2907, + "line": 2896, "column": 4 }, "end": { - "line": 2913, + "line": 2902, "column": 7 } } @@ -174887,16 +172180,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 89497, - 89569 + 88957, + 89029 ], "loc": { "start": { - "line": 2935, + "line": 2924, "column": 8 }, "end": { - "line": 2935, + "line": 2924, "column": 80 } } @@ -174905,16 +172198,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 90116, - 90191 + 89576, + 89651 ], "loc": { "start": { - "line": 2952, + "line": 2941, "column": 4 }, "end": { - "line": 2955, + "line": 2944, "column": 7 } } @@ -174923,16 +172216,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {Array} List of filters ids\n ", "range": [ - 90258, - 90342 + 89718, + 89802 ], "loc": { "start": { - "line": 2960, + "line": 2949, "column": 4 }, "end": { - "line": 2963, + "line": 2952, "column": 7 } } @@ -174941,16 +172234,16 @@ "type": "Block", "value": "*\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n ", "range": [ - 90409, - 90585 + 89869, + 90045 ], "loc": { "start": { - "line": 2968, + "line": 2957, "column": 4 }, "end": { - "line": 2972, + "line": 2961, "column": 7 } } @@ -174959,16 +172252,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 91307, - 91397 + 90767, + 90857 ], "loc": { "start": { - "line": 2996, + "line": 2985, "column": 4 }, "end": { - "line": 2999, + "line": 2988, "column": 7 } } @@ -174977,16 +172270,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 91473, - 91548 + 90933, + 91008 ], "loc": { "start": { - "line": 3004, + "line": 2993, "column": 4 }, "end": { - "line": 3007, + "line": 2996, "column": 7 } } @@ -174995,16 +172288,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 91619, - 91746 + 91079, + 91206 ], "loc": { "start": { - "line": 3012, + "line": 3001, "column": 4 }, "end": { - "line": 3016, + "line": 3005, "column": 7 } } @@ -175013,12 +172306,30 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 91811, - 91883 + 91271, + 91343 ], "loc": { "start": { - "line": 3021, + "line": 3010, + "column": 4 + }, + "end": { + "line": 3013, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @return {Boolean}\n ", + "range": [ + 91451, + 91660 + ], + "loc": { + "start": { + "line": 3019, "column": 4 }, "end": { @@ -175027,38 +172338,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @return {Boolean}\n ", - "range": [ - 91991, - 92200 - ], - "loc": { - "start": { - "line": 3030, - "column": 4 - }, - "end": { - "line": 3035, - "column": 7 - } - } - }, { "type": "Block", "value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n ", "range": [ - 92495, - 92636 + 91955, + 92096 ], "loc": { "start": { - "line": 3047, + "line": 3036, "column": 4 }, "end": { - "line": 3051, + "line": 3040, "column": 7 } } @@ -175067,16 +172360,16 @@ "type": "Block", "value": "*\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n ", "range": [ - 93098, - 93271 + 92558, + 92731 ], "loc": { "start": { - "line": 3066, + "line": 3055, "column": 4 }, "end": { - "line": 3070, + "line": 3059, "column": 7 } } @@ -175085,16 +172378,16 @@ "type": "Block", "value": "*\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n ", "range": [ - 93793, - 93929 + 93253, + 93389 ], "loc": { "start": { - "line": 3086, + "line": 3075, "column": 4 }, "end": { - "line": 3090, + "line": 3079, "column": 7 } } @@ -175103,16 +172396,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 94079, - 94161 + 93539, + 93621 ], "loc": { "start": { - "line": 3096, + "line": 3085, "column": 4 }, "end": { - "line": 3099, + "line": 3088, "column": 7 } } @@ -175121,16 +172414,16 @@ "type": "Block", "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n ", "range": [ - 94239, - 94394 + 93699, + 93854 ], "loc": { "start": { - "line": 3104, + "line": 3093, "column": 4 }, "end": { - "line": 3108, + "line": 3097, "column": 7 } } @@ -175139,16 +172432,16 @@ "type": "Block", "value": "*\n * Return the working DOM element\n * @return {HTMLTableElement}\n ", "range": [ - 94492, - 94575 + 93952, + 94035 ], "loc": { "start": { - "line": 3113, + "line": 3102, "column": 4 }, "end": { - "line": 3116, + "line": 3105, "column": 7 } } @@ -175157,16 +172450,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 94624, - 94712 + 94084, + 94172 ], "loc": { "start": { - "line": 3121, + "line": 3110, "column": 4 }, "end": { - "line": 3124, + "line": 3113, "column": 7 } } diff --git a/docs/badge.svg b/docs/badge.svg index e24552c4..84c6ce65 100644 --- a/docs/badge.svg +++ b/docs/badge.svg @@ -11,7 +11,7 @@ document document - 100% - 100% + 99% + 99% diff --git a/docs/class/src/emitter.js~Emitter.html b/docs/class/src/emitter.js~Emitter.html index 379dd78a..94e3de57 100644 --- a/docs/class/src/emitter.js~Emitter.html +++ b/docs/class/src/emitter.js~Emitter.html @@ -3,7 +3,7 @@ - Emitter | tablefilter v0.5.9 API Document + Emitter | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 78786b64..b65a42a3 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.5.9 API Document + AdapterEzEditTable | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index 1f2f63f3..3bc29f12 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.5.9 API Document + ColOps | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index a2933378..6a3982e0 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.5.9 API Document + ColsVisibility | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index 615c90a6..ba0d0b0e 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.5.9 API Document + FiltersVisibility | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index ffd1ca4b..e72da793 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.5.9 API Document + AdapterSortableTable | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index 5f722377..11567deb 100644 --- a/docs/class/src/feature.js~Feature.html +++ b/docs/class/src/feature.js~Feature.html @@ -3,7 +3,7 @@ - Feature | tablefilter v0.5.9 API Document + Feature | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index f1f3bc1d..cb65301e 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.5.9 API Document + AlternateRows | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 80d0c129..9e18a053 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.5.9 API Document + CheckList | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index 223343f8..6848d755 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.5.9 API Document + ClearButton | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html index a65d9a9e..57893f1c 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.5.9 API Document + DateType | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index 3afcf6b4..e43a8824 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.5.9 API Document + Dropdown | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 77f443c2..cbed0279 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.5.9 API Document + GridLayout | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index f152c70c..9fbaa30b 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.5.9 API Document + Hash | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index 3406b439..bb16f2b8 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.5.9 API Document + Help | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index dfe05b68..2efaca4e 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.5.9 API Document + HighlightKeyword | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index e0c7705f..cd8a0ed1 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.5.9 API Document + Loader | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html b/docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html index 5d8f3f03..d409e7fd 100644 --- a/docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html +++ b/docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html @@ -3,7 +3,7 @@ - MarkActiveColumns | tablefilter v0.5.9 API Document + MarkActiveColumns | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index de2cbc52..8df539ac 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.5.9 API Document + NoResults | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index 5f62b2d7..53ba1caf 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.5.9 API Document + Paging | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index b7cb0fcd..18dfbfe9 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.5.9 API Document + PopupFilter | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index d6313537..f7a20cfd 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.5.9 API Document + RowsCounter | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index e23d705b..bd39cfeb 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.5.9 API Document + State | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 1a029da8..cfcd0ae3 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.5.9 API Document + StatusBar | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index d3003537..582e8af2 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.5.9 API Document + Storage | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index 728fd3db..8b92a150 100644 --- a/docs/class/src/tablefilter.js~TableFilter.html +++ b/docs/class/src/tablefilter.js~TableFilter.html @@ -3,7 +3,7 @@ - TableFilter | tablefilter v0.5.9 API Document + TableFilter | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • @@ -121,13 +122,13 @@
    -
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    +
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    public class - | source + | source
    @@ -4684,7 +4685,7 @@ columns

    - source + source @@ -4767,7 +4768,7 @@ requires table or id arguments, row and < - source + source @@ -4808,7 +4809,7 @@ requires table or id arguments, row and < - source + source @@ -4849,7 +4850,7 @@ requires table or id arguments, row and < - source + source @@ -4891,7 +4892,7 @@ stops typing

    - source + source @@ -4932,7 +4933,7 @@ stops typing

    - source + source @@ -4973,7 +4974,7 @@ stops typing

    - source + source @@ -5014,7 +5015,7 @@ stops typing

    - source + source @@ -5055,7 +5056,7 @@ stops typing

    - source + source @@ -5096,7 +5097,7 @@ stops typing

    - source + source @@ -5137,7 +5138,7 @@ stops typing

    - source + source @@ -5186,7 +5187,7 @@ cell_parser: { - source + source @@ -5227,7 +5228,7 @@ cell_parser: { - source + source @@ -5277,7 +5278,7 @@ information on date parsing formats supported by Sugar Date

    - source + source @@ -5318,7 +5319,7 @@ information on date parsing formats supported by Sugar Date

    - source + source @@ -5371,7 +5372,7 @@ custom_options: { - source + source @@ -5412,7 +5413,7 @@ custom_options: { - source + source @@ -5453,7 +5454,7 @@ custom_options: { - source + source @@ -5495,7 +5496,7 @@ linked filters filtering mode is on

    - source + source @@ -5536,7 +5537,7 @@ linked filters filtering mode is on

    - source + source @@ -5577,7 +5578,7 @@ linked filters filtering mode is on

    - source + source @@ -5618,7 +5619,7 @@ linked filters filtering mode is on

    - source + source @@ -5659,7 +5660,7 @@ linked filters filtering mode is on

    - source + source @@ -5700,7 +5701,7 @@ linked filters filtering mode is on

    - source + source @@ -5741,7 +5742,7 @@ linked filters filtering mode is on

    - source + source @@ -5782,7 +5783,7 @@ linked filters filtering mode is on

    - source + source @@ -5823,7 +5824,7 @@ linked filters filtering mode is on

    - source + source @@ -5865,7 +5866,7 @@ types

    - source + source @@ -5906,7 +5907,7 @@ types

    - source + source @@ -5947,7 +5948,7 @@ types

    - source + source @@ -5988,7 +5989,7 @@ types

    - source + source @@ -6029,7 +6030,7 @@ types

    - source + source @@ -6070,7 +6071,7 @@ types

    - source + source @@ -6111,7 +6112,7 @@ types

    - source + source @@ -6152,7 +6153,7 @@ types

    - source + source @@ -6193,7 +6194,7 @@ types

    - source + source @@ -6234,7 +6235,7 @@ types

    - source + source @@ -6275,7 +6276,7 @@ types

    - source + source @@ -6316,7 +6317,7 @@ types

    - source + source @@ -6357,7 +6358,7 @@ types

    - source + source @@ -6398,7 +6399,7 @@ types

    - source + source @@ -6439,7 +6440,7 @@ types

    - source + source @@ -6480,7 +6481,7 @@ types

    - source + source @@ -6521,7 +6522,7 @@ types

    - source + source @@ -6562,7 +6563,7 @@ types

    - source + source @@ -6603,7 +6604,7 @@ types

    - source + source @@ -6644,7 +6645,7 @@ types

    - source + source @@ -6685,7 +6686,7 @@ types

    - source + source @@ -6726,7 +6727,7 @@ types

    - source + source @@ -6766,7 +6767,7 @@ types

    - source + source @@ -6807,7 +6808,7 @@ types

    - source + source @@ -6848,7 +6849,7 @@ types

    - source + source @@ -6889,7 +6890,7 @@ types

    - source + source @@ -6930,7 +6931,7 @@ types

    - source + source @@ -6971,7 +6972,7 @@ types

    - source + source @@ -7013,7 +7014,7 @@ first usage

    - source + source @@ -7054,7 +7055,7 @@ first usage

    - source + source @@ -7096,7 +7097,7 @@ first usage

    - source + source @@ -7137,7 +7138,7 @@ first usage

    - source + source @@ -7178,7 +7179,7 @@ first usage

    - source + source @@ -7219,7 +7220,7 @@ first usage

    - source + source @@ -7260,7 +7261,7 @@ first usage

    - source + source @@ -7301,7 +7302,7 @@ first usage

    - source + source @@ -7342,7 +7343,7 @@ first usage

    - source + source @@ -7383,7 +7384,7 @@ first usage

    - source + source @@ -7424,7 +7425,7 @@ first usage

    - source + source @@ -7465,7 +7466,7 @@ first usage

    - source + source @@ -7506,7 +7507,7 @@ first usage

    - source + source @@ -7547,7 +7548,7 @@ first usage

    - source + source @@ -7588,7 +7589,7 @@ first usage

    - source + source @@ -7630,7 +7631,7 @@ on change event

    - source + source @@ -7671,7 +7672,7 @@ on change event

    - source + source @@ -7712,7 +7713,7 @@ on change event

    - source + source @@ -7753,7 +7754,7 @@ on change event

    - source + source @@ -7794,7 +7795,7 @@ on change event

    - source + source @@ -7836,7 +7837,7 @@ are generated

    - source + source @@ -7877,7 +7878,7 @@ are generated

    - source + source @@ -7918,7 +7919,7 @@ are generated

    - source + source @@ -7959,7 +7960,7 @@ are generated

    - source + source @@ -8000,7 +8001,7 @@ are generated

    - source + source @@ -8041,7 +8042,7 @@ are generated

    - source + source @@ -8082,7 +8083,7 @@ are generated

    - source + source @@ -8124,7 +8125,7 @@ manner

    - source + source @@ -8166,7 +8167,7 @@ manner

    - source + source @@ -8208,7 +8209,7 @@ alpha-numeric manner by default

    - source + source @@ -8249,7 +8250,7 @@ alpha-numeric manner by default

    - source + source @@ -8290,7 +8291,7 @@ alpha-numeric manner by default

    - source + source @@ -8331,7 +8332,7 @@ alpha-numeric manner by default

    - source + source @@ -8372,7 +8373,7 @@ alpha-numeric manner by default

    - source + source @@ -8413,7 +8414,7 @@ alpha-numeric manner by default

    - source + source @@ -8455,7 +8456,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8498,7 +8499,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8539,7 +8540,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8580,7 +8581,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8621,7 +8622,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8662,7 +8663,7 @@ themes: [{ name: 'skyblue' }]

    - source + source @@ -8707,7 +8708,7 @@ filter if an array is supplied

    - source + source @@ -8765,7 +8766,7 @@ filter if an array is supplied

    - source + source @@ -8806,7 +8807,7 @@ filter if an array is supplied

    - source + source @@ -8857,7 +8858,7 @@ filter if an array is supplied

    - source + source @@ -8898,7 +8899,7 @@ filter if an array is supplied

    - source + source @@ -8939,7 +8940,7 @@ filter if an array is supplied

    - source + source @@ -8996,7 +8997,7 @@ filter if an array is supplied

    - source + source @@ -9047,7 +9048,7 @@ filter if an array is supplied

    - source + source @@ -9088,7 +9089,7 @@ filter if an array is supplied

    - source + source @@ -9157,7 +9158,7 @@ filter if an array is supplied

    - source + source @@ -9225,7 +9226,7 @@ filter if an array is supplied

    - source + source @@ -9268,7 +9269,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9319,7 +9320,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9387,7 +9388,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9455,7 +9456,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9524,7 +9525,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9592,7 +9593,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9677,7 +9678,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9747,7 +9748,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9832,7 +9833,7 @@ hidden when all the search terms are not found in inspected row.

    - source + source @@ -9901,7 +9902,7 @@ custom options values and texts

    - source + source @@ -9983,7 +9984,7 @@ with following structure: - source + source @@ -10051,7 +10052,7 @@ with following structure: - source + source @@ -10120,7 +10121,7 @@ with following structure: - source + source @@ -10188,7 +10189,7 @@ with following structure: - source + source @@ -10257,7 +10258,7 @@ with following structure: - source + source @@ -10308,7 +10309,7 @@ with following structure: - source + source @@ -10394,7 +10395,7 @@ with following structure: - source + source @@ -10480,7 +10481,7 @@ with following structure: - source + source @@ -10563,7 +10564,7 @@ with following structure: - source + source @@ -10645,7 +10646,7 @@ with following structure: - source + source @@ -10723,7 +10724,7 @@ Note: hidden filters are also returned

    - source + source @@ -10775,7 +10776,7 @@ Note: hidden filters are also returned

    - source + source @@ -10826,7 +10827,7 @@ Note: hidden filters are also returned

    - source + source @@ -10878,7 +10879,7 @@ Note: hidden filters are also returned

    - source + source @@ -10946,7 +10947,7 @@ Note: hidden filters are also returned

    - source + source @@ -10997,7 +10998,7 @@ Note: hidden filters are also returned

    - source + source @@ -11066,7 +11067,7 @@ Note: hidden filters are also returned

    - source + source @@ -11117,7 +11118,7 @@ Note: hidden filters are also returned

    - source + source @@ -11186,7 +11187,7 @@ Note: hidden filters are also returned

    - source + source @@ -11256,7 +11257,7 @@ defined

    - source + source @@ -11308,7 +11309,7 @@ row)

    - source + source @@ -11377,7 +11378,7 @@ row)

    - source + source @@ -11446,7 +11447,7 @@ row)

    - source + source @@ -11515,7 +11516,7 @@ row)

    - source + source @@ -11596,7 +11597,7 @@ row)

    - source + source @@ -11682,7 +11683,7 @@ row)

    - source + source @@ -11768,7 +11769,7 @@ row)

    - source + source @@ -11836,7 +11837,7 @@ row)

    - source + source @@ -11912,7 +11913,7 @@ row)

    - source + source @@ -11981,7 +11982,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12060,7 +12061,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12101,7 +12102,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12142,7 +12143,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12210,7 +12211,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12278,7 +12279,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12353,7 +12354,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12404,7 +12405,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12472,7 +12473,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12540,7 +12541,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12582,7 +12583,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12640,7 +12641,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12681,7 +12682,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12722,7 +12723,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12779,7 +12780,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12820,7 +12821,7 @@ Note this is only applicable to input filter types.

    - source + source @@ -12878,7 +12879,7 @@ columns

    - source + source @@ -12919,7 +12920,7 @@ columns

    - source + source @@ -12960,7 +12961,7 @@ columns

    - source + source @@ -13018,7 +13019,7 @@ columns

    - source + source @@ -13076,7 +13077,7 @@ columns

    - source + source @@ -13141,7 +13142,7 @@ columns

    - source + source @@ -13182,7 +13183,7 @@ columns

    - source + source @@ -13223,7 +13224,7 @@ columns

    - source + source diff --git a/docs/coverage.json b/docs/coverage.json index cc93d9b2..fb245c12 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,12 +1,14 @@ { - "coverage": "100%", - "expectCount": 679, + "coverage": "99.85%", + "expectCount": 680, "actualCount": 679, "files": { "src/const.js": { - "expectCount": 18, + "expectCount": 19, "actualCount": 18, - "undocumentLines": [] + "undocumentLines": [ + 132 + ] }, "src/extensions/advancedGrid/adapterEzEditTable.js": { "expectCount": 13, diff --git a/docs/dump.json b/docs/dump.json index 735f6c4c..5e02f735 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -82,8 +82,8 @@ "longname": "src/const.js", "access": null, "description": null, - "lineNumber": 9, - "content": "/**\n * Filter types\n */\n\n/**\n * Input filter type\n * @type {String}\n */\nexport const INPUT = 'input';\n/**\n * Select filter type\n * @type {String}\n */\nexport const SELECT = 'select';\n/**\n * Multiple select filter type\n * @type {String}\n */\nexport const MULTIPLE = 'multiple';\n/**\n * Checklist filter type\n * @type {String}\n */\nexport const CHECKLIST = 'checklist';\n/**\n * None filter type\n * @type {String}\n */\nexport const NONE = 'none';\n\n/**\n * Key codes\n */\n\n/**\n * Enter key code\n * @type {Number}\n */\nexport const ENTER_KEY = 13;\n/**\n * Tab key code\n * @type {Number}\n */\nexport const TAB_KEY = 9;\n/**\n * Escape key code\n * @type {Number}\n */\nexport const ESC_KEY = 27;\n/**\n * Up arrow key code\n * @type {Number}\n */\nexport const UP_ARROW_KEY = 38;\n/**\n * Down arrow key code\n * @type {Number}\n */\nexport const DOWN_ARROW_KEY = 40;\n\n/**\n * HTML tags\n */\n\n/**\n * Header cell tag\n * @type {String}\n */\nexport const HEADER_TAG = 'TH';\n/**\n * Cell tag\n * @type {String}\n */\nexport const CELL_TAG = 'TD';\n\n/**\n * Data types\n */\n\n/**\n * String\n * @type {String}\n */\nexport const STRING = 'string';\n\n/**\n * Number\n * @type {String}\n */\nexport const NUMBER = 'number';\n\n/**\n * Formatted number\n * @type {String}\n */\nexport const FORMATTED_NUMBER = 'formatted-number';\n\n/**\n * Date\n * @type {String}\n */\nexport const DATE = 'date';\n\n/**\n * IP address\n * @type {String}\n */\nexport const IP_ADDRESS = 'ipaddress';\n\n/**\n * Default values\n */\n\n/**\n * Auto filter delay in milliseconds\n * @type {Number}\n */\nexport const AUTO_FILTER_DELAY = 750;\n" + "lineNumber": 1, + "content": "import {State} from './modules/state';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {MarkActiveColumns} from './modules/markActiveColumns';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {ClearButton} from './modules/clearButton';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\n\n/**\n * Filter types\n */\n\n/**\n * Input filter type\n * @type {String}\n */\nexport const INPUT = 'input';\n/**\n * Select filter type\n * @type {String}\n */\nexport const SELECT = 'select';\n/**\n * Multiple select filter type\n * @type {String}\n */\nexport const MULTIPLE = 'multiple';\n/**\n * Checklist filter type\n * @type {String}\n */\nexport const CHECKLIST = 'checklist';\n/**\n * None filter type\n * @type {String}\n */\nexport const NONE = 'none';\n\n/**\n * Key codes\n */\n\n/**\n * Enter key code\n * @type {Number}\n */\nexport const ENTER_KEY = 13;\n/**\n * Tab key code\n * @type {Number}\n */\nexport const TAB_KEY = 9;\n/**\n * Escape key code\n * @type {Number}\n */\nexport const ESC_KEY = 27;\n/**\n * Up arrow key code\n * @type {Number}\n */\nexport const UP_ARROW_KEY = 38;\n/**\n * Down arrow key code\n * @type {Number}\n */\nexport const DOWN_ARROW_KEY = 40;\n\n/**\n * HTML tags\n */\n\n/**\n * Header cell tag\n * @type {String}\n */\nexport const HEADER_TAG = 'TH';\n/**\n * Cell tag\n * @type {String}\n */\nexport const CELL_TAG = 'TD';\n\n/**\n * Data types\n */\n\n/**\n * String\n * @type {String}\n */\nexport const STRING = 'string';\n\n/**\n * Number\n * @type {String}\n */\nexport const NUMBER = 'number';\n\n/**\n * Formatted number\n * @type {String}\n */\nexport const FORMATTED_NUMBER = 'formatted-number';\n\n/**\n * Date\n * @type {String}\n */\nexport const DATE = 'date';\n\n/**\n * IP address\n * @type {String}\n */\nexport const IP_ADDRESS = 'ipaddress';\n\n/**\n * Default values\n */\n\n/**\n * Auto filter delay in milliseconds\n * @type {Number}\n */\nexport const AUTO_FILTER_DELAY = 750;\n\nexport const FEATURES = {\n state: {\n class: State,\n name: 'state'\n },\n markActiveColumns: {\n class: MarkActiveColumns,\n name: 'markActiveColumns'\n },\n gridLayout: {\n class: GridLayout,\n name: 'gridLayout'\n },\n loader: {\n class: Loader,\n name: 'loader'\n },\n highlightKeyword: {\n class: HighlightKeyword,\n name: 'highlightKeyword',\n property: 'highlightKeywords'\n },\n popupFilter: {\n class: PopupFilter,\n name: 'popupFilter',\n property: 'popupFilters'\n },\n rowsCounter: {\n class: RowsCounter,\n name: 'rowsCounter'\n },\n statusBar: {\n class: StatusBar,\n name: 'statusBar'\n },\n clearButton: {\n class: ClearButton,\n name: 'clearButton',\n property: 'btnReset'\n },\n alternateRows: {\n class: AlternateRows,\n name: 'alternateRows'\n },\n noResults: {\n class: NoResults,\n name: 'noResults'\n }\n};\n" }, { "__docId__": 3, @@ -98,7 +98,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{INPUT}", "description": "Input filter type", - "lineNumber": 9, + "lineNumber": 21, "type": { "nullable": null, "types": [ @@ -121,7 +121,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{SELECT}", "description": "Select filter type", - "lineNumber": 14, + "lineNumber": 26, "type": { "nullable": null, "types": [ @@ -144,7 +144,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{MULTIPLE}", "description": "Multiple select filter type", - "lineNumber": 19, + "lineNumber": 31, "type": { "nullable": null, "types": [ @@ -167,7 +167,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{CHECKLIST}", "description": "Checklist filter type", - "lineNumber": 24, + "lineNumber": 36, "type": { "nullable": null, "types": [ @@ -190,7 +190,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{NONE}", "description": "None filter type", - "lineNumber": 29, + "lineNumber": 41, "type": { "nullable": null, "types": [ @@ -213,7 +213,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{ENTER_KEY}", "description": "Enter key code", - "lineNumber": 39, + "lineNumber": 51, "type": { "nullable": null, "types": [ @@ -236,7 +236,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{TAB_KEY}", "description": "Tab key code", - "lineNumber": 44, + "lineNumber": 56, "type": { "nullable": null, "types": [ @@ -259,7 +259,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{ESC_KEY}", "description": "Escape key code", - "lineNumber": 49, + "lineNumber": 61, "type": { "nullable": null, "types": [ @@ -282,7 +282,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{UP_ARROW_KEY}", "description": "Up arrow key code", - "lineNumber": 54, + "lineNumber": 66, "type": { "nullable": null, "types": [ @@ -305,7 +305,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{DOWN_ARROW_KEY}", "description": "Down arrow key code", - "lineNumber": 59, + "lineNumber": 71, "type": { "nullable": null, "types": [ @@ -328,7 +328,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{HEADER_TAG}", "description": "Header cell tag", - "lineNumber": 69, + "lineNumber": 81, "type": { "nullable": null, "types": [ @@ -351,7 +351,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{CELL_TAG}", "description": "Cell tag", - "lineNumber": 74, + "lineNumber": 86, "type": { "nullable": null, "types": [ @@ -374,7 +374,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{STRING}", "description": "String", - "lineNumber": 84, + "lineNumber": 96, "type": { "nullable": null, "types": [ @@ -397,7 +397,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{NUMBER}", "description": "Number", - "lineNumber": 90, + "lineNumber": 102, "type": { "nullable": null, "types": [ @@ -420,7 +420,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{FORMATTED_NUMBER}", "description": "Formatted number", - "lineNumber": 96, + "lineNumber": 108, "type": { "nullable": null, "types": [ @@ -443,7 +443,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{DATE}", "description": "Date", - "lineNumber": 102, + "lineNumber": 114, "type": { "nullable": null, "types": [ @@ -466,7 +466,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{IP_ADDRESS}", "description": "IP address", - "lineNumber": 108, + "lineNumber": 120, "type": { "nullable": null, "types": [ @@ -489,7 +489,7 @@ "importPath": "tablefilter/src/const.js", "importStyle": "{AUTO_FILTER_DELAY}", "description": "Auto filter delay in milliseconds", - "lineNumber": 118, + "lineNumber": 130, "type": { "nullable": null, "types": [ @@ -501,6 +501,27 @@ }, { "__docId__": 21, + "kind": "variable", + "static": true, + "variation": null, + "name": "FEATURES", + "memberof": "src/const.js", + "longname": "src/const.js~FEATURES", + "access": null, + "export": true, + "importPath": "tablefilter/src/const.js", + "importStyle": "{FEATURES}", + "description": null, + "lineNumber": 132, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 22, "kind": "file", "static": true, "variation": null, @@ -513,7 +534,7 @@ "content": "import {root} from './root';\n\n/**\n * Cookie utilities\n */\n\nconst doc = root.document;\n\nexport default {\n\n /**\n * Write a cookie\n * @param {String} name Name of the cookie\n * @param {String} value Value of the cookie\n * @param {Number} hours Cookie duration in hours\n */\n write(name, value, hours) {\n let expire = '';\n if (hours) {\n expire = new Date((new Date()).getTime() + hours * 3600000);\n expire = '; expires=' + expire.toGMTString();\n }\n doc.cookie = name + '=' + escape(value) + expire;\n },\n\n /**\n * Read a cookie\n * @param {String} name Name of the cookie\n * @returns {String} Value of the cookie\n */\n read(name) {\n let cookieValue = '',\n search = name + '=';\n if (doc.cookie.length > 0) {\n let cookie = doc.cookie,\n offset = cookie.indexOf(search);\n if (offset !== -1) {\n offset += search.length;\n let end = cookie.indexOf(';', offset);\n if (end === -1) {\n end = cookie.length;\n }\n cookieValue = unescape(cookie.substring(offset, end));\n }\n }\n return cookieValue;\n },\n\n /**\n * Remove a cookie\n * @param {String} name Name of the cookie\n */\n remove(name) {\n this.write(name, '', -1);\n }\n\n};\n" }, { - "__docId__": 22, + "__docId__": 23, "kind": "variable", "static": true, "variation": null, @@ -533,7 +554,7 @@ } }, { - "__docId__": 23, + "__docId__": 24, "kind": "file", "static": true, "variation": null, @@ -546,7 +567,7 @@ "content": "import {root} from './root';\nimport {isArray, isString, isUndef} from './types';\nimport {trim} from './string';\n\n/**\n * DOM utilities\n */\n\nconst doc = root.document;\n\n/**\n * Returns text + text of children of given node\n * @param {NodeElement} node\n * @return {String}\n */\nexport const getText = (node) => {\n if (isUndef(node.textContent)) {\n return trim(node.innerText);\n }\n return trim(node.textContent);\n}\n\n/**\n * Returns the first text node contained in the supplied node\n * @param {NodeElement} node node\n * @return {String}\n */\nexport const getFirstTextNode = (node) => {\n for (let i = 0; i < node.childNodes.length; i++) {\n let n = node.childNodes[i];\n if (n.nodeType === 3) {\n return n.data;\n }\n }\n}\n\n/**\n * Creates an html element with given collection of attributes\n * @param {String} tag a string of the html tag to create\n * @param {Array} an undetermined number of arrays containing the with 2\n * items, the attribute name and its value ['id','myId']\n * @return {Object} created element\n */\nexport const createElm = (...args) => {\n let tag = args[0];\n if (!isString(tag)) {\n return null;\n }\n\n let el = doc.createElement(tag);\n for (let i = 0; i < args.length; i++) {\n let arg = args[i];\n\n if (isArray(arg) && arg.length === 2) {\n el.setAttribute(arg[0], arg[1]);\n }\n }\n return el;\n}\n\n/**\n * Removes passed node from DOM\n * @param {DOMElement} node\n * @return {DOMElement} old node reference\n */\nexport const removeElm = (node) => node.parentNode.removeChild(node);\n\n/**\n * Returns a text node with given text\n * @param {String} txt\n * @return {Object}\n */\nexport const createText = (txt) => doc.createTextNode(txt);\n\n/**\n * Determine whether the passed elements is assigned the given class\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n * @returns {Boolean}\n */\nexport const hasClass = (ele, cls) => {\n if (isUndef(ele)) {\n return false;\n }\n\n if (supportsClassList()) {\n return ele.classList.contains(cls);\n }\n return ele.className.match(new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)'));\n}\n\n/**\n * Adds the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const addClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.add(cls);\n return;\n }\n\n if (ele.className === '') {\n ele.className = cls;\n }\n else if (!hasClass(ele, cls)) {\n ele.className += ' ' + cls;\n }\n}\n\n/**\n * Removes the specified class to the passed element\n * @param {DOMElement} ele DOM element\n * @param {String} cls CSS class name\n */\nexport const removeClass = (ele, cls) => {\n if (isUndef(ele)) {\n return;\n }\n\n if (supportsClassList()) {\n ele.classList.remove(cls);\n return;\n }\n let reg = new RegExp('(\\\\s|^)' + cls + '(\\\\s|$)', 'g');\n ele.className = ele.className.replace(reg, '');\n}\n\n/**\n * Creates and returns an option element\n * @param {String} text option text\n * @param {String} value option value\n * @param {Boolean} isSel whether option is selected\n * @return {Object} option element\n */\nexport const createOpt = (text, value, isSel) => {\n let isSelected = isSel ? true : false;\n let opt = isSelected ?\n createElm('option', ['value', value], ['selected', 'true']) :\n createElm('option', ['value', value]);\n opt.appendChild(createText(text));\n return opt;\n}\n\n/**\n * Creates and returns a checklist item\n * @param {String} id index of check item\n * @param {String} chkValue check item value\n * @param {String} labelText check item label text\n * @return {Object} li DOM element\n */\nexport const createCheckItem = (id, chkValue, labelText) => {\n let li = createElm('li');\n let label = createElm('label', ['for', id]);\n let check = createElm('input',\n ['id', id],\n ['name', id],\n ['type', 'checkbox'],\n ['value', chkValue]\n );\n label.appendChild(check);\n label.appendChild(createText(labelText));\n li.appendChild(label);\n li.label = label;\n li.check = check;\n return li;\n}\n\n/**\n * Returns the element matching the supplied Id\n * @param {String} id Element identifier\n * @return {DOMElement}\n */\nexport const elm = (id) => doc.getElementById(id);\n\n/**\n * Returns list of element matching the supplied tag name\n * @param {String} tagname Tag name\n * @return {NodeList}\n */\nexport const tag = (o, tagname) => o.getElementsByTagName(tagname);\n\n// HTML5 classList API\nfunction supportsClassList() {\n return doc.documentElement.classList;\n}\n" }, { - "__docId__": 24, + "__docId__": 25, "kind": "variable", "static": true, "variation": null, @@ -566,7 +587,7 @@ } }, { - "__docId__": 25, + "__docId__": 26, "kind": "variable", "static": true, "variation": null, @@ -606,7 +627,7 @@ } }, { - "__docId__": 26, + "__docId__": 27, "kind": "variable", "static": true, "variation": null, @@ -646,7 +667,7 @@ } }, { - "__docId__": 27, + "__docId__": 28, "kind": "variable", "static": true, "variation": null, @@ -696,7 +717,7 @@ } }, { - "__docId__": 28, + "__docId__": 29, "kind": "variable", "static": true, "variation": null, @@ -736,7 +757,7 @@ } }, { - "__docId__": 29, + "__docId__": 30, "kind": "variable", "static": true, "variation": null, @@ -776,7 +797,7 @@ } }, { - "__docId__": 30, + "__docId__": 31, "kind": "variable", "static": true, "variation": null, @@ -832,7 +853,7 @@ } }, { - "__docId__": 31, + "__docId__": 32, "kind": "variable", "static": true, "variation": null, @@ -874,7 +895,7 @@ } }, { - "__docId__": 32, + "__docId__": 33, "kind": "variable", "static": true, "variation": null, @@ -916,7 +937,7 @@ } }, { - "__docId__": 33, + "__docId__": 34, "kind": "variable", "static": true, "variation": null, @@ -976,7 +997,7 @@ } }, { - "__docId__": 34, + "__docId__": 35, "kind": "variable", "static": true, "variation": null, @@ -1036,7 +1057,7 @@ } }, { - "__docId__": 35, + "__docId__": 36, "kind": "variable", "static": true, "variation": null, @@ -1076,7 +1097,7 @@ } }, { - "__docId__": 36, + "__docId__": 37, "kind": "variable", "static": true, "variation": null, @@ -1116,7 +1137,7 @@ } }, { - "__docId__": 37, + "__docId__": 38, "kind": "function", "static": true, "variation": null, @@ -1139,7 +1160,7 @@ "generator": false }, { - "__docId__": 38, + "__docId__": 39, "kind": "file", "static": true, "variation": null, @@ -1152,7 +1173,7 @@ "content": "/**\n * Event emitter class\n */\nexport class Emitter {\n /**\n * Creates an instance of Emitter.\n */\n constructor() {\n /**\n * Events object\n * @type {Object}\n */\n this.events = {};\n }\n\n /**\n * Subscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n */\n on(evts, fn) {\n evts.forEach((evt) => {\n this.events[evt] = this.events[evt] || [];\n this.events[evt].push(fn);\n });\n }\n\n /**\n * Unsubscribe to an event\n * @param {Array} evts Collection of event names\n * @param {Function} fn Function invoked when event is emitted\n */\n off(evts, fn) {\n evts.forEach((evt) => {\n if (evt in this.events) {\n this.events[evt].splice(this.events[evt].indexOf(fn), 1);\n }\n });\n }\n\n /**\n * Emit an event\n * @param {String} evt Event name followed by any other argument passed to\n * the invoked function\n */\n emit(evt /*, args...*/) {\n if (evt in this.events) {\n for (let i = 0; i < this.events[evt].length; i++) {\n this.events[evt][i].apply(this, [].slice.call(arguments, 1));\n }\n }\n }\n}\n" }, { - "__docId__": 39, + "__docId__": 40, "kind": "class", "static": true, "variation": null, @@ -1168,7 +1189,7 @@ "interface": false }, { - "__docId__": 40, + "__docId__": 41, "kind": "constructor", "static": false, "variation": null, @@ -1182,7 +1203,7 @@ "generator": false }, { - "__docId__": 41, + "__docId__": 42, "kind": "member", "static": false, "variation": null, @@ -1202,7 +1223,7 @@ } }, { - "__docId__": 42, + "__docId__": 43, "kind": "method", "static": false, "variation": null, @@ -1237,7 +1258,7 @@ "generator": false }, { - "__docId__": 43, + "__docId__": 44, "kind": "method", "static": false, "variation": null, @@ -1272,7 +1293,7 @@ "generator": false }, { - "__docId__": 44, + "__docId__": 45, "kind": "method", "static": false, "variation": null, @@ -1297,7 +1318,7 @@ "generator": false }, { - "__docId__": 45, + "__docId__": 46, "kind": "file", "static": true, "variation": null, @@ -1310,7 +1331,7 @@ "content": "import {root} from './root';\n\n/**\n * DOM event utilities\n */\n\n/**\n * Add event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\nexport const addEvt = (obj, type, func, capture) => {\n if (obj.addEventListener) {\n obj.addEventListener(type, func, capture);\n }\n else if (obj.attachEvent) {\n obj.attachEvent('on' + type, func);\n } else {\n obj['on' + type] = func;\n }\n};\n\n/**\n * Remove event handler for specified event on passed element\n *\n * @param {DOMElement} obj Element\n * @param {String} type Event type\n * @param {Function} Handler\n * @param {Boolean} capture Specifiy whether the event should be executed in\n * the capturing or in the bubbling phase\n */\nexport const removeEvt = (obj, type, func, capture) => {\n if (obj.removeEventListener) {\n obj.removeEventListener(type, func, capture);\n } else if (obj.detachEvent) {\n obj.detachEvent('on' + type, func);\n } else {\n obj['on' + type] = null;\n }\n};\n\n/**\n * Prevents further propagation of the current event in the bubbling phase\n *\n * @param {Event} evt Event on the DOM\n */\nexport const stopEvt = (evt) => {\n if (!evt) {\n evt = root.event;\n }\n if (evt.stopPropagation) {\n evt.stopPropagation();\n } else {\n evt.cancelBubble = true;\n }\n};\n\n/**\n * Cancels the event if it is cancelable, without stopping further\n * propagation of the event.\n *\n * @param {Event} evt Event on the DOM\n */\nexport const cancelEvt = (evt) => {\n if (!evt) {\n evt = root.event;\n }\n if (evt.preventDefault) {\n evt.preventDefault();\n } else {\n evt.returnValue = false;\n }\n};\n\n/**\n * Reference to the object that dispatched the event\n *\n * @param {Event} evt Event on the DOM\n * @returns {DOMElement}\n */\nexport const targetEvt = (evt) => {\n if (!evt) {\n evt = root.event;\n }\n return evt.target || evt.srcElement;\n};\n\n/**\n * Returns the Unicode value of pressed key\n *\n * @param {Event} evt Event on the DOM\n * @returns {Number}\n */\nexport const keyCode = (evt) => {\n return evt.charCode ? evt.charCode :\n (evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));\n};\n" }, { - "__docId__": 46, + "__docId__": 47, "kind": "variable", "static": true, "variation": null, @@ -1372,7 +1393,7 @@ } }, { - "__docId__": 47, + "__docId__": 48, "kind": "variable", "static": true, "variation": null, @@ -1434,7 +1455,7 @@ } }, { - "__docId__": 48, + "__docId__": 49, "kind": "variable", "static": true, "variation": null, @@ -1466,7 +1487,7 @@ } }, { - "__docId__": 49, + "__docId__": 50, "kind": "variable", "static": true, "variation": null, @@ -1498,7 +1519,7 @@ } }, { - "__docId__": 50, + "__docId__": 51, "kind": "variable", "static": true, "variation": null, @@ -1544,7 +1565,7 @@ } }, { - "__docId__": 51, + "__docId__": 52, "kind": "variable", "static": true, "variation": null, @@ -1590,7 +1611,7 @@ } }, { - "__docId__": 52, + "__docId__": 53, "kind": "file", "static": true, "variation": null, @@ -1603,7 +1624,7 @@ "content": "import {Feature} from '../../feature';\nimport {tag} from '../../dom';\nimport {INPUT} from '../../const';\nimport {root} from '../../root';\n\nconst INSTANTIATION_ERROR = `Failed to instantiate EditTable object.\n \\n\"ezEditTable\" dependency not found.`;\n\n/**\n * Adapter module for ezEditTable, an external library providing advanced\n * grid features (selection and edition):\n * http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus\n */\nexport default class AdapterEzEditTable extends Feature {\n\n /**\n * Creates an instance of AdapterEzEditTable\n *\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} cfg Configuration options for ezEditTable library\n */\n constructor(tf, cfg) {\n super(tf, cfg.name);\n\n /**\n * Module description\n * @type {String}\n */\n this.desc = cfg.description || 'ezEditTable adapter';\n\n /**\n * Filename of ezEditTable library\n * @type {String}\n */\n this.filename = cfg.filename || 'ezEditTable.js';\n\n /**\n * Path to ezEditTable library\n * @type {String}\n */\n this.vendorPath = cfg.vendor_path;\n\n /**\n * Load ezEditTable stylesheet\n * @type {Boolean}\n */\n this.loadStylesheet = Boolean(cfg.load_stylesheet);\n\n /**\n * Path to ezEditTable stylesheet\n * @type {String}\n */\n this.stylesheet = cfg.stylesheet || this.vendorPath + 'ezEditTable.css';\n\n /**\n * Name of ezEditTable stylesheet\n * @type {String}\n */\n this.stylesheetName = cfg.stylesheet_name || 'ezEditTableCss';\n\n // Enable the ezEditTable's scroll into view behaviour if grid layout on\n cfg.scroll_into_view = cfg.scroll_into_view === false ?\n false : tf.gridLayout;\n\n /**\n * ezEditTable instance\n * @type {EditTable}\n * @private\n */\n this._ezEditTable = null;\n\n /**\n * ezEditTable configuration\n * @private\n */\n this.cfg = cfg;\n\n this.enable();\n }\n\n /**\n * Conditionally load ezEditTable library and set advanced grid\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n if (root.EditTable) {\n this._setAdvancedGrid();\n } else {\n let path = this.vendorPath + this.filename;\n tf.import(this.filename, path, () => this._setAdvancedGrid());\n }\n if (this.loadStylesheet && !tf.isImported(this.stylesheet, 'link')) {\n tf.import(this.stylesheetName, this.stylesheet, null, 'link');\n }\n\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n this.emitter.on(['filter-focus', 'filter-blur'],\n () => this._toggleForInputFilter());\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Instantiate ezEditTable component for advanced grid features\n * @private\n */\n _setAdvancedGrid() {\n let tf = this.tf;\n\n //start row for EditTable constructor needs to be calculated\n let startRow,\n cfg = this.cfg,\n thead = tag(tf.dom(), 'thead');\n\n //if thead exists and startRow not specified, startRow is calculated\n //automatically by EditTable\n if (thead.length > 0 && !cfg.startRow) {\n startRow = undefined;\n }\n //otherwise startRow config property if any or TableFilter refRow\n else {\n startRow = cfg.startRow || tf.refRow;\n }\n\n cfg.base_path = cfg.base_path || tf.basePath + 'ezEditTable/';\n let editable = cfg.editable;\n let selectable = cfg.selection;\n\n if (selectable) {\n cfg.default_selection = cfg.default_selection || 'row';\n }\n //CSS Styles\n cfg.active_cell_css = cfg.active_cell_css || 'ezETSelectedCell';\n\n let _lastValidRowIndex = 0;\n let _lastRowIndex = 0;\n\n if (selectable) {\n //Row navigation needs to be calculated according to TableFilter's\n //validRowsIndex array\n let onAfterSelection = function (et, selectedElm, e) {\n let slc = et.Selection;\n //Next valid filtered row needs to be selected\n let doSelect = function (nextRowIndex) {\n if (et.defaultSelection === 'row') {\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n } else {\n /* eslint-disable */\n et.ClearSelections();\n /* eslint-enable */\n let cellIndex = selectedElm.cellIndex,\n row = tf.dom().rows[nextRowIndex];\n if (et.defaultSelection === 'both') {\n /* eslint-disable */\n slc.SelectRowByIndex(nextRowIndex);\n /* eslint-enable */\n }\n if (row) {\n /* eslint-disable */\n slc.SelectCell(row.cells[cellIndex]);\n /* eslint-enable */\n }\n }\n //Table is filtered\n if (tf.validRowsIndex.length !== tf.getRowsNb()) {\n let r = tf.dom().rows[nextRowIndex];\n if (r) {\n r.scrollIntoView(false);\n }\n if (cell) {\n if (cell.cellIndex === (tf.getCellsNb() - 1) &&\n tf.gridLayout) {\n tf.tblCont.scrollLeft = 100000000;\n }\n else if (cell.cellIndex === 0 && tf.gridLayout) {\n tf.tblCont.scrollLeft = 0;\n } else {\n cell.scrollIntoView(false);\n }\n }\n }\n };\n\n //table is not filtered\n if (!tf.validRowsIndex) {\n return;\n }\n let validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm,\n //cell for default_selection = 'both' or 'cell'\n cell = selectedElm.nodeName === 'TD' ? selectedElm : null,\n /* eslint-disable */\n keyCode = e !== undefined ? et.Event.GetKey(e) : 0,\n /* eslint-enable */\n isRowValid = validIndexes.indexOf(row.rowIndex) !== -1,\n nextRowIndex,\n paging = tf.feature('paging'),\n //pgup/pgdown keys\n d = keyCode === 34 || keyCode === 33 ?\n (paging && paging.pagingLength || et.nbRowsPerPage) :\n 1;\n\n //If next row is not valid, next valid filtered row needs to be\n //calculated\n if (!isRowValid) {\n //Selection direction up/down\n if (row.rowIndex > _lastRowIndex) {\n //last row\n if (row.rowIndex >= validIndexes[validIdxLen - 1]) {\n nextRowIndex = validIndexes[validIdxLen - 1];\n } else {\n let calcRowIndex = (_lastValidRowIndex + d);\n if (calcRowIndex > (validIdxLen - 1)) {\n nextRowIndex = validIndexes[validIdxLen - 1];\n } else {\n nextRowIndex = validIndexes[calcRowIndex];\n }\n }\n } else {\n //first row\n if (row.rowIndex <= validIndexes[0]) {\n nextRowIndex = validIndexes[0];\n } else {\n let v = validIndexes[_lastValidRowIndex - d];\n nextRowIndex = v ? v : validIndexes[0];\n }\n }\n _lastRowIndex = row.rowIndex;\n doSelect(nextRowIndex);\n } else {\n //If filtered row is valid, special calculation for\n //pgup/pgdown keys\n if (keyCode !== 34 && keyCode !== 33) {\n _lastValidRowIndex = validIndexes.indexOf(row.rowIndex);\n _lastRowIndex = row.rowIndex;\n } else {\n if (keyCode === 34) { //pgdown\n //last row\n if ((_lastValidRowIndex + d) <= (validIdxLen - 1)) {\n nextRowIndex = validIndexes[\n _lastValidRowIndex + d];\n } else {\n nextRowIndex = [validIdxLen - 1];\n }\n } else { //pgup\n //first row\n if ((_lastValidRowIndex - d) <= validIndexes[0]) {\n nextRowIndex = validIndexes[0];\n } else {\n nextRowIndex = validIndexes[\n _lastValidRowIndex - d];\n }\n }\n _lastRowIndex = nextRowIndex;\n _lastValidRowIndex = validIndexes.indexOf(nextRowIndex);\n doSelect(nextRowIndex);\n }\n }\n };\n\n //Page navigation has to be enforced whenever selected row is out of\n //the current page range\n let onBeforeSelection = function (et, selectedElm) {\n let row = et.defaultSelection !== 'row' ?\n selectedElm.parentNode : selectedElm;\n if (tf.paging) {\n if (tf.feature('paging').nbPages > 1) {\n let paging = tf.feature('paging');\n //page length is re-assigned in case it has changed\n et.nbRowsPerPage = paging.pagingLength;\n let validIndexes = tf.validRowsIndex,\n validIdxLen = validIndexes.length,\n pagingEndRow = parseInt(paging.startPagingRow, 10) +\n parseInt(paging.pagingLength, 10);\n let rowIndex = row.rowIndex;\n\n if ((rowIndex === validIndexes[validIdxLen - 1]) &&\n paging.currentPageNb !== paging.nbPages) {\n paging.setPage('last');\n }\n else if ((rowIndex === validIndexes[0]) &&\n paging.currentPageNb !== 1) {\n paging.setPage('first');\n }\n else if (rowIndex > validIndexes[pagingEndRow - 1] &&\n rowIndex < validIndexes[validIdxLen - 1]) {\n paging.setPage('next');\n }\n else if (\n rowIndex < validIndexes[paging.startPagingRow] &&\n rowIndex > validIndexes[0]) {\n paging.setPage('previous');\n }\n }\n }\n };\n\n //Selected row needs to be visible when paging is activated\n if (tf.paging) {\n tf.feature('paging').onAfterChangePage = function (paging) {\n let advGrid = paging.tf.extension('advancedGrid');\n let et = advGrid._ezEditTable;\n let slc = et.Selection;\n /* eslint-disable */\n let row = slc.GetActiveRow();\n /* eslint-enable */\n if (row) {\n row.scrollIntoView(false);\n }\n /* eslint-disable */\n let cell = slc.GetActiveCell();\n /* eslint-enable */\n if (cell) {\n cell.scrollIntoView(false);\n }\n };\n }\n\n //Rows navigation when rows are filtered is performed with the\n //EditTable row selection callback events\n if (cfg.default_selection === 'row') {\n let fnB = cfg.on_before_selected_row;\n cfg.on_before_selected_row = function () {\n var args = arguments;\n onBeforeSelection(args[0], args[1], args[2]);\n if (fnB) {\n fnB.call(null, args[0], args[1], args[2]);\n }\n };\n let fnA = cfg.on_after_selected_row;\n cfg.on_after_selected_row = function () {\n var args = arguments;\n onAfterSelection(args[0], args[1], args[2]);\n if (fnA) {\n fnA.call(null, args[0], args[1], args[2]);\n }\n };\n } else {\n let fnD = cfg.on_before_selected_cell;\n cfg.on_before_selected_cell = function () {\n var args = arguments;\n onBeforeSelection(args[0], args[1], args[2]);\n if (fnD) {\n fnD.call(null, args[0], args[1], args[2]);\n }\n };\n let fnC = cfg.on_after_selected_cell;\n cfg.on_after_selected_cell = function () {\n var args = arguments;\n onAfterSelection(args[0], args[1], args[2]);\n if (fnC) {\n fnC.call(null, args[0], args[1], args[2]);\n }\n };\n }\n }\n if (editable) {\n //Added or removed rows, TF rows number needs to be re-calculated\n let fnE = cfg.on_added_dom_row;\n cfg.on_added_dom_row = function () {\n var args = arguments;\n tf.nbFilterableRows++;\n if (!tf.paging) {\n tf.emitter.emit('rows-changed', tf, this);\n } else {\n tf.nbFilterableRows++;\n tf.paging = false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset();\n }\n if (tf.alternateRows) {\n tf.feature('alternateRows').init();\n }\n if (fnE) {\n fnE.call(null, args[0], args[1], args[2]);\n }\n };\n if (cfg.actions && cfg.actions['delete']) {\n let fnF = cfg.actions['delete'].on_after_submit;\n cfg.actions['delete'].on_after_submit = function () {\n var args = arguments;\n tf.nbFilterableRows--;\n if (!tf.paging) {\n tf.emitter.emit('rows-changed', tf, this);\n } else {\n tf.nbFilterableRows--;\n tf.paging = false;\n tf.feature('paging').destroy();\n tf.feature('paging').reset(false);\n }\n if (tf.alternateRows) {\n tf.feature('alternateRows').init();\n }\n if (fnF) {\n fnF.call(null, args[0], args[1]);\n }\n };\n }\n }\n\n try {\n /* eslint-disable */\n this._ezEditTable = new EditTable(tf.id, cfg, startRow);\n this._ezEditTable.Init();\n /* eslint-enable */\n } catch (e) { throw new Error(INSTANTIATION_ERROR); }\n\n this.initialized = true;\n }\n\n /**\n * Reset advanced grid when previously removed\n */\n reset() {\n let ezEditTable = this._ezEditTable;\n if (ezEditTable) {\n if (this.cfg.selection) {\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n if (this.cfg.editable) {\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n }\n }\n\n /**\n * Toggle behaviour\n */\n toggle() {\n let ezEditTable = this._ezEditTable;\n if (ezEditTable.editable) {\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Editable.Set();\n /* eslint-enable */\n }\n if (ezEditTable.selection) {\n /* eslint-disable */\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n } else {\n /* eslint-disable */\n ezEditTable.Selection.Set();\n /* eslint-enable */\n }\n }\n\n _toggleForInputFilter() {\n let tf = this.tf;\n if (!tf.getActiveFilterId()) {\n return;\n }\n let colIndex = tf.getColumnIndexFromFilterId(tf.getActiveFilterId());\n let filterType = tf.getFilterType(colIndex);\n if (filterType === INPUT) {\n this.toggle();\n }\n }\n\n /**\n * Remove advanced grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n let ezEditTable = this._ezEditTable;\n if (ezEditTable) {\n if (this.cfg.selection) {\n /* eslint-disable */\n ezEditTable.Selection.ClearSelections();\n ezEditTable.Selection.Remove();\n /* eslint-enable */\n }\n if (this.cfg.editable) {\n /* eslint-disable */\n ezEditTable.Editable.Remove();\n /* eslint-enable */\n }\n }\n\n this.emitter.off(['filter-focus', 'filter-blur'],\n () => this._toggleForInputFilter());\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 53, + "__docId__": 54, "kind": "variable", "static": true, "variation": null, @@ -1624,7 +1645,7 @@ } }, { - "__docId__": 54, + "__docId__": 55, "kind": "class", "static": true, "variation": null, @@ -1643,7 +1664,7 @@ ] }, { - "__docId__": 55, + "__docId__": 56, "kind": "constructor", "static": false, "variation": null, @@ -1678,7 +1699,7 @@ "generator": false }, { - "__docId__": 56, + "__docId__": 57, "kind": "member", "static": false, "variation": null, @@ -1698,7 +1719,7 @@ } }, { - "__docId__": 57, + "__docId__": 58, "kind": "member", "static": false, "variation": null, @@ -1718,7 +1739,7 @@ } }, { - "__docId__": 58, + "__docId__": 59, "kind": "member", "static": false, "variation": null, @@ -1738,7 +1759,7 @@ } }, { - "__docId__": 59, + "__docId__": 60, "kind": "member", "static": false, "variation": null, @@ -1758,7 +1779,7 @@ } }, { - "__docId__": 60, + "__docId__": 61, "kind": "member", "static": false, "variation": null, @@ -1778,7 +1799,7 @@ } }, { - "__docId__": 61, + "__docId__": 62, "kind": "member", "static": false, "variation": null, @@ -1798,7 +1819,7 @@ } }, { - "__docId__": 62, + "__docId__": 63, "kind": "member", "static": false, "variation": null, @@ -1818,7 +1839,7 @@ } }, { - "__docId__": 63, + "__docId__": 64, "kind": "member", "static": false, "variation": null, @@ -1835,7 +1856,7 @@ } }, { - "__docId__": 64, + "__docId__": 65, "kind": "method", "static": false, "variation": null, @@ -1849,7 +1870,7 @@ "generator": false }, { - "__docId__": 65, + "__docId__": 66, "kind": "member", "static": false, "variation": null, @@ -1872,7 +1893,7 @@ } }, { - "__docId__": 66, + "__docId__": 67, "kind": "method", "static": false, "variation": null, @@ -1886,7 +1907,7 @@ "generator": false }, { - "__docId__": 67, + "__docId__": 68, "kind": "member", "static": false, "variation": null, @@ -1904,7 +1925,7 @@ } }, { - "__docId__": 68, + "__docId__": 69, "kind": "member", "static": false, "variation": null, @@ -1922,7 +1943,7 @@ } }, { - "__docId__": 69, + "__docId__": 70, "kind": "method", "static": false, "variation": null, @@ -1936,7 +1957,7 @@ "generator": false }, { - "__docId__": 70, + "__docId__": 71, "kind": "method", "static": false, "variation": null, @@ -1950,7 +1971,7 @@ "generator": false }, { - "__docId__": 71, + "__docId__": 72, "kind": "method", "static": false, "variation": null, @@ -1965,7 +1986,7 @@ "generator": false }, { - "__docId__": 72, + "__docId__": 73, "kind": "method", "static": false, "variation": null, @@ -1979,7 +2000,7 @@ "generator": false }, { - "__docId__": 73, + "__docId__": 74, "kind": "member", "static": false, "variation": null, @@ -1997,7 +2018,7 @@ } }, { - "__docId__": 74, + "__docId__": 75, "kind": "file", "static": true, "variation": null, @@ -2010,7 +2031,7 @@ "content": "import AdapterEzEditTable from './adapterEzEditTable';\n\nexport default AdapterEzEditTable;" }, { - "__docId__": 75, + "__docId__": 76, "kind": "file", "static": true, "variation": null, @@ -2023,7 +2044,7 @@ "content": "import {Feature} from '../../feature';\nimport {createText, elm} from '../../dom';\nimport {isArray, isFn, isUndef, isEmpty, EMPTY_FN} from '../../types';\nimport {numSortAsc} from '../../sort';\nimport {FORMATTED_NUMBER} from '../../const';\nimport formatNumber from 'format-number';\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 format objects used for formatting the result -\n * refer to https://github.com/componitable/format-number to check\n * configuration options\n * @type {Array}\n */\n this.formatResults = opts.format_result || [];\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, operations: colOperations, outputTypes,\n totRowIndexes, excludeRows, formatResults } = this;\n let 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.dom().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.getVisibleColumnData(uIndexes[u], false, 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 formatResult = [],\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 formatResult[idx] =\n this.configureFormat(uIndexes[u], formatResults[k]);\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 formatResult[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 = tf.getVisibleColumnData(colIndex, false, excludeRows);\n\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',\n precision = 2, format = {}) {\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 } else {\n result = formatNumber(format)(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 /**\n * Configure the format options used to format the operation result based\n * on column type.\n * @param {Number} colIndex Column index\n * @param {Object} [format={}] Format object\n * @returns {Object}\n * @private\n */\n configureFormat(colIndex, format = {}) {\n let tf = this.tf;\n if (tf.hasType(colIndex, [FORMATTED_NUMBER])) {\n let colType = tf.colTypes[colIndex];\n if (colType.decimal && !format.decimal) {\n format.decimal = colType.decimal;\n }\n if (colType.thousands && !format.integerSeparator) {\n format.integerSeparator = colType.thousands;\n }\n } else {\n format.decimal = format.decimal || '';\n format.integerSeparator = format.integerSeparator || '';\n }\n return format;\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, + "__docId__": 77, "kind": "variable", "static": true, "variation": null, @@ -2044,7 +2065,7 @@ } }, { - "__docId__": 77, + "__docId__": 78, "kind": "variable", "static": true, "variation": null, @@ -2065,7 +2086,7 @@ } }, { - "__docId__": 78, + "__docId__": 79, "kind": "variable", "static": true, "variation": null, @@ -2086,7 +2107,7 @@ } }, { - "__docId__": 79, + "__docId__": 80, "kind": "variable", "static": true, "variation": null, @@ -2107,7 +2128,7 @@ } }, { - "__docId__": 80, + "__docId__": 81, "kind": "variable", "static": true, "variation": null, @@ -2128,7 +2149,7 @@ } }, { - "__docId__": 81, + "__docId__": 82, "kind": "variable", "static": true, "variation": null, @@ -2149,7 +2170,7 @@ } }, { - "__docId__": 82, + "__docId__": 83, "kind": "variable", "static": true, "variation": null, @@ -2170,7 +2191,7 @@ } }, { - "__docId__": 83, + "__docId__": 84, "kind": "variable", "static": true, "variation": null, @@ -2191,7 +2212,7 @@ } }, { - "__docId__": 84, + "__docId__": 85, "kind": "class", "static": true, "variation": null, @@ -2210,7 +2231,7 @@ ] }, { - "__docId__": 85, + "__docId__": 86, "kind": "constructor", "static": false, "variation": null, @@ -2245,7 +2266,7 @@ "generator": false }, { - "__docId__": 86, + "__docId__": 87, "kind": "member", "static": false, "variation": null, @@ -2265,7 +2286,7 @@ } }, { - "__docId__": 87, + "__docId__": 88, "kind": "member", "static": false, "variation": null, @@ -2285,7 +2306,7 @@ } }, { - "__docId__": 88, + "__docId__": 89, "kind": "member", "static": false, "variation": null, @@ -2305,7 +2326,7 @@ } }, { - "__docId__": 89, + "__docId__": 90, "kind": "member", "static": false, "variation": null, @@ -2325,7 +2346,7 @@ } }, { - "__docId__": 90, + "__docId__": 91, "kind": "member", "static": false, "variation": null, @@ -2345,7 +2366,7 @@ } }, { - "__docId__": 91, + "__docId__": 92, "kind": "member", "static": false, "variation": null, @@ -2365,7 +2386,7 @@ } }, { - "__docId__": 92, + "__docId__": 93, "kind": "member", "static": false, "variation": null, @@ -2385,7 +2406,7 @@ } }, { - "__docId__": 93, + "__docId__": 94, "kind": "member", "static": false, "variation": null, @@ -2405,7 +2426,7 @@ } }, { - "__docId__": 94, + "__docId__": 95, "kind": "member", "static": false, "variation": null, @@ -2425,7 +2446,7 @@ } }, { - "__docId__": 95, + "__docId__": 96, "kind": "member", "static": false, "variation": null, @@ -2445,7 +2466,7 @@ } }, { - "__docId__": 96, + "__docId__": 97, "kind": "member", "static": false, "variation": null, @@ -2465,7 +2486,7 @@ } }, { - "__docId__": 97, + "__docId__": 98, "kind": "method", "static": false, "variation": null, @@ -2479,7 +2500,7 @@ "generator": false }, { - "__docId__": 98, + "__docId__": 99, "kind": "member", "static": false, "variation": null, @@ -2502,7 +2523,7 @@ } }, { - "__docId__": 99, + "__docId__": 100, "kind": "method", "static": false, "variation": null, @@ -2516,7 +2537,7 @@ "generator": false }, { - "__docId__": 100, + "__docId__": 101, "kind": "method", "static": false, "variation": null, @@ -2577,7 +2598,7 @@ "generator": false }, { - "__docId__": 101, + "__docId__": 102, "kind": "method", "static": false, "variation": null, @@ -2638,7 +2659,7 @@ "generator": false }, { - "__docId__": 102, + "__docId__": 103, "kind": "method", "static": false, "variation": null, @@ -2679,7 +2700,7 @@ "generator": false }, { - "__docId__": 103, + "__docId__": 104, "kind": "method", "static": false, "variation": null, @@ -2720,7 +2741,7 @@ "generator": false }, { - "__docId__": 104, + "__docId__": 105, "kind": "method", "static": false, "variation": null, @@ -2761,7 +2782,7 @@ "generator": false }, { - "__docId__": 105, + "__docId__": 106, "kind": "method", "static": false, "variation": null, @@ -2802,7 +2823,7 @@ "generator": false }, { - "__docId__": 106, + "__docId__": 107, "kind": "method", "static": false, "variation": null, @@ -2843,7 +2864,7 @@ "generator": false }, { - "__docId__": 107, + "__docId__": 108, "kind": "method", "static": false, "variation": null, @@ -2884,7 +2905,7 @@ "generator": false }, { - "__docId__": 108, + "__docId__": 109, "kind": "method", "static": false, "variation": null, @@ -2925,7 +2946,7 @@ "generator": false }, { - "__docId__": 109, + "__docId__": 110, "kind": "method", "static": false, "variation": null, @@ -2976,7 +2997,7 @@ "generator": false }, { - "__docId__": 110, + "__docId__": 111, "kind": "method", "static": false, "variation": null, @@ -3037,7 +3058,7 @@ "generator": false }, { - "__docId__": 111, + "__docId__": 112, "kind": "method", "static": false, "variation": null, @@ -3088,7 +3109,7 @@ "generator": false }, { - "__docId__": 112, + "__docId__": 113, "kind": "method", "static": false, "variation": null, @@ -3102,7 +3123,7 @@ "generator": false }, { - "__docId__": 113, + "__docId__": 114, "kind": "member", "static": false, "variation": null, @@ -3120,7 +3141,7 @@ } }, { - "__docId__": 114, + "__docId__": 115, "kind": "file", "static": true, "variation": null, @@ -3133,7 +3154,7 @@ "content": "import {Feature} from '../../feature';\nimport {\n addClass, removeClass, createCheckItem, createElm, elm, removeElm,\n getText\n} from '../../dom';\nimport {isFn, EMPTY_FN} from '../../types';\nimport {addEvt, targetEvt, removeEvt} from '../../event';\nimport {root} from '../../root';\n\n/**\n * Columns Visibility extension\n */\nexport default class ColsVisibility extends Feature {\n\n /**\n * Creates an instance of ColsVisibility\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} Configuration object\n */\n constructor(tf, f) {\n super(tf, f.name);\n\n // Configuration object\n let cfg = this.config;\n\n /**\n * Module name\n * @type {String}\n */\n this.name = f.name;\n\n /**\n * Module description\n * @type {String}\n */\n this.desc = f.description || 'Columns visibility manager';\n\n /**\n * show/hide columns container element\n * @private\n */\n this.spanEl = null;\n\n /**\n * show/hide columns button element\n * @private\n */\n this.btnEl = null;\n\n /**\n * show/hide columns main container element\n * @private\n */\n this.contEl = null;\n\n /**\n * Enable tick to hide a column, defaults to true\n * @type {Boolean}\n */\n this.tickToHide = f.tick_to_hide === false ? false : true;\n\n /**\n * Enable columns manager UI, defaults to true\n * @type {Boolean}\n */\n this.manager = f.manager === false ? false : true;\n\n /**\n * Headers HTML table reference only if headers are external\n * @type {DOMElement}\n */\n this.headersTbl = f.headers_table || null;\n\n /**\n * Headers row index only if headers are external\n * @type {Number}\n */\n this.headersIndex = f.headers_index || 1;\n\n /**\n * ID of main container element\n * @type {String}\n */\n this.contElTgtId = f.container_target_id || null;\n\n /**\n * Alternative text for column headers in column manager UI\n * @type {Array}\n */\n this.headersText = f.headers_text || null;\n\n /**\n * ID of button's container element\n * @type {String}\n */\n this.btnTgtId = f.btn_target_id || null;\n\n /**\n * Button's text, defaults to Columns▼\n * @type {String}\n */\n this.btnText = f.btn_text || 'Columns▼';\n\n /**\n * Button's inner HTML\n * @type {String}\n */\n this.btnHtml = f.btn_html || null;\n\n /**\n * Css class for button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class || 'colVis';\n\n /**\n * Columns manager UI close link text, defaults to 'Close'\n * @type {String}\n */\n this.btnCloseText = f.btn_close_text || 'Close';\n\n /**\n * Columns manager UI close link HTML\n * @type {String}\n */\n this.btnCloseHtml = f.btn_close_html || null;\n\n /**\n * Css for columns manager UI close link\n * @type {String}\n */\n this.btnCloseCssClass = f.btn_close_css_class || this.btnCssClass;\n\n /**\n * Extension's stylesheet filename\n * @type {String}\n */\n this.stylesheet = f.stylesheet || 'colsVisibility.css';\n\n /**\n * Css for columns manager UI span\n * @type {String}\n */\n this.spanCssClass = f.span_css_class || 'colVisSpan';\n\n /**\n * Css for columns manager UI main container\n * @type {String}\n */\n this.contCssClass = f.cont_css_class || 'colVisCont';\n\n /**\n * Css for columns manager UI checklist (ul)\n * @type {String}\n */\n this.listCssClass = cfg.list_css_class || 'cols_checklist';\n\n /**\n * Css for columns manager UI checklist item (li)\n * @type {String}\n */\n this.listItemCssClass = cfg.checklist_item_css_class ||\n 'cols_checklist_item';\n\n /**\n * Css for columns manager UI checklist item selected state (li)\n * @type {String}\n */\n this.listSlcItemCssClass = cfg.checklist_selected_item_css_class ||\n 'cols_checklist_slc_item';\n\n /**\n * Text preceding the columns list, defaults to 'Hide' or 'Show'\n * depending on tick mode (tick_to_hide option)\n * @type {String}\n */\n this.text = f.text || (this.tickToHide ? 'Hide: ' : 'Show: ');\n\n /**\n * List of columns indexes to be hidden at initialization\n * @type {Array}\n */\n this.atStart = f.at_start || [];\n\n /**\n * Enable hover behaviour on columns manager button/link\n * @type {Boolean}\n */\n this.enableHover = Boolean(f.enable_hover);\n\n /**\n * Enable select all option, disabled by default\n * @type {Boolean}\n */\n this.enableTickAll = Boolean(f.enable_tick_all);\n\n /**\n * Text for select all option, defaults to 'Select all:'\n * @type {String}\n */\n this.tickAllText = f.tick_all_text || 'Select all:';\n\n /**\n * List of indexes of hidden columns\n * @private\n */\n this.hiddenCols = [];\n\n /**\n * Bound mouseup wrapper\n * @private\n */\n this.boundMouseup = null;\n\n /**\n * Callback fired when the extension is initialized\n * @type {Function}\n */\n this.onLoaded = isFn(f.on_loaded) ? f.on_loaded : EMPTY_FN;\n\n /**\n * Callback fired before the columns manager is opened\n * @type {Function}\n */\n this.onBeforeOpen = isFn(f.on_before_open) ?\n f.on_before_open : EMPTY_FN;\n\n /**\n * Callback fired after the columns manager is opened\n * @type {Function}\n */\n this.onAfterOpen = isFn(f.on_after_open) ? f.on_after_open : EMPTY_FN;\n\n /**\n * Callback fired before the columns manager is closed\n * @type {Function}\n */\n this.onBeforeClose = isFn(f.on_before_close) ?\n f.on_before_close : EMPTY_FN;\n\n /**\n * Callback fired after the columns manager is closed\n * @type {Function}\n */\n this.onAfterClose = isFn(f.on_after_close) ?\n f.on_after_close : EMPTY_FN;\n\n /**\n * Callback fired before a column is hidden\n * @type {Function}\n */\n this.onBeforeColHidden = isFn(f.on_before_col_hidden) ?\n f.on_before_col_hidden : EMPTY_FN;\n\n /**\n * Callback fired after a column is hidden\n * @type {Function}\n */\n this.onAfterColHidden = isFn(f.on_after_col_hidden) ?\n f.on_after_col_hidden : EMPTY_FN;\n\n /**\n * Callback fired before a column is displayed\n * @type {Function}\n */\n this.onBeforeColDisplayed = isFn(f.on_before_col_displayed) ?\n f.on_before_col_displayed : EMPTY_FN;\n\n /**\n * Callback fired after a column is displayed\n * @type {Function}\n */\n this.onAfterColDisplayed = isFn(f.on_after_col_displayed) ?\n f.on_after_col_displayed : EMPTY_FN;\n\n //Grid layout support\n if (tf.gridLayout) {\n this.headersTbl = tf.feature('gridLayout').headTbl; //headers table\n this.headersIndex = 0; //headers index\n this.onAfterColDisplayed = function () { };\n this.onAfterColHidden = function () { };\n }\n\n //Loads extension stylesheet\n tf.import(f.name + 'Style', tf.stylePath + this.stylesheet, null,\n 'link');\n\n this.enable();\n }\n\n /**\n * Mouse-up event handler handling popup auto-close behaviour\n * @private\n */\n onMouseup(evt) {\n let targetElm = targetEvt(evt);\n\n while (targetElm && targetElm !== this.contEl\n && targetElm !== this.btnEl) {\n targetElm = targetElm.parentNode;\n }\n\n if (targetElm !== this.contEl && targetElm !== this.btnEl) {\n this.toggle();\n }\n\n return;\n }\n\n /**\n * Toggle columns manager UI\n */\n toggle() {\n // ensure mouseup event handler is removed\n removeEvt(root, 'mouseup', this.boundMouseup);\n\n let contDisplay = this.contEl.style.display;\n\n if (contDisplay !== 'inline') {\n this.onBeforeOpen(this);\n }\n if (contDisplay === 'inline') {\n this.onBeforeClose(this);\n }\n\n this.contEl.style.display = contDisplay === 'inline' ?\n 'none' : 'inline';\n\n if (contDisplay !== 'inline') {\n this.onAfterOpen(this);\n addEvt(root, 'mouseup', this.boundMouseup);\n }\n if (contDisplay === 'inline') {\n this.onAfterClose(this);\n }\n }\n\n /**\n * Check an item in columns manager UI\n * @private\n */\n checkItem(lbl) {\n let li = lbl.parentNode;\n if (!li || !lbl) {\n return;\n }\n let isChecked = lbl.firstChild.checked;\n let colIndex = lbl.firstChild.getAttribute('id').split('_')[1];\n colIndex = parseInt(colIndex, 10);\n if (isChecked) {\n addClass(li, this.listSlcItemCssClass);\n } else {\n removeClass(li, this.listSlcItemCssClass);\n }\n\n let hide = false;\n if ((this.tickToHide && isChecked) ||\n (!this.tickToHide && !isChecked)) {\n hide = true;\n }\n this.setHidden(colIndex, hide);\n }\n\n /**\n * Initializes ColsVisibility instance\n */\n init() {\n if (this.initialized || !this.manager) {\n return;\n }\n\n this.emitter.on(['hide-column'],\n (tf, colIndex) => this.hideCol(colIndex));\n\n this.buildBtn();\n this.buildManager();\n\n /** @inherited */\n this.initialized = true;\n\n this.boundMouseup = this.onMouseup.bind(this);\n\n this.emitter.emit('columns-visibility-initialized', this.tf, this);\n\n // Hide columns at start at very end of initialization, do not move\n // as order is important\n this._hideAtStart();\n }\n\n /**\n * Build main button UI\n */\n buildBtn() {\n if (this.btnEl) {\n return;\n }\n let tf = this.tf;\n let span = createElm('span');\n span.className = this.spanCssClass;\n\n //Container element (rdiv or custom element)\n if (!this.btnTgtId) {\n tf.setToolbar();\n }\n let targetEl = !this.btnTgtId ? tf.rDiv : elm(this.btnTgtId);\n\n if (!this.btnTgtId) {\n let firstChild = targetEl.firstChild;\n firstChild.parentNode.insertBefore(span, firstChild);\n } else {\n targetEl.appendChild(span);\n }\n\n if (!this.btnHtml) {\n let btn = createElm('a', ['href', 'javascript:;']);\n btn.className = this.btnCssClass;\n btn.title = this.desc;\n\n btn.innerHTML = this.btnText;\n span.appendChild(btn);\n if (!this.enableHover) {\n addEvt(btn, 'click', (evt) => this.toggle(evt));\n } else {\n addEvt(btn, 'mouseover', (evt) => this.toggle(evt));\n }\n } else { //Custom html\n span.innerHTML = this.btnHtml;\n let colVisEl = span.firstChild;\n if (!this.enableHover) {\n addEvt(colVisEl, 'click', (evt) => this.toggle(evt));\n } else {\n addEvt(colVisEl, 'mouseover', (evt) => this.toggle(evt));\n }\n }\n\n this.spanEl = span;\n this.btnEl = this.spanEl.firstChild;\n\n this.onLoaded(this);\n }\n\n /**\n * Build columns manager UI\n */\n buildManager() {\n let tf = this.tf;\n\n let container = !this.contElTgtId ?\n createElm('div') :\n elm(this.contElTgtId);\n container.className = this.contCssClass;\n\n //Extension description\n let extNameLabel = createElm('p');\n extNameLabel.innerHTML = this.text;\n container.appendChild(extNameLabel);\n\n //Headers list\n let ul = createElm('ul');\n ul.className = this.listCssClass;\n\n let tbl = this.headersTbl ? this.headersTbl : tf.dom();\n let headerIndex = this.headersTbl ?\n this.headersIndex : tf.getHeadersRowIndex();\n let headerRow = tbl.rows[headerIndex];\n\n //Tick all option\n if (this.enableTickAll) {\n let li = createCheckItem('col__' + tf.id, this.tickAllText,\n this.tickAllText);\n addClass(li, this.listItemCssClass);\n ul.appendChild(li);\n li.check.checked = !this.tickToHide;\n\n addEvt(li.check, 'click', () => {\n for (let h = 0; h < headerRow.cells.length; h++) {\n let itm = elm('col_' + h + '_' + tf.id);\n if (itm && li.check.checked !== itm.checked) {\n itm.click();\n itm.checked = li.check.checked;\n }\n }\n });\n }\n\n for (let i = 0; i < headerRow.cells.length; i++) {\n let cell = headerRow.cells[i];\n let cellText = this.headersText && this.headersText[i] ?\n this.headersText[i] : this._getHeaderText(cell);\n let liElm = createCheckItem('col_' + i + '_' + tf.id, cellText,\n cellText);\n addClass(liElm, this.listItemCssClass);\n if (!this.tickToHide) {\n addClass(liElm, this.listSlcItemCssClass);\n }\n ul.appendChild(liElm);\n if (!this.tickToHide) {\n liElm.check.checked = true;\n }\n\n addEvt(liElm.check, 'click', (evt) => {\n let elm = targetEvt(evt);\n let lbl = elm.parentNode;\n this.checkItem(lbl);\n });\n }\n\n //separator\n let p = createElm('p', ['align', 'center']);\n let btn;\n //Close link\n if (!this.btnCloseHtml) {\n btn = createElm('a', ['href', 'javascript:;']);\n btn.className = this.btnCloseCssClass;\n btn.innerHTML = this.btnCloseText;\n addEvt(btn, 'click', (evt) => this.toggle(evt));\n p.appendChild(btn);\n } else {\n p.innerHTML = this.btnCloseHtml;\n btn = p.firstChild;\n addEvt(btn, 'click', (evt) => this.toggle(evt));\n }\n\n container.appendChild(ul);\n container.appendChild(p);\n\n this.btnEl.parentNode.insertBefore(container, this.btnEl);\n this.contEl = container;\n }\n\n /**\n * Hide or show specified columns\n * @param {Number} colIndex Column index\n * @param {Boolean} hide Hide column if true or show if false\n */\n setHidden(colIndex, hide) {\n let tf = this.tf;\n let tbl = tf.dom();\n\n if (hide) {\n this.onBeforeColHidden(this, colIndex);\n }\n if (!hide) {\n this.onBeforeColDisplayed(this, colIndex);\n }\n\n this._hideCells(tbl, colIndex, hide);\n if (this.headersTbl) {\n this._hideCells(this.headersTbl, colIndex, hide);\n }\n\n let hiddenCols = this.hiddenCols;\n let itemIndex = hiddenCols.indexOf(colIndex);\n if (hide) {\n if (itemIndex === -1) {\n this.hiddenCols.push(colIndex);\n }\n } else {\n if (itemIndex !== -1) {\n this.hiddenCols.splice(itemIndex, 1);\n }\n }\n\n let gridLayout;\n let headTbl;\n let gridColElms;\n if (hide) {\n //This event is fired just after a column is displayed for\n //grid_layout support\n //TODO: grid layout module should be responsible for those\n //calculations\n if (tf.gridLayout) {\n gridLayout = tf.feature('gridLayout');\n headTbl = gridLayout.headTbl;\n gridColElms = gridLayout.colElms;\n let hiddenWidth = parseInt(\n gridColElms[colIndex].style.width, 10);\n\n let headTblW = parseInt(headTbl.style.width, 10);\n headTbl.style.width = headTblW - hiddenWidth + 'px';\n tbl.style.width = headTbl.style.width;\n }\n\n this.onAfterColHidden(this, colIndex);\n this.emitter.emit('column-hidden', tf, this, colIndex,\n this.hiddenCols);\n }\n\n if (!hide) {\n //This event is fired just after a column is displayed for\n //grid_layout support\n //TODO: grid layout module should be responsible for those\n //calculations\n if (tf.gridLayout) {\n gridLayout = tf.feature('gridLayout');\n headTbl = gridLayout.headTbl;\n gridColElms = gridLayout.colElms;\n let width = parseInt(gridColElms[colIndex].style.width, 10);\n headTbl.style.width =\n (parseInt(headTbl.style.width, 10) + width) + 'px';\n tf.dom().style.width = headTbl.style.width;\n }\n\n this.onAfterColDisplayed(this, colIndex);\n this.emitter.emit('column-shown', tf, this, colIndex,\n this.hiddenCols);\n }\n }\n\n /**\n * Show specified column\n * @param {Number} colIndex Column index\n */\n showCol(colIndex) {\n if (colIndex === undefined || !this.isColHidden(colIndex)) {\n return;\n }\n if (this.manager && this.contEl) {\n let itm = elm('col_' + colIndex + '_' + this.tf.id);\n if (itm) {\n itm.click();\n }\n } else {\n this.setHidden(colIndex, false);\n }\n }\n\n /**\n * Hide specified column\n * @param {Number} colIndex Column index\n */\n hideCol(colIndex) {\n if (colIndex === undefined || this.isColHidden(colIndex)) {\n return;\n }\n if (this.manager && this.contEl) {\n let itm = elm('col_' + colIndex + '_' + this.tf.id);\n if (itm) {\n itm.click();\n }\n } else {\n this.setHidden(colIndex, true);\n }\n }\n\n /**\n * Determine if specified column is hidden\n * @param {Number} colIndex Column index\n */\n isColHidden(colIndex) {\n if (this.hiddenCols.indexOf(colIndex) !== -1) {\n return true;\n }\n return false;\n }\n\n /**\n * Toggle visibility of specified column\n * @param {Number} colIndex Column index\n */\n toggleCol(colIndex) {\n if (colIndex === undefined || this.isColHidden(colIndex)) {\n this.showCol(colIndex);\n } else {\n this.hideCol(colIndex);\n }\n }\n\n /**\n * Return the indexes of the columns currently hidden\n * @return {Array} column indexes\n */\n getHiddenCols() {\n return this.hiddenCols;\n }\n\n /**\n * Remove the columns manager\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n if (elm(this.contElTgtId)) {\n elm(this.contElTgtId).innerHTML = '';\n } else {\n this.contEl.innerHTML = '';\n removeElm(this.contEl);\n this.contEl = null;\n }\n this.btnEl.innerHTML = '';\n removeElm(this.btnEl);\n this.btnEl = null;\n\n this.emitter.off(['hide-column'],\n (tf, colIndex) => this.hideCol(colIndex));\n\n this.boundMouseup = null;\n\n this.initialized = false;\n }\n\n _getHeaderText(cell) {\n if (!cell.hasChildNodes) {\n return '';\n }\n\n for (let i = 0; i < cell.childNodes.length; i++) {\n let n = cell.childNodes[i];\n if (n.nodeType === 3) {\n return n.nodeValue;\n } else if (n.nodeType === 1) {\n if (n.id && n.id.indexOf('popUp') !== -1) {\n continue;\n } else {\n return getText(n);\n }\n }\n continue;\n }\n return '';\n }\n\n _hideCells(tbl, colIndex, hide) {\n for (let i = 0; i < tbl.rows.length; i++) {\n let row = tbl.rows[i];\n let cell = row.cells[colIndex];\n if (cell) {\n cell.style.display = hide ? 'none' : '';\n }\n }\n }\n\n _hideAtStart() {\n this.atStart.forEach((colIdx) => {\n this.hideCol(colIdx);\n });\n }\n}\n" }, { - "__docId__": 115, + "__docId__": 116, "kind": "class", "static": true, "variation": null, @@ -3152,7 +3173,7 @@ ] }, { - "__docId__": 116, + "__docId__": 117, "kind": "constructor", "static": false, "variation": null, @@ -3187,7 +3208,7 @@ "generator": false }, { - "__docId__": 117, + "__docId__": 118, "kind": "member", "static": false, "variation": null, @@ -3207,7 +3228,7 @@ } }, { - "__docId__": 118, + "__docId__": 119, "kind": "member", "static": false, "variation": null, @@ -3227,7 +3248,7 @@ } }, { - "__docId__": 119, + "__docId__": 120, "kind": "member", "static": false, "variation": null, @@ -3244,7 +3265,7 @@ } }, { - "__docId__": 120, + "__docId__": 121, "kind": "member", "static": false, "variation": null, @@ -3261,7 +3282,7 @@ } }, { - "__docId__": 121, + "__docId__": 122, "kind": "member", "static": false, "variation": null, @@ -3278,7 +3299,7 @@ } }, { - "__docId__": 122, + "__docId__": 123, "kind": "member", "static": false, "variation": null, @@ -3298,7 +3319,7 @@ } }, { - "__docId__": 123, + "__docId__": 124, "kind": "member", "static": false, "variation": null, @@ -3318,7 +3339,7 @@ } }, { - "__docId__": 124, + "__docId__": 125, "kind": "member", "static": false, "variation": null, @@ -3338,7 +3359,7 @@ } }, { - "__docId__": 125, + "__docId__": 126, "kind": "member", "static": false, "variation": null, @@ -3358,7 +3379,7 @@ } }, { - "__docId__": 126, + "__docId__": 127, "kind": "member", "static": false, "variation": null, @@ -3378,7 +3399,7 @@ } }, { - "__docId__": 127, + "__docId__": 128, "kind": "member", "static": false, "variation": null, @@ -3398,7 +3419,7 @@ } }, { - "__docId__": 128, + "__docId__": 129, "kind": "member", "static": false, "variation": null, @@ -3418,7 +3439,7 @@ } }, { - "__docId__": 129, + "__docId__": 130, "kind": "member", "static": false, "variation": null, @@ -3438,7 +3459,7 @@ } }, { - "__docId__": 130, + "__docId__": 131, "kind": "member", "static": false, "variation": null, @@ -3458,7 +3479,7 @@ } }, { - "__docId__": 131, + "__docId__": 132, "kind": "member", "static": false, "variation": null, @@ -3478,7 +3499,7 @@ } }, { - "__docId__": 132, + "__docId__": 133, "kind": "member", "static": false, "variation": null, @@ -3498,7 +3519,7 @@ } }, { - "__docId__": 133, + "__docId__": 134, "kind": "member", "static": false, "variation": null, @@ -3518,7 +3539,7 @@ } }, { - "__docId__": 134, + "__docId__": 135, "kind": "member", "static": false, "variation": null, @@ -3538,7 +3559,7 @@ } }, { - "__docId__": 135, + "__docId__": 136, "kind": "member", "static": false, "variation": null, @@ -3558,7 +3579,7 @@ } }, { - "__docId__": 136, + "__docId__": 137, "kind": "member", "static": false, "variation": null, @@ -3578,7 +3599,7 @@ } }, { - "__docId__": 137, + "__docId__": 138, "kind": "member", "static": false, "variation": null, @@ -3598,7 +3619,7 @@ } }, { - "__docId__": 138, + "__docId__": 139, "kind": "member", "static": false, "variation": null, @@ -3618,7 +3639,7 @@ } }, { - "__docId__": 139, + "__docId__": 140, "kind": "member", "static": false, "variation": null, @@ -3638,7 +3659,7 @@ } }, { - "__docId__": 140, + "__docId__": 141, "kind": "member", "static": false, "variation": null, @@ -3658,7 +3679,7 @@ } }, { - "__docId__": 141, + "__docId__": 142, "kind": "member", "static": false, "variation": null, @@ -3678,7 +3699,7 @@ } }, { - "__docId__": 142, + "__docId__": 143, "kind": "member", "static": false, "variation": null, @@ -3698,7 +3719,7 @@ } }, { - "__docId__": 143, + "__docId__": 144, "kind": "member", "static": false, "variation": null, @@ -3718,7 +3739,7 @@ } }, { - "__docId__": 144, + "__docId__": 145, "kind": "member", "static": false, "variation": null, @@ -3738,7 +3759,7 @@ } }, { - "__docId__": 145, + "__docId__": 146, "kind": "member", "static": false, "variation": null, @@ -3758,7 +3779,7 @@ } }, { - "__docId__": 146, + "__docId__": 147, "kind": "member", "static": false, "variation": null, @@ -3775,7 +3796,7 @@ } }, { - "__docId__": 147, + "__docId__": 148, "kind": "member", "static": false, "variation": null, @@ -3792,7 +3813,7 @@ } }, { - "__docId__": 148, + "__docId__": 149, "kind": "member", "static": false, "variation": null, @@ -3812,7 +3833,7 @@ } }, { - "__docId__": 149, + "__docId__": 150, "kind": "member", "static": false, "variation": null, @@ -3832,7 +3853,7 @@ } }, { - "__docId__": 150, + "__docId__": 151, "kind": "member", "static": false, "variation": null, @@ -3852,7 +3873,7 @@ } }, { - "__docId__": 151, + "__docId__": 152, "kind": "member", "static": false, "variation": null, @@ -3872,7 +3893,7 @@ } }, { - "__docId__": 152, + "__docId__": 153, "kind": "member", "static": false, "variation": null, @@ -3892,7 +3913,7 @@ } }, { - "__docId__": 153, + "__docId__": 154, "kind": "member", "static": false, "variation": null, @@ -3912,7 +3933,7 @@ } }, { - "__docId__": 154, + "__docId__": 155, "kind": "member", "static": false, "variation": null, @@ -3932,7 +3953,7 @@ } }, { - "__docId__": 155, + "__docId__": 156, "kind": "member", "static": false, "variation": null, @@ -3952,7 +3973,7 @@ } }, { - "__docId__": 156, + "__docId__": 157, "kind": "member", "static": false, "variation": null, @@ -3972,7 +3993,7 @@ } }, { - "__docId__": 157, + "__docId__": 158, "kind": "member", "static": false, "variation": null, @@ -3990,7 +4011,7 @@ } }, { - "__docId__": 158, + "__docId__": 159, "kind": "member", "static": false, "variation": null, @@ -4008,7 +4029,7 @@ } }, { - "__docId__": 159, + "__docId__": 160, "kind": "method", "static": false, "variation": null, @@ -4029,7 +4050,7 @@ "generator": false }, { - "__docId__": 160, + "__docId__": 161, "kind": "method", "static": false, "variation": null, @@ -4043,7 +4064,7 @@ "generator": false }, { - "__docId__": 161, + "__docId__": 162, "kind": "method", "static": false, "variation": null, @@ -4064,7 +4085,7 @@ "generator": false }, { - "__docId__": 162, + "__docId__": 163, "kind": "method", "static": false, "variation": null, @@ -4078,7 +4099,7 @@ "generator": false }, { - "__docId__": 163, + "__docId__": 164, "kind": "member", "static": false, "variation": null, @@ -4101,7 +4122,7 @@ } }, { - "__docId__": 164, + "__docId__": 165, "kind": "member", "static": false, "variation": null, @@ -4119,7 +4140,7 @@ } }, { - "__docId__": 165, + "__docId__": 166, "kind": "method", "static": false, "variation": null, @@ -4133,7 +4154,7 @@ "generator": false }, { - "__docId__": 166, + "__docId__": 167, "kind": "member", "static": false, "variation": null, @@ -4151,7 +4172,7 @@ } }, { - "__docId__": 167, + "__docId__": 168, "kind": "member", "static": false, "variation": null, @@ -4169,7 +4190,7 @@ } }, { - "__docId__": 168, + "__docId__": 169, "kind": "method", "static": false, "variation": null, @@ -4183,7 +4204,7 @@ "generator": false }, { - "__docId__": 169, + "__docId__": 170, "kind": "member", "static": false, "variation": null, @@ -4201,7 +4222,7 @@ } }, { - "__docId__": 170, + "__docId__": 171, "kind": "method", "static": false, "variation": null, @@ -4236,7 +4257,7 @@ "generator": false }, { - "__docId__": 171, + "__docId__": 172, "kind": "method", "static": false, "variation": null, @@ -4261,7 +4282,7 @@ "generator": false }, { - "__docId__": 172, + "__docId__": 173, "kind": "method", "static": false, "variation": null, @@ -4286,7 +4307,7 @@ "generator": false }, { - "__docId__": 173, + "__docId__": 174, "kind": "method", "static": false, "variation": null, @@ -4316,7 +4337,7 @@ "generator": false }, { - "__docId__": 174, + "__docId__": 175, "kind": "method", "static": false, "variation": null, @@ -4341,7 +4362,7 @@ "generator": false }, { - "__docId__": 175, + "__docId__": 176, "kind": "method", "static": false, "variation": null, @@ -4363,7 +4384,7 @@ "generator": false }, { - "__docId__": 176, + "__docId__": 177, "kind": "method", "static": false, "variation": null, @@ -4377,7 +4398,7 @@ "generator": false }, { - "__docId__": 177, + "__docId__": 178, "kind": "member", "static": false, "variation": null, @@ -4395,7 +4416,7 @@ } }, { - "__docId__": 178, + "__docId__": 179, "kind": "member", "static": false, "variation": null, @@ -4413,7 +4434,7 @@ } }, { - "__docId__": 179, + "__docId__": 180, "kind": "member", "static": false, "variation": null, @@ -4431,7 +4452,7 @@ } }, { - "__docId__": 180, + "__docId__": 181, "kind": "member", "static": false, "variation": null, @@ -4449,7 +4470,7 @@ } }, { - "__docId__": 181, + "__docId__": 182, "kind": "method", "static": false, "variation": null, @@ -4476,7 +4497,7 @@ "generator": false }, { - "__docId__": 182, + "__docId__": 183, "kind": "method", "static": false, "variation": null, @@ -4510,7 +4531,7 @@ "generator": false }, { - "__docId__": 183, + "__docId__": 184, "kind": "method", "static": false, "variation": null, @@ -4525,7 +4546,7 @@ "generator": false }, { - "__docId__": 184, + "__docId__": 185, "kind": "file", "static": true, "variation": null, @@ -4538,7 +4559,7 @@ "content": "import {Feature} from '../../feature';\nimport {createElm, removeElm, elm} from '../../dom';\nimport {isFn, isUndef, EMPTY_FN} from '../../types';\nimport {addEvt} from '../../event';\n\n/**\n * Filters Visibility extension\n */\nexport default class FiltersVisibility extends Feature {\n\n /**\n * Creates an instance of FiltersVisibility\n * @param {TableFilter} tf TableFilter instance\n * @param {Object} Configuration object\n */\n constructor(tf, f) {\n super(tf, f.name);\n\n /**\n * Module name\n * @type {String}\n */\n this.name = f.name;\n\n /**\n * Module description\n * @type {String}\n */\n this.desc = f.description || 'Filters row visibility manager';\n\n /**\n * Extension's stylesheet filename\n * @type {String}\n */\n this.stylesheet = f.stylesheet || 'filtersVisibility.css';\n\n /**\n * Expand icon filename\n * @type {String}\n */\n this.icnExpand = f.expand_icon_name || 'icn_exp.png';\n\n /**\n * Collapse icon filename\n * @type {String}\n */\n this.icnCollapse = f.collapse_icon_name || 'icn_clp.png';\n\n /**\n * Main container element\n * @private\n */\n this.contEl = null;\n\n /**\n * Button element\n * @private\n */\n this.btnEl = null;\n\n /**\n * Expand icon HTML\n * @private\n */\n this.icnExpandHtml = '\"Expand';\n\n /**\n * Collapse icon HTML\n * @private\n */\n this.icnCollapseHtml = '\"Collapse';\n\n /**\n * Default text\n * @private\n */\n this.defaultText = 'Toggle filters';\n\n /**\n * ID of main container element\n * @type {String}\n */\n this.targetId = f.target_id || null;\n\n /**\n * Enable expand/collapse icon, defaults to true\n * @type {Boolean}\n */\n this.enableIcon = f.enable_icon === false ? false : true;\n\n /**\n * Custom text for button\n * @type {String}\n */\n this.btnText = f.btn_text || '';\n\n /**\n * Collapse button HTML\n * @private\n */\n this.collapseBtnHtml = this.enableIcon ?\n this.icnCollapseHtml + this.btnText :\n this.btnText || this.defaultText;\n\n /**\n * Expand button HTML\n * @private\n */\n this.expandBtnHtml = this.enableIcon ?\n this.icnExpandHtml + this.btnText :\n this.btnText || this.defaultText;\n\n /**\n * Button's custom HTML\n * @type {String}\n */\n this.btnHtml = f.btn_html || null;\n\n /**\n * Css class for expand/collapse filters button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class || 'btnExpClpFlt';\n\n /**\n * Css class for main container\n * @type {String}\n */\n this.contCssClass = f.cont_css_class || 'expClpFlt';\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = !isUndef(f.filters_row_index) ?\n f.filters_row_index : tf.getFiltersRowIndex();\n\n /**\n * Make filters visible at initialization, defaults to true\n * @type {Boolean}\n */\n this.visibleAtStart = !isUndef(f.visible_at_start) ?\n Boolean(f.visible_at_start) : true;\n\n /**\n * Callback fired before filters row is shown\n * @type {Function}\n */\n this.onBeforeShow = isFn(f.on_before_show) ?\n f.on_before_show : EMPTY_FN;\n\n /**\n * Callback fired after filters row is shown\n * @type {Function}\n */\n this.onAfterShow = isFn(f.on_after_show) ? f.on_after_show : EMPTY_FN;\n\n /**\n * Callback fired before filters row is hidden\n * @type {Function}\n */\n this.onBeforeHide = isFn(f.on_before_hide) ?\n f.on_before_hide : EMPTY_FN;\n\n /**\n * Callback fired after filters row is hidden\n * @type {Function}\n */\n this.onAfterHide = isFn(f.on_after_hide) ? f.on_after_hide : EMPTY_FN;\n\n //Import extension's stylesheet\n tf.import(f.name + 'Style', tf.stylePath + this.stylesheet, null,\n 'link');\n\n this.enable();\n }\n\n /**\n * Initialise extension\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.buildUI();\n\n /**\n * @inherited\n */\n this.initialized = true;\n\n this.emitter.on(['show-filters'], (tf, visible) => this.show(visible));\n this.emitter.emit('filters-visibility-initialized', this.tf, this);\n }\n\n /**\n * Build UI elements\n */\n buildUI() {\n let tf = this.tf;\n let span = createElm('span');\n span.className = this.contCssClass;\n\n //Container element (rdiv or custom element)\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.rDiv : elm(this.targetId);\n\n if (!this.targetId) {\n let firstChild = targetEl.firstChild;\n firstChild.parentNode.insertBefore(span, firstChild);\n } else {\n targetEl.appendChild(span);\n }\n\n let btn;\n if (!this.btnHtml) {\n btn = createElm('a', ['href', 'javascript:void(0);']);\n btn.className = this.btnCssClass;\n btn.title = this.btnText || this.defaultText;\n btn.innerHTML = this.collapseBtnHtml;\n span.appendChild(btn);\n } else { //Custom html\n span.innerHTML = this.btnHtml;\n btn = span.firstChild;\n }\n\n addEvt(btn, 'click', () => this.toggle());\n\n this.contEl = span;\n this.btnEl = btn;\n\n if (!this.visibleAtStart) {\n this.toggle();\n }\n }\n\n /**\n * Toggle filters visibility\n */\n toggle() {\n let tf = this.tf;\n let tbl = tf.gridLayout ? tf.feature('gridLayout').headTbl : tf.dom();\n let fltRow = tbl.rows[this.filtersRowIndex];\n let isDisplayed = fltRow.style.display === '';\n\n this.show(!isDisplayed);\n }\n\n /**\n * Show or hide filters\n *\n * @param {boolean} [visible=true] Visibility flag\n */\n show(visible = true) {\n let tf = this.tf;\n let tbl = tf.gridLayout ? tf.feature('gridLayout').headTbl : tf.dom();\n let fltRow = tbl.rows[this.filtersRowIndex];\n\n if (visible) {\n this.onBeforeShow(this);\n }\n if (!visible) {\n this.onBeforeHide(this);\n }\n\n fltRow.style.display = visible ? '' : 'none';\n if (this.enableIcon && !this.btnHtml) {\n this.btnEl.innerHTML = visible ?\n this.collapseBtnHtml : this.expandBtnHtml;\n }\n\n if (visible) {\n this.onAfterShow(this);\n }\n if (!visible) {\n this.onAfterHide(this);\n }\n\n this.emitter.emit('filters-toggled', tf, this, visible);\n }\n\n /**\n * Destroy the UI\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.emitter.off(['show-filters'], (tf, visible) => this.show(visible));\n\n this.btnEl.innerHTML = '';\n removeElm(this.btnEl);\n this.btnEl = null;\n\n this.contEl.innerHTML = '';\n removeElm(this.contEl);\n this.contEl = null;\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 185, + "__docId__": 186, "kind": "class", "static": true, "variation": null, @@ -4557,7 +4578,7 @@ ] }, { - "__docId__": 186, + "__docId__": 187, "kind": "constructor", "static": false, "variation": null, @@ -4592,7 +4613,7 @@ "generator": false }, { - "__docId__": 187, + "__docId__": 188, "kind": "member", "static": false, "variation": null, @@ -4612,7 +4633,7 @@ } }, { - "__docId__": 188, + "__docId__": 189, "kind": "member", "static": false, "variation": null, @@ -4632,7 +4653,7 @@ } }, { - "__docId__": 189, + "__docId__": 190, "kind": "member", "static": false, "variation": null, @@ -4652,7 +4673,7 @@ } }, { - "__docId__": 190, + "__docId__": 191, "kind": "member", "static": false, "variation": null, @@ -4672,7 +4693,7 @@ } }, { - "__docId__": 191, + "__docId__": 192, "kind": "member", "static": false, "variation": null, @@ -4692,7 +4713,7 @@ } }, { - "__docId__": 192, + "__docId__": 193, "kind": "member", "static": false, "variation": null, @@ -4709,7 +4730,7 @@ } }, { - "__docId__": 193, + "__docId__": 194, "kind": "member", "static": false, "variation": null, @@ -4726,7 +4747,7 @@ } }, { - "__docId__": 194, + "__docId__": 195, "kind": "member", "static": false, "variation": null, @@ -4743,7 +4764,7 @@ } }, { - "__docId__": 195, + "__docId__": 196, "kind": "member", "static": false, "variation": null, @@ -4760,7 +4781,7 @@ } }, { - "__docId__": 196, + "__docId__": 197, "kind": "member", "static": false, "variation": null, @@ -4777,7 +4798,7 @@ } }, { - "__docId__": 197, + "__docId__": 198, "kind": "member", "static": false, "variation": null, @@ -4797,7 +4818,7 @@ } }, { - "__docId__": 198, + "__docId__": 199, "kind": "member", "static": false, "variation": null, @@ -4817,7 +4838,7 @@ } }, { - "__docId__": 199, + "__docId__": 200, "kind": "member", "static": false, "variation": null, @@ -4837,7 +4858,7 @@ } }, { - "__docId__": 200, + "__docId__": 201, "kind": "member", "static": false, "variation": null, @@ -4854,7 +4875,7 @@ } }, { - "__docId__": 201, + "__docId__": 202, "kind": "member", "static": false, "variation": null, @@ -4871,7 +4892,7 @@ } }, { - "__docId__": 202, + "__docId__": 203, "kind": "member", "static": false, "variation": null, @@ -4891,7 +4912,7 @@ } }, { - "__docId__": 203, + "__docId__": 204, "kind": "member", "static": false, "variation": null, @@ -4911,7 +4932,7 @@ } }, { - "__docId__": 204, + "__docId__": 205, "kind": "member", "static": false, "variation": null, @@ -4931,7 +4952,7 @@ } }, { - "__docId__": 205, + "__docId__": 206, "kind": "member", "static": false, "variation": null, @@ -4951,7 +4972,7 @@ } }, { - "__docId__": 206, + "__docId__": 207, "kind": "member", "static": false, "variation": null, @@ -4971,7 +4992,7 @@ } }, { - "__docId__": 207, + "__docId__": 208, "kind": "member", "static": false, "variation": null, @@ -4991,7 +5012,7 @@ } }, { - "__docId__": 208, + "__docId__": 209, "kind": "member", "static": false, "variation": null, @@ -5011,7 +5032,7 @@ } }, { - "__docId__": 209, + "__docId__": 210, "kind": "member", "static": false, "variation": null, @@ -5031,7 +5052,7 @@ } }, { - "__docId__": 210, + "__docId__": 211, "kind": "member", "static": false, "variation": null, @@ -5051,7 +5072,7 @@ } }, { - "__docId__": 211, + "__docId__": 212, "kind": "method", "static": false, "variation": null, @@ -5065,7 +5086,7 @@ "generator": false }, { - "__docId__": 212, + "__docId__": 213, "kind": "member", "static": false, "variation": null, @@ -5088,7 +5109,7 @@ } }, { - "__docId__": 213, + "__docId__": 214, "kind": "method", "static": false, "variation": null, @@ -5102,7 +5123,7 @@ "generator": false }, { - "__docId__": 214, + "__docId__": 215, "kind": "member", "static": false, "variation": null, @@ -5120,7 +5141,7 @@ } }, { - "__docId__": 215, + "__docId__": 216, "kind": "member", "static": false, "variation": null, @@ -5138,7 +5159,7 @@ } }, { - "__docId__": 216, + "__docId__": 217, "kind": "method", "static": false, "variation": null, @@ -5152,7 +5173,7 @@ "generator": false }, { - "__docId__": 217, + "__docId__": 218, "kind": "method", "static": false, "variation": null, @@ -5179,7 +5200,7 @@ "generator": false }, { - "__docId__": 218, + "__docId__": 219, "kind": "method", "static": false, "variation": null, @@ -5193,7 +5214,7 @@ "generator": false }, { - "__docId__": 219, + "__docId__": 220, "kind": "member", "static": false, "variation": null, @@ -5211,7 +5232,7 @@ } }, { - "__docId__": 220, + "__docId__": 221, "kind": "member", "static": false, "variation": null, @@ -5229,7 +5250,7 @@ } }, { - "__docId__": 221, + "__docId__": 222, "kind": "member", "static": false, "variation": null, @@ -5247,7 +5268,7 @@ } }, { - "__docId__": 222, + "__docId__": 223, "kind": "file", "static": true, "variation": null, @@ -5260,7 +5281,7 @@ "content": "import {Feature} from '../../feature';\nimport {isArray, isFn, isUndef, isObj, EMPTY_FN} from '../../types';\nimport {createElm, elm, getText, tag} from '../../dom';\nimport {addEvt} from '../../event';\nimport {parse as parseNb} from '../../number';\nimport {\n NONE, CELL_TAG, HEADER_TAG, STRING, NUMBER, DATE, FORMATTED_NUMBER,\n IP_ADDRESS\n} from '../../const';\n\n/**\n * SortableTable Adapter module\n */\nexport default class AdapterSortableTable extends Feature {\n\n /**\n * Creates an instance of AdapterSortableTable\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 * Module name\n * @type {String}\n */\n this.name = opts.name;\n\n /**\n * Module description\n * @type {String}\n */\n this.desc = opts.description || 'Sortable table';\n\n /**\n * Indicate whether table previously sorted\n * @type {Boolean}\n * @private\n */\n this.sorted = false;\n\n /**\n * List of sort type per column basis\n * @type {Array}\n */\n this.sortTypes = isArray(opts.types) ? opts.types : tf.colTypes;\n\n /**\n * Column to be sorted at initialization, ie:\n * sort_col_at_start: [1, true]\n * @type {Array}\n */\n this.sortColAtStart = isArray(opts.sort_col_at_start) ?\n opts.sort_col_at_start : null;\n\n /**\n * Enable asynchronous sort, if triggers are external\n * @type {Boolean}\n */\n this.asyncSort = Boolean(opts.async_sort);\n\n /**\n * List of element IDs triggering sort on a per column basis\n * @type {Array}\n */\n this.triggerIds = isArray(opts.trigger_ids) ? opts.trigger_ids : [];\n\n // edit .sort-arrow.descending / .sort-arrow.ascending in\n // tablefilter.css to reflect any path change\n /**\n * Path to images\n * @type {String}\n */\n this.imgPath = opts.images_path || tf.themesPath;\n\n /**\n * Blank image file name\n * @type {String}\n */\n this.imgBlank = opts.image_blank || 'blank.png';\n\n /**\n * Css class for sort indicator image\n * @type {String}\n */\n this.imgClassName = opts.image_class_name || 'sort-arrow';\n\n /**\n * Css class for ascending sort indicator image\n * @type {String}\n */\n this.imgAscClassName = opts.image_asc_class_name || 'ascending';\n\n /**\n * Css class for descending sort indicator image\n * @type {String}\n */\n this.imgDescClassName = opts.image_desc_class_name || 'descending';\n\n /**\n * Cell attribute key storing custom value used for sorting\n * @type {String}\n */\n this.customKey = opts.custom_key || 'data-tf-sortKey';\n\n /**\n * Callback fired when sort extension is instanciated\n * @type {Function}\n */\n this.onSortLoaded = isFn(opts.on_sort_loaded) ?\n opts.on_sort_loaded : EMPTY_FN;\n\n /**\n * Callback fired before a table column is sorted\n * @type {Function}\n */\n this.onBeforeSort = isFn(opts.on_before_sort) ?\n opts.on_before_sort : EMPTY_FN;\n\n /**\n * Callback fired after a table column is sorted\n * @type {Function}\n */\n this.onAfterSort = isFn(opts.on_after_sort) ?\n opts.on_after_sort : EMPTY_FN;\n\n /**\n * SortableTable instance\n * @private\n */\n this.stt = null;\n\n this.enable();\n }\n\n /**\n * Initializes AdapterSortableTable instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let adpt = this;\n\n // SortableTable class sanity check (sortabletable.js)\n if (isUndef(SortableTable)) {\n throw new Error('SortableTable class not found.');\n }\n\n // Add any date format if needed\n this.emitter.emit('add-date-type-formats', this.tf, this.sortTypes);\n\n this.overrideSortableTable();\n this.setSortTypes();\n\n this.onSortLoaded(tf, this);\n\n /*** SortableTable callbacks ***/\n this.stt.onbeforesort = function () {\n adpt.onBeforeSort(tf, adpt.stt.sortColumn);\n\n /*** sort behaviour for paging ***/\n if (tf.paging) {\n tf.feature('paging').disable();\n }\n };\n\n this.stt.onsort = function () {\n adpt.sorted = true;\n\n //sort behaviour for paging\n if (tf.paging) {\n let paginator = tf.feature('paging');\n // recalculate valid rows index as sorting may have change it\n tf.getValidRows(true);\n paginator.enable();\n paginator.setPage(paginator.getPage());\n }\n\n adpt.onAfterSort(tf, adpt.stt.sortColumn, adpt.stt.descending);\n adpt.emitter.emit('column-sorted', tf, adpt.stt.sortColumn,\n adpt.stt.descending);\n };\n\n // Column sort at start\n let sortColAtStart = adpt.sortColAtStart;\n if (sortColAtStart) {\n this.stt.sort(sortColAtStart[0], sortColAtStart[1]);\n }\n\n this.emitter.on(['sort'],\n (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));\n\n /** @inherited */\n this.initialized = true;\n\n this.emitter.emit('sort-initialized', tf, this);\n }\n\n /**\n * Sort specified column\n * @param {Number} colIdx Column index\n * @param {Boolean} desc Optional: descending manner\n */\n sortByColumnIndex(colIdx, desc) {\n this.stt.sort(colIdx, desc);\n }\n\n /**\n * Set SortableTable overrides for TableFilter integration\n */\n overrideSortableTable() {\n let adpt = this,\n tf = this.tf;\n\n /**\n * Overrides headerOnclick method in order to handle th event\n * @param {Object} e [description]\n */\n SortableTable.prototype.headerOnclick = function (evt) {\n if (!adpt.initialized) {\n return;\n }\n\n // find Header element\n let el = evt.target || evt.srcElement;\n\n while (el.tagName !== CELL_TAG && el.tagName !== HEADER_TAG) {\n el = el.parentNode;\n }\n\n this.sort(\n SortableTable.msie ?\n SortableTable.getCellIndex(el) : el.cellIndex\n );\n };\n\n /**\n * Overrides getCellIndex IE returns wrong cellIndex when columns are\n * hidden\n * @param {Object} oTd TD element\n * @return {Number} Cell index\n */\n SortableTable.getCellIndex = function (oTd) {\n let cells = oTd.parentNode.cells,\n l = cells.length, i;\n for (i = 0; cells[i] !== oTd && i < l; i++) { }\n return i;\n };\n\n /**\n * Overrides initHeader in order to handle filters row position\n * @param {Array} oSortTypes\n */\n SortableTable.prototype.initHeader = function (oSortTypes) {\n let stt = this;\n if (!stt.tHead) {\n if (tf.gridLayout) {\n stt.tHead = tf.feature('gridLayout').headTbl.tHead;\n } else {\n return;\n }\n }\n\n stt.headersRow = tf.headersRow;\n let cells = stt.tHead.rows[stt.headersRow].cells;\n stt.sortTypes = oSortTypes || [];\n let l = cells.length;\n let img, c;\n\n for (let i = 0; i < l; i++) {\n c = cells[i];\n if (stt.sortTypes[i] !== null && stt.sortTypes[i] !== 'None') {\n c.style.cursor = 'pointer';\n img = createElm('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n c.appendChild(img);\n if (stt.sortTypes[i] !== null) {\n c.setAttribute('_sortType', stt.sortTypes[i]);\n }\n addEvt(c, 'click', stt._headerOnclick);\n } else {\n c.setAttribute('_sortType', oSortTypes[i]);\n c._sortType = 'None';\n }\n }\n stt.updateHeaderArrows();\n };\n\n /**\n * Overrides updateHeaderArrows in order to handle arrows indicators\n */\n SortableTable.prototype.updateHeaderArrows = function () {\n let stt = this;\n let cells, l, img;\n\n // external headers\n if (adpt.asyncSort && adpt.triggerIds.length > 0) {\n let triggers = adpt.triggerIds;\n cells = [];\n l = triggers.length;\n for (let j = 0; j < l; j++) {\n cells.push(elm(triggers[j]));\n }\n } else {\n if (!this.tHead) {\n return;\n }\n cells = stt.tHead.rows[stt.headersRow].cells;\n l = cells.length;\n }\n for (let i = 0; i < l; i++) {\n let cell = cells[i];\n if (!cell) {\n continue;\n }\n let cellAttr = cell.getAttribute('_sortType');\n if (cellAttr !== null && cellAttr !== 'None') {\n img = cell.lastChild || cell;\n if (img.nodeName.toLowerCase() !== 'img') {\n img = createElm('img',\n ['src', adpt.imgPath + adpt.imgBlank]);\n cell.appendChild(img);\n }\n if (i === stt.sortColumn) {\n img.className = adpt.imgClassName + ' ' +\n (this.descending ?\n adpt.imgDescClassName :\n adpt.imgAscClassName);\n } else {\n img.className = adpt.imgClassName;\n }\n }\n }\n };\n\n /**\n * Overrides getRowValue for custom key value feature\n * @param {Object} oRow Row element\n * @param {String} sType\n * @param {Number} nColumn\n * @return {String}\n */\n SortableTable.prototype.getRowValue = function (oRow, sType, nColumn) {\n let stt = this;\n // if we have defined a custom getRowValue use that\n let sortTypeInfo = stt._sortTypeInfo[sType];\n if (sortTypeInfo && sortTypeInfo.getRowValue) {\n return sortTypeInfo.getRowValue(oRow, nColumn);\n }\n let c = oRow.cells[nColumn];\n let s = SortableTable.getInnerText(c);\n return stt.getValueFromString(s, sType);\n };\n\n /**\n * Overrides getInnerText in order to avoid Firefox unexpected sorting\n * behaviour with untrimmed text elements\n * @param {Object} oNode DOM element\n * @return {String} DOM element inner text\n */\n SortableTable.getInnerText = function (oNode) {\n if (!oNode) {\n return;\n }\n if (oNode.getAttribute(adpt.customKey)) {\n return oNode.getAttribute(adpt.customKey);\n } else {\n return getText(oNode);\n }\n };\n }\n\n /**\n * Adds a sort type\n */\n addSortType(...args) {\n // Extract the arguments\n let [id, caster, sorter] = args;\n SortableTable.prototype.addSortType(id, caster, sorter);\n }\n\n /**\n * Sets the sort types on a column basis\n * @private\n */\n setSortTypes() {\n let tf = this.tf,\n sortTypes = this.sortTypes,\n _sortTypes = [];\n\n for (let i = 0; i < tf.nbCells; i++) {\n let colType;\n if (sortTypes[i]) {\n colType = sortTypes[i];\n if (isObj(colType)) {\n if (colType.type === DATE) {\n colType = this._addDateType(i, sortTypes);\n }\n else if (colType.type === FORMATTED_NUMBER) {\n let decimal = colType.decimal || tf.decimalSeparator;\n colType = this._addNumberType(i, decimal);\n }\n } else {\n colType = colType.toLowerCase();\n if (colType === DATE) {\n colType = this._addDateType(i, sortTypes);\n }\n else if (colType === FORMATTED_NUMBER ||\n colType === NUMBER) {\n colType = this._addNumberType(i, tf.decimalSeparator);\n }\n else if (colType === NONE) {\n // TODO: normalise 'none' vs 'None'\n colType = 'None';\n }\n }\n } else {\n colType = STRING;\n }\n _sortTypes.push(colType);\n }\n\n //Public TF method to add sort type\n\n //Custom sort types\n this.addSortType('caseinsensitivestring', SortableTable.toUpperCase);\n this.addSortType(STRING);\n this.addSortType(IP_ADDRESS, ipAddress, sortIP);\n\n this.stt = new SortableTable(tf.dom(), _sortTypes);\n\n /*** external table headers adapter ***/\n if (this.asyncSort && this.triggerIds.length > 0) {\n let triggers = this.triggerIds;\n for (let j = 0; j < triggers.length; j++) {\n if (triggers[j] === null) {\n continue;\n }\n let trigger = elm(triggers[j]);\n if (trigger) {\n trigger.style.cursor = 'pointer';\n\n addEvt(trigger, 'click', (evt) => {\n let elm = evt.target;\n if (!this.tf.sort) {\n return;\n }\n this.stt.asyncSort(triggers.indexOf(elm.id));\n });\n trigger.setAttribute('_sortType', _sortTypes[j]);\n }\n }\n }\n }\n\n _addDateType(colIndex, types) {\n let tf = this.tf;\n let dateType = tf.feature('dateType');\n let locale = dateType.getOptions(colIndex, types).locale || tf.locale;\n let colType = `${DATE}-${locale}`;\n\n this.addSortType(colType, (value) => {\n let parsedDate = dateType.parse(value, locale);\n // Invalid date defaults to Wed Feb 04 -768 11:00:00\n return isNaN(+parsedDate) ? new Date(-86400000000000) : parsedDate;\n });\n return colType;\n }\n\n _addNumberType(colIndex, decimal) {\n let colType = `${FORMATTED_NUMBER}${decimal === '.' ? '' : '-custom'}`;\n\n this.addSortType(colType, (value) => {\n return parseNb(value, decimal);\n });\n return colType;\n }\n\n /**\n * Remove extension\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n let tf = this.tf;\n this.emitter.off(['sort'],\n (tf, colIdx, desc) => this.sortByColumnIndex(colIdx, desc));\n this.sorted = false;\n this.stt.destroy();\n\n let ids = tf.getFiltersId();\n for (let idx = 0; idx < ids.length; idx++) {\n let header = tf.getHeaderElement(idx);\n let img = tag(header, 'img');\n\n if (img.length === 1) {\n header.removeChild(img[0]);\n }\n }\n this.initialized = false;\n }\n\n}\n\n//Converters\nfunction ipAddress(value) {\n let vals = value.split('.');\n for (let x in vals) {\n let val = vals[x];\n while (3 > val.length) {\n val = '0' + val;\n }\n vals[x] = val;\n }\n return vals.join('.');\n}\n\nfunction sortIP(a, b) {\n let aa = ipAddress(a.value.toLowerCase());\n let bb = ipAddress(b.value.toLowerCase());\n if (aa === bb) {\n return 0;\n } else if (aa < bb) {\n return -1;\n } else {\n return 1;\n }\n}\n" }, { - "__docId__": 223, + "__docId__": 224, "kind": "class", "static": true, "variation": null, @@ -5279,7 +5300,7 @@ ] }, { - "__docId__": 224, + "__docId__": 225, "kind": "constructor", "static": false, "variation": null, @@ -5314,7 +5335,7 @@ "generator": false }, { - "__docId__": 225, + "__docId__": 226, "kind": "member", "static": false, "variation": null, @@ -5334,7 +5355,7 @@ } }, { - "__docId__": 226, + "__docId__": 227, "kind": "member", "static": false, "variation": null, @@ -5354,7 +5375,7 @@ } }, { - "__docId__": 227, + "__docId__": 228, "kind": "member", "static": false, "variation": null, @@ -5374,7 +5395,7 @@ } }, { - "__docId__": 228, + "__docId__": 229, "kind": "member", "static": false, "variation": null, @@ -5394,7 +5415,7 @@ } }, { - "__docId__": 229, + "__docId__": 230, "kind": "member", "static": false, "variation": null, @@ -5414,7 +5435,7 @@ } }, { - "__docId__": 230, + "__docId__": 231, "kind": "member", "static": false, "variation": null, @@ -5434,7 +5455,7 @@ } }, { - "__docId__": 231, + "__docId__": 232, "kind": "member", "static": false, "variation": null, @@ -5454,7 +5475,7 @@ } }, { - "__docId__": 232, + "__docId__": 233, "kind": "member", "static": false, "variation": null, @@ -5474,7 +5495,7 @@ } }, { - "__docId__": 233, + "__docId__": 234, "kind": "member", "static": false, "variation": null, @@ -5494,7 +5515,7 @@ } }, { - "__docId__": 234, + "__docId__": 235, "kind": "member", "static": false, "variation": null, @@ -5514,7 +5535,7 @@ } }, { - "__docId__": 235, + "__docId__": 236, "kind": "member", "static": false, "variation": null, @@ -5534,7 +5555,7 @@ } }, { - "__docId__": 236, + "__docId__": 237, "kind": "member", "static": false, "variation": null, @@ -5554,7 +5575,7 @@ } }, { - "__docId__": 237, + "__docId__": 238, "kind": "member", "static": false, "variation": null, @@ -5574,7 +5595,7 @@ } }, { - "__docId__": 238, + "__docId__": 239, "kind": "member", "static": false, "variation": null, @@ -5594,7 +5615,7 @@ } }, { - "__docId__": 239, + "__docId__": 240, "kind": "member", "static": false, "variation": null, @@ -5614,7 +5635,7 @@ } }, { - "__docId__": 240, + "__docId__": 241, "kind": "member", "static": false, "variation": null, @@ -5634,7 +5655,7 @@ } }, { - "__docId__": 241, + "__docId__": 242, "kind": "member", "static": false, "variation": null, @@ -5651,7 +5672,7 @@ } }, { - "__docId__": 242, + "__docId__": 243, "kind": "method", "static": false, "variation": null, @@ -5665,7 +5686,7 @@ "generator": false }, { - "__docId__": 243, + "__docId__": 244, "kind": "member", "static": false, "variation": null, @@ -5688,7 +5709,7 @@ } }, { - "__docId__": 244, + "__docId__": 245, "kind": "method", "static": false, "variation": null, @@ -5723,7 +5744,7 @@ "generator": false }, { - "__docId__": 245, + "__docId__": 246, "kind": "method", "static": false, "variation": null, @@ -5737,7 +5758,7 @@ "generator": false }, { - "__docId__": 246, + "__docId__": 247, "kind": "method", "static": false, "variation": null, @@ -5759,7 +5780,7 @@ "generator": false }, { - "__docId__": 247, + "__docId__": 248, "kind": "method", "static": false, "variation": null, @@ -5773,7 +5794,7 @@ "generator": false }, { - "__docId__": 248, + "__docId__": 249, "kind": "member", "static": false, "variation": null, @@ -5791,7 +5812,7 @@ } }, { - "__docId__": 249, + "__docId__": 250, "kind": "method", "static": false, "variation": null, @@ -5824,7 +5845,7 @@ "generator": false }, { - "__docId__": 250, + "__docId__": 251, "kind": "method", "static": false, "variation": null, @@ -5857,7 +5878,7 @@ "generator": false }, { - "__docId__": 251, + "__docId__": 252, "kind": "method", "static": false, "variation": null, @@ -5871,7 +5892,7 @@ "generator": false }, { - "__docId__": 252, + "__docId__": 253, "kind": "member", "static": false, "variation": null, @@ -5889,7 +5910,7 @@ } }, { - "__docId__": 253, + "__docId__": 254, "kind": "member", "static": false, "variation": null, @@ -5907,7 +5928,7 @@ } }, { - "__docId__": 254, + "__docId__": 255, "kind": "function", "static": true, "variation": null, @@ -5937,7 +5958,7 @@ "generator": false }, { - "__docId__": 255, + "__docId__": 256, "kind": "function", "static": true, "variation": null, @@ -5973,7 +5994,7 @@ "generator": false }, { - "__docId__": 256, + "__docId__": 257, "kind": "file", "static": true, "variation": null, @@ -5986,7 +6007,7 @@ "content": "import AdapterSortableTable from './adapterSortabletable';\nimport {root} from '../../root';\n\nif (!root.SortableTable) {\n require('script-loader!sortabletable');\n}\n\nexport default AdapterSortableTable;\n" }, { - "__docId__": 257, + "__docId__": 258, "kind": "file", "static": true, "variation": null, @@ -5999,7 +6020,7 @@ "content": "\nconst NOTIMPLEMENTED = 'Not implemented.';\n\n/**\n * Base class defining the interface of a TableFilter feature\n */\nexport class Feature {\n /**\n * Creates an instance of Feature\n * @param {Object} tf TableFilter instance\n * @param {String} feature Feature name known by TableFilter\n */\n constructor(tf, feature) {\n /**\n * TableFilter instance\n * @type {TableFilter}\n */\n this.tf = tf;\n\n /**\n * Feature name\n * @type {String}\n */\n this.feature = feature;\n\n /**\n * TableFilter feature setting\n * @type {Boolean}\n */\n this.enabled = tf[feature];\n\n /**\n * TableFilter configuration\n * @type {Object}\n */\n this.config = tf.config();\n\n /**\n * TableFilter emitter instance\n * @type {Emitter}\n */\n this.emitter = tf.emitter;\n\n /**\n * Field indicating whether Feature is initialized\n * @type {Boolean}\n */\n this.initialized = false;\n\n /** Subscribe to destroy event */\n this.emitter.on(['destroy'], () => this.destroy());\n }\n\n /**\n * Initialize the feature\n */\n init() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n /**\n * Reset the feature after being disabled\n */\n reset() {\n this.enable();\n this.init();\n }\n\n /**\n * Destroy the feature\n */\n destroy() {\n throw new Error(NOTIMPLEMENTED);\n }\n\n /**\n * Enable the feature\n */\n enable() {\n this.enabled = true;\n }\n\n /**\n * Disable the feature\n */\n disable() {\n this.enabled = false;\n }\n\n /**\n * Indicate whether the feature is enabled or not\n * @returns {Boolean}\n */\n isEnabled() {\n return this.enabled;\n }\n}\n" }, { - "__docId__": 258, + "__docId__": 259, "kind": "variable", "static": true, "variation": null, @@ -6020,7 +6041,7 @@ } }, { - "__docId__": 259, + "__docId__": 260, "kind": "class", "static": true, "variation": null, @@ -6036,7 +6057,7 @@ "interface": false }, { - "__docId__": 260, + "__docId__": 261, "kind": "constructor", "static": false, "variation": null, @@ -6071,7 +6092,7 @@ "generator": false }, { - "__docId__": 261, + "__docId__": 262, "kind": "member", "static": false, "variation": null, @@ -6091,7 +6112,7 @@ } }, { - "__docId__": 262, + "__docId__": 263, "kind": "member", "static": false, "variation": null, @@ -6111,7 +6132,7 @@ } }, { - "__docId__": 263, + "__docId__": 264, "kind": "member", "static": false, "variation": null, @@ -6131,7 +6152,7 @@ } }, { - "__docId__": 264, + "__docId__": 265, "kind": "member", "static": false, "variation": null, @@ -6151,7 +6172,7 @@ } }, { - "__docId__": 265, + "__docId__": 266, "kind": "member", "static": false, "variation": null, @@ -6171,7 +6192,7 @@ } }, { - "__docId__": 266, + "__docId__": 267, "kind": "member", "static": false, "variation": null, @@ -6191,7 +6212,7 @@ } }, { - "__docId__": 267, + "__docId__": 268, "kind": "method", "static": false, "variation": null, @@ -6205,7 +6226,7 @@ "generator": false }, { - "__docId__": 268, + "__docId__": 269, "kind": "method", "static": false, "variation": null, @@ -6219,7 +6240,7 @@ "generator": false }, { - "__docId__": 269, + "__docId__": 270, "kind": "method", "static": false, "variation": null, @@ -6233,7 +6254,7 @@ "generator": false }, { - "__docId__": 270, + "__docId__": 271, "kind": "method", "static": false, "variation": null, @@ -6247,7 +6268,7 @@ "generator": false }, { - "__docId__": 271, + "__docId__": 272, "kind": "member", "static": false, "variation": null, @@ -6265,7 +6286,7 @@ } }, { - "__docId__": 272, + "__docId__": 273, "kind": "method", "static": false, "variation": null, @@ -6279,7 +6300,7 @@ "generator": false }, { - "__docId__": 273, + "__docId__": 274, "kind": "member", "static": false, "variation": null, @@ -6297,7 +6318,7 @@ } }, { - "__docId__": 274, + "__docId__": 275, "kind": "method", "static": false, "variation": null, @@ -6325,7 +6346,7 @@ "generator": false }, { - "__docId__": 275, + "__docId__": 276, "kind": "file", "static": true, "variation": null, @@ -6338,7 +6359,7 @@ "content": "import {Feature} from '../feature';\nimport {addClass, removeClass} from '../dom';\n\n/**\n * Rows with alternating background color for improved readability\n */\nexport class AlternateRows extends Feature {\n\n /**\n * Creates an instance of AlternateRows.\n *\n * @param {Object} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'alternateRows');\n\n let config = this.config;\n /**\n * Css class for even rows (default: 'even')\n * @type {String}\n */\n this.evenCss = config.even_row_css_class || 'even';\n\n /**\n * Css class for odd rows (default: 'odd')\n * @type {String}\n */\n this.oddCss = config.odd_row_css_class || 'odd';\n }\n\n /**\n * Sets alternating rows color\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.processAll();\n\n // Subscribe to events\n this.emitter.on(['row-processed', 'row-paged'],\n (tf, rowIndex, arrIndex, isValid) =>\n this.processRow(rowIndex, arrIndex, isValid));\n this.emitter.on(['column-sorted'], () => this.processAll());\n this.emitter.on(['rows-changed'], () => this.processAll());\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Apply background to all valid rows\n */\n processAll() {\n if (!this.isEnabled()) {\n return;\n }\n let tf = this.tf;\n let validRowsIndex = tf.getValidRows(true);\n let indexLen = validRowsIndex.length;\n let idx = 0;\n\n //alternates bg color\n for (let j = 0; j < indexLen; j++) {\n let rowIdx = validRowsIndex[j];\n this.setRowBg(rowIdx, idx);\n idx++;\n }\n }\n\n /**\n * Set/remove row background based on row validation\n * @param {Number} rowIdx Row index\n * @param {Number} arrIdx Array index\n * @param {Boolean} isValid Valid row flag\n */\n processRow(rowIdx, arrIdx, isValid) {\n if (isValid) {\n this.setRowBg(rowIdx, arrIdx);\n } else {\n this.removeRowBg(rowIdx);\n }\n }\n\n /**\n * Sets row background color\n * @param {Number} rowIdx Row index\n * @param {Number} idx Valid rows collection index needed to calculate bg\n * color\n * @private\n */\n setRowBg(rowIdx, idx) {\n if (!this.isEnabled() || isNaN(rowIdx)) {\n return;\n }\n let rows = this.tf.dom().rows;\n let i = isNaN(idx) ? rowIdx : idx;\n this.removeRowBg(rowIdx);\n\n addClass(rows[rowIdx], (i % 2) ? this.evenCss : this.oddCss);\n }\n\n /**\n * Removes row background color\n * @param {Number} idx Row index\n * @private\n */\n removeRowBg(idx) {\n if (isNaN(idx)) {\n return;\n }\n let rows = this.tf.dom().rows;\n removeClass(rows[idx], this.oddCss);\n removeClass(rows[idx], this.evenCss);\n }\n\n /**\n * Removes all alternating backgrounds\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n let nbRows = this.tf.getRowsNb(true);\n for (let i = 0; i < nbRows; i++) {\n this.removeRowBg(i);\n }\n\n // Unsubscribe to events\n this.emitter.off(['row-processed', 'row-paged'],\n (tf, rowIndex, arrIndex, isValid) =>\n this.processRow(rowIndex, arrIndex, isValid));\n this.emitter.off(['column-sorted'], () => this.processAll());\n this.emitter.off(['rows-changed'], () => this.processAll());\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 276, + "__docId__": 277, "kind": "class", "static": true, "variation": null, @@ -6357,7 +6378,7 @@ ] }, { - "__docId__": 277, + "__docId__": 278, "kind": "constructor", "static": false, "variation": null, @@ -6382,7 +6403,7 @@ "generator": false }, { - "__docId__": 278, + "__docId__": 279, "kind": "member", "static": false, "variation": null, @@ -6402,7 +6423,7 @@ } }, { - "__docId__": 279, + "__docId__": 280, "kind": "member", "static": false, "variation": null, @@ -6422,7 +6443,7 @@ } }, { - "__docId__": 280, + "__docId__": 281, "kind": "method", "static": false, "variation": null, @@ -6436,7 +6457,7 @@ "generator": false }, { - "__docId__": 281, + "__docId__": 282, "kind": "member", "static": false, "variation": null, @@ -6459,7 +6480,7 @@ } }, { - "__docId__": 282, + "__docId__": 283, "kind": "method", "static": false, "variation": null, @@ -6473,7 +6494,7 @@ "generator": false }, { - "__docId__": 283, + "__docId__": 284, "kind": "method", "static": false, "variation": null, @@ -6518,7 +6539,7 @@ "generator": false }, { - "__docId__": 284, + "__docId__": 285, "kind": "method", "static": false, "variation": null, @@ -6553,7 +6574,7 @@ "generator": false }, { - "__docId__": 285, + "__docId__": 286, "kind": "method", "static": false, "variation": null, @@ -6578,7 +6599,7 @@ "generator": false }, { - "__docId__": 286, + "__docId__": 287, "kind": "method", "static": false, "variation": null, @@ -6592,7 +6613,7 @@ "generator": false }, { - "__docId__": 287, + "__docId__": 288, "kind": "member", "static": false, "variation": null, @@ -6610,7 +6631,7 @@ } }, { - "__docId__": 288, + "__docId__": 289, "kind": "file", "static": true, "variation": null, @@ -6623,7 +6644,7 @@ "content": "import {Feature} from '../feature';\nimport {\n addClass, createCheckItem, createText, createElm, elm, getText,\n removeClass, tag\n} from '../dom';\nimport {has} from '../array';\nimport {matchCase, trim, rgxEsc} from '../string';\nimport {ignoreCase, numSortAsc, numSortDesc} from '../sort';\nimport {addEvt, removeEvt, targetEvt} from '../event';\nimport {isEmpty} from '../types';\nimport {CHECKLIST, NONE} from '../const';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\n/**\n * Checklist filter UI component\n */\nexport class CheckList extends Feature {\n\n /**\n * Creates an instance of CheckList\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'checkList');\n\n let f = this.config;\n\n /**\n * List of container DOM elements\n * @type {Array}\n */\n this.containers = [];\n\n /**\n * Css class for the container of the checklist filter (div)\n * @type {String}\n */\n this.containerCssClass = f.div_checklist_css_class || 'div_checklist';\n\n /**\n * Css class for the checklist filter element (ul)\n * @type {String}\n */\n this.filterCssClass = f.checklist_css_class || 'flt_checklist';\n\n /**\n * Css class for the item of a checklist (li)\n * @type {String}\n */\n this.itemCssClass = f.checklist_item_css_class || 'flt_checklist_item';\n\n /**\n * Css class for a selected item of a checklist (li)\n * @type {String}\n */\n this.selectedItemCssClass =\n f.checklist_selected_item_css_class || 'flt_checklist_slc_item';\n\n /**\n * Text placed in the filter's container when load filter on demand\n * feature is enabled\n * @type {String}\n */\n this.activateText =\n f.activate_checklist_text || 'Click to load filter data';\n\n /**\n * Css class for a disabled item of a checklist (li)\n * @type {String}\n */\n this.disabledItemCssClass = f.checklist_item_disabled_css_class ||\n 'flt_checklist_item_disabled';\n\n /**\n * Enable the reset filter option as first item\n * @type {Boolean}\n */\n this.enableResetOption = f.enable_checklist_reset_filter === false ?\n false : true;\n\n /**\n * Prefix for container element ID\n * @type {String}\n * @private\n */\n this.prfx = 'chkdiv_';\n\n /**\n * Has custom options\n * @type {Boolean}\n * @private\n */\n this.isCustom = false;\n\n /**\n * List of options values\n * @type {Array}\n * @private\n */\n this.opts = [];\n\n /**\n * List of options texts for custom values\n * @type {Array}\n * @private\n */\n this.optsTxt = [];\n\n /**\n * List of options to be excluded from the checklist filter\n * @type {Array}\n * @private\n */\n this.excludedOpts = [];\n }\n\n /**\n * Checklist option click event handler\n * @param {Event} evt\n * @private\n */\n optionClick(evt) {\n let elm = targetEvt(evt);\n let tf = this.tf;\n\n this.emitter.emit('filter-focus', tf, elm);\n this.setCheckListValues(elm);\n tf.filter();\n }\n\n /**\n * Checklist container click event handler for load-on-demand feature\n * @param {Event} evt\n * @private\n */\n onCheckListClick(evt) {\n let elm = targetEvt(evt);\n if (this.tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n let div = this.containers[ct];\n this.build(ct);\n removeEvt(div, 'click', (evt) => this.onCheckListClick(evt));\n }\n }\n\n /**\n * Refresh all checklist filters\n */\n refreshAll() {\n let tf = this.tf;\n let fltsIdxs = tf.getFiltersByType(CHECKLIST, true);\n fltsIdxs.forEach((colIdx) => {\n let values = this.getValues(colIdx);\n this.build(colIdx, tf.linkedFilters);\n this.selectOptions(colIdx, values);\n });\n }\n\n /**\n * Initialize checklist filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let divCont = createElm('div',\n ['id', `${this.prfx}${colIndex}_${tf.id}`],\n ['ct', colIndex], ['filled', '0']);\n divCont.className = this.containerCssClass;\n\n //filter is appended in desired element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(divCont);\n } else {\n container.appendChild(divCont);\n }\n\n this.containers[colIndex] = divCont;\n tf.fltIds.push(tf.buildFilterId(colIndex));\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n addEvt(divCont, 'click', (evt) => this.onCheckListClick(evt));\n divCont.appendChild(createText(this.activateText));\n }\n\n this.emitter.on(\n ['build-checklist-filter'],\n (tf, colIndex, isLinked) => this.build(colIndex, isLinked)\n );\n\n this.emitter.on(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n\n this.emitter.on(['rows-changed'], () => this.refreshAll());\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Build checklist UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n */\n build(colIndex, isLinked = false) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n\n let flt = this.containers[colIndex];\n let ul = createElm('ul',\n ['id', tf.fltIds[colIndex]],\n ['colIndex', colIndex]);\n ul.className = this.filterCssClass;\n\n let rows = tf.dom().rows;\n let nbRows = tf.getRowsNb(true);\n let caseSensitive = tf.caseSensitive;\n this.isCustom = tf.isCustomOptions(colIndex);\n\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (isLinked && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let filteredDataCol = [];\n if (isLinked && tf.disableExcludedOptions) {\n this.excludedOpts = [];\n }\n\n flt.innerHTML = '';\n\n for (let k = tf.refRow; k < nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cells = rows[k].cells;\n let ncells = cells.length;\n\n // checks if row has exact cell #\n if (ncells !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < ncells; j++) {\n if (colIndex !== j) {\n continue;\n }\n if (isLinked && !tf.disableExcludedOptions &&\n (!tf.paging && !tf.isRowDisplayed(k)) ||\n (tf.paging && activeIdx && !tf.isRowValid(k))) {\n continue;\n }\n\n let cellValue = tf.getCellValue(cells[j]);\n //Vary Peter's patch\n let cellString = matchCase(cellValue, caseSensitive);\n // checks if celldata is already in array\n if (!has(this.opts, cellString, caseSensitive)) {\n this.opts.push(cellValue);\n }\n let filteredCol = filteredDataCol[j];\n if (isLinked && tf.disableExcludedOptions) {\n if (!filteredCol) {\n filteredCol = tf.getVisibleColumnValues(j);\n }\n if (!has(filteredCol, cellString, caseSensitive) &&\n !has(this.excludedOpts, cellString,\n caseSensitive)) {\n this.excludedOpts.push(cellValue);\n }\n }\n }\n }\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!caseSensitive) {\n this.opts.sort(ignoreCase);\n if (this.excludedOpts) {\n this.excludedOpts.sort(ignoreCase);\n }\n } else {\n this.opts.sort();\n if (this.excludedOpts) {\n this.excludedOpts.sort();\n }\n }\n }\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortAsc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortDesc);\n if (this.excludedOpts) {\n this.excludedOpts.sort(numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'descending'));\n }//in case there are alphanumeric values\n }\n\n this.addChecks(colIndex, ul);\n\n if (tf.loadFltOnDemand) {\n flt.innerHTML = '';\n }\n flt.appendChild(ul);\n flt.setAttribute('filled', '1');\n\n this.emitter.emit('after-populating-filter', tf, colIndex, flt);\n }\n\n /**\n * Add checklist options\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n */\n addChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = this.addTChecks(colIndex, ul);\n\n for (let y = 0; y < this.opts.length; y++) {\n let val = this.opts[y]; //item value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //item text\n let fltId = tf.fltIds[colIndex];\n let li = createCheckItem(`${fltId}_${(y + chkCt)}`, val, lbl);\n li.className = this.itemCssClass;\n\n if (tf.linkedFilters && tf.disableExcludedOptions &&\n has(this.excludedOpts, matchCase(val, tf.caseSensitive),\n tf.caseSensitive)) {\n addClass(li, this.disabledItemCssClass);\n li.check.disabled = true;\n li.disabled = true;\n } else {\n addEvt(li.check, 'click', evt => this.optionClick(evt));\n }\n ul.appendChild(li);\n\n if (val === '') {\n //item is hidden\n li.style.display = NONE;\n }\n }\n }\n\n /**\n * Add checklist header option\n * @param {Number} colIndex Column index\n * @param {Object} ul Ul element\n * @private\n */\n addTChecks(colIndex, ul) {\n let tf = this.tf;\n let chkCt = 1;\n let fltId = tf.fltIds[colIndex];\n let li0 = createCheckItem(`${fltId}_0`, '',\n tf.getClearFilterText(colIndex));\n li0.className = this.itemCssClass;\n ul.appendChild(li0);\n\n addEvt(li0.check, 'click', evt => this.optionClick(evt));\n\n if (!this.enableResetOption) {\n li0.style.display = NONE;\n }\n\n if (tf.enableEmptyOption) {\n let li1 = createCheckItem(`${fltId}_1`, tf.emOperator,\n tf.emptyText);\n li1.className = this.itemCssClass;\n ul.appendChild(li1);\n addEvt(li1.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n\n if (tf.enableNonEmptyOption) {\n let li2 = createCheckItem(`${fltId}_2`, tf.nmOperator,\n tf.nonEmptyText);\n li2.className = this.itemCssClass;\n ul.appendChild(li2);\n addEvt(li2.check, 'click', evt => this.optionClick(evt));\n chkCt++;\n }\n return chkCt;\n }\n\n /**\n * Store checked options in DOM element attribute\n * @param {Object} o checklist option DOM element\n * @private\n */\n setCheckListValues(o) {\n if (!o) {\n return;\n }\n\n let tf = this.tf;\n let chkValue = o.value; //checked item value\n // TODO: provide helper to extract column index, ugly!\n let chkIndex = parseInt(o.id.split('_')[2], 10);\n let colIdx = tf.getColumnIndexFromFilterId(o.id);\n let itemTag = 'LI';\n\n let n = tf.getFilterElement(parseInt(colIdx, 10));\n let li = n.childNodes[chkIndex];\n let colIndex = n.getAttribute('colIndex');\n let fltValue = n.getAttribute('value'); //filter value (ul tag)\n let fltIndexes = n.getAttribute('indexes'); //selected items (ul tag)\n\n if (o.checked) {\n //show all item\n if (chkValue === '') {\n if ((fltIndexes && fltIndexes !== '')) {\n //items indexes\n let indSplit = fltIndexes.split(tf.separator);\n //checked items loop\n for (let u = 0; u < indSplit.length; u++) {\n //checked item\n let cChk = elm(tf.fltIds[colIndex] + '_' +\n indSplit[u]);\n if (cChk) {\n cChk.checked = false;\n removeClass(n.childNodes[indSplit[u]],\n this.selectedItemCssClass);\n }\n }\n }\n n.setAttribute('value', '');\n n.setAttribute('indexes', '');\n\n } else {\n fltValue = (fltValue) ? fltValue : '';\n chkValue = trim(fltValue + ' ' + chkValue + ' ' +\n tf.orOperator);\n chkIndex = fltIndexes + chkIndex + tf.separator;\n n.setAttribute('value', chkValue);\n n.setAttribute('indexes', chkIndex);\n //1st option unchecked\n if (elm(tf.fltIds[colIndex] + '_0')) {\n elm(tf.fltIds[colIndex] + '_0').checked = false;\n }\n }\n\n if (li.nodeName === itemTag) {\n removeClass(n.childNodes[0], this.selectedItemCssClass);\n addClass(li, this.selectedItemCssClass);\n }\n } else { //removes values and indexes\n if (chkValue !== '') {\n let replaceValue = new RegExp(\n rgxEsc(chkValue + ' ' + tf.orOperator));\n fltValue = fltValue.replace(replaceValue, '');\n n.setAttribute('value', trim(fltValue));\n\n let replaceIndex = new RegExp(\n rgxEsc(chkIndex + tf.separator));\n fltIndexes = fltIndexes.replace(replaceIndex, '');\n n.setAttribute('indexes', fltIndexes);\n }\n if (li.nodeName === itemTag) {\n removeClass(li, this.selectedItemCssClass);\n }\n }\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n if (tf.getFilterType(colIndex) !== CHECKLIST || !flt ||\n values.length === 0) {\n return;\n }\n\n let lisNb = tag(flt, 'li').length;\n\n flt.setAttribute('value', '');\n flt.setAttribute('indexes', '');\n\n for (let k = 0; k < lisNb; k++) {\n let li = tag(flt, 'li')[k];\n let lbl = tag(li, 'label')[0];\n let chk = tag(li, 'input')[0];\n let lblTxt = matchCase(getText(lbl), tf.caseSensitive);\n\n if (lblTxt !== '' && has(values, lblTxt, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n // Check non-empty-text or empty-text option\n if (values.indexOf(tf.nmOperator) !== -1 &&\n lblTxt === matchCase(tf.nonEmptyText, tf.caseSensitive)) {\n chk.checked = true;\n }\n else if (values.indexOf(tf.emOperator) !== -1 &&\n lblTxt === matchCase(tf.emptyText, tf.caseSensitive)) {\n chk.checked = true;\n } else {\n chk.checked = false;\n }\n }\n this.setCheckListValues(chk);\n }\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Collection of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let flt = tf.getFilterElement(colIndex);\n let fltAttr = flt.getAttribute('value');\n let values = isEmpty(fltAttr) ? '' : fltAttr;\n\n //removes last operator ||\n values = values.substr(0, values.length - 3);\n //turn || separated values into array\n values = values.split(' ' + tf.orOperator + ' ');\n\n return values;\n }\n\n /**\n * Destroy CheckList instance\n */\n destroy() {\n this.emitter.off(\n ['build-checklist-filter'],\n (tf, colIndex, isLinked) => this.build(colIndex, isLinked)\n );\n this.emitter.off(\n ['select-checklist-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n this.emitter.off(['rows-changed'], () => this.refreshAll());\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 289, + "__docId__": 290, "kind": "variable", "static": true, "variation": null, @@ -6644,7 +6665,7 @@ } }, { - "__docId__": 290, + "__docId__": 291, "kind": "class", "static": true, "variation": null, @@ -6663,7 +6684,7 @@ ] }, { - "__docId__": 291, + "__docId__": 292, "kind": "constructor", "static": false, "variation": null, @@ -6688,7 +6709,7 @@ "generator": false }, { - "__docId__": 292, + "__docId__": 293, "kind": "member", "static": false, "variation": null, @@ -6708,7 +6729,7 @@ } }, { - "__docId__": 293, + "__docId__": 294, "kind": "member", "static": false, "variation": null, @@ -6728,7 +6749,7 @@ } }, { - "__docId__": 294, + "__docId__": 295, "kind": "member", "static": false, "variation": null, @@ -6748,7 +6769,7 @@ } }, { - "__docId__": 295, + "__docId__": 296, "kind": "member", "static": false, "variation": null, @@ -6768,7 +6789,7 @@ } }, { - "__docId__": 296, + "__docId__": 297, "kind": "member", "static": false, "variation": null, @@ -6788,7 +6809,7 @@ } }, { - "__docId__": 297, + "__docId__": 298, "kind": "member", "static": false, "variation": null, @@ -6808,7 +6829,7 @@ } }, { - "__docId__": 298, + "__docId__": 299, "kind": "member", "static": false, "variation": null, @@ -6828,7 +6849,7 @@ } }, { - "__docId__": 299, + "__docId__": 300, "kind": "member", "static": false, "variation": null, @@ -6848,7 +6869,7 @@ } }, { - "__docId__": 300, + "__docId__": 301, "kind": "member", "static": false, "variation": null, @@ -6868,7 +6889,7 @@ } }, { - "__docId__": 301, + "__docId__": 302, "kind": "member", "static": false, "variation": null, @@ -6888,7 +6909,7 @@ } }, { - "__docId__": 302, + "__docId__": 303, "kind": "member", "static": false, "variation": null, @@ -6908,7 +6929,7 @@ } }, { - "__docId__": 303, + "__docId__": 304, "kind": "member", "static": false, "variation": null, @@ -6928,7 +6949,7 @@ } }, { - "__docId__": 304, + "__docId__": 305, "kind": "member", "static": false, "variation": null, @@ -6948,7 +6969,7 @@ } }, { - "__docId__": 305, + "__docId__": 306, "kind": "method", "static": false, "variation": null, @@ -6973,7 +6994,7 @@ "generator": false }, { - "__docId__": 306, + "__docId__": 307, "kind": "method", "static": false, "variation": null, @@ -6998,7 +7019,7 @@ "generator": false }, { - "__docId__": 307, + "__docId__": 308, "kind": "method", "static": false, "variation": null, @@ -7012,7 +7033,7 @@ "generator": false }, { - "__docId__": 308, + "__docId__": 309, "kind": "method", "static": false, "variation": null, @@ -7057,7 +7078,7 @@ "generator": false }, { - "__docId__": 309, + "__docId__": 310, "kind": "member", "static": false, "variation": null, @@ -7080,7 +7101,7 @@ } }, { - "__docId__": 310, + "__docId__": 311, "kind": "method", "static": false, "variation": null, @@ -7115,7 +7136,7 @@ "generator": false }, { - "__docId__": 311, + "__docId__": 312, "kind": "member", "static": false, "variation": null, @@ -7133,7 +7154,7 @@ } }, { - "__docId__": 312, + "__docId__": 313, "kind": "member", "static": false, "variation": null, @@ -7151,7 +7172,7 @@ } }, { - "__docId__": 313, + "__docId__": 314, "kind": "member", "static": false, "variation": null, @@ -7169,7 +7190,7 @@ } }, { - "__docId__": 314, + "__docId__": 315, "kind": "member", "static": false, "variation": null, @@ -7187,7 +7208,7 @@ } }, { - "__docId__": 315, + "__docId__": 316, "kind": "member", "static": false, "variation": null, @@ -7205,7 +7226,7 @@ } }, { - "__docId__": 316, + "__docId__": 317, "kind": "member", "static": false, "variation": null, @@ -7223,7 +7244,7 @@ } }, { - "__docId__": 317, + "__docId__": 318, "kind": "method", "static": false, "variation": null, @@ -7258,7 +7279,7 @@ "generator": false }, { - "__docId__": 318, + "__docId__": 319, "kind": "method", "static": false, "variation": null, @@ -7298,7 +7319,7 @@ "generator": false }, { - "__docId__": 319, + "__docId__": 320, "kind": "method", "static": false, "variation": null, @@ -7323,7 +7344,7 @@ "generator": false }, { - "__docId__": 320, + "__docId__": 321, "kind": "method", "static": false, "variation": null, @@ -7358,7 +7379,7 @@ "generator": false }, { - "__docId__": 321, + "__docId__": 322, "kind": "method", "static": false, "variation": null, @@ -7397,7 +7418,7 @@ "generator": false }, { - "__docId__": 322, + "__docId__": 323, "kind": "method", "static": false, "variation": null, @@ -7411,7 +7432,7 @@ "generator": false }, { - "__docId__": 323, + "__docId__": 324, "kind": "member", "static": false, "variation": null, @@ -7429,7 +7450,7 @@ } }, { - "__docId__": 324, + "__docId__": 325, "kind": "file", "static": true, "variation": null, @@ -7442,7 +7463,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {addEvt} from '../event';\n\n/**\n * Clear button UI component\n */\nexport class ClearButton extends Feature {\n\n /**\n * Creates an instance of ClearButton\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'btnReset');\n\n let f = this.config;\n\n /**\n * Container element ID\n * @type {String}\n */\n this.targetId = f.btn_reset_target_id || null;\n\n /**\n * Clear button container element\n * @type {DOMElement}\n * @private\n */\n this.container = null;\n\n /**\n * Clear button element\n * @type {DOMElement}\n * @private\n */\n this.element = null;\n\n /**\n * Text for the clear button\n * @type {String}\n */\n this.text = f.btn_reset_text || 'Reset';\n\n /**\n * Css class for reset button\n * @type {String}\n */\n this.cssClass = f.btn_reset_css_class || 'reset';\n\n /**\n * Tooltip text for the clear button\n * @type {String}\n */\n this.tooltip = f.btn_reset_tooltip || 'Clear filters';\n\n /**\n * Custom Html string for the clear button\n * @type {String}\n */\n this.html = f.btn_reset_html ||\n (!tf.enableIcons ? null :\n '');\n }\n\n /**\n * Click event handler for clear button\n * @private\n */\n onClick() {\n if (!this.isEnabled()) {\n return;\n }\n this.tf.clearFilters();\n }\n\n /**\n * Initialize clear button component\n */\n init() {\n let tf = this.tf;\n\n if (this.initialized) {\n return;\n }\n\n let cont = createElm('span');\n\n // reset button is added to defined element\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.rDiv : elm(this.targetId);\n targetEl.appendChild(cont);\n\n if (!this.html) {\n let fltReset = createElm('a', ['href', 'javascript:void(0);']);\n fltReset.className = this.cssClass;\n fltReset.appendChild(createText(this.text));\n cont.appendChild(fltReset);\n addEvt(fltReset, 'click', () => this.onClick());\n } else {\n cont.innerHTML = this.html;\n let resetEl = cont.firstChild;\n addEvt(resetEl, 'click', () => this.onClick());\n }\n this.element = cont.firstChild;\n this.container = cont;\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Destroy ClearButton instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.element);\n removeElm(this.container);\n this.element = null;\n this.container = null;\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 325, + "__docId__": 326, "kind": "class", "static": true, "variation": null, @@ -7461,7 +7482,7 @@ ] }, { - "__docId__": 326, + "__docId__": 327, "kind": "constructor", "static": false, "variation": null, @@ -7486,7 +7507,7 @@ "generator": false }, { - "__docId__": 327, + "__docId__": 328, "kind": "member", "static": false, "variation": null, @@ -7506,7 +7527,7 @@ } }, { - "__docId__": 328, + "__docId__": 329, "kind": "member", "static": false, "variation": null, @@ -7526,7 +7547,7 @@ } }, { - "__docId__": 329, + "__docId__": 330, "kind": "member", "static": false, "variation": null, @@ -7546,7 +7567,7 @@ } }, { - "__docId__": 330, + "__docId__": 331, "kind": "member", "static": false, "variation": null, @@ -7566,7 +7587,7 @@ } }, { - "__docId__": 331, + "__docId__": 332, "kind": "member", "static": false, "variation": null, @@ -7586,7 +7607,7 @@ } }, { - "__docId__": 332, + "__docId__": 333, "kind": "member", "static": false, "variation": null, @@ -7606,7 +7627,7 @@ } }, { - "__docId__": 333, + "__docId__": 334, "kind": "member", "static": false, "variation": null, @@ -7626,7 +7647,7 @@ } }, { - "__docId__": 334, + "__docId__": 335, "kind": "method", "static": false, "variation": null, @@ -7640,7 +7661,7 @@ "generator": false }, { - "__docId__": 335, + "__docId__": 336, "kind": "method", "static": false, "variation": null, @@ -7654,7 +7675,7 @@ "generator": false }, { - "__docId__": 336, + "__docId__": 337, "kind": "member", "static": false, "variation": null, @@ -7672,7 +7693,7 @@ } }, { - "__docId__": 337, + "__docId__": 338, "kind": "member", "static": false, "variation": null, @@ -7690,7 +7711,7 @@ } }, { - "__docId__": 338, + "__docId__": 339, "kind": "member", "static": false, "variation": null, @@ -7713,7 +7734,7 @@ } }, { - "__docId__": 339, + "__docId__": 340, "kind": "method", "static": false, "variation": null, @@ -7727,7 +7748,7 @@ "generator": false }, { - "__docId__": 340, + "__docId__": 341, "kind": "member", "static": false, "variation": null, @@ -7745,7 +7766,7 @@ } }, { - "__docId__": 341, + "__docId__": 342, "kind": "member", "static": false, "variation": null, @@ -7763,7 +7784,7 @@ } }, { - "__docId__": 342, + "__docId__": 343, "kind": "member", "static": false, "variation": null, @@ -7781,7 +7802,7 @@ } }, { - "__docId__": 343, + "__docId__": 344, "kind": "file", "static": true, "variation": null, @@ -7794,7 +7815,7 @@ "content": "import {Date as SugarDate} from 'sugar-date';\nimport 'sugar-date/locales';\nimport {Feature} from '../feature';\nimport {isObj, isArray} from '../types';\nimport {DATE} from '../const';\nimport {root} from '../root';\n\n/**\n * Wrapper for Sugar Date module providing datetime helpers and locales\n * @export\n * @class DateType\n */\nexport class DateType extends Feature {\n\n /**\n * Creates an instance of DateType\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'dateType');\n\n /**\n * Global locale\n * @type {String}\n */\n this.locale = tf.locale;\n\n /**\n * Sugar Date instance\n * @type {Object}\n */\n this.datetime = SugarDate;\n\n this.enable();\n }\n\n /**\n * Initialize DateType instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n // Set global locale\n this.datetime.setLocale(this.locale);\n\n // Add formats from column types configuration if any\n this.addConfigFormats(this.tf.colTypes);\n\n this.emitter.on(\n ['add-date-type-formats'],\n (tf, types) => this.addConfigFormats(types)\n );\n\n // Broadcast date-type initialization\n this.emitter.emit('date-type-initialized', this.tf, this);\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Parse a string representation of a date for a specified locale and return\n * a date object\n * @param {String} dateStr String representation of a date\n * @param {String} localeCode Locale code (ie 'en-us')\n * @returns {Date}\n */\n parse(dateStr, localeCode) {\n return this.datetime.create(dateStr, localeCode);\n }\n\n /**\n * Check string representation of a date for a specified locale is valid\n * @param {any} dateStr String representation of a date\n * @param {any} localeCode Locale code (ie 'en-us')\n * @returns {Boolean}\n */\n isValid(dateStr, localeCode) {\n return this.datetime.isValid(this.parse(dateStr, localeCode));\n }\n\n /**\n * Return the type object of a specified column as per configuration or\n * passed collection\n * @param {Number} colIndex Column index\n * @param {Array} types Collection of column types, optional\n * @returns {Object}\n */\n getOptions(colIndex, types) {\n types = types || this.tf.colTypes;\n let colType = types[colIndex];\n return isObj(colType) ? colType : {};\n }\n\n /**\n * Add date time format(s) to a locale as specified by the passed\n * collection of column types, ie:\n * [\n * 'string',\n * 'number',\n * { type: 'date', locale: 'en', format: ['{dd}/{MM}/{yyyy}']}\n * ]\n *\n * @param {Array} [types=[]] Collection of column types\n */\n addConfigFormats(types=[]) {\n types.forEach((type, idx) => {\n let options = this.getOptions(idx, types);\n if (options.type === DATE && options.hasOwnProperty('format')) {\n let locale = this.datetime.getLocale(\n options.locale || this.locale\n );\n let formats = isArray(options.format) ?\n options.format : [options.format];\n\n // Sugar date module throws exceptions with locale.addFormat\n try {\n formats.forEach((format) => {\n locale.addFormat(format);\n });\n } catch (ex) {\n root.console.error(ex);\n }\n }\n });\n }\n\n /**\n * Remove DateType instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n // TODO: remove added formats\n\n this.emitter.off(\n ['add-date-type-formats'],\n (tf, types) => this.addConfigFormats(types)\n );\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 344, + "__docId__": 345, "kind": "class", "static": true, "variation": null, @@ -7823,7 +7844,7 @@ ] }, { - "__docId__": 345, + "__docId__": 346, "kind": "constructor", "static": false, "variation": null, @@ -7848,7 +7869,7 @@ "generator": false }, { - "__docId__": 346, + "__docId__": 347, "kind": "member", "static": false, "variation": null, @@ -7868,7 +7889,7 @@ } }, { - "__docId__": 347, + "__docId__": 348, "kind": "member", "static": false, "variation": null, @@ -7888,7 +7909,7 @@ } }, { - "__docId__": 348, + "__docId__": 349, "kind": "method", "static": false, "variation": null, @@ -7902,7 +7923,7 @@ "generator": false }, { - "__docId__": 349, + "__docId__": 350, "kind": "member", "static": false, "variation": null, @@ -7925,7 +7946,7 @@ } }, { - "__docId__": 350, + "__docId__": 351, "kind": "method", "static": false, "variation": null, @@ -7974,7 +7995,7 @@ "generator": false }, { - "__docId__": 351, + "__docId__": 352, "kind": "method", "static": false, "variation": null, @@ -8023,7 +8044,7 @@ "generator": false }, { - "__docId__": 352, + "__docId__": 353, "kind": "method", "static": false, "variation": null, @@ -8072,7 +8093,7 @@ "generator": false }, { - "__docId__": 353, + "__docId__": 354, "kind": "method", "static": false, "variation": null, @@ -8099,7 +8120,7 @@ "generator": false }, { - "__docId__": 354, + "__docId__": 355, "kind": "method", "static": false, "variation": null, @@ -8113,7 +8134,7 @@ "generator": false }, { - "__docId__": 355, + "__docId__": 356, "kind": "member", "static": false, "variation": null, @@ -8131,7 +8152,7 @@ } }, { - "__docId__": 356, + "__docId__": 357, "kind": "file", "static": true, "variation": null, @@ -8144,7 +8165,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createOpt, elm} from '../dom';\nimport {has} from '../array';\nimport {matchCase} from '../string';\nimport {ignoreCase, numSortAsc, numSortDesc} from '../sort';\nimport {addEvt, targetEvt} from '../event';\nimport {SELECT, MULTIPLE, NONE} from '../const';\n\nconst SORT_ERROR = 'Filter options for column {0} cannot be sorted in ' +\n '{1} manner.';\n\n/**\n * Dropdown filter UI component\n */\nexport class Dropdown extends Feature {\n\n /**\n * Creates an instance of Dropdown\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'dropdown');\n\n // Configuration object\n let f = this.config;\n\n /**\n * Enable the reset filter option as first item\n * @type {Boolean}\n */\n this.enableSlcResetFilter = f.enable_slc_reset_filter === false ?\n false : true;\n\n /**\n * Non empty option text\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Tooltip text appearing on multiple select\n * @type {String}\n */\n this.multipleSlcTooltip = f.multiple_slc_tooltip ||\n 'Use Ctrl/Cmd key for multiple selections';\n\n /**\n * Indicates drop-down has custom options\n * @private\n */\n this.isCustom = null;\n\n /**\n * List of options values\n * @type {Array}\n * @private\n */\n this.opts = null;\n\n /**\n * List of options texts for custom values\n * @type {Array}\n * @private\n */\n this.optsTxt = null;\n }\n\n\n /**\n * Drop-down filter focus event handler\n * @param {Event} e DOM Event\n * @private\n */\n onSlcFocus(e) {\n let elm = targetEvt(e);\n let tf = this.tf;\n // select is populated when element has focus\n if (tf.loadFltOnDemand && elm.getAttribute('filled') === '0') {\n let ct = elm.getAttribute('ct');\n this.build(ct);\n }\n this.emitter.emit('filter-focus', tf, elm);\n }\n\n /**\n * Drop-down filter change event handler\n * @private\n */\n onSlcChange() {\n if (this.tf.onSlcChange) {\n this.tf.filter();\n }\n }\n\n /**\n * Refresh all drop-down filters\n */\n refreshAll() {\n let tf = this.tf;\n let selectFlts = tf.getFiltersByType(SELECT, true);\n let multipleFlts = tf.getFiltersByType(MULTIPLE, true);\n let flts = selectFlts.concat(multipleFlts);\n flts.forEach((colIdx) => {\n let values = this.getValues(colIdx);\n this.build(colIdx, tf.linkedFilters);\n this.selectOptions(colIdx, values);\n });\n }\n\n /**\n * Initialize drop-down filter\n * @param {Number} colIndex Column index\n * @param {Boolean} isExternal External filter flag\n * @param {DOMElement} container Dom element containing the filter\n */\n init(colIndex, isExternal, container) {\n let tf = this.tf;\n let col = tf.getFilterType(colIndex);\n let externalFltTgtId = isExternal ?\n tf.externalFltTgtIds[colIndex] : null;\n\n let slc = createElm(SELECT,\n ['id', tf.buildFilterId(colIndex)],\n ['ct', colIndex], ['filled', '0']\n );\n\n if (col === MULTIPLE) {\n slc.multiple = MULTIPLE;\n slc.title = this.multipleSlcTooltip;\n }\n slc.className = col.toLowerCase() === SELECT ?\n tf.fltCssClass : tf.fltMultiCssClass;\n\n //filter is appended in container element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(slc);\n } else {\n container.appendChild(slc);\n }\n\n tf.fltIds.push(slc.id);\n\n if (!tf.loadFltOnDemand) {\n this.build(colIndex);\n } else {\n //1st option is created here since build isn't invoked\n let opt0 = createOpt(tf.getClearFilterText(colIndex), '');\n slc.appendChild(opt0);\n }\n\n addEvt(slc, 'change', () => this.onSlcChange());\n addEvt(slc, 'focus', (e) => this.onSlcFocus(e));\n\n this.emitter.on(\n ['build-select-filter'],\n (tf, colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.on(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n this.emitter.on(['rows-changed'], () => this.refreshAll());\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Build drop-down filter UI\n * @param {Number} colIndex Column index\n * @param {Boolean} isLinked Enable linked filters behaviour\n */\n build(colIndex, isLinked = false) {\n let tf = this.tf;\n colIndex = parseInt(colIndex, 10);\n\n this.emitter.emit('before-populating-filter', tf, colIndex);\n\n this.opts = [];\n this.optsTxt = [];\n\n let slcId = tf.fltIds[colIndex];\n let slc = elm(slcId);\n let rows = tf.dom().rows;\n let nbRows = tf.getRowsNb(true);\n\n //custom select test\n this.isCustom = tf.isCustomOptions(colIndex);\n\n //custom selects text\n let activeIdx;\n let activeFilterId = tf.getActiveFilterId();\n if (isLinked && activeFilterId) {\n activeIdx = tf.getColumnIndexFromFilterId(activeFilterId);\n }\n\n let excludedOpts = null,\n filteredDataCol = null;\n if (isLinked && tf.disableExcludedOptions) {\n excludedOpts = [];\n filteredDataCol = [];\n }\n\n for (let k = tf.refRow; k < nbRows; k++) {\n // always visible rows don't need to appear on selects as always\n // valid\n if (tf.hasVisibleRows && tf.visibleRows.indexOf(k) !== -1) {\n continue;\n }\n\n let cell = rows[k].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell #\n if (nchilds !== tf.nbCells || this.isCustom) {\n continue;\n }\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (colIndex !== j) {\n continue;\n }\n if (isLinked && !tf.disableExcludedOptions &&\n (!tf.paging && !tf.isRowDisplayed(k)) ||\n (tf.paging && activeIdx && !tf.isRowValid(k))) {\n continue;\n }\n\n let cellValue = tf.getCellValue(cell[j]),\n //Vary Peter's patch\n cellString = matchCase(cellValue, tf.caseSensitive);\n\n // checks if celldata is already in array\n if (!has(this.opts, cellString, tf.caseSensitive)) {\n this.opts.push(cellValue);\n }\n\n if (isLinked && tf.disableExcludedOptions) {\n let filteredCol = filteredDataCol[j];\n if (!filteredCol) {\n filteredCol = tf.getVisibleColumnValues(j);\n }\n if (!has(filteredCol, cellString, tf.caseSensitive) &&\n !has(excludedOpts, cellString, tf.caseSensitive)) {\n excludedOpts.push(cellValue);\n }\n }\n }//for j\n }//for k\n\n //Retrieves custom values\n if (this.isCustom) {\n let customValues = tf.getCustomOptions(colIndex);\n this.opts = customValues[0];\n this.optsTxt = customValues[1];\n }\n\n if (tf.sortSlc && !this.isCustom) {\n if (!tf.caseSensitive) {\n this.opts.sort(ignoreCase);\n if (excludedOpts) {\n excludedOpts.sort(ignoreCase);\n }\n } else {\n this.opts.sort();\n if (excludedOpts) { excludedOpts.sort(); }\n }\n }\n\n //asc sort\n if (tf.sortNumAsc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortAsc);\n if (excludedOpts) {\n excludedOpts.sort(numSortAsc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortAsc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n //desc sort\n if (tf.sortNumDesc.indexOf(colIndex) !== -1) {\n try {\n this.opts.sort(numSortDesc);\n if (excludedOpts) {\n excludedOpts.sort(numSortDesc);\n }\n if (this.isCustom) {\n this.optsTxt.sort(numSortDesc);\n }\n } catch (e) {\n throw new Error(SORT_ERROR.replace('{0}', colIndex)\n .replace('{1}', 'ascending'));\n }//in case there are alphanumeric values\n }\n\n //populates drop-down\n this.addOptions(colIndex, slc, isLinked, excludedOpts);\n\n this.emitter.emit('after-populating-filter', tf, colIndex, slc);\n }\n\n /**\n * Add drop-down options\n * @param {Number} colIndex Column index\n * @param {Object} slc Select Dom element\n * @param {Boolean} isLinked Enable linked refresh behaviour\n * @param {Array} excludedOpts Array of excluded options\n */\n addOptions(colIndex, slc, isLinked, excludedOpts) {\n let tf = this.tf,\n slcValue = slc.value;\n\n slc.innerHTML = '';\n slc = this.addFirstOption(slc);\n\n for (let y = 0; y < this.opts.length; y++) {\n if (this.opts[y] === '') {\n continue;\n }\n let val = this.opts[y]; //option value\n let lbl = this.isCustom ? this.optsTxt[y] : val; //option text\n let isDisabled = false;\n if (isLinked && tf.disableExcludedOptions &&\n has(excludedOpts, matchCase(val, tf.caseSensitive),\n tf.caseSensitive)) {\n isDisabled = true;\n }\n\n let opt;\n //fill select on demand\n if (tf.loadFltOnDemand && slcValue === this.opts[y] &&\n tf.getFilterType(colIndex) === SELECT) {\n opt = createOpt(lbl, val, true);\n } else {\n opt = createOpt(lbl, val, false);\n }\n if (isDisabled) {\n opt.disabled = true;\n }\n slc.appendChild(opt);\n }// for y\n\n slc.setAttribute('filled', '1');\n }\n\n /**\n * Add drop-down header option\n * @param {Object} slc Select DOM element\n */\n addFirstOption(slc) {\n let tf = this.tf;\n let colIdx = tf.getColumnIndexFromFilterId(slc.id);\n let opt0 = createOpt((!this.enableSlcResetFilter ?\n '' : tf.getClearFilterText(colIdx)), '');\n if (!this.enableSlcResetFilter) {\n opt0.style.display = NONE;\n }\n slc.appendChild(opt0);\n if (tf.enableEmptyOption) {\n let opt1 = createOpt(tf.emptyText, tf.emOperator);\n slc.appendChild(opt1);\n }\n if (tf.enableNonEmptyOption) {\n let opt2 = createOpt(tf.nonEmptyText, tf.nmOperator);\n slc.appendChild(opt2);\n }\n return slc;\n }\n\n /**\n * Select filter options programmatically\n * @param {Number} colIndex Column index\n * @param {Array} values Array of option values to select\n */\n selectOptions(colIndex, values = []) {\n let tf = this.tf;\n if (values.length === 0) {\n return;\n }\n let slc = tf.getFilterElement(colIndex);\n [].forEach.call(slc.options, (option) => {\n // Empty value means clear all selections and first option is the\n // clear all option\n if (values[0] === '' || option.value === '') {\n option.selected = false;\n }\n\n if (option.value !== '' && has(values, option.value, true)) {\n option.selected = true;\n }//if\n });\n }\n\n /**\n * Get filter values for a given column index\n * @param {Number} colIndex Column index\n * @returns {Array} values Array of selected values\n */\n getValues(colIndex) {\n let tf = this.tf;\n let slc = tf.getFilterElement(colIndex);\n let values = [];\n\n // IE >= 9 does not support the selectedOptions property :(\n if (slc.selectedOptions) {\n [].forEach.call(slc.selectedOptions,\n option => values.push(option.value));\n } else {\n [].forEach.call(slc.options, (option) => {\n if (option.selected) {\n values.push(option.value);\n }\n });\n }\n\n return values;\n }\n\n /**\n * Destroy Dropdown instance\n */\n destroy() {\n this.emitter.off(\n ['build-select-filter'],\n (colIndex, isLinked, isExternal) =>\n this.build(colIndex, isLinked, isExternal)\n );\n this.emitter.off(\n ['select-options'],\n (tf, colIndex, values) => this.selectOptions(colIndex, values)\n );\n this.emitter.off(['rows-changed'], () => this.refreshAll());\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 357, + "__docId__": 358, "kind": "variable", "static": true, "variation": null, @@ -8165,7 +8186,7 @@ } }, { - "__docId__": 358, + "__docId__": 359, "kind": "class", "static": true, "variation": null, @@ -8184,7 +8205,7 @@ ] }, { - "__docId__": 359, + "__docId__": 360, "kind": "constructor", "static": false, "variation": null, @@ -8209,7 +8230,7 @@ "generator": false }, { - "__docId__": 360, + "__docId__": 361, "kind": "member", "static": false, "variation": null, @@ -8229,7 +8250,7 @@ } }, { - "__docId__": 361, + "__docId__": 362, "kind": "member", "static": false, "variation": null, @@ -8249,7 +8270,7 @@ } }, { - "__docId__": 362, + "__docId__": 363, "kind": "member", "static": false, "variation": null, @@ -8269,7 +8290,7 @@ } }, { - "__docId__": 363, + "__docId__": 364, "kind": "member", "static": false, "variation": null, @@ -8286,7 +8307,7 @@ } }, { - "__docId__": 364, + "__docId__": 365, "kind": "member", "static": false, "variation": null, @@ -8306,7 +8327,7 @@ } }, { - "__docId__": 365, + "__docId__": 366, "kind": "member", "static": false, "variation": null, @@ -8326,7 +8347,7 @@ } }, { - "__docId__": 366, + "__docId__": 367, "kind": "method", "static": false, "variation": null, @@ -8351,7 +8372,7 @@ "generator": false }, { - "__docId__": 367, + "__docId__": 368, "kind": "method", "static": false, "variation": null, @@ -8365,7 +8386,7 @@ "generator": false }, { - "__docId__": 368, + "__docId__": 369, "kind": "method", "static": false, "variation": null, @@ -8379,7 +8400,7 @@ "generator": false }, { - "__docId__": 369, + "__docId__": 370, "kind": "method", "static": false, "variation": null, @@ -8424,7 +8445,7 @@ "generator": false }, { - "__docId__": 370, + "__docId__": 371, "kind": "member", "static": false, "variation": null, @@ -8447,7 +8468,7 @@ } }, { - "__docId__": 371, + "__docId__": 372, "kind": "method", "static": false, "variation": null, @@ -8482,7 +8503,7 @@ "generator": false }, { - "__docId__": 372, + "__docId__": 373, "kind": "member", "static": false, "variation": null, @@ -8500,7 +8521,7 @@ } }, { - "__docId__": 373, + "__docId__": 374, "kind": "member", "static": false, "variation": null, @@ -8518,7 +8539,7 @@ } }, { - "__docId__": 374, + "__docId__": 375, "kind": "member", "static": false, "variation": null, @@ -8536,7 +8557,7 @@ } }, { - "__docId__": 375, + "__docId__": 376, "kind": "member", "static": false, "variation": null, @@ -8554,7 +8575,7 @@ } }, { - "__docId__": 376, + "__docId__": 377, "kind": "member", "static": false, "variation": null, @@ -8572,7 +8593,7 @@ } }, { - "__docId__": 377, + "__docId__": 378, "kind": "method", "static": false, "variation": null, @@ -8627,7 +8648,7 @@ "generator": false }, { - "__docId__": 378, + "__docId__": 379, "kind": "method", "static": false, "variation": null, @@ -8657,7 +8678,7 @@ "generator": false }, { - "__docId__": 379, + "__docId__": 380, "kind": "method", "static": false, "variation": null, @@ -8692,7 +8713,7 @@ "generator": false }, { - "__docId__": 380, + "__docId__": 381, "kind": "method", "static": false, "variation": null, @@ -8731,7 +8752,7 @@ "generator": false }, { - "__docId__": 381, + "__docId__": 382, "kind": "method", "static": false, "variation": null, @@ -8745,7 +8766,7 @@ "generator": false }, { - "__docId__": 382, + "__docId__": 383, "kind": "member", "static": false, "variation": null, @@ -8763,7 +8784,7 @@ } }, { - "__docId__": 383, + "__docId__": 384, "kind": "file", "static": true, "variation": null, @@ -8776,7 +8797,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, removeElm, elm, tag} from '../dom';\nimport {addEvt, targetEvt} from '../event';\nimport {contains} from '../string';\nimport {NONE} from '../const';\n\n/**\n * Grid layout, table with fixed headers\n */\nexport class GridLayout extends Feature {\n\n /**\n * Creates an instance of GridLayout\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'gridLayout');\n\n let f = this.config;\n\n /**\n * Grid-layout container width as CSS string\n * @type {String}\n */\n this.width = f.grid_width || null;\n\n /**\n * Grid-layout container height as CSS string\n * @type {String}\n */\n this.height = f.grid_height || null;\n\n /**\n * Css class for main container element\n * @type {String}\n */\n this.mainContCssClass = f.grid_cont_css_class || 'grd_Cont';\n\n /**\n * Css class for body table container element\n * @type {String}\n */\n this.contCssClass = f.grid_tbl_cont_css_class || 'grd_tblCont';\n\n /**\n * Css class for headers table container element\n * @type {String}\n */\n this.headContCssClass = f.grid_tblHead_cont_css_class ||\n 'grd_headTblCont';\n\n /**\n * Css class for toolbar container element (rows counter, paging etc.)\n * @type {String}\n */\n this.infDivCssClass = f.grid_inf_grid_css_class || 'grd_inf';\n\n /**\n * Index of the headers row, default: 0\n * @type {Number}\n */\n this.headRowIndex = f.grid_headers_row_index || 0;\n\n /**\n * Collection of the header row indexes to be moved into headers table\n * @type {Array}\n */\n this.headRows = f.grid_headers_rows || [0];\n\n /**\n * Enable or disable column filters generation, default: true\n * @type {Boolean}\n */\n this.enableFilters = f.grid_enable_default_filters === false ?\n false : true;\n\n /**\n * Enable or disable column headers, default: false\n * @type {Boolean}\n */\n this.noHeaders = Boolean(f.grid_no_headers);\n\n /**\n * Grid-layout default column widht as CSS string\n * @type {String}\n */\n this.defaultColWidth = f.grid_default_col_width || '100px';\n\n /**\n * List of column elements\n * @type {Array}\n * @private\n */\n this.colElms = [];\n\n /**\n * Prefix for grid-layout filter's cell ID\n * @type {String}\n * @private\n */\n this.prfxGridFltTd = '_td_';\n\n /**\n * Prefix for grid-layout header's cell ID\n * @type {String}\n * @private\n */\n this.prfxGridTh = 'tblHeadTh_';\n\n /**\n * Mark-up of original HTML table\n * @type {String}\n * @private\n */\n this.sourceTblHtml = tf.dom().outerHTML;\n\n /**\n * Indicates if working table has column elements\n * @type {Boolean}\n * @private\n */\n this.tblHasColTag = tag(tf.dom(), 'col').length > 0 ? true : false;\n\n /**\n * Main container element\n * @private\n */\n this.tblMainCont = null;\n\n /**\n * Table container element\n * @private\n */\n this.tblCont = null;\n\n /**\n * Headers' table container element\n * @private\n */\n this.headTblCont = null;\n\n /**\n * Headers' table element\n * @private\n */\n this.headTbl = null;\n\n // filters flag at TF level\n tf.fltGrid = this.enableFilters;\n }\n\n /**\n * Generates a grid with fixed headers\n * TODO: reduce size of init by extracting single purposed methods\n */\n init() {\n let tf = this.tf;\n let tbl = tf.dom();\n\n if (this.initialized) {\n return;\n }\n\n // Override relevant TableFilter properties\n this.setOverrides();\n\n // Assign default column widths\n this.setDefaultColWidths();\n\n // Initial table width\n let tblW = this.initialTableWidth();\n\n //Main container: it will contain all the elements\n this.tblMainCont = this.createContainer(\n 'div', this.mainContCssClass);\n if (this.width) {\n this.tblMainCont.style.width = this.width;\n }\n tbl.parentNode.insertBefore(this.tblMainCont, tbl);\n\n //Table container: div wrapping content table\n this.tblCont = this.createContainer('div', this.contCssClass);\n this.setConfigWidth(this.tblCont);\n if (this.height) {\n this.tblCont.style.height = this.height;\n }\n tbl.parentNode.insertBefore(this.tblCont, tbl);\n let t = removeElm(tbl);\n this.tblCont.appendChild(t);\n\n //In case table width is expressed in %\n if (tbl.style.width === '') {\n tbl.style.width = (contains('%', tblW) ?\n tbl.clientWidth : tblW) + 'px';\n }\n\n let d = removeElm(this.tblCont);\n this.tblMainCont.appendChild(d);\n\n //Headers table container: div wrapping headers table\n this.headTblCont = this.createContainer(\n 'div', this.headContCssClass);\n this.setConfigWidth(this.headTblCont);\n\n //Headers table\n this.headTbl = createElm('table');\n let tH = createElm('tHead');\n\n //1st row should be headers row, ids are added if not set\n //Those ids are used by the sort feature\n let hRow = tbl.rows[this.headRowIndex];\n let sortTriggers = this.getSortTriggerIds(hRow);\n\n //Filters row is created\n let filtersRow = this.createFiltersRow();\n\n //Headers row are moved from content table to headers table\n this.setHeadersRow(tH);\n\n this.headTbl.appendChild(tH);\n if (tf.filtersRowIndex === 0) {\n tH.insertBefore(filtersRow, hRow);\n } else {\n tH.appendChild(filtersRow);\n }\n\n this.headTblCont.appendChild(this.headTbl);\n this.tblCont.parentNode.insertBefore(this.headTblCont, this.tblCont);\n\n //THead needs to be removed in content table for sort feature\n let thead = tag(tbl, 'thead');\n if (thead.length > 0) {\n tbl.removeChild(thead[0]);\n }\n\n //Headers table style\n this.headTbl.style.tableLayout = 'fixed';\n tbl.style.tableLayout = 'fixed';\n this.headTbl.cellPadding = tbl.cellPadding;\n this.headTbl.cellSpacing = tbl.cellSpacing;\n // this.headTbl.style.width = tbl.style.width;\n\n //content table without headers needs col widths to be reset\n tf.setColWidths(this.headTbl);\n\n //Headers container width\n // this.headTblCont.style.width = this.tblCont.clientWidth+'px';\n\n tbl.style.width = '';\n //\n this.headTbl.style.width = tbl.clientWidth + 'px';\n //\n\n //scroll synchronisation\n addEvt(this.tblCont, 'scroll', (evt) => {\n let elm = targetEvt(evt);\n let scrollLeft = elm.scrollLeft;\n this.headTblCont.scrollLeft = scrollLeft;\n //New pointerX calc taking into account scrollLeft\n // if(!o.isPointerXOverwritten){\n // try{\n // o.Evt.pointerX = function(evt){\n // let e = evt || global.event;\n // let bdScrollLeft = tf_StandardBody().scrollLeft +\n // scrollLeft;\n // return (e.pageX + scrollLeft) ||\n // (e.clientX + bdScrollLeft);\n // };\n // o.isPointerXOverwritten = true;\n // } catch(err) {\n // o.isPointerXOverwritten = false;\n // }\n // }\n });\n\n // TODO: Trigger a custom event handled by sort extension\n let sort = tf.extension('sort');\n if (sort) {\n sort.asyncSort = true;\n sort.triggerIds = sortTriggers;\n }\n\n //Col elements are enough to keep column widths after sorting and\n //filtering\n this.setColumnElements();\n\n if (tf.popupFilters) {\n filtersRow.style.display = NONE;\n }\n\n if (tbl.clientWidth !== this.headTbl.clientWidth) {\n tbl.style.width = this.headTbl.clientWidth + 'px';\n }\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Overrides TableFilter instance properties to adjust to grid layout mode\n * @private\n */\n setOverrides() {\n let tf = this.tf;\n tf.refRow = 0;\n tf.headersRow = 0;\n tf.filtersRowIndex = 1;\n tf.isExternalFlt = true;\n }\n\n /**\n * Set grid-layout default column widths if column widths are not defined\n * @private\n */\n setDefaultColWidths() {\n let tf = this.tf;\n if (tf.hasColWidths) {\n return;\n }\n for (let k = 0, len = tf.getCellsNb(); k < len; k++) {\n let colW;\n let cell = tf.dom().rows[tf.getHeadersRowIndex()].cells[k];\n if (cell.width !== '') {\n colW = cell.width;\n } else if (cell.style.width !== '') {\n colW = parseInt(cell.style.width, 10);\n } else {\n colW = this.defaultColWidth;\n }\n tf.colWidths[k] = colW;\n }\n tf.hasColWidths = true;\n tf.setColWidths();\n }\n\n /**\n * Initial table width\n * @returns {Number}\n * @private\n */\n initialTableWidth() {\n let tbl = this.tf.dom();\n let width; //initial table width\n\n if (tbl.width !== '') {\n width = tbl.width;\n }\n else if (tbl.style.width !== '') {\n width = tbl.style.width;\n } else {\n width = tbl.clientWidth;\n }\n return parseInt(width, 10);\n }\n\n /**\n * Creates container element\n * @param {String} tag Tag name\n * @param {String} className Css class to assign to element\n * @returns {DOMElement}\n * @private\n */\n createContainer(tag, className) {\n let element = createElm(tag);\n element.className = className;\n return element;\n }\n\n /**\n * Creates filters row with cells\n * @returns {HTMLTableRowElement}\n * @private\n */\n createFiltersRow() {\n let tf = this.tf;\n let filtersRow = createElm('tr');\n if (this.enableFilters && tf.fltGrid) {\n tf.externalFltTgtIds = [];\n for (let j = 0; j < tf.getCellsNb(); j++) {\n let fltTdId = `${tf.prfxFlt + j + this.prfxGridFltTd + tf.id}`;\n let cl = createElm(tf.fltCellTag, ['id', fltTdId]);\n filtersRow.appendChild(cl);\n tf.externalFltTgtIds[j] = fltTdId;\n }\n }\n return filtersRow;\n }\n\n /**\n * Generates column elements if necessary and assigns their widths\n * @private\n */\n setColumnElements() {\n let tf = this.tf;\n let cols = tag(tf.dom(), 'col');\n this.tblHasColTag = cols.length > 0;\n\n for (let k = (tf.nbCells - 1); k >= 0; k--) {\n let col;\n\n if (!this.tblHasColTag) {\n col = createElm('col');\n tf.dom().insertBefore(col, tf.dom().firstChild);\n } else {\n col = cols[k];\n }\n col.style.width = tf.colWidths[k];\n this.colElms[k] = col;\n }\n this.tblHasColTag = true;\n }\n\n /**\n * Sets headers row in headers table\n * @param {HTMLHeadElement} tableHead Table head element\n * @private\n */\n setHeadersRow(tableHead) {\n if (this.noHeaders) {\n // Handle table with no headers, assuming here headers do not\n // exist\n tableHead.appendChild(createElm('tr'));\n } else {\n // Headers row are moved from content table to headers table\n for (let i = 0; i < this.headRows.length; i++) {\n let row = this.tf.dom().rows[this.headRows[i]];\n tableHead.appendChild(row);\n }\n }\n }\n\n /**\n * Sets width defined in configuration to passed element\n * @param {DOMElement} element DOM element\n * @private\n */\n setConfigWidth(element) {\n if (!this.width) {\n return;\n }\n if (this.width.indexOf('%') !== -1) {\n element.style.width = '100%';\n } else {\n element.style.width = this.width;\n }\n }\n\n /**\n * Returns a list of header IDs used for specifing external sort triggers\n * @param {HTMLTableRowElement} row DOM row element\n * @returns {Array} List of IDs\n * @private\n */\n getSortTriggerIds(row) {\n let tf = this.tf;\n let sortTriggers = [];\n for (let n = 0; n < tf.getCellsNb(); n++) {\n let c = row.cells[n];\n let thId = c.getAttribute('id');\n if (!thId || thId === '') {\n thId = `${this.prfxGridTh + n}_${tf.id}`;\n c.setAttribute('id', thId);\n }\n sortTriggers.push(thId);\n }\n return sortTriggers;\n }\n\n /**\n * Removes the grid layout\n */\n destroy() {\n let tf = this.tf;\n let tbl = tf.dom();\n\n if (!this.initialized) {\n return;\n }\n let t = removeElm(tbl);\n this.tblMainCont.parentNode.insertBefore(t, this.tblMainCont);\n removeElm(this.tblMainCont);\n\n this.tblMainCont = null;\n this.headTblCont = null;\n this.headTbl = null;\n this.tblCont = null;\n\n tbl.outerHTML = this.sourceTblHtml;\n //needed to keep reference of table element for future usage\n this.tf.tbl = elm(tf.id);\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 384, + "__docId__": 385, "kind": "class", "static": true, "variation": null, @@ -8795,7 +8816,7 @@ ] }, { - "__docId__": 385, + "__docId__": 386, "kind": "constructor", "static": false, "variation": null, @@ -8820,7 +8841,7 @@ "generator": false }, { - "__docId__": 386, + "__docId__": 387, "kind": "member", "static": false, "variation": null, @@ -8840,7 +8861,7 @@ } }, { - "__docId__": 387, + "__docId__": 388, "kind": "member", "static": false, "variation": null, @@ -8860,7 +8881,7 @@ } }, { - "__docId__": 388, + "__docId__": 389, "kind": "member", "static": false, "variation": null, @@ -8880,7 +8901,7 @@ } }, { - "__docId__": 389, + "__docId__": 390, "kind": "member", "static": false, "variation": null, @@ -8900,7 +8921,7 @@ } }, { - "__docId__": 390, + "__docId__": 391, "kind": "member", "static": false, "variation": null, @@ -8920,7 +8941,7 @@ } }, { - "__docId__": 391, + "__docId__": 392, "kind": "member", "static": false, "variation": null, @@ -8940,7 +8961,7 @@ } }, { - "__docId__": 392, + "__docId__": 393, "kind": "member", "static": false, "variation": null, @@ -8960,7 +8981,7 @@ } }, { - "__docId__": 393, + "__docId__": 394, "kind": "member", "static": false, "variation": null, @@ -8980,7 +9001,7 @@ } }, { - "__docId__": 394, + "__docId__": 395, "kind": "member", "static": false, "variation": null, @@ -9000,7 +9021,7 @@ } }, { - "__docId__": 395, + "__docId__": 396, "kind": "member", "static": false, "variation": null, @@ -9020,7 +9041,7 @@ } }, { - "__docId__": 396, + "__docId__": 397, "kind": "member", "static": false, "variation": null, @@ -9040,7 +9061,7 @@ } }, { - "__docId__": 397, + "__docId__": 398, "kind": "member", "static": false, "variation": null, @@ -9060,7 +9081,7 @@ } }, { - "__docId__": 398, + "__docId__": 399, "kind": "member", "static": false, "variation": null, @@ -9080,7 +9101,7 @@ } }, { - "__docId__": 399, + "__docId__": 400, "kind": "member", "static": false, "variation": null, @@ -9100,7 +9121,7 @@ } }, { - "__docId__": 400, + "__docId__": 401, "kind": "member", "static": false, "variation": null, @@ -9120,7 +9141,7 @@ } }, { - "__docId__": 401, + "__docId__": 402, "kind": "member", "static": false, "variation": null, @@ -9140,7 +9161,7 @@ } }, { - "__docId__": 402, + "__docId__": 403, "kind": "member", "static": false, "variation": null, @@ -9157,7 +9178,7 @@ } }, { - "__docId__": 403, + "__docId__": 404, "kind": "member", "static": false, "variation": null, @@ -9174,7 +9195,7 @@ } }, { - "__docId__": 404, + "__docId__": 405, "kind": "member", "static": false, "variation": null, @@ -9191,7 +9212,7 @@ } }, { - "__docId__": 405, + "__docId__": 406, "kind": "member", "static": false, "variation": null, @@ -9208,7 +9229,7 @@ } }, { - "__docId__": 406, + "__docId__": 407, "kind": "method", "static": false, "variation": null, @@ -9222,7 +9243,7 @@ "generator": false }, { - "__docId__": 407, + "__docId__": 408, "kind": "member", "static": false, "variation": null, @@ -9240,7 +9261,7 @@ } }, { - "__docId__": 408, + "__docId__": 409, "kind": "member", "static": false, "variation": null, @@ -9258,7 +9279,7 @@ } }, { - "__docId__": 409, + "__docId__": 410, "kind": "member", "static": false, "variation": null, @@ -9276,7 +9297,7 @@ } }, { - "__docId__": 410, + "__docId__": 411, "kind": "member", "static": false, "variation": null, @@ -9294,7 +9315,7 @@ } }, { - "__docId__": 411, + "__docId__": 412, "kind": "member", "static": false, "variation": null, @@ -9317,7 +9338,7 @@ } }, { - "__docId__": 412, + "__docId__": 413, "kind": "method", "static": false, "variation": null, @@ -9331,7 +9352,7 @@ "generator": false }, { - "__docId__": 413, + "__docId__": 414, "kind": "method", "static": false, "variation": null, @@ -9345,7 +9366,7 @@ "generator": false }, { - "__docId__": 414, + "__docId__": 415, "kind": "method", "static": false, "variation": null, @@ -9373,7 +9394,7 @@ "generator": false }, { - "__docId__": 415, + "__docId__": 416, "kind": "method", "static": false, "variation": null, @@ -9422,7 +9443,7 @@ "generator": false }, { - "__docId__": 416, + "__docId__": 417, "kind": "method", "static": false, "variation": null, @@ -9450,7 +9471,7 @@ "generator": false }, { - "__docId__": 417, + "__docId__": 418, "kind": "method", "static": false, "variation": null, @@ -9464,7 +9485,7 @@ "generator": false }, { - "__docId__": 418, + "__docId__": 419, "kind": "member", "static": false, "variation": null, @@ -9482,7 +9503,7 @@ } }, { - "__docId__": 419, + "__docId__": 420, "kind": "member", "static": false, "variation": null, @@ -9500,7 +9521,7 @@ } }, { - "__docId__": 420, + "__docId__": 421, "kind": "method", "static": false, "variation": null, @@ -9525,7 +9546,7 @@ "generator": false }, { - "__docId__": 421, + "__docId__": 422, "kind": "method", "static": false, "variation": null, @@ -9550,7 +9571,7 @@ "generator": false }, { - "__docId__": 422, + "__docId__": 423, "kind": "method", "static": false, "variation": null, @@ -9589,7 +9610,7 @@ "generator": false }, { - "__docId__": 423, + "__docId__": 424, "kind": "method", "static": false, "variation": null, @@ -9603,7 +9624,7 @@ "generator": false }, { - "__docId__": 424, + "__docId__": 425, "kind": "member", "static": false, "variation": null, @@ -9621,7 +9642,7 @@ } }, { - "__docId__": 425, + "__docId__": 426, "kind": "member", "static": false, "variation": null, @@ -9639,7 +9660,7 @@ } }, { - "__docId__": 426, + "__docId__": 427, "kind": "member", "static": false, "variation": null, @@ -9657,7 +9678,7 @@ } }, { - "__docId__": 427, + "__docId__": 428, "kind": "member", "static": false, "variation": null, @@ -9675,7 +9696,7 @@ } }, { - "__docId__": 428, + "__docId__": 429, "kind": "member", "static": false, "variation": null, @@ -9693,7 +9714,7 @@ } }, { - "__docId__": 429, + "__docId__": 430, "kind": "file", "static": true, "variation": null, @@ -9706,7 +9727,7 @@ "content": "import {addEvt, removeEvt} from '../event';\nimport {root} from '../root';\n\nconst JSON = root.JSON;\nconst location = root.location;\nconst decodeURIComponent = root.decodeURIComponent;\nconst encodeURIComponent = root.encodeURIComponent;\n\n/**\n * Checks if browser has onhashchange event\n */\nexport const hasHashChange = () => {\n let docMode = root.documentMode;\n return ('onhashchange' in root) && (docMode === undefined || docMode > 7);\n};\n\n/**\n * Manages state via URL hash changes\n *\n * @export\n * @class Hash\n */\nexport class Hash {\n\n /**\n * Creates an instance of Hash\n *\n * @param {State} state Instance of State\n */\n constructor(state) {\n /**\n * State object\n * @type {State}\n */\n this.state = state;\n\n /**\n * Cached URL hash\n * @type {String} Hash string\n * @private\n */\n this.lastHash = null;\n\n /**\n * Application event emitter instance\n * @type {Emitter}\n */\n this.emitter = state.emitter;\n\n /**\n * Bound sync wrapper for future use\n * @private\n */\n this.boundSync = null;\n }\n\n /**\n * Initializes the Hash object\n */\n init() {\n if (!hasHashChange()) {\n return;\n }\n\n this.lastHash = location.hash;\n //Store a bound sync wrapper\n this.boundSync = this.sync.bind(this);\n this.emitter.on(['state-changed'], (tf, state) => this.update(state));\n this.emitter.on(['initialized'], this.boundSync);\n addEvt(root, 'hashchange', this.boundSync);\n }\n\n /**\n * Updates the URL hash based on a state change\n *\n * @param {State} state Instance of State\n */\n update(state) {\n let hash = `#${encodeURIComponent(JSON.stringify(state))}`;\n if (this.lastHash === hash) {\n return;\n }\n\n location.hash = hash;\n this.lastHash = hash;\n }\n\n /**\n * Converts a URL hash into a state JSON object\n *\n * @param {String} hash URL hash fragment\n * @returns {Object} JSON object\n */\n parse(hash) {\n if (hash.indexOf('#') === -1) {\n return null;\n }\n hash = hash.substr(1);\n return JSON.parse(decodeURIComponent(hash));\n }\n\n /**\n * Applies current hash state to features\n */\n sync() {\n let state = this.parse(location.hash);\n if (!state) {\n return;\n }\n // override current state with persisted one and sync features\n this.state.overrideAndSync(state);\n }\n\n /**\n * Release Hash event subscriptions and clear fields\n */\n destroy() {\n this.emitter.off(['state-changed'], (tf, state) => this.update(state));\n this.emitter.off(['initialized'], this.boundSync);\n removeEvt(root, 'hashchange', this.boundSync);\n\n this.state = null;\n this.lastHash = null;\n this.emitter = null;\n }\n}\n" }, { - "__docId__": 430, + "__docId__": 431, "kind": "variable", "static": true, "variation": null, @@ -9727,7 +9748,7 @@ } }, { - "__docId__": 431, + "__docId__": 432, "kind": "variable", "static": true, "variation": null, @@ -9748,7 +9769,7 @@ } }, { - "__docId__": 432, + "__docId__": 433, "kind": "variable", "static": true, "variation": null, @@ -9769,7 +9790,7 @@ } }, { - "__docId__": 433, + "__docId__": 434, "kind": "variable", "static": true, "variation": null, @@ -9790,7 +9811,7 @@ } }, { - "__docId__": 434, + "__docId__": 435, "kind": "variable", "static": true, "variation": null, @@ -9810,7 +9831,7 @@ } }, { - "__docId__": 435, + "__docId__": 436, "kind": "class", "static": true, "variation": null, @@ -9836,7 +9857,7 @@ "interface": false }, { - "__docId__": 436, + "__docId__": 437, "kind": "constructor", "static": false, "variation": null, @@ -9861,7 +9882,7 @@ "generator": false }, { - "__docId__": 437, + "__docId__": 438, "kind": "member", "static": false, "variation": null, @@ -9881,7 +9902,7 @@ } }, { - "__docId__": 438, + "__docId__": 439, "kind": "member", "static": false, "variation": null, @@ -9901,7 +9922,7 @@ } }, { - "__docId__": 439, + "__docId__": 440, "kind": "member", "static": false, "variation": null, @@ -9921,7 +9942,7 @@ } }, { - "__docId__": 440, + "__docId__": 441, "kind": "member", "static": false, "variation": null, @@ -9938,7 +9959,7 @@ } }, { - "__docId__": 441, + "__docId__": 442, "kind": "method", "static": false, "variation": null, @@ -9952,7 +9973,7 @@ "generator": false }, { - "__docId__": 442, + "__docId__": 443, "kind": "member", "static": false, "variation": null, @@ -9970,7 +9991,7 @@ } }, { - "__docId__": 443, + "__docId__": 444, "kind": "member", "static": false, "variation": null, @@ -9988,7 +10009,7 @@ } }, { - "__docId__": 444, + "__docId__": 445, "kind": "method", "static": false, "variation": null, @@ -10013,7 +10034,7 @@ "generator": false }, { - "__docId__": 445, + "__docId__": 446, "kind": "member", "static": false, "variation": null, @@ -10031,7 +10052,7 @@ } }, { - "__docId__": 446, + "__docId__": 447, "kind": "method", "static": false, "variation": null, @@ -10070,7 +10091,7 @@ "generator": false }, { - "__docId__": 447, + "__docId__": 448, "kind": "method", "static": false, "variation": null, @@ -10084,7 +10105,7 @@ "generator": false }, { - "__docId__": 448, + "__docId__": 449, "kind": "method", "static": false, "variation": null, @@ -10098,7 +10119,7 @@ "generator": false }, { - "__docId__": 449, + "__docId__": 450, "kind": "member", "static": false, "variation": null, @@ -10116,7 +10137,7 @@ } }, { - "__docId__": 450, + "__docId__": 451, "kind": "member", "static": false, "variation": null, @@ -10134,7 +10155,7 @@ } }, { - "__docId__": 451, + "__docId__": 452, "kind": "member", "static": false, "variation": null, @@ -10152,7 +10173,7 @@ } }, { - "__docId__": 452, + "__docId__": 453, "kind": "file", "static": true, "variation": null, @@ -10165,7 +10186,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {addEvt, targetEvt, removeEvt} from '../event';\nimport {NONE} from '../const';\nimport {root} from '../root';\n\nconst WIKI_URL = 'https://github.com/koalyptus/TableFilter/wiki/' +\n '4.-Filter-operators';\nconst WEBSITE_URL = 'http://koalyptus.github.io/TableFilter/';\n\n/**\n * Help UI component\n */\nexport class Help extends Feature {\n\n /**\n * Creates an instance of Help\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'help');\n\n let f = this.config;\n\n /**\n * ID of main custom container element\n * @type {String}\n */\n this.tgtId = f.help_instructions_target_id || null;\n\n /**\n * ID of custom container element for instructions\n * @type {String}\n */\n this.contTgtId = f.help_instructions_container_target_id ||\n null;\n\n /**\n * Instructions text (accepts HTML)\n * @type {String}\n */\n this.instrText = f.help_instructions_text ?\n f.help_instructions_text :\n 'Use the filters above each column to filter and limit table ' +\n 'data. Advanced searches can be performed by using the following ' +\n 'operators:
    <, <=, >, ' +\n '>=, =, *, !, {, }, ' +\n '||,&&, [empty], [nonempty], ' +\n 'rgx:
    ' +\n 'Learn more
    ';\n\n /**\n * Instructions HTML\n * @type {String}\n */\n this.instrHtml = f.help_instructions_html || null;\n\n /**\n * Help button text ('?')\n * @type {String}\n */\n this.btnText = f.help_instructions_btn_text || '?';\n\n /**\n * Custom help button HTML\n * @type {String}\n */\n this.btnHtml = f.help_instructions_btn_html || null;\n\n /**\n * Css class for help button\n * @type {String}\n */\n this.btnCssClass = f.help_instructions_btn_css_class || 'helpBtn';\n\n /**\n * Css class for help container element\n * @type {String}\n */\n this.contCssClass = f.help_instructions_container_css_class ||\n 'helpCont';\n\n /**\n * Button DOM element\n * @type {DOMElement}\n */\n this.btn = null;\n\n /**\n * Help container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Bound mouseup wrapper\n * @private\n */\n this.boundMouseup = null;\n\n /**\n * Default HTML appended to instructions text\n * @type {String}\n */\n this.defaultHtml = '

    TableFilter ' +\n 'v' + tf.version + '

    ' + '' + WEBSITE_URL + '' +\n '
    ©2015-' + tf.year + ' {AUTHOR}' +\n '
    ' +\n 'Close
    ';\n\n this.emitter.on(['init-help'], () => this.init());\n }\n\n /**\n * Mouse-up event handler handling popup auto-close behaviour\n * @private\n */\n onMouseup(evt) {\n let targetElm = targetEvt(evt);\n\n while (targetElm && targetElm !== this.cont && targetElm !== this.btn) {\n targetElm = targetElm.parentNode;\n }\n\n if (targetElm !== this.cont && targetElm !== this.btn) {\n this.toggle();\n }\n\n return;\n }\n\n /**\n * Initialise Help instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n let btn = createElm('span');\n let cont = createElm('div');\n\n this.boundMouseup = this.onMouseup.bind(this);\n\n //help button is added to defined element\n if (!this.tgtId) {\n tf.setToolbar();\n }\n let targetEl = !this.tgtId ? tf.rDiv : elm(this.tgtId);\n targetEl.appendChild(btn);\n\n let divContainer = !this.contTgtId ? btn : elm(this.contTgtId);\n\n if (!this.btnHtml) {\n divContainer.appendChild(cont);\n let helplink = createElm('a', ['href', 'javascript:void(0);']);\n helplink.className = this.btnCssClass;\n helplink.appendChild(createText(this.btnText));\n btn.appendChild(helplink);\n addEvt(helplink, 'click', () => this.toggle());\n } else {\n btn.innerHTML = this.btnHtml;\n let helpEl = btn.firstChild;\n addEvt(helpEl, 'click', () => this.toggle());\n divContainer.appendChild(cont);\n }\n\n if (!this.instrHtml) {\n cont.innerHTML = this.instrText;\n cont.className = this.contCssClass;\n } else {\n if (this.contTgtId) {\n divContainer.appendChild(cont);\n }\n cont.innerHTML = this.instrHtml;\n if (!this.contTgtId) {\n cont.className = this.contCssClass;\n }\n }\n cont.innerHTML += this.defaultHtml;\n addEvt(cont, 'click', () => this.toggle());\n\n this.cont = cont;\n this.btn = btn;\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Toggle help pop-up\n */\n toggle() {\n // check only if explicitily set to false as in this case undefined\n // signifies the help feature is enabled by default\n if (this.enabled === false) {\n return;\n }\n\n // ensure mouseup event handler is removed\n removeEvt(root, 'mouseup', this.boundMouseup);\n\n let divDisplay = this.cont.style.display;\n if (divDisplay === '' || divDisplay === NONE) {\n this.cont.style.display = 'inline';\n addEvt(root, 'mouseup', this.boundMouseup);\n } else {\n this.cont.style.display = NONE;\n }\n }\n\n /**\n * Remove help UI\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.btn);\n this.btn = null;\n\n removeElm(this.cont);\n this.cont = null;\n\n this.boundMouseup = null;\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 453, + "__docId__": 454, "kind": "variable", "static": true, "variation": null, @@ -10186,7 +10207,7 @@ } }, { - "__docId__": 454, + "__docId__": 455, "kind": "variable", "static": true, "variation": null, @@ -10207,7 +10228,7 @@ } }, { - "__docId__": 455, + "__docId__": 456, "kind": "class", "static": true, "variation": null, @@ -10226,7 +10247,7 @@ ] }, { - "__docId__": 456, + "__docId__": 457, "kind": "constructor", "static": false, "variation": null, @@ -10251,7 +10272,7 @@ "generator": false }, { - "__docId__": 457, + "__docId__": 458, "kind": "member", "static": false, "variation": null, @@ -10271,7 +10292,7 @@ } }, { - "__docId__": 458, + "__docId__": 459, "kind": "member", "static": false, "variation": null, @@ -10291,7 +10312,7 @@ } }, { - "__docId__": 459, + "__docId__": 460, "kind": "member", "static": false, "variation": null, @@ -10311,7 +10332,7 @@ } }, { - "__docId__": 460, + "__docId__": 461, "kind": "member", "static": false, "variation": null, @@ -10331,7 +10352,7 @@ } }, { - "__docId__": 461, + "__docId__": 462, "kind": "member", "static": false, "variation": null, @@ -10351,7 +10372,7 @@ } }, { - "__docId__": 462, + "__docId__": 463, "kind": "member", "static": false, "variation": null, @@ -10371,7 +10392,7 @@ } }, { - "__docId__": 463, + "__docId__": 464, "kind": "member", "static": false, "variation": null, @@ -10391,7 +10412,7 @@ } }, { - "__docId__": 464, + "__docId__": 465, "kind": "member", "static": false, "variation": null, @@ -10411,7 +10432,7 @@ } }, { - "__docId__": 465, + "__docId__": 466, "kind": "member", "static": false, "variation": null, @@ -10431,7 +10452,7 @@ } }, { - "__docId__": 466, + "__docId__": 467, "kind": "member", "static": false, "variation": null, @@ -10451,7 +10472,7 @@ } }, { - "__docId__": 467, + "__docId__": 468, "kind": "member", "static": false, "variation": null, @@ -10468,7 +10489,7 @@ } }, { - "__docId__": 468, + "__docId__": 469, "kind": "member", "static": false, "variation": null, @@ -10488,7 +10509,7 @@ } }, { - "__docId__": 469, + "__docId__": 470, "kind": "method", "static": false, "variation": null, @@ -10509,7 +10530,7 @@ "generator": false }, { - "__docId__": 470, + "__docId__": 471, "kind": "method", "static": false, "variation": null, @@ -10523,7 +10544,7 @@ "generator": false }, { - "__docId__": 471, + "__docId__": 472, "kind": "member", "static": false, "variation": null, @@ -10541,7 +10562,7 @@ } }, { - "__docId__": 472, + "__docId__": 473, "kind": "member", "static": false, "variation": null, @@ -10559,7 +10580,7 @@ } }, { - "__docId__": 473, + "__docId__": 474, "kind": "member", "static": false, "variation": null, @@ -10577,7 +10598,7 @@ } }, { - "__docId__": 474, + "__docId__": 475, "kind": "member", "static": false, "variation": null, @@ -10600,7 +10621,7 @@ } }, { - "__docId__": 475, + "__docId__": 476, "kind": "method", "static": false, "variation": null, @@ -10614,7 +10635,7 @@ "generator": false }, { - "__docId__": 476, + "__docId__": 477, "kind": "method", "static": false, "variation": null, @@ -10628,7 +10649,7 @@ "generator": false }, { - "__docId__": 477, + "__docId__": 478, "kind": "member", "static": false, "variation": null, @@ -10646,7 +10667,7 @@ } }, { - "__docId__": 478, + "__docId__": 479, "kind": "member", "static": false, "variation": null, @@ -10664,7 +10685,7 @@ } }, { - "__docId__": 479, + "__docId__": 480, "kind": "member", "static": false, "variation": null, @@ -10682,7 +10703,7 @@ } }, { - "__docId__": 480, + "__docId__": 481, "kind": "member", "static": false, "variation": null, @@ -10700,7 +10721,7 @@ } }, { - "__docId__": 481, + "__docId__": 482, "kind": "file", "static": true, "variation": null, @@ -10713,7 +10734,7 @@ "content": "import {createText, createElm, getText} from '../dom';\nimport {isArray} from '../types';\nimport {rgxEsc} from '../string';\n\n/**\n * Highlight matched keywords upon filtering\n *\n * @export\n * @class HighlightKeyword\n */\nexport class HighlightKeyword {\n\n /**\n * Creates an instance of HighlightKeyword\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n let f = tf.config();\n\n /**\n * Css class for highlighted term\n * @type {String}\n */\n this.highlightCssClass = f.highlight_css_class || 'keyword';\n\n /**\n * TableFilter instance\n * @type {TableFilter}\n */\n this.tf = tf;\n\n /**\n * TableFilter's emitter instance\n * @type {Emitter}\n */\n this.emitter = tf.emitter;\n }\n\n /**\n * Initializes HighlightKeyword instance\n */\n init() {\n this.emitter.on(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.on(\n ['highlight-keyword'],\n (tf, cell, term) => this._processTerm(cell, term)\n );\n }\n\n /**\n * Highlight occurences of searched term in passed node\n * @param {Node} node\n * @param {String} term Searched term\n * @param {String} cssClass Css class name\n *\n * TODO: refactor this method\n */\n highlight(node, term, cssClass) {\n // Iterate into this nodes childNodes\n if (node.hasChildNodes) {\n let children = node.childNodes;\n for (let i = 0; i < children.length; i++) {\n this.highlight(children[i], term, cssClass);\n }\n }\n\n if (node.nodeType === 3) {\n let nodeVal = node.nodeValue.toLowerCase();\n let termIdx = nodeVal.indexOf(term.toLowerCase());\n\n if (termIdx !== -1) {\n let pn = node.parentNode;\n if (pn && pn.className !== cssClass) {\n // term not highlighted yet\n let nv = node.nodeValue,\n // Create a load of replacement nodes\n before = createText(nv.substr(0, termIdx)),\n value = nv.substr(termIdx, term.length),\n after = createText(nv.substr(termIdx + term.length)),\n text = createText(value),\n container = createElm('span');\n container.className = cssClass;\n container.appendChild(text);\n pn.insertBefore(before, node);\n pn.insertBefore(container, node);\n pn.insertBefore(after, node);\n pn.removeChild(node);\n }\n }\n }\n }\n\n /**\n * Removes highlight to nodes matching passed string\n * @param {String} term\n * @param {String} cssClass Css class to remove\n */\n unhighlight(term, cssClass) {\n let highlightedNodes = this.tf.dom().querySelectorAll(`.${cssClass}`);\n for (let i = 0; i < highlightedNodes.length; i++) {\n let n = highlightedNodes[i];\n let nodeVal = getText(n);\n\n if (nodeVal.toLowerCase().indexOf(term.toLowerCase()) !== -1) {\n let parentNode = n.parentNode;\n parentNode.replaceChild(createText(nodeVal), n);\n parentNode.normalize();\n }\n }\n }\n\n /**\n * Clear all occurrences of highlighted nodes\n */\n unhighlightAll() {\n if (!this.tf.highlightKeywords) {\n return;\n }\n // iterate filters values to unhighlight all values\n this.tf.getFiltersValue().forEach((val) => {\n if (isArray(val)) {\n val.forEach((item) =>\n this.unhighlight(item, this.highlightCssClass));\n } else {\n this.unhighlight(val, this.highlightCssClass);\n }\n });\n }\n\n /** Remove feature */\n destroy() {\n this.emitter.off(\n ['before-filtering', 'destroy'],\n () => this.unhighlightAll()\n );\n this.emitter.off(\n ['highlight-keyword'],\n (tf, cell, term) => this._processTerm(cell, term)\n );\n }\n\n /**\n * Ensure filtering operators are handled before highlighting any match\n * @param {any} Table cell to look searched term into\n * @param {any} Searched termIdx\n */\n _processTerm(cell, term) {\n let tf = this.tf;\n let reLk = new RegExp(rgxEsc(tf.lkOperator));\n let reEq = new RegExp(tf.eqOperator);\n let reSt = new RegExp(tf.stOperator);\n let reEn = new RegExp(tf.enOperator);\n let reLe = new RegExp(tf.leOperator);\n let reGe = new RegExp(tf.geOperator);\n let reL = new RegExp(tf.lwOperator);\n let reG = new RegExp(tf.grOperator);\n let reD = new RegExp(tf.dfOperator);\n\n term = term\n .replace(reLk, '')\n .replace(reEq, '')\n .replace(reSt, '')\n .replace(reEn, '');\n\n if (reLe.test(term) || reGe.test(term) || reL.test(term) ||\n reG.test(term) || reD.test(term)) {\n term = getText(cell);\n }\n\n if (term === '') {\n return;\n }\n\n this.highlight(cell, term, this.highlightCssClass);\n }\n}\n" }, { - "__docId__": 482, + "__docId__": 483, "kind": "class", "static": true, "variation": null, @@ -10739,7 +10760,7 @@ "interface": false }, { - "__docId__": 483, + "__docId__": 484, "kind": "constructor", "static": false, "variation": null, @@ -10764,7 +10785,7 @@ "generator": false }, { - "__docId__": 484, + "__docId__": 485, "kind": "member", "static": false, "variation": null, @@ -10784,7 +10805,7 @@ } }, { - "__docId__": 485, + "__docId__": 486, "kind": "member", "static": false, "variation": null, @@ -10804,7 +10825,7 @@ } }, { - "__docId__": 486, + "__docId__": 487, "kind": "member", "static": false, "variation": null, @@ -10824,7 +10845,7 @@ } }, { - "__docId__": 487, + "__docId__": 488, "kind": "method", "static": false, "variation": null, @@ -10838,7 +10859,7 @@ "generator": false }, { - "__docId__": 488, + "__docId__": 489, "kind": "method", "static": false, "variation": null, @@ -10883,7 +10904,7 @@ "generator": false }, { - "__docId__": 489, + "__docId__": 490, "kind": "method", "static": false, "variation": null, @@ -10918,7 +10939,7 @@ "generator": false }, { - "__docId__": 490, + "__docId__": 491, "kind": "method", "static": false, "variation": null, @@ -10932,7 +10953,7 @@ "generator": false }, { - "__docId__": 491, + "__docId__": 492, "kind": "method", "static": false, "variation": null, @@ -10946,7 +10967,7 @@ "generator": false }, { - "__docId__": 492, + "__docId__": 493, "kind": "method", "static": false, "variation": null, @@ -10981,7 +11002,7 @@ "generator": false }, { - "__docId__": 493, + "__docId__": 494, "kind": "file", "static": true, "variation": null, @@ -10994,7 +11015,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\nimport {root} from '../root';\nimport {NONE} from '../const';\n\nconst EVENTS = [\n 'before-filtering',\n 'before-populating-filter',\n 'before-page-change',\n 'before-clearing-filters',\n 'before-page-length-change',\n 'before-reset-page',\n 'before-reset-page-length',\n 'before-loading-extensions',\n 'before-loading-themes'\n];\n\n/**\n * Activity indicator\n *\n * @export\n * @class Loader\n * @extends {Feature}\n */\nexport class Loader extends Feature {\n\n /**\n * Creates an instance of Loader.\n *\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'loader');\n\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.loader_target_id || null;\n\n /**\n * Loader container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Text displayed when indicator is visible\n * @type {String}\n */\n this.text = f.loader_text || 'Loading...';\n\n /**\n * Custom HTML injected in Loader's container element\n * @type {String}\n */\n this.html = f.loader_html || null;\n\n /**\n * Css class for Loader's container element\n * @type {String}\n */\n this.cssClass = f.loader_css_class || 'loader';\n\n /**\n * Close delay in milliseconds\n * @type {Number}\n */\n this.closeDelay = 250;\n\n /**\n * Callback fired when loader is displayed\n * @type {Function}\n */\n this.onShow = isFn(f.on_show_loader) ?\n f.on_show_loader : EMPTY_FN;\n\n /**\n * Callback fired when loader is closed\n * @type {Function}\n */\n this.onHide = isFn(f.on_hide_loader) ? f.on_hide_loader : EMPTY_FN;\n }\n\n /**\n * Initializes Loader instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n let containerDiv = createElm('div');\n containerDiv.className = this.cssClass;\n\n let targetEl = !this.targetId ?\n tf.dom().parentNode : elm(this.targetId);\n if (!this.targetId) {\n targetEl.insertBefore(containerDiv, tf.dom());\n } else {\n targetEl.appendChild(containerDiv);\n }\n this.cont = containerDiv;\n if (!this.html) {\n this.cont.appendChild(createText(this.text));\n } else {\n this.cont.innerHTML = this.html;\n }\n\n this.show(NONE);\n\n // Subscribe to events\n emitter.on(EVENTS, () => this.show(''));\n emitter.on(EVENTS, () => this.show(NONE));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Shows or hides activity indicator\n * @param {String} Two possible values: '' or 'none'\n */\n show(p) {\n if (!this.isEnabled()) {\n return;\n }\n\n let displayLoader = () => {\n if (!this.cont) {\n return;\n }\n if (p !== NONE) {\n this.onShow(this);\n }\n this.cont.style.display = p;\n if (p === NONE) {\n this.onHide(this);\n }\n };\n\n let t = p === NONE ? this.closeDelay : 1;\n root.setTimeout(displayLoader, t);\n }\n\n /**\n * Removes feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n removeElm(this.cont);\n this.cont = null;\n\n // Unsubscribe to events\n emitter.off(EVENTS, () => this.show(''));\n emitter.off(EVENTS, () => this.show(NONE));\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 494, + "__docId__": 495, "kind": "variable", "static": true, "variation": null, @@ -11015,7 +11036,7 @@ } }, { - "__docId__": 495, + "__docId__": 496, "kind": "class", "static": true, "variation": null, @@ -11044,7 +11065,7 @@ ] }, { - "__docId__": 496, + "__docId__": 497, "kind": "constructor", "static": false, "variation": null, @@ -11069,7 +11090,7 @@ "generator": false }, { - "__docId__": 497, + "__docId__": 498, "kind": "member", "static": false, "variation": null, @@ -11089,7 +11110,7 @@ } }, { - "__docId__": 498, + "__docId__": 499, "kind": "member", "static": false, "variation": null, @@ -11109,7 +11130,7 @@ } }, { - "__docId__": 499, + "__docId__": 500, "kind": "member", "static": false, "variation": null, @@ -11129,7 +11150,7 @@ } }, { - "__docId__": 500, + "__docId__": 501, "kind": "member", "static": false, "variation": null, @@ -11149,7 +11170,7 @@ } }, { - "__docId__": 501, + "__docId__": 502, "kind": "member", "static": false, "variation": null, @@ -11169,7 +11190,7 @@ } }, { - "__docId__": 502, + "__docId__": 503, "kind": "member", "static": false, "variation": null, @@ -11189,7 +11210,7 @@ } }, { - "__docId__": 503, + "__docId__": 504, "kind": "member", "static": false, "variation": null, @@ -11209,7 +11230,7 @@ } }, { - "__docId__": 504, + "__docId__": 505, "kind": "member", "static": false, "variation": null, @@ -11229,7 +11250,7 @@ } }, { - "__docId__": 505, + "__docId__": 506, "kind": "method", "static": false, "variation": null, @@ -11243,7 +11264,7 @@ "generator": false }, { - "__docId__": 506, + "__docId__": 507, "kind": "member", "static": false, "variation": null, @@ -11261,7 +11282,7 @@ } }, { - "__docId__": 507, + "__docId__": 508, "kind": "member", "static": false, "variation": null, @@ -11284,7 +11305,7 @@ } }, { - "__docId__": 508, + "__docId__": 509, "kind": "method", "static": false, "variation": null, @@ -11309,7 +11330,7 @@ "generator": false }, { - "__docId__": 509, + "__docId__": 510, "kind": "method", "static": false, "variation": null, @@ -11323,7 +11344,7 @@ "generator": false }, { - "__docId__": 510, + "__docId__": 511, "kind": "member", "static": false, "variation": null, @@ -11341,7 +11362,7 @@ } }, { - "__docId__": 511, + "__docId__": 512, "kind": "member", "static": false, "variation": null, @@ -11359,7 +11380,7 @@ } }, { - "__docId__": 512, + "__docId__": 513, "kind": "file", "static": true, "variation": null, @@ -11372,7 +11393,7 @@ "content": "import {Feature} from '../feature';\nimport {addClass, removeClass, hasClass} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\n\n/**\n * Visual indicator for filtered columns\n * @export\n * @class MarkActiveColumns\n * @extends {Feature}\n */\nexport class MarkActiveColumns extends Feature {\n\n /**\n * Create an instance of MarkActiveColumns\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'markActiveColumns');\n\n let config = this.config.mark_active_columns\n\n /**\n * Css class for filtered (active) columns\n * @type {String}\n */\n this.headerCssClass = config.header_css_class || 'activeHeader';\n\n /**\n * Callback fired before a column is marked as filtered\n * @type {Function}\n */\n this.onBeforeActiveColumn = isFn(config.on_before_active_column) ?\n config.on_before_active_column : EMPTY_FN;\n\n /**\n * Callback fired after a column is marked as filtered\n * @type {Function}\n */\n this.onAfterActiveColumn = isFn(config.on_after_active_column) ?\n config.on_after_active_column : EMPTY_FN;\n }\n\n /**\n * Initialise MarkActiveColumns instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.emitter.on(['before-filtering'], () => this.clearActiveColumns());\n this.emitter.on(\n ['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex)\n );\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Clear filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n let tf = this.tf;\n let len = tf.getCellsNb();\n for (let i = 0; i < len; i++) {\n removeClass(tf.getHeaderElement(i), this.headerCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.tf.getHeaderElement(colIndex);\n if (hasClass(header, this.headerCssClass)) {\n return;\n }\n this.onBeforeActiveColumn(this, colIndex);\n\n addClass(header, this.headerCssClass);\n\n this.onAfterActiveColumn(this, colIndex);\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.clearActiveColumns();\n this.emitter.off(['before-filtering'], () => this.clearActiveColumns());\n this.emitter.off(\n ['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex)\n );\n\n /** @inherited */\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 513, + "__docId__": 514, "kind": "class", "static": true, "variation": null, @@ -11401,7 +11422,7 @@ ] }, { - "__docId__": 514, + "__docId__": 515, "kind": "constructor", "static": false, "variation": null, @@ -11426,7 +11447,7 @@ "generator": false }, { - "__docId__": 515, + "__docId__": 516, "kind": "member", "static": false, "variation": null, @@ -11446,7 +11467,7 @@ } }, { - "__docId__": 516, + "__docId__": 517, "kind": "member", "static": false, "variation": null, @@ -11466,7 +11487,7 @@ } }, { - "__docId__": 517, + "__docId__": 518, "kind": "member", "static": false, "variation": null, @@ -11486,7 +11507,7 @@ } }, { - "__docId__": 518, + "__docId__": 519, "kind": "method", "static": false, "variation": null, @@ -11500,7 +11521,7 @@ "generator": false }, { - "__docId__": 519, + "__docId__": 520, "kind": "member", "static": false, "variation": null, @@ -11523,7 +11544,7 @@ } }, { - "__docId__": 520, + "__docId__": 521, "kind": "method", "static": false, "variation": null, @@ -11537,7 +11558,7 @@ "generator": false }, { - "__docId__": 521, + "__docId__": 522, "kind": "method", "static": false, "variation": null, @@ -11562,7 +11583,7 @@ "generator": false }, { - "__docId__": 522, + "__docId__": 523, "kind": "method", "static": false, "variation": null, @@ -11576,7 +11597,7 @@ "generator": false }, { - "__docId__": 523, + "__docId__": 524, "kind": "member", "static": false, "variation": null, @@ -11599,7 +11620,7 @@ } }, { - "__docId__": 524, + "__docId__": 525, "kind": "file", "static": true, "variation": null, @@ -11612,7 +11633,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, elm, removeElm} from '../dom';\nimport {isEmpty, isFn, EMPTY_FN} from '../types';\nimport {NONE} from '../const';\n\n/**\n * UI when filtering yields no matches\n * @export\n * @class NoResults\n * @extends {Feature}\n */\nexport class NoResults extends Feature {\n\n /**\n * Creates an instance of NoResults\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'noResults');\n\n //configuration object\n let f = this.config.no_results_message;\n\n /**\n * Text (accepts HTML)\n * @type {String}\n */\n this.content = f.content || 'No results';\n\n /**\n * Custom container DOM element\n * @type {DOMElement}\n */\n this.customContainer = f.custom_container || null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.customContainerId = f.custom_container_id || null;\n\n /**\n * Indicates if UI is contained in a external element\n * @type {Boolean}\n * @private\n */\n this.isExternal = !isEmpty(this.customContainer) ||\n !isEmpty(this.customContainerId);\n\n /**\n * Css class assigned to container element\n * @type {String}\n */\n this.cssClass = f.css_class || 'no-results';\n\n /**\n * Stores container DOM element\n * @type {DOMElement}\n */\n this.cont = null;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShow = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : EMPTY_FN;\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShow = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : EMPTY_FN;\n\n /**\n * Callback fired before the message is hidden\n * @type {Function}\n */\n this.onBeforeHide = isFn(f.on_before_hide_msg) ?\n f.on_before_hide_msg : EMPTY_FN;\n\n /**\n * Callback fired after the message is hidden\n * @type {Function}\n */\n this.onAfterHide = isFn(f.on_after_hide_msg) ?\n f.on_after_hide_msg : EMPTY_FN;\n }\n\n /**\n * Initializes NoResults instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n let tf = this.tf;\n let target = this.customContainer || elm(this.customContainerId) ||\n tf.dom();\n\n //container\n let cont = createElm('div');\n cont.className = this.cssClass;\n cont.innerHTML = this.content;\n\n if (this.isExternal) {\n target.appendChild(cont);\n } else {\n target.parentNode.insertBefore(cont, target.nextSibling);\n }\n\n this.cont = cont;\n\n // subscribe to after-filtering event\n this.emitter.on(['after-filtering'], () => this.toggle());\n\n /** @inherited */\n this.initialized = true;\n\n this.hide();\n }\n\n /**\n * Toggle no results message\n */\n toggle() {\n if (this.tf.getValidRowsNb() > 0) {\n this.hide();\n } else {\n this.show();\n }\n }\n\n /**\n * Show no results message\n */\n show() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeShow(this.tf, this);\n\n this.setWidth();\n this.cont.style.display = 'block';\n\n this.onAfterShow(this.tf, this);\n }\n\n /**\n * Hide no results message\n */\n hide() {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n this.onBeforeHide(this.tf, this);\n\n this.cont.style.display = NONE;\n\n this.onAfterHide(this.tf, this);\n }\n\n /**\n * Sets no results container width\n * @private\n */\n setWidth() {\n if (!this.initialized || this.isExternal || !this.isEnabled()) {\n return;\n }\n let tf = this.tf;\n if (tf.gridLayout) {\n let gridLayout = tf.feature('gridLayout');\n this.cont.style.width = gridLayout.tblCont.clientWidth + 'px';\n } else {\n this.cont.style.width = (tf.dom().tHead ?\n tf.dom().tHead.clientWidth :\n tf.dom().tBodies[0].clientWidth) + 'px';\n }\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n removeElm(this.cont);\n this.cont = null;\n // unsubscribe to after-filtering event\n this.emitter.off(['after-filtering'], () => this.toggle());\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 525, + "__docId__": 526, "kind": "class", "static": true, "variation": null, @@ -11641,7 +11662,7 @@ ] }, { - "__docId__": 526, + "__docId__": 527, "kind": "constructor", "static": false, "variation": null, @@ -11666,7 +11687,7 @@ "generator": false }, { - "__docId__": 527, + "__docId__": 528, "kind": "member", "static": false, "variation": null, @@ -11686,7 +11707,7 @@ } }, { - "__docId__": 528, + "__docId__": 529, "kind": "member", "static": false, "variation": null, @@ -11706,7 +11727,7 @@ } }, { - "__docId__": 529, + "__docId__": 530, "kind": "member", "static": false, "variation": null, @@ -11726,7 +11747,7 @@ } }, { - "__docId__": 530, + "__docId__": 531, "kind": "member", "static": false, "variation": null, @@ -11746,7 +11767,7 @@ } }, { - "__docId__": 531, + "__docId__": 532, "kind": "member", "static": false, "variation": null, @@ -11766,7 +11787,7 @@ } }, { - "__docId__": 532, + "__docId__": 533, "kind": "member", "static": false, "variation": null, @@ -11786,7 +11807,7 @@ } }, { - "__docId__": 533, + "__docId__": 534, "kind": "member", "static": false, "variation": null, @@ -11806,7 +11827,7 @@ } }, { - "__docId__": 534, + "__docId__": 535, "kind": "member", "static": false, "variation": null, @@ -11826,7 +11847,7 @@ } }, { - "__docId__": 535, + "__docId__": 536, "kind": "member", "static": false, "variation": null, @@ -11846,7 +11867,7 @@ } }, { - "__docId__": 536, + "__docId__": 537, "kind": "member", "static": false, "variation": null, @@ -11866,7 +11887,7 @@ } }, { - "__docId__": 537, + "__docId__": 538, "kind": "method", "static": false, "variation": null, @@ -11880,7 +11901,7 @@ "generator": false }, { - "__docId__": 538, + "__docId__": 539, "kind": "member", "static": false, "variation": null, @@ -11898,7 +11919,7 @@ } }, { - "__docId__": 539, + "__docId__": 540, "kind": "member", "static": false, "variation": null, @@ -11921,7 +11942,7 @@ } }, { - "__docId__": 540, + "__docId__": 541, "kind": "method", "static": false, "variation": null, @@ -11935,7 +11956,7 @@ "generator": false }, { - "__docId__": 541, + "__docId__": 542, "kind": "method", "static": false, "variation": null, @@ -11949,7 +11970,7 @@ "generator": false }, { - "__docId__": 542, + "__docId__": 543, "kind": "method", "static": false, "variation": null, @@ -11963,7 +11984,7 @@ "generator": false }, { - "__docId__": 543, + "__docId__": 544, "kind": "method", "static": false, "variation": null, @@ -11977,7 +11998,7 @@ "generator": false }, { - "__docId__": 544, + "__docId__": 545, "kind": "method", "static": false, "variation": null, @@ -11991,7 +12012,7 @@ "generator": false }, { - "__docId__": 545, + "__docId__": 546, "kind": "member", "static": false, "variation": null, @@ -12009,7 +12030,7 @@ } }, { - "__docId__": 546, + "__docId__": 547, "kind": "member", "static": false, "variation": null, @@ -12027,7 +12048,7 @@ } }, { - "__docId__": 547, + "__docId__": 548, "kind": "file", "static": true, "variation": null, @@ -12040,7 +12061,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createOpt, createText, elm, removeElm} from '../dom';\nimport {isArray, isFn, isNull, EMPTY_FN} from '../types';\nimport {addEvt, keyCode, removeEvt} from '../event';\nimport {INPUT, SELECT, NONE, ENTER_KEY} from '../const';\n\n/**\n * Paging UI component\n * @export\n * @class Paging\n * @extends {Feature}\n */\nexport class Paging extends Feature {\n\n /**\n * Creates an instance of Paging\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'paging');\n\n // Configuration object\n var f = this.config;\n\n /**\n * Css class for the paging buttons (previous, next, etc.)\n * @type {String}\n */\n this.btnPageCssClass = f.paging_btn_css_class || 'pgInp';\n\n /**\n * Main select DOM element\n * @type {DOMElement}\n */\n this.pagingSlc = null;\n\n /**\n * Results per page select DOM element\n * @type {DOMElement}\n */\n this.resultsPerPageSlc = null;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.pagingTgtId = f.paging_target_id || null;\n\n /**\n * Number of rows contained in a page\n * @type {Number}\n */\n this.pagingLength = !isNaN(f.paging_length) ? f.paging_length : 10;\n\n /**\n * ID of custom container element for the results per page selector\n * @type {String}\n */\n this.resultsPerPageTgtId = f.results_per_page_target_id || null;\n\n /**\n * Css class for the paging select element\n * @type {String}\n */\n this.pgSlcCssClass = f.paging_slc_css_class || 'pgSlc';\n\n /**\n * Css class for the paging input element\n * @type {String}\n */\n this.pgInpCssClass = f.paging_inp_css_class || 'pgNbInp';\n\n /**\n * Label and values for the results per page select, example of usage:\n * ['Records: ', [10,25,50,100]]\n * @type {Array}\n */\n this.resultsPerPage = f.results_per_page || null;\n\n /**\n * Determines if results per page is configured\n * @type {Boolean}\n */\n this.hasResultsPerPage = isArray(this.resultsPerPage);\n\n /**\n * Css class for the results per page select\n * @type {String}\n */\n this.resultsSlcCssClass = f.results_slc_css_class || 'rspg';\n\n /**\n * Css class for the label preceding results per page select\n * @type {String}\n */\n this.resultsSpanCssClass = f.results_span_css_class || 'rspgSpan';\n\n /**\n * Index of the first row of current page\n * @type {Number}\n * @private\n */\n this.startPagingRow = 0;\n\n /**\n * Total number of pages\n * @type {Number}\n * @private\n */\n this.nbPages = 0;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.currentPageNb = 1;\n\n /**\n * Next page button text\n * @type {String}\n */\n this.btnNextPageText = f.btn_next_page_text || '>';\n\n /**\n * Previous page button text\n * @type {String}\n */\n this.btnPrevPageText = f.btn_prev_page_text || '<';\n\n /**\n * Last page button text\n * @type {String}\n */\n this.btnLastPageText = f.btn_last_page_text || '>|';\n\n /**\n * First page button text\n * @type {String}\n */\n this.btnFirstPageText = f.btn_first_page_text || '|<';\n\n /**\n * Next page button HTML\n * @type {String}\n */\n this.btnNextPageHtml = f.btn_next_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Previous page button HTML\n * @type {String}\n */\n this.btnPrevPageHtml = f.btn_prev_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * First page button HTML\n * @type {String}\n */\n this.btnFirstPageHtml = f.btn_first_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Last page button HTML\n * @type {String}\n */\n this.btnLastPageHtml = f.btn_last_page_html ||\n (!tf.enableIcons ? null :\n '');\n\n /**\n * Text preceeding page selector drop-down\n * @type {String}\n */\n this.pageText = f.page_text || ' Page ';\n\n /**\n * Text after page selector drop-down\n * @type {String}\n */\n this.ofText = f.of_text || ' of ';\n\n /**\n * Css class for the span containing total number of pages\n * @type {String}\n */\n this.nbPgSpanCssClass = f.nb_pages_css_class || 'nbpg';\n\n /**\n * Determines if paging buttons are enabled (default: true)\n * @type {Boolean}\n */\n this.hasPagingBtns = f.paging_btns === false ? false : true;\n\n /**\n * Defines page selector type, two possible values: 'select', 'input'\n * @type {String}\n */\n this.pageSelectorType = f.page_selector_type || SELECT;\n\n /**\n * Callback fired before the page is changed\n * @type {Function}\n */\n this.onBeforeChangePage = isFn(f.on_before_change_page) ?\n f.on_before_change_page : EMPTY_FN;\n\n /**\n * Callback fired after the page is changed\n * @type {Function}\n */\n this.onAfterChangePage = isFn(f.on_after_change_page) ?\n f.on_after_change_page : EMPTY_FN;\n\n /**\n * Label preciding results per page select\n * @type {DOMElement}\n * @private\n */\n this.slcResultsTxt = null;\n /**\n * Span containing next page button\n * @type {DOMElement}\n * @private\n */\n this.btnNextCont = null;\n /**\n * Span containing previous page button\n * @type {DOMElement}\n * @private\n */\n this.btnPrevCont = null;\n /**\n * Span containing last page button\n * @type {DOMElement}\n * @private\n */\n this.btnLastCont = null;\n /**\n * Span containing first page button\n * @type {DOMElement}\n * @private\n */\n this.btnFirstCont = null;\n /**\n * Span for tot nb pages\n * @type {DOMElement}\n * @private\n */\n this.pgCont = null;\n /**\n * Span preceding pages select (contains 'Page')\n * @type {DOMElement}\n * @private\n */\n this.pgBefore = null;\n /**\n * Span following pages select (contains ' of ')\n * @type {DOMElement}\n * @private\n */\n this.pgAfter = null;\n\n var start_row = tf.refRow;\n var nrows = tf.getRowsNb(true);\n //calculates page nb\n this.nbPages = Math.ceil((nrows - start_row) / this.pagingLength);\n\n var o = this;\n /**\n * Paging DOM events handlers\n * @type {String}\n * @private\n */\n this.evt = {\n slcIndex() {\n return (o.pageSelectorType === SELECT) ?\n o.pagingSlc.options.selectedIndex :\n parseInt(o.pagingSlc.value, 10) - 1;\n },\n nbOpts() {\n return (o.pageSelectorType === SELECT) ?\n parseInt(o.pagingSlc.options.length, 10) - 1 :\n (o.nbPages - 1);\n },\n next() {\n var nextIndex = o.evt.slcIndex() < o.evt.nbOpts() ?\n o.evt.slcIndex() + 1 : 0;\n o.changePage(nextIndex);\n },\n prev() {\n var prevIndex = o.evt.slcIndex() > 0 ?\n o.evt.slcIndex() - 1 : o.evt.nbOpts();\n o.changePage(prevIndex);\n },\n last() {\n o.changePage(o.evt.nbOpts());\n },\n first() {\n o.changePage(0);\n },\n _detectKey(e) {\n var key = keyCode(e);\n if (key === ENTER_KEY) {\n if (tf.sorted) {\n tf.filter();\n o.changePage(o.evt.slcIndex());\n } else {\n o.changePage();\n }\n this.blur();\n }\n },\n slcPagesChange: null,\n nextEvt: null,\n prevEvt: null,\n lastEvt: null,\n firstEvt: null\n };\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n var slcPages;\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.initialized) {\n return;\n }\n\n // Check resultsPerPage is in expected format and initialise the\n // results per page component\n if (this.hasResultsPerPage) {\n if (this.resultsPerPage.length < 2) {\n this.hasResultsPerPage = false;\n } else {\n this.pagingLength = this.resultsPerPage[1][0];\n this.setResultsPerPage();\n }\n }\n\n evt.slcPagesChange = (event) => {\n var slc = event.target;\n this.changePage(slc.selectedIndex);\n };\n\n // Paging drop-down list selector\n if (this.pageSelectorType === SELECT) {\n slcPages = createElm(SELECT);\n slcPages.className = this.pgSlcCssClass;\n addEvt(slcPages, 'change', evt.slcPagesChange);\n }\n\n // Paging input selector\n if (this.pageSelectorType === INPUT) {\n slcPages = createElm(INPUT, ['value', this.currentPageNb]);\n slcPages.className = this.pgInpCssClass;\n addEvt(slcPages, 'keypress', evt._detectKey);\n }\n\n // btns containers\n var btnNextSpan = createElm('span');\n var btnPrevSpan = createElm('span');\n var btnLastSpan = createElm('span');\n var btnFirstSpan = createElm('span');\n\n if (this.hasPagingBtns) {\n // Next button\n if (!this.btnNextPageHtml) {\n var btnNext = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnNextPageText],\n ['title', 'Next']\n );\n btnNext.className = this.btnPageCssClass;\n addEvt(btnNext, 'click', evt.next);\n btnNextSpan.appendChild(btnNext);\n } else {\n btnNextSpan.innerHTML = this.btnNextPageHtml;\n addEvt(btnNextSpan, 'click', evt.next);\n }\n // Previous button\n if (!this.btnPrevPageHtml) {\n var btnPrev = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnPrevPageText],\n ['title', 'Previous']\n );\n btnPrev.className = this.btnPageCssClass;\n addEvt(btnPrev, 'click', evt.prev);\n btnPrevSpan.appendChild(btnPrev);\n } else {\n btnPrevSpan.innerHTML = this.btnPrevPageHtml;\n addEvt(btnPrevSpan, 'click', evt.prev);\n }\n // Last button\n if (!this.btnLastPageHtml) {\n var btnLast = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnLastPageText],\n ['title', 'Last']\n );\n btnLast.className = this.btnPageCssClass;\n addEvt(btnLast, 'click', evt.last);\n btnLastSpan.appendChild(btnLast);\n } else {\n btnLastSpan.innerHTML = this.btnLastPageHtml;\n addEvt(btnLastSpan, 'click', evt.last);\n }\n // First button\n if (!this.btnFirstPageHtml) {\n var btnFirst = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnFirstPageText],\n ['title', 'First']\n );\n btnFirst.className = this.btnPageCssClass;\n addEvt(btnFirst, 'click', evt.first);\n btnFirstSpan.appendChild(btnFirst);\n } else {\n btnFirstSpan.innerHTML = this.btnFirstPageHtml;\n addEvt(btnFirstSpan, 'click', evt.first);\n }\n }\n\n // paging elements (buttons+drop-down list) are added to defined element\n if (!this.pagingTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n targetEl.appendChild(btnFirstSpan);\n targetEl.appendChild(btnPrevSpan);\n\n var pgBeforeSpan = createElm('span');\n pgBeforeSpan.appendChild(createText(this.pageText));\n pgBeforeSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgBeforeSpan);\n targetEl.appendChild(slcPages);\n var pgAfterSpan = createElm('span');\n pgAfterSpan.appendChild(createText(this.ofText));\n pgAfterSpan.className = this.nbPgSpanCssClass;\n targetEl.appendChild(pgAfterSpan);\n var pgSpan = createElm('span');\n pgSpan.className = this.nbPgSpanCssClass;\n pgSpan.appendChild(createText(' ' + this.nbPages + ' '));\n targetEl.appendChild(pgSpan);\n targetEl.appendChild(btnNextSpan);\n targetEl.appendChild(btnLastSpan);\n\n this.btnNextCont = btnNextSpan;\n this.btnPrevCont = btnPrevSpan;\n this.btnLastCont = btnLastSpan;\n this.btnFirstCont = btnFirstSpan;\n this.pgCont = pgSpan;\n this.pgBefore = pgBeforeSpan;\n this.pgAfter = pgAfterSpan;\n this.pagingSlc = slcPages;\n\n this.setPagingInfo();\n\n if (!tf.fltGrid) {\n tf.validateAllRows();\n this.setPagingInfo(tf.validRowsIndex);\n }\n\n this.emitter.on(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.on(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.on(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Reset paging when filters are already instantiated\n * @param {Boolean} filterTable Execute filtering once paging instanciated\n */\n reset(filterTable = false) {\n var tf = this.tf;\n if (this.isEnabled()) {\n return;\n }\n this.enable();\n this.init();\n\n if (filterTable) {\n tf.filter();\n }\n }\n\n /**\n * Reset paging info from scratch after a filtering process\n */\n resetPagingInfo() {\n this.startPagingRow = 0;\n this.currentPageNb = 1;\n this.setPagingInfo(this.tf.validRowsIndex);\n }\n\n /**\n * Calculate number of pages based on valid rows\n * Refresh paging select according to number of pages\n * @param {Array} validRows Collection of valid rows\n */\n setPagingInfo(validRows) {\n var tf = this.tf;\n var mdiv = !this.pagingTgtId ? tf.mDiv : elm(this.pagingTgtId);\n\n //store valid rows indexes\n tf.validRowsIndex = validRows || tf.getValidRows(true);\n\n //calculate nb of pages\n this.nbPages = Math.ceil(tf.validRowsIndex.length / this.pagingLength);\n //refresh page nb span\n this.pgCont.innerHTML = this.nbPages;\n //select clearing shortcut\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.innerHTML = '';\n }\n\n if (this.nbPages > 0) {\n mdiv.style.visibility = 'visible';\n if (this.pageSelectorType === SELECT) {\n for (var z = 0; z < this.nbPages; z++) {\n var opt = createOpt(z + 1, z * this.pagingLength, false);\n this.pagingSlc.options[z] = opt;\n }\n } else {\n //input type\n this.pagingSlc.value = this.currentPageNb;\n }\n\n } else {\n /*** if no results paging select and buttons are hidden ***/\n mdiv.style.visibility = 'hidden';\n }\n this.groupByPage(tf.validRowsIndex);\n }\n\n /**\n * Group table rows by page and display valid rows\n * @param {Array} validRows Collection of valid rows\n */\n groupByPage(validRows) {\n var tf = this.tf;\n var rows = tf.dom().rows;\n var startPagingRow = parseInt(this.startPagingRow, 10);\n var endPagingRow = startPagingRow + parseInt(this.pagingLength, 10);\n\n //store valid rows indexes\n if (validRows) {\n tf.validRowsIndex = validRows;\n }\n\n //this loop shows valid rows of current page\n for (var h = 0, len = tf.getValidRowsNb(true); h < len; h++) {\n var validRowIdx = tf.validRowsIndex[h];\n var r = rows[validRowIdx];\n var isRowValid = r.getAttribute('validRow');\n var rowDisplayed = false;\n\n if (h >= startPagingRow && h < endPagingRow) {\n if (isNull(isRowValid) || Boolean(isRowValid === 'true')) {\n r.style.display = '';\n rowDisplayed = true;\n }\n } else {\n r.style.display = NONE;\n }\n this.emitter.emit('row-paged', tf, validRowIdx, h, rowDisplayed);\n }\n\n // broadcast grouping by page\n this.emitter.emit('grouped-by-page', tf, this);\n }\n\n /**\n * Return the current page number\n * @return {Number} Page number\n */\n getPage() {\n return this.currentPageNb;\n }\n\n /**\n * Show page defined by passed argument (string or number):\n * @param {String}/{Number} cmd possible string values: 'next',\n * 'previous', 'last', 'first' or page number as per param\n */\n setPage(cmd) {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.isEnabled()) {\n return;\n }\n var btnEvt = this.evt,\n cmdtype = typeof cmd;\n if (cmdtype === 'string') {\n switch (cmd.toLowerCase()) {\n case 'next':\n btnEvt.next();\n break;\n case 'previous':\n btnEvt.prev();\n break;\n case 'last':\n btnEvt.last();\n break;\n case 'first':\n btnEvt.first();\n break;\n default:\n btnEvt.next();\n break;\n }\n }\n else if (cmdtype === 'number') {\n this.changePage(cmd - 1);\n }\n }\n\n /**\n * Generates UI elements for the number of results per page drop-down\n */\n setResultsPerPage() {\n var tf = this.tf;\n var evt = this.evt;\n\n if (this.resultsPerPageSlc || !this.resultsPerPage) {\n return;\n }\n\n evt.slcResultsChange = (ev) => {\n this.onChangeResultsPerPage();\n ev.target.blur();\n };\n\n var slcR = createElm(SELECT);\n slcR.className = this.resultsSlcCssClass;\n var slcRText = this.resultsPerPage[0],\n slcROpts = this.resultsPerPage[1];\n var slcRSpan = createElm('span');\n slcRSpan.className = this.resultsSpanCssClass;\n\n // results per page select is added to external element\n if (!this.resultsPerPageTgtId) {\n tf.setToolbar();\n }\n var targetEl = !this.resultsPerPageTgtId ?\n tf.rDiv : elm(this.resultsPerPageTgtId);\n slcRSpan.appendChild(createText(slcRText));\n\n var help = tf.feature('help');\n if (help && help.btn) {\n help.btn.parentNode.insertBefore(slcRSpan, help.btn);\n help.btn.parentNode.insertBefore(slcR, help.btn);\n } else {\n targetEl.appendChild(slcRSpan);\n targetEl.appendChild(slcR);\n }\n\n for (var r = 0; r < slcROpts.length; r++) {\n var currOpt = new Option(slcROpts[r], slcROpts[r], false, false);\n slcR.options[r] = currOpt;\n }\n addEvt(slcR, 'change', evt.slcResultsChange);\n this.slcResultsTxt = slcRSpan;\n this.resultsPerPageSlc = slcR;\n }\n\n /**\n * Remove number of results per page UI elements\n */\n removeResultsPerPage() {\n var tf = this.tf;\n if (!tf.isInitialized() || !this.resultsPerPageSlc ||\n !this.resultsPerPage) {\n return;\n }\n if (this.resultsPerPageSlc) {\n removeElm(this.resultsPerPageSlc);\n }\n if (this.slcResultsTxt) {\n removeElm(this.slcResultsTxt);\n }\n this.resultsPerPageSlc = null;\n this.slcResultsTxt = null;\n }\n\n /**\n * Change the page based on passed index\n * @param {Number} index Index of the page (0-n)\n */\n changePage(index) {\n var tf = this.tf;\n\n if (!this.isEnabled()) {\n return;\n }\n\n this.emitter.emit('before-page-change', tf, (index + 1));\n\n if (index === null) {\n index = this.pageSelectorType === SELECT ?\n this.pagingSlc.options.selectedIndex : this.pagingSlc.value - 1;\n }\n if (index >= 0 && index <= (this.nbPages - 1)) {\n this.onBeforeChangePage(this, (index + 1));\n\n this.currentPageNb = parseInt(index, 10) + 1;\n if (this.pageSelectorType === SELECT) {\n this.pagingSlc.options[index].selected = true;\n } else {\n this.pagingSlc.value = this.currentPageNb;\n }\n\n this.startPagingRow = (this.pageSelectorType === SELECT) ?\n this.pagingSlc.value : (index * this.pagingLength);\n\n this.groupByPage();\n\n this.onAfterChangePage(this, (index + 1));\n }\n\n this.emitter.emit('after-page-change', tf, (index + 1));\n }\n\n /**\n * Change the number of results per page based on passed value\n * @param {String} val The number of results per page\n */\n changeResultsPerPage(val) {\n if (!this.isEnabled() || isNaN(val)) {\n return;\n }\n\n this.resultsPerPageSlc.value = val;\n this.onChangeResultsPerPage();\n }\n\n /**\n * Change rows according to page results drop-down\n */\n onChangeResultsPerPage() {\n let tf = this.tf;\n\n if (!this.isEnabled() || tf.getValidRowsNb() === 0) {\n return;\n }\n\n let {\n resultsPerPageSlc: slcR, pageSelectorType, pagingSlc, emitter\n } = this;\n\n emitter.emit('before-page-length-change', tf);\n\n let slcIndex = slcR.selectedIndex;\n let slcPagesSelIndex = (pageSelectorType === SELECT) ?\n pagingSlc.selectedIndex : parseInt(pagingSlc.value - 1, 10);\n this.pagingLength = parseInt(slcR.options[slcIndex].value, 10);\n this.startPagingRow = this.pagingLength * slcPagesSelIndex;\n\n if (!isNaN(this.pagingLength)) {\n if (this.startPagingRow >= tf.nbFilterableRows) {\n this.startPagingRow = (tf.nbFilterableRows - this.pagingLength);\n }\n this.setPagingInfo();\n\n if (pageSelectorType === SELECT) {\n let slcIdx =\n (pagingSlc.options.length - 1 <= slcPagesSelIndex) ?\n (pagingSlc.options.length - 1) : slcPagesSelIndex;\n pagingSlc.options[slcIdx].selected = true;\n }\n }\n\n emitter.emit('after-page-length-change', tf, this.pagingLength);\n }\n\n /**\n * Re-set page nb at page re-load\n */\n resetPage() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page', tf);\n var pgNb = tf.feature('store').getPageNb();\n if (pgNb !== '') {\n this.changePage((pgNb - 1));\n }\n this.emitter.emit('after-reset-page', tf, pgNb);\n }\n\n /**\n * Re-set page length value at page re-load\n */\n resetPageLength() {\n var tf = this.tf;\n if (!this.isEnabled()) {\n return;\n }\n this.emitter.emit('before-reset-page-length', tf);\n var pglenIndex = tf.feature('store').getPageLength();\n\n if (pglenIndex !== '') {\n this.resultsPerPageSlc.options[pglenIndex].selected = true;\n this.changeResultsPerPage();\n }\n this.emitter.emit('after-reset-page-length', tf, pglenIndex);\n }\n\n /**\n * Remove paging feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n var evt = this.evt;\n\n if (this.pagingSlc) {\n if (this.pageSelectorType === SELECT) {\n removeEvt(this.pagingSlc, 'change', evt.slcPagesChange);\n }\n else if (this.pageSelectorType === INPUT) {\n removeEvt(this.pagingSlc, 'keypress', evt._detectKey);\n }\n removeElm(this.pagingSlc);\n }\n\n if (this.btnNextCont) {\n removeEvt(this.btnNextCont, 'click', evt.next);\n removeElm(this.btnNextCont);\n this.btnNextCont = null;\n }\n\n if (this.btnPrevCont) {\n removeEvt(this.btnPrevCont, 'click', evt.prev);\n removeElm(this.btnPrevCont);\n this.btnPrevCont = null;\n }\n\n if (this.btnLastCont) {\n removeEvt(this.btnLastCont, 'click', evt.last);\n removeElm(this.btnLastCont);\n this.btnLastCont = null;\n }\n\n if (this.btnFirstCont) {\n removeEvt(this.btnFirstCont, 'click', evt.first);\n removeElm(this.btnFirstCont);\n this.btnFirstCont = null;\n }\n\n if (this.pgBefore) {\n removeElm(this.pgBefore);\n this.pgBefore = null;\n }\n\n if (this.pgAfter) {\n removeElm(this.pgAfter);\n this.pgAfter = null;\n }\n\n if (this.pgCont) {\n removeElm(this.pgCont);\n this.pgCont = null;\n }\n\n if (this.hasResultsPerPage) {\n this.removeResultsPerPage();\n }\n\n this.emitter.off(['after-filtering'], () => this.resetPagingInfo());\n this.emitter.off(['change-page'],\n (tf, pageNumber) => this.setPage(pageNumber));\n this.emitter.off(['change-page-results'],\n (tf, pageLength) => this.changeResultsPerPage(pageLength));\n\n this.pagingSlc = null;\n this.nbPages = 0;\n this.disable();\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 548, + "__docId__": 549, "kind": "class", "static": true, "variation": null, @@ -12069,7 +12090,7 @@ ] }, { - "__docId__": 549, + "__docId__": 550, "kind": "constructor", "static": false, "variation": null, @@ -12094,7 +12115,7 @@ "generator": false }, { - "__docId__": 550, + "__docId__": 551, "kind": "member", "static": false, "variation": null, @@ -12114,7 +12135,7 @@ } }, { - "__docId__": 551, + "__docId__": 552, "kind": "member", "static": false, "variation": null, @@ -12134,7 +12155,7 @@ } }, { - "__docId__": 552, + "__docId__": 553, "kind": "member", "static": false, "variation": null, @@ -12154,7 +12175,7 @@ } }, { - "__docId__": 553, + "__docId__": 554, "kind": "member", "static": false, "variation": null, @@ -12174,7 +12195,7 @@ } }, { - "__docId__": 554, + "__docId__": 555, "kind": "member", "static": false, "variation": null, @@ -12194,7 +12215,7 @@ } }, { - "__docId__": 555, + "__docId__": 556, "kind": "member", "static": false, "variation": null, @@ -12214,7 +12235,7 @@ } }, { - "__docId__": 556, + "__docId__": 557, "kind": "member", "static": false, "variation": null, @@ -12234,7 +12255,7 @@ } }, { - "__docId__": 557, + "__docId__": 558, "kind": "member", "static": false, "variation": null, @@ -12254,7 +12275,7 @@ } }, { - "__docId__": 558, + "__docId__": 559, "kind": "member", "static": false, "variation": null, @@ -12274,7 +12295,7 @@ } }, { - "__docId__": 559, + "__docId__": 560, "kind": "member", "static": false, "variation": null, @@ -12294,7 +12315,7 @@ } }, { - "__docId__": 560, + "__docId__": 561, "kind": "member", "static": false, "variation": null, @@ -12314,7 +12335,7 @@ } }, { - "__docId__": 561, + "__docId__": 562, "kind": "member", "static": false, "variation": null, @@ -12334,7 +12355,7 @@ } }, { - "__docId__": 562, + "__docId__": 563, "kind": "member", "static": false, "variation": null, @@ -12354,7 +12375,7 @@ } }, { - "__docId__": 563, + "__docId__": 564, "kind": "member", "static": false, "variation": null, @@ -12374,7 +12395,7 @@ } }, { - "__docId__": 564, + "__docId__": 565, "kind": "member", "static": false, "variation": null, @@ -12394,7 +12415,7 @@ } }, { - "__docId__": 565, + "__docId__": 566, "kind": "member", "static": false, "variation": null, @@ -12414,7 +12435,7 @@ } }, { - "__docId__": 566, + "__docId__": 567, "kind": "member", "static": false, "variation": null, @@ -12434,7 +12455,7 @@ } }, { - "__docId__": 567, + "__docId__": 568, "kind": "member", "static": false, "variation": null, @@ -12454,7 +12475,7 @@ } }, { - "__docId__": 568, + "__docId__": 569, "kind": "member", "static": false, "variation": null, @@ -12474,7 +12495,7 @@ } }, { - "__docId__": 569, + "__docId__": 570, "kind": "member", "static": false, "variation": null, @@ -12494,7 +12515,7 @@ } }, { - "__docId__": 570, + "__docId__": 571, "kind": "member", "static": false, "variation": null, @@ -12514,7 +12535,7 @@ } }, { - "__docId__": 571, + "__docId__": 572, "kind": "member", "static": false, "variation": null, @@ -12534,7 +12555,7 @@ } }, { - "__docId__": 572, + "__docId__": 573, "kind": "member", "static": false, "variation": null, @@ -12554,7 +12575,7 @@ } }, { - "__docId__": 573, + "__docId__": 574, "kind": "member", "static": false, "variation": null, @@ -12574,7 +12595,7 @@ } }, { - "__docId__": 574, + "__docId__": 575, "kind": "member", "static": false, "variation": null, @@ -12594,7 +12615,7 @@ } }, { - "__docId__": 575, + "__docId__": 576, "kind": "member", "static": false, "variation": null, @@ -12614,7 +12635,7 @@ } }, { - "__docId__": 576, + "__docId__": 577, "kind": "member", "static": false, "variation": null, @@ -12634,7 +12655,7 @@ } }, { - "__docId__": 577, + "__docId__": 578, "kind": "member", "static": false, "variation": null, @@ -12654,7 +12675,7 @@ } }, { - "__docId__": 578, + "__docId__": 579, "kind": "member", "static": false, "variation": null, @@ -12674,7 +12695,7 @@ } }, { - "__docId__": 579, + "__docId__": 580, "kind": "member", "static": false, "variation": null, @@ -12694,7 +12715,7 @@ } }, { - "__docId__": 580, + "__docId__": 581, "kind": "member", "static": false, "variation": null, @@ -12714,7 +12735,7 @@ } }, { - "__docId__": 581, + "__docId__": 582, "kind": "member", "static": false, "variation": null, @@ -12734,7 +12755,7 @@ } }, { - "__docId__": 582, + "__docId__": 583, "kind": "member", "static": false, "variation": null, @@ -12754,7 +12775,7 @@ } }, { - "__docId__": 583, + "__docId__": 584, "kind": "member", "static": false, "variation": null, @@ -12774,7 +12795,7 @@ } }, { - "__docId__": 584, + "__docId__": 585, "kind": "member", "static": false, "variation": null, @@ -12794,7 +12815,7 @@ } }, { - "__docId__": 585, + "__docId__": 586, "kind": "member", "static": false, "variation": null, @@ -12814,7 +12835,7 @@ } }, { - "__docId__": 586, + "__docId__": 587, "kind": "member", "static": false, "variation": null, @@ -12834,7 +12855,7 @@ } }, { - "__docId__": 587, + "__docId__": 588, "kind": "member", "static": false, "variation": null, @@ -12854,7 +12875,7 @@ } }, { - "__docId__": 588, + "__docId__": 589, "kind": "member", "static": false, "variation": null, @@ -12872,7 +12893,7 @@ } }, { - "__docId__": 589, + "__docId__": 590, "kind": "member", "static": false, "variation": null, @@ -12892,7 +12913,7 @@ } }, { - "__docId__": 590, + "__docId__": 591, "kind": "method", "static": false, "variation": null, @@ -12906,7 +12927,7 @@ "generator": false }, { - "__docId__": 591, + "__docId__": 592, "kind": "member", "static": false, "variation": null, @@ -12924,7 +12945,7 @@ } }, { - "__docId__": 592, + "__docId__": 593, "kind": "member", "static": false, "variation": null, @@ -12942,7 +12963,7 @@ } }, { - "__docId__": 593, + "__docId__": 594, "kind": "member", "static": false, "variation": null, @@ -12960,7 +12981,7 @@ } }, { - "__docId__": 594, + "__docId__": 595, "kind": "member", "static": false, "variation": null, @@ -12978,7 +12999,7 @@ } }, { - "__docId__": 595, + "__docId__": 596, "kind": "member", "static": false, "variation": null, @@ -12996,7 +13017,7 @@ } }, { - "__docId__": 596, + "__docId__": 597, "kind": "member", "static": false, "variation": null, @@ -13014,7 +13035,7 @@ } }, { - "__docId__": 597, + "__docId__": 598, "kind": "member", "static": false, "variation": null, @@ -13032,7 +13053,7 @@ } }, { - "__docId__": 598, + "__docId__": 599, "kind": "member", "static": false, "variation": null, @@ -13050,7 +13071,7 @@ } }, { - "__docId__": 599, + "__docId__": 600, "kind": "member", "static": false, "variation": null, @@ -13068,7 +13089,7 @@ } }, { - "__docId__": 600, + "__docId__": 601, "kind": "member", "static": false, "variation": null, @@ -13086,7 +13107,7 @@ } }, { - "__docId__": 601, + "__docId__": 602, "kind": "member", "static": false, "variation": null, @@ -13109,7 +13130,7 @@ } }, { - "__docId__": 602, + "__docId__": 603, "kind": "method", "static": false, "variation": null, @@ -13134,7 +13155,7 @@ "generator": false }, { - "__docId__": 603, + "__docId__": 604, "kind": "method", "static": false, "variation": null, @@ -13148,7 +13169,7 @@ "generator": false }, { - "__docId__": 604, + "__docId__": 605, "kind": "member", "static": false, "variation": null, @@ -13166,7 +13187,7 @@ } }, { - "__docId__": 605, + "__docId__": 606, "kind": "member", "static": false, "variation": null, @@ -13184,7 +13205,7 @@ } }, { - "__docId__": 606, + "__docId__": 607, "kind": "method", "static": false, "variation": null, @@ -13209,7 +13230,7 @@ "generator": false }, { - "__docId__": 607, + "__docId__": 608, "kind": "member", "static": false, "variation": null, @@ -13227,7 +13248,7 @@ } }, { - "__docId__": 608, + "__docId__": 609, "kind": "method", "static": false, "variation": null, @@ -13252,7 +13273,7 @@ "generator": false }, { - "__docId__": 609, + "__docId__": 610, "kind": "method", "static": false, "variation": null, @@ -13274,7 +13295,7 @@ "generator": false }, { - "__docId__": 610, + "__docId__": 611, "kind": "method", "static": false, "variation": null, @@ -13299,7 +13320,7 @@ "generator": false }, { - "__docId__": 611, + "__docId__": 612, "kind": "method", "static": false, "variation": null, @@ -13313,7 +13334,7 @@ "generator": false }, { - "__docId__": 612, + "__docId__": 613, "kind": "member", "static": false, "variation": null, @@ -13331,7 +13352,7 @@ } }, { - "__docId__": 613, + "__docId__": 614, "kind": "member", "static": false, "variation": null, @@ -13349,7 +13370,7 @@ } }, { - "__docId__": 614, + "__docId__": 615, "kind": "method", "static": false, "variation": null, @@ -13363,7 +13384,7 @@ "generator": false }, { - "__docId__": 615, + "__docId__": 616, "kind": "member", "static": false, "variation": null, @@ -13381,7 +13402,7 @@ } }, { - "__docId__": 616, + "__docId__": 617, "kind": "member", "static": false, "variation": null, @@ -13399,7 +13420,7 @@ } }, { - "__docId__": 617, + "__docId__": 618, "kind": "method", "static": false, "variation": null, @@ -13424,7 +13445,7 @@ "generator": false }, { - "__docId__": 618, + "__docId__": 619, "kind": "member", "static": false, "variation": null, @@ -13442,7 +13463,7 @@ } }, { - "__docId__": 619, + "__docId__": 620, "kind": "member", "static": false, "variation": null, @@ -13460,7 +13481,7 @@ } }, { - "__docId__": 620, + "__docId__": 621, "kind": "method", "static": false, "variation": null, @@ -13485,7 +13506,7 @@ "generator": false }, { - "__docId__": 621, + "__docId__": 622, "kind": "method", "static": false, "variation": null, @@ -13499,7 +13520,7 @@ "generator": false }, { - "__docId__": 622, + "__docId__": 623, "kind": "member", "static": false, "variation": null, @@ -13517,7 +13538,7 @@ } }, { - "__docId__": 623, + "__docId__": 624, "kind": "member", "static": false, "variation": null, @@ -13535,7 +13556,7 @@ } }, { - "__docId__": 624, + "__docId__": 625, "kind": "member", "static": false, "variation": null, @@ -13553,7 +13574,7 @@ } }, { - "__docId__": 625, + "__docId__": 626, "kind": "method", "static": false, "variation": null, @@ -13567,7 +13588,7 @@ "generator": false }, { - "__docId__": 626, + "__docId__": 627, "kind": "method", "static": false, "variation": null, @@ -13581,7 +13602,7 @@ "generator": false }, { - "__docId__": 627, + "__docId__": 628, "kind": "method", "static": false, "variation": null, @@ -13595,7 +13616,7 @@ "generator": false }, { - "__docId__": 628, + "__docId__": 629, "kind": "member", "static": false, "variation": null, @@ -13613,7 +13634,7 @@ } }, { - "__docId__": 629, + "__docId__": 630, "kind": "member", "static": false, "variation": null, @@ -13631,7 +13652,7 @@ } }, { - "__docId__": 630, + "__docId__": 631, "kind": "member", "static": false, "variation": null, @@ -13649,7 +13670,7 @@ } }, { - "__docId__": 631, + "__docId__": 632, "kind": "member", "static": false, "variation": null, @@ -13667,7 +13688,7 @@ } }, { - "__docId__": 632, + "__docId__": 633, "kind": "member", "static": false, "variation": null, @@ -13685,7 +13706,7 @@ } }, { - "__docId__": 633, + "__docId__": 634, "kind": "member", "static": false, "variation": null, @@ -13703,7 +13724,7 @@ } }, { - "__docId__": 634, + "__docId__": 635, "kind": "member", "static": false, "variation": null, @@ -13721,7 +13742,7 @@ } }, { - "__docId__": 635, + "__docId__": 636, "kind": "member", "static": false, "variation": null, @@ -13739,7 +13760,7 @@ } }, { - "__docId__": 636, + "__docId__": 637, "kind": "member", "static": false, "variation": null, @@ -13757,7 +13778,7 @@ } }, { - "__docId__": 637, + "__docId__": 638, "kind": "member", "static": false, "variation": null, @@ -13775,7 +13796,7 @@ } }, { - "__docId__": 638, + "__docId__": 639, "kind": "file", "static": true, "variation": null, @@ -13788,7 +13809,7 @@ "content": "import {Feature} from '../feature';\nimport {isFn, isUndef, EMPTY_FN} from '../types';\nimport {createElm, removeElm} from '../dom';\nimport {addEvt, cancelEvt, stopEvt, targetEvt, removeEvt} from '../event';\nimport {INPUT, NONE, CHECKLIST, MULTIPLE} from '../const';\nimport {root} from '../root';\n\n/**\n * Pop-up filter component\n * @export\n * @class PopupFilter\n * @extends {Feature}\n */\nexport class PopupFilter extends Feature {\n\n /**\n * Creates an instance of PopupFilter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'popupFilters');\n\n // Configuration object\n let f = this.config;\n\n // Enable external filters\n tf.isExternalFlt = true;\n tf.externalFltTgtIds = [];\n\n /**\n * Close active popup filter upon filtering, enabled by default\n * @type {Boolean}\n */\n this.closeOnFiltering = f.popup_filters_close_on_filtering === false ?\n false : true;\n\n /**\n * Filter icon path\n * @type {String}\n */\n this.iconPath = f.popup_filters_image ||\n tf.themesPath + 'icn_filter.gif';\n\n /**\n * Active filter icon path\n * @type {string}\n */\n this.activeIconPath = f.popup_filters_image_active ||\n tf.themesPath + 'icn_filterActive.gif';\n\n /**\n * HTML for the filter icon\n * @type {string}\n */\n this.iconHtml = f.popup_filters_image_html ||\n '\"Column';\n\n /**\n * Css class assigned to the popup container element\n * @type {String}\n */\n this.placeholderCssClass =\n f.popup_placeholder_css_class || 'popUpPlaceholder';\n\n /**\n * Css class assigned to filter container element\n * @type {String}\n */\n this.containerCssClass = f.popup_div_css_class || 'popUpFilter';\n\n /**\n * Ensure filter's container element width matches column width, enabled\n * by default\n * @type {Boolean}\n */\n this.adjustToContainer =\n f.popup_filters_adjust_to_container === false ? false : true;\n\n /**\n * Callback fired before a popup filter is opened\n * @type {Function}\n */\n this.onBeforeOpen = isFn(f.on_before_popup_filter_open) ?\n f.on_before_popup_filter_open : EMPTY_FN;\n\n /**\n * Callback fired after a popup filter is opened\n * @type {Function}\n */\n this.onAfterOpen = isFn(f.on_after_popup_filter_open) ?\n f.on_after_popup_filter_open : EMPTY_FN;\n\n /**\n * Callback fired before a popup filter is closed\n * @type {Function}\n */\n this.onBeforeClose = isFn(f.on_before_popup_filter_close) ?\n f.on_before_popup_filter_close : EMPTY_FN;\n\n /**\n * Callback fired after a popup filter is closed\n * @type {Function}\n */\n this.onAfterClose = isFn(f.on_after_popup_filter_close) ?\n f.on_after_popup_filter_close : EMPTY_FN;\n\n /**\n * Collection of filters spans\n * @type {Array}\n * @private\n */\n this.fltSpans = [];\n\n /**\n * Collection of filters icons\n * @type {Array}\n * @private\n */\n this.fltIcons = [];\n\n /**\n * Collection of filters icons cached after pop-up filters are removed\n * @type {Array}\n * @private\n */\n this.filtersCache = null;\n\n /**\n * Collection of filters containers\n * @type {Array}\n * @private\n */\n this.fltElms = this.filtersCache || [];\n\n /**\n * Prefix for pop-up filter container ID\n * @type {String}\n * @private\n */\n this.prfxDiv = 'popup_';\n\n /**\n * Column index of popup filter currently active\n * @type {Number}\n * @private\n */\n this.activeFilterIdx = -1;\n }\n\n /**\n * Click event handler for pop-up filter icon\n * @private\n */\n onClick(evt) {\n let elm = targetEvt(evt).parentNode;\n let colIndex = parseInt(elm.getAttribute('ci'), 10);\n\n this.closeAll(colIndex);\n this.toggle(colIndex);\n\n if (this.adjustToContainer) {\n let cont = this.fltElms[colIndex],\n header = this.tf.getHeaderElement(colIndex),\n headerWidth = header.clientWidth * 0.95;\n cont.style.width = parseInt(headerWidth, 10) + 'px';\n }\n cancelEvt(evt);\n stopEvt(evt);\n }\n\n /**\n * Mouse-up event handler handling popup filter auto-close behaviour\n * @private\n */\n onMouseup(evt) {\n if (this.activeFilterIdx === -1) {\n return;\n }\n let targetElm = targetEvt(evt);\n let activeFlt = this.fltElms[this.activeFilterIdx];\n let icon = this.fltIcons[this.activeFilterIdx];\n\n if (icon === targetElm) {\n return;\n }\n\n while (targetElm && targetElm !== activeFlt) {\n targetElm = targetElm.parentNode;\n }\n\n if (targetElm !== activeFlt) {\n this.close(this.activeFilterIdx);\n }\n\n return;\n }\n\n /**\n * Initialize DOM elements\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n // Override headers row index if no grouped headers\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.headersRow <= 1 && isNaN(tf.config().headers_row_index)) {\n tf.headersRow = 0;\n }\n\n // Adjust headers row index for grid-layout mode\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n if (tf.gridLayout) {\n tf.headersRow--;\n this.buildIcons();\n }\n\n // subscribe to events\n this.emitter.on(['before-filtering'], () => this.setIconsState());\n this.emitter.on(['after-filtering'], () => this.closeAll());\n this.emitter.on(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.on(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.on(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n /** @inherited */\n this.initialized = true;\n }\n\n /**\n * Reset previously destroyed feature\n */\n reset() {\n this.enable();\n this.init();\n this.buildIcons();\n this.buildAll();\n }\n\n /**\n * Build all filters icons\n */\n buildIcons() {\n let tf = this.tf;\n\n // TODO: Because of the filters row generation, headers row index needs\n // adjusting: prevent useless row generation\n tf.headersRow++;\n\n for (let i = 0; i < tf.nbCells; i++) {\n if (tf.getFilterType(i) === NONE) {\n continue;\n }\n let icon = createElm('span', ['ci', i]);\n icon.innerHTML = this.iconHtml;\n let header = tf.getHeaderElement(i);\n header.appendChild(icon);\n addEvt(icon, 'click', (evt) => this.onClick(evt));\n this.fltSpans[i] = icon;\n this.fltIcons[i] = icon.firstChild;\n }\n }\n\n /**\n * Build all pop-up filters elements\n */\n buildAll() {\n for (let i = 0; i < this.filtersCache.length; i++) {\n this.build(i, this.filtersCache[i]);\n }\n }\n\n /**\n * Build a specified pop-up filter elements\n * @param {Number} colIndex Column index\n * @param {Object} div Optional container DOM element\n */\n build(colIndex, div) {\n let tf = this.tf;\n let contId = `${this.prfxDiv}${tf.id}_${colIndex}`;\n let placeholder = createElm('div', ['class', this.placeholderCssClass]);\n let cont = div ||\n createElm('div', ['id', contId], ['class', this.containerCssClass]);\n tf.externalFltTgtIds.push(cont.id);\n placeholder.appendChild(cont);\n\n let header = tf.getHeaderElement(colIndex);\n header.insertBefore(placeholder, header.firstChild);\n addEvt(cont, 'click', (evt) => stopEvt(evt));\n this.fltElms[colIndex] = cont;\n }\n\n /**\n * Toggle visibility of specified filter\n * @param {Number} colIndex Column index\n */\n toggle(colIndex) {\n if (!this.isOpen(colIndex)) {\n this.open(colIndex);\n } else {\n this.close(colIndex);\n }\n }\n\n /**\n * Open popup filter of specified column\n * @param {Number} colIndex Column index\n */\n open(colIndex) {\n let tf = this.tf,\n container = this.fltElms[colIndex];\n\n this.onBeforeOpen(this, container, colIndex);\n\n container.style.display = 'block';\n this.activeFilterIdx = colIndex;\n addEvt(root, 'mouseup', (evt) => this.onMouseup(evt));\n\n if (tf.getFilterType(colIndex) === INPUT) {\n let flt = tf.getFilterElement(colIndex);\n if (flt) {\n flt.focus();\n }\n }\n\n this.onAfterOpen(this, container, colIndex);\n }\n\n /**\n * Close popup filter of specified column\n * @param {Number} colIndex Column index\n */\n close(colIndex) {\n let container = this.fltElms[colIndex];\n\n this.onBeforeClose(this, container, colIndex);\n\n container.style.display = NONE;\n if (this.activeFilterIdx === colIndex) {\n this.activeFilterIdx = -1;\n }\n removeEvt(root, 'mouseup', (evt) => this.onMouseup(evt));\n\n this.onAfterClose(this, container, colIndex);\n }\n\n /**\n * Check if popup filter for specified column is open\n * @param {Number} colIndex Column index\n * @returns {Boolean}\n */\n isOpen(colIndex) {\n return this.fltElms[colIndex].style.display === 'block';\n }\n\n /**\n * Close all filters excepted for the specified one if any\n * @param {Number} exceptIdx Column index of the filter to not close\n */\n closeAll(exceptIdx) {\n // Do not close filters only if argument is undefined and close on\n // filtering option is disabled\n if (isUndef(exceptIdx) && !this.closeOnFiltering) {\n return;\n }\n for (let i = 0; i < this.fltElms.length; i++) {\n if (i === exceptIdx) {\n continue;\n }\n let fltType = tf.getFilterType(i);\n let isMultipleFilter =\n (fltType === CHECKLIST || fltType === MULTIPLE);\n\n // Always hide all single selection filter types but hide multiple\n // selection filter types only if index set\n if (!isMultipleFilter || !isUndef(exceptIdx)) {\n this.close(i);\n }\n }\n }\n\n /**\n * Build all the icons representing the pop-up filters\n */\n setIconsState() {\n for (let i = 0; i < this.fltIcons.length; i++) {\n this.changeState(i, false);\n }\n }\n\n /**\n * Apply specified icon state\n * @param {Number} colIndex Column index\n * @param {Boolean} active Apply active state\n */\n changeState(colIndex, active) {\n let icon = this.fltIcons[colIndex];\n if (icon) {\n icon.src = active ? this.activeIconPath : this.iconPath;\n }\n }\n\n /**\n * Remove pop-up filters\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.filtersCache = [];\n for (let i = 0; i < this.fltElms.length; i++) {\n let container = this.fltElms[i],\n placeholder = container.parentNode,\n icon = this.fltSpans[i],\n iconImg = this.fltIcons[i];\n if (container) {\n removeElm(container);\n this.filtersCache[i] = container;\n }\n container = null;\n if (placeholder) {\n removeElm(placeholder);\n }\n placeholder = null;\n if (icon) {\n removeElm(icon);\n }\n icon = null;\n if (iconImg) {\n removeElm(iconImg);\n }\n iconImg = null;\n }\n this.fltElms = [];\n this.fltSpans = [];\n this.fltIcons = [];\n\n // TODO: expose an API to handle external filter IDs\n tf.externalFltTgtIds = [];\n\n // unsubscribe to events\n this.emitter.off(['before-filtering'], () => this.setIconsState());\n this.emitter.off(['after-filtering'], () => this.closeAll());\n this.emitter.off(['cell-processed'],\n (tf, cellIndex) => this.changeState(cellIndex, true));\n this.emitter.off(['filters-row-inserted'], () => this.buildIcons());\n this.emitter.off(['before-filter-init'],\n (tf, colIndex) => this.build(colIndex));\n\n this.initialized = false;\n }\n\n}\n" }, { - "__docId__": 639, + "__docId__": 640, "kind": "class", "static": true, "variation": null, @@ -13817,7 +13838,7 @@ ] }, { - "__docId__": 640, + "__docId__": 641, "kind": "constructor", "static": false, "variation": null, @@ -13842,7 +13863,7 @@ "generator": false }, { - "__docId__": 641, + "__docId__": 642, "kind": "member", "static": false, "variation": null, @@ -13862,7 +13883,7 @@ } }, { - "__docId__": 642, + "__docId__": 643, "kind": "member", "static": false, "variation": null, @@ -13882,7 +13903,7 @@ } }, { - "__docId__": 643, + "__docId__": 644, "kind": "member", "static": false, "variation": null, @@ -13902,7 +13923,7 @@ } }, { - "__docId__": 644, + "__docId__": 645, "kind": "member", "static": false, "variation": null, @@ -13922,7 +13943,7 @@ } }, { - "__docId__": 645, + "__docId__": 646, "kind": "member", "static": false, "variation": null, @@ -13942,7 +13963,7 @@ } }, { - "__docId__": 646, + "__docId__": 647, "kind": "member", "static": false, "variation": null, @@ -13962,7 +13983,7 @@ } }, { - "__docId__": 647, + "__docId__": 648, "kind": "member", "static": false, "variation": null, @@ -13982,7 +14003,7 @@ } }, { - "__docId__": 648, + "__docId__": 649, "kind": "member", "static": false, "variation": null, @@ -14002,7 +14023,7 @@ } }, { - "__docId__": 649, + "__docId__": 650, "kind": "member", "static": false, "variation": null, @@ -14022,7 +14043,7 @@ } }, { - "__docId__": 650, + "__docId__": 651, "kind": "member", "static": false, "variation": null, @@ -14042,7 +14063,7 @@ } }, { - "__docId__": 651, + "__docId__": 652, "kind": "member", "static": false, "variation": null, @@ -14062,7 +14083,7 @@ } }, { - "__docId__": 652, + "__docId__": 653, "kind": "member", "static": false, "variation": null, @@ -14082,7 +14103,7 @@ } }, { - "__docId__": 653, + "__docId__": 654, "kind": "member", "static": false, "variation": null, @@ -14102,7 +14123,7 @@ } }, { - "__docId__": 654, + "__docId__": 655, "kind": "member", "static": false, "variation": null, @@ -14122,7 +14143,7 @@ } }, { - "__docId__": 655, + "__docId__": 656, "kind": "member", "static": false, "variation": null, @@ -14142,7 +14163,7 @@ } }, { - "__docId__": 656, + "__docId__": 657, "kind": "member", "static": false, "variation": null, @@ -14162,7 +14183,7 @@ } }, { - "__docId__": 657, + "__docId__": 658, "kind": "member", "static": false, "variation": null, @@ -14182,7 +14203,7 @@ } }, { - "__docId__": 658, + "__docId__": 659, "kind": "method", "static": false, "variation": null, @@ -14203,7 +14224,7 @@ "generator": false }, { - "__docId__": 659, + "__docId__": 660, "kind": "method", "static": false, "variation": null, @@ -14224,7 +14245,7 @@ "generator": false }, { - "__docId__": 660, + "__docId__": 661, "kind": "method", "static": false, "variation": null, @@ -14238,7 +14259,7 @@ "generator": false }, { - "__docId__": 661, + "__docId__": 662, "kind": "member", "static": false, "variation": null, @@ -14261,7 +14282,7 @@ } }, { - "__docId__": 662, + "__docId__": 663, "kind": "method", "static": false, "variation": null, @@ -14275,7 +14296,7 @@ "generator": false }, { - "__docId__": 663, + "__docId__": 664, "kind": "method", "static": false, "variation": null, @@ -14289,7 +14310,7 @@ "generator": false }, { - "__docId__": 664, + "__docId__": 665, "kind": "method", "static": false, "variation": null, @@ -14303,7 +14324,7 @@ "generator": false }, { - "__docId__": 665, + "__docId__": 666, "kind": "method", "static": false, "variation": null, @@ -14338,7 +14359,7 @@ "generator": false }, { - "__docId__": 666, + "__docId__": 667, "kind": "method", "static": false, "variation": null, @@ -14363,7 +14384,7 @@ "generator": false }, { - "__docId__": 667, + "__docId__": 668, "kind": "method", "static": false, "variation": null, @@ -14388,7 +14409,7 @@ "generator": false }, { - "__docId__": 668, + "__docId__": 669, "kind": "member", "static": false, "variation": null, @@ -14406,7 +14427,7 @@ } }, { - "__docId__": 669, + "__docId__": 670, "kind": "method", "static": false, "variation": null, @@ -14431,7 +14452,7 @@ "generator": false }, { - "__docId__": 670, + "__docId__": 671, "kind": "member", "static": false, "variation": null, @@ -14449,7 +14470,7 @@ } }, { - "__docId__": 671, + "__docId__": 672, "kind": "method", "static": false, "variation": null, @@ -14488,7 +14509,7 @@ "generator": false }, { - "__docId__": 672, + "__docId__": 673, "kind": "method", "static": false, "variation": null, @@ -14513,7 +14534,7 @@ "generator": false }, { - "__docId__": 673, + "__docId__": 674, "kind": "method", "static": false, "variation": null, @@ -14527,7 +14548,7 @@ "generator": false }, { - "__docId__": 674, + "__docId__": 675, "kind": "method", "static": false, "variation": null, @@ -14562,7 +14583,7 @@ "generator": false }, { - "__docId__": 675, + "__docId__": 676, "kind": "method", "static": false, "variation": null, @@ -14576,7 +14597,7 @@ "generator": false }, { - "__docId__": 676, + "__docId__": 677, "kind": "member", "static": false, "variation": null, @@ -14594,7 +14615,7 @@ } }, { - "__docId__": 677, + "__docId__": 678, "kind": "member", "static": false, "variation": null, @@ -14612,7 +14633,7 @@ } }, { - "__docId__": 678, + "__docId__": 679, "kind": "member", "static": false, "variation": null, @@ -14630,7 +14651,7 @@ } }, { - "__docId__": 679, + "__docId__": 680, "kind": "member", "static": false, "variation": null, @@ -14648,7 +14669,7 @@ } }, { - "__docId__": 680, + "__docId__": 681, "kind": "member", "static": false, "variation": null, @@ -14666,7 +14687,7 @@ } }, { - "__docId__": 681, + "__docId__": 682, "kind": "file", "static": true, "variation": null, @@ -14679,7 +14700,7 @@ "content": "import {Feature} from '../feature';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\n\n/**\n * Rows counter UI component\n * @export\n * @class RowsCounter\n * @extends {Feature}\n */\nexport class RowsCounter extends Feature {\n\n /**\n * Creates an instance of RowsCounter\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'rowsCounter');\n\n // TableFilter configuration\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.rows_counter_target_id || null;\n\n /**\n * Container DOM element\n * @type {DOMElement}\n * @private\n */\n this.container = null;\n\n /**\n * Container DOM element for label displaying the total number of rows\n * @type {DOMElement}\n * @private\n */\n this.label = null;\n\n /**\n * Text preceding the total number of rows\n * @type {String}\n */\n this.text = f.rows_counter_text || 'Rows: ';\n\n /**\n * Separator symbol appearing between the first and last visible rows of\n * current page when paging is enabled. ie: Rows: 31-40 / 70\n * @type {String}\n */\n this.fromToTextSeparator = f.from_to_text_separator || '-';\n\n /**\n * Separator symbol appearing between the first and last visible rows of\n * current page and the total number of filterable rows when paging is\n * enabled. ie: Rows: 31-40 / 70\n * @type {String}\n */\n this.overText = f.over_text || ' / ';\n\n /**\n * Css class for container element\n * @type {String}\n */\n this.cssClass = f.tot_rows_css_class || 'tot';\n\n /**\n * Callback fired before the counter is refreshed\n * @type {Function}\n */\n this.onBeforeRefreshCounter = isFn(f.on_before_refresh_counter) ?\n f.on_before_refresh_counter : EMPTY_FN;\n\n /**\n * Callback fired after the counter is refreshed\n * @type {Function}\n */\n this.onAfterRefreshCounter = isFn(f.on_after_refresh_counter) ?\n f.on_after_refresh_counter : EMPTY_FN;\n }\n\n /**\n * Initializes RowsCounter instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n\n //rows counter container\n let countDiv = createElm('div');\n countDiv.className = this.cssClass;\n //rows counter label\n let countSpan = createElm('span');\n let countText = createElm('span');\n countText.appendChild(createText(this.text));\n\n // counter is added to defined element\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = !this.targetId ? tf.lDiv : elm(this.targetId);\n\n //default container: 'lDiv'\n if (!this.targetId) {\n countDiv.appendChild(countText);\n countDiv.appendChild(countSpan);\n targetEl.appendChild(countDiv);\n }\n else {\n //custom container, no need to append statusDiv\n targetEl.appendChild(countText);\n targetEl.appendChild(countSpan);\n }\n this.container = countDiv;\n this.label = countSpan;\n\n // subscribe to events\n this.emitter.on(['after-filtering', 'grouped-by-page'],\n () => this.refresh(tf.getValidRowsNb()));\n this.emitter.on(['rows-changed'], () => this.refresh());\n\n /** @inherited */\n this.initialized = true;\n this.refresh();\n }\n\n /**\n * Refreshes the rows counter\n * @param {Number} p Optional parameter the total number of rows to display\n * @returns\n */\n refresh(p) {\n if (!this.initialized || !this.isEnabled()) {\n return;\n }\n\n let tf = this.tf;\n\n this.onBeforeRefreshCounter(tf, this.label);\n\n let totTxt;\n if (!tf.paging) {\n if (p && p !== '') {\n totTxt = p;\n } else {\n totTxt = tf.getFilterableRowsNb() - tf.nbHiddenRows;\n }\n } else {\n let paging = tf.feature('paging');\n if (paging) {\n //paging start row\n let pagingStartRow = parseInt(paging.startPagingRow, 10) +\n ((tf.getValidRowsNb() > 0) ? 1 : 0);\n let pagingEndRow =\n (pagingStartRow + paging.pagingLength) - 1 <=\n tf.getValidRowsNb() ?\n pagingStartRow + paging.pagingLength - 1 :\n tf.getValidRowsNb();\n totTxt = pagingStartRow + this.fromToTextSeparator +\n pagingEndRow + this.overText + tf.getValidRowsNb();\n }\n }\n\n this.label.innerHTML = totTxt;\n this.onAfterRefreshCounter(tf, this.label, totTxt);\n }\n\n /**\n * Remove feature\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n if (!this.targetId && this.container) {\n removeElm(this.container);\n } else {\n elm(this.targetId).innerHTML = '';\n }\n this.label = null;\n this.container = null;\n\n // unsubscribe to events\n this.emitter.off(['after-filtering', 'grouped-by-page'],\n () => this.refresh(tf.getValidRowsNb()));\n this.emitter.off(['rows-changed'], () => this.refresh());\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 682, + "__docId__": 683, "kind": "class", "static": true, "variation": null, @@ -14708,7 +14729,7 @@ ] }, { - "__docId__": 683, + "__docId__": 684, "kind": "constructor", "static": false, "variation": null, @@ -14733,7 +14754,7 @@ "generator": false }, { - "__docId__": 684, + "__docId__": 685, "kind": "member", "static": false, "variation": null, @@ -14753,7 +14774,7 @@ } }, { - "__docId__": 685, + "__docId__": 686, "kind": "member", "static": false, "variation": null, @@ -14773,7 +14794,7 @@ } }, { - "__docId__": 686, + "__docId__": 687, "kind": "member", "static": false, "variation": null, @@ -14793,7 +14814,7 @@ } }, { - "__docId__": 687, + "__docId__": 688, "kind": "member", "static": false, "variation": null, @@ -14813,7 +14834,7 @@ } }, { - "__docId__": 688, + "__docId__": 689, "kind": "member", "static": false, "variation": null, @@ -14833,7 +14854,7 @@ } }, { - "__docId__": 689, + "__docId__": 690, "kind": "member", "static": false, "variation": null, @@ -14853,7 +14874,7 @@ } }, { - "__docId__": 690, + "__docId__": 691, "kind": "member", "static": false, "variation": null, @@ -14873,7 +14894,7 @@ } }, { - "__docId__": 691, + "__docId__": 692, "kind": "member", "static": false, "variation": null, @@ -14893,7 +14914,7 @@ } }, { - "__docId__": 692, + "__docId__": 693, "kind": "member", "static": false, "variation": null, @@ -14913,7 +14934,7 @@ } }, { - "__docId__": 693, + "__docId__": 694, "kind": "method", "static": false, "variation": null, @@ -14927,7 +14948,7 @@ "generator": false }, { - "__docId__": 694, + "__docId__": 695, "kind": "member", "static": false, "variation": null, @@ -14945,7 +14966,7 @@ } }, { - "__docId__": 695, + "__docId__": 696, "kind": "member", "static": false, "variation": null, @@ -14963,7 +14984,7 @@ } }, { - "__docId__": 696, + "__docId__": 697, "kind": "member", "static": false, "variation": null, @@ -14986,7 +15007,7 @@ } }, { - "__docId__": 697, + "__docId__": 698, "kind": "method", "static": false, "variation": null, @@ -15017,7 +15038,7 @@ "generator": false }, { - "__docId__": 698, + "__docId__": 699, "kind": "method", "static": false, "variation": null, @@ -15031,7 +15052,7 @@ "generator": false }, { - "__docId__": 699, + "__docId__": 700, "kind": "member", "static": false, "variation": null, @@ -15049,7 +15070,7 @@ } }, { - "__docId__": 700, + "__docId__": 701, "kind": "member", "static": false, "variation": null, @@ -15067,7 +15088,7 @@ } }, { - "__docId__": 701, + "__docId__": 702, "kind": "member", "static": false, "variation": null, @@ -15085,7 +15106,7 @@ } }, { - "__docId__": 702, + "__docId__": 703, "kind": "file", "static": true, "variation": null, @@ -15098,7 +15119,7 @@ "content": "import {Feature} from '../feature';\nimport {Hash} from './hash';\nimport {Storage} from './storage';\nimport {isEmpty} from '../string';\nimport {isArray, isNull, isString, isUndef} from '../types';\n\n/**\n * Features state object persistable with localStorage, cookie or URL hash\n *\n * @export\n * @class State\n * @extends {Feature}\n */\nexport class State extends Feature {\n\n /**\n * Creates an instance of State\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'state');\n\n let cfg = this.config.state;\n\n /**\n * Determines whether state is persisted with URL hash\n * @type {Boolean}\n */\n this.enableHash = cfg === true ||\n (isArray(cfg.types) && cfg.types.indexOf('hash') !== -1);\n\n /**\n * Determines whether state is persisted with localStorage\n * @type {Boolean}\n */\n this.enableLocalStorage = isArray(cfg.types) &&\n cfg.types.indexOf('local_storage') !== -1;\n\n /**\n * Determines whether state is persisted with localStorage\n * @type {Boolean}\n */\n this.enableCookie = isArray(cfg.types) &&\n cfg.types.indexOf('cookie') !== -1;\n\n /**\n * Persist filters values, enabled by default\n * @type {Boolean}\n */\n this.persistFilters = cfg.filters === false ? false : true;\n\n /**\n * Persist current page number when paging is enabled\n * @type {Boolean}\n */\n this.persistPageNumber = Boolean(cfg.page_number);\n\n /**\n * Persist page length when paging is enabled\n * @type {Boolean}\n */\n this.persistPageLength = Boolean(cfg.page_length);\n\n /**\n * Persist column sorting\n * @type {Boolean}\n */\n this.persistSort = Boolean(cfg.sort);\n\n /**\n * Persist columns visibility\n * @type {Boolean}\n */\n this.persistColsVisibility = Boolean(cfg.columns_visibility);\n\n /**\n * Persist filters row visibility\n * @type {Boolean}\n */\n this.persistFiltersVisibility = Boolean(cfg.filters_visibility);\n\n /**\n * Cookie duration in hours\n * @type {Boolean}\n */\n this.cookieDuration = !isNaN(cfg.cookie_duration) ?\n parseInt(cfg.cookie_duration, 10) : 87600;\n\n /**\n * Enable Storage if localStorage or cookie is required\n * @type {Boolean}\n * @private\n */\n this.enableStorage = this.enableLocalStorage || this.enableCookie;\n\n /**\n * Storage instance if storage is required\n * @type {Storage}\n * @private\n */\n this.storage = null;\n\n /**\n * Hash instance if URL hash is required\n * @type {Boolean}\n * @private\n */\n this.hash = null;\n\n /**\n * Current page number\n * @type {Number}\n * @private\n */\n this.pageNb = null;\n\n /**\n * Current page length\n * @type {Number}\n * @private\n */\n this.pageLength = null;\n\n /**\n * Current column sorting\n * @type {Object}\n * @private\n */\n this.sort = null;\n\n /**\n * Current hidden columns\n * @type {Object}\n * @private\n */\n this.hiddenCols = null;\n\n /**\n * Filters row visibility\n * @type {Boolean}\n * @private\n */\n this.filtersVisibility = null;\n\n /**\n * State object\n * @type {Object}\n * @private\n */\n this.state = {};\n\n /**\n * Prefix for column ID\n * @type {String}\n * @private\n */\n this.prfxCol = 'col_';\n\n /**\n * Prefix for page number ID\n * @type {String}\n * @private\n */\n this.pageNbKey = 'page';\n\n /**\n * Prefix for page length ID\n * @type {String}\n * @private\n */\n this.pageLengthKey = 'page_length';\n\n /**\n * Prefix for filters visibility ID\n * @type {String}\n * @private\n */\n this.filtersVisKey = 'filters_visibility';\n }\n\n /**\n * Initializes State instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.emitter.on(['after-filtering'], () => this.update());\n this.emitter.on(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.on(['after-page-length-change'],\n (tf, pageLength) => this.updatePageLength(pageLength));\n this.emitter.on(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.on(['sort-initialized'], () => this._syncSort());\n this.emitter.on(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.on(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.on(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.on(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash = new Hash(this);\n this.hash.init();\n }\n if (this.enableStorage) {\n this.storage = new Storage(this);\n this.storage.init();\n }\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n\n /**\n * Update state object based on current features state\n */\n update() {\n if (!this.isEnabled()) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n if (this.persistFilters) {\n let filterValues = tf.getFiltersValue();\n\n filterValues.forEach((val, idx) => {\n let key = `${this.prfxCol}${idx}`;\n\n if (isString(val) && isEmpty(val)) {\n if (state.hasOwnProperty(key)) {\n state[key].flt = undefined;\n }\n } else {\n state[key] = state[key] || {};\n state[key].flt = val;\n }\n });\n }\n\n if (this.persistPageNumber) {\n if (isNull(this.pageNb)) {\n state[this.pageNbKey] = undefined;\n } else {\n state[this.pageNbKey] = this.pageNb;\n }\n }\n\n if (this.persistPageLength) {\n if (isNull(this.pageLength)) {\n state[this.pageLengthKey] = undefined;\n } else {\n state[this.pageLengthKey] = this.pageLength;\n }\n }\n\n if (this.persistSort) {\n if (!isNull(this.sort)) {\n // Remove previuosly sorted column\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].sort = undefined;\n }\n });\n\n let key = `${this.prfxCol}${this.sort.column}`;\n state[key] = state[key] || {};\n state[key].sort = { descending: this.sort.descending };\n }\n }\n\n if (this.persistColsVisibility) {\n if (!isNull(this.hiddenCols)) {\n // Clear previuosly hidden columns\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1 && state[key]) {\n state[key].hidden = undefined;\n }\n });\n\n this.hiddenCols.forEach((colIdx) => {\n let key = `${this.prfxCol}${colIdx}`;\n state[key] = state[key] || {};\n state[key].hidden = true;\n });\n }\n }\n\n if (this.persistFiltersVisibility) {\n if (isNull(this.filtersVisibility)) {\n state[this.filtersVisKey] = undefined;\n } else {\n state[this.filtersVisKey] = this.filtersVisibility;\n }\n }\n\n this.emitter.emit('state-changed', tf, state);\n }\n\n /**\n * Refresh page number field on page number changes\n *\n * @param {Number} pageNb Current page number\n */\n updatePage(pageNb) {\n this.pageNb = pageNb;\n this.update();\n }\n\n /**\n * Refresh page length field on page length changes\n *\n * @param {Number} pageLength Current page length value\n */\n updatePageLength(pageLength) {\n this.pageLength = pageLength;\n this.update();\n }\n\n /**\n * Refresh column sorting information on sort changes\n *\n * @param index {Number} Column index\n * @param {Boolean} descending Descending manner\n */\n updateSort(index, descending) {\n this.sort = {\n column: index,\n descending: descending\n };\n this.update();\n }\n\n /**\n * Refresh hidden columns information on columns visibility changes\n *\n * @param {Array} hiddenCols Columns indexes\n */\n updateColsVisibility(hiddenCols) {\n this.hiddenCols = hiddenCols;\n this.update();\n }\n\n /**\n * Refresh filters visibility on filters visibility change\n *\n * @param {Boolean} visible Visibility flad\n */\n updateFiltersVisibility(visible) {\n this.filtersVisibility = visible;\n this.update();\n }\n\n /**\n * Override state field\n *\n * @param state State object\n */\n override(state) {\n this.state = state;\n }\n\n /**\n * Sync stored features state\n */\n sync() {\n let state = this.state;\n let tf = this.tf;\n\n this._syncFilters();\n\n if (this.persistPageNumber) {\n let pageNumber = state[this.pageNbKey];\n this.emitter.emit('change-page', tf, pageNumber);\n }\n\n if (this.persistPageLength) {\n let pageLength = state[this.pageLengthKey];\n this.emitter.emit('change-page-results', tf, pageLength);\n }\n\n this._syncSort();\n this._syncColsVisibility();\n this._syncFiltersVisibility();\n }\n\n /**\n * Override current state with passed one and sync features\n *\n * @param {Object} state State object\n */\n overrideAndSync(state) {\n // To prevent state to react to features changes, state is temporarily\n // disabled\n this.disable();\n // State is overriden with passed state object\n this.override(state);\n // New hash state is applied to features\n this.sync();\n // State is re-enabled\n this.enable();\n }\n\n /**\n * Sync filters with stored values and filter table\n *\n * @private\n */\n _syncFilters() {\n if (!this.persistFilters) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n let val = state[key].flt;\n tf.setFilterValue(colIdx, val);\n }\n });\n\n tf.filter();\n }\n\n /**\n * Sync sorted column with stored sorting information and sort table\n *\n * @private\n */\n _syncSort() {\n if (!this.persistSort) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!isUndef(state[key].sort)) {\n let sort = state[key].sort;\n this.emitter.emit('sort', tf, colIdx, sort.descending);\n }\n }\n });\n }\n\n /**\n * Sync hidden columns with stored information\n *\n * @private\n */\n _syncColsVisibility() {\n if (!this.persistColsVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let hiddenCols = [];\n\n Object.keys(state).forEach((key) => {\n if (key.indexOf(this.prfxCol) !== -1) {\n let colIdx = parseInt(key.replace(this.prfxCol, ''), 10);\n if (!isUndef(state[key].hidden)) {\n hiddenCols.push(colIdx);\n }\n }\n });\n\n hiddenCols.forEach((colIdx) => {\n this.emitter.emit('hide-column', tf, colIdx);\n });\n }\n\n /**\n * Sync filters visibility with stored information\n *\n * @private\n */\n _syncFiltersVisibility() {\n if (!this.persistFiltersVisibility) {\n return;\n }\n let state = this.state;\n let tf = this.tf;\n let filtersVisibility = state[this.filtersVisKey];\n\n this.filtersVisibility = filtersVisibility;\n this.emitter.emit('show-filters', tf, filtersVisibility);\n }\n\n /**\n * Destroy State instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n this.state = {};\n\n this.emitter.off(['after-filtering'], () => this.update());\n this.emitter.off(['after-page-change', 'after-clearing-filters'],\n (tf, pageNb) => this.updatePage(pageNb));\n this.emitter.off(['after-page-length-change'],\n (tf, index) => this.updatePageLength(index));\n this.emitter.off(['column-sorted'],\n (tf, index, descending) => this.updateSort(index, descending));\n this.emitter.off(['sort-initialized'], () => this._syncSort());\n this.emitter.off(['columns-visibility-initialized'],\n () => this._syncColsVisibility());\n this.emitter.off(['column-shown', 'column-hidden'], (tf, feature,\n colIndex, hiddenCols) => this.updateColsVisibility(hiddenCols));\n this.emitter.off(['filters-visibility-initialized'],\n () => this._syncFiltersVisibility());\n this.emitter.off(['filters-toggled'],\n (tf, extension, visible) => this.updateFiltersVisibility(visible));\n\n if (this.enableHash) {\n this.hash.destroy();\n this.hash = null;\n }\n\n if (this.enableStorage) {\n this.storage.destroy();\n this.storage = null;\n }\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 703, + "__docId__": 704, "kind": "class", "static": true, "variation": null, @@ -15127,7 +15148,7 @@ ] }, { - "__docId__": 704, + "__docId__": 705, "kind": "constructor", "static": false, "variation": null, @@ -15152,7 +15173,7 @@ "generator": false }, { - "__docId__": 705, + "__docId__": 706, "kind": "member", "static": false, "variation": null, @@ -15172,7 +15193,7 @@ } }, { - "__docId__": 706, + "__docId__": 707, "kind": "member", "static": false, "variation": null, @@ -15192,7 +15213,7 @@ } }, { - "__docId__": 707, + "__docId__": 708, "kind": "member", "static": false, "variation": null, @@ -15212,7 +15233,7 @@ } }, { - "__docId__": 708, + "__docId__": 709, "kind": "member", "static": false, "variation": null, @@ -15232,7 +15253,7 @@ } }, { - "__docId__": 709, + "__docId__": 710, "kind": "member", "static": false, "variation": null, @@ -15252,7 +15273,7 @@ } }, { - "__docId__": 710, + "__docId__": 711, "kind": "member", "static": false, "variation": null, @@ -15272,7 +15293,7 @@ } }, { - "__docId__": 711, + "__docId__": 712, "kind": "member", "static": false, "variation": null, @@ -15292,7 +15313,7 @@ } }, { - "__docId__": 712, + "__docId__": 713, "kind": "member", "static": false, "variation": null, @@ -15312,7 +15333,7 @@ } }, { - "__docId__": 713, + "__docId__": 714, "kind": "member", "static": false, "variation": null, @@ -15332,7 +15353,7 @@ } }, { - "__docId__": 714, + "__docId__": 715, "kind": "member", "static": false, "variation": null, @@ -15352,7 +15373,7 @@ } }, { - "__docId__": 715, + "__docId__": 716, "kind": "member", "static": false, "variation": null, @@ -15372,7 +15393,7 @@ } }, { - "__docId__": 716, + "__docId__": 717, "kind": "member", "static": false, "variation": null, @@ -15392,7 +15413,7 @@ } }, { - "__docId__": 717, + "__docId__": 718, "kind": "member", "static": false, "variation": null, @@ -15412,7 +15433,7 @@ } }, { - "__docId__": 718, + "__docId__": 719, "kind": "member", "static": false, "variation": null, @@ -15432,7 +15453,7 @@ } }, { - "__docId__": 719, + "__docId__": 720, "kind": "member", "static": false, "variation": null, @@ -15452,7 +15473,7 @@ } }, { - "__docId__": 720, + "__docId__": 721, "kind": "member", "static": false, "variation": null, @@ -15472,7 +15493,7 @@ } }, { - "__docId__": 721, + "__docId__": 722, "kind": "member", "static": false, "variation": null, @@ -15492,7 +15513,7 @@ } }, { - "__docId__": 722, + "__docId__": 723, "kind": "member", "static": false, "variation": null, @@ -15512,7 +15533,7 @@ } }, { - "__docId__": 723, + "__docId__": 724, "kind": "member", "static": false, "variation": null, @@ -15532,7 +15553,7 @@ } }, { - "__docId__": 724, + "__docId__": 725, "kind": "member", "static": false, "variation": null, @@ -15552,7 +15573,7 @@ } }, { - "__docId__": 725, + "__docId__": 726, "kind": "member", "static": false, "variation": null, @@ -15572,7 +15593,7 @@ } }, { - "__docId__": 726, + "__docId__": 727, "kind": "member", "static": false, "variation": null, @@ -15592,7 +15613,7 @@ } }, { - "__docId__": 727, + "__docId__": 728, "kind": "member", "static": false, "variation": null, @@ -15612,7 +15633,7 @@ } }, { - "__docId__": 728, + "__docId__": 729, "kind": "method", "static": false, "variation": null, @@ -15626,7 +15647,7 @@ "generator": false }, { - "__docId__": 729, + "__docId__": 730, "kind": "member", "static": false, "variation": null, @@ -15644,7 +15665,7 @@ } }, { - "__docId__": 730, + "__docId__": 731, "kind": "member", "static": false, "variation": null, @@ -15662,7 +15683,7 @@ } }, { - "__docId__": 731, + "__docId__": 732, "kind": "member", "static": false, "variation": null, @@ -15685,7 +15706,7 @@ } }, { - "__docId__": 732, + "__docId__": 733, "kind": "method", "static": false, "variation": null, @@ -15699,7 +15720,7 @@ "generator": false }, { - "__docId__": 733, + "__docId__": 734, "kind": "method", "static": false, "variation": null, @@ -15724,7 +15745,7 @@ "generator": false }, { - "__docId__": 734, + "__docId__": 735, "kind": "member", "static": false, "variation": null, @@ -15742,7 +15763,7 @@ } }, { - "__docId__": 735, + "__docId__": 736, "kind": "method", "static": false, "variation": null, @@ -15767,7 +15788,7 @@ "generator": false }, { - "__docId__": 736, + "__docId__": 737, "kind": "member", "static": false, "variation": null, @@ -15785,7 +15806,7 @@ } }, { - "__docId__": 737, + "__docId__": 738, "kind": "method", "static": false, "variation": null, @@ -15820,7 +15841,7 @@ "generator": false }, { - "__docId__": 738, + "__docId__": 739, "kind": "member", "static": false, "variation": null, @@ -15838,7 +15859,7 @@ } }, { - "__docId__": 739, + "__docId__": 740, "kind": "method", "static": false, "variation": null, @@ -15863,7 +15884,7 @@ "generator": false }, { - "__docId__": 740, + "__docId__": 741, "kind": "member", "static": false, "variation": null, @@ -15881,7 +15902,7 @@ } }, { - "__docId__": 741, + "__docId__": 742, "kind": "method", "static": false, "variation": null, @@ -15906,7 +15927,7 @@ "generator": false }, { - "__docId__": 742, + "__docId__": 743, "kind": "member", "static": false, "variation": null, @@ -15924,7 +15945,7 @@ } }, { - "__docId__": 743, + "__docId__": 744, "kind": "method", "static": false, "variation": null, @@ -15949,7 +15970,7 @@ "generator": false }, { - "__docId__": 744, + "__docId__": 745, "kind": "member", "static": false, "variation": null, @@ -15967,7 +15988,7 @@ } }, { - "__docId__": 745, + "__docId__": 746, "kind": "method", "static": false, "variation": null, @@ -15981,7 +16002,7 @@ "generator": false }, { - "__docId__": 746, + "__docId__": 747, "kind": "method", "static": false, "variation": null, @@ -16006,7 +16027,7 @@ "generator": false }, { - "__docId__": 747, + "__docId__": 748, "kind": "method", "static": false, "variation": null, @@ -16020,7 +16041,7 @@ "generator": false }, { - "__docId__": 748, + "__docId__": 749, "kind": "method", "static": false, "variation": null, @@ -16034,7 +16055,7 @@ "generator": false }, { - "__docId__": 749, + "__docId__": 750, "kind": "method", "static": false, "variation": null, @@ -16048,7 +16069,7 @@ "generator": false }, { - "__docId__": 750, + "__docId__": 751, "kind": "method", "static": false, "variation": null, @@ -16062,7 +16083,7 @@ "generator": false }, { - "__docId__": 751, + "__docId__": 752, "kind": "member", "static": false, "variation": null, @@ -16080,7 +16101,7 @@ } }, { - "__docId__": 752, + "__docId__": 753, "kind": "method", "static": false, "variation": null, @@ -16094,7 +16115,7 @@ "generator": false }, { - "__docId__": 753, + "__docId__": 754, "kind": "member", "static": false, "variation": null, @@ -16112,7 +16133,7 @@ } }, { - "__docId__": 754, + "__docId__": 755, "kind": "member", "static": false, "variation": null, @@ -16130,7 +16151,7 @@ } }, { - "__docId__": 755, + "__docId__": 756, "kind": "member", "static": false, "variation": null, @@ -16148,7 +16169,7 @@ } }, { - "__docId__": 756, + "__docId__": 757, "kind": "member", "static": false, "variation": null, @@ -16166,7 +16187,7 @@ } }, { - "__docId__": 757, + "__docId__": 758, "kind": "file", "static": true, "variation": null, @@ -16179,7 +16200,7 @@ "content": "import {Feature} from '../feature';\nimport {root} from '../root';\nimport {createElm, createText, elm, removeElm} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\n\nconst EVENTS = [\n 'after-filtering',\n 'after-populating-filter',\n 'after-page-change',\n 'after-clearing-filters',\n 'after-page-length-change',\n 'after-reset-page',\n 'after-reset-page-length',\n 'after-loading-extensions',\n 'after-loading-themes'\n];\n\n/**\n * Status bar UI component\n * @export\n * @class StatusBar\n * @extends {Feature}\n */\nexport class StatusBar extends Feature {\n\n /**\n * Creates an instance of StatusBar\n * @param {TableFilter} tf TableFilter instance\n */\n constructor(tf) {\n super(tf, 'statusBar');\n\n // Configuration object\n let f = this.config;\n\n /**\n * ID of custom container element\n * @type {String}\n */\n this.targetId = f.status_bar_target_id || null;\n\n /**\n * Container DOM element\n * @type {DOMElement}\n * @private\n */\n this.container = null;\n\n /**\n * Message container DOM element\n * @type {DOMElement}\n * @private\n */\n this.msgContainer = null;\n\n /**\n * Label container DOM element\n * @type {DOMElement}\n * @private\n */\n this.labelContainer = null;\n\n /**\n * Text preceding status message\n * @type {String}\n */\n this.text = f.status_bar_text || '';\n\n /**\n * Css class for container element\n * @type {String}\n */\n this.cssClass = f.status_bar_css_class || 'status';\n\n /**\n * Message visibility duration in milliseconds\n * @type {Number}\n * @private\n */\n this.delay = 250;\n\n /**\n * Callback fired before the message is displayed\n * @type {Function}\n */\n this.onBeforeShowMsg = isFn(f.on_before_show_msg) ?\n f.on_before_show_msg : EMPTY_FN;\n\n /**\n * Callback fired after the message is displayed\n * @type {Function}\n */\n this.onAfterShowMsg = isFn(f.on_after_show_msg) ?\n f.on_after_show_msg : EMPTY_FN;\n\n /**\n * Message appearing upon filtering\n * @type {String}\n */\n this.msgFilter = f.msg_filter || 'Filtering data...';\n\n /**\n * Message appearing when a drop-down filter is populated\n * @type {String}\n */\n this.msgPopulate = f.msg_populate || 'Populating filter...';\n\n /**\n * Message appearing when a checklist filter is populated\n * @type {String}\n */\n this.msgPopulateCheckList = f.msg_populate_checklist ||\n 'Populating list...';\n\n /**\n * Message appearing when a pagination page is changed\n * @type {String}\n */\n this.msgChangePage = f.msg_change_page || 'Collecting paging data...';\n\n /**\n * Message appearing when filters are cleared\n * @type {String}\n */\n this.msgClear = f.msg_clear || 'Clearing filters...';\n\n /**\n * Message appearing when the page length is changed\n * @type {String}\n */\n this.msgChangeResults = f.msg_change_results ||\n 'Changing results per page...';\n\n /**\n * Message appearing when the page is re-set\n * @type {String}\n */\n this.msgResetPage = f.msg_reset_page || 'Re-setting page...';\n\n /**\n * Message appearing when the page length is re-set\n * @type {String}\n */\n this.msgResetPageLength = f.msg_reset_page_length ||\n 'Re-setting page length...';\n\n /**\n * Message appearing upon column sorting\n * @type {String}\n */\n this.msgSort = f.msg_sort || 'Sorting data...';\n\n /**\n * Message appearing when extensions are loading\n * @type {String}\n */\n this.msgLoadExtensions = f.msg_load_extensions ||\n 'Loading extensions...';\n\n /**\n * Message appearing when themes are loading\n * @type {String}\n */\n this.msgLoadThemes = f.msg_load_themes || 'Loading theme(s)...';\n }\n\n /**\n * Initializes StatusBar instance\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n let tf = this.tf;\n let emitter = this.emitter;\n\n //status bar container\n let statusDiv = createElm('div');\n statusDiv.className = this.cssClass;\n\n //status bar label\n let statusSpan = createElm('span');\n //preceding text\n let statusSpanText = createElm('span');\n statusSpanText.appendChild(createText(this.text));\n\n // target element container\n if (!this.targetId) {\n tf.setToolbar();\n }\n let targetEl = (!this.targetId) ? tf.lDiv : elm(this.targetId);\n\n //default container: 'lDiv'\n if (!this.targetId) {\n statusDiv.appendChild(statusSpanText);\n statusDiv.appendChild(statusSpan);\n targetEl.appendChild(statusDiv);\n } else {\n // custom container, no need to append statusDiv\n targetEl.appendChild(statusSpanText);\n targetEl.appendChild(statusSpan);\n }\n\n this.container = statusDiv;\n this.msgContainer = statusSpan;\n this.labelContainer = statusSpanText;\n\n // Subscribe to events\n emitter.on(['before-filtering'], () => this.message(this.msgFilter));\n emitter.on(['before-populating-filter'],\n () => this.message(this.msgPopulate));\n emitter.on(['before-page-change'],\n () => this.message(this.msgChangePage));\n emitter.on(['before-clearing-filters'], () =>\n this.message(this.msgClear));\n emitter.on(['before-page-length-change'],\n () => this.message(this.msgChangeResults));\n emitter.on(['before-reset-page'],\n () => this.message(this.msgResetPage));\n emitter.on(['before-reset-page-length'],\n () => this.message(this.msgResetPageLength));\n emitter.on(['before-loading-extensions'],\n () => this.message(this.msgLoadExtensions));\n emitter.on(['before-loading-themes'],\n () => this.message(this.msgLoadThemes));\n\n emitter.on(EVENTS, () => this.message(''));\n\n /**\n * @inherited\n */\n this.initialized = true;\n }\n\n /**\n * Display status message\n * @param {String} [t=''] Message to be displayed\n */\n message(t = '') {\n if (!this.isEnabled()) {\n return;\n }\n\n this.onBeforeShowMsg(this.tf, t);\n\n let d = t === '' ? this.delay : 1;\n root.setTimeout(() => {\n if (!this.initialized) {\n return;\n }\n this.msgContainer.innerHTML = t;\n\n this.onAfterShowMsg(this.tf, t);\n }, d);\n }\n\n /**\n * Destroy StatusBar instance\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n this.container.innerHTML = '';\n if (!this.targetId) {\n removeElm(this.container);\n }\n this.labelContainer = null;\n this.msgContainer = null;\n this.container = null;\n\n // Unsubscribe to events\n emitter.off(['before-filtering'], () => this.message(this.msgFilter));\n emitter.off(['before-populating-filter'],\n () => this.message(this.msgPopulate));\n emitter.off(['before-page-change'],\n () => this.message(this.msgChangePage));\n emitter.off(['before-clearing-filters'],\n () => this.message(this.msgClear));\n emitter.off(['before-page-length-change'],\n () => this.message(this.msgChangeResults));\n emitter.off(['before-reset-page'], () =>\n this.message(this.msgResetPage));\n emitter.off(['before-reset-page-length'],\n () => this.message(this.msgResetPageLength));\n emitter.off(['before-loading-extensions'],\n () => this.message(this.msgLoadExtensions));\n emitter.off(['before-loading-themes'],\n () => this.message(this.msgLoadThemes));\n\n emitter.off(EVENTS, () => this.message(''));\n\n this.initialized = false;\n }\n}\n" }, { - "__docId__": 758, + "__docId__": 759, "kind": "variable", "static": true, "variation": null, @@ -16200,7 +16221,7 @@ } }, { - "__docId__": 759, + "__docId__": 760, "kind": "class", "static": true, "variation": null, @@ -16229,7 +16250,7 @@ ] }, { - "__docId__": 760, + "__docId__": 761, "kind": "constructor", "static": false, "variation": null, @@ -16254,7 +16275,7 @@ "generator": false }, { - "__docId__": 761, + "__docId__": 762, "kind": "member", "static": false, "variation": null, @@ -16274,7 +16295,7 @@ } }, { - "__docId__": 762, + "__docId__": 763, "kind": "member", "static": false, "variation": null, @@ -16294,7 +16315,7 @@ } }, { - "__docId__": 763, + "__docId__": 764, "kind": "member", "static": false, "variation": null, @@ -16314,7 +16335,7 @@ } }, { - "__docId__": 764, + "__docId__": 765, "kind": "member", "static": false, "variation": null, @@ -16334,7 +16355,7 @@ } }, { - "__docId__": 765, + "__docId__": 766, "kind": "member", "static": false, "variation": null, @@ -16354,7 +16375,7 @@ } }, { - "__docId__": 766, + "__docId__": 767, "kind": "member", "static": false, "variation": null, @@ -16374,7 +16395,7 @@ } }, { - "__docId__": 767, + "__docId__": 768, "kind": "member", "static": false, "variation": null, @@ -16394,7 +16415,7 @@ } }, { - "__docId__": 768, + "__docId__": 769, "kind": "member", "static": false, "variation": null, @@ -16414,7 +16435,7 @@ } }, { - "__docId__": 769, + "__docId__": 770, "kind": "member", "static": false, "variation": null, @@ -16434,7 +16455,7 @@ } }, { - "__docId__": 770, + "__docId__": 771, "kind": "member", "static": false, "variation": null, @@ -16454,7 +16475,7 @@ } }, { - "__docId__": 771, + "__docId__": 772, "kind": "member", "static": false, "variation": null, @@ -16474,7 +16495,7 @@ } }, { - "__docId__": 772, + "__docId__": 773, "kind": "member", "static": false, "variation": null, @@ -16494,7 +16515,7 @@ } }, { - "__docId__": 773, + "__docId__": 774, "kind": "member", "static": false, "variation": null, @@ -16514,7 +16535,7 @@ } }, { - "__docId__": 774, + "__docId__": 775, "kind": "member", "static": false, "variation": null, @@ -16534,7 +16555,7 @@ } }, { - "__docId__": 775, + "__docId__": 776, "kind": "member", "static": false, "variation": null, @@ -16554,7 +16575,7 @@ } }, { - "__docId__": 776, + "__docId__": 777, "kind": "member", "static": false, "variation": null, @@ -16574,7 +16595,7 @@ } }, { - "__docId__": 777, + "__docId__": 778, "kind": "member", "static": false, "variation": null, @@ -16594,7 +16615,7 @@ } }, { - "__docId__": 778, + "__docId__": 779, "kind": "member", "static": false, "variation": null, @@ -16614,7 +16635,7 @@ } }, { - "__docId__": 779, + "__docId__": 780, "kind": "member", "static": false, "variation": null, @@ -16634,7 +16655,7 @@ } }, { - "__docId__": 780, + "__docId__": 781, "kind": "member", "static": false, "variation": null, @@ -16654,7 +16675,7 @@ } }, { - "__docId__": 781, + "__docId__": 782, "kind": "method", "static": false, "variation": null, @@ -16668,7 +16689,7 @@ "generator": false }, { - "__docId__": 782, + "__docId__": 783, "kind": "member", "static": false, "variation": null, @@ -16686,7 +16707,7 @@ } }, { - "__docId__": 783, + "__docId__": 784, "kind": "member", "static": false, "variation": null, @@ -16704,7 +16725,7 @@ } }, { - "__docId__": 784, + "__docId__": 785, "kind": "member", "static": false, "variation": null, @@ -16722,7 +16743,7 @@ } }, { - "__docId__": 785, + "__docId__": 786, "kind": "member", "static": false, "variation": null, @@ -16745,7 +16766,7 @@ } }, { - "__docId__": 786, + "__docId__": 787, "kind": "method", "static": false, "variation": null, @@ -16772,7 +16793,7 @@ "generator": false }, { - "__docId__": 787, + "__docId__": 788, "kind": "method", "static": false, "variation": null, @@ -16786,7 +16807,7 @@ "generator": false }, { - "__docId__": 788, + "__docId__": 789, "kind": "member", "static": false, "variation": null, @@ -16804,7 +16825,7 @@ } }, { - "__docId__": 789, + "__docId__": 790, "kind": "member", "static": false, "variation": null, @@ -16822,7 +16843,7 @@ } }, { - "__docId__": 790, + "__docId__": 791, "kind": "member", "static": false, "variation": null, @@ -16840,7 +16861,7 @@ } }, { - "__docId__": 791, + "__docId__": 792, "kind": "member", "static": false, "variation": null, @@ -16858,7 +16879,7 @@ } }, { - "__docId__": 792, + "__docId__": 793, "kind": "file", "static": true, "variation": null, @@ -16871,7 +16892,7 @@ "content": "\nimport Cookie from '../cookie';\nimport {root} from '../root';\n\nconst JSON = root.JSON;\nconst localStorage = root.localStorage;\nconst location = root.location;\n\n/**\n * Checks if browser has Storage feature\n */\nexport const hasStorage = () => {\n return 'Storage' in root;\n};\n\n/**\n * Stores the features state in browser's local storage or cookie\n *\n * @export\n * @class Storage\n */\nexport class Storage {\n\n /**\n * Creates an instance of Storage\n *\n * @param {State} state Instance of State\n */\n constructor(state) {\n\n /**\n * State object\n * @type {State}\n * @private\n */\n this.state = state;\n\n /**\n * TableFilter object\n * @type {TableFilter}\n * @private\n */\n this.tf = state.tf;\n\n /**\n * Persist with local storage\n * @type {Boolean}\n * @private\n */\n this.enableLocalStorage = state.enableLocalStorage && hasStorage();\n\n /**\n * Persist with cookie\n * @type {Boolean}\n * @private\n */\n this.enableCookie = state.enableCookie && !this.enableLocalStorage;\n\n /**\n * Emitter object\n * @type {Emitter}\n * @private\n */\n this.emitter = state.emitter;\n\n /**\n * Cookie duration in hours from state object\n * @type {Number}\n * @private\n */\n this.duration = state.cookieDuration;\n }\n\n\n /**\n * Initializes the Storage object\n */\n init() {\n this.emitter.on(['state-changed'], (tf, state) => this.save(state));\n this.emitter.on(['initialized'], () => this.sync());\n }\n\n /**\n * Persists the features state on state changes\n *\n * @param {State} state Instance of State\n */\n save(state) {\n if (this.enableLocalStorage) {\n localStorage[this.getKey()] = JSON.stringify(state);\n } else {\n Cookie.write(this.getKey(), JSON.stringify(state), this.duration);\n }\n }\n\n /**\n * Turns stored string into a State JSON object\n *\n * @returns {Object} JSON object\n */\n retrieve() {\n let state = null;\n if (this.enableLocalStorage) {\n state = localStorage[this.getKey()];\n } else {\n state = Cookie.read(this.getKey());\n }\n\n if (!state) {\n return null;\n }\n return JSON.parse(state);\n }\n\n /**\n * Removes persisted state from storage\n */\n remove() {\n if (this.enableLocalStorage) {\n localStorage.removeItem(this.getKey());\n } else {\n Cookie.remove(this.getKey());\n }\n }\n\n /**\n * Applies persisted state to features\n */\n sync() {\n let state = this.retrieve();\n if (!state) {\n return;\n }\n // override current state with persisted one and sync features\n this.state.overrideAndSync(state);\n }\n\n /**\n * Returns the storage key\n *\n * @returns {String} Key\n */\n getKey() {\n return JSON.stringify({\n key: `${this.tf.prfxTf}_${this.tf.id}`,\n path: location.pathname\n });\n }\n\n /**\n * Release Storage event subscriptions and clear fields\n */\n destroy() {\n this.emitter.off(['state-changed'], (tf, state) => this.save(state));\n this.emitter.off(['initialized'], () => this.sync());\n\n this.remove();\n\n this.state = null;\n this.emitter = null;\n }\n}\n" }, { - "__docId__": 793, + "__docId__": 794, "kind": "variable", "static": true, "variation": null, @@ -16892,7 +16913,7 @@ } }, { - "__docId__": 794, + "__docId__": 795, "kind": "variable", "static": true, "variation": null, @@ -16913,7 +16934,7 @@ } }, { - "__docId__": 795, + "__docId__": 796, "kind": "variable", "static": true, "variation": null, @@ -16934,7 +16955,7 @@ } }, { - "__docId__": 796, + "__docId__": 797, "kind": "variable", "static": true, "variation": null, @@ -16954,7 +16975,7 @@ } }, { - "__docId__": 797, + "__docId__": 798, "kind": "class", "static": true, "variation": null, @@ -16980,7 +17001,7 @@ "interface": false }, { - "__docId__": 798, + "__docId__": 799, "kind": "constructor", "static": false, "variation": null, @@ -17005,7 +17026,7 @@ "generator": false }, { - "__docId__": 799, + "__docId__": 800, "kind": "member", "static": false, "variation": null, @@ -17025,7 +17046,7 @@ } }, { - "__docId__": 800, + "__docId__": 801, "kind": "member", "static": false, "variation": null, @@ -17045,7 +17066,7 @@ } }, { - "__docId__": 801, + "__docId__": 802, "kind": "member", "static": false, "variation": null, @@ -17065,7 +17086,7 @@ } }, { - "__docId__": 802, + "__docId__": 803, "kind": "member", "static": false, "variation": null, @@ -17085,7 +17106,7 @@ } }, { - "__docId__": 803, + "__docId__": 804, "kind": "member", "static": false, "variation": null, @@ -17105,7 +17126,7 @@ } }, { - "__docId__": 804, + "__docId__": 805, "kind": "member", "static": false, "variation": null, @@ -17125,7 +17146,7 @@ } }, { - "__docId__": 805, + "__docId__": 806, "kind": "method", "static": false, "variation": null, @@ -17139,7 +17160,7 @@ "generator": false }, { - "__docId__": 806, + "__docId__": 807, "kind": "method", "static": false, "variation": null, @@ -17164,7 +17185,7 @@ "generator": false }, { - "__docId__": 807, + "__docId__": 808, "kind": "method", "static": false, "variation": null, @@ -17192,7 +17213,7 @@ "generator": false }, { - "__docId__": 808, + "__docId__": 809, "kind": "method", "static": false, "variation": null, @@ -17206,7 +17227,7 @@ "generator": false }, { - "__docId__": 809, + "__docId__": 810, "kind": "method", "static": false, "variation": null, @@ -17220,7 +17241,7 @@ "generator": false }, { - "__docId__": 810, + "__docId__": 811, "kind": "method", "static": false, "variation": null, @@ -17248,7 +17269,7 @@ "generator": false }, { - "__docId__": 811, + "__docId__": 812, "kind": "method", "static": false, "variation": null, @@ -17262,7 +17283,7 @@ "generator": false }, { - "__docId__": 812, + "__docId__": 813, "kind": "member", "static": false, "variation": null, @@ -17280,7 +17301,7 @@ } }, { - "__docId__": 813, + "__docId__": 814, "kind": "member", "static": false, "variation": null, @@ -17298,7 +17319,7 @@ } }, { - "__docId__": 814, + "__docId__": 815, "kind": "file", "static": true, "variation": null, @@ -17311,7 +17332,7 @@ "content": "import {isNumber} from './types';\n\n/**\n * Takes a string, removes all formatting/cruft and returns the raw float value\n * @param {String} Formatted number\n * @param {String} Decimal type '.' or ','\n * @return {Number} Unformatted number\n *\n * https://github.com/openexchangerates/accounting.js/blob/master/accounting.js\n */\nexport const parse = (value, decimal = '.') => {\n // Return the value as-is if it's already a number\n if (isNumber(value)) {\n return value;\n }\n\n // Build regex to strip out everything except digits, decimal point and\n // minus sign\n let regex = new RegExp('[^0-9-' + decimal + ']', ['g']);\n let unformatted = parseFloat(\n ('' + value)\n .replace(/\\((.*)\\)/, '-$1') // replace bracketed values with negatives\n .replace(regex, '') // strip out any cruft\n .replace(decimal, '.') // make sure decimal point is standard\n );\n\n // This will fail silently\n return !isNaN(unformatted) ? unformatted : 0;\n}\n" }, { - "__docId__": 815, + "__docId__": 816, "kind": "variable", "static": true, "variation": null, @@ -17361,7 +17382,7 @@ } }, { - "__docId__": 816, + "__docId__": 817, "kind": "file", "static": true, "variation": null, @@ -17374,7 +17395,7 @@ "content": "/**\n * Export window or global object depending on the environment\n */\nexport const root = (typeof self === 'object' && self.self === self && self) ||\n (typeof global === 'object' && global.global === global && global) ||\n this;\n" }, { - "__docId__": 817, + "__docId__": 818, "kind": "variable", "static": true, "variation": null, @@ -17394,7 +17415,7 @@ } }, { - "__docId__": 818, + "__docId__": 819, "kind": "file", "static": true, "variation": null, @@ -17407,7 +17428,7 @@ "content": "/**\n * Sorting utilities\n */\n\n/**\n * Case insensitive compare function for passed strings\n * @param {String} First string\n * @param {String} Second string\n * @return {Number} -1 if first string lower than second one\n * 0 if first string same order as second one\n * 1 if first string greater than second one\n */\nexport const ignoreCase = (a, b) => {\n let x = a.toLowerCase();\n let y = b.toLowerCase();\n return ((x < y) ? -1 : ((x > y) ? 1 : 0));\n}\n\n/**\n * Sorts passed numbers in a ascending manner\n * @param {Number} First number\n * @param {Number} Second number\n * @param {Number} Negative, zero or positive number\n */\nexport const numSortAsc = (a, b) => (a - b);\n\n/**\n * Sorts passed numbers in a descending manner\n * @param {Number} First number\n * @param {Number} Second number\n * @param {Number} Negative, zero or positive number\n */\nexport const numSortDesc = (a, b) => (b - a);\n" }, { - "__docId__": 819, + "__docId__": 820, "kind": "variable", "static": true, "variation": null, @@ -17457,7 +17478,7 @@ } }, { - "__docId__": 820, + "__docId__": 821, "kind": "variable", "static": true, "variation": null, @@ -17509,7 +17530,7 @@ } }, { - "__docId__": 821, + "__docId__": 822, "kind": "variable", "static": true, "variation": null, @@ -17561,7 +17582,7 @@ } }, { - "__docId__": 822, + "__docId__": 823, "kind": "file", "static": true, "variation": null, @@ -17574,7 +17595,7 @@ "content": "import {remove as removeDiacritics} from 'diacritics';\n\n/**\n * String utilities\n */\n\n/**\n * Removes whitespace from both sides of passed string\n * @param {String} text\n * @return {String}\n */\nexport const trim = (text) => {\n if (text.trim) {\n return text.trim();\n }\n return text.replace(/^\\s*|\\s*$/g, '');\n}\n\n/**\n * Checks if passed string is empty\n * @param {String} text\n * @return {Boolean}\n */\nexport const isEmpty = (text) => trim(text) === '';\n\n/**\n * Makes regex safe string by escaping special characters from passed string\n * @param {String} text\n * @return {String} escaped string\n */\nexport const rgxEsc = (text) => {\n let chars = /[-\\/\\\\^$*+?.()|[\\]{}]/g;\n let escMatch = '\\\\$&';\n return String(text).replace(chars, escMatch);\n}\n\n/**\n * Returns passed string as lowercase if caseSensitive flag set false. By\n * default it returns the string with no casing changes.\n * @param {String} text\n * @return {String} string\n */\nexport const matchCase = (text, caseSensitive = false) => {\n if (!caseSensitive) {\n return text.toLowerCase();\n }\n return text;\n}\n\n/**\n * Checks if passed data contains the searched term\n * @param {String} term Searched term\n * @param {String} data Data string\n * @param {Boolean} exactMatch Exact match\n * @param {Boolean} caseSensitive Case sensitive\n * @param {Boolean} ignoreDiacritics Ignore diacritics\n * @return {Boolean}\n */\nexport const contains = (term, data, exactMatch = false, caseSensitive = false,\n ignoreDiacritics = false) => {\n // Improved by Cedric Wartel (cwl) automatic exact match for selects and\n // special characters are now filtered\n let regexp;\n let modifier = caseSensitive ? 'g' : 'gi';\n if (ignoreDiacritics) {\n term = removeDiacritics(term);\n data = removeDiacritics(data);\n }\n if (exactMatch) {\n regexp = new RegExp('(^\\\\s*)' + rgxEsc(term) + '(\\\\s*$)',\n modifier);\n } else {\n regexp = new RegExp(rgxEsc(term), modifier);\n }\n return regexp.test(data);\n}\n" }, { - "__docId__": 823, + "__docId__": 824, "kind": "variable", "static": true, "variation": null, @@ -17614,7 +17635,7 @@ } }, { - "__docId__": 824, + "__docId__": 825, "kind": "variable", "static": true, "variation": null, @@ -17654,7 +17675,7 @@ } }, { - "__docId__": 825, + "__docId__": 826, "kind": "variable", "static": true, "variation": null, @@ -17694,7 +17715,7 @@ } }, { - "__docId__": 826, + "__docId__": 827, "kind": "variable", "static": true, "variation": null, @@ -17734,7 +17755,7 @@ } }, { - "__docId__": 827, + "__docId__": 828, "kind": "variable", "static": true, "variation": null, @@ -17814,7 +17835,7 @@ } }, { - "__docId__": 828, + "__docId__": 829, "kind": "file", "static": true, "variation": null, @@ -17824,10 +17845,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {\n isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef, EMPTY_FN\n} from './types';\nimport {parse as parseNb} from './number'\n\nimport {root} from './root';\nimport {Emitter} from './emitter';\nimport {GridLayout} from './modules/gridLayout';\nimport {Loader} from './modules/loader';\nimport {HighlightKeyword} from './modules/highlightKeywords';\nimport {PopupFilter} from './modules/popupFilter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {RowsCounter} from './modules/rowsCounter';\nimport {StatusBar} from './modules/statusBar';\nimport {Paging} from './modules/paging';\nimport {ClearButton} from './modules/clearButton';\nimport {Help} from './modules/help';\nimport {AlternateRows} from './modules/alternateRows';\nimport {NoResults} from './modules/noResults';\nimport {State} from './modules/state';\nimport {DateType} from './modules/dateType';\nimport {MarkActiveColumns} from './modules/markActiveColumns';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER\n} from './const';\n\nlet doc = root.document;\n\n/**\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n */\nexport class TableFilter {\n\n /**\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {HTMLTableElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n /**\n * ID of current instance\n * @type {String}\n * @private\n */\n this.id = null;\n\n /**\n * Current version\n * @type {String}\n */\n this.version = '{VERSION}';\n\n /**\n * Current year\n * @type {Number}\n * @private\n */\n this.year = new Date().getFullYear();\n\n /**\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n */\n this.tbl = null;\n\n /**\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n */\n this.refRow = null;\n\n /**\n * Index of the headers row\n * @type {Number}\n * @private\n */\n this.headersRow = null;\n\n /**\n * Configuration object\n * @type {Object}\n * @private\n */\n this.cfg = {};\n\n /**\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n */\n this.nbFilterableRows = 0;\n\n /**\n * Number of cells in the reference row\n * @type {Number}\n * @private\n */\n this.nbCells = null;\n\n let startRow;\n\n // TODO: use for-of\n args.forEach((arg) => {\n if (typeof arg === 'object' && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (isString(arg)) {\n this.id = arg;\n this.tbl = elm(arg);\n } else if (isNumber(arg)) {\n startRow = arg;\n } else if (isObj(arg)) {\n this.cfg = arg;\n }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE') {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\n }\n\n if (this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n requires at least 1 row.`);\n }\n\n // configuration object\n let f = this.cfg;\n\n /**\n * Event emitter instance\n * @type {Emitter}\n */\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = isUndef(startRow) ? 2 : (startRow + 1);\n\n /**\n * Base path for static assets\n * @type {String}\n */\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n\n /**\n * Enable/disable filters\n * @type {Boolean}\n */\n this.fltGrid = f.grid === false ? false : true;\n\n /**\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n */\n this.gridLayout = Boolean(f.grid_layout);\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n\n /**\n * Headers row index\n * @type {Number}\n */\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n /**\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n */\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n /**\n * List of filters IDs\n * @type {Array}\n * @private\n */\n this.fltIds = [];\n\n /**\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n */\n this.validRowsIndex = [];\n\n /**\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n */\n this.infDiv = null;\n\n /**\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.lDiv = null;\n\n /**\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.rDiv = null;\n\n /**\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.mDiv = null;\n\n /**\n * Css class for toolbar's container DOM element\n * @type {String}\n */\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n\n /**\n * Css class for left-side inner container DOM element\n * @type {String}\n */\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n\n /**\n * Css class for right-side inner container DOM element\n * @type {String}\n */\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n\n /**\n * Css class for middle inner container DOM element\n * @type {String}\n */\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n\n /*** filters' grid appearance ***/\n /**\n * Path for stylesheets\n * @type {String}\n */\n this.stylePath = f.style_path || this.basePath + 'style/';\n\n /**\n * Main stylesheet path\n * @type {String}\n */\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n\n /**\n * Main stylesheet ID\n * @type {String}\n * @private\n */\n this.stylesheetId = this.id + '_style';\n\n /**\n * Css class for the filters row\n * @type {String}\n */\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n\n /**\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n */\n this.enableIcons = f.enable_icons === false ? false : true;\n\n /**\n * Enable/disable alternating rows\n * @type {Boolean}\n */\n this.alternateRows = Boolean(f.alternate_rows);\n\n /**\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n */\n this.hasColWidths = isArray(f.col_widths);\n\n /**\n * Columns widths array\n * @type {Array}\n */\n this.colWidths = this.hasColWidths ? f.col_widths : [];\n\n /**\n * Css class for a filter element\n * @type {String}\n */\n this.fltCssClass = f.flt_css_class || 'flt';\n\n /**\n * Css class for multiple select filters\n * @type {String}\n */\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n\n /**\n * Css class for small filter (when submit button is active)\n * @type {String}\n */\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n\n /**\n * Css class for single filter type\n * @type {String}\n */\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n\n /**\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n */\n this.enterKey = f.enter_key === false ? false : true;\n\n /**\n * Callback fired before filtering process starts\n * @type {Function}\n */\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : EMPTY_FN;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ?\n f.on_after_filter : EMPTY_FN;\n\n /**\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n */\n this.caseSensitive = Boolean(f.case_sensitive);\n\n /**\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n */\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n\n /**\n * Exact match filtering per column array\n * @type {Array}\n */\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n\n /**\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n */\n this.exactMatch = Boolean(f.exact_match);\n\n /**\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n */\n this.ignoreDiacritics = f.ignore_diacritics;\n\n /**\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n */\n this.linkedFilters = Boolean(f.linked_filters);\n\n /**\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n */\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n\n /**\n * Active filter ID\n * @type {String}\n * @private\n */\n this.activeFilterId = null;\n\n /**\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n */\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n\n /**\n * List of row indexes to be excluded from filtering\n * @type {Array}\n */\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n\n /**\n * Enable/disable external filters generation\n * @type {Boolean}\n */\n this.isExternalFlt = Boolean(f.external_flt_grid);\n\n /**\n * List of containers IDs where external filters will be generated\n * @type {Array}\n */\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n\n /**\n * Callback fired after filters are generated\n * @type {Function}\n */\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : EMPTY_FN;\n\n /**\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n */\n this.singleSearchFlt = Boolean(f.single_filter);\n\n /**\n * Callback fired after a row is validated during filtering\n * @type {Function}\n */\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : EMPTY_FN;\n\n /**\n * Specify which column implements a custom cell parser to retrieve the\n * cell value:\n * cell_parser: {\n * cols: [0, 2],\n * parse: function(tf, cell, colIndex) {\n * // custom cell parser logic here\n * return cellValue;\n * }\n * }\n * @type {Object}\n */\n this.cellParser = isObj(f.cell_parser) && isFn(f.cell_parser.parse) &&\n isArray(f.cell_parser.cols) ?\n f.cell_parser : { cols: [], parse: EMPTY_FN };\n\n /**\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n */\n this.watermark = f.watermark || '';\n\n /**\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n */\n this.isWatermarkArray = isArray(this.watermark);\n\n /**\n * Toolbar's custom container ID\n * @type {String}\n */\n this.toolBarTgtId = f.toolbar_target_id || null;\n\n /**\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n */\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n\n /**\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n */\n this.popupFilters = Boolean(f.popup_filters);\n\n /**\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n */\n this.markActiveColumns = isObj(f.mark_active_columns) ||\n Boolean(f.mark_active_columns);\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n */\n this.clearFilterText = f.clear_filter_text || 'Clear';\n\n /**\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n */\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n\n /**\n * Text for empty option in drop-down filter types\n * @type {String}\n */\n this.emptyText = f.empty_text || '(Empty)';\n\n /**\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n */\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n\n /**\n * Text for non-empty option in drop-down filter types\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n */\n this.onSlcChange = f.on_change === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n */\n this.sortSlc = f.sort_select === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n\n /**\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n */\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n\n /**\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n */\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n\n /**\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n */\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n\n /**\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n */\n this.hasCustomOptions = isObj(f.custom_options);\n\n /**\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n */\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n /**\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n */\n this.rgxOperator = f.regexp_operator || 'rgx:';\n\n /**\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n */\n this.emOperator = f.empty_operator || '[empty]';\n\n /**\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n */\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n\n /**\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n */\n this.orOperator = f.or_operator || '||';\n\n /**\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n */\n this.anOperator = f.and_operator || '&&';\n\n /**\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n */\n this.grOperator = f.greater_operator || '>';\n\n /**\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n */\n this.lwOperator = f.lower_operator || '<';\n\n /**\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n */\n this.leOperator = f.lower_equal_operator || '<=';\n\n /**\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n */\n this.geOperator = f.greater_equal_operator || '>=';\n\n /**\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.dfOperator = f.different_operator || '!';\n\n /**\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.lkOperator = f.like_operator || '*';\n\n /**\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n */\n this.eqOperator = f.equal_operator || '=';\n\n /**\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.stOperator = f.start_with_operator || '{';\n\n /**\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.enOperator = f.end_with_operator || '}';\n\n // this.curExp = f.cur_exp || '^[¥£€$]';\n\n /**\n * Stored values separator\n * @type {String}\n */\n this.separator = f.separator || ',';\n\n /**\n * Enable rows counter UI component\n * @type {Boolean}\n */\n this.rowsCounter = Boolean(f.rows_counter);\n\n /**\n * Enable status bar UI component\n * @type {Boolean}\n */\n this.statusBar = Boolean(f.status_bar);\n\n /**\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n */\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n /**\n * Enable filters submission button\n * @type {Boolean}\n */\n this.displayBtn = Boolean(f.btn);\n\n /**\n * Define filters submission button text\n * @type {String}\n */\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n\n /**\n * Css class for filters submission button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n\n /**\n * Enable clear button\n * @type {Boolean}\n */\n this.btnReset = Boolean(f.btn_reset);\n\n /**\n * Callback fired before filters are cleared\n * @type {Function}\n */\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : EMPTY_FN;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ?\n f.on_after_reset : EMPTY_FN;\n\n /**\n * Enable paging component\n * @type {Boolean}\n */\n this.paging = Boolean(f.paging);\n\n /**\n * Number of hidden rows\n * @type {Number}\n * @private\n */\n this.nbHiddenRows = 0;\n\n /**\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n */\n this.autoFilter = Boolean(f.auto_filter);\n\n /**\n * Auto-filter delay in msecs\n * @type {Number}\n */\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n\n /**\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n */\n this.isUserTyping = null;\n\n /**\n * Auto-filter interval ID\n * @type {String}\n * @private\n */\n this.autoFilterTimer = null;\n\n /**\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n */\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /**\n * Enable no results message UI component\n * @type {Boolean}\n */\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /**\n * Enable state persistence\n * @type {Boolean}\n */\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n\n /**\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n */\n this.locale = f.locale || 'en';\n\n /**\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n */\n this.thousandsSeparator = f.thousands_separator || ',';\n\n /**\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n */\n this.decimalSeparator = f.decimal_separator || '.';\n\n /**\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n */\n this.colTypes = isArray(f.col_types) ? f.col_types : [];\n\n /*** ids prefixes ***/\n /**\n * Main prefix\n * @private\n */\n this.prfxTf = 'TF';\n\n /**\n * Filter's ID prefix (inputs - selects)\n * @private\n */\n this.prfxFlt = 'flt';\n\n /**\n * Button's ID prefix\n * @private\n */\n this.prfxValButton = 'btn';\n\n /**\n * Toolbar container ID prefix\n * @private\n */\n this.prfxInfDiv = 'inf_';\n\n /**\n * Toolbar left element ID prefix\n * @private\n */\n this.prfxLDiv = 'ldiv_';\n\n /**\n * Toolbar right element ID prefix\n * @private\n */\n this.prfxRDiv = 'rdiv_';\n\n /**\n * Toolbar middle element ID prefix\n * @private\n */\n this.prfxMDiv = 'mdiv_';\n\n /**\n * Responsive Css class\n * @private\n */\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n /**\n * List of loaded extensions\n * @type {Array}\n * @private\n */\n this.extensions = f.extensions;\n\n /**\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n */\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n /**\n * Enable default theme\n * @type {Boolean}\n */\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n\n /**\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n */\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n\n /**\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themes = f.themes || [];\n\n /**\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n /**\n * Enable responsive layout\n * @type {Boolean}\n */\n this.responsive = Boolean(f.responsive);\n\n /**\n * Features registry\n * @private\n */\n this.Mod = {};\n\n /**\n * Extensions registry\n * @private\n */\n this.ExtRegistry = {};\n\n //load styles if necessary\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.nbCells = this.getCellsNb(this.refRow);\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads theme\n this.loadThemes();\n\n // Instanciate sugar date wrapper\n Mod.dateType = Mod.dateType || new DateType(this);\n Mod.dateType.init();\n\n // Instantiate help feature and initialise only if set true\n Mod.help = Mod.help || new Help(this);\n if (this.help) {\n Mod.help.init();\n }\n\n if (this.state) {\n Mod.state = Mod.state || new State(this);\n Mod.state.init();\n }\n\n if (this.markActiveColumns) {\n Mod.markActiveColumns =\n Mod.markActiveColumns || new MarkActiveColumns(this);\n Mod.markActiveColumns.init();\n }\n\n if (this.gridLayout) {\n Mod.gridLayout = Mod.gridLayout || new GridLayout(this);\n Mod.gridLayout.init();\n }\n\n if (this.loader) {\n Mod.loader = Mod.loader || new Loader(this);\n Mod.loader.init();\n }\n\n if (this.highlightKeywords) {\n Mod.highlightKeyword = new HighlightKeyword(this);\n Mod.highlightKeyword.init();\n }\n\n if (this.popupFilters) {\n Mod.popupFilter = Mod.popupFilter || new PopupFilter(this);\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = createElm(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i === n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i === n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n if (this.rowsCounter) {\n Mod.rowsCounter = new RowsCounter(this);\n Mod.rowsCounter.init();\n }\n if (this.statusBar) {\n Mod.statusBar = new StatusBar(this);\n Mod.statusBar.init();\n }\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n if (this.btnReset) {\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n if (this.alternateRows) {\n Mod.alternateRows = new AlternateRows(this);\n Mod.alternateRows.init();\n }\n if (this.noResults) {\n Mod.noResults = Mod.noResults || new NoResults(this);\n Mod.noResults.init();\n }\n\n //TF css class is added to table\n if (!this.gridLayout) {\n addClass(this.dom(), this.prfxTf);\n if (this.responsive) {\n addClass(this.dom(), this.prfxResponsive);\n }\n }\n\n /* Load extensions */\n this.initExtensions();\n\n // Subscribe to events\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n /** @inherited */\n this.initialized = true;\n\n this.onFiltersLoaded(this);\n\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n cancelEvt(evt);\n stopEvt(evt);\n } else {\n this.isUserTyping = true;\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = root.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = targetEvt(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n root.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n // TODO: prevent filters row generation for popup filters too,\n // to reduce and simplify headers row index adjusting across lib modules\n // (GridLayout, PopupFilter etc)\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = tag(this.dom(), 'thead');\n if (thead.length > 0) {\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.dom().insertRow(this.filtersRowIndex);\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inpType = col === INPUT ? 'text' : 'hidden';\n let inp = createElm(INPUT,\n ['id', this.buildFilterId(colIndex)],\n ['type', inpType], ['ct', colIndex]);\n\n if (inpType !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n addEvt(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n addEvt(inp, 'keypress', (evt) => this.detectKey(evt));\n addEvt(inp, 'keydown', () => this.onKeyDown());\n addEvt(inp, 'keyup', (evt) => this.onKeyUp(evt));\n addEvt(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnText]\n );\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n addEvt(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n if (!this.hasExtensions) {\n return;\n }\n\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions store in extensions registry\n */\n destroyExtensions() {\n let reg = this.ExtRegistry;\n\n Object.keys(reg).forEach((key) => {\n reg[key].destroy();\n reg[key] = undefined;\n });\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n if (!this.hasThemes) {\n return;\n }\n\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n // Enable loader indicator\n this.loader = true;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return elm(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n // broadcast destroy event modules and extensions are subscribed to\n emitter.emit('destroy', this);\n\n if (this.fltGrid && !this.gridLayout) {\n this.dom().deleteRow(this.filtersRowIndex);\n }\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.dom(), this.prfxTf);\n removeClass(this.dom(), this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infDiv = createElm('div');\n infDiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n elm(this.toolBarTgtId).appendChild(infDiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infDiv);\n infDiv.className = gridLayout.infDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = createElm('caption');\n cont.appendChild(infDiv);\n this.dom().insertBefore(cont, this.dom().firstChild);\n }\n this.infDiv = infDiv;\n\n /*** left div containing rows # displayer ***/\n let lDiv = createElm('div');\n lDiv.className = this.lDivCssClass;\n infDiv.appendChild(lDiv);\n this.lDiv = lDiv;\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rDiv = createElm('div');\n rDiv.className = this.rDivCssClass;\n infDiv.appendChild(rDiv);\n this.rDiv = rDiv;\n\n /*** mid div containing paging elements ***/\n let mDiv = createElm('div');\n mDiv.className = this.mDivCssClass;\n infDiv.appendChild(mDiv);\n this.mDiv = mDiv;\n\n // emit help initialisation only if undefined\n if (isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n removeElm(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.dom();\n let captions = tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = elm(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) !== -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this.initialized) {\n return;\n }\n //fire onbefore callback\n this.onBeforeFilter(this);\n this.emitter.emit('before-filtering', this);\n\n let row = this.dom().rows,\n nbRows = this.getRowsNb(true),\n hiddenRows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n for (let k = this.refRow; k < nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells;\n let nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellValue = matchCase(this.getCellValue(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // isolate search term and check occurence in cell data\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = this._testTerm(cS, cellValue, j);\n\n if (occur) {\n this.emitter.emit('highlight-keyword', this,\n cells[j], cS);\n }\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = this._testTerm(trim(sA), cellValue, j);\n if (occurence[j]) {\n this.emitter.emit('highlight-keyword', this, cells[j],\n sA);\n }\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n this.validateRow(k, isRowValid);\n if (!isRowValid) {\n hiddenRows++;\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbHiddenRows = hiddenRows;\n\n //fire onafterfilter callback\n this.onAfterFilter(this);\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @return {Boolean}\n */\n _testTerm(term, cellValue, colIdx) {\n let numData;\n let decimal = this.decimalSeparator;\n let reLe = new RegExp(this.leOperator),\n reGe = new RegExp(this.geOperator),\n reL = new RegExp(this.lwOperator),\n reG = new RegExp(this.grOperator),\n reD = new RegExp(this.dfOperator),\n reLk = new RegExp(rgxEsc(this.lkOperator)),\n reEq = new RegExp(this.eqOperator),\n reSt = new RegExp(this.stOperator),\n reEn = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n reEm = this.emOperator,\n reNm = this.nmOperator,\n reRe = new RegExp(rgxEsc(this.rgxOperator));\n\n term = matchCase(term, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = reL.test(term),\n hasLE = reLe.test(term),\n hasGR = reG.test(term),\n hasGE = reGe.test(term),\n hasDF = reD.test(term),\n hasEQ = reEq.test(term),\n hasLK = reLk.test(term),\n // hatermN = re_an.test(term),\n hasST = reSt.test(term),\n hasEN = reEn.test(term),\n hasEM = (reEm === term),\n hasNM = (reNm === term),\n hasRE = reRe.test(term);\n\n // Check for dates or resolve date type\n if (this.hasType(colIdx, [DATE])) {\n let dte1, dte2;\n\n let dateType = this.Mod.dateType;\n let isValidDate = dateType.isValid.bind(dateType);\n let parseDate = dateType.parse.bind(dateType);\n let locale = dateType.getOptions(colIdx).locale || this.locale;\n\n // Search arg dates tests\n let isLDate = hasLO &&\n isValidDate(term.replace(reL, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(term.replace(reLe, ''), locale);\n let isGDate = hasGR &&\n isValidDate(term.replace(reG, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(term.replace(reGe, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(term.replace(reD, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(term.replace(reEq, ''), locale);\n\n dte1 = parseDate(cellValue, locale);\n\n // lower equal date\n if (isLEDate) {\n dte2 = parseDate(term.replace(reLe, ''), locale);\n occurence = dte1 <= dte2;\n }\n // lower date\n else if (isLDate) {\n dte2 = parseDate(term.replace(reL, ''), locale);\n occurence = dte1 < dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(term.replace(reGe, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(term.replace(reG, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(term.replace(reD, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(term.replace(reEq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (reLk.test(term)) {// like date\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n else if (isValidDate(term)) {\n dte2 = parseDate(term, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n } else {\n occurence = contains(term, cellValue,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n else {\n if (this.hasType(colIdx, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIdx];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n // Convert to number anyways to auto-resolve type in case not\n // defined by configuration\n numData = Number(cellValue) || parseNb(cellValue, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n term.replace(reLe, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n term.replace(reGe, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n term.replace(reL, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n term.replace(reG, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(term.replace(reD, ''), cellValue,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(term.replace(reEq, ''), cellValue,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellValue.indexOf(term.replace(reSt, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = term.replace(reEn, '');\n occurence =\n cellValue.lastIndexOf(searchArg, cellValue.length - 1) ===\n (cellValue.length - 1) - (searchArg.length - 1) &&\n cellValue.lastIndexOf(searchArg, cellValue.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n }\n //regexp\n else if (hasRE) {\n //in case regexp throws\n try {\n //operator is removed\n let srchArg = term.replace(reRe, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellValue);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numData &&\n this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) &&\n !this.singleSearchFlt) {\n // parseNb can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in parseNb\n term = parseNb(term, decimal) || term;\n occurence = numData === term ||\n contains(term.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(\n term,\n cellValue,\n this.isExactMatch(colIdx),\n this.caseSensitive,\n this.ignoresDiacritics(colIdx)\n );\n }\n }\n\n }//else\n\n return occurence;\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n */\n getColumnData(colIndex, includeHeaders = false, exclude = []) {\n return this.getColValues(colIndex, includeHeaders, true, exclude);\n }\n\n /**\n * Return the values of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of values for a column\n */\n getColumnValues(colIndex, includeHeaders = false, exclude = []) {\n return this.getColValues(colIndex, includeHeaders, false, exclude);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n * @private\n */\n getColValues(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = []\n ) {\n let row = this.dom().rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) !== -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j !== colIndex) {\n continue;\n }\n let data = getContent(cell[j]);\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === type.toLowerCase()) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return elm(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.dom().rows[rowIndex >= 0 ? rowIndex : 0];\n return tr ? tr.cells.length : 0;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = isUndef(this.refRow) ? 0 : this.refRow;\n let ntrs = this.dom().rows.length;\n if (includeHeaders) {\n s = 0;\n }\n return parseInt(ntrs - s, 10);\n }\n\n\n /**\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n */\n getCellValue(cell) {\n let idx = cell.cellIndex;\n let cellParser = this.cellParser;\n // Invoke cellParser for this column if any\n if (cellParser.cols.indexOf(idx) !== -1) {\n return cellParser.parse(this, cell, idx);\n } else {\n return getText(cell);\n }\n }\n\n /**\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n */\n getCellData(cell) {\n let colIndex = cell.cellIndex;\n let value = this.getCellValue(cell);\n\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let decimal = this.decimalSeparator;\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n return parseNb(value, decimal);\n }\n else if (this.hasType(colIndex, [NUMBER])) {\n return Number(value) || parseNb(value);\n }\n else if (this.hasType(colIndex, [DATE])){\n let dateType = this.Mod.dateType;\n let locale = dateType.getOptions(colIndex).locale || this.locale;\n return dateType.parse(value, locale);\n }\n\n return value;\n }\n\n /**\n * Return the table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n */\n getData(includeHeaders = false, excludeHiddenCols = false) {\n return this.getTableData(includeHeaders, excludeHiddenCols, true);\n }\n\n /**\n * Return the table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n */\n getValues(includeHeaders = false, excludeHiddenCols = false) {\n return this.getTableData(includeHeaders, excludeHiddenCols, false);\n }\n\n /**\n * Return the table data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n let rows = this.dom().rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellValue = getContent(cells[j]);\n rowData[1].push(cellValue);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n return this.filteredData(includeHeaders, excludeHiddenCols, true);\n }\n\n /**\n * Return the filtered table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredValues(includeHeaders = false, excludeHiddenCols = false) {\n return this.filteredData(includeHeaders, excludeHiddenCols, false);\n }\n\n /**\n * Return the filtered data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n */\n filteredData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n if (this.validRowsIndex.length === 0) {\n return [];\n }\n let rows = this.dom().rows,\n filteredData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellValue = getContent(cells[k]);\n rData[1].push(cellValue);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredColumnData(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, true, exclude, false);\n }\n\n /**\n * Return the filtered and visible data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getVisibleColumnData(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, true, exclude, true);\n }\n\n /**\n * Return the filtered values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredColumnValues(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, false, exclude, false);\n }\n\n /**\n * Return the filtered and visible values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getVisibleColumnValues(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, false, exclude, true);\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n * @private\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = [],\n visible = true\n ) {\n if (isUndef(colIndex)) {\n return [];\n }\n\n let rows = this.dom().rows;\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n // ensure valid rows index do not contain excluded rows and row is\n // displayed\n let validRows = this.getValidRows(true).filter((rowIdx) => {\n return exclude.indexOf(rowIdx) === -1 &&\n (visible ?\n this.getRowDisplay(rows[rowIdx]) !== 'none' :\n true);\n });\n\n // convert column value to expected type if necessary\n let validColValues = validRows.map((rowIdx) => {\n return getContent(rows[rowIdx].cells[colIndex]);\n });\n\n if (includeHeaders) {\n validColValues.unshift(this.getHeadersText()[colIndex]);\n }\n\n return validColValues;\n }\n\n /**\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.dom().rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n this.onRowValidated(this, rowIndex);\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this.initialized) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.linkedFilters);\n }\n if (isArray(query)) {\n values = query;\n } else {\n query = matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.dom();\n\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = createElm('col');\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n\n /**\n * Make defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n let nbRows = this.getRowsNb(true);\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n this.onBeforeReset(this, this.getFiltersValue());\n\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n this.onAfterReset(this);\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Return the ID of the current active filter\n * @return {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @return {String} Filter element ID string\n * @private\n */\n buildFilterId(colIndex) {\n return `${this.prfxFlt}${colIndex}_${this.id}`;\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let colIdx = slcIndex[i];\n let curSlc = elm(this.fltIds[colIdx]);\n let slcSelectedValue = this.getFilterValue(colIdx);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== colIdx ||\n (this.paging && slcA1.indexOf(colIdx) !== -1 &&\n activeIdx === colIdx) ||\n (!this.paging && (slcA3.indexOf(colIdx) !== -1 ||\n slcA2.indexOf(colIdx) !== -1)) ||\n slcSelectedValue === this.getClearFilterText(colIdx)) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.getClearFilterText(colIdx), '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(colIdx) !== -1) {\n this.emitter.emit('build-checklist-filter', this, colIdx,\n true);\n } else {\n this.emitter.emit('build-select-filter', this, colIdx,\n true);\n }\n\n this.setFilterValue(colIdx, slcSelectedValue);\n }\n }\n }\n\n /**\n * Determine if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n */\n isRowValid(rowIndex) {\n return this.getValidRows().indexOf(rowIndex) !== -1;\n }\n\n /**\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n */\n isRowDisplayed(rowIndex) {\n let row = this.dom().rows[rowIndex];\n return this.getRowDisplay(row) === '';\n }\n\n /**\n * Check if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n ignoresDiacritics(colIndex) {\n let ignoreDiac = this.ignoreDiacritics;\n if (isArray(ignoreDiac)) {\n return ignoreDiac[colIndex];\n }\n return Boolean(ignoreDiac);\n }\n\n /**\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @return {String}\n */\n getClearFilterText(colIndex) {\n let clearText = this.clearFilterText;\n if (isArray(clearText)) {\n return clearText[colIndex];\n }\n return clearText;\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type = 'script') {\n let imported = false,\n attr = type === 'script' ? 'src' : 'href',\n files = tag(doc, type);\n for (let i = 0, len = files.length; i < len; i++) {\n if (isUndef(files[i][attr])) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type = 'script') {\n if (this.isImported(filePath, type)) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (type.toLowerCase() === 'link') {\n file = createElm('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = createElm('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = () => {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error(`TableFilter could not load: ${filePath}`);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n isInitialized() {\n return this.initialized;\n }\n\n /**\n * Get list of filter IDs\n * @return {Array} List of filters ids\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n let nbRows = this.getRowsNb(true);\n this.validRowsIndex = [];\n for (let k = this.refRow; k < nbRows; k++) {\n let r = this.dom().rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n let nbRows = this.getRowsNb(true);\n return (nbRows - 1);\n }\n\n /**\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @return {Boolean}\n */\n hasType(colIndex, types = []) {\n if (this.colTypes.length === 0) {\n return false;\n }\n let colType = this.colTypes[colIndex];\n if (isObj(colType)) {\n colType = colType.type;\n }\n return types.indexOf(colType) !== -1;\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.dom();\n let tHead = tag(table, 'thead');\n let rowIdx = this.getHeadersRowIndex();\n let header;\n if (tHead.length === 0) {\n header = table.rows[rowIdx].cells[colIndex];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[rowIdx].cells[colIndex];\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : colType.toLowerCase();\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n */\n getValidRowsNb(reCalc = false) {\n return this.getValidRows(reCalc).length;\n }\n\n /**\n * Return the working DOM element\n * @return {HTMLTableElement}\n */\n dom() {\n return this.tbl;\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" + "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode,\n removeClass, removeElm, tag\n} from './dom';\nimport {contains, matchCase, rgxEsc, trim} from './string';\nimport {isEmpty as isEmptyString} from './string';\nimport {\n isArray, isEmpty, isFn, isNumber, isObj, isString, isUndef, EMPTY_FN\n} from './types';\nimport {parse as parseNb} from './number'\n\nimport {root} from './root';\nimport {Emitter} from './emitter';\nimport {Dropdown} from './modules/dropdown';\nimport {CheckList} from './modules/checkList';\nimport {Paging} from './modules/paging';\nimport {Help} from './modules/help';\nimport {DateType} from './modules/dateType';\n\nimport {\n INPUT, SELECT, MULTIPLE, CHECKLIST, NONE,\n ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY,\n CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER,\n FEATURES\n} from './const';\n\nlet doc = root.document;\n\n/**\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n */\nexport class TableFilter {\n\n /**\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {HTMLTableElement} table Table DOM element\n * @param {String} id Table id\n * @param {Number} row index indicating the 1st row\n * @param {Object} configuration object\n */\n constructor(...args) {\n /**\n * ID of current instance\n * @type {String}\n * @private\n */\n this.id = null;\n\n /**\n * Current version\n * @type {String}\n */\n this.version = '{VERSION}';\n\n /**\n * Current year\n * @type {Number}\n * @private\n */\n this.year = new Date().getFullYear();\n\n /**\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n */\n this.tbl = null;\n\n /**\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n */\n this.refRow = null;\n\n /**\n * Index of the headers row\n * @type {Number}\n * @private\n */\n this.headersRow = null;\n\n /**\n * Configuration object\n * @type {Object}\n * @private\n */\n this.cfg = {};\n\n /**\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n */\n this.nbFilterableRows = 0;\n\n /**\n * Number of cells in the reference row\n * @type {Number}\n * @private\n */\n this.nbCells = null;\n\n let startRow;\n\n // TODO: use for-of\n args.forEach((arg) => {\n if (typeof arg === 'object' && arg.nodeName === 'TABLE') {\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if (isString(arg)) {\n this.id = arg;\n this.tbl = elm(arg);\n } else if (isNumber(arg)) {\n startRow = arg;\n } else if (isObj(arg)) {\n this.cfg = arg;\n }\n });\n\n if (!this.tbl || this.tbl.nodeName !== 'TABLE') {\n throw new Error(`Could not instantiate TableFilter: HTML table\n DOM element not found.`);\n }\n\n if (this.getRowsNb() === 0) {\n throw new Error(`Could not instantiate TableFilter: HTML table\n requires at least 1 row.`);\n }\n\n // configuration object\n let f = this.cfg;\n\n /**\n * Event emitter instance\n * @type {Emitter}\n */\n this.emitter = new Emitter();\n\n //Start row et cols nb\n this.refRow = isUndef(startRow) ? 2 : (startRow + 1);\n\n /**\n * Base path for static assets\n * @type {String}\n */\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filters' grid properties ***/\n\n /**\n * Enable/disable filters\n * @type {Boolean}\n */\n this.fltGrid = f.grid === false ? false : true;\n\n /**\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n */\n this.gridLayout = Boolean(f.grid_layout);\n\n /**\n * Filters row index\n * @type {Number}\n */\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n\n /**\n * Headers row index\n * @type {Number}\n */\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n /**\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n */\n this.fltCellTag = isString(f.filters_cell_tag) ?\n f.filters_cell_tag : CELL_TAG;\n\n /**\n * List of filters IDs\n * @type {Array}\n * @private\n */\n this.fltIds = [];\n\n /**\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n */\n this.validRowsIndex = [];\n\n /**\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n */\n this.infDiv = null;\n\n /**\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.lDiv = null;\n\n /**\n * Right-side inner container DOM element (reset button,\n * page length selector in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.rDiv = null;\n\n /**\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n */\n this.mDiv = null;\n\n /**\n * Css class for toolbar's container DOM element\n * @type {String}\n */\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n\n /**\n * Css class for left-side inner container DOM element\n * @type {String}\n */\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n\n /**\n * Css class for right-side inner container DOM element\n * @type {String}\n */\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n\n /**\n * Css class for middle inner container DOM element\n * @type {String}\n */\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n\n /*** filters' grid appearance ***/\n /**\n * Path for stylesheets\n * @type {String}\n */\n this.stylePath = f.style_path || this.basePath + 'style/';\n\n /**\n * Main stylesheet path\n * @type {String}\n */\n this.stylesheet = f.stylesheet || this.stylePath + 'tablefilter.css';\n\n /**\n * Main stylesheet ID\n * @type {String}\n * @private\n */\n this.stylesheetId = this.id + '_style';\n\n /**\n * Css class for the filters row\n * @type {String}\n */\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n\n /**\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n */\n this.enableIcons = f.enable_icons === false ? false : true;\n\n /**\n * Enable/disable alternating rows\n * @type {Boolean}\n */\n this.alternateRows = Boolean(f.alternate_rows);\n\n /**\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n */\n this.hasColWidths = isArray(f.col_widths);\n\n /**\n * Columns widths array\n * @type {Array}\n */\n this.colWidths = this.hasColWidths ? f.col_widths : [];\n\n /**\n * Css class for a filter element\n * @type {String}\n */\n this.fltCssClass = f.flt_css_class || 'flt';\n\n /**\n * Css class for multiple select filters\n * @type {String}\n */\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n\n /**\n * Css class for small filter (when submit button is active)\n * @type {String}\n */\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n\n /**\n * Css class for single filter type\n * @type {String}\n */\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n\n /**\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n */\n this.enterKey = f.enter_key === false ? false : true;\n\n /**\n * Callback fired before filtering process starts\n * @type {Function}\n */\n this.onBeforeFilter = isFn(f.on_before_filter) ?\n f.on_before_filter : EMPTY_FN;\n\n /**\n * Callback fired after filtering process is completed\n * @type {Function}\n */\n this.onAfterFilter = isFn(f.on_after_filter) ?\n f.on_after_filter : EMPTY_FN;\n\n /**\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n */\n this.caseSensitive = Boolean(f.case_sensitive);\n\n /**\n * Indicate whether exact match filtering is enabled on a per column\n * basis\n * @type {Boolean}\n * @private\n */\n this.hasExactMatchByCol = isArray(f.columns_exact_match);\n\n /**\n * Exact match filtering per column array\n * @type {Array}\n */\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n\n /**\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n */\n this.exactMatch = Boolean(f.exact_match);\n\n /**\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n */\n this.ignoreDiacritics = f.ignore_diacritics;\n\n /**\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n */\n this.linkedFilters = Boolean(f.linked_filters);\n\n /**\n * Enable/disable readonly state for excluded options when\n * linked filters filtering mode is on\n * @type {Boolean}\n */\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n\n /**\n * Active filter ID\n * @type {String}\n * @private\n */\n this.activeFilterId = null;\n\n /**\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n */\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n\n /**\n * List of row indexes to be excluded from filtering\n * @type {Array}\n */\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n\n /**\n * Enable/disable external filters generation\n * @type {Boolean}\n */\n this.isExternalFlt = Boolean(f.external_flt_grid);\n\n /**\n * List of containers IDs where external filters will be generated\n * @type {Array}\n */\n this.externalFltTgtIds = f.external_flt_grid_ids || [];\n\n /**\n * Callback fired after filters are generated\n * @type {Function}\n */\n this.onFiltersLoaded = isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : EMPTY_FN;\n\n /**\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n */\n this.singleSearchFlt = Boolean(f.single_filter);\n\n /**\n * Callback fired after a row is validated during filtering\n * @type {Function}\n */\n this.onRowValidated = isFn(f.on_row_validated) ?\n f.on_row_validated : EMPTY_FN;\n\n /**\n * Specify which column implements a custom cell parser to retrieve the\n * cell value:\n * cell_parser: {\n * cols: [0, 2],\n * parse: function(tf, cell, colIndex) {\n * // custom cell parser logic here\n * return cellValue;\n * }\n * }\n * @type {Object}\n */\n this.cellParser = isObj(f.cell_parser) && isFn(f.cell_parser.parse) &&\n isArray(f.cell_parser.cols) ?\n f.cell_parser : { cols: [], parse: EMPTY_FN };\n\n /**\n * Global watermark text for input filter type or watermark for each\n * filter if an array is supplied\n * @type {String|Array}\n */\n this.watermark = f.watermark || '';\n\n /**\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n */\n this.isWatermarkArray = isArray(this.watermark);\n\n /**\n * Toolbar's custom container ID\n * @type {String}\n */\n this.toolBarTgtId = f.toolbar_target_id || null;\n\n /**\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n */\n this.help = isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n\n /**\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n */\n this.popupFilters = Boolean(f.popup_filters);\n\n /**\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n */\n this.markActiveColumns = isObj(f.mark_active_columns) ||\n Boolean(f.mark_active_columns);\n\n /*** select filter's customisation and behaviours ***/\n /**\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n */\n this.clearFilterText = f.clear_filter_text || 'Clear';\n\n /**\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n */\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n\n /**\n * Text for empty option in drop-down filter types\n * @type {String}\n */\n this.emptyText = f.empty_text || '(Empty)';\n\n /**\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n */\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n\n /**\n * Text for non-empty option in drop-down filter types\n * @type {String}\n */\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n\n /**\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n */\n this.onSlcChange = f.on_change === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * alpha-numeric manner by default\n * @type {Boolean}\n */\n this.sortSlc = f.sort_select === false ? false : true;\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * ascending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n\n /**\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n */\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : [];\n\n /**\n * Indicate whether options in drop-down filter types are sorted in a\n * descending numeric manner\n * @type {Boolean}\n * @private\n */\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n\n /**\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n */\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : [];\n\n /**\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n */\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n\n /**\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n */\n this.hasCustomOptions = isObj(f.custom_options);\n\n /**\n * Custom options definition of a per column basis, ie:\n *\tcustom_options: {\n * cols:[0, 1],\n * texts: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * values: [\n * ['a0', 'b0', 'c0'],\n * ['a1', 'b1', 'c1']\n * ],\n * sorts: [false, true]\n * }\n *\n * @type {Object}\n */\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n /**\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n */\n this.rgxOperator = f.regexp_operator || 'rgx:';\n\n /**\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n */\n this.emOperator = f.empty_operator || '[empty]';\n\n /**\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n */\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n\n /**\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n */\n this.orOperator = f.or_operator || '||';\n\n /**\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n */\n this.anOperator = f.and_operator || '&&';\n\n /**\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n */\n this.grOperator = f.greater_operator || '>';\n\n /**\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n */\n this.lwOperator = f.lower_operator || '<';\n\n /**\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n */\n this.leOperator = f.lower_equal_operator || '<=';\n\n /**\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n */\n this.geOperator = f.greater_equal_operator || '>=';\n\n /**\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.dfOperator = f.different_operator || '!';\n\n /**\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n */\n this.lkOperator = f.like_operator || '*';\n\n /**\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n */\n this.eqOperator = f.equal_operator || '=';\n\n /**\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.stOperator = f.start_with_operator || '{';\n\n /**\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n */\n this.enOperator = f.end_with_operator || '}';\n\n // this.curExp = f.cur_exp || '^[¥£€$]';\n\n /**\n * Stored values separator\n * @type {String}\n */\n this.separator = f.separator || ',';\n\n /**\n * Enable rows counter UI component\n * @type {Boolean}\n */\n this.rowsCounter = Boolean(f.rows_counter);\n\n /**\n * Enable status bar UI component\n * @type {Boolean}\n */\n this.statusBar = Boolean(f.status_bar);\n\n /**\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n */\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n /**\n * Enable filters submission button\n * @type {Boolean}\n */\n this.displayBtn = Boolean(f.btn);\n\n /**\n * Define filters submission button text\n * @type {String}\n */\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n\n /**\n * Css class for filters submission button\n * @type {String}\n */\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n\n /**\n * Enable clear button\n * @type {Boolean}\n */\n this.btnReset = Boolean(f.btn_reset);\n\n /**\n * Callback fired before filters are cleared\n * @type {Function}\n */\n this.onBeforeReset = isFn(f.on_before_reset) ?\n f.on_before_reset : EMPTY_FN;\n\n /**\n * Callback fired after filters are cleared\n * @type {Function}\n */\n this.onAfterReset = isFn(f.on_after_reset) ?\n f.on_after_reset : EMPTY_FN;\n\n /**\n * Enable paging component\n * @type {Boolean}\n */\n this.paging = Boolean(f.paging);\n\n /**\n * Number of hidden rows\n * @type {Number}\n * @private\n */\n this.nbHiddenRows = 0;\n\n /**\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n */\n this.autoFilter = Boolean(f.auto_filter);\n\n /**\n * Auto-filter delay in msecs\n * @type {Number}\n */\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : AUTO_FILTER_DELAY;\n\n /**\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n */\n this.isUserTyping = null;\n\n /**\n * Auto-filter interval ID\n * @type {String}\n * @private\n */\n this.autoFilterTimer = null;\n\n /**\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n */\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /**\n * Enable no results message UI component\n * @type {Boolean}\n */\n this.noResults = isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /**\n * Enable state persistence\n * @type {Boolean}\n */\n this.state = isObj(f.state) || Boolean(f.state);\n\n /*** data types ***/\n\n /**\n * Define default locale, default to 'en' as per Sugar Date module:\n * https://sugarjs.com/docs/#/DateLocales\n * @type {String}\n */\n this.locale = f.locale || 'en';\n\n /**\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n */\n this.thousandsSeparator = f.thousands_separator || ',';\n\n /**\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n */\n this.decimalSeparator = f.decimal_separator || '.';\n\n /**\n * Define data types on a column basis, possible values 'string',\n * 'number', 'formatted-number', 'date', 'ipaddress' ie:\n * col_types : [\n * 'string', 'date', 'number',\n * { type: 'formatted-number', decimal: ',', thousands: '.' },\n * { type: 'date', locale: 'en-gb' },\n * { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n * ]\n *\n * Refer to https://sugarjs.com/docs/#/DateParsing for exhaustive\n * information on date parsing formats supported by Sugar Date\n * @type {Array}\n */\n this.colTypes = isArray(f.col_types) ? f.col_types : [];\n\n /*** ids prefixes ***/\n /**\n * Main prefix\n * @private\n */\n this.prfxTf = 'TF';\n\n /**\n * Filter's ID prefix (inputs - selects)\n * @private\n */\n this.prfxFlt = 'flt';\n\n /**\n * Button's ID prefix\n * @private\n */\n this.prfxValButton = 'btn';\n\n /**\n * Toolbar container ID prefix\n * @private\n */\n this.prfxInfDiv = 'inf_';\n\n /**\n * Toolbar left element ID prefix\n * @private\n */\n this.prfxLDiv = 'ldiv_';\n\n /**\n * Toolbar right element ID prefix\n * @private\n */\n this.prfxRDiv = 'rdiv_';\n\n /**\n * Toolbar middle element ID prefix\n * @private\n */\n this.prfxMDiv = 'mdiv_';\n\n /**\n * Responsive Css class\n * @private\n */\n this.prfxResponsive = 'resp';\n\n /*** extensions ***/\n /**\n * List of loaded extensions\n * @type {Array}\n * @private\n */\n this.extensions = f.extensions;\n\n /**\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n */\n this.hasExtensions = isArray(this.extensions);\n\n /*** themes ***/\n /**\n * Enable default theme\n * @type {Boolean}\n */\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n\n /**\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n */\n this.hasThemes = (this.enableDefaultTheme || isArray(f.themes));\n\n /**\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themes = f.themes || [];\n\n /**\n * Define path to themes assets, defaults to\n * 'tablefilter/style/themes/'. Usage:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n */\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n /**\n * Enable responsive layout\n * @type {Boolean}\n */\n this.responsive = Boolean(f.responsive);\n\n /**\n * Features registry\n * @private\n */\n this.Mod = {};\n\n /**\n * Extensions registry\n * @private\n */\n this.ExtRegistry = {};\n\n //load styles if necessary\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n }\n\n /**\n * Initialise features and layout\n */\n init() {\n if (this.initialized) {\n return;\n }\n\n this.nbCells = this.getCellsNb(this.refRow);\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells;\n let inpclass;\n\n //loads theme\n this.loadThemes();\n\n // Instantiate sugar date wrapper\n Mod.dateType = Mod.dateType || new DateType(this);\n Mod.dateType.init();\n\n // Instantiate help feature and initialise only if set true\n Mod.help = Mod.help || new Help(this);\n if (this.help) {\n Mod.help.init();\n }\n\n const { state, markActiveColumns, gridLayout, loader, highlightKeyword,\n popupFilter, rowsCounter, statusBar, clearButton, alternateRows,\n noResults } = FEATURES;\n\n this.initFeatures([\n state,\n markActiveColumns,\n gridLayout,\n loader,\n highlightKeyword,\n popupFilter\n ]);\n\n //filters grid is not generated\n if (!this.fltGrid) {\n this._initNoFilters();\n } else {\n let fltrow = this._insertFiltersRow();\n\n this.nbFilterableRows = this.getRowsNb();\n\n // Generate filters\n for (let i = 0; i < n; i++) {\n this.emitter.emit('before-filter-init', this, i);\n\n let fltcell = createElm(this.fltCellTag),\n col = this.getFilterType(i);\n\n if (this.singleSearchFlt) {\n fltcell.colSpan = this.nbCells;\n }\n if (!this.gridLayout) {\n fltrow.appendChild(fltcell);\n }\n inpclass = (i === n - 1 && this.displayBtn) ?\n this.fltSmallCssClass : this.fltCssClass;\n\n //only 1 input for single search\n if (this.singleSearchFlt) {\n col = INPUT;\n inpclass = this.singleFltCssClass;\n }\n\n //drop-down filters\n if (col === SELECT || col === MULTIPLE) {\n if (!Mod.dropdown) {\n Mod.dropdown = new Dropdown(this);\n }\n Mod.dropdown.init(i, this.isExternalFlt, fltcell);\n }\n // checklist\n else if (col === CHECKLIST) {\n if (!Mod.checkList) {\n Mod.checkList = new CheckList(this);\n }\n Mod.checkList.init(i, this.isExternalFlt, fltcell);\n } else {\n this._buildInputFilter(i, inpclass, fltcell);\n }\n\n // this adds submit button\n if (i === n - 1 && this.displayBtn) {\n this._buildSubmitButton(i, fltcell);\n }\n\n this.emitter.emit('after-filter-init', this, i);\n }\n\n this.emitter.on(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n }//if this.fltGrid\n\n /* Features */\n if (this.hasVisibleRows) {\n this.emitter.on(['after-filtering'],\n () => this.enforceVisibility());\n this.enforceVisibility();\n }\n\n this.initFeatures([\n rowsCounter,\n statusBar,\n clearButton,\n alternateRows,\n noResults\n ]);\n\n if (this.paging) {\n if (!Mod.paging) {\n Mod.paging = new Paging(this);\n Mod.paging.init();\n } else {\n Mod.paging.reset();\n }\n }\n\n if (this.hasColWidths && !this.gridLayout) {\n this.setColWidths();\n }\n\n //TF css class is added to table\n if (!this.gridLayout) {\n addClass(this.dom(), this.prfxTf);\n if (this.responsive) {\n addClass(this.dom(), this.prfxResponsive);\n }\n }\n\n /* Load extensions */\n this.initExtensions();\n\n // Subscribe to events\n if (this.linkedFilters) {\n this.emitter.on(['after-filtering'], () => this.linkFilters());\n }\n\n /** @inherited */\n this.initialized = true;\n\n this.onFiltersLoaded(this);\n\n this.emitter.emit('initialized', this);\n }\n\n /**\n * Detect key\n * @param {Event} evt\n */\n detectKey(evt) {\n if (!this.enterKey) {\n return;\n }\n if (evt) {\n let key = keyCode(evt);\n if (key === ENTER_KEY) {\n this.filter();\n cancelEvt(evt);\n stopEvt(evt);\n } else {\n this.isUserTyping = true;\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n }\n\n /**\n * Filter's keyup event: if auto-filter on, detect user is typing and filter\n * columns\n * @param {Event} evt\n */\n onKeyUp(evt) {\n if (!this.autoFilter) {\n return;\n }\n let key = keyCode(evt);\n this.isUserTyping = false;\n\n function filter() {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if (!this.isUserTyping) {\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if (key !== ENTER_KEY && key !== TAB_KEY && key !== ESC_KEY &&\n key !== UP_ARROW_KEY && key !== DOWN_ARROW_KEY) {\n if (this.autoFilterTimer === null) {\n this.autoFilterTimer = root.setInterval(filter.bind(this),\n this.autoFilterDelay);\n }\n } else {\n root.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n\n /**\n * Filter's keydown event: if auto-filter on, detect user is typing\n */\n onKeyDown() {\n if (this.autoFilter) {\n this.isUserTyping = true;\n }\n }\n\n /**\n * Filter's focus event\n * @param {Event} evt\n */\n onInpFocus(evt) {\n let elm = targetEvt(evt);\n this.emitter.emit('filter-focus', this, elm);\n }\n\n /**\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n */\n onInpBlur() {\n if (this.autoFilter) {\n this.isUserTyping = false;\n root.clearInterval(this.autoFilterTimer);\n }\n this.emitter.emit('filter-blur', this);\n }\n\n /**\n * Insert filters row at initialization\n */\n _insertFiltersRow() {\n // TODO: prevent filters row generation for popup filters too,\n // to reduce and simplify headers row index adjusting across lib modules\n // (GridLayout, PopupFilter etc)\n if (this.gridLayout) {\n return;\n }\n let fltrow;\n\n let thead = tag(this.dom(), 'thead');\n if (thead.length > 0) {\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.dom().insertRow(this.filtersRowIndex);\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if (this.isExternalFlt) {\n fltrow.style.display = NONE;\n }\n\n this.emitter.emit('filters-row-inserted', this, fltrow);\n return fltrow;\n }\n\n /**\n * Initialize filtersless table\n */\n _initNoFilters() {\n if (this.fltGrid) {\n return;\n }\n this.refRow = this.refRow > 0 ? this.refRow - 1 : 0;\n this.nbFilterableRows = this.getRowsNb();\n }\n\n /**\n * Build input filter type\n * @param {Number} colIndex Column index\n * @param {String} cssClass Css class applied to filter\n * @param {DOMElement} container Container DOM element\n */\n _buildInputFilter(colIndex, cssClass, container) {\n let col = this.getFilterType(colIndex);\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let inpType = col === INPUT ? 'text' : 'hidden';\n let inp = createElm(INPUT,\n ['id', this.buildFilterId(colIndex)],\n ['type', inpType], ['ct', colIndex]);\n\n if (inpType !== 'hidden' && this.watermark) {\n inp.setAttribute('placeholder',\n this.isWatermarkArray ? (this.watermark[colIndex] || '') :\n this.watermark\n );\n }\n inp.className = cssClass || this.fltCssClass;\n addEvt(inp, 'focus', (evt) => this.onInpFocus(evt));\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(inp);\n } else {\n container.appendChild(inp);\n }\n\n this.fltIds.push(inp.id);\n\n addEvt(inp, 'keypress', (evt) => this.detectKey(evt));\n addEvt(inp, 'keydown', () => this.onKeyDown());\n addEvt(inp, 'keyup', (evt) => this.onKeyUp(evt));\n addEvt(inp, 'blur', () => this.onInpBlur());\n }\n\n /**\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n */\n _buildSubmitButton(colIndex, container) {\n let externalFltTgtId = this.isExternalFlt ?\n this.externalFltTgtIds[colIndex] : null;\n let btn = createElm(INPUT,\n ['type', 'button'],\n ['value', this.btnText]\n );\n btn.className = this.btnCssClass;\n\n //filter is appended in custom element\n if (externalFltTgtId) {\n elm(externalFltTgtId).appendChild(btn);\n } else {\n container.appendChild(btn);\n }\n\n addEvt(btn, 'click', () => this.filter());\n }\n\n /**\n * Return a feature instance for a given name\n * @param {String} name Name of the feature\n * @return {Object}\n */\n feature(name) {\n return this.Mod[name];\n }\n\n /**\n * Instanciate and initialise the collection of features required by the\n * configuration and add them to the features registry. A feature is\n * described by a `class` and `name` fields and and optional `property`\n * field:\n * {\n * class: AClass,\n * name: 'aClass'\n * }\n * @param {Array} [features=[]]\n * @private\n */\n initFeatures(features = []) {\n features.forEach((feature) => {\n // TODO: remove the property field.\n // Due to naming convention inconsistencies, a `property`\n // field is added in order allow a conditional instanciation based\n // on that property on TableFilter, if supplied.\n feature.property = feature.property || feature.name;\n if (this[feature.property] === true) {\n let {class: Cls, name} = feature;\n\n this.Mod[name] = this.Mod[name] || new Cls(this);\n this.Mod[name].init();\n }\n });\n }\n\n /**\n * Initialise all the extensions defined in the configuration object\n */\n initExtensions() {\n if (!this.hasExtensions) {\n return;\n }\n\n let exts = this.extensions;\n // Set config's publicPath dynamically for Webpack...\n __webpack_public_path__ = this.basePath;\n\n this.emitter.emit('before-loading-extensions', this);\n for (let i = 0, len = exts.length; i < len; i++) {\n let ext = exts[i];\n if (!this.ExtRegistry[ext.name]) {\n this.loadExtension(ext);\n }\n }\n this.emitter.emit('after-loading-extensions', this);\n }\n\n /**\n * Load an extension module\n * @param {Object} ext Extension config object\n */\n loadExtension(ext) {\n if (!ext || !ext.name) {\n return;\n }\n\n let name = ext.name;\n let path = ext.path;\n let modulePath;\n\n if (name && path) {\n modulePath = ext.path + name;\n } else {\n name = name.replace('.js', '');\n modulePath = 'extensions/{}/{}'.replace(/{}/g, name);\n }\n\n // Require pattern for Webpack\n require(['./' + modulePath], (mod) => {\n /* eslint-disable */\n let inst = new mod.default(this, ext);\n /* eslint-enable */\n inst.init();\n this.ExtRegistry[name] = inst;\n });\n }\n\n /**\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n */\n extension(name) {\n return this.ExtRegistry[name];\n }\n\n /**\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n */\n hasExtension(name) {\n return !isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions store in extensions registry\n */\n destroyExtensions() {\n let reg = this.ExtRegistry;\n\n Object.keys(reg).forEach((key) => {\n reg[key].destroy();\n reg[key] = undefined;\n });\n }\n\n /**\n * Load themes defined in the configuration object\n */\n loadThemes() {\n if (!this.hasThemes) {\n return;\n }\n\n let themes = this.themes;\n this.emitter.emit('before-loading-themes', this);\n\n //Default theme config\n if (this.enableDefaultTheme) {\n let defaultTheme = { name: 'default' };\n this.themes.push(defaultTheme);\n }\n if (isArray(themes)) {\n for (let i = 0, len = themes.length; i < len; i++) {\n let theme = themes[i];\n let name = theme.name;\n let path = theme.path;\n let styleId = this.prfxTf + name;\n if (name && !path) {\n path = this.themesPath + name + '/' + name + '.css';\n }\n else if (!name && theme.path) {\n name = 'theme{0}'.replace('{0}', i);\n }\n\n if (!this.isImported(path, 'link')) {\n this.import(styleId, path, null, 'link');\n }\n }\n }\n\n // Enable loader indicator\n this.loader = true;\n\n this.emitter.emit('after-loading-themes', this);\n }\n\n /**\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n */\n getStylesheet(name = 'default') {\n return elm(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy() {\n if (!this.initialized) {\n return;\n }\n\n let emitter = this.emitter;\n\n if (this.isExternalFlt && !this.popupFilters) {\n this.removeExternalFlts();\n }\n if (this.infDiv) {\n this.removeToolbar();\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n // broadcast destroy event modules and extensions are subscribed to\n emitter.emit('destroy', this);\n\n if (this.fltGrid && !this.gridLayout) {\n this.dom().deleteRow(this.filtersRowIndex);\n }\n\n // unsubscribe to events\n if (this.hasVisibleRows) {\n emitter.off(['after-filtering'], () => this.enforceVisibility());\n }\n if (this.linkedFilters) {\n emitter.off(['after-filtering'], () => this.linkFilters());\n }\n this.emitter.off(['filter-focus'],\n (tf, filter) => this.setActiveFilterId(filter.id));\n\n removeClass(this.dom(), this.prfxTf);\n removeClass(this.dom(), this.prfxResponsive);\n\n this.nbHiddenRows = 0;\n this.validRowsIndex = [];\n this.fltIds = [];\n this.initialized = false;\n }\n\n /**\n * Generate container element for paging, reset button, rows counter etc.\n */\n setToolbar() {\n if (this.infDiv) {\n return;\n }\n\n /*** container div ***/\n let infDiv = createElm('div');\n infDiv.className = this.infDivCssClass;\n\n //custom container\n if (this.toolBarTgtId) {\n elm(this.toolBarTgtId).appendChild(infDiv);\n }\n //grid-layout\n else if (this.gridLayout) {\n let gridLayout = this.Mod.gridLayout;\n gridLayout.tblMainCont.appendChild(infDiv);\n infDiv.className = gridLayout.infDivCssClass;\n }\n //default location: just above the table\n else {\n let cont = createElm('caption');\n cont.appendChild(infDiv);\n this.dom().insertBefore(cont, this.dom().firstChild);\n }\n this.infDiv = infDiv;\n\n /*** left div containing rows # displayer ***/\n let lDiv = createElm('div');\n lDiv.className = this.lDivCssClass;\n infDiv.appendChild(lDiv);\n this.lDiv = lDiv;\n\n /*** right div containing reset button\n + nb results per page select ***/\n let rDiv = createElm('div');\n rDiv.className = this.rDivCssClass;\n infDiv.appendChild(rDiv);\n this.rDiv = rDiv;\n\n /*** mid div containing paging elements ***/\n let mDiv = createElm('div');\n mDiv.className = this.mDivCssClass;\n infDiv.appendChild(mDiv);\n this.mDiv = mDiv;\n\n // emit help initialisation only if undefined\n if (isUndef(this.help)) {\n // explicitily set enabled field to true to initialise help by\n // default, only if setting is undefined\n this.Mod.help.enabled = true;\n this.emitter.emit('init-help', this);\n }\n }\n\n /**\n * Remove toolbar container element\n */\n removeToolbar() {\n if (!this.infDiv) {\n return;\n }\n removeElm(this.infDiv);\n this.infDiv = null;\n\n let tbl = this.dom();\n let captions = tag(tbl, 'caption');\n if (captions.length > 0) {\n [].forEach.call(captions, (elm) => tbl.removeChild(elm));\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts() {\n if (!this.isExternalFlt) {\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for (let ct = 0; ct < len; ct++) {\n let externalFltTgtId = ids[ct],\n externalFlt = elm(externalFltTgtId);\n if (externalFlt) {\n externalFlt.innerHTML = '';\n }\n }\n }\n\n /**\n * Check if given column implements a filter with custom options\n * @param {Number} colIndex Column's index\n * @return {Boolean}\n */\n isCustomOptions(colIndex) {\n return this.hasCustomOptions &&\n this.customOptions.cols.indexOf(colIndex) !== -1;\n }\n\n /**\n * Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\n * custom options values and texts\n * @param {Number} colIndex Column's index\n * @return {Array}\n */\n getCustomOptions(colIndex) {\n if (isEmpty(colIndex) || !this.isCustomOptions(colIndex)) {\n return;\n }\n\n let customOptions = this.customOptions;\n let cols = customOptions.cols;\n let optTxt = [], optArray = [];\n let index = cols.indexOf(colIndex);\n let slcValues = customOptions.values[index];\n let slcTexts = customOptions.texts[index];\n let slcSort = customOptions.sorts[index];\n\n for (let r = 0, len = slcValues.length; r < len; r++) {\n optArray.push(slcValues[r]);\n if (slcTexts[r]) {\n optTxt.push(slcTexts[r]);\n } else {\n optTxt.push(slcValues[r]);\n }\n }\n if (slcSort) {\n optArray.sort();\n optTxt.sort();\n }\n return [optArray, optTxt];\n }\n\n /**\n * Filter the table by retrieving the data from each cell in every single\n * row and comparing it to the search term for current column. A row is\n * hidden when all the search terms are not found in inspected row.\n */\n filter() {\n if (!this.fltGrid || !this.initialized) {\n return;\n }\n //fire onbefore callback\n this.onBeforeFilter(this);\n this.emitter.emit('before-filtering', this);\n\n let row = this.dom().rows,\n nbRows = this.getRowsNb(true),\n hiddenRows = 0;\n\n this.validRowsIndex = [];\n // search args re-init\n let searchArgs = this.getFiltersValue();\n\n for (let k = this.refRow; k < nbRows; k++) {\n // already filtered rows display re-init\n row[k].style.display = '';\n\n let cells = row[k].cells;\n let nchilds = cells.length;\n\n // checks if row has exact cell #\n if (nchilds !== this.nbCells) {\n continue;\n }\n\n let occurence = [],\n isRowValid = true,\n //only for single filter search\n singleFltRowValid = false;\n\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n //searched keyword\n let sA = searchArgs[this.singleSearchFlt ? 0 : j];\n\n if (sA === '') {\n continue;\n }\n\n let cellValue = matchCase(this.getCellValue(cells[j]),\n this.caseSensitive);\n\n //multiple search parameter operator ||\n let sAOrSplit = sA.toString().split(this.orOperator),\n //multiple search || parameter boolean\n hasMultiOrSA = sAOrSplit.length > 1,\n //multiple search parameter operator &&\n sAAndSplit = sA.toString().split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length > 1;\n\n //detect operators or array query\n if (isArray(sA) || hasMultiOrSA || hasMultiAndSA) {\n let cS,\n s,\n occur = false;\n if (isArray(sA)) {\n s = sA;\n } else {\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n }\n // isolate search term and check occurence in cell data\n for (let w = 0, len = s.length; w < len; w++) {\n cS = trim(s[w]);\n occur = this._testTerm(cS, cellValue, j);\n\n if (occur) {\n this.emitter.emit('highlight-keyword', this,\n cells[j], cS);\n }\n if ((hasMultiOrSA && occur) ||\n (hasMultiAndSA && !occur)) {\n break;\n }\n if (isArray(sA) && occur) {\n break;\n }\n }\n occurence[j] = occur;\n\n }\n //single search parameter\n else {\n occurence[j] = this._testTerm(trim(sA), cellValue, j);\n if (occurence[j]) {\n this.emitter.emit('highlight-keyword', this, cells[j],\n sA);\n }\n }//else single param\n\n if (!occurence[j]) {\n isRowValid = false;\n }\n if (this.singleSearchFlt && occurence[j]) {\n singleFltRowValid = true;\n }\n\n this.emitter.emit('cell-processed', this, j, cells[j]);\n }//for j\n\n if (this.singleSearchFlt && singleFltRowValid) {\n isRowValid = true;\n }\n\n this.validateRow(k, isRowValid);\n if (!isRowValid) {\n hiddenRows++;\n }\n\n this.emitter.emit('row-processed', this, k,\n this.validRowsIndex.length, isRowValid);\n }// for k\n\n this.nbHiddenRows = hiddenRows;\n\n //fire onafterfilter callback\n this.onAfterFilter(this);\n\n this.emitter.emit('after-filtering', this, searchArgs);\n }\n\n /**\n * Test for a match of search term in cell data\n * @param {String} term Search term\n * @param {String} cellValue Cell data\n * @param {Number} colIdx Column index\n * @return {Boolean}\n */\n _testTerm(term, cellValue, colIdx) {\n let numData;\n let decimal = this.decimalSeparator;\n let reLe = new RegExp(this.leOperator),\n reGe = new RegExp(this.geOperator),\n reL = new RegExp(this.lwOperator),\n reG = new RegExp(this.grOperator),\n reD = new RegExp(this.dfOperator),\n reLk = new RegExp(rgxEsc(this.lkOperator)),\n reEq = new RegExp(this.eqOperator),\n reSt = new RegExp(this.stOperator),\n reEn = new RegExp(this.enOperator),\n // re_an = new RegExp(this.anOperator),\n // re_cr = new RegExp(this.curExp),\n reEm = this.emOperator,\n reNm = this.nmOperator,\n reRe = new RegExp(rgxEsc(this.rgxOperator));\n\n term = matchCase(term, this.caseSensitive);\n\n let occurence = false;\n\n //Search arg operator tests\n let hasLO = reL.test(term),\n hasLE = reLe.test(term),\n hasGR = reG.test(term),\n hasGE = reGe.test(term),\n hasDF = reD.test(term),\n hasEQ = reEq.test(term),\n hasLK = reLk.test(term),\n // hatermN = re_an.test(term),\n hasST = reSt.test(term),\n hasEN = reEn.test(term),\n hasEM = (reEm === term),\n hasNM = (reNm === term),\n hasRE = reRe.test(term);\n\n // Check for dates or resolve date type\n if (this.hasType(colIdx, [DATE])) {\n let dte1, dte2;\n\n let dateType = this.Mod.dateType;\n let isValidDate = dateType.isValid.bind(dateType);\n let parseDate = dateType.parse.bind(dateType);\n let locale = dateType.getOptions(colIdx).locale || this.locale;\n\n // Search arg dates tests\n let isLDate = hasLO &&\n isValidDate(term.replace(reL, ''), locale);\n let isLEDate = hasLE &&\n isValidDate(term.replace(reLe, ''), locale);\n let isGDate = hasGR &&\n isValidDate(term.replace(reG, ''), locale);\n let isGEDate = hasGE &&\n isValidDate(term.replace(reGe, ''), locale);\n let isDFDate = hasDF &&\n isValidDate(term.replace(reD, ''), locale);\n let isEQDate = hasEQ &&\n isValidDate(term.replace(reEq, ''), locale);\n\n dte1 = parseDate(cellValue, locale);\n\n // lower equal date\n if (isLEDate) {\n dte2 = parseDate(term.replace(reLe, ''), locale);\n occurence = dte1 <= dte2;\n }\n // lower date\n else if (isLDate) {\n dte2 = parseDate(term.replace(reL, ''), locale);\n occurence = dte1 < dte2;\n }\n // greater equal date\n else if (isGEDate) {\n dte2 = parseDate(term.replace(reGe, ''), locale);\n occurence = dte1 >= dte2;\n }\n // greater date\n else if (isGDate) {\n dte2 = parseDate(term.replace(reG, ''), locale);\n occurence = dte1 > dte2;\n }\n // different date\n else if (isDFDate) {\n dte2 = parseDate(term.replace(reD, ''), locale);\n occurence = dte1.toString() !== dte2.toString();\n }\n // equal date\n else if (isEQDate) {\n dte2 = parseDate(term.replace(reEq, ''), locale);\n occurence = dte1.toString() === dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if (reLk.test(term)) {// like date\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n else if (isValidDate(term)) {\n dte2 = parseDate(term, locale);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n } else {\n occurence = contains(term, cellValue,\n this.isExactMatch(colIdx), this.caseSensitive);\n }\n }\n\n else {\n if (this.hasType(colIdx, [FORMATTED_NUMBER])) {\n let colType = this.colTypes[colIdx];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n }\n // Convert to number anyways to auto-resolve type in case not\n // defined by configuration\n numData = Number(cellValue) || parseNb(cellValue, decimal);\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if (hasLE) {\n occurence = numData <= parseNb(\n term.replace(reLe, ''),\n decimal\n );\n }\n //greater equal\n else if (hasGE) {\n occurence = numData >= parseNb(\n term.replace(reGe, ''),\n decimal\n );\n }\n //lower\n else if (hasLO) {\n occurence = numData < parseNb(\n term.replace(reL, ''),\n decimal\n );\n }\n //greater\n else if (hasGR) {\n occurence = numData > parseNb(\n term.replace(reG, ''),\n decimal\n );\n }\n //different\n else if (hasDF) {\n occurence = contains(term.replace(reD, ''), cellValue,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if (hasLK) {\n occurence = contains(term.replace(reLk, ''), cellValue,\n false, this.caseSensitive);\n }\n //equal\n else if (hasEQ) {\n occurence = contains(term.replace(reEq, ''), cellValue,\n true, this.caseSensitive);\n }\n //starts with\n else if (hasST) {\n occurence = cellValue.indexOf(term.replace(reSt, '')) === 0 ?\n true : false;\n }\n //ends with\n else if (hasEN) {\n let searchArg = term.replace(reEn, '');\n occurence =\n cellValue.lastIndexOf(searchArg, cellValue.length - 1) ===\n (cellValue.length - 1) - (searchArg.length - 1) &&\n cellValue.lastIndexOf(searchArg, cellValue.length - 1)\n > -1 ? true : false;\n }\n //empty\n else if (hasEM) {\n occurence = isEmptyString(cellValue);\n }\n //non-empty\n else if (hasNM) {\n occurence = !isEmptyString(cellValue);\n }\n //regexp\n else if (hasRE) {\n //in case regexp throws\n try {\n //operator is removed\n let srchArg = term.replace(reRe, '');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellValue);\n } catch (ex) {\n occurence = false;\n }\n } else {\n // If numeric type data, perform a strict equality test and\n // fallback to unformatted number string comparison\n if (numData &&\n this.hasType(colIdx, [NUMBER, FORMATTED_NUMBER]) &&\n !this.singleSearchFlt) {\n // parseNb can return 0 for strings which are not\n // formatted numbers, in that case return the original\n // string. TODO: handle this in parseNb\n term = parseNb(term, decimal) || term;\n occurence = numData === term ||\n contains(term.toString(), numData.toString(),\n this.isExactMatch(colIdx), this.caseSensitive);\n } else {\n // Finally test search term is contained in cell data\n occurence = contains(\n term,\n cellValue,\n this.isExactMatch(colIdx),\n this.caseSensitive,\n this.ignoresDiacritics(colIdx)\n );\n }\n }\n\n }//else\n\n return occurence;\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n */\n getColumnData(colIndex, includeHeaders = false, exclude = []) {\n return this.getColValues(colIndex, includeHeaders, true, exclude);\n }\n\n /**\n * Return the values of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of values for a column\n */\n getColumnValues(colIndex, includeHeaders = false, exclude = []) {\n return this.getColValues(colIndex, includeHeaders, false, exclude);\n }\n\n /**\n * Return the data of a specified column\n * @param {Number} colIndex Column index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return a typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n * @private\n */\n getColValues(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = []\n ) {\n let row = this.dom().rows;\n let nbRows = this.getRowsNb(true);\n let colValues = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for (let i = this.refRow; i < nbRows; i++) {\n let isExludedRow = false;\n // checks if current row index appears in exclude array\n if (exclude.length > 0) {\n isExludedRow = exclude.indexOf(i) !== -1;\n }\n let cell = row[i].cells,\n nchilds = cell.length;\n\n // checks if row has exact cell # and is not excluded\n if (nchilds === this.nbCells && !isExludedRow) {\n // this loop retrieves cell data\n for (let j = 0; j < nchilds; j++) {\n if (j !== colIndex) {\n continue;\n }\n let data = getContent(cell[j]);\n colValues.push(data);\n }\n }\n }\n return colValues;\n }\n\n /**\n * Return the filter's value of a specified column\n * @param {Number} index Column index\n * @return {String} Filter value\n */\n getFilterValue(index) {\n if (!this.fltGrid) {\n return;\n }\n let fltValue = '';\n let flt = this.getFilterElement(index);\n if (!flt) {\n return fltValue;\n }\n\n let fltColType = this.getFilterType(index);\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n fltValue = flt.value;\n }\n //mutiple select\n else if (fltColType === MULTIPLE) {\n fltValue = this.feature('dropdown').getValues(index);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n fltValue = this.feature('checkList').getValues(index);\n }\n //return an empty string if collection is empty or contains a single\n //empty string\n if (isArray(fltValue) && fltValue.length === 0 ||\n (fltValue.length === 1 && fltValue[0] === '')) {\n fltValue = '';\n }\n\n return fltValue;\n }\n\n /**\n * Return the filters' values\n * @return {Array} List of filters' values\n */\n getFiltersValue() {\n if (!this.fltGrid) {\n return;\n }\n let searchArgs = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltValue = this.getFilterValue(i);\n if (isArray(fltValue)) {\n searchArgs.push(fltValue);\n } else {\n searchArgs.push(trim(fltValue));\n }\n }\n return searchArgs;\n }\n\n /**\n * Return the ID of a specified column's filter\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n */\n getFilterId(index) {\n if (!this.fltGrid) {\n return;\n }\n return this.fltIds[index];\n }\n\n /**\n * Return the list of ids of filters matching a specified type.\n * Note: hidden filters are also returned\n *\n * @param {String} type Filter type string ('input', 'select', 'multiple',\n * 'checklist')\n * @param {Boolean} bool If true returns columns indexes instead of IDs\n * @return {[type]} List of element IDs or column indexes\n */\n getFiltersByType(type, bool) {\n if (!this.fltGrid) {\n return;\n }\n let arr = [];\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n let fltType = this.getFilterType(i);\n if (fltType === type.toLowerCase()) {\n let a = bool ? i : this.fltIds[i];\n arr.push(a);\n }\n }\n return arr;\n }\n\n /**\n * Return the filter's DOM element for a given column\n * @param {Number} index Column's index\n * @return {DOMElement}\n */\n getFilterElement(index) {\n let fltId = this.fltIds[index];\n return elm(fltId);\n }\n\n /**\n * Return the number of cells for a given row index\n * @param {Number} rowIndex Index of the row\n * @return {Number} Number of cells\n */\n getCellsNb(rowIndex = 0) {\n let tr = this.dom().rows[rowIndex >= 0 ? rowIndex : 0];\n return tr ? tr.cells.length : 0;\n }\n\n /**\n * Return the number of filterable rows starting from reference row if\n * defined\n * @param {Boolean} includeHeaders Include the headers row\n * @return {Number} Number of filterable rows\n */\n getRowsNb(includeHeaders) {\n let s = isUndef(this.refRow) ? 0 : this.refRow;\n let ntrs = this.dom().rows.length;\n if (includeHeaders) {\n s = 0;\n }\n return parseInt(ntrs - s, 10);\n }\n\n\n /**\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n */\n getCellValue(cell) {\n let idx = cell.cellIndex;\n let cellParser = this.cellParser;\n // Invoke cellParser for this column if any\n if (cellParser.cols.indexOf(idx) !== -1) {\n return cellParser.parse(this, cell, idx);\n } else {\n return getText(cell);\n }\n }\n\n /**\n * Return the typed data of a given cell based on the column type definition\n * @param {DOMElement} cell Cell's DOM element\n * @return {String|Number|Date}\n */\n getCellData(cell) {\n let colIndex = cell.cellIndex;\n let value = this.getCellValue(cell);\n\n if (this.hasType(colIndex, [FORMATTED_NUMBER])) {\n let decimal = this.decimalSeparator;\n let colType = this.colTypes[colIndex];\n if (colType.hasOwnProperty('decimal')) {\n decimal = colType.decimal;\n }\n return parseNb(value, decimal);\n }\n else if (this.hasType(colIndex, [NUMBER])) {\n return Number(value) || parseNb(value);\n }\n else if (this.hasType(colIndex, [DATE])){\n let dateType = this.Mod.dateType;\n let locale = dateType.getOptions(colIndex).locale || this.locale;\n return dateType.parse(value, locale);\n }\n\n return value;\n }\n\n /**\n * Return the table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n */\n getData(includeHeaders = false, excludeHiddenCols = false) {\n return this.getTableData(includeHeaders, excludeHiddenCols, true);\n }\n\n /**\n * Return the table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n */\n getValues(includeHeaders = false, excludeHiddenCols = false) {\n return this.getTableData(includeHeaders, excludeHiddenCols, false);\n }\n\n /**\n * Return the table data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n */\n getTableData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n let rows = this.dom().rows;\n let nbRows = this.getRowsNb(true);\n let tblData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n tblData.push([this.getHeadersRowIndex(), headers]);\n }\n for (let k = this.refRow; k < nbRows; k++) {\n let rowData = [k, []];\n let cells = rows[k].cells;\n for (let j = 0, len = cells.length; j < len; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let cellValue = getContent(cells[j]);\n rowData[1].push(cellValue);\n }\n tblData.push(rowData);\n }\n return tblData;\n }\n\n /**\n * Return the filtered table data based on its columns data type definitions\n * with following structure:\n * [\n * [rowIndex, [data0, data1...]],\n * [rowIndex, [data0, data1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredData(includeHeaders = false, excludeHiddenCols = false) {\n return this.filteredData(includeHeaders, excludeHiddenCols, true);\n }\n\n /**\n * Return the filtered table values with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredValues(includeHeaders = false, excludeHiddenCols = false) {\n return this.filteredData(includeHeaders, excludeHiddenCols, false);\n }\n\n /**\n * Return the filtered data with following structure:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns\n * @param {Boolean} [typed=false] Return typed value\n * @return {Array}\n * @private\n *\n * TODO: provide an API returning data in JSON format\n */\n filteredData(\n includeHeaders = false,\n excludeHiddenCols = false,\n typed = false\n ) {\n if (this.validRowsIndex.length === 0) {\n return [];\n }\n let rows = this.dom().rows,\n filteredData = [];\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n if (includeHeaders) {\n let headers = this.getHeadersText(excludeHiddenCols);\n filteredData.push([this.getHeadersRowIndex(), headers]);\n }\n\n let validRows = this.getValidRows(true);\n for (let i = 0; i < validRows.length; i++) {\n let rData = [this.validRowsIndex[i], []],\n cells = rows[this.validRowsIndex[i]].cells;\n for (let k = 0; k < cells.length; k++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(k)) {\n continue;\n }\n }\n let cellValue = getContent(cells[k]);\n rData[1].push(cellValue);\n }\n filteredData.push(rData);\n }\n return filteredData;\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredColumnData(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, true, exclude, false);\n }\n\n /**\n * Return the filtered and visible data for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getVisibleColumnData(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, true, exclude, true);\n }\n\n /**\n * Return the filtered values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredColumnValues(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, false, exclude, false);\n }\n\n /**\n * Return the filtered and visible values for a given column index\n * @param {any} colIndex Colmun's index\n * @param {boolean} [includeHeaders=false] Optional Include headers row\n * @param {any} [exclude=[]] Optional List of row indexes to be excluded\n * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n */\n getVisibleColumnValues(colIndex, includeHeaders = false, exclude = []) {\n return this.getFilteredDataCol(\n colIndex, includeHeaders, false, exclude, true);\n }\n\n /**\n * Return the filtered data for a given column index\n * @param {Number} colIndex Colmun's index\n * @param {Boolean} [includeHeaders=false] Include headers row\n * @param {Boolean} [typed=false] Return typed value\n * @param {Array} [exclude=[]] List of row indexes to be excluded\n * @param {Boolean} [visible=true] Return only filtered and visible data\n * (relevant for paging)\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n * @private\n *\n * TODO: provide an API returning data in JSON format\n */\n getFilteredDataCol(\n colIndex,\n includeHeaders = false,\n typed = false,\n exclude = [],\n visible = true\n ) {\n if (isUndef(colIndex)) {\n return [];\n }\n\n let rows = this.dom().rows;\n let getContent = typed ? this.getCellData.bind(this) :\n this.getCellValue.bind(this);\n\n // ensure valid rows index do not contain excluded rows and row is\n // displayed\n let validRows = this.getValidRows(true).filter((rowIdx) => {\n return exclude.indexOf(rowIdx) === -1 &&\n (visible ?\n this.getRowDisplay(rows[rowIdx]) !== 'none' :\n true);\n });\n\n // convert column value to expected type if necessary\n let validColValues = validRows.map((rowIdx) => {\n return getContent(rows[rowIdx].cells[colIndex]);\n });\n\n if (includeHeaders) {\n validColValues.unshift(this.getHeadersText()[colIndex]);\n }\n\n return validColValues;\n }\n\n /**\n * Get the display value of a row\n * @param {HTMLTableRowElement} row DOM element of the row\n * @return {String} Usually 'none' or ''\n */\n getRowDisplay(row) {\n return row.style.display;\n }\n\n /**\n * Validate/invalidate row by setting the 'validRow' attribute on the row\n * @param {Number} rowIndex Index of the row\n * @param {Boolean} isValid\n */\n validateRow(rowIndex, isValid) {\n let row = this.dom().rows[rowIndex];\n if (!row || typeof isValid !== 'boolean') {\n return;\n }\n\n // always visible rows are valid\n if (this.hasVisibleRows && this.visibleRows.indexOf(rowIndex) !== -1) {\n isValid = true;\n }\n\n let displayFlag = isValid ? '' : NONE,\n validFlag = isValid ? 'true' : 'false';\n row.style.display = displayFlag;\n\n if (this.paging) {\n row.setAttribute('validRow', validFlag);\n }\n\n if (isValid) {\n if (this.validRowsIndex.indexOf(rowIndex) === -1) {\n this.validRowsIndex.push(rowIndex);\n }\n\n this.onRowValidated(this, rowIndex);\n\n this.emitter.emit('row-validated', this, rowIndex);\n }\n }\n\n /**\n * Validate all filterable rows\n */\n validateAllRows() {\n if (!this.initialized) {\n return;\n }\n this.validRowsIndex = [];\n for (let k = this.refRow; k < this.nbFilterableRows; k++) {\n this.validateRow(k, true);\n }\n }\n\n /**\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String or Array} query searcharg Search term\n */\n setFilterValue(index, query = '') {\n if (!this.fltGrid) {\n return;\n }\n let slc = this.getFilterElement(index),\n fltColType = this.getFilterType(index);\n\n if (fltColType !== MULTIPLE && fltColType !== CHECKLIST) {\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n slc.value = query;\n }\n //multiple selects\n else if (fltColType === MULTIPLE) {\n let values = isArray(query) ? query :\n query.split(' ' + this.orOperator + ' ');\n\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-select-filter', this, index,\n this.linkedFilters, this.isExternalFlt);\n }\n\n this.emitter.emit('select-options', this, index, values);\n }\n //checklist\n else if (fltColType === CHECKLIST) {\n let values = [];\n if (this.loadFltOnDemand && !this.initialized) {\n this.emitter.emit('build-checklist-filter', this, index,\n this.linkedFilters);\n }\n if (isArray(query)) {\n values = query;\n } else {\n query = matchCase(query, this.caseSensitive);\n values = query.split(' ' + this.orOperator + ' ');\n }\n\n this.emitter.emit('select-checklist-options', this, index, values);\n }\n }\n\n /**\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n */\n setColWidths(tbl) {\n if (!this.hasColWidths) {\n return;\n }\n tbl = tbl || this.dom();\n\n let nbCols = this.nbCells;\n let colWidths = this.colWidths;\n let colTags = tag(tbl, 'col');\n let tblHasColTag = colTags.length > 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for (let k = 0; k < nbCols; k++) {\n let col;\n if (tblHasColTag) {\n col = colTags[k];\n } else {\n col = createElm('col');\n frag.appendChild(col);\n }\n col.style.width = colWidths[k];\n }\n if (!tblHasColTag) {\n tbl.insertBefore(frag, tbl.firstChild);\n }\n }\n\n /**\n * Make defined rows always visible\n */\n enforceVisibility() {\n if (!this.hasVisibleRows) {\n return;\n }\n let nbRows = this.getRowsNb(true);\n for (let i = 0, len = this.visibleRows.length; i < len; i++) {\n let row = this.visibleRows[i];\n //row index cannot be > nrows\n if (row <= nbRows) {\n this.validateRow(row, true);\n }\n }\n }\n\n /**\n * Clear all the filters' values\n */\n clearFilters() {\n if (!this.fltGrid) {\n return;\n }\n\n this.emitter.emit('before-clearing-filters', this);\n this.onBeforeReset(this, this.getFiltersValue());\n\n for (let i = 0, len = this.fltIds.length; i < len; i++) {\n this.setFilterValue(i, '');\n }\n\n this.filter();\n\n this.onAfterReset(this);\n this.emitter.emit('after-clearing-filters', this);\n }\n\n /**\n * Return the ID of the current active filter\n * @return {String}\n */\n getActiveFilterId() {\n return this.activeFilterId;\n }\n\n /**\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n */\n setActiveFilterId(filterId) {\n this.activeFilterId = filterId;\n }\n\n /**\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n */\n getColumnIndexFromFilterId(filterId = '') {\n let idx = filterId.split('_')[0];\n idx = idx.split(this.prfxFlt)[1];\n return parseInt(idx, 10);\n }\n\n /**\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @return {String} Filter element ID string\n * @private\n */\n buildFilterId(colIndex) {\n return `${this.prfxFlt}${colIndex}_${this.id}`;\n }\n\n /**\n * Make specified column's filter active\n * @param colIndex Index of a column\n */\n activateFilter(colIndex) {\n if (isUndef(colIndex)) {\n return;\n }\n this.setActiveFilterId(this.getFilterId(colIndex));\n }\n\n /**\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n */\n linkFilters() {\n if (!this.linkedFilters || !this.activeFilterId) {\n return;\n }\n let slcA1 = this.getFiltersByType(SELECT, true),\n slcA2 = this.getFiltersByType(MULTIPLE, true),\n slcA3 = this.getFiltersByType(CHECKLIST, true),\n slcIndex = slcA1.concat(slcA2);\n slcIndex = slcIndex.concat(slcA3);\n\n let activeIdx = this.getColumnIndexFromFilterId(this.activeFilterId);\n\n for (let i = 0, len = slcIndex.length; i < len; i++) {\n let colIdx = slcIndex[i];\n let curSlc = elm(this.fltIds[colIdx]);\n let slcSelectedValue = this.getFilterValue(colIdx);\n\n // Welcome to cyclomatic complexity hell :)\n // TODO: simplify/refactor if statement\n if (activeIdx !== colIdx ||\n (this.paging && slcA1.indexOf(colIdx) !== -1 &&\n activeIdx === colIdx) ||\n (!this.paging && (slcA3.indexOf(colIdx) !== -1 ||\n slcA2.indexOf(colIdx) !== -1)) ||\n slcSelectedValue === this.getClearFilterText(colIdx)) {\n\n //1st option needs to be inserted\n if (this.loadFltOnDemand) {\n let opt0 = createOpt(this.getClearFilterText(colIdx), '');\n curSlc.innerHTML = '';\n curSlc.appendChild(opt0);\n }\n\n if (slcA3.indexOf(colIdx) !== -1) {\n this.emitter.emit('build-checklist-filter', this, colIdx,\n true);\n } else {\n this.emitter.emit('build-select-filter', this, colIdx,\n true);\n }\n\n this.setFilterValue(colIdx, slcSelectedValue);\n }\n }\n }\n\n /**\n * Determine if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n isExactMatch(colIndex) {\n let fltType = this.getFilterType(colIndex);\n return this.exactMatchByCol[colIndex] || this.exactMatch ||\n fltType !== INPUT;\n }\n\n /**\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n */\n isRowValid(rowIndex) {\n return this.getValidRows().indexOf(rowIndex) !== -1;\n }\n\n /**\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n */\n isRowDisplayed(rowIndex) {\n let row = this.dom().rows[rowIndex];\n return this.getRowDisplay(row) === '';\n }\n\n /**\n * Check if specified column filter ignores diacritics.\n * Note this is only applicable to input filter types.\n * @param {Number} colIndex Column index\n * @return {Boolean}\n */\n ignoresDiacritics(colIndex) {\n let ignoreDiac = this.ignoreDiacritics;\n if (isArray(ignoreDiac)) {\n return ignoreDiac[colIndex];\n }\n return Boolean(ignoreDiac);\n }\n\n /**\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @return {String}\n */\n getClearFilterText(colIndex) {\n let clearText = this.clearFilterText;\n if (isArray(clearText)) {\n return clearText[colIndex];\n }\n return clearText;\n }\n\n /**\n * Check if passed script or stylesheet is already imported\n * @param {String} filePath Ressource path\n * @param {String} type Possible values: 'script' or 'link'\n * @return {Boolean}\n */\n isImported(filePath, type = 'script') {\n let imported = false,\n attr = type === 'script' ? 'src' : 'href',\n files = tag(doc, type);\n for (let i = 0, len = files.length; i < len; i++) {\n if (isUndef(files[i][attr])) {\n continue;\n }\n if (files[i][attr].match(filePath)) {\n imported = true;\n break;\n }\n }\n return imported;\n }\n\n /**\n * Import script or stylesheet\n * @param {String} fileId Ressource ID\n * @param {String} filePath Ressource path\n * @param {Function} callback Callback\n * @param {String} type Possible values: 'script' or 'link'\n */\n import(fileId, filePath, callback, type = 'script') {\n if (this.isImported(filePath, type)) {\n return;\n }\n let o = this,\n isLoaded = false,\n file,\n head = tag(doc, 'head')[0];\n\n if (type.toLowerCase() === 'link') {\n file = createElm('link',\n ['id', fileId], ['type', 'text/css'],\n ['rel', 'stylesheet'], ['href', filePath]\n );\n } else {\n file = createElm('script',\n ['id', fileId],\n ['type', 'text/javascript'], ['src', filePath]\n );\n }\n\n //Browser <> IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = () => {\n if (!isLoaded &&\n (!this.readyState || this.readyState === 'loaded' ||\n this.readyState === 'complete')) {\n isLoaded = true;\n if (typeof callback === 'function') {\n callback.call(null, o);\n }\n }\n };\n file.onerror = function () {\n throw new Error(`TableFilter could not load: ${filePath}`);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n isInitialized() {\n return this.initialized;\n }\n\n /**\n * Get list of filter IDs\n * @return {Array} List of filters ids\n */\n getFiltersId() {\n return this.fltIds || [];\n }\n\n /**\n * Get filtered (valid) rows indexes\n * @param {Boolean} reCalc Force calculation of filtered rows list\n * @return {Array} List of row indexes\n */\n getValidRows(reCalc) {\n if (!reCalc) {\n return this.validRowsIndex;\n }\n\n let nbRows = this.getRowsNb(true);\n this.validRowsIndex = [];\n for (let k = this.refRow; k < nbRows; k++) {\n let r = this.dom().rows[k];\n if (!this.paging) {\n if (this.getRowDisplay(r) !== NONE) {\n this.validRowsIndex.push(r.rowIndex);\n }\n } else {\n if (r.getAttribute('validRow') === 'true' ||\n r.getAttribute('validRow') === null) {\n this.validRowsIndex.push(r.rowIndex);\n }\n }\n }\n return this.validRowsIndex;\n }\n\n /**\n * Get the index of the row containing the filters\n * @return {Number}\n */\n getFiltersRowIndex() {\n return this.filtersRowIndex;\n }\n\n /**\n * Get the index of the headers row\n * @return {Number}\n */\n getHeadersRowIndex() {\n return this.headersRow;\n }\n\n /**\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n */\n getStartRowIndex() {\n return this.refRow;\n }\n\n /**\n * Get the index of the last row\n * @return {Number}\n */\n getLastRowIndex() {\n let nbRows = this.getRowsNb(true);\n return (nbRows - 1);\n }\n\n /**\n * Determine whether the specified column has one of the passed types\n * @param {Number} colIndex Column index\n * @param {Array} [types=[]] List of column types\n * @return {Boolean}\n */\n hasType(colIndex, types = []) {\n if (this.colTypes.length === 0) {\n return false;\n }\n let colType = this.colTypes[colIndex];\n if (isObj(colType)) {\n colType = colType.type;\n }\n return types.indexOf(colType) !== -1;\n }\n\n /**\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Element}\n */\n getHeaderElement(colIndex) {\n let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.dom();\n let tHead = tag(table, 'thead');\n let rowIdx = this.getHeadersRowIndex();\n let header;\n if (tHead.length === 0) {\n header = table.rows[rowIdx].cells[colIndex];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[rowIdx].cells[colIndex];\n }\n return header;\n }\n\n /**\n * Return the list of headers' text\n * @param {Boolean} excludeHiddenCols Optional: exclude hidden columns\n * @return {Array} list of headers' text\n */\n getHeadersText(excludeHiddenCols = false) {\n let headers = [];\n for (let j = 0; j < this.nbCells; j++) {\n if (excludeHiddenCols && this.hasExtension('colsVisibility')) {\n if (this.extension('colsVisibility').isColHidden(j)) {\n continue;\n }\n }\n let header = this.getHeaderElement(j);\n let headerText = getFirstTextNode(header);\n headers.push(headerText);\n }\n return headers;\n }\n\n /**\n * Return the filter type for a specified column\n * @param {Number} colIndex Column's index\n * @return {String}\n */\n getFilterType(colIndex) {\n let colType = this.cfg['col_' + colIndex];\n return !colType ? INPUT : colType.toLowerCase();\n }\n\n /**\n * Get the total number of filterable rows\n * @return {Number}\n */\n getFilterableRowsNb() {\n return this.getRowsNb(false);\n }\n\n /**\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n */\n getValidRowsNb(reCalc = false) {\n return this.getValidRows(reCalc).length;\n }\n\n /**\n * Return the working DOM element\n * @return {HTMLTableElement}\n */\n dom() {\n return this.tbl;\n }\n\n /**\n * Get the configuration object (literal object)\n * @return {Object}\n */\n config() {\n return this.cfg;\n }\n}\n" }, { - "__docId__": 829, + "__docId__": 830, "kind": "variable", "static": true, "variation": null, @@ -17839,7 +17860,7 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": null, "description": null, - "lineNumber": 38, + "lineNumber": 28, "undocument": true, "type": { "types": [ @@ -17848,7 +17869,7 @@ } }, { - "__docId__": 830, + "__docId__": 831, "kind": "class", "static": true, "variation": null, @@ -17860,7 +17881,7 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": "{TableFilter}", "description": "Makes HTML tables filterable and a bit more :)", - "lineNumber": 46, + "lineNumber": 36, "unknown": [ { "tagName": "@export", @@ -17874,7 +17895,7 @@ "interface": false }, { - "__docId__": 831, + "__docId__": 832, "kind": "constructor", "static": false, "variation": null, @@ -17883,7 +17904,7 @@ "longname": "src/tablefilter.js~TableFilter#constructor", "access": null, "description": "Creates an instance of TableFilter\nrequires `table` or `id` arguments, `row` and `configuration` optional", - "lineNumber": 56, + "lineNumber": 46, "params": [ { "nullable": null, @@ -17929,7 +17950,7 @@ "generator": false }, { - "__docId__": 832, + "__docId__": 833, "kind": "member", "static": false, "variation": null, @@ -17938,27 +17959,7 @@ "longname": "src/tablefilter.js~TableFilter#id", "access": "private", "description": "ID of current instance", - "lineNumber": 62, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 833, - "kind": "member", - "static": false, - "variation": null, - "name": "version", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#version", - "access": null, - "description": "Current version", - "lineNumber": 68, + "lineNumber": 52, "type": { "nullable": null, "types": [ @@ -17973,16 +17974,16 @@ "kind": "member", "static": false, "variation": null, - "name": "year", + "name": "version", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#year", - "access": "private", - "description": "Current year", - "lineNumber": 75, + "longname": "src/tablefilter.js~TableFilter#version", + "access": null, + "description": "Current version", + "lineNumber": 58, "type": { "nullable": null, "types": [ - "Number" + "String" ], "spread": false, "description": null @@ -17993,32 +17994,12 @@ "kind": "member", "static": false, "variation": null, - "name": "tbl", + "name": "year", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", + "longname": "src/tablefilter.js~TableFilter#year", "access": "private", - "description": "HTML Table DOM element", - "lineNumber": 82, - "type": { - "nullable": null, - "types": [ - "DOMElement" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 836, - "kind": "member", - "static": false, - "variation": null, - "name": "refRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#refRow", - "access": null, - "description": "Calculated row's index from which starts filtering once filters\nare generated", - "lineNumber": 89, + "description": "Current year", + "lineNumber": 65, "type": { "nullable": null, "types": [ @@ -18028,17 +18009,37 @@ "description": null } }, + { + "__docId__": 836, + "kind": "member", + "static": false, + "variation": null, + "name": "tbl", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#tbl", + "access": "private", + "description": "HTML Table DOM element", + "lineNumber": 72, + "type": { + "nullable": null, + "types": [ + "DOMElement" + ], + "spread": false, + "description": null + } + }, { "__docId__": 837, "kind": "member", "static": false, "variation": null, - "name": "headersRow", + "name": "refRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", - "access": "private", - "description": "Index of the headers row", - "lineNumber": 96, + "longname": "src/tablefilter.js~TableFilter#refRow", + "access": null, + "description": "Calculated row's index from which starts filtering once filters\nare generated", + "lineNumber": 79, "type": { "nullable": null, "types": [ @@ -18053,32 +18054,12 @@ "kind": "member", "static": false, "variation": null, - "name": "cfg", + "name": "headersRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cfg", + "longname": "src/tablefilter.js~TableFilter#headersRow", "access": "private", - "description": "Configuration object", - "lineNumber": 103, - "type": { - "nullable": null, - "types": [ - "Object" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 839, - "kind": "member", - "static": false, - "variation": null, - "name": "nbFilterableRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", - "access": "private", - "description": "Number of rows that can be filtered", - "lineNumber": 110, + "description": "Index of the headers row", + "lineNumber": 86, "type": { "nullable": null, "types": [ @@ -18088,17 +18069,37 @@ "description": null } }, + { + "__docId__": 839, + "kind": "member", + "static": false, + "variation": null, + "name": "cfg", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#cfg", + "access": "private", + "description": "Configuration object", + "lineNumber": 93, + "type": { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "description": null + } + }, { "__docId__": 840, "kind": "member", "static": false, "variation": null, - "name": "nbCells", + "name": "nbFilterableRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbCells", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": "private", - "description": "Number of cells in the reference row", - "lineNumber": 117, + "description": "Number of rows that can be filtered", + "lineNumber": 100, "type": { "nullable": null, "types": [ @@ -18113,17 +18114,19 @@ "kind": "member", "static": false, "variation": null, - "name": "tbl", + "name": "nbCells", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", - "access": null, - "description": null, - "lineNumber": 124, - "undocument": true, + "longname": "src/tablefilter.js~TableFilter#nbCells", + "access": "private", + "description": "Number of cells in the reference row", + "lineNumber": 107, "type": { + "nullable": null, "types": [ - "*" - ] + "Number" + ], + "spread": false, + "description": null } }, { @@ -18131,12 +18134,12 @@ "kind": "member", "static": false, "variation": null, - "name": "id", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#id", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, "description": null, - "lineNumber": 125, + "lineNumber": 114, "undocument": true, "type": { "types": [ @@ -18154,7 +18157,7 @@ "longname": "src/tablefilter.js~TableFilter#id", "access": null, "description": null, - "lineNumber": 127, + "lineNumber": 115, "undocument": true, "type": { "types": [ @@ -18167,12 +18170,12 @@ "kind": "member", "static": false, "variation": null, - "name": "tbl", + "name": "id", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", + "longname": "src/tablefilter.js~TableFilter#id", "access": null, "description": null, - "lineNumber": 128, + "lineNumber": 117, "undocument": true, "type": { "types": [ @@ -18185,12 +18188,12 @@ "kind": "member", "static": false, "variation": null, - "name": "cfg", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cfg", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, "description": null, - "lineNumber": 132, + "lineNumber": 118, "undocument": true, "type": { "types": [ @@ -18203,12 +18206,30 @@ "kind": "member", "static": false, "variation": null, + "name": "cfg", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#cfg", + "access": null, + "description": null, + "lineNumber": 122, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 847, + "kind": "member", + "static": false, + "variation": null, "name": "emitter", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#emitter", "access": null, "description": "Event emitter instance", - "lineNumber": 153, + "lineNumber": 143, "type": { "nullable": null, "types": [ @@ -18219,7 +18240,7 @@ } }, { - "__docId__": 847, + "__docId__": 848, "kind": "member", "static": false, "variation": null, @@ -18228,7 +18249,7 @@ "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 156, + "lineNumber": 146, "undocument": true, "type": { "types": [ @@ -18237,7 +18258,7 @@ } }, { - "__docId__": 848, + "__docId__": 849, "kind": "member", "static": false, "variation": null, @@ -18246,7 +18267,7 @@ "longname": "src/tablefilter.js~TableFilter#basePath", "access": null, "description": "Base path for static assets", - "lineNumber": 162, + "lineNumber": 152, "type": { "nullable": null, "types": [ @@ -18257,7 +18278,7 @@ } }, { - "__docId__": 849, + "__docId__": 850, "kind": "member", "static": false, "variation": null, @@ -18266,27 +18287,7 @@ "longname": "src/tablefilter.js~TableFilter#fltGrid", "access": null, "description": "Enable/disable filters", - "lineNumber": 170, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 850, - "kind": "member", - "static": false, - "variation": null, - "name": "gridLayout", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#gridLayout", - "access": null, - "description": "Enable/disable grid layout (fixed headers)", - "lineNumber": 176, + "lineNumber": 160, "type": { "nullable": null, "types": [ @@ -18301,16 +18302,16 @@ "kind": "member", "static": false, "variation": null, - "name": "filtersRowIndex", + "name": "gridLayout", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", + "longname": "src/tablefilter.js~TableFilter#gridLayout", "access": null, - "description": "Filters row index", - "lineNumber": 182, + "description": "Enable/disable grid layout (fixed headers)", + "lineNumber": 166, "type": { "nullable": null, "types": [ - "Number" + "Boolean" ], "spread": false, "description": null @@ -18321,12 +18322,12 @@ "kind": "member", "static": false, "variation": null, - "name": "headersRow", + "name": "filtersRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", + "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", "access": null, - "description": "Headers row index", - "lineNumber": 189, + "description": "Filters row index", + "lineNumber": 172, "type": { "nullable": null, "types": [ @@ -18341,16 +18342,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltCellTag", + "name": "headersRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCellTag", + "longname": "src/tablefilter.js~TableFilter#headersRow", "access": null, - "description": "Define the type of cell containing a filter (td/th)", - "lineNumber": 196, + "description": "Headers row index", + "lineNumber": 179, "type": { "nullable": null, "types": [ - "String" + "Number" ], "spread": false, "description": null @@ -18361,16 +18362,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltIds", + "name": "fltCellTag", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", - "access": "private", - "description": "List of filters IDs", - "lineNumber": 204, + "longname": "src/tablefilter.js~TableFilter#fltCellTag", + "access": null, + "description": "Define the type of cell containing a filter (td/th)", + "lineNumber": 186, "type": { "nullable": null, "types": [ - "Array" + "String" ], "spread": false, "description": null @@ -18381,12 +18382,12 @@ "kind": "member", "static": false, "variation": null, - "name": "validRowsIndex", + "name": "fltIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#validRowsIndex", + "longname": "src/tablefilter.js~TableFilter#fltIds", "access": "private", - "description": "List of valid rows indexes (rows visible upon filtering)", - "lineNumber": 211, + "description": "List of filters IDs", + "lineNumber": 194, "type": { "nullable": null, "types": [ @@ -18401,16 +18402,16 @@ "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "validRowsIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", + "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": "private", - "description": "Toolbar's container DOM element", - "lineNumber": 218, + "description": "List of valid rows indexes (rows visible upon filtering)", + "lineNumber": 201, "type": { "nullable": null, "types": [ - "DOMElement" + "Array" ], "spread": false, "description": null @@ -18421,12 +18422,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "infDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", + "longname": "src/tablefilter.js~TableFilter#infDiv", "access": "private", - "description": "Left-side inner container DOM element (rows counter in toolbar)", - "lineNumber": 225, + "description": "Toolbar's container DOM element", + "lineNumber": 208, "type": { "nullable": null, "types": [ @@ -18441,12 +18442,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDiv", + "name": "lDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", + "longname": "src/tablefilter.js~TableFilter#lDiv", "access": "private", - "description": "Right-side inner container DOM element (reset button,\npage length selector in toolbar)", - "lineNumber": 233, + "description": "Left-side inner container DOM element (rows counter in toolbar)", + "lineNumber": 215, "type": { "nullable": null, "types": [ @@ -18461,12 +18462,12 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "rDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", + "longname": "src/tablefilter.js~TableFilter#rDiv", "access": "private", - "description": "Middle inner container DOM element (paging elements in toolbar)", - "lineNumber": 240, + "description": "Right-side inner container DOM element (reset button,\npage length selector in toolbar)", + "lineNumber": 223, "type": { "nullable": null, "types": [ @@ -18481,16 +18482,16 @@ "kind": "member", "static": false, "variation": null, - "name": "infDivCssClass", + "name": "mDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDivCssClass", - "access": null, - "description": "Css class for toolbar's container DOM element", - "lineNumber": 246, + "longname": "src/tablefilter.js~TableFilter#mDiv", + "access": "private", + "description": "Middle inner container DOM element (paging elements in toolbar)", + "lineNumber": 230, "type": { "nullable": null, "types": [ - "String" + "DOMElement" ], "spread": false, "description": null @@ -18501,12 +18502,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lDivCssClass", + "name": "infDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDivCssClass", + "longname": "src/tablefilter.js~TableFilter#infDivCssClass", "access": null, - "description": "Css class for left-side inner container DOM element", - "lineNumber": 252, + "description": "Css class for toolbar's container DOM element", + "lineNumber": 236, "type": { "nullable": null, "types": [ @@ -18521,12 +18522,12 @@ "kind": "member", "static": false, "variation": null, - "name": "rDivCssClass", + "name": "lDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDivCssClass", + "longname": "src/tablefilter.js~TableFilter#lDivCssClass", "access": null, - "description": "Css class for right-side inner container DOM element", - "lineNumber": 258, + "description": "Css class for left-side inner container DOM element", + "lineNumber": 242, "type": { "nullable": null, "types": [ @@ -18541,12 +18542,12 @@ "kind": "member", "static": false, "variation": null, - "name": "mDivCssClass", + "name": "rDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDivCssClass", + "longname": "src/tablefilter.js~TableFilter#rDivCssClass", "access": null, - "description": "Css class for middle inner container DOM element", - "lineNumber": 264, + "description": "Css class for right-side inner container DOM element", + "lineNumber": 248, "type": { "nullable": null, "types": [ @@ -18561,12 +18562,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylePath", + "name": "mDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylePath", + "longname": "src/tablefilter.js~TableFilter#mDivCssClass", "access": null, - "description": "Path for stylesheets", - "lineNumber": 271, + "description": "Css class for middle inner container DOM element", + "lineNumber": 254, "type": { "nullable": null, "types": [ @@ -18581,12 +18582,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheet", + "name": "stylePath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheet", + "longname": "src/tablefilter.js~TableFilter#stylePath", "access": null, - "description": "Main stylesheet path", - "lineNumber": 277, + "description": "Path for stylesheets", + "lineNumber": 261, "type": { "nullable": null, "types": [ @@ -18601,12 +18602,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheetId", + "name": "stylesheet", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheetId", - "access": "private", - "description": "Main stylesheet ID", - "lineNumber": 284, + "longname": "src/tablefilter.js~TableFilter#stylesheet", + "access": null, + "description": "Main stylesheet path", + "lineNumber": 267, "type": { "nullable": null, "types": [ @@ -18621,12 +18622,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltsRowCssClass", + "name": "stylesheetId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", - "access": null, - "description": "Css class for the filters row", - "lineNumber": 290, + "longname": "src/tablefilter.js~TableFilter#stylesheetId", + "access": "private", + "description": "Main stylesheet ID", + "lineNumber": 274, "type": { "nullable": null, "types": [ @@ -18641,16 +18642,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enableIcons", + "name": "fltsRowCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableIcons", + "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", "access": null, - "description": "Enable/disable icons (paging, reset button)", - "lineNumber": 296, + "description": "Css class for the filters row", + "lineNumber": 280, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18661,12 +18662,12 @@ "kind": "member", "static": false, "variation": null, - "name": "alternateRows", + "name": "enableIcons", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#alternateRows", + "longname": "src/tablefilter.js~TableFilter#enableIcons", "access": null, - "description": "Enable/disable alternating rows", - "lineNumber": 302, + "description": "Enable/disable icons (paging, reset button)", + "lineNumber": 286, "type": { "nullable": null, "types": [ @@ -18681,12 +18682,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasColWidths", + "name": "alternateRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColWidths", - "access": "private", - "description": "Indicate whether columns widths are set", - "lineNumber": 309, + "longname": "src/tablefilter.js~TableFilter#alternateRows", + "access": null, + "description": "Enable/disable alternating rows", + "lineNumber": 292, "type": { "nullable": null, "types": [ @@ -18701,16 +18702,16 @@ "kind": "member", "static": false, "variation": null, - "name": "colWidths", + "name": "hasColWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colWidths", - "access": null, - "description": "Columns widths array", - "lineNumber": 315, + "longname": "src/tablefilter.js~TableFilter#hasColWidths", + "access": "private", + "description": "Indicate whether columns widths are set", + "lineNumber": 299, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -18721,16 +18722,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltCssClass", + "name": "colWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCssClass", + "longname": "src/tablefilter.js~TableFilter#colWidths", "access": null, - "description": "Css class for a filter element", - "lineNumber": 321, + "description": "Columns widths array", + "lineNumber": 305, "type": { "nullable": null, "types": [ - "String" + "Array" ], "spread": false, "description": null @@ -18741,12 +18742,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltMultiCssClass", + "name": "fltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", + "longname": "src/tablefilter.js~TableFilter#fltCssClass", "access": null, - "description": "Css class for multiple select filters", - "lineNumber": 327, + "description": "Css class for a filter element", + "lineNumber": 311, "type": { "nullable": null, "types": [ @@ -18761,12 +18762,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltSmallCssClass", + "name": "fltMultiCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", + "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", "access": null, - "description": "Css class for small filter (when submit button is active)", - "lineNumber": 333, + "description": "Css class for multiple select filters", + "lineNumber": 317, "type": { "nullable": null, "types": [ @@ -18781,12 +18782,12 @@ "kind": "member", "static": false, "variation": null, - "name": "singleFltCssClass", + "name": "fltSmallCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", + "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", "access": null, - "description": "Css class for single filter type", - "lineNumber": 339, + "description": "Css class for small filter (when submit button is active)", + "lineNumber": 323, "type": { "nullable": null, "types": [ @@ -18801,16 +18802,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enterKey", + "name": "singleFltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enterKey", + "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", "access": null, - "description": "Enable/disable enter key for input type filters", - "lineNumber": 347, + "description": "Css class for single filter type", + "lineNumber": 329, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18821,16 +18822,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeFilter", + "name": "enterKey", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", + "longname": "src/tablefilter.js~TableFilter#enterKey", "access": null, - "description": "Callback fired before filtering process starts", - "lineNumber": 353, + "description": "Enable/disable enter key for input type filters", + "lineNumber": 337, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -18841,12 +18842,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterFilter", + "name": "onBeforeFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterFilter", + "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", "access": null, - "description": "Callback fired after filtering process is completed", - "lineNumber": 360, + "description": "Callback fired before filtering process starts", + "lineNumber": 343, "type": { "nullable": null, "types": [ @@ -18861,16 +18862,16 @@ "kind": "member", "static": false, "variation": null, - "name": "caseSensitive", + "name": "onAfterFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#caseSensitive", + "longname": "src/tablefilter.js~TableFilter#onAfterFilter", "access": null, - "description": "Enable/disable case sensitivity filtering", - "lineNumber": 367, + "description": "Callback fired after filtering process is completed", + "lineNumber": 350, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -18881,12 +18882,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExactMatchByCol", + "name": "caseSensitive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", - "access": "private", - "description": "Indicate whether exact match filtering is enabled on a per column\nbasis", - "lineNumber": 375, + "longname": "src/tablefilter.js~TableFilter#caseSensitive", + "access": null, + "description": "Enable/disable case sensitivity filtering", + "lineNumber": 357, "type": { "nullable": null, "types": [ @@ -18901,32 +18902,12 @@ "kind": "member", "static": false, "variation": null, - "name": "exactMatchByCol", + "name": "hasExactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", - "access": null, - "description": "Exact match filtering per column array", - "lineNumber": 381, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 882, - "kind": "member", - "static": false, - "variation": null, - "name": "exactMatch", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatch", - "access": null, - "description": "Globally enable/disable exact match filtering", - "lineNumber": 388, + "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", + "access": "private", + "description": "Indicate whether exact match filtering is enabled on a per column\nbasis", + "lineNumber": 365, "type": { "nullable": null, "types": [ @@ -18936,17 +18917,57 @@ "description": null } }, + { + "__docId__": 882, + "kind": "member", + "static": false, + "variation": null, + "name": "exactMatchByCol", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", + "access": null, + "description": "Exact match filtering per column array", + "lineNumber": 371, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, { "__docId__": 883, "kind": "member", "static": false, "variation": null, + "name": "exactMatch", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#exactMatch", + "access": null, + "description": "Globally enable/disable exact match filtering", + "lineNumber": 378, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 884, + "kind": "member", + "static": false, + "variation": null, "name": "ignoreDiacritics", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#ignoreDiacritics", "access": null, "description": "Ignore diacritics globally or on a column basis", - "lineNumber": 394, + "lineNumber": 384, "type": { "nullable": null, "types": [ @@ -18958,7 +18979,7 @@ } }, { - "__docId__": 884, + "__docId__": 885, "kind": "member", "static": false, "variation": null, @@ -18967,27 +18988,7 @@ "longname": "src/tablefilter.js~TableFilter#linkedFilters", "access": null, "description": "Enable/disable linked filters filtering mode", - "lineNumber": 400, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 885, - "kind": "member", - "static": false, - "variation": null, - "name": "disableExcludedOptions", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", - "access": null, - "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", - "lineNumber": 407, + "lineNumber": 390, "type": { "nullable": null, "types": [ @@ -19002,16 +19003,16 @@ "kind": "member", "static": false, "variation": null, - "name": "activeFilterId", + "name": "disableExcludedOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeFilterId", - "access": "private", - "description": "Active filter ID", - "lineNumber": 414, + "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", + "access": null, + "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", + "lineNumber": 397, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19022,16 +19023,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasVisibleRows", + "name": "activeFilterId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", - "access": null, - "description": "Enable/disable always visible rows, excluded from filtering", - "lineNumber": 420, + "longname": "src/tablefilter.js~TableFilter#activeFilterId", + "access": "private", + "description": "Active filter ID", + "lineNumber": 404, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19042,16 +19043,16 @@ "kind": "member", "static": false, "variation": null, - "name": "visibleRows", + "name": "hasVisibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#visibleRows", + "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", "access": null, - "description": "List of row indexes to be excluded from filtering", - "lineNumber": 426, + "description": "Enable/disable always visible rows, excluded from filtering", + "lineNumber": 410, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -19062,32 +19063,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isExternalFlt", + "name": "visibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isExternalFlt", + "longname": "src/tablefilter.js~TableFilter#visibleRows", "access": null, - "description": "Enable/disable external filters generation", - "lineNumber": 432, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 890, - "kind": "member", - "static": false, - "variation": null, - "name": "externalFltTgtIds", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", - "access": null, - "description": "List of containers IDs where external filters will be generated", - "lineNumber": 438, + "description": "List of row indexes to be excluded from filtering", + "lineNumber": 416, "type": { "nullable": null, "types": [ @@ -19098,36 +19079,16 @@ } }, { - "__docId__": 891, + "__docId__": 890, "kind": "member", "static": false, "variation": null, - "name": "onFiltersLoaded", + "name": "isExternalFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", + "longname": "src/tablefilter.js~TableFilter#isExternalFlt", "access": null, - "description": "Callback fired after filters are generated", - "lineNumber": 444, - "type": { - "nullable": null, - "types": [ - "Function" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 892, - "kind": "member", - "static": false, - "variation": null, - "name": "singleSearchFlt", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", - "access": null, - "description": "Enable/disable single filter filtering all columns", - "lineNumber": 451, + "description": "Enable/disable external filters generation", + "lineNumber": 422, "type": { "nullable": null, "types": [ @@ -19138,16 +19099,36 @@ } }, { - "__docId__": 893, + "__docId__": 891, "kind": "member", "static": false, "variation": null, - "name": "onRowValidated", + "name": "externalFltTgtIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onRowValidated", + "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", "access": null, - "description": "Callback fired after a row is validated during filtering", - "lineNumber": 457, + "description": "List of containers IDs where external filters will be generated", + "lineNumber": 428, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 892, + "kind": "member", + "static": false, + "variation": null, + "name": "onFiltersLoaded", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", + "access": null, + "description": "Callback fired after filters are generated", + "lineNumber": 434, "type": { "nullable": null, "types": [ @@ -19157,21 +19138,41 @@ "description": null } }, + { + "__docId__": 893, + "kind": "member", + "static": false, + "variation": null, + "name": "singleSearchFlt", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", + "access": null, + "description": "Enable/disable single filter filtering all columns", + "lineNumber": 441, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, { "__docId__": 894, "kind": "member", "static": false, "variation": null, - "name": "cellParser", + "name": "onRowValidated", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cellParser", + "longname": "src/tablefilter.js~TableFilter#onRowValidated", "access": null, - "description": "Specify which column implements a custom cell parser to retrieve the\ncell value:\ncell_parser: {\n cols: [0, 2],\n parse: function(tf, cell, colIndex) {\n // custom cell parser logic here\n return cellValue;\n }\n}", - "lineNumber": 472, + "description": "Callback fired after a row is validated during filtering", + "lineNumber": 447, "type": { "nullable": null, "types": [ - "Object" + "Function" ], "spread": false, "description": null @@ -19182,12 +19183,32 @@ "kind": "member", "static": false, "variation": null, + "name": "cellParser", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#cellParser", + "access": null, + "description": "Specify which column implements a custom cell parser to retrieve the\ncell value:\ncell_parser: {\n cols: [0, 2],\n parse: function(tf, cell, colIndex) {\n // custom cell parser logic here\n return cellValue;\n }\n}", + "lineNumber": 462, + "type": { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 896, + "kind": "member", + "static": false, + "variation": null, "name": "watermark", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#watermark", "access": null, "description": "Global watermark text for input filter type or watermark for each\nfilter if an array is supplied", - "lineNumber": 481, + "lineNumber": 471, "type": { "nullable": null, "types": [ @@ -19199,7 +19220,7 @@ } }, { - "__docId__": 896, + "__docId__": 897, "kind": "member", "static": false, "variation": null, @@ -19208,7 +19229,7 @@ "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", "access": "private", "description": "Indicate whether watermark is on a per column basis", - "lineNumber": 488, + "lineNumber": 478, "type": { "nullable": null, "types": [ @@ -19218,41 +19239,21 @@ "description": null } }, - { - "__docId__": 897, - "kind": "member", - "static": false, - "variation": null, - "name": "toolBarTgtId", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", - "access": null, - "description": "Toolbar's custom container ID", - "lineNumber": 494, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, { "__docId__": 898, "kind": "member", "static": false, "variation": null, - "name": "help", + "name": "toolBarTgtId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#help", + "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", "access": null, - "description": "Indicate whether help UI component is disabled", - "lineNumber": 500, + "description": "Toolbar's custom container ID", + "lineNumber": 484, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19263,12 +19264,12 @@ "kind": "member", "static": false, "variation": null, - "name": "popupFilters", + "name": "help", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#popupFilters", + "longname": "src/tablefilter.js~TableFilter#help", "access": null, - "description": "Indicate whether pop-up filters UI is enabled", - "lineNumber": 507, + "description": "Indicate whether help UI component is disabled", + "lineNumber": 490, "type": { "nullable": null, "types": [ @@ -19283,12 +19284,12 @@ "kind": "member", "static": false, "variation": null, - "name": "markActiveColumns", + "name": "popupFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#markActiveColumns", + "longname": "src/tablefilter.js~TableFilter#popupFilters", "access": null, - "description": "Indicate whether filtered (active) columns indicator is enabled", - "lineNumber": 513, + "description": "Indicate whether pop-up filters UI is enabled", + "lineNumber": 497, "type": { "nullable": null, "types": [ @@ -19303,12 +19304,32 @@ "kind": "member", "static": false, "variation": null, + "name": "markActiveColumns", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#markActiveColumns", + "access": null, + "description": "Indicate whether filtered (active) columns indicator is enabled", + "lineNumber": 503, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 902, + "kind": "member", + "static": false, + "variation": null, "name": "clearFilterText", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#clearFilterText", "access": null, "description": "Text for clear option in drop-down filter types (1st option)", - "lineNumber": 521, + "lineNumber": 511, "type": { "nullable": null, "types": [ @@ -19320,7 +19341,7 @@ } }, { - "__docId__": 902, + "__docId__": 903, "kind": "member", "static": false, "variation": null, @@ -19329,7 +19350,7 @@ "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", "access": null, "description": "Indicate whether empty option is enabled in drop-down filter types", - "lineNumber": 527, + "lineNumber": 517, "type": { "nullable": null, "types": [ @@ -19339,57 +19360,17 @@ "description": null } }, - { - "__docId__": 903, - "kind": "member", - "static": false, - "variation": null, - "name": "emptyText", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emptyText", - "access": null, - "description": "Text for empty option in drop-down filter types", - "lineNumber": 533, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, { "__docId__": 904, "kind": "member", "static": false, "variation": null, - "name": "enableNonEmptyOption", + "name": "emptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", + "longname": "src/tablefilter.js~TableFilter#emptyText", "access": null, - "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", - "lineNumber": 540, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 905, - "kind": "member", - "static": false, - "variation": null, - "name": "nonEmptyText", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nonEmptyText", - "access": null, - "description": "Text for non-empty option in drop-down filter types", - "lineNumber": 546, + "description": "Text for empty option in drop-down filter types", + "lineNumber": 523, "type": { "nullable": null, "types": [ @@ -19400,16 +19381,16 @@ } }, { - "__docId__": 906, + "__docId__": 905, "kind": "member", "static": false, "variation": null, - "name": "onSlcChange", + "name": "enableNonEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onSlcChange", + "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", "access": null, - "description": "Indicate whether drop-down filter types filter the table by default\non change event", - "lineNumber": 553, + "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", + "lineNumber": 530, "type": { "nullable": null, "types": [ @@ -19419,17 +19400,37 @@ "description": null } }, + { + "__docId__": 906, + "kind": "member", + "static": false, + "variation": null, + "name": "nonEmptyText", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nonEmptyText", + "access": null, + "description": "Text for non-empty option in drop-down filter types", + "lineNumber": 536, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 907, "kind": "member", "static": false, "variation": null, - "name": "sortSlc", + "name": "onSlcChange", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortSlc", + "longname": "src/tablefilter.js~TableFilter#onSlcChange", "access": null, - "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", - "lineNumber": 560, + "description": "Indicate whether drop-down filter types filter the table by default\non change event", + "lineNumber": 543, "type": { "nullable": null, "types": [ @@ -19444,12 +19445,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumAsc", + "name": "sortSlc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", - "access": "private", - "description": "Indicate whether options in drop-down filter types are sorted in a\nascending numeric manner", - "lineNumber": 568, + "longname": "src/tablefilter.js~TableFilter#sortSlc", + "access": null, + "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", + "lineNumber": 550, "type": { "nullable": null, "types": [ @@ -19464,16 +19465,16 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumAsc", + "name": "isSortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumAsc", - "access": null, - "description": "List of columns implementing options sorting in a ascending numeric\nmanner", - "lineNumber": 575, + "longname": "src/tablefilter.js~TableFilter#isSortNumAsc", + "access": "private", + "description": "Indicate whether options in drop-down filter types are sorted in a\nascending numeric manner", + "lineNumber": 558, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -19484,32 +19485,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumDesc", + "name": "sortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", - "access": "private", - "description": "Indicate whether options in drop-down filter types are sorted in a\ndescending numeric manner", - "lineNumber": 583, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 911, - "kind": "member", - "static": false, - "variation": null, - "name": "sortNumDesc", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "longname": "src/tablefilter.js~TableFilter#sortNumAsc", "access": null, - "description": "List of columns implementing options sorting in a descending numeric\nmanner", - "lineNumber": 590, + "description": "List of columns implementing options sorting in a ascending numeric\nmanner", + "lineNumber": 565, "type": { "nullable": null, "types": [ @@ -19520,16 +19501,16 @@ } }, { - "__docId__": 912, + "__docId__": 911, "kind": "member", "static": false, "variation": null, - "name": "loadFltOnDemand", + "name": "isSortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", - "access": null, - "description": "Indicate whether drop-down filter types are populated on demand at\nfirst usage", - "lineNumber": 597, + "longname": "src/tablefilter.js~TableFilter#isSortNumDesc", + "access": "private", + "description": "Indicate whether options in drop-down filter types are sorted in a\ndescending numeric manner", + "lineNumber": 573, "type": { "nullable": null, "types": [ @@ -19539,17 +19520,37 @@ "description": null } }, + { + "__docId__": 912, + "kind": "member", + "static": false, + "variation": null, + "name": "sortNumDesc", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "access": null, + "description": "List of columns implementing options sorting in a descending numeric\nmanner", + "lineNumber": 580, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, { "__docId__": 913, "kind": "member", "static": false, "variation": null, - "name": "hasCustomOptions", + "name": "loadFltOnDemand", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", + "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", "access": null, - "description": "Indicate whether custom drop-down filter options are implemented", - "lineNumber": 603, + "description": "Indicate whether drop-down filter types are populated on demand at\nfirst usage", + "lineNumber": 587, "type": { "nullable": null, "types": [ @@ -19564,16 +19565,16 @@ "kind": "member", "static": false, "variation": null, - "name": "customOptions", + "name": "hasCustomOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customOptions", + "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", "access": null, - "description": "Custom options definition of a per column basis, ie:\ncustom_options: {\n cols:[0, 1],\n texts: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n values: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n sorts: [false, true]\n }", - "lineNumber": 622, + "description": "Indicate whether custom drop-down filter options are implemented", + "lineNumber": 593, "type": { "nullable": null, "types": [ - "Object" + "Boolean" ], "spread": false, "description": null @@ -19584,16 +19585,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rgxOperator", + "name": "customOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rgxOperator", + "longname": "src/tablefilter.js~TableFilter#customOptions", "access": null, - "description": "Regular expression operator for input filter. Defaults to 'rgx:'", - "lineNumber": 629, + "description": "Custom options definition of a per column basis, ie:\ncustom_options: {\n cols:[0, 1],\n texts: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n values: [\n ['a0', 'b0', 'c0'],\n ['a1', 'b1', 'c1']\n ],\n sorts: [false, true]\n }", + "lineNumber": 612, "type": { "nullable": null, "types": [ - "String" + "Object" ], "spread": false, "description": null @@ -19604,12 +19605,12 @@ "kind": "member", "static": false, "variation": null, - "name": "emOperator", + "name": "rgxOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emOperator", + "longname": "src/tablefilter.js~TableFilter#rgxOperator", "access": null, - "description": "Empty cells operator for input filter. Defaults to '[empty]'", - "lineNumber": 635, + "description": "Regular expression operator for input filter. Defaults to 'rgx:'", + "lineNumber": 619, "type": { "nullable": null, "types": [ @@ -19624,12 +19625,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nmOperator", + "name": "emOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nmOperator", + "longname": "src/tablefilter.js~TableFilter#emOperator", "access": null, - "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", - "lineNumber": 641, + "description": "Empty cells operator for input filter. Defaults to '[empty]'", + "lineNumber": 625, "type": { "nullable": null, "types": [ @@ -19644,12 +19645,12 @@ "kind": "member", "static": false, "variation": null, - "name": "orOperator", + "name": "nmOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#orOperator", + "longname": "src/tablefilter.js~TableFilter#nmOperator", "access": null, - "description": "Logical OR operator for input filter. Defaults to '||'", - "lineNumber": 647, + "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", + "lineNumber": 631, "type": { "nullable": null, "types": [ @@ -19664,12 +19665,12 @@ "kind": "member", "static": false, "variation": null, - "name": "anOperator", + "name": "orOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#anOperator", + "longname": "src/tablefilter.js~TableFilter#orOperator", "access": null, - "description": "Logical AND operator for input filter. Defaults to '&&'", - "lineNumber": 653, + "description": "Logical OR operator for input filter. Defaults to '||'", + "lineNumber": 637, "type": { "nullable": null, "types": [ @@ -19684,12 +19685,12 @@ "kind": "member", "static": false, "variation": null, - "name": "grOperator", + "name": "anOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#grOperator", + "longname": "src/tablefilter.js~TableFilter#anOperator", "access": null, - "description": "Greater than operator for input filter. Defaults to '>'", - "lineNumber": 659, + "description": "Logical AND operator for input filter. Defaults to '&&'", + "lineNumber": 643, "type": { "nullable": null, "types": [ @@ -19704,12 +19705,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lwOperator", + "name": "grOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lwOperator", + "longname": "src/tablefilter.js~TableFilter#grOperator", "access": null, - "description": "Lower than operator for input filter. Defaults to '<'", - "lineNumber": 665, + "description": "Greater than operator for input filter. Defaults to '>'", + "lineNumber": 649, "type": { "nullable": null, "types": [ @@ -19724,12 +19725,12 @@ "kind": "member", "static": false, "variation": null, - "name": "leOperator", + "name": "lwOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#leOperator", + "longname": "src/tablefilter.js~TableFilter#lwOperator", "access": null, - "description": "Lower than or equal operator for input filter. Defaults to '<='", - "lineNumber": 671, + "description": "Lower than operator for input filter. Defaults to '<'", + "lineNumber": 655, "type": { "nullable": null, "types": [ @@ -19744,12 +19745,12 @@ "kind": "member", "static": false, "variation": null, - "name": "geOperator", + "name": "leOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#geOperator", + "longname": "src/tablefilter.js~TableFilter#leOperator", "access": null, - "description": "Greater than or equal operator for input filter. Defaults to '>='", - "lineNumber": 677, + "description": "Lower than or equal operator for input filter. Defaults to '<='", + "lineNumber": 661, "type": { "nullable": null, "types": [ @@ -19764,12 +19765,12 @@ "kind": "member", "static": false, "variation": null, - "name": "dfOperator", + "name": "geOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#dfOperator", + "longname": "src/tablefilter.js~TableFilter#geOperator", "access": null, - "description": "Inequality operator for input filter. Defaults to '!'", - "lineNumber": 683, + "description": "Greater than or equal operator for input filter. Defaults to '>='", + "lineNumber": 667, "type": { "nullable": null, "types": [ @@ -19784,12 +19785,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lkOperator", + "name": "dfOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lkOperator", + "longname": "src/tablefilter.js~TableFilter#dfOperator", "access": null, - "description": "Like operator for input filter. Defaults to '!'", - "lineNumber": 689, + "description": "Inequality operator for input filter. Defaults to '!'", + "lineNumber": 673, "type": { "nullable": null, "types": [ @@ -19804,12 +19805,12 @@ "kind": "member", "static": false, "variation": null, - "name": "eqOperator", + "name": "lkOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#eqOperator", + "longname": "src/tablefilter.js~TableFilter#lkOperator", "access": null, - "description": "Strict equality operator for input filter. Defaults to '='", - "lineNumber": 695, + "description": "Like operator for input filter. Defaults to '!'", + "lineNumber": 679, "type": { "nullable": null, "types": [ @@ -19824,12 +19825,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stOperator", + "name": "eqOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stOperator", + "longname": "src/tablefilter.js~TableFilter#eqOperator", "access": null, - "description": "Starts with operator for input filter. Defaults to '='", - "lineNumber": 701, + "description": "Strict equality operator for input filter. Defaults to '='", + "lineNumber": 685, "type": { "nullable": null, "types": [ @@ -19844,12 +19845,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enOperator", + "name": "stOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enOperator", + "longname": "src/tablefilter.js~TableFilter#stOperator", "access": null, - "description": "Ends with operator for input filter. Defaults to '='", - "lineNumber": 707, + "description": "Starts with operator for input filter. Defaults to '='", + "lineNumber": 691, "type": { "nullable": null, "types": [ @@ -19864,12 +19865,12 @@ "kind": "member", "static": false, "variation": null, - "name": "separator", + "name": "enOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#separator", + "longname": "src/tablefilter.js~TableFilter#enOperator", "access": null, - "description": "Stored values separator", - "lineNumber": 715, + "description": "Ends with operator for input filter. Defaults to '='", + "lineNumber": 697, "type": { "nullable": null, "types": [ @@ -19884,16 +19885,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rowsCounter", + "name": "separator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rowsCounter", + "longname": "src/tablefilter.js~TableFilter#separator", "access": null, - "description": "Enable rows counter UI component", - "lineNumber": 721, + "description": "Stored values separator", + "lineNumber": 705, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19904,12 +19905,12 @@ "kind": "member", "static": false, "variation": null, - "name": "statusBar", + "name": "rowsCounter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#statusBar", + "longname": "src/tablefilter.js~TableFilter#rowsCounter", "access": null, - "description": "Enable status bar UI component", - "lineNumber": 727, + "description": "Enable rows counter UI component", + "lineNumber": 711, "type": { "nullable": null, "types": [ @@ -19924,12 +19925,12 @@ "kind": "member", "static": false, "variation": null, - "name": "loader", + "name": "statusBar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loader", + "longname": "src/tablefilter.js~TableFilter#statusBar", "access": null, - "description": "Enable activity/spinner indicator UI component", - "lineNumber": 733, + "description": "Enable status bar UI component", + "lineNumber": 717, "type": { "nullable": null, "types": [ @@ -19944,12 +19945,12 @@ "kind": "member", "static": false, "variation": null, - "name": "displayBtn", + "name": "loader", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayBtn", + "longname": "src/tablefilter.js~TableFilter#loader", "access": null, - "description": "Enable filters submission button", - "lineNumber": 740, + "description": "Enable activity/spinner indicator UI component", + "lineNumber": 723, "type": { "nullable": null, "types": [ @@ -19964,16 +19965,16 @@ "kind": "member", "static": false, "variation": null, - "name": "btnText", + "name": "displayBtn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnText", + "longname": "src/tablefilter.js~TableFilter#displayBtn", "access": null, - "description": "Define filters submission button text", - "lineNumber": 746, + "description": "Enable filters submission button", + "lineNumber": 730, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19984,12 +19985,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnCssClass", + "name": "btnText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnCssClass", + "longname": "src/tablefilter.js~TableFilter#btnText", "access": null, - "description": "Css class for filters submission button", - "lineNumber": 752, + "description": "Define filters submission button text", + "lineNumber": 736, "type": { "nullable": null, "types": [ @@ -20004,16 +20005,16 @@ "kind": "member", "static": false, "variation": null, - "name": "btnReset", + "name": "btnCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnReset", + "longname": "src/tablefilter.js~TableFilter#btnCssClass", "access": null, - "description": "Enable clear button", - "lineNumber": 759, + "description": "Css class for filters submission button", + "lineNumber": 742, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -20024,16 +20025,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeReset", + "name": "btnReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeReset", + "longname": "src/tablefilter.js~TableFilter#btnReset", "access": null, - "description": "Callback fired before filters are cleared", - "lineNumber": 765, + "description": "Enable clear button", + "lineNumber": 749, "type": { "nullable": null, "types": [ - "Function" + "Boolean" ], "spread": false, "description": null @@ -20044,12 +20045,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterReset", + "name": "onBeforeReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterReset", + "longname": "src/tablefilter.js~TableFilter#onBeforeReset", "access": null, - "description": "Callback fired after filters are cleared", - "lineNumber": 772, + "description": "Callback fired before filters are cleared", + "lineNumber": 755, "type": { "nullable": null, "types": [ @@ -20064,16 +20065,16 @@ "kind": "member", "static": false, "variation": null, - "name": "paging", + "name": "onAfterReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#paging", + "longname": "src/tablefilter.js~TableFilter#onAfterReset", "access": null, - "description": "Enable paging component", - "lineNumber": 779, + "description": "Callback fired after filters are cleared", + "lineNumber": 762, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -20084,16 +20085,16 @@ "kind": "member", "static": false, "variation": null, - "name": "nbHiddenRows", + "name": "paging", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", - "access": "private", - "description": "Number of hidden rows", - "lineNumber": 786, + "longname": "src/tablefilter.js~TableFilter#paging", + "access": null, + "description": "Enable paging component", + "lineNumber": 769, "type": { "nullable": null, "types": [ - "Number" + "Boolean" ], "spread": false, "description": null @@ -20104,32 +20105,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilter", + "name": "nbHiddenRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilter", - "access": null, - "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", - "lineNumber": 793, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 942, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterDelay", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", - "access": null, - "description": "Auto-filter delay in msecs", - "lineNumber": 799, + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "access": "private", + "description": "Number of hidden rows", + "lineNumber": 776, "type": { "nullable": null, "types": [ @@ -20140,16 +20121,16 @@ } }, { - "__docId__": 943, + "__docId__": 942, "kind": "member", "static": false, "variation": null, - "name": "isUserTyping", + "name": "autoFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": "private", - "description": "Indicate whether user is typing", - "lineNumber": 807, + "longname": "src/tablefilter.js~TableFilter#autoFilter", + "access": null, + "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", + "lineNumber": 783, "type": { "nullable": null, "types": [ @@ -20159,37 +20140,37 @@ "description": null } }, + { + "__docId__": 943, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterDelay", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "access": null, + "description": "Auto-filter delay in msecs", + "lineNumber": 789, + "type": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": null + } + }, { "__docId__": 944, "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": "private", - "description": "Auto-filter interval ID", - "lineNumber": 814, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 945, - "kind": "member", - "static": false, - "variation": null, - "name": "highlightKeywords", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#highlightKeywords", - "access": null, - "description": "Enable keyword highlighting behaviour", - "lineNumber": 820, + "description": "Indicate whether user is typing", + "lineNumber": 797, "type": { "nullable": null, "types": [ @@ -20199,17 +20180,37 @@ "description": null } }, + { + "__docId__": 945, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": "private", + "description": "Auto-filter interval ID", + "lineNumber": 804, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 946, "kind": "member", "static": false, "variation": null, - "name": "noResults", + "name": "highlightKeywords", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#noResults", + "longname": "src/tablefilter.js~TableFilter#highlightKeywords", "access": null, - "description": "Enable no results message UI component", - "lineNumber": 826, + "description": "Enable keyword highlighting behaviour", + "lineNumber": 810, "type": { "nullable": null, "types": [ @@ -20224,12 +20225,12 @@ "kind": "member", "static": false, "variation": null, - "name": "state", + "name": "noResults", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#state", + "longname": "src/tablefilter.js~TableFilter#noResults", "access": null, - "description": "Enable state persistence", - "lineNumber": 833, + "description": "Enable no results message UI component", + "lineNumber": 816, "type": { "nullable": null, "types": [ @@ -20244,16 +20245,16 @@ "kind": "member", "static": false, "variation": null, - "name": "locale", + "name": "state", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#locale", + "longname": "src/tablefilter.js~TableFilter#state", "access": null, - "description": "Define default locale, default to 'en' as per Sugar Date module:\nhttps://sugarjs.com/docs/#/DateLocales", - "lineNumber": 842, + "description": "Enable state persistence", + "lineNumber": 823, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -20264,12 +20265,12 @@ "kind": "member", "static": false, "variation": null, - "name": "thousandsSeparator", + "name": "locale", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", + "longname": "src/tablefilter.js~TableFilter#locale", "access": null, - "description": "Define thousands separator ',' or '.', defaults to ','", - "lineNumber": 848, + "description": "Define default locale, default to 'en' as per Sugar Date module:\nhttps://sugarjs.com/docs/#/DateLocales", + "lineNumber": 832, "type": { "nullable": null, "types": [ @@ -20284,12 +20285,12 @@ "kind": "member", "static": false, "variation": null, - "name": "decimalSeparator", + "name": "thousandsSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", "access": null, - "description": "Define decimal separator ',' or '.', defaults to '.'", - "lineNumber": 854, + "description": "Define thousands separator ',' or '.', defaults to ','", + "lineNumber": 838, "type": { "nullable": null, "types": [ @@ -20304,16 +20305,16 @@ "kind": "member", "static": false, "variation": null, - "name": "colTypes", + "name": "decimalSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colTypes", + "longname": "src/tablefilter.js~TableFilter#decimalSeparator", "access": null, - "description": "Define data types on a column basis, possible values 'string',\n'number', 'formatted-number', 'date', 'ipaddress' ie:\ncol_types : [\n 'string', 'date', 'number',\n { type: 'formatted-number', decimal: ',', thousands: '.' },\n { type: 'date', locale: 'en-gb' },\n { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n]\n\nRefer to https://sugarjs.com/docs/#/DateParsing for exhaustive\ninformation on date parsing formats supported by Sugar Date", - "lineNumber": 870, + "description": "Define decimal separator ',' or '.', defaults to '.'", + "lineNumber": 844, "type": { "nullable": null, "types": [ - "Array" + "String" ], "spread": false, "description": null @@ -20324,16 +20325,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxTf", + "name": "colTypes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxTf", - "access": "private", - "description": "Main prefix", - "lineNumber": 877, + "longname": "src/tablefilter.js~TableFilter#colTypes", + "access": null, + "description": "Define data types on a column basis, possible values 'string',\n'number', 'formatted-number', 'date', 'ipaddress' ie:\ncol_types : [\n 'string', 'date', 'number',\n { type: 'formatted-number', decimal: ',', thousands: '.' },\n { type: 'date', locale: 'en-gb' },\n { type: 'date', format: ['{dd}-{months}-{yyyy|yy}'] }\n]\n\nRefer to https://sugarjs.com/docs/#/DateParsing for exhaustive\ninformation on date parsing formats supported by Sugar Date", + "lineNumber": 860, "type": { + "nullable": null, "types": [ - "string" - ] + "Array" + ], + "spread": false, + "description": null } }, { @@ -20341,12 +20345,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxFlt", + "name": "prfxTf", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxFlt", + "longname": "src/tablefilter.js~TableFilter#prfxTf", "access": "private", - "description": "Filter's ID prefix (inputs - selects)", - "lineNumber": 883, + "description": "Main prefix", + "lineNumber": 867, "type": { "types": [ "string" @@ -20358,12 +20362,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxValButton", + "name": "prfxFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxValButton", + "longname": "src/tablefilter.js~TableFilter#prfxFlt", "access": "private", - "description": "Button's ID prefix", - "lineNumber": 889, + "description": "Filter's ID prefix (inputs - selects)", + "lineNumber": 873, "type": { "types": [ "string" @@ -20375,12 +20379,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxInfDiv", + "name": "prfxValButton", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", + "longname": "src/tablefilter.js~TableFilter#prfxValButton", "access": "private", - "description": "Toolbar container ID prefix", - "lineNumber": 895, + "description": "Button's ID prefix", + "lineNumber": 879, "type": { "types": [ "string" @@ -20392,12 +20396,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxLDiv", + "name": "prfxInfDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxLDiv", + "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", "access": "private", - "description": "Toolbar left element ID prefix", - "lineNumber": 901, + "description": "Toolbar container ID prefix", + "lineNumber": 885, "type": { "types": [ "string" @@ -20409,12 +20413,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxRDiv", + "name": "prfxLDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxRDiv", + "longname": "src/tablefilter.js~TableFilter#prfxLDiv", "access": "private", - "description": "Toolbar right element ID prefix", - "lineNumber": 907, + "description": "Toolbar left element ID prefix", + "lineNumber": 891, "type": { "types": [ "string" @@ -20426,12 +20430,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxMDiv", + "name": "prfxRDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxMDiv", + "longname": "src/tablefilter.js~TableFilter#prfxRDiv", "access": "private", - "description": "Toolbar middle element ID prefix", - "lineNumber": 913, + "description": "Toolbar right element ID prefix", + "lineNumber": 897, "type": { "types": [ "string" @@ -20443,12 +20447,12 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxResponsive", + "name": "prfxMDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "longname": "src/tablefilter.js~TableFilter#prfxMDiv", "access": "private", - "description": "Responsive Css class", - "lineNumber": 919, + "description": "Toolbar middle element ID prefix", + "lineNumber": 903, "type": { "types": [ "string" @@ -20460,12 +20464,29 @@ "kind": "member", "static": false, "variation": null, + "name": "prfxResponsive", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#prfxResponsive", + "access": "private", + "description": "Responsive Css class", + "lineNumber": 909, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 961, + "kind": "member", + "static": false, + "variation": null, "name": "extensions", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#extensions", "access": "private", "description": "List of loaded extensions", - "lineNumber": 927, + "lineNumber": 917, "type": { "nullable": null, "types": [ @@ -20476,7 +20497,7 @@ } }, { - "__docId__": 961, + "__docId__": 962, "kind": "member", "static": false, "variation": null, @@ -20485,27 +20506,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtensions", "access": "private", "description": "Determine whether extensions are loaded", - "lineNumber": 934, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 962, - "kind": "member", - "static": false, - "variation": null, - "name": "enableDefaultTheme", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", - "access": null, - "description": "Enable default theme", - "lineNumber": 941, + "lineNumber": 924, "type": { "nullable": null, "types": [ @@ -20520,12 +20521,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasThemes", + "name": "enableDefaultTheme", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasThemes", - "access": "private", - "description": "Determine whether themes are enables", - "lineNumber": 948, + "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", + "access": null, + "description": "Enable default theme", + "lineNumber": 931, "type": { "nullable": null, "types": [ @@ -20540,16 +20541,16 @@ "kind": "member", "static": false, "variation": null, - "name": "themes", + "name": "hasThemes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themes", - "access": null, - "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 955, + "longname": "src/tablefilter.js~TableFilter#hasThemes", + "access": "private", + "description": "Determine whether themes are enables", + "lineNumber": 938, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -20560,12 +20561,12 @@ "kind": "member", "static": false, "variation": null, - "name": "themesPath", + "name": "themes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themesPath", + "longname": "src/tablefilter.js~TableFilter#themes", "access": null, - "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 963, + "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", + "lineNumber": 945, "type": { "nullable": null, "types": [ @@ -20580,16 +20581,16 @@ "kind": "member", "static": false, "variation": null, - "name": "responsive", + "name": "themesPath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#responsive", + "longname": "src/tablefilter.js~TableFilter#themesPath", "access": null, - "description": "Enable responsive layout", - "lineNumber": 969, + "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", + "lineNumber": 953, "type": { "nullable": null, "types": [ - "Boolean" + "Array" ], "spread": false, "description": null @@ -20600,16 +20601,19 @@ "kind": "member", "static": false, "variation": null, - "name": "Mod", + "name": "responsive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#Mod", - "access": "private", - "description": "Features registry", - "lineNumber": 975, + "longname": "src/tablefilter.js~TableFilter#responsive", + "access": null, + "description": "Enable responsive layout", + "lineNumber": 959, "type": { + "nullable": null, "types": [ - "*" - ] + "Boolean" + ], + "spread": false, + "description": null } }, { @@ -20617,12 +20621,12 @@ "kind": "member", "static": false, "variation": null, - "name": "ExtRegistry", + "name": "Mod", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#ExtRegistry", + "longname": "src/tablefilter.js~TableFilter#Mod", "access": "private", - "description": "Extensions registry", - "lineNumber": 981, + "description": "Features registry", + "lineNumber": 965, "type": { "types": [ "*" @@ -20631,6 +20635,23 @@ }, { "__docId__": 969, + "kind": "member", + "static": false, + "variation": null, + "name": "ExtRegistry", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#ExtRegistry", + "access": "private", + "description": "Extensions registry", + "lineNumber": 971, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 970, "kind": "method", "static": false, "variation": null, @@ -20639,12 +20660,12 @@ "longname": "src/tablefilter.js~TableFilter#init", "access": null, "description": "Initialise features and layout", - "lineNumber": 990, + "lineNumber": 980, "params": [], "generator": false }, { - "__docId__": 970, + "__docId__": 971, "kind": "member", "static": false, "variation": null, @@ -20653,25 +20674,7 @@ "longname": "src/tablefilter.js~TableFilter#nbCells", "access": null, "description": null, - "lineNumber": 995, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 971, - "kind": "member", - "static": false, - "variation": null, - "name": "nbFilterableRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", - "access": null, - "description": null, - "lineNumber": 1050, + "lineNumber": 985, "undocument": true, "type": { "types": [ @@ -20684,12 +20687,30 @@ "kind": "member", "static": false, "variation": null, + "name": "nbFilterableRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "access": null, + "description": null, + "lineNumber": 1022, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 973, + "kind": "member", + "static": false, + "variation": null, "name": "initialized", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 1160, + "lineNumber": 1121, "unknown": [ { "tagName": "@inherited", @@ -20703,7 +20724,7 @@ } }, { - "__docId__": 973, + "__docId__": 974, "kind": "method", "static": false, "variation": null, @@ -20712,7 +20733,7 @@ "longname": "src/tablefilter.js~TableFilter#detectKey", "access": null, "description": "Detect key", - "lineNumber": 1171, + "lineNumber": 1132, "params": [ { "nullable": null, @@ -20728,7 +20749,7 @@ "generator": false }, { - "__docId__": 974, + "__docId__": 975, "kind": "member", "static": false, "variation": null, @@ -20737,7 +20758,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1182, + "lineNumber": 1143, "undocument": true, "type": { "types": [ @@ -20746,7 +20767,7 @@ } }, { - "__docId__": 975, + "__docId__": 976, "kind": "member", "static": false, "variation": null, @@ -20755,7 +20776,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1184, + "lineNumber": 1145, "undocument": true, "type": { "types": [ @@ -20764,7 +20785,7 @@ } }, { - "__docId__": 976, + "__docId__": 977, "kind": "method", "static": false, "variation": null, @@ -20773,7 +20794,7 @@ "longname": "src/tablefilter.js~TableFilter#onKeyUp", "access": null, "description": "Filter's keyup event: if auto-filter on, detect user is typing and filter\ncolumns", - "lineNumber": 1194, + "lineNumber": 1155, "params": [ { "nullable": null, @@ -20789,7 +20810,7 @@ "generator": false }, { - "__docId__": 977, + "__docId__": 978, "kind": "member", "static": false, "variation": null, @@ -20798,7 +20819,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1199, + "lineNumber": 1160, "undocument": true, "type": { "types": [ @@ -20807,7 +20828,7 @@ } }, { - "__docId__": 978, + "__docId__": 979, "kind": "member", "static": false, "variation": null, @@ -20816,25 +20837,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1203, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 979, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1206, + "lineNumber": 1164, "undocument": true, "type": { "types": [ @@ -20847,12 +20850,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1213, + "lineNumber": 1167, "undocument": true, "type": { "types": [ @@ -20870,7 +20873,7 @@ "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1218, + "lineNumber": 1174, "undocument": true, "type": { "types": [ @@ -20880,6 +20883,24 @@ }, { "__docId__": 982, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": null, + "description": null, + "lineNumber": 1179, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 983, "kind": "method", "static": false, "variation": null, @@ -20888,12 +20909,12 @@ "longname": "src/tablefilter.js~TableFilter#onKeyDown", "access": null, "description": "Filter's keydown event: if auto-filter on, detect user is typing", - "lineNumber": 1225, + "lineNumber": 1186, "params": [], "generator": false }, { - "__docId__": 983, + "__docId__": 984, "kind": "member", "static": false, "variation": null, @@ -20902,7 +20923,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1227, + "lineNumber": 1188, "undocument": true, "type": { "types": [ @@ -20911,7 +20932,7 @@ } }, { - "__docId__": 984, + "__docId__": 985, "kind": "method", "static": false, "variation": null, @@ -20920,7 +20941,7 @@ "longname": "src/tablefilter.js~TableFilter#onInpFocus", "access": null, "description": "Filter's focus event", - "lineNumber": 1235, + "lineNumber": 1196, "params": [ { "nullable": null, @@ -20936,7 +20957,7 @@ "generator": false }, { - "__docId__": 985, + "__docId__": 986, "kind": "method", "static": false, "variation": null, @@ -20945,12 +20966,12 @@ "longname": "src/tablefilter.js~TableFilter#onInpBlur", "access": null, "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", - "lineNumber": 1243, + "lineNumber": 1204, "params": [], "generator": false }, { - "__docId__": 986, + "__docId__": 987, "kind": "member", "static": false, "variation": null, @@ -20959,7 +20980,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1245, + "lineNumber": 1206, "undocument": true, "type": { "types": [ @@ -20968,7 +20989,7 @@ } }, { - "__docId__": 987, + "__docId__": 988, "kind": "method", "static": false, "variation": null, @@ -20977,7 +20998,7 @@ "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", "access": null, "description": "Insert filters row at initialization", - "lineNumber": 1254, + "lineNumber": 1215, "params": [], "return": { "types": [ @@ -20987,7 +21008,7 @@ "generator": false }, { - "__docId__": 988, + "__docId__": 989, "kind": "method", "static": false, "variation": null, @@ -20996,12 +21017,12 @@ "longname": "src/tablefilter.js~TableFilter#_initNoFilters", "access": null, "description": "Initialize filtersless table", - "lineNumber": 1283, + "lineNumber": 1244, "params": [], "generator": false }, { - "__docId__": 989, + "__docId__": 990, "kind": "member", "static": false, "variation": null, @@ -21010,25 +21031,7 @@ "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, "description": null, - "lineNumber": 1287, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 990, - "kind": "member", - "static": false, - "variation": null, - "name": "nbFilterableRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", - "access": null, - "description": null, - "lineNumber": 1288, + "lineNumber": 1248, "undocument": true, "type": { "types": [ @@ -21038,6 +21041,24 @@ }, { "__docId__": 991, + "kind": "member", + "static": false, + "variation": null, + "name": "nbFilterableRows", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "access": null, + "description": null, + "lineNumber": 1249, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 992, "kind": "method", "static": false, "variation": null, @@ -21046,7 +21067,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildInputFilter", "access": null, "description": "Build input filter type", - "lineNumber": 1297, + "lineNumber": 1258, "params": [ { "nullable": null, @@ -21082,7 +21103,7 @@ "generator": false }, { - "__docId__": 992, + "__docId__": 993, "kind": "method", "static": false, "variation": null, @@ -21091,7 +21112,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildSubmitButton", "access": null, "description": "Build submit button", - "lineNumber": 1335, + "lineNumber": 1296, "params": [ { "nullable": null, @@ -21117,7 +21138,7 @@ "generator": false }, { - "__docId__": 993, + "__docId__": 994, "kind": "method", "static": false, "variation": null, @@ -21126,7 +21147,7 @@ "longname": "src/tablefilter.js~TableFilter#feature", "access": null, "description": "Return a feature instance for a given name", - "lineNumber": 1359, + "lineNumber": 1320, "params": [ { "nullable": null, @@ -21150,7 +21171,34 @@ "generator": false }, { - "__docId__": 994, + "__docId__": 995, + "kind": "method", + "static": false, + "variation": null, + "name": "initFeatures", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#initFeatures", + "access": "private", + "description": "Instanciate and initialise the collection of features required by the\nconfiguration and add them to the features registry. A feature is\ndescribed by a `class` and `name` fields and and optional `property`\nfield:\n{\n class: AClass,\n name: 'aClass'\n}", + "lineNumber": 1336, + "params": [ + { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "optional": true, + "defaultValue": "[]", + "defaultRaw": [], + "name": "features", + "description": "" + } + ], + "generator": false + }, + { + "__docId__": 996, "kind": "method", "static": false, "variation": null, @@ -21159,12 +21207,12 @@ "longname": "src/tablefilter.js~TableFilter#initExtensions", "access": null, "description": "Initialise all the extensions defined in the configuration object", - "lineNumber": 1366, + "lineNumber": 1355, "params": [], "generator": false }, { - "__docId__": 995, + "__docId__": 997, "kind": "method", "static": false, "variation": null, @@ -21173,7 +21221,7 @@ "longname": "src/tablefilter.js~TableFilter#loadExtension", "access": null, "description": "Load an extension module", - "lineNumber": 1389, + "lineNumber": 1378, "params": [ { "nullable": null, @@ -21189,7 +21237,7 @@ "generator": false }, { - "__docId__": 996, + "__docId__": 998, "kind": "method", "static": false, "variation": null, @@ -21198,7 +21246,7 @@ "longname": "src/tablefilter.js~TableFilter#extension", "access": null, "description": "Get an extension instance", - "lineNumber": 1420, + "lineNumber": 1409, "params": [ { "nullable": null, @@ -21222,7 +21270,7 @@ "generator": false }, { - "__docId__": 997, + "__docId__": 999, "kind": "method", "static": false, "variation": null, @@ -21231,7 +21279,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtension", "access": null, "description": "Check passed extension name exists", - "lineNumber": 1429, + "lineNumber": 1418, "params": [ { "nullable": null, @@ -21255,7 +21303,7 @@ "generator": false }, { - "__docId__": 998, + "__docId__": 1000, "kind": "method", "static": false, "variation": null, @@ -21264,12 +21312,12 @@ "longname": "src/tablefilter.js~TableFilter#destroyExtensions", "access": null, "description": "Destroy all the extensions store in extensions registry", - "lineNumber": 1436, + "lineNumber": 1425, "params": [], "generator": false }, { - "__docId__": 999, + "__docId__": 1001, "kind": "method", "static": false, "variation": null, @@ -21278,12 +21326,12 @@ "longname": "src/tablefilter.js~TableFilter#loadThemes", "access": null, "description": "Load themes defined in the configuration object", - "lineNumber": 1448, + "lineNumber": 1437, "params": [], "generator": false }, { - "__docId__": 1000, + "__docId__": 1002, "kind": "member", "static": false, "variation": null, @@ -21292,7 +21340,7 @@ "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, - "lineNumber": 1481, + "lineNumber": 1470, "undocument": true, "type": { "types": [ @@ -21301,7 +21349,7 @@ } }, { - "__docId__": 1001, + "__docId__": 1003, "kind": "method", "static": false, "variation": null, @@ -21310,7 +21358,7 @@ "longname": "src/tablefilter.js~TableFilter#getStylesheet", "access": null, "description": "Return stylesheet DOM element for a given theme name", - "lineNumber": 1490, + "lineNumber": 1479, "params": [ { "name": "name", @@ -21333,7 +21381,7 @@ "generator": false }, { - "__docId__": 1002, + "__docId__": 1004, "kind": "method", "static": false, "variation": null, @@ -21342,12 +21390,12 @@ "longname": "src/tablefilter.js~TableFilter#destroy", "access": null, "description": "Destroy filter grid", - "lineNumber": 1497, + "lineNumber": 1486, "params": [], "generator": false }, { - "__docId__": 1003, + "__docId__": 1005, "kind": "member", "static": false, "variation": null, @@ -21356,7 +21404,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1536, + "lineNumber": 1525, "undocument": true, "type": { "types": [ @@ -21365,7 +21413,7 @@ } }, { - "__docId__": 1004, + "__docId__": 1006, "kind": "member", "static": false, "variation": null, @@ -21374,7 +21422,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1537, + "lineNumber": 1526, "undocument": true, "type": { "types": [ @@ -21383,7 +21431,7 @@ } }, { - "__docId__": 1005, + "__docId__": 1007, "kind": "member", "static": false, "variation": null, @@ -21392,7 +21440,7 @@ "longname": "src/tablefilter.js~TableFilter#fltIds", "access": null, "description": null, - "lineNumber": 1538, + "lineNumber": 1527, "undocument": true, "type": { "types": [ @@ -21401,7 +21449,7 @@ } }, { - "__docId__": 1006, + "__docId__": 1008, "kind": "member", "static": false, "variation": null, @@ -21410,7 +21458,7 @@ "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 1539, + "lineNumber": 1528, "undocument": true, "type": { "types": [ @@ -21419,7 +21467,7 @@ } }, { - "__docId__": 1007, + "__docId__": 1009, "kind": "method", "static": false, "variation": null, @@ -21428,12 +21476,12 @@ "longname": "src/tablefilter.js~TableFilter#setToolbar", "access": null, "description": "Generate container element for paging, reset button, rows counter etc.", - "lineNumber": 1545, + "lineNumber": 1534, "params": [], "generator": false }, { - "__docId__": 1008, + "__docId__": 1010, "kind": "member", "static": false, "variation": null, @@ -21442,43 +21490,7 @@ "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1570, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 1009, - "kind": "member", - "static": false, - "variation": null, - "name": "lDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", - "access": null, - "description": null, - "lineNumber": 1576, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 1010, - "kind": "member", - "static": false, - "variation": null, - "name": "rDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", - "access": null, - "description": null, - "lineNumber": 1583, + "lineNumber": 1559, "undocument": true, "type": { "types": [ @@ -21491,12 +21503,12 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "lDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", + "longname": "src/tablefilter.js~TableFilter#lDiv", "access": null, "description": null, - "lineNumber": 1589, + "lineNumber": 1565, "undocument": true, "type": { "types": [ @@ -21506,29 +21518,33 @@ }, { "__docId__": 1012, - "kind": "method", + "kind": "member", "static": false, "variation": null, - "name": "removeToolbar", + "name": "rDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#removeToolbar", + "longname": "src/tablefilter.js~TableFilter#rDiv", "access": null, - "description": "Remove toolbar container element", - "lineNumber": 1603, - "params": [], - "generator": false + "description": null, + "lineNumber": 1572, + "undocument": true, + "type": { + "types": [ + "*" + ] + } }, { "__docId__": 1013, "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "mDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", + "longname": "src/tablefilter.js~TableFilter#mDiv", "access": null, "description": null, - "lineNumber": 1608, + "lineNumber": 1578, "undocument": true, "type": { "types": [ @@ -21541,17 +21557,49 @@ "kind": "method", "static": false, "variation": null, - "name": "removeExternalFlts", + "name": "removeToolbar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", + "longname": "src/tablefilter.js~TableFilter#removeToolbar", "access": null, - "description": "Remove all the external column filters", - "lineNumber": 1620, + "description": "Remove toolbar container element", + "lineNumber": 1592, "params": [], "generator": false }, { "__docId__": 1015, + "kind": "member", + "static": false, + "variation": null, + "name": "infDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#infDiv", + "access": null, + "description": null, + "lineNumber": 1597, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 1016, + "kind": "method", + "static": false, + "variation": null, + "name": "removeExternalFlts", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", + "access": null, + "description": "Remove all the external column filters", + "lineNumber": 1609, + "params": [], + "generator": false + }, + { + "__docId__": 1017, "kind": "method", "static": false, "variation": null, @@ -21560,7 +21608,7 @@ "longname": "src/tablefilter.js~TableFilter#isCustomOptions", "access": null, "description": "Check if given column implements a filter with custom options", - "lineNumber": 1640, + "lineNumber": 1629, "params": [ { "nullable": null, @@ -21584,7 +21632,7 @@ "generator": false }, { - "__docId__": 1016, + "__docId__": 1018, "kind": "method", "static": false, "variation": null, @@ -21593,7 +21641,7 @@ "longname": "src/tablefilter.js~TableFilter#getCustomOptions", "access": null, "description": "Returns an array [[value0, value1 ...],[text0, text1 ...]] with the\ncustom options values and texts", - "lineNumber": 1651, + "lineNumber": 1640, "params": [ { "nullable": null, @@ -21617,7 +21665,7 @@ "generator": false }, { - "__docId__": 1017, + "__docId__": 1019, "kind": "method", "static": false, "variation": null, @@ -21626,12 +21674,12 @@ "longname": "src/tablefilter.js~TableFilter#filter", "access": null, "description": "Filter the table by retrieving the data from each cell in every single\nrow and comparing it to the search term for current column. A row is\nhidden when all the search terms are not found in inspected row.", - "lineNumber": 1684, + "lineNumber": 1673, "params": [], "generator": false }, { - "__docId__": 1018, + "__docId__": 1020, "kind": "member", "static": false, "variation": null, @@ -21640,7 +21688,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1696, + "lineNumber": 1685, "undocument": true, "type": { "types": [ @@ -21649,7 +21697,7 @@ } }, { - "__docId__": 1019, + "__docId__": 1021, "kind": "member", "static": false, "variation": null, @@ -21658,7 +21706,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1800, + "lineNumber": 1789, "undocument": true, "type": { "types": [ @@ -21667,7 +21715,7 @@ } }, { - "__docId__": 1020, + "__docId__": 1022, "kind": "method", "static": false, "variation": null, @@ -21676,7 +21724,7 @@ "longname": "src/tablefilter.js~TableFilter#_testTerm", "access": null, "description": "Test for a match of search term in cell data", - "lineNumber": 1815, + "lineNumber": 1804, "params": [ { "nullable": null, @@ -21720,7 +21768,7 @@ "generator": false }, { - "__docId__": 1021, + "__docId__": 1023, "kind": "method", "static": false, "variation": null, @@ -21729,7 +21777,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnData", "access": null, "description": "Return the data of a specified column", - "lineNumber": 2055, + "lineNumber": 2044, "params": [ { "nullable": null, @@ -21777,7 +21825,7 @@ "generator": false }, { - "__docId__": 1022, + "__docId__": 1024, "kind": "method", "static": false, "variation": null, @@ -21786,7 +21834,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnValues", "access": null, "description": "Return the values of a specified column", - "lineNumber": 2066, + "lineNumber": 2055, "params": [ { "nullable": null, @@ -21834,7 +21882,7 @@ "generator": false }, { - "__docId__": 1023, + "__docId__": 1025, "kind": "method", "static": false, "variation": null, @@ -21843,7 +21891,7 @@ "longname": "src/tablefilter.js~TableFilter#getColValues", "access": "private", "description": "Return the data of a specified column", - "lineNumber": 2079, + "lineNumber": 2068, "params": [ { "nullable": null, @@ -21903,7 +21951,7 @@ "generator": false }, { - "__docId__": 1024, + "__docId__": 1026, "kind": "method", "static": false, "variation": null, @@ -21912,7 +21960,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterValue", "access": null, "description": "Return the filter's value of a specified column", - "lineNumber": 2124, + "lineNumber": 2113, "params": [ { "nullable": null, @@ -21936,7 +21984,7 @@ "generator": false }, { - "__docId__": 1025, + "__docId__": 1027, "kind": "method", "static": false, "variation": null, @@ -21945,7 +21993,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersValue", "access": null, "description": "Return the filters' values", - "lineNumber": 2160, + "lineNumber": 2149, "params": [], "return": { "nullable": null, @@ -21958,7 +22006,7 @@ "generator": false }, { - "__docId__": 1026, + "__docId__": 1028, "kind": "method", "static": false, "variation": null, @@ -21967,7 +22015,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterId", "access": null, "description": "Return the ID of a specified column's filter", - "lineNumber": 2181, + "lineNumber": 2170, "params": [ { "nullable": null, @@ -21991,7 +22039,7 @@ "generator": false }, { - "__docId__": 1027, + "__docId__": 1029, "kind": "method", "static": false, "variation": null, @@ -22000,7 +22048,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersByType", "access": null, "description": "Return the list of ids of filters matching a specified type.\nNote: hidden filters are also returned", - "lineNumber": 2197, + "lineNumber": 2186, "params": [ { "nullable": null, @@ -22034,7 +22082,7 @@ "generator": false }, { - "__docId__": 1028, + "__docId__": 1030, "kind": "method", "static": false, "variation": null, @@ -22043,7 +22091,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterElement", "access": null, "description": "Return the filter's DOM element for a given column", - "lineNumber": 2217, + "lineNumber": 2206, "params": [ { "nullable": null, @@ -22067,7 +22115,7 @@ "generator": false }, { - "__docId__": 1029, + "__docId__": 1031, "kind": "method", "static": false, "variation": null, @@ -22076,7 +22124,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellsNb", "access": null, "description": "Return the number of cells for a given row index", - "lineNumber": 2227, + "lineNumber": 2216, "params": [ { "nullable": null, @@ -22100,7 +22148,7 @@ "generator": false }, { - "__docId__": 1030, + "__docId__": 1032, "kind": "method", "static": false, "variation": null, @@ -22109,7 +22157,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowsNb", "access": null, "description": "Return the number of filterable rows starting from reference row if\ndefined", - "lineNumber": 2238, + "lineNumber": 2227, "params": [ { "nullable": null, @@ -22133,7 +22181,7 @@ "generator": false }, { - "__docId__": 1031, + "__docId__": 1033, "kind": "method", "static": false, "variation": null, @@ -22142,7 +22190,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellValue", "access": null, "description": "Return the text content of a given cell", - "lineNumber": 2253, + "lineNumber": 2242, "params": [ { "nullable": null, @@ -22166,7 +22214,7 @@ "generator": false }, { - "__docId__": 1032, + "__docId__": 1034, "kind": "method", "static": false, "variation": null, @@ -22175,7 +22223,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellData", "access": null, "description": "Return the typed data of a given cell based on the column type definition", - "lineNumber": 2269, + "lineNumber": 2258, "params": [ { "nullable": null, @@ -22201,7 +22249,7 @@ "generator": false }, { - "__docId__": 1033, + "__docId__": 1035, "kind": "method", "static": false, "variation": null, @@ -22210,7 +22258,7 @@ "longname": "src/tablefilter.js~TableFilter#getData", "access": null, "description": "Return the table data based on its columns data type definitions\nwith following structure:\n[\n [rowIndex, [data0, data1...]],\n [rowIndex, [data0, data1...]]\n]", - "lineNumber": 2304, + "lineNumber": 2293, "params": [ { "nullable": null, @@ -22247,123 +22295,17 @@ }, "generator": false }, - { - "__docId__": 1034, - "kind": "method", - "static": false, - "variation": null, - "name": "getValues", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getValues", - "access": null, - "description": "Return the table values with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 2318, - "params": [ - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "includeHeaders", - "description": "Include headers row" - }, - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "excludeHiddenCols", - "description": "Exclude hidden columns" - } - ], - "return": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 1035, - "kind": "method", - "static": false, - "variation": null, - "name": "getTableData", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getTableData", - "access": "private", - "description": "Return the table data with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 2336, - "params": [ - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "includeHeaders", - "description": "Include headers row" - }, - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "excludeHiddenCols", - "description": "Exclude hidden columns" - }, - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "typed", - "description": "Return typed value" - } - ], - "return": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": "" - }, - "generator": false - }, { "__docId__": 1036, "kind": "method", "static": false, "variation": null, - "name": "getFilteredData", + "name": "getValues", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getFilteredData", + "longname": "src/tablefilter.js~TableFilter#getValues", "access": null, - "description": "Return the filtered table data based on its columns data type definitions\nwith following structure:\n[\n [rowIndex, [data0, data1...]],\n [rowIndex, [data0, data1...]]\n]", - "lineNumber": 2381, + "description": "Return the table values with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", + "lineNumber": 2307, "params": [ { "nullable": null, @@ -22396,7 +22338,7 @@ "Array" ], "spread": false, - "description": "TODO: provide an API returning data in JSON format" + "description": "" }, "generator": false }, @@ -22405,59 +22347,12 @@ "kind": "method", "static": false, "variation": null, - "name": "getFilteredValues", + "name": "getTableData", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getFilteredValues", - "access": null, - "description": "Return the filtered table values with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 2397, - "params": [ - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "includeHeaders", - "description": "Include headers row" - }, - { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "excludeHiddenCols", - "description": "Exclude hidden columns" - } - ], - "return": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": "TODO: provide an API returning data in JSON format" - }, - "generator": false - }, - { - "__docId__": 1038, - "kind": "method", - "static": false, - "variation": null, - "name": "filteredData", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#filteredData", + "longname": "src/tablefilter.js~TableFilter#getTableData", "access": "private", - "description": "Return the filtered data with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", - "lineNumber": 2415, + "description": "Return the table data with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", + "lineNumber": 2325, "params": [ { "nullable": null, @@ -22507,50 +22402,40 @@ "generator": false }, { - "__docId__": 1039, + "__docId__": 1038, "kind": "method", "static": false, "variation": null, - "name": "getFilteredColumnData", + "name": "getFilteredData", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getFilteredColumnData", + "longname": "src/tablefilter.js~TableFilter#getFilteredData", "access": null, - "description": "Return the filtered data for a given column index", - "lineNumber": 2460, + "description": "Return the filtered table data based on its columns data type definitions\nwith following structure:\n[\n [rowIndex, [data0, data1...]],\n [rowIndex, [data0, data1...]]\n]", + "lineNumber": 2370, "params": [ { "nullable": null, "types": [ - "any" - ], - "spread": false, - "optional": false, - "name": "colIndex", - "description": "Colmun's index" - }, - { - "nullable": null, - "types": [ - "boolean" + "Boolean" ], "spread": false, "optional": true, "defaultValue": "false", "defaultRaw": false, "name": "includeHeaders", - "description": "Optional Include headers row" + "description": "Include headers row" }, { "nullable": null, "types": [ - "any" + "Boolean" ], "spread": false, "optional": true, - "defaultValue": "[]", - "defaultRaw": [], - "name": "exclude", - "description": "Optional List of row indexes to be excluded" + "defaultValue": "false", + "defaultRaw": false, + "name": "excludeHiddenCols", + "description": "Exclude hidden columns" } ], "return": { @@ -22559,7 +22444,54 @@ "Array" ], "spread": false, - "description": "Flat list of typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" + "description": "TODO: provide an API returning data in JSON format" + }, + "generator": false + }, + { + "__docId__": 1039, + "kind": "method", + "static": false, + "variation": null, + "name": "getFilteredValues", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getFilteredValues", + "access": null, + "description": "Return the filtered table values with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", + "lineNumber": 2386, + "params": [ + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "includeHeaders", + "description": "Include headers row" + }, + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "excludeHiddenCols", + "description": "Exclude hidden columns" + } + ], + "return": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": "TODO: provide an API returning data in JSON format" }, "generator": false }, @@ -22568,12 +22500,71 @@ "kind": "method", "static": false, "variation": null, - "name": "getVisibleColumnData", + "name": "filteredData", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getVisibleColumnData", + "longname": "src/tablefilter.js~TableFilter#filteredData", + "access": "private", + "description": "Return the filtered data with following structure:\n[\n [rowIndex, [value0, value1...]],\n [rowIndex, [value0, value1...]]\n]", + "lineNumber": 2404, + "params": [ + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "includeHeaders", + "description": "Include headers row" + }, + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "excludeHiddenCols", + "description": "Exclude hidden columns" + }, + { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "typed", + "description": "Return typed value" + } + ], + "return": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1041, + "kind": "method", + "static": false, + "variation": null, + "name": "getFilteredColumnData", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getFilteredColumnData", "access": null, - "description": "Return the filtered and visible data for a given column index", - "lineNumber": 2474, + "description": "Return the filtered data for a given column index", + "lineNumber": 2449, "params": [ { "nullable": null, @@ -22620,74 +22611,17 @@ }, "generator": false }, - { - "__docId__": 1041, - "kind": "method", - "static": false, - "variation": null, - "name": "getFilteredColumnValues", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getFilteredColumnValues", - "access": null, - "description": "Return the filtered values for a given column index", - "lineNumber": 2488, - "params": [ - { - "nullable": null, - "types": [ - "any" - ], - "spread": false, - "optional": false, - "name": "colIndex", - "description": "Colmun's index" - }, - { - "nullable": null, - "types": [ - "boolean" - ], - "spread": false, - "optional": true, - "defaultValue": "false", - "defaultRaw": false, - "name": "includeHeaders", - "description": "Optional Include headers row" - }, - { - "nullable": null, - "types": [ - "any" - ], - "spread": false, - "optional": true, - "defaultValue": "[]", - "defaultRaw": [], - "name": "exclude", - "description": "Optional List of row indexes to be excluded" - } - ], - "return": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": "Flat list of values ['value0', 'value1', 'value2'...]\n\nTODO: provide an API returning data in JSON format" - }, - "generator": false - }, { "__docId__": 1042, "kind": "method", "static": false, "variation": null, - "name": "getVisibleColumnValues", + "name": "getVisibleColumnData", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getVisibleColumnValues", + "longname": "src/tablefilter.js~TableFilter#getVisibleColumnData", "access": null, - "description": "Return the filtered and visible values for a given column index", - "lineNumber": 2502, + "description": "Return the filtered and visible data for a given column index", + "lineNumber": 2463, "params": [ { "nullable": null, @@ -22730,7 +22664,7 @@ "Array" ], "spread": false, - "description": "Flat list of values ['value0', 'value1', 'value2'...]\n\nTODO: provide an API returning data in JSON format" + "description": "Flat list of typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" }, "generator": false }, @@ -22739,12 +22673,126 @@ "kind": "method", "static": false, "variation": null, + "name": "getFilteredColumnValues", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getFilteredColumnValues", + "access": null, + "description": "Return the filtered values for a given column index", + "lineNumber": 2477, + "params": [ + { + "nullable": null, + "types": [ + "any" + ], + "spread": false, + "optional": false, + "name": "colIndex", + "description": "Colmun's index" + }, + { + "nullable": null, + "types": [ + "boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "includeHeaders", + "description": "Optional Include headers row" + }, + { + "nullable": null, + "types": [ + "any" + ], + "spread": false, + "optional": true, + "defaultValue": "[]", + "defaultRaw": [], + "name": "exclude", + "description": "Optional List of row indexes to be excluded" + } + ], + "return": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": "Flat list of values ['value0', 'value1', 'value2'...]\n\nTODO: provide an API returning data in JSON format" + }, + "generator": false + }, + { + "__docId__": 1044, + "kind": "method", + "static": false, + "variation": null, + "name": "getVisibleColumnValues", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getVisibleColumnValues", + "access": null, + "description": "Return the filtered and visible values for a given column index", + "lineNumber": 2491, + "params": [ + { + "nullable": null, + "types": [ + "any" + ], + "spread": false, + "optional": false, + "name": "colIndex", + "description": "Colmun's index" + }, + { + "nullable": null, + "types": [ + "boolean" + ], + "spread": false, + "optional": true, + "defaultValue": "false", + "defaultRaw": false, + "name": "includeHeaders", + "description": "Optional Include headers row" + }, + { + "nullable": null, + "types": [ + "any" + ], + "spread": false, + "optional": true, + "defaultValue": "[]", + "defaultRaw": [], + "name": "exclude", + "description": "Optional List of row indexes to be excluded" + } + ], + "return": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": "Flat list of values ['value0', 'value1', 'value2'...]\n\nTODO: provide an API returning data in JSON format" + }, + "generator": false + }, + { + "__docId__": 1045, + "kind": "method", + "static": false, + "variation": null, "name": "getFilteredDataCol", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#getFilteredDataCol", "access": "private", "description": "Return the filtered data for a given column index", - "lineNumber": 2520, + "lineNumber": 2509, "params": [ { "nullable": null, @@ -22816,7 +22864,7 @@ "generator": false }, { - "__docId__": 1044, + "__docId__": 1046, "kind": "method", "static": false, "variation": null, @@ -22825,7 +22873,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowDisplay", "access": null, "description": "Get the display value of a row", - "lineNumber": 2561, + "lineNumber": 2550, "params": [ { "nullable": null, @@ -22849,7 +22897,7 @@ "generator": false }, { - "__docId__": 1045, + "__docId__": 1047, "kind": "method", "static": false, "variation": null, @@ -22858,7 +22906,7 @@ "longname": "src/tablefilter.js~TableFilter#validateRow", "access": null, "description": "Validate/invalidate row by setting the 'validRow' attribute on the row", - "lineNumber": 2570, + "lineNumber": 2559, "params": [ { "nullable": null, @@ -22884,7 +22932,7 @@ "generator": false }, { - "__docId__": 1046, + "__docId__": 1048, "kind": "method", "static": false, "variation": null, @@ -22893,12 +22941,12 @@ "longname": "src/tablefilter.js~TableFilter#validateAllRows", "access": null, "description": "Validate all filterable rows", - "lineNumber": 2603, + "lineNumber": 2592, "params": [], "generator": false }, { - "__docId__": 1047, + "__docId__": 1049, "kind": "member", "static": false, "variation": null, @@ -22907,7 +22955,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2607, + "lineNumber": 2596, "undocument": true, "type": { "types": [ @@ -22916,7 +22964,7 @@ } }, { - "__docId__": 1048, + "__docId__": 1050, "kind": "method", "static": false, "variation": null, @@ -22925,7 +22973,7 @@ "longname": "src/tablefilter.js~TableFilter#setFilterValue", "access": null, "description": "Set search value to a given filter", - "lineNumber": 2618, + "lineNumber": 2607, "params": [ { "nullable": null, @@ -22951,7 +22999,7 @@ "generator": false }, { - "__docId__": 1049, + "__docId__": 1051, "kind": "method", "static": false, "variation": null, @@ -22960,7 +23008,7 @@ "longname": "src/tablefilter.js~TableFilter#setColWidths", "access": null, "description": "Set them columns' widths as per configuration", - "lineNumber": 2666, + "lineNumber": 2655, "params": [ { "nullable": null, @@ -22976,7 +23024,7 @@ "generator": false }, { - "__docId__": 1050, + "__docId__": 1052, "kind": "method", "static": false, "variation": null, @@ -22985,12 +23033,12 @@ "longname": "src/tablefilter.js~TableFilter#enforceVisibility", "access": null, "description": "Make defined rows always visible", - "lineNumber": 2695, + "lineNumber": 2684, "params": [], "generator": false }, { - "__docId__": 1051, + "__docId__": 1053, "kind": "method", "static": false, "variation": null, @@ -22999,12 +23047,12 @@ "longname": "src/tablefilter.js~TableFilter#clearFilters", "access": null, "description": "Clear all the filters' values", - "lineNumber": 2712, + "lineNumber": 2701, "params": [], "generator": false }, { - "__docId__": 1052, + "__docId__": 1054, "kind": "method", "static": false, "variation": null, @@ -23013,7 +23061,7 @@ "longname": "src/tablefilter.js~TableFilter#getActiveFilterId", "access": null, "description": "Return the ID of the current active filter", - "lineNumber": 2734, + "lineNumber": 2723, "params": [], "return": { "nullable": null, @@ -23026,7 +23074,7 @@ "generator": false }, { - "__docId__": 1053, + "__docId__": 1055, "kind": "method", "static": false, "variation": null, @@ -23035,7 +23083,7 @@ "longname": "src/tablefilter.js~TableFilter#setActiveFilterId", "access": null, "description": "Set the ID of the current active filter", - "lineNumber": 2742, + "lineNumber": 2731, "params": [ { "nullable": null, @@ -23051,7 +23099,7 @@ "generator": false }, { - "__docId__": 1054, + "__docId__": 1056, "kind": "member", "static": false, "variation": null, @@ -23060,7 +23108,7 @@ "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 2743, + "lineNumber": 2732, "undocument": true, "type": { "types": [ @@ -23069,7 +23117,7 @@ } }, { - "__docId__": 1055, + "__docId__": 1057, "kind": "method", "static": false, "variation": null, @@ -23078,7 +23126,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnIndexFromFilterId", "access": null, "description": "Return the column index for a given filter ID", - "lineNumber": 2751, + "lineNumber": 2740, "params": [ { "nullable": null, @@ -23104,7 +23152,7 @@ "generator": false }, { - "__docId__": 1056, + "__docId__": 1058, "kind": "method", "static": false, "variation": null, @@ -23113,7 +23161,7 @@ "longname": "src/tablefilter.js~TableFilter#buildFilterId", "access": "private", "description": "Build filter element ID for a given column index", - "lineNumber": 2763, + "lineNumber": 2752, "params": [ { "nullable": null, @@ -23137,7 +23185,7 @@ "generator": false }, { - "__docId__": 1057, + "__docId__": 1059, "kind": "method", "static": false, "variation": null, @@ -23146,7 +23194,7 @@ "longname": "src/tablefilter.js~TableFilter#activateFilter", "access": null, "description": "Make specified column's filter active", - "lineNumber": 2771, + "lineNumber": 2760, "params": [ { "nullable": null, @@ -23162,7 +23210,7 @@ "generator": false }, { - "__docId__": 1058, + "__docId__": 1060, "kind": "method", "static": false, "variation": null, @@ -23171,12 +23219,12 @@ "longname": "src/tablefilter.js~TableFilter#linkFilters", "access": null, "description": "Refresh the filters subject to linking ('select', 'multiple',\n'checklist' type)", - "lineNumber": 2782, + "lineNumber": 2771, "params": [], "generator": false }, { - "__docId__": 1059, + "__docId__": 1061, "kind": "method", "static": false, "variation": null, @@ -23185,7 +23233,7 @@ "longname": "src/tablefilter.js~TableFilter#isExactMatch", "access": null, "description": "Determine if passed filter column implements exact query match", - "lineNumber": 2833, + "lineNumber": 2822, "params": [ { "nullable": null, @@ -23208,83 +23256,83 @@ }, "generator": false }, - { - "__docId__": 1060, - "kind": "method", - "static": false, - "variation": null, - "name": "isRowValid", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isRowValid", - "access": null, - "description": "Check if passed row is valid", - "lineNumber": 2844, - "params": [ - { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "optional": false, - "name": "rowIndex", - "description": "Row index" - } - ], - "return": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 1061, - "kind": "method", - "static": false, - "variation": null, - "name": "isRowDisplayed", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isRowDisplayed", - "access": null, - "description": "Check if passed row is visible", - "lineNumber": 2853, - "params": [ - { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "optional": false, - "name": "rowIndex", - "description": "Row index" - } - ], - "return": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": "" - }, - "generator": false - }, { "__docId__": 1062, "kind": "method", "static": false, "variation": null, + "name": "isRowValid", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isRowValid", + "access": null, + "description": "Check if passed row is valid", + "lineNumber": 2833, + "params": [ + { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "optional": false, + "name": "rowIndex", + "description": "Row index" + } + ], + "return": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1063, + "kind": "method", + "static": false, + "variation": null, + "name": "isRowDisplayed", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isRowDisplayed", + "access": null, + "description": "Check if passed row is visible", + "lineNumber": 2842, + "params": [ + { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "optional": false, + "name": "rowIndex", + "description": "Row index" + } + ], + "return": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1064, + "kind": "method", + "static": false, + "variation": null, "name": "ignoresDiacritics", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#ignoresDiacritics", "access": null, "description": "Check if specified column filter ignores diacritics.\nNote this is only applicable to input filter types.", - "lineNumber": 2864, + "lineNumber": 2853, "params": [ { "nullable": null, @@ -23308,7 +23356,7 @@ "generator": false }, { - "__docId__": 1063, + "__docId__": 1065, "kind": "method", "static": false, "variation": null, @@ -23317,7 +23365,7 @@ "longname": "src/tablefilter.js~TableFilter#getClearFilterText", "access": null, "description": "Return clear all text for specified filter column", - "lineNumber": 2877, + "lineNumber": 2866, "params": [ { "nullable": null, @@ -23341,7 +23389,7 @@ "generator": false }, { - "__docId__": 1064, + "__docId__": 1066, "kind": "method", "static": false, "variation": null, @@ -23350,7 +23398,7 @@ "longname": "src/tablefilter.js~TableFilter#isImported", "access": null, "description": "Check if passed script or stylesheet is already imported", - "lineNumber": 2891, + "lineNumber": 2880, "params": [ { "nullable": null, @@ -23384,7 +23432,7 @@ "generator": false }, { - "__docId__": 1065, + "__docId__": 1067, "kind": "method", "static": false, "variation": null, @@ -23393,7 +23441,7 @@ "longname": "src/tablefilter.js~TableFilter#import", "access": null, "description": "Import script or stylesheet", - "lineNumber": 2914, + "lineNumber": 2903, "params": [ { "nullable": null, @@ -23439,7 +23487,7 @@ "generator": false }, { - "__docId__": 1066, + "__docId__": 1068, "kind": "method", "static": false, "variation": null, @@ -23448,7 +23496,7 @@ "longname": "src/tablefilter.js~TableFilter#isInitialized", "access": null, "description": "Check if table has filters grid", - "lineNumber": 2956, + "lineNumber": 2945, "params": [], "return": { "nullable": null, @@ -23461,7 +23509,7 @@ "generator": false }, { - "__docId__": 1067, + "__docId__": 1069, "kind": "method", "static": false, "variation": null, @@ -23470,7 +23518,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersId", "access": null, "description": "Get list of filter IDs", - "lineNumber": 2964, + "lineNumber": 2953, "params": [], "return": { "nullable": null, @@ -23483,7 +23531,7 @@ "generator": false }, { - "__docId__": 1068, + "__docId__": 1070, "kind": "method", "static": false, "variation": null, @@ -23492,7 +23540,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRows", "access": null, "description": "Get filtered (valid) rows indexes", - "lineNumber": 2973, + "lineNumber": 2962, "params": [ { "nullable": null, @@ -23516,7 +23564,7 @@ "generator": false }, { - "__docId__": 1069, + "__docId__": 1071, "kind": "member", "static": false, "variation": null, @@ -23525,7 +23573,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2979, + "lineNumber": 2968, "undocument": true, "type": { "types": [ @@ -23534,7 +23582,7 @@ } }, { - "__docId__": 1070, + "__docId__": 1072, "kind": "method", "static": false, "variation": null, @@ -23543,51 +23591,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersRowIndex", "access": null, "description": "Get the index of the row containing the filters", - "lineNumber": 3000, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 1071, - "kind": "method", - "static": false, - "variation": null, - "name": "getHeadersRowIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", - "access": null, - "description": "Get the index of the headers row", - "lineNumber": 3008, - "params": [], - "return": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": "" - }, - "generator": false - }, - { - "__docId__": 1072, - "kind": "method", - "static": false, - "variation": null, - "name": "getStartRowIndex", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", - "access": null, - "description": "Get the row index from where the filtering process start (1st filterable\nrow)", - "lineNumber": 3017, + "lineNumber": 2989, "params": [], "return": { "nullable": null, @@ -23604,12 +23608,12 @@ "kind": "method", "static": false, "variation": null, - "name": "getLastRowIndex", + "name": "getHeadersRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", + "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", "access": null, - "description": "Get the index of the last row", - "lineNumber": 3025, + "description": "Get the index of the headers row", + "lineNumber": 2997, "params": [], "return": { "nullable": null, @@ -23626,12 +23630,56 @@ "kind": "method", "static": false, "variation": null, + "name": "getStartRowIndex", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", + "access": null, + "description": "Get the row index from where the filtering process start (1st filterable\nrow)", + "lineNumber": 3006, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1075, + "kind": "method", + "static": false, + "variation": null, + "name": "getLastRowIndex", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", + "access": null, + "description": "Get the index of the last row", + "lineNumber": 3014, + "params": [], + "return": { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "description": "" + }, + "generator": false + }, + { + "__docId__": 1076, + "kind": "method", + "static": false, + "variation": null, "name": "hasType", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#hasType", "access": null, "description": "Determine whether the specified column has one of the passed types", - "lineNumber": 3036, + "lineNumber": 3025, "params": [ { "nullable": null, @@ -23667,7 +23715,7 @@ "generator": false }, { - "__docId__": 1075, + "__docId__": 1077, "kind": "method", "static": false, "variation": null, @@ -23676,7 +23724,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeaderElement", "access": null, "description": "Get the header DOM element for a given column index", - "lineNumber": 3052, + "lineNumber": 3041, "params": [ { "nullable": null, @@ -23700,7 +23748,7 @@ "generator": false }, { - "__docId__": 1076, + "__docId__": 1078, "kind": "method", "static": false, "variation": null, @@ -23709,7 +23757,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersText", "access": null, "description": "Return the list of headers' text", - "lineNumber": 3071, + "lineNumber": 3060, "params": [ { "nullable": null, @@ -23733,7 +23781,7 @@ "generator": false }, { - "__docId__": 1077, + "__docId__": 1079, "kind": "method", "static": false, "variation": null, @@ -23742,7 +23790,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterType", "access": null, "description": "Return the filter type for a specified column", - "lineNumber": 3091, + "lineNumber": 3080, "params": [ { "nullable": null, @@ -23766,7 +23814,7 @@ "generator": false }, { - "__docId__": 1078, + "__docId__": 1080, "kind": "method", "static": false, "variation": null, @@ -23775,7 +23823,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterableRowsNb", "access": null, "description": "Get the total number of filterable rows", - "lineNumber": 3100, + "lineNumber": 3089, "params": [], "return": { "nullable": null, @@ -23788,7 +23836,7 @@ "generator": false }, { - "__docId__": 1079, + "__docId__": 1081, "kind": "method", "static": false, "variation": null, @@ -23797,7 +23845,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRowsNb", "access": null, "description": "Return the total number of valid rows", - "lineNumber": 3109, + "lineNumber": 3098, "params": [ { "nullable": null, @@ -23823,7 +23871,7 @@ "generator": false }, { - "__docId__": 1080, + "__docId__": 1082, "kind": "method", "static": false, "variation": null, @@ -23832,7 +23880,7 @@ "longname": "src/tablefilter.js~TableFilter#dom", "access": null, "description": "Return the working DOM element", - "lineNumber": 3117, + "lineNumber": 3106, "params": [], "return": { "nullable": null, @@ -23845,7 +23893,7 @@ "generator": false }, { - "__docId__": 1081, + "__docId__": 1083, "kind": "method", "static": false, "variation": null, @@ -23854,7 +23902,7 @@ "longname": "src/tablefilter.js~TableFilter#config", "access": null, "description": "Get the configuration object (literal object)", - "lineNumber": 3125, + "lineNumber": 3114, "params": [], "return": { "nullable": null, @@ -23867,7 +23915,7 @@ "generator": false }, { - "__docId__": 1082, + "__docId__": 1084, "kind": "file", "static": true, "variation": null, @@ -23880,7 +23928,7 @@ "content": "\n/**\n * Types utilities\n */\n\nconst UNDEFINED = void 0;\n\n/**\n * Return an empty function\n * @return {Function}\n */\nexport const EMPTY_FN = function() {};\n\n/**\n * Check passed argument is an object\n * @param {Object} obj\n * @return {Boolean}\n */\nexport const isObj =\n (obj) => Object.prototype.toString.call(obj) === '[object Object]';\n\n/**\n * Check passed argument is a function\n * @param {Function} obj\n * @return {Boolean}\n */\nexport const isFn =\n (obj) => Object.prototype.toString.call(obj) === '[object Function]';\n\n/**\n * Check passed argument is an array\n * @param {Array} obj\n * @return {Boolean}\n */\nexport const isArray =\n (obj) => Object.prototype.toString.call(obj) === '[object Array]';\n\n/**\n * Check passed argument is a string\n * @param {String} obj objue\n * @returns {Boolean}\n */\nexport const isString =\n (obj) => Object.prototype.toString.call(obj) === '[object String]';\n\n/**\n * Check passed argument is a number\n * @param {Number} obj\n * @returns {Boolean}\n */\nexport const isNumber =\n (obj) => Object.prototype.toString.call(obj) === '[object Number]';\n\n/**\n * Check passed argument is undefined\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isUndef = (obj) => obj === UNDEFINED;\n\n/**\n * Check passed argument is null\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isNull = (obj) => obj === null;\n\n/**\n * Check passed argument is empty (undefined, null or empty string)\n * @param {Any} obj\n * @return {Boolean}\n */\nexport const isEmpty = (obj) => isUndef(obj) || isNull(obj) || obj.length === 0;\n" }, { - "__docId__": 1083, + "__docId__": 1085, "kind": "variable", "static": true, "variation": null, @@ -23900,7 +23948,7 @@ } }, { - "__docId__": 1084, + "__docId__": 1086, "kind": "function", "static": true, "variation": null, @@ -23925,7 +23973,7 @@ "generator": false }, { - "__docId__": 1085, + "__docId__": 1087, "kind": "variable", "static": true, "variation": null, @@ -23965,7 +24013,7 @@ } }, { - "__docId__": 1086, + "__docId__": 1088, "kind": "variable", "static": true, "variation": null, @@ -24005,7 +24053,7 @@ } }, { - "__docId__": 1087, + "__docId__": 1089, "kind": "variable", "static": true, "variation": null, @@ -24045,7 +24093,7 @@ } }, { - "__docId__": 1088, + "__docId__": 1090, "kind": "variable", "static": true, "variation": null, @@ -24091,7 +24139,7 @@ } }, { - "__docId__": 1089, + "__docId__": 1091, "kind": "variable", "static": true, "variation": null, @@ -24137,7 +24185,7 @@ } }, { - "__docId__": 1090, + "__docId__": 1092, "kind": "variable", "static": true, "variation": null, @@ -24177,7 +24225,7 @@ } }, { - "__docId__": 1091, + "__docId__": 1093, "kind": "variable", "static": true, "variation": null, @@ -24217,7 +24265,7 @@ } }, { - "__docId__": 1092, + "__docId__": 1094, "kind": "variable", "static": true, "variation": null, @@ -24257,7 +24305,7 @@ } }, { - "__docId__": 1094, + "__docId__": 1096, "kind": "external", "static": true, "variation": null, @@ -24270,7 +24318,7 @@ "builtinExternal": true }, { - "__docId__": 1095, + "__docId__": 1097, "kind": "external", "static": true, "variation": null, @@ -24283,7 +24331,7 @@ "builtinExternal": true }, { - "__docId__": 1096, + "__docId__": 1098, "kind": "external", "static": true, "variation": null, @@ -24296,7 +24344,7 @@ "builtinExternal": true }, { - "__docId__": 1097, + "__docId__": 1099, "kind": "external", "static": true, "variation": null, @@ -24309,7 +24357,7 @@ "builtinExternal": true }, { - "__docId__": 1098, + "__docId__": 1100, "kind": "external", "static": true, "variation": null, @@ -24322,7 +24370,7 @@ "builtinExternal": true }, { - "__docId__": 1099, + "__docId__": 1101, "kind": "external", "static": true, "variation": null, @@ -24335,7 +24383,7 @@ "builtinExternal": true }, { - "__docId__": 1100, + "__docId__": 1102, "kind": "external", "static": true, "variation": null, @@ -24348,7 +24396,7 @@ "builtinExternal": true }, { - "__docId__": 1101, + "__docId__": 1103, "kind": "external", "static": true, "variation": null, @@ -24361,7 +24409,7 @@ "builtinExternal": true }, { - "__docId__": 1102, + "__docId__": 1104, "kind": "external", "static": true, "variation": null, @@ -24374,7 +24422,7 @@ "builtinExternal": true }, { - "__docId__": 1103, + "__docId__": 1105, "kind": "external", "static": true, "variation": null, @@ -24387,7 +24435,7 @@ "builtinExternal": true }, { - "__docId__": 1104, + "__docId__": 1106, "kind": "external", "static": true, "variation": null, @@ -24400,7 +24448,7 @@ "builtinExternal": true }, { - "__docId__": 1105, + "__docId__": 1107, "kind": "external", "static": true, "variation": null, @@ -24413,7 +24461,7 @@ "builtinExternal": true }, { - "__docId__": 1106, + "__docId__": 1108, "kind": "external", "static": true, "variation": null, @@ -24426,7 +24474,7 @@ "builtinExternal": true }, { - "__docId__": 1107, + "__docId__": 1109, "kind": "external", "static": true, "variation": null, @@ -24439,7 +24487,7 @@ "builtinExternal": true }, { - "__docId__": 1108, + "__docId__": 1110, "kind": "external", "static": true, "variation": null, @@ -24452,7 +24500,7 @@ "builtinExternal": true }, { - "__docId__": 1109, + "__docId__": 1111, "kind": "external", "static": true, "variation": null, @@ -24465,7 +24513,7 @@ "builtinExternal": true }, { - "__docId__": 1110, + "__docId__": 1112, "kind": "external", "static": true, "variation": null, @@ -24478,7 +24526,7 @@ "builtinExternal": true }, { - "__docId__": 1111, + "__docId__": 1113, "kind": "external", "static": true, "variation": null, @@ -24491,7 +24539,7 @@ "builtinExternal": true }, { - "__docId__": 1112, + "__docId__": 1114, "kind": "external", "static": true, "variation": null, @@ -24504,7 +24552,7 @@ "builtinExternal": true }, { - "__docId__": 1113, + "__docId__": 1115, "kind": "external", "static": true, "variation": null, @@ -24517,7 +24565,7 @@ "builtinExternal": true }, { - "__docId__": 1114, + "__docId__": 1116, "kind": "external", "static": true, "variation": null, @@ -24530,7 +24578,7 @@ "builtinExternal": true }, { - "__docId__": 1115, + "__docId__": 1117, "kind": "external", "static": true, "variation": null, @@ -24543,7 +24591,7 @@ "builtinExternal": true }, { - "__docId__": 1116, + "__docId__": 1118, "kind": "external", "static": true, "variation": null, @@ -24556,7 +24604,7 @@ "builtinExternal": true }, { - "__docId__": 1117, + "__docId__": 1119, "kind": "external", "static": true, "variation": null, @@ -24569,7 +24617,7 @@ "builtinExternal": true }, { - "__docId__": 1118, + "__docId__": 1120, "kind": "external", "static": true, "variation": null, @@ -24582,7 +24630,7 @@ "builtinExternal": true }, { - "__docId__": 1119, + "__docId__": 1121, "kind": "external", "static": true, "variation": null, @@ -24595,7 +24643,7 @@ "builtinExternal": true }, { - "__docId__": 1120, + "__docId__": 1122, "kind": "external", "static": true, "variation": null, @@ -24608,7 +24656,7 @@ "builtinExternal": true }, { - "__docId__": 1121, + "__docId__": 1123, "kind": "external", "static": true, "variation": null, @@ -24621,7 +24669,7 @@ "builtinExternal": true }, { - "__docId__": 1122, + "__docId__": 1124, "kind": "external", "static": true, "variation": null, @@ -24634,7 +24682,7 @@ "builtinExternal": true }, { - "__docId__": 1123, + "__docId__": 1125, "kind": "external", "static": true, "variation": null, @@ -24647,7 +24695,7 @@ "builtinExternal": true }, { - "__docId__": 1124, + "__docId__": 1126, "kind": "external", "static": true, "variation": null, @@ -24660,7 +24708,7 @@ "builtinExternal": true }, { - "__docId__": 1125, + "__docId__": 1127, "kind": "external", "static": true, "variation": null, @@ -24673,7 +24721,7 @@ "builtinExternal": true }, { - "__docId__": 1126, + "__docId__": 1128, "kind": "external", "static": true, "variation": null, @@ -24686,7 +24734,7 @@ "builtinExternal": true }, { - "__docId__": 1127, + "__docId__": 1129, "kind": "external", "static": true, "variation": null, @@ -24699,7 +24747,7 @@ "builtinExternal": true }, { - "__docId__": 1128, + "__docId__": 1130, "kind": "external", "static": true, "variation": null, @@ -24712,7 +24760,7 @@ "builtinExternal": true }, { - "__docId__": 1129, + "__docId__": 1131, "kind": "external", "static": true, "variation": null, @@ -24725,7 +24773,7 @@ "builtinExternal": true }, { - "__docId__": 1130, + "__docId__": 1132, "kind": "external", "static": true, "variation": null, @@ -24738,7 +24786,7 @@ "builtinExternal": true }, { - "__docId__": 1131, + "__docId__": 1133, "kind": "external", "static": true, "variation": null, @@ -24751,7 +24799,7 @@ "builtinExternal": true }, { - "__docId__": 1132, + "__docId__": 1134, "kind": "external", "static": true, "variation": null, @@ -24764,7 +24812,7 @@ "builtinExternal": true }, { - "__docId__": 1133, + "__docId__": 1135, "kind": "external", "static": true, "variation": null, @@ -24777,7 +24825,7 @@ "builtinExternal": true }, { - "__docId__": 1134, + "__docId__": 1136, "kind": "external", "static": true, "variation": null, @@ -24790,7 +24838,7 @@ "builtinExternal": true }, { - "__docId__": 1135, + "__docId__": 1137, "kind": "external", "static": true, "variation": null, @@ -24803,7 +24851,7 @@ "builtinExternal": true }, { - "__docId__": 1136, + "__docId__": 1138, "kind": "external", "static": true, "variation": null, @@ -24816,7 +24864,7 @@ "builtinExternal": true }, { - "__docId__": 1137, + "__docId__": 1139, "kind": "external", "static": true, "variation": null, @@ -24829,7 +24877,7 @@ "builtinExternal": true }, { - "__docId__": 1138, + "__docId__": 1140, "kind": "external", "static": true, "variation": null, @@ -24842,7 +24890,7 @@ "builtinExternal": true }, { - "__docId__": 1139, + "__docId__": 1141, "kind": "external", "static": true, "variation": null, @@ -24855,7 +24903,7 @@ "builtinExternal": true }, { - "__docId__": 1140, + "__docId__": 1142, "kind": "external", "static": true, "variation": null, @@ -24868,7 +24916,7 @@ "builtinExternal": true }, { - "__docId__": 1142, + "__docId__": 1144, "kind": "external", "static": true, "variation": null, @@ -24881,7 +24929,7 @@ "builtinExternal": true }, { - "__docId__": 1143, + "__docId__": 1145, "kind": "external", "static": true, "variation": null, @@ -24894,7 +24942,7 @@ "builtinExternal": true }, { - "__docId__": 1144, + "__docId__": 1146, "kind": "external", "static": true, "variation": null, @@ -24907,7 +24955,7 @@ "builtinExternal": true }, { - "__docId__": 1145, + "__docId__": 1147, "kind": "external", "static": true, "variation": null, @@ -24920,7 +24968,7 @@ "builtinExternal": true }, { - "__docId__": 1146, + "__docId__": 1148, "kind": "external", "static": true, "variation": null, @@ -24933,7 +24981,7 @@ "builtinExternal": true }, { - "__docId__": 1147, + "__docId__": 1149, "kind": "external", "static": true, "variation": null, @@ -24946,7 +24994,7 @@ "builtinExternal": true }, { - "__docId__": 1148, + "__docId__": 1150, "kind": "external", "static": true, "variation": null, @@ -24959,7 +25007,7 @@ "builtinExternal": true }, { - "__docId__": 1149, + "__docId__": 1151, "kind": "external", "static": true, "variation": null, diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index 8f884437..79752b3c 100644 --- a/docs/file/src/array.js.html +++ b/docs/file/src/array.js.html @@ -3,7 +3,7 @@ - src/array.js | tablefilter v0.5.9 API Document + src/array.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index a5ffdecc..c3e8e811 100644 --- a/docs/file/src/const.js.html +++ b/docs/file/src/const.js.html @@ -3,7 +3,7 @@ - src/const.js | tablefilter v0.5.9 API Document + src/const.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • @@ -121,7 +122,19 @@

    src/const.js

    -
    /**
    +
    import {State} from './modules/state';
    +import {GridLayout} from './modules/gridLayout';
    +import {Loader} from './modules/loader';
    +import {HighlightKeyword} from './modules/highlightKeywords';
    +import {PopupFilter} from './modules/popupFilter';
    +import {MarkActiveColumns} from './modules/markActiveColumns';
    +import {RowsCounter} from './modules/rowsCounter';
    +import {StatusBar} from './modules/statusBar';
    +import {ClearButton} from './modules/clearButton';
    +import {AlternateRows} from './modules/alternateRows';
    +import {NoResults} from './modules/noResults';
    +
    +/**
      * Filter types
      */
     
    @@ -239,6 +252,56 @@ export const IP_ADDRESS = 'ipaddress';
      * @type {Number}
      */
     export const AUTO_FILTER_DELAY = 750;
    +
    +export const FEATURES = {
    +    state: {
    +        class: State,
    +        name: 'state'
    +    },
    +    markActiveColumns: {
    +        class: MarkActiveColumns,
    +        name: 'markActiveColumns'
    +    },
    +    gridLayout: {
    +        class: GridLayout,
    +        name: 'gridLayout'
    +    },
    +    loader: {
    +        class: Loader,
    +        name: 'loader'
    +    },
    +    highlightKeyword: {
    +        class: HighlightKeyword,
    +        name: 'highlightKeyword',
    +        property: 'highlightKeywords'
    +    },
    +    popupFilter: {
    +        class: PopupFilter,
    +        name: 'popupFilter',
    +        property: 'popupFilters'
    +    },
    +    rowsCounter: {
    +        class: RowsCounter,
    +        name: 'rowsCounter'
    +    },
    +    statusBar: {
    +        class: StatusBar,
    +        name: 'statusBar'
    +    },
    +    clearButton: {
    +        class: ClearButton,
    +        name: 'clearButton',
    +        property: 'btnReset'
    +    },
    +    alternateRows: {
    +        class: AlternateRows,
    +        name: 'alternateRows'
    +    },
    +    noResults: {
    +        class: NoResults,
    +        name: 'noResults'
    +    }
    +};
     
    diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index 16ee9bd2..b9e1f582 100644 --- a/docs/file/src/cookie.js.html +++ b/docs/file/src/cookie.js.html @@ -3,7 +3,7 @@ - src/cookie.js | tablefilter v0.5.9 API Document + src/cookie.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index c73ff671..68b450d5 100644 --- a/docs/file/src/dom.js.html +++ b/docs/file/src/dom.js.html @@ -3,7 +3,7 @@ - src/dom.js | tablefilter v0.5.9 API Document + src/dom.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index b000929d..56263757 100644 --- a/docs/file/src/emitter.js.html +++ b/docs/file/src/emitter.js.html @@ -3,7 +3,7 @@ - src/emitter.js | tablefilter v0.5.9 API Document + src/emitter.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 7660a79a..18ab1eb1 100644 --- a/docs/file/src/event.js.html +++ b/docs/file/src/event.js.html @@ -3,7 +3,7 @@ - src/event.js | tablefilter v0.5.9 API Document + src/event.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 846d3cda..c05b4c63 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.5.9 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index 016e6142..7fb47df5 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.5.9 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index b8f2e055..e8759698 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.5.9 API Document + src/extensions/colOps/colOps.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index 4ce316dc..52229ab1 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.5.9 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index dcf91ed3..e01ab917 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.5.9 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index 635f83de..95481bcc 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.5.9 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index 80e100a9..acaf3c3c 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.5.9 API Document + src/extensions/sort/sort.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html index 953b4ec8..c7a2002b 100644 --- a/docs/file/src/feature.js.html +++ b/docs/file/src/feature.js.html @@ -3,7 +3,7 @@ - src/feature.js | tablefilter v0.5.9 API Document + src/feature.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index b9c279f8..8e8809d7 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.5.9 API Document + src/modules/alternateRows.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index 84b56b3e..54072fb5 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.5.9 API Document + src/modules/checkList.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index 91ab5697..beef06c3 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.5.9 API Document + src/modules/clearButton.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html index 776dea51..60749ec1 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.5.9 API Document + src/modules/dateType.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index 61478b04..00c4497b 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.5.9 API Document + src/modules/dropdown.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index a9bfa9cd..07d707f4 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.5.9 API Document + src/modules/gridLayout.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index 6b4f4316..2429c264 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.5.9 API Document + src/modules/hash.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index 5e48ab88..9ad882fe 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.5.9 API Document + src/modules/help.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html index cec46c46..7fd83ec2 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.5.9 API Document + src/modules/highlightKeywords.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index e0b39cf9..782dc4da 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.5.9 API Document + src/modules/loader.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/markActiveColumns.js.html b/docs/file/src/modules/markActiveColumns.js.html index cf478d2f..2cdc4f89 100644 --- a/docs/file/src/modules/markActiveColumns.js.html +++ b/docs/file/src/modules/markActiveColumns.js.html @@ -3,7 +3,7 @@ - src/modules/markActiveColumns.js | tablefilter v0.5.9 API Document + src/modules/markActiveColumns.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html index 9de913cb..f191647a 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.5.9 API Document + src/modules/noResults.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html index bf17cb55..f68a7e03 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.5.9 API Document + src/modules/paging.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index e0d21fb2..c5083655 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.5.9 API Document + src/modules/popupFilter.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index e8252f79..4a7a775d 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.5.9 API Document + src/modules/rowsCounter.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index 1e17bb1f..ece55309 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.5.9 API Document + src/modules/state.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index 4d6407e1..3eb9b3ae 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.5.9 API Document + src/modules/statusBar.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index d4d76476..81bda5de 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.5.9 API Document + src/modules/storage.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html index 400adf6a..bdbbcd1b 100644 --- a/docs/file/src/number.js.html +++ b/docs/file/src/number.js.html @@ -3,7 +3,7 @@ - src/number.js | tablefilter v0.5.9 API Document + src/number.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html index f1a58bef..c2ccc86c 100644 --- a/docs/file/src/root.js.html +++ b/docs/file/src/root.js.html @@ -3,7 +3,7 @@ - src/root.js | tablefilter v0.5.9 API Document + src/root.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index 2da297f8..3e57f8fe 100644 --- a/docs/file/src/sort.js.html +++ b/docs/file/src/sort.js.html @@ -3,7 +3,7 @@ - src/sort.js | tablefilter v0.5.9 API Document + src/sort.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index 9afca47f..6ed28027 100644 --- a/docs/file/src/string.js.html +++ b/docs/file/src/string.js.html @@ -3,7 +3,7 @@ - src/string.js | tablefilter v0.5.9 API Document + src/string.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index 7b9fd090..b03566be 100644 --- a/docs/file/src/tablefilter.js.html +++ b/docs/file/src/tablefilter.js.html @@ -3,7 +3,7 @@ - src/tablefilter.js | tablefilter v0.5.9 API Document + src/tablefilter.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • @@ -135,27 +136,17 @@ import {parse as parseNb} from './number' import {root} from './root'; import {Emitter} from './emitter'; -import {GridLayout} from './modules/gridLayout'; -import {Loader} from './modules/loader'; -import {HighlightKeyword} from './modules/highlightKeywords'; -import {PopupFilter} from './modules/popupFilter'; import {Dropdown} from './modules/dropdown'; import {CheckList} from './modules/checkList'; -import {RowsCounter} from './modules/rowsCounter'; -import {StatusBar} from './modules/statusBar'; import {Paging} from './modules/paging'; -import {ClearButton} from './modules/clearButton'; import {Help} from './modules/help'; -import {AlternateRows} from './modules/alternateRows'; -import {NoResults} from './modules/noResults'; -import {State} from './modules/state'; import {DateType} from './modules/dateType'; -import {MarkActiveColumns} from './modules/markActiveColumns'; import { INPUT, SELECT, MULTIPLE, CHECKLIST, NONE, ENTER_KEY, TAB_KEY, ESC_KEY, UP_ARROW_KEY, DOWN_ARROW_KEY, - CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER + CELL_TAG, AUTO_FILTER_DELAY, NUMBER, DATE, FORMATTED_NUMBER, + FEATURES } from './const'; let doc = root.document; @@ -1123,7 +1114,7 @@ export class TableFilter { //loads theme this.loadThemes(); - // Instanciate sugar date wrapper + // Instantiate sugar date wrapper Mod.dateType = Mod.dateType || new DateType(this); Mod.dateType.init(); @@ -1133,36 +1124,18 @@ export class TableFilter { Mod.help.init(); } - if (this.state) { - Mod.state = Mod.state || new State(this); - Mod.state.init(); - } + const { state, markActiveColumns, gridLayout, loader, highlightKeyword, + popupFilter, rowsCounter, statusBar, clearButton, alternateRows, + noResults } = FEATURES; - if (this.markActiveColumns) { - Mod.markActiveColumns = - Mod.markActiveColumns || new MarkActiveColumns(this); - Mod.markActiveColumns.init(); - } - - if (this.gridLayout) { - Mod.gridLayout = Mod.gridLayout || new GridLayout(this); - Mod.gridLayout.init(); - } - - if (this.loader) { - Mod.loader = Mod.loader || new Loader(this); - Mod.loader.init(); - } - - if (this.highlightKeywords) { - Mod.highlightKeyword = new HighlightKeyword(this); - Mod.highlightKeyword.init(); - } - - if (this.popupFilters) { - Mod.popupFilter = Mod.popupFilter || new PopupFilter(this); - Mod.popupFilter.init(); - } + this.initFeatures([ + state, + markActiveColumns, + gridLayout, + loader, + highlightKeyword, + popupFilter + ]); //filters grid is not generated if (!this.fltGrid) { @@ -1230,14 +1203,15 @@ export class TableFilter { () => this.enforceVisibility()); this.enforceVisibility(); } - if (this.rowsCounter) { - Mod.rowsCounter = new RowsCounter(this); - Mod.rowsCounter.init(); - } - if (this.statusBar) { - Mod.statusBar = new StatusBar(this); - Mod.statusBar.init(); - } + + this.initFeatures([ + rowsCounter, + statusBar, + clearButton, + alternateRows, + noResults + ]); + if (this.paging) { if (!Mod.paging) { Mod.paging = new Paging(this); @@ -1246,22 +1220,10 @@ export class TableFilter { Mod.paging.reset(); } } - if (this.btnReset) { - Mod.clearButton = new ClearButton(this); - Mod.clearButton.init(); - } if (this.hasColWidths && !this.gridLayout) { this.setColWidths(); } - if (this.alternateRows) { - Mod.alternateRows = new AlternateRows(this); - Mod.alternateRows.init(); - } - if (this.noResults) { - Mod.noResults = Mod.noResults || new NoResults(this); - Mod.noResults.init(); - } //TF css class is added to table if (!this.gridLayout) { @@ -1483,6 +1445,34 @@ export class TableFilter { return this.Mod[name]; } + /** + * Instanciate and initialise the collection of features required by the + * configuration and add them to the features registry. A feature is + * described by a `class` and `name` fields and and optional `property` + * field: + * { + * class: AClass, + * name: 'aClass' + * } + * @param {Array} [features=[]] + * @private + */ + initFeatures(features = []) { + features.forEach((feature) => { + // TODO: remove the property field. + // Due to naming convention inconsistencies, a `property` + // field is added in order allow a conditional instanciation based + // on that property on TableFilter, if supplied. + feature.property = feature.property || feature.name; + if (this[feature.property] === true) { + let {class: Cls, name} = feature; + + this.Mod[name] = this.Mod[name] || new Cls(this); + this.Mod[name].init(); + } + }); + } + /** * Initialise all the extensions defined in the configuration object */ diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html index 628737ce..3e309c8c 100644 --- a/docs/file/src/types.js.html +++ b/docs/file/src/types.js.html @@ -3,7 +3,7 @@ - src/types.js | tablefilter v0.5.9 API Document + src/types.js | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/function/index.html b/docs/function/index.html index 1efa7175..7aae7be9 100644 --- a/docs/function/index.html +++ b/docs/function/index.html @@ -3,7 +3,7 @@ - Function | tablefilter v0.5.9 API Document + Function | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/identifiers.html b/docs/identifiers.html index 938cd636..e241a2ad 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.5.9 API Document + Index | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • @@ -1032,6 +1033,31 @@ grid features (selection and edition): + + + +
    +

    + FEATURES: * +

    +
    +
    + + + +
    + + + + + + + + + public + + + diff --git a/docs/index.html b/docs/index.html index c79cf4bc..02d82257 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.5.9 API Document + tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • diff --git a/docs/package.json b/docs/package.json index 6493bb56..8528e173 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.5.9", + "version": "0.5.10", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { diff --git a/docs/script/search_index.js b/docs/script/search_index.js index e786c4ea..923fc9e0 100644 --- a/docs/script/search_index.js +++ b/docs/script/search_index.js @@ -107,6 +107,12 @@ window.esdocSearchIndex = [ "Emitter tablefilter/src/emitter.js", "class" ], + [ + "tablefilter/src/const.js~features", + "variable/index.html#static-variable-FEATURES", + "FEATURES tablefilter/src/const.js", + "variable" + ], [ "tablefilter/src/const.js~formatted_number", "variable/index.html#static-variable-FORMATTED_NUMBER", diff --git a/docs/source.html b/docs/source.html index 54a8d454..c0da3afe 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.5.9 API Document + Source | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • @@ -120,7 +121,7 @@
    -

    Source 679/679

    +

    Source 679/680

    @@ -141,10 +142,10 @@ - + - + - - - - + + + + @@ -174,7 +176,7 @@ - + @@ -193,7 +195,7 @@ - + @@ -201,7 +203,7 @@ - + @@ -214,7 +216,7 @@ - + @@ -222,7 +224,7 @@ - + @@ -230,7 +232,7 @@ - + @@ -238,7 +240,7 @@ - + @@ -246,7 +248,7 @@ - + @@ -254,7 +256,7 @@ - + @@ -262,7 +264,7 @@ - + @@ -270,7 +272,7 @@ - + @@ -278,7 +280,7 @@ - + @@ -286,7 +288,7 @@ - + @@ -294,7 +296,7 @@ - + @@ -302,7 +304,7 @@ - + @@ -310,7 +312,7 @@ - + @@ -318,7 +320,7 @@ - + @@ -326,7 +328,7 @@ - + @@ -335,7 +337,7 @@ - + @@ -343,7 +345,7 @@ - + @@ -351,7 +353,7 @@ - + @@ -359,7 +361,7 @@ - + @@ -367,7 +369,7 @@ - + @@ -375,7 +377,7 @@ - + @@ -383,7 +385,7 @@ - + @@ -391,7 +393,7 @@ - + @@ -399,7 +401,7 @@ - + @@ -407,7 +409,7 @@ - + @@ -415,7 +417,7 @@ - + @@ -424,7 +426,7 @@ - + @@ -432,7 +434,7 @@ - + @@ -440,7 +442,7 @@ - + @@ -450,7 +452,7 @@ - + @@ -462,15 +464,15 @@ - + - - - + + + @@ -486,7 +488,7 @@ - +
    100 %1/1 545 byte 222017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/const.jssrc/const.js AUTO_FILTER_DELAY CELL_TAG CHECKLIST @@ -152,6 +153,7 @@ DOWN_ARROW_KEY ENTER_KEY ESC_KEY +FEATURES FORMATTED_NUMBER HEADER_TAG INPUT @@ -163,10 +165,10 @@ STRING TAB_KEY UP_ARROW_KEY100 %18/181536 byte1182017-04-03 21:45:19 (UTC)94 %18/193118 byte1802017-05-02 12:00:32 (UTC)
    src/cookie.js- 1412 byte 572017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/dom.js100 %12/12 4766 byte 1902017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/emitter.js100 %6/6 1323 byte 532017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/event.js100 %6/6 2384 byte 1012017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/extensions/advancedGrid/adapterEzEditTable.js100 %13/13 18910 byte 5042017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/extensions/advancedGrid/advancedGrid.js- 90 byte 22017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/extensions/colOps/colOps.js100 %26/26 14406 byte 4822017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/extensions/colsVisibility/colsVisibility.js100 %49/49 20970 byte 7392017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/extensions/filtersVisibility/filtersVisibility.js100 %25/25 7788 byte 3072017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/extensions/sort/adapterSortabletable.js100 %23/23 16454 byte 5322017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/extensions/sort/sort.js- 204 byte 82017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/feature.js100 %14/14 1864 byte 972017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/alternateRows.js100 %9/9 3648 byte 1402017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/checkList.js100 %17/17 18980 byte 5902017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/clearButton.js100 %10/10 3129 byte 1282017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/dateType.js100 %11/11 3997 byte 1472017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/dropdown.js100 %14/14 13710 byte 4422017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/gridLayout.js100 %16/16 14095 byte 4942017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/hash.js100 %10/10 2981 byte 1262017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/help.js100 %17/17 6516 byte 2322017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/highlightKeywords.js100 %10/10 5407 byte 1792017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/loader.js100 %14/14 3989 byte 1712017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/markActiveColumns.js100 %10/10 2772 byte 1062017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/noResults.js100 %17/17 4813 byte 1972017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/paging.js100 %45/45 27489 byte 9002017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/popupFilter.js100 %27/27 13218 byte 4602017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/rowsCounter.js100 %13/13 5643 byte 1972017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/state.js100 %24/24 14771 byte 5412017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/statusBar.js100 %22/22 8485 byte 2992017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/modules/storage.js100 %10/10 3544 byte 1622017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/number.js100 %1/1 998 byte 292017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/root.js100 %1/1 235 byte 62017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/sort.js100 %3/3 930 byte 332017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/string.js100 %5/5 2082 byte 762017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    src/tablefilter.js TableFilter 100 %171/17194765 byte31282017-04-03 21:45:19 (UTC)94225 byte31172017-05-02 12:00:32 (UTC)
    src/types.js100 %9/9 1565 byte 732017-04-03 21:45:19 (UTC)2017-05-02 12:00:32 (UTC)
    diff --git a/docs/variable/index.html b/docs/variable/index.html index 98941dd5..86e6894f 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.5.9 API Document + Variable | tablefilter v0.5.10 API Document @@ -44,6 +44,7 @@
  • VDOWN_ARROW_KEY
  • VENTER_KEY
  • VESC_KEY
  • +
  • VFEATURES
  • VFORMATTED_NUMBER
  • VHEADER_TAG
  • VINPUT
  • @@ -313,6 +314,31 @@ + + + +
    +

    + FEATURES: * +

    +
    +
    + + + +
    + + + + + + + + + public + + + @@ -1624,11 +1650,11 @@ propagation of the event.

    - source + source -
    import {AUTO_FILTER_DELAY} from 'tablefilter/src/const.js'
    +
    import {AUTO_FILTER_DELAY} from 'tablefilter/src/const.js'

    Auto filter delay in milliseconds

    @@ -1665,11 +1691,11 @@ propagation of the event.

    - source + source -
    import {CELL_TAG} from 'tablefilter/src/const.js'
    +
    import {CELL_TAG} from 'tablefilter/src/const.js'

    Cell tag

    @@ -1706,11 +1732,11 @@ propagation of the event.

    - source + source -
    import {CHECKLIST} from 'tablefilter/src/const.js'
    +
    import {CHECKLIST} from 'tablefilter/src/const.js'

    Checklist filter type

    @@ -1747,11 +1773,11 @@ propagation of the event.

    - source + source -
    import {DATE} from 'tablefilter/src/const.js'
    +
    import {DATE} from 'tablefilter/src/const.js'

    Date

    @@ -1788,11 +1814,11 @@ propagation of the event.

    - source + source -
    import {DOWN_ARROW_KEY} from 'tablefilter/src/const.js'
    +
    import {DOWN_ARROW_KEY} from 'tablefilter/src/const.js'

    Down arrow key code

    @@ -1829,11 +1855,11 @@ propagation of the event.

    - source + source -
    import {ENTER_KEY} from 'tablefilter/src/const.js'
    +
    import {ENTER_KEY} from 'tablefilter/src/const.js'

    Enter key code

    @@ -1870,11 +1896,11 @@ propagation of the event.

    - source + source -
    import {ESC_KEY} from 'tablefilter/src/const.js'
    +
    import {ESC_KEY} from 'tablefilter/src/const.js'

    Escape key code

    @@ -1899,6 +1925,46 @@ propagation of the event.

    +
    +
    +

    + public + + + + + FEATURES: * + + + + source + +

    + +
    import {FEATURES} from 'tablefilter/src/const.js'
    + + + + + + +
    +
    + + + + + + + + + + + + + + +

    @@ -1911,11 +1977,11 @@ propagation of the event.

    - source + source

    -
    import {FORMATTED_NUMBER} from 'tablefilter/src/const.js'
    +
    import {FORMATTED_NUMBER} from 'tablefilter/src/const.js'

    Formatted number

    @@ -1952,11 +2018,11 @@ propagation of the event.

    - source + source -
    import {HEADER_TAG} from 'tablefilter/src/const.js'
    +
    import {HEADER_TAG} from 'tablefilter/src/const.js'

    Header cell tag

    @@ -1993,11 +2059,11 @@ propagation of the event.

    - source + source -
    import {INPUT} from 'tablefilter/src/const.js'
    +
    import {INPUT} from 'tablefilter/src/const.js'

    Input filter type

    @@ -2034,11 +2100,11 @@ propagation of the event.

    - source + source -
    import {IP_ADDRESS} from 'tablefilter/src/const.js'
    +
    import {IP_ADDRESS} from 'tablefilter/src/const.js'

    IP address

    @@ -2075,11 +2141,11 @@ propagation of the event.

    - source + source -
    import {MULTIPLE} from 'tablefilter/src/const.js'
    +
    import {MULTIPLE} from 'tablefilter/src/const.js'

    Multiple select filter type

    @@ -2116,11 +2182,11 @@ propagation of the event.

    - source + source -
    import {NONE} from 'tablefilter/src/const.js'
    +
    import {NONE} from 'tablefilter/src/const.js'

    None filter type

    @@ -2157,11 +2223,11 @@ propagation of the event.

    - source + source -
    import {NUMBER} from 'tablefilter/src/const.js'
    +
    import {NUMBER} from 'tablefilter/src/const.js'

    Number

    @@ -2198,11 +2264,11 @@ propagation of the event.

    - source + source -
    import {SELECT} from 'tablefilter/src/const.js'
    +
    import {SELECT} from 'tablefilter/src/const.js'

    Select filter type

    @@ -2239,11 +2305,11 @@ propagation of the event.

    - source + source -
    import {STRING} from 'tablefilter/src/const.js'
    +
    import {STRING} from 'tablefilter/src/const.js'

    String

    @@ -2280,11 +2346,11 @@ propagation of the event.

    - source + source -
    import {TAB_KEY} from 'tablefilter/src/const.js'
    +
    import {TAB_KEY} from 'tablefilter/src/const.js'

    Tab key code

    @@ -2321,11 +2387,11 @@ propagation of the event.

    - source + source -
    import {UP_ARROW_KEY} from 'tablefilter/src/const.js'
    +
    import {UP_ARROW_KEY} from 'tablefilter/src/const.js'

    Up arrow key code