From b69747c3884c2fcead1c5cd5705316c8b5fa6032 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sun, 23 Apr 2017 08:38:50 +0000 Subject: [PATCH] publish Docs to gh-pages (auto) branch: master SHA: 39c8933a3fed3e4ac8c92461fc2412fc25b03aab range SHA: 5f229311f070...39c8933a3fed build id: 224859253 build number: 614 --- .../source/modules/markActiveColumns.js.json | 5504 + docs/ast/source/modules/noResults.js.json | 2332 +- docs/ast/source/tablefilter.js.json | 88185 ++++++++-------- 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 | 5 +- .../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 | 1165 + .../src/modules/noResults.js~NoResults.html | 13 +- 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 | 705 +- docs/coverage.json | 17 +- docs/dump.json | 5204 +- docs/file/src/array.js.html | 3 +- docs/file/src/const.js.html | 3 +- 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 | 240 + docs/file/src/modules/noResults.js.html | 7 +- 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 | 137 +- 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 | 96 +- docs/source.html | 97 +- docs/variable/index.html | 3 +- 77 files changed, 53532 insertions(+), 50389 deletions(-) create mode 100644 docs/ast/source/modules/markActiveColumns.js.json create mode 100644 docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html create mode 100644 docs/file/src/modules/markActiveColumns.js.html diff --git a/docs/ast/source/modules/markActiveColumns.js.json b/docs/ast/source/modules/markActiveColumns.js.json new file mode 100644 index 00000000..d235b1d8 --- /dev/null +++ b/docs/ast/source/modules/markActiveColumns.js.json @@ -0,0 +1,5504 @@ +{ + "type": "Program", + "body": [ + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "imported": { + "type": "Identifier", + "name": "Feature", + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + }, + "range": [ + 8, + 15 + ], + "loc": { + "start": { + "line": 1, + "column": 8 + }, + "end": { + "line": 1, + "column": 15 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../feature", + "raw": "'../feature'", + "range": [ + 22, + 34 + ], + "loc": { + "start": { + "line": 1, + "column": 22 + }, + "end": { + "line": 1, + "column": 34 + } + } + }, + "range": [ + 0, + 35 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 1, + "column": 35 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "addClass", + "range": [ + 44, + 52 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 16 + } + } + }, + "imported": { + "type": "Identifier", + "name": "addClass", + "range": [ + 44, + 52 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 16 + } + } + }, + "range": [ + 44, + 52 + ], + "loc": { + "start": { + "line": 2, + "column": 8 + }, + "end": { + "line": 2, + "column": 16 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "removeClass", + "range": [ + 54, + 65 + ], + "loc": { + "start": { + "line": 2, + "column": 18 + }, + "end": { + "line": 2, + "column": 29 + } + } + }, + "imported": { + "type": "Identifier", + "name": "removeClass", + "range": [ + 54, + 65 + ], + "loc": { + "start": { + "line": 2, + "column": 18 + }, + "end": { + "line": 2, + "column": 29 + } + } + }, + "range": [ + 54, + 65 + ], + "loc": { + "start": { + "line": 2, + "column": 18 + }, + "end": { + "line": 2, + "column": 29 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "hasClass", + "range": [ + 67, + 75 + ], + "loc": { + "start": { + "line": 2, + "column": 31 + }, + "end": { + "line": 2, + "column": 39 + } + } + }, + "imported": { + "type": "Identifier", + "name": "hasClass", + "range": [ + 67, + 75 + ], + "loc": { + "start": { + "line": 2, + "column": 31 + }, + "end": { + "line": 2, + "column": 39 + } + } + }, + "range": [ + 67, + 75 + ], + "loc": { + "start": { + "line": 2, + "column": 31 + }, + "end": { + "line": 2, + "column": 39 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../dom", + "raw": "'../dom'", + "range": [ + 82, + 90 + ], + "loc": { + "start": { + "line": 2, + "column": 46 + }, + "end": { + "line": 2, + "column": 54 + } + } + }, + "range": [ + 36, + 91 + ], + "loc": { + "start": { + "line": 2, + "column": 0 + }, + "end": { + "line": 2, + "column": 55 + } + } + }, + { + "type": "ImportDeclaration", + "specifiers": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "isFn", + "range": [ + 100, + 104 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 12 + } + } + }, + "imported": { + "type": "Identifier", + "name": "isFn", + "range": [ + 100, + 104 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 12 + } + } + }, + "range": [ + 100, + 104 + ], + "loc": { + "start": { + "line": 3, + "column": 8 + }, + "end": { + "line": 3, + "column": 12 + } + } + }, + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "EMPTY_FN", + "range": [ + 106, + 114 + ], + "loc": { + "start": { + "line": 3, + "column": 14 + }, + "end": { + "line": 3, + "column": 22 + } + } + }, + "imported": { + "type": "Identifier", + "name": "EMPTY_FN", + "range": [ + 106, + 114 + ], + "loc": { + "start": { + "line": 3, + "column": 14 + }, + "end": { + "line": 3, + "column": 22 + } + } + }, + "range": [ + 106, + 114 + ], + "loc": { + "start": { + "line": 3, + "column": 14 + }, + "end": { + "line": 3, + "column": 22 + } + } + } + ], + "source": { + "type": "Literal", + "value": "../types", + "raw": "'../types'", + "range": [ + 121, + 131 + ], + "loc": { + "start": { + "line": 3, + "column": 29 + }, + "end": { + "line": 3, + "column": 39 + } + } + }, + "range": [ + 92, + 132 + ], + "loc": { + "start": { + "line": 3, + "column": 0 + }, + "end": { + "line": 3, + "column": 40 + } + } + }, + { + "type": "ExportNamedDeclaration", + "declaration": { + "type": "ClassDeclaration", + "id": { + "type": "Identifier", + "name": "MarkActiveColumns", + "range": [ + 147, + 164 + ], + "loc": { + "start": { + "line": 5, + "column": 13 + }, + "end": { + "line": 5, + "column": 30 + } + } + }, + "superClass": { + "type": "Identifier", + "name": "Feature", + "range": [ + 173, + 180 + ], + "loc": { + "start": { + "line": 5, + "column": 39 + }, + "end": { + "line": 5, + "column": 46 + } + } + }, + "body": { + "type": "ClassBody", + "body": [ + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "constructor", + "range": [ + 303, + 314 + ], + "loc": { + "start": { + "line": 11, + "column": 4 + }, + "end": { + "line": 11, + "column": 15 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 315, + 317 + ], + "loc": { + "start": { + "line": 11, + "column": 16 + }, + "end": { + "line": 11, + "column": 18 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "Super", + "range": [ + 329, + 334 + ], + "loc": { + "start": { + "line": 12, + "column": 8 + }, + "end": { + "line": 12, + "column": 13 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 335, + 337 + ], + "loc": { + "start": { + "line": 12, + "column": 14 + }, + "end": { + "line": 12, + "column": 16 + } + } + }, + { + "type": "Literal", + "value": "markActiveColumns", + "raw": "'markActiveColumns'", + "range": [ + 339, + 358 + ], + "loc": { + "start": { + "line": 12, + "column": 18 + }, + "end": { + "line": 12, + "column": 37 + } + } + } + ], + "range": [ + 329, + 359 + ], + "loc": { + "start": { + "line": 12, + "column": 8 + }, + "end": { + "line": 12, + "column": 38 + } + } + }, + "range": [ + 329, + 360 + ], + "loc": { + "start": { + "line": 12, + "column": 8 + }, + "end": { + "line": 12, + "column": 39 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "config", + "range": [ + 374, + 380 + ], + "loc": { + "start": { + "line": 14, + "column": 12 + }, + "end": { + "line": 14, + "column": 18 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 383, + 387 + ], + "loc": { + "start": { + "line": 14, + "column": 21 + }, + "end": { + "line": 14, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "config", + "range": [ + 388, + 394 + ], + "loc": { + "start": { + "line": 14, + "column": 26 + }, + "end": { + "line": 14, + "column": 32 + } + } + }, + "range": [ + 383, + 394 + ], + "loc": { + "start": { + "line": 14, + "column": 21 + }, + "end": { + "line": 14, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "name": "mark_active_columns", + "range": [ + 395, + 414 + ], + "loc": { + "start": { + "line": 14, + "column": 33 + }, + "end": { + "line": 14, + "column": 52 + } + } + }, + "range": [ + 383, + 414 + ], + "loc": { + "start": { + "line": 14, + "column": 21 + }, + "end": { + "line": 14, + "column": 52 + } + } + }, + "range": [ + 374, + 414 + ], + "loc": { + "start": { + "line": 14, + "column": 12 + }, + "end": { + "line": 14, + "column": 52 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", + "range": [ + 424, + 516 + ], + "loc": { + "start": { + "line": 16, + "column": 8 + }, + "end": { + "line": 19, + "column": 11 + } + } + } + ] + } + ], + "kind": "let", + "range": [ + 370, + 525 + ], + "loc": { + "start": { + "line": 14, + "column": 8 + }, + "end": { + "line": 20, + "column": 8 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 525, + 529 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "headerCssClass", + "range": [ + 530, + 544 + ], + "loc": { + "start": { + "line": 20, + "column": 13 + }, + "end": { + "line": 20, + "column": 27 + } + } + }, + "range": [ + 525, + 544 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 27 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "config", + "range": [ + 547, + 553 + ], + "loc": { + "start": { + "line": 20, + "column": 30 + }, + "end": { + "line": 20, + "column": 36 + } + } + }, + "property": { + "type": "Identifier", + "name": "header_css_class", + "range": [ + 554, + 570 + ], + "loc": { + "start": { + "line": 20, + "column": 37 + }, + "end": { + "line": 20, + "column": 53 + } + } + }, + "range": [ + 547, + 570 + ], + "loc": { + "start": { + "line": 20, + "column": 30 + }, + "end": { + "line": 20, + "column": 53 + } + } + }, + "right": { + "type": "Literal", + "value": "activeHeader", + "raw": "'activeHeader'", + "range": [ + 574, + 588 + ], + "loc": { + "start": { + "line": 20, + "column": 57 + }, + "end": { + "line": 20, + "column": 71 + } + } + }, + "range": [ + 547, + 588 + ], + "loc": { + "start": { + "line": 20, + "column": 30 + }, + "end": { + "line": 20, + "column": 71 + } + } + }, + "range": [ + 525, + 588 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 71 + } + } + }, + "range": [ + 525, + 589 + ], + "loc": { + "start": { + "line": 20, + "column": 8 + }, + "end": { + "line": 20, + "column": 72 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", + "range": [ + 424, + 516 + ], + "loc": { + "start": { + "line": 16, + "column": 8 + }, + "end": { + "line": 19, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", + "range": [ + 599, + 706 + ], + "loc": { + "start": { + "line": 22, + "column": 8 + }, + "end": { + "line": 25, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 715, + 719 + ], + "loc": { + "start": { + "line": 26, + "column": 8 + }, + "end": { + "line": 26, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "onBeforeActiveColumn", + "range": [ + 720, + 740 + ], + "loc": { + "start": { + "line": 26, + "column": 13 + }, + "end": { + "line": 26, + "column": 33 + } + } + }, + "range": [ + 715, + 740 + ], + "loc": { + "start": { + "line": 26, + "column": 8 + }, + "end": { + "line": 26, + "column": 33 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isFn", + "range": [ + 743, + 747 + ], + "loc": { + "start": { + "line": 26, + "column": 36 + }, + "end": { + "line": 26, + "column": 40 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "config", + "range": [ + 748, + 754 + ], + "loc": { + "start": { + "line": 26, + "column": 41 + }, + "end": { + "line": 26, + "column": 47 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_before_active_column", + "range": [ + 755, + 778 + ], + "loc": { + "start": { + "line": 26, + "column": 48 + }, + "end": { + "line": 26, + "column": 71 + } + } + }, + "range": [ + 748, + 778 + ], + "loc": { + "start": { + "line": 26, + "column": 41 + }, + "end": { + "line": 26, + "column": 71 + } + } + } + ], + "range": [ + 743, + 779 + ], + "loc": { + "start": { + "line": 26, + "column": 36 + }, + "end": { + "line": 26, + "column": 72 + } + } + }, + "consequent": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "config", + "range": [ + 794, + 800 + ], + "loc": { + "start": { + "line": 27, + "column": 12 + }, + "end": { + "line": 27, + "column": 18 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_before_active_column", + "range": [ + 801, + 824 + ], + "loc": { + "start": { + "line": 27, + "column": 19 + }, + "end": { + "line": 27, + "column": 42 + } + } + }, + "range": [ + 794, + 824 + ], + "loc": { + "start": { + "line": 27, + "column": 12 + }, + "end": { + "line": 27, + "column": 42 + } + } + }, + "alternate": { + "type": "Identifier", + "name": "EMPTY_FN", + "range": [ + 827, + 835 + ], + "loc": { + "start": { + "line": 27, + "column": 45 + }, + "end": { + "line": 27, + "column": 53 + } + } + }, + "range": [ + 743, + 835 + ], + "loc": { + "start": { + "line": 26, + "column": 36 + }, + "end": { + "line": 27, + "column": 53 + } + } + }, + "range": [ + 715, + 835 + ], + "loc": { + "start": { + "line": 26, + "column": 8 + }, + "end": { + "line": 27, + "column": 53 + } + } + }, + "range": [ + 715, + 836 + ], + "loc": { + "start": { + "line": 26, + "column": 8 + }, + "end": { + "line": 27, + "column": 54 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", + "range": [ + 599, + 706 + ], + "loc": { + "start": { + "line": 22, + "column": 8 + }, + "end": { + "line": 25, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", + "range": [ + 846, + 952 + ], + "loc": { + "start": { + "line": 29, + "column": 8 + }, + "end": { + "line": 32, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 961, + 965 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "onAfterActiveColumn", + "range": [ + 966, + 985 + ], + "loc": { + "start": { + "line": 33, + "column": 13 + }, + "end": { + "line": 33, + "column": 32 + } + } + }, + "range": [ + 961, + 985 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 33, + "column": 32 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isFn", + "range": [ + 988, + 992 + ], + "loc": { + "start": { + "line": 33, + "column": 35 + }, + "end": { + "line": 33, + "column": 39 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "config", + "range": [ + 993, + 999 + ], + "loc": { + "start": { + "line": 33, + "column": 40 + }, + "end": { + "line": 33, + "column": 46 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_after_active_column", + "range": [ + 1000, + 1022 + ], + "loc": { + "start": { + "line": 33, + "column": 47 + }, + "end": { + "line": 33, + "column": 69 + } + } + }, + "range": [ + 993, + 1022 + ], + "loc": { + "start": { + "line": 33, + "column": 40 + }, + "end": { + "line": 33, + "column": 69 + } + } + } + ], + "range": [ + 988, + 1023 + ], + "loc": { + "start": { + "line": 33, + "column": 35 + }, + "end": { + "line": 33, + "column": 70 + } + } + }, + "consequent": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "config", + "range": [ + 1038, + 1044 + ], + "loc": { + "start": { + "line": 34, + "column": 12 + }, + "end": { + "line": 34, + "column": 18 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_after_active_column", + "range": [ + 1045, + 1067 + ], + "loc": { + "start": { + "line": 34, + "column": 19 + }, + "end": { + "line": 34, + "column": 41 + } + } + }, + "range": [ + 1038, + 1067 + ], + "loc": { + "start": { + "line": 34, + "column": 12 + }, + "end": { + "line": 34, + "column": 41 + } + } + }, + "alternate": { + "type": "Identifier", + "name": "EMPTY_FN", + "range": [ + 1070, + 1078 + ], + "loc": { + "start": { + "line": 34, + "column": 44 + }, + "end": { + "line": 34, + "column": 52 + } + } + }, + "range": [ + 988, + 1078 + ], + "loc": { + "start": { + "line": 33, + "column": 35 + }, + "end": { + "line": 34, + "column": 52 + } + } + }, + "range": [ + 961, + 1078 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 34, + "column": 52 + } + } + }, + "range": [ + 961, + 1079 + ], + "loc": { + "start": { + "line": 33, + "column": 8 + }, + "end": { + "line": 34, + "column": 53 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", + "range": [ + 846, + 952 + ], + "loc": { + "start": { + "line": 29, + "column": 8 + }, + "end": { + "line": 32, + "column": 11 + } + } + } + ] + } + ], + "range": [ + 319, + 1085 + ], + "loc": { + "start": { + "line": 11, + "column": 20 + }, + "end": { + "line": 35, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 314, + 1085 + ], + "loc": { + "start": { + "line": 11, + "column": 15 + }, + "end": { + "line": 35, + "column": 5 + } + } + }, + "kind": "constructor", + "computed": false, + "range": [ + 303, + 1085 + ], + "loc": { + "start": { + "line": 11, + "column": 4 + }, + "end": { + "line": 35, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Create an instance of MarkActiveColumns\n * @param {TableFilter} tf TableFilter instance\n ", + "range": [ + 188, + 298 + ], + "loc": { + "start": { + "line": 7, + "column": 4 + }, + "end": { + "line": 10, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Initialise MarkActiveColumns instance\n ", + "range": [ + 1091, + 1147 + ], + "loc": { + "start": { + "line": 37, + "column": 4 + }, + "end": { + "line": 39, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "init", + "range": [ + 1152, + 1156 + ], + "loc": { + "start": { + "line": 40, + "column": 4 + }, + "end": { + "line": 40, + "column": 8 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1173, + 1177 + ], + "loc": { + "start": { + "line": 41, + "column": 12 + }, + "end": { + "line": 41, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 1178, + 1189 + ], + "loc": { + "start": { + "line": 41, + "column": 17 + }, + "end": { + "line": 41, + "column": 28 + } + } + }, + "range": [ + 1173, + 1189 + ], + "loc": { + "start": { + "line": 41, + "column": 12 + }, + "end": { + "line": 41, + "column": 28 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 1205, + 1212 + ], + "loc": { + "start": { + "line": 42, + "column": 12 + }, + "end": { + "line": 42, + "column": 19 + } + } + } + ], + "range": [ + 1191, + 1222 + ], + "loc": { + "start": { + "line": 41, + "column": 30 + }, + "end": { + "line": 43, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 1169, + 1222 + ], + "loc": { + "start": { + "line": 41, + "column": 8 + }, + "end": { + "line": 43, + "column": 9 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1232, + 1236 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emitter", + "range": [ + 1237, + 1244 + ], + "loc": { + "start": { + "line": 45, + "column": 13 + }, + "end": { + "line": 45, + "column": 20 + } + } + }, + "range": [ + 1232, + 1244 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "on", + "range": [ + 1245, + 1247 + ], + "loc": { + "start": { + "line": 45, + "column": 21 + }, + "end": { + "line": 45, + "column": 23 + } + } + }, + "range": [ + 1232, + 1247 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 23 + } + } + }, + "arguments": [ + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Literal", + "value": "before-filtering", + "raw": "'before-filtering'", + "range": [ + 1249, + 1267 + ], + "loc": { + "start": { + "line": 45, + "column": 25 + }, + "end": { + "line": 45, + "column": 43 + } + } + } + ], + "range": [ + 1248, + 1268 + ], + "loc": { + "start": { + "line": 45, + "column": 24 + }, + "end": { + "line": 45, + "column": 44 + } + } + }, + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [], + "body": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1276, + 1280 + ], + "loc": { + "start": { + "line": 45, + "column": 52 + }, + "end": { + "line": 45, + "column": 56 + } + } + }, + "property": { + "type": "Identifier", + "name": "clearActiveColumns", + "range": [ + 1281, + 1299 + ], + "loc": { + "start": { + "line": 45, + "column": 57 + }, + "end": { + "line": 45, + "column": 75 + } + } + }, + "range": [ + 1276, + 1299 + ], + "loc": { + "start": { + "line": 45, + "column": 52 + }, + "end": { + "line": 45, + "column": 75 + } + } + }, + "arguments": [], + "range": [ + 1276, + 1301 + ], + "loc": { + "start": { + "line": 45, + "column": 52 + }, + "end": { + "line": 45, + "column": 77 + } + } + }, + "generator": false, + "expression": true, + "range": [ + 1270, + 1301 + ], + "loc": { + "start": { + "line": 45, + "column": 46 + }, + "end": { + "line": 45, + "column": 77 + } + } + } + ], + "range": [ + 1232, + 1302 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 78 + } + } + }, + "range": [ + 1232, + 1303 + ], + "loc": { + "start": { + "line": 45, + "column": 8 + }, + "end": { + "line": 45, + "column": 79 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1312, + 1316 + ], + "loc": { + "start": { + "line": 46, + "column": 8 + }, + "end": { + "line": 46, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emitter", + "range": [ + 1317, + 1324 + ], + "loc": { + "start": { + "line": 46, + "column": 13 + }, + "end": { + "line": 46, + "column": 20 + } + } + }, + "range": [ + 1312, + 1324 + ], + "loc": { + "start": { + "line": 46, + "column": 8 + }, + "end": { + "line": 46, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "on", + "range": [ + 1325, + 1327 + ], + "loc": { + "start": { + "line": 46, + "column": 21 + }, + "end": { + "line": 46, + "column": 23 + } + } + }, + "range": [ + 1312, + 1327 + ], + "loc": { + "start": { + "line": 46, + "column": 8 + }, + "end": { + "line": 46, + "column": 23 + } + } + }, + "arguments": [ + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Literal", + "value": "cell-processed", + "raw": "'cell-processed'", + "range": [ + 1342, + 1358 + ], + "loc": { + "start": { + "line": 47, + "column": 13 + }, + "end": { + "line": 47, + "column": 29 + } + } + } + ], + "range": [ + 1341, + 1359 + ], + "loc": { + "start": { + "line": 47, + "column": 12 + }, + "end": { + "line": 47, + "column": 30 + } + } + }, + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 1374, + 1376 + ], + "loc": { + "start": { + "line": 48, + "column": 13 + }, + "end": { + "line": 48, + "column": 15 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 1378, + 1386 + ], + "loc": { + "start": { + "line": 48, + "column": 17 + }, + "end": { + "line": 48, + "column": 25 + } + } + } + ], + "body": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1391, + 1395 + ], + "loc": { + "start": { + "line": 48, + "column": 30 + }, + "end": { + "line": 48, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "markActiveColumn", + "range": [ + 1396, + 1412 + ], + "loc": { + "start": { + "line": 48, + "column": 35 + }, + "end": { + "line": 48, + "column": 51 + } + } + }, + "range": [ + 1391, + 1412 + ], + "loc": { + "start": { + "line": 48, + "column": 30 + }, + "end": { + "line": 48, + "column": 51 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 1413, + 1421 + ], + "loc": { + "start": { + "line": 48, + "column": 52 + }, + "end": { + "line": 48, + "column": 60 + } + } + } + ], + "range": [ + 1391, + 1422 + ], + "loc": { + "start": { + "line": 48, + "column": 30 + }, + "end": { + "line": 48, + "column": 61 + } + } + }, + "generator": false, + "expression": true, + "range": [ + 1373, + 1422 + ], + "loc": { + "start": { + "line": 48, + "column": 12 + }, + "end": { + "line": 48, + "column": 61 + } + } + } + ], + "range": [ + 1312, + 1432 + ], + "loc": { + "start": { + "line": 46, + "column": 8 + }, + "end": { + "line": 49, + "column": 9 + } + } + }, + "range": [ + 1312, + 1433 + ], + "loc": { + "start": { + "line": 46, + "column": 8 + }, + "end": { + "line": 49, + "column": 10 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 1443, + 1460 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 25 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1469, + 1473 + ], + "loc": { + "start": { + "line": 52, + "column": 8 + }, + "end": { + "line": 52, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 1474, + 1485 + ], + "loc": { + "start": { + "line": 52, + "column": 13 + }, + "end": { + "line": 52, + "column": 24 + } + } + }, + "range": [ + 1469, + 1485 + ], + "loc": { + "start": { + "line": 52, + "column": 8 + }, + "end": { + "line": 52, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": true, + "raw": "true", + "range": [ + 1488, + 1492 + ], + "loc": { + "start": { + "line": 52, + "column": 27 + }, + "end": { + "line": 52, + "column": 31 + } + } + }, + "range": [ + 1469, + 1492 + ], + "loc": { + "start": { + "line": 52, + "column": 8 + }, + "end": { + "line": 52, + "column": 31 + } + } + }, + "range": [ + 1469, + 1493 + ], + "loc": { + "start": { + "line": 52, + "column": 8 + }, + "end": { + "line": 52, + "column": 32 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 1443, + 1460 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 25 + } + } + } + ] + } + ], + "range": [ + 1159, + 1499 + ], + "loc": { + "start": { + "line": 40, + "column": 11 + }, + "end": { + "line": 53, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 1156, + 1499 + ], + "loc": { + "start": { + "line": 40, + "column": 8 + }, + "end": { + "line": 53, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 1152, + 1499 + ], + "loc": { + "start": { + "line": 40, + "column": 4 + }, + "end": { + "line": 53, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Initialise MarkActiveColumns instance\n ", + "range": [ + 1091, + 1147 + ], + "loc": { + "start": { + "line": 37, + "column": 4 + }, + "end": { + "line": 39, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Clear filtered columns visual indicator (background color)\n ", + "range": [ + 1505, + 1582 + ], + "loc": { + "start": { + "line": 55, + "column": 4 + }, + "end": { + "line": 57, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "clearActiveColumns", + "range": [ + 1587, + 1605 + ], + "loc": { + "start": { + "line": 58, + "column": 4 + }, + "end": { + "line": 58, + "column": 22 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "tf", + "range": [ + 1622, + 1624 + ], + "loc": { + "start": { + "line": 59, + "column": 12 + }, + "end": { + "line": 59, + "column": 14 + } + } + }, + "init": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1627, + 1631 + ], + "loc": { + "start": { + "line": 59, + "column": 17 + }, + "end": { + "line": 59, + "column": 21 + } + } + }, + "property": { + "type": "Identifier", + "name": "tf", + "range": [ + 1632, + 1634 + ], + "loc": { + "start": { + "line": 59, + "column": 22 + }, + "end": { + "line": 59, + "column": 24 + } + } + }, + "range": [ + 1627, + 1634 + ], + "loc": { + "start": { + "line": 59, + "column": 17 + }, + "end": { + "line": 59, + "column": 24 + } + } + }, + "range": [ + 1622, + 1634 + ], + "loc": { + "start": { + "line": 59, + "column": 12 + }, + "end": { + "line": 59, + "column": 24 + } + } + } + ], + "kind": "let", + "range": [ + 1618, + 1635 + ], + "loc": { + "start": { + "line": 59, + "column": 8 + }, + "end": { + "line": 59, + "column": 25 + } + } + }, + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "len", + "range": [ + 1648, + 1651 + ], + "loc": { + "start": { + "line": 60, + "column": 12 + }, + "end": { + "line": 60, + "column": 15 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 1654, + 1656 + ], + "loc": { + "start": { + "line": 60, + "column": 18 + }, + "end": { + "line": 60, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "getCellsNb", + "range": [ + 1657, + 1667 + ], + "loc": { + "start": { + "line": 60, + "column": 21 + }, + "end": { + "line": 60, + "column": 31 + } + } + }, + "range": [ + 1654, + 1667 + ], + "loc": { + "start": { + "line": 60, + "column": 18 + }, + "end": { + "line": 60, + "column": 31 + } + } + }, + "arguments": [], + "range": [ + 1654, + 1669 + ], + "loc": { + "start": { + "line": 60, + "column": 18 + }, + "end": { + "line": 60, + "column": 33 + } + } + }, + "range": [ + 1648, + 1669 + ], + "loc": { + "start": { + "line": 60, + "column": 12 + }, + "end": { + "line": 60, + "column": 33 + } + } + } + ], + "kind": "let", + "range": [ + 1644, + 1670 + ], + "loc": { + "start": { + "line": 60, + "column": 8 + }, + "end": { + "line": 60, + "column": 34 + } + } + }, + { + "type": "ForStatement", + "init": { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "i", + "range": [ + 1688, + 1689 + ], + "loc": { + "start": { + "line": 61, + "column": 17 + }, + "end": { + "line": 61, + "column": 18 + } + } + }, + "init": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 1692, + 1693 + ], + "loc": { + "start": { + "line": 61, + "column": 21 + }, + "end": { + "line": 61, + "column": 22 + } + } + }, + "range": [ + 1688, + 1693 + ], + "loc": { + "start": { + "line": 61, + "column": 17 + }, + "end": { + "line": 61, + "column": 22 + } + } + } + ], + "kind": "let", + "range": [ + 1684, + 1693 + ], + "loc": { + "start": { + "line": 61, + "column": 13 + }, + "end": { + "line": 61, + "column": 22 + } + } + }, + "test": { + "type": "BinaryExpression", + "operator": "<", + "left": { + "type": "Identifier", + "name": "i", + "range": [ + 1695, + 1696 + ], + "loc": { + "start": { + "line": 61, + "column": 24 + }, + "end": { + "line": 61, + "column": 25 + } + } + }, + "right": { + "type": "Identifier", + "name": "len", + "range": [ + 1699, + 1702 + ], + "loc": { + "start": { + "line": 61, + "column": 28 + }, + "end": { + "line": 61, + "column": 31 + } + } + }, + "range": [ + 1695, + 1702 + ], + "loc": { + "start": { + "line": 61, + "column": 24 + }, + "end": { + "line": 61, + "column": 31 + } + } + }, + "update": { + "type": "UpdateExpression", + "operator": "++", + "argument": { + "type": "Identifier", + "name": "i", + "range": [ + 1704, + 1705 + ], + "loc": { + "start": { + "line": 61, + "column": 33 + }, + "end": { + "line": 61, + "column": 34 + } + } + }, + "prefix": false, + "range": [ + 1704, + 1707 + ], + "loc": { + "start": { + "line": 61, + "column": 33 + }, + "end": { + "line": 61, + "column": 36 + } + } + }, + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "removeClass", + "range": [ + 1723, + 1734 + ], + "loc": { + "start": { + "line": 62, + "column": 12 + }, + "end": { + "line": 62, + "column": 23 + } + } + }, + "arguments": [ + { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tf", + "range": [ + 1735, + 1737 + ], + "loc": { + "start": { + "line": 62, + "column": 24 + }, + "end": { + "line": 62, + "column": 26 + } + } + }, + "property": { + "type": "Identifier", + "name": "getHeaderElement", + "range": [ + 1738, + 1754 + ], + "loc": { + "start": { + "line": 62, + "column": 27 + }, + "end": { + "line": 62, + "column": 43 + } + } + }, + "range": [ + 1735, + 1754 + ], + "loc": { + "start": { + "line": 62, + "column": 24 + }, + "end": { + "line": 62, + "column": 43 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "i", + "range": [ + 1755, + 1756 + ], + "loc": { + "start": { + "line": 62, + "column": 44 + }, + "end": { + "line": 62, + "column": 45 + } + } + } + ], + "range": [ + 1735, + 1757 + ], + "loc": { + "start": { + "line": 62, + "column": 24 + }, + "end": { + "line": 62, + "column": 46 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1759, + 1763 + ], + "loc": { + "start": { + "line": 62, + "column": 48 + }, + "end": { + "line": 62, + "column": 52 + } + } + }, + "property": { + "type": "Identifier", + "name": "headerCssClass", + "range": [ + 1764, + 1778 + ], + "loc": { + "start": { + "line": 62, + "column": 53 + }, + "end": { + "line": 62, + "column": 67 + } + } + }, + "range": [ + 1759, + 1778 + ], + "loc": { + "start": { + "line": 62, + "column": 48 + }, + "end": { + "line": 62, + "column": 67 + } + } + } + ], + "range": [ + 1723, + 1779 + ], + "loc": { + "start": { + "line": 62, + "column": 12 + }, + "end": { + "line": 62, + "column": 68 + } + } + }, + "range": [ + 1723, + 1780 + ], + "loc": { + "start": { + "line": 62, + "column": 12 + }, + "end": { + "line": 62, + "column": 69 + } + } + } + ], + "range": [ + 1709, + 1790 + ], + "loc": { + "start": { + "line": 61, + "column": 38 + }, + "end": { + "line": 63, + "column": 9 + } + } + }, + "range": [ + 1679, + 1790 + ], + "loc": { + "start": { + "line": 61, + "column": 8 + }, + "end": { + "line": 63, + "column": 9 + } + } + } + ], + "range": [ + 1608, + 1796 + ], + "loc": { + "start": { + "line": 58, + "column": 25 + }, + "end": { + "line": 64, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 1605, + 1796 + ], + "loc": { + "start": { + "line": 58, + "column": 22 + }, + "end": { + "line": 64, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 1587, + 1796 + ], + "loc": { + "start": { + "line": 58, + "column": 4 + }, + "end": { + "line": 64, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Clear filtered columns visual indicator (background color)\n ", + "range": [ + 1505, + 1582 + ], + "loc": { + "start": { + "line": 55, + "column": 4 + }, + "end": { + "line": 57, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", + "range": [ + 1802, + 1897 + ], + "loc": { + "start": { + "line": 66, + "column": 4 + }, + "end": { + "line": 69, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "markActiveColumn", + "range": [ + 1902, + 1918 + ], + "loc": { + "start": { + "line": 70, + "column": 4 + }, + "end": { + "line": 70, + "column": 20 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 1919, + 1927 + ], + "loc": { + "start": { + "line": 70, + "column": 21 + }, + "end": { + "line": 70, + "column": 29 + } + } + } + ], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "VariableDeclaration", + "declarations": [ + { + "type": "VariableDeclarator", + "id": { + "type": "Identifier", + "name": "header", + "range": [ + 1943, + 1949 + ], + "loc": { + "start": { + "line": 71, + "column": 12 + }, + "end": { + "line": 71, + "column": 18 + } + } + }, + "init": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 1952, + 1956 + ], + "loc": { + "start": { + "line": 71, + "column": 21 + }, + "end": { + "line": 71, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "tf", + "range": [ + 1957, + 1959 + ], + "loc": { + "start": { + "line": 71, + "column": 26 + }, + "end": { + "line": 71, + "column": 28 + } + } + }, + "range": [ + 1952, + 1959 + ], + "loc": { + "start": { + "line": 71, + "column": 21 + }, + "end": { + "line": 71, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "getHeaderElement", + "range": [ + 1960, + 1976 + ], + "loc": { + "start": { + "line": 71, + "column": 29 + }, + "end": { + "line": 71, + "column": 45 + } + } + }, + "range": [ + 1952, + 1976 + ], + "loc": { + "start": { + "line": 71, + "column": 21 + }, + "end": { + "line": 71, + "column": 45 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 1977, + 1985 + ], + "loc": { + "start": { + "line": 71, + "column": 46 + }, + "end": { + "line": 71, + "column": 54 + } + } + } + ], + "range": [ + 1952, + 1986 + ], + "loc": { + "start": { + "line": 71, + "column": 21 + }, + "end": { + "line": 71, + "column": 55 + } + } + }, + "range": [ + 1943, + 1986 + ], + "loc": { + "start": { + "line": 71, + "column": 12 + }, + "end": { + "line": 71, + "column": 55 + } + } + } + ], + "kind": "let", + "range": [ + 1939, + 1987 + ], + "loc": { + "start": { + "line": 71, + "column": 8 + }, + "end": { + "line": 71, + "column": 56 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "hasClass", + "range": [ + 2000, + 2008 + ], + "loc": { + "start": { + "line": 72, + "column": 12 + }, + "end": { + "line": 72, + "column": 20 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "header", + "range": [ + 2009, + 2015 + ], + "loc": { + "start": { + "line": 72, + "column": 21 + }, + "end": { + "line": 72, + "column": 27 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2017, + 2021 + ], + "loc": { + "start": { + "line": 72, + "column": 29 + }, + "end": { + "line": 72, + "column": 33 + } + } + }, + "property": { + "type": "Identifier", + "name": "headerCssClass", + "range": [ + 2022, + 2036 + ], + "loc": { + "start": { + "line": 72, + "column": 34 + }, + "end": { + "line": 72, + "column": 48 + } + } + }, + "range": [ + 2017, + 2036 + ], + "loc": { + "start": { + "line": 72, + "column": 29 + }, + "end": { + "line": 72, + "column": 48 + } + } + } + ], + "range": [ + 2000, + 2037 + ], + "loc": { + "start": { + "line": 72, + "column": 12 + }, + "end": { + "line": 72, + "column": 49 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 2053, + 2060 + ], + "loc": { + "start": { + "line": 73, + "column": 12 + }, + "end": { + "line": 73, + "column": 19 + } + } + } + ], + "range": [ + 2039, + 2070 + ], + "loc": { + "start": { + "line": 72, + "column": 51 + }, + "end": { + "line": 74, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 1996, + 2070 + ], + "loc": { + "start": { + "line": 72, + "column": 8 + }, + "end": { + "line": 74, + "column": 9 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2079, + 2083 + ], + "loc": { + "start": { + "line": 75, + "column": 8 + }, + "end": { + "line": 75, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "onBeforeActiveColumn", + "range": [ + 2084, + 2104 + ], + "loc": { + "start": { + "line": 75, + "column": 13 + }, + "end": { + "line": 75, + "column": 33 + } + } + }, + "range": [ + 2079, + 2104 + ], + "loc": { + "start": { + "line": 75, + "column": 8 + }, + "end": { + "line": 75, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "ThisExpression", + "range": [ + 2105, + 2109 + ], + "loc": { + "start": { + "line": 75, + "column": 34 + }, + "end": { + "line": 75, + "column": 38 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 2111, + 2119 + ], + "loc": { + "start": { + "line": 75, + "column": 40 + }, + "end": { + "line": 75, + "column": 48 + } + } + } + ], + "range": [ + 2079, + 2120 + ], + "loc": { + "start": { + "line": 75, + "column": 8 + }, + "end": { + "line": 75, + "column": 49 + } + } + }, + "range": [ + 2079, + 2121 + ], + "loc": { + "start": { + "line": 75, + "column": 8 + }, + "end": { + "line": 75, + "column": 50 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "addClass", + "range": [ + 2131, + 2139 + ], + "loc": { + "start": { + "line": 77, + "column": 8 + }, + "end": { + "line": 77, + "column": 16 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "header", + "range": [ + 2140, + 2146 + ], + "loc": { + "start": { + "line": 77, + "column": 17 + }, + "end": { + "line": 77, + "column": 23 + } + } + }, + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2148, + 2152 + ], + "loc": { + "start": { + "line": 77, + "column": 25 + }, + "end": { + "line": 77, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "headerCssClass", + "range": [ + 2153, + 2167 + ], + "loc": { + "start": { + "line": 77, + "column": 30 + }, + "end": { + "line": 77, + "column": 44 + } + } + }, + "range": [ + 2148, + 2167 + ], + "loc": { + "start": { + "line": 77, + "column": 25 + }, + "end": { + "line": 77, + "column": 44 + } + } + } + ], + "range": [ + 2131, + 2168 + ], + "loc": { + "start": { + "line": 77, + "column": 8 + }, + "end": { + "line": 77, + "column": 45 + } + } + }, + "range": [ + 2131, + 2169 + ], + "loc": { + "start": { + "line": 77, + "column": 8 + }, + "end": { + "line": 77, + "column": 46 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2179, + 2183 + ], + "loc": { + "start": { + "line": 79, + "column": 8 + }, + "end": { + "line": 79, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "onAfterActiveColumn", + "range": [ + 2184, + 2203 + ], + "loc": { + "start": { + "line": 79, + "column": 13 + }, + "end": { + "line": 79, + "column": 32 + } + } + }, + "range": [ + 2179, + 2203 + ], + "loc": { + "start": { + "line": 79, + "column": 8 + }, + "end": { + "line": 79, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "ThisExpression", + "range": [ + 2204, + 2208 + ], + "loc": { + "start": { + "line": 79, + "column": 33 + }, + "end": { + "line": 79, + "column": 37 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 2210, + 2218 + ], + "loc": { + "start": { + "line": 79, + "column": 39 + }, + "end": { + "line": 79, + "column": 47 + } + } + } + ], + "range": [ + 2179, + 2219 + ], + "loc": { + "start": { + "line": 79, + "column": 8 + }, + "end": { + "line": 79, + "column": 48 + } + } + }, + "range": [ + 2179, + 2220 + ], + "loc": { + "start": { + "line": 79, + "column": 8 + }, + "end": { + "line": 79, + "column": 49 + } + } + } + ], + "range": [ + 1929, + 2226 + ], + "loc": { + "start": { + "line": 70, + "column": 31 + }, + "end": { + "line": 80, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 1918, + 2226 + ], + "loc": { + "start": { + "line": 70, + "column": 20 + }, + "end": { + "line": 80, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 1902, + 2226 + ], + "loc": { + "start": { + "line": 70, + "column": 4 + }, + "end": { + "line": 80, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", + "range": [ + 1802, + 1897 + ], + "loc": { + "start": { + "line": 66, + "column": 4 + }, + "end": { + "line": 69, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Remove feature\n ", + "range": [ + 2232, + 2265 + ], + "loc": { + "start": { + "line": 82, + "column": 4 + }, + "end": { + "line": 84, + "column": 7 + } + } + } + ], + "static": false + }, + { + "type": "MethodDefinition", + "key": { + "type": "Identifier", + "name": "destroy", + "range": [ + 2270, + 2277 + ], + "loc": { + "start": { + "line": 85, + "column": 4 + }, + "end": { + "line": 85, + "column": 11 + } + } + }, + "value": { + "type": "FunctionExpression", + "id": null, + "params": [], + "body": { + "type": "BlockStatement", + "body": [ + { + "type": "IfStatement", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2295, + 2299 + ], + "loc": { + "start": { + "line": 86, + "column": 13 + }, + "end": { + "line": 86, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 2300, + 2311 + ], + "loc": { + "start": { + "line": 86, + "column": 18 + }, + "end": { + "line": 86, + "column": 29 + } + } + }, + "range": [ + 2295, + 2311 + ], + "loc": { + "start": { + "line": 86, + "column": 13 + }, + "end": { + "line": 86, + "column": 29 + } + } + }, + "prefix": true, + "range": [ + 2294, + 2311 + ], + "loc": { + "start": { + "line": 86, + "column": 12 + }, + "end": { + "line": 86, + "column": 29 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ReturnStatement", + "argument": null, + "range": [ + 2327, + 2334 + ], + "loc": { + "start": { + "line": 87, + "column": 12 + }, + "end": { + "line": 87, + "column": 19 + } + } + } + ], + "range": [ + 2313, + 2344 + ], + "loc": { + "start": { + "line": 86, + "column": 31 + }, + "end": { + "line": 88, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 2290, + 2344 + ], + "loc": { + "start": { + "line": 86, + "column": 8 + }, + "end": { + "line": 88, + "column": 9 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2354, + 2358 + ], + "loc": { + "start": { + "line": 90, + "column": 8 + }, + "end": { + "line": 90, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "clearActiveColumns", + "range": [ + 2359, + 2377 + ], + "loc": { + "start": { + "line": 90, + "column": 13 + }, + "end": { + "line": 90, + "column": 31 + } + } + }, + "range": [ + 2354, + 2377 + ], + "loc": { + "start": { + "line": 90, + "column": 8 + }, + "end": { + "line": 90, + "column": 31 + } + } + }, + "arguments": [], + "range": [ + 2354, + 2379 + ], + "loc": { + "start": { + "line": 90, + "column": 8 + }, + "end": { + "line": 90, + "column": 33 + } + } + }, + "range": [ + 2354, + 2380 + ], + "loc": { + "start": { + "line": 90, + "column": 8 + }, + "end": { + "line": 90, + "column": 34 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2389, + 2393 + ], + "loc": { + "start": { + "line": 91, + "column": 8 + }, + "end": { + "line": 91, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emitter", + "range": [ + 2394, + 2401 + ], + "loc": { + "start": { + "line": 91, + "column": 13 + }, + "end": { + "line": 91, + "column": 20 + } + } + }, + "range": [ + 2389, + 2401 + ], + "loc": { + "start": { + "line": 91, + "column": 8 + }, + "end": { + "line": 91, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "off", + "range": [ + 2402, + 2405 + ], + "loc": { + "start": { + "line": 91, + "column": 21 + }, + "end": { + "line": 91, + "column": 24 + } + } + }, + "range": [ + 2389, + 2405 + ], + "loc": { + "start": { + "line": 91, + "column": 8 + }, + "end": { + "line": 91, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Literal", + "value": "before-filtering", + "raw": "'before-filtering'", + "range": [ + 2407, + 2425 + ], + "loc": { + "start": { + "line": 91, + "column": 26 + }, + "end": { + "line": 91, + "column": 44 + } + } + } + ], + "range": [ + 2406, + 2426 + ], + "loc": { + "start": { + "line": 91, + "column": 25 + }, + "end": { + "line": 91, + "column": 45 + } + } + }, + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [], + "body": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2434, + 2438 + ], + "loc": { + "start": { + "line": 91, + "column": 53 + }, + "end": { + "line": 91, + "column": 57 + } + } + }, + "property": { + "type": "Identifier", + "name": "clearActiveColumns", + "range": [ + 2439, + 2457 + ], + "loc": { + "start": { + "line": 91, + "column": 58 + }, + "end": { + "line": 91, + "column": 76 + } + } + }, + "range": [ + 2434, + 2457 + ], + "loc": { + "start": { + "line": 91, + "column": 53 + }, + "end": { + "line": 91, + "column": 76 + } + } + }, + "arguments": [], + "range": [ + 2434, + 2459 + ], + "loc": { + "start": { + "line": 91, + "column": 53 + }, + "end": { + "line": 91, + "column": 78 + } + } + }, + "generator": false, + "expression": true, + "range": [ + 2428, + 2459 + ], + "loc": { + "start": { + "line": 91, + "column": 47 + }, + "end": { + "line": 91, + "column": 78 + } + } + } + ], + "range": [ + 2389, + 2460 + ], + "loc": { + "start": { + "line": 91, + "column": 8 + }, + "end": { + "line": 91, + "column": 79 + } + } + }, + "range": [ + 2389, + 2461 + ], + "loc": { + "start": { + "line": 91, + "column": 8 + }, + "end": { + "line": 91, + "column": 80 + } + } + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2470, + 2474 + ], + "loc": { + "start": { + "line": 92, + "column": 8 + }, + "end": { + "line": 92, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emitter", + "range": [ + 2475, + 2482 + ], + "loc": { + "start": { + "line": 92, + "column": 13 + }, + "end": { + "line": 92, + "column": 20 + } + } + }, + "range": [ + 2470, + 2482 + ], + "loc": { + "start": { + "line": 92, + "column": 8 + }, + "end": { + "line": 92, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "name": "off", + "range": [ + 2483, + 2486 + ], + "loc": { + "start": { + "line": 92, + "column": 21 + }, + "end": { + "line": 92, + "column": 24 + } + } + }, + "range": [ + 2470, + 2486 + ], + "loc": { + "start": { + "line": 92, + "column": 8 + }, + "end": { + "line": 92, + "column": 24 + } + } + }, + "arguments": [ + { + "type": "ArrayExpression", + "elements": [ + { + "type": "Literal", + "value": "cell-processed", + "raw": "'cell-processed'", + "range": [ + 2501, + 2517 + ], + "loc": { + "start": { + "line": 93, + "column": 13 + }, + "end": { + "line": 93, + "column": 29 + } + } + } + ], + "range": [ + 2500, + 2518 + ], + "loc": { + "start": { + "line": 93, + "column": 12 + }, + "end": { + "line": 93, + "column": 30 + } + } + }, + { + "type": "ArrowFunctionExpression", + "id": null, + "params": [ + { + "type": "Identifier", + "name": "tf", + "range": [ + 2533, + 2535 + ], + "loc": { + "start": { + "line": 94, + "column": 13 + }, + "end": { + "line": 94, + "column": 15 + } + } + }, + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 2537, + 2545 + ], + "loc": { + "start": { + "line": 94, + "column": 17 + }, + "end": { + "line": 94, + "column": 25 + } + } + } + ], + "body": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2550, + 2554 + ], + "loc": { + "start": { + "line": 94, + "column": 30 + }, + "end": { + "line": 94, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "markActiveColumn", + "range": [ + 2555, + 2571 + ], + "loc": { + "start": { + "line": 94, + "column": 35 + }, + "end": { + "line": 94, + "column": 51 + } + } + }, + "range": [ + 2550, + 2571 + ], + "loc": { + "start": { + "line": 94, + "column": 30 + }, + "end": { + "line": 94, + "column": 51 + } + } + }, + "arguments": [ + { + "type": "Identifier", + "name": "colIndex", + "range": [ + 2572, + 2580 + ], + "loc": { + "start": { + "line": 94, + "column": 52 + }, + "end": { + "line": 94, + "column": 60 + } + } + } + ], + "range": [ + 2550, + 2581 + ], + "loc": { + "start": { + "line": 94, + "column": 30 + }, + "end": { + "line": 94, + "column": 61 + } + } + }, + "generator": false, + "expression": true, + "range": [ + 2532, + 2581 + ], + "loc": { + "start": { + "line": 94, + "column": 12 + }, + "end": { + "line": 94, + "column": 61 + } + } + } + ], + "range": [ + 2470, + 2591 + ], + "loc": { + "start": { + "line": 92, + "column": 8 + }, + "end": { + "line": 95, + "column": 9 + } + } + }, + "range": [ + 2470, + 2592 + ], + "loc": { + "start": { + "line": 92, + "column": 8 + }, + "end": { + "line": 95, + "column": 10 + } + }, + "trailingComments": [ + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 2602, + 2619 + ], + "loc": { + "start": { + "line": 97, + "column": 8 + }, + "end": { + "line": 97, + "column": 25 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 2628, + 2632 + ], + "loc": { + "start": { + "line": 98, + "column": 8 + }, + "end": { + "line": 98, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "initialized", + "range": [ + 2633, + 2644 + ], + "loc": { + "start": { + "line": 98, + "column": 13 + }, + "end": { + "line": 98, + "column": 24 + } + } + }, + "range": [ + 2628, + 2644 + ], + "loc": { + "start": { + "line": 98, + "column": 8 + }, + "end": { + "line": 98, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": false, + "raw": "false", + "range": [ + 2647, + 2652 + ], + "loc": { + "start": { + "line": 98, + "column": 27 + }, + "end": { + "line": 98, + "column": 32 + } + } + }, + "range": [ + 2628, + 2652 + ], + "loc": { + "start": { + "line": 98, + "column": 8 + }, + "end": { + "line": 98, + "column": 32 + } + } + }, + "range": [ + 2628, + 2653 + ], + "loc": { + "start": { + "line": 98, + "column": 8 + }, + "end": { + "line": 98, + "column": 33 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 2602, + 2619 + ], + "loc": { + "start": { + "line": 97, + "column": 8 + }, + "end": { + "line": 97, + "column": 25 + } + } + } + ] + } + ], + "range": [ + 2280, + 2659 + ], + "loc": { + "start": { + "line": 85, + "column": 14 + }, + "end": { + "line": 99, + "column": 5 + } + } + }, + "generator": false, + "expression": false, + "range": [ + 2277, + 2659 + ], + "loc": { + "start": { + "line": 85, + "column": 11 + }, + "end": { + "line": 99, + "column": 5 + } + } + }, + "kind": "method", + "computed": false, + "range": [ + 2270, + 2659 + ], + "loc": { + "start": { + "line": 85, + "column": 4 + }, + "end": { + "line": 99, + "column": 5 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Remove feature\n ", + "range": [ + 2232, + 2265 + ], + "loc": { + "start": { + "line": 82, + "column": 4 + }, + "end": { + "line": 84, + "column": 7 + } + } + } + ], + "static": false + } + ], + "range": [ + 181, + 2661 + ], + "loc": { + "start": { + "line": 5, + "column": 47 + }, + "end": { + "line": 100, + "column": 1 + } + } + }, + "range": [ + 141, + 2661 + ], + "loc": { + "start": { + "line": 5, + "column": 7 + }, + "end": { + "line": 100, + "column": 1 + } + }, + "leadingComments": [], + "trailingComments": [] + }, + "specifiers": [], + "source": null, + "range": [ + 134, + 2661 + ], + "loc": { + "start": { + "line": 5, + "column": 0 + }, + "end": { + "line": 100, + "column": 1 + } + } + } + ], + "sourceType": "module", + "range": [ + 0, + 2661 + ], + "loc": { + "start": { + "line": 1, + "column": 0 + }, + "end": { + "line": 100, + "column": 1 + } + }, + "comments": [ + { + "type": "Block", + "value": "*\n * Create an instance of MarkActiveColumns\n * @param {TableFilter} tf TableFilter instance\n ", + "range": [ + 188, + 298 + ], + "loc": { + "start": { + "line": 7, + "column": 4 + }, + "end": { + "line": 10, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", + "range": [ + 424, + 516 + ], + "loc": { + "start": { + "line": 16, + "column": 8 + }, + "end": { + "line": 19, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", + "range": [ + 599, + 706 + ], + "loc": { + "start": { + "line": 22, + "column": 8 + }, + "end": { + "line": 25, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", + "range": [ + 846, + 952 + ], + "loc": { + "start": { + "line": 29, + "column": 8 + }, + "end": { + "line": 32, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Initialise MarkActiveColumns instance\n ", + "range": [ + 1091, + 1147 + ], + "loc": { + "start": { + "line": 37, + "column": 4 + }, + "end": { + "line": 39, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 1443, + 1460 + ], + "loc": { + "start": { + "line": 51, + "column": 8 + }, + "end": { + "line": 51, + "column": 25 + } + } + }, + { + "type": "Block", + "value": "*\n * Clear filtered columns visual indicator (background color)\n ", + "range": [ + 1505, + 1582 + ], + "loc": { + "start": { + "line": 55, + "column": 4 + }, + "end": { + "line": 57, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", + "range": [ + 1802, + 1897 + ], + "loc": { + "start": { + "line": 66, + "column": 4 + }, + "end": { + "line": 69, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Remove feature\n ", + "range": [ + 2232, + 2265 + ], + "loc": { + "start": { + "line": 82, + "column": 4 + }, + "end": { + "line": 84, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "* @inherited ", + "range": [ + 2602, + 2619 + ], + "loc": { + "start": { + "line": 97, + "column": 8 + }, + "end": { + "line": 97, + "column": 25 + } + } + } + ] +} \ No newline at end of file diff --git a/docs/ast/source/modules/noResults.js.json b/docs/ast/source/modules/noResults.js.json index 4d17bba4..d55f0137 100644 --- a/docs/ast/source/modules/noResults.js.json +++ b/docs/ast/source/modules/noResults.js.json @@ -5471,10 +5471,10 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * @inherited\n ", + "value": "* @inherited ", "range": [ 3063, - 3100 + 3080 ], "loc": { "start": { @@ -5482,8 +5482,8 @@ "column": 8 }, "end": { - "line": 120, - "column": 11 + "line": 118, + "column": 25 } } } @@ -5500,16 +5500,16 @@ "object": { "type": "ThisExpression", "range": [ - 3109, - 3113 + 3089, + 3093 ], "loc": { "start": { - "line": 121, + "line": 119, "column": 8 }, "end": { - "line": 121, + "line": 119, "column": 12 } } @@ -5518,31 +5518,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 3114, - 3125 + 3094, + 3105 ], "loc": { "start": { - "line": 121, + "line": 119, "column": 13 }, "end": { - "line": 121, + "line": 119, "column": 24 } } }, "range": [ - 3109, - 3125 + 3089, + 3105 ], "loc": { "start": { - "line": 121, + "line": 119, "column": 8 }, "end": { - "line": 121, + "line": 119, "column": 24 } } @@ -5552,56 +5552,56 @@ "value": true, "raw": "true", "range": [ - 3128, - 3132 + 3108, + 3112 ], "loc": { "start": { - "line": 121, + "line": 119, "column": 27 }, "end": { - "line": 121, + "line": 119, "column": 31 } } }, "range": [ - 3109, - 3132 + 3089, + 3112 ], "loc": { "start": { - "line": 121, + "line": 119, "column": 8 }, "end": { - "line": 121, + "line": 119, "column": 31 } } }, "range": [ - 3109, - 3133 + 3089, + 3113 ], "loc": { "start": { - "line": 121, + "line": 119, "column": 8 }, "end": { - "line": 121, + "line": 119, "column": 32 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * @inherited\n ", + "value": "* @inherited ", "range": [ 3063, - 3100 + 3080 ], "loc": { "start": { @@ -5609,8 +5609,8 @@ "column": 8 }, "end": { - "line": 120, - "column": 11 + "line": 118, + "column": 25 } } } @@ -5626,16 +5626,16 @@ "object": { "type": "ThisExpression", "range": [ - 3143, - 3147 + 3123, + 3127 ], "loc": { "start": { - "line": 123, + "line": 121, "column": 8 }, "end": { - "line": 123, + "line": 121, "column": 12 } } @@ -5644,62 +5644,62 @@ "type": "Identifier", "name": "hide", "range": [ - 3148, - 3152 + 3128, + 3132 ], "loc": { "start": { - "line": 123, + "line": 121, "column": 13 }, "end": { - "line": 123, + "line": 121, "column": 17 } } }, "range": [ - 3143, - 3152 + 3123, + 3132 ], "loc": { "start": { - "line": 123, + "line": 121, "column": 8 }, "end": { - "line": 123, + "line": 121, "column": 17 } } }, "arguments": [], "range": [ - 3143, - 3154 + 3123, + 3134 ], "loc": { "start": { - "line": 123, + "line": 121, "column": 8 }, "end": { - "line": 123, + "line": 121, "column": 19 } } }, "range": [ - 3143, - 3155 + 3123, + 3135 ], "loc": { "start": { - "line": 123, + "line": 121, "column": 8 }, "end": { - "line": 123, + "line": 121, "column": 20 } } @@ -5707,7 +5707,7 @@ ], "range": [ 2421, - 3161 + 3141 ], "loc": { "start": { @@ -5715,7 +5715,7 @@ "column": 11 }, "end": { - "line": 124, + "line": 122, "column": 5 } } @@ -5724,7 +5724,7 @@ "expression": false, "range": [ 2418, - 3161 + 3141 ], "loc": { "start": { @@ -5732,7 +5732,7 @@ "column": 8 }, "end": { - "line": 124, + "line": 122, "column": 5 } } @@ -5741,7 +5741,7 @@ "computed": false, "range": [ 2414, - 3161 + 3141 ], "loc": { "start": { @@ -5749,7 +5749,7 @@ "column": 4 }, "end": { - "line": 124, + "line": 122, "column": 5 } }, @@ -5778,16 +5778,16 @@ "type": "Block", "value": "*\n * Toggle no results message\n ", "range": [ - 3167, - 3211 + 3147, + 3191 ], "loc": { "start": { - "line": 126, + "line": 124, "column": 4 }, "end": { - "line": 128, + "line": 126, "column": 7 } } @@ -5801,16 +5801,16 @@ "type": "Identifier", "name": "toggle", "range": [ - 3216, - 3222 + 3196, + 3202 ], "loc": { "start": { - "line": 129, + "line": 127, "column": 4 }, "end": { - "line": 129, + "line": 127, "column": 10 } } @@ -5838,16 +5838,16 @@ "object": { "type": "ThisExpression", "range": [ - 3239, - 3243 + 3219, + 3223 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 12 }, "end": { - "line": 130, + "line": 128, "column": 16 } } @@ -5856,31 +5856,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3244, - 3246 + 3224, + 3226 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 17 }, "end": { - "line": 130, + "line": 128, "column": 19 } } }, "range": [ - 3239, - 3246 + 3219, + 3226 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 12 }, "end": { - "line": 130, + "line": 128, "column": 19 } } @@ -5889,47 +5889,47 @@ "type": "Identifier", "name": "getValidRowsNb", "range": [ - 3247, - 3261 + 3227, + 3241 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 20 }, "end": { - "line": 130, + "line": 128, "column": 34 } } }, "range": [ - 3239, - 3261 + 3219, + 3241 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 12 }, "end": { - "line": 130, + "line": 128, "column": 34 } } }, "arguments": [], "range": [ - 3239, - 3263 + 3219, + 3243 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 12 }, "end": { - "line": 130, + "line": 128, "column": 36 } } @@ -5939,31 +5939,31 @@ "value": 0, "raw": "0", "range": [ - 3266, - 3267 + 3246, + 3247 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 39 }, "end": { - "line": 130, + "line": 128, "column": 40 } } }, "range": [ - 3239, - 3267 + 3219, + 3247 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 12 }, "end": { - "line": 130, + "line": 128, "column": 40 } } @@ -5981,16 +5981,16 @@ "object": { "type": "ThisExpression", "range": [ - 3283, - 3287 + 3263, + 3267 ], "loc": { "start": { - "line": 131, + "line": 129, "column": 12 }, "end": { - "line": 131, + "line": 129, "column": 16 } } @@ -5999,78 +5999,78 @@ "type": "Identifier", "name": "hide", "range": [ - 3288, - 3292 + 3268, + 3272 ], "loc": { "start": { - "line": 131, + "line": 129, "column": 17 }, "end": { - "line": 131, + "line": 129, "column": 21 } } }, "range": [ - 3283, - 3292 + 3263, + 3272 ], "loc": { "start": { - "line": 131, + "line": 129, "column": 12 }, "end": { - "line": 131, + "line": 129, "column": 21 } } }, "arguments": [], "range": [ - 3283, - 3294 + 3263, + 3274 ], "loc": { "start": { - "line": 131, + "line": 129, "column": 12 }, "end": { - "line": 131, + "line": 129, "column": 23 } } }, "range": [ - 3283, - 3295 + 3263, + 3275 ], "loc": { "start": { - "line": 131, + "line": 129, "column": 12 }, "end": { - "line": 131, + "line": 129, "column": 24 } } } ], "range": [ - 3269, - 3305 + 3249, + 3285 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 42 }, "end": { - "line": 132, + "line": 130, "column": 9 } } @@ -6088,16 +6088,16 @@ "object": { "type": "ThisExpression", "range": [ - 3325, - 3329 + 3305, + 3309 ], "loc": { "start": { - "line": 133, + "line": 131, "column": 12 }, "end": { - "line": 133, + "line": 131, "column": 16 } } @@ -6106,109 +6106,109 @@ "type": "Identifier", "name": "show", "range": [ - 3330, - 3334 + 3310, + 3314 ], "loc": { "start": { - "line": 133, + "line": 131, "column": 17 }, "end": { - "line": 133, + "line": 131, "column": 21 } } }, "range": [ - 3325, - 3334 + 3305, + 3314 ], "loc": { "start": { - "line": 133, + "line": 131, "column": 12 }, "end": { - "line": 133, + "line": 131, "column": 21 } } }, "arguments": [], "range": [ - 3325, - 3336 + 3305, + 3316 ], "loc": { "start": { - "line": 133, + "line": 131, "column": 12 }, "end": { - "line": 133, + "line": 131, "column": 23 } } }, "range": [ - 3325, - 3337 + 3305, + 3317 ], "loc": { "start": { - "line": 133, + "line": 131, "column": 12 }, "end": { - "line": 133, + "line": 131, "column": 24 } } } ], "range": [ - 3311, - 3347 + 3291, + 3327 ], "loc": { "start": { - "line": 132, + "line": 130, "column": 15 }, "end": { - "line": 134, + "line": 132, "column": 9 } } }, "range": [ - 3235, - 3347 + 3215, + 3327 ], "loc": { "start": { - "line": 130, + "line": 128, "column": 8 }, "end": { - "line": 134, + "line": 132, "column": 9 } } } ], "range": [ - 3225, - 3353 + 3205, + 3333 ], "loc": { "start": { - "line": 129, + "line": 127, "column": 13 }, "end": { - "line": 135, + "line": 133, "column": 5 } } @@ -6216,16 +6216,16 @@ "generator": false, "expression": false, "range": [ - 3222, - 3353 + 3202, + 3333 ], "loc": { "start": { - "line": 129, + "line": 127, "column": 10 }, "end": { - "line": 135, + "line": 133, "column": 5 } } @@ -6233,16 +6233,16 @@ "kind": "method", "computed": false, "range": [ - 3216, - 3353 + 3196, + 3333 ], "loc": { "start": { - "line": 129, + "line": 127, "column": 4 }, "end": { - "line": 135, + "line": 133, "column": 5 } }, @@ -6251,16 +6251,16 @@ "type": "Block", "value": "*\n * Toggle no results message\n ", "range": [ - 3167, - 3211 + 3147, + 3191 ], "loc": { "start": { - "line": 126, + "line": 124, "column": 4 }, "end": { - "line": 128, + "line": 126, "column": 7 } } @@ -6271,16 +6271,16 @@ "type": "Block", "value": "*\n * Show no results message\n ", "range": [ - 3359, - 3401 + 3339, + 3381 ], "loc": { "start": { - "line": 137, + "line": 135, "column": 4 }, "end": { - "line": 139, + "line": 137, "column": 7 } } @@ -6294,16 +6294,16 @@ "type": "Identifier", "name": "show", "range": [ - 3406, - 3410 + 3386, + 3390 ], "loc": { "start": { - "line": 140, + "line": 138, "column": 4 }, "end": { - "line": 140, + "line": 138, "column": 8 } } @@ -6329,16 +6329,16 @@ "object": { "type": "ThisExpression", "range": [ - 3428, - 3432 + 3408, + 3412 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 13 }, "end": { - "line": 141, + "line": 139, "column": 17 } } @@ -6347,47 +6347,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 3433, - 3444 + 3413, + 3424 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 18 }, "end": { - "line": 141, + "line": 139, "column": 29 } } }, "range": [ - 3428, - 3444 + 3408, + 3424 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 13 }, "end": { - "line": 141, + "line": 139, "column": 29 } } }, "prefix": true, "range": [ - 3427, - 3444 + 3407, + 3424 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 12 }, "end": { - "line": 141, + "line": 139, "column": 29 } } @@ -6403,16 +6403,16 @@ "object": { "type": "ThisExpression", "range": [ - 3449, - 3453 + 3429, + 3433 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 34 }, "end": { - "line": 141, + "line": 139, "column": 38 } } @@ -6421,78 +6421,78 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 3454, - 3463 + 3434, + 3443 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 39 }, "end": { - "line": 141, + "line": 139, "column": 48 } } }, "range": [ - 3449, - 3463 + 3429, + 3443 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 34 }, "end": { - "line": 141, + "line": 139, "column": 48 } } }, "arguments": [], "range": [ - 3449, - 3465 + 3429, + 3445 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 34 }, "end": { - "line": 141, + "line": 139, "column": 50 } } }, "prefix": true, "range": [ - 3448, - 3465 + 3428, + 3445 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 33 }, "end": { - "line": 141, + "line": 139, "column": 50 } } }, "range": [ - 3427, - 3465 + 3407, + 3445 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 12 }, "end": { - "line": 141, + "line": 139, "column": 50 } } @@ -6504,48 +6504,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3481, - 3488 + 3461, + 3468 ], "loc": { "start": { - "line": 142, + "line": 140, "column": 12 }, "end": { - "line": 142, + "line": 140, "column": 19 } } } ], "range": [ - 3467, - 3498 + 3447, + 3478 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 52 }, "end": { - "line": 143, + "line": 141, "column": 9 } } }, "alternate": null, "range": [ - 3423, - 3498 + 3403, + 3478 ], "loc": { "start": { - "line": 141, + "line": 139, "column": 8 }, "end": { - "line": 143, + "line": 141, "column": 9 } } @@ -6560,16 +6560,16 @@ "object": { "type": "ThisExpression", "range": [ - 3507, - 3511 + 3487, + 3491 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 8 }, "end": { - "line": 144, + "line": 142, "column": 12 } } @@ -6578,31 +6578,31 @@ "type": "Identifier", "name": "onBeforeShow", "range": [ - 3512, - 3524 + 3492, + 3504 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 13 }, "end": { - "line": 144, + "line": 142, "column": 25 } } }, "range": [ - 3507, - 3524 + 3487, + 3504 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 8 }, "end": { - "line": 144, + "line": 142, "column": 25 } } @@ -6614,16 +6614,16 @@ "object": { "type": "ThisExpression", "range": [ - 3525, - 3529 + 3505, + 3509 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 26 }, "end": { - "line": 144, + "line": 142, "column": 30 } } @@ -6632,31 +6632,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3530, - 3532 + 3510, + 3512 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 31 }, "end": { - "line": 144, + "line": 142, "column": 33 } } }, "range": [ - 3525, - 3532 + 3505, + 3512 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 26 }, "end": { - "line": 144, + "line": 142, "column": 33 } } @@ -6664,47 +6664,47 @@ { "type": "ThisExpression", "range": [ - 3534, - 3538 + 3514, + 3518 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 35 }, "end": { - "line": 144, + "line": 142, "column": 39 } } } ], "range": [ - 3507, - 3539 + 3487, + 3519 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 8 }, "end": { - "line": 144, + "line": 142, "column": 40 } } }, "range": [ - 3507, - 3540 + 3487, + 3520 ], "loc": { "start": { - "line": 144, + "line": 142, "column": 8 }, "end": { - "line": 144, + "line": 142, "column": 41 } } @@ -6719,16 +6719,16 @@ "object": { "type": "ThisExpression", "range": [ - 3550, - 3554 + 3530, + 3534 ], "loc": { "start": { - "line": 146, + "line": 144, "column": 8 }, "end": { - "line": 146, + "line": 144, "column": 12 } } @@ -6737,62 +6737,62 @@ "type": "Identifier", "name": "setWidth", "range": [ - 3555, - 3563 + 3535, + 3543 ], "loc": { "start": { - "line": 146, + "line": 144, "column": 13 }, "end": { - "line": 146, + "line": 144, "column": 21 } } }, "range": [ - 3550, - 3563 + 3530, + 3543 ], "loc": { "start": { - "line": 146, + "line": 144, "column": 8 }, "end": { - "line": 146, + "line": 144, "column": 21 } } }, "arguments": [], "range": [ - 3550, - 3565 + 3530, + 3545 ], "loc": { "start": { - "line": 146, + "line": 144, "column": 8 }, "end": { - "line": 146, + "line": 144, "column": 23 } } }, "range": [ - 3550, - 3566 + 3530, + 3546 ], "loc": { "start": { - "line": 146, + "line": 144, "column": 8 }, "end": { - "line": 146, + "line": 144, "column": 24 } } @@ -6814,16 +6814,16 @@ "object": { "type": "ThisExpression", "range": [ - 3575, - 3579 + 3555, + 3559 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 8 }, "end": { - "line": 147, + "line": 145, "column": 12 } } @@ -6832,31 +6832,31 @@ "type": "Identifier", "name": "cont", "range": [ - 3580, - 3584 + 3560, + 3564 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 13 }, "end": { - "line": 147, + "line": 145, "column": 17 } } }, "range": [ - 3575, - 3584 + 3555, + 3564 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 8 }, "end": { - "line": 147, + "line": 145, "column": 17 } } @@ -6865,31 +6865,31 @@ "type": "Identifier", "name": "style", "range": [ - 3585, - 3590 + 3565, + 3570 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 18 }, "end": { - "line": 147, + "line": 145, "column": 23 } } }, "range": [ - 3575, - 3590 + 3555, + 3570 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 8 }, "end": { - "line": 147, + "line": 145, "column": 23 } } @@ -6898,31 +6898,31 @@ "type": "Identifier", "name": "display", "range": [ - 3591, - 3598 + 3571, + 3578 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 24 }, "end": { - "line": 147, + "line": 145, "column": 31 } } }, "range": [ - 3575, - 3598 + 3555, + 3578 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 8 }, "end": { - "line": 147, + "line": 145, "column": 31 } } @@ -6932,46 +6932,46 @@ "value": "block", "raw": "'block'", "range": [ - 3601, - 3608 + 3581, + 3588 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 34 }, "end": { - "line": 147, + "line": 145, "column": 41 } } }, "range": [ - 3575, - 3608 + 3555, + 3588 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 8 }, "end": { - "line": 147, + "line": 145, "column": 41 } } }, "range": [ - 3575, - 3609 + 3555, + 3589 ], "loc": { "start": { - "line": 147, + "line": 145, "column": 8 }, "end": { - "line": 147, + "line": 145, "column": 42 } } @@ -6986,16 +6986,16 @@ "object": { "type": "ThisExpression", "range": [ - 3619, - 3623 + 3599, + 3603 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 8 }, "end": { - "line": 149, + "line": 147, "column": 12 } } @@ -7004,31 +7004,31 @@ "type": "Identifier", "name": "onAfterShow", "range": [ - 3624, - 3635 + 3604, + 3615 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 13 }, "end": { - "line": 149, + "line": 147, "column": 24 } } }, "range": [ - 3619, - 3635 + 3599, + 3615 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 8 }, "end": { - "line": 149, + "line": 147, "column": 24 } } @@ -7040,16 +7040,16 @@ "object": { "type": "ThisExpression", "range": [ - 3636, - 3640 + 3616, + 3620 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 25 }, "end": { - "line": 149, + "line": 147, "column": 29 } } @@ -7058,31 +7058,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3641, - 3643 + 3621, + 3623 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 30 }, "end": { - "line": 149, + "line": 147, "column": 32 } } }, "range": [ - 3636, - 3643 + 3616, + 3623 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 25 }, "end": { - "line": 149, + "line": 147, "column": 32 } } @@ -7090,63 +7090,63 @@ { "type": "ThisExpression", "range": [ - 3645, - 3649 + 3625, + 3629 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 34 }, "end": { - "line": 149, + "line": 147, "column": 38 } } } ], "range": [ - 3619, - 3650 + 3599, + 3630 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 8 }, "end": { - "line": 149, + "line": 147, "column": 39 } } }, "range": [ - 3619, - 3651 + 3599, + 3631 ], "loc": { "start": { - "line": 149, + "line": 147, "column": 8 }, "end": { - "line": 149, + "line": 147, "column": 40 } } } ], "range": [ - 3413, - 3657 + 3393, + 3637 ], "loc": { "start": { - "line": 140, + "line": 138, "column": 11 }, "end": { - "line": 150, + "line": 148, "column": 5 } } @@ -7154,16 +7154,16 @@ "generator": false, "expression": false, "range": [ - 3410, - 3657 + 3390, + 3637 ], "loc": { "start": { - "line": 140, + "line": 138, "column": 8 }, "end": { - "line": 150, + "line": 148, "column": 5 } } @@ -7171,16 +7171,16 @@ "kind": "method", "computed": false, "range": [ - 3406, - 3657 + 3386, + 3637 ], "loc": { "start": { - "line": 140, + "line": 138, "column": 4 }, "end": { - "line": 150, + "line": 148, "column": 5 } }, @@ -7189,16 +7189,16 @@ "type": "Block", "value": "*\n * Show no results message\n ", "range": [ - 3359, - 3401 + 3339, + 3381 ], "loc": { "start": { - "line": 137, + "line": 135, "column": 4 }, "end": { - "line": 139, + "line": 137, "column": 7 } } @@ -7209,16 +7209,16 @@ "type": "Block", "value": "*\n * Hide no results message\n ", "range": [ - 3663, - 3705 + 3643, + 3685 ], "loc": { "start": { - "line": 152, + "line": 150, "column": 4 }, "end": { - "line": 154, + "line": 152, "column": 7 } } @@ -7232,16 +7232,16 @@ "type": "Identifier", "name": "hide", "range": [ - 3710, - 3714 + 3690, + 3694 ], "loc": { "start": { - "line": 155, + "line": 153, "column": 4 }, "end": { - "line": 155, + "line": 153, "column": 8 } } @@ -7267,16 +7267,16 @@ "object": { "type": "ThisExpression", "range": [ - 3732, - 3736 + 3712, + 3716 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 13 }, "end": { - "line": 156, + "line": 154, "column": 17 } } @@ -7285,47 +7285,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 3737, - 3748 + 3717, + 3728 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 18 }, "end": { - "line": 156, + "line": 154, "column": 29 } } }, "range": [ - 3732, - 3748 + 3712, + 3728 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 13 }, "end": { - "line": 156, + "line": 154, "column": 29 } } }, "prefix": true, "range": [ - 3731, - 3748 + 3711, + 3728 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 12 }, "end": { - "line": 156, + "line": 154, "column": 29 } } @@ -7341,16 +7341,16 @@ "object": { "type": "ThisExpression", "range": [ - 3753, - 3757 + 3733, + 3737 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 34 }, "end": { - "line": 156, + "line": 154, "column": 38 } } @@ -7359,78 +7359,78 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 3758, - 3767 + 3738, + 3747 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 39 }, "end": { - "line": 156, + "line": 154, "column": 48 } } }, "range": [ - 3753, - 3767 + 3733, + 3747 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 34 }, "end": { - "line": 156, + "line": 154, "column": 48 } } }, "arguments": [], "range": [ - 3753, - 3769 + 3733, + 3749 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 34 }, "end": { - "line": 156, + "line": 154, "column": 50 } } }, "prefix": true, "range": [ - 3752, - 3769 + 3732, + 3749 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 33 }, "end": { - "line": 156, + "line": 154, "column": 50 } } }, "range": [ - 3731, - 3769 + 3711, + 3749 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 12 }, "end": { - "line": 156, + "line": 154, "column": 50 } } @@ -7442,48 +7442,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 3785, - 3792 + 3765, + 3772 ], "loc": { "start": { - "line": 157, + "line": 155, "column": 12 }, "end": { - "line": 157, + "line": 155, "column": 19 } } } ], "range": [ - 3771, - 3802 + 3751, + 3782 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 52 }, "end": { - "line": 158, + "line": 156, "column": 9 } } }, "alternate": null, "range": [ - 3727, - 3802 + 3707, + 3782 ], "loc": { "start": { - "line": 156, + "line": 154, "column": 8 }, "end": { - "line": 158, + "line": 156, "column": 9 } } @@ -7498,16 +7498,16 @@ "object": { "type": "ThisExpression", "range": [ - 3811, - 3815 + 3791, + 3795 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 8 }, "end": { - "line": 159, + "line": 157, "column": 12 } } @@ -7516,31 +7516,31 @@ "type": "Identifier", "name": "onBeforeHide", "range": [ - 3816, - 3828 + 3796, + 3808 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 13 }, "end": { - "line": 159, + "line": 157, "column": 25 } } }, "range": [ - 3811, - 3828 + 3791, + 3808 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 8 }, "end": { - "line": 159, + "line": 157, "column": 25 } } @@ -7552,16 +7552,16 @@ "object": { "type": "ThisExpression", "range": [ - 3829, - 3833 + 3809, + 3813 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 26 }, "end": { - "line": 159, + "line": 157, "column": 30 } } @@ -7570,31 +7570,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3834, - 3836 + 3814, + 3816 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 31 }, "end": { - "line": 159, + "line": 157, "column": 33 } } }, "range": [ - 3829, - 3836 + 3809, + 3816 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 26 }, "end": { - "line": 159, + "line": 157, "column": 33 } } @@ -7602,47 +7602,47 @@ { "type": "ThisExpression", "range": [ - 3838, - 3842 + 3818, + 3822 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 35 }, "end": { - "line": 159, + "line": 157, "column": 39 } } } ], "range": [ - 3811, - 3843 + 3791, + 3823 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 8 }, "end": { - "line": 159, + "line": 157, "column": 40 } } }, "range": [ - 3811, - 3844 + 3791, + 3824 ], "loc": { "start": { - "line": 159, + "line": 157, "column": 8 }, "end": { - "line": 159, + "line": 157, "column": 41 } } @@ -7664,16 +7664,16 @@ "object": { "type": "ThisExpression", "range": [ - 3854, - 3858 + 3834, + 3838 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 8 }, "end": { - "line": 161, + "line": 159, "column": 12 } } @@ -7682,31 +7682,31 @@ "type": "Identifier", "name": "cont", "range": [ - 3859, - 3863 + 3839, + 3843 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 13 }, "end": { - "line": 161, + "line": 159, "column": 17 } } }, "range": [ - 3854, - 3863 + 3834, + 3843 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 8 }, "end": { - "line": 161, + "line": 159, "column": 17 } } @@ -7715,31 +7715,31 @@ "type": "Identifier", "name": "style", "range": [ - 3864, - 3869 + 3844, + 3849 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 18 }, "end": { - "line": 161, + "line": 159, "column": 23 } } }, "range": [ - 3854, - 3869 + 3834, + 3849 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 8 }, "end": { - "line": 161, + "line": 159, "column": 23 } } @@ -7748,31 +7748,31 @@ "type": "Identifier", "name": "display", "range": [ - 3870, - 3877 + 3850, + 3857 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 24 }, "end": { - "line": 161, + "line": 159, "column": 31 } } }, "range": [ - 3854, - 3877 + 3834, + 3857 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 8 }, "end": { - "line": 161, + "line": 159, "column": 31 } } @@ -7781,46 +7781,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 3880, - 3884 + 3860, + 3864 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 34 }, "end": { - "line": 161, + "line": 159, "column": 38 } } }, "range": [ - 3854, - 3884 + 3834, + 3864 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 8 }, "end": { - "line": 161, + "line": 159, "column": 38 } } }, "range": [ - 3854, - 3885 + 3834, + 3865 ], "loc": { "start": { - "line": 161, + "line": 159, "column": 8 }, "end": { - "line": 161, + "line": 159, "column": 39 } } @@ -7835,16 +7835,16 @@ "object": { "type": "ThisExpression", "range": [ - 3895, - 3899 + 3875, + 3879 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 8 }, "end": { - "line": 163, + "line": 161, "column": 12 } } @@ -7853,31 +7853,31 @@ "type": "Identifier", "name": "onAfterHide", "range": [ - 3900, - 3911 + 3880, + 3891 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 13 }, "end": { - "line": 163, + "line": 161, "column": 24 } } }, "range": [ - 3895, - 3911 + 3875, + 3891 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 8 }, "end": { - "line": 163, + "line": 161, "column": 24 } } @@ -7889,16 +7889,16 @@ "object": { "type": "ThisExpression", "range": [ - 3912, - 3916 + 3892, + 3896 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 25 }, "end": { - "line": 163, + "line": 161, "column": 29 } } @@ -7907,31 +7907,31 @@ "type": "Identifier", "name": "tf", "range": [ - 3917, - 3919 + 3897, + 3899 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 30 }, "end": { - "line": 163, + "line": 161, "column": 32 } } }, "range": [ - 3912, - 3919 + 3892, + 3899 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 25 }, "end": { - "line": 163, + "line": 161, "column": 32 } } @@ -7939,63 +7939,63 @@ { "type": "ThisExpression", "range": [ - 3921, - 3925 + 3901, + 3905 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 34 }, "end": { - "line": 163, + "line": 161, "column": 38 } } } ], "range": [ - 3895, - 3926 + 3875, + 3906 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 8 }, "end": { - "line": 163, + "line": 161, "column": 39 } } }, "range": [ - 3895, - 3927 + 3875, + 3907 ], "loc": { "start": { - "line": 163, + "line": 161, "column": 8 }, "end": { - "line": 163, + "line": 161, "column": 40 } } } ], "range": [ - 3717, - 3933 + 3697, + 3913 ], "loc": { "start": { - "line": 155, + "line": 153, "column": 11 }, "end": { - "line": 164, + "line": 162, "column": 5 } } @@ -8003,16 +8003,16 @@ "generator": false, "expression": false, "range": [ - 3714, - 3933 + 3694, + 3913 ], "loc": { "start": { - "line": 155, + "line": 153, "column": 8 }, "end": { - "line": 164, + "line": 162, "column": 5 } } @@ -8020,16 +8020,16 @@ "kind": "method", "computed": false, "range": [ - 3710, - 3933 + 3690, + 3913 ], "loc": { "start": { - "line": 155, + "line": 153, "column": 4 }, "end": { - "line": 164, + "line": 162, "column": 5 } }, @@ -8038,16 +8038,16 @@ "type": "Block", "value": "*\n * Hide no results message\n ", "range": [ - 3663, - 3705 + 3643, + 3685 ], "loc": { "start": { - "line": 152, + "line": 150, "column": 4 }, "end": { - "line": 154, + "line": 152, "column": 7 } } @@ -8058,16 +8058,16 @@ "type": "Block", "value": "*\n * Sets no results container width\n * @private\n ", "range": [ - 3939, - 4005 + 3919, + 3985 ], "loc": { "start": { - "line": 166, + "line": 164, "column": 4 }, "end": { - "line": 169, + "line": 167, "column": 7 } } @@ -8081,16 +8081,16 @@ "type": "Identifier", "name": "setWidth", "range": [ - 4010, - 4018 + 3990, + 3998 ], "loc": { "start": { - "line": 170, + "line": 168, "column": 4 }, "end": { - "line": 170, + "line": 168, "column": 12 } } @@ -8119,16 +8119,16 @@ "object": { "type": "ThisExpression", "range": [ - 4036, - 4040 + 4016, + 4020 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 13 }, "end": { - "line": 171, + "line": 169, "column": 17 } } @@ -8137,47 +8137,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 4041, - 4052 + 4021, + 4032 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 18 }, "end": { - "line": 171, + "line": 169, "column": 29 } } }, "range": [ - 4036, - 4052 + 4016, + 4032 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 13 }, "end": { - "line": 171, + "line": 169, "column": 29 } } }, "prefix": true, "range": [ - 4035, - 4052 + 4015, + 4032 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 12 }, "end": { - "line": 171, + "line": 169, "column": 29 } } @@ -8188,16 +8188,16 @@ "object": { "type": "ThisExpression", "range": [ - 4056, - 4060 + 4036, + 4040 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 33 }, "end": { - "line": 171, + "line": 169, "column": 37 } } @@ -8206,46 +8206,46 @@ "type": "Identifier", "name": "isExternal", "range": [ - 4061, - 4071 + 4041, + 4051 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 38 }, "end": { - "line": 171, + "line": 169, "column": 48 } } }, "range": [ - 4056, - 4071 + 4036, + 4051 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 33 }, "end": { - "line": 171, + "line": 169, "column": 48 } } }, "range": [ - 4035, - 4071 + 4015, + 4051 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 12 }, "end": { - "line": 171, + "line": 169, "column": 48 } } @@ -8261,16 +8261,16 @@ "object": { "type": "ThisExpression", "range": [ - 4076, - 4080 + 4056, + 4060 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 53 }, "end": { - "line": 171, + "line": 169, "column": 57 } } @@ -8279,78 +8279,78 @@ "type": "Identifier", "name": "isEnabled", "range": [ - 4081, - 4090 + 4061, + 4070 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 58 }, "end": { - "line": 171, + "line": 169, "column": 67 } } }, "range": [ - 4076, - 4090 + 4056, + 4070 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 53 }, "end": { - "line": 171, + "line": 169, "column": 67 } } }, "arguments": [], "range": [ - 4076, - 4092 + 4056, + 4072 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 53 }, "end": { - "line": 171, + "line": 169, "column": 69 } } }, "prefix": true, "range": [ - 4075, - 4092 + 4055, + 4072 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 52 }, "end": { - "line": 171, + "line": 169, "column": 69 } } }, "range": [ - 4035, - 4092 + 4015, + 4072 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 12 }, "end": { - "line": 171, + "line": 169, "column": 69 } } @@ -8362,48 +8362,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4108, - 4115 + 4088, + 4095 ], "loc": { "start": { - "line": 172, + "line": 170, "column": 12 }, "end": { - "line": 172, + "line": 170, "column": 19 } } } ], "range": [ - 4094, - 4125 + 4074, + 4105 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 71 }, "end": { - "line": 173, + "line": 171, "column": 9 } } }, "alternate": null, "range": [ - 4031, - 4125 + 4011, + 4105 ], "loc": { "start": { - "line": 171, + "line": 169, "column": 8 }, "end": { - "line": 173, + "line": 171, "column": 9 } } @@ -8417,16 +8417,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4138, - 4140 + 4118, + 4120 ], "loc": { "start": { - "line": 174, + "line": 172, "column": 12 }, "end": { - "line": 174, + "line": 172, "column": 14 } } @@ -8437,16 +8437,16 @@ "object": { "type": "ThisExpression", "range": [ - 4143, - 4147 + 4123, + 4127 ], "loc": { "start": { - "line": 174, + "line": 172, "column": 17 }, "end": { - "line": 174, + "line": 172, "column": 21 } } @@ -8455,46 +8455,46 @@ "type": "Identifier", "name": "tf", "range": [ - 4148, - 4150 + 4128, + 4130 ], "loc": { "start": { - "line": 174, + "line": 172, "column": 22 }, "end": { - "line": 174, + "line": 172, "column": 24 } } }, "range": [ - 4143, - 4150 + 4123, + 4130 ], "loc": { "start": { - "line": 174, + "line": 172, "column": 17 }, "end": { - "line": 174, + "line": 172, "column": 24 } } }, "range": [ - 4138, - 4150 + 4118, + 4130 ], "loc": { "start": { - "line": 174, + "line": 172, "column": 12 }, "end": { - "line": 174, + "line": 172, "column": 24 } } @@ -8502,16 +8502,16 @@ ], "kind": "let", "range": [ - 4134, - 4151 + 4114, + 4131 ], "loc": { "start": { - "line": 174, + "line": 172, "column": 8 }, "end": { - "line": 174, + "line": 172, "column": 25 } } @@ -8525,16 +8525,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4164, - 4166 + 4144, + 4146 ], "loc": { "start": { - "line": 175, + "line": 173, "column": 12 }, "end": { - "line": 175, + "line": 173, "column": 14 } } @@ -8543,31 +8543,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4167, - 4177 + 4147, + 4157 ], "loc": { "start": { - "line": 175, + "line": 173, "column": 15 }, "end": { - "line": 175, + "line": 173, "column": 25 } } }, "range": [ - 4164, - 4177 + 4144, + 4157 ], "loc": { "start": { - "line": 175, + "line": 173, "column": 12 }, "end": { - "line": 175, + "line": 173, "column": 25 } } @@ -8584,16 +8584,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4197, - 4207 + 4177, + 4187 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 16 }, "end": { - "line": 176, + "line": 174, "column": 26 } } @@ -8607,16 +8607,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4210, - 4212 + 4190, + 4192 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 29 }, "end": { - "line": 176, + "line": 174, "column": 31 } } @@ -8625,31 +8625,31 @@ "type": "Identifier", "name": "feature", "range": [ - 4213, - 4220 + 4193, + 4200 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 32 }, "end": { - "line": 176, + "line": 174, "column": 39 } } }, "range": [ - 4210, - 4220 + 4190, + 4200 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 29 }, "end": { - "line": 176, + "line": 174, "column": 39 } } @@ -8660,47 +8660,47 @@ "value": "gridLayout", "raw": "'gridLayout'", "range": [ - 4221, - 4233 + 4201, + 4213 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 40 }, "end": { - "line": 176, + "line": 174, "column": 52 } } } ], "range": [ - 4210, - 4234 + 4190, + 4214 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 29 }, "end": { - "line": 176, + "line": 174, "column": 53 } } }, "range": [ - 4197, - 4234 + 4177, + 4214 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 16 }, "end": { - "line": 176, + "line": 174, "column": 53 } } @@ -8708,16 +8708,16 @@ ], "kind": "let", "range": [ - 4193, - 4235 + 4173, + 4215 ], "loc": { "start": { - "line": 176, + "line": 174, "column": 12 }, "end": { - "line": 176, + "line": 174, "column": 54 } } @@ -8739,16 +8739,16 @@ "object": { "type": "ThisExpression", "range": [ - 4248, - 4252 + 4228, + 4232 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 12 }, "end": { - "line": 177, + "line": 175, "column": 16 } } @@ -8757,31 +8757,31 @@ "type": "Identifier", "name": "cont", "range": [ - 4253, - 4257 + 4233, + 4237 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 17 }, "end": { - "line": 177, + "line": 175, "column": 21 } } }, "range": [ - 4248, - 4257 + 4228, + 4237 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 12 }, "end": { - "line": 177, + "line": 175, "column": 21 } } @@ -8790,31 +8790,31 @@ "type": "Identifier", "name": "style", "range": [ - 4258, - 4263 + 4238, + 4243 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 22 }, "end": { - "line": 177, + "line": 175, "column": 27 } } }, "range": [ - 4248, - 4263 + 4228, + 4243 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 12 }, "end": { - "line": 177, + "line": 175, "column": 27 } } @@ -8823,31 +8823,31 @@ "type": "Identifier", "name": "width", "range": [ - 4264, - 4269 + 4244, + 4249 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 28 }, "end": { - "line": 177, + "line": 175, "column": 33 } } }, "range": [ - 4248, - 4269 + 4228, + 4249 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 12 }, "end": { - "line": 177, + "line": 175, "column": 33 } } @@ -8865,16 +8865,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4272, - 4282 + 4252, + 4262 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 36 }, "end": { - "line": 177, + "line": 175, "column": 46 } } @@ -8883,31 +8883,31 @@ "type": "Identifier", "name": "tblCont", "range": [ - 4283, - 4290 + 4263, + 4270 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 47 }, "end": { - "line": 177, + "line": 175, "column": 54 } } }, "range": [ - 4272, - 4290 + 4252, + 4270 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 36 }, "end": { - "line": 177, + "line": 175, "column": 54 } } @@ -8916,31 +8916,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 4291, - 4302 + 4271, + 4282 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 55 }, "end": { - "line": 177, + "line": 175, "column": 66 } } }, "range": [ - 4272, - 4302 + 4252, + 4282 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 36 }, "end": { - "line": 177, + "line": 175, "column": 66 } } @@ -8950,77 +8950,77 @@ "value": "px", "raw": "'px'", "range": [ - 4305, - 4309 + 4285, + 4289 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 69 }, "end": { - "line": 177, + "line": 175, "column": 73 } } }, "range": [ - 4272, - 4309 + 4252, + 4289 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 36 }, "end": { - "line": 177, + "line": 175, "column": 73 } } }, "range": [ - 4248, - 4309 + 4228, + 4289 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 12 }, "end": { - "line": 177, + "line": 175, "column": 73 } } }, "range": [ - 4248, - 4310 + 4228, + 4290 ], "loc": { "start": { - "line": 177, + "line": 175, "column": 12 }, "end": { - "line": 177, + "line": 175, "column": 74 } } } ], "range": [ - 4179, - 4320 + 4159, + 4300 ], "loc": { "start": { - "line": 175, + "line": 173, "column": 27 }, "end": { - "line": 178, + "line": 176, "column": 9 } } @@ -9045,16 +9045,16 @@ "object": { "type": "ThisExpression", "range": [ - 4340, - 4344 + 4320, + 4324 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 12 }, "end": { - "line": 179, + "line": 177, "column": 16 } } @@ -9063,31 +9063,31 @@ "type": "Identifier", "name": "cont", "range": [ - 4345, - 4349 + 4325, + 4329 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 17 }, "end": { - "line": 179, + "line": 177, "column": 21 } } }, "range": [ - 4340, - 4349 + 4320, + 4329 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 12 }, "end": { - "line": 179, + "line": 177, "column": 21 } } @@ -9096,31 +9096,31 @@ "type": "Identifier", "name": "style", "range": [ - 4350, - 4355 + 4330, + 4335 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 22 }, "end": { - "line": 179, + "line": 177, "column": 27 } } }, "range": [ - 4340, - 4355 + 4320, + 4335 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 12 }, "end": { - "line": 179, + "line": 177, "column": 27 } } @@ -9129,31 +9129,31 @@ "type": "Identifier", "name": "width", "range": [ - 4356, - 4361 + 4336, + 4341 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 28 }, "end": { - "line": 179, + "line": 177, "column": 33 } } }, "range": [ - 4340, - 4361 + 4320, + 4341 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 12 }, "end": { - "line": 179, + "line": 177, "column": 33 } } @@ -9175,16 +9175,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4365, - 4367 + 4345, + 4347 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 37 }, "end": { - "line": 179, + "line": 177, "column": 39 } } @@ -9193,47 +9193,47 @@ "type": "Identifier", "name": "dom", "range": [ - 4368, - 4371 + 4348, + 4351 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 40 }, "end": { - "line": 179, + "line": 177, "column": 43 } } }, "range": [ - 4365, - 4371 + 4345, + 4351 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 37 }, "end": { - "line": 179, + "line": 177, "column": 43 } } }, "arguments": [], "range": [ - 4365, - 4373 + 4345, + 4353 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 37 }, "end": { - "line": 179, + "line": 177, "column": 45 } } @@ -9242,31 +9242,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 4374, - 4379 + 4354, + 4359 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 46 }, "end": { - "line": 179, + "line": 177, "column": 51 } } }, "range": [ - 4365, - 4379 + 4345, + 4359 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 37 }, "end": { - "line": 179, + "line": 177, "column": 51 } } @@ -9286,16 +9286,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4398, - 4400 + 4378, + 4380 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 16 }, "end": { - "line": 180, + "line": 178, "column": 18 } } @@ -9304,47 +9304,47 @@ "type": "Identifier", "name": "dom", "range": [ - 4401, - 4404 + 4381, + 4384 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 19 }, "end": { - "line": 180, + "line": 178, "column": 22 } } }, "range": [ - 4398, - 4404 + 4378, + 4384 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 16 }, "end": { - "line": 180, + "line": 178, "column": 22 } } }, "arguments": [], "range": [ - 4398, - 4406 + 4378, + 4386 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 16 }, "end": { - "line": 180, + "line": 178, "column": 24 } } @@ -9353,31 +9353,31 @@ "type": "Identifier", "name": "tHead", "range": [ - 4407, - 4412 + 4387, + 4392 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 25 }, "end": { - "line": 180, + "line": 178, "column": 30 } } }, "range": [ - 4398, - 4412 + 4378, + 4392 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 16 }, "end": { - "line": 180, + "line": 178, "column": 30 } } @@ -9386,31 +9386,31 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 4413, - 4424 + 4393, + 4404 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 31 }, "end": { - "line": 180, + "line": 178, "column": 42 } } }, "range": [ - 4398, - 4424 + 4378, + 4404 ], "loc": { "start": { - "line": 180, + "line": 178, "column": 16 }, "end": { - "line": 180, + "line": 178, "column": 42 } } @@ -9433,16 +9433,16 @@ "type": "Identifier", "name": "tf", "range": [ - 4443, - 4445 + 4423, + 4425 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 16 }, "end": { - "line": 181, + "line": 179, "column": 18 } } @@ -9451,47 +9451,47 @@ "type": "Identifier", "name": "dom", "range": [ - 4446, - 4449 + 4426, + 4429 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 19 }, "end": { - "line": 181, + "line": 179, "column": 22 } } }, "range": [ - 4443, - 4449 + 4423, + 4429 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 16 }, "end": { - "line": 181, + "line": 179, "column": 22 } } }, "arguments": [], "range": [ - 4443, - 4451 + 4423, + 4431 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 16 }, "end": { - "line": 181, + "line": 179, "column": 24 } } @@ -9500,31 +9500,31 @@ "type": "Identifier", "name": "tBodies", "range": [ - 4452, - 4459 + 4432, + 4439 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 25 }, "end": { - "line": 181, + "line": 179, "column": 32 } } }, "range": [ - 4443, - 4459 + 4423, + 4439 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 16 }, "end": { - "line": 181, + "line": 179, "column": 32 } } @@ -9534,31 +9534,31 @@ "value": 0, "raw": "0", "range": [ - 4460, - 4461 + 4440, + 4441 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 33 }, "end": { - "line": 181, + "line": 179, "column": 34 } } }, "range": [ - 4443, - 4462 + 4423, + 4442 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 16 }, "end": { - "line": 181, + "line": 179, "column": 35 } } @@ -9567,46 +9567,46 @@ "type": "Identifier", "name": "clientWidth", "range": [ - 4463, - 4474 + 4443, + 4454 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 36 }, "end": { - "line": 181, + "line": 179, "column": 47 } } }, "range": [ - 4443, - 4474 + 4423, + 4454 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 16 }, "end": { - "line": 181, + "line": 179, "column": 47 } } }, "range": [ - 4365, - 4474 + 4345, + 4454 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 37 }, "end": { - "line": 181, + "line": 179, "column": 47 } } @@ -9616,108 +9616,108 @@ "value": "px", "raw": "'px'", "range": [ - 4478, - 4482 + 4458, + 4462 ], "loc": { "start": { - "line": 181, + "line": 179, "column": 51 }, "end": { - "line": 181, + "line": 179, "column": 55 } } }, "range": [ - 4364, - 4482 + 4344, + 4462 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 36 }, "end": { - "line": 181, + "line": 179, "column": 55 } } }, "range": [ - 4340, - 4482 + 4320, + 4462 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 12 }, "end": { - "line": 181, + "line": 179, "column": 55 } } }, "range": [ - 4340, - 4483 + 4320, + 4463 ], "loc": { "start": { - "line": 179, + "line": 177, "column": 12 }, "end": { - "line": 181, + "line": 179, "column": 56 } } } ], "range": [ - 4326, - 4493 + 4306, + 4473 ], "loc": { "start": { - "line": 178, + "line": 176, "column": 15 }, "end": { - "line": 182, + "line": 180, "column": 9 } } }, "range": [ - 4160, - 4493 + 4140, + 4473 ], "loc": { "start": { - "line": 175, + "line": 173, "column": 8 }, "end": { - "line": 182, + "line": 180, "column": 9 } } } ], "range": [ - 4021, - 4499 + 4001, + 4479 ], "loc": { "start": { - "line": 170, + "line": 168, "column": 15 }, "end": { - "line": 183, + "line": 181, "column": 5 } } @@ -9725,16 +9725,16 @@ "generator": false, "expression": false, "range": [ - 4018, - 4499 + 3998, + 4479 ], "loc": { "start": { - "line": 170, + "line": 168, "column": 12 }, "end": { - "line": 183, + "line": 181, "column": 5 } } @@ -9742,16 +9742,16 @@ "kind": "method", "computed": false, "range": [ - 4010, - 4499 + 3990, + 4479 ], "loc": { "start": { - "line": 170, + "line": 168, "column": 4 }, "end": { - "line": 183, + "line": 181, "column": 5 } }, @@ -9760,16 +9760,16 @@ "type": "Block", "value": "*\n * Sets no results container width\n * @private\n ", "range": [ - 3939, - 4005 + 3919, + 3985 ], "loc": { "start": { - "line": 166, + "line": 164, "column": 4 }, "end": { - "line": 169, + "line": 167, "column": 7 } } @@ -9780,16 +9780,16 @@ "type": "Block", "value": "*\n * Remove feature\n ", "range": [ - 4505, - 4538 + 4485, + 4518 ], "loc": { "start": { - "line": 185, + "line": 183, "column": 4 }, "end": { - "line": 187, + "line": 185, "column": 7 } } @@ -9803,16 +9803,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 4543, - 4550 + 4523, + 4530 ], "loc": { "start": { - "line": 188, + "line": 186, "column": 4 }, "end": { - "line": 188, + "line": 186, "column": 11 } } @@ -9835,16 +9835,16 @@ "object": { "type": "ThisExpression", "range": [ - 4568, - 4572 + 4548, + 4552 ], "loc": { "start": { - "line": 189, + "line": 187, "column": 13 }, "end": { - "line": 189, + "line": 187, "column": 17 } } @@ -9853,47 +9853,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 4573, - 4584 + 4553, + 4564 ], "loc": { "start": { - "line": 189, + "line": 187, "column": 18 }, "end": { - "line": 189, + "line": 187, "column": 29 } } }, "range": [ - 4568, - 4584 + 4548, + 4564 ], "loc": { "start": { - "line": 189, + "line": 187, "column": 13 }, "end": { - "line": 189, + "line": 187, "column": 29 } } }, "prefix": true, "range": [ - 4567, - 4584 + 4547, + 4564 ], "loc": { "start": { - "line": 189, + "line": 187, "column": 12 }, "end": { - "line": 189, + "line": 187, "column": 29 } } @@ -9905,48 +9905,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 4600, - 4607 + 4580, + 4587 ], "loc": { "start": { - "line": 190, + "line": 188, "column": 12 }, "end": { - "line": 190, + "line": 188, "column": 19 } } } ], "range": [ - 4586, - 4617 + 4566, + 4597 ], "loc": { "start": { - "line": 189, + "line": 187, "column": 31 }, "end": { - "line": 191, + "line": 189, "column": 9 } } }, "alternate": null, "range": [ - 4563, - 4617 + 4543, + 4597 ], "loc": { "start": { - "line": 189, + "line": 187, "column": 8 }, "end": { - "line": 191, + "line": 189, "column": 9 } } @@ -9959,16 +9959,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 4626, - 4635 + 4606, + 4615 ], "loc": { "start": { - "line": 192, + "line": 190, "column": 8 }, "end": { - "line": 192, + "line": 190, "column": 17 } } @@ -9980,16 +9980,16 @@ "object": { "type": "ThisExpression", "range": [ - 4636, - 4640 + 4616, + 4620 ], "loc": { "start": { - "line": 192, + "line": 190, "column": 18 }, "end": { - "line": 192, + "line": 190, "column": 22 } } @@ -9998,62 +9998,62 @@ "type": "Identifier", "name": "cont", "range": [ - 4641, - 4645 + 4621, + 4625 ], "loc": { "start": { - "line": 192, + "line": 190, "column": 23 }, "end": { - "line": 192, + "line": 190, "column": 27 } } }, "range": [ - 4636, - 4645 + 4616, + 4625 ], "loc": { "start": { - "line": 192, + "line": 190, "column": 18 }, "end": { - "line": 192, + "line": 190, "column": 27 } } } ], "range": [ - 4626, - 4646 + 4606, + 4626 ], "loc": { "start": { - "line": 192, + "line": 190, "column": 8 }, "end": { - "line": 192, + "line": 190, "column": 28 } } }, "range": [ - 4626, - 4647 + 4606, + 4627 ], "loc": { "start": { - "line": 192, + "line": 190, "column": 8 }, "end": { - "line": 192, + "line": 190, "column": 29 } } @@ -10069,16 +10069,16 @@ "object": { "type": "ThisExpression", "range": [ - 4656, - 4660 + 4636, + 4640 ], "loc": { "start": { - "line": 193, + "line": 191, "column": 8 }, "end": { - "line": 193, + "line": 191, "column": 12 } } @@ -10087,31 +10087,31 @@ "type": "Identifier", "name": "cont", "range": [ - 4661, - 4665 + 4641, + 4645 ], "loc": { "start": { - "line": 193, + "line": 191, "column": 13 }, "end": { - "line": 193, + "line": 191, "column": 17 } } }, "range": [ - 4656, - 4665 + 4636, + 4645 ], "loc": { "start": { - "line": 193, + "line": 191, "column": 8 }, "end": { - "line": 193, + "line": 191, "column": 17 } } @@ -10121,46 +10121,46 @@ "value": null, "raw": "null", "range": [ - 4668, - 4672 + 4648, + 4652 ], "loc": { "start": { - "line": 193, + "line": 191, "column": 20 }, "end": { - "line": 193, + "line": 191, "column": 24 } } }, "range": [ - 4656, - 4672 + 4636, + 4652 ], "loc": { "start": { - "line": 193, + "line": 191, "column": 8 }, "end": { - "line": 193, + "line": 191, "column": 24 } } }, "range": [ - 4656, - 4673 + 4636, + 4653 ], "loc": { "start": { - "line": 193, + "line": 191, "column": 8 }, "end": { - "line": 193, + "line": 191, "column": 25 } }, @@ -10169,16 +10169,16 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 4682, - 4721 + 4662, + 4701 ], "loc": { "start": { - "line": 194, + "line": 192, "column": 8 }, "end": { - "line": 194, + "line": 192, "column": 47 } } @@ -10198,16 +10198,16 @@ "object": { "type": "ThisExpression", "range": [ - 4730, - 4734 + 4710, + 4714 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 8 }, "end": { - "line": 195, + "line": 193, "column": 12 } } @@ -10216,31 +10216,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4735, - 4742 + 4715, + 4722 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 13 }, "end": { - "line": 195, + "line": 193, "column": 20 } } }, "range": [ - 4730, - 4742 + 4710, + 4722 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 8 }, "end": { - "line": 195, + "line": 193, "column": 20 } } @@ -10249,31 +10249,31 @@ "type": "Identifier", "name": "off", "range": [ - 4743, - 4746 + 4723, + 4726 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 21 }, "end": { - "line": 195, + "line": 193, "column": 24 } } }, "range": [ - 4730, - 4746 + 4710, + 4726 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 8 }, "end": { - "line": 195, + "line": 193, "column": 24 } } @@ -10287,32 +10287,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 4748, - 4765 + 4728, + 4745 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 26 }, "end": { - "line": 195, + "line": 193, "column": 43 } } } ], "range": [ - 4747, - 4766 + 4727, + 4746 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 25 }, "end": { - "line": 195, + "line": 193, "column": 44 } } @@ -10329,16 +10329,16 @@ "object": { "type": "ThisExpression", "range": [ - 4774, - 4778 + 4754, + 4758 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 52 }, "end": { - "line": 195, + "line": 193, "column": 56 } } @@ -10347,47 +10347,47 @@ "type": "Identifier", "name": "toggle", "range": [ - 4779, - 4785 + 4759, + 4765 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 57 }, "end": { - "line": 195, + "line": 193, "column": 63 } } }, "range": [ - 4774, - 4785 + 4754, + 4765 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 52 }, "end": { - "line": 195, + "line": 193, "column": 63 } } }, "arguments": [], "range": [ - 4774, - 4787 + 4754, + 4767 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 52 }, "end": { - "line": 195, + "line": 193, "column": 65 } } @@ -10395,47 +10395,47 @@ "generator": false, "expression": true, "range": [ - 4768, - 4787 + 4748, + 4767 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 46 }, "end": { - "line": 195, + "line": 193, "column": 65 } } } ], "range": [ - 4730, - 4788 + 4710, + 4768 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 8 }, "end": { - "line": 195, + "line": 193, "column": 66 } } }, "range": [ - 4730, - 4789 + 4710, + 4769 ], "loc": { "start": { - "line": 195, + "line": 193, "column": 8 }, "end": { - "line": 195, + "line": 193, "column": 67 } }, @@ -10444,16 +10444,16 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 4682, - 4721 + 4662, + 4701 ], "loc": { "start": { - "line": 194, + "line": 192, "column": 8 }, "end": { - "line": 194, + "line": 192, "column": 47 } } @@ -10471,16 +10471,16 @@ "object": { "type": "ThisExpression", "range": [ - 4799, - 4803 + 4779, + 4783 ], "loc": { "start": { - "line": 197, + "line": 195, "column": 8 }, "end": { - "line": 197, + "line": 195, "column": 12 } } @@ -10489,31 +10489,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 4804, - 4815 + 4784, + 4795 ], "loc": { "start": { - "line": 197, + "line": 195, "column": 13 }, "end": { - "line": 197, + "line": 195, "column": 24 } } }, "range": [ - 4799, - 4815 + 4779, + 4795 ], "loc": { "start": { - "line": 197, + "line": 195, "column": 8 }, "end": { - "line": 197, + "line": 195, "column": 24 } } @@ -10523,62 +10523,62 @@ "value": false, "raw": "false", "range": [ - 4818, - 4823 + 4798, + 4803 ], "loc": { "start": { - "line": 197, + "line": 195, "column": 27 }, "end": { - "line": 197, + "line": 195, "column": 32 } } }, "range": [ - 4799, - 4823 + 4779, + 4803 ], "loc": { "start": { - "line": 197, + "line": 195, "column": 8 }, "end": { - "line": 197, + "line": 195, "column": 32 } } }, "range": [ - 4799, - 4824 + 4779, + 4804 ], "loc": { "start": { - "line": 197, + "line": 195, "column": 8 }, "end": { - "line": 197, + "line": 195, "column": 33 } } } ], "range": [ - 4553, - 4830 + 4533, + 4810 ], "loc": { "start": { - "line": 188, + "line": 186, "column": 14 }, "end": { - "line": 198, + "line": 196, "column": 5 } } @@ -10586,16 +10586,16 @@ "generator": false, "expression": false, "range": [ - 4550, - 4830 + 4530, + 4810 ], "loc": { "start": { - "line": 188, + "line": 186, "column": 11 }, "end": { - "line": 198, + "line": 196, "column": 5 } } @@ -10603,16 +10603,16 @@ "kind": "method", "computed": false, "range": [ - 4543, - 4830 + 4523, + 4810 ], "loc": { "start": { - "line": 188, + "line": 186, "column": 4 }, "end": { - "line": 198, + "line": 196, "column": 5 } }, @@ -10621,16 +10621,16 @@ "type": "Block", "value": "*\n * Remove feature\n ", "range": [ - 4505, - 4538 + 4485, + 4518 ], "loc": { "start": { - "line": 185, + "line": 183, "column": 4 }, "end": { - "line": 187, + "line": 185, "column": 7 } } @@ -10641,7 +10641,7 @@ ], "range": [ 307, - 4832 + 4812 ], "loc": { "start": { @@ -10649,14 +10649,14 @@ "column": 39 }, "end": { - "line": 199, + "line": 197, "column": 1 } } }, "range": [ 275, - 4832 + 4812 ], "loc": { "start": { @@ -10664,7 +10664,7 @@ "column": 7 }, "end": { - "line": 199, + "line": 197, "column": 1 } }, @@ -10694,7 +10694,7 @@ "source": null, "range": [ 268, - 4832 + 4812 ], "loc": { "start": { @@ -10702,7 +10702,7 @@ "column": 0 }, "end": { - "line": 199, + "line": 197, "column": 1 } }, @@ -10731,7 +10731,7 @@ "sourceType": "module", "range": [ 0, - 4832 + 4812 ], "loc": { "start": { @@ -10739,7 +10739,7 @@ "column": 0 }, "end": { - "line": 199, + "line": 197, "column": 1 } }, @@ -11034,10 +11034,10 @@ }, { "type": "Block", - "value": "*\n * @inherited\n ", + "value": "* @inherited ", "range": [ 3063, - 3100 + 3080 ], "loc": { "start": { @@ -11045,8 +11045,8 @@ "column": 8 }, "end": { - "line": 120, - "column": 11 + "line": 118, + "column": 25 } } }, @@ -11054,16 +11054,16 @@ "type": "Block", "value": "*\n * Toggle no results message\n ", "range": [ - 3167, - 3211 + 3147, + 3191 ], "loc": { "start": { - "line": 126, + "line": 124, "column": 4 }, "end": { - "line": 128, + "line": 126, "column": 7 } } @@ -11072,16 +11072,16 @@ "type": "Block", "value": "*\n * Show no results message\n ", "range": [ - 3359, - 3401 + 3339, + 3381 ], "loc": { "start": { - "line": 137, + "line": 135, "column": 4 }, "end": { - "line": 139, + "line": 137, "column": 7 } } @@ -11090,16 +11090,16 @@ "type": "Block", "value": "*\n * Hide no results message\n ", "range": [ - 3663, - 3705 + 3643, + 3685 ], "loc": { "start": { - "line": 152, + "line": 150, "column": 4 }, "end": { - "line": 154, + "line": 152, "column": 7 } } @@ -11108,16 +11108,16 @@ "type": "Block", "value": "*\n * Sets no results container width\n * @private\n ", "range": [ - 3939, - 4005 + 3919, + 3985 ], "loc": { "start": { - "line": 166, + "line": 164, "column": 4 }, "end": { - "line": 169, + "line": 167, "column": 7 } } @@ -11126,16 +11126,16 @@ "type": "Block", "value": "*\n * Remove feature\n ", "range": [ - 4505, - 4538 + 4485, + 4518 ], "loc": { "start": { - "line": 185, + "line": 183, "column": 4 }, "end": { - "line": 187, + "line": 185, "column": 7 } } @@ -11144,16 +11144,16 @@ "type": "Line", "value": " unsubscribe to after-filtering event", "range": [ - 4682, - 4721 + 4662, + 4701 ], "loc": { "start": { - "line": 194, + "line": 192, "column": 8 }, "end": { - "line": 194, + "line": 192, "column": 47 } } diff --git a/docs/ast/source/tablefilter.js.json b/docs/ast/source/tablefilter.js.json index 3bc2f638..cb5f9f55 100644 --- a/docs/ast/source/tablefilter.js.json +++ b/docs/ast/source/tablefilter.js.json @@ -625,67 +625,14 @@ } } }, - { - "type": "ImportSpecifier", - "local": { - "type": "Identifier", - "name": "hasClass", - "range": [ - 149, - 157 - ], - "loc": { - "start": { - "line": 3, - "column": 68 - }, - "end": { - "line": 3, - "column": 76 - } - } - }, - "imported": { - "type": "Identifier", - "name": "hasClass", - "range": [ - 149, - 157 - ], - "loc": { - "start": { - "line": 3, - "column": 68 - }, - "end": { - "line": 3, - "column": 76 - } - } - }, - "range": [ - 149, - 157 - ], - "loc": { - "start": { - "line": 3, - "column": 68 - }, - "end": { - "line": 3, - "column": 76 - } - } - }, { "type": "ImportSpecifier", "local": { "type": "Identifier", "name": "removeClass", "range": [ - 163, - 174 + 153, + 164 ], "loc": { "start": { @@ -702,8 +649,8 @@ "type": "Identifier", "name": "removeClass", "range": [ - 163, - 174 + 153, + 164 ], "loc": { "start": { @@ -717,8 +664,8 @@ } }, "range": [ - 163, - 174 + 153, + 164 ], "loc": { "start": { @@ -737,8 +684,8 @@ "type": "Identifier", "name": "removeElm", "range": [ - 176, - 185 + 166, + 175 ], "loc": { "start": { @@ -755,8 +702,8 @@ "type": "Identifier", "name": "removeElm", "range": [ - 176, - 185 + 166, + 175 ], "loc": { "start": { @@ -770,8 +717,8 @@ } }, "range": [ - 176, - 185 + 166, + 175 ], "loc": { "start": { @@ -790,8 +737,8 @@ "type": "Identifier", "name": "tag", "range": [ - 187, - 190 + 177, + 180 ], "loc": { "start": { @@ -808,8 +755,8 @@ "type": "Identifier", "name": "tag", "range": [ - 187, - 190 + 177, + 180 ], "loc": { "start": { @@ -823,8 +770,8 @@ } }, "range": [ - 187, - 190 + 177, + 180 ], "loc": { "start": { @@ -843,8 +790,8 @@ "value": "./dom", "raw": "'./dom'", "range": [ - 198, - 205 + 188, + 195 ], "loc": { "start": { @@ -859,7 +806,7 @@ }, "range": [ 72, - 206 + 196 ], "loc": { "start": { @@ -881,8 +828,8 @@ "type": "Identifier", "name": "contains", "range": [ - 215, - 223 + 205, + 213 ], "loc": { "start": { @@ -899,8 +846,8 @@ "type": "Identifier", "name": "contains", "range": [ - 215, - 223 + 205, + 213 ], "loc": { "start": { @@ -914,8 +861,8 @@ } }, "range": [ - 215, - 223 + 205, + 213 ], "loc": { "start": { @@ -934,8 +881,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 225, - 234 + 215, + 224 ], "loc": { "start": { @@ -952,8 +899,8 @@ "type": "Identifier", "name": "matchCase", "range": [ - 225, - 234 + 215, + 224 ], "loc": { "start": { @@ -967,8 +914,8 @@ } }, "range": [ - 225, - 234 + 215, + 224 ], "loc": { "start": { @@ -987,8 +934,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 236, - 242 + 226, + 232 ], "loc": { "start": { @@ -1005,8 +952,8 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 236, - 242 + 226, + 232 ], "loc": { "start": { @@ -1020,8 +967,8 @@ } }, "range": [ - 236, - 242 + 226, + 232 ], "loc": { "start": { @@ -1040,8 +987,8 @@ "type": "Identifier", "name": "trim", "range": [ - 244, - 248 + 234, + 238 ], "loc": { "start": { @@ -1058,8 +1005,8 @@ "type": "Identifier", "name": "trim", "range": [ - 244, - 248 + 234, + 238 ], "loc": { "start": { @@ -1073,8 +1020,8 @@ } }, "range": [ - 244, - 248 + 234, + 238 ], "loc": { "start": { @@ -1093,8 +1040,8 @@ "value": "./string", "raw": "'./string'", "range": [ - 255, - 265 + 245, + 255 ], "loc": { "start": { @@ -1108,8 +1055,8 @@ } }, "range": [ - 207, - 266 + 197, + 256 ], "loc": { "start": { @@ -1131,8 +1078,8 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 286, - 299 + 276, + 289 ], "loc": { "start": { @@ -1149,8 +1096,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 275, - 282 + 265, + 272 ], "loc": { "start": { @@ -1164,8 +1111,8 @@ } }, "range": [ - 275, - 299 + 265, + 289 ], "loc": { "start": { @@ -1184,8 +1131,8 @@ "value": "./string", "raw": "'./string'", "range": [ - 306, - 316 + 296, + 306 ], "loc": { "start": { @@ -1199,8 +1146,8 @@ } }, "range": [ - 267, - 317 + 257, + 307 ], "loc": { "start": { @@ -1222,8 +1169,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 331, - 338 + 321, + 328 ], "loc": { "start": { @@ -1240,8 +1187,8 @@ "type": "Identifier", "name": "isArray", "range": [ - 331, - 338 + 321, + 328 ], "loc": { "start": { @@ -1255,8 +1202,8 @@ } }, "range": [ - 331, - 338 + 321, + 328 ], "loc": { "start": { @@ -1275,8 +1222,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 340, - 347 + 330, + 337 ], "loc": { "start": { @@ -1293,8 +1240,8 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 340, - 347 + 330, + 337 ], "loc": { "start": { @@ -1308,8 +1255,8 @@ } }, "range": [ - 340, - 347 + 330, + 337 ], "loc": { "start": { @@ -1328,8 +1275,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 349, - 353 + 339, + 343 ], "loc": { "start": { @@ -1346,8 +1293,8 @@ "type": "Identifier", "name": "isFn", "range": [ - 349, - 353 + 339, + 343 ], "loc": { "start": { @@ -1361,8 +1308,8 @@ } }, "range": [ - 349, - 353 + 339, + 343 ], "loc": { "start": { @@ -1381,8 +1328,8 @@ "type": "Identifier", "name": "isNumber", "range": [ - 355, - 363 + 345, + 353 ], "loc": { "start": { @@ -1399,8 +1346,8 @@ "type": "Identifier", "name": "isNumber", "range": [ - 355, - 363 + 345, + 353 ], "loc": { "start": { @@ -1414,8 +1361,8 @@ } }, "range": [ - 355, - 363 + 345, + 353 ], "loc": { "start": { @@ -1434,8 +1381,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 365, - 370 + 355, + 360 ], "loc": { "start": { @@ -1452,8 +1399,8 @@ "type": "Identifier", "name": "isObj", "range": [ - 365, - 370 + 355, + 360 ], "loc": { "start": { @@ -1467,8 +1414,8 @@ } }, "range": [ - 365, - 370 + 355, + 360 ], "loc": { "start": { @@ -1487,8 +1434,8 @@ "type": "Identifier", "name": "isString", "range": [ - 372, - 380 + 362, + 370 ], "loc": { "start": { @@ -1505,8 +1452,8 @@ "type": "Identifier", "name": "isString", "range": [ - 372, - 380 + 362, + 370 ], "loc": { "start": { @@ -1520,8 +1467,8 @@ } }, "range": [ - 372, - 380 + 362, + 370 ], "loc": { "start": { @@ -1540,8 +1487,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 382, - 389 + 372, + 379 ], "loc": { "start": { @@ -1558,8 +1505,8 @@ "type": "Identifier", "name": "isUndef", "range": [ - 382, - 389 + 372, + 379 ], "loc": { "start": { @@ -1573,8 +1520,8 @@ } }, "range": [ - 382, - 389 + 372, + 379 ], "loc": { "start": { @@ -1593,8 +1540,8 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 391, - 399 + 381, + 389 ], "loc": { "start": { @@ -1611,8 +1558,8 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 391, - 399 + 381, + 389 ], "loc": { "start": { @@ -1626,8 +1573,8 @@ } }, "range": [ - 391, - 399 + 381, + 389 ], "loc": { "start": { @@ -1646,8 +1593,8 @@ "value": "./types", "raw": "'./types'", "range": [ - 407, - 416 + 397, + 406 ], "loc": { "start": { @@ -1661,8 +1608,8 @@ } }, "range": [ - 318, - 417 + 308, + 407 ], "loc": { "start": { @@ -1684,8 +1631,8 @@ "type": "Identifier", "name": "parseNb", "range": [ - 435, - 442 + 425, + 432 ], "loc": { "start": { @@ -1702,8 +1649,8 @@ "type": "Identifier", "name": "parse", "range": [ - 426, - 431 + 416, + 421 ], "loc": { "start": { @@ -1717,8 +1664,8 @@ } }, "range": [ - 426, - 442 + 416, + 432 ], "loc": { "start": { @@ -1737,8 +1684,8 @@ "value": "./number", "raw": "'./number'", "range": [ - 449, - 459 + 439, + 449 ], "loc": { "start": { @@ -1752,8 +1699,8 @@ } }, "range": [ - 418, - 461 + 408, + 451 ], "loc": { "start": { @@ -1775,8 +1722,8 @@ "type": "Identifier", "name": "root", "range": [ - 469, - 473 + 459, + 463 ], "loc": { "start": { @@ -1793,8 +1740,8 @@ "type": "Identifier", "name": "root", "range": [ - 469, - 473 + 459, + 463 ], "loc": { "start": { @@ -1808,8 +1755,8 @@ } }, "range": [ - 469, - 473 + 459, + 463 ], "loc": { "start": { @@ -1828,8 +1775,8 @@ "value": "./root", "raw": "'./root'", "range": [ - 480, - 488 + 470, + 478 ], "loc": { "start": { @@ -1843,8 +1790,8 @@ } }, "range": [ - 461, - 489 + 451, + 479 ], "loc": { "start": { @@ -1866,8 +1813,8 @@ "type": "Identifier", "name": "Emitter", "range": [ - 498, - 505 + 488, + 495 ], "loc": { "start": { @@ -1884,8 +1831,8 @@ "type": "Identifier", "name": "Emitter", "range": [ - 498, - 505 + 488, + 495 ], "loc": { "start": { @@ -1899,8 +1846,8 @@ } }, "range": [ - 498, - 505 + 488, + 495 ], "loc": { "start": { @@ -1919,8 +1866,8 @@ "value": "./emitter", "raw": "'./emitter'", "range": [ - 512, - 523 + 502, + 513 ], "loc": { "start": { @@ -1934,8 +1881,8 @@ } }, "range": [ - 490, - 524 + 480, + 514 ], "loc": { "start": { @@ -1957,8 +1904,8 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 533, - 543 + 523, + 533 ], "loc": { "start": { @@ -1975,8 +1922,8 @@ "type": "Identifier", "name": "GridLayout", "range": [ - 533, - 543 + 523, + 533 ], "loc": { "start": { @@ -1990,8 +1937,8 @@ } }, "range": [ - 533, - 543 + 523, + 533 ], "loc": { "start": { @@ -2010,8 +1957,8 @@ "value": "./modules/gridLayout", "raw": "'./modules/gridLayout'", "range": [ - 550, - 572 + 540, + 562 ], "loc": { "start": { @@ -2025,8 +1972,8 @@ } }, "range": [ - 525, - 573 + 515, + 563 ], "loc": { "start": { @@ -2048,8 +1995,8 @@ "type": "Identifier", "name": "Loader", "range": [ - 582, - 588 + 572, + 578 ], "loc": { "start": { @@ -2066,8 +2013,8 @@ "type": "Identifier", "name": "Loader", "range": [ - 582, - 588 + 572, + 578 ], "loc": { "start": { @@ -2081,8 +2028,8 @@ } }, "range": [ - 582, - 588 + 572, + 578 ], "loc": { "start": { @@ -2101,8 +2048,8 @@ "value": "./modules/loader", "raw": "'./modules/loader'", "range": [ - 595, - 613 + 585, + 603 ], "loc": { "start": { @@ -2116,8 +2063,8 @@ } }, "range": [ - 574, - 614 + 564, + 604 ], "loc": { "start": { @@ -2139,8 +2086,8 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 623, - 639 + 613, + 629 ], "loc": { "start": { @@ -2157,8 +2104,8 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 623, - 639 + 613, + 629 ], "loc": { "start": { @@ -2172,8 +2119,8 @@ } }, "range": [ - 623, - 639 + 613, + 629 ], "loc": { "start": { @@ -2192,8 +2139,8 @@ "value": "./modules/highlightKeywords", "raw": "'./modules/highlightKeywords'", "range": [ - 646, - 675 + 636, + 665 ], "loc": { "start": { @@ -2207,8 +2154,8 @@ } }, "range": [ - 615, - 676 + 605, + 666 ], "loc": { "start": { @@ -2230,8 +2177,8 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 685, - 696 + 675, + 686 ], "loc": { "start": { @@ -2248,8 +2195,8 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 685, - 696 + 675, + 686 ], "loc": { "start": { @@ -2263,8 +2210,8 @@ } }, "range": [ - 685, - 696 + 675, + 686 ], "loc": { "start": { @@ -2283,8 +2230,8 @@ "value": "./modules/popupFilter", "raw": "'./modules/popupFilter'", "range": [ - 703, - 726 + 693, + 716 ], "loc": { "start": { @@ -2298,8 +2245,8 @@ } }, "range": [ - 677, - 727 + 667, + 717 ], "loc": { "start": { @@ -2321,8 +2268,8 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 736, - 744 + 726, + 734 ], "loc": { "start": { @@ -2339,8 +2286,8 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 736, - 744 + 726, + 734 ], "loc": { "start": { @@ -2354,8 +2301,8 @@ } }, "range": [ - 736, - 744 + 726, + 734 ], "loc": { "start": { @@ -2374,8 +2321,8 @@ "value": "./modules/dropdown", "raw": "'./modules/dropdown'", "range": [ - 751, - 771 + 741, + 761 ], "loc": { "start": { @@ -2389,8 +2336,8 @@ } }, "range": [ - 728, - 772 + 718, + 762 ], "loc": { "start": { @@ -2412,8 +2359,8 @@ "type": "Identifier", "name": "CheckList", "range": [ - 781, - 790 + 771, + 780 ], "loc": { "start": { @@ -2430,8 +2377,8 @@ "type": "Identifier", "name": "CheckList", "range": [ - 781, - 790 + 771, + 780 ], "loc": { "start": { @@ -2445,8 +2392,8 @@ } }, "range": [ - 781, - 790 + 771, + 780 ], "loc": { "start": { @@ -2465,8 +2412,8 @@ "value": "./modules/checkList", "raw": "'./modules/checkList'", "range": [ - 797, - 818 + 787, + 808 ], "loc": { "start": { @@ -2480,8 +2427,8 @@ } }, "range": [ - 773, - 819 + 763, + 809 ], "loc": { "start": { @@ -2503,8 +2450,8 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 828, - 839 + 818, + 829 ], "loc": { "start": { @@ -2521,8 +2468,8 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 828, - 839 + 818, + 829 ], "loc": { "start": { @@ -2536,8 +2483,8 @@ } }, "range": [ - 828, - 839 + 818, + 829 ], "loc": { "start": { @@ -2556,8 +2503,8 @@ "value": "./modules/rowsCounter", "raw": "'./modules/rowsCounter'", "range": [ - 846, - 869 + 836, + 859 ], "loc": { "start": { @@ -2571,8 +2518,8 @@ } }, "range": [ - 820, - 870 + 810, + 860 ], "loc": { "start": { @@ -2594,8 +2541,8 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 879, - 888 + 869, + 878 ], "loc": { "start": { @@ -2612,8 +2559,8 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 879, - 888 + 869, + 878 ], "loc": { "start": { @@ -2627,8 +2574,8 @@ } }, "range": [ - 879, - 888 + 869, + 878 ], "loc": { "start": { @@ -2647,8 +2594,8 @@ "value": "./modules/statusBar", "raw": "'./modules/statusBar'", "range": [ - 895, - 916 + 885, + 906 ], "loc": { "start": { @@ -2662,8 +2609,8 @@ } }, "range": [ - 871, - 917 + 861, + 907 ], "loc": { "start": { @@ -2685,8 +2632,8 @@ "type": "Identifier", "name": "Paging", "range": [ - 926, - 932 + 916, + 922 ], "loc": { "start": { @@ -2703,8 +2650,8 @@ "type": "Identifier", "name": "Paging", "range": [ - 926, - 932 + 916, + 922 ], "loc": { "start": { @@ -2718,8 +2665,8 @@ } }, "range": [ - 926, - 932 + 916, + 922 ], "loc": { "start": { @@ -2738,8 +2685,8 @@ "value": "./modules/paging", "raw": "'./modules/paging'", "range": [ - 939, - 957 + 929, + 947 ], "loc": { "start": { @@ -2753,8 +2700,8 @@ } }, "range": [ - 918, - 958 + 908, + 948 ], "loc": { "start": { @@ -2776,8 +2723,8 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 967, - 978 + 957, + 968 ], "loc": { "start": { @@ -2794,8 +2741,8 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 967, - 978 + 957, + 968 ], "loc": { "start": { @@ -2809,8 +2756,8 @@ } }, "range": [ - 967, - 978 + 957, + 968 ], "loc": { "start": { @@ -2829,8 +2776,8 @@ "value": "./modules/clearButton", "raw": "'./modules/clearButton'", "range": [ - 985, - 1008 + 975, + 998 ], "loc": { "start": { @@ -2844,8 +2791,8 @@ } }, "range": [ - 959, - 1009 + 949, + 999 ], "loc": { "start": { @@ -2867,8 +2814,8 @@ "type": "Identifier", "name": "Help", "range": [ - 1018, - 1022 + 1008, + 1012 ], "loc": { "start": { @@ -2885,8 +2832,8 @@ "type": "Identifier", "name": "Help", "range": [ - 1018, - 1022 + 1008, + 1012 ], "loc": { "start": { @@ -2900,8 +2847,8 @@ } }, "range": [ - 1018, - 1022 + 1008, + 1012 ], "loc": { "start": { @@ -2920,8 +2867,8 @@ "value": "./modules/help", "raw": "'./modules/help'", "range": [ - 1029, - 1045 + 1019, + 1035 ], "loc": { "start": { @@ -2935,8 +2882,8 @@ } }, "range": [ - 1010, - 1046 + 1000, + 1036 ], "loc": { "start": { @@ -2958,8 +2905,8 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 1055, - 1068 + 1045, + 1058 ], "loc": { "start": { @@ -2976,8 +2923,8 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 1055, - 1068 + 1045, + 1058 ], "loc": { "start": { @@ -2991,8 +2938,8 @@ } }, "range": [ - 1055, - 1068 + 1045, + 1058 ], "loc": { "start": { @@ -3011,8 +2958,8 @@ "value": "./modules/alternateRows", "raw": "'./modules/alternateRows'", "range": [ - 1075, - 1100 + 1065, + 1090 ], "loc": { "start": { @@ -3026,8 +2973,8 @@ } }, "range": [ - 1047, - 1101 + 1037, + 1091 ], "loc": { "start": { @@ -3049,8 +2996,8 @@ "type": "Identifier", "name": "NoResults", "range": [ - 1110, - 1119 + 1100, + 1109 ], "loc": { "start": { @@ -3067,8 +3014,8 @@ "type": "Identifier", "name": "NoResults", "range": [ - 1110, - 1119 + 1100, + 1109 ], "loc": { "start": { @@ -3082,8 +3029,8 @@ } }, "range": [ - 1110, - 1119 + 1100, + 1109 ], "loc": { "start": { @@ -3102,8 +3049,8 @@ "value": "./modules/noResults", "raw": "'./modules/noResults'", "range": [ - 1126, - 1147 + 1116, + 1137 ], "loc": { "start": { @@ -3117,8 +3064,8 @@ } }, "range": [ - 1102, - 1148 + 1092, + 1138 ], "loc": { "start": { @@ -3140,8 +3087,8 @@ "type": "Identifier", "name": "State", "range": [ - 1157, - 1162 + 1147, + 1152 ], "loc": { "start": { @@ -3158,8 +3105,8 @@ "type": "Identifier", "name": "State", "range": [ - 1157, - 1162 + 1147, + 1152 ], "loc": { "start": { @@ -3173,8 +3120,8 @@ } }, "range": [ - 1157, - 1162 + 1147, + 1152 ], "loc": { "start": { @@ -3193,8 +3140,8 @@ "value": "./modules/state", "raw": "'./modules/state'", "range": [ - 1169, - 1186 + 1159, + 1176 ], "loc": { "start": { @@ -3208,8 +3155,8 @@ } }, "range": [ - 1149, - 1187 + 1139, + 1177 ], "loc": { "start": { @@ -3231,8 +3178,8 @@ "type": "Identifier", "name": "DateType", "range": [ - 1196, - 1204 + 1186, + 1194 ], "loc": { "start": { @@ -3249,8 +3196,8 @@ "type": "Identifier", "name": "DateType", "range": [ - 1196, - 1204 + 1186, + 1194 ], "loc": { "start": { @@ -3264,8 +3211,8 @@ } }, "range": [ - 1196, - 1204 + 1186, + 1194 ], "loc": { "start": { @@ -3284,8 +3231,8 @@ "value": "./modules/dateType", "raw": "'./modules/dateType'", "range": [ - 1211, - 1231 + 1201, + 1221 ], "loc": { "start": { @@ -3299,8 +3246,8 @@ } }, "range": [ - 1188, - 1232 + 1178, + 1222 ], "loc": { "start": { @@ -3320,18 +3267,109 @@ "type": "ImportSpecifier", "local": { "type": "Identifier", - "name": "INPUT", + "name": "MarkActiveColumns", "range": [ - 1247, - 1252 + 1231, + 1248 ], "loc": { "start": { - "line": 32, + "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": [ + { + "type": "ImportSpecifier", + "local": { + "type": "Identifier", + "name": "INPUT", + "range": [ + 1300, + 1305 + ], + "loc": { + "start": { + "line": 33, "column": 4 }, "end": { - "line": 32, + "line": 33, "column": 9 } } @@ -3340,31 +3378,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 1247, - 1252 + 1300, + 1305 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 32, + "line": 33, "column": 9 } } }, "range": [ - 1247, - 1252 + 1300, + 1305 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 4 }, "end": { - "line": 32, + "line": 33, "column": 9 } } @@ -3375,16 +3413,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 1254, - 1260 + 1307, + 1313 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 11 }, "end": { - "line": 32, + "line": 33, "column": 17 } } @@ -3393,31 +3431,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 1254, - 1260 + 1307, + 1313 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 11 }, "end": { - "line": 32, + "line": 33, "column": 17 } } }, "range": [ - 1254, - 1260 + 1307, + 1313 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 11 }, "end": { - "line": 32, + "line": 33, "column": 17 } } @@ -3428,16 +3466,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 1262, - 1270 + 1315, + 1323 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 19 }, "end": { - "line": 32, + "line": 33, "column": 27 } } @@ -3446,31 +3484,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 1262, - 1270 + 1315, + 1323 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 19 }, "end": { - "line": 32, + "line": 33, "column": 27 } } }, "range": [ - 1262, - 1270 + 1315, + 1323 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 19 }, "end": { - "line": 32, + "line": 33, "column": 27 } } @@ -3481,16 +3519,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 1272, - 1281 + 1325, + 1334 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 29 }, "end": { - "line": 32, + "line": 33, "column": 38 } } @@ -3499,31 +3537,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 1272, - 1281 + 1325, + 1334 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 29 }, "end": { - "line": 32, + "line": 33, "column": 38 } } }, "range": [ - 1272, - 1281 + 1325, + 1334 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 29 }, "end": { - "line": 32, + "line": 33, "column": 38 } } @@ -3534,16 +3572,16 @@ "type": "Identifier", "name": "NONE", "range": [ - 1283, - 1287 + 1336, + 1340 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 40 }, "end": { - "line": 32, + "line": 33, "column": 44 } } @@ -3552,31 +3590,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 1283, - 1287 + 1336, + 1340 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 40 }, "end": { - "line": 32, + "line": 33, "column": 44 } } }, "range": [ - 1283, - 1287 + 1336, + 1340 ], "loc": { "start": { - "line": 32, + "line": 33, "column": 40 }, "end": { - "line": 32, + "line": 33, "column": 44 } } @@ -3587,16 +3625,16 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 1293, - 1302 + 1346, + 1355 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 4 }, "end": { - "line": 33, + "line": 34, "column": 13 } } @@ -3605,31 +3643,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 1293, - 1302 + 1346, + 1355 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 4 }, "end": { - "line": 33, + "line": 34, "column": 13 } } }, "range": [ - 1293, - 1302 + 1346, + 1355 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 4 }, "end": { - "line": 33, + "line": 34, "column": 13 } } @@ -3640,16 +3678,16 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 1304, - 1311 + 1357, + 1364 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 15 }, "end": { - "line": 33, + "line": 34, "column": 22 } } @@ -3658,31 +3696,31 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 1304, - 1311 + 1357, + 1364 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 15 }, "end": { - "line": 33, + "line": 34, "column": 22 } } }, "range": [ - 1304, - 1311 + 1357, + 1364 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 15 }, "end": { - "line": 33, + "line": 34, "column": 22 } } @@ -3693,16 +3731,16 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 1313, - 1320 + 1366, + 1373 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 24 }, "end": { - "line": 33, + "line": 34, "column": 31 } } @@ -3711,31 +3749,31 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 1313, - 1320 + 1366, + 1373 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 24 }, "end": { - "line": 33, + "line": 34, "column": 31 } } }, "range": [ - 1313, - 1320 + 1366, + 1373 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 24 }, "end": { - "line": 33, + "line": 34, "column": 31 } } @@ -3746,16 +3784,16 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 1322, - 1334 + 1375, + 1387 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 33 }, "end": { - "line": 33, + "line": 34, "column": 45 } } @@ -3764,31 +3802,31 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 1322, - 1334 + 1375, + 1387 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 33 }, "end": { - "line": 33, + "line": 34, "column": 45 } } }, "range": [ - 1322, - 1334 + 1375, + 1387 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 33 }, "end": { - "line": 33, + "line": 34, "column": 45 } } @@ -3799,16 +3837,16 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 1336, - 1350 + 1389, + 1403 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 47 }, "end": { - "line": 33, + "line": 34, "column": 61 } } @@ -3817,31 +3855,31 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 1336, - 1350 + 1389, + 1403 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 47 }, "end": { - "line": 33, + "line": 34, "column": 61 } } }, "range": [ - 1336, - 1350 + 1389, + 1403 ], "loc": { "start": { - "line": 33, + "line": 34, "column": 47 }, "end": { - "line": 33, + "line": 34, "column": 61 } } @@ -3852,16 +3890,16 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 1356, - 1364 + 1409, + 1417 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 4 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -3870,31 +3908,31 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 1356, - 1364 + 1409, + 1417 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 4 }, "end": { - "line": 34, + "line": 35, "column": 12 } } }, "range": [ - 1356, - 1364 + 1409, + 1417 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 4 }, "end": { - "line": 34, + "line": 35, "column": 12 } } @@ -3905,16 +3943,16 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 1366, - 1383 + 1419, + 1436 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 14 }, "end": { - "line": 34, + "line": 35, "column": 31 } } @@ -3923,31 +3961,31 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 1366, - 1383 + 1419, + 1436 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 14 }, "end": { - "line": 34, + "line": 35, "column": 31 } } }, "range": [ - 1366, - 1383 + 1419, + 1436 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 14 }, "end": { - "line": 34, + "line": 35, "column": 31 } } @@ -3958,16 +3996,16 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 1385, - 1391 + 1438, + 1444 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 33 }, "end": { - "line": 34, + "line": 35, "column": 39 } } @@ -3976,31 +4014,31 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 1385, - 1391 + 1438, + 1444 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 33 }, "end": { - "line": 34, + "line": 35, "column": 39 } } }, "range": [ - 1385, - 1391 + 1438, + 1444 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 33 }, "end": { - "line": 34, + "line": 35, "column": 39 } } @@ -4011,16 +4049,16 @@ "type": "Identifier", "name": "DATE", "range": [ - 1393, - 1397 + 1446, + 1450 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 41 }, "end": { - "line": 34, + "line": 35, "column": 45 } } @@ -4029,31 +4067,31 @@ "type": "Identifier", "name": "DATE", "range": [ - 1393, - 1397 + 1446, + 1450 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 41 }, "end": { - "line": 34, + "line": 35, "column": 45 } } }, "range": [ - 1393, - 1397 + 1446, + 1450 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 41 }, "end": { - "line": 34, + "line": 35, "column": 45 } } @@ -4064,16 +4102,16 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 1399, - 1415 + 1452, + 1468 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 47 }, "end": { - "line": 34, + "line": 35, "column": 63 } } @@ -4082,31 +4120,31 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 1399, - 1415 + 1452, + 1468 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 47 }, "end": { - "line": 34, + "line": 35, "column": 63 } } }, "range": [ - 1399, - 1415 + 1452, + 1468 ], "loc": { "start": { - "line": 34, + "line": 35, "column": 47 }, "end": { - "line": 34, + "line": 35, "column": 63 } } @@ -4117,31 +4155,31 @@ "value": "./const", "raw": "'./const'", "range": [ - 1423, - 1432 + 1476, + 1485 ], "loc": { "start": { - "line": 35, + "line": 36, "column": 7 }, "end": { - "line": 35, + "line": 36, "column": 16 } } }, "range": [ - 1234, - 1433 + 1287, + 1486 ], "loc": { "start": { - "line": 31, + "line": 32, "column": 0 }, "end": { - "line": 35, + "line": 36, "column": 17 } } @@ -4155,16 +4193,16 @@ "type": "Identifier", "name": "doc", "range": [ - 1439, - 1442 + 1492, + 1495 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 4 }, "end": { - "line": 37, + "line": 38, "column": 7 } } @@ -4176,16 +4214,16 @@ "type": "Identifier", "name": "root", "range": [ - 1445, - 1449 + 1498, + 1502 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 10 }, "end": { - "line": 37, + "line": 38, "column": 14 } } @@ -4194,46 +4232,46 @@ "type": "Identifier", "name": "document", "range": [ - 1450, - 1458 + 1503, + 1511 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 15 }, "end": { - "line": 37, + "line": 38, "column": 23 } } }, "range": [ - 1445, - 1458 + 1498, + 1511 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 10 }, "end": { - "line": 37, + "line": 38, "column": 23 } } }, "range": [ - 1439, - 1458 + 1492, + 1511 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 4 }, "end": { - "line": 37, + "line": 38, "column": 23 } } @@ -4241,16 +4279,16 @@ ], "kind": "let", "range": [ - 1435, - 1459 + 1488, + 1512 ], "loc": { "start": { - "line": 37, + "line": 38, "column": 0 }, "end": { - "line": 37, + "line": 38, "column": 24 } }, @@ -4259,16 +4297,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1461, - 1554 + 1514, + 1607 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 0 }, "end": { - "line": 44, + "line": 45, "column": 3 } } @@ -4283,16 +4321,16 @@ "type": "Identifier", "name": "TableFilter", "range": [ - 1568, - 1579 + 1621, + 1632 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 13 }, "end": { - "line": 45, + "line": 46, "column": 24 } } @@ -4307,16 +4345,16 @@ "type": "Identifier", "name": "constructor", "range": [ - 1909, - 1920 + 1968, + 1979 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 4 }, "end": { - "line": 55, + "line": 56, "column": 15 } } @@ -4331,31 +4369,31 @@ "type": "Identifier", "name": "args", "range": [ - 1924, - 1928 + 1983, + 1987 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 19 }, "end": { - "line": 55, + "line": 56, "column": 23 } } }, "range": [ - 1921, - 1928 + 1980, + 1987 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 16 }, "end": { - "line": 55, + "line": 56, "column": 23 } } @@ -4375,16 +4413,16 @@ "object": { "type": "ThisExpression", "range": [ - 2044, - 2048 + 2103, + 2107 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 12 } } @@ -4393,31 +4431,31 @@ "type": "Identifier", "name": "id", "range": [ - 2049, - 2051 + 2108, + 2110 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 13 }, "end": { - "line": 61, + "line": 62, "column": 15 } } }, "range": [ - 2044, - 2051 + 2103, + 2110 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 15 } } @@ -4427,46 +4465,46 @@ "value": null, "raw": "null", "range": [ - 2054, - 2058 + 2113, + 2117 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 18 }, "end": { - "line": 61, + "line": 62, "column": 22 } } }, "range": [ - 2044, - 2058 + 2103, + 2117 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 22 } } }, "range": [ - 2044, - 2059 + 2103, + 2118 ], "loc": { "start": { - "line": 61, + "line": 62, "column": 8 }, "end": { - "line": 61, + "line": 62, "column": 23 } }, @@ -4475,16 +4513,16 @@ "type": "Block", "value": "*\n * ID of current instance\n * @type {String}\n * @private\n ", "range": [ - 1940, - 2035 + 1999, + 2094 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 11 } } @@ -4495,16 +4533,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2069, - 2137 + 2128, + 2196 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 11 } } @@ -4522,16 +4560,16 @@ "object": { "type": "ThisExpression", "range": [ - 2146, - 2150 + 2205, + 2209 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 12 } } @@ -4540,31 +4578,31 @@ "type": "Identifier", "name": "version", "range": [ - 2151, - 2158 + 2210, + 2217 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 13 }, "end": { - "line": 67, + "line": 68, "column": 20 } } }, "range": [ - 2146, - 2158 + 2205, + 2217 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 20 } } @@ -4574,46 +4612,46 @@ "value": "{VERSION}", "raw": "'{VERSION}'", "range": [ - 2161, - 2172 + 2220, + 2231 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 23 }, "end": { - "line": 67, + "line": 68, "column": 34 } } }, "range": [ - 2146, - 2172 + 2205, + 2231 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 34 } } }, "range": [ - 2146, - 2173 + 2205, + 2232 ], "loc": { "start": { - "line": 67, + "line": 68, "column": 8 }, "end": { - "line": 67, + "line": 68, "column": 35 } }, @@ -4622,16 +4660,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2069, - 2137 + 2128, + 2196 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 11 } } @@ -4642,16 +4680,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2183, - 2268 + 2242, + 2327 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 11 } } @@ -4669,16 +4707,16 @@ "object": { "type": "ThisExpression", "range": [ - 2277, - 2281 + 2336, + 2340 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 12 } } @@ -4687,31 +4725,31 @@ "type": "Identifier", "name": "year", "range": [ - 2282, - 2286 + 2341, + 2345 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 13 }, "end": { - "line": 74, + "line": 75, "column": 17 } } }, "range": [ - 2277, - 2286 + 2336, + 2345 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 17 } } @@ -4727,32 +4765,32 @@ "type": "Identifier", "name": "Date", "range": [ - 2293, - 2297 + 2352, + 2356 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 24 }, "end": { - "line": 74, + "line": 75, "column": 28 } } }, "arguments": [], "range": [ - 2289, - 2299 + 2348, + 2358 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 20 }, "end": { - "line": 74, + "line": 75, "column": 30 } } @@ -4761,77 +4799,77 @@ "type": "Identifier", "name": "getFullYear", "range": [ - 2300, - 2311 + 2359, + 2370 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 31 }, "end": { - "line": 74, + "line": 75, "column": 42 } } }, "range": [ - 2289, - 2311 + 2348, + 2370 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 20 }, "end": { - "line": 74, + "line": 75, "column": 42 } } }, "arguments": [], "range": [ - 2289, - 2313 + 2348, + 2372 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 20 }, "end": { - "line": 74, + "line": 75, "column": 44 } } }, "range": [ - 2277, - 2313 + 2336, + 2372 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 44 } } }, "range": [ - 2277, - 2314 + 2336, + 2373 ], "loc": { "start": { - "line": 74, + "line": 75, "column": 8 }, "end": { - "line": 74, + "line": 75, "column": 45 } }, @@ -4840,16 +4878,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2183, - 2268 + 2242, + 2327 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 11 } } @@ -4860,16 +4898,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 2324, - 2423 + 2383, + 2482 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 11 } } @@ -4887,16 +4925,16 @@ "object": { "type": "ThisExpression", "range": [ - 2432, - 2436 + 2491, + 2495 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 12 } } @@ -4905,31 +4943,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 2437, - 2440 + 2496, + 2499 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 13 }, "end": { - "line": 81, + "line": 82, "column": 16 } } }, "range": [ - 2432, - 2440 + 2491, + 2499 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 16 } } @@ -4939,46 +4977,46 @@ "value": null, "raw": "null", "range": [ - 2443, - 2447 + 2502, + 2506 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 19 }, "end": { - "line": 81, + "line": 82, "column": 23 } } }, "range": [ - 2432, - 2447 + 2491, + 2506 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 23 } } }, "range": [ - 2432, - 2448 + 2491, + 2507 ], "loc": { "start": { - "line": 81, + "line": 82, "column": 8 }, "end": { - "line": 81, + "line": 82, "column": 24 } }, @@ -4987,16 +5025,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 2324, - 2423 + 2383, + 2482 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 11 } } @@ -5007,16 +5045,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2458, - 2599 + 2517, + 2658 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 11 } } @@ -5034,16 +5072,16 @@ "object": { "type": "ThisExpression", "range": [ - 2608, - 2612 + 2667, + 2671 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 12 } } @@ -5052,31 +5090,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 2613, - 2619 + 2672, + 2678 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 13 }, "end": { - "line": 88, + "line": 89, "column": 19 } } }, "range": [ - 2608, - 2619 + 2667, + 2678 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 19 } } @@ -5086,46 +5124,46 @@ "value": null, "raw": "null", "range": [ - 2622, - 2626 + 2681, + 2685 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 22 }, "end": { - "line": 88, + "line": 89, "column": 26 } } }, "range": [ - 2608, - 2626 + 2667, + 2685 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 26 } } }, "range": [ - 2608, - 2627 + 2667, + 2686 ], "loc": { "start": { - "line": 88, + "line": 89, "column": 8 }, "end": { - "line": 88, + "line": 89, "column": 27 } }, @@ -5134,16 +5172,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2458, - 2599 + 2517, + 2658 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 11 } } @@ -5154,16 +5192,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2637, - 2734 + 2696, + 2793 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 11 } } @@ -5181,16 +5219,16 @@ "object": { "type": "ThisExpression", "range": [ - 2743, - 2747 + 2802, + 2806 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 12 } } @@ -5199,31 +5237,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 2748, - 2758 + 2807, + 2817 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 13 }, "end": { - "line": 95, + "line": 96, "column": 23 } } }, "range": [ - 2743, - 2758 + 2802, + 2817 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 23 } } @@ -5233,46 +5271,46 @@ "value": null, "raw": "null", "range": [ - 2761, - 2765 + 2820, + 2824 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 26 }, "end": { - "line": 95, + "line": 96, "column": 30 } } }, "range": [ - 2743, - 2765 + 2802, + 2824 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 30 } } }, "range": [ - 2743, - 2766 + 2802, + 2825 ], "loc": { "start": { - "line": 95, + "line": 96, "column": 8 }, "end": { - "line": 95, + "line": 96, "column": 31 } }, @@ -5281,16 +5319,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2637, - 2734 + 2696, + 2793 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 11 } } @@ -5301,16 +5339,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2776, - 2869 + 2835, + 2928 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 11 } } @@ -5328,16 +5366,16 @@ "object": { "type": "ThisExpression", "range": [ - 2878, - 2882 + 2937, + 2941 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 12 } } @@ -5346,31 +5384,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 2883, - 2886 + 2942, + 2945 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 13 }, "end": { - "line": 102, + "line": 103, "column": 16 } } }, "range": [ - 2878, - 2886 + 2937, + 2945 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 16 } } @@ -5379,46 +5417,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 2889, - 2891 + 2948, + 2950 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 19 }, "end": { - "line": 102, + "line": 103, "column": 21 } } }, "range": [ - 2878, - 2891 + 2937, + 2950 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 21 } } }, "range": [ - 2878, - 2892 + 2937, + 2951 ], "loc": { "start": { - "line": 102, + "line": 103, "column": 8 }, "end": { - "line": 102, + "line": 103, "column": 22 } }, @@ -5427,16 +5465,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2776, - 2869 + 2835, + 2928 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 11 } } @@ -5447,16 +5485,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2902, - 3010 + 2961, + 3069 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 11 } } @@ -5474,16 +5512,16 @@ "object": { "type": "ThisExpression", "range": [ - 3019, - 3023 + 3078, + 3082 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 12 } } @@ -5492,31 +5530,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 3024, - 3040 + 3083, + 3099 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 13 }, "end": { - "line": 109, + "line": 110, "column": 29 } } }, "range": [ - 3019, - 3040 + 3078, + 3099 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 29 } } @@ -5526,46 +5564,46 @@ "value": 0, "raw": "0", "range": [ - 3043, - 3044 + 3102, + 3103 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 32 }, "end": { - "line": 109, + "line": 110, "column": 33 } } }, "range": [ - 3019, - 3044 + 3078, + 3103 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 33 } } }, "range": [ - 3019, - 3045 + 3078, + 3104 ], "loc": { "start": { - "line": 109, + "line": 110, "column": 8 }, "end": { - "line": 109, + "line": 110, "column": 34 } }, @@ -5574,16 +5612,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2902, - 3010 + 2961, + 3069 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 11 } } @@ -5594,16 +5632,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 3055, - 3164 + 3114, + 3223 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 11 } } @@ -5621,16 +5659,16 @@ "object": { "type": "ThisExpression", "range": [ - 3173, - 3177 + 3232, + 3236 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 12 } } @@ -5639,31 +5677,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 3178, - 3185 + 3237, + 3244 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 13 }, "end": { - "line": 116, + "line": 117, "column": 20 } } }, "range": [ - 3173, - 3185 + 3232, + 3244 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 20 } } @@ -5673,46 +5711,46 @@ "value": null, "raw": "null", "range": [ - 3188, - 3192 + 3247, + 3251 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 23 }, "end": { - "line": 116, + "line": 117, "column": 27 } } }, "range": [ - 3173, - 3192 + 3232, + 3251 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 27 } } }, "range": [ - 3173, - 3193 + 3232, + 3252 ], "loc": { "start": { - "line": 116, + "line": 117, "column": 8 }, "end": { - "line": 116, + "line": 117, "column": 28 } }, @@ -5721,16 +5759,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 3055, - 3164 + 3114, + 3223 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 11 } } @@ -5746,32 +5784,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 3207, - 3215 + 3266, + 3274 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 12 }, "end": { - "line": 118, + "line": 119, "column": 20 } } }, "init": null, "range": [ - 3207, - 3215 + 3266, + 3274 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 12 }, "end": { - "line": 118, + "line": 119, "column": 20 } } @@ -5779,16 +5817,16 @@ ], "kind": "let", "range": [ - 3203, - 3216 + 3262, + 3275 ], "loc": { "start": { - "line": 118, + "line": 119, "column": 8 }, "end": { - "line": 118, + "line": 119, "column": 21 } }, @@ -5797,16 +5835,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3226, - 3245 + 3285, + 3304 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 27 } } @@ -5824,16 +5862,16 @@ "type": "Identifier", "name": "args", "range": [ - 3254, - 3258 + 3313, + 3317 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 12 } } @@ -5842,31 +5880,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 3259, - 3266 + 3318, + 3325 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 13 }, "end": { - "line": 121, + "line": 122, "column": 20 } } }, "range": [ - 3254, - 3266 + 3313, + 3325 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 121, + "line": 122, "column": 20 } } @@ -5880,16 +5918,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3268, - 3271 + 3327, + 3330 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 22 }, "end": { - "line": 121, + "line": 122, "column": 25 } } @@ -5913,32 +5951,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3301, - 3304 + 3360, + 3363 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 23 }, "end": { - "line": 122, + "line": 123, "column": 26 } } }, "prefix": true, "range": [ - 3294, - 3304 + 3353, + 3363 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 26 } } @@ -5948,31 +5986,31 @@ "value": "object", "raw": "'object'", "range": [ - 3309, - 3317 + 3368, + 3376 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 31 }, "end": { - "line": 122, + "line": 123, "column": 39 } } }, "range": [ - 3294, - 3317 + 3353, + 3376 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 39 } } @@ -5987,16 +6025,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3321, - 3324 + 3380, + 3383 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 43 }, "end": { - "line": 122, + "line": 123, "column": 46 } } @@ -6005,31 +6043,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 3325, - 3333 + 3384, + 3392 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 47 }, "end": { - "line": 122, + "line": 123, "column": 55 } } }, "range": [ - 3321, - 3333 + 3380, + 3392 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 43 }, "end": { - "line": 122, + "line": 123, "column": 55 } } @@ -6039,46 +6077,46 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 3338, - 3345 + 3397, + 3404 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 60 }, "end": { - "line": 122, + "line": 123, "column": 67 } } }, "range": [ - 3321, - 3345 + 3380, + 3404 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 43 }, "end": { - "line": 122, + "line": 123, "column": 67 } } }, "range": [ - 3294, - 3345 + 3353, + 3404 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 16 }, "end": { - "line": 122, + "line": 123, "column": 67 } } @@ -6097,16 +6135,16 @@ "object": { "type": "ThisExpression", "range": [ - 3365, - 3369 + 3424, + 3428 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 16 }, "end": { - "line": 123, + "line": 124, "column": 20 } } @@ -6115,31 +6153,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3370, - 3373 + 3429, + 3432 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 21 }, "end": { - "line": 123, + "line": 124, "column": 24 } } }, "range": [ - 3365, - 3373 + 3424, + 3432 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 16 }, "end": { - "line": 123, + "line": 124, "column": 24 } } @@ -6148,46 +6186,46 @@ "type": "Identifier", "name": "arg", "range": [ - 3376, - 3379 + 3435, + 3438 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 27 }, "end": { - "line": 123, + "line": 124, "column": 30 } } }, "range": [ - 3365, - 3379 + 3424, + 3438 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 16 }, "end": { - "line": 123, + "line": 124, "column": 30 } } }, "range": [ - 3365, - 3380 + 3424, + 3439 ], "loc": { "start": { - "line": 123, + "line": 124, "column": 16 }, "end": { - "line": 123, + "line": 124, "column": 31 } } @@ -6203,16 +6241,16 @@ "object": { "type": "ThisExpression", "range": [ - 3397, - 3401 + 3456, + 3460 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 20 } } @@ -6221,31 +6259,31 @@ "type": "Identifier", "name": "id", "range": [ - 3402, - 3404 + 3461, + 3463 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 21 }, "end": { - "line": 124, + "line": 125, "column": 23 } } }, "range": [ - 3397, - 3404 + 3456, + 3463 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 23 } } @@ -6260,16 +6298,16 @@ "type": "Identifier", "name": "arg", "range": [ - 3407, - 3410 + 3466, + 3469 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 26 }, "end": { - "line": 124, + "line": 125, "column": 29 } } @@ -6278,31 +6316,31 @@ "type": "Identifier", "name": "id", "range": [ - 3411, - 3413 + 3470, + 3472 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 30 }, "end": { - "line": 124, + "line": 125, "column": 32 } } }, "range": [ - 3407, - 3413 + 3466, + 3472 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 26 }, "end": { - "line": 124, + "line": 125, "column": 32 } } @@ -6318,16 +6356,16 @@ }, "tail": false, "range": [ - 3417, - 3423 + 3476, + 3482 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 36 }, "end": { - "line": 124, + "line": 125, "column": 42 } } @@ -6340,16 +6378,16 @@ }, "tail": true, "range": [ - 3443, - 3446 + 3502, + 3505 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 62 }, "end": { - "line": 124, + "line": 125, "column": 65 } } @@ -6367,32 +6405,32 @@ "type": "Identifier", "name": "Date", "range": [ - 3427, - 3431 + 3486, + 3490 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 46 }, "end": { - "line": 124, + "line": 125, "column": 50 } } }, "arguments": [], "range": [ - 3423, - 3433 + 3482, + 3492 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 42 }, "end": { - "line": 124, + "line": 125, "column": 52 } } @@ -6401,124 +6439,124 @@ "type": "Identifier", "name": "getTime", "range": [ - 3434, - 3441 + 3493, + 3500 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 53 }, "end": { - "line": 124, + "line": 125, "column": 60 } } }, "range": [ - 3423, - 3441 + 3482, + 3500 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 42 }, "end": { - "line": 124, + "line": 125, "column": 60 } } }, "arguments": [], "range": [ - 3423, - 3443 + 3482, + 3502 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 42 }, "end": { - "line": 124, + "line": 125, "column": 62 } } } ], "range": [ - 3417, - 3446 + 3476, + 3505 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 36 }, "end": { - "line": 124, + "line": 125, "column": 65 } } }, "range": [ - 3407, - 3446 + 3466, + 3505 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 26 }, "end": { - "line": 124, + "line": 125, "column": 65 } } }, "range": [ - 3397, - 3446 + 3456, + 3505 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 65 } } }, "range": [ - 3397, - 3447 + 3456, + 3506 ], "loc": { "start": { - "line": 124, + "line": 125, "column": 16 }, "end": { - "line": 124, + "line": 125, "column": 66 } } } ], "range": [ - 3347, - 3461 + 3406, + 3520 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 69 }, "end": { - "line": 125, + "line": 126, "column": 13 } } @@ -6531,16 +6569,16 @@ "type": "Identifier", "name": "isString", "range": [ - 3471, - 3479 + 3530, + 3538 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 23 }, "end": { - "line": 125, + "line": 126, "column": 31 } } @@ -6550,32 +6588,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3480, - 3483 + 3539, + 3542 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 32 }, "end": { - "line": 125, + "line": 126, "column": 35 } } } ], "range": [ - 3471, - 3484 + 3530, + 3543 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 23 }, "end": { - "line": 125, + "line": 126, "column": 36 } } @@ -6594,16 +6632,16 @@ "object": { "type": "ThisExpression", "range": [ - 3504, - 3508 + 3563, + 3567 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 20 } } @@ -6612,31 +6650,31 @@ "type": "Identifier", "name": "id", "range": [ - 3509, - 3511 + 3568, + 3570 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 21 }, "end": { - "line": 126, + "line": 127, "column": 23 } } }, "range": [ - 3504, - 3511 + 3563, + 3570 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 23 } } @@ -6645,46 +6683,46 @@ "type": "Identifier", "name": "arg", "range": [ - 3514, - 3517 + 3573, + 3576 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 26 }, "end": { - "line": 126, + "line": 127, "column": 29 } } }, "range": [ - 3504, - 3517 + 3563, + 3576 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 29 } } }, "range": [ - 3504, - 3518 + 3563, + 3577 ], "loc": { "start": { - "line": 126, + "line": 127, "column": 16 }, "end": { - "line": 126, + "line": 127, "column": 30 } } @@ -6700,16 +6738,16 @@ "object": { "type": "ThisExpression", "range": [ - 3535, - 3539 + 3594, + 3598 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 20 } } @@ -6718,31 +6756,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3540, - 3543 + 3599, + 3602 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 21 }, "end": { - "line": 127, + "line": 128, "column": 24 } } }, "range": [ - 3535, - 3543 + 3594, + 3602 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 24 } } @@ -6753,16 +6791,16 @@ "type": "Identifier", "name": "elm", "range": [ - 3546, - 3549 + 3605, + 3608 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 27 }, "end": { - "line": 127, + "line": 128, "column": 30 } } @@ -6772,78 +6810,78 @@ "type": "Identifier", "name": "arg", "range": [ - 3550, - 3553 + 3609, + 3612 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 31 }, "end": { - "line": 127, + "line": 128, "column": 34 } } } ], "range": [ - 3546, - 3554 + 3605, + 3613 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 27 }, "end": { - "line": 127, + "line": 128, "column": 35 } } }, "range": [ - 3535, - 3554 + 3594, + 3613 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 35 } } }, "range": [ - 3535, - 3555 + 3594, + 3614 ], "loc": { "start": { - "line": 127, + "line": 128, "column": 16 }, "end": { - "line": 127, + "line": 128, "column": 36 } } } ], "range": [ - 3486, - 3569 + 3545, + 3628 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 38 }, "end": { - "line": 128, + "line": 129, "column": 13 } } @@ -6856,16 +6894,16 @@ "type": "Identifier", "name": "isNumber", "range": [ - 3579, - 3587 + 3638, + 3646 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 23 }, "end": { - "line": 128, + "line": 129, "column": 31 } } @@ -6875,32 +6913,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3588, - 3591 + 3647, + 3650 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 32 }, "end": { - "line": 128, + "line": 129, "column": 35 } } } ], "range": [ - 3579, - 3592 + 3638, + 3651 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 23 }, "end": { - "line": 128, + "line": 129, "column": 36 } } @@ -6917,16 +6955,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 3612, - 3620 + 3671, + 3679 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 24 } } @@ -6935,62 +6973,62 @@ "type": "Identifier", "name": "arg", "range": [ - 3623, - 3626 + 3682, + 3685 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 27 }, "end": { - "line": 129, + "line": 130, "column": 30 } } }, "range": [ - 3612, - 3626 + 3671, + 3685 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 30 } } }, "range": [ - 3612, - 3627 + 3671, + 3686 ], "loc": { "start": { - "line": 129, + "line": 130, "column": 16 }, "end": { - "line": 129, + "line": 130, "column": 31 } } } ], "range": [ - 3594, - 3641 + 3653, + 3700 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 38 }, "end": { - "line": 130, + "line": 131, "column": 13 } } @@ -7003,16 +7041,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 3651, - 3656 + 3710, + 3715 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 23 }, "end": { - "line": 130, + "line": 131, "column": 28 } } @@ -7022,32 +7060,32 @@ "type": "Identifier", "name": "arg", "range": [ - 3657, - 3660 + 3716, + 3719 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 29 }, "end": { - "line": 130, + "line": 131, "column": 32 } } } ], "range": [ - 3651, - 3661 + 3710, + 3720 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 23 }, "end": { - "line": 130, + "line": 131, "column": 33 } } @@ -7066,16 +7104,16 @@ "object": { "type": "ThisExpression", "range": [ - 3681, - 3685 + 3740, + 3744 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 16 }, "end": { - "line": 131, + "line": 132, "column": 20 } } @@ -7084,31 +7122,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 3686, - 3689 + 3745, + 3748 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 21 }, "end": { - "line": 131, + "line": 132, "column": 24 } } }, "range": [ - 3681, - 3689 + 3740, + 3748 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 16 }, "end": { - "line": 131, + "line": 132, "column": 24 } } @@ -7117,139 +7155,139 @@ "type": "Identifier", "name": "arg", "range": [ - 3692, - 3695 + 3751, + 3754 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 27 }, "end": { - "line": 131, + "line": 132, "column": 30 } } }, "range": [ - 3681, - 3695 + 3740, + 3754 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 16 }, "end": { - "line": 131, + "line": 132, "column": 30 } } }, "range": [ - 3681, - 3696 + 3740, + 3755 ], "loc": { "start": { - "line": 131, + "line": 132, "column": 16 }, "end": { - "line": 131, + "line": 132, "column": 31 } } } ], "range": [ - 3663, - 3710 + 3722, + 3769 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 35 }, "end": { - "line": 132, + "line": 133, "column": 13 } } }, "alternate": null, "range": [ - 3647, - 3710 + 3706, + 3769 ], "loc": { "start": { - "line": 130, + "line": 131, "column": 19 }, "end": { - "line": 132, + "line": 133, "column": 13 } } }, "range": [ - 3575, - 3710 + 3634, + 3769 ], "loc": { "start": { - "line": 128, + "line": 129, "column": 19 }, "end": { - "line": 132, + "line": 133, "column": 13 } } }, "range": [ - 3467, - 3710 + 3526, + 3769 ], "loc": { "start": { - "line": 125, + "line": 126, "column": 19 }, "end": { - "line": 132, + "line": 133, "column": 13 } } }, "range": [ - 3290, - 3710 + 3349, + 3769 ], "loc": { "start": { - "line": 122, + "line": 123, "column": 12 }, "end": { - "line": 132, + "line": 133, "column": 13 } } } ], "range": [ - 3276, - 3720 + 3335, + 3779 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 30 }, "end": { - "line": 133, + "line": 134, "column": 9 } } @@ -7257,47 +7295,47 @@ "generator": false, "expression": false, "range": [ - 3267, - 3720 + 3326, + 3779 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 21 }, "end": { - "line": 133, + "line": 134, "column": 9 } } } ], "range": [ - 3254, - 3721 + 3313, + 3780 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 10 } } }, "range": [ - 3254, - 3722 + 3313, + 3781 ], "loc": { "start": { - "line": 121, + "line": 122, "column": 8 }, "end": { - "line": 133, + "line": 134, "column": 11 } }, @@ -7306,16 +7344,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3226, - 3245 + 3285, + 3304 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 27 } } @@ -7336,16 +7374,16 @@ "object": { "type": "ThisExpression", "range": [ - 3737, - 3741 + 3796, + 3800 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 13 }, "end": { - "line": 135, + "line": 136, "column": 17 } } @@ -7354,47 +7392,47 @@ "type": "Identifier", "name": "tbl", "range": [ - 3742, - 3745 + 3801, + 3804 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 18 }, "end": { - "line": 135, + "line": 136, "column": 21 } } }, "range": [ - 3737, - 3745 + 3796, + 3804 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 13 }, "end": { - "line": 135, + "line": 136, "column": 21 } } }, "prefix": true, "range": [ - 3736, - 3745 + 3795, + 3804 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 12 }, "end": { - "line": 135, + "line": 136, "column": 21 } } @@ -7411,16 +7449,16 @@ "object": { "type": "ThisExpression", "range": [ - 3749, - 3753 + 3808, + 3812 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 25 }, "end": { - "line": 135, + "line": 136, "column": 29 } } @@ -7429,31 +7467,31 @@ "type": "Identifier", "name": "tbl", "range": [ - 3754, - 3757 + 3813, + 3816 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 30 }, "end": { - "line": 135, + "line": 136, "column": 33 } } }, "range": [ - 3749, - 3757 + 3808, + 3816 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 25 }, "end": { - "line": 135, + "line": 136, "column": 33 } } @@ -7462,31 +7500,31 @@ "type": "Identifier", "name": "nodeName", "range": [ - 3758, - 3766 + 3817, + 3825 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 34 }, "end": { - "line": 135, + "line": 136, "column": 42 } } }, "range": [ - 3749, - 3766 + 3808, + 3825 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 25 }, "end": { - "line": 135, + "line": 136, "column": 42 } } @@ -7496,46 +7534,46 @@ "value": "TABLE", "raw": "'TABLE'", "range": [ - 3771, - 3778 + 3830, + 3837 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 47 }, "end": { - "line": 135, + "line": 136, "column": 54 } } }, "range": [ - 3749, - 3778 + 3808, + 3837 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 25 }, "end": { - "line": 135, + "line": 136, "column": 54 } } }, "range": [ - 3736, - 3778 + 3795, + 3837 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 12 }, "end": { - "line": 135, + "line": 136, "column": 54 } } @@ -7551,16 +7589,16 @@ "type": "Identifier", "name": "Error", "range": [ - 3804, - 3809 + 3863, + 3868 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 22 }, "end": { - "line": 136, + "line": 137, "column": 27 } } @@ -7577,16 +7615,16 @@ }, "tail": true, "range": [ - 3810, - 3896 + 3869, + 3955 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 28 }, "end": { - "line": 137, + "line": 138, "column": 39 } } @@ -7594,79 +7632,79 @@ ], "expressions": [], "range": [ - 3810, - 3896 + 3869, + 3955 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 28 }, "end": { - "line": 137, + "line": 138, "column": 39 } } } ], "range": [ - 3800, - 3897 + 3859, + 3956 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 18 }, "end": { - "line": 137, + "line": 138, "column": 40 } } }, "range": [ - 3794, - 3898 + 3853, + 3957 ], "loc": { "start": { - "line": 136, + "line": 137, "column": 12 }, "end": { - "line": 137, + "line": 138, "column": 41 } } } ], "range": [ - 3780, - 3908 + 3839, + 3967 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 56 }, "end": { - "line": 138, + "line": 139, "column": 9 } } }, "alternate": null, "range": [ - 3732, - 3908 + 3791, + 3967 ], "loc": { "start": { - "line": 135, + "line": 136, "column": 8 }, "end": { - "line": 138, + "line": 139, "column": 9 } } @@ -7684,16 +7722,16 @@ "object": { "type": "ThisExpression", "range": [ - 3922, - 3926 + 3981, + 3985 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 16 } } @@ -7702,47 +7740,47 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 3927, - 3936 + 3986, + 3995 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 17 }, "end": { - "line": 140, + "line": 141, "column": 26 } } }, "range": [ - 3922, - 3936 + 3981, + 3995 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 26 } } }, "arguments": [], "range": [ - 3922, - 3938 + 3981, + 3997 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 28 } } @@ -7752,31 +7790,31 @@ "value": 0, "raw": "0", "range": [ - 3943, - 3944 + 4002, + 4003 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 33 }, "end": { - "line": 140, + "line": 141, "column": 34 } } }, "range": [ - 3922, - 3944 + 3981, + 4003 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 12 }, "end": { - "line": 140, + "line": 141, "column": 34 } } @@ -7792,16 +7830,16 @@ "type": "Identifier", "name": "Error", "range": [ - 3970, - 3975 + 4029, + 4034 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 22 }, "end": { - "line": 141, + "line": 142, "column": 27 } } @@ -7818,16 +7856,16 @@ }, "tail": true, "range": [ - 3976, - 4064 + 4035, + 4123 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 28 }, "end": { - "line": 142, + "line": 143, "column": 41 } } @@ -7835,79 +7873,79 @@ ], "expressions": [], "range": [ - 3976, - 4064 + 4035, + 4123 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 28 }, "end": { - "line": 142, + "line": 143, "column": 41 } } } ], "range": [ - 3966, - 4065 + 4025, + 4124 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 18 }, "end": { - "line": 142, + "line": 143, "column": 42 } } }, "range": [ - 3960, - 4066 + 4019, + 4125 ], "loc": { "start": { - "line": 141, + "line": 142, "column": 12 }, "end": { - "line": 142, + "line": 143, "column": 43 } } } ], "range": [ - 3946, - 4076 + 4005, + 4135 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 36 }, "end": { - "line": 143, + "line": 144, "column": 9 } } }, "alternate": null, "range": [ - 3918, - 4076 + 3977, + 4135 ], "loc": { "start": { - "line": 140, + "line": 141, "column": 8 }, "end": { - "line": 143, + "line": 144, "column": 9 } }, @@ -7916,16 +7954,16 @@ "type": "Line", "value": " configuration object", "range": [ - 4086, - 4109 + 4145, + 4168 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 31 } } @@ -7941,16 +7979,16 @@ "type": "Identifier", "name": "f", "range": [ - 4122, - 4123 + 4181, + 4182 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 13 } } @@ -7961,16 +7999,16 @@ "object": { "type": "ThisExpression", "range": [ - 4126, - 4130 + 4185, + 4189 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 16 }, "end": { - "line": 146, + "line": 147, "column": 20 } } @@ -7979,46 +8017,46 @@ "type": "Identifier", "name": "cfg", "range": [ - 4131, - 4134 + 4190, + 4193 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 21 }, "end": { - "line": 146, + "line": 147, "column": 24 } } }, "range": [ - 4126, - 4134 + 4185, + 4193 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 16 }, "end": { - "line": 146, + "line": 147, "column": 24 } } }, "range": [ - 4122, - 4134 + 4181, + 4193 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 12 }, "end": { - "line": 146, + "line": 147, "column": 24 } } @@ -8026,16 +8064,16 @@ ], "kind": "let", "range": [ - 4118, - 4135 + 4177, + 4194 ], "loc": { "start": { - "line": 146, + "line": 147, "column": 8 }, "end": { - "line": 146, + "line": 147, "column": 25 } }, @@ -8044,16 +8082,16 @@ "type": "Line", "value": " configuration object", "range": [ - 4086, - 4109 + 4145, + 4168 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 31 } } @@ -8064,16 +8102,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 4145, - 4221 + 4204, + 4280 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 11 } } @@ -8091,16 +8129,16 @@ "object": { "type": "ThisExpression", "range": [ - 4230, - 4234 + 4289, + 4293 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 152, + "line": 153, "column": 12 } } @@ -8109,31 +8147,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 4235, - 4242 + 4294, + 4301 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 13 }, "end": { - "line": 152, + "line": 153, "column": 20 } } }, "range": [ - 4230, - 4242 + 4289, + 4301 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 152, + "line": 153, "column": 20 } } @@ -8144,62 +8182,62 @@ "type": "Identifier", "name": "Emitter", "range": [ - 4249, - 4256 + 4308, + 4315 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 27 }, "end": { - "line": 152, + "line": 153, "column": 34 } } }, "arguments": [], "range": [ - 4245, - 4258 + 4304, + 4317 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 23 }, "end": { - "line": 152, + "line": 153, "column": 36 } } }, "range": [ - 4230, - 4258 + 4289, + 4317 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 152, + "line": 153, "column": 36 } } }, "range": [ - 4230, - 4259 + 4289, + 4318 ], "loc": { "start": { - "line": 152, + "line": 153, "column": 8 }, "end": { - "line": 152, + "line": 153, "column": 37 } }, @@ -8208,16 +8246,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 4145, - 4221 + 4204, + 4280 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 11 } } @@ -8228,16 +8266,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4269, - 4291 + 4328, + 4350 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 30 } } @@ -8255,16 +8293,16 @@ "object": { "type": "ThisExpression", "range": [ - 4300, - 4304 + 4359, + 4363 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 12 } } @@ -8273,31 +8311,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 4305, - 4311 + 4364, + 4370 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 13 }, "end": { - "line": 155, + "line": 156, "column": 19 } } }, "range": [ - 4300, - 4311 + 4359, + 4370 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 19 } } @@ -8310,16 +8348,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 4314, - 4321 + 4373, + 4380 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 22 }, "end": { - "line": 155, + "line": 156, "column": 29 } } @@ -8329,32 +8367,32 @@ "type": "Identifier", "name": "startRow", "range": [ - 4322, - 4330 + 4381, + 4389 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 30 }, "end": { - "line": 155, + "line": 156, "column": 38 } } } ], "range": [ - 4314, - 4331 + 4373, + 4390 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 22 }, "end": { - "line": 155, + "line": 156, "column": 39 } } @@ -8364,16 +8402,16 @@ "value": 2, "raw": "2", "range": [ - 4334, - 4335 + 4393, + 4394 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 42 }, "end": { - "line": 155, + "line": 156, "column": 43 } } @@ -8385,16 +8423,16 @@ "type": "Identifier", "name": "startRow", "range": [ - 4339, - 4347 + 4398, + 4406 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 47 }, "end": { - "line": 155, + "line": 156, "column": 55 } } @@ -8404,76 +8442,76 @@ "value": 1, "raw": "1", "range": [ - 4350, - 4351 + 4409, + 4410 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 58 }, "end": { - "line": 155, + "line": 156, "column": 59 } } }, "range": [ - 4339, - 4351 + 4398, + 4410 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 47 }, "end": { - "line": 155, + "line": 156, "column": 59 } } }, "range": [ - 4314, - 4352 + 4373, + 4411 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 22 }, "end": { - "line": 155, + "line": 156, "column": 60 } } }, "range": [ - 4300, - 4352 + 4359, + 4411 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 60 } } }, "range": [ - 4300, - 4353 + 4359, + 4412 ], "loc": { "start": { - "line": 155, + "line": 156, "column": 8 }, "end": { - "line": 155, + "line": 156, "column": 61 } }, @@ -8482,16 +8520,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4269, - 4291 + 4328, + 4350 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 30 } } @@ -8502,16 +8540,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4363, - 4443 + 4422, + 4502 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 160, + "line": 161, "column": 11 } } @@ -8529,16 +8567,16 @@ "object": { "type": "ThisExpression", "range": [ - 4452, - 4456 + 4511, + 4515 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 161, + "line": 162, "column": 12 } } @@ -8547,31 +8585,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 4457, - 4465 + 4516, + 4524 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 13 }, "end": { - "line": 161, + "line": 162, "column": 21 } } }, "range": [ - 4452, - 4465 + 4511, + 4524 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 161, + "line": 162, "column": 21 } } @@ -8586,16 +8624,16 @@ "type": "Identifier", "name": "f", "range": [ - 4468, - 4469 + 4527, + 4528 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 24 }, "end": { - "line": 161, + "line": 162, "column": 25 } } @@ -8604,31 +8642,31 @@ "type": "Identifier", "name": "base_path", "range": [ - 4470, - 4479 + 4529, + 4538 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 26 }, "end": { - "line": 161, + "line": 162, "column": 35 } } }, "range": [ - 4468, - 4479 + 4527, + 4538 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 24 }, "end": { - "line": 161, + "line": 162, "column": 35 } } @@ -8638,61 +8676,61 @@ "value": "tablefilter/", "raw": "'tablefilter/'", "range": [ - 4483, - 4497 + 4542, + 4556 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 39 }, "end": { - "line": 161, + "line": 162, "column": 53 } } }, "range": [ - 4468, - 4497 + 4527, + 4556 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 24 }, "end": { - "line": 161, + "line": 162, "column": 53 } } }, "range": [ - 4452, - 4497 + 4511, + 4556 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 161, + "line": 162, "column": 53 } } }, "range": [ - 4452, - 4498 + 4511, + 4557 ], "loc": { "start": { - "line": 161, + "line": 162, "column": 8 }, "end": { - "line": 161, + "line": 162, "column": 54 } }, @@ -8701,16 +8739,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4363, - 4443 + 4422, + 4502 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 160, + "line": 161, "column": 11 } } @@ -8721,16 +8759,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4508, - 4542 + 4567, + 4601 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 42 } } @@ -8739,16 +8777,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4552, - 4628 + 4611, + 4687 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 168, + "line": 169, "column": 11 } } @@ -8766,16 +8804,16 @@ "object": { "type": "ThisExpression", "range": [ - 4637, - 4641 + 4696, + 4700 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 8 }, "end": { - "line": 169, + "line": 170, "column": 12 } } @@ -8784,31 +8822,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 4642, - 4649 + 4701, + 4708 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 13 }, "end": { - "line": 169, + "line": 170, "column": 20 } } }, "range": [ - 4637, - 4649 + 4696, + 4708 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 8 }, "end": { - "line": 169, + "line": 170, "column": 20 } } @@ -8825,16 +8863,16 @@ "type": "Identifier", "name": "f", "range": [ - 4652, - 4653 + 4711, + 4712 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 24 } } @@ -8843,31 +8881,31 @@ "type": "Identifier", "name": "grid", "range": [ - 4654, - 4658 + 4713, + 4717 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 25 }, "end": { - "line": 169, + "line": 170, "column": 29 } } }, "range": [ - 4652, - 4658 + 4711, + 4717 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 29 } } @@ -8877,31 +8915,31 @@ "value": false, "raw": "false", "range": [ - 4663, - 4668 + 4722, + 4727 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 34 }, "end": { - "line": 169, + "line": 170, "column": 39 } } }, "range": [ - 4652, - 4668 + 4711, + 4727 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 39 } } @@ -8911,16 +8949,16 @@ "value": false, "raw": "false", "range": [ - 4671, - 4676 + 4730, + 4735 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 42 }, "end": { - "line": 169, + "line": 170, "column": 47 } } @@ -8930,61 +8968,61 @@ "value": true, "raw": "true", "range": [ - 4679, - 4683 + 4738, + 4742 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 50 }, "end": { - "line": 169, + "line": 170, "column": 54 } } }, "range": [ - 4652, - 4683 + 4711, + 4742 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 23 }, "end": { - "line": 169, + "line": 170, "column": 54 } } }, "range": [ - 4637, - 4683 + 4696, + 4742 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 8 }, "end": { - "line": 169, + "line": 170, "column": 54 } } }, "range": [ - 4637, - 4684 + 4696, + 4743 ], "loc": { "start": { - "line": 169, + "line": 170, "column": 8 }, "end": { - "line": 169, + "line": 170, "column": 55 } }, @@ -8993,16 +9031,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4508, - 4542 + 4567, + 4601 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 42 } } @@ -9011,16 +9049,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4552, - 4628 + 4611, + 4687 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 168, + "line": 169, "column": 11 } } @@ -9031,16 +9069,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4694, - 4790 + 4753, + 4849 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 174, + "line": 175, "column": 11 } } @@ -9058,16 +9096,16 @@ "object": { "type": "ThisExpression", "range": [ - 4799, - 4803 + 4858, + 4862 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 12 } } @@ -9076,31 +9114,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 4804, - 4814 + 4863, + 4873 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 13 }, "end": { - "line": 175, + "line": 176, "column": 23 } } }, "range": [ - 4799, - 4814 + 4858, + 4873 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 23 } } @@ -9111,16 +9149,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 4817, - 4824 + 4876, + 4883 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 26 }, "end": { - "line": 175, + "line": 176, "column": 33 } } @@ -9133,16 +9171,16 @@ "type": "Identifier", "name": "f", "range": [ - 4825, - 4826 + 4884, + 4885 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 34 }, "end": { - "line": 175, + "line": 176, "column": 35 } } @@ -9151,77 +9189,77 @@ "type": "Identifier", "name": "grid_layout", "range": [ - 4827, - 4838 + 4886, + 4897 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 36 }, "end": { - "line": 175, + "line": 176, "column": 47 } } }, "range": [ - 4825, - 4838 + 4884, + 4897 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 34 }, "end": { - "line": 175, + "line": 176, "column": 47 } } } ], "range": [ - 4817, - 4839 + 4876, + 4898 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 26 }, "end": { - "line": 175, + "line": 176, "column": 48 } } }, "range": [ - 4799, - 4839 + 4858, + 4898 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 48 } } }, "range": [ - 4799, - 4840 + 4858, + 4899 ], "loc": { "start": { - "line": 175, + "line": 176, "column": 8 }, "end": { - "line": 175, + "line": 176, "column": 49 } }, @@ -9230,16 +9268,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4694, - 4790 + 4753, + 4849 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 174, + "line": 175, "column": 11 } } @@ -9250,16 +9288,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4850, - 4920 + 4909, + 4979 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 180, + "line": 181, "column": 11 } } @@ -9277,16 +9315,16 @@ "object": { "type": "ThisExpression", "range": [ - 4929, - 4933 + 4988, + 4992 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 182, "column": 12 } } @@ -9295,31 +9333,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 4934, - 4949 + 4993, + 5008 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 13 }, "end": { - "line": 181, + "line": 182, "column": 28 } } }, "range": [ - 4929, - 4949 + 4988, + 5008 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 181, + "line": 182, "column": 28 } } @@ -9332,16 +9370,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 4952, - 4957 + 5011, + 5016 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 31 }, "end": { - "line": 181, + "line": 182, "column": 36 } } @@ -9354,16 +9392,16 @@ "type": "Identifier", "name": "f", "range": [ - 4958, - 4959 + 5017, + 5018 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 37 }, "end": { - "line": 181, + "line": 182, "column": 38 } } @@ -9372,47 +9410,47 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 4960, - 4977 + 5019, + 5036 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 39 }, "end": { - "line": 181, + "line": 182, "column": 56 } } }, "range": [ - 4958, - 4977 + 5017, + 5036 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 37 }, "end": { - "line": 181, + "line": 182, "column": 56 } } } ], "range": [ - 4952, - 4978 + 5011, + 5037 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 31 }, "end": { - "line": 181, + "line": 182, "column": 57 } } @@ -9422,16 +9460,16 @@ "value": 0, "raw": "0", "range": [ - 4993, - 4994 + 5052, + 5053 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 12 }, "end": { - "line": 182, + "line": 183, "column": 13 } } @@ -9443,16 +9481,16 @@ "type": "Identifier", "name": "f", "range": [ - 4997, - 4998 + 5056, + 5057 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 16 }, "end": { - "line": 182, + "line": 183, "column": 17 } } @@ -9461,76 +9499,76 @@ "type": "Identifier", "name": "filters_row_index", "range": [ - 4999, - 5016 + 5058, + 5075 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 18 }, "end": { - "line": 182, + "line": 183, "column": 35 } } }, "range": [ - 4997, - 5016 + 5056, + 5075 ], "loc": { "start": { - "line": 182, + "line": 183, "column": 16 }, "end": { - "line": 182, + "line": 183, "column": 35 } } }, "range": [ - 4952, - 5016 + 5011, + 5075 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 31 }, "end": { - "line": 182, + "line": 183, "column": 35 } } }, "range": [ - 4929, - 5016 + 4988, + 5075 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 182, + "line": 183, "column": 35 } } }, "range": [ - 4929, - 5017 + 4988, + 5076 ], "loc": { "start": { - "line": 181, + "line": 182, "column": 8 }, "end": { - "line": 182, + "line": 183, "column": 36 } }, @@ -9539,16 +9577,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4850, - 4920 + 4909, + 4979 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 180, + "line": 181, "column": 11 } } @@ -9559,16 +9597,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 5027, - 5097 + 5086, + 5156 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 187, + "line": 188, "column": 11 } } @@ -9586,16 +9624,16 @@ "object": { "type": "ThisExpression", "range": [ - 5106, - 5110 + 5165, + 5169 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 12 } } @@ -9604,31 +9642,31 @@ "type": "Identifier", "name": "headersRow", "range": [ - 5111, - 5121 + 5170, + 5180 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 13 }, "end": { - "line": 188, + "line": 189, "column": 23 } } }, "range": [ - 5106, - 5121 + 5165, + 5180 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 188, + "line": 189, "column": 23 } } @@ -9641,16 +9679,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 5124, - 5129 + 5183, + 5188 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 26 }, "end": { - "line": 188, + "line": 189, "column": 31 } } @@ -9663,16 +9701,16 @@ "type": "Identifier", "name": "f", "range": [ - 5130, - 5131 + 5189, + 5190 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 32 }, "end": { - "line": 188, + "line": 189, "column": 33 } } @@ -9681,47 +9719,47 @@ "type": "Identifier", "name": "headers_row_index", "range": [ - 5132, - 5149 + 5191, + 5208 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 34 }, "end": { - "line": 188, + "line": 189, "column": 51 } } }, "range": [ - 5130, - 5149 + 5189, + 5208 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 32 }, "end": { - "line": 188, + "line": 189, "column": 51 } } } ], "range": [ - 5124, - 5150 + 5183, + 5209 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 26 }, "end": { - "line": 188, + "line": 189, "column": 52 } } @@ -9737,16 +9775,16 @@ "object": { "type": "ThisExpression", "range": [ - 5166, - 5170 + 5225, + 5229 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 13 }, "end": { - "line": 189, + "line": 190, "column": 17 } } @@ -9755,31 +9793,31 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 5171, - 5186 + 5230, + 5245 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 18 }, "end": { - "line": 189, + "line": 190, "column": 33 } } }, "range": [ - 5166, - 5186 + 5225, + 5245 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 13 }, "end": { - "line": 189, + "line": 190, "column": 33 } } @@ -9789,31 +9827,31 @@ "value": 0, "raw": "0", "range": [ - 5191, - 5192 + 5250, + 5251 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 38 }, "end": { - "line": 189, + "line": 190, "column": 39 } } }, "range": [ - 5166, - 5192 + 5225, + 5251 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 13 }, "end": { - "line": 189, + "line": 190, "column": 39 } } @@ -9823,16 +9861,16 @@ "value": 1, "raw": "1", "range": [ - 5195, - 5196 + 5254, + 5255 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 42 }, "end": { - "line": 189, + "line": 190, "column": 43 } } @@ -9842,31 +9880,31 @@ "value": 0, "raw": "0", "range": [ - 5199, - 5200 + 5258, + 5259 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 46 }, "end": { - "line": 189, + "line": 190, "column": 47 } } }, "range": [ - 5166, - 5200 + 5225, + 5259 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 13 }, "end": { - "line": 189, + "line": 190, "column": 47 } } @@ -9878,16 +9916,16 @@ "type": "Identifier", "name": "f", "range": [ - 5204, - 5205 + 5263, + 5264 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 51 }, "end": { - "line": 189, + "line": 190, "column": 52 } } @@ -9896,76 +9934,76 @@ "type": "Identifier", "name": "headers_row_index", "range": [ - 5206, - 5223 + 5265, + 5282 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 53 }, "end": { - "line": 189, + "line": 190, "column": 70 } } }, "range": [ - 5204, - 5223 + 5263, + 5282 ], "loc": { "start": { - "line": 189, + "line": 190, "column": 51 }, "end": { - "line": 189, + "line": 190, "column": 70 } } }, "range": [ - 5124, - 5223 + 5183, + 5282 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 26 }, "end": { - "line": 189, + "line": 190, "column": 70 } } }, "range": [ - 5106, - 5223 + 5165, + 5282 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 189, + "line": 190, "column": 70 } } }, "range": [ - 5106, - 5224 + 5165, + 5283 ], "loc": { "start": { - "line": 188, + "line": 189, "column": 8 }, "end": { - "line": 189, + "line": 190, "column": 71 } }, @@ -9974,16 +10012,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 5027, - 5097 + 5086, + 5156 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 187, + "line": 188, "column": 11 } } @@ -9994,16 +10032,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5234, - 5338 + 5293, + 5397 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 194, + "line": 195, "column": 11 } } @@ -10021,16 +10059,16 @@ "object": { "type": "ThisExpression", "range": [ - 5347, - 5351 + 5406, + 5410 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 8 }, "end": { - "line": 195, + "line": 196, "column": 12 } } @@ -10039,31 +10077,31 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 5352, - 5362 + 5411, + 5421 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 13 }, "end": { - "line": 195, + "line": 196, "column": 23 } } }, "range": [ - 5347, - 5362 + 5406, + 5421 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 8 }, "end": { - "line": 195, + "line": 196, "column": 23 } } @@ -10076,16 +10114,16 @@ "type": "Identifier", "name": "isString", "range": [ - 5365, - 5373 + 5424, + 5432 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 26 }, "end": { - "line": 195, + "line": 196, "column": 34 } } @@ -10098,16 +10136,16 @@ "type": "Identifier", "name": "f", "range": [ - 5374, - 5375 + 5433, + 5434 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 35 }, "end": { - "line": 195, + "line": 196, "column": 36 } } @@ -10116,47 +10154,47 @@ "type": "Identifier", "name": "filters_cell_tag", "range": [ - 5376, - 5392 + 5435, + 5451 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 37 }, "end": { - "line": 195, + "line": 196, "column": 53 } } }, "range": [ - 5374, - 5392 + 5433, + 5451 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 35 }, "end": { - "line": 195, + "line": 196, "column": 53 } } } ], "range": [ - 5365, - 5393 + 5424, + 5452 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 26 }, "end": { - "line": 195, + "line": 196, "column": 54 } } @@ -10168,16 +10206,16 @@ "type": "Identifier", "name": "f", "range": [ - 5408, - 5409 + 5467, + 5468 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 12 }, "end": { - "line": 196, + "line": 197, "column": 13 } } @@ -10186,31 +10224,31 @@ "type": "Identifier", "name": "filters_cell_tag", "range": [ - 5410, - 5426 + 5469, + 5485 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 14 }, "end": { - "line": 196, + "line": 197, "column": 30 } } }, "range": [ - 5408, - 5426 + 5467, + 5485 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 12 }, "end": { - "line": 196, + "line": 197, "column": 30 } } @@ -10219,61 +10257,61 @@ "type": "Identifier", "name": "CELL_TAG", "range": [ - 5429, - 5437 + 5488, + 5496 ], "loc": { "start": { - "line": 196, + "line": 197, "column": 33 }, "end": { - "line": 196, + "line": 197, "column": 41 } } }, "range": [ - 5365, - 5437 + 5424, + 5496 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 26 }, "end": { - "line": 196, + "line": 197, "column": 41 } } }, "range": [ - 5347, - 5437 + 5406, + 5496 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 8 }, "end": { - "line": 196, + "line": 197, "column": 41 } } }, "range": [ - 5347, - 5438 + 5406, + 5497 ], "loc": { "start": { - "line": 195, + "line": 196, "column": 8 }, "end": { - "line": 196, + "line": 197, "column": 42 } }, @@ -10282,16 +10320,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5234, - 5338 + 5293, + 5397 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 194, + "line": 195, "column": 11 } } @@ -10302,16 +10340,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5448, - 5539 + 5507, + 5598 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 8 }, "end": { - "line": 202, + "line": 203, "column": 11 } } @@ -10329,16 +10367,16 @@ "object": { "type": "ThisExpression", "range": [ - 5548, - 5552 + 5607, + 5611 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 8 }, "end": { - "line": 203, + "line": 204, "column": 12 } } @@ -10347,31 +10385,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 5553, - 5559 + 5612, + 5618 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 13 }, "end": { - "line": 203, + "line": 204, "column": 19 } } }, "range": [ - 5548, - 5559 + 5607, + 5618 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 8 }, "end": { - "line": 203, + "line": 204, "column": 19 } } @@ -10380,46 +10418,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5562, - 5564 + 5621, + 5623 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 22 }, "end": { - "line": 203, + "line": 204, "column": 24 } } }, "range": [ - 5548, - 5564 + 5607, + 5623 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 8 }, "end": { - "line": 203, + "line": 204, "column": 24 } } }, "range": [ - 5548, - 5565 + 5607, + 5624 ], "loc": { "start": { - "line": 203, + "line": 204, "column": 8 }, "end": { - "line": 203, + "line": 204, "column": 25 } }, @@ -10428,16 +10466,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5448, - 5539 + 5507, + 5598 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 8 }, "end": { - "line": 202, + "line": 203, "column": 11 } } @@ -10448,16 +10486,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5575, - 5703 + 5634, + 5762 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 8 }, "end": { - "line": 209, + "line": 210, "column": 11 } } @@ -10475,16 +10513,16 @@ "object": { "type": "ThisExpression", "range": [ - 5712, - 5716 + 5771, + 5775 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 8 }, "end": { - "line": 210, + "line": 211, "column": 12 } } @@ -10493,31 +10531,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 5717, - 5731 + 5776, + 5790 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 13 }, "end": { - "line": 210, + "line": 211, "column": 27 } } }, "range": [ - 5712, - 5731 + 5771, + 5790 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 8 }, "end": { - "line": 210, + "line": 211, "column": 27 } } @@ -10526,46 +10564,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 5734, - 5736 + 5793, + 5795 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 30 }, "end": { - "line": 210, + "line": 211, "column": 32 } } }, "range": [ - 5712, - 5736 + 5771, + 5795 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 8 }, "end": { - "line": 210, + "line": 211, "column": 32 } } }, "range": [ - 5712, - 5737 + 5771, + 5796 ], "loc": { "start": { - "line": 210, + "line": 211, "column": 8 }, "end": { - "line": 210, + "line": 211, "column": 33 } }, @@ -10574,16 +10612,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5575, - 5703 + 5634, + 5762 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 8 }, "end": { - "line": 209, + "line": 210, "column": 11 } } @@ -10594,16 +10632,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5747, - 5855 + 5806, + 5914 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 8 }, "end": { - "line": 216, + "line": 217, "column": 11 } } @@ -10621,16 +10659,16 @@ "object": { "type": "ThisExpression", "range": [ - 5864, - 5868 + 5923, + 5927 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 12 } } @@ -10639,31 +10677,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 5869, - 5875 + 5928, + 5934 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 13 }, "end": { - "line": 217, + "line": 218, "column": 19 } } }, "range": [ - 5864, - 5875 + 5923, + 5934 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 19 } } @@ -10673,46 +10711,46 @@ "value": null, "raw": "null", "range": [ - 5878, - 5882 + 5937, + 5941 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 22 }, "end": { - "line": 217, + "line": 218, "column": 26 } } }, "range": [ - 5864, - 5882 + 5923, + 5941 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 26 } } }, "range": [ - 5864, - 5883 + 5923, + 5942 ], "loc": { "start": { - "line": 217, + "line": 218, "column": 8 }, "end": { - "line": 217, + "line": 218, "column": 27 } }, @@ -10721,16 +10759,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5747, - 5855 + 5806, + 5914 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 8 }, "end": { - "line": 216, + "line": 217, "column": 11 } } @@ -10741,16 +10779,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5893, - 6033 + 5952, + 6092 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 223, + "line": 224, "column": 11 } } @@ -10768,16 +10806,16 @@ "object": { "type": "ThisExpression", "range": [ - 6042, - 6046 + 6101, + 6105 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 12 } } @@ -10786,31 +10824,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 6047, - 6051 + 6106, + 6110 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 13 }, "end": { - "line": 224, + "line": 225, "column": 17 } } }, "range": [ - 6042, - 6051 + 6101, + 6110 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 17 } } @@ -10820,46 +10858,46 @@ "value": null, "raw": "null", "range": [ - 6054, - 6058 + 6113, + 6117 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 20 }, "end": { - "line": 224, + "line": 225, "column": 24 } } }, "range": [ - 6042, - 6058 + 6101, + 6117 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 24 } } }, "range": [ - 6042, - 6059 + 6101, + 6118 ], "loc": { "start": { - "line": 224, + "line": 225, "column": 8 }, "end": { - "line": 224, + "line": 225, "column": 25 } }, @@ -10868,16 +10906,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5893, - 6033 + 5952, + 6092 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 223, + "line": 224, "column": 11 } } @@ -10888,16 +10926,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": [ - 6069, - 6243 + 6128, + 6302 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 11 } } @@ -10915,16 +10953,16 @@ "object": { "type": "ThisExpression", "range": [ - 6252, - 6256 + 6311, + 6315 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 8 }, "end": { - "line": 232, + "line": 233, "column": 12 } } @@ -10933,31 +10971,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 6257, - 6261 + 6316, + 6320 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 13 }, "end": { - "line": 232, + "line": 233, "column": 17 } } }, "range": [ - 6252, - 6261 + 6311, + 6320 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 8 }, "end": { - "line": 232, + "line": 233, "column": 17 } } @@ -10967,46 +11005,46 @@ "value": null, "raw": "null", "range": [ - 6264, - 6268 + 6323, + 6327 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 20 }, "end": { - "line": 232, + "line": 233, "column": 24 } } }, "range": [ - 6252, - 6268 + 6311, + 6327 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 8 }, "end": { - "line": 232, + "line": 233, "column": 24 } } }, "range": [ - 6252, - 6269 + 6311, + 6328 ], "loc": { "start": { - "line": 232, + "line": 233, "column": 8 }, "end": { - "line": 232, + "line": 233, "column": 25 } }, @@ -11015,16 +11053,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": [ - 6069, - 6243 + 6128, + 6302 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 11 } } @@ -11035,16 +11073,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6279, - 6419 + 6338, + 6478 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 8 }, "end": { - "line": 238, + "line": 239, "column": 11 } } @@ -11062,16 +11100,16 @@ "object": { "type": "ThisExpression", "range": [ - 6428, - 6432 + 6487, + 6491 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 12 } } @@ -11080,31 +11118,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 6433, - 6437 + 6492, + 6496 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 13 }, "end": { - "line": 239, + "line": 240, "column": 17 } } }, "range": [ - 6428, - 6437 + 6487, + 6496 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 17 } } @@ -11114,46 +11152,46 @@ "value": null, "raw": "null", "range": [ - 6440, - 6444 + 6499, + 6503 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 20 }, "end": { - "line": 239, + "line": 240, "column": 24 } } }, "range": [ - 6428, - 6444 + 6487, + 6503 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 24 } } }, "range": [ - 6428, - 6445 + 6487, + 6504 ], "loc": { "start": { - "line": 239, + "line": 240, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 25 } }, @@ -11162,16 +11200,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6279, - 6419 + 6338, + 6478 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 8 }, "end": { - "line": 238, + "line": 239, "column": 11 } } @@ -11182,16 +11220,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6455, - 6553 + 6514, + 6612 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 11 } } @@ -11209,16 +11247,16 @@ "object": { "type": "ThisExpression", "range": [ - 6562, - 6566 + 6621, + 6625 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 8 }, "end": { - "line": 245, + "line": 246, "column": 12 } } @@ -11227,31 +11265,31 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 6567, - 6581 + 6626, + 6640 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 13 }, "end": { - "line": 245, + "line": 246, "column": 27 } } }, "range": [ - 6562, - 6581 + 6621, + 6640 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 8 }, "end": { - "line": 245, + "line": 246, "column": 27 } } @@ -11266,16 +11304,16 @@ "type": "Identifier", "name": "f", "range": [ - 6584, - 6585 + 6643, + 6644 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 30 }, "end": { - "line": 245, + "line": 246, "column": 31 } } @@ -11284,31 +11322,31 @@ "type": "Identifier", "name": "inf_div_css_class", "range": [ - 6586, - 6603 + 6645, + 6662 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 32 }, "end": { - "line": 245, + "line": 246, "column": 49 } } }, "range": [ - 6584, - 6603 + 6643, + 6662 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 30 }, "end": { - "line": 245, + "line": 246, "column": 49 } } @@ -11318,61 +11356,61 @@ "value": "inf", "raw": "'inf'", "range": [ - 6607, - 6612 + 6666, + 6671 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 53 }, "end": { - "line": 245, + "line": 246, "column": 58 } } }, "range": [ - 6584, - 6612 + 6643, + 6671 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 30 }, "end": { - "line": 245, + "line": 246, "column": 58 } } }, "range": [ - 6562, - 6612 + 6621, + 6671 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 8 }, "end": { - "line": 245, + "line": 246, "column": 58 } } }, "range": [ - 6562, - 6613 + 6621, + 6672 ], "loc": { "start": { - "line": 245, + "line": 246, "column": 8 }, "end": { - "line": 245, + "line": 246, "column": 59 } }, @@ -11381,16 +11419,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6455, - 6553 + 6514, + 6612 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 11 } } @@ -11401,16 +11439,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6623, - 6727 + 6682, + 6786 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 8 }, "end": { - "line": 250, + "line": 251, "column": 11 } } @@ -11428,16 +11466,16 @@ "object": { "type": "ThisExpression", "range": [ - 6736, - 6740 + 6795, + 6799 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 251, + "line": 252, "column": 12 } } @@ -11446,31 +11484,31 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 6741, - 6753 + 6800, + 6812 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 13 }, "end": { - "line": 251, + "line": 252, "column": 25 } } }, "range": [ - 6736, - 6753 + 6795, + 6812 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 251, + "line": 252, "column": 25 } } @@ -11485,16 +11523,16 @@ "type": "Identifier", "name": "f", "range": [ - 6756, - 6757 + 6815, + 6816 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 28 }, "end": { - "line": 251, + "line": 252, "column": 29 } } @@ -11503,31 +11541,31 @@ "type": "Identifier", "name": "left_div_css_class", "range": [ - 6758, - 6776 + 6817, + 6835 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 30 }, "end": { - "line": 251, + "line": 252, "column": 48 } } }, "range": [ - 6756, - 6776 + 6815, + 6835 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 28 }, "end": { - "line": 251, + "line": 252, "column": 48 } } @@ -11537,61 +11575,61 @@ "value": "ldiv", "raw": "'ldiv'", "range": [ - 6780, - 6786 + 6839, + 6845 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 52 }, "end": { - "line": 251, + "line": 252, "column": 58 } } }, "range": [ - 6756, - 6786 + 6815, + 6845 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 28 }, "end": { - "line": 251, + "line": 252, "column": 58 } } }, "range": [ - 6736, - 6786 + 6795, + 6845 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 251, + "line": 252, "column": 58 } } }, "range": [ - 6736, - 6787 + 6795, + 6846 ], "loc": { "start": { - "line": 251, + "line": 252, "column": 8 }, "end": { - "line": 251, + "line": 252, "column": 59 } }, @@ -11600,16 +11638,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6623, - 6727 + 6682, + 6786 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 8 }, "end": { - "line": 250, + "line": 251, "column": 11 } } @@ -11620,16 +11658,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6797, - 6902 + 6856, + 6961 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 11 } } @@ -11647,16 +11685,16 @@ "object": { "type": "ThisExpression", "range": [ - 6911, - 6915 + 6970, + 6974 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 12 } } @@ -11665,31 +11703,31 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 6916, - 6928 + 6975, + 6987 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 13 }, "end": { - "line": 257, + "line": 258, "column": 25 } } }, "range": [ - 6911, - 6928 + 6970, + 6987 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 25 } } @@ -11704,16 +11742,16 @@ "type": "Identifier", "name": "f", "range": [ - 6931, - 6932 + 6990, + 6991 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 28 }, "end": { - "line": 257, + "line": 258, "column": 29 } } @@ -11722,31 +11760,31 @@ "type": "Identifier", "name": "right_div_css_class", "range": [ - 6933, - 6952 + 6992, + 7011 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 30 }, "end": { - "line": 257, + "line": 258, "column": 49 } } }, "range": [ - 6931, - 6952 + 6990, + 7011 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 28 }, "end": { - "line": 257, + "line": 258, "column": 49 } } @@ -11756,61 +11794,61 @@ "value": "rdiv", "raw": "'rdiv'", "range": [ - 6956, - 6962 + 7015, + 7021 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 53 }, "end": { - "line": 257, + "line": 258, "column": 59 } } }, "range": [ - 6931, - 6962 + 6990, + 7021 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 28 }, "end": { - "line": 257, + "line": 258, "column": 59 } } }, "range": [ - 6911, - 6962 + 6970, + 7021 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 59 } } }, "range": [ - 6911, - 6963 + 6970, + 7022 ], "loc": { "start": { - "line": 257, + "line": 258, "column": 8 }, "end": { - "line": 257, + "line": 258, "column": 60 } }, @@ -11819,16 +11857,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6797, - 6902 + 6856, + 6961 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 11 } } @@ -11839,16 +11877,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 6973, - 7074 + 7032, + 7133 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 11 } } @@ -11866,16 +11904,16 @@ "object": { "type": "ThisExpression", "range": [ - 7083, - 7087 + 7142, + 7146 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 12 } } @@ -11884,31 +11922,31 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 7088, - 7100 + 7147, + 7159 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 13 }, "end": { - "line": 263, + "line": 264, "column": 25 } } }, "range": [ - 7083, - 7100 + 7142, + 7159 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 25 } } @@ -11923,16 +11961,16 @@ "type": "Identifier", "name": "f", "range": [ - 7103, - 7104 + 7162, + 7163 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 28 }, "end": { - "line": 263, + "line": 264, "column": 29 } } @@ -11941,31 +11979,31 @@ "type": "Identifier", "name": "middle_div_css_class", "range": [ - 7105, - 7125 + 7164, + 7184 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 30 }, "end": { - "line": 263, + "line": 264, "column": 50 } } }, "range": [ - 7103, - 7125 + 7162, + 7184 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 28 }, "end": { - "line": 263, + "line": 264, "column": 50 } } @@ -11975,61 +12013,61 @@ "value": "mdiv", "raw": "'mdiv'", "range": [ - 7129, - 7135 + 7188, + 7194 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 54 }, "end": { - "line": 263, + "line": 264, "column": 60 } } }, "range": [ - 7103, - 7135 + 7162, + 7194 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 28 }, "end": { - "line": 263, + "line": 264, "column": 60 } } }, "range": [ - 7083, - 7135 + 7142, + 7194 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 60 } } }, "range": [ - 7083, - 7136 + 7142, + 7195 ], "loc": { "start": { - "line": 263, + "line": 264, "column": 8 }, "end": { - "line": 263, + "line": 264, "column": 61 } }, @@ -12038,16 +12076,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 6973, - 7074 + 7032, + 7133 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 11 } } @@ -12058,16 +12096,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7146, - 7180 + 7205, + 7239 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 42 } } @@ -12076,16 +12114,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7189, - 7262 + 7248, + 7321 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 11 } } @@ -12103,16 +12141,16 @@ "object": { "type": "ThisExpression", "range": [ - 7271, - 7275 + 7330, + 7334 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 12 } } @@ -12121,31 +12159,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 7276, - 7285 + 7335, + 7344 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 13 }, "end": { - "line": 270, + "line": 271, "column": 22 } } }, "range": [ - 7271, - 7285 + 7330, + 7344 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 22 } } @@ -12160,16 +12198,16 @@ "type": "Identifier", "name": "f", "range": [ - 7288, - 7289 + 7347, + 7348 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 26 } } @@ -12178,31 +12216,31 @@ "type": "Identifier", "name": "style_path", "range": [ - 7290, - 7300 + 7349, + 7359 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 27 }, "end": { - "line": 270, + "line": 271, "column": 37 } } }, "range": [ - 7288, - 7300 + 7347, + 7359 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 37 } } @@ -12216,16 +12254,16 @@ "object": { "type": "ThisExpression", "range": [ - 7304, - 7308 + 7363, + 7367 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 41 }, "end": { - "line": 270, + "line": 271, "column": 45 } } @@ -12234,31 +12272,31 @@ "type": "Identifier", "name": "basePath", "range": [ - 7309, - 7317 + 7368, + 7376 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 46 }, "end": { - "line": 270, + "line": 271, "column": 54 } } }, "range": [ - 7304, - 7317 + 7363, + 7376 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 41 }, "end": { - "line": 270, + "line": 271, "column": 54 } } @@ -12268,76 +12306,76 @@ "value": "style/", "raw": "'style/'", "range": [ - 7320, - 7328 + 7379, + 7387 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 57 }, "end": { - "line": 270, + "line": 271, "column": 65 } } }, "range": [ - 7304, - 7328 + 7363, + 7387 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 41 }, "end": { - "line": 270, + "line": 271, "column": 65 } } }, "range": [ - 7288, - 7328 + 7347, + 7387 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 65 } } }, "range": [ - 7271, - 7328 + 7330, + 7387 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 65 } } }, "range": [ - 7271, - 7329 + 7330, + 7388 ], "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 66 } }, @@ -12346,16 +12384,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7146, - 7180 + 7205, + 7239 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 42 } } @@ -12364,16 +12402,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7189, - 7262 + 7248, + 7321 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 11 } } @@ -12384,16 +12422,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7339, - 7412 + 7398, + 7471 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 275, + "line": 276, "column": 11 } } @@ -12411,16 +12449,16 @@ "object": { "type": "ThisExpression", "range": [ - 7421, - 7425 + 7480, + 7484 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 8 }, "end": { - "line": 276, + "line": 277, "column": 12 } } @@ -12429,31 +12467,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 7426, - 7436 + 7485, + 7495 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 13 }, "end": { - "line": 276, + "line": 277, "column": 23 } } }, "range": [ - 7421, - 7436 + 7480, + 7495 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 8 }, "end": { - "line": 276, + "line": 277, "column": 23 } } @@ -12468,16 +12506,16 @@ "type": "Identifier", "name": "f", "range": [ - 7439, - 7440 + 7498, + 7499 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 26 }, "end": { - "line": 276, + "line": 277, "column": 27 } } @@ -12486,31 +12524,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 7441, - 7451 + 7500, + 7510 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 28 }, "end": { - "line": 276, + "line": 277, "column": 38 } } }, "range": [ - 7439, - 7451 + 7498, + 7510 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 26 }, "end": { - "line": 276, + "line": 277, "column": 38 } } @@ -12524,16 +12562,16 @@ "object": { "type": "ThisExpression", "range": [ - 7455, - 7459 + 7514, + 7518 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 42 }, "end": { - "line": 276, + "line": 277, "column": 46 } } @@ -12542,31 +12580,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 7460, - 7469 + 7519, + 7528 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 47 }, "end": { - "line": 276, + "line": 277, "column": 56 } } }, "range": [ - 7455, - 7469 + 7514, + 7528 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 42 }, "end": { - "line": 276, + "line": 277, "column": 56 } } @@ -12576,76 +12614,76 @@ "value": "tablefilter.css", "raw": "'tablefilter.css'", "range": [ - 7472, - 7489 + 7531, + 7548 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 59 }, "end": { - "line": 276, + "line": 277, "column": 76 } } }, "range": [ - 7455, - 7489 + 7514, + 7548 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 42 }, "end": { - "line": 276, + "line": 277, "column": 76 } } }, "range": [ - 7439, - 7489 + 7498, + 7548 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 26 }, "end": { - "line": 276, + "line": 277, "column": 76 } } }, "range": [ - 7421, - 7489 + 7480, + 7548 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 8 }, "end": { - "line": 276, + "line": 277, "column": 76 } } }, "range": [ - 7421, - 7490 + 7480, + 7549 ], "loc": { "start": { - "line": 276, + "line": 277, "column": 8 }, "end": { - "line": 276, + "line": 277, "column": 77 } }, @@ -12654,16 +12692,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7339, - 7412 + 7398, + 7471 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 275, + "line": 276, "column": 11 } } @@ -12674,16 +12712,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7500, - 7591 + 7559, + 7650 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 8 }, "end": { - "line": 282, + "line": 283, "column": 11 } } @@ -12701,16 +12739,16 @@ "object": { "type": "ThisExpression", "range": [ - 7600, - 7604 + 7659, + 7663 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 12 } } @@ -12719,31 +12757,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 7605, - 7617 + 7664, + 7676 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 13 }, "end": { - "line": 283, + "line": 284, "column": 25 } } }, "range": [ - 7600, - 7617 + 7659, + 7676 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 25 } } @@ -12757,16 +12795,16 @@ "object": { "type": "ThisExpression", "range": [ - 7620, - 7624 + 7679, + 7683 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 28 }, "end": { - "line": 283, + "line": 284, "column": 32 } } @@ -12775,31 +12813,31 @@ "type": "Identifier", "name": "id", "range": [ - 7625, - 7627 + 7684, + 7686 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 33 }, "end": { - "line": 283, + "line": 284, "column": 35 } } }, "range": [ - 7620, - 7627 + 7679, + 7686 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 28 }, "end": { - "line": 283, + "line": 284, "column": 35 } } @@ -12809,61 +12847,61 @@ "value": "_style", "raw": "'_style'", "range": [ - 7630, - 7638 + 7689, + 7697 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 38 }, "end": { - "line": 283, + "line": 284, "column": 46 } } }, "range": [ - 7620, - 7638 + 7679, + 7697 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 28 }, "end": { - "line": 283, + "line": 284, "column": 46 } } }, "range": [ - 7600, - 7638 + 7659, + 7697 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 46 } } }, "range": [ - 7600, - 7639 + 7659, + 7698 ], "loc": { "start": { - "line": 283, + "line": 284, "column": 8 }, "end": { - "line": 283, + "line": 284, "column": 47 } }, @@ -12872,16 +12910,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7500, - 7591 + 7559, + 7650 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 8 }, "end": { - "line": 282, + "line": 283, "column": 11 } } @@ -12892,16 +12930,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7649, - 7731 + 7708, + 7790 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 8 }, "end": { - "line": 288, + "line": 289, "column": 11 } } @@ -12919,16 +12957,16 @@ "object": { "type": "ThisExpression", "range": [ - 7740, - 7744 + 7799, + 7803 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 8 }, "end": { - "line": 289, + "line": 290, "column": 12 } } @@ -12937,31 +12975,31 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 7745, - 7760 + 7804, + 7819 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 13 }, "end": { - "line": 289, + "line": 290, "column": 28 } } }, "range": [ - 7740, - 7760 + 7799, + 7819 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 8 }, "end": { - "line": 289, + "line": 290, "column": 28 } } @@ -12976,16 +13014,16 @@ "type": "Identifier", "name": "f", "range": [ - 7763, - 7764 + 7822, + 7823 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 31 }, "end": { - "line": 289, + "line": 290, "column": 32 } } @@ -12994,31 +13032,31 @@ "type": "Identifier", "name": "flts_row_css_class", "range": [ - 7765, - 7783 + 7824, + 7842 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 33 }, "end": { - "line": 289, + "line": 290, "column": 51 } } }, "range": [ - 7763, - 7783 + 7822, + 7842 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 31 }, "end": { - "line": 289, + "line": 290, "column": 51 } } @@ -13028,61 +13066,61 @@ "value": "fltrow", "raw": "'fltrow'", "range": [ - 7787, - 7795 + 7846, + 7854 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 55 }, "end": { - "line": 289, + "line": 290, "column": 63 } } }, "range": [ - 7763, - 7795 + 7822, + 7854 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 31 }, "end": { - "line": 289, + "line": 290, "column": 63 } } }, "range": [ - 7740, - 7795 + 7799, + 7854 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 8 }, "end": { - "line": 289, + "line": 290, "column": 63 } } }, "range": [ - 7740, - 7796 + 7799, + 7855 ], "loc": { "start": { - "line": 289, + "line": 290, "column": 8 }, "end": { - "line": 289, + "line": 290, "column": 64 } }, @@ -13091,16 +13129,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7649, - 7731 + 7708, + 7790 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 8 }, "end": { - "line": 288, + "line": 289, "column": 11 } } @@ -13111,16 +13149,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7806, - 7903 + 7865, + 7962 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 294, + "line": 295, "column": 11 } } @@ -13138,16 +13176,16 @@ "object": { "type": "ThisExpression", "range": [ - 7912, - 7916 + 7971, + 7975 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 8 }, "end": { - "line": 295, + "line": 296, "column": 12 } } @@ -13156,31 +13194,31 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 7917, - 7928 + 7976, + 7987 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 13 }, "end": { - "line": 295, + "line": 296, "column": 24 } } }, "range": [ - 7912, - 7928 + 7971, + 7987 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 8 }, "end": { - "line": 295, + "line": 296, "column": 24 } } @@ -13197,16 +13235,16 @@ "type": "Identifier", "name": "f", "range": [ - 7931, - 7932 + 7990, + 7991 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 27 }, "end": { - "line": 295, + "line": 296, "column": 28 } } @@ -13215,31 +13253,31 @@ "type": "Identifier", "name": "enable_icons", "range": [ - 7933, - 7945 + 7992, + 8004 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 29 }, "end": { - "line": 295, + "line": 296, "column": 41 } } }, "range": [ - 7931, - 7945 + 7990, + 8004 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 27 }, "end": { - "line": 295, + "line": 296, "column": 41 } } @@ -13249,31 +13287,31 @@ "value": false, "raw": "false", "range": [ - 7950, - 7955 + 8009, + 8014 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 46 }, "end": { - "line": 295, + "line": 296, "column": 51 } } }, "range": [ - 7931, - 7955 + 7990, + 8014 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 27 }, "end": { - "line": 295, + "line": 296, "column": 51 } } @@ -13283,16 +13321,16 @@ "value": false, "raw": "false", "range": [ - 7958, - 7963 + 8017, + 8022 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 54 }, "end": { - "line": 295, + "line": 296, "column": 59 } } @@ -13302,61 +13340,61 @@ "value": true, "raw": "true", "range": [ - 7966, - 7970 + 8025, + 8029 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 62 }, "end": { - "line": 295, + "line": 296, "column": 66 } } }, "range": [ - 7931, - 7970 + 7990, + 8029 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 27 }, "end": { - "line": 295, + "line": 296, "column": 66 } } }, "range": [ - 7912, - 7970 + 7971, + 8029 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 8 }, "end": { - "line": 295, + "line": 296, "column": 66 } } }, "range": [ - 7912, - 7971 + 7971, + 8030 ], "loc": { "start": { - "line": 295, + "line": 296, "column": 8 }, "end": { - "line": 295, + "line": 296, "column": 67 } }, @@ -13365,16 +13403,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7806, - 7903 + 7865, + 7962 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 294, + "line": 295, "column": 11 } } @@ -13385,16 +13423,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 7981, - 8066 + 8040, + 8125 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 8 }, "end": { - "line": 300, + "line": 301, "column": 11 } } @@ -13412,16 +13450,16 @@ "object": { "type": "ThisExpression", "range": [ - 8075, - 8079 + 8134, + 8138 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 8 }, "end": { - "line": 301, + "line": 302, "column": 12 } } @@ -13430,31 +13468,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 8080, - 8093 + 8139, + 8152 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 13 }, "end": { - "line": 301, + "line": 302, "column": 26 } } }, "range": [ - 8075, - 8093 + 8134, + 8152 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 8 }, "end": { - "line": 301, + "line": 302, "column": 26 } } @@ -13465,16 +13503,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 8096, - 8103 + 8155, + 8162 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 29 }, "end": { - "line": 301, + "line": 302, "column": 36 } } @@ -13487,16 +13525,16 @@ "type": "Identifier", "name": "f", "range": [ - 8104, - 8105 + 8163, + 8164 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 37 }, "end": { - "line": 301, + "line": 302, "column": 38 } } @@ -13505,77 +13543,77 @@ "type": "Identifier", "name": "alternate_rows", "range": [ - 8106, - 8120 + 8165, + 8179 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 39 }, "end": { - "line": 301, + "line": 302, "column": 53 } } }, "range": [ - 8104, - 8120 + 8163, + 8179 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 37 }, "end": { - "line": 301, + "line": 302, "column": 53 } } } ], "range": [ - 8096, - 8121 + 8155, + 8180 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 29 }, "end": { - "line": 301, + "line": 302, "column": 54 } } }, "range": [ - 8075, - 8121 + 8134, + 8180 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 8 }, "end": { - "line": 301, + "line": 302, "column": 54 } } }, "range": [ - 8075, - 8122 + 8134, + 8181 ], "loc": { "start": { - "line": 301, + "line": 302, "column": 8 }, "end": { - "line": 301, + "line": 302, "column": 55 } }, @@ -13584,16 +13622,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 7981, - 8066 + 8040, + 8125 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 8 }, "end": { - "line": 300, + "line": 301, "column": 11 } } @@ -13604,16 +13642,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8132, - 8245 + 8191, + 8304 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 8 }, "end": { - "line": 307, + "line": 308, "column": 11 } } @@ -13631,16 +13669,16 @@ "object": { "type": "ThisExpression", "range": [ - 8254, - 8258 + 8313, + 8317 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 8 }, "end": { - "line": 308, + "line": 309, "column": 12 } } @@ -13649,31 +13687,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 8259, - 8271 + 8318, + 8330 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 13 }, "end": { - "line": 308, + "line": 309, "column": 25 } } }, "range": [ - 8254, - 8271 + 8313, + 8330 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 8 }, "end": { - "line": 308, + "line": 309, "column": 25 } } @@ -13684,16 +13722,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 8274, - 8281 + 8333, + 8340 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 28 }, "end": { - "line": 308, + "line": 309, "column": 35 } } @@ -13706,16 +13744,16 @@ "type": "Identifier", "name": "f", "range": [ - 8282, - 8283 + 8341, + 8342 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 36 }, "end": { - "line": 308, + "line": 309, "column": 37 } } @@ -13724,77 +13762,77 @@ "type": "Identifier", "name": "col_widths", "range": [ - 8284, - 8294 + 8343, + 8353 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 38 }, "end": { - "line": 308, + "line": 309, "column": 48 } } }, "range": [ - 8282, - 8294 + 8341, + 8353 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 36 }, "end": { - "line": 308, + "line": 309, "column": 48 } } } ], "range": [ - 8274, - 8295 + 8333, + 8354 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 28 }, "end": { - "line": 308, + "line": 309, "column": 49 } } }, "range": [ - 8254, - 8295 + 8313, + 8354 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 8 }, "end": { - "line": 308, + "line": 309, "column": 49 } } }, "range": [ - 8254, - 8296 + 8313, + 8355 ], "loc": { "start": { - "line": 308, + "line": 309, "column": 8 }, "end": { - "line": 308, + "line": 309, "column": 50 } }, @@ -13803,16 +13841,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8132, - 8245 + 8191, + 8304 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 8 }, "end": { - "line": 307, + "line": 308, "column": 11 } } @@ -13823,16 +13861,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8306, - 8378 + 8365, + 8437 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 11 } } @@ -13850,16 +13888,16 @@ "object": { "type": "ThisExpression", "range": [ - 8387, - 8391 + 8446, + 8450 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 12 } } @@ -13868,31 +13906,31 @@ "type": "Identifier", "name": "colWidths", "range": [ - 8392, - 8401 + 8451, + 8460 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 13 }, "end": { - "line": 314, + "line": 315, "column": 22 } } }, "range": [ - 8387, - 8401 + 8446, + 8460 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 22 } } @@ -13905,16 +13943,16 @@ "object": { "type": "ThisExpression", "range": [ - 8404, - 8408 + 8463, + 8467 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 25 }, "end": { - "line": 314, + "line": 315, "column": 29 } } @@ -13923,31 +13961,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 8409, - 8421 + 8468, + 8480 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 30 }, "end": { - "line": 314, + "line": 315, "column": 42 } } }, "range": [ - 8404, - 8421 + 8463, + 8480 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 25 }, "end": { - "line": 314, + "line": 315, "column": 42 } } @@ -13959,16 +13997,16 @@ "type": "Identifier", "name": "f", "range": [ - 8424, - 8425 + 8483, + 8484 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 45 }, "end": { - "line": 314, + "line": 315, "column": 46 } } @@ -13977,31 +14015,31 @@ "type": "Identifier", "name": "col_widths", "range": [ - 8426, - 8436 + 8485, + 8495 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 47 }, "end": { - "line": 314, + "line": 315, "column": 57 } } }, "range": [ - 8424, - 8436 + 8483, + 8495 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 45 }, "end": { - "line": 314, + "line": 315, "column": 57 } } @@ -14010,61 +14048,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 8439, - 8441 + 8498, + 8500 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 60 }, "end": { - "line": 314, + "line": 315, "column": 62 } } }, "range": [ - 8404, - 8441 + 8463, + 8500 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 25 }, "end": { - "line": 314, + "line": 315, "column": 62 } } }, "range": [ - 8387, - 8441 + 8446, + 8500 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 62 } } }, "range": [ - 8387, - 8442 + 8446, + 8501 ], "loc": { "start": { - "line": 314, + "line": 315, "column": 8 }, "end": { - "line": 314, + "line": 315, "column": 63 } }, @@ -14073,16 +14111,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8306, - 8378 + 8365, + 8437 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 11 } } @@ -14093,16 +14131,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8452, - 8535 + 8511, + 8594 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 319, + "line": 320, "column": 11 } } @@ -14120,16 +14158,16 @@ "object": { "type": "ThisExpression", "range": [ - 8544, - 8548 + 8603, + 8607 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 8 }, "end": { - "line": 320, + "line": 321, "column": 12 } } @@ -14138,31 +14176,31 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 8549, - 8560 + 8608, + 8619 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 13 }, "end": { - "line": 320, + "line": 321, "column": 24 } } }, "range": [ - 8544, - 8560 + 8603, + 8619 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 8 }, "end": { - "line": 320, + "line": 321, "column": 24 } } @@ -14177,16 +14215,16 @@ "type": "Identifier", "name": "f", "range": [ - 8563, - 8564 + 8622, + 8623 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 27 }, "end": { - "line": 320, + "line": 321, "column": 28 } } @@ -14195,31 +14233,31 @@ "type": "Identifier", "name": "flt_css_class", "range": [ - 8565, - 8578 + 8624, + 8637 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 29 }, "end": { - "line": 320, + "line": 321, "column": 42 } } }, "range": [ - 8563, - 8578 + 8622, + 8637 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 27 }, "end": { - "line": 320, + "line": 321, "column": 42 } } @@ -14229,61 +14267,61 @@ "value": "flt", "raw": "'flt'", "range": [ - 8582, - 8587 + 8641, + 8646 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 46 }, "end": { - "line": 320, + "line": 321, "column": 51 } } }, "range": [ - 8563, - 8587 + 8622, + 8646 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 27 }, "end": { - "line": 320, + "line": 321, "column": 51 } } }, "range": [ - 8544, - 8587 + 8603, + 8646 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 8 }, "end": { - "line": 320, + "line": 321, "column": 51 } } }, "range": [ - 8544, - 8588 + 8603, + 8647 ], "loc": { "start": { - "line": 320, + "line": 321, "column": 8 }, "end": { - "line": 320, + "line": 321, "column": 52 } }, @@ -14292,16 +14330,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8452, - 8535 + 8511, + 8594 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 319, + "line": 320, "column": 11 } } @@ -14312,16 +14350,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8598, - 8688 + 8657, + 8747 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 325, + "line": 326, "column": 11 } } @@ -14339,16 +14377,16 @@ "object": { "type": "ThisExpression", "range": [ - 8697, - 8701 + 8756, + 8760 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 12 } } @@ -14357,31 +14395,31 @@ "type": "Identifier", "name": "fltMultiCssClass", "range": [ - 8702, - 8718 + 8761, + 8777 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 13 }, "end": { - "line": 326, + "line": 327, "column": 29 } } }, "range": [ - 8697, - 8718 + 8756, + 8777 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 29 } } @@ -14396,16 +14434,16 @@ "type": "Identifier", "name": "f", "range": [ - 8721, - 8722 + 8780, + 8781 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 32 }, "end": { - "line": 326, + "line": 327, "column": 33 } } @@ -14414,31 +14452,31 @@ "type": "Identifier", "name": "flt_multi_css_class", "range": [ - 8723, - 8742 + 8782, + 8801 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 34 }, "end": { - "line": 326, + "line": 327, "column": 53 } } }, "range": [ - 8721, - 8742 + 8780, + 8801 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 32 }, "end": { - "line": 326, + "line": 327, "column": 53 } } @@ -14448,61 +14486,61 @@ "value": "flt_multi", "raw": "'flt_multi'", "range": [ - 8746, - 8757 + 8805, + 8816 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 57 }, "end": { - "line": 326, + "line": 327, "column": 68 } } }, "range": [ - 8721, - 8757 + 8780, + 8816 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 32 }, "end": { - "line": 326, + "line": 327, "column": 68 } } }, "range": [ - 8697, - 8757 + 8756, + 8816 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 68 } } }, "range": [ - 8697, - 8758 + 8756, + 8817 ], "loc": { "start": { - "line": 326, + "line": 327, "column": 8 }, "end": { - "line": 326, + "line": 327, "column": 69 } }, @@ -14511,16 +14549,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8598, - 8688 + 8657, + 8747 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 325, + "line": 326, "column": 11 } } @@ -14531,16 +14569,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8768, - 8878 + 8827, + 8937 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 331, + "line": 332, "column": 11 } } @@ -14558,16 +14596,16 @@ "object": { "type": "ThisExpression", "range": [ - 8887, - 8891 + 8946, + 8950 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 8 }, "end": { - "line": 332, + "line": 333, "column": 12 } } @@ -14576,31 +14614,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 8892, - 8908 + 8951, + 8967 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 13 }, "end": { - "line": 332, + "line": 333, "column": 29 } } }, "range": [ - 8887, - 8908 + 8946, + 8967 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 8 }, "end": { - "line": 332, + "line": 333, "column": 29 } } @@ -14615,16 +14653,16 @@ "type": "Identifier", "name": "f", "range": [ - 8911, - 8912 + 8970, + 8971 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 32 }, "end": { - "line": 332, + "line": 333, "column": 33 } } @@ -14633,31 +14671,31 @@ "type": "Identifier", "name": "flt_small_css_class", "range": [ - 8913, - 8932 + 8972, + 8991 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 34 }, "end": { - "line": 332, + "line": 333, "column": 53 } } }, "range": [ - 8911, - 8932 + 8970, + 8991 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 32 }, "end": { - "line": 332, + "line": 333, "column": 53 } } @@ -14667,61 +14705,61 @@ "value": "flt_s", "raw": "'flt_s'", "range": [ - 8936, - 8943 + 8995, + 9002 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 57 }, "end": { - "line": 332, + "line": 333, "column": 64 } } }, "range": [ - 8911, - 8943 + 8970, + 9002 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 32 }, "end": { - "line": 332, + "line": 333, "column": 64 } } }, "range": [ - 8887, - 8943 + 8946, + 9002 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 8 }, "end": { - "line": 332, + "line": 333, "column": 64 } } }, "range": [ - 8887, - 8944 + 8946, + 9003 ], "loc": { "start": { - "line": 332, + "line": 333, "column": 8 }, "end": { - "line": 332, + "line": 333, "column": 65 } }, @@ -14730,16 +14768,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8768, - 8878 + 8827, + 8937 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 331, + "line": 332, "column": 11 } } @@ -14750,16 +14788,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 8954, - 9039 + 9013, + 9098 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 337, + "line": 338, "column": 11 } } @@ -14777,16 +14815,16 @@ "object": { "type": "ThisExpression", "range": [ - 9048, - 9052 + 9107, + 9111 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 12 } } @@ -14795,31 +14833,31 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 9053, - 9070 + 9112, + 9129 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 13 }, "end": { - "line": 338, + "line": 339, "column": 30 } } }, "range": [ - 9048, - 9070 + 9107, + 9129 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 30 } } @@ -14834,16 +14872,16 @@ "type": "Identifier", "name": "f", "range": [ - 9073, - 9074 + 9132, + 9133 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 33 }, "end": { - "line": 338, + "line": 339, "column": 34 } } @@ -14852,31 +14890,31 @@ "type": "Identifier", "name": "single_flt_css_class", "range": [ - 9075, - 9095 + 9134, + 9154 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 35 }, "end": { - "line": 338, + "line": 339, "column": 55 } } }, "range": [ - 9073, - 9095 + 9132, + 9154 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 33 }, "end": { - "line": 338, + "line": 339, "column": 55 } } @@ -14886,61 +14924,61 @@ "value": "single_flt", "raw": "'single_flt'", "range": [ - 9099, - 9111 + 9158, + 9170 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 59 }, "end": { - "line": 338, + "line": 339, "column": 71 } } }, "range": [ - 9073, - 9111 + 9132, + 9170 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 33 }, "end": { - "line": 338, + "line": 339, "column": 71 } } }, "range": [ - 9048, - 9111 + 9107, + 9170 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 71 } } }, "range": [ - 9048, - 9112 + 9107, + 9171 ], "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 72 } }, @@ -14949,16 +14987,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 8954, - 9039 + 9013, + 9098 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 337, + "line": 338, "column": 11 } } @@ -14969,16 +15007,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9122, - 9156 + 9181, + 9215 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 8 }, "end": { - "line": 340, + "line": 341, "column": 42 } } @@ -14987,16 +15025,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9166, - 9267 + 9225, + 9326 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 11 } } @@ -15014,16 +15052,16 @@ "object": { "type": "ThisExpression", "range": [ - 9276, - 9280 + 9335, + 9339 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 12 } } @@ -15032,31 +15070,31 @@ "type": "Identifier", "name": "enterKey", "range": [ - 9281, - 9289 + 9340, + 9348 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 13 }, "end": { - "line": 346, + "line": 347, "column": 21 } } }, "range": [ - 9276, - 9289 + 9335, + 9348 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 21 } } @@ -15073,16 +15111,16 @@ "type": "Identifier", "name": "f", "range": [ - 9292, - 9293 + 9351, + 9352 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 25 } } @@ -15091,31 +15129,31 @@ "type": "Identifier", "name": "enter_key", "range": [ - 9294, - 9303 + 9353, + 9362 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 26 }, "end": { - "line": 346, + "line": 347, "column": 35 } } }, "range": [ - 9292, - 9303 + 9351, + 9362 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 35 } } @@ -15125,31 +15163,31 @@ "value": false, "raw": "false", "range": [ - 9308, - 9313 + 9367, + 9372 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 40 }, "end": { - "line": 346, + "line": 347, "column": 45 } } }, "range": [ - 9292, - 9313 + 9351, + 9372 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 45 } } @@ -15159,16 +15197,16 @@ "value": false, "raw": "false", "range": [ - 9316, - 9321 + 9375, + 9380 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 48 }, "end": { - "line": 346, + "line": 347, "column": 53 } } @@ -15178,61 +15216,61 @@ "value": true, "raw": "true", "range": [ - 9324, - 9328 + 9383, + 9387 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 56 }, "end": { - "line": 346, + "line": 347, "column": 60 } } }, "range": [ - 9292, - 9328 + 9351, + 9387 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 24 }, "end": { - "line": 346, + "line": 347, "column": 60 } } }, "range": [ - 9276, - 9328 + 9335, + 9387 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 60 } } }, "range": [ - 9276, - 9329 + 9335, + 9388 ], "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 61 } }, @@ -15241,16 +15279,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9122, - 9156 + 9181, + 9215 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 8 }, "end": { - "line": 340, + "line": 341, "column": 42 } } @@ -15259,16 +15297,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9166, - 9267 + 9225, + 9326 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 11 } } @@ -15279,16 +15317,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9339, - 9440 + 9398, + 9499 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 8 }, "end": { - "line": 351, + "line": 352, "column": 11 } } @@ -15306,16 +15344,16 @@ "object": { "type": "ThisExpression", "range": [ - 9449, - 9453 + 9508, + 9512 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 8 }, "end": { - "line": 352, + "line": 353, "column": 12 } } @@ -15324,31 +15362,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 9454, - 9468 + 9513, + 9527 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 13 }, "end": { - "line": 352, + "line": 353, "column": 27 } } }, "range": [ - 9449, - 9468 + 9508, + 9527 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 8 }, "end": { - "line": 352, + "line": 353, "column": 27 } } @@ -15361,16 +15399,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9471, - 9475 + 9530, + 9534 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 30 }, "end": { - "line": 352, + "line": 353, "column": 34 } } @@ -15383,16 +15421,16 @@ "type": "Identifier", "name": "f", "range": [ - 9476, - 9477 + 9535, + 9536 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 35 }, "end": { - "line": 352, + "line": 353, "column": 36 } } @@ -15401,47 +15439,47 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 9478, - 9494 + 9537, + 9553 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 37 }, "end": { - "line": 352, + "line": 353, "column": 53 } } }, "range": [ - 9476, - 9494 + 9535, + 9553 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 35 }, "end": { - "line": 352, + "line": 353, "column": 53 } } } ], "range": [ - 9471, - 9495 + 9530, + 9554 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 30 }, "end": { - "line": 352, + "line": 353, "column": 54 } } @@ -15453,16 +15491,16 @@ "type": "Identifier", "name": "f", "range": [ - 9510, - 9511 + 9569, + 9570 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 12 }, "end": { - "line": 353, + "line": 354, "column": 13 } } @@ -15471,31 +15509,31 @@ "type": "Identifier", "name": "on_before_filter", "range": [ - 9512, - 9528 + 9571, + 9587 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 14 }, "end": { - "line": 353, + "line": 354, "column": 30 } } }, "range": [ - 9510, - 9528 + 9569, + 9587 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 12 }, "end": { - "line": 353, + "line": 354, "column": 30 } } @@ -15504,61 +15542,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 9531, - 9539 + 9590, + 9598 ], "loc": { "start": { - "line": 353, + "line": 354, "column": 33 }, "end": { - "line": 353, + "line": 354, "column": 41 } } }, "range": [ - 9471, - 9539 + 9530, + 9598 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 30 }, "end": { - "line": 353, + "line": 354, "column": 41 } } }, "range": [ - 9449, - 9539 + 9508, + 9598 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 8 }, "end": { - "line": 353, + "line": 354, "column": 41 } } }, "range": [ - 9449, - 9540 + 9508, + 9599 ], "loc": { "start": { - "line": 352, + "line": 353, "column": 8 }, "end": { - "line": 353, + "line": 354, "column": 42 } }, @@ -15567,16 +15605,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9339, - 9440 + 9398, + 9499 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 8 }, "end": { - "line": 351, + "line": 352, "column": 11 } } @@ -15587,16 +15625,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9550, - 9656 + 9609, + 9715 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 358, + "line": 359, "column": 11 } } @@ -15614,16 +15652,16 @@ "object": { "type": "ThisExpression", "range": [ - 9665, - 9669 + 9724, + 9728 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 12 } } @@ -15632,31 +15670,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 9670, - 9683 + 9729, + 9742 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 13 }, "end": { - "line": 359, + "line": 360, "column": 26 } } }, "range": [ - 9665, - 9683 + 9724, + 9742 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 26 } } @@ -15669,16 +15707,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 9686, - 9690 + 9745, + 9749 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 29 }, "end": { - "line": 359, + "line": 360, "column": 33 } } @@ -15691,16 +15729,16 @@ "type": "Identifier", "name": "f", "range": [ - 9691, - 9692 + 9750, + 9751 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 34 }, "end": { - "line": 359, + "line": 360, "column": 35 } } @@ -15709,47 +15747,47 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 9693, - 9708 + 9752, + 9767 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 36 }, "end": { - "line": 359, + "line": 360, "column": 51 } } }, "range": [ - 9691, - 9708 + 9750, + 9767 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 34 }, "end": { - "line": 359, + "line": 360, "column": 51 } } } ], "range": [ - 9686, - 9709 + 9745, + 9768 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 29 }, "end": { - "line": 359, + "line": 360, "column": 52 } } @@ -15761,16 +15799,16 @@ "type": "Identifier", "name": "f", "range": [ - 9724, - 9725 + 9783, + 9784 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 13 } } @@ -15779,31 +15817,31 @@ "type": "Identifier", "name": "on_after_filter", "range": [ - 9726, - 9741 + 9785, + 9800 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 14 }, "end": { - "line": 360, + "line": 361, "column": 29 } } }, "range": [ - 9724, - 9741 + 9783, + 9800 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 12 }, "end": { - "line": 360, + "line": 361, "column": 29 } } @@ -15812,61 +15850,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 9744, - 9752 + 9803, + 9811 ], "loc": { "start": { - "line": 360, + "line": 361, "column": 32 }, "end": { - "line": 360, + "line": 361, "column": 40 } } }, "range": [ - 9686, - 9752 + 9745, + 9811 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 29 }, "end": { - "line": 360, + "line": 361, "column": 40 } } }, "range": [ - 9665, - 9752 + 9724, + 9811 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 40 } } }, "range": [ - 9665, - 9753 + 9724, + 9812 ], "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 360, + "line": 361, "column": 41 } }, @@ -15875,16 +15913,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9550, - 9656 + 9609, + 9715 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 358, + "line": 359, "column": 11 } } @@ -15895,16 +15933,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9763, - 9858 + 9822, + 9917 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 11 } } @@ -15922,16 +15960,16 @@ "object": { "type": "ThisExpression", "range": [ - 9867, - 9871 + 9926, + 9930 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 8 }, "end": { - "line": 366, + "line": 367, "column": 12 } } @@ -15940,31 +15978,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 9872, - 9885 + 9931, + 9944 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 13 }, "end": { - "line": 366, + "line": 367, "column": 26 } } }, "range": [ - 9867, - 9885 + 9926, + 9944 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 8 }, "end": { - "line": 366, + "line": 367, "column": 26 } } @@ -15975,16 +16013,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 9888, - 9895 + 9947, + 9954 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 29 }, "end": { - "line": 366, + "line": 367, "column": 36 } } @@ -15997,16 +16035,16 @@ "type": "Identifier", "name": "f", "range": [ - 9896, - 9897 + 9955, + 9956 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 37 }, "end": { - "line": 366, + "line": 367, "column": 38 } } @@ -16015,77 +16053,77 @@ "type": "Identifier", "name": "case_sensitive", "range": [ - 9898, - 9912 + 9957, + 9971 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 39 }, "end": { - "line": 366, + "line": 367, "column": 53 } } }, "range": [ - 9896, - 9912 + 9955, + 9971 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 37 }, "end": { - "line": 366, + "line": 367, "column": 53 } } } ], "range": [ - 9888, - 9913 + 9947, + 9972 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 29 }, "end": { - "line": 366, + "line": 367, "column": 54 } } }, "range": [ - 9867, - 9913 + 9926, + 9972 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 8 }, "end": { - "line": 366, + "line": 367, "column": 54 } } }, "range": [ - 9867, - 9914 + 9926, + 9973 ], "loc": { "start": { - "line": 366, + "line": 367, "column": 8 }, "end": { - "line": 366, + "line": 367, "column": 55 } }, @@ -16094,16 +16132,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9763, - 9858 + 9822, + 9917 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 11 } } @@ -16114,16 +16152,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": [ - 9924, - 10080 + 9983, + 10139 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 8 }, "end": { - "line": 373, + "line": 374, "column": 11 } } @@ -16141,16 +16179,16 @@ "object": { "type": "ThisExpression", "range": [ - 10089, - 10093 + 10148, + 10152 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 8 }, "end": { - "line": 374, + "line": 375, "column": 12 } } @@ -16159,31 +16197,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 10094, - 10112 + 10153, + 10171 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 13 }, "end": { - "line": 374, + "line": 375, "column": 31 } } }, "range": [ - 10089, - 10112 + 10148, + 10171 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 8 }, "end": { - "line": 374, + "line": 375, "column": 31 } } @@ -16194,16 +16232,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 10115, - 10122 + 10174, + 10181 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 34 }, "end": { - "line": 374, + "line": 375, "column": 41 } } @@ -16216,16 +16254,16 @@ "type": "Identifier", "name": "f", "range": [ - 10123, - 10124 + 10182, + 10183 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 42 }, "end": { - "line": 374, + "line": 375, "column": 43 } } @@ -16234,77 +16272,77 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 10125, - 10144 + 10184, + 10203 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 44 }, "end": { - "line": 374, + "line": 375, "column": 63 } } }, "range": [ - 10123, - 10144 + 10182, + 10203 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 42 }, "end": { - "line": 374, + "line": 375, "column": 63 } } } ], "range": [ - 10115, - 10145 + 10174, + 10204 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 34 }, "end": { - "line": 374, + "line": 375, "column": 64 } } }, "range": [ - 10089, - 10145 + 10148, + 10204 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 8 }, "end": { - "line": 374, + "line": 375, "column": 64 } } }, "range": [ - 10089, - 10146 + 10148, + 10205 ], "loc": { "start": { - "line": 374, + "line": 375, "column": 8 }, "end": { - "line": 374, + "line": 375, "column": 65 } }, @@ -16313,16 +16351,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": [ - 9924, - 10080 + 9983, + 10139 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 8 }, "end": { - "line": 373, + "line": 374, "column": 11 } } @@ -16333,16 +16371,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10156, - 10246 + 10215, + 10305 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 8 }, "end": { - "line": 379, + "line": 380, "column": 11 } } @@ -16360,16 +16398,16 @@ "object": { "type": "ThisExpression", "range": [ - 10255, - 10259 + 10314, + 10318 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 8 }, "end": { - "line": 380, + "line": 381, "column": 12 } } @@ -16378,31 +16416,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 10260, - 10275 + 10319, + 10334 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 13 }, "end": { - "line": 380, + "line": 381, "column": 28 } } }, "range": [ - 10255, - 10275 + 10314, + 10334 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 8 }, "end": { - "line": 380, + "line": 381, "column": 28 } } @@ -16415,16 +16453,16 @@ "object": { "type": "ThisExpression", "range": [ - 10278, - 10282 + 10337, + 10341 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 31 }, "end": { - "line": 380, + "line": 381, "column": 35 } } @@ -16433,31 +16471,31 @@ "type": "Identifier", "name": "hasExactMatchByCol", "range": [ - 10283, - 10301 + 10342, + 10360 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 36 }, "end": { - "line": 380, + "line": 381, "column": 54 } } }, "range": [ - 10278, - 10301 + 10337, + 10360 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 31 }, "end": { - "line": 380, + "line": 381, "column": 54 } } @@ -16469,16 +16507,16 @@ "type": "Identifier", "name": "f", "range": [ - 10316, - 10317 + 10375, + 10376 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 12 }, "end": { - "line": 381, + "line": 382, "column": 13 } } @@ -16487,31 +16525,31 @@ "type": "Identifier", "name": "columns_exact_match", "range": [ - 10318, - 10337 + 10377, + 10396 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 14 }, "end": { - "line": 381, + "line": 382, "column": 33 } } }, "range": [ - 10316, - 10337 + 10375, + 10396 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 12 }, "end": { - "line": 381, + "line": 382, "column": 33 } } @@ -16520,61 +16558,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 10340, - 10342 + 10399, + 10401 ], "loc": { "start": { - "line": 381, + "line": 382, "column": 36 }, "end": { - "line": 381, + "line": 382, "column": 38 } } }, "range": [ - 10278, - 10342 + 10337, + 10401 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 31 }, "end": { - "line": 381, + "line": 382, "column": 38 } } }, "range": [ - 10255, - 10342 + 10314, + 10401 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 8 }, "end": { - "line": 381, + "line": 382, "column": 38 } } }, "range": [ - 10255, - 10343 + 10314, + 10402 ], "loc": { "start": { - "line": 380, + "line": 381, "column": 8 }, "end": { - "line": 381, + "line": 382, "column": 39 } }, @@ -16583,16 +16621,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10156, - 10246 + 10215, + 10305 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 8 }, "end": { - "line": 379, + "line": 380, "column": 11 } } @@ -16603,16 +16641,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10353, - 10452 + 10412, + 10511 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 8 }, "end": { - "line": 386, + "line": 387, "column": 11 } } @@ -16630,16 +16668,16 @@ "object": { "type": "ThisExpression", "range": [ - 10461, - 10465 + 10520, + 10524 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 8 }, "end": { - "line": 387, + "line": 388, "column": 12 } } @@ -16648,31 +16686,31 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 10466, - 10476 + 10525, + 10535 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 13 }, "end": { - "line": 387, + "line": 388, "column": 23 } } }, "range": [ - 10461, - 10476 + 10520, + 10535 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 8 }, "end": { - "line": 387, + "line": 388, "column": 23 } } @@ -16683,16 +16721,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10479, - 10486 + 10538, + 10545 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 26 }, "end": { - "line": 387, + "line": 388, "column": 33 } } @@ -16705,16 +16743,16 @@ "type": "Identifier", "name": "f", "range": [ - 10487, - 10488 + 10546, + 10547 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 34 }, "end": { - "line": 387, + "line": 388, "column": 35 } } @@ -16723,77 +16761,77 @@ "type": "Identifier", "name": "exact_match", "range": [ - 10489, - 10500 + 10548, + 10559 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 36 }, "end": { - "line": 387, + "line": 388, "column": 47 } } }, "range": [ - 10487, - 10500 + 10546, + 10559 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 34 }, "end": { - "line": 387, + "line": 388, "column": 47 } } } ], "range": [ - 10479, - 10501 + 10538, + 10560 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 26 }, "end": { - "line": 387, + "line": 388, "column": 48 } } }, "range": [ - 10461, - 10501 + 10520, + 10560 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 8 }, "end": { - "line": 387, + "line": 388, "column": 48 } } }, "range": [ - 10461, - 10502 + 10520, + 10561 ], "loc": { "start": { - "line": 387, + "line": 388, "column": 8 }, "end": { - "line": 387, + "line": 388, "column": 49 } }, @@ -16802,16 +16840,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10353, - 10452 + 10412, + 10511 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 8 }, "end": { - "line": 386, + "line": 387, "column": 11 } } @@ -16822,16 +16860,16 @@ "type": "Block", "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ - 10512, - 10619 + 10571, + 10678 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 8 }, "end": { - "line": 392, + "line": 393, "column": 11 } } @@ -16849,16 +16887,16 @@ "object": { "type": "ThisExpression", "range": [ - 10628, - 10632 + 10687, + 10691 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 393, + "line": 394, "column": 12 } } @@ -16867,31 +16905,31 @@ "type": "Identifier", "name": "ignoreDiacritics", "range": [ - 10633, - 10649 + 10692, + 10708 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 13 }, "end": { - "line": 393, + "line": 394, "column": 29 } } }, "range": [ - 10628, - 10649 + 10687, + 10708 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 393, + "line": 394, "column": 29 } } @@ -16903,16 +16941,16 @@ "type": "Identifier", "name": "f", "range": [ - 10652, - 10653 + 10711, + 10712 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 32 }, "end": { - "line": 393, + "line": 394, "column": 33 } } @@ -16921,61 +16959,61 @@ "type": "Identifier", "name": "ignore_diacritics", "range": [ - 10654, - 10671 + 10713, + 10730 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 34 }, "end": { - "line": 393, + "line": 394, "column": 51 } } }, "range": [ - 10652, - 10671 + 10711, + 10730 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 32 }, "end": { - "line": 393, + "line": 394, "column": 51 } } }, "range": [ - 10628, - 10671 + 10687, + 10730 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 393, + "line": 394, "column": 51 } } }, "range": [ - 10628, - 10672 + 10687, + 10731 ], "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 393, + "line": 394, "column": 52 } }, @@ -16984,16 +17022,16 @@ "type": "Block", "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ - 10512, - 10619 + 10571, + 10678 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 8 }, "end": { - "line": 392, + "line": 393, "column": 11 } } @@ -17004,16 +17042,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10682, - 10780 + 10741, + 10839 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 398, + "line": 399, "column": 11 } } @@ -17031,16 +17069,16 @@ "object": { "type": "ThisExpression", "range": [ - 10789, - 10793 + 10848, + 10852 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 8 }, "end": { - "line": 399, + "line": 400, "column": 12 } } @@ -17049,31 +17087,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 10794, - 10807 + 10853, + 10866 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 13 }, "end": { - "line": 399, + "line": 400, "column": 26 } } }, "range": [ - 10789, - 10807 + 10848, + 10866 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 8 }, "end": { - "line": 399, + "line": 400, "column": 26 } } @@ -17084,16 +17122,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 10810, - 10817 + 10869, + 10876 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 29 }, "end": { - "line": 399, + "line": 400, "column": 36 } } @@ -17106,16 +17144,16 @@ "type": "Identifier", "name": "f", "range": [ - 10818, - 10819 + 10877, + 10878 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 37 }, "end": { - "line": 399, + "line": 400, "column": 38 } } @@ -17124,77 +17162,77 @@ "type": "Identifier", "name": "linked_filters", "range": [ - 10820, - 10834 + 10879, + 10893 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 39 }, "end": { - "line": 399, + "line": 400, "column": 53 } } }, "range": [ - 10818, - 10834 + 10877, + 10893 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 37 }, "end": { - "line": 399, + "line": 400, "column": 53 } } } ], "range": [ - 10810, - 10835 + 10869, + 10894 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 29 }, "end": { - "line": 399, + "line": 400, "column": 54 } } }, "range": [ - 10789, - 10835 + 10848, + 10894 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 8 }, "end": { - "line": 399, + "line": 400, "column": 54 } } }, "range": [ - 10789, - 10836 + 10848, + 10895 ], "loc": { "start": { - "line": 399, + "line": 400, "column": 8 }, "end": { - "line": 399, + "line": 400, "column": 55 } }, @@ -17203,16 +17241,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10682, - 10780 + 10741, + 10839 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 398, + "line": 399, "column": 11 } } @@ -17223,16 +17261,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": [ - 10846, - 11002 + 10905, + 11061 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 8 }, "end": { - "line": 405, + "line": 406, "column": 11 } } @@ -17250,16 +17288,16 @@ "object": { "type": "ThisExpression", "range": [ - 11011, - 11015 + 11070, + 11074 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 12 } } @@ -17268,31 +17306,31 @@ "type": "Identifier", "name": "disableExcludedOptions", "range": [ - 11016, - 11038 + 11075, + 11097 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 13 }, "end": { - "line": 406, + "line": 407, "column": 35 } } }, "range": [ - 11011, - 11038 + 11070, + 11097 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 35 } } @@ -17303,16 +17341,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11041, - 11048 + 11100, + 11107 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 38 }, "end": { - "line": 406, + "line": 407, "column": 45 } } @@ -17325,16 +17363,16 @@ "type": "Identifier", "name": "f", "range": [ - 11049, - 11050 + 11108, + 11109 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 46 }, "end": { - "line": 406, + "line": 407, "column": 47 } } @@ -17343,77 +17381,77 @@ "type": "Identifier", "name": "disable_excluded_options", "range": [ - 11051, - 11075 + 11110, + 11134 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 48 }, "end": { - "line": 406, + "line": 407, "column": 72 } } }, "range": [ - 11049, - 11075 + 11108, + 11134 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 46 }, "end": { - "line": 406, + "line": 407, "column": 72 } } } ], "range": [ - 11041, - 11076 + 11100, + 11135 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 38 }, "end": { - "line": 406, + "line": 407, "column": 73 } } }, "range": [ - 11011, - 11076 + 11070, + 11135 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 73 } } }, "range": [ - 11011, - 11077 + 11070, + 11136 ], "loc": { "start": { - "line": 406, + "line": 407, "column": 8 }, "end": { - "line": 406, + "line": 407, "column": 74 } }, @@ -17422,16 +17460,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": [ - 10846, - 11002 + 10905, + 11061 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 8 }, "end": { - "line": 405, + "line": 406, "column": 11 } } @@ -17442,16 +17480,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 11087, - 11176 + 11146, + 11235 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 412, + "line": 413, "column": 11 } } @@ -17469,16 +17507,16 @@ "object": { "type": "ThisExpression", "range": [ - 11185, - 11189 + 11244, + 11248 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 12 } } @@ -17487,31 +17525,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 11190, - 11204 + 11249, + 11263 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 13 }, "end": { - "line": 413, + "line": 414, "column": 27 } } }, "range": [ - 11185, - 11204 + 11244, + 11263 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 27 } } @@ -17521,46 +17559,46 @@ "value": null, "raw": "null", "range": [ - 11207, - 11211 + 11266, + 11270 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 30 }, "end": { - "line": 413, + "line": 414, "column": 34 } } }, "range": [ - 11185, - 11211 + 11244, + 11270 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 34 } } }, "range": [ - 11185, - 11212 + 11244, + 11271 ], "loc": { "start": { - "line": 413, + "line": 414, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 35 } }, @@ -17569,16 +17607,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 11087, - 11176 + 11146, + 11235 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 412, + "line": 413, "column": 11 } } @@ -17589,16 +17627,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 11222, - 11335 + 11281, + 11394 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 11 } } @@ -17616,16 +17654,16 @@ "object": { "type": "ThisExpression", "range": [ - 11344, - 11348 + 11403, + 11407 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 12 } } @@ -17634,31 +17672,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 11349, - 11363 + 11408, + 11422 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 13 }, "end": { - "line": 419, + "line": 420, "column": 27 } } }, "range": [ - 11344, - 11363 + 11403, + 11422 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 27 } } @@ -17669,16 +17707,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11366, - 11373 + 11425, + 11432 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 30 }, "end": { - "line": 419, + "line": 420, "column": 37 } } @@ -17691,16 +17729,16 @@ "type": "Identifier", "name": "f", "range": [ - 11374, - 11375 + 11433, + 11434 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 38 }, "end": { - "line": 419, + "line": 420, "column": 39 } } @@ -17709,77 +17747,77 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11376, - 11395 + 11435, + 11454 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 40 }, "end": { - "line": 419, + "line": 420, "column": 59 } } }, "range": [ - 11374, - 11395 + 11433, + 11454 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 38 }, "end": { - "line": 419, + "line": 420, "column": 59 } } } ], "range": [ - 11366, - 11396 + 11425, + 11455 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 30 }, "end": { - "line": 419, + "line": 420, "column": 60 } } }, "range": [ - 11344, - 11396 + 11403, + 11455 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 60 } } }, "range": [ - 11344, - 11397 + 11403, + 11456 ], "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 61 } }, @@ -17788,16 +17826,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 11222, - 11335 + 11281, + 11394 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 11 } } @@ -17808,16 +17846,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11407, - 11508 + 11466, + 11567 ], "loc": { "start": { - "line": 421, + "line": 422, "column": 8 }, "end": { - "line": 424, + "line": 425, "column": 11 } } @@ -17835,16 +17873,16 @@ "object": { "type": "ThisExpression", "range": [ - 11517, - 11521 + 11576, + 11580 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 8 }, "end": { - "line": 425, + "line": 426, "column": 12 } } @@ -17853,31 +17891,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 11522, - 11533 + 11581, + 11592 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 13 }, "end": { - "line": 425, + "line": 426, "column": 24 } } }, "range": [ - 11517, - 11533 + 11576, + 11592 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 8 }, "end": { - "line": 425, + "line": 426, "column": 24 } } @@ -17890,16 +17928,16 @@ "object": { "type": "ThisExpression", "range": [ - 11536, - 11540 + 11595, + 11599 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 27 }, "end": { - "line": 425, + "line": 426, "column": 31 } } @@ -17908,31 +17946,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 11541, - 11555 + 11600, + 11614 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 32 }, "end": { - "line": 425, + "line": 426, "column": 46 } } }, "range": [ - 11536, - 11555 + 11595, + 11614 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 27 }, "end": { - "line": 425, + "line": 426, "column": 46 } } @@ -17944,16 +17982,16 @@ "type": "Identifier", "name": "f", "range": [ - 11558, - 11559 + 11617, + 11618 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 49 }, "end": { - "line": 425, + "line": 426, "column": 50 } } @@ -17962,31 +18000,31 @@ "type": "Identifier", "name": "rows_always_visible", "range": [ - 11560, - 11579 + 11619, + 11638 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 51 }, "end": { - "line": 425, + "line": 426, "column": 70 } } }, "range": [ - 11558, - 11579 + 11617, + 11638 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 49 }, "end": { - "line": 425, + "line": 426, "column": 70 } } @@ -17995,61 +18033,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11582, - 11584 + 11641, + 11643 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 73 }, "end": { - "line": 425, + "line": 426, "column": 75 } } }, "range": [ - 11536, - 11584 + 11595, + 11643 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 27 }, "end": { - "line": 425, + "line": 426, "column": 75 } } }, "range": [ - 11517, - 11584 + 11576, + 11643 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 8 }, "end": { - "line": 425, + "line": 426, "column": 75 } } }, "range": [ - 11517, - 11585 + 11576, + 11644 ], "loc": { "start": { - "line": 425, + "line": 426, "column": 8 }, "end": { - "line": 425, + "line": 426, "column": 76 } }, @@ -18058,16 +18096,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11407, - 11508 + 11466, + 11567 ], "loc": { "start": { - "line": 421, + "line": 422, "column": 8 }, "end": { - "line": 424, + "line": 425, "column": 11 } } @@ -18078,16 +18116,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11595, - 11691 + 11654, + 11750 ], "loc": { "start": { - "line": 427, + "line": 428, "column": 8 }, "end": { - "line": 430, + "line": 431, "column": 11 } } @@ -18105,16 +18143,16 @@ "object": { "type": "ThisExpression", "range": [ - 11700, - 11704 + 11759, + 11763 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 12 } } @@ -18123,31 +18161,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 11705, - 11718 + 11764, + 11777 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 13 }, "end": { - "line": 431, + "line": 432, "column": 26 } } }, "range": [ - 11700, - 11718 + 11759, + 11777 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 26 } } @@ -18158,16 +18196,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 11721, - 11728 + 11780, + 11787 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 29 }, "end": { - "line": 431, + "line": 432, "column": 36 } } @@ -18180,16 +18218,16 @@ "type": "Identifier", "name": "f", "range": [ - 11729, - 11730 + 11788, + 11789 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 37 }, "end": { - "line": 431, + "line": 432, "column": 38 } } @@ -18198,77 +18236,77 @@ "type": "Identifier", "name": "external_flt_grid", "range": [ - 11731, - 11748 + 11790, + 11807 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 39 }, "end": { - "line": 431, + "line": 432, "column": 56 } } }, "range": [ - 11729, - 11748 + 11788, + 11807 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 37 }, "end": { - "line": 431, + "line": 432, "column": 56 } } } ], "range": [ - 11721, - 11749 + 11780, + 11808 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 29 }, "end": { - "line": 431, + "line": 432, "column": 57 } } }, "range": [ - 11700, - 11749 + 11759, + 11808 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 57 } } }, "range": [ - 11700, - 11750 + 11759, + 11809 ], "loc": { "start": { - "line": 431, + "line": 432, "column": 8 }, "end": { - "line": 431, + "line": 432, "column": 58 } }, @@ -18277,16 +18315,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11595, - 11691 + 11654, + 11750 ], "loc": { "start": { - "line": 427, + "line": 428, "column": 8 }, "end": { - "line": 430, + "line": 431, "column": 11 } } @@ -18297,16 +18335,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11760, - 11875 + 11819, + 11934 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 8 }, "end": { - "line": 436, + "line": 437, "column": 11 } } @@ -18324,16 +18362,16 @@ "object": { "type": "ThisExpression", "range": [ - 11884, - 11888 + 11943, + 11947 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 12 } } @@ -18342,31 +18380,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 11889, - 11906 + 11948, + 11965 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 13 }, "end": { - "line": 437, + "line": 438, "column": 30 } } }, "range": [ - 11884, - 11906 + 11943, + 11965 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 30 } } @@ -18381,16 +18419,16 @@ "type": "Identifier", "name": "f", "range": [ - 11909, - 11910 + 11968, + 11969 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 33 }, "end": { - "line": 437, + "line": 438, "column": 34 } } @@ -18399,31 +18437,31 @@ "type": "Identifier", "name": "external_flt_grid_ids", "range": [ - 11911, - 11932 + 11970, + 11991 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 35 }, "end": { - "line": 437, + "line": 438, "column": 56 } } }, "range": [ - 11909, - 11932 + 11968, + 11991 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 33 }, "end": { - "line": 437, + "line": 438, "column": 56 } } @@ -18432,61 +18470,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 11936, - 11938 + 11995, + 11997 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 60 }, "end": { - "line": 437, + "line": 438, "column": 62 } } }, "range": [ - 11909, - 11938 + 11968, + 11997 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 33 }, "end": { - "line": 437, + "line": 438, "column": 62 } } }, "range": [ - 11884, - 11938 + 11943, + 11997 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 62 } } }, "range": [ - 11884, - 11939 + 11943, + 11998 ], "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 63 } }, @@ -18495,16 +18533,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11760, - 11875 + 11819, + 11934 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 8 }, "end": { - "line": 436, + "line": 437, "column": 11 } } @@ -18515,16 +18553,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11949, - 12046 + 12008, + 12105 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 442, + "line": 443, "column": 11 } } @@ -18542,16 +18580,16 @@ "object": { "type": "ThisExpression", "range": [ - 12055, - 12059 + 12114, + 12118 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 443, + "line": 444, "column": 12 } } @@ -18560,31 +18598,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 12060, - 12075 + 12119, + 12134 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 13 }, "end": { - "line": 443, + "line": 444, "column": 28 } } }, "range": [ - 12055, - 12075 + 12114, + 12134 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 443, + "line": 444, "column": 28 } } @@ -18597,16 +18635,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12078, - 12082 + 12137, + 12141 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 31 }, "end": { - "line": 443, + "line": 444, "column": 35 } } @@ -18619,16 +18657,16 @@ "type": "Identifier", "name": "f", "range": [ - 12083, - 12084 + 12142, + 12143 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 36 }, "end": { - "line": 443, + "line": 444, "column": 37 } } @@ -18637,47 +18675,47 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 12085, - 12102 + 12144, + 12161 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 38 }, "end": { - "line": 443, + "line": 444, "column": 55 } } }, "range": [ - 12083, - 12102 + 12142, + 12161 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 36 }, "end": { - "line": 443, + "line": 444, "column": 55 } } } ], "range": [ - 12078, - 12103 + 12137, + 12162 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 31 }, "end": { - "line": 443, + "line": 444, "column": 56 } } @@ -18689,16 +18727,16 @@ "type": "Identifier", "name": "f", "range": [ - 12118, - 12119 + 12177, + 12178 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 12 }, "end": { - "line": 444, + "line": 445, "column": 13 } } @@ -18707,31 +18745,31 @@ "type": "Identifier", "name": "on_filters_loaded", "range": [ - 12120, - 12137 + 12179, + 12196 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 14 }, "end": { - "line": 444, + "line": 445, "column": 31 } } }, "range": [ - 12118, - 12137 + 12177, + 12196 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 12 }, "end": { - "line": 444, + "line": 445, "column": 31 } } @@ -18740,61 +18778,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 12140, - 12148 + 12199, + 12207 ], "loc": { "start": { - "line": 444, + "line": 445, "column": 34 }, "end": { - "line": 444, + "line": 445, "column": 42 } } }, "range": [ - 12078, - 12148 + 12137, + 12207 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 31 }, "end": { - "line": 444, + "line": 445, "column": 42 } } }, "range": [ - 12055, - 12148 + 12114, + 12207 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 444, + "line": 445, "column": 42 } } }, "range": [ - 12055, - 12149 + 12114, + 12208 ], "loc": { "start": { - "line": 443, + "line": 444, "column": 8 }, "end": { - "line": 444, + "line": 445, "column": 43 } }, @@ -18803,16 +18841,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11949, - 12046 + 12008, + 12105 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 442, + "line": 443, "column": 11 } } @@ -18823,16 +18861,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 12159, - 12263 + 12218, + 12322 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 8 }, "end": { - "line": 449, + "line": 450, "column": 11 } } @@ -18850,16 +18888,16 @@ "object": { "type": "ThisExpression", "range": [ - 12272, - 12276 + 12331, + 12335 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 8 }, "end": { - "line": 450, + "line": 451, "column": 12 } } @@ -18868,31 +18906,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 12277, - 12292 + 12336, + 12351 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 13 }, "end": { - "line": 450, + "line": 451, "column": 28 } } }, "range": [ - 12272, - 12292 + 12331, + 12351 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 8 }, "end": { - "line": 450, + "line": 451, "column": 28 } } @@ -18903,16 +18941,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 12295, - 12302 + 12354, + 12361 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 31 }, "end": { - "line": 450, + "line": 451, "column": 38 } } @@ -18925,16 +18963,16 @@ "type": "Identifier", "name": "f", "range": [ - 12303, - 12304 + 12362, + 12363 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 39 }, "end": { - "line": 450, + "line": 451, "column": 40 } } @@ -18943,77 +18981,77 @@ "type": "Identifier", "name": "single_filter", "range": [ - 12305, - 12318 + 12364, + 12377 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 41 }, "end": { - "line": 450, + "line": 451, "column": 54 } } }, "range": [ - 12303, - 12318 + 12362, + 12377 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 39 }, "end": { - "line": 450, + "line": 451, "column": 54 } } } ], "range": [ - 12295, - 12319 + 12354, + 12378 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 31 }, "end": { - "line": 450, + "line": 451, "column": 55 } } }, "range": [ - 12272, - 12319 + 12331, + 12378 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 8 }, "end": { - "line": 450, + "line": 451, "column": 55 } } }, "range": [ - 12272, - 12320 + 12331, + 12379 ], "loc": { "start": { - "line": 450, + "line": 451, "column": 8 }, "end": { - "line": 450, + "line": 451, "column": 56 } }, @@ -19022,16 +19060,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 12159, - 12263 + 12218, + 12322 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 8 }, "end": { - "line": 449, + "line": 450, "column": 11 } } @@ -19042,16 +19080,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12330, - 12441 + 12389, + 12500 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 8 }, "end": { - "line": 455, + "line": 456, "column": 11 } } @@ -19069,16 +19107,16 @@ "object": { "type": "ThisExpression", "range": [ - 12450, - 12454 + 12509, + 12513 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 8 }, "end": { - "line": 456, + "line": 457, "column": 12 } } @@ -19087,31 +19125,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 12455, - 12469 + 12514, + 12528 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 13 }, "end": { - "line": 456, + "line": 457, "column": 27 } } }, "range": [ - 12450, - 12469 + 12509, + 12528 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 8 }, "end": { - "line": 456, + "line": 457, "column": 27 } } @@ -19124,16 +19162,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12472, - 12476 + 12531, + 12535 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 30 }, "end": { - "line": 456, + "line": 457, "column": 34 } } @@ -19146,16 +19184,16 @@ "type": "Identifier", "name": "f", "range": [ - 12477, - 12478 + 12536, + 12537 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 35 }, "end": { - "line": 456, + "line": 457, "column": 36 } } @@ -19164,47 +19202,47 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12479, - 12495 + 12538, + 12554 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 37 }, "end": { - "line": 456, + "line": 457, "column": 53 } } }, "range": [ - 12477, - 12495 + 12536, + 12554 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 35 }, "end": { - "line": 456, + "line": 457, "column": 53 } } } ], "range": [ - 12472, - 12496 + 12531, + 12555 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 30 }, "end": { - "line": 456, + "line": 457, "column": 54 } } @@ -19216,16 +19254,16 @@ "type": "Identifier", "name": "f", "range": [ - 12511, - 12512 + 12570, + 12571 ], "loc": { "start": { - "line": 457, + "line": 458, "column": 12 }, "end": { - "line": 457, + "line": 458, "column": 13 } } @@ -19234,31 +19272,31 @@ "type": "Identifier", "name": "on_row_validated", "range": [ - 12513, - 12529 + 12572, + 12588 ], "loc": { "start": { - "line": 457, + "line": 458, "column": 14 }, "end": { - "line": 457, + "line": 458, "column": 30 } } }, "range": [ - 12511, - 12529 + 12570, + 12588 ], "loc": { "start": { - "line": 457, + "line": 458, "column": 12 }, "end": { - "line": 457, + "line": 458, "column": 30 } } @@ -19267,61 +19305,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 12532, - 12540 + 12591, + 12599 ], "loc": { "start": { - "line": 457, + "line": 458, "column": 33 }, "end": { - "line": 457, + "line": 458, "column": 41 } } }, "range": [ - 12472, - 12540 + 12531, + 12599 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 30 }, "end": { - "line": 457, + "line": 458, "column": 41 } } }, "range": [ - 12450, - 12540 + 12509, + 12599 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 8 }, "end": { - "line": 457, + "line": 458, "column": 41 } } }, "range": [ - 12450, - 12541 + 12509, + 12600 ], "loc": { "start": { - "line": 456, + "line": 457, "column": 8 }, "end": { - "line": 457, + "line": 458, "column": 42 } }, @@ -19330,16 +19368,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12330, - 12441 + 12389, + 12500 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 8 }, "end": { - "line": 455, + "line": 456, "column": 11 } } @@ -19350,16 +19388,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": [ - 12551, - 12922 + 12610, + 12981 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 470, + "line": 471, "column": 11 } } @@ -19377,16 +19415,16 @@ "object": { "type": "ThisExpression", "range": [ - 12931, - 12935 + 12990, + 12994 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 8 }, "end": { - "line": 471, + "line": 472, "column": 12 } } @@ -19395,31 +19433,31 @@ "type": "Identifier", "name": "cellParser", "range": [ - 12936, - 12946 + 12995, + 13005 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 13 }, "end": { - "line": 471, + "line": 472, "column": 23 } } }, "range": [ - 12931, - 12946 + 12990, + 13005 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 8 }, "end": { - "line": 471, + "line": 472, "column": 23 } } @@ -19438,16 +19476,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 12949, - 12954 + 13008, + 13013 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 26 }, "end": { - "line": 471, + "line": 472, "column": 31 } } @@ -19460,16 +19498,16 @@ "type": "Identifier", "name": "f", "range": [ - 12955, - 12956 + 13014, + 13015 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 32 }, "end": { - "line": 471, + "line": 472, "column": 33 } } @@ -19478,47 +19516,47 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 12957, - 12968 + 13016, + 13027 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 34 }, "end": { - "line": 471, + "line": 472, "column": 45 } } }, "range": [ - 12955, - 12968 + 13014, + 13027 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 32 }, "end": { - "line": 471, + "line": 472, "column": 45 } } } ], "range": [ - 12949, - 12969 + 13008, + 13028 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 26 }, "end": { - "line": 471, + "line": 472, "column": 46 } } @@ -19529,16 +19567,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 12973, - 12977 + 13032, + 13036 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 50 }, "end": { - "line": 471, + "line": 472, "column": 54 } } @@ -19554,16 +19592,16 @@ "type": "Identifier", "name": "f", "range": [ - 12978, - 12979 + 13037, + 13038 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 55 }, "end": { - "line": 471, + "line": 472, "column": 56 } } @@ -19572,31 +19610,31 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 12980, - 12991 + 13039, + 13050 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 57 }, "end": { - "line": 471, + "line": 472, "column": 68 } } }, "range": [ - 12978, - 12991 + 13037, + 13050 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 55 }, "end": { - "line": 471, + "line": 472, "column": 68 } } @@ -19605,62 +19643,62 @@ "type": "Identifier", "name": "parse", "range": [ - 12992, - 12997 + 13051, + 13056 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 69 }, "end": { - "line": 471, + "line": 472, "column": 74 } } }, "range": [ - 12978, - 12997 + 13037, + 13056 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 55 }, "end": { - "line": 471, + "line": 472, "column": 74 } } } ], "range": [ - 12973, - 12998 + 13032, + 13057 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 50 }, "end": { - "line": 471, + "line": 472, "column": 75 } } }, "range": [ - 12949, - 12998 + 13008, + 13057 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 26 }, "end": { - "line": 471, + "line": 472, "column": 75 } } @@ -19671,16 +19709,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 13014, - 13021 + 13073, + 13080 ], "loc": { "start": { - "line": 472, + "line": 473, "column": 12 }, "end": { - "line": 472, + "line": 473, "column": 19 } } @@ -19696,16 +19734,16 @@ "type": "Identifier", "name": "f", "range": [ - 13022, - 13023 + 13081, + 13082 ], "loc": { "start": { - "line": 472, + "line": 473, "column": 20 }, "end": { - "line": 472, + "line": 473, "column": 21 } } @@ -19714,31 +19752,31 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 13024, - 13035 + 13083, + 13094 ], "loc": { "start": { - "line": 472, + "line": 473, "column": 22 }, "end": { - "line": 472, + "line": 473, "column": 33 } } }, "range": [ - 13022, - 13035 + 13081, + 13094 ], "loc": { "start": { - "line": 472, + "line": 473, "column": 20 }, "end": { - "line": 472, + "line": 473, "column": 33 } } @@ -19747,62 +19785,62 @@ "type": "Identifier", "name": "cols", "range": [ - 13036, - 13040 + 13095, + 13099 ], "loc": { "start": { - "line": 472, + "line": 473, "column": 34 }, "end": { - "line": 472, + "line": 473, "column": 38 } } }, "range": [ - 13022, - 13040 + 13081, + 13099 ], "loc": { "start": { - "line": 472, + "line": 473, "column": 20 }, "end": { - "line": 472, + "line": 473, "column": 38 } } } ], "range": [ - 13014, - 13041 + 13073, + 13100 ], "loc": { "start": { - "line": 472, + "line": 473, "column": 12 }, "end": { - "line": 472, + "line": 473, "column": 39 } } }, "range": [ - 12949, - 13041 + 13008, + 13100 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 26 }, "end": { - "line": 472, + "line": 473, "column": 39 } } @@ -19814,16 +19852,16 @@ "type": "Identifier", "name": "f", "range": [ - 13056, - 13057 + 13115, + 13116 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 12 }, "end": { - "line": 473, + "line": 474, "column": 13 } } @@ -19832,31 +19870,31 @@ "type": "Identifier", "name": "cell_parser", "range": [ - 13058, - 13069 + 13117, + 13128 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 14 }, "end": { - "line": 473, + "line": 474, "column": 25 } } }, "range": [ - 13056, - 13069 + 13115, + 13128 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 12 }, "end": { - "line": 473, + "line": 474, "column": 25 } } @@ -19870,16 +19908,16 @@ "type": "Identifier", "name": "cols", "range": [ - 13074, - 13078 + 13133, + 13137 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 30 }, "end": { - "line": 473, + "line": 474, "column": 34 } } @@ -19888,16 +19926,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 13080, - 13082 + 13139, + 13141 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 36 }, "end": { - "line": 473, + "line": 474, "column": 38 } } @@ -19907,16 +19945,16 @@ "shorthand": false, "computed": false, "range": [ - 13074, - 13082 + 13133, + 13141 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 30 }, "end": { - "line": 473, + "line": 474, "column": 38 } } @@ -19927,16 +19965,16 @@ "type": "Identifier", "name": "parse", "range": [ - 13084, - 13089 + 13143, + 13148 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 40 }, "end": { - "line": 473, + "line": 474, "column": 45 } } @@ -19945,16 +19983,16 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 13091, - 13099 + 13150, + 13158 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 47 }, "end": { - "line": 473, + "line": 474, "column": 55 } } @@ -19964,77 +20002,77 @@ "shorthand": false, "computed": false, "range": [ - 13084, - 13099 + 13143, + 13158 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 40 }, "end": { - "line": 473, + "line": 474, "column": 55 } } } ], "range": [ - 13072, - 13101 + 13131, + 13160 ], "loc": { "start": { - "line": 473, + "line": 474, "column": 28 }, "end": { - "line": 473, + "line": 474, "column": 57 } } }, "range": [ - 12949, - 13101 + 13008, + 13160 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 26 }, "end": { - "line": 473, + "line": 474, "column": 57 } } }, "range": [ - 12931, - 13101 + 12990, + 13160 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 8 }, "end": { - "line": 473, + "line": 474, "column": 57 } } }, "range": [ - 12931, - 13102 + 12990, + 13161 ], "loc": { "start": { - "line": 471, + "line": 472, "column": 8 }, "end": { - "line": 473, + "line": 474, "column": 58 } }, @@ -20043,16 +20081,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": [ - 12551, - 12922 + 12610, + 12981 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 470, + "line": 471, "column": 11 } } @@ -20063,16 +20101,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": [ - 13112, - 13278 + 13171, + 13337 ], "loc": { "start": { - "line": 475, + "line": 476, "column": 8 }, "end": { - "line": 479, + "line": 480, "column": 11 } } @@ -20090,16 +20128,16 @@ "object": { "type": "ThisExpression", "range": [ - 13287, - 13291 + 13346, + 13350 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 12 } } @@ -20108,31 +20146,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 13292, - 13301 + 13351, + 13360 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 13 }, "end": { - "line": 480, + "line": 481, "column": 22 } } }, "range": [ - 13287, - 13301 + 13346, + 13360 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 22 } } @@ -20147,16 +20185,16 @@ "type": "Identifier", "name": "f", "range": [ - 13304, - 13305 + 13363, + 13364 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 25 }, "end": { - "line": 480, + "line": 481, "column": 26 } } @@ -20165,31 +20203,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 13306, - 13315 + 13365, + 13374 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 27 }, "end": { - "line": 480, + "line": 481, "column": 36 } } }, "range": [ - 13304, - 13315 + 13363, + 13374 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 25 }, "end": { - "line": 480, + "line": 481, "column": 36 } } @@ -20199,61 +20237,61 @@ "value": "", "raw": "''", "range": [ - 13319, - 13321 + 13378, + 13380 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 40 }, "end": { - "line": 480, + "line": 481, "column": 42 } } }, "range": [ - 13304, - 13321 + 13363, + 13380 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 25 }, "end": { - "line": 480, + "line": 481, "column": 42 } } }, "range": [ - 13287, - 13321 + 13346, + 13380 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 42 } } }, "range": [ - 13287, - 13322 + 13346, + 13381 ], "loc": { "start": { - "line": 480, + "line": 481, "column": 8 }, "end": { - "line": 480, + "line": 481, "column": 43 } }, @@ -20262,16 +20300,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": [ - 13112, - 13278 + 13171, + 13337 ], "loc": { "start": { - "line": 475, + "line": 476, "column": 8 }, "end": { - "line": 479, + "line": 480, "column": 11 } } @@ -20282,16 +20320,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 13332, - 13457 + 13391, + 13516 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 8 }, "end": { - "line": 486, + "line": 487, "column": 11 } } @@ -20309,16 +20347,16 @@ "object": { "type": "ThisExpression", "range": [ - 13466, - 13470 + 13525, + 13529 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 8 }, "end": { - "line": 487, + "line": 488, "column": 12 } } @@ -20327,31 +20365,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 13471, - 13487 + 13530, + 13546 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 13 }, "end": { - "line": 487, + "line": 488, "column": 29 } } }, "range": [ - 13466, - 13487 + 13525, + 13546 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 8 }, "end": { - "line": 487, + "line": 488, "column": 29 } } @@ -20362,16 +20400,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 13490, - 13497 + 13549, + 13556 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 32 }, "end": { - "line": 487, + "line": 488, "column": 39 } } @@ -20383,16 +20421,16 @@ "object": { "type": "ThisExpression", "range": [ - 13498, - 13502 + 13557, + 13561 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 40 }, "end": { - "line": 487, + "line": 488, "column": 44 } } @@ -20401,77 +20439,77 @@ "type": "Identifier", "name": "watermark", "range": [ - 13503, - 13512 + 13562, + 13571 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 45 }, "end": { - "line": 487, + "line": 488, "column": 54 } } }, "range": [ - 13498, - 13512 + 13557, + 13571 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 40 }, "end": { - "line": 487, + "line": 488, "column": 54 } } } ], "range": [ - 13490, - 13513 + 13549, + 13572 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 32 }, "end": { - "line": 487, + "line": 488, "column": 55 } } }, "range": [ - 13466, - 13513 + 13525, + 13572 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 8 }, "end": { - "line": 487, + "line": 488, "column": 55 } } }, "range": [ - 13466, - 13514 + 13525, + 13573 ], "loc": { "start": { - "line": 487, + "line": 488, "column": 8 }, "end": { - "line": 487, + "line": 488, "column": 56 } }, @@ -20480,16 +20518,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 13332, - 13457 + 13391, + 13516 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 8 }, "end": { - "line": 486, + "line": 487, "column": 11 } } @@ -20500,16 +20538,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13524, - 13606 + 13583, + 13665 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 8 }, "end": { - "line": 492, + "line": 493, "column": 11 } } @@ -20527,16 +20565,16 @@ "object": { "type": "ThisExpression", "range": [ - 13615, - 13619 + 13674, + 13678 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 12 } } @@ -20545,31 +20583,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 13620, - 13632 + 13679, + 13691 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 13 }, "end": { - "line": 493, + "line": 494, "column": 25 } } }, "range": [ - 13615, - 13632 + 13674, + 13691 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 25 } } @@ -20584,16 +20622,16 @@ "type": "Identifier", "name": "f", "range": [ - 13635, - 13636 + 13694, + 13695 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 28 }, "end": { - "line": 493, + "line": 494, "column": 29 } } @@ -20602,31 +20640,31 @@ "type": "Identifier", "name": "toolbar_target_id", "range": [ - 13637, - 13654 + 13696, + 13713 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 30 }, "end": { - "line": 493, + "line": 494, "column": 47 } } }, "range": [ - 13635, - 13654 + 13694, + 13713 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 28 }, "end": { - "line": 493, + "line": 494, "column": 47 } } @@ -20636,61 +20674,61 @@ "value": null, "raw": "null", "range": [ - 13658, - 13662 + 13717, + 13721 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 51 }, "end": { - "line": 493, + "line": 494, "column": 55 } } }, "range": [ - 13635, - 13662 + 13694, + 13721 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 28 }, "end": { - "line": 493, + "line": 494, "column": 55 } } }, "range": [ - 13615, - 13662 + 13674, + 13721 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 55 } } }, "range": [ - 13615, - 13663 + 13674, + 13722 ], "loc": { "start": { - "line": 493, + "line": 494, "column": 8 }, "end": { - "line": 493, + "line": 494, "column": 56 } }, @@ -20699,16 +20737,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13524, - 13606 + 13583, + 13665 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 8 }, "end": { - "line": 492, + "line": 493, "column": 11 } } @@ -20719,16 +20757,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13673, - 13773 + 13732, + 13832 ], "loc": { "start": { - "line": 495, + "line": 496, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 11 } } @@ -20746,16 +20784,16 @@ "object": { "type": "ThisExpression", "range": [ - 13782, - 13786 + 13841, + 13845 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 499, + "line": 500, "column": 12 } } @@ -20764,31 +20802,31 @@ "type": "Identifier", "name": "help", "range": [ - 13787, - 13791 + 13846, + 13850 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 13 }, "end": { - "line": 499, + "line": 500, "column": 17 } } }, "range": [ - 13782, - 13791 + 13841, + 13850 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 499, + "line": 500, "column": 17 } } @@ -20801,16 +20839,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 13794, - 13801 + 13853, + 13860 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 20 }, "end": { - "line": 499, + "line": 500, "column": 27 } } @@ -20823,16 +20861,16 @@ "type": "Identifier", "name": "f", "range": [ - 13802, - 13803 + 13861, + 13862 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 28 }, "end": { - "line": 499, + "line": 500, "column": 29 } } @@ -20841,47 +20879,47 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13804, - 13821 + 13863, + 13880 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 30 }, "end": { - "line": 499, + "line": 500, "column": 47 } } }, "range": [ - 13802, - 13821 + 13861, + 13880 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 28 }, "end": { - "line": 499, + "line": 500, "column": 47 } } } ], "range": [ - 13794, - 13822 + 13853, + 13881 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 20 }, "end": { - "line": 499, + "line": 500, "column": 48 } } @@ -20890,16 +20928,16 @@ "type": "Identifier", "name": "undefined", "range": [ - 13837, - 13846 + 13896, + 13905 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 12 }, "end": { - "line": 500, + "line": 501, "column": 21 } } @@ -20910,16 +20948,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 13849, - 13856 + 13908, + 13915 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 24 }, "end": { - "line": 500, + "line": 501, "column": 31 } } @@ -20932,16 +20970,16 @@ "type": "Identifier", "name": "f", "range": [ - 13857, - 13858 + 13916, + 13917 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 32 }, "end": { - "line": 500, + "line": 501, "column": 33 } } @@ -20950,92 +20988,92 @@ "type": "Identifier", "name": "help_instructions", "range": [ - 13859, - 13876 + 13918, + 13935 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 34 }, "end": { - "line": 500, + "line": 501, "column": 51 } } }, "range": [ - 13857, - 13876 + 13916, + 13935 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 32 }, "end": { - "line": 500, + "line": 501, "column": 51 } } } ], "range": [ - 13849, - 13877 + 13908, + 13936 ], "loc": { "start": { - "line": 500, + "line": 501, "column": 24 }, "end": { - "line": 500, + "line": 501, "column": 52 } } }, "range": [ - 13794, - 13877 + 13853, + 13936 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 20 }, "end": { - "line": 500, + "line": 501, "column": 52 } } }, "range": [ - 13782, - 13877 + 13841, + 13936 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 500, + "line": 501, "column": 52 } } }, "range": [ - 13782, - 13878 + 13841, + 13937 ], "loc": { "start": { - "line": 499, + "line": 500, "column": 8 }, "end": { - "line": 500, + "line": 501, "column": 53 } }, @@ -21044,16 +21082,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13673, - 13773 + 13732, + 13832 ], "loc": { "start": { - "line": 495, + "line": 496, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 11 } } @@ -21064,16 +21102,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13888, - 13987 + 13947, + 14046 ], "loc": { "start": { - "line": 502, + "line": 503, "column": 8 }, "end": { - "line": 505, + "line": 506, "column": 11 } } @@ -21091,16 +21129,16 @@ "object": { "type": "ThisExpression", "range": [ - 13996, - 14000 + 14055, + 14059 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 8 }, "end": { - "line": 506, + "line": 507, "column": 12 } } @@ -21109,31 +21147,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 14001, - 14013 + 14060, + 14072 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 13 }, "end": { - "line": 506, + "line": 507, "column": 25 } } }, "range": [ - 13996, - 14013 + 14055, + 14072 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 8 }, "end": { - "line": 506, + "line": 507, "column": 25 } } @@ -21144,16 +21182,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 14016, - 14023 + 14075, + 14082 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 28 }, "end": { - "line": 506, + "line": 507, "column": 35 } } @@ -21166,16 +21204,16 @@ "type": "Identifier", "name": "f", "range": [ - 14024, - 14025 + 14083, + 14084 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 36 }, "end": { - "line": 506, + "line": 507, "column": 37 } } @@ -21184,77 +21222,77 @@ "type": "Identifier", "name": "popup_filters", "range": [ - 14026, - 14039 + 14085, + 14098 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 38 }, "end": { - "line": 506, + "line": 507, "column": 51 } } }, "range": [ - 14024, - 14039 + 14083, + 14098 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 36 }, "end": { - "line": 506, + "line": 507, "column": 51 } } } ], "range": [ - 14016, - 14040 + 14075, + 14099 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 28 }, "end": { - "line": 506, + "line": 507, "column": 52 } } }, "range": [ - 13996, - 14040 + 14055, + 14099 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 8 }, "end": { - "line": 506, + "line": 507, "column": 52 } } }, "range": [ - 13996, - 14041 + 14055, + 14100 ], "loc": { "start": { - "line": 506, + "line": 507, "column": 8 }, "end": { - "line": 506, + "line": 507, "column": 53 } }, @@ -21263,16 +21301,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13888, - 13987 + 13947, + 14046 ], "loc": { "start": { - "line": 502, + "line": 503, "column": 8 }, "end": { - "line": 505, + "line": 506, "column": 11 } } @@ -21283,16 +21321,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 14051, - 14168 + 14110, + 14227 ], "loc": { "start": { - "line": 508, + "line": 509, "column": 8 }, "end": { - "line": 511, + "line": 512, "column": 11 } } @@ -21310,16 +21348,16 @@ "object": { "type": "ThisExpression", "range": [ - 14177, - 14181 + 14236, + 14240 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 8 }, "end": { - "line": 512, + "line": 513, "column": 12 } } @@ -21328,1005 +21366,279 @@ "type": "Identifier", "name": "markActiveColumns", "range": [ - 14182, - 14199 + 14241, + 14258 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 13 }, "end": { - "line": 512, + "line": 513, "column": 30 } } }, "range": [ - 14177, - 14199 + 14236, + 14258 ], "loc": { "start": { - "line": 512, + "line": 513, "column": 8 }, "end": { - "line": 512, + "line": 513, "column": 30 } } }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 14202, - 14209 - ], - "loc": { - "start": { - "line": 512, - "column": 33 - }, - "end": { - "line": 512, - "column": 40 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 14210, - 14211 - ], - "loc": { - "start": { - "line": 512, - "column": 41 - }, - "end": { - "line": 512, - "column": 42 - } - } - }, - "property": { - "type": "Identifier", - "name": "mark_active_columns", - "range": [ - 14212, - 14231 - ], - "loc": { - "start": { - "line": 512, - "column": 43 - }, - "end": { - "line": 512, - "column": 62 - } - } - }, - "range": [ - 14210, - 14231 - ], - "loc": { - "start": { - "line": 512, - "column": 41 - }, - "end": { - "line": 512, - "column": 62 - } - } - } - ], - "range": [ - 14202, - 14232 - ], - "loc": { - "start": { - "line": 512, - "column": 33 - }, - "end": { - "line": 512, - "column": 63 - } - } - }, - "range": [ - 14177, - 14232 - ], - "loc": { - "start": { - "line": 512, - "column": 8 - }, - "end": { - "line": 512, - "column": 63 - } - } - }, - "range": [ - 14177, - 14233 - ], - "loc": { - "start": { - "line": 512, - "column": 8 - }, - "end": { - "line": 512, - "column": 64 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", - "range": [ - 14051, - 14168 - ], - "loc": { - "start": { - "line": 508, - "column": 8 - }, - "end": { - "line": 511, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", - "range": [ - 14243, - 14335 - ], - "loc": { - "start": { - "line": 514, - "column": 8 - }, - "end": { - "line": 517, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 14344, - 14348 - ], - "loc": { - "start": { - "line": 518, - "column": 8 - }, - "end": { - "line": 518, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "activeColumnsCssClass", - "range": [ - 14349, - 14370 - ], - "loc": { - "start": { - "line": 518, - "column": 13 - }, - "end": { - "line": 518, - "column": 34 - } - } - }, - "range": [ - 14344, - 14370 - ], - "loc": { - "start": { - "line": 518, - "column": 8 - }, - "end": { - "line": 518, - "column": 34 - } - } - }, "right": { "type": "LogicalExpression", "operator": "||", "left": { - "type": "MemberExpression", - "computed": false, - "object": { + "type": "CallExpression", + "callee": { "type": "Identifier", - "name": "f", + "name": "isObj", "range": [ - 14373, - 14374 + 14261, + 14266 ], "loc": { "start": { - "line": 518, - "column": 37 + "line": 513, + "column": 33 }, "end": { - "line": 518, + "line": 513, "column": 38 } } }, - "property": { - "type": "Identifier", - "name": "active_columns_css_class", - "range": [ - 14375, - 14399 - ], - "loc": { - "start": { - "line": 518, - "column": 39 + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 14267, + 14268 + ], + "loc": { + "start": { + "line": 513, + "column": 39 + }, + "end": { + "line": 513, + "column": 40 + } + } }, - "end": { - "line": 518, - "column": 63 + "property": { + "type": "Identifier", + "name": "mark_active_columns", + "range": [ + 14269, + 14288 + ], + "loc": { + "start": { + "line": 513, + "column": 41 + }, + "end": { + "line": 513, + "column": 60 + } + } + }, + "range": [ + 14267, + 14288 + ], + "loc": { + "start": { + "line": 513, + "column": 39 + }, + "end": { + "line": 513, + "column": 60 + } } } - }, + ], "range": [ - 14373, - 14399 + 14261, + 14289 ], "loc": { "start": { - "line": 518, - "column": 37 + "line": 513, + "column": 33 }, "end": { - "line": 518, - "column": 63 + "line": 513, + "column": 61 } } }, "right": { - "type": "Literal", - "value": "activeHeader", - "raw": "'activeHeader'", + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 14305, + 14312 + ], + "loc": { + "start": { + "line": 514, + "column": 12 + }, + "end": { + "line": 514, + "column": 19 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 14313, + 14314 + ], + "loc": { + "start": { + "line": 514, + "column": 20 + }, + "end": { + "line": 514, + "column": 21 + } + } + }, + "property": { + "type": "Identifier", + "name": "mark_active_columns", + "range": [ + 14315, + 14334 + ], + "loc": { + "start": { + "line": 514, + "column": 22 + }, + "end": { + "line": 514, + "column": 41 + } + } + }, + "range": [ + 14313, + 14334 + ], + "loc": { + "start": { + "line": 514, + "column": 20 + }, + "end": { + "line": 514, + "column": 41 + } + } + } + ], "range": [ - 14415, - 14429 + 14305, + 14335 ], "loc": { "start": { - "line": 519, + "line": 514, "column": 12 }, "end": { - "line": 519, - "column": 26 + "line": 514, + "column": 42 } } }, "range": [ - 14373, - 14429 - ], - "loc": { - "start": { - "line": 518, - "column": 37 - }, - "end": { - "line": 519, - "column": 26 - } - } - }, - "range": [ - 14344, - 14429 - ], - "loc": { - "start": { - "line": 518, - "column": 8 - }, - "end": { - "line": 519, - "column": 26 - } - } - }, - "range": [ - 14344, - 14430 - ], - "loc": { - "start": { - "line": 518, - "column": 8 - }, - "end": { - "line": 519, - "column": 27 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", - "range": [ - 14243, + 14261, 14335 ], "loc": { "start": { - "line": 514, - "column": 8 - }, - "end": { - "line": 517, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", - "range": [ - 14440, - 14547 - ], - "loc": { - "start": { - "line": 521, - "column": 8 - }, - "end": { - "line": 524, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 14556, - 14560 - ], - "loc": { - "start": { - "line": 525, - "column": 8 - }, - "end": { - "line": 525, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "onBeforeActiveColumn", - "range": [ - 14561, - 14581 - ], - "loc": { - "start": { - "line": 525, - "column": 13 - }, - "end": { - "line": 525, - "column": 33 - } - } - }, - "range": [ - 14556, - 14581 - ], - "loc": { - "start": { - "line": 525, - "column": 8 - }, - "end": { - "line": 525, + "line": 513, "column": 33 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isFn", - "range": [ - 14584, - 14588 - ], - "loc": { - "start": { - "line": 525, - "column": 36 - }, - "end": { - "line": 525, - "column": 40 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 14589, - 14590 - ], - "loc": { - "start": { - "line": 525, - "column": 41 - }, - "end": { - "line": 525, - "column": 42 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_before_active_column", - "range": [ - 14591, - 14614 - ], - "loc": { - "start": { - "line": 525, - "column": 43 - }, - "end": { - "line": 525, - "column": 66 - } - } - }, - "range": [ - 14589, - 14614 - ], - "loc": { - "start": { - "line": 525, - "column": 41 - }, - "end": { - "line": 525, - "column": 66 - } - } - } - ], - "range": [ - 14584, - 14615 - ], - "loc": { - "start": { - "line": 525, - "column": 36 - }, - "end": { - "line": 525, - "column": 67 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 14630, - 14631 - ], - "loc": { - "start": { - "line": 526, - "column": 12 - }, - "end": { - "line": 526, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_before_active_column", - "range": [ - 14632, - 14655 - ], - "loc": { - "start": { - "line": 526, - "column": 14 - }, - "end": { - "line": 526, - "column": 37 - } - } - }, - "range": [ - 14630, - 14655 - ], - "loc": { - "start": { - "line": 526, - "column": 12 - }, - "end": { - "line": 526, - "column": 37 - } - } - }, - "alternate": { - "type": "Identifier", - "name": "EMPTY_FN", - "range": [ - 14658, - 14666 - ], - "loc": { - "start": { - "line": 526, - "column": 40 - }, - "end": { - "line": 526, - "column": 48 - } - } - }, - "range": [ - 14584, - 14666 - ], - "loc": { - "start": { - "line": 525, - "column": 36 }, "end": { - "line": 526, - "column": 48 + "line": 514, + "column": 42 } } }, "range": [ - 14556, - 14666 + 14236, + 14335 ], "loc": { "start": { - "line": 525, + "line": 513, "column": 8 }, "end": { - "line": 526, - "column": 48 + "line": 514, + "column": 42 } } }, "range": [ - 14556, - 14667 + 14236, + 14336 ], "loc": { "start": { - "line": 525, + "line": 513, "column": 8 }, "end": { - "line": 526, - "column": 49 + "line": 514, + "column": 43 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", + "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 14440, - 14547 + 14110, + 14227 ], "loc": { "start": { - "line": 521, + "line": 509, "column": 8 }, "end": { - "line": 524, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", - "range": [ - 14677, - 14783 - ], - "loc": { - "start": { - "line": 528, - "column": 8 - }, - "end": { - "line": 531, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 14792, - 14796 - ], - "loc": { - "start": { - "line": 532, - "column": 8 - }, - "end": { - "line": 532, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "onAfterActiveColumn", - "range": [ - 14797, - 14816 - ], - "loc": { - "start": { - "line": 532, - "column": 13 - }, - "end": { - "line": 532, - "column": 32 - } - } - }, - "range": [ - 14792, - 14816 - ], - "loc": { - "start": { - "line": 532, - "column": 8 - }, - "end": { - "line": 532, - "column": 32 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isFn", - "range": [ - 14819, - 14823 - ], - "loc": { - "start": { - "line": 532, - "column": 35 - }, - "end": { - "line": 532, - "column": 39 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 14824, - 14825 - ], - "loc": { - "start": { - "line": 532, - "column": 40 - }, - "end": { - "line": 532, - "column": 41 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_after_active_column", - "range": [ - 14826, - 14848 - ], - "loc": { - "start": { - "line": 532, - "column": 42 - }, - "end": { - "line": 532, - "column": 64 - } - } - }, - "range": [ - 14824, - 14848 - ], - "loc": { - "start": { - "line": 532, - "column": 40 - }, - "end": { - "line": 532, - "column": 64 - } - } - } - ], - "range": [ - 14819, - 14849 - ], - "loc": { - "start": { - "line": 532, - "column": 35 - }, - "end": { - "line": 532, - "column": 65 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 14864, - 14865 - ], - "loc": { - "start": { - "line": 533, - "column": 12 - }, - "end": { - "line": 533, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_after_active_column", - "range": [ - 14866, - 14888 - ], - "loc": { - "start": { - "line": 533, - "column": 14 - }, - "end": { - "line": 533, - "column": 36 - } - } - }, - "range": [ - 14864, - 14888 - ], - "loc": { - "start": { - "line": 533, - "column": 12 - }, - "end": { - "line": 533, - "column": 36 - } - } - }, - "alternate": { - "type": "Identifier", - "name": "EMPTY_FN", - "range": [ - 14891, - 14899 - ], - "loc": { - "start": { - "line": 533, - "column": 39 - }, - "end": { - "line": 533, - "column": 47 - } - } - }, - "range": [ - 14819, - 14899 - ], - "loc": { - "start": { - "line": 532, - "column": 35 - }, - "end": { - "line": 533, - "column": 47 - } - } - }, - "range": [ - 14792, - 14899 - ], - "loc": { - "start": { - "line": 532, - "column": 8 - }, - "end": { - "line": 533, - "column": 47 - } - } - }, - "range": [ - 14792, - 14900 - ], - "loc": { - "start": { - "line": 532, - "column": 8 - }, - "end": { - "line": 533, - "column": 48 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", - "range": [ - 14677, - 14783 - ], - "loc": { - "start": { - "line": 528, - "column": 8 - }, - "end": { - "line": 531, + "line": 512, "column": 11 } } @@ -22337,16 +21649,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14910, - 14964 + 14346, + 14400 ], "loc": { "start": { - "line": 535, + "line": 516, "column": 8 }, "end": { - "line": 535, + "line": 516, "column": 62 } } @@ -22355,16 +21667,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n ", "range": [ - 14973, - 15092 + 14409, + 14528 ], "loc": { "start": { - "line": 536, + "line": 517, "column": 8 }, "end": { - "line": 539, + "line": 520, "column": 11 } } @@ -22382,16 +21694,16 @@ "object": { "type": "ThisExpression", "range": [ - 15101, - 15105 + 14537, + 14541 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 8 }, "end": { - "line": 540, + "line": 521, "column": 12 } } @@ -22400,31 +21712,31 @@ "type": "Identifier", "name": "clearFilterText", "range": [ - 15106, - 15121 + 14542, + 14557 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 13 }, "end": { - "line": 540, + "line": 521, "column": 28 } } }, "range": [ - 15101, - 15121 + 14537, + 14557 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 8 }, "end": { - "line": 540, + "line": 521, "column": 28 } } @@ -22439,16 +21751,16 @@ "type": "Identifier", "name": "f", "range": [ - 15124, - 15125 + 14560, + 14561 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 31 }, "end": { - "line": 540, + "line": 521, "column": 32 } } @@ -22457,31 +21769,31 @@ "type": "Identifier", "name": "clear_filter_text", "range": [ - 15126, - 15143 + 14562, + 14579 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 33 }, "end": { - "line": 540, + "line": 521, "column": 50 } } }, "range": [ - 15124, - 15143 + 14560, + 14579 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 31 }, "end": { - "line": 540, + "line": 521, "column": 50 } } @@ -22491,61 +21803,61 @@ "value": "Clear", "raw": "'Clear'", "range": [ - 15147, - 15154 + 14583, + 14590 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 54 }, "end": { - "line": 540, + "line": 521, "column": 61 } } }, "range": [ - 15124, - 15154 + 14560, + 14590 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 31 }, "end": { - "line": 540, + "line": 521, "column": 61 } } }, "range": [ - 15101, - 15154 + 14537, + 14590 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 8 }, "end": { - "line": 540, + "line": 521, "column": 61 } } }, "range": [ - 15101, - 15155 + 14537, + 14591 ], "loc": { "start": { - "line": 540, + "line": 521, "column": 8 }, "end": { - "line": 540, + "line": 521, "column": 62 } }, @@ -22554,16 +21866,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14910, - 14964 + 14346, + 14400 ], "loc": { "start": { - "line": 535, + "line": 516, "column": 8 }, "end": { - "line": 535, + "line": 516, "column": 62 } } @@ -22572,16 +21884,16 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n ", "range": [ - 14973, - 15092 + 14409, + 14528 ], "loc": { "start": { - "line": 536, + "line": 517, "column": 8 }, "end": { - "line": 539, + "line": 520, "column": 11 } } @@ -22592,16 +21904,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 15165, - 15285 + 14601, + 14721 ], "loc": { "start": { - "line": 542, + "line": 523, "column": 8 }, "end": { - "line": 545, + "line": 526, "column": 11 } } @@ -22619,16 +21931,16 @@ "object": { "type": "ThisExpression", "range": [ - 15294, - 15298 + 14730, + 14734 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 8 }, "end": { - "line": 546, + "line": 527, "column": 12 } } @@ -22637,31 +21949,31 @@ "type": "Identifier", "name": "enableEmptyOption", "range": [ - 15299, - 15316 + 14735, + 14752 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 13 }, "end": { - "line": 546, + "line": 527, "column": 30 } } }, "range": [ - 15294, - 15316 + 14730, + 14752 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 8 }, "end": { - "line": 546, + "line": 527, "column": 30 } } @@ -22672,16 +21984,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 15319, - 15326 + 14755, + 14762 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 33 }, "end": { - "line": 546, + "line": 527, "column": 40 } } @@ -22694,16 +22006,16 @@ "type": "Identifier", "name": "f", "range": [ - 15327, - 15328 + 14763, + 14764 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 41 }, "end": { - "line": 546, + "line": 527, "column": 42 } } @@ -22712,77 +22024,77 @@ "type": "Identifier", "name": "enable_empty_option", "range": [ - 15329, - 15348 + 14765, + 14784 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 43 }, "end": { - "line": 546, + "line": 527, "column": 62 } } }, "range": [ - 15327, - 15348 + 14763, + 14784 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 41 }, "end": { - "line": 546, + "line": 527, "column": 62 } } } ], "range": [ - 15319, - 15349 + 14755, + 14785 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 33 }, "end": { - "line": 546, + "line": 527, "column": 63 } } }, "range": [ - 15294, - 15349 + 14730, + 14785 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 8 }, "end": { - "line": 546, + "line": 527, "column": 63 } } }, "range": [ - 15294, - 15350 + 14730, + 14786 ], "loc": { "start": { - "line": 546, + "line": 527, "column": 8 }, "end": { - "line": 546, + "line": 527, "column": 64 } }, @@ -22791,16 +22103,16 @@ "type": "Block", "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", "range": [ - 15165, - 15285 + 14601, + 14721 ], "loc": { "start": { - "line": 542, + "line": 523, "column": 8 }, "end": { - "line": 545, + "line": 526, "column": 11 } } @@ -22811,16 +22123,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15360, - 15460 + 14796, + 14896 ], "loc": { "start": { - "line": 548, + "line": 529, "column": 8 }, "end": { - "line": 551, + "line": 532, "column": 11 } } @@ -22838,16 +22150,16 @@ "object": { "type": "ThisExpression", "range": [ - 15469, - 15473 + 14905, + 14909 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 8 }, "end": { - "line": 552, + "line": 533, "column": 12 } } @@ -22856,31 +22168,31 @@ "type": "Identifier", "name": "emptyText", "range": [ - 15474, - 15483 + 14910, + 14919 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 13 }, "end": { - "line": 552, + "line": 533, "column": 22 } } }, "range": [ - 15469, - 15483 + 14905, + 14919 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 8 }, "end": { - "line": 552, + "line": 533, "column": 22 } } @@ -22895,16 +22207,16 @@ "type": "Identifier", "name": "f", "range": [ - 15486, - 15487 + 14922, + 14923 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 25 }, "end": { - "line": 552, + "line": 533, "column": 26 } } @@ -22913,31 +22225,31 @@ "type": "Identifier", "name": "empty_text", "range": [ - 15488, - 15498 + 14924, + 14934 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 27 }, "end": { - "line": 552, + "line": 533, "column": 37 } } }, "range": [ - 15486, - 15498 + 14922, + 14934 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 25 }, "end": { - "line": 552, + "line": 533, "column": 37 } } @@ -22947,61 +22259,61 @@ "value": "(Empty)", "raw": "'(Empty)'", "range": [ - 15502, - 15511 + 14938, + 14947 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 41 }, "end": { - "line": 552, + "line": 533, "column": 50 } } }, "range": [ - 15486, - 15511 + 14922, + 14947 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 25 }, "end": { - "line": 552, + "line": 533, "column": 50 } } }, "range": [ - 15469, - 15511 + 14905, + 14947 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 8 }, "end": { - "line": 552, + "line": 533, "column": 50 } } }, "range": [ - 15469, - 15512 + 14905, + 14948 ], "loc": { "start": { - "line": 552, + "line": 533, "column": 8 }, "end": { - "line": 552, + "line": 533, "column": 51 } }, @@ -23010,16 +22322,16 @@ "type": "Block", "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15360, - 15460 + 14796, + 14896 ], "loc": { "start": { - "line": 548, + "line": 529, "column": 8 }, "end": { - "line": 551, + "line": 532, "column": 11 } } @@ -23030,16 +22342,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 15522, - 15657 + 14958, + 15093 ], "loc": { "start": { - "line": 554, + "line": 535, "column": 8 }, "end": { - "line": 558, + "line": 539, "column": 11 } } @@ -23057,16 +22369,16 @@ "object": { "type": "ThisExpression", "range": [ - 15666, - 15670 + 15102, + 15106 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 8 }, "end": { - "line": 559, + "line": 540, "column": 12 } } @@ -23075,31 +22387,31 @@ "type": "Identifier", "name": "enableNonEmptyOption", "range": [ - 15671, - 15691 + 15107, + 15127 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 13 }, "end": { - "line": 559, + "line": 540, "column": 33 } } }, "range": [ - 15666, - 15691 + 15102, + 15127 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 8 }, "end": { - "line": 559, + "line": 540, "column": 33 } } @@ -23110,16 +22422,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 15694, - 15701 + 15130, + 15137 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 36 }, "end": { - "line": 559, + "line": 540, "column": 43 } } @@ -23132,16 +22444,16 @@ "type": "Identifier", "name": "f", "range": [ - 15702, - 15703 + 15138, + 15139 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 44 }, "end": { - "line": 559, + "line": 540, "column": 45 } } @@ -23150,77 +22462,77 @@ "type": "Identifier", "name": "enable_non_empty_option", "range": [ - 15704, - 15727 + 15140, + 15163 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 46 }, "end": { - "line": 559, + "line": 540, "column": 69 } } }, "range": [ - 15702, - 15727 + 15138, + 15163 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 44 }, "end": { - "line": 559, + "line": 540, "column": 69 } } } ], "range": [ - 15694, - 15728 + 15130, + 15164 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 36 }, "end": { - "line": 559, + "line": 540, "column": 70 } } }, "range": [ - 15666, - 15728 + 15102, + 15164 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 8 }, "end": { - "line": 559, + "line": 540, "column": 70 } } }, "range": [ - 15666, - 15729 + 15102, + 15165 ], "loc": { "start": { - "line": 559, + "line": 540, "column": 8 }, "end": { - "line": 559, + "line": 540, "column": 71 } }, @@ -23229,16 +22541,16 @@ "type": "Block", "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", "range": [ - 15522, - 15657 + 14958, + 15093 ], "loc": { "start": { - "line": 554, + "line": 535, "column": 8 }, "end": { - "line": 558, + "line": 539, "column": 11 } } @@ -23249,16 +22561,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15739, - 15843 + 15175, + 15279 ], "loc": { "start": { - "line": 561, + "line": 542, "column": 8 }, "end": { - "line": 564, + "line": 545, "column": 11 } } @@ -23276,16 +22588,16 @@ "object": { "type": "ThisExpression", "range": [ - 15852, - 15856 + 15288, + 15292 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 8 }, "end": { - "line": 565, + "line": 546, "column": 12 } } @@ -23294,31 +22606,31 @@ "type": "Identifier", "name": "nonEmptyText", "range": [ - 15857, - 15869 + 15293, + 15305 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 13 }, "end": { - "line": 565, + "line": 546, "column": 25 } } }, "range": [ - 15852, - 15869 + 15288, + 15305 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 8 }, "end": { - "line": 565, + "line": 546, "column": 25 } } @@ -23333,16 +22645,16 @@ "type": "Identifier", "name": "f", "range": [ - 15872, - 15873 + 15308, + 15309 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 28 }, "end": { - "line": 565, + "line": 546, "column": 29 } } @@ -23351,31 +22663,31 @@ "type": "Identifier", "name": "non_empty_text", "range": [ - 15874, - 15888 + 15310, + 15324 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 30 }, "end": { - "line": 565, + "line": 546, "column": 44 } } }, "range": [ - 15872, - 15888 + 15308, + 15324 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 28 }, "end": { - "line": 565, + "line": 546, "column": 44 } } @@ -23385,61 +22697,61 @@ "value": "(Non empty)", "raw": "'(Non empty)'", "range": [ - 15892, - 15905 + 15328, + 15341 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 48 }, "end": { - "line": 565, + "line": 546, "column": 61 } } }, "range": [ - 15872, - 15905 + 15308, + 15341 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 28 }, "end": { - "line": 565, + "line": 546, "column": 61 } } }, "range": [ - 15852, - 15905 + 15288, + 15341 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 8 }, "end": { - "line": 565, + "line": 546, "column": 61 } } }, "range": [ - 15852, - 15906 + 15288, + 15342 ], "loc": { "start": { - "line": 565, + "line": 546, "column": 8 }, "end": { - "line": 565, + "line": 546, "column": 62 } }, @@ -23448,16 +22760,16 @@ "type": "Block", "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15739, - 15843 + 15175, + 15279 ], "loc": { "start": { - "line": 561, + "line": 542, "column": 8 }, "end": { - "line": 564, + "line": 545, "column": 11 } } @@ -23468,16 +22780,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": [ - 15916, - 16064 + 15352, + 15500 ], "loc": { "start": { - "line": 567, + "line": 548, "column": 8 }, "end": { - "line": 571, + "line": 552, "column": 11 } } @@ -23495,16 +22807,16 @@ "object": { "type": "ThisExpression", "range": [ - 16073, - 16077 + 15509, + 15513 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 8 }, "end": { - "line": 572, + "line": 553, "column": 12 } } @@ -23513,31 +22825,31 @@ "type": "Identifier", "name": "onSlcChange", "range": [ - 16078, - 16089 + 15514, + 15525 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 13 }, "end": { - "line": 572, + "line": 553, "column": 24 } } }, "range": [ - 16073, - 16089 + 15509, + 15525 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 8 }, "end": { - "line": 572, + "line": 553, "column": 24 } } @@ -23554,16 +22866,16 @@ "type": "Identifier", "name": "f", "range": [ - 16092, - 16093 + 15528, + 15529 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 27 }, "end": { - "line": 572, + "line": 553, "column": 28 } } @@ -23572,31 +22884,31 @@ "type": "Identifier", "name": "on_change", "range": [ - 16094, - 16103 + 15530, + 15539 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 29 }, "end": { - "line": 572, + "line": 553, "column": 38 } } }, "range": [ - 16092, - 16103 + 15528, + 15539 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 27 }, "end": { - "line": 572, + "line": 553, "column": 38 } } @@ -23606,31 +22918,31 @@ "value": false, "raw": "false", "range": [ - 16108, - 16113 + 15544, + 15549 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 43 }, "end": { - "line": 572, + "line": 553, "column": 48 } } }, "range": [ - 16092, - 16113 + 15528, + 15549 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 27 }, "end": { - "line": 572, + "line": 553, "column": 48 } } @@ -23640,16 +22952,16 @@ "value": false, "raw": "false", "range": [ - 16116, - 16121 + 15552, + 15557 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 51 }, "end": { - "line": 572, + "line": 553, "column": 56 } } @@ -23659,61 +22971,61 @@ "value": true, "raw": "true", "range": [ - 16124, - 16128 + 15560, + 15564 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 59 }, "end": { - "line": 572, + "line": 553, "column": 63 } } }, "range": [ - 16092, - 16128 + 15528, + 15564 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 27 }, "end": { - "line": 572, + "line": 553, "column": 63 } } }, "range": [ - 16073, - 16128 + 15509, + 15564 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 8 }, "end": { - "line": 572, + "line": 553, "column": 63 } } }, "range": [ - 16073, - 16129 + 15509, + 15565 ], "loc": { "start": { - "line": 572, + "line": 553, "column": 8 }, "end": { - "line": 572, + "line": 553, "column": 64 } }, @@ -23722,16 +23034,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": [ - 15916, - 16064 + 15352, + 15500 ], "loc": { "start": { - "line": 567, + "line": 548, "column": 8 }, "end": { - "line": 571, + "line": 552, "column": 11 } } @@ -23742,16 +23054,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": [ - 16139, - 16302 + 15575, + 15738 ], "loc": { "start": { - "line": 574, + "line": 555, "column": 8 }, "end": { - "line": 578, + "line": 559, "column": 11 } } @@ -23769,16 +23081,16 @@ "object": { "type": "ThisExpression", "range": [ - 16311, - 16315 + 15747, + 15751 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 8 }, "end": { - "line": 579, + "line": 560, "column": 12 } } @@ -23787,31 +23099,31 @@ "type": "Identifier", "name": "sortSlc", "range": [ - 16316, - 16323 + 15752, + 15759 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 13 }, "end": { - "line": 579, + "line": 560, "column": 20 } } }, "range": [ - 16311, - 16323 + 15747, + 15759 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 8 }, "end": { - "line": 579, + "line": 560, "column": 20 } } @@ -23828,16 +23140,16 @@ "type": "Identifier", "name": "f", "range": [ - 16326, - 16327 + 15762, + 15763 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 23 }, "end": { - "line": 579, + "line": 560, "column": 24 } } @@ -23846,31 +23158,31 @@ "type": "Identifier", "name": "sort_select", "range": [ - 16328, - 16339 + 15764, + 15775 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 25 }, "end": { - "line": 579, + "line": 560, "column": 36 } } }, "range": [ - 16326, - 16339 + 15762, + 15775 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 23 }, "end": { - "line": 579, + "line": 560, "column": 36 } } @@ -23880,31 +23192,31 @@ "value": false, "raw": "false", "range": [ - 16344, - 16349 + 15780, + 15785 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 41 }, "end": { - "line": 579, + "line": 560, "column": 46 } } }, "range": [ - 16326, - 16349 + 15762, + 15785 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 23 }, "end": { - "line": 579, + "line": 560, "column": 46 } } @@ -23914,16 +23226,16 @@ "value": false, "raw": "false", "range": [ - 16352, - 16357 + 15788, + 15793 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 49 }, "end": { - "line": 579, + "line": 560, "column": 54 } } @@ -23933,61 +23245,61 @@ "value": true, "raw": "true", "range": [ - 16360, - 16364 + 15796, + 15800 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 57 }, "end": { - "line": 579, + "line": 560, "column": 61 } } }, "range": [ - 16326, - 16364 + 15762, + 15800 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 23 }, "end": { - "line": 579, + "line": 560, "column": 61 } } }, "range": [ - 16311, - 16364 + 15747, + 15800 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 8 }, "end": { - "line": 579, + "line": 560, "column": 61 } } }, "range": [ - 16311, - 16365 + 15747, + 15801 ], "loc": { "start": { - "line": 579, + "line": 560, "column": 8 }, "end": { - "line": 579, + "line": 560, "column": 62 } }, @@ -23996,16 +23308,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": [ - 16139, - 16302 + 15575, + 15738 ], "loc": { "start": { - "line": 574, + "line": 555, "column": 8 }, "end": { - "line": 578, + "line": 559, "column": 11 } } @@ -24016,16 +23328,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": [ - 16375, - 16551 + 15811, + 15987 ], "loc": { "start": { - "line": 581, + "line": 562, "column": 8 }, "end": { - "line": 586, + "line": 567, "column": 11 } } @@ -24043,16 +23355,16 @@ "object": { "type": "ThisExpression", "range": [ - 16560, - 16564 + 15996, + 16000 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 8 }, "end": { - "line": 587, + "line": 568, "column": 12 } } @@ -24061,31 +23373,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16565, - 16577 + 16001, + 16013 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 13 }, "end": { - "line": 587, + "line": 568, "column": 25 } } }, "range": [ - 16560, - 16577 + 15996, + 16013 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 8 }, "end": { - "line": 587, + "line": 568, "column": 25 } } @@ -24096,16 +23408,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 16580, - 16587 + 16016, + 16023 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 28 }, "end": { - "line": 587, + "line": 568, "column": 35 } } @@ -24118,16 +23430,16 @@ "type": "Identifier", "name": "f", "range": [ - 16588, - 16589 + 16024, + 16025 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 36 }, "end": { - "line": 587, + "line": 568, "column": 37 } } @@ -24136,77 +23448,77 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16590, - 16602 + 16026, + 16038 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 38 }, "end": { - "line": 587, + "line": 568, "column": 50 } } }, "range": [ - 16588, - 16602 + 16024, + 16038 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 36 }, "end": { - "line": 587, + "line": 568, "column": 50 } } } ], "range": [ - 16580, - 16603 + 16016, + 16039 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 28 }, "end": { - "line": 587, + "line": 568, "column": 51 } } }, "range": [ - 16560, - 16603 + 15996, + 16039 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 8 }, "end": { - "line": 587, + "line": 568, "column": 51 } } }, "range": [ - 16560, - 16604 + 15996, + 16040 ], "loc": { "start": { - "line": 587, + "line": 568, "column": 8 }, "end": { - "line": 587, + "line": 568, "column": 52 } }, @@ -24215,16 +23527,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": [ - 16375, - 16551 + 15811, + 15987 ], "loc": { "start": { - "line": 581, + "line": 562, "column": 8 }, "end": { - "line": 586, + "line": 567, "column": 11 } } @@ -24235,16 +23547,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16614, - 16751 + 16050, + 16187 ], "loc": { "start": { - "line": 589, + "line": 570, "column": 8 }, "end": { - "line": 593, + "line": 574, "column": 11 } } @@ -24262,16 +23574,16 @@ "object": { "type": "ThisExpression", "range": [ - 16760, - 16764 + 16196, + 16200 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 8 }, "end": { - "line": 594, + "line": 575, "column": 12 } } @@ -24280,31 +23592,31 @@ "type": "Identifier", "name": "sortNumAsc", "range": [ - 16765, - 16775 + 16201, + 16211 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 13 }, "end": { - "line": 594, + "line": 575, "column": 23 } } }, "range": [ - 16760, - 16775 + 16196, + 16211 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 8 }, "end": { - "line": 594, + "line": 575, "column": 23 } } @@ -24317,16 +23629,16 @@ "object": { "type": "ThisExpression", "range": [ - 16778, - 16782 + 16214, + 16218 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 26 }, "end": { - "line": 594, + "line": 575, "column": 30 } } @@ -24335,31 +23647,31 @@ "type": "Identifier", "name": "isSortNumAsc", "range": [ - 16783, - 16795 + 16219, + 16231 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 31 }, "end": { - "line": 594, + "line": 575, "column": 43 } } }, "range": [ - 16778, - 16795 + 16214, + 16231 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 26 }, "end": { - "line": 594, + "line": 575, "column": 43 } } @@ -24371,16 +23683,16 @@ "type": "Identifier", "name": "f", "range": [ - 16798, - 16799 + 16234, + 16235 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 46 }, "end": { - "line": 594, + "line": 575, "column": 47 } } @@ -24389,31 +23701,31 @@ "type": "Identifier", "name": "sort_num_asc", "range": [ - 16800, - 16812 + 16236, + 16248 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 48 }, "end": { - "line": 594, + "line": 575, "column": 60 } } }, "range": [ - 16798, - 16812 + 16234, + 16248 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 46 }, "end": { - "line": 594, + "line": 575, "column": 60 } } @@ -24422,61 +23734,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 16815, - 16817 + 16251, + 16253 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 63 }, "end": { - "line": 594, + "line": 575, "column": 65 } } }, "range": [ - 16778, - 16817 + 16214, + 16253 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 26 }, "end": { - "line": 594, + "line": 575, "column": 65 } } }, "range": [ - 16760, - 16817 + 16196, + 16253 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 8 }, "end": { - "line": 594, + "line": 575, "column": 65 } } }, "range": [ - 16760, - 16818 + 16196, + 16254 ], "loc": { "start": { - "line": 594, + "line": 575, "column": 8 }, "end": { - "line": 594, + "line": 575, "column": 66 } }, @@ -24485,16 +23797,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16614, - 16751 + 16050, + 16187 ], "loc": { "start": { - "line": 589, + "line": 570, "column": 8 }, "end": { - "line": 593, + "line": 574, "column": 11 } } @@ -24505,16 +23817,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": [ - 16828, - 17005 + 16264, + 16441 ], "loc": { "start": { - "line": 596, + "line": 577, "column": 8 }, "end": { - "line": 601, + "line": 582, "column": 11 } } @@ -24532,16 +23844,16 @@ "object": { "type": "ThisExpression", "range": [ - 17014, - 17018 + 16450, + 16454 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 8 }, "end": { - "line": 602, + "line": 583, "column": 12 } } @@ -24550,31 +23862,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 17019, - 17032 + 16455, + 16468 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 13 }, "end": { - "line": 602, + "line": 583, "column": 26 } } }, "range": [ - 17014, - 17032 + 16450, + 16468 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 8 }, "end": { - "line": 602, + "line": 583, "column": 26 } } @@ -24585,16 +23897,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 17035, - 17042 + 16471, + 16478 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 29 }, "end": { - "line": 602, + "line": 583, "column": 36 } } @@ -24607,16 +23919,16 @@ "type": "Identifier", "name": "f", "range": [ - 17043, - 17044 + 16479, + 16480 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 37 }, "end": { - "line": 602, + "line": 583, "column": 38 } } @@ -24625,77 +23937,77 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 17045, - 17058 + 16481, + 16494 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 39 }, "end": { - "line": 602, + "line": 583, "column": 52 } } }, "range": [ - 17043, - 17058 + 16479, + 16494 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 37 }, "end": { - "line": 602, + "line": 583, "column": 52 } } } ], "range": [ - 17035, - 17059 + 16471, + 16495 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 29 }, "end": { - "line": 602, + "line": 583, "column": 53 } } }, "range": [ - 17014, - 17059 + 16450, + 16495 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 8 }, "end": { - "line": 602, + "line": 583, "column": 53 } } }, "range": [ - 17014, - 17060 + 16450, + 16496 ], "loc": { "start": { - "line": 602, + "line": 583, "column": 8 }, "end": { - "line": 602, + "line": 583, "column": 54 } }, @@ -24704,16 +24016,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": [ - 16828, - 17005 + 16264, + 16441 ], "loc": { "start": { - "line": 596, + "line": 577, "column": 8 }, "end": { - "line": 601, + "line": 582, "column": 11 } } @@ -24724,16 +24036,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 17070, - 17208 + 16506, + 16644 ], "loc": { "start": { - "line": 604, + "line": 585, "column": 8 }, "end": { - "line": 608, + "line": 589, "column": 11 } } @@ -24751,16 +24063,16 @@ "object": { "type": "ThisExpression", "range": [ - 17217, - 17221 + 16653, + 16657 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 8 }, "end": { - "line": 609, + "line": 590, "column": 12 } } @@ -24769,31 +24081,31 @@ "type": "Identifier", "name": "sortNumDesc", "range": [ - 17222, - 17233 + 16658, + 16669 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 13 }, "end": { - "line": 609, + "line": 590, "column": 24 } } }, "range": [ - 17217, - 17233 + 16653, + 16669 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 8 }, "end": { - "line": 609, + "line": 590, "column": 24 } } @@ -24806,16 +24118,16 @@ "object": { "type": "ThisExpression", "range": [ - 17236, - 17240 + 16672, + 16676 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 27 }, "end": { - "line": 609, + "line": 590, "column": 31 } } @@ -24824,31 +24136,31 @@ "type": "Identifier", "name": "isSortNumDesc", "range": [ - 17241, - 17254 + 16677, + 16690 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 32 }, "end": { - "line": 609, + "line": 590, "column": 45 } } }, "range": [ - 17236, - 17254 + 16672, + 16690 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 27 }, "end": { - "line": 609, + "line": 590, "column": 45 } } @@ -24860,16 +24172,16 @@ "type": "Identifier", "name": "f", "range": [ - 17257, - 17258 + 16693, + 16694 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 48 }, "end": { - "line": 609, + "line": 590, "column": 49 } } @@ -24878,31 +24190,31 @@ "type": "Identifier", "name": "sort_num_desc", "range": [ - 17259, - 17272 + 16695, + 16708 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 50 }, "end": { - "line": 609, + "line": 590, "column": 63 } } }, "range": [ - 17257, - 17272 + 16693, + 16708 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 48 }, "end": { - "line": 609, + "line": 590, "column": 63 } } @@ -24911,61 +24223,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 17275, - 17277 + 16711, + 16713 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 66 }, "end": { - "line": 609, + "line": 590, "column": 68 } } }, "range": [ - 17236, - 17277 + 16672, + 16713 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 27 }, "end": { - "line": 609, + "line": 590, "column": 68 } } }, "range": [ - 17217, - 17277 + 16653, + 16713 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 8 }, "end": { - "line": 609, + "line": 590, "column": 68 } } }, "range": [ - 17217, - 17278 + 16653, + 16714 ], "loc": { "start": { - "line": 609, + "line": 590, "column": 8 }, "end": { - "line": 609, + "line": 590, "column": 69 } }, @@ -24974,16 +24286,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 17070, - 17208 + 16506, + 16644 ], "loc": { "start": { - "line": 604, + "line": 585, "column": 8 }, "end": { - "line": 608, + "line": 589, "column": 11 } } @@ -24994,16 +24306,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 17288, - 17431 + 16724, + 16867 ], "loc": { "start": { - "line": 611, + "line": 592, "column": 8 }, "end": { - "line": 615, + "line": 596, "column": 11 } } @@ -25021,16 +24333,16 @@ "object": { "type": "ThisExpression", "range": [ - 17440, - 17444 + 16876, + 16880 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 8 }, "end": { - "line": 616, + "line": 597, "column": 12 } } @@ -25039,31 +24351,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 17445, - 17460 + 16881, + 16896 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 13 }, "end": { - "line": 616, + "line": 597, "column": 28 } } }, "range": [ - 17440, - 17460 + 16876, + 16896 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 8 }, "end": { - "line": 616, + "line": 597, "column": 28 } } @@ -25074,16 +24386,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 17463, - 17470 + 16899, + 16906 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 31 }, "end": { - "line": 616, + "line": 597, "column": 38 } } @@ -25096,16 +24408,16 @@ "type": "Identifier", "name": "f", "range": [ - 17471, - 17472 + 16907, + 16908 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 39 }, "end": { - "line": 616, + "line": 597, "column": 40 } } @@ -25114,77 +24426,77 @@ "type": "Identifier", "name": "load_filters_on_demand", "range": [ - 17473, - 17495 + 16909, + 16931 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 41 }, "end": { - "line": 616, + "line": 597, "column": 63 } } }, "range": [ - 17471, - 17495 + 16907, + 16931 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 39 }, "end": { - "line": 616, + "line": 597, "column": 63 } } } ], "range": [ - 17463, - 17496 + 16899, + 16932 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 31 }, "end": { - "line": 616, + "line": 597, "column": 64 } } }, "range": [ - 17440, - 17496 + 16876, + 16932 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 8 }, "end": { - "line": 616, + "line": 597, "column": 64 } } }, "range": [ - 17440, - 17497 + 16876, + 16933 ], "loc": { "start": { - "line": 616, + "line": 597, "column": 8 }, "end": { - "line": 616, + "line": 597, "column": 65 } }, @@ -25193,16 +24505,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 17288, - 17431 + 16724, + 16867 ], "loc": { "start": { - "line": 611, + "line": 592, "column": 8 }, "end": { - "line": 615, + "line": 596, "column": 11 } } @@ -25213,16 +24525,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17507, - 17625 + 16943, + 17061 ], "loc": { "start": { - "line": 618, + "line": 599, "column": 8 }, "end": { - "line": 621, + "line": 602, "column": 11 } } @@ -25240,16 +24552,16 @@ "object": { "type": "ThisExpression", "range": [ - 17634, - 17638 + 17070, + 17074 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 8 }, "end": { - "line": 622, + "line": 603, "column": 12 } } @@ -25258,31 +24570,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 17639, - 17655 + 17075, + 17091 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 13 }, "end": { - "line": 622, + "line": 603, "column": 29 } } }, "range": [ - 17634, - 17655 + 17070, + 17091 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 8 }, "end": { - "line": 622, + "line": 603, "column": 29 } } @@ -25293,16 +24605,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 17658, - 17663 + 17094, + 17099 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 32 }, "end": { - "line": 622, + "line": 603, "column": 37 } } @@ -25315,16 +24627,16 @@ "type": "Identifier", "name": "f", "range": [ - 17664, - 17665 + 17100, + 17101 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 38 }, "end": { - "line": 622, + "line": 603, "column": 39 } } @@ -25333,77 +24645,77 @@ "type": "Identifier", "name": "custom_options", "range": [ - 17666, - 17680 + 17102, + 17116 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 40 }, "end": { - "line": 622, + "line": 603, "column": 54 } } }, "range": [ - 17664, - 17680 + 17100, + 17116 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 38 }, "end": { - "line": 622, + "line": 603, "column": 54 } } } ], "range": [ - 17658, - 17681 + 17094, + 17117 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 32 }, "end": { - "line": 622, + "line": 603, "column": 55 } } }, "range": [ - 17634, - 17681 + 17070, + 17117 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 8 }, "end": { - "line": 622, + "line": 603, "column": 55 } } }, "range": [ - 17634, - 17682 + 17070, + 17118 ], "loc": { "start": { - "line": 622, + "line": 603, "column": 8 }, "end": { - "line": 622, + "line": 603, "column": 56 } }, @@ -25412,16 +24724,16 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17507, - 17625 + 16943, + 17061 ], "loc": { "start": { - "line": 618, + "line": 599, "column": 8 }, "end": { - "line": 621, + "line": 602, "column": 11 } } @@ -25432,16 +24744,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": [ - 17692, - 18164 + 17128, + 17600 ], "loc": { "start": { - "line": 624, + "line": 605, "column": 8 }, "end": { - "line": 640, + "line": 621, "column": 11 } } @@ -25459,16 +24771,16 @@ "object": { "type": "ThisExpression", "range": [ - 18173, - 18177 + 17609, + 17613 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 8 }, "end": { - "line": 641, + "line": 622, "column": 12 } } @@ -25477,31 +24789,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 18178, - 18191 + 17614, + 17627 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 13 }, "end": { - "line": 641, + "line": 622, "column": 26 } } }, "range": [ - 18173, - 18191 + 17609, + 17627 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 8 }, "end": { - "line": 641, + "line": 622, "column": 26 } } @@ -25513,16 +24825,16 @@ "type": "Identifier", "name": "f", "range": [ - 18194, - 18195 + 17630, + 17631 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 29 }, "end": { - "line": 641, + "line": 622, "column": 30 } } @@ -25531,61 +24843,61 @@ "type": "Identifier", "name": "custom_options", "range": [ - 18196, - 18210 + 17632, + 17646 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 31 }, "end": { - "line": 641, + "line": 622, "column": 45 } } }, "range": [ - 18194, - 18210 + 17630, + 17646 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 29 }, "end": { - "line": 641, + "line": 622, "column": 45 } } }, "range": [ - 18173, - 18210 + 17609, + 17646 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 8 }, "end": { - "line": 641, + "line": 622, "column": 45 } } }, "range": [ - 18173, - 18211 + 17609, + 17647 ], "loc": { "start": { - "line": 641, + "line": 622, "column": 8 }, "end": { - "line": 641, + "line": 622, "column": 46 } }, @@ -25594,14 +24906,707 @@ "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": [ - 17692, - 18164 + 17128, + 17600 + ], + "loc": { + "start": { + "line": 605, + "column": 8 + }, + "end": { + "line": 621, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "** Filter operators **", + "range": [ + 17657, + 17683 ], "loc": { "start": { "line": 624, "column": 8 }, + "end": { + "line": 624, + "column": 34 + } + } + }, + { + "type": "Block", + "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", + "range": [ + 17692, + 17809 + ], + "loc": { + "start": { + "line": 625, + "column": 8 + }, + "end": { + "line": 628, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 17818, + 17822 + ], + "loc": { + "start": { + "line": 629, + "column": 8 + }, + "end": { + "line": 629, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "rgxOperator", + "range": [ + 17823, + 17834 + ], + "loc": { + "start": { + "line": 629, + "column": 13 + }, + "end": { + "line": 629, + "column": 24 + } + } + }, + "range": [ + 17818, + 17834 + ], + "loc": { + "start": { + "line": 629, + "column": 8 + }, + "end": { + "line": 629, + "column": 24 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 17837, + 17838 + ], + "loc": { + "start": { + "line": 629, + "column": 27 + }, + "end": { + "line": 629, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "regexp_operator", + "range": [ + 17839, + 17854 + ], + "loc": { + "start": { + "line": 629, + "column": 29 + }, + "end": { + "line": 629, + "column": 44 + } + } + }, + "range": [ + 17837, + 17854 + ], + "loc": { + "start": { + "line": 629, + "column": 27 + }, + "end": { + "line": 629, + "column": 44 + } + } + }, + "right": { + "type": "Literal", + "value": "rgx:", + "raw": "'rgx:'", + "range": [ + 17858, + 17864 + ], + "loc": { + "start": { + "line": 629, + "column": 48 + }, + "end": { + "line": 629, + "column": 54 + } + } + }, + "range": [ + 17837, + 17864 + ], + "loc": { + "start": { + "line": 629, + "column": 27 + }, + "end": { + "line": 629, + "column": 54 + } + } + }, + "range": [ + 17818, + 17864 + ], + "loc": { + "start": { + "line": 629, + "column": 8 + }, + "end": { + "line": 629, + "column": 54 + } + } + }, + "range": [ + 17818, + 17865 + ], + "loc": { + "start": { + "line": 629, + "column": 8 + }, + "end": { + "line": 629, + "column": 55 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "** Filter operators **", + "range": [ + 17657, + 17683 + ], + "loc": { + "start": { + "line": 624, + "column": 8 + }, + "end": { + "line": 624, + "column": 34 + } + } + }, + { + "type": "Block", + "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", + "range": [ + 17692, + 17809 + ], + "loc": { + "start": { + "line": 625, + "column": 8 + }, + "end": { + "line": 628, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", + "range": [ + 17875, + 17988 + ], + "loc": { + "start": { + "line": 631, + "column": 8 + }, + "end": { + "line": 634, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 17997, + 18001 + ], + "loc": { + "start": { + "line": 635, + "column": 8 + }, + "end": { + "line": 635, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "emOperator", + "range": [ + 18002, + 18012 + ], + "loc": { + "start": { + "line": 635, + "column": 13 + }, + "end": { + "line": 635, + "column": 23 + } + } + }, + "range": [ + 17997, + 18012 + ], + "loc": { + "start": { + "line": 635, + "column": 8 + }, + "end": { + "line": 635, + "column": 23 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 18015, + 18016 + ], + "loc": { + "start": { + "line": 635, + "column": 26 + }, + "end": { + "line": 635, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "empty_operator", + "range": [ + 18017, + 18031 + ], + "loc": { + "start": { + "line": 635, + "column": 28 + }, + "end": { + "line": 635, + "column": 42 + } + } + }, + "range": [ + 18015, + 18031 + ], + "loc": { + "start": { + "line": 635, + "column": 26 + }, + "end": { + "line": 635, + "column": 42 + } + } + }, + "right": { + "type": "Literal", + "value": "[empty]", + "raw": "'[empty]'", + "range": [ + 18035, + 18044 + ], + "loc": { + "start": { + "line": 635, + "column": 46 + }, + "end": { + "line": 635, + "column": 55 + } + } + }, + "range": [ + 18015, + 18044 + ], + "loc": { + "start": { + "line": 635, + "column": 26 + }, + "end": { + "line": 635, + "column": 55 + } + } + }, + "range": [ + 17997, + 18044 + ], + "loc": { + "start": { + "line": 635, + "column": 8 + }, + "end": { + "line": 635, + "column": 55 + } + } + }, + "range": [ + 17997, + 18045 + ], + "loc": { + "start": { + "line": 635, + "column": 8 + }, + "end": { + "line": 635, + "column": 56 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", + "range": [ + 17875, + 17988 + ], + "loc": { + "start": { + "line": 631, + "column": 8 + }, + "end": { + "line": 634, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", + "range": [ + 18055, + 18175 + ], + "loc": { + "start": { + "line": 637, + "column": 8 + }, + "end": { + "line": 640, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 18184, + 18188 + ], + "loc": { + "start": { + "line": 641, + "column": 8 + }, + "end": { + "line": 641, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "nmOperator", + "range": [ + 18189, + 18199 + ], + "loc": { + "start": { + "line": 641, + "column": 13 + }, + "end": { + "line": 641, + "column": 23 + } + } + }, + "range": [ + 18184, + 18199 + ], + "loc": { + "start": { + "line": 641, + "column": 8 + }, + "end": { + "line": 641, + "column": 23 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 18202, + 18203 + ], + "loc": { + "start": { + "line": 641, + "column": 26 + }, + "end": { + "line": 641, + "column": 27 + } + } + }, + "property": { + "type": "Identifier", + "name": "nonempty_operator", + "range": [ + 18204, + 18221 + ], + "loc": { + "start": { + "line": 641, + "column": 28 + }, + "end": { + "line": 641, + "column": 45 + } + } + }, + "range": [ + 18202, + 18221 + ], + "loc": { + "start": { + "line": 641, + "column": 26 + }, + "end": { + "line": 641, + "column": 45 + } + } + }, + "right": { + "type": "Literal", + "value": "[nonempty]", + "raw": "'[nonempty]'", + "range": [ + 18225, + 18237 + ], + "loc": { + "start": { + "line": 641, + "column": 49 + }, + "end": { + "line": 641, + "column": 61 + } + } + }, + "range": [ + 18202, + 18237 + ], + "loc": { + "start": { + "line": 641, + "column": 26 + }, + "end": { + "line": 641, + "column": 61 + } + } + }, + "range": [ + 18184, + 18237 + ], + "loc": { + "start": { + "line": 641, + "column": 8 + }, + "end": { + "line": 641, + "column": 61 + } + } + }, + "range": [ + 18184, + 18238 + ], + "loc": { + "start": { + "line": 641, + "column": 8 + }, + "end": { + "line": 641, + "column": 62 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", + "range": [ + 18055, + 18175 + ], + "loc": { + "start": { + "line": 637, + "column": 8 + }, "end": { "line": 640, "column": 11 @@ -25609,714 +25614,21 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "** Filter operators **", - "range": [ - 18221, - 18247 - ], - "loc": { - "start": { - "line": 643, - "column": 8 - }, - "end": { - "line": 643, - "column": 34 - } - } - }, - { - "type": "Block", - "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", - "range": [ - 18256, - 18373 - ], - "loc": { - "start": { - "line": 644, - "column": 8 - }, - "end": { - "line": 647, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 18382, - 18386 - ], - "loc": { - "start": { - "line": 648, - "column": 8 - }, - "end": { - "line": 648, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "rgxOperator", - "range": [ - 18387, - 18398 - ], - "loc": { - "start": { - "line": 648, - "column": 13 - }, - "end": { - "line": 648, - "column": 24 - } - } - }, - "range": [ - 18382, - 18398 - ], - "loc": { - "start": { - "line": 648, - "column": 8 - }, - "end": { - "line": 648, - "column": 24 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 18401, - 18402 - ], - "loc": { - "start": { - "line": 648, - "column": 27 - }, - "end": { - "line": 648, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "regexp_operator", - "range": [ - 18403, - 18418 - ], - "loc": { - "start": { - "line": 648, - "column": 29 - }, - "end": { - "line": 648, - "column": 44 - } - } - }, - "range": [ - 18401, - 18418 - ], - "loc": { - "start": { - "line": 648, - "column": 27 - }, - "end": { - "line": 648, - "column": 44 - } - } - }, - "right": { - "type": "Literal", - "value": "rgx:", - "raw": "'rgx:'", - "range": [ - 18422, - 18428 - ], - "loc": { - "start": { - "line": 648, - "column": 48 - }, - "end": { - "line": 648, - "column": 54 - } - } - }, - "range": [ - 18401, - 18428 - ], - "loc": { - "start": { - "line": 648, - "column": 27 - }, - "end": { - "line": 648, - "column": 54 - } - } - }, - "range": [ - 18382, - 18428 - ], - "loc": { - "start": { - "line": 648, - "column": 8 - }, - "end": { - "line": 648, - "column": 54 - } - } - }, - "range": [ - 18382, - 18429 - ], - "loc": { - "start": { - "line": 648, - "column": 8 - }, - "end": { - "line": 648, - "column": 55 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "** Filter operators **", - "range": [ - 18221, - 18247 - ], - "loc": { - "start": { - "line": 643, - "column": 8 - }, - "end": { - "line": 643, - "column": 34 - } - } - }, - { - "type": "Block", - "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", - "range": [ - 18256, - 18373 - ], - "loc": { - "start": { - "line": 644, - "column": 8 - }, - "end": { - "line": 647, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", - "range": [ - 18439, - 18552 - ], - "loc": { - "start": { - "line": 650, - "column": 8 - }, - "end": { - "line": 653, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 18561, - 18565 - ], - "loc": { - "start": { - "line": 654, - "column": 8 - }, - "end": { - "line": 654, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "emOperator", - "range": [ - 18566, - 18576 - ], - "loc": { - "start": { - "line": 654, - "column": 13 - }, - "end": { - "line": 654, - "column": 23 - } - } - }, - "range": [ - 18561, - 18576 - ], - "loc": { - "start": { - "line": 654, - "column": 8 - }, - "end": { - "line": 654, - "column": 23 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 18579, - 18580 - ], - "loc": { - "start": { - "line": 654, - "column": 26 - }, - "end": { - "line": 654, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "empty_operator", - "range": [ - 18581, - 18595 - ], - "loc": { - "start": { - "line": 654, - "column": 28 - }, - "end": { - "line": 654, - "column": 42 - } - } - }, - "range": [ - 18579, - 18595 - ], - "loc": { - "start": { - "line": 654, - "column": 26 - }, - "end": { - "line": 654, - "column": 42 - } - } - }, - "right": { - "type": "Literal", - "value": "[empty]", - "raw": "'[empty]'", - "range": [ - 18599, - 18608 - ], - "loc": { - "start": { - "line": 654, - "column": 46 - }, - "end": { - "line": 654, - "column": 55 - } - } - }, - "range": [ - 18579, - 18608 - ], - "loc": { - "start": { - "line": 654, - "column": 26 - }, - "end": { - "line": 654, - "column": 55 - } - } - }, - "range": [ - 18561, - 18608 - ], - "loc": { - "start": { - "line": 654, - "column": 8 - }, - "end": { - "line": 654, - "column": 55 - } - } - }, - "range": [ - 18561, - 18609 - ], - "loc": { - "start": { - "line": 654, - "column": 8 - }, - "end": { - "line": 654, - "column": 56 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", - "range": [ - 18439, - 18552 - ], - "loc": { - "start": { - "line": 650, - "column": 8 - }, - "end": { - "line": 653, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", - "range": [ - 18619, - 18739 - ], - "loc": { - "start": { - "line": 656, - "column": 8 - }, - "end": { - "line": 659, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 18748, - 18752 - ], - "loc": { - "start": { - "line": 660, - "column": 8 - }, - "end": { - "line": 660, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "nmOperator", - "range": [ - 18753, - 18763 - ], - "loc": { - "start": { - "line": 660, - "column": 13 - }, - "end": { - "line": 660, - "column": 23 - } - } - }, - "range": [ - 18748, - 18763 - ], - "loc": { - "start": { - "line": 660, - "column": 8 - }, - "end": { - "line": 660, - "column": 23 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 18766, - 18767 - ], - "loc": { - "start": { - "line": 660, - "column": 26 - }, - "end": { - "line": 660, - "column": 27 - } - } - }, - "property": { - "type": "Identifier", - "name": "nonempty_operator", - "range": [ - 18768, - 18785 - ], - "loc": { - "start": { - "line": 660, - "column": 28 - }, - "end": { - "line": 660, - "column": 45 - } - } - }, - "range": [ - 18766, - 18785 - ], - "loc": { - "start": { - "line": 660, - "column": 26 - }, - "end": { - "line": 660, - "column": 45 - } - } - }, - "right": { - "type": "Literal", - "value": "[nonempty]", - "raw": "'[nonempty]'", - "range": [ - 18789, - 18801 - ], - "loc": { - "start": { - "line": 660, - "column": 49 - }, - "end": { - "line": 660, - "column": 61 - } - } - }, - "range": [ - 18766, - 18801 - ], - "loc": { - "start": { - "line": 660, - "column": 26 - }, - "end": { - "line": 660, - "column": 61 - } - } - }, - "range": [ - 18748, - 18801 - ], - "loc": { - "start": { - "line": 660, - "column": 8 - }, - "end": { - "line": 660, - "column": 61 - } - } - }, - "range": [ - 18748, - 18802 - ], - "loc": { - "start": { - "line": 660, - "column": 8 - }, - "end": { - "line": 660, - "column": 62 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", - "range": [ - 18619, - 18739 - ], - "loc": { - "start": { - "line": 656, - "column": 8 - }, - "end": { - "line": 659, - "column": 11 - } - } - } - ], "trailingComments": [ { "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18812, - 18919 + 18248, + 18355 ], "loc": { "start": { - "line": 662, + "line": 643, "column": 8 }, "end": { - "line": 665, + "line": 646, "column": 11 } } @@ -26334,16 +25646,16 @@ "object": { "type": "ThisExpression", "range": [ - 18928, - 18932 + 18364, + 18368 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 8 }, "end": { - "line": 666, + "line": 647, "column": 12 } } @@ -26352,31 +25664,31 @@ "type": "Identifier", "name": "orOperator", "range": [ - 18933, - 18943 + 18369, + 18379 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 13 }, "end": { - "line": 666, + "line": 647, "column": 23 } } }, "range": [ - 18928, - 18943 + 18364, + 18379 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 8 }, "end": { - "line": 666, + "line": 647, "column": 23 } } @@ -26391,16 +25703,16 @@ "type": "Identifier", "name": "f", "range": [ - 18946, - 18947 + 18382, + 18383 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 26 }, "end": { - "line": 666, + "line": 647, "column": 27 } } @@ -26409,31 +25721,31 @@ "type": "Identifier", "name": "or_operator", "range": [ - 18948, - 18959 + 18384, + 18395 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 28 }, "end": { - "line": 666, + "line": 647, "column": 39 } } }, "range": [ - 18946, - 18959 + 18382, + 18395 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 26 }, "end": { - "line": 666, + "line": 647, "column": 39 } } @@ -26443,61 +25755,61 @@ "value": "||", "raw": "'||'", "range": [ - 18963, - 18967 + 18399, + 18403 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 43 }, "end": { - "line": 666, + "line": 647, "column": 47 } } }, "range": [ - 18946, - 18967 + 18382, + 18403 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 26 }, "end": { - "line": 666, + "line": 647, "column": 47 } } }, "range": [ - 18928, - 18967 + 18364, + 18403 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 8 }, "end": { - "line": 666, + "line": 647, "column": 47 } } }, "range": [ - 18928, - 18968 + 18364, + 18404 ], "loc": { "start": { - "line": 666, + "line": 647, "column": 8 }, "end": { - "line": 666, + "line": 647, "column": 48 } }, @@ -26506,16 +25818,16 @@ "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18812, - 18919 + 18248, + 18355 ], "loc": { "start": { - "line": 662, + "line": 643, "column": 8 }, "end": { - "line": 665, + "line": 646, "column": 11 } } @@ -26526,16 +25838,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18978, - 19086 + 18414, + 18522 ], "loc": { "start": { - "line": 668, + "line": 649, "column": 8 }, "end": { - "line": 671, + "line": 652, "column": 11 } } @@ -26553,16 +25865,16 @@ "object": { "type": "ThisExpression", "range": [ - 19095, - 19099 + 18531, + 18535 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 8 }, "end": { - "line": 672, + "line": 653, "column": 12 } } @@ -26571,31 +25883,31 @@ "type": "Identifier", "name": "anOperator", "range": [ - 19100, - 19110 + 18536, + 18546 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 13 }, "end": { - "line": 672, + "line": 653, "column": 23 } } }, "range": [ - 19095, - 19110 + 18531, + 18546 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 8 }, "end": { - "line": 672, + "line": 653, "column": 23 } } @@ -26610,16 +25922,16 @@ "type": "Identifier", "name": "f", "range": [ - 19113, - 19114 + 18549, + 18550 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 26 }, "end": { - "line": 672, + "line": 653, "column": 27 } } @@ -26628,31 +25940,31 @@ "type": "Identifier", "name": "and_operator", "range": [ - 19115, - 19127 + 18551, + 18563 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 28 }, "end": { - "line": 672, + "line": 653, "column": 40 } } }, "range": [ - 19113, - 19127 + 18549, + 18563 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 26 }, "end": { - "line": 672, + "line": 653, "column": 40 } } @@ -26662,61 +25974,61 @@ "value": "&&", "raw": "'&&'", "range": [ - 19131, - 19135 + 18567, + 18571 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 44 }, "end": { - "line": 672, + "line": 653, "column": 48 } } }, "range": [ - 19113, - 19135 + 18549, + 18571 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 26 }, "end": { - "line": 672, + "line": 653, "column": 48 } } }, "range": [ - 19095, - 19135 + 18531, + 18571 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 8 }, "end": { - "line": 672, + "line": 653, "column": 48 } } }, "range": [ - 19095, - 19136 + 18531, + 18572 ], "loc": { "start": { - "line": 672, + "line": 653, "column": 8 }, "end": { - "line": 672, + "line": 653, "column": 49 } }, @@ -26725,16 +26037,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18978, - 19086 + 18414, + 18522 ], "loc": { "start": { - "line": 668, + "line": 649, "column": 8 }, "end": { - "line": 671, + "line": 652, "column": 11 } } @@ -26745,16 +26057,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 19146, - 19254 + 18582, + 18690 ], "loc": { "start": { - "line": 674, + "line": 655, "column": 8 }, "end": { - "line": 677, + "line": 658, "column": 11 } } @@ -26772,16 +26084,16 @@ "object": { "type": "ThisExpression", "range": [ - 19263, - 19267 + 18699, + 18703 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 8 }, "end": { - "line": 678, + "line": 659, "column": 12 } } @@ -26790,31 +26102,31 @@ "type": "Identifier", "name": "grOperator", "range": [ - 19268, - 19278 + 18704, + 18714 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 13 }, "end": { - "line": 678, + "line": 659, "column": 23 } } }, "range": [ - 19263, - 19278 + 18699, + 18714 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 8 }, "end": { - "line": 678, + "line": 659, "column": 23 } } @@ -26829,16 +26141,16 @@ "type": "Identifier", "name": "f", "range": [ - 19281, - 19282 + 18717, + 18718 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 26 }, "end": { - "line": 678, + "line": 659, "column": 27 } } @@ -26847,31 +26159,31 @@ "type": "Identifier", "name": "greater_operator", "range": [ - 19283, - 19299 + 18719, + 18735 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 28 }, "end": { - "line": 678, + "line": 659, "column": 44 } } }, "range": [ - 19281, - 19299 + 18717, + 18735 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 26 }, "end": { - "line": 678, + "line": 659, "column": 44 } } @@ -26881,61 +26193,61 @@ "value": ">", "raw": "'>'", "range": [ - 19303, - 19306 + 18739, + 18742 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 48 }, "end": { - "line": 678, + "line": 659, "column": 51 } } }, "range": [ - 19281, - 19306 + 18717, + 18742 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 26 }, "end": { - "line": 678, + "line": 659, "column": 51 } } }, "range": [ - 19263, - 19306 + 18699, + 18742 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 8 }, "end": { - "line": 678, + "line": 659, "column": 51 } } }, "range": [ - 19263, - 19307 + 18699, + 18743 ], "loc": { "start": { - "line": 678, + "line": 659, "column": 8 }, "end": { - "line": 678, + "line": 659, "column": 52 } }, @@ -26944,16 +26256,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 19146, - 19254 + 18582, + 18690 ], "loc": { "start": { - "line": 674, + "line": 655, "column": 8 }, "end": { - "line": 677, + "line": 658, "column": 11 } } @@ -26964,16 +26276,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 19317, - 19423 + 18753, + 18859 ], "loc": { "start": { - "line": 680, + "line": 661, "column": 8 }, "end": { - "line": 683, + "line": 664, "column": 11 } } @@ -26991,16 +26303,16 @@ "object": { "type": "ThisExpression", "range": [ - 19432, - 19436 + 18868, + 18872 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 8 }, "end": { - "line": 684, + "line": 665, "column": 12 } } @@ -27009,31 +26321,31 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 19437, - 19447 + 18873, + 18883 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 13 }, "end": { - "line": 684, + "line": 665, "column": 23 } } }, "range": [ - 19432, - 19447 + 18868, + 18883 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 8 }, "end": { - "line": 684, + "line": 665, "column": 23 } } @@ -27048,16 +26360,16 @@ "type": "Identifier", "name": "f", "range": [ - 19450, - 19451 + 18886, + 18887 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 26 }, "end": { - "line": 684, + "line": 665, "column": 27 } } @@ -27066,31 +26378,31 @@ "type": "Identifier", "name": "lower_operator", "range": [ - 19452, - 19466 + 18888, + 18902 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 28 }, "end": { - "line": 684, + "line": 665, "column": 42 } } }, "range": [ - 19450, - 19466 + 18886, + 18902 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 26 }, "end": { - "line": 684, + "line": 665, "column": 42 } } @@ -27100,61 +26412,61 @@ "value": "<", "raw": "'<'", "range": [ - 19470, - 19473 + 18906, + 18909 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 46 }, "end": { - "line": 684, + "line": 665, "column": 49 } } }, "range": [ - 19450, - 19473 + 18886, + 18909 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 26 }, "end": { - "line": 684, + "line": 665, "column": 49 } } }, "range": [ - 19432, - 19473 + 18868, + 18909 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 8 }, "end": { - "line": 684, + "line": 665, "column": 49 } } }, "range": [ - 19432, - 19474 + 18868, + 18910 ], "loc": { "start": { - "line": 684, + "line": 665, "column": 8 }, "end": { - "line": 684, + "line": 665, "column": 50 } }, @@ -27163,16 +26475,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 19317, - 19423 + 18753, + 18859 ], "loc": { "start": { - "line": 680, + "line": 661, "column": 8 }, "end": { - "line": 683, + "line": 664, "column": 11 } } @@ -27183,16 +26495,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19484, - 19600 + 18920, + 19036 ], "loc": { "start": { - "line": 686, + "line": 667, "column": 8 }, "end": { - "line": 689, + "line": 670, "column": 11 } } @@ -27210,16 +26522,16 @@ "object": { "type": "ThisExpression", "range": [ - 19609, - 19613 + 19045, + 19049 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 8 }, "end": { - "line": 690, + "line": 671, "column": 12 } } @@ -27228,31 +26540,31 @@ "type": "Identifier", "name": "leOperator", "range": [ - 19614, - 19624 + 19050, + 19060 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 13 }, "end": { - "line": 690, + "line": 671, "column": 23 } } }, "range": [ - 19609, - 19624 + 19045, + 19060 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 8 }, "end": { - "line": 690, + "line": 671, "column": 23 } } @@ -27267,16 +26579,16 @@ "type": "Identifier", "name": "f", "range": [ - 19627, - 19628 + 19063, + 19064 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 26 }, "end": { - "line": 690, + "line": 671, "column": 27 } } @@ -27285,31 +26597,31 @@ "type": "Identifier", "name": "lower_equal_operator", "range": [ - 19629, - 19649 + 19065, + 19085 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 28 }, "end": { - "line": 690, + "line": 671, "column": 48 } } }, "range": [ - 19627, - 19649 + 19063, + 19085 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 26 }, "end": { - "line": 690, + "line": 671, "column": 48 } } @@ -27319,61 +26631,61 @@ "value": "<=", "raw": "'<='", "range": [ - 19653, - 19657 + 19089, + 19093 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 52 }, "end": { - "line": 690, + "line": 671, "column": 56 } } }, "range": [ - 19627, - 19657 + 19063, + 19093 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 26 }, "end": { - "line": 690, + "line": 671, "column": 56 } } }, "range": [ - 19609, - 19657 + 19045, + 19093 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 8 }, "end": { - "line": 690, + "line": 671, "column": 56 } } }, "range": [ - 19609, - 19658 + 19045, + 19094 ], "loc": { "start": { - "line": 690, + "line": 671, "column": 8 }, "end": { - "line": 690, + "line": 671, "column": 57 } }, @@ -27382,16 +26694,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19484, - 19600 + 18920, + 19036 ], "loc": { "start": { - "line": 686, + "line": 667, "column": 8 }, "end": { - "line": 689, + "line": 670, "column": 11 } } @@ -27402,16 +26714,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19668, - 19786 + 19104, + 19222 ], "loc": { "start": { - "line": 692, + "line": 673, "column": 8 }, "end": { - "line": 695, + "line": 676, "column": 11 } } @@ -27429,16 +26741,16 @@ "object": { "type": "ThisExpression", "range": [ - 19795, - 19799 + 19231, + 19235 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 8 }, "end": { - "line": 696, + "line": 677, "column": 12 } } @@ -27447,31 +26759,31 @@ "type": "Identifier", "name": "geOperator", "range": [ - 19800, - 19810 + 19236, + 19246 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 13 }, "end": { - "line": 696, + "line": 677, "column": 23 } } }, "range": [ - 19795, - 19810 + 19231, + 19246 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 8 }, "end": { - "line": 696, + "line": 677, "column": 23 } } @@ -27486,16 +26798,16 @@ "type": "Identifier", "name": "f", "range": [ - 19813, - 19814 + 19249, + 19250 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 26 }, "end": { - "line": 696, + "line": 677, "column": 27 } } @@ -27504,31 +26816,31 @@ "type": "Identifier", "name": "greater_equal_operator", "range": [ - 19815, - 19837 + 19251, + 19273 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 28 }, "end": { - "line": 696, + "line": 677, "column": 50 } } }, "range": [ - 19813, - 19837 + 19249, + 19273 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 26 }, "end": { - "line": 696, + "line": 677, "column": 50 } } @@ -27538,61 +26850,61 @@ "value": ">=", "raw": "'>='", "range": [ - 19841, - 19845 + 19277, + 19281 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 54 }, "end": { - "line": 696, + "line": 677, "column": 58 } } }, "range": [ - 19813, - 19845 + 19249, + 19281 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 26 }, "end": { - "line": 696, + "line": 677, "column": 58 } } }, "range": [ - 19795, - 19845 + 19231, + 19281 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 8 }, "end": { - "line": 696, + "line": 677, "column": 58 } } }, "range": [ - 19795, - 19846 + 19231, + 19282 ], "loc": { "start": { - "line": 696, + "line": 677, "column": 8 }, "end": { - "line": 696, + "line": 677, "column": 59 } }, @@ -27601,16 +26913,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19668, - 19786 + 19104, + 19222 ], "loc": { "start": { - "line": 692, + "line": 673, "column": 8 }, "end": { - "line": 695, + "line": 676, "column": 11 } } @@ -27621,16 +26933,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19856, - 19962 + 19292, + 19398 ], "loc": { "start": { - "line": 698, + "line": 679, "column": 8 }, "end": { - "line": 701, + "line": 682, "column": 11 } } @@ -27648,16 +26960,16 @@ "object": { "type": "ThisExpression", "range": [ - 19971, - 19975 + 19407, + 19411 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 8 }, "end": { - "line": 702, + "line": 683, "column": 12 } } @@ -27666,31 +26978,31 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 19976, - 19986 + 19412, + 19422 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 13 }, "end": { - "line": 702, + "line": 683, "column": 23 } } }, "range": [ - 19971, - 19986 + 19407, + 19422 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 8 }, "end": { - "line": 702, + "line": 683, "column": 23 } } @@ -27705,16 +27017,16 @@ "type": "Identifier", "name": "f", "range": [ - 19989, - 19990 + 19425, + 19426 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 26 }, "end": { - "line": 702, + "line": 683, "column": 27 } } @@ -27723,31 +27035,31 @@ "type": "Identifier", "name": "different_operator", "range": [ - 19991, - 20009 + 19427, + 19445 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 28 }, "end": { - "line": 702, + "line": 683, "column": 46 } } }, "range": [ - 19989, - 20009 + 19425, + 19445 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 26 }, "end": { - "line": 702, + "line": 683, "column": 46 } } @@ -27757,61 +27069,61 @@ "value": "!", "raw": "'!'", "range": [ - 20013, - 20016 + 19449, + 19452 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 50 }, "end": { - "line": 702, + "line": 683, "column": 53 } } }, "range": [ - 19989, - 20016 + 19425, + 19452 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 26 }, "end": { - "line": 702, + "line": 683, "column": 53 } } }, "range": [ - 19971, - 20016 + 19407, + 19452 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 8 }, "end": { - "line": 702, + "line": 683, "column": 53 } } }, "range": [ - 19971, - 20017 + 19407, + 19453 ], "loc": { "start": { - "line": 702, + "line": 683, "column": 8 }, "end": { - "line": 702, + "line": 683, "column": 54 } }, @@ -27820,16 +27132,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19856, - 19962 + 19292, + 19398 ], "loc": { "start": { - "line": 698, + "line": 679, "column": 8 }, "end": { - "line": 701, + "line": 682, "column": 11 } } @@ -27840,16 +27152,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 20027, - 20127 + 19463, + 19563 ], "loc": { "start": { - "line": 704, + "line": 685, "column": 8 }, "end": { - "line": 707, + "line": 688, "column": 11 } } @@ -27867,16 +27179,16 @@ "object": { "type": "ThisExpression", "range": [ - 20136, - 20140 + 19572, + 19576 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 8 }, "end": { - "line": 708, + "line": 689, "column": 12 } } @@ -27885,31 +27197,31 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 20141, - 20151 + 19577, + 19587 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 13 }, "end": { - "line": 708, + "line": 689, "column": 23 } } }, "range": [ - 20136, - 20151 + 19572, + 19587 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 8 }, "end": { - "line": 708, + "line": 689, "column": 23 } } @@ -27924,16 +27236,16 @@ "type": "Identifier", "name": "f", "range": [ - 20154, - 20155 + 19590, + 19591 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 26 }, "end": { - "line": 708, + "line": 689, "column": 27 } } @@ -27942,31 +27254,31 @@ "type": "Identifier", "name": "like_operator", "range": [ - 20156, - 20169 + 19592, + 19605 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 28 }, "end": { - "line": 708, + "line": 689, "column": 41 } } }, "range": [ - 20154, - 20169 + 19590, + 19605 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 26 }, "end": { - "line": 708, + "line": 689, "column": 41 } } @@ -27976,61 +27288,61 @@ "value": "*", "raw": "'*'", "range": [ - 20173, - 20176 + 19609, + 19612 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 45 }, "end": { - "line": 708, + "line": 689, "column": 48 } } }, "range": [ - 20154, - 20176 + 19590, + 19612 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 26 }, "end": { - "line": 708, + "line": 689, "column": 48 } } }, "range": [ - 20136, - 20176 + 19572, + 19612 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 8 }, "end": { - "line": 708, + "line": 689, "column": 48 } } }, "range": [ - 20136, - 20177 + 19572, + 19613 ], "loc": { "start": { - "line": 708, + "line": 689, "column": 8 }, "end": { - "line": 708, + "line": 689, "column": 49 } }, @@ -28039,16 +27351,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 20027, - 20127 + 19463, + 19563 ], "loc": { "start": { - "line": 704, + "line": 685, "column": 8 }, "end": { - "line": 707, + "line": 688, "column": 11 } } @@ -28059,16 +27371,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20187, - 20298 + 19623, + 19734 ], "loc": { "start": { - "line": 710, + "line": 691, "column": 8 }, "end": { - "line": 713, + "line": 694, "column": 11 } } @@ -28086,16 +27398,16 @@ "object": { "type": "ThisExpression", "range": [ - 20307, - 20311 + 19743, + 19747 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 8 }, "end": { - "line": 714, + "line": 695, "column": 12 } } @@ -28104,31 +27416,31 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 20312, - 20322 + 19748, + 19758 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 13 }, "end": { - "line": 714, + "line": 695, "column": 23 } } }, "range": [ - 20307, - 20322 + 19743, + 19758 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 8 }, "end": { - "line": 714, + "line": 695, "column": 23 } } @@ -28143,16 +27455,16 @@ "type": "Identifier", "name": "f", "range": [ - 20325, - 20326 + 19761, + 19762 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 26 }, "end": { - "line": 714, + "line": 695, "column": 27 } } @@ -28161,31 +27473,31 @@ "type": "Identifier", "name": "equal_operator", "range": [ - 20327, - 20341 + 19763, + 19777 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 28 }, "end": { - "line": 714, + "line": 695, "column": 42 } } }, "range": [ - 20325, - 20341 + 19761, + 19777 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 26 }, "end": { - "line": 714, + "line": 695, "column": 42 } } @@ -28195,61 +27507,61 @@ "value": "=", "raw": "'='", "range": [ - 20345, - 20348 + 19781, + 19784 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 46 }, "end": { - "line": 714, + "line": 695, "column": 49 } } }, "range": [ - 20325, - 20348 + 19761, + 19784 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 26 }, "end": { - "line": 714, + "line": 695, "column": 49 } } }, "range": [ - 20307, - 20348 + 19743, + 19784 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 8 }, "end": { - "line": 714, + "line": 695, "column": 49 } } }, "range": [ - 20307, - 20349 + 19743, + 19785 ], "loc": { "start": { - "line": 714, + "line": 695, "column": 8 }, "end": { - "line": 714, + "line": 695, "column": 50 } }, @@ -28258,16 +27570,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20187, - 20298 + 19623, + 19734 ], "loc": { "start": { - "line": 710, + "line": 691, "column": 8 }, "end": { - "line": 713, + "line": 694, "column": 11 } } @@ -28278,16 +27590,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20359, - 20466 + 19795, + 19902 ], "loc": { "start": { - "line": 716, + "line": 697, "column": 8 }, "end": { - "line": 719, + "line": 700, "column": 11 } } @@ -28305,16 +27617,16 @@ "object": { "type": "ThisExpression", "range": [ - 20475, - 20479 + 19911, + 19915 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 8 }, "end": { - "line": 720, + "line": 701, "column": 12 } } @@ -28323,31 +27635,31 @@ "type": "Identifier", "name": "stOperator", "range": [ - 20480, - 20490 + 19916, + 19926 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 13 }, "end": { - "line": 720, + "line": 701, "column": 23 } } }, "range": [ - 20475, - 20490 + 19911, + 19926 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 8 }, "end": { - "line": 720, + "line": 701, "column": 23 } } @@ -28362,16 +27674,16 @@ "type": "Identifier", "name": "f", "range": [ - 20493, - 20494 + 19929, + 19930 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 26 }, "end": { - "line": 720, + "line": 701, "column": 27 } } @@ -28380,31 +27692,31 @@ "type": "Identifier", "name": "start_with_operator", "range": [ - 20495, - 20514 + 19931, + 19950 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 28 }, "end": { - "line": 720, + "line": 701, "column": 47 } } }, "range": [ - 20493, - 20514 + 19929, + 19950 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 26 }, "end": { - "line": 720, + "line": 701, "column": 47 } } @@ -28414,61 +27726,61 @@ "value": "{", "raw": "'{'", "range": [ - 20518, - 20521 + 19954, + 19957 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 51 }, "end": { - "line": 720, + "line": 701, "column": 54 } } }, "range": [ - 20493, - 20521 + 19929, + 19957 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 26 }, "end": { - "line": 720, + "line": 701, "column": 54 } } }, "range": [ - 20475, - 20521 + 19911, + 19957 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 8 }, "end": { - "line": 720, + "line": 701, "column": 54 } } }, "range": [ - 20475, - 20522 + 19911, + 19958 ], "loc": { "start": { - "line": 720, + "line": 701, "column": 8 }, "end": { - "line": 720, + "line": 701, "column": 55 } }, @@ -28477,16 +27789,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20359, - 20466 + 19795, + 19902 ], "loc": { "start": { - "line": 716, + "line": 697, "column": 8 }, "end": { - "line": 719, + "line": 700, "column": 11 } } @@ -28497,16 +27809,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20532, - 20637 + 19968, + 20073 ], "loc": { "start": { - "line": 722, + "line": 703, "column": 8 }, "end": { - "line": 725, + "line": 706, "column": 11 } } @@ -28524,16 +27836,16 @@ "object": { "type": "ThisExpression", "range": [ - 20646, - 20650 + 20082, + 20086 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 8 }, "end": { - "line": 726, + "line": 707, "column": 12 } } @@ -28542,31 +27854,31 @@ "type": "Identifier", "name": "enOperator", "range": [ - 20651, - 20661 + 20087, + 20097 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 13 }, "end": { - "line": 726, + "line": 707, "column": 23 } } }, "range": [ - 20646, - 20661 + 20082, + 20097 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 8 }, "end": { - "line": 726, + "line": 707, "column": 23 } } @@ -28581,16 +27893,16 @@ "type": "Identifier", "name": "f", "range": [ - 20664, - 20665 + 20100, + 20101 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 26 }, "end": { - "line": 726, + "line": 707, "column": 27 } } @@ -28599,31 +27911,31 @@ "type": "Identifier", "name": "end_with_operator", "range": [ - 20666, - 20683 + 20102, + 20119 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 28 }, "end": { - "line": 726, + "line": 707, "column": 45 } } }, "range": [ - 20664, - 20683 + 20100, + 20119 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 26 }, "end": { - "line": 726, + "line": 707, "column": 45 } } @@ -28633,61 +27945,61 @@ "value": "}", "raw": "'}'", "range": [ - 20687, - 20690 + 20123, + 20126 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 49 }, "end": { - "line": 726, + "line": 707, "column": 52 } } }, "range": [ - 20664, - 20690 + 20100, + 20126 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 26 }, "end": { - "line": 726, + "line": 707, "column": 52 } } }, "range": [ - 20646, - 20690 + 20082, + 20126 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 8 }, "end": { - "line": 726, + "line": 707, "column": 52 } } }, "range": [ - 20646, - 20691 + 20082, + 20127 ], "loc": { "start": { - "line": 726, + "line": 707, "column": 8 }, "end": { - "line": 726, + "line": 707, "column": 53 } }, @@ -28696,16 +28008,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20532, - 20637 + 19968, + 20073 ], "loc": { "start": { - "line": 722, + "line": 703, "column": 8 }, "end": { - "line": 725, + "line": 706, "column": 11 } } @@ -28716,16 +28028,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20701, - 20741 + 20137, + 20177 ], "loc": { "start": { - "line": 728, + "line": 709, "column": 8 }, "end": { - "line": 728, + "line": 709, "column": 48 } } @@ -28734,16 +28046,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20751, - 20827 + 20187, + 20263 ], "loc": { "start": { - "line": 730, + "line": 711, "column": 8 }, "end": { - "line": 733, + "line": 714, "column": 11 } } @@ -28761,16 +28073,16 @@ "object": { "type": "ThisExpression", "range": [ - 20836, - 20840 + 20272, + 20276 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 8 }, "end": { - "line": 734, + "line": 715, "column": 12 } } @@ -28779,31 +28091,31 @@ "type": "Identifier", "name": "separator", "range": [ - 20841, - 20850 + 20277, + 20286 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 13 }, "end": { - "line": 734, + "line": 715, "column": 22 } } }, "range": [ - 20836, - 20850 + 20272, + 20286 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 8 }, "end": { - "line": 734, + "line": 715, "column": 22 } } @@ -28818,16 +28130,16 @@ "type": "Identifier", "name": "f", "range": [ - 20853, - 20854 + 20289, + 20290 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 25 }, "end": { - "line": 734, + "line": 715, "column": 26 } } @@ -28836,31 +28148,31 @@ "type": "Identifier", "name": "separator", "range": [ - 20855, - 20864 + 20291, + 20300 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 27 }, "end": { - "line": 734, + "line": 715, "column": 36 } } }, "range": [ - 20853, - 20864 + 20289, + 20300 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 25 }, "end": { - "line": 734, + "line": 715, "column": 36 } } @@ -28870,61 +28182,61 @@ "value": ",", "raw": "','", "range": [ - 20868, - 20871 + 20304, + 20307 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 40 }, "end": { - "line": 734, + "line": 715, "column": 43 } } }, "range": [ - 20853, - 20871 + 20289, + 20307 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 25 }, "end": { - "line": 734, + "line": 715, "column": 43 } } }, "range": [ - 20836, - 20871 + 20272, + 20307 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 8 }, "end": { - "line": 734, + "line": 715, "column": 43 } } }, "range": [ - 20836, - 20872 + 20272, + 20308 ], "loc": { "start": { - "line": 734, + "line": 715, "column": 8 }, "end": { - "line": 734, + "line": 715, "column": 44 } }, @@ -28933,16 +28245,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20701, - 20741 + 20137, + 20177 ], "loc": { "start": { - "line": 728, + "line": 709, "column": 8 }, "end": { - "line": 728, + "line": 709, "column": 48 } } @@ -28951,16 +28263,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20751, - 20827 + 20187, + 20263 ], "loc": { "start": { - "line": 730, + "line": 711, "column": 8 }, "end": { - "line": 733, + "line": 714, "column": 11 } } @@ -28971,16 +28283,16 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20882, - 20968 + 20318, + 20404 ], "loc": { "start": { - "line": 736, + "line": 717, "column": 8 }, "end": { - "line": 739, + "line": 720, "column": 11 } } @@ -28998,16 +28310,16 @@ "object": { "type": "ThisExpression", "range": [ - 20977, - 20981 + 20413, + 20417 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 8 }, "end": { - "line": 740, + "line": 721, "column": 12 } } @@ -29016,31 +28328,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 20982, - 20993 + 20418, + 20429 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 13 }, "end": { - "line": 740, + "line": 721, "column": 24 } } }, "range": [ - 20977, - 20993 + 20413, + 20429 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 8 }, "end": { - "line": 740, + "line": 721, "column": 24 } } @@ -29051,16 +28363,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 20996, - 21003 + 20432, + 20439 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 27 }, "end": { - "line": 740, + "line": 721, "column": 34 } } @@ -29073,16 +28385,16 @@ "type": "Identifier", "name": "f", "range": [ - 21004, - 21005 + 20440, + 20441 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 35 }, "end": { - "line": 740, + "line": 721, "column": 36 } } @@ -29091,77 +28403,77 @@ "type": "Identifier", "name": "rows_counter", "range": [ - 21006, - 21018 + 20442, + 20454 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 37 }, "end": { - "line": 740, + "line": 721, "column": 49 } } }, "range": [ - 21004, - 21018 + 20440, + 20454 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 35 }, "end": { - "line": 740, + "line": 721, "column": 49 } } } ], "range": [ - 20996, - 21019 + 20432, + 20455 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 27 }, "end": { - "line": 740, + "line": 721, "column": 50 } } }, "range": [ - 20977, - 21019 + 20413, + 20455 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 8 }, "end": { - "line": 740, + "line": 721, "column": 50 } } }, "range": [ - 20977, - 21020 + 20413, + 20456 ], "loc": { "start": { - "line": 740, + "line": 721, "column": 8 }, "end": { - "line": 740, + "line": 721, "column": 51 } }, @@ -29170,8 +28482,701 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20882, - 20968 + 20318, + 20404 + ], + "loc": { + "start": { + "line": 717, + "column": 8 + }, + "end": { + "line": 720, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", + "range": [ + 20466, + 20550 + ], + "loc": { + "start": { + "line": 723, + "column": 8 + }, + "end": { + "line": 726, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 20559, + 20563 + ], + "loc": { + "start": { + "line": 727, + "column": 8 + }, + "end": { + "line": 727, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "statusBar", + "range": [ + 20564, + 20573 + ], + "loc": { + "start": { + "line": 727, + "column": 13 + }, + "end": { + "line": 727, + "column": 22 + } + } + }, + "range": [ + 20559, + 20573 + ], + "loc": { + "start": { + "line": 727, + "column": 8 + }, + "end": { + "line": 727, + "column": 22 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 20576, + 20583 + ], + "loc": { + "start": { + "line": 727, + "column": 25 + }, + "end": { + "line": 727, + "column": 32 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 20584, + 20585 + ], + "loc": { + "start": { + "line": 727, + "column": 33 + }, + "end": { + "line": 727, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "status_bar", + "range": [ + 20586, + 20596 + ], + "loc": { + "start": { + "line": 727, + "column": 35 + }, + "end": { + "line": 727, + "column": 45 + } + } + }, + "range": [ + 20584, + 20596 + ], + "loc": { + "start": { + "line": 727, + "column": 33 + }, + "end": { + "line": 727, + "column": 45 + } + } + } + ], + "range": [ + 20576, + 20597 + ], + "loc": { + "start": { + "line": 727, + "column": 25 + }, + "end": { + "line": 727, + "column": 46 + } + } + }, + "range": [ + 20559, + 20597 + ], + "loc": { + "start": { + "line": 727, + "column": 8 + }, + "end": { + "line": 727, + "column": 46 + } + } + }, + "range": [ + 20559, + 20598 + ], + "loc": { + "start": { + "line": 727, + "column": 8 + }, + "end": { + "line": 727, + "column": 47 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", + "range": [ + 20466, + 20550 + ], + "loc": { + "start": { + "line": 723, + "column": 8 + }, + "end": { + "line": 726, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", + "range": [ + 20608, + 20708 + ], + "loc": { + "start": { + "line": 729, + "column": 8 + }, + "end": { + "line": 732, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 20717, + 20721 + ], + "loc": { + "start": { + "line": 733, + "column": 8 + }, + "end": { + "line": 733, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "loader", + "range": [ + 20722, + 20728 + ], + "loc": { + "start": { + "line": 733, + "column": 13 + }, + "end": { + "line": 733, + "column": 19 + } + } + }, + "range": [ + 20717, + 20728 + ], + "loc": { + "start": { + "line": 733, + "column": 8 + }, + "end": { + "line": 733, + "column": 19 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 20731, + 20738 + ], + "loc": { + "start": { + "line": 733, + "column": 22 + }, + "end": { + "line": 733, + "column": 29 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 20739, + 20740 + ], + "loc": { + "start": { + "line": 733, + "column": 30 + }, + "end": { + "line": 733, + "column": 31 + } + } + }, + "property": { + "type": "Identifier", + "name": "loader", + "range": [ + 20741, + 20747 + ], + "loc": { + "start": { + "line": 733, + "column": 32 + }, + "end": { + "line": 733, + "column": 38 + } + } + }, + "range": [ + 20739, + 20747 + ], + "loc": { + "start": { + "line": 733, + "column": 30 + }, + "end": { + "line": 733, + "column": 38 + } + } + } + ], + "range": [ + 20731, + 20748 + ], + "loc": { + "start": { + "line": 733, + "column": 22 + }, + "end": { + "line": 733, + "column": 39 + } + } + }, + "range": [ + 20717, + 20748 + ], + "loc": { + "start": { + "line": 733, + "column": 8 + }, + "end": { + "line": 733, + "column": 39 + } + } + }, + "range": [ + 20717, + 20749 + ], + "loc": { + "start": { + "line": 733, + "column": 8 + }, + "end": { + "line": 733, + "column": 40 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", + "range": [ + 20608, + 20708 + ], + "loc": { + "start": { + "line": 729, + "column": 8 + }, + "end": { + "line": 732, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "** validation - reset buttons/links **", + "range": [ + 20759, + 20801 + ], + "loc": { + "start": { + "line": 735, + "column": 8 + }, + "end": { + "line": 735, + "column": 50 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", + "range": [ + 20810, + 20896 + ], + "loc": { + "start": { + "line": 736, + "column": 8 + }, + "end": { + "line": 739, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 20905, + 20909 + ], + "loc": { + "start": { + "line": 740, + "column": 8 + }, + "end": { + "line": 740, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "displayBtn", + "range": [ + 20910, + 20920 + ], + "loc": { + "start": { + "line": 740, + "column": 13 + }, + "end": { + "line": 740, + "column": 23 + } + } + }, + "range": [ + 20905, + 20920 + ], + "loc": { + "start": { + "line": 740, + "column": 8 + }, + "end": { + "line": 740, + "column": 23 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 20923, + 20930 + ], + "loc": { + "start": { + "line": 740, + "column": 26 + }, + "end": { + "line": 740, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 20931, + 20932 + ], + "loc": { + "start": { + "line": 740, + "column": 34 + }, + "end": { + "line": 740, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "btn", + "range": [ + 20933, + 20936 + ], + "loc": { + "start": { + "line": 740, + "column": 36 + }, + "end": { + "line": 740, + "column": 39 + } + } + }, + "range": [ + 20931, + 20936 + ], + "loc": { + "start": { + "line": 740, + "column": 34 + }, + "end": { + "line": 740, + "column": 39 + } + } + } + ], + "range": [ + 20923, + 20937 + ], + "loc": { + "start": { + "line": 740, + "column": 26 + }, + "end": { + "line": 740, + "column": 40 + } + } + }, + "range": [ + 20905, + 20937 + ], + "loc": { + "start": { + "line": 740, + "column": 8 + }, + "end": { + "line": 740, + "column": 40 + } + } + }, + "range": [ + 20905, + 20938 + ], + "loc": { + "start": { + "line": 740, + "column": 8 + }, + "end": { + "line": 740, + "column": 41 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "** validation - reset buttons/links **", + "range": [ + 20759, + 20801 + ], + "loc": { + "start": { + "line": 735, + "column": 8 + }, + "end": { + "line": 735, + "column": 50 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", + "range": [ + 20810, + 20896 ], "loc": { "start": { @@ -29185,714 +29190,21 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", - "range": [ - 21030, - 21114 - ], - "loc": { - "start": { - "line": 742, - "column": 8 - }, - "end": { - "line": 745, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 21123, - 21127 - ], - "loc": { - "start": { - "line": 746, - "column": 8 - }, - "end": { - "line": 746, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "statusBar", - "range": [ - 21128, - 21137 - ], - "loc": { - "start": { - "line": 746, - "column": 13 - }, - "end": { - "line": 746, - "column": 22 - } - } - }, - "range": [ - 21123, - 21137 - ], - "loc": { - "start": { - "line": 746, - "column": 8 - }, - "end": { - "line": 746, - "column": 22 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 21140, - 21147 - ], - "loc": { - "start": { - "line": 746, - "column": 25 - }, - "end": { - "line": 746, - "column": 32 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 21148, - 21149 - ], - "loc": { - "start": { - "line": 746, - "column": 33 - }, - "end": { - "line": 746, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "status_bar", - "range": [ - 21150, - 21160 - ], - "loc": { - "start": { - "line": 746, - "column": 35 - }, - "end": { - "line": 746, - "column": 45 - } - } - }, - "range": [ - 21148, - 21160 - ], - "loc": { - "start": { - "line": 746, - "column": 33 - }, - "end": { - "line": 746, - "column": 45 - } - } - } - ], - "range": [ - 21140, - 21161 - ], - "loc": { - "start": { - "line": 746, - "column": 25 - }, - "end": { - "line": 746, - "column": 46 - } - } - }, - "range": [ - 21123, - 21161 - ], - "loc": { - "start": { - "line": 746, - "column": 8 - }, - "end": { - "line": 746, - "column": 46 - } - } - }, - "range": [ - 21123, - 21162 - ], - "loc": { - "start": { - "line": 746, - "column": 8 - }, - "end": { - "line": 746, - "column": 47 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", - "range": [ - 21030, - 21114 - ], - "loc": { - "start": { - "line": 742, - "column": 8 - }, - "end": { - "line": 745, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", - "range": [ - 21172, - 21272 - ], - "loc": { - "start": { - "line": 748, - "column": 8 - }, - "end": { - "line": 751, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 21281, - 21285 - ], - "loc": { - "start": { - "line": 752, - "column": 8 - }, - "end": { - "line": 752, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 21286, - 21292 - ], - "loc": { - "start": { - "line": 752, - "column": 13 - }, - "end": { - "line": 752, - "column": 19 - } - } - }, - "range": [ - 21281, - 21292 - ], - "loc": { - "start": { - "line": 752, - "column": 8 - }, - "end": { - "line": 752, - "column": 19 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 21295, - 21302 - ], - "loc": { - "start": { - "line": 752, - "column": 22 - }, - "end": { - "line": 752, - "column": 29 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 21303, - 21304 - ], - "loc": { - "start": { - "line": 752, - "column": 30 - }, - "end": { - "line": 752, - "column": 31 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 21305, - 21311 - ], - "loc": { - "start": { - "line": 752, - "column": 32 - }, - "end": { - "line": 752, - "column": 38 - } - } - }, - "range": [ - 21303, - 21311 - ], - "loc": { - "start": { - "line": 752, - "column": 30 - }, - "end": { - "line": 752, - "column": 38 - } - } - } - ], - "range": [ - 21295, - 21312 - ], - "loc": { - "start": { - "line": 752, - "column": 22 - }, - "end": { - "line": 752, - "column": 39 - } - } - }, - "range": [ - 21281, - 21312 - ], - "loc": { - "start": { - "line": 752, - "column": 8 - }, - "end": { - "line": 752, - "column": 39 - } - } - }, - "range": [ - 21281, - 21313 - ], - "loc": { - "start": { - "line": 752, - "column": 8 - }, - "end": { - "line": 752, - "column": 40 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", - "range": [ - 21172, - 21272 - ], - "loc": { - "start": { - "line": 748, - "column": 8 - }, - "end": { - "line": 751, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "** validation - reset buttons/links **", - "range": [ - 21323, - 21365 - ], - "loc": { - "start": { - "line": 754, - "column": 8 - }, - "end": { - "line": 754, - "column": 50 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", - "range": [ - 21374, - 21460 - ], - "loc": { - "start": { - "line": 755, - "column": 8 - }, - "end": { - "line": 758, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 21469, - 21473 - ], - "loc": { - "start": { - "line": 759, - "column": 8 - }, - "end": { - "line": 759, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "displayBtn", - "range": [ - 21474, - 21484 - ], - "loc": { - "start": { - "line": 759, - "column": 13 - }, - "end": { - "line": 759, - "column": 23 - } - } - }, - "range": [ - 21469, - 21484 - ], - "loc": { - "start": { - "line": 759, - "column": 8 - }, - "end": { - "line": 759, - "column": 23 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 21487, - 21494 - ], - "loc": { - "start": { - "line": 759, - "column": 26 - }, - "end": { - "line": 759, - "column": 33 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 21495, - 21496 - ], - "loc": { - "start": { - "line": 759, - "column": 34 - }, - "end": { - "line": 759, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "btn", - "range": [ - 21497, - 21500 - ], - "loc": { - "start": { - "line": 759, - "column": 36 - }, - "end": { - "line": 759, - "column": 39 - } - } - }, - "range": [ - 21495, - 21500 - ], - "loc": { - "start": { - "line": 759, - "column": 34 - }, - "end": { - "line": 759, - "column": 39 - } - } - } - ], - "range": [ - 21487, - 21501 - ], - "loc": { - "start": { - "line": 759, - "column": 26 - }, - "end": { - "line": 759, - "column": 40 - } - } - }, - "range": [ - 21469, - 21501 - ], - "loc": { - "start": { - "line": 759, - "column": 8 - }, - "end": { - "line": 759, - "column": 40 - } - } - }, - "range": [ - 21469, - 21502 - ], - "loc": { - "start": { - "line": 759, - "column": 8 - }, - "end": { - "line": 759, - "column": 41 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "** validation - reset buttons/links **", - "range": [ - 21323, - 21365 - ], - "loc": { - "start": { - "line": 754, - "column": 8 - }, - "end": { - "line": 754, - "column": 50 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", - "range": [ - 21374, - 21460 - ], - "loc": { - "start": { - "line": 755, - "column": 8 - }, - "end": { - "line": 758, - "column": 11 - } - } - } - ], "trailingComments": [ { "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 21512, - 21602 + 20948, + 21038 ], "loc": { "start": { - "line": 761, + "line": 742, "column": 8 }, "end": { - "line": 764, + "line": 745, "column": 11 } } @@ -29910,16 +29222,16 @@ "object": { "type": "ThisExpression", "range": [ - 21611, - 21615 + 21047, + 21051 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 8 }, "end": { - "line": 765, + "line": 746, "column": 12 } } @@ -29928,31 +29240,31 @@ "type": "Identifier", "name": "btnText", "range": [ - 21616, - 21623 + 21052, + 21059 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 13 }, "end": { - "line": 765, + "line": 746, "column": 20 } } }, "range": [ - 21611, - 21623 + 21047, + 21059 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 8 }, "end": { - "line": 765, + "line": 746, "column": 20 } } @@ -29967,16 +29279,16 @@ "type": "Identifier", "name": "f", "range": [ - 21626, - 21627 + 21062, + 21063 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 23 }, "end": { - "line": 765, + "line": 746, "column": 24 } } @@ -29985,31 +29297,31 @@ "type": "Identifier", "name": "btn_text", "range": [ - 21628, - 21636 + 21064, + 21072 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 25 }, "end": { - "line": 765, + "line": 746, "column": 33 } } }, "range": [ - 21626, - 21636 + 21062, + 21072 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 23 }, "end": { - "line": 765, + "line": 746, "column": 33 } } @@ -30025,16 +29337,16 @@ "object": { "type": "ThisExpression", "range": [ - 21642, - 21646 + 21078, + 21082 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 39 }, "end": { - "line": 765, + "line": 746, "column": 43 } } @@ -30043,47 +29355,47 @@ "type": "Identifier", "name": "enableIcons", "range": [ - 21647, - 21658 + 21083, + 21094 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 44 }, "end": { - "line": 765, + "line": 746, "column": 55 } } }, "range": [ - 21642, - 21658 + 21078, + 21094 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 39 }, "end": { - "line": 765, + "line": 746, "column": 55 } } }, "prefix": true, "range": [ - 21641, - 21658 + 21077, + 21094 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 38 }, "end": { - "line": 765, + "line": 746, "column": 55 } } @@ -30093,16 +29405,16 @@ "value": "Go", "raw": "'Go'", "range": [ - 21661, - 21665 + 21097, + 21101 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 58 }, "end": { - "line": 765, + "line": 746, "column": 62 } } @@ -30112,76 +29424,76 @@ "value": "", "raw": "''", "range": [ - 21668, - 21670 + 21104, + 21106 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 65 }, "end": { - "line": 765, + "line": 746, "column": 67 } } }, "range": [ - 21641, - 21670 + 21077, + 21106 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 38 }, "end": { - "line": 765, + "line": 746, "column": 67 } } }, "range": [ - 21626, - 21671 + 21062, + 21107 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 23 }, "end": { - "line": 765, + "line": 746, "column": 68 } } }, "range": [ - 21611, - 21671 + 21047, + 21107 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 8 }, "end": { - "line": 765, + "line": 746, "column": 68 } } }, "range": [ - 21611, - 21672 + 21047, + 21108 ], "loc": { "start": { - "line": 765, + "line": 746, "column": 8 }, "end": { - "line": 765, + "line": 746, "column": 69 } }, @@ -30190,8 +29502,862 @@ "type": "Block", "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 21512, - 21602 + 20948, + 21038 + ], + "loc": { + "start": { + "line": 742, + "column": 8 + }, + "end": { + "line": 745, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Css class for filters submission button\n * @type {String}\n ", + "range": [ + 21118, + 21210 + ], + "loc": { + "start": { + "line": 748, + "column": 8 + }, + "end": { + "line": 751, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 21219, + 21223 + ], + "loc": { + "start": { + "line": 752, + "column": 8 + }, + "end": { + "line": 752, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "btnCssClass", + "range": [ + 21224, + 21235 + ], + "loc": { + "start": { + "line": 752, + "column": 13 + }, + "end": { + "line": 752, + "column": 24 + } + } + }, + "range": [ + 21219, + 21235 + ], + "loc": { + "start": { + "line": 752, + "column": 8 + }, + "end": { + "line": 752, + "column": 24 + } + } + }, + "right": { + "type": "LogicalExpression", + "operator": "||", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 21238, + 21239 + ], + "loc": { + "start": { + "line": 752, + "column": 27 + }, + "end": { + "line": 752, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "name": "btn_css_class", + "range": [ + 21240, + 21253 + ], + "loc": { + "start": { + "line": 752, + "column": 29 + }, + "end": { + "line": 752, + "column": 42 + } + } + }, + "range": [ + 21238, + 21253 + ], + "loc": { + "start": { + "line": 752, + "column": 27 + }, + "end": { + "line": 752, + "column": 42 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "UnaryExpression", + "operator": "!", + "argument": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 21271, + 21275 + ], + "loc": { + "start": { + "line": 753, + "column": 14 + }, + "end": { + "line": 753, + "column": 18 + } + } + }, + "property": { + "type": "Identifier", + "name": "enableIcons", + "range": [ + 21276, + 21287 + ], + "loc": { + "start": { + "line": 753, + "column": 19 + }, + "end": { + "line": 753, + "column": 30 + } + } + }, + "range": [ + 21271, + 21287 + ], + "loc": { + "start": { + "line": 753, + "column": 14 + }, + "end": { + "line": 753, + "column": 30 + } + } + }, + "prefix": true, + "range": [ + 21270, + 21287 + ], + "loc": { + "start": { + "line": 753, + "column": 13 + }, + "end": { + "line": 753, + "column": 30 + } + } + }, + "consequent": { + "type": "Literal", + "value": "btnflt", + "raw": "'btnflt'", + "range": [ + 21290, + 21298 + ], + "loc": { + "start": { + "line": 753, + "column": 33 + }, + "end": { + "line": 753, + "column": 41 + } + } + }, + "alternate": { + "type": "Literal", + "value": "btnflt_icon", + "raw": "'btnflt_icon'", + "range": [ + 21301, + 21314 + ], + "loc": { + "start": { + "line": 753, + "column": 44 + }, + "end": { + "line": 753, + "column": 57 + } + } + }, + "range": [ + 21270, + 21314 + ], + "loc": { + "start": { + "line": 753, + "column": 13 + }, + "end": { + "line": 753, + "column": 57 + } + } + }, + "range": [ + 21238, + 21315 + ], + "loc": { + "start": { + "line": 752, + "column": 27 + }, + "end": { + "line": 753, + "column": 58 + } + } + }, + "range": [ + 21219, + 21315 + ], + "loc": { + "start": { + "line": 752, + "column": 8 + }, + "end": { + "line": 753, + "column": 58 + } + } + }, + "range": [ + 21219, + 21316 + ], + "loc": { + "start": { + "line": 752, + "column": 8 + }, + "end": { + "line": 753, + "column": 59 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Css class for filters submission button\n * @type {String}\n ", + "range": [ + 21118, + 21210 + ], + "loc": { + "start": { + "line": 748, + "column": 8 + }, + "end": { + "line": 751, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Enable clear button\n * @type {Boolean}\n ", + "range": [ + 21326, + 21399 + ], + "loc": { + "start": { + "line": 755, + "column": 8 + }, + "end": { + "line": 758, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 21408, + 21412 + ], + "loc": { + "start": { + "line": 759, + "column": 8 + }, + "end": { + "line": 759, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "btnReset", + "range": [ + 21413, + 21421 + ], + "loc": { + "start": { + "line": 759, + "column": 13 + }, + "end": { + "line": 759, + "column": 21 + } + } + }, + "range": [ + 21408, + 21421 + ], + "loc": { + "start": { + "line": 759, + "column": 8 + }, + "end": { + "line": 759, + "column": 21 + } + } + }, + "right": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "Boolean", + "range": [ + 21424, + 21431 + ], + "loc": { + "start": { + "line": 759, + "column": 24 + }, + "end": { + "line": 759, + "column": 31 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 21432, + 21433 + ], + "loc": { + "start": { + "line": 759, + "column": 32 + }, + "end": { + "line": 759, + "column": 33 + } + } + }, + "property": { + "type": "Identifier", + "name": "btn_reset", + "range": [ + 21434, + 21443 + ], + "loc": { + "start": { + "line": 759, + "column": 34 + }, + "end": { + "line": 759, + "column": 43 + } + } + }, + "range": [ + 21432, + 21443 + ], + "loc": { + "start": { + "line": 759, + "column": 32 + }, + "end": { + "line": 759, + "column": 43 + } + } + } + ], + "range": [ + 21424, + 21444 + ], + "loc": { + "start": { + "line": 759, + "column": 24 + }, + "end": { + "line": 759, + "column": 44 + } + } + }, + "range": [ + 21408, + 21444 + ], + "loc": { + "start": { + "line": 759, + "column": 8 + }, + "end": { + "line": 759, + "column": 44 + } + } + }, + "range": [ + 21408, + 21445 + ], + "loc": { + "start": { + "line": 759, + "column": 8 + }, + "end": { + "line": 759, + "column": 45 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Enable clear button\n * @type {Boolean}\n ", + "range": [ + 21326, + 21399 + ], + "loc": { + "start": { + "line": 755, + "column": 8 + }, + "end": { + "line": 758, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", + "range": [ + 21455, + 21551 + ], + "loc": { + "start": { + "line": 761, + "column": 8 + }, + "end": { + "line": 764, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 21560, + 21564 + ], + "loc": { + "start": { + "line": 765, + "column": 8 + }, + "end": { + "line": 765, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "onBeforeReset", + "range": [ + 21565, + 21578 + ], + "loc": { + "start": { + "line": 765, + "column": 13 + }, + "end": { + "line": 765, + "column": 26 + } + } + }, + "range": [ + 21560, + 21578 + ], + "loc": { + "start": { + "line": 765, + "column": 8 + }, + "end": { + "line": 765, + "column": 26 + } + } + }, + "right": { + "type": "ConditionalExpression", + "test": { + "type": "CallExpression", + "callee": { + "type": "Identifier", + "name": "isFn", + "range": [ + 21581, + 21585 + ], + "loc": { + "start": { + "line": 765, + "column": 29 + }, + "end": { + "line": 765, + "column": 33 + } + } + }, + "arguments": [ + { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 21586, + 21587 + ], + "loc": { + "start": { + "line": 765, + "column": 34 + }, + "end": { + "line": 765, + "column": 35 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_before_reset", + "range": [ + 21588, + 21603 + ], + "loc": { + "start": { + "line": 765, + "column": 36 + }, + "end": { + "line": 765, + "column": 51 + } + } + }, + "range": [ + 21586, + 21603 + ], + "loc": { + "start": { + "line": 765, + "column": 34 + }, + "end": { + "line": 765, + "column": 51 + } + } + } + ], + "range": [ + 21581, + 21604 + ], + "loc": { + "start": { + "line": 765, + "column": 29 + }, + "end": { + "line": 765, + "column": 52 + } + } + }, + "consequent": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "f", + "range": [ + 21619, + 21620 + ], + "loc": { + "start": { + "line": 766, + "column": 12 + }, + "end": { + "line": 766, + "column": 13 + } + } + }, + "property": { + "type": "Identifier", + "name": "on_before_reset", + "range": [ + 21621, + 21636 + ], + "loc": { + "start": { + "line": 766, + "column": 14 + }, + "end": { + "line": 766, + "column": 29 + } + } + }, + "range": [ + 21619, + 21636 + ], + "loc": { + "start": { + "line": 766, + "column": 12 + }, + "end": { + "line": 766, + "column": 29 + } + } + }, + "alternate": { + "type": "Identifier", + "name": "EMPTY_FN", + "range": [ + 21639, + 21647 + ], + "loc": { + "start": { + "line": 766, + "column": 32 + }, + "end": { + "line": 766, + "column": 40 + } + } + }, + "range": [ + 21581, + 21647 + ], + "loc": { + "start": { + "line": 765, + "column": 29 + }, + "end": { + "line": 766, + "column": 40 + } + } + }, + "range": [ + 21560, + 21647 + ], + "loc": { + "start": { + "line": 765, + "column": 8 + }, + "end": { + "line": 766, + "column": 40 + } + } + }, + "range": [ + 21560, + 21648 + ], + "loc": { + "start": { + "line": 765, + "column": 8 + }, + "end": { + "line": 766, + "column": 41 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", + "range": [ + 21455, + 21551 ], "loc": { "start": { @@ -30205,875 +30371,21 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Css class for filters submission button\n * @type {String}\n ", - "range": [ - 21682, - 21774 - ], - "loc": { - "start": { - "line": 767, - "column": 8 - }, - "end": { - "line": 770, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 21783, - 21787 - ], - "loc": { - "start": { - "line": 771, - "column": 8 - }, - "end": { - "line": 771, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "btnCssClass", - "range": [ - 21788, - 21799 - ], - "loc": { - "start": { - "line": 771, - "column": 13 - }, - "end": { - "line": 771, - "column": 24 - } - } - }, - "range": [ - 21783, - 21799 - ], - "loc": { - "start": { - "line": 771, - "column": 8 - }, - "end": { - "line": 771, - "column": 24 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 21802, - 21803 - ], - "loc": { - "start": { - "line": 771, - "column": 27 - }, - "end": { - "line": 771, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "btn_css_class", - "range": [ - 21804, - 21817 - ], - "loc": { - "start": { - "line": 771, - "column": 29 - }, - "end": { - "line": 771, - "column": 42 - } - } - }, - "range": [ - 21802, - 21817 - ], - "loc": { - "start": { - "line": 771, - "column": 27 - }, - "end": { - "line": 771, - "column": 42 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "UnaryExpression", - "operator": "!", - "argument": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 21835, - 21839 - ], - "loc": { - "start": { - "line": 772, - "column": 14 - }, - "end": { - "line": 772, - "column": 18 - } - } - }, - "property": { - "type": "Identifier", - "name": "enableIcons", - "range": [ - 21840, - 21851 - ], - "loc": { - "start": { - "line": 772, - "column": 19 - }, - "end": { - "line": 772, - "column": 30 - } - } - }, - "range": [ - 21835, - 21851 - ], - "loc": { - "start": { - "line": 772, - "column": 14 - }, - "end": { - "line": 772, - "column": 30 - } - } - }, - "prefix": true, - "range": [ - 21834, - 21851 - ], - "loc": { - "start": { - "line": 772, - "column": 13 - }, - "end": { - "line": 772, - "column": 30 - } - } - }, - "consequent": { - "type": "Literal", - "value": "btnflt", - "raw": "'btnflt'", - "range": [ - 21854, - 21862 - ], - "loc": { - "start": { - "line": 772, - "column": 33 - }, - "end": { - "line": 772, - "column": 41 - } - } - }, - "alternate": { - "type": "Literal", - "value": "btnflt_icon", - "raw": "'btnflt_icon'", - "range": [ - 21865, - 21878 - ], - "loc": { - "start": { - "line": 772, - "column": 44 - }, - "end": { - "line": 772, - "column": 57 - } - } - }, - "range": [ - 21834, - 21878 - ], - "loc": { - "start": { - "line": 772, - "column": 13 - }, - "end": { - "line": 772, - "column": 57 - } - } - }, - "range": [ - 21802, - 21879 - ], - "loc": { - "start": { - "line": 771, - "column": 27 - }, - "end": { - "line": 772, - "column": 58 - } - } - }, - "range": [ - 21783, - 21879 - ], - "loc": { - "start": { - "line": 771, - "column": 8 - }, - "end": { - "line": 772, - "column": 58 - } - } - }, - "range": [ - 21783, - 21880 - ], - "loc": { - "start": { - "line": 771, - "column": 8 - }, - "end": { - "line": 772, - "column": 59 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Css class for filters submission button\n * @type {String}\n ", - "range": [ - 21682, - 21774 - ], - "loc": { - "start": { - "line": 767, - "column": 8 - }, - "end": { - "line": 770, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Enable clear button\n * @type {Boolean}\n ", - "range": [ - 21890, - 21963 - ], - "loc": { - "start": { - "line": 774, - "column": 8 - }, - "end": { - "line": 777, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 21972, - 21976 - ], - "loc": { - "start": { - "line": 778, - "column": 8 - }, - "end": { - "line": 778, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "btnReset", - "range": [ - 21977, - 21985 - ], - "loc": { - "start": { - "line": 778, - "column": 13 - }, - "end": { - "line": 778, - "column": 21 - } - } - }, - "range": [ - 21972, - 21985 - ], - "loc": { - "start": { - "line": 778, - "column": 8 - }, - "end": { - "line": 778, - "column": 21 - } - } - }, - "right": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "Boolean", - "range": [ - 21988, - 21995 - ], - "loc": { - "start": { - "line": 778, - "column": 24 - }, - "end": { - "line": 778, - "column": 31 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 21996, - 21997 - ], - "loc": { - "start": { - "line": 778, - "column": 32 - }, - "end": { - "line": 778, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "btn_reset", - "range": [ - 21998, - 22007 - ], - "loc": { - "start": { - "line": 778, - "column": 34 - }, - "end": { - "line": 778, - "column": 43 - } - } - }, - "range": [ - 21996, - 22007 - ], - "loc": { - "start": { - "line": 778, - "column": 32 - }, - "end": { - "line": 778, - "column": 43 - } - } - } - ], - "range": [ - 21988, - 22008 - ], - "loc": { - "start": { - "line": 778, - "column": 24 - }, - "end": { - "line": 778, - "column": 44 - } - } - }, - "range": [ - 21972, - 22008 - ], - "loc": { - "start": { - "line": 778, - "column": 8 - }, - "end": { - "line": 778, - "column": 44 - } - } - }, - "range": [ - 21972, - 22009 - ], - "loc": { - "start": { - "line": 778, - "column": 8 - }, - "end": { - "line": 778, - "column": 45 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Enable clear button\n * @type {Boolean}\n ", - "range": [ - 21890, - 21963 - ], - "loc": { - "start": { - "line": 774, - "column": 8 - }, - "end": { - "line": 777, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", - "range": [ - 22019, - 22115 - ], - "loc": { - "start": { - "line": 780, - "column": 8 - }, - "end": { - "line": 783, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 22124, - 22128 - ], - "loc": { - "start": { - "line": 784, - "column": 8 - }, - "end": { - "line": 784, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "onBeforeReset", - "range": [ - 22129, - 22142 - ], - "loc": { - "start": { - "line": 784, - "column": 13 - }, - "end": { - "line": 784, - "column": 26 - } - } - }, - "range": [ - 22124, - 22142 - ], - "loc": { - "start": { - "line": 784, - "column": 8 - }, - "end": { - "line": 784, - "column": 26 - } - } - }, - "right": { - "type": "ConditionalExpression", - "test": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "isFn", - "range": [ - 22145, - 22149 - ], - "loc": { - "start": { - "line": 784, - "column": 29 - }, - "end": { - "line": 784, - "column": 33 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 22150, - 22151 - ], - "loc": { - "start": { - "line": 784, - "column": 34 - }, - "end": { - "line": 784, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_before_reset", - "range": [ - 22152, - 22167 - ], - "loc": { - "start": { - "line": 784, - "column": 36 - }, - "end": { - "line": 784, - "column": 51 - } - } - }, - "range": [ - 22150, - 22167 - ], - "loc": { - "start": { - "line": 784, - "column": 34 - }, - "end": { - "line": 784, - "column": 51 - } - } - } - ], - "range": [ - 22145, - 22168 - ], - "loc": { - "start": { - "line": 784, - "column": 29 - }, - "end": { - "line": 784, - "column": 52 - } - } - }, - "consequent": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "f", - "range": [ - 22183, - 22184 - ], - "loc": { - "start": { - "line": 785, - "column": 12 - }, - "end": { - "line": 785, - "column": 13 - } - } - }, - "property": { - "type": "Identifier", - "name": "on_before_reset", - "range": [ - 22185, - 22200 - ], - "loc": { - "start": { - "line": 785, - "column": 14 - }, - "end": { - "line": 785, - "column": 29 - } - } - }, - "range": [ - 22183, - 22200 - ], - "loc": { - "start": { - "line": 785, - "column": 12 - }, - "end": { - "line": 785, - "column": 29 - } - } - }, - "alternate": { - "type": "Identifier", - "name": "EMPTY_FN", - "range": [ - 22203, - 22211 - ], - "loc": { - "start": { - "line": 785, - "column": 32 - }, - "end": { - "line": 785, - "column": 40 - } - } - }, - "range": [ - 22145, - 22211 - ], - "loc": { - "start": { - "line": 784, - "column": 29 - }, - "end": { - "line": 785, - "column": 40 - } - } - }, - "range": [ - 22124, - 22211 - ], - "loc": { - "start": { - "line": 784, - "column": 8 - }, - "end": { - "line": 785, - "column": 40 - } - } - }, - "range": [ - 22124, - 22212 - ], - "loc": { - "start": { - "line": 784, - "column": 8 - }, - "end": { - "line": 785, - "column": 41 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", - "range": [ - 22019, - 22115 - ], - "loc": { - "start": { - "line": 780, - "column": 8 - }, - "end": { - "line": 783, - "column": 11 - } - } - } - ], "trailingComments": [ { "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 22222, - 22317 + 21658, + 21753 ], "loc": { "start": { - "line": 787, + "line": 768, "column": 8 }, "end": { - "line": 790, + "line": 771, "column": 11 } } @@ -31091,16 +30403,16 @@ "object": { "type": "ThisExpression", "range": [ - 22326, - 22330 + 21762, + 21766 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 8 }, "end": { - "line": 791, + "line": 772, "column": 12 } } @@ -31109,31 +30421,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 22331, - 22343 + 21767, + 21779 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 13 }, "end": { - "line": 791, + "line": 772, "column": 25 } } }, "range": [ - 22326, - 22343 + 21762, + 21779 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 8 }, "end": { - "line": 791, + "line": 772, "column": 25 } } @@ -31146,16 +30458,16 @@ "type": "Identifier", "name": "isFn", "range": [ - 22346, - 22350 + 21782, + 21786 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 28 }, "end": { - "line": 791, + "line": 772, "column": 32 } } @@ -31168,16 +30480,16 @@ "type": "Identifier", "name": "f", "range": [ - 22351, - 22352 + 21787, + 21788 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 33 }, "end": { - "line": 791, + "line": 772, "column": 34 } } @@ -31186,47 +30498,47 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 22353, - 22367 + 21789, + 21803 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 35 }, "end": { - "line": 791, + "line": 772, "column": 49 } } }, "range": [ - 22351, - 22367 + 21787, + 21803 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 33 }, "end": { - "line": 791, + "line": 772, "column": 49 } } } ], "range": [ - 22346, - 22368 + 21782, + 21804 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 28 }, "end": { - "line": 791, + "line": 772, "column": 50 } } @@ -31238,16 +30550,16 @@ "type": "Identifier", "name": "f", "range": [ - 22383, - 22384 + 21819, + 21820 ], "loc": { "start": { - "line": 792, + "line": 773, "column": 12 }, "end": { - "line": 792, + "line": 773, "column": 13 } } @@ -31256,31 +30568,31 @@ "type": "Identifier", "name": "on_after_reset", "range": [ - 22385, - 22399 + 21821, + 21835 ], "loc": { "start": { - "line": 792, + "line": 773, "column": 14 }, "end": { - "line": 792, + "line": 773, "column": 28 } } }, "range": [ - 22383, - 22399 + 21819, + 21835 ], "loc": { "start": { - "line": 792, + "line": 773, "column": 12 }, "end": { - "line": 792, + "line": 773, "column": 28 } } @@ -31289,61 +30601,61 @@ "type": "Identifier", "name": "EMPTY_FN", "range": [ - 22402, - 22410 + 21838, + 21846 ], "loc": { "start": { - "line": 792, + "line": 773, "column": 31 }, "end": { - "line": 792, + "line": 773, "column": 39 } } }, "range": [ - 22346, - 22410 + 21782, + 21846 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 28 }, "end": { - "line": 792, + "line": 773, "column": 39 } } }, "range": [ - 22326, - 22410 + 21762, + 21846 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 8 }, "end": { - "line": 792, + "line": 773, "column": 39 } } }, "range": [ - 22326, - 22411 + 21762, + 21847 ], "loc": { "start": { - "line": 791, + "line": 772, "column": 8 }, "end": { - "line": 792, + "line": 773, "column": 40 } }, @@ -31352,16 +30664,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 22222, - 22317 + 21658, + 21753 ], "loc": { "start": { - "line": 787, + "line": 768, "column": 8 }, "end": { - "line": 790, + "line": 771, "column": 11 } } @@ -31372,16 +30684,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 22421, - 22498 + 21857, + 21934 ], "loc": { "start": { - "line": 794, + "line": 775, "column": 8 }, "end": { - "line": 797, + "line": 778, "column": 11 } } @@ -31399,16 +30711,16 @@ "object": { "type": "ThisExpression", "range": [ - 22507, - 22511 + 21943, + 21947 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 8 }, "end": { - "line": 798, + "line": 779, "column": 12 } } @@ -31417,31 +30729,31 @@ "type": "Identifier", "name": "paging", "range": [ - 22512, - 22518 + 21948, + 21954 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 13 }, "end": { - "line": 798, + "line": 779, "column": 19 } } }, "range": [ - 22507, - 22518 + 21943, + 21954 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 8 }, "end": { - "line": 798, + "line": 779, "column": 19 } } @@ -31452,16 +30764,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 22521, - 22528 + 21957, + 21964 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 22 }, "end": { - "line": 798, + "line": 779, "column": 29 } } @@ -31474,16 +30786,16 @@ "type": "Identifier", "name": "f", "range": [ - 22529, - 22530 + 21965, + 21966 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 30 }, "end": { - "line": 798, + "line": 779, "column": 31 } } @@ -31492,77 +30804,77 @@ "type": "Identifier", "name": "paging", "range": [ - 22531, - 22537 + 21967, + 21973 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 32 }, "end": { - "line": 798, + "line": 779, "column": 38 } } }, "range": [ - 22529, - 22537 + 21965, + 21973 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 30 }, "end": { - "line": 798, + "line": 779, "column": 38 } } } ], "range": [ - 22521, - 22538 + 21957, + 21974 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 22 }, "end": { - "line": 798, + "line": 779, "column": 39 } } }, "range": [ - 22507, - 22538 + 21943, + 21974 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 8 }, "end": { - "line": 798, + "line": 779, "column": 39 } } }, "range": [ - 22507, - 22539 + 21943, + 21975 ], "loc": { "start": { - "line": 798, + "line": 779, "column": 8 }, "end": { - "line": 798, + "line": 779, "column": 40 } }, @@ -31571,16 +30883,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 22421, - 22498 + 21857, + 21934 ], "loc": { "start": { - "line": 794, + "line": 775, "column": 8 }, "end": { - "line": 797, + "line": 778, "column": 11 } } @@ -31591,16 +30903,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22549, - 22643 + 21985, + 22079 ], "loc": { "start": { - "line": 800, + "line": 781, "column": 8 }, "end": { - "line": 804, + "line": 785, "column": 11 } } @@ -31618,16 +30930,16 @@ "object": { "type": "ThisExpression", "range": [ - 22652, - 22656 + 22088, + 22092 ], "loc": { "start": { - "line": 805, + "line": 786, "column": 8 }, "end": { - "line": 805, + "line": 786, "column": 12 } } @@ -31636,31 +30948,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 22657, - 22669 + 22093, + 22105 ], "loc": { "start": { - "line": 805, + "line": 786, "column": 13 }, "end": { - "line": 805, + "line": 786, "column": 25 } } }, "range": [ - 22652, - 22669 + 22088, + 22105 ], "loc": { "start": { - "line": 805, + "line": 786, "column": 8 }, "end": { - "line": 805, + "line": 786, "column": 25 } } @@ -31670,46 +30982,46 @@ "value": 0, "raw": "0", "range": [ - 22672, - 22673 + 22108, + 22109 ], "loc": { "start": { - "line": 805, + "line": 786, "column": 28 }, "end": { - "line": 805, + "line": 786, "column": 29 } } }, "range": [ - 22652, - 22673 + 22088, + 22109 ], "loc": { "start": { - "line": 805, + "line": 786, "column": 8 }, "end": { - "line": 805, + "line": 786, "column": 29 } } }, "range": [ - 22652, - 22674 + 22088, + 22110 ], "loc": { "start": { - "line": 805, + "line": 786, "column": 8 }, "end": { - "line": 805, + "line": 786, "column": 30 } }, @@ -31718,16 +31030,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22549, - 22643 + 21985, + 22079 ], "loc": { "start": { - "line": 800, + "line": 781, "column": 8 }, "end": { - "line": 804, + "line": 785, "column": 11 } } @@ -31738,16 +31050,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22684, - 22821 + 22120, + 22257 ], "loc": { "start": { - "line": 807, + "line": 788, "column": 8 }, "end": { - "line": 811, + "line": 792, "column": 11 } } @@ -31765,16 +31077,16 @@ "object": { "type": "ThisExpression", "range": [ - 22830, - 22834 + 22266, + 22270 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 8 }, "end": { - "line": 812, + "line": 793, "column": 12 } } @@ -31783,31 +31095,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 22835, - 22845 + 22271, + 22281 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 13 }, "end": { - "line": 812, + "line": 793, "column": 23 } } }, "range": [ - 22830, - 22845 + 22266, + 22281 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 8 }, "end": { - "line": 812, + "line": 793, "column": 23 } } @@ -31818,16 +31130,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 22848, - 22855 + 22284, + 22291 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 26 }, "end": { - "line": 812, + "line": 793, "column": 33 } } @@ -31840,16 +31152,16 @@ "type": "Identifier", "name": "f", "range": [ - 22856, - 22857 + 22292, + 22293 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 34 }, "end": { - "line": 812, + "line": 793, "column": 35 } } @@ -31858,77 +31170,77 @@ "type": "Identifier", "name": "auto_filter", "range": [ - 22858, - 22869 + 22294, + 22305 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 36 }, "end": { - "line": 812, + "line": 793, "column": 47 } } }, "range": [ - 22856, - 22869 + 22292, + 22305 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 34 }, "end": { - "line": 812, + "line": 793, "column": 47 } } } ], "range": [ - 22848, - 22870 + 22284, + 22306 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 26 }, "end": { - "line": 812, + "line": 793, "column": 48 } } }, "range": [ - 22830, - 22870 + 22266, + 22306 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 8 }, "end": { - "line": 812, + "line": 793, "column": 48 } } }, "range": [ - 22830, - 22871 + 22266, + 22307 ], "loc": { "start": { - "line": 812, + "line": 793, "column": 8 }, "end": { - "line": 812, + "line": 793, "column": 49 } }, @@ -31937,16 +31249,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22684, - 22821 + 22120, + 22257 ], "loc": { "start": { - "line": 807, + "line": 788, "column": 8 }, "end": { - "line": 811, + "line": 792, "column": 11 } } @@ -31957,16 +31269,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22881, - 22960 + 22317, + 22396 ], "loc": { "start": { - "line": 814, + "line": 795, "column": 8 }, "end": { - "line": 817, + "line": 798, "column": 11 } } @@ -31984,16 +31296,16 @@ "object": { "type": "ThisExpression", "range": [ - 22969, - 22973 + 22405, + 22409 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 8 }, "end": { - "line": 818, + "line": 799, "column": 12 } } @@ -32002,31 +31314,31 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 22974, - 22989 + 22410, + 22425 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 13 }, "end": { - "line": 818, + "line": 799, "column": 28 } } }, "range": [ - 22969, - 22989 + 22405, + 22425 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 8 }, "end": { - "line": 818, + "line": 799, "column": 28 } } @@ -32042,16 +31354,16 @@ "type": "Identifier", "name": "isNaN", "range": [ - 22993, - 22998 + 22429, + 22434 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 32 }, "end": { - "line": 818, + "line": 799, "column": 37 } } @@ -32064,16 +31376,16 @@ "type": "Identifier", "name": "f", "range": [ - 22999, - 23000 + 22435, + 22436 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 38 }, "end": { - "line": 818, + "line": 799, "column": 39 } } @@ -32082,63 +31394,63 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 23001, - 23018 + 22437, + 22454 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 40 }, "end": { - "line": 818, + "line": 799, "column": 57 } } }, "range": [ - 22999, - 23018 + 22435, + 22454 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 38 }, "end": { - "line": 818, + "line": 799, "column": 57 } } } ], "range": [ - 22993, - 23019 + 22429, + 22455 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 32 }, "end": { - "line": 818, + "line": 799, "column": 58 } } }, "prefix": true, "range": [ - 22992, - 23019 + 22428, + 22455 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 31 }, "end": { - "line": 818, + "line": 799, "column": 58 } } @@ -32150,16 +31462,16 @@ "type": "Identifier", "name": "f", "range": [ - 23034, - 23035 + 22470, + 22471 ], "loc": { "start": { - "line": 819, + "line": 800, "column": 12 }, "end": { - "line": 819, + "line": 800, "column": 13 } } @@ -32168,31 +31480,31 @@ "type": "Identifier", "name": "auto_filter_delay", "range": [ - 23036, - 23053 + 22472, + 22489 ], "loc": { "start": { - "line": 819, + "line": 800, "column": 14 }, "end": { - "line": 819, + "line": 800, "column": 31 } } }, "range": [ - 23034, - 23053 + 22470, + 22489 ], "loc": { "start": { - "line": 819, + "line": 800, "column": 12 }, "end": { - "line": 819, + "line": 800, "column": 31 } } @@ -32201,61 +31513,61 @@ "type": "Identifier", "name": "AUTO_FILTER_DELAY", "range": [ - 23056, - 23073 + 22492, + 22509 ], "loc": { "start": { - "line": 819, + "line": 800, "column": 34 }, "end": { - "line": 819, + "line": 800, "column": 51 } } }, "range": [ - 22992, - 23073 + 22428, + 22509 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 31 }, "end": { - "line": 819, + "line": 800, "column": 51 } } }, "range": [ - 22969, - 23073 + 22405, + 22509 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 8 }, "end": { - "line": 819, + "line": 800, "column": 51 } } }, "range": [ - 22969, - 23074 + 22405, + 22510 ], "loc": { "start": { - "line": 818, + "line": 799, "column": 8 }, "end": { - "line": 819, + "line": 800, "column": 52 } }, @@ -32264,16 +31576,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22881, - 22960 + 22317, + 22396 ], "loc": { "start": { - "line": 814, + "line": 795, "column": 8 }, "end": { - "line": 817, + "line": 798, "column": 11 } } @@ -32284,16 +31596,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 23084, - 23189 + 22520, + 22625 ], "loc": { "start": { - "line": 821, + "line": 802, "column": 8 }, "end": { - "line": 825, + "line": 806, "column": 11 } } @@ -32311,16 +31623,16 @@ "object": { "type": "ThisExpression", "range": [ - 23198, - 23202 + 22634, + 22638 ], "loc": { "start": { - "line": 826, + "line": 807, "column": 8 }, "end": { - "line": 826, + "line": 807, "column": 12 } } @@ -32329,31 +31641,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 23203, - 23215 + 22639, + 22651 ], "loc": { "start": { - "line": 826, + "line": 807, "column": 13 }, "end": { - "line": 826, + "line": 807, "column": 25 } } }, "range": [ - 23198, - 23215 + 22634, + 22651 ], "loc": { "start": { - "line": 826, + "line": 807, "column": 8 }, "end": { - "line": 826, + "line": 807, "column": 25 } } @@ -32363,46 +31675,46 @@ "value": null, "raw": "null", "range": [ - 23218, - 23222 + 22654, + 22658 ], "loc": { "start": { - "line": 826, + "line": 807, "column": 28 }, "end": { - "line": 826, + "line": 807, "column": 32 } } }, "range": [ - 23198, - 23222 + 22634, + 22658 ], "loc": { "start": { - "line": 826, + "line": 807, "column": 8 }, "end": { - "line": 826, + "line": 807, "column": 32 } } }, "range": [ - 23198, - 23223 + 22634, + 22659 ], "loc": { "start": { - "line": 826, + "line": 807, "column": 8 }, "end": { - "line": 826, + "line": 807, "column": 33 } }, @@ -32411,16 +31723,16 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 23084, - 23189 + 22520, + 22625 ], "loc": { "start": { - "line": 821, + "line": 802, "column": 8 }, "end": { - "line": 825, + "line": 806, "column": 11 } } @@ -32431,16 +31743,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 23233, - 23329 + 22669, + 22765 ], "loc": { "start": { - "line": 828, + "line": 809, "column": 8 }, "end": { - "line": 832, + "line": 813, "column": 11 } } @@ -32458,16 +31770,16 @@ "object": { "type": "ThisExpression", "range": [ - 23338, - 23342 + 22774, + 22778 ], "loc": { "start": { - "line": 833, + "line": 814, "column": 8 }, "end": { - "line": 833, + "line": 814, "column": 12 } } @@ -32476,31 +31788,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 23343, - 23358 + 22779, + 22794 ], "loc": { "start": { - "line": 833, + "line": 814, "column": 13 }, "end": { - "line": 833, + "line": 814, "column": 28 } } }, "range": [ - 23338, - 23358 + 22774, + 22794 ], "loc": { "start": { - "line": 833, + "line": 814, "column": 8 }, "end": { - "line": 833, + "line": 814, "column": 28 } } @@ -32510,46 +31822,46 @@ "value": null, "raw": "null", "range": [ - 23361, - 23365 + 22797, + 22801 ], "loc": { "start": { - "line": 833, + "line": 814, "column": 31 }, "end": { - "line": 833, + "line": 814, "column": 35 } } }, "range": [ - 23338, - 23365 + 22774, + 22801 ], "loc": { "start": { - "line": 833, + "line": 814, "column": 8 }, "end": { - "line": 833, + "line": 814, "column": 35 } } }, "range": [ - 23338, - 23366 + 22774, + 22802 ], "loc": { "start": { - "line": 833, + "line": 814, "column": 8 }, "end": { - "line": 833, + "line": 814, "column": 36 } }, @@ -32558,16 +31870,16 @@ "type": "Block", "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", "range": [ - 23233, - 23329 + 22669, + 22765 ], "loc": { "start": { - "line": 828, + "line": 809, "column": 8 }, "end": { - "line": 832, + "line": 813, "column": 11 } } @@ -32578,16 +31890,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 23376, - 23467 + 22812, + 22903 ], "loc": { "start": { - "line": 835, + "line": 816, "column": 8 }, "end": { - "line": 838, + "line": 819, "column": 11 } } @@ -32605,16 +31917,16 @@ "object": { "type": "ThisExpression", "range": [ - 23476, - 23480 + 22912, + 22916 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 8 }, "end": { - "line": 839, + "line": 820, "column": 12 } } @@ -32623,31 +31935,31 @@ "type": "Identifier", "name": "highlightKeywords", "range": [ - 23481, - 23498 + 22917, + 22934 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 13 }, "end": { - "line": 839, + "line": 820, "column": 30 } } }, "range": [ - 23476, - 23498 + 22912, + 22934 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 8 }, "end": { - "line": 839, + "line": 820, "column": 30 } } @@ -32658,16 +31970,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23501, - 23508 + 22937, + 22944 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 33 }, "end": { - "line": 839, + "line": 820, "column": 40 } } @@ -32680,16 +31992,16 @@ "type": "Identifier", "name": "f", "range": [ - 23509, - 23510 + 22945, + 22946 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 41 }, "end": { - "line": 839, + "line": 820, "column": 42 } } @@ -32698,77 +32010,77 @@ "type": "Identifier", "name": "highlight_keywords", "range": [ - 23511, - 23529 + 22947, + 22965 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 43 }, "end": { - "line": 839, + "line": 820, "column": 61 } } }, "range": [ - 23509, - 23529 + 22945, + 22965 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 41 }, "end": { - "line": 839, + "line": 820, "column": 61 } } } ], "range": [ - 23501, - 23530 + 22937, + 22966 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 33 }, "end": { - "line": 839, + "line": 820, "column": 62 } } }, "range": [ - 23476, - 23530 + 22912, + 22966 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 8 }, "end": { - "line": 839, + "line": 820, "column": 62 } } }, "range": [ - 23476, - 23531 + 22912, + 22967 ], "loc": { "start": { - "line": 839, + "line": 820, "column": 8 }, "end": { - "line": 839, + "line": 820, "column": 63 } }, @@ -32777,16 +32089,16 @@ "type": "Block", "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", "range": [ - 23376, - 23467 + 22812, + 22903 ], "loc": { "start": { - "line": 835, + "line": 816, "column": 8 }, "end": { - "line": 838, + "line": 819, "column": 11 } } @@ -32797,16 +32109,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 23541, - 23633 + 22977, + 23069 ], "loc": { "start": { - "line": 841, + "line": 822, "column": 8 }, "end": { - "line": 844, + "line": 825, "column": 11 } } @@ -32824,16 +32136,16 @@ "object": { "type": "ThisExpression", "range": [ - 23642, - 23646 + 23078, + 23082 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 8 }, "end": { - "line": 845, + "line": 826, "column": 12 } } @@ -32842,31 +32154,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 23647, - 23656 + 23083, + 23092 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 13 }, "end": { - "line": 845, + "line": 826, "column": 22 } } }, "range": [ - 23642, - 23656 + 23078, + 23092 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 8 }, "end": { - "line": 845, + "line": 826, "column": 22 } } @@ -32880,16 +32192,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23659, - 23664 + 23095, + 23100 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 25 }, "end": { - "line": 845, + "line": 826, "column": 30 } } @@ -32902,16 +32214,16 @@ "type": "Identifier", "name": "f", "range": [ - 23665, - 23666 + 23101, + 23102 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 31 }, "end": { - "line": 845, + "line": 826, "column": 32 } } @@ -32920,47 +32232,47 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23667, - 23685 + 23103, + 23121 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 33 }, "end": { - "line": 845, + "line": 826, "column": 51 } } }, "range": [ - 23665, - 23685 + 23101, + 23121 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 31 }, "end": { - "line": 845, + "line": 826, "column": 51 } } } ], "range": [ - 23659, - 23686 + 23095, + 23122 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 25 }, "end": { - "line": 845, + "line": 826, "column": 52 } } @@ -32971,16 +32283,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23702, - 23709 + 23138, + 23145 ], "loc": { "start": { - "line": 846, + "line": 827, "column": 12 }, "end": { - "line": 846, + "line": 827, "column": 19 } } @@ -32993,16 +32305,16 @@ "type": "Identifier", "name": "f", "range": [ - 23710, - 23711 + 23146, + 23147 ], "loc": { "start": { - "line": 846, + "line": 827, "column": 20 }, "end": { - "line": 846, + "line": 827, "column": 21 } } @@ -33011,92 +32323,92 @@ "type": "Identifier", "name": "no_results_message", "range": [ - 23712, - 23730 + 23148, + 23166 ], "loc": { "start": { - "line": 846, + "line": 827, "column": 22 }, "end": { - "line": 846, + "line": 827, "column": 40 } } }, "range": [ - 23710, - 23730 + 23146, + 23166 ], "loc": { "start": { - "line": 846, + "line": 827, "column": 20 }, "end": { - "line": 846, + "line": 827, "column": 40 } } } ], "range": [ - 23702, - 23731 + 23138, + 23167 ], "loc": { "start": { - "line": 846, + "line": 827, "column": 12 }, "end": { - "line": 846, + "line": 827, "column": 41 } } }, "range": [ - 23659, - 23731 + 23095, + 23167 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 25 }, "end": { - "line": 846, + "line": 827, "column": 41 } } }, "range": [ - 23642, - 23731 + 23078, + 23167 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 8 }, "end": { - "line": 846, + "line": 827, "column": 41 } } }, "range": [ - 23642, - 23732 + 23078, + 23168 ], "loc": { "start": { - "line": 845, + "line": 826, "column": 8 }, "end": { - "line": 846, + "line": 827, "column": 42 } }, @@ -33105,16 +32417,16 @@ "type": "Block", "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", "range": [ - 23541, - 23633 + 22977, + 23069 ], "loc": { "start": { - "line": 841, + "line": 822, "column": 8 }, "end": { - "line": 844, + "line": 825, "column": 11 } } @@ -33125,16 +32437,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23742, - 23820 + 23178, + 23256 ], "loc": { "start": { - "line": 848, + "line": 829, "column": 8 }, "end": { - "line": 851, + "line": 832, "column": 11 } } @@ -33152,16 +32464,16 @@ "object": { "type": "ThisExpression", "range": [ - 23829, - 23833 + 23265, + 23269 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 8 }, "end": { - "line": 852, + "line": 833, "column": 12 } } @@ -33170,31 +32482,31 @@ "type": "Identifier", "name": "state", "range": [ - 23834, - 23839 + 23270, + 23275 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 13 }, "end": { - "line": 852, + "line": 833, "column": 18 } } }, "range": [ - 23829, - 23839 + 23265, + 23275 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 8 }, "end": { - "line": 852, + "line": 833, "column": 18 } } @@ -33208,16 +32520,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 23842, - 23847 + 23278, + 23283 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 21 }, "end": { - "line": 852, + "line": 833, "column": 26 } } @@ -33230,16 +32542,16 @@ "type": "Identifier", "name": "f", "range": [ - 23848, - 23849 + 23284, + 23285 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 27 }, "end": { - "line": 852, + "line": 833, "column": 28 } } @@ -33248,47 +32560,47 @@ "type": "Identifier", "name": "state", "range": [ - 23850, - 23855 + 23286, + 23291 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 29 }, "end": { - "line": 852, + "line": 833, "column": 34 } } }, "range": [ - 23848, - 23855 + 23284, + 23291 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 27 }, "end": { - "line": 852, + "line": 833, "column": 34 } } } ], "range": [ - 23842, - 23856 + 23278, + 23292 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 21 }, "end": { - "line": 852, + "line": 833, "column": 35 } } @@ -33299,16 +32611,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 23860, - 23867 + 23296, + 23303 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 39 }, "end": { - "line": 852, + "line": 833, "column": 46 } } @@ -33321,16 +32633,16 @@ "type": "Identifier", "name": "f", "range": [ - 23868, - 23869 + 23304, + 23305 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 47 }, "end": { - "line": 852, + "line": 833, "column": 48 } } @@ -33339,92 +32651,92 @@ "type": "Identifier", "name": "state", "range": [ - 23870, - 23875 + 23306, + 23311 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 49 }, "end": { - "line": 852, + "line": 833, "column": 54 } } }, "range": [ - 23868, - 23875 + 23304, + 23311 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 47 }, "end": { - "line": 852, + "line": 833, "column": 54 } } } ], "range": [ - 23860, - 23876 + 23296, + 23312 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 39 }, "end": { - "line": 852, + "line": 833, "column": 55 } } }, "range": [ - 23842, - 23876 + 23278, + 23312 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 21 }, "end": { - "line": 852, + "line": 833, "column": 55 } } }, "range": [ - 23829, - 23876 + 23265, + 23312 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 8 }, "end": { - "line": 852, + "line": 833, "column": 55 } } }, "range": [ - 23829, - 23877 + 23265, + 23313 ], "loc": { "start": { - "line": 852, + "line": 833, "column": 8 }, "end": { - "line": 852, + "line": 833, "column": 56 } }, @@ -33433,16 +32745,16 @@ "type": "Block", "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23742, - 23820 + 23178, + 23256 ], "loc": { "start": { - "line": 848, + "line": 829, "column": 8 }, "end": { - "line": 851, + "line": 832, "column": 11 } } @@ -33453,16 +32765,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23887, - 23907 + 23323, + 23343 ], "loc": { "start": { - "line": 854, + "line": 835, "column": 8 }, "end": { - "line": 854, + "line": 835, "column": 28 } } @@ -33471,16 +32783,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": [ - 23917, - 24084 + 23353, + 23520 ], "loc": { "start": { - "line": 856, + "line": 837, "column": 8 }, "end": { - "line": 860, + "line": 841, "column": 11 } } @@ -33498,16 +32810,16 @@ "object": { "type": "ThisExpression", "range": [ - 24093, - 24097 + 23529, + 23533 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 8 }, "end": { - "line": 861, + "line": 842, "column": 12 } } @@ -33516,31 +32828,31 @@ "type": "Identifier", "name": "locale", "range": [ - 24098, - 24104 + 23534, + 23540 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 13 }, "end": { - "line": 861, + "line": 842, "column": 19 } } }, "range": [ - 24093, - 24104 + 23529, + 23540 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 8 }, "end": { - "line": 861, + "line": 842, "column": 19 } } @@ -33555,16 +32867,16 @@ "type": "Identifier", "name": "f", "range": [ - 24107, - 24108 + 23543, + 23544 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 22 }, "end": { - "line": 861, + "line": 842, "column": 23 } } @@ -33573,31 +32885,31 @@ "type": "Identifier", "name": "locale", "range": [ - 24109, - 24115 + 23545, + 23551 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 24 }, "end": { - "line": 861, + "line": 842, "column": 30 } } }, "range": [ - 24107, - 24115 + 23543, + 23551 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 22 }, "end": { - "line": 861, + "line": 842, "column": 30 } } @@ -33607,61 +32919,61 @@ "value": "en", "raw": "'en'", "range": [ - 24119, - 24123 + 23555, + 23559 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 34 }, "end": { - "line": 861, + "line": 842, "column": 38 } } }, "range": [ - 24107, - 24123 + 23543, + 23559 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 22 }, "end": { - "line": 861, + "line": 842, "column": 38 } } }, "range": [ - 24093, - 24123 + 23529, + 23559 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 8 }, "end": { - "line": 861, + "line": 842, "column": 38 } } }, "range": [ - 24093, - 24124 + 23529, + 23560 ], "loc": { "start": { - "line": 861, + "line": 842, "column": 8 }, "end": { - "line": 861, + "line": 842, "column": 39 } }, @@ -33670,16 +32982,16 @@ "type": "Block", "value": "** data types **", "range": [ - 23887, - 23907 + 23323, + 23343 ], "loc": { "start": { - "line": 854, + "line": 835, "column": 8 }, "end": { - "line": 854, + "line": 835, "column": 28 } } @@ -33688,16 +33000,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": [ - 23917, - 24084 + 23353, + 23520 ], "loc": { "start": { - "line": 856, + "line": 837, "column": 8 }, "end": { - "line": 860, + "line": 841, "column": 11 } } @@ -33708,16 +33020,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 24134, - 24241 + 23570, + 23677 ], "loc": { "start": { - "line": 863, + "line": 844, "column": 8 }, "end": { - "line": 866, + "line": 847, "column": 11 } } @@ -33735,16 +33047,16 @@ "object": { "type": "ThisExpression", "range": [ - 24250, - 24254 + 23686, + 23690 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 8 }, "end": { - "line": 867, + "line": 848, "column": 12 } } @@ -33753,31 +33065,31 @@ "type": "Identifier", "name": "thousandsSeparator", "range": [ - 24255, - 24273 + 23691, + 23709 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 13 }, "end": { - "line": 867, + "line": 848, "column": 31 } } }, "range": [ - 24250, - 24273 + 23686, + 23709 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 8 }, "end": { - "line": 867, + "line": 848, "column": 31 } } @@ -33792,16 +33104,16 @@ "type": "Identifier", "name": "f", "range": [ - 24276, - 24277 + 23712, + 23713 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 34 }, "end": { - "line": 867, + "line": 848, "column": 35 } } @@ -33810,31 +33122,31 @@ "type": "Identifier", "name": "thousands_separator", "range": [ - 24278, - 24297 + 23714, + 23733 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 36 }, "end": { - "line": 867, + "line": 848, "column": 55 } } }, "range": [ - 24276, - 24297 + 23712, + 23733 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 34 }, "end": { - "line": 867, + "line": 848, "column": 55 } } @@ -33844,61 +33156,61 @@ "value": ",", "raw": "','", "range": [ - 24301, - 24304 + 23737, + 23740 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 59 }, "end": { - "line": 867, + "line": 848, "column": 62 } } }, "range": [ - 24276, - 24304 + 23712, + 23740 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 34 }, "end": { - "line": 867, + "line": 848, "column": 62 } } }, "range": [ - 24250, - 24304 + 23686, + 23740 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 8 }, "end": { - "line": 867, + "line": 848, "column": 62 } } }, "range": [ - 24250, - 24305 + 23686, + 23741 ], "loc": { "start": { - "line": 867, + "line": 848, "column": 8 }, "end": { - "line": 867, + "line": 848, "column": 63 } }, @@ -33907,16 +33219,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 24134, - 24241 + 23570, + 23677 ], "loc": { "start": { - "line": 863, + "line": 844, "column": 8 }, "end": { - "line": 866, + "line": 847, "column": 11 } } @@ -33927,16 +33239,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 24315, - 24420 + 23751, + 23856 ], "loc": { "start": { - "line": 869, + "line": 850, "column": 8 }, "end": { - "line": 872, + "line": 853, "column": 11 } } @@ -33954,16 +33266,16 @@ "object": { "type": "ThisExpression", "range": [ - 24429, - 24433 + 23865, + 23869 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 8 }, "end": { - "line": 873, + "line": 854, "column": 12 } } @@ -33972,31 +33284,31 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 24434, - 24450 + 23870, + 23886 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 13 }, "end": { - "line": 873, + "line": 854, "column": 29 } } }, "range": [ - 24429, - 24450 + 23865, + 23886 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 8 }, "end": { - "line": 873, + "line": 854, "column": 29 } } @@ -34011,16 +33323,16 @@ "type": "Identifier", "name": "f", "range": [ - 24453, - 24454 + 23889, + 23890 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 32 }, "end": { - "line": 873, + "line": 854, "column": 33 } } @@ -34029,31 +33341,31 @@ "type": "Identifier", "name": "decimal_separator", "range": [ - 24455, - 24472 + 23891, + 23908 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 34 }, "end": { - "line": 873, + "line": 854, "column": 51 } } }, "range": [ - 24453, - 24472 + 23889, + 23908 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 32 }, "end": { - "line": 873, + "line": 854, "column": 51 } } @@ -34063,61 +33375,61 @@ "value": ".", "raw": "'.'", "range": [ - 24476, - 24479 + 23912, + 23915 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 55 }, "end": { - "line": 873, + "line": 854, "column": 58 } } }, "range": [ - 24453, - 24479 + 23889, + 23915 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 32 }, "end": { - "line": 873, + "line": 854, "column": 58 } } }, "range": [ - 24429, - 24479 + 23865, + 23915 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 8 }, "end": { - "line": 873, + "line": 854, "column": 58 } } }, "range": [ - 24429, - 24480 + 23865, + 23916 ], "loc": { "start": { - "line": 873, + "line": 854, "column": 8 }, "end": { - "line": 873, + "line": 854, "column": 59 } }, @@ -34126,16 +33438,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 24315, - 24420 + 23751, + 23856 ], "loc": { "start": { - "line": 869, + "line": 850, "column": 8 }, "end": { - "line": 872, + "line": 853, "column": 11 } } @@ -34146,16 +33458,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": [ - 24490, - 25088 + 23926, + 24524 ], "loc": { "start": { - "line": 875, + "line": 856, "column": 8 }, "end": { - "line": 888, + "line": 869, "column": 11 } } @@ -34173,16 +33485,16 @@ "object": { "type": "ThisExpression", "range": [ - 25097, - 25101 + 24533, + 24537 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 8 }, "end": { - "line": 889, + "line": 870, "column": 12 } } @@ -34191,31 +33503,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 25102, - 25110 + 24538, + 24546 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 13 }, "end": { - "line": 889, + "line": 870, "column": 21 } } }, "range": [ - 25097, - 25110 + 24533, + 24546 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 8 }, "end": { - "line": 889, + "line": 870, "column": 21 } } @@ -34228,16 +33540,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 25113, - 25120 + 24549, + 24556 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 24 }, "end": { - "line": 889, + "line": 870, "column": 31 } } @@ -34250,16 +33562,16 @@ "type": "Identifier", "name": "f", "range": [ - 25121, - 25122 + 24557, + 24558 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 32 }, "end": { - "line": 889, + "line": 870, "column": 33 } } @@ -34268,47 +33580,47 @@ "type": "Identifier", "name": "col_types", "range": [ - 25123, - 25132 + 24559, + 24568 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 34 }, "end": { - "line": 889, + "line": 870, "column": 43 } } }, "range": [ - 25121, - 25132 + 24557, + 24568 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 32 }, "end": { - "line": 889, + "line": 870, "column": 43 } } } ], "range": [ - 25113, - 25133 + 24549, + 24569 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 24 }, "end": { - "line": 889, + "line": 870, "column": 44 } } @@ -34320,16 +33632,16 @@ "type": "Identifier", "name": "f", "range": [ - 25136, - 25137 + 24572, + 24573 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 47 }, "end": { - "line": 889, + "line": 870, "column": 48 } } @@ -34338,31 +33650,31 @@ "type": "Identifier", "name": "col_types", "range": [ - 25138, - 25147 + 24574, + 24583 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 49 }, "end": { - "line": 889, + "line": 870, "column": 58 } } }, "range": [ - 25136, - 25147 + 24572, + 24583 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 47 }, "end": { - "line": 889, + "line": 870, "column": 58 } } @@ -34371,61 +33683,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 25150, - 25152 + 24586, + 24588 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 61 }, "end": { - "line": 889, + "line": 870, "column": 63 } } }, "range": [ - 25113, - 25152 + 24549, + 24588 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 24 }, "end": { - "line": 889, + "line": 870, "column": 63 } } }, "range": [ - 25097, - 25152 + 24533, + 24588 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 8 }, "end": { - "line": 889, + "line": 870, "column": 63 } } }, "range": [ - 25097, - 25153 + 24533, + 24589 ], "loc": { "start": { - "line": 889, + "line": 870, "column": 8 }, "end": { - "line": 889, + "line": 870, "column": 64 } }, @@ -34434,12 +33746,489 @@ "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": [ - 24490, - 25088 + 23926, + 24524 ], "loc": { "start": { - "line": 875, + "line": 856, + "column": 8 + }, + "end": { + "line": 869, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "** ids prefixes **", + "range": [ + 24599, + 24621 + ], + "loc": { + "start": { + "line": 872, + "column": 8 + }, + "end": { + "line": 872, + "column": 30 + } + } + }, + { + "type": "Block", + "value": "*\n * Main prefix\n * @private\n ", + "range": [ + 24630, + 24688 + ], + "loc": { + "start": { + "line": 873, + "column": 8 + }, + "end": { + "line": 876, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 24697, + 24701 + ], + "loc": { + "start": { + "line": 877, + "column": 8 + }, + "end": { + "line": 877, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "prfxTf", + "range": [ + 24702, + 24708 + ], + "loc": { + "start": { + "line": 877, + "column": 13 + }, + "end": { + "line": 877, + "column": 19 + } + } + }, + "range": [ + 24697, + 24708 + ], + "loc": { + "start": { + "line": 877, + "column": 8 + }, + "end": { + "line": 877, + "column": 19 + } + } + }, + "right": { + "type": "Literal", + "value": "TF", + "raw": "'TF'", + "range": [ + 24711, + 24715 + ], + "loc": { + "start": { + "line": 877, + "column": 22 + }, + "end": { + "line": 877, + "column": 26 + } + } + }, + "range": [ + 24697, + 24715 + ], + "loc": { + "start": { + "line": 877, + "column": 8 + }, + "end": { + "line": 877, + "column": 26 + } + } + }, + "range": [ + 24697, + 24716 + ], + "loc": { + "start": { + "line": 877, + "column": 8 + }, + "end": { + "line": 877, + "column": 27 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "** ids prefixes **", + "range": [ + 24599, + 24621 + ], + "loc": { + "start": { + "line": 872, + "column": 8 + }, + "end": { + "line": 872, + "column": 30 + } + } + }, + { + "type": "Block", + "value": "*\n * Main prefix\n * @private\n ", + "range": [ + 24630, + 24688 + ], + "loc": { + "start": { + "line": 873, + "column": 8 + }, + "end": { + "line": 876, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", + "range": [ + 24726, + 24810 + ], + "loc": { + "start": { + "line": 879, + "column": 8 + }, + "end": { + "line": 882, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 24819, + 24823 + ], + "loc": { + "start": { + "line": 883, + "column": 8 + }, + "end": { + "line": 883, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "prfxFlt", + "range": [ + 24824, + 24831 + ], + "loc": { + "start": { + "line": 883, + "column": 13 + }, + "end": { + "line": 883, + "column": 20 + } + } + }, + "range": [ + 24819, + 24831 + ], + "loc": { + "start": { + "line": 883, + "column": 8 + }, + "end": { + "line": 883, + "column": 20 + } + } + }, + "right": { + "type": "Literal", + "value": "flt", + "raw": "'flt'", + "range": [ + 24834, + 24839 + ], + "loc": { + "start": { + "line": 883, + "column": 23 + }, + "end": { + "line": 883, + "column": 28 + } + } + }, + "range": [ + 24819, + 24839 + ], + "loc": { + "start": { + "line": 883, + "column": 8 + }, + "end": { + "line": 883, + "column": 28 + } + } + }, + "range": [ + 24819, + 24840 + ], + "loc": { + "start": { + "line": 883, + "column": 8 + }, + "end": { + "line": 883, + "column": 29 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", + "range": [ + 24726, + 24810 + ], + "loc": { + "start": { + "line": 879, + "column": 8 + }, + "end": { + "line": 882, + "column": 11 + } + } + } + ], + "trailingComments": [ + { + "type": "Block", + "value": "*\n * Button's ID prefix\n * @private\n ", + "range": [ + 24850, + 24915 + ], + "loc": { + "start": { + "line": 885, + "column": 8 + }, + "end": { + "line": 888, + "column": 11 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 24924, + 24928 + ], + "loc": { + "start": { + "line": 889, + "column": 8 + }, + "end": { + "line": 889, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "name": "prfxValButton", + "range": [ + 24929, + 24942 + ], + "loc": { + "start": { + "line": 889, + "column": 13 + }, + "end": { + "line": 889, + "column": 26 + } + } + }, + "range": [ + 24924, + 24942 + ], + "loc": { + "start": { + "line": 889, + "column": 8 + }, + "end": { + "line": 889, + "column": 26 + } + } + }, + "right": { + "type": "Literal", + "value": "btn", + "raw": "'btn'", + "range": [ + 24945, + 24950 + ], + "loc": { + "start": { + "line": 889, + "column": 29 + }, + "end": { + "line": 889, + "column": 34 + } + } + }, + "range": [ + 24924, + 24950 + ], + "loc": { + "start": { + "line": 889, + "column": 8 + }, + "end": { + "line": 889, + "column": 34 + } + } + }, + "range": [ + 24924, + 24951 + ], + "loc": { + "start": { + "line": 889, + "column": 8 + }, + "end": { + "line": 889, + "column": 35 + } + }, + "leadingComments": [ + { + "type": "Block", + "value": "*\n * Button's ID prefix\n * @private\n ", + "range": [ + 24850, + 24915 + ], + "loc": { + "start": { + "line": 885, "column": 8 }, "end": { @@ -34449,498 +34238,21 @@ } } ], - "trailingComments": [ - { - "type": "Block", - "value": "** ids prefixes **", - "range": [ - 25163, - 25185 - ], - "loc": { - "start": { - "line": 891, - "column": 8 - }, - "end": { - "line": 891, - "column": 30 - } - } - }, - { - "type": "Block", - "value": "*\n * Main prefix\n * @private\n ", - "range": [ - 25194, - 25252 - ], - "loc": { - "start": { - "line": 892, - "column": 8 - }, - "end": { - "line": 895, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 25261, - 25265 - ], - "loc": { - "start": { - "line": 896, - "column": 8 - }, - "end": { - "line": 896, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "prfxTf", - "range": [ - 25266, - 25272 - ], - "loc": { - "start": { - "line": 896, - "column": 13 - }, - "end": { - "line": 896, - "column": 19 - } - } - }, - "range": [ - 25261, - 25272 - ], - "loc": { - "start": { - "line": 896, - "column": 8 - }, - "end": { - "line": 896, - "column": 19 - } - } - }, - "right": { - "type": "Literal", - "value": "TF", - "raw": "'TF'", - "range": [ - 25275, - 25279 - ], - "loc": { - "start": { - "line": 896, - "column": 22 - }, - "end": { - "line": 896, - "column": 26 - } - } - }, - "range": [ - 25261, - 25279 - ], - "loc": { - "start": { - "line": 896, - "column": 8 - }, - "end": { - "line": 896, - "column": 26 - } - } - }, - "range": [ - 25261, - 25280 - ], - "loc": { - "start": { - "line": 896, - "column": 8 - }, - "end": { - "line": 896, - "column": 27 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "** ids prefixes **", - "range": [ - 25163, - 25185 - ], - "loc": { - "start": { - "line": 891, - "column": 8 - }, - "end": { - "line": 891, - "column": 30 - } - } - }, - { - "type": "Block", - "value": "*\n * Main prefix\n * @private\n ", - "range": [ - 25194, - 25252 - ], - "loc": { - "start": { - "line": 892, - "column": 8 - }, - "end": { - "line": 895, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", - "range": [ - 25290, - 25374 - ], - "loc": { - "start": { - "line": 898, - "column": 8 - }, - "end": { - "line": 901, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 25383, - 25387 - ], - "loc": { - "start": { - "line": 902, - "column": 8 - }, - "end": { - "line": 902, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "prfxFlt", - "range": [ - 25388, - 25395 - ], - "loc": { - "start": { - "line": 902, - "column": 13 - }, - "end": { - "line": 902, - "column": 20 - } - } - }, - "range": [ - 25383, - 25395 - ], - "loc": { - "start": { - "line": 902, - "column": 8 - }, - "end": { - "line": 902, - "column": 20 - } - } - }, - "right": { - "type": "Literal", - "value": "flt", - "raw": "'flt'", - "range": [ - 25398, - 25403 - ], - "loc": { - "start": { - "line": 902, - "column": 23 - }, - "end": { - "line": 902, - "column": 28 - } - } - }, - "range": [ - 25383, - 25403 - ], - "loc": { - "start": { - "line": 902, - "column": 8 - }, - "end": { - "line": 902, - "column": 28 - } - } - }, - "range": [ - 25383, - 25404 - ], - "loc": { - "start": { - "line": 902, - "column": 8 - }, - "end": { - "line": 902, - "column": 29 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", - "range": [ - 25290, - 25374 - ], - "loc": { - "start": { - "line": 898, - "column": 8 - }, - "end": { - "line": 901, - "column": 11 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Button's ID prefix\n * @private\n ", - "range": [ - 25414, - 25479 - ], - "loc": { - "start": { - "line": 904, - "column": 8 - }, - "end": { - "line": 907, - "column": 11 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 25488, - 25492 - ], - "loc": { - "start": { - "line": 908, - "column": 8 - }, - "end": { - "line": 908, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "prfxValButton", - "range": [ - 25493, - 25506 - ], - "loc": { - "start": { - "line": 908, - "column": 13 - }, - "end": { - "line": 908, - "column": 26 - } - } - }, - "range": [ - 25488, - 25506 - ], - "loc": { - "start": { - "line": 908, - "column": 8 - }, - "end": { - "line": 908, - "column": 26 - } - } - }, - "right": { - "type": "Literal", - "value": "btn", - "raw": "'btn'", - "range": [ - 25509, - 25514 - ], - "loc": { - "start": { - "line": 908, - "column": 29 - }, - "end": { - "line": 908, - "column": 34 - } - } - }, - "range": [ - 25488, - 25514 - ], - "loc": { - "start": { - "line": 908, - "column": 8 - }, - "end": { - "line": 908, - "column": 34 - } - } - }, - "range": [ - 25488, - 25515 - ], - "loc": { - "start": { - "line": 908, - "column": 8 - }, - "end": { - "line": 908, - "column": 35 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Button's ID prefix\n * @private\n ", - "range": [ - 25414, - 25479 - ], - "loc": { - "start": { - "line": 904, - "column": 8 - }, - "end": { - "line": 907, - "column": 11 - } - } - } - ], "trailingComments": [ { "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25525, - 25599 + 24961, + 25035 ], "loc": { "start": { - "line": 910, + "line": 891, "column": 8 }, "end": { - "line": 913, + "line": 894, "column": 11 } } @@ -34958,16 +34270,16 @@ "object": { "type": "ThisExpression", "range": [ - 25608, - 25612 + 25044, + 25048 ], "loc": { "start": { - "line": 914, + "line": 895, "column": 8 }, "end": { - "line": 914, + "line": 895, "column": 12 } } @@ -34976,31 +34288,31 @@ "type": "Identifier", "name": "prfxInfDiv", "range": [ - 25613, - 25623 + 25049, + 25059 ], "loc": { "start": { - "line": 914, + "line": 895, "column": 13 }, "end": { - "line": 914, + "line": 895, "column": 23 } } }, "range": [ - 25608, - 25623 + 25044, + 25059 ], "loc": { "start": { - "line": 914, + "line": 895, "column": 8 }, "end": { - "line": 914, + "line": 895, "column": 23 } } @@ -35010,46 +34322,46 @@ "value": "inf_", "raw": "'inf_'", "range": [ - 25626, - 25632 + 25062, + 25068 ], "loc": { "start": { - "line": 914, + "line": 895, "column": 26 }, "end": { - "line": 914, + "line": 895, "column": 32 } } }, "range": [ - 25608, - 25632 + 25044, + 25068 ], "loc": { "start": { - "line": 914, + "line": 895, "column": 8 }, "end": { - "line": 914, + "line": 895, "column": 32 } } }, "range": [ - 25608, - 25633 + 25044, + 25069 ], "loc": { "start": { - "line": 914, + "line": 895, "column": 8 }, "end": { - "line": 914, + "line": 895, "column": 33 } }, @@ -35058,16 +34370,16 @@ "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25525, - 25599 + 24961, + 25035 ], "loc": { "start": { - "line": 910, + "line": 891, "column": 8 }, "end": { - "line": 913, + "line": 894, "column": 11 } } @@ -35078,16 +34390,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25643, - 25720 + 25079, + 25156 ], "loc": { "start": { - "line": 916, + "line": 897, "column": 8 }, "end": { - "line": 919, + "line": 900, "column": 11 } } @@ -35105,16 +34417,16 @@ "object": { "type": "ThisExpression", "range": [ - 25729, - 25733 + 25165, + 25169 ], "loc": { "start": { - "line": 920, + "line": 901, "column": 8 }, "end": { - "line": 920, + "line": 901, "column": 12 } } @@ -35123,31 +34435,31 @@ "type": "Identifier", "name": "prfxLDiv", "range": [ - 25734, - 25742 + 25170, + 25178 ], "loc": { "start": { - "line": 920, + "line": 901, "column": 13 }, "end": { - "line": 920, + "line": 901, "column": 21 } } }, "range": [ - 25729, - 25742 + 25165, + 25178 ], "loc": { "start": { - "line": 920, + "line": 901, "column": 8 }, "end": { - "line": 920, + "line": 901, "column": 21 } } @@ -35157,46 +34469,46 @@ "value": "ldiv_", "raw": "'ldiv_'", "range": [ - 25745, - 25752 + 25181, + 25188 ], "loc": { "start": { - "line": 920, + "line": 901, "column": 24 }, "end": { - "line": 920, + "line": 901, "column": 31 } } }, "range": [ - 25729, - 25752 + 25165, + 25188 ], "loc": { "start": { - "line": 920, + "line": 901, "column": 8 }, "end": { - "line": 920, + "line": 901, "column": 31 } } }, "range": [ - 25729, - 25753 + 25165, + 25189 ], "loc": { "start": { - "line": 920, + "line": 901, "column": 8 }, "end": { - "line": 920, + "line": 901, "column": 32 } }, @@ -35205,16 +34517,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25643, - 25720 + 25079, + 25156 ], "loc": { "start": { - "line": 916, + "line": 897, "column": 8 }, "end": { - "line": 919, + "line": 900, "column": 11 } } @@ -35225,16 +34537,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25763, - 25841 + 25199, + 25277 ], "loc": { "start": { - "line": 922, + "line": 903, "column": 8 }, "end": { - "line": 925, + "line": 906, "column": 11 } } @@ -35252,16 +34564,16 @@ "object": { "type": "ThisExpression", "range": [ - 25850, - 25854 + 25286, + 25290 ], "loc": { "start": { - "line": 926, + "line": 907, "column": 8 }, "end": { - "line": 926, + "line": 907, "column": 12 } } @@ -35270,31 +34582,31 @@ "type": "Identifier", "name": "prfxRDiv", "range": [ - 25855, - 25863 + 25291, + 25299 ], "loc": { "start": { - "line": 926, + "line": 907, "column": 13 }, "end": { - "line": 926, + "line": 907, "column": 21 } } }, "range": [ - 25850, - 25863 + 25286, + 25299 ], "loc": { "start": { - "line": 926, + "line": 907, "column": 8 }, "end": { - "line": 926, + "line": 907, "column": 21 } } @@ -35304,46 +34616,46 @@ "value": "rdiv_", "raw": "'rdiv_'", "range": [ - 25866, - 25873 + 25302, + 25309 ], "loc": { "start": { - "line": 926, + "line": 907, "column": 24 }, "end": { - "line": 926, + "line": 907, "column": 31 } } }, "range": [ - 25850, - 25873 + 25286, + 25309 ], "loc": { "start": { - "line": 926, + "line": 907, "column": 8 }, "end": { - "line": 926, + "line": 907, "column": 31 } } }, "range": [ - 25850, - 25874 + 25286, + 25310 ], "loc": { "start": { - "line": 926, + "line": 907, "column": 8 }, "end": { - "line": 926, + "line": 907, "column": 32 } }, @@ -35352,16 +34664,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25763, - 25841 + 25199, + 25277 ], "loc": { "start": { - "line": 922, + "line": 903, "column": 8 }, "end": { - "line": 925, + "line": 906, "column": 11 } } @@ -35372,16 +34684,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25884, - 25963 + 25320, + 25399 ], "loc": { "start": { - "line": 928, + "line": 909, "column": 8 }, "end": { - "line": 931, + "line": 912, "column": 11 } } @@ -35399,16 +34711,16 @@ "object": { "type": "ThisExpression", "range": [ - 25972, - 25976 + 25408, + 25412 ], "loc": { "start": { - "line": 932, + "line": 913, "column": 8 }, "end": { - "line": 932, + "line": 913, "column": 12 } } @@ -35417,31 +34729,31 @@ "type": "Identifier", "name": "prfxMDiv", "range": [ - 25977, - 25985 + 25413, + 25421 ], "loc": { "start": { - "line": 932, + "line": 913, "column": 13 }, "end": { - "line": 932, + "line": 913, "column": 21 } } }, "range": [ - 25972, - 25985 + 25408, + 25421 ], "loc": { "start": { - "line": 932, + "line": 913, "column": 8 }, "end": { - "line": 932, + "line": 913, "column": 21 } } @@ -35451,46 +34763,46 @@ "value": "mdiv_", "raw": "'mdiv_'", "range": [ - 25988, - 25995 + 25424, + 25431 ], "loc": { "start": { - "line": 932, + "line": 913, "column": 24 }, "end": { - "line": 932, + "line": 913, "column": 31 } } }, "range": [ - 25972, - 25995 + 25408, + 25431 ], "loc": { "start": { - "line": 932, + "line": 913, "column": 8 }, "end": { - "line": 932, + "line": 913, "column": 31 } } }, "range": [ - 25972, - 25996 + 25408, + 25432 ], "loc": { "start": { - "line": 932, + "line": 913, "column": 8 }, "end": { - "line": 932, + "line": 913, "column": 32 } }, @@ -35499,16 +34811,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25884, - 25963 + 25320, + 25399 ], "loc": { "start": { - "line": 928, + "line": 909, "column": 8 }, "end": { - "line": 931, + "line": 912, "column": 11 } } @@ -35519,16 +34831,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 26006, - 26073 + 25442, + 25509 ], "loc": { "start": { - "line": 934, + "line": 915, "column": 8 }, "end": { - "line": 937, + "line": 918, "column": 11 } } @@ -35546,16 +34858,16 @@ "object": { "type": "ThisExpression", "range": [ - 26082, - 26086 + 25518, + 25522 ], "loc": { "start": { - "line": 938, + "line": 919, "column": 8 }, "end": { - "line": 938, + "line": 919, "column": 12 } } @@ -35564,31 +34876,31 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 26087, - 26101 + 25523, + 25537 ], "loc": { "start": { - "line": 938, + "line": 919, "column": 13 }, "end": { - "line": 938, + "line": 919, "column": 27 } } }, "range": [ - 26082, - 26101 + 25518, + 25537 ], "loc": { "start": { - "line": 938, + "line": 919, "column": 8 }, "end": { - "line": 938, + "line": 919, "column": 27 } } @@ -35598,46 +34910,46 @@ "value": "resp", "raw": "'resp'", "range": [ - 26104, - 26110 + 25540, + 25546 ], "loc": { "start": { - "line": 938, + "line": 919, "column": 30 }, "end": { - "line": 938, + "line": 919, "column": 36 } } }, "range": [ - 26082, - 26110 + 25518, + 25546 ], "loc": { "start": { - "line": 938, + "line": 919, "column": 8 }, "end": { - "line": 938, + "line": 919, "column": 36 } } }, "range": [ - 26082, - 26111 + 25518, + 25547 ], "loc": { "start": { - "line": 938, + "line": 919, "column": 8 }, "end": { - "line": 938, + "line": 919, "column": 37 } }, @@ -35646,16 +34958,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 26006, - 26073 + 25442, + 25509 ], "loc": { "start": { - "line": 934, + "line": 915, "column": 8 }, "end": { - "line": 937, + "line": 918, "column": 11 } } @@ -35666,16 +34978,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 26121, - 26141 + 25557, + 25577 ], "loc": { "start": { - "line": 940, + "line": 921, "column": 8 }, "end": { - "line": 940, + "line": 921, "column": 28 } } @@ -35684,16 +34996,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 26150, - 26247 + 25586, + 25683 ], "loc": { "start": { - "line": 941, + "line": 922, "column": 8 }, "end": { - "line": 945, + "line": 926, "column": 11 } } @@ -35711,16 +35023,16 @@ "object": { "type": "ThisExpression", "range": [ - 26256, - 26260 + 25692, + 25696 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 8 }, "end": { - "line": 946, + "line": 927, "column": 12 } } @@ -35729,31 +35041,31 @@ "type": "Identifier", "name": "extensions", "range": [ - 26261, - 26271 + 25697, + 25707 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 13 }, "end": { - "line": 946, + "line": 927, "column": 23 } } }, "range": [ - 26256, - 26271 + 25692, + 25707 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 8 }, "end": { - "line": 946, + "line": 927, "column": 23 } } @@ -35765,16 +35077,16 @@ "type": "Identifier", "name": "f", "range": [ - 26274, - 26275 + 25710, + 25711 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 26 }, "end": { - "line": 946, + "line": 927, "column": 27 } } @@ -35783,61 +35095,61 @@ "type": "Identifier", "name": "extensions", "range": [ - 26276, - 26286 + 25712, + 25722 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 28 }, "end": { - "line": 946, + "line": 927, "column": 38 } } }, "range": [ - 26274, - 26286 + 25710, + 25722 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 26 }, "end": { - "line": 946, + "line": 927, "column": 38 } } }, "range": [ - 26256, - 26286 + 25692, + 25722 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 8 }, "end": { - "line": 946, + "line": 927, "column": 38 } } }, "range": [ - 26256, - 26287 + 25692, + 25723 ], "loc": { "start": { - "line": 946, + "line": 927, "column": 8 }, "end": { - "line": 946, + "line": 927, "column": 39 } }, @@ -35846,16 +35158,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 26121, - 26141 + 25557, + 25577 ], "loc": { "start": { - "line": 940, + "line": 921, "column": 8 }, "end": { - "line": 940, + "line": 921, "column": 28 } } @@ -35864,16 +35176,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 26150, - 26247 + 25586, + 25683 ], "loc": { "start": { - "line": 941, + "line": 922, "column": 8 }, "end": { - "line": 945, + "line": 926, "column": 11 } } @@ -35884,16 +35196,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26297, - 26410 + 25733, + 25846 ], "loc": { "start": { - "line": 948, + "line": 929, "column": 8 }, "end": { - "line": 952, + "line": 933, "column": 11 } } @@ -35911,16 +35223,16 @@ "object": { "type": "ThisExpression", "range": [ - 26419, - 26423 + 25855, + 25859 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 8 }, "end": { - "line": 953, + "line": 934, "column": 12 } } @@ -35929,31 +35241,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 26424, - 26437 + 25860, + 25873 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 13 }, "end": { - "line": 953, + "line": 934, "column": 26 } } }, "range": [ - 26419, - 26437 + 25855, + 25873 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 8 }, "end": { - "line": 953, + "line": 934, "column": 26 } } @@ -35964,16 +35276,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 26440, - 26447 + 25876, + 25883 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 29 }, "end": { - "line": 953, + "line": 934, "column": 36 } } @@ -35985,16 +35297,16 @@ "object": { "type": "ThisExpression", "range": [ - 26448, - 26452 + 25884, + 25888 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 37 }, "end": { - "line": 953, + "line": 934, "column": 41 } } @@ -36003,77 +35315,77 @@ "type": "Identifier", "name": "extensions", "range": [ - 26453, - 26463 + 25889, + 25899 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 42 }, "end": { - "line": 953, + "line": 934, "column": 52 } } }, "range": [ - 26448, - 26463 + 25884, + 25899 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 37 }, "end": { - "line": 953, + "line": 934, "column": 52 } } } ], "range": [ - 26440, - 26464 + 25876, + 25900 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 29 }, "end": { - "line": 953, + "line": 934, "column": 53 } } }, "range": [ - 26419, - 26464 + 25855, + 25900 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 8 }, "end": { - "line": 953, + "line": 934, "column": 53 } } }, "range": [ - 26419, - 26465 + 25855, + 25901 ], "loc": { "start": { - "line": 953, + "line": 934, "column": 8 }, "end": { - "line": 953, + "line": 934, "column": 54 } }, @@ -36082,16 +35394,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26297, - 26410 + 25733, + 25846 ], "loc": { "start": { - "line": 948, + "line": 929, "column": 8 }, "end": { - "line": 952, + "line": 933, "column": 11 } } @@ -36102,16 +35414,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26475, - 26491 + 25911, + 25927 ], "loc": { "start": { - "line": 955, + "line": 936, "column": 8 }, "end": { - "line": 955, + "line": 936, "column": 24 } } @@ -36120,16 +35432,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26500, - 26574 + 25936, + 26010 ], "loc": { "start": { - "line": 956, + "line": 937, "column": 8 }, "end": { - "line": 959, + "line": 940, "column": 11 } } @@ -36147,16 +35459,16 @@ "object": { "type": "ThisExpression", "range": [ - 26583, - 26587 + 26019, + 26023 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 8 }, "end": { - "line": 960, + "line": 941, "column": 12 } } @@ -36165,31 +35477,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26588, - 26606 + 26024, + 26042 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 13 }, "end": { - "line": 960, + "line": 941, "column": 31 } } }, "range": [ - 26583, - 26606 + 26019, + 26042 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 8 }, "end": { - "line": 960, + "line": 941, "column": 31 } } @@ -36200,16 +35512,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 26609, - 26616 + 26045, + 26052 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 34 }, "end": { - "line": 960, + "line": 941, "column": 41 } } @@ -36222,16 +35534,16 @@ "type": "Identifier", "name": "f", "range": [ - 26617, - 26618 + 26053, + 26054 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 42 }, "end": { - "line": 960, + "line": 941, "column": 43 } } @@ -36240,77 +35552,77 @@ "type": "Identifier", "name": "enable_default_theme", "range": [ - 26619, - 26639 + 26055, + 26075 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 44 }, "end": { - "line": 960, + "line": 941, "column": 64 } } }, "range": [ - 26617, - 26639 + 26053, + 26075 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 42 }, "end": { - "line": 960, + "line": 941, "column": 64 } } } ], "range": [ - 26609, - 26640 + 26045, + 26076 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 34 }, "end": { - "line": 960, + "line": 941, "column": 65 } } }, "range": [ - 26583, - 26640 + 26019, + 26076 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 8 }, "end": { - "line": 960, + "line": 941, "column": 65 } } }, "range": [ - 26583, - 26641 + 26019, + 26077 ], "loc": { "start": { - "line": 960, + "line": 941, "column": 8 }, "end": { - "line": 960, + "line": 941, "column": 66 } }, @@ -36319,16 +35631,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26475, - 26491 + 25911, + 25927 ], "loc": { "start": { - "line": 955, + "line": 936, "column": 8 }, "end": { - "line": 955, + "line": 936, "column": 24 } } @@ -36337,16 +35649,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26500, - 26574 + 25936, + 26010 ], "loc": { "start": { - "line": 956, + "line": 937, "column": 8 }, "end": { - "line": 959, + "line": 940, "column": 11 } } @@ -36357,16 +35669,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26651, - 26761 + 26087, + 26197 ], "loc": { "start": { - "line": 962, + "line": 943, "column": 8 }, "end": { - "line": 966, + "line": 947, "column": 11 } } @@ -36384,16 +35696,16 @@ "object": { "type": "ThisExpression", "range": [ - 26770, - 26774 + 26206, + 26210 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 8 }, "end": { - "line": 967, + "line": 948, "column": 12 } } @@ -36402,31 +35714,31 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 26775, - 26784 + 26211, + 26220 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 13 }, "end": { - "line": 967, + "line": 948, "column": 22 } } }, "range": [ - 26770, - 26784 + 26206, + 26220 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 8 }, "end": { - "line": 967, + "line": 948, "column": 22 } } @@ -36440,16 +35752,16 @@ "object": { "type": "ThisExpression", "range": [ - 26788, - 26792 + 26224, + 26228 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 26 }, "end": { - "line": 967, + "line": 948, "column": 30 } } @@ -36458,31 +35770,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 26793, - 26811 + 26229, + 26247 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 31 }, "end": { - "line": 967, + "line": 948, "column": 49 } } }, "range": [ - 26788, - 26811 + 26224, + 26247 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 26 }, "end": { - "line": 967, + "line": 948, "column": 49 } } @@ -36493,16 +35805,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 26815, - 26822 + 26251, + 26258 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 53 }, "end": { - "line": 967, + "line": 948, "column": 60 } } @@ -36515,16 +35827,16 @@ "type": "Identifier", "name": "f", "range": [ - 26823, - 26824 + 26259, + 26260 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 61 }, "end": { - "line": 967, + "line": 948, "column": 62 } } @@ -36533,92 +35845,92 @@ "type": "Identifier", "name": "themes", "range": [ - 26825, - 26831 + 26261, + 26267 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 63 }, "end": { - "line": 967, + "line": 948, "column": 69 } } }, "range": [ - 26823, - 26831 + 26259, + 26267 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 61 }, "end": { - "line": 967, + "line": 948, "column": 69 } } } ], "range": [ - 26815, - 26832 + 26251, + 26268 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 53 }, "end": { - "line": 967, + "line": 948, "column": 70 } } }, "range": [ - 26788, - 26832 + 26224, + 26268 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 26 }, "end": { - "line": 967, + "line": 948, "column": 70 } } }, "range": [ - 26770, - 26833 + 26206, + 26269 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 8 }, "end": { - "line": 967, + "line": 948, "column": 71 } } }, "range": [ - 26770, - 26834 + 26206, + 26270 ], "loc": { "start": { - "line": 967, + "line": 948, "column": 8 }, "end": { - "line": 967, + "line": 948, "column": 72 } }, @@ -36627,16 +35939,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26651, - 26761 + 26087, + 26197 ], "loc": { "start": { - "line": 962, + "line": 943, "column": 8 }, "end": { - "line": 966, + "line": 947, "column": 11 } } @@ -36647,16 +35959,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26844, - 26956 + 26280, + 26392 ], "loc": { "start": { - "line": 969, + "line": 950, "column": 8 }, "end": { - "line": 973, + "line": 954, "column": 11 } } @@ -36674,16 +35986,16 @@ "object": { "type": "ThisExpression", "range": [ - 26965, - 26969 + 26401, + 26405 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 8 }, "end": { - "line": 974, + "line": 955, "column": 12 } } @@ -36692,31 +36004,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26970, - 26976 + 26406, + 26412 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 13 }, "end": { - "line": 974, + "line": 955, "column": 19 } } }, "range": [ - 26965, - 26976 + 26401, + 26412 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 8 }, "end": { - "line": 974, + "line": 955, "column": 19 } } @@ -36731,16 +36043,16 @@ "type": "Identifier", "name": "f", "range": [ - 26979, - 26980 + 26415, + 26416 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 22 }, "end": { - "line": 974, + "line": 955, "column": 23 } } @@ -36749,31 +36061,31 @@ "type": "Identifier", "name": "themes", "range": [ - 26981, - 26987 + 26417, + 26423 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 24 }, "end": { - "line": 974, + "line": 955, "column": 30 } } }, "range": [ - 26979, - 26987 + 26415, + 26423 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 22 }, "end": { - "line": 974, + "line": 955, "column": 30 } } @@ -36782,61 +36094,61 @@ "type": "ArrayExpression", "elements": [], "range": [ - 26991, - 26993 + 26427, + 26429 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 34 }, "end": { - "line": 974, + "line": 955, "column": 36 } } }, "range": [ - 26979, - 26993 + 26415, + 26429 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 22 }, "end": { - "line": 974, + "line": 955, "column": 36 } } }, "range": [ - 26965, - 26993 + 26401, + 26429 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 8 }, "end": { - "line": 974, + "line": 955, "column": 36 } } }, "range": [ - 26965, - 26994 + 26401, + 26430 ], "loc": { "start": { - "line": 974, + "line": 955, "column": 8 }, "end": { - "line": 974, + "line": 955, "column": 37 } }, @@ -36845,16 +36157,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26844, - 26956 + 26280, + 26392 ], "loc": { "start": { - "line": 969, + "line": 950, "column": 8 }, "end": { - "line": 973, + "line": 954, "column": 11 } } @@ -36865,16 +36177,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": [ - 27004, - 27185 + 26440, + 26621 ], "loc": { "start": { - "line": 976, + "line": 957, "column": 8 }, "end": { - "line": 981, + "line": 962, "column": 11 } } @@ -36892,16 +36204,16 @@ "object": { "type": "ThisExpression", "range": [ - 27194, - 27198 + 26630, + 26634 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 8 }, "end": { - "line": 982, + "line": 963, "column": 12 } } @@ -36910,31 +36222,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 27199, - 27209 + 26635, + 26645 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 13 }, "end": { - "line": 982, + "line": 963, "column": 23 } } }, "range": [ - 27194, - 27209 + 26630, + 26645 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 8 }, "end": { - "line": 982, + "line": 963, "column": 23 } } @@ -36949,16 +36261,16 @@ "type": "Identifier", "name": "f", "range": [ - 27212, - 27213 + 26648, + 26649 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 26 }, "end": { - "line": 982, + "line": 963, "column": 27 } } @@ -36967,31 +36279,31 @@ "type": "Identifier", "name": "themes_path", "range": [ - 27214, - 27225 + 26650, + 26661 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 28 }, "end": { - "line": 982, + "line": 963, "column": 39 } } }, "range": [ - 27212, - 27225 + 26648, + 26661 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 26 }, "end": { - "line": 982, + "line": 963, "column": 39 } } @@ -37005,16 +36317,16 @@ "object": { "type": "ThisExpression", "range": [ - 27229, - 27233 + 26665, + 26669 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 43 }, "end": { - "line": 982, + "line": 963, "column": 47 } } @@ -37023,31 +36335,31 @@ "type": "Identifier", "name": "stylePath", "range": [ - 27234, - 27243 + 26670, + 26679 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 48 }, "end": { - "line": 982, + "line": 963, "column": 57 } } }, "range": [ - 27229, - 27243 + 26665, + 26679 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 43 }, "end": { - "line": 982, + "line": 963, "column": 57 } } @@ -37057,76 +36369,76 @@ "value": "themes/", "raw": "'themes/'", "range": [ - 27246, - 27255 + 26682, + 26691 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 60 }, "end": { - "line": 982, + "line": 963, "column": 69 } } }, "range": [ - 27229, - 27255 + 26665, + 26691 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 43 }, "end": { - "line": 982, + "line": 963, "column": 69 } } }, "range": [ - 27212, - 27255 + 26648, + 26691 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 26 }, "end": { - "line": 982, + "line": 963, "column": 69 } } }, "range": [ - 27194, - 27255 + 26630, + 26691 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 8 }, "end": { - "line": 982, + "line": 963, "column": 69 } } }, "range": [ - 27194, - 27256 + 26630, + 26692 ], "loc": { "start": { - "line": 982, + "line": 963, "column": 8 }, "end": { - "line": 982, + "line": 963, "column": 70 } }, @@ -37135,16 +36447,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": [ - 27004, - 27185 + 26440, + 26621 ], "loc": { "start": { - "line": 976, + "line": 957, "column": 8 }, "end": { - "line": 981, + "line": 962, "column": 11 } } @@ -37155,16 +36467,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27266, - 27344 + 26702, + 26780 ], "loc": { "start": { - "line": 984, + "line": 965, "column": 8 }, "end": { - "line": 987, + "line": 968, "column": 11 } } @@ -37182,16 +36494,16 @@ "object": { "type": "ThisExpression", "range": [ - 27353, - 27357 + 26789, + 26793 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 8 }, "end": { - "line": 988, + "line": 969, "column": 12 } } @@ -37200,31 +36512,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 27358, - 27368 + 26794, + 26804 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 13 }, "end": { - "line": 988, + "line": 969, "column": 23 } } }, "range": [ - 27353, - 27368 + 26789, + 26804 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 8 }, "end": { - "line": 988, + "line": 969, "column": 23 } } @@ -37235,16 +36547,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 27371, - 27378 + 26807, + 26814 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 26 }, "end": { - "line": 988, + "line": 969, "column": 33 } } @@ -37257,16 +36569,16 @@ "type": "Identifier", "name": "f", "range": [ - 27379, - 27380 + 26815, + 26816 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 34 }, "end": { - "line": 988, + "line": 969, "column": 35 } } @@ -37275,77 +36587,77 @@ "type": "Identifier", "name": "responsive", "range": [ - 27381, - 27391 + 26817, + 26827 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 36 }, "end": { - "line": 988, + "line": 969, "column": 46 } } }, "range": [ - 27379, - 27391 + 26815, + 26827 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 34 }, "end": { - "line": 988, + "line": 969, "column": 46 } } } ], "range": [ - 27371, - 27392 + 26807, + 26828 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 26 }, "end": { - "line": 988, + "line": 969, "column": 47 } } }, "range": [ - 27353, - 27392 + 26789, + 26828 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 8 }, "end": { - "line": 988, + "line": 969, "column": 47 } } }, "range": [ - 27353, - 27393 + 26789, + 26829 ], "loc": { "start": { - "line": 988, + "line": 969, "column": 8 }, "end": { - "line": 988, + "line": 969, "column": 48 } }, @@ -37354,16 +36666,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27266, - 27344 + 26702, + 26780 ], "loc": { "start": { - "line": 984, + "line": 965, "column": 8 }, "end": { - "line": 987, + "line": 968, "column": 11 } } @@ -37374,16 +36686,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27403, - 27467 + 26839, + 26903 ], "loc": { "start": { - "line": 990, + "line": 971, "column": 8 }, "end": { - "line": 993, + "line": 974, "column": 11 } } @@ -37401,16 +36713,16 @@ "object": { "type": "ThisExpression", "range": [ - 27476, - 27480 + 26912, + 26916 ], "loc": { "start": { - "line": 994, + "line": 975, "column": 8 }, "end": { - "line": 994, + "line": 975, "column": 12 } } @@ -37419,31 +36731,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 27481, - 27484 + 26917, + 26920 ], "loc": { "start": { - "line": 994, + "line": 975, "column": 13 }, "end": { - "line": 994, + "line": 975, "column": 16 } } }, "range": [ - 27476, - 27484 + 26912, + 26920 ], "loc": { "start": { - "line": 994, + "line": 975, "column": 8 }, "end": { - "line": 994, + "line": 975, "column": 16 } } @@ -37452,46 +36764,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 27487, - 27489 + 26923, + 26925 ], "loc": { "start": { - "line": 994, + "line": 975, "column": 19 }, "end": { - "line": 994, + "line": 975, "column": 21 } } }, "range": [ - 27476, - 27489 + 26912, + 26925 ], "loc": { "start": { - "line": 994, + "line": 975, "column": 8 }, "end": { - "line": 994, + "line": 975, "column": 21 } } }, "range": [ - 27476, - 27490 + 26912, + 26926 ], "loc": { "start": { - "line": 994, + "line": 975, "column": 8 }, "end": { - "line": 994, + "line": 975, "column": 22 } }, @@ -37500,16 +36812,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27403, - 27467 + 26839, + 26903 ], "loc": { "start": { - "line": 990, + "line": 971, "column": 8 }, "end": { - "line": 993, + "line": 974, "column": 11 } } @@ -37520,16 +36832,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27500, - 27566 + 26936, + 27002 ], "loc": { "start": { - "line": 996, + "line": 977, "column": 8 }, "end": { - "line": 999, + "line": 980, "column": 11 } } @@ -37547,16 +36859,16 @@ "object": { "type": "ThisExpression", "range": [ - 27575, - 27579 + 27011, + 27015 ], "loc": { "start": { - "line": 1000, + "line": 981, "column": 8 }, "end": { - "line": 1000, + "line": 981, "column": 12 } } @@ -37565,31 +36877,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 27580, - 27591 + 27016, + 27027 ], "loc": { "start": { - "line": 1000, + "line": 981, "column": 13 }, "end": { - "line": 1000, + "line": 981, "column": 24 } } }, "range": [ - 27575, - 27591 + 27011, + 27027 ], "loc": { "start": { - "line": 1000, + "line": 981, "column": 8 }, "end": { - "line": 1000, + "line": 981, "column": 24 } } @@ -37598,46 +36910,46 @@ "type": "ObjectExpression", "properties": [], "range": [ - 27594, - 27596 + 27030, + 27032 ], "loc": { "start": { - "line": 1000, + "line": 981, "column": 27 }, "end": { - "line": 1000, + "line": 981, "column": 29 } } }, "range": [ - 27575, - 27596 + 27011, + 27032 ], "loc": { "start": { - "line": 1000, + "line": 981, "column": 8 }, "end": { - "line": 1000, + "line": 981, "column": 29 } } }, "range": [ - 27575, - 27597 + 27011, + 27033 ], "loc": { "start": { - "line": 1000, + "line": 981, "column": 8 }, "end": { - "line": 1000, + "line": 981, "column": 30 } }, @@ -37646,16 +36958,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27500, - 27566 + 26936, + 27002 ], "loc": { "start": { - "line": 996, + "line": 977, "column": 8 }, "end": { - "line": 999, + "line": 980, "column": 11 } } @@ -37666,16 +36978,16 @@ "type": "Line", "value": "load styles if necessary", "range": [ - 27607, - 27633 + 27043, + 27069 ], "loc": { "start": { - "line": 1002, + "line": 983, "column": 8 }, "end": { - "line": 1002, + "line": 983, "column": 34 } } @@ -37692,16 +37004,16 @@ "object": { "type": "ThisExpression", "range": [ - 27642, - 27646 + 27078, + 27082 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 8 }, "end": { - "line": 1003, + "line": 984, "column": 12 } } @@ -37710,31 +37022,31 @@ "type": "Identifier", "name": "import", "range": [ - 27647, - 27653 + 27083, + 27089 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 13 }, "end": { - "line": 1003, + "line": 984, "column": 19 } } }, "range": [ - 27642, - 27653 + 27078, + 27089 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 8 }, "end": { - "line": 1003, + "line": 984, "column": 19 } } @@ -37746,16 +37058,16 @@ "object": { "type": "ThisExpression", "range": [ - 27654, - 27658 + 27090, + 27094 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 20 }, "end": { - "line": 1003, + "line": 984, "column": 24 } } @@ -37764,31 +37076,31 @@ "type": "Identifier", "name": "stylesheetId", "range": [ - 27659, - 27671 + 27095, + 27107 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 25 }, "end": { - "line": 1003, + "line": 984, "column": 37 } } }, "range": [ - 27654, - 27671 + 27090, + 27107 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 20 }, "end": { - "line": 1003, + "line": 984, "column": 37 } } @@ -37799,16 +37111,16 @@ "object": { "type": "ThisExpression", "range": [ - 27673, - 27677 + 27109, + 27113 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 39 }, "end": { - "line": 1003, + "line": 984, "column": 43 } } @@ -37817,31 +37129,31 @@ "type": "Identifier", "name": "stylesheet", "range": [ - 27678, - 27688 + 27114, + 27124 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 44 }, "end": { - "line": 1003, + "line": 984, "column": 54 } } }, "range": [ - 27673, - 27688 + 27109, + 27124 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 39 }, "end": { - "line": 1003, + "line": 984, "column": 54 } } @@ -37851,16 +37163,16 @@ "value": null, "raw": "null", "range": [ - 27690, - 27694 + 27126, + 27130 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 56 }, "end": { - "line": 1003, + "line": 984, "column": 60 } } @@ -37870,47 +37182,47 @@ "value": "link", "raw": "'link'", "range": [ - 27696, - 27702 + 27132, + 27138 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 62 }, "end": { - "line": 1003, + "line": 984, "column": 68 } } } ], "range": [ - 27642, - 27703 + 27078, + 27139 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 8 }, "end": { - "line": 1003, + "line": 984, "column": 69 } } }, "range": [ - 27642, - 27704 + 27078, + 27140 ], "loc": { "start": { - "line": 1003, + "line": 984, "column": 8 }, "end": { - "line": 1003, + "line": 984, "column": 70 } }, @@ -37919,16 +37231,16 @@ "type": "Line", "value": "load styles if necessary", "range": [ - 27607, - 27633 + 27043, + 27069 ], "loc": { "start": { - "line": 1002, + "line": 983, "column": 8 }, "end": { - "line": 1002, + "line": 983, "column": 34 } } @@ -37937,16 +37249,16 @@ } ], "range": [ - 1930, - 27710 + 1989, + 27146 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 25 }, "end": { - "line": 1004, + "line": 985, "column": 5 } } @@ -37954,16 +37266,16 @@ "generator": false, "expression": false, "range": [ - 1920, - 27710 + 1979, + 27146 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 15 }, "end": { - "line": 1004, + "line": 985, "column": 5 } } @@ -37971,34 +37283,34 @@ "kind": "constructor", "computed": false, "range": [ - 1909, - 27710 + 1968, + 27146 ], "loc": { "start": { - "line": 55, + "line": 56, "column": 4 }, "end": { - "line": 1004, + "line": 985, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} 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 ", + "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": [ - 1587, - 1904 + 1640, + 1963 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 4 }, "end": { - "line": 54, + "line": 55, "column": 7 } } @@ -38009,16 +37321,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27716, - 27765 + 27152, + 27201 ], "loc": { "start": { - "line": 1006, + "line": 987, "column": 4 }, "end": { - "line": 1008, + "line": 989, "column": 7 } } @@ -38032,16 +37344,16 @@ "type": "Identifier", "name": "init", "range": [ - 27770, - 27774 + 27206, + 27210 ], "loc": { "start": { - "line": 1009, + "line": 990, "column": 4 }, "end": { - "line": 1009, + "line": 990, "column": 8 } } @@ -38061,16 +37373,16 @@ "object": { "type": "ThisExpression", "range": [ - 27791, - 27795 + 27227, + 27231 ], "loc": { "start": { - "line": 1010, + "line": 991, "column": 12 }, "end": { - "line": 1010, + "line": 991, "column": 16 } } @@ -38079,31 +37391,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 27796, - 27807 + 27232, + 27243 ], "loc": { "start": { - "line": 1010, + "line": 991, "column": 17 }, "end": { - "line": 1010, + "line": 991, "column": 28 } } }, "range": [ - 27791, - 27807 + 27227, + 27243 ], "loc": { "start": { - "line": 1010, + "line": 991, "column": 12 }, "end": { - "line": 1010, + "line": 991, "column": 28 } } @@ -38115,48 +37427,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 27823, - 27830 + 27259, + 27266 ], "loc": { "start": { - "line": 1011, + "line": 992, "column": 12 }, "end": { - "line": 1011, + "line": 992, "column": 19 } } } ], "range": [ - 27809, - 27840 + 27245, + 27276 ], "loc": { "start": { - "line": 1010, + "line": 991, "column": 30 }, "end": { - "line": 1012, + "line": 993, "column": 9 } } }, "alternate": null, "range": [ - 27787, - 27840 + 27223, + 27276 ], "loc": { "start": { - "line": 1010, + "line": 991, "column": 8 }, "end": { - "line": 1012, + "line": 993, "column": 9 } } @@ -38172,16 +37484,16 @@ "object": { "type": "ThisExpression", "range": [ - 27850, - 27854 + 27286, + 27290 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 8 }, "end": { - "line": 1014, + "line": 995, "column": 12 } } @@ -38190,31 +37502,31 @@ "type": "Identifier", "name": "nbCells", "range": [ - 27855, - 27862 + 27291, + 27298 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 13 }, "end": { - "line": 1014, + "line": 995, "column": 20 } } }, "range": [ - 27850, - 27862 + 27286, + 27298 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 8 }, "end": { - "line": 1014, + "line": 995, "column": 20 } } @@ -38227,16 +37539,16 @@ "object": { "type": "ThisExpression", "range": [ - 27865, - 27869 + 27301, + 27305 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 23 }, "end": { - "line": 1014, + "line": 995, "column": 27 } } @@ -38245,31 +37557,31 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 27870, - 27880 + 27306, + 27316 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 28 }, "end": { - "line": 1014, + "line": 995, "column": 38 } } }, "range": [ - 27865, - 27880 + 27301, + 27316 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 23 }, "end": { - "line": 1014, + "line": 995, "column": 38 } } @@ -38281,16 +37593,16 @@ "object": { "type": "ThisExpression", "range": [ - 27881, - 27885 + 27317, + 27321 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 39 }, "end": { - "line": 1014, + "line": 995, "column": 43 } } @@ -38299,77 +37611,77 @@ "type": "Identifier", "name": "refRow", "range": [ - 27886, - 27892 + 27322, + 27328 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 44 }, "end": { - "line": 1014, + "line": 995, "column": 50 } } }, "range": [ - 27881, - 27892 + 27317, + 27328 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 39 }, "end": { - "line": 1014, + "line": 995, "column": 50 } } } ], "range": [ - 27865, - 27893 + 27301, + 27329 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 23 }, "end": { - "line": 1014, + "line": 995, "column": 51 } } }, "range": [ - 27850, - 27893 + 27286, + 27329 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 8 }, "end": { - "line": 1014, + "line": 995, "column": 51 } } }, "range": [ - 27850, - 27894 + 27286, + 27330 ], "loc": { "start": { - "line": 1014, + "line": 995, "column": 8 }, "end": { - "line": 1014, + "line": 995, "column": 52 } } @@ -38383,16 +37695,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 27907, - 27910 + 27343, + 27346 ], "loc": { "start": { - "line": 1015, + "line": 996, "column": 12 }, "end": { - "line": 1015, + "line": 996, "column": 15 } } @@ -38403,16 +37715,16 @@ "object": { "type": "ThisExpression", "range": [ - 27913, - 27917 + 27349, + 27353 ], "loc": { "start": { - "line": 1015, + "line": 996, "column": 18 }, "end": { - "line": 1015, + "line": 996, "column": 22 } } @@ -38421,46 +37733,46 @@ "type": "Identifier", "name": "Mod", "range": [ - 27918, - 27921 + 27354, + 27357 ], "loc": { "start": { - "line": 1015, + "line": 996, "column": 23 }, "end": { - "line": 1015, + "line": 996, "column": 26 } } }, "range": [ - 27913, - 27921 + 27349, + 27357 ], "loc": { "start": { - "line": 1015, + "line": 996, "column": 18 }, "end": { - "line": 1015, + "line": 996, "column": 26 } } }, "range": [ - 27907, - 27921 + 27343, + 27357 ], "loc": { "start": { - "line": 1015, + "line": 996, "column": 12 }, "end": { - "line": 1015, + "line": 996, "column": 26 } } @@ -38468,16 +37780,16 @@ ], "kind": "let", "range": [ - 27903, - 27922 + 27339, + 27358 ], "loc": { "start": { - "line": 1015, + "line": 996, "column": 8 }, "end": { - "line": 1015, + "line": 996, "column": 27 } } @@ -38491,16 +37803,16 @@ "type": "Identifier", "name": "n", "range": [ - 27935, - 27936 + 27371, + 27372 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 12 }, "end": { - "line": 1016, + "line": 997, "column": 13 } } @@ -38513,16 +37825,16 @@ "object": { "type": "ThisExpression", "range": [ - 27939, - 27943 + 27375, + 27379 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 16 }, "end": { - "line": 1016, + "line": 997, "column": 20 } } @@ -38531,31 +37843,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 27944, - 27959 + 27380, + 27395 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 21 }, "end": { - "line": 1016, + "line": 997, "column": 36 } } }, "range": [ - 27939, - 27959 + 27375, + 27395 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 16 }, "end": { - "line": 1016, + "line": 997, "column": 36 } } @@ -38565,16 +37877,16 @@ "value": 1, "raw": "1", "range": [ - 27962, - 27963 + 27398, + 27399 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 39 }, "end": { - "line": 1016, + "line": 997, "column": 40 } } @@ -38585,16 +37897,16 @@ "object": { "type": "ThisExpression", "range": [ - 27966, - 27970 + 27402, + 27406 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 43 }, "end": { - "line": 1016, + "line": 997, "column": 47 } } @@ -38603,61 +37915,61 @@ "type": "Identifier", "name": "nbCells", "range": [ - 27971, - 27978 + 27407, + 27414 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 48 }, "end": { - "line": 1016, + "line": 997, "column": 55 } } }, "range": [ - 27966, - 27978 + 27402, + 27414 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 43 }, "end": { - "line": 1016, + "line": 997, "column": 55 } } }, "range": [ - 27939, - 27978 + 27375, + 27414 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 16 }, "end": { - "line": 1016, + "line": 997, "column": 55 } } }, "range": [ - 27935, - 27978 + 27371, + 27414 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 12 }, "end": { - "line": 1016, + "line": 997, "column": 55 } } @@ -38665,16 +37977,16 @@ ], "kind": "let", "range": [ - 27931, - 27979 + 27367, + 27415 ], "loc": { "start": { - "line": 1016, + "line": 997, "column": 8 }, "end": { - "line": 1016, + "line": 997, "column": 56 } } @@ -38688,32 +38000,32 @@ "type": "Identifier", "name": "inpclass", "range": [ - 27992, - 28000 + 27428, + 27436 ], "loc": { "start": { - "line": 1017, + "line": 998, "column": 12 }, "end": { - "line": 1017, + "line": 998, "column": 20 } } }, "init": null, "range": [ - 27992, - 28000 + 27428, + 27436 ], "loc": { "start": { - "line": 1017, + "line": 998, "column": 12 }, "end": { - "line": 1017, + "line": 998, "column": 20 } } @@ -38721,16 +38033,16 @@ ], "kind": "let", "range": [ - 27988, - 28001 + 27424, + 27437 ], "loc": { "start": { - "line": 1017, + "line": 998, "column": 8 }, "end": { - "line": 1017, + "line": 998, "column": 21 } }, @@ -38739,16 +38051,16 @@ "type": "Line", "value": "loads theme", "range": [ - 28011, - 28024 + 27447, + 27460 ], "loc": { "start": { - "line": 1019, + "line": 1000, "column": 8 }, "end": { - "line": 1019, + "line": 1000, "column": 21 } } @@ -38765,16 +38077,16 @@ "object": { "type": "ThisExpression", "range": [ - 28033, - 28037 + 27469, + 27473 ], "loc": { "start": { - "line": 1020, + "line": 1001, "column": 8 }, "end": { - "line": 1020, + "line": 1001, "column": 12 } } @@ -38783,62 +38095,62 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 28038, - 28048 + 27474, + 27484 ], "loc": { "start": { - "line": 1020, + "line": 1001, "column": 13 }, "end": { - "line": 1020, + "line": 1001, "column": 23 } } }, "range": [ - 28033, - 28048 + 27469, + 27484 ], "loc": { "start": { - "line": 1020, + "line": 1001, "column": 8 }, "end": { - "line": 1020, + "line": 1001, "column": 23 } } }, "arguments": [], "range": [ - 28033, - 28050 + 27469, + 27486 ], "loc": { "start": { - "line": 1020, + "line": 1001, "column": 8 }, "end": { - "line": 1020, + "line": 1001, "column": 25 } } }, "range": [ - 28033, - 28051 + 27469, + 27487 ], "loc": { "start": { - "line": 1020, + "line": 1001, "column": 8 }, "end": { - "line": 1020, + "line": 1001, "column": 26 } }, @@ -38847,16 +38159,16 @@ "type": "Line", "value": "loads theme", "range": [ - 28011, - 28024 + 27447, + 27460 ], "loc": { "start": { - "line": 1019, + "line": 1000, "column": 8 }, "end": { - "line": 1019, + "line": 1000, "column": 21 } } @@ -38867,16 +38179,16 @@ "type": "Line", "value": " Instanciate sugar date wrapper", "range": [ - 28061, - 28094 + 27497, + 27530 ], "loc": { "start": { - "line": 1022, + "line": 1003, "column": 8 }, "end": { - "line": 1022, + "line": 1003, "column": 41 } } @@ -38895,16 +38207,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28103, - 28106 + 27539, + 27542 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 8 }, "end": { - "line": 1023, + "line": 1004, "column": 11 } } @@ -38913,31 +38225,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 28107, - 28115 + 27543, + 27551 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 12 }, "end": { - "line": 1023, + "line": 1004, "column": 20 } } }, "range": [ - 28103, - 28115 + 27539, + 27551 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 8 }, "end": { - "line": 1023, + "line": 1004, "column": 20 } } @@ -38952,16 +38264,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28118, - 28121 + 27554, + 27557 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 23 }, "end": { - "line": 1023, + "line": 1004, "column": 26 } } @@ -38970,31 +38282,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 28122, - 28130 + 27558, + 27566 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 27 }, "end": { - "line": 1023, + "line": 1004, "column": 35 } } }, "range": [ - 28118, - 28130 + 27554, + 27566 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 23 }, "end": { - "line": 1023, + "line": 1004, "column": 35 } } @@ -39005,16 +38317,16 @@ "type": "Identifier", "name": "DateType", "range": [ - 28138, - 28146 + 27574, + 27582 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 43 }, "end": { - "line": 1023, + "line": 1004, "column": 51 } } @@ -39023,77 +38335,77 @@ { "type": "ThisExpression", "range": [ - 28147, - 28151 + 27583, + 27587 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 52 }, "end": { - "line": 1023, + "line": 1004, "column": 56 } } } ], "range": [ - 28134, - 28152 + 27570, + 27588 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 39 }, "end": { - "line": 1023, + "line": 1004, "column": 57 } } }, "range": [ - 28118, - 28152 + 27554, + 27588 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 23 }, "end": { - "line": 1023, + "line": 1004, "column": 57 } } }, "range": [ - 28103, - 28152 + 27539, + 27588 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 8 }, "end": { - "line": 1023, + "line": 1004, "column": 57 } } }, "range": [ - 28103, - 28153 + 27539, + 27589 ], "loc": { "start": { - "line": 1023, + "line": 1004, "column": 8 }, "end": { - "line": 1023, + "line": 1004, "column": 58 } }, @@ -39102,16 +38414,16 @@ "type": "Line", "value": " Instanciate sugar date wrapper", "range": [ - 28061, - 28094 + 27497, + 27530 ], "loc": { "start": { - "line": 1022, + "line": 1003, "column": 8 }, "end": { - "line": 1022, + "line": 1003, "column": 41 } } @@ -39132,16 +38444,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28162, - 28165 + 27598, + 27601 ], "loc": { "start": { - "line": 1024, + "line": 1005, "column": 8 }, "end": { - "line": 1024, + "line": 1005, "column": 11 } } @@ -39150,31 +38462,31 @@ "type": "Identifier", "name": "dateType", "range": [ - 28166, - 28174 + 27602, + 27610 ], "loc": { "start": { - "line": 1024, + "line": 1005, "column": 12 }, "end": { - "line": 1024, + "line": 1005, "column": 20 } } }, "range": [ - 28162, - 28174 + 27598, + 27610 ], "loc": { "start": { - "line": 1024, + "line": 1005, "column": 8 }, "end": { - "line": 1024, + "line": 1005, "column": 20 } } @@ -39183,62 +38495,62 @@ "type": "Identifier", "name": "init", "range": [ - 28175, - 28179 + 27611, + 27615 ], "loc": { "start": { - "line": 1024, + "line": 1005, "column": 21 }, "end": { - "line": 1024, + "line": 1005, "column": 25 } } }, "range": [ - 28162, - 28179 + 27598, + 27615 ], "loc": { "start": { - "line": 1024, + "line": 1005, "column": 8 }, "end": { - "line": 1024, + "line": 1005, "column": 25 } } }, "arguments": [], "range": [ - 28162, - 28181 + 27598, + 27617 ], "loc": { "start": { - "line": 1024, + "line": 1005, "column": 8 }, "end": { - "line": 1024, + "line": 1005, "column": 27 } } }, "range": [ - 28162, - 28182 + 27598, + 27618 ], "loc": { "start": { - "line": 1024, + "line": 1005, "column": 8 }, "end": { - "line": 1024, + "line": 1005, "column": 28 } }, @@ -39247,16 +38559,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 28192, - 28251 + 27628, + 27687 ], "loc": { "start": { - "line": 1026, + "line": 1007, "column": 8 }, "end": { - "line": 1026, + "line": 1007, "column": 67 } } @@ -39275,16 +38587,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28260, - 28263 + 27696, + 27699 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 8 }, "end": { - "line": 1027, + "line": 1008, "column": 11 } } @@ -39293,31 +38605,31 @@ "type": "Identifier", "name": "help", "range": [ - 28264, - 28268 + 27700, + 27704 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 12 }, "end": { - "line": 1027, + "line": 1008, "column": 16 } } }, "range": [ - 28260, - 28268 + 27696, + 27704 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 8 }, "end": { - "line": 1027, + "line": 1008, "column": 16 } } @@ -39332,16 +38644,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28271, - 28274 + 27707, + 27710 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 19 }, "end": { - "line": 1027, + "line": 1008, "column": 22 } } @@ -39350,31 +38662,31 @@ "type": "Identifier", "name": "help", "range": [ - 28275, - 28279 + 27711, + 27715 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 23 }, "end": { - "line": 1027, + "line": 1008, "column": 27 } } }, "range": [ - 28271, - 28279 + 27707, + 27715 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 19 }, "end": { - "line": 1027, + "line": 1008, "column": 27 } } @@ -39385,16 +38697,16 @@ "type": "Identifier", "name": "Help", "range": [ - 28287, - 28291 + 27723, + 27727 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 35 }, "end": { - "line": 1027, + "line": 1008, "column": 39 } } @@ -39403,77 +38715,77 @@ { "type": "ThisExpression", "range": [ - 28292, - 28296 + 27728, + 27732 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 40 }, "end": { - "line": 1027, + "line": 1008, "column": 44 } } } ], "range": [ - 28283, - 28297 + 27719, + 27733 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 31 }, "end": { - "line": 1027, + "line": 1008, "column": 45 } } }, "range": [ - 28271, - 28297 + 27707, + 27733 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 19 }, "end": { - "line": 1027, + "line": 1008, "column": 45 } } }, "range": [ - 28260, - 28297 + 27696, + 27733 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 8 }, "end": { - "line": 1027, + "line": 1008, "column": 45 } } }, "range": [ - 28260, - 28298 + 27696, + 27734 ], "loc": { "start": { - "line": 1027, + "line": 1008, "column": 8 }, "end": { - "line": 1027, + "line": 1008, "column": 46 } }, @@ -39482,16 +38794,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 28192, - 28251 + 27628, + 27687 ], "loc": { "start": { - "line": 1026, + "line": 1007, "column": 8 }, "end": { - "line": 1026, + "line": 1007, "column": 67 } } @@ -39506,16 +38818,16 @@ "object": { "type": "ThisExpression", "range": [ - 28311, - 28315 + 27747, + 27751 ], "loc": { "start": { - "line": 1028, + "line": 1009, "column": 12 }, "end": { - "line": 1028, + "line": 1009, "column": 16 } } @@ -39524,31 +38836,31 @@ "type": "Identifier", "name": "help", "range": [ - 28316, - 28320 + 27752, + 27756 ], "loc": { "start": { - "line": 1028, + "line": 1009, "column": 17 }, "end": { - "line": 1028, + "line": 1009, "column": 21 } } }, "range": [ - 28311, - 28320 + 27747, + 27756 ], "loc": { "start": { - "line": 1028, + "line": 1009, "column": 12 }, "end": { - "line": 1028, + "line": 1009, "column": 21 } } @@ -39570,16 +38882,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28336, - 28339 + 27772, + 27775 ], "loc": { "start": { - "line": 1029, + "line": 1010, "column": 12 }, "end": { - "line": 1029, + "line": 1010, "column": 15 } } @@ -39588,31 +38900,31 @@ "type": "Identifier", "name": "help", "range": [ - 28340, - 28344 + 27776, + 27780 ], "loc": { "start": { - "line": 1029, + "line": 1010, "column": 16 }, "end": { - "line": 1029, + "line": 1010, "column": 20 } } }, "range": [ - 28336, - 28344 + 27772, + 27780 ], "loc": { "start": { - "line": 1029, + "line": 1010, "column": 12 }, "end": { - "line": 1029, + "line": 1010, "column": 20 } } @@ -39621,94 +38933,94 @@ "type": "Identifier", "name": "init", "range": [ - 28345, - 28349 + 27781, + 27785 ], "loc": { "start": { - "line": 1029, + "line": 1010, "column": 21 }, "end": { - "line": 1029, + "line": 1010, "column": 25 } } }, "range": [ - 28336, - 28349 + 27772, + 27785 ], "loc": { "start": { - "line": 1029, + "line": 1010, "column": 12 }, "end": { - "line": 1029, + "line": 1010, "column": 25 } } }, "arguments": [], "range": [ - 28336, - 28351 + 27772, + 27787 ], "loc": { "start": { - "line": 1029, + "line": 1010, "column": 12 }, "end": { - "line": 1029, + "line": 1010, "column": 27 } } }, "range": [ - 28336, - 28352 + 27772, + 27788 ], "loc": { "start": { - "line": 1029, + "line": 1010, "column": 12 }, "end": { - "line": 1029, + "line": 1010, "column": 28 } } } ], "range": [ - 28322, - 28362 + 27758, + 27798 ], "loc": { "start": { - "line": 1028, + "line": 1009, "column": 23 }, "end": { - "line": 1030, + "line": 1011, "column": 9 } } }, "alternate": null, "range": [ - 28307, - 28362 + 27743, + 27798 ], "loc": { "start": { - "line": 1028, + "line": 1009, "column": 8 }, "end": { - "line": 1030, + "line": 1011, "column": 9 } } @@ -39721,16 +39033,16 @@ "object": { "type": "ThisExpression", "range": [ - 28376, - 28380 + 27812, + 27816 ], "loc": { "start": { - "line": 1032, + "line": 1013, "column": 12 }, "end": { - "line": 1032, + "line": 1013, "column": 16 } } @@ -39739,31 +39051,31 @@ "type": "Identifier", "name": "state", "range": [ - 28381, - 28386 + 27817, + 27822 ], "loc": { "start": { - "line": 1032, + "line": 1013, "column": 17 }, "end": { - "line": 1032, + "line": 1013, "column": 22 } } }, "range": [ - 28376, - 28386 + 27812, + 27822 ], "loc": { "start": { - "line": 1032, + "line": 1013, "column": 12 }, "end": { - "line": 1032, + "line": 1013, "column": 22 } } @@ -39783,16 +39095,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28402, - 28405 + 27838, + 27841 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 12 }, "end": { - "line": 1033, + "line": 1014, "column": 15 } } @@ -39801,31 +39113,31 @@ "type": "Identifier", "name": "state", "range": [ - 28406, - 28411 + 27842, + 27847 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 16 }, "end": { - "line": 1033, + "line": 1014, "column": 21 } } }, "range": [ - 28402, - 28411 + 27838, + 27847 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 12 }, "end": { - "line": 1033, + "line": 1014, "column": 21 } } @@ -39840,16 +39152,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28414, - 28417 + 27850, + 27853 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 24 }, "end": { - "line": 1033, + "line": 1014, "column": 27 } } @@ -39858,31 +39170,31 @@ "type": "Identifier", "name": "state", "range": [ - 28418, - 28423 + 27854, + 27859 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 28 }, "end": { - "line": 1033, + "line": 1014, "column": 33 } } }, "range": [ - 28414, - 28423 + 27850, + 27859 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 24 }, "end": { - "line": 1033, + "line": 1014, "column": 33 } } @@ -39893,16 +39205,16 @@ "type": "Identifier", "name": "State", "range": [ - 28431, - 28436 + 27867, + 27872 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 41 }, "end": { - "line": 1033, + "line": 1014, "column": 46 } } @@ -39911,77 +39223,77 @@ { "type": "ThisExpression", "range": [ - 28437, - 28441 + 27873, + 27877 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 47 }, "end": { - "line": 1033, + "line": 1014, "column": 51 } } } ], "range": [ - 28427, - 28442 + 27863, + 27878 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 37 }, "end": { - "line": 1033, + "line": 1014, "column": 52 } } }, "range": [ - 28414, - 28442 + 27850, + 27878 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 24 }, "end": { - "line": 1033, + "line": 1014, "column": 52 } } }, "range": [ - 28402, - 28442 + 27838, + 27878 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 12 }, "end": { - "line": 1033, + "line": 1014, "column": 52 } } }, "range": [ - 28402, - 28443 + 27838, + 27879 ], "loc": { "start": { - "line": 1033, + "line": 1014, "column": 12 }, "end": { - "line": 1033, + "line": 1014, "column": 53 } } @@ -40000,16 +39312,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28456, - 28459 + 27892, + 27895 ], "loc": { "start": { - "line": 1034, + "line": 1015, "column": 12 }, "end": { - "line": 1034, + "line": 1015, "column": 15 } } @@ -40018,31 +39330,31 @@ "type": "Identifier", "name": "state", "range": [ - 28460, - 28465 + 27896, + 27901 ], "loc": { "start": { - "line": 1034, + "line": 1015, "column": 16 }, "end": { - "line": 1034, + "line": 1015, "column": 21 } } }, "range": [ - 28456, - 28465 + 27892, + 27901 ], "loc": { "start": { - "line": 1034, + "line": 1015, "column": 12 }, "end": { - "line": 1034, + "line": 1015, "column": 21 } } @@ -40051,94 +39363,94 @@ "type": "Identifier", "name": "init", "range": [ - 28466, - 28470 + 27902, + 27906 ], "loc": { "start": { - "line": 1034, + "line": 1015, "column": 22 }, "end": { - "line": 1034, + "line": 1015, "column": 26 } } }, "range": [ - 28456, - 28470 + 27892, + 27906 ], "loc": { "start": { - "line": 1034, + "line": 1015, "column": 12 }, "end": { - "line": 1034, + "line": 1015, "column": 26 } } }, "arguments": [], "range": [ - 28456, - 28472 + 27892, + 27908 ], "loc": { "start": { - "line": 1034, + "line": 1015, "column": 12 }, "end": { - "line": 1034, + "line": 1015, "column": 28 } } }, "range": [ - 28456, - 28473 + 27892, + 27909 ], "loc": { "start": { - "line": 1034, + "line": 1015, "column": 12 }, "end": { - "line": 1034, + "line": 1015, "column": 29 } } } ], "range": [ - 28388, - 28483 + 27824, + 27919 ], "loc": { "start": { - "line": 1032, + "line": 1013, "column": 24 }, "end": { - "line": 1035, + "line": 1016, "column": 9 } } }, "alternate": null, "range": [ - 28372, - 28483 + 27808, + 27919 ], "loc": { "start": { - "line": 1032, + "line": 1013, "column": 8 }, "end": { - "line": 1035, + "line": 1016, "column": 9 } } @@ -40151,909 +39463,49 @@ "object": { "type": "ThisExpression", "range": [ - 28497, - 28501 + 27933, + 27937 ], "loc": { "start": { - "line": 1037, + "line": 1018, "column": 12 }, "end": { - "line": 1037, + "line": 1018, "column": 16 } } }, "property": { "type": "Identifier", - "name": "gridLayout", + "name": "markActiveColumns", "range": [ - 28502, - 28512 + 27938, + 27955 ], "loc": { "start": { - "line": 1037, + "line": 1018, "column": 17 }, "end": { - "line": 1037, - "column": 27 - } - } - }, - "range": [ - 28497, - 28512 - ], - "loc": { - "start": { - "line": 1037, - "column": 12 - }, - "end": { - "line": 1037, - "column": 27 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28528, - 28531 - ], - "loc": { - "start": { - "line": 1038, - "column": 12 - }, - "end": { - "line": 1038, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridLayout", - "range": [ - 28532, - 28542 - ], - "loc": { - "start": { - "line": 1038, - "column": 16 - }, - "end": { - "line": 1038, - "column": 26 - } - } - }, - "range": [ - 28528, - 28542 - ], - "loc": { - "start": { - "line": 1038, - "column": 12 - }, - "end": { - "line": 1038, - "column": 26 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28545, - 28548 - ], - "loc": { - "start": { - "line": 1038, - "column": 29 - }, - "end": { - "line": 1038, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridLayout", - "range": [ - 28549, - 28559 - ], - "loc": { - "start": { - "line": 1038, - "column": 33 - }, - "end": { - "line": 1038, - "column": 43 - } - } - }, - "range": [ - 28545, - 28559 - ], - "loc": { - "start": { - "line": 1038, - "column": 29 - }, - "end": { - "line": 1038, - "column": 43 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "GridLayout", - "range": [ - 28567, - 28577 - ], - "loc": { - "start": { - "line": 1038, - "column": 51 - }, - "end": { - "line": 1038, - "column": 61 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 28578, - 28582 - ], - "loc": { - "start": { - "line": 1038, - "column": 62 - }, - "end": { - "line": 1038, - "column": 66 - } - } - } - ], - "range": [ - 28563, - 28583 - ], - "loc": { - "start": { - "line": 1038, - "column": 47 - }, - "end": { - "line": 1038, - "column": 67 - } - } - }, - "range": [ - 28545, - 28583 - ], - "loc": { - "start": { - "line": 1038, - "column": 29 - }, - "end": { - "line": 1038, - "column": 67 - } - } - }, - "range": [ - 28528, - 28583 - ], - "loc": { - "start": { - "line": 1038, - "column": 12 - }, - "end": { - "line": 1038, - "column": 67 - } - } - }, - "range": [ - 28528, - 28584 - ], - "loc": { - "start": { - "line": 1038, - "column": 12 - }, - "end": { - "line": 1038, - "column": 68 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28597, - 28600 - ], - "loc": { - "start": { - "line": 1039, - "column": 12 - }, - "end": { - "line": 1039, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "gridLayout", - "range": [ - 28601, - 28611 - ], - "loc": { - "start": { - "line": 1039, - "column": 16 - }, - "end": { - "line": 1039, - "column": 26 - } - } - }, - "range": [ - 28597, - 28611 - ], - "loc": { - "start": { - "line": 1039, - "column": 12 - }, - "end": { - "line": 1039, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 28612, - 28616 - ], - "loc": { - "start": { - "line": 1039, - "column": 27 - }, - "end": { - "line": 1039, - "column": 31 - } - } - }, - "range": [ - 28597, - 28616 - ], - "loc": { - "start": { - "line": 1039, - "column": 12 - }, - "end": { - "line": 1039, - "column": 31 - } - } - }, - "arguments": [], - "range": [ - 28597, - 28618 - ], - "loc": { - "start": { - "line": 1039, - "column": 12 - }, - "end": { - "line": 1039, - "column": 33 - } - } - }, - "range": [ - 28597, - 28619 - ], - "loc": { - "start": { - "line": 1039, - "column": 12 - }, - "end": { - "line": 1039, - "column": 34 - } - } - } - ], - "range": [ - 28514, - 28629 - ], - "loc": { - "start": { - "line": 1037, - "column": 29 - }, - "end": { - "line": 1040, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 28493, - 28629 - ], - "loc": { - "start": { - "line": 1037, - "column": 8 - }, - "end": { - "line": 1040, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 28643, - 28647 - ], - "loc": { - "start": { - "line": 1042, - "column": 12 - }, - "end": { - "line": 1042, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28648, - 28654 - ], - "loc": { - "start": { - "line": 1042, - "column": 17 - }, - "end": { - "line": 1042, - "column": 23 - } - } - }, - "range": [ - 28643, - 28654 - ], - "loc": { - "start": { - "line": 1042, - "column": 12 - }, - "end": { - "line": 1042, - "column": 23 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28670, - 28673 - ], - "loc": { - "start": { - "line": 1043, - "column": 12 - }, - "end": { - "line": 1043, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28674, - 28680 - ], - "loc": { - "start": { - "line": 1043, - "column": 16 - }, - "end": { - "line": 1043, - "column": 22 - } - } - }, - "range": [ - 28670, - 28680 - ], - "loc": { - "start": { - "line": 1043, - "column": 12 - }, - "end": { - "line": 1043, - "column": 22 - } - } - }, - "right": { - "type": "LogicalExpression", - "operator": "||", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28683, - 28686 - ], - "loc": { - "start": { - "line": 1043, - "column": 25 - }, - "end": { - "line": 1043, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28687, - 28693 - ], - "loc": { - "start": { - "line": 1043, - "column": 29 - }, - "end": { - "line": 1043, - "column": 35 - } - } - }, - "range": [ - 28683, - 28693 - ], - "loc": { - "start": { - "line": 1043, - "column": 25 - }, - "end": { - "line": 1043, - "column": 35 - } - } - }, - "right": { - "type": "NewExpression", - "callee": { - "type": "Identifier", - "name": "Loader", - "range": [ - 28701, - 28707 - ], - "loc": { - "start": { - "line": 1043, - "column": 43 - }, - "end": { - "line": 1043, - "column": 49 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 28708, - 28712 - ], - "loc": { - "start": { - "line": 1043, - "column": 50 - }, - "end": { - "line": 1043, - "column": 54 - } - } - } - ], - "range": [ - 28697, - 28713 - ], - "loc": { - "start": { - "line": 1043, - "column": 39 - }, - "end": { - "line": 1043, - "column": 55 - } - } - }, - "range": [ - 28683, - 28713 - ], - "loc": { - "start": { - "line": 1043, - "column": 25 - }, - "end": { - "line": 1043, - "column": 55 - } - } - }, - "range": [ - 28670, - 28713 - ], - "loc": { - "start": { - "line": 1043, - "column": 12 - }, - "end": { - "line": 1043, - "column": 55 - } - } - }, - "range": [ - 28670, - 28714 - ], - "loc": { - "start": { - "line": 1043, - "column": 12 - }, - "end": { - "line": 1043, - "column": 56 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "Mod", - "range": [ - 28727, - 28730 - ], - "loc": { - "start": { - "line": 1044, - "column": 12 - }, - "end": { - "line": 1044, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "loader", - "range": [ - 28731, - 28737 - ], - "loc": { - "start": { - "line": 1044, - "column": 16 - }, - "end": { - "line": 1044, - "column": 22 - } - } - }, - "range": [ - 28727, - 28737 - ], - "loc": { - "start": { - "line": 1044, - "column": 12 - }, - "end": { - "line": 1044, - "column": 22 - } - } - }, - "property": { - "type": "Identifier", - "name": "init", - "range": [ - 28738, - 28742 - ], - "loc": { - "start": { - "line": 1044, - "column": 23 - }, - "end": { - "line": 1044, - "column": 27 - } - } - }, - "range": [ - 28727, - 28742 - ], - "loc": { - "start": { - "line": 1044, - "column": 12 - }, - "end": { - "line": 1044, - "column": 27 - } - } - }, - "arguments": [], - "range": [ - 28727, - 28744 - ], - "loc": { - "start": { - "line": 1044, - "column": 12 - }, - "end": { - "line": 1044, - "column": 29 - } - } - }, - "range": [ - 28727, - 28745 - ], - "loc": { - "start": { - "line": 1044, - "column": 12 - }, - "end": { - "line": 1044, - "column": 30 - } - } - } - ], - "range": [ - 28656, - 28755 - ], - "loc": { - "start": { - "line": 1042, - "column": 25 - }, - "end": { - "line": 1045, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 28639, - 28755 - ], - "loc": { - "start": { - "line": 1042, - "column": 8 - }, - "end": { - "line": 1045, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 28769, - 28773 - ], - "loc": { - "start": { - "line": 1047, - "column": 12 - }, - "end": { - "line": 1047, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "highlightKeywords", - "range": [ - 28774, - 28791 - ], - "loc": { - "start": { - "line": 1047, - "column": 17 - }, - "end": { - "line": 1047, + "line": 1018, "column": 34 } } }, "range": [ - 28769, - 28791 + 27933, + 27955 ], "loc": { "start": { - "line": 1047, + "line": 1018, "column": 12 }, "end": { - "line": 1047, + "line": 1018, "column": 34 } } @@ -41073,16 +39525,1306 @@ "type": "Identifier", "name": "Mod", "range": [ - 28807, - 28810 + 27971, + 27974 ], "loc": { "start": { - "line": 1048, + "line": 1019, "column": 12 }, "end": { - "line": 1048, + "line": 1019, + "column": 15 + } + } + }, + "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", + "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 + ], + "loc": { + "start": { + "line": 1021, + "column": 12 + }, + "end": { + "line": 1021, + "column": 38 + } + } + }, + "arguments": [], + "range": [ + 28077, + 28105 + ], + "loc": { + "start": { + "line": 1021, + "column": 12 + }, + "end": { + "line": 1021, + "column": 40 + } + } + }, + "range": [ + 28077, + 28106 + ], + "loc": { + "start": { + "line": 1021, + "column": 12 + }, + "end": { + "line": 1021, + "column": 41 + } + } + } + ], + "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 + } + } + }, + "range": [ + 28161, + 28217 + ], + "loc": { + "start": { + "line": 1025, + "column": 12 + }, + "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, + "column": 34 + } + } + } + ], + "range": [ + 28147, + 28262 + ], + "loc": { + "start": { + "line": 1024, + "column": 29 + }, + "end": { + "line": 1027, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 28126, + 28262 + ], + "loc": { + "start": { + "line": 1024, + "column": 8 + }, + "end": { + "line": 1027, + "column": 9 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 28276, + 28280 + ], + "loc": { + "start": { + "line": 1029, + "column": 12 + }, + "end": { + "line": 1029, + "column": 16 + } + } + }, + "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 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "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 + } + } + }, + "range": [ + 28303, + 28313 + ], + "loc": { + "start": { + "line": 1030, + "column": 12 + }, + "end": { + "line": 1030, + "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 + } + } + }, + "range": [ + 28316, + 28346 + ], + "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, + "column": 12 + }, + "end": { + "line": 1031, + "column": 27 + } + } + }, + "arguments": [], + "range": [ + 28360, + 28377 + ], + "loc": { + "start": { + "line": 1031, + "column": 12 + }, + "end": { + "line": 1031, + "column": 29 + } + } + }, + "range": [ + 28360, + 28378 + ], + "loc": { + "start": { + "line": 1031, + "column": 12 + }, + "end": { + "line": 1031, + "column": 30 + } + } + } + ], + "range": [ + 28289, + 28388 + ], + "loc": { + "start": { + "line": 1029, + "column": 25 + }, + "end": { + "line": 1032, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 28272, + 28388 + ], + "loc": { + "start": { + "line": 1029, + "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 } } @@ -41091,31 +40833,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 28811, - 28827 + 28444, + 28460 ], "loc": { "start": { - "line": 1048, + "line": 1035, "column": 16 }, "end": { - "line": 1048, + "line": 1035, "column": 32 } } }, "range": [ - 28807, - 28827 + 28440, + 28460 ], "loc": { "start": { - "line": 1048, + "line": 1035, "column": 12 }, "end": { - "line": 1048, + "line": 1035, "column": 32 } } @@ -41126,16 +40868,16 @@ "type": "Identifier", "name": "HighlightKeyword", "range": [ - 28834, - 28850 + 28467, + 28483 ], "loc": { "start": { - "line": 1048, + "line": 1035, "column": 39 }, "end": { - "line": 1048, + "line": 1035, "column": 55 } } @@ -41144,62 +40886,62 @@ { "type": "ThisExpression", "range": [ - 28851, - 28855 + 28484, + 28488 ], "loc": { "start": { - "line": 1048, + "line": 1035, "column": 56 }, "end": { - "line": 1048, + "line": 1035, "column": 60 } } } ], "range": [ - 28830, - 28856 + 28463, + 28489 ], "loc": { "start": { - "line": 1048, + "line": 1035, "column": 35 }, "end": { - "line": 1048, + "line": 1035, "column": 61 } } }, "range": [ - 28807, - 28856 + 28440, + 28489 ], "loc": { "start": { - "line": 1048, + "line": 1035, "column": 12 }, "end": { - "line": 1048, + "line": 1035, "column": 61 } } }, "range": [ - 28807, - 28857 + 28440, + 28490 ], "loc": { "start": { - "line": 1048, + "line": 1035, "column": 12 }, "end": { - "line": 1048, + "line": 1035, "column": 62 } } @@ -41218,16 +40960,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28870, - 28873 + 28503, + 28506 ], "loc": { "start": { - "line": 1049, + "line": 1036, "column": 12 }, "end": { - "line": 1049, + "line": 1036, "column": 15 } } @@ -41236,31 +40978,31 @@ "type": "Identifier", "name": "highlightKeyword", "range": [ - 28874, - 28890 + 28507, + 28523 ], "loc": { "start": { - "line": 1049, + "line": 1036, "column": 16 }, "end": { - "line": 1049, + "line": 1036, "column": 32 } } }, "range": [ - 28870, - 28890 + 28503, + 28523 ], "loc": { "start": { - "line": 1049, + "line": 1036, "column": 12 }, "end": { - "line": 1049, + "line": 1036, "column": 32 } } @@ -41269,94 +41011,94 @@ "type": "Identifier", "name": "init", "range": [ - 28891, - 28895 + 28524, + 28528 ], "loc": { "start": { - "line": 1049, + "line": 1036, "column": 33 }, "end": { - "line": 1049, + "line": 1036, "column": 37 } } }, "range": [ - 28870, - 28895 + 28503, + 28528 ], "loc": { "start": { - "line": 1049, + "line": 1036, "column": 12 }, "end": { - "line": 1049, + "line": 1036, "column": 37 } } }, "arguments": [], "range": [ - 28870, - 28897 + 28503, + 28530 ], "loc": { "start": { - "line": 1049, + "line": 1036, "column": 12 }, "end": { - "line": 1049, + "line": 1036, "column": 39 } } }, "range": [ - 28870, - 28898 + 28503, + 28531 ], "loc": { "start": { - "line": 1049, + "line": 1036, "column": 12 }, "end": { - "line": 1049, + "line": 1036, "column": 40 } } } ], "range": [ - 28793, - 28908 + 28426, + 28541 ], "loc": { "start": { - "line": 1047, + "line": 1034, "column": 36 }, "end": { - "line": 1050, + "line": 1037, "column": 9 } } }, "alternate": null, "range": [ - 28765, - 28908 + 28398, + 28541 ], "loc": { "start": { - "line": 1047, + "line": 1034, "column": 8 }, "end": { - "line": 1050, + "line": 1037, "column": 9 } } @@ -41369,16 +41111,16 @@ "object": { "type": "ThisExpression", "range": [ - 28922, - 28926 + 28555, + 28559 ], "loc": { "start": { - "line": 1052, + "line": 1039, "column": 12 }, "end": { - "line": 1052, + "line": 1039, "column": 16 } } @@ -41387,31 +41129,31 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 28927, - 28939 + 28560, + 28572 ], "loc": { "start": { - "line": 1052, + "line": 1039, "column": 17 }, "end": { - "line": 1052, + "line": 1039, "column": 29 } } }, "range": [ - 28922, - 28939 + 28555, + 28572 ], "loc": { "start": { - "line": 1052, + "line": 1039, "column": 12 }, "end": { - "line": 1052, + "line": 1039, "column": 29 } } @@ -41431,16 +41173,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28955, - 28958 + 28588, + 28591 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 12 }, "end": { - "line": 1053, + "line": 1040, "column": 15 } } @@ -41449,31 +41191,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28959, - 28970 + 28592, + 28603 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 16 }, "end": { - "line": 1053, + "line": 1040, "column": 27 } } }, "range": [ - 28955, - 28970 + 28588, + 28603 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 12 }, "end": { - "line": 1053, + "line": 1040, "column": 27 } } @@ -41488,16 +41230,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 28973, - 28976 + 28606, + 28609 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 30 }, "end": { - "line": 1053, + "line": 1040, "column": 33 } } @@ -41506,31 +41248,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 28977, - 28988 + 28610, + 28621 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 34 }, "end": { - "line": 1053, + "line": 1040, "column": 45 } } }, "range": [ - 28973, - 28988 + 28606, + 28621 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 30 }, "end": { - "line": 1053, + "line": 1040, "column": 45 } } @@ -41541,16 +41283,16 @@ "type": "Identifier", "name": "PopupFilter", "range": [ - 28996, - 29007 + 28629, + 28640 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 53 }, "end": { - "line": 1053, + "line": 1040, "column": 64 } } @@ -41559,77 +41301,77 @@ { "type": "ThisExpression", "range": [ - 29008, - 29012 + 28641, + 28645 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 65 }, "end": { - "line": 1053, + "line": 1040, "column": 69 } } } ], "range": [ - 28992, - 29013 + 28625, + 28646 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 49 }, "end": { - "line": 1053, + "line": 1040, "column": 70 } } }, "range": [ - 28973, - 29013 + 28606, + 28646 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 30 }, "end": { - "line": 1053, + "line": 1040, "column": 70 } } }, "range": [ - 28955, - 29013 + 28588, + 28646 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 12 }, "end": { - "line": 1053, + "line": 1040, "column": 70 } } }, "range": [ - 28955, - 29014 + 28588, + 28647 ], "loc": { "start": { - "line": 1053, + "line": 1040, "column": 12 }, "end": { - "line": 1053, + "line": 1040, "column": 71 } } @@ -41648,16 +41390,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 29027, - 29030 + 28660, + 28663 ], "loc": { "start": { - "line": 1054, + "line": 1041, "column": 12 }, "end": { - "line": 1054, + "line": 1041, "column": 15 } } @@ -41666,31 +41408,31 @@ "type": "Identifier", "name": "popupFilter", "range": [ - 29031, - 29042 + 28664, + 28675 ], "loc": { "start": { - "line": 1054, + "line": 1041, "column": 16 }, "end": { - "line": 1054, + "line": 1041, "column": 27 } } }, "range": [ - 29027, - 29042 + 28660, + 28675 ], "loc": { "start": { - "line": 1054, + "line": 1041, "column": 12 }, "end": { - "line": 1054, + "line": 1041, "column": 27 } } @@ -41699,94 +41441,94 @@ "type": "Identifier", "name": "init", "range": [ - 29043, - 29047 + 28676, + 28680 ], "loc": { "start": { - "line": 1054, + "line": 1041, "column": 28 }, "end": { - "line": 1054, + "line": 1041, "column": 32 } } }, "range": [ - 29027, - 29047 + 28660, + 28680 ], "loc": { "start": { - "line": 1054, + "line": 1041, "column": 12 }, "end": { - "line": 1054, + "line": 1041, "column": 32 } } }, "arguments": [], "range": [ - 29027, - 29049 + 28660, + 28682 ], "loc": { "start": { - "line": 1054, + "line": 1041, "column": 12 }, "end": { - "line": 1054, + "line": 1041, "column": 34 } } }, "range": [ - 29027, - 29050 + 28660, + 28683 ], "loc": { "start": { - "line": 1054, + "line": 1041, "column": 12 }, "end": { - "line": 1054, + "line": 1041, "column": 35 } } } ], "range": [ - 28941, - 29060 + 28574, + 28693 ], "loc": { "start": { - "line": 1052, + "line": 1039, "column": 31 }, "end": { - "line": 1055, + "line": 1042, "column": 9 } } }, "alternate": null, "range": [ - 28918, - 29060 + 28551, + 28693 ], "loc": { "start": { - "line": 1052, + "line": 1039, "column": 8 }, "end": { - "line": 1055, + "line": 1042, "column": 9 } }, @@ -41795,16 +41537,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 29070, - 29101 + 28703, + 28734 ], "loc": { "start": { - "line": 1057, + "line": 1044, "column": 8 }, "end": { - "line": 1057, + "line": 1044, "column": 39 } } @@ -41822,16 +41564,16 @@ "object": { "type": "ThisExpression", "range": [ - 29115, - 29119 + 28748, + 28752 ], "loc": { "start": { - "line": 1058, + "line": 1045, "column": 13 }, "end": { - "line": 1058, + "line": 1045, "column": 17 } } @@ -41840,47 +41582,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 29120, - 29127 + 28753, + 28760 ], "loc": { "start": { - "line": 1058, + "line": 1045, "column": 18 }, "end": { - "line": 1058, + "line": 1045, "column": 25 } } }, "range": [ - 29115, - 29127 + 28748, + 28760 ], "loc": { "start": { - "line": 1058, + "line": 1045, "column": 13 }, "end": { - "line": 1058, + "line": 1045, "column": 25 } } }, "prefix": true, "range": [ - 29114, - 29127 + 28747, + 28760 ], "loc": { "start": { - "line": 1058, + "line": 1045, "column": 12 }, "end": { - "line": 1058, + "line": 1045, "column": 25 } } @@ -41898,16 +41640,16 @@ "object": { "type": "ThisExpression", "range": [ - 29143, - 29147 + 28776, + 28780 ], "loc": { "start": { - "line": 1059, + "line": 1046, "column": 12 }, "end": { - "line": 1059, + "line": 1046, "column": 16 } } @@ -41916,78 +41658,78 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 29148, - 29162 + 28781, + 28795 ], "loc": { "start": { - "line": 1059, + "line": 1046, "column": 17 }, "end": { - "line": 1059, + "line": 1046, "column": 31 } } }, "range": [ - 29143, - 29162 + 28776, + 28795 ], "loc": { "start": { - "line": 1059, + "line": 1046, "column": 12 }, "end": { - "line": 1059, + "line": 1046, "column": 31 } } }, "arguments": [], "range": [ - 29143, - 29164 + 28776, + 28797 ], "loc": { "start": { - "line": 1059, + "line": 1046, "column": 12 }, "end": { - "line": 1059, + "line": 1046, "column": 33 } } }, "range": [ - 29143, - 29165 + 28776, + 28798 ], "loc": { "start": { - "line": 1059, + "line": 1046, "column": 12 }, "end": { - "line": 1059, + "line": 1046, "column": 34 } } } ], "range": [ - 29129, - 29175 + 28762, + 28808 ], "loc": { "start": { - "line": 1058, + "line": 1045, "column": 27 }, "end": { - "line": 1060, + "line": 1047, "column": 9 } } @@ -42004,16 +41746,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 29199, - 29205 + 28832, + 28838 ], "loc": { "start": { - "line": 1061, + "line": 1048, "column": 16 }, "end": { - "line": 1061, + "line": 1048, "column": 22 } } @@ -42026,16 +41768,16 @@ "object": { "type": "ThisExpression", "range": [ - 29208, - 29212 + 28841, + 28845 ], "loc": { "start": { - "line": 1061, + "line": 1048, "column": 25 }, "end": { - "line": 1061, + "line": 1048, "column": 29 } } @@ -42044,62 +41786,62 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 29213, - 29230 + 28846, + 28863 ], "loc": { "start": { - "line": 1061, + "line": 1048, "column": 30 }, "end": { - "line": 1061, + "line": 1048, "column": 47 } } }, "range": [ - 29208, - 29230 + 28841, + 28863 ], "loc": { "start": { - "line": 1061, + "line": 1048, "column": 25 }, "end": { - "line": 1061, + "line": 1048, "column": 47 } } }, "arguments": [], "range": [ - 29208, - 29232 + 28841, + 28865 ], "loc": { "start": { - "line": 1061, + "line": 1048, "column": 25 }, "end": { - "line": 1061, + "line": 1048, "column": 49 } } }, "range": [ - 29199, - 29232 + 28832, + 28865 ], "loc": { "start": { - "line": 1061, + "line": 1048, "column": 16 }, "end": { - "line": 1061, + "line": 1048, "column": 49 } } @@ -42107,16 +41849,16 @@ ], "kind": "let", "range": [ - 29195, - 29233 + 28828, + 28866 ], "loc": { "start": { - "line": 1061, + "line": 1048, "column": 12 }, "end": { - "line": 1061, + "line": 1048, "column": 50 } } @@ -42132,16 +41874,16 @@ "object": { "type": "ThisExpression", "range": [ - 29247, - 29251 + 28880, + 28884 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 12 }, "end": { - "line": 1063, + "line": 1050, "column": 16 } } @@ -42150,31 +41892,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 29252, - 29268 + 28885, + 28901 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 17 }, "end": { - "line": 1063, + "line": 1050, "column": 33 } } }, "range": [ - 29247, - 29268 + 28880, + 28901 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 12 }, "end": { - "line": 1063, + "line": 1050, "column": 33 } } @@ -42187,16 +41929,16 @@ "object": { "type": "ThisExpression", "range": [ - 29271, - 29275 + 28904, + 28908 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 36 }, "end": { - "line": 1063, + "line": 1050, "column": 40 } } @@ -42205,77 +41947,77 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 29276, - 29285 + 28909, + 28918 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 41 }, "end": { - "line": 1063, + "line": 1050, "column": 50 } } }, "range": [ - 29271, - 29285 + 28904, + 28918 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 36 }, "end": { - "line": 1063, + "line": 1050, "column": 50 } } }, "arguments": [], "range": [ - 29271, - 29287 + 28904, + 28920 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 36 }, "end": { - "line": 1063, + "line": 1050, "column": 52 } } }, "range": [ - 29247, - 29287 + 28880, + 28920 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 12 }, "end": { - "line": 1063, + "line": 1050, "column": 52 } } }, "range": [ - 29247, - 29288 + 28880, + 28921 ], "loc": { "start": { - "line": 1063, + "line": 1050, "column": 12 }, "end": { - "line": 1063, + "line": 1050, "column": 53 } }, @@ -42284,16 +42026,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29302, - 29321 + 28935, + 28954 ], "loc": { "start": { - "line": 1065, + "line": 1052, "column": 12 }, "end": { - "line": 1065, + "line": 1052, "column": 31 } } @@ -42311,16 +42053,16 @@ "type": "Identifier", "name": "i", "range": [ - 29343, - 29344 + 28976, + 28977 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 21 }, "end": { - "line": 1066, + "line": 1053, "column": 22 } } @@ -42330,31 +42072,31 @@ "value": 0, "raw": "0", "range": [ - 29347, - 29348 + 28980, + 28981 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 25 }, "end": { - "line": 1066, + "line": 1053, "column": 26 } } }, "range": [ - 29343, - 29348 + 28976, + 28981 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 21 }, "end": { - "line": 1066, + "line": 1053, "column": 26 } } @@ -42362,16 +42104,16 @@ ], "kind": "let", "range": [ - 29339, - 29348 + 28972, + 28981 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 17 }, "end": { - "line": 1066, + "line": 1053, "column": 26 } } @@ -42383,16 +42125,16 @@ "type": "Identifier", "name": "i", "range": [ - 29350, - 29351 + 28983, + 28984 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 28 }, "end": { - "line": 1066, + "line": 1053, "column": 29 } } @@ -42401,31 +42143,31 @@ "type": "Identifier", "name": "n", "range": [ - 29354, - 29355 + 28987, + 28988 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 32 }, "end": { - "line": 1066, + "line": 1053, "column": 33 } } }, "range": [ - 29350, - 29355 + 28983, + 28988 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 28 }, "end": { - "line": 1066, + "line": 1053, "column": 33 } } @@ -42437,32 +42179,32 @@ "type": "Identifier", "name": "i", "range": [ - 29357, - 29358 + 28990, + 28991 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 35 }, "end": { - "line": 1066, + "line": 1053, "column": 36 } } }, "prefix": false, "range": [ - 29357, - 29360 + 28990, + 28993 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 35 }, "end": { - "line": 1066, + "line": 1053, "column": 38 } } @@ -42483,16 +42225,16 @@ "object": { "type": "ThisExpression", "range": [ - 29380, - 29384 + 29013, + 29017 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 16 }, "end": { - "line": 1067, + "line": 1054, "column": 20 } } @@ -42501,31 +42243,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 29385, - 29392 + 29018, + 29025 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 21 }, "end": { - "line": 1067, + "line": 1054, "column": 28 } } }, "range": [ - 29380, - 29392 + 29013, + 29025 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 16 }, "end": { - "line": 1067, + "line": 1054, "column": 28 } } @@ -42534,31 +42276,31 @@ "type": "Identifier", "name": "emit", "range": [ - 29393, - 29397 + 29026, + 29030 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 29 }, "end": { - "line": 1067, + "line": 1054, "column": 33 } } }, "range": [ - 29380, - 29397 + 29013, + 29030 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 16 }, "end": { - "line": 1067, + "line": 1054, "column": 33 } } @@ -42569,16 +42311,16 @@ "value": "before-filter-init", "raw": "'before-filter-init'", "range": [ - 29398, - 29418 + 29031, + 29051 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 34 }, "end": { - "line": 1067, + "line": 1054, "column": 54 } } @@ -42586,16 +42328,16 @@ { "type": "ThisExpression", "range": [ - 29420, - 29424 + 29053, + 29057 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 56 }, "end": { - "line": 1067, + "line": 1054, "column": 60 } } @@ -42604,47 +42346,47 @@ "type": "Identifier", "name": "i", "range": [ - 29426, - 29427 + 29059, + 29060 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 62 }, "end": { - "line": 1067, + "line": 1054, "column": 63 } } } ], "range": [ - 29380, - 29428 + 29013, + 29061 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 16 }, "end": { - "line": 1067, + "line": 1054, "column": 64 } } }, "range": [ - 29380, - 29429 + 29013, + 29062 ], "loc": { "start": { - "line": 1067, + "line": 1054, "column": 16 }, "end": { - "line": 1067, + "line": 1054, "column": 65 } } @@ -42658,16 +42400,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29451, - 29458 + 29084, + 29091 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 20 }, "end": { - "line": 1069, + "line": 1056, "column": 27 } } @@ -42678,16 +42420,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 29461, - 29470 + 29094, + 29103 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 30 }, "end": { - "line": 1069, + "line": 1056, "column": 39 } } @@ -42699,16 +42441,16 @@ "object": { "type": "ThisExpression", "range": [ - 29471, - 29475 + 29104, + 29108 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 40 }, "end": { - "line": 1069, + "line": 1056, "column": 44 } } @@ -42717,62 +42459,62 @@ "type": "Identifier", "name": "fltCellTag", "range": [ - 29476, - 29486 + 29109, + 29119 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 45 }, "end": { - "line": 1069, + "line": 1056, "column": 55 } } }, "range": [ - 29471, - 29486 + 29104, + 29119 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 40 }, "end": { - "line": 1069, + "line": 1056, "column": 55 } } } ], "range": [ - 29461, - 29487 + 29094, + 29120 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 30 }, "end": { - "line": 1069, + "line": 1056, "column": 56 } } }, "range": [ - 29451, - 29487 + 29084, + 29120 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 20 }, "end": { - "line": 1069, + "line": 1056, "column": 56 } } @@ -42783,16 +42525,16 @@ "type": "Identifier", "name": "col", "range": [ - 29509, - 29512 + 29142, + 29145 ], "loc": { "start": { - "line": 1070, + "line": 1057, "column": 20 }, "end": { - "line": 1070, + "line": 1057, "column": 23 } } @@ -42805,16 +42547,16 @@ "object": { "type": "ThisExpression", "range": [ - 29515, - 29519 + 29148, + 29152 ], "loc": { "start": { - "line": 1070, + "line": 1057, "column": 26 }, "end": { - "line": 1070, + "line": 1057, "column": 30 } } @@ -42823,31 +42565,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 29520, - 29533 + 29153, + 29166 ], "loc": { "start": { - "line": 1070, + "line": 1057, "column": 31 }, "end": { - "line": 1070, + "line": 1057, "column": 44 } } }, "range": [ - 29515, - 29533 + 29148, + 29166 ], "loc": { "start": { - "line": 1070, + "line": 1057, "column": 26 }, "end": { - "line": 1070, + "line": 1057, "column": 44 } } @@ -42857,47 +42599,47 @@ "type": "Identifier", "name": "i", "range": [ - 29534, - 29535 + 29167, + 29168 ], "loc": { "start": { - "line": 1070, + "line": 1057, "column": 45 }, "end": { - "line": 1070, + "line": 1057, "column": 46 } } } ], "range": [ - 29515, - 29536 + 29148, + 29169 ], "loc": { "start": { - "line": 1070, + "line": 1057, "column": 26 }, "end": { - "line": 1070, + "line": 1057, "column": 47 } } }, "range": [ - 29509, - 29536 + 29142, + 29169 ], "loc": { "start": { - "line": 1070, + "line": 1057, "column": 20 }, "end": { - "line": 1070, + "line": 1057, "column": 47 } } @@ -42905,16 +42647,16 @@ ], "kind": "let", "range": [ - 29447, - 29537 + 29080, + 29170 ], "loc": { "start": { - "line": 1069, + "line": 1056, "column": 16 }, "end": { - "line": 1070, + "line": 1057, "column": 48 } } @@ -42927,16 +42669,16 @@ "object": { "type": "ThisExpression", "range": [ - 29559, - 29563 + 29192, + 29196 ], "loc": { "start": { - "line": 1072, + "line": 1059, "column": 20 }, "end": { - "line": 1072, + "line": 1059, "column": 24 } } @@ -42945,31 +42687,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29564, - 29579 + 29197, + 29212 ], "loc": { "start": { - "line": 1072, + "line": 1059, "column": 25 }, "end": { - "line": 1072, + "line": 1059, "column": 40 } } }, "range": [ - 29559, - 29579 + 29192, + 29212 ], "loc": { "start": { - "line": 1072, + "line": 1059, "column": 20 }, "end": { - "line": 1072, + "line": 1059, "column": 40 } } @@ -42989,16 +42731,16 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29603, - 29610 + 29236, + 29243 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 20 }, "end": { - "line": 1073, + "line": 1060, "column": 27 } } @@ -43007,31 +42749,31 @@ "type": "Identifier", "name": "colSpan", "range": [ - 29611, - 29618 + 29244, + 29251 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 28 }, "end": { - "line": 1073, + "line": 1060, "column": 35 } } }, "range": [ - 29603, - 29618 + 29236, + 29251 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 20 }, "end": { - "line": 1073, + "line": 1060, "column": 35 } } @@ -43042,16 +42784,16 @@ "object": { "type": "ThisExpression", "range": [ - 29621, - 29625 + 29254, + 29258 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 38 }, "end": { - "line": 1073, + "line": 1060, "column": 42 } } @@ -43060,93 +42802,93 @@ "type": "Identifier", "name": "nbCells", "range": [ - 29626, - 29633 + 29259, + 29266 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 43 }, "end": { - "line": 1073, + "line": 1060, "column": 50 } } }, "range": [ - 29621, - 29633 + 29254, + 29266 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 38 }, "end": { - "line": 1073, + "line": 1060, "column": 50 } } }, "range": [ - 29603, - 29633 + 29236, + 29266 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 20 }, "end": { - "line": 1073, + "line": 1060, "column": 50 } } }, "range": [ - 29603, - 29634 + 29236, + 29267 ], "loc": { "start": { - "line": 1073, + "line": 1060, "column": 20 }, "end": { - "line": 1073, + "line": 1060, "column": 51 } } } ], "range": [ - 29581, - 29652 + 29214, + 29285 ], "loc": { "start": { - "line": 1072, + "line": 1059, "column": 42 }, "end": { - "line": 1074, + "line": 1061, "column": 17 } } }, "alternate": null, "range": [ - 29555, - 29652 + 29188, + 29285 ], "loc": { "start": { - "line": 1072, + "line": 1059, "column": 16 }, "end": { - "line": 1074, + "line": 1061, "column": 17 } } @@ -43162,16 +42904,16 @@ "object": { "type": "ThisExpression", "range": [ - 29674, - 29678 + 29307, + 29311 ], "loc": { "start": { - "line": 1075, + "line": 1062, "column": 21 }, "end": { - "line": 1075, + "line": 1062, "column": 25 } } @@ -43180,47 +42922,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 29679, - 29689 + 29312, + 29322 ], "loc": { "start": { - "line": 1075, + "line": 1062, "column": 26 }, "end": { - "line": 1075, + "line": 1062, "column": 36 } } }, "range": [ - 29674, - 29689 + 29307, + 29322 ], "loc": { "start": { - "line": 1075, + "line": 1062, "column": 21 }, "end": { - "line": 1075, + "line": 1062, "column": 36 } } }, "prefix": true, "range": [ - 29673, - 29689 + 29306, + 29322 ], "loc": { "start": { - "line": 1075, + "line": 1062, "column": 20 }, "end": { - "line": 1075, + "line": 1062, "column": 36 } } @@ -43239,16 +42981,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 29713, - 29719 + 29346, + 29352 ], "loc": { "start": { - "line": 1076, + "line": 1063, "column": 20 }, "end": { - "line": 1076, + "line": 1063, "column": 26 } } @@ -43257,31 +42999,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 29720, - 29731 + 29353, + 29364 ], "loc": { "start": { - "line": 1076, + "line": 1063, "column": 27 }, "end": { - "line": 1076, + "line": 1063, "column": 38 } } }, "range": [ - 29713, - 29731 + 29346, + 29364 ], "loc": { "start": { - "line": 1076, + "line": 1063, "column": 20 }, "end": { - "line": 1076, + "line": 1063, "column": 38 } } @@ -43291,79 +43033,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 29732, - 29739 + 29365, + 29372 ], "loc": { "start": { - "line": 1076, + "line": 1063, "column": 39 }, "end": { - "line": 1076, + "line": 1063, "column": 46 } } } ], "range": [ - 29713, - 29740 + 29346, + 29373 ], "loc": { "start": { - "line": 1076, + "line": 1063, "column": 20 }, "end": { - "line": 1076, + "line": 1063, "column": 47 } } }, "range": [ - 29713, - 29741 + 29346, + 29374 ], "loc": { "start": { - "line": 1076, + "line": 1063, "column": 20 }, "end": { - "line": 1076, + "line": 1063, "column": 48 } } } ], "range": [ - 29691, - 29759 + 29324, + 29392 ], "loc": { "start": { - "line": 1075, + "line": 1062, "column": 38 }, "end": { - "line": 1077, + "line": 1064, "column": 17 } } }, "alternate": null, "range": [ - 29669, - 29759 + 29302, + 29392 ], "loc": { "start": { - "line": 1075, + "line": 1062, "column": 16 }, "end": { - "line": 1077, + "line": 1064, "column": 17 } } @@ -43377,16 +43119,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 29776, - 29784 + 29409, + 29417 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 16 }, "end": { - "line": 1078, + "line": 1065, "column": 24 } } @@ -43403,16 +43145,16 @@ "type": "Identifier", "name": "i", "range": [ - 29788, - 29789 + 29421, + 29422 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 28 }, "end": { - "line": 1078, + "line": 1065, "column": 29 } } @@ -43424,16 +43166,16 @@ "type": "Identifier", "name": "n", "range": [ - 29794, - 29795 + 29427, + 29428 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 34 }, "end": { - "line": 1078, + "line": 1065, "column": 35 } } @@ -43443,46 +43185,46 @@ "value": 1, "raw": "1", "range": [ - 29798, - 29799 + 29431, + 29432 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 38 }, "end": { - "line": 1078, + "line": 1065, "column": 39 } } }, "range": [ - 29794, - 29799 + 29427, + 29432 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 34 }, "end": { - "line": 1078, + "line": 1065, "column": 39 } } }, "range": [ - 29788, - 29799 + 29421, + 29432 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 28 }, "end": { - "line": 1078, + "line": 1065, "column": 39 } } @@ -43493,16 +43235,16 @@ "object": { "type": "ThisExpression", "range": [ - 29803, - 29807 + 29436, + 29440 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 43 }, "end": { - "line": 1078, + "line": 1065, "column": 47 } } @@ -43511,46 +43253,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 29808, - 29818 + 29441, + 29451 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 48 }, "end": { - "line": 1078, + "line": 1065, "column": 58 } } }, "range": [ - 29803, - 29818 + 29436, + 29451 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 43 }, "end": { - "line": 1078, + "line": 1065, "column": 58 } } }, "range": [ - 29788, - 29818 + 29421, + 29451 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 28 }, "end": { - "line": 1078, + "line": 1065, "column": 58 } } @@ -43561,16 +43303,16 @@ "object": { "type": "ThisExpression", "range": [ - 29842, - 29846 + 29475, + 29479 ], "loc": { "start": { - "line": 1079, + "line": 1066, "column": 20 }, "end": { - "line": 1079, + "line": 1066, "column": 24 } } @@ -43579,31 +43321,31 @@ "type": "Identifier", "name": "fltSmallCssClass", "range": [ - 29847, - 29863 + 29480, + 29496 ], "loc": { "start": { - "line": 1079, + "line": 1066, "column": 25 }, "end": { - "line": 1079, + "line": 1066, "column": 41 } } }, "range": [ - 29842, - 29863 + 29475, + 29496 ], "loc": { "start": { - "line": 1079, + "line": 1066, "column": 20 }, "end": { - "line": 1079, + "line": 1066, "column": 41 } } @@ -43614,16 +43356,16 @@ "object": { "type": "ThisExpression", "range": [ - 29866, - 29870 + 29499, + 29503 ], "loc": { "start": { - "line": 1079, + "line": 1066, "column": 44 }, "end": { - "line": 1079, + "line": 1066, "column": 48 } } @@ -43632,76 +43374,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 29871, - 29882 + 29504, + 29515 ], "loc": { "start": { - "line": 1079, + "line": 1066, "column": 49 }, "end": { - "line": 1079, + "line": 1066, "column": 60 } } }, "range": [ - 29866, - 29882 + 29499, + 29515 ], "loc": { "start": { - "line": 1079, + "line": 1066, "column": 44 }, "end": { - "line": 1079, + "line": 1066, "column": 60 } } }, "range": [ - 29787, - 29882 + 29420, + 29515 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 27 }, "end": { - "line": 1079, + "line": 1066, "column": 60 } } }, "range": [ - 29776, - 29882 + 29409, + 29515 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 16 }, "end": { - "line": 1079, + "line": 1066, "column": 60 } } }, "range": [ - 29776, - 29883 + 29409, + 29516 ], "loc": { "start": { - "line": 1078, + "line": 1065, "column": 16 }, "end": { - "line": 1079, + "line": 1066, "column": 61 } }, @@ -43710,16 +43452,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29901, - 29933 + 29534, + 29566 ], "loc": { "start": { - "line": 1081, + "line": 1068, "column": 16 }, "end": { - "line": 1081, + "line": 1068, "column": 48 } } @@ -43734,16 +43476,16 @@ "object": { "type": "ThisExpression", "range": [ - 29954, - 29958 + 29587, + 29591 ], "loc": { "start": { - "line": 1082, + "line": 1069, "column": 20 }, "end": { - "line": 1082, + "line": 1069, "column": 24 } } @@ -43752,31 +43494,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 29959, - 29974 + 29592, + 29607 ], "loc": { "start": { - "line": 1082, + "line": 1069, "column": 25 }, "end": { - "line": 1082, + "line": 1069, "column": 40 } } }, "range": [ - 29954, - 29974 + 29587, + 29607 ], "loc": { "start": { - "line": 1082, + "line": 1069, "column": 20 }, "end": { - "line": 1082, + "line": 1069, "column": 40 } } @@ -43793,16 +43535,16 @@ "type": "Identifier", "name": "col", "range": [ - 29998, - 30001 + 29631, + 29634 ], "loc": { "start": { - "line": 1083, + "line": 1070, "column": 20 }, "end": { - "line": 1083, + "line": 1070, "column": 23 } } @@ -43811,46 +43553,46 @@ "type": "Identifier", "name": "INPUT", "range": [ - 30004, - 30009 + 29637, + 29642 ], "loc": { "start": { - "line": 1083, + "line": 1070, "column": 26 }, "end": { - "line": 1083, + "line": 1070, "column": 31 } } }, "range": [ - 29998, - 30009 + 29631, + 29642 ], "loc": { "start": { - "line": 1083, + "line": 1070, "column": 20 }, "end": { - "line": 1083, + "line": 1070, "column": 31 } } }, "range": [ - 29998, - 30010 + 29631, + 29643 ], "loc": { "start": { - "line": 1083, + "line": 1070, "column": 20 }, "end": { - "line": 1083, + "line": 1070, "column": 32 } } @@ -43864,16 +43606,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 30031, - 30039 + 29664, + 29672 ], "loc": { "start": { - "line": 1084, + "line": 1071, "column": 20 }, "end": { - "line": 1084, + "line": 1071, "column": 28 } } @@ -43884,16 +43626,16 @@ "object": { "type": "ThisExpression", "range": [ - 30042, - 30046 + 29675, + 29679 ], "loc": { "start": { - "line": 1084, + "line": 1071, "column": 31 }, "end": { - "line": 1084, + "line": 1071, "column": 35 } } @@ -43902,93 +43644,93 @@ "type": "Identifier", "name": "singleFltCssClass", "range": [ - 30047, - 30064 + 29680, + 29697 ], "loc": { "start": { - "line": 1084, + "line": 1071, "column": 36 }, "end": { - "line": 1084, + "line": 1071, "column": 53 } } }, "range": [ - 30042, - 30064 + 29675, + 29697 ], "loc": { "start": { - "line": 1084, + "line": 1071, "column": 31 }, "end": { - "line": 1084, + "line": 1071, "column": 53 } } }, "range": [ - 30031, - 30064 + 29664, + 29697 ], "loc": { "start": { - "line": 1084, + "line": 1071, "column": 20 }, "end": { - "line": 1084, + "line": 1071, "column": 53 } } }, "range": [ - 30031, - 30065 + 29664, + 29698 ], "loc": { "start": { - "line": 1084, + "line": 1071, "column": 20 }, "end": { - "line": 1084, + "line": 1071, "column": 54 } } } ], "range": [ - 29976, - 30083 + 29609, + 29716 ], "loc": { "start": { - "line": 1082, + "line": 1069, "column": 42 }, "end": { - "line": 1085, + "line": 1072, "column": 17 } } }, "alternate": null, "range": [ - 29950, - 30083 + 29583, + 29716 ], "loc": { "start": { - "line": 1082, + "line": 1069, "column": 16 }, "end": { - "line": 1085, + "line": 1072, "column": 17 } }, @@ -43997,16 +43739,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29901, - 29933 + 29534, + 29566 ], "loc": { "start": { - "line": 1081, + "line": 1068, "column": 16 }, "end": { - "line": 1081, + "line": 1068, "column": 48 } } @@ -44017,16 +43759,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 30101, - 30120 + 29734, + 29753 ], "loc": { "start": { - "line": 1087, + "line": 1074, "column": 16 }, "end": { - "line": 1087, + "line": 1074, "column": 35 } } @@ -44045,16 +43787,16 @@ "type": "Identifier", "name": "col", "range": [ - 30141, - 30144 + 29774, + 29777 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 20 }, "end": { - "line": 1088, + "line": 1075, "column": 23 } } @@ -44063,31 +43805,31 @@ "type": "Identifier", "name": "SELECT", "range": [ - 30149, - 30155 + 29782, + 29788 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 28 }, "end": { - "line": 1088, + "line": 1075, "column": 34 } } }, "range": [ - 30141, - 30155 + 29774, + 29788 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 20 }, "end": { - "line": 1088, + "line": 1075, "column": 34 } } @@ -44099,16 +43841,16 @@ "type": "Identifier", "name": "col", "range": [ - 30159, - 30162 + 29792, + 29795 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 38 }, "end": { - "line": 1088, + "line": 1075, "column": 41 } } @@ -44117,46 +43859,46 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 30167, - 30175 + 29800, + 29808 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 46 }, "end": { - "line": 1088, + "line": 1075, "column": 54 } } }, "range": [ - 30159, - 30175 + 29792, + 29808 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 38 }, "end": { - "line": 1088, + "line": 1075, "column": 54 } } }, "range": [ - 30141, - 30175 + 29774, + 29808 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 20 }, "end": { - "line": 1088, + "line": 1075, "column": 54 } } @@ -44176,16 +43918,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30204, - 30207 + 29837, + 29840 ], "loc": { "start": { - "line": 1089, + "line": 1076, "column": 25 }, "end": { - "line": 1089, + "line": 1076, "column": 28 } } @@ -44194,47 +43936,47 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30208, - 30216 + 29841, + 29849 ], "loc": { "start": { - "line": 1089, + "line": 1076, "column": 29 }, "end": { - "line": 1089, + "line": 1076, "column": 37 } } }, "range": [ - 30204, - 30216 + 29837, + 29849 ], "loc": { "start": { - "line": 1089, + "line": 1076, "column": 25 }, "end": { - "line": 1089, + "line": 1076, "column": 37 } } }, "prefix": true, "range": [ - 30203, - 30216 + 29836, + 29849 ], "loc": { "start": { - "line": 1089, + "line": 1076, "column": 24 }, "end": { - "line": 1089, + "line": 1076, "column": 37 } } @@ -44254,16 +43996,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30244, - 30247 + 29877, + 29880 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 24 }, "end": { - "line": 1090, + "line": 1077, "column": 27 } } @@ -44272,31 +44014,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30248, - 30256 + 29881, + 29889 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 28 }, "end": { - "line": 1090, + "line": 1077, "column": 36 } } }, "range": [ - 30244, - 30256 + 29877, + 29889 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 24 }, "end": { - "line": 1090, + "line": 1077, "column": 36 } } @@ -44307,16 +44049,16 @@ "type": "Identifier", "name": "Dropdown", "range": [ - 30263, - 30271 + 29896, + 29904 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 43 }, "end": { - "line": 1090, + "line": 1077, "column": 51 } } @@ -44325,94 +44067,94 @@ { "type": "ThisExpression", "range": [ - 30272, - 30276 + 29905, + 29909 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 52 }, "end": { - "line": 1090, + "line": 1077, "column": 56 } } } ], "range": [ - 30259, - 30277 + 29892, + 29910 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 39 }, "end": { - "line": 1090, + "line": 1077, "column": 57 } } }, "range": [ - 30244, - 30277 + 29877, + 29910 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 24 }, "end": { - "line": 1090, + "line": 1077, "column": 57 } } }, "range": [ - 30244, - 30278 + 29877, + 29911 ], "loc": { "start": { - "line": 1090, + "line": 1077, "column": 24 }, "end": { - "line": 1090, + "line": 1077, "column": 58 } } } ], "range": [ - 30218, - 30300 + 29851, + 29933 ], "loc": { "start": { - "line": 1089, + "line": 1076, "column": 39 }, "end": { - "line": 1091, + "line": 1078, "column": 21 } } }, "alternate": null, "range": [ - 30199, - 30300 + 29832, + 29933 ], "loc": { "start": { - "line": 1089, + "line": 1076, "column": 20 }, "end": { - "line": 1091, + "line": 1078, "column": 21 } } @@ -44431,16 +44173,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30321, - 30324 + 29954, + 29957 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 20 }, "end": { - "line": 1092, + "line": 1079, "column": 23 } } @@ -44449,31 +44191,31 @@ "type": "Identifier", "name": "dropdown", "range": [ - 30325, - 30333 + 29958, + 29966 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 24 }, "end": { - "line": 1092, + "line": 1079, "column": 32 } } }, "range": [ - 30321, - 30333 + 29954, + 29966 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 20 }, "end": { - "line": 1092, + "line": 1079, "column": 32 } } @@ -44482,31 +44224,31 @@ "type": "Identifier", "name": "init", "range": [ - 30334, - 30338 + 29967, + 29971 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 33 }, "end": { - "line": 1092, + "line": 1079, "column": 37 } } }, "range": [ - 30321, - 30338 + 29954, + 29971 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 20 }, "end": { - "line": 1092, + "line": 1079, "column": 37 } } @@ -44516,16 +44258,16 @@ "type": "Identifier", "name": "i", "range": [ - 30339, - 30340 + 29972, + 29973 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 38 }, "end": { - "line": 1092, + "line": 1079, "column": 39 } } @@ -44536,16 +44278,16 @@ "object": { "type": "ThisExpression", "range": [ - 30342, - 30346 + 29975, + 29979 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 41 }, "end": { - "line": 1092, + "line": 1079, "column": 45 } } @@ -44554,31 +44296,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 30347, - 30360 + 29980, + 29993 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 46 }, "end": { - "line": 1092, + "line": 1079, "column": 59 } } }, "range": [ - 30342, - 30360 + 29975, + 29993 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 41 }, "end": { - "line": 1092, + "line": 1079, "column": 59 } } @@ -44587,63 +44329,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30362, - 30369 + 29995, + 30002 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 61 }, "end": { - "line": 1092, + "line": 1079, "column": 68 } } } ], "range": [ - 30321, - 30370 + 29954, + 30003 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 20 }, "end": { - "line": 1092, + "line": 1079, "column": 69 } } }, "range": [ - 30321, - 30371 + 29954, + 30004 ], "loc": { "start": { - "line": 1092, + "line": 1079, "column": 20 }, "end": { - "line": 1092, + "line": 1079, "column": 70 } } } ], "range": [ - 30177, - 30389 + 29810, + 30022 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 56 }, "end": { - "line": 1093, + "line": 1080, "column": 17 } }, @@ -44652,16 +44394,16 @@ "type": "Line", "value": " checklist", "range": [ - 30406, - 30418 + 30039, + 30051 ], "loc": { "start": { - "line": 1094, + "line": 1081, "column": 16 }, "end": { - "line": 1094, + "line": 1081, "column": 28 } } @@ -44677,16 +44419,16 @@ "type": "Identifier", "name": "col", "range": [ - 30444, - 30447 + 30077, + 30080 ], "loc": { "start": { - "line": 1095, + "line": 1082, "column": 25 }, "end": { - "line": 1095, + "line": 1082, "column": 28 } } @@ -44695,31 +44437,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 30452, - 30461 + 30085, + 30094 ], "loc": { "start": { - "line": 1095, + "line": 1082, "column": 33 }, "end": { - "line": 1095, + "line": 1082, "column": 42 } } }, "range": [ - 30444, - 30461 + 30077, + 30094 ], "loc": { "start": { - "line": 1095, + "line": 1082, "column": 25 }, "end": { - "line": 1095, + "line": 1082, "column": 42 } } @@ -44739,16 +44481,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30490, - 30493 + 30123, + 30126 ], "loc": { "start": { - "line": 1096, + "line": 1083, "column": 25 }, "end": { - "line": 1096, + "line": 1083, "column": 28 } } @@ -44757,47 +44499,47 @@ "type": "Identifier", "name": "checkList", "range": [ - 30494, - 30503 + 30127, + 30136 ], "loc": { "start": { - "line": 1096, + "line": 1083, "column": 29 }, "end": { - "line": 1096, + "line": 1083, "column": 38 } } }, "range": [ - 30490, - 30503 + 30123, + 30136 ], "loc": { "start": { - "line": 1096, + "line": 1083, "column": 25 }, "end": { - "line": 1096, + "line": 1083, "column": 38 } } }, "prefix": true, "range": [ - 30489, - 30503 + 30122, + 30136 ], "loc": { "start": { - "line": 1096, + "line": 1083, "column": 24 }, "end": { - "line": 1096, + "line": 1083, "column": 38 } } @@ -44817,16 +44559,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30531, - 30534 + 30164, + 30167 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 24 }, "end": { - "line": 1097, + "line": 1084, "column": 27 } } @@ -44835,31 +44577,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30535, - 30544 + 30168, + 30177 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 28 }, "end": { - "line": 1097, + "line": 1084, "column": 37 } } }, "range": [ - 30531, - 30544 + 30164, + 30177 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 24 }, "end": { - "line": 1097, + "line": 1084, "column": 37 } } @@ -44870,16 +44612,16 @@ "type": "Identifier", "name": "CheckList", "range": [ - 30551, - 30560 + 30184, + 30193 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 44 }, "end": { - "line": 1097, + "line": 1084, "column": 53 } } @@ -44888,94 +44630,94 @@ { "type": "ThisExpression", "range": [ - 30561, - 30565 + 30194, + 30198 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 54 }, "end": { - "line": 1097, + "line": 1084, "column": 58 } } } ], "range": [ - 30547, - 30566 + 30180, + 30199 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 40 }, "end": { - "line": 1097, + "line": 1084, "column": 59 } } }, "range": [ - 30531, - 30566 + 30164, + 30199 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 24 }, "end": { - "line": 1097, + "line": 1084, "column": 59 } } }, "range": [ - 30531, - 30567 + 30164, + 30200 ], "loc": { "start": { - "line": 1097, + "line": 1084, "column": 24 }, "end": { - "line": 1097, + "line": 1084, "column": 60 } } } ], "range": [ - 30505, - 30589 + 30138, + 30222 ], "loc": { "start": { - "line": 1096, + "line": 1083, "column": 40 }, "end": { - "line": 1098, + "line": 1085, "column": 21 } } }, "alternate": null, "range": [ - 30485, - 30589 + 30118, + 30222 ], "loc": { "start": { - "line": 1096, + "line": 1083, "column": 20 }, "end": { - "line": 1098, + "line": 1085, "column": 21 } } @@ -44994,16 +44736,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 30610, - 30613 + 30243, + 30246 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 20 }, "end": { - "line": 1099, + "line": 1086, "column": 23 } } @@ -45012,31 +44754,31 @@ "type": "Identifier", "name": "checkList", "range": [ - 30614, - 30623 + 30247, + 30256 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 24 }, "end": { - "line": 1099, + "line": 1086, "column": 33 } } }, "range": [ - 30610, - 30623 + 30243, + 30256 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 20 }, "end": { - "line": 1099, + "line": 1086, "column": 33 } } @@ -45045,31 +44787,31 @@ "type": "Identifier", "name": "init", "range": [ - 30624, - 30628 + 30257, + 30261 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 34 }, "end": { - "line": 1099, + "line": 1086, "column": 38 } } }, "range": [ - 30610, - 30628 + 30243, + 30261 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 20 }, "end": { - "line": 1099, + "line": 1086, "column": 38 } } @@ -45079,16 +44821,16 @@ "type": "Identifier", "name": "i", "range": [ - 30629, - 30630 + 30262, + 30263 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 39 }, "end": { - "line": 1099, + "line": 1086, "column": 40 } } @@ -45099,16 +44841,16 @@ "object": { "type": "ThisExpression", "range": [ - 30632, - 30636 + 30265, + 30269 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 42 }, "end": { - "line": 1099, + "line": 1086, "column": 46 } } @@ -45117,31 +44859,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 30637, - 30650 + 30270, + 30283 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 47 }, "end": { - "line": 1099, + "line": 1086, "column": 60 } } }, "range": [ - 30632, - 30650 + 30265, + 30283 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 42 }, "end": { - "line": 1099, + "line": 1086, "column": 60 } } @@ -45150,63 +44892,63 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30652, - 30659 + 30285, + 30292 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 62 }, "end": { - "line": 1099, + "line": 1086, "column": 69 } } } ], "range": [ - 30610, - 30660 + 30243, + 30293 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 20 }, "end": { - "line": 1099, + "line": 1086, "column": 70 } } }, "range": [ - 30610, - 30661 + 30243, + 30294 ], "loc": { "start": { - "line": 1099, + "line": 1086, "column": 20 }, "end": { - "line": 1099, + "line": 1086, "column": 71 } } } ], "range": [ - 30463, - 30679 + 30096, + 30312 ], "loc": { "start": { - "line": 1095, + "line": 1082, "column": 44 }, "end": { - "line": 1100, + "line": 1087, "column": 17 } } @@ -45224,16 +44966,16 @@ "object": { "type": "ThisExpression", "range": [ - 30707, - 30711 + 30340, + 30344 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 20 }, "end": { - "line": 1101, + "line": 1088, "column": 24 } } @@ -45242,31 +44984,31 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 30712, - 30729 + 30345, + 30362 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 25 }, "end": { - "line": 1101, + "line": 1088, "column": 42 } } }, "range": [ - 30707, - 30729 + 30340, + 30362 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 20 }, "end": { - "line": 1101, + "line": 1088, "column": 42 } } @@ -45276,16 +45018,16 @@ "type": "Identifier", "name": "i", "range": [ - 30730, - 30731 + 30363, + 30364 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 43 }, "end": { - "line": 1101, + "line": 1088, "column": 44 } } @@ -45294,16 +45036,16 @@ "type": "Identifier", "name": "inpclass", "range": [ - 30733, - 30741 + 30366, + 30374 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 46 }, "end": { - "line": 1101, + "line": 1088, "column": 54 } } @@ -45312,78 +45054,78 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30743, - 30750 + 30376, + 30383 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 56 }, "end": { - "line": 1101, + "line": 1088, "column": 63 } } } ], "range": [ - 30707, - 30751 + 30340, + 30384 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 20 }, "end": { - "line": 1101, + "line": 1088, "column": 64 } } }, "range": [ - 30707, - 30752 + 30340, + 30385 ], "loc": { "start": { - "line": 1101, + "line": 1088, "column": 20 }, "end": { - "line": 1101, + "line": 1088, "column": 65 } } } ], "range": [ - 30685, - 30770 + 30318, + 30403 ], "loc": { "start": { - "line": 1100, + "line": 1087, "column": 23 }, "end": { - "line": 1102, + "line": 1089, "column": 17 } } }, "range": [ - 30440, - 30770 + 30073, + 30403 ], "loc": { "start": { - "line": 1095, + "line": 1082, "column": 21 }, "end": { - "line": 1102, + "line": 1089, "column": 17 } }, @@ -45392,16 +45134,16 @@ "type": "Line", "value": " checklist", "range": [ - 30406, - 30418 + 30039, + 30051 ], "loc": { "start": { - "line": 1094, + "line": 1081, "column": 16 }, "end": { - "line": 1094, + "line": 1081, "column": 28 } } @@ -45409,16 +45151,16 @@ ] }, "range": [ - 30137, - 30770 + 29770, + 30403 ], "loc": { "start": { - "line": 1088, + "line": 1075, "column": 16 }, "end": { - "line": 1102, + "line": 1089, "column": 17 } }, @@ -45427,16 +45169,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 30101, - 30120 + 29734, + 29753 ], "loc": { "start": { - "line": 1087, + "line": 1074, "column": 16 }, "end": { - "line": 1087, + "line": 1074, "column": 35 } } @@ -45447,16 +45189,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30788, - 30814 + 30421, + 30447 ], "loc": { "start": { - "line": 1104, + "line": 1091, "column": 16 }, "end": { - "line": 1104, + "line": 1091, "column": 42 } } @@ -45475,16 +45217,16 @@ "type": "Identifier", "name": "i", "range": [ - 30835, - 30836 + 30468, + 30469 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 20 }, "end": { - "line": 1105, + "line": 1092, "column": 21 } } @@ -45496,16 +45238,16 @@ "type": "Identifier", "name": "n", "range": [ - 30841, - 30842 + 30474, + 30475 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 26 }, "end": { - "line": 1105, + "line": 1092, "column": 27 } } @@ -45515,46 +45257,46 @@ "value": 1, "raw": "1", "range": [ - 30845, - 30846 + 30478, + 30479 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 30 }, "end": { - "line": 1105, + "line": 1092, "column": 31 } } }, "range": [ - 30841, - 30846 + 30474, + 30479 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 26 }, "end": { - "line": 1105, + "line": 1092, "column": 31 } } }, "range": [ - 30835, - 30846 + 30468, + 30479 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 20 }, "end": { - "line": 1105, + "line": 1092, "column": 31 } } @@ -45565,16 +45307,16 @@ "object": { "type": "ThisExpression", "range": [ - 30850, - 30854 + 30483, + 30487 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 35 }, "end": { - "line": 1105, + "line": 1092, "column": 39 } } @@ -45583,46 +45325,46 @@ "type": "Identifier", "name": "displayBtn", "range": [ - 30855, - 30865 + 30488, + 30498 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 40 }, "end": { - "line": 1105, + "line": 1092, "column": 50 } } }, "range": [ - 30850, - 30865 + 30483, + 30498 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 35 }, "end": { - "line": 1105, + "line": 1092, "column": 50 } } }, "range": [ - 30835, - 30865 + 30468, + 30498 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 20 }, "end": { - "line": 1105, + "line": 1092, "column": 50 } } @@ -45640,16 +45382,16 @@ "object": { "type": "ThisExpression", "range": [ - 30889, - 30893 + 30522, + 30526 ], "loc": { "start": { - "line": 1106, + "line": 1093, "column": 20 }, "end": { - "line": 1106, + "line": 1093, "column": 24 } } @@ -45658,31 +45400,31 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 30894, - 30912 + 30527, + 30545 ], "loc": { "start": { - "line": 1106, + "line": 1093, "column": 25 }, "end": { - "line": 1106, + "line": 1093, "column": 43 } } }, "range": [ - 30889, - 30912 + 30522, + 30545 ], "loc": { "start": { - "line": 1106, + "line": 1093, "column": 20 }, "end": { - "line": 1106, + "line": 1093, "column": 43 } } @@ -45692,16 +45434,16 @@ "type": "Identifier", "name": "i", "range": [ - 30913, - 30914 + 30546, + 30547 ], "loc": { "start": { - "line": 1106, + "line": 1093, "column": 44 }, "end": { - "line": 1106, + "line": 1093, "column": 45 } } @@ -45710,79 +45452,79 @@ "type": "Identifier", "name": "fltcell", "range": [ - 30916, - 30923 + 30549, + 30556 ], "loc": { "start": { - "line": 1106, + "line": 1093, "column": 47 }, "end": { - "line": 1106, + "line": 1093, "column": 54 } } } ], "range": [ - 30889, - 30924 + 30522, + 30557 ], "loc": { "start": { - "line": 1106, + "line": 1093, "column": 20 }, "end": { - "line": 1106, + "line": 1093, "column": 55 } } }, "range": [ - 30889, - 30925 + 30522, + 30558 ], "loc": { "start": { - "line": 1106, + "line": 1093, "column": 20 }, "end": { - "line": 1106, + "line": 1093, "column": 56 } } } ], "range": [ - 30867, - 30943 + 30500, + 30576 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 52 }, "end": { - "line": 1107, + "line": 1094, "column": 17 } } }, "alternate": null, "range": [ - 30831, - 30943 + 30464, + 30576 ], "loc": { "start": { - "line": 1105, + "line": 1092, "column": 16 }, "end": { - "line": 1107, + "line": 1094, "column": 17 } }, @@ -45791,16 +45533,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30788, - 30814 + 30421, + 30447 ], "loc": { "start": { - "line": 1104, + "line": 1091, "column": 16 }, "end": { - "line": 1104, + "line": 1091, "column": 42 } } @@ -45820,16 +45562,16 @@ "object": { "type": "ThisExpression", "range": [ - 30961, - 30965 + 30594, + 30598 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 16 }, "end": { - "line": 1109, + "line": 1096, "column": 20 } } @@ -45838,31 +45580,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 30966, - 30973 + 30599, + 30606 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 21 }, "end": { - "line": 1109, + "line": 1096, "column": 28 } } }, "range": [ - 30961, - 30973 + 30594, + 30606 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 16 }, "end": { - "line": 1109, + "line": 1096, "column": 28 } } @@ -45871,31 +45613,31 @@ "type": "Identifier", "name": "emit", "range": [ - 30974, - 30978 + 30607, + 30611 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 29 }, "end": { - "line": 1109, + "line": 1096, "column": 33 } } }, "range": [ - 30961, - 30978 + 30594, + 30611 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 16 }, "end": { - "line": 1109, + "line": 1096, "column": 33 } } @@ -45906,16 +45648,16 @@ "value": "after-filter-init", "raw": "'after-filter-init'", "range": [ - 30979, - 30998 + 30612, + 30631 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 34 }, "end": { - "line": 1109, + "line": 1096, "column": 53 } } @@ -45923,16 +45665,16 @@ { "type": "ThisExpression", "range": [ - 31000, - 31004 + 30633, + 30637 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 55 }, "end": { - "line": 1109, + "line": 1096, "column": 59 } } @@ -45941,78 +45683,78 @@ "type": "Identifier", "name": "i", "range": [ - 31006, - 31007 + 30639, + 30640 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 61 }, "end": { - "line": 1109, + "line": 1096, "column": 62 } } } ], "range": [ - 30961, - 31008 + 30594, + 30641 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 16 }, "end": { - "line": 1109, + "line": 1096, "column": 63 } } }, "range": [ - 30961, - 31009 + 30594, + 30642 ], "loc": { "start": { - "line": 1109, + "line": 1096, "column": 16 }, "end": { - "line": 1109, + "line": 1096, "column": 64 } } } ], "range": [ - 29362, - 31023 + 28995, + 30656 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 40 }, "end": { - "line": 1110, + "line": 1097, "column": 13 } } }, "range": [ - 29334, - 31023 + 28967, + 30656 ], "loc": { "start": { - "line": 1066, + "line": 1053, "column": 12 }, "end": { - "line": 1110, + "line": 1097, "column": 13 } }, @@ -46021,16 +45763,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29302, - 29321 + 28935, + 28954 ], "loc": { "start": { - "line": 1065, + "line": 1052, "column": 12 }, "end": { - "line": 1065, + "line": 1052, "column": 31 } } @@ -46050,16 +45792,16 @@ "object": { "type": "ThisExpression", "range": [ - 31037, - 31041 + 30670, + 30674 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 12 }, "end": { - "line": 1112, + "line": 1099, "column": 16 } } @@ -46068,31 +45810,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 31042, - 31049 + 30675, + 30682 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 17 }, "end": { - "line": 1112, + "line": 1099, "column": 24 } } }, "range": [ - 31037, - 31049 + 30670, + 30682 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 12 }, "end": { - "line": 1112, + "line": 1099, "column": 24 } } @@ -46101,31 +45843,31 @@ "type": "Identifier", "name": "on", "range": [ - 31050, - 31052 + 30683, + 30685 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 25 }, "end": { - "line": 1112, + "line": 1099, "column": 27 } } }, "range": [ - 31037, - 31052 + 30670, + 30685 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 12 }, "end": { - "line": 1112, + "line": 1099, "column": 27 } } @@ -46139,32 +45881,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 31054, - 31068 + 30687, + 30701 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 29 }, "end": { - "line": 1112, + "line": 1099, "column": 43 } } } ], "range": [ - 31053, - 31069 + 30686, + 30702 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 28 }, "end": { - "line": 1112, + "line": 1099, "column": 44 } } @@ -46177,16 +45919,16 @@ "type": "Identifier", "name": "tf", "range": [ - 31088, - 31090 + 30721, + 30723 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 17 }, "end": { - "line": 1113, + "line": 1100, "column": 19 } } @@ -46195,16 +45937,16 @@ "type": "Identifier", "name": "filter", "range": [ - 31092, - 31098 + 30725, + 30731 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 21 }, "end": { - "line": 1113, + "line": 1100, "column": 27 } } @@ -46218,16 +45960,16 @@ "object": { "type": "ThisExpression", "range": [ - 31103, - 31107 + 30736, + 30740 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 32 }, "end": { - "line": 1113, + "line": 1100, "column": 36 } } @@ -46236,31 +45978,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 31108, - 31125 + 30741, + 30758 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 37 }, "end": { - "line": 1113, + "line": 1100, "column": 54 } } }, "range": [ - 31103, - 31125 + 30736, + 30758 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 32 }, "end": { - "line": 1113, + "line": 1100, "column": 54 } } @@ -46273,16 +46015,16 @@ "type": "Identifier", "name": "filter", "range": [ - 31126, - 31132 + 30759, + 30765 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 55 }, "end": { - "line": 1113, + "line": 1100, "column": 61 } } @@ -46291,47 +46033,47 @@ "type": "Identifier", "name": "id", "range": [ - 31133, - 31135 + 30766, + 30768 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 62 }, "end": { - "line": 1113, + "line": 1100, "column": 64 } } }, "range": [ - 31126, - 31135 + 30759, + 30768 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 55 }, "end": { - "line": 1113, + "line": 1100, "column": 64 } } } ], "range": [ - 31103, - 31136 + 30736, + 30769 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 32 }, "end": { - "line": 1113, + "line": 1100, "column": 65 } } @@ -46339,78 +46081,78 @@ "generator": false, "expression": true, "range": [ - 31087, - 31136 + 30720, + 30769 ], "loc": { "start": { - "line": 1113, + "line": 1100, "column": 16 }, "end": { - "line": 1113, + "line": 1100, "column": 65 } } } ], "range": [ - 31037, - 31137 + 30670, + 30770 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 12 }, "end": { - "line": 1113, + "line": 1100, "column": 66 } } }, "range": [ - 31037, - 31138 + 30670, + 30771 ], "loc": { "start": { - "line": 1112, + "line": 1099, "column": 12 }, "end": { - "line": 1113, + "line": 1100, "column": 67 } } } ], "range": [ - 29181, - 31149 + 28814, + 30782 ], "loc": { "start": { - "line": 1060, + "line": 1047, "column": 15 }, "end": { - "line": 1115, + "line": 1102, "column": 9 } } }, "range": [ - 29110, - 31149 + 28743, + 30782 ], "loc": { "start": { - "line": 1058, + "line": 1045, "column": 8 }, "end": { - "line": 1115, + "line": 1102, "column": 9 } }, @@ -46419,16 +46161,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 29070, - 29101 + 28703, + 28734 ], "loc": { "start": { - "line": 1057, + "line": 1044, "column": 8 }, "end": { - "line": 1057, + "line": 1044, "column": 39 } } @@ -46439,16 +46181,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 31149, - 31166 + 30782, + 30799 ], "loc": { "start": { - "line": 1115, + "line": 1102, "column": 9 }, "end": { - "line": 1115, + "line": 1102, "column": 26 } } @@ -46457,16 +46199,16 @@ "type": "Block", "value": " Features ", "range": [ - 31176, - 31190 + 30809, + 30823 ], "loc": { "start": { - "line": 1117, + "line": 1104, "column": 8 }, "end": { - "line": 1117, + "line": 1104, "column": 22 } } @@ -46481,16 +46223,16 @@ "object": { "type": "ThisExpression", "range": [ - 31203, - 31207 + 30836, + 30840 ], "loc": { "start": { - "line": 1118, + "line": 1105, "column": 12 }, "end": { - "line": 1118, + "line": 1105, "column": 16 } } @@ -46499,31 +46241,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 31208, - 31222 + 30841, + 30855 ], "loc": { "start": { - "line": 1118, + "line": 1105, "column": 17 }, "end": { - "line": 1118, + "line": 1105, "column": 31 } } }, "range": [ - 31203, - 31222 + 30836, + 30855 ], "loc": { "start": { - "line": 1118, + "line": 1105, "column": 12 }, "end": { - "line": 1118, + "line": 1105, "column": 31 } } @@ -46544,16 +46286,16 @@ "object": { "type": "ThisExpression", "range": [ - 31238, - 31242 + 30871, + 30875 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 12 }, "end": { - "line": 1119, + "line": 1106, "column": 16 } } @@ -46562,31 +46304,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 31243, - 31250 + 30876, + 30883 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 17 }, "end": { - "line": 1119, + "line": 1106, "column": 24 } } }, "range": [ - 31238, - 31250 + 30871, + 30883 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 12 }, "end": { - "line": 1119, + "line": 1106, "column": 24 } } @@ -46595,31 +46337,31 @@ "type": "Identifier", "name": "on", "range": [ - 31251, - 31253 + 30884, + 30886 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 25 }, "end": { - "line": 1119, + "line": 1106, "column": 27 } } }, "range": [ - 31238, - 31253 + 30871, + 30886 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 12 }, "end": { - "line": 1119, + "line": 1106, "column": 27 } } @@ -46633,32 +46375,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 31255, - 31272 + 30888, + 30905 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 29 }, "end": { - "line": 1119, + "line": 1106, "column": 46 } } } ], "range": [ - 31254, - 31273 + 30887, + 30906 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 28 }, "end": { - "line": 1119, + "line": 1106, "column": 47 } } @@ -46675,16 +46417,16 @@ "object": { "type": "ThisExpression", "range": [ - 31297, - 31301 + 30930, + 30934 ], "loc": { "start": { - "line": 1120, + "line": 1107, "column": 22 }, "end": { - "line": 1120, + "line": 1107, "column": 26 } } @@ -46693,47 +46435,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 31302, - 31319 + 30935, + 30952 ], "loc": { "start": { - "line": 1120, + "line": 1107, "column": 27 }, "end": { - "line": 1120, + "line": 1107, "column": 44 } } }, "range": [ - 31297, - 31319 + 30930, + 30952 ], "loc": { "start": { - "line": 1120, + "line": 1107, "column": 22 }, "end": { - "line": 1120, + "line": 1107, "column": 44 } } }, "arguments": [], "range": [ - 31297, - 31321 + 30930, + 30954 ], "loc": { "start": { - "line": 1120, + "line": 1107, "column": 22 }, "end": { - "line": 1120, + "line": 1107, "column": 46 } } @@ -46741,47 +46483,47 @@ "generator": false, "expression": true, "range": [ - 31291, - 31321 + 30924, + 30954 ], "loc": { "start": { - "line": 1120, + "line": 1107, "column": 16 }, "end": { - "line": 1120, + "line": 1107, "column": 46 } } } ], "range": [ - 31238, - 31322 + 30871, + 30955 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 12 }, "end": { - "line": 1120, + "line": 1107, "column": 47 } } }, "range": [ - 31238, - 31323 + 30871, + 30956 ], "loc": { "start": { - "line": 1119, + "line": 1106, "column": 12 }, "end": { - "line": 1120, + "line": 1107, "column": 48 } } @@ -46796,16 +46538,16 @@ "object": { "type": "ThisExpression", "range": [ - 31336, - 31340 + 30969, + 30973 ], "loc": { "start": { - "line": 1121, + "line": 1108, "column": 12 }, "end": { - "line": 1121, + "line": 1108, "column": 16 } } @@ -46814,94 +46556,94 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 31341, - 31358 + 30974, + 30991 ], "loc": { "start": { - "line": 1121, + "line": 1108, "column": 17 }, "end": { - "line": 1121, + "line": 1108, "column": 34 } } }, "range": [ - 31336, - 31358 + 30969, + 30991 ], "loc": { "start": { - "line": 1121, + "line": 1108, "column": 12 }, "end": { - "line": 1121, + "line": 1108, "column": 34 } } }, "arguments": [], "range": [ - 31336, - 31360 + 30969, + 30993 ], "loc": { "start": { - "line": 1121, + "line": 1108, "column": 12 }, "end": { - "line": 1121, + "line": 1108, "column": 36 } } }, "range": [ - 31336, - 31361 + 30969, + 30994 ], "loc": { "start": { - "line": 1121, + "line": 1108, "column": 12 }, "end": { - "line": 1121, + "line": 1108, "column": 37 } } } ], "range": [ - 31224, - 31371 + 30857, + 31004 ], "loc": { "start": { - "line": 1118, + "line": 1105, "column": 33 }, "end": { - "line": 1122, + "line": 1109, "column": 9 } } }, "alternate": null, "range": [ - 31199, - 31371 + 30832, + 31004 ], "loc": { "start": { - "line": 1118, + "line": 1105, "column": 8 }, "end": { - "line": 1122, + "line": 1109, "column": 9 } }, @@ -46910,16 +46652,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 31149, - 31166 + 30782, + 30799 ], "loc": { "start": { - "line": 1115, + "line": 1102, "column": 9 }, "end": { - "line": 1115, + "line": 1102, "column": 26 } } @@ -46928,16 +46670,16 @@ "type": "Block", "value": " Features ", "range": [ - 31176, - 31190 + 30809, + 30823 ], "loc": { "start": { - "line": 1117, + "line": 1104, "column": 8 }, "end": { - "line": 1117, + "line": 1104, "column": 22 } } @@ -46952,16 +46694,16 @@ "object": { "type": "ThisExpression", "range": [ - 31384, - 31388 + 31017, + 31021 ], "loc": { "start": { - "line": 1123, + "line": 1110, "column": 12 }, "end": { - "line": 1123, + "line": 1110, "column": 16 } } @@ -46970,31 +46712,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31389, - 31400 + 31022, + 31033 ], "loc": { "start": { - "line": 1123, + "line": 1110, "column": 17 }, "end": { - "line": 1123, + "line": 1110, "column": 28 } } }, "range": [ - 31384, - 31400 + 31017, + 31033 ], "loc": { "start": { - "line": 1123, + "line": 1110, "column": 12 }, "end": { - "line": 1123, + "line": 1110, "column": 28 } } @@ -47014,16 +46756,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31416, - 31419 + 31049, + 31052 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 12 }, "end": { - "line": 1124, + "line": 1111, "column": 15 } } @@ -47032,31 +46774,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31420, - 31431 + 31053, + 31064 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 16 }, "end": { - "line": 1124, + "line": 1111, "column": 27 } } }, "range": [ - 31416, - 31431 + 31049, + 31064 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 12 }, "end": { - "line": 1124, + "line": 1111, "column": 27 } } @@ -47067,16 +46809,16 @@ "type": "Identifier", "name": "RowsCounter", "range": [ - 31438, - 31449 + 31071, + 31082 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 34 }, "end": { - "line": 1124, + "line": 1111, "column": 45 } } @@ -47085,62 +46827,62 @@ { "type": "ThisExpression", "range": [ - 31450, - 31454 + 31083, + 31087 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 46 }, "end": { - "line": 1124, + "line": 1111, "column": 50 } } } ], "range": [ - 31434, - 31455 + 31067, + 31088 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 30 }, "end": { - "line": 1124, + "line": 1111, "column": 51 } } }, "range": [ - 31416, - 31455 + 31049, + 31088 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 12 }, "end": { - "line": 1124, + "line": 1111, "column": 51 } } }, "range": [ - 31416, - 31456 + 31049, + 31089 ], "loc": { "start": { - "line": 1124, + "line": 1111, "column": 12 }, "end": { - "line": 1124, + "line": 1111, "column": 52 } } @@ -47159,16 +46901,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31469, - 31472 + 31102, + 31105 ], "loc": { "start": { - "line": 1125, + "line": 1112, "column": 12 }, "end": { - "line": 1125, + "line": 1112, "column": 15 } } @@ -47177,31 +46919,31 @@ "type": "Identifier", "name": "rowsCounter", "range": [ - 31473, - 31484 + 31106, + 31117 ], "loc": { "start": { - "line": 1125, + "line": 1112, "column": 16 }, "end": { - "line": 1125, + "line": 1112, "column": 27 } } }, "range": [ - 31469, - 31484 + 31102, + 31117 ], "loc": { "start": { - "line": 1125, + "line": 1112, "column": 12 }, "end": { - "line": 1125, + "line": 1112, "column": 27 } } @@ -47210,94 +46952,94 @@ "type": "Identifier", "name": "init", "range": [ - 31485, - 31489 + 31118, + 31122 ], "loc": { "start": { - "line": 1125, + "line": 1112, "column": 28 }, "end": { - "line": 1125, + "line": 1112, "column": 32 } } }, "range": [ - 31469, - 31489 + 31102, + 31122 ], "loc": { "start": { - "line": 1125, + "line": 1112, "column": 12 }, "end": { - "line": 1125, + "line": 1112, "column": 32 } } }, "arguments": [], "range": [ - 31469, - 31491 + 31102, + 31124 ], "loc": { "start": { - "line": 1125, + "line": 1112, "column": 12 }, "end": { - "line": 1125, + "line": 1112, "column": 34 } } }, "range": [ - 31469, - 31492 + 31102, + 31125 ], "loc": { "start": { - "line": 1125, + "line": 1112, "column": 12 }, "end": { - "line": 1125, + "line": 1112, "column": 35 } } } ], "range": [ - 31402, - 31502 + 31035, + 31135 ], "loc": { "start": { - "line": 1123, + "line": 1110, "column": 30 }, "end": { - "line": 1126, + "line": 1113, "column": 9 } } }, "alternate": null, "range": [ - 31380, - 31502 + 31013, + 31135 ], "loc": { "start": { - "line": 1123, + "line": 1110, "column": 8 }, "end": { - "line": 1126, + "line": 1113, "column": 9 } } @@ -47310,16 +47052,16 @@ "object": { "type": "ThisExpression", "range": [ - 31515, - 31519 + 31148, + 31152 ], "loc": { "start": { - "line": 1127, + "line": 1114, "column": 12 }, "end": { - "line": 1127, + "line": 1114, "column": 16 } } @@ -47328,31 +47070,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31520, - 31529 + 31153, + 31162 ], "loc": { "start": { - "line": 1127, + "line": 1114, "column": 17 }, "end": { - "line": 1127, + "line": 1114, "column": 26 } } }, "range": [ - 31515, - 31529 + 31148, + 31162 ], "loc": { "start": { - "line": 1127, + "line": 1114, "column": 12 }, "end": { - "line": 1127, + "line": 1114, "column": 26 } } @@ -47372,16 +47114,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31545, - 31548 + 31178, + 31181 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 12 }, "end": { - "line": 1128, + "line": 1115, "column": 15 } } @@ -47390,31 +47132,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31549, - 31558 + 31182, + 31191 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 16 }, "end": { - "line": 1128, + "line": 1115, "column": 25 } } }, "range": [ - 31545, - 31558 + 31178, + 31191 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 12 }, "end": { - "line": 1128, + "line": 1115, "column": 25 } } @@ -47425,16 +47167,16 @@ "type": "Identifier", "name": "StatusBar", "range": [ - 31565, - 31574 + 31198, + 31207 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 32 }, "end": { - "line": 1128, + "line": 1115, "column": 41 } } @@ -47443,62 +47185,62 @@ { "type": "ThisExpression", "range": [ - 31575, - 31579 + 31208, + 31212 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 42 }, "end": { - "line": 1128, + "line": 1115, "column": 46 } } } ], "range": [ - 31561, - 31580 + 31194, + 31213 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 28 }, "end": { - "line": 1128, + "line": 1115, "column": 47 } } }, "range": [ - 31545, - 31580 + 31178, + 31213 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 12 }, "end": { - "line": 1128, + "line": 1115, "column": 47 } } }, "range": [ - 31545, - 31581 + 31178, + 31214 ], "loc": { "start": { - "line": 1128, + "line": 1115, "column": 12 }, "end": { - "line": 1128, + "line": 1115, "column": 48 } } @@ -47517,16 +47259,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31594, - 31597 + 31227, + 31230 ], "loc": { "start": { - "line": 1129, + "line": 1116, "column": 12 }, "end": { - "line": 1129, + "line": 1116, "column": 15 } } @@ -47535,31 +47277,31 @@ "type": "Identifier", "name": "statusBar", "range": [ - 31598, - 31607 + 31231, + 31240 ], "loc": { "start": { - "line": 1129, + "line": 1116, "column": 16 }, "end": { - "line": 1129, + "line": 1116, "column": 25 } } }, "range": [ - 31594, - 31607 + 31227, + 31240 ], "loc": { "start": { - "line": 1129, + "line": 1116, "column": 12 }, "end": { - "line": 1129, + "line": 1116, "column": 25 } } @@ -47568,94 +47310,94 @@ "type": "Identifier", "name": "init", "range": [ - 31608, - 31612 + 31241, + 31245 ], "loc": { "start": { - "line": 1129, + "line": 1116, "column": 26 }, "end": { - "line": 1129, + "line": 1116, "column": 30 } } }, "range": [ - 31594, - 31612 + 31227, + 31245 ], "loc": { "start": { - "line": 1129, + "line": 1116, "column": 12 }, "end": { - "line": 1129, + "line": 1116, "column": 30 } } }, "arguments": [], "range": [ - 31594, - 31614 + 31227, + 31247 ], "loc": { "start": { - "line": 1129, + "line": 1116, "column": 12 }, "end": { - "line": 1129, + "line": 1116, "column": 32 } } }, "range": [ - 31594, - 31615 + 31227, + 31248 ], "loc": { "start": { - "line": 1129, + "line": 1116, "column": 12 }, "end": { - "line": 1129, + "line": 1116, "column": 33 } } } ], "range": [ - 31531, - 31625 + 31164, + 31258 ], "loc": { "start": { - "line": 1127, + "line": 1114, "column": 28 }, "end": { - "line": 1130, + "line": 1117, "column": 9 } } }, "alternate": null, "range": [ - 31511, - 31625 + 31144, + 31258 ], "loc": { "start": { - "line": 1127, + "line": 1114, "column": 8 }, "end": { - "line": 1130, + "line": 1117, "column": 9 } } @@ -47668,16 +47410,16 @@ "object": { "type": "ThisExpression", "range": [ - 31638, - 31642 + 31271, + 31275 ], "loc": { "start": { - "line": 1131, + "line": 1118, "column": 12 }, "end": { - "line": 1131, + "line": 1118, "column": 16 } } @@ -47686,31 +47428,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31643, - 31649 + 31276, + 31282 ], "loc": { "start": { - "line": 1131, + "line": 1118, "column": 17 }, "end": { - "line": 1131, + "line": 1118, "column": 23 } } }, "range": [ - 31638, - 31649 + 31271, + 31282 ], "loc": { "start": { - "line": 1131, + "line": 1118, "column": 12 }, "end": { - "line": 1131, + "line": 1118, "column": 23 } } @@ -47730,16 +47472,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31670, - 31673 + 31303, + 31306 ], "loc": { "start": { - "line": 1132, + "line": 1119, "column": 17 }, "end": { - "line": 1132, + "line": 1119, "column": 20 } } @@ -47748,47 +47490,47 @@ "type": "Identifier", "name": "paging", "range": [ - 31674, - 31680 + 31307, + 31313 ], "loc": { "start": { - "line": 1132, + "line": 1119, "column": 21 }, "end": { - "line": 1132, + "line": 1119, "column": 27 } } }, "range": [ - 31670, - 31680 + 31303, + 31313 ], "loc": { "start": { - "line": 1132, + "line": 1119, "column": 17 }, "end": { - "line": 1132, + "line": 1119, "column": 27 } } }, "prefix": true, "range": [ - 31669, - 31680 + 31302, + 31313 ], "loc": { "start": { - "line": 1132, + "line": 1119, "column": 16 }, "end": { - "line": 1132, + "line": 1119, "column": 27 } } @@ -47808,16 +47550,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31700, - 31703 + 31333, + 31336 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 16 }, "end": { - "line": 1133, + "line": 1120, "column": 19 } } @@ -47826,31 +47568,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31704, - 31710 + 31337, + 31343 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 20 }, "end": { - "line": 1133, + "line": 1120, "column": 26 } } }, "range": [ - 31700, - 31710 + 31333, + 31343 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 16 }, "end": { - "line": 1133, + "line": 1120, "column": 26 } } @@ -47861,16 +47603,16 @@ "type": "Identifier", "name": "Paging", "range": [ - 31717, - 31723 + 31350, + 31356 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 33 }, "end": { - "line": 1133, + "line": 1120, "column": 39 } } @@ -47879,62 +47621,62 @@ { "type": "ThisExpression", "range": [ - 31724, - 31728 + 31357, + 31361 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 40 }, "end": { - "line": 1133, + "line": 1120, "column": 44 } } } ], "range": [ - 31713, - 31729 + 31346, + 31362 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 29 }, "end": { - "line": 1133, + "line": 1120, "column": 45 } } }, "range": [ - 31700, - 31729 + 31333, + 31362 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 16 }, "end": { - "line": 1133, + "line": 1120, "column": 45 } } }, "range": [ - 31700, - 31730 + 31333, + 31363 ], "loc": { "start": { - "line": 1133, + "line": 1120, "column": 16 }, "end": { - "line": 1133, + "line": 1120, "column": 46 } } @@ -47953,16 +47695,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31747, - 31750 + 31380, + 31383 ], "loc": { "start": { - "line": 1134, + "line": 1121, "column": 16 }, "end": { - "line": 1134, + "line": 1121, "column": 19 } } @@ -47971,31 +47713,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31751, - 31757 + 31384, + 31390 ], "loc": { "start": { - "line": 1134, + "line": 1121, "column": 20 }, "end": { - "line": 1134, + "line": 1121, "column": 26 } } }, "range": [ - 31747, - 31757 + 31380, + 31390 ], "loc": { "start": { - "line": 1134, + "line": 1121, "column": 16 }, "end": { - "line": 1134, + "line": 1121, "column": 26 } } @@ -48004,78 +47746,78 @@ "type": "Identifier", "name": "init", "range": [ - 31758, - 31762 + 31391, + 31395 ], "loc": { "start": { - "line": 1134, + "line": 1121, "column": 27 }, "end": { - "line": 1134, + "line": 1121, "column": 31 } } }, "range": [ - 31747, - 31762 + 31380, + 31395 ], "loc": { "start": { - "line": 1134, + "line": 1121, "column": 16 }, "end": { - "line": 1134, + "line": 1121, "column": 31 } } }, "arguments": [], "range": [ - 31747, - 31764 + 31380, + 31397 ], "loc": { "start": { - "line": 1134, + "line": 1121, "column": 16 }, "end": { - "line": 1134, + "line": 1121, "column": 33 } } }, "range": [ - 31747, - 31765 + 31380, + 31398 ], "loc": { "start": { - "line": 1134, + "line": 1121, "column": 16 }, "end": { - "line": 1134, + "line": 1121, "column": 34 } } } ], "range": [ - 31682, - 31779 + 31315, + 31412 ], "loc": { "start": { - "line": 1132, + "line": 1119, "column": 29 }, "end": { - "line": 1135, + "line": 1122, "column": 13 } } @@ -48097,16 +47839,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31803, - 31806 + 31436, + 31439 ], "loc": { "start": { - "line": 1136, + "line": 1123, "column": 16 }, "end": { - "line": 1136, + "line": 1123, "column": 19 } } @@ -48115,31 +47857,31 @@ "type": "Identifier", "name": "paging", "range": [ - 31807, - 31813 + 31440, + 31446 ], "loc": { "start": { - "line": 1136, + "line": 1123, "column": 20 }, "end": { - "line": 1136, + "line": 1123, "column": 26 } } }, "range": [ - 31803, - 31813 + 31436, + 31446 ], "loc": { "start": { - "line": 1136, + "line": 1123, "column": 16 }, "end": { - "line": 1136, + "line": 1123, "column": 26 } } @@ -48148,125 +47890,125 @@ "type": "Identifier", "name": "reset", "range": [ - 31814, - 31819 + 31447, + 31452 ], "loc": { "start": { - "line": 1136, + "line": 1123, "column": 27 }, "end": { - "line": 1136, + "line": 1123, "column": 32 } } }, "range": [ - 31803, - 31819 + 31436, + 31452 ], "loc": { "start": { - "line": 1136, + "line": 1123, "column": 16 }, "end": { - "line": 1136, + "line": 1123, "column": 32 } } }, "arguments": [], "range": [ - 31803, - 31821 + 31436, + 31454 ], "loc": { "start": { - "line": 1136, + "line": 1123, "column": 16 }, "end": { - "line": 1136, + "line": 1123, "column": 34 } } }, "range": [ - 31803, - 31822 + 31436, + 31455 ], "loc": { "start": { - "line": 1136, + "line": 1123, "column": 16 }, "end": { - "line": 1136, + "line": 1123, "column": 35 } } } ], "range": [ - 31785, - 31836 + 31418, + 31469 ], "loc": { "start": { - "line": 1135, + "line": 1122, "column": 19 }, "end": { - "line": 1137, + "line": 1124, "column": 13 } } }, "range": [ - 31665, - 31836 + 31298, + 31469 ], "loc": { "start": { - "line": 1132, + "line": 1119, "column": 12 }, "end": { - "line": 1137, + "line": 1124, "column": 13 } } } ], "range": [ - 31651, - 31846 + 31284, + 31479 ], "loc": { "start": { - "line": 1131, + "line": 1118, "column": 25 }, "end": { - "line": 1138, + "line": 1125, "column": 9 } } }, "alternate": null, "range": [ - 31634, - 31846 + 31267, + 31479 ], "loc": { "start": { - "line": 1131, + "line": 1118, "column": 8 }, "end": { - "line": 1138, + "line": 1125, "column": 9 } } @@ -48279,16 +48021,16 @@ "object": { "type": "ThisExpression", "range": [ - 31859, - 31863 + 31492, + 31496 ], "loc": { "start": { - "line": 1139, + "line": 1126, "column": 12 }, "end": { - "line": 1139, + "line": 1126, "column": 16 } } @@ -48297,31 +48039,31 @@ "type": "Identifier", "name": "btnReset", "range": [ - 31864, - 31872 + 31497, + 31505 ], "loc": { "start": { - "line": 1139, + "line": 1126, "column": 17 }, "end": { - "line": 1139, + "line": 1126, "column": 25 } } }, "range": [ - 31859, - 31872 + 31492, + 31505 ], "loc": { "start": { - "line": 1139, + "line": 1126, "column": 12 }, "end": { - "line": 1139, + "line": 1126, "column": 25 } } @@ -48341,16 +48083,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31888, - 31891 + 31521, + 31524 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 12 }, "end": { - "line": 1140, + "line": 1127, "column": 15 } } @@ -48359,31 +48101,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 31892, - 31903 + 31525, + 31536 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 16 }, "end": { - "line": 1140, + "line": 1127, "column": 27 } } }, "range": [ - 31888, - 31903 + 31521, + 31536 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 12 }, "end": { - "line": 1140, + "line": 1127, "column": 27 } } @@ -48394,16 +48136,16 @@ "type": "Identifier", "name": "ClearButton", "range": [ - 31910, - 31921 + 31543, + 31554 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 34 }, "end": { - "line": 1140, + "line": 1127, "column": 45 } } @@ -48412,62 +48154,62 @@ { "type": "ThisExpression", "range": [ - 31922, - 31926 + 31555, + 31559 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 46 }, "end": { - "line": 1140, + "line": 1127, "column": 50 } } } ], "range": [ - 31906, - 31927 + 31539, + 31560 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 30 }, "end": { - "line": 1140, + "line": 1127, "column": 51 } } }, "range": [ - 31888, - 31927 + 31521, + 31560 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 12 }, "end": { - "line": 1140, + "line": 1127, "column": 51 } } }, "range": [ - 31888, - 31928 + 31521, + 31561 ], "loc": { "start": { - "line": 1140, + "line": 1127, "column": 12 }, "end": { - "line": 1140, + "line": 1127, "column": 52 } } @@ -48486,16 +48228,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 31941, - 31944 + 31574, + 31577 ], "loc": { "start": { - "line": 1141, + "line": 1128, "column": 12 }, "end": { - "line": 1141, + "line": 1128, "column": 15 } } @@ -48504,31 +48246,31 @@ "type": "Identifier", "name": "clearButton", "range": [ - 31945, - 31956 + 31578, + 31589 ], "loc": { "start": { - "line": 1141, + "line": 1128, "column": 16 }, "end": { - "line": 1141, + "line": 1128, "column": 27 } } }, "range": [ - 31941, - 31956 + 31574, + 31589 ], "loc": { "start": { - "line": 1141, + "line": 1128, "column": 12 }, "end": { - "line": 1141, + "line": 1128, "column": 27 } } @@ -48537,94 +48279,94 @@ "type": "Identifier", "name": "init", "range": [ - 31957, - 31961 + 31590, + 31594 ], "loc": { "start": { - "line": 1141, + "line": 1128, "column": 28 }, "end": { - "line": 1141, + "line": 1128, "column": 32 } } }, "range": [ - 31941, - 31961 + 31574, + 31594 ], "loc": { "start": { - "line": 1141, + "line": 1128, "column": 12 }, "end": { - "line": 1141, + "line": 1128, "column": 32 } } }, "arguments": [], "range": [ - 31941, - 31963 + 31574, + 31596 ], "loc": { "start": { - "line": 1141, + "line": 1128, "column": 12 }, "end": { - "line": 1141, + "line": 1128, "column": 34 } } }, "range": [ - 31941, - 31964 + 31574, + 31597 ], "loc": { "start": { - "line": 1141, + "line": 1128, "column": 12 }, "end": { - "line": 1141, + "line": 1128, "column": 35 } } } ], "range": [ - 31874, - 31974 + 31507, + 31607 ], "loc": { "start": { - "line": 1139, + "line": 1126, "column": 27 }, "end": { - "line": 1142, + "line": 1129, "column": 9 } } }, "alternate": null, "range": [ - 31855, - 31974 + 31488, + 31607 ], "loc": { "start": { - "line": 1139, + "line": 1126, "column": 8 }, "end": { - "line": 1142, + "line": 1129, "column": 9 } } @@ -48640,16 +48382,16 @@ "object": { "type": "ThisExpression", "range": [ - 31988, - 31992 + 31621, + 31625 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 12 }, "end": { - "line": 1144, + "line": 1131, "column": 16 } } @@ -48658,31 +48400,31 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 31993, - 32005 + 31626, + 31638 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 17 }, "end": { - "line": 1144, + "line": 1131, "column": 29 } } }, "range": [ - 31988, - 32005 + 31621, + 31638 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 12 }, "end": { - "line": 1144, + "line": 1131, "column": 29 } } @@ -48696,16 +48438,16 @@ "object": { "type": "ThisExpression", "range": [ - 32010, - 32014 + 31643, + 31647 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 34 }, "end": { - "line": 1144, + "line": 1131, "column": 38 } } @@ -48714,62 +48456,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 32015, - 32025 + 31648, + 31658 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 39 }, "end": { - "line": 1144, + "line": 1131, "column": 49 } } }, "range": [ - 32010, - 32025 + 31643, + 31658 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 34 }, "end": { - "line": 1144, + "line": 1131, "column": 49 } } }, "prefix": true, "range": [ - 32009, - 32025 + 31642, + 31658 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 33 }, "end": { - "line": 1144, + "line": 1131, "column": 49 } } }, "range": [ - 31988, - 32025 + 31621, + 31658 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 12 }, "end": { - "line": 1144, + "line": 1131, "column": 49 } } @@ -48787,16 +48529,16 @@ "object": { "type": "ThisExpression", "range": [ - 32041, - 32045 + 31674, + 31678 ], "loc": { "start": { - "line": 1145, + "line": 1132, "column": 12 }, "end": { - "line": 1145, + "line": 1132, "column": 16 } } @@ -48805,94 +48547,94 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 32046, - 32058 + 31679, + 31691 ], "loc": { "start": { - "line": 1145, + "line": 1132, "column": 17 }, "end": { - "line": 1145, + "line": 1132, "column": 29 } } }, "range": [ - 32041, - 32058 + 31674, + 31691 ], "loc": { "start": { - "line": 1145, + "line": 1132, "column": 12 }, "end": { - "line": 1145, + "line": 1132, "column": 29 } } }, "arguments": [], "range": [ - 32041, - 32060 + 31674, + 31693 ], "loc": { "start": { - "line": 1145, + "line": 1132, "column": 12 }, "end": { - "line": 1145, + "line": 1132, "column": 31 } } }, "range": [ - 32041, - 32061 + 31674, + 31694 ], "loc": { "start": { - "line": 1145, + "line": 1132, "column": 12 }, "end": { - "line": 1145, + "line": 1132, "column": 32 } } } ], "range": [ - 32027, - 32071 + 31660, + 31704 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 51 }, "end": { - "line": 1146, + "line": 1133, "column": 9 } } }, "alternate": null, "range": [ - 31984, - 32071 + 31617, + 31704 ], "loc": { "start": { - "line": 1144, + "line": 1131, "column": 8 }, "end": { - "line": 1146, + "line": 1133, "column": 9 } } @@ -48905,16 +48647,16 @@ "object": { "type": "ThisExpression", "range": [ - 32084, - 32088 + 31717, + 31721 ], "loc": { "start": { - "line": 1147, + "line": 1134, "column": 12 }, "end": { - "line": 1147, + "line": 1134, "column": 16 } } @@ -48923,31 +48665,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 32089, - 32102 + 31722, + 31735 ], "loc": { "start": { - "line": 1147, + "line": 1134, "column": 17 }, "end": { - "line": 1147, + "line": 1134, "column": 30 } } }, "range": [ - 32084, - 32102 + 31717, + 31735 ], "loc": { "start": { - "line": 1147, + "line": 1134, "column": 12 }, "end": { - "line": 1147, + "line": 1134, "column": 30 } } @@ -48967,16 +48709,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32118, - 32121 + 31751, + 31754 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 12 }, "end": { - "line": 1148, + "line": 1135, "column": 15 } } @@ -48985,31 +48727,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 32122, - 32135 + 31755, + 31768 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 16 }, "end": { - "line": 1148, + "line": 1135, "column": 29 } } }, "range": [ - 32118, - 32135 + 31751, + 31768 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 12 }, "end": { - "line": 1148, + "line": 1135, "column": 29 } } @@ -49020,16 +48762,16 @@ "type": "Identifier", "name": "AlternateRows", "range": [ - 32142, - 32155 + 31775, + 31788 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 36 }, "end": { - "line": 1148, + "line": 1135, "column": 49 } } @@ -49038,62 +48780,62 @@ { "type": "ThisExpression", "range": [ - 32156, - 32160 + 31789, + 31793 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 50 }, "end": { - "line": 1148, + "line": 1135, "column": 54 } } } ], "range": [ - 32138, - 32161 + 31771, + 31794 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 32 }, "end": { - "line": 1148, + "line": 1135, "column": 55 } } }, "range": [ - 32118, - 32161 + 31751, + 31794 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 12 }, "end": { - "line": 1148, + "line": 1135, "column": 55 } } }, "range": [ - 32118, - 32162 + 31751, + 31795 ], "loc": { "start": { - "line": 1148, + "line": 1135, "column": 12 }, "end": { - "line": 1148, + "line": 1135, "column": 56 } } @@ -49112,16 +48854,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32175, - 32178 + 31808, + 31811 ], "loc": { "start": { - "line": 1149, + "line": 1136, "column": 12 }, "end": { - "line": 1149, + "line": 1136, "column": 15 } } @@ -49130,31 +48872,31 @@ "type": "Identifier", "name": "alternateRows", "range": [ - 32179, - 32192 + 31812, + 31825 ], "loc": { "start": { - "line": 1149, + "line": 1136, "column": 16 }, "end": { - "line": 1149, + "line": 1136, "column": 29 } } }, "range": [ - 32175, - 32192 + 31808, + 31825 ], "loc": { "start": { - "line": 1149, + "line": 1136, "column": 12 }, "end": { - "line": 1149, + "line": 1136, "column": 29 } } @@ -49163,94 +48905,94 @@ "type": "Identifier", "name": "init", "range": [ - 32193, - 32197 + 31826, + 31830 ], "loc": { "start": { - "line": 1149, + "line": 1136, "column": 30 }, "end": { - "line": 1149, + "line": 1136, "column": 34 } } }, "range": [ - 32175, - 32197 + 31808, + 31830 ], "loc": { "start": { - "line": 1149, + "line": 1136, "column": 12 }, "end": { - "line": 1149, + "line": 1136, "column": 34 } } }, "arguments": [], "range": [ - 32175, - 32199 + 31808, + 31832 ], "loc": { "start": { - "line": 1149, + "line": 1136, "column": 12 }, "end": { - "line": 1149, + "line": 1136, "column": 36 } } }, "range": [ - 32175, - 32200 + 31808, + 31833 ], "loc": { "start": { - "line": 1149, + "line": 1136, "column": 12 }, "end": { - "line": 1149, + "line": 1136, "column": 37 } } } ], "range": [ - 32104, - 32210 + 31737, + 31843 ], "loc": { "start": { - "line": 1147, + "line": 1134, "column": 32 }, "end": { - "line": 1150, + "line": 1137, "column": 9 } } }, "alternate": null, "range": [ - 32080, - 32210 + 31713, + 31843 ], "loc": { "start": { - "line": 1147, + "line": 1134, "column": 8 }, "end": { - "line": 1150, + "line": 1137, "column": 9 } } @@ -49263,16 +49005,16 @@ "object": { "type": "ThisExpression", "range": [ - 32223, - 32227 + 31856, + 31860 ], "loc": { "start": { - "line": 1151, + "line": 1138, "column": 12 }, "end": { - "line": 1151, + "line": 1138, "column": 16 } } @@ -49281,31 +49023,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32228, - 32237 + 31861, + 31870 ], "loc": { "start": { - "line": 1151, + "line": 1138, "column": 17 }, "end": { - "line": 1151, + "line": 1138, "column": 26 } } }, "range": [ - 32223, - 32237 + 31856, + 31870 ], "loc": { "start": { - "line": 1151, + "line": 1138, "column": 12 }, "end": { - "line": 1151, + "line": 1138, "column": 26 } } @@ -49325,16 +49067,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32253, - 32256 + 31886, + 31889 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 12 }, "end": { - "line": 1152, + "line": 1139, "column": 15 } } @@ -49343,31 +49085,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32257, - 32266 + 31890, + 31899 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 16 }, "end": { - "line": 1152, + "line": 1139, "column": 25 } } }, "range": [ - 32253, - 32266 + 31886, + 31899 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 12 }, "end": { - "line": 1152, + "line": 1139, "column": 25 } } @@ -49382,16 +49124,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32269, - 32272 + 31902, + 31905 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 28 }, "end": { - "line": 1152, + "line": 1139, "column": 31 } } @@ -49400,31 +49142,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32273, - 32282 + 31906, + 31915 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 32 }, "end": { - "line": 1152, + "line": 1139, "column": 41 } } }, "range": [ - 32269, - 32282 + 31902, + 31915 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 28 }, "end": { - "line": 1152, + "line": 1139, "column": 41 } } @@ -49435,16 +49177,16 @@ "type": "Identifier", "name": "NoResults", "range": [ - 32290, - 32299 + 31923, + 31932 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 49 }, "end": { - "line": 1152, + "line": 1139, "column": 58 } } @@ -49453,77 +49195,77 @@ { "type": "ThisExpression", "range": [ - 32300, - 32304 + 31933, + 31937 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 59 }, "end": { - "line": 1152, + "line": 1139, "column": 63 } } } ], "range": [ - 32286, - 32305 + 31919, + 31938 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 45 }, "end": { - "line": 1152, + "line": 1139, "column": 64 } } }, "range": [ - 32269, - 32305 + 31902, + 31938 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 28 }, "end": { - "line": 1152, + "line": 1139, "column": 64 } } }, "range": [ - 32253, - 32305 + 31886, + 31938 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 12 }, "end": { - "line": 1152, + "line": 1139, "column": 64 } } }, "range": [ - 32253, - 32306 + 31886, + 31939 ], "loc": { "start": { - "line": 1152, + "line": 1139, "column": 12 }, "end": { - "line": 1152, + "line": 1139, "column": 65 } } @@ -49542,16 +49284,16 @@ "type": "Identifier", "name": "Mod", "range": [ - 32319, - 32322 + 31952, + 31955 ], "loc": { "start": { - "line": 1153, + "line": 1140, "column": 12 }, "end": { - "line": 1153, + "line": 1140, "column": 15 } } @@ -49560,31 +49302,31 @@ "type": "Identifier", "name": "noResults", "range": [ - 32323, - 32332 + 31956, + 31965 ], "loc": { "start": { - "line": 1153, + "line": 1140, "column": 16 }, "end": { - "line": 1153, + "line": 1140, "column": 25 } } }, "range": [ - 32319, - 32332 + 31952, + 31965 ], "loc": { "start": { - "line": 1153, + "line": 1140, "column": 12 }, "end": { - "line": 1153, + "line": 1140, "column": 25 } } @@ -49593,94 +49335,94 @@ "type": "Identifier", "name": "init", "range": [ - 32333, - 32337 + 31966, + 31970 ], "loc": { "start": { - "line": 1153, + "line": 1140, "column": 26 }, "end": { - "line": 1153, + "line": 1140, "column": 30 } } }, "range": [ - 32319, - 32337 + 31952, + 31970 ], "loc": { "start": { - "line": 1153, + "line": 1140, "column": 12 }, "end": { - "line": 1153, + "line": 1140, "column": 30 } } }, "arguments": [], "range": [ - 32319, - 32339 + 31952, + 31972 ], "loc": { "start": { - "line": 1153, + "line": 1140, "column": 12 }, "end": { - "line": 1153, + "line": 1140, "column": 32 } } }, "range": [ - 32319, - 32340 + 31952, + 31973 ], "loc": { "start": { - "line": 1153, + "line": 1140, "column": 12 }, "end": { - "line": 1153, + "line": 1140, "column": 33 } } } ], "range": [ - 32239, - 32350 + 31872, + 31983 ], "loc": { "start": { - "line": 1151, + "line": 1138, "column": 28 }, "end": { - "line": 1154, + "line": 1141, "column": 9 } } }, "alternate": null, "range": [ - 32219, - 32350 + 31852, + 31983 ], "loc": { "start": { - "line": 1151, + "line": 1138, "column": 8 }, "end": { - "line": 1154, + "line": 1141, "column": 9 } }, @@ -49689,16 +49431,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32360, - 32392 + 31993, + 32025 ], "loc": { "start": { - "line": 1156, + "line": 1143, "column": 8 }, "end": { - "line": 1156, + "line": 1143, "column": 40 } } @@ -49716,16 +49458,16 @@ "object": { "type": "ThisExpression", "range": [ - 32406, - 32410 + 32039, + 32043 ], "loc": { "start": { - "line": 1157, + "line": 1144, "column": 13 }, "end": { - "line": 1157, + "line": 1144, "column": 17 } } @@ -49734,47 +49476,47 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 32411, - 32421 + 32044, + 32054 ], "loc": { "start": { - "line": 1157, + "line": 1144, "column": 18 }, "end": { - "line": 1157, + "line": 1144, "column": 28 } } }, "range": [ - 32406, - 32421 + 32039, + 32054 ], "loc": { "start": { - "line": 1157, + "line": 1144, "column": 13 }, "end": { - "line": 1157, + "line": 1144, "column": 28 } } }, "prefix": true, "range": [ - 32405, - 32421 + 32038, + 32054 ], "loc": { "start": { - "line": 1157, + "line": 1144, "column": 12 }, "end": { - "line": 1157, + "line": 1144, "column": 28 } } @@ -49790,16 +49532,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32437, - 32445 + 32070, + 32078 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 12 }, "end": { - "line": 1158, + "line": 1145, "column": 20 } } @@ -49813,16 +49555,16 @@ "object": { "type": "ThisExpression", "range": [ - 32446, - 32450 + 32079, + 32083 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 21 }, "end": { - "line": 1158, + "line": 1145, "column": 25 } } @@ -49831,47 +49573,47 @@ "type": "Identifier", "name": "dom", "range": [ - 32451, - 32454 + 32084, + 32087 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 26 }, "end": { - "line": 1158, + "line": 1145, "column": 29 } } }, "range": [ - 32446, - 32454 + 32079, + 32087 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 21 }, "end": { - "line": 1158, + "line": 1145, "column": 29 } } }, "arguments": [], "range": [ - 32446, - 32456 + 32079, + 32089 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 21 }, "end": { - "line": 1158, + "line": 1145, "column": 31 } } @@ -49882,16 +49624,16 @@ "object": { "type": "ThisExpression", "range": [ - 32458, - 32462 + 32091, + 32095 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 33 }, "end": { - "line": 1158, + "line": 1145, "column": 37 } } @@ -49900,62 +49642,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 32463, - 32469 + 32096, + 32102 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 38 }, "end": { - "line": 1158, + "line": 1145, "column": 44 } } }, "range": [ - 32458, - 32469 + 32091, + 32102 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 33 }, "end": { - "line": 1158, + "line": 1145, "column": 44 } } } ], "range": [ - 32437, - 32470 + 32070, + 32103 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 12 }, "end": { - "line": 1158, + "line": 1145, "column": 45 } } }, "range": [ - 32437, - 32471 + 32070, + 32104 ], "loc": { "start": { - "line": 1158, + "line": 1145, "column": 12 }, "end": { - "line": 1158, + "line": 1145, "column": 46 } } @@ -49968,16 +49710,16 @@ "object": { "type": "ThisExpression", "range": [ - 32488, - 32492 + 32121, + 32125 ], "loc": { "start": { - "line": 1159, + "line": 1146, "column": 16 }, "end": { - "line": 1159, + "line": 1146, "column": 20 } } @@ -49986,31 +49728,31 @@ "type": "Identifier", "name": "responsive", "range": [ - 32493, - 32503 + 32126, + 32136 ], "loc": { "start": { - "line": 1159, + "line": 1146, "column": 21 }, "end": { - "line": 1159, + "line": 1146, "column": 31 } } }, "range": [ - 32488, - 32503 + 32121, + 32136 ], "loc": { "start": { - "line": 1159, + "line": 1146, "column": 16 }, "end": { - "line": 1159, + "line": 1146, "column": 31 } } @@ -50026,16 +49768,16 @@ "type": "Identifier", "name": "addClass", "range": [ - 32523, - 32531 + 32156, + 32164 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 16 }, "end": { - "line": 1160, + "line": 1147, "column": 24 } } @@ -50049,16 +49791,16 @@ "object": { "type": "ThisExpression", "range": [ - 32532, - 32536 + 32165, + 32169 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 25 }, "end": { - "line": 1160, + "line": 1147, "column": 29 } } @@ -50067,47 +49809,47 @@ "type": "Identifier", "name": "dom", "range": [ - 32537, - 32540 + 32170, + 32173 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 30 }, "end": { - "line": 1160, + "line": 1147, "column": 33 } } }, "range": [ - 32532, - 32540 + 32165, + 32173 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 25 }, "end": { - "line": 1160, + "line": 1147, "column": 33 } } }, "arguments": [], "range": [ - 32532, - 32542 + 32165, + 32175 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 25 }, "end": { - "line": 1160, + "line": 1147, "column": 35 } } @@ -50118,16 +49860,16 @@ "object": { "type": "ThisExpression", "range": [ - 32544, - 32548 + 32177, + 32181 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 37 }, "end": { - "line": 1160, + "line": 1147, "column": 41 } } @@ -50136,126 +49878,126 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 32549, - 32563 + 32182, + 32196 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 42 }, "end": { - "line": 1160, + "line": 1147, "column": 56 } } }, "range": [ - 32544, - 32563 + 32177, + 32196 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 37 }, "end": { - "line": 1160, + "line": 1147, "column": 56 } } } ], "range": [ - 32523, - 32564 + 32156, + 32197 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 16 }, "end": { - "line": 1160, + "line": 1147, "column": 57 } } }, "range": [ - 32523, - 32565 + 32156, + 32198 ], "loc": { "start": { - "line": 1160, + "line": 1147, "column": 16 }, "end": { - "line": 1160, + "line": 1147, "column": 58 } } } ], "range": [ - 32505, - 32579 + 32138, + 32212 ], "loc": { "start": { - "line": 1159, + "line": 1146, "column": 33 }, "end": { - "line": 1161, + "line": 1148, "column": 13 } } }, "alternate": null, "range": [ - 32484, - 32579 + 32117, + 32212 ], "loc": { "start": { - "line": 1159, + "line": 1146, "column": 12 }, "end": { - "line": 1161, + "line": 1148, "column": 13 } } } ], "range": [ - 32423, - 32589 + 32056, + 32222 ], "loc": { "start": { - "line": 1157, + "line": 1144, "column": 30 }, "end": { - "line": 1162, + "line": 1149, "column": 9 } } }, "alternate": null, "range": [ - 32401, - 32589 + 32034, + 32222 ], "loc": { "start": { - "line": 1157, + "line": 1144, "column": 8 }, "end": { - "line": 1162, + "line": 1149, "column": 9 } }, @@ -50264,16 +50006,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32360, - 32392 + 31993, + 32025 ], "loc": { "start": { - "line": 1156, + "line": 1143, "column": 8 }, "end": { - "line": 1156, + "line": 1143, "column": 40 } } @@ -50284,16 +50026,16 @@ "type": "Block", "value": " Load extensions ", "range": [ - 32599, - 32620 + 32232, + 32253 ], "loc": { "start": { - "line": 1164, + "line": 1151, "column": 8 }, "end": { - "line": 1164, + "line": 1151, "column": 29 } } @@ -50310,16 +50052,16 @@ "object": { "type": "ThisExpression", "range": [ - 32629, - 32633 + 32262, + 32266 ], "loc": { "start": { - "line": 1165, + "line": 1152, "column": 8 }, "end": { - "line": 1165, + "line": 1152, "column": 12 } } @@ -50328,62 +50070,62 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 32634, - 32648 + 32267, + 32281 ], "loc": { "start": { - "line": 1165, + "line": 1152, "column": 13 }, "end": { - "line": 1165, + "line": 1152, "column": 27 } } }, "range": [ - 32629, - 32648 + 32262, + 32281 ], "loc": { "start": { - "line": 1165, + "line": 1152, "column": 8 }, "end": { - "line": 1165, + "line": 1152, "column": 27 } } }, "arguments": [], "range": [ - 32629, - 32650 + 32262, + 32283 ], "loc": { "start": { - "line": 1165, + "line": 1152, "column": 8 }, "end": { - "line": 1165, + "line": 1152, "column": 29 } } }, "range": [ - 32629, - 32651 + 32262, + 32284 ], "loc": { "start": { - "line": 1165, + "line": 1152, "column": 8 }, "end": { - "line": 1165, + "line": 1152, "column": 30 } }, @@ -50392,16 +50134,16 @@ "type": "Block", "value": " Load extensions ", "range": [ - 32599, - 32620 + 32232, + 32253 ], "loc": { "start": { - "line": 1164, + "line": 1151, "column": 8 }, "end": { - "line": 1164, + "line": 1151, "column": 29 } } @@ -50412,16 +50154,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32661, - 32683 + 32294, + 32316 ], "loc": { "start": { - "line": 1167, + "line": 1154, "column": 8 }, "end": { - "line": 1167, + "line": 1154, "column": 30 } } @@ -50436,692 +50178,16 @@ "object": { "type": "ThisExpression", "range": [ - 32696, - 32700 + 32329, + 32333 ], "loc": { "start": { - "line": 1168, + "line": 1155, "column": 12 }, "end": { - "line": 1168, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumns", - "range": [ - 32701, - 32718 - ], - "loc": { - "start": { - "line": 1168, - "column": 17 - }, - "end": { - "line": 1168, - "column": 34 - } - } - }, - "range": [ - 32696, - 32718 - ], - "loc": { - "start": { - "line": 1168, - "column": 12 - }, - "end": { - "line": 1168, - "column": 34 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32734, - 32738 - ], - "loc": { - "start": { - "line": 1169, - "column": 12 - }, - "end": { - "line": 1169, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 32739, - 32746 - ], - "loc": { - "start": { - "line": 1169, - "column": 17 - }, - "end": { - "line": 1169, - "column": 24 - } - } - }, - "range": [ - 32734, - 32746 - ], - "loc": { - "start": { - "line": 1169, - "column": 12 - }, - "end": { - "line": 1169, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "on", - "range": [ - 32747, - 32749 - ], - "loc": { - "start": { - "line": 1169, - "column": 25 - }, - "end": { - "line": 1169, - "column": 27 - } - } - }, - "range": [ - 32734, - 32749 - ], - "loc": { - "start": { - "line": 1169, - "column": 12 - }, - "end": { - "line": 1169, - "column": 27 - } - } - }, - "arguments": [ - { - "type": "ArrayExpression", - "elements": [ - { - "type": "Literal", - "value": "before-filtering", - "raw": "'before-filtering'", - "range": [ - 32751, - 32769 - ], - "loc": { - "start": { - "line": 1169, - "column": 29 - }, - "end": { - "line": 1169, - "column": 47 - } - } - } - ], - "range": [ - 32750, - 32770 - ], - "loc": { - "start": { - "line": 1169, - "column": 28 - }, - "end": { - "line": 1169, - "column": 48 - } - } - }, - { - "type": "ArrowFunctionExpression", - "id": null, - "params": [], - "body": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32794, - 32798 - ], - "loc": { - "start": { - "line": 1170, - "column": 22 - }, - "end": { - "line": 1170, - "column": 26 - } - } - }, - "property": { - "type": "Identifier", - "name": "clearActiveColumns", - "range": [ - 32799, - 32817 - ], - "loc": { - "start": { - "line": 1170, - "column": 27 - }, - "end": { - "line": 1170, - "column": 45 - } - } - }, - "range": [ - 32794, - 32817 - ], - "loc": { - "start": { - "line": 1170, - "column": 22 - }, - "end": { - "line": 1170, - "column": 45 - } - } - }, - "arguments": [], - "range": [ - 32794, - 32819 - ], - "loc": { - "start": { - "line": 1170, - "column": 22 - }, - "end": { - "line": 1170, - "column": 47 - } - } - }, - "generator": false, - "expression": true, - "range": [ - 32788, - 32819 - ], - "loc": { - "start": { - "line": 1170, - "column": 16 - }, - "end": { - "line": 1170, - "column": 47 - } - } - } - ], - "range": [ - 32734, - 32820 - ], - "loc": { - "start": { - "line": 1169, - "column": 12 - }, - "end": { - "line": 1170, - "column": 48 - } - } - }, - "range": [ - 32734, - 32821 - ], - "loc": { - "start": { - "line": 1169, - "column": 12 - }, - "end": { - "line": 1170, - "column": 49 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32834, - 32838 - ], - "loc": { - "start": { - "line": 1171, - "column": 12 - }, - "end": { - "line": 1171, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "emitter", - "range": [ - 32839, - 32846 - ], - "loc": { - "start": { - "line": 1171, - "column": 17 - }, - "end": { - "line": 1171, - "column": 24 - } - } - }, - "range": [ - 32834, - 32846 - ], - "loc": { - "start": { - "line": 1171, - "column": 12 - }, - "end": { - "line": 1171, - "column": 24 - } - } - }, - "property": { - "type": "Identifier", - "name": "on", - "range": [ - 32847, - 32849 - ], - "loc": { - "start": { - "line": 1171, - "column": 25 - }, - "end": { - "line": 1171, - "column": 27 - } - } - }, - "range": [ - 32834, - 32849 - ], - "loc": { - "start": { - "line": 1171, - "column": 12 - }, - "end": { - "line": 1171, - "column": 27 - } - } - }, - "arguments": [ - { - "type": "ArrayExpression", - "elements": [ - { - "type": "Literal", - "value": "cell-processed", - "raw": "'cell-processed'", - "range": [ - 32851, - 32867 - ], - "loc": { - "start": { - "line": 1171, - "column": 29 - }, - "end": { - "line": 1171, - "column": 45 - } - } - } - ], - "range": [ - 32850, - 32868 - ], - "loc": { - "start": { - "line": 1171, - "column": 28 - }, - "end": { - "line": 1171, - "column": 46 - } - } - }, - { - "type": "ArrowFunctionExpression", - "id": null, - "params": [ - { - "type": "Identifier", - "name": "tf", - "range": [ - 32887, - 32889 - ], - "loc": { - "start": { - "line": 1172, - "column": 17 - }, - "end": { - "line": 1172, - "column": 19 - } - } - }, - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 32891, - 32899 - ], - "loc": { - "start": { - "line": 1172, - "column": 21 - }, - "end": { - "line": 1172, - "column": 29 - } - } - } - ], - "body": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32904, - 32908 - ], - "loc": { - "start": { - "line": 1172, - "column": 34 - }, - "end": { - "line": 1172, - "column": 38 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumn", - "range": [ - 32909, - 32925 - ], - "loc": { - "start": { - "line": 1172, - "column": 39 - }, - "end": { - "line": 1172, - "column": 55 - } - } - }, - "range": [ - 32904, - 32925 - ], - "loc": { - "start": { - "line": 1172, - "column": 34 - }, - "end": { - "line": 1172, - "column": 55 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 32926, - 32934 - ], - "loc": { - "start": { - "line": 1172, - "column": 56 - }, - "end": { - "line": 1172, - "column": 64 - } - } - } - ], - "range": [ - 32904, - 32935 - ], - "loc": { - "start": { - "line": 1172, - "column": 34 - }, - "end": { - "line": 1172, - "column": 65 - } - } - }, - "generator": false, - "expression": true, - "range": [ - 32886, - 32935 - ], - "loc": { - "start": { - "line": 1172, - "column": 16 - }, - "end": { - "line": 1172, - "column": 65 - } - } - } - ], - "range": [ - 32834, - 32936 - ], - "loc": { - "start": { - "line": 1171, - "column": 12 - }, - "end": { - "line": 1172, - "column": 66 - } - } - }, - "range": [ - 32834, - 32937 - ], - "loc": { - "start": { - "line": 1171, - "column": 12 - }, - "end": { - "line": 1172, - "column": 67 - } - } - } - ], - "range": [ - 32720, - 32947 - ], - "loc": { - "start": { - "line": 1168, - "column": 36 - }, - "end": { - "line": 1173, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 32692, - 32947 - ], - "loc": { - "start": { - "line": 1168, - "column": 8 - }, - "end": { - "line": 1173, - "column": 9 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": " Subscribe to events", - "range": [ - 32661, - 32683 - ], - "loc": { - "start": { - "line": 1167, - "column": 8 - }, - "end": { - "line": 1167, - "column": 30 - } - } - } - ] - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 32960, - 32964 - ], - "loc": { - "start": { - "line": 1174, - "column": 12 - }, - "end": { - "line": 1174, + "line": 1155, "column": 16 } } @@ -51130,31 +50196,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 32965, - 32978 + 32334, + 32347 ], "loc": { "start": { - "line": 1174, + "line": 1155, "column": 17 }, "end": { - "line": 1174, + "line": 1155, "column": 30 } } }, "range": [ - 32960, - 32978 + 32329, + 32347 ], "loc": { "start": { - "line": 1174, + "line": 1155, "column": 12 }, "end": { - "line": 1174, + "line": 1155, "column": 30 } } @@ -51175,16 +50241,16 @@ "object": { "type": "ThisExpression", "range": [ - 32994, - 32998 + 32363, + 32367 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 12 }, "end": { - "line": 1175, + "line": 1156, "column": 16 } } @@ -51193,31 +50259,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 32999, - 33006 + 32368, + 32375 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 17 }, "end": { - "line": 1175, + "line": 1156, "column": 24 } } }, "range": [ - 32994, - 33006 + 32363, + 32375 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 12 }, "end": { - "line": 1175, + "line": 1156, "column": 24 } } @@ -51226,31 +50292,31 @@ "type": "Identifier", "name": "on", "range": [ - 33007, - 33009 + 32376, + 32378 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 25 }, "end": { - "line": 1175, + "line": 1156, "column": 27 } } }, "range": [ - 32994, - 33009 + 32363, + 32378 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 12 }, "end": { - "line": 1175, + "line": 1156, "column": 27 } } @@ -51264,32 +50330,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 33011, - 33028 + 32380, + 32397 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 29 }, "end": { - "line": 1175, + "line": 1156, "column": 46 } } } ], "range": [ - 33010, - 33029 + 32379, + 32398 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 28 }, "end": { - "line": 1175, + "line": 1156, "column": 47 } } @@ -51306,16 +50372,16 @@ "object": { "type": "ThisExpression", "range": [ - 33037, - 33041 + 32406, + 32410 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 55 }, "end": { - "line": 1175, + "line": 1156, "column": 59 } } @@ -51324,47 +50390,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 33042, - 33053 + 32411, + 32422 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 60 }, "end": { - "line": 1175, + "line": 1156, "column": 71 } } }, "range": [ - 33037, - 33053 + 32406, + 32422 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 55 }, "end": { - "line": 1175, + "line": 1156, "column": 71 } } }, "arguments": [], "range": [ - 33037, - 33055 + 32406, + 32424 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 55 }, "end": { - "line": 1175, + "line": 1156, "column": 73 } } @@ -51372,97 +50438,117 @@ "generator": false, "expression": true, "range": [ - 33031, - 33055 + 32400, + 32424 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 49 }, "end": { - "line": 1175, + "line": 1156, "column": 73 } } } ], "range": [ - 32994, - 33056 + 32363, + 32425 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 12 }, "end": { - "line": 1175, + "line": 1156, "column": 74 } } }, "range": [ - 32994, - 33057 + 32363, + 32426 ], "loc": { "start": { - "line": 1175, + "line": 1156, "column": 12 }, "end": { - "line": 1175, + "line": 1156, "column": 75 } } } ], "range": [ - 32980, - 33067 + 32349, + 32436 ], "loc": { "start": { - "line": 1174, + "line": 1155, "column": 32 }, "end": { - "line": 1176, + "line": 1157, "column": 9 } } }, "alternate": null, "range": [ - 32956, - 33067 + 32325, + 32436 ], "loc": { "start": { - "line": 1174, + "line": 1155, "column": 8 }, "end": { - "line": 1176, + "line": 1157, "column": 9 } }, + "leadingComments": [ + { + "type": "Line", + "value": " Subscribe to events", + "range": [ + 32294, + 32316 + ], + "loc": { + "start": { + "line": 1154, + "column": 8 + }, + "end": { + "line": 1154, + "column": 30 + } + } + } + ], "trailingComments": [ { "type": "Block", "value": "* @inherited ", "range": [ - 33077, - 33094 + 32446, + 32463 ], "loc": { "start": { - "line": 1178, + "line": 1159, "column": 8 }, "end": { - "line": 1178, + "line": 1159, "column": 25 } } @@ -51480,16 +50566,16 @@ "object": { "type": "ThisExpression", "range": [ - 33103, - 33107 + 32472, + 32476 ], "loc": { "start": { - "line": 1179, + "line": 1160, "column": 8 }, "end": { - "line": 1179, + "line": 1160, "column": 12 } } @@ -51498,31 +50584,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 33108, - 33119 + 32477, + 32488 ], "loc": { "start": { - "line": 1179, + "line": 1160, "column": 13 }, "end": { - "line": 1179, + "line": 1160, "column": 24 } } }, "range": [ - 33103, - 33119 + 32472, + 32488 ], "loc": { "start": { - "line": 1179, + "line": 1160, "column": 8 }, "end": { - "line": 1179, + "line": 1160, "column": 24 } } @@ -51532,46 +50618,46 @@ "value": true, "raw": "true", "range": [ - 33122, - 33126 + 32491, + 32495 ], "loc": { "start": { - "line": 1179, + "line": 1160, "column": 27 }, "end": { - "line": 1179, + "line": 1160, "column": 31 } } }, "range": [ - 33103, - 33126 + 32472, + 32495 ], "loc": { "start": { - "line": 1179, + "line": 1160, "column": 8 }, "end": { - "line": 1179, + "line": 1160, "column": 31 } } }, "range": [ - 33103, - 33127 + 32472, + 32496 ], "loc": { "start": { - "line": 1179, + "line": 1160, "column": 8 }, "end": { - "line": 1179, + "line": 1160, "column": 32 } }, @@ -51580,16 +50666,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 33077, - 33094 + 32446, + 32463 ], "loc": { "start": { - "line": 1178, + "line": 1159, "column": 8 }, "end": { - "line": 1178, + "line": 1159, "column": 25 } } @@ -51606,16 +50692,16 @@ "object": { "type": "ThisExpression", "range": [ - 33137, - 33141 + 32506, + 32510 ], "loc": { "start": { - "line": 1181, + "line": 1162, "column": 8 }, "end": { - "line": 1181, + "line": 1162, "column": 12 } } @@ -51624,31 +50710,31 @@ "type": "Identifier", "name": "onFiltersLoaded", "range": [ - 33142, - 33157 + 32511, + 32526 ], "loc": { "start": { - "line": 1181, + "line": 1162, "column": 13 }, "end": { - "line": 1181, + "line": 1162, "column": 28 } } }, "range": [ - 33137, - 33157 + 32506, + 32526 ], "loc": { "start": { - "line": 1181, + "line": 1162, "column": 8 }, "end": { - "line": 1181, + "line": 1162, "column": 28 } } @@ -51657,47 +50743,47 @@ { "type": "ThisExpression", "range": [ - 33158, - 33162 + 32527, + 32531 ], "loc": { "start": { - "line": 1181, + "line": 1162, "column": 29 }, "end": { - "line": 1181, + "line": 1162, "column": 33 } } } ], "range": [ - 33137, - 33163 + 32506, + 32532 ], "loc": { "start": { - "line": 1181, + "line": 1162, "column": 8 }, "end": { - "line": 1181, + "line": 1162, "column": 34 } } }, "range": [ - 33137, - 33164 + 32506, + 32533 ], "loc": { "start": { - "line": 1181, + "line": 1162, "column": 8 }, "end": { - "line": 1181, + "line": 1162, "column": 35 } } @@ -51715,16 +50801,16 @@ "object": { "type": "ThisExpression", "range": [ - 33174, - 33178 + 32543, + 32547 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 8 }, "end": { - "line": 1183, + "line": 1164, "column": 12 } } @@ -51733,31 +50819,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 33179, - 33186 + 32548, + 32555 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 13 }, "end": { - "line": 1183, + "line": 1164, "column": 20 } } }, "range": [ - 33174, - 33186 + 32543, + 32555 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 8 }, "end": { - "line": 1183, + "line": 1164, "column": 20 } } @@ -51766,31 +50852,31 @@ "type": "Identifier", "name": "emit", "range": [ - 33187, - 33191 + 32556, + 32560 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 21 }, "end": { - "line": 1183, + "line": 1164, "column": 25 } } }, "range": [ - 33174, - 33191 + 32543, + 32560 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 8 }, "end": { - "line": 1183, + "line": 1164, "column": 25 } } @@ -51801,16 +50887,16 @@ "value": "initialized", "raw": "'initialized'", "range": [ - 33192, - 33205 + 32561, + 32574 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 26 }, "end": { - "line": 1183, + "line": 1164, "column": 39 } } @@ -51818,63 +50904,63 @@ { "type": "ThisExpression", "range": [ - 33207, - 33211 + 32576, + 32580 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 41 }, "end": { - "line": 1183, + "line": 1164, "column": 45 } } } ], "range": [ - 33174, - 33212 + 32543, + 32581 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 8 }, "end": { - "line": 1183, + "line": 1164, "column": 46 } } }, "range": [ - 33174, - 33213 + 32543, + 32582 ], "loc": { "start": { - "line": 1183, + "line": 1164, "column": 8 }, "end": { - "line": 1183, + "line": 1164, "column": 47 } } } ], "range": [ - 27777, - 33219 + 27213, + 32588 ], "loc": { "start": { - "line": 1009, + "line": 990, "column": 11 }, "end": { - "line": 1184, + "line": 1165, "column": 5 } } @@ -51882,16 +50968,16 @@ "generator": false, "expression": false, "range": [ - 27774, - 33219 + 27210, + 32588 ], "loc": { "start": { - "line": 1009, + "line": 990, "column": 8 }, "end": { - "line": 1184, + "line": 1165, "column": 5 } } @@ -51899,16 +50985,16 @@ "kind": "method", "computed": false, "range": [ - 27770, - 33219 + 27206, + 32588 ], "loc": { "start": { - "line": 1009, + "line": 990, "column": 4 }, "end": { - "line": 1184, + "line": 1165, "column": 5 } }, @@ -51917,16 +51003,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27716, - 27765 + 27152, + 27201 ], "loc": { "start": { - "line": 1006, + "line": 987, "column": 4 }, "end": { - "line": 1008, + "line": 989, "column": 7 } } @@ -51937,16 +51023,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33225, - 33288 + 32594, + 32657 ], "loc": { "start": { - "line": 1186, + "line": 1167, "column": 4 }, "end": { - "line": 1189, + "line": 1170, "column": 7 } } @@ -51960,16 +51046,16 @@ "type": "Identifier", "name": "detectKey", "range": [ - 33293, - 33302 + 32662, + 32671 ], "loc": { "start": { - "line": 1190, + "line": 1171, "column": 4 }, "end": { - "line": 1190, + "line": 1171, "column": 13 } } @@ -51982,16 +51068,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33303, - 33306 + 32672, + 32675 ], "loc": { "start": { - "line": 1190, + "line": 1171, "column": 14 }, "end": { - "line": 1190, + "line": 1171, "column": 17 } } @@ -52011,16 +51097,16 @@ "object": { "type": "ThisExpression", "range": [ - 33323, - 33327 + 32692, + 32696 ], "loc": { "start": { - "line": 1191, + "line": 1172, "column": 13 }, "end": { - "line": 1191, + "line": 1172, "column": 17 } } @@ -52029,47 +51115,47 @@ "type": "Identifier", "name": "enterKey", "range": [ - 33328, - 33336 + 32697, + 32705 ], "loc": { "start": { - "line": 1191, + "line": 1172, "column": 18 }, "end": { - "line": 1191, + "line": 1172, "column": 26 } } }, "range": [ - 33323, - 33336 + 32692, + 32705 ], "loc": { "start": { - "line": 1191, + "line": 1172, "column": 13 }, "end": { - "line": 1191, + "line": 1172, "column": 26 } } }, "prefix": true, "range": [ - 33322, - 33336 + 32691, + 32705 ], "loc": { "start": { - "line": 1191, + "line": 1172, "column": 12 }, "end": { - "line": 1191, + "line": 1172, "column": 26 } } @@ -52081,48 +51167,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33352, - 33359 + 32721, + 32728 ], "loc": { "start": { - "line": 1192, + "line": 1173, "column": 12 }, "end": { - "line": 1192, + "line": 1173, "column": 19 } } } ], "range": [ - 33338, - 33369 + 32707, + 32738 ], "loc": { "start": { - "line": 1191, + "line": 1172, "column": 28 }, "end": { - "line": 1193, + "line": 1174, "column": 9 } } }, "alternate": null, "range": [ - 33318, - 33369 + 32687, + 32738 ], "loc": { "start": { - "line": 1191, + "line": 1172, "column": 8 }, "end": { - "line": 1193, + "line": 1174, "column": 9 } } @@ -52133,16 +51219,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33382, - 33385 + 32751, + 32754 ], "loc": { "start": { - "line": 1194, + "line": 1175, "column": 12 }, "end": { - "line": 1194, + "line": 1175, "column": 15 } } @@ -52159,16 +51245,16 @@ "type": "Identifier", "name": "key", "range": [ - 33405, - 33408 + 32774, + 32777 ], "loc": { "start": { - "line": 1195, + "line": 1176, "column": 16 }, "end": { - "line": 1195, + "line": 1176, "column": 19 } } @@ -52179,16 +51265,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 33411, - 33418 + 32780, + 32787 ], "loc": { "start": { - "line": 1195, + "line": 1176, "column": 22 }, "end": { - "line": 1195, + "line": 1176, "column": 29 } } @@ -52198,47 +51284,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33419, - 33422 + 32788, + 32791 ], "loc": { "start": { - "line": 1195, + "line": 1176, "column": 30 }, "end": { - "line": 1195, + "line": 1176, "column": 33 } } } ], "range": [ - 33411, - 33423 + 32780, + 32792 ], "loc": { "start": { - "line": 1195, + "line": 1176, "column": 22 }, "end": { - "line": 1195, + "line": 1176, "column": 34 } } }, "range": [ - 33405, - 33423 + 32774, + 32792 ], "loc": { "start": { - "line": 1195, + "line": 1176, "column": 16 }, "end": { - "line": 1195, + "line": 1176, "column": 34 } } @@ -52246,16 +51332,16 @@ ], "kind": "let", "range": [ - 33401, - 33424 + 32770, + 32793 ], "loc": { "start": { - "line": 1195, + "line": 1176, "column": 12 }, "end": { - "line": 1195, + "line": 1176, "column": 35 } } @@ -52269,16 +51355,16 @@ "type": "Identifier", "name": "key", "range": [ - 33441, - 33444 + 32810, + 32813 ], "loc": { "start": { - "line": 1196, + "line": 1177, "column": 16 }, "end": { - "line": 1196, + "line": 1177, "column": 19 } } @@ -52287,31 +51373,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 33449, - 33458 + 32818, + 32827 ], "loc": { "start": { - "line": 1196, + "line": 1177, "column": 24 }, "end": { - "line": 1196, + "line": 1177, "column": 33 } } }, "range": [ - 33441, - 33458 + 32810, + 32827 ], "loc": { "start": { - "line": 1196, + "line": 1177, "column": 16 }, "end": { - "line": 1196, + "line": 1177, "column": 33 } } @@ -52329,16 +51415,16 @@ "object": { "type": "ThisExpression", "range": [ - 33478, - 33482 + 32847, + 32851 ], "loc": { "start": { - "line": 1197, + "line": 1178, "column": 16 }, "end": { - "line": 1197, + "line": 1178, "column": 20 } } @@ -52347,62 +51433,62 @@ "type": "Identifier", "name": "filter", "range": [ - 33483, - 33489 + 32852, + 32858 ], "loc": { "start": { - "line": 1197, + "line": 1178, "column": 21 }, "end": { - "line": 1197, + "line": 1178, "column": 27 } } }, "range": [ - 33478, - 33489 + 32847, + 32858 ], "loc": { "start": { - "line": 1197, + "line": 1178, "column": 16 }, "end": { - "line": 1197, + "line": 1178, "column": 27 } } }, "arguments": [], "range": [ - 33478, - 33491 + 32847, + 32860 ], "loc": { "start": { - "line": 1197, + "line": 1178, "column": 16 }, "end": { - "line": 1197, + "line": 1178, "column": 29 } } }, "range": [ - 33478, - 33492 + 32847, + 32861 ], "loc": { "start": { - "line": 1197, + "line": 1178, "column": 16 }, "end": { - "line": 1197, + "line": 1178, "column": 30 } } @@ -52415,16 +51501,16 @@ "type": "Identifier", "name": "cancelEvt", "range": [ - 33509, - 33518 + 32878, + 32887 ], "loc": { "start": { - "line": 1198, + "line": 1179, "column": 16 }, "end": { - "line": 1198, + "line": 1179, "column": 25 } } @@ -52434,47 +51520,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33519, - 33522 + 32888, + 32891 ], "loc": { "start": { - "line": 1198, + "line": 1179, "column": 26 }, "end": { - "line": 1198, + "line": 1179, "column": 29 } } } ], "range": [ - 33509, - 33523 + 32878, + 32892 ], "loc": { "start": { - "line": 1198, + "line": 1179, "column": 16 }, "end": { - "line": 1198, + "line": 1179, "column": 30 } } }, "range": [ - 33509, - 33524 + 32878, + 32893 ], "loc": { "start": { - "line": 1198, + "line": 1179, "column": 16 }, "end": { - "line": 1198, + "line": 1179, "column": 31 } } @@ -52487,16 +51573,16 @@ "type": "Identifier", "name": "stopEvt", "range": [ - 33541, - 33548 + 32910, + 32917 ], "loc": { "start": { - "line": 1199, + "line": 1180, "column": 16 }, "end": { - "line": 1199, + "line": 1180, "column": 23 } } @@ -52506,63 +51592,63 @@ "type": "Identifier", "name": "evt", "range": [ - 33549, - 33552 + 32918, + 32921 ], "loc": { "start": { - "line": 1199, + "line": 1180, "column": 24 }, "end": { - "line": 1199, + "line": 1180, "column": 27 } } } ], "range": [ - 33541, - 33553 + 32910, + 32922 ], "loc": { "start": { - "line": 1199, + "line": 1180, "column": 16 }, "end": { - "line": 1199, + "line": 1180, "column": 28 } } }, "range": [ - 33541, - 33554 + 32910, + 32923 ], "loc": { "start": { - "line": 1199, + "line": 1180, "column": 16 }, "end": { - "line": 1199, + "line": 1180, "column": 29 } } } ], "range": [ - 33460, - 33568 + 32829, + 32937 ], "loc": { "start": { - "line": 1196, + "line": 1177, "column": 35 }, "end": { - "line": 1200, + "line": 1181, "column": 13 } } @@ -52581,16 +51667,16 @@ "object": { "type": "ThisExpression", "range": [ - 33592, - 33596 + 32961, + 32965 ], "loc": { "start": { - "line": 1201, + "line": 1182, "column": 16 }, "end": { - "line": 1201, + "line": 1182, "column": 20 } } @@ -52599,31 +51685,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 33597, - 33609 + 32966, + 32978 ], "loc": { "start": { - "line": 1201, + "line": 1182, "column": 21 }, "end": { - "line": 1201, + "line": 1182, "column": 33 } } }, "range": [ - 33592, - 33609 + 32961, + 32978 ], "loc": { "start": { - "line": 1201, + "line": 1182, "column": 16 }, "end": { - "line": 1201, + "line": 1182, "column": 33 } } @@ -52633,46 +51719,46 @@ "value": true, "raw": "true", "range": [ - 33612, - 33616 + 32981, + 32985 ], "loc": { "start": { - "line": 1201, + "line": 1182, "column": 36 }, "end": { - "line": 1201, + "line": 1182, "column": 40 } } }, "range": [ - 33592, - 33616 + 32961, + 32985 ], "loc": { "start": { - "line": 1201, + "line": 1182, "column": 16 }, "end": { - "line": 1201, + "line": 1182, "column": 40 } } }, "range": [ - 33592, - 33617 + 32961, + 32986 ], "loc": { "start": { - "line": 1201, + "line": 1182, "column": 16 }, "end": { - "line": 1201, + "line": 1182, "column": 41 } } @@ -52688,16 +51774,16 @@ "type": "Identifier", "name": "root", "range": [ - 33634, - 33638 + 33003, + 33007 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 16 }, "end": { - "line": 1202, + "line": 1183, "column": 20 } } @@ -52706,31 +51792,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 33639, - 33652 + 33008, + 33021 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 21 }, "end": { - "line": 1202, + "line": 1183, "column": 34 } } }, "range": [ - 33634, - 33652 + 33003, + 33021 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 16 }, "end": { - "line": 1202, + "line": 1183, "column": 34 } } @@ -52742,16 +51828,16 @@ "object": { "type": "ThisExpression", "range": [ - 33653, - 33657 + 33022, + 33026 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 35 }, "end": { - "line": 1202, + "line": 1183, "column": 39 } } @@ -52760,62 +51846,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33658, - 33673 + 33027, + 33042 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 40 }, "end": { - "line": 1202, + "line": 1183, "column": 55 } } }, "range": [ - 33653, - 33673 + 33022, + 33042 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 35 }, "end": { - "line": 1202, + "line": 1183, "column": 55 } } } ], "range": [ - 33634, - 33674 + 33003, + 33043 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 16 }, "end": { - "line": 1202, + "line": 1183, "column": 56 } } }, "range": [ - 33634, - 33675 + 33003, + 33044 ], "loc": { "start": { - "line": 1202, + "line": 1183, "column": 16 }, "end": { - "line": 1202, + "line": 1183, "column": 57 } } @@ -52831,16 +51917,16 @@ "object": { "type": "ThisExpression", "range": [ - 33692, - 33696 + 33061, + 33065 ], "loc": { "start": { - "line": 1203, + "line": 1184, "column": 16 }, "end": { - "line": 1203, + "line": 1184, "column": 20 } } @@ -52849,31 +51935,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 33697, - 33712 + 33066, + 33081 ], "loc": { "start": { - "line": 1203, + "line": 1184, "column": 21 }, "end": { - "line": 1203, + "line": 1184, "column": 36 } } }, "range": [ - 33692, - 33712 + 33061, + 33081 ], "loc": { "start": { - "line": 1203, + "line": 1184, "column": 16 }, "end": { - "line": 1203, + "line": 1184, "column": 36 } } @@ -52883,125 +51969,125 @@ "value": null, "raw": "null", "range": [ - 33715, - 33719 + 33084, + 33088 ], "loc": { "start": { - "line": 1203, + "line": 1184, "column": 39 }, "end": { - "line": 1203, + "line": 1184, "column": 43 } } }, "range": [ - 33692, - 33719 + 33061, + 33088 ], "loc": { "start": { - "line": 1203, + "line": 1184, "column": 16 }, "end": { - "line": 1203, + "line": 1184, "column": 43 } } }, "range": [ - 33692, - 33720 + 33061, + 33089 ], "loc": { "start": { - "line": 1203, + "line": 1184, "column": 16 }, "end": { - "line": 1203, + "line": 1184, "column": 44 } } } ], "range": [ - 33574, - 33734 + 32943, + 33103 ], "loc": { "start": { - "line": 1200, + "line": 1181, "column": 19 }, "end": { - "line": 1204, + "line": 1185, "column": 13 } } }, "range": [ - 33437, - 33734 + 32806, + 33103 ], "loc": { "start": { - "line": 1196, + "line": 1177, "column": 12 }, "end": { - "line": 1204, + "line": 1185, "column": 13 } } } ], "range": [ - 33387, - 33744 + 32756, + 33113 ], "loc": { "start": { - "line": 1194, + "line": 1175, "column": 17 }, "end": { - "line": 1205, + "line": 1186, "column": 9 } } }, "alternate": null, "range": [ - 33378, - 33744 + 32747, + 33113 ], "loc": { "start": { - "line": 1194, + "line": 1175, "column": 8 }, "end": { - "line": 1205, + "line": 1186, "column": 9 } } } ], "range": [ - 33308, - 33750 + 32677, + 33119 ], "loc": { "start": { - "line": 1190, + "line": 1171, "column": 19 }, "end": { - "line": 1206, + "line": 1187, "column": 5 } } @@ -53009,16 +52095,16 @@ "generator": false, "expression": false, "range": [ - 33302, - 33750 + 32671, + 33119 ], "loc": { "start": { - "line": 1190, + "line": 1171, "column": 13 }, "end": { - "line": 1206, + "line": 1187, "column": 5 } } @@ -53026,16 +52112,16 @@ "kind": "method", "computed": false, "range": [ - 33293, - 33750 + 32662, + 33119 ], "loc": { "start": { - "line": 1190, + "line": 1171, "column": 4 }, "end": { - "line": 1206, + "line": 1187, "column": 5 } }, @@ -53044,16 +52130,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33225, - 33288 + 32594, + 32657 ], "loc": { "start": { - "line": 1186, + "line": 1167, "column": 4 }, "end": { - "line": 1189, + "line": 1170, "column": 7 } } @@ -53064,16 +52150,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": [ - 33756, - 33889 + 33125, + 33258 ], "loc": { "start": { - "line": 1208, + "line": 1189, "column": 4 }, "end": { - "line": 1212, + "line": 1193, "column": 7 } } @@ -53087,16 +52173,16 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 33894, - 33901 + 33263, + 33270 ], "loc": { "start": { - "line": 1213, + "line": 1194, "column": 4 }, "end": { - "line": 1213, + "line": 1194, "column": 11 } } @@ -53109,16 +52195,16 @@ "type": "Identifier", "name": "evt", "range": [ - 33902, - 33905 + 33271, + 33274 ], "loc": { "start": { - "line": 1213, + "line": 1194, "column": 12 }, "end": { - "line": 1213, + "line": 1194, "column": 15 } } @@ -53138,16 +52224,16 @@ "object": { "type": "ThisExpression", "range": [ - 33922, - 33926 + 33291, + 33295 ], "loc": { "start": { - "line": 1214, + "line": 1195, "column": 13 }, "end": { - "line": 1214, + "line": 1195, "column": 17 } } @@ -53156,47 +52242,47 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 33927, - 33937 + 33296, + 33306 ], "loc": { "start": { - "line": 1214, + "line": 1195, "column": 18 }, "end": { - "line": 1214, + "line": 1195, "column": 28 } } }, "range": [ - 33922, - 33937 + 33291, + 33306 ], "loc": { "start": { - "line": 1214, + "line": 1195, "column": 13 }, "end": { - "line": 1214, + "line": 1195, "column": 28 } } }, "prefix": true, "range": [ - 33921, - 33937 + 33290, + 33306 ], "loc": { "start": { - "line": 1214, + "line": 1195, "column": 12 }, "end": { - "line": 1214, + "line": 1195, "column": 28 } } @@ -53208,48 +52294,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 33953, - 33960 + 33322, + 33329 ], "loc": { "start": { - "line": 1215, + "line": 1196, "column": 12 }, "end": { - "line": 1215, + "line": 1196, "column": 19 } } } ], "range": [ - 33939, - 33970 + 33308, + 33339 ], "loc": { "start": { - "line": 1214, + "line": 1195, "column": 30 }, "end": { - "line": 1216, + "line": 1197, "column": 9 } } }, "alternate": null, "range": [ - 33917, - 33970 + 33286, + 33339 ], "loc": { "start": { - "line": 1214, + "line": 1195, "column": 8 }, "end": { - "line": 1216, + "line": 1197, "column": 9 } } @@ -53263,16 +52349,16 @@ "type": "Identifier", "name": "key", "range": [ - 33983, - 33986 + 33352, + 33355 ], "loc": { "start": { - "line": 1217, + "line": 1198, "column": 12 }, "end": { - "line": 1217, + "line": 1198, "column": 15 } } @@ -53283,16 +52369,16 @@ "type": "Identifier", "name": "keyCode", "range": [ - 33989, - 33996 + 33358, + 33365 ], "loc": { "start": { - "line": 1217, + "line": 1198, "column": 18 }, "end": { - "line": 1217, + "line": 1198, "column": 25 } } @@ -53302,47 +52388,47 @@ "type": "Identifier", "name": "evt", "range": [ - 33997, - 34000 + 33366, + 33369 ], "loc": { "start": { - "line": 1217, + "line": 1198, "column": 26 }, "end": { - "line": 1217, + "line": 1198, "column": 29 } } } ], "range": [ - 33989, - 34001 + 33358, + 33370 ], "loc": { "start": { - "line": 1217, + "line": 1198, "column": 18 }, "end": { - "line": 1217, + "line": 1198, "column": 30 } } }, "range": [ - 33983, - 34001 + 33352, + 33370 ], "loc": { "start": { - "line": 1217, + "line": 1198, "column": 12 }, "end": { - "line": 1217, + "line": 1198, "column": 30 } } @@ -53350,16 +52436,16 @@ ], "kind": "let", "range": [ - 33979, - 34002 + 33348, + 33371 ], "loc": { "start": { - "line": 1217, + "line": 1198, "column": 8 }, "end": { - "line": 1217, + "line": 1198, "column": 31 } } @@ -53375,16 +52461,16 @@ "object": { "type": "ThisExpression", "range": [ - 34011, - 34015 + 33380, + 33384 ], "loc": { "start": { - "line": 1218, + "line": 1199, "column": 8 }, "end": { - "line": 1218, + "line": 1199, "column": 12 } } @@ -53393,31 +52479,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34016, - 34028 + 33385, + 33397 ], "loc": { "start": { - "line": 1218, + "line": 1199, "column": 13 }, "end": { - "line": 1218, + "line": 1199, "column": 25 } } }, "range": [ - 34011, - 34028 + 33380, + 33397 ], "loc": { "start": { - "line": 1218, + "line": 1199, "column": 8 }, "end": { - "line": 1218, + "line": 1199, "column": 25 } } @@ -53427,46 +52513,46 @@ "value": false, "raw": "false", "range": [ - 34031, - 34036 + 33400, + 33405 ], "loc": { "start": { - "line": 1218, + "line": 1199, "column": 28 }, "end": { - "line": 1218, + "line": 1199, "column": 33 } } }, "range": [ - 34011, - 34036 + 33380, + 33405 ], "loc": { "start": { - "line": 1218, + "line": 1199, "column": 8 }, "end": { - "line": 1218, + "line": 1199, "column": 33 } } }, "range": [ - 34011, - 34037 + 33380, + 33406 ], "loc": { "start": { - "line": 1218, + "line": 1199, "column": 8 }, "end": { - "line": 1218, + "line": 1199, "column": 34 } } @@ -53477,16 +52563,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34056, - 34062 + 33425, + 33431 ], "loc": { "start": { - "line": 1220, + "line": 1201, "column": 17 }, "end": { - "line": 1220, + "line": 1201, "column": 23 } } @@ -53506,16 +52592,16 @@ "type": "Identifier", "name": "root", "range": [ - 34079, - 34083 + 33448, + 33452 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 12 }, "end": { - "line": 1221, + "line": 1202, "column": 16 } } @@ -53524,31 +52610,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34084, - 34097 + 33453, + 33466 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 17 }, "end": { - "line": 1221, + "line": 1202, "column": 30 } } }, "range": [ - 34079, - 34097 + 33448, + 33466 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 12 }, "end": { - "line": 1221, + "line": 1202, "column": 30 } } @@ -53560,16 +52646,16 @@ "object": { "type": "ThisExpression", "range": [ - 34098, - 34102 + 33467, + 33471 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 31 }, "end": { - "line": 1221, + "line": 1202, "column": 35 } } @@ -53578,62 +52664,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34103, - 34118 + 33472, + 33487 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 36 }, "end": { - "line": 1221, + "line": 1202, "column": 51 } } }, "range": [ - 34098, - 34118 + 33467, + 33487 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 31 }, "end": { - "line": 1221, + "line": 1202, "column": 51 } } } ], "range": [ - 34079, - 34119 + 33448, + 33488 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 12 }, "end": { - "line": 1221, + "line": 1202, "column": 52 } } }, "range": [ - 34079, - 34120 + 33448, + 33489 ], "loc": { "start": { - "line": 1221, + "line": 1202, "column": 12 }, "end": { - "line": 1221, + "line": 1202, "column": 53 } } @@ -53649,16 +52735,16 @@ "object": { "type": "ThisExpression", "range": [ - 34133, - 34137 + 33502, + 33506 ], "loc": { "start": { - "line": 1222, + "line": 1203, "column": 12 }, "end": { - "line": 1222, + "line": 1203, "column": 16 } } @@ -53667,31 +52753,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34138, - 34153 + 33507, + 33522 ], "loc": { "start": { - "line": 1222, + "line": 1203, "column": 17 }, "end": { - "line": 1222, + "line": 1203, "column": 32 } } }, "range": [ - 34133, - 34153 + 33502, + 33522 ], "loc": { "start": { - "line": 1222, + "line": 1203, "column": 12 }, "end": { - "line": 1222, + "line": 1203, "column": 32 } } @@ -53701,46 +52787,46 @@ "value": null, "raw": "null", "range": [ - 34156, - 34160 + 33525, + 33529 ], "loc": { "start": { - "line": 1222, + "line": 1203, "column": 35 }, "end": { - "line": 1222, + "line": 1203, "column": 39 } } }, "range": [ - 34133, - 34160 + 33502, + 33529 ], "loc": { "start": { - "line": 1222, + "line": 1203, "column": 12 }, "end": { - "line": 1222, + "line": 1203, "column": 39 } } }, "range": [ - 34133, - 34161 + 33502, + 33530 ], "loc": { "start": { - "line": 1222, + "line": 1203, "column": 12 }, "end": { - "line": 1222, + "line": 1203, "column": 40 } } @@ -53756,16 +52842,16 @@ "object": { "type": "ThisExpression", "range": [ - 34179, - 34183 + 33548, + 33552 ], "loc": { "start": { - "line": 1223, + "line": 1204, "column": 17 }, "end": { - "line": 1223, + "line": 1204, "column": 21 } } @@ -53774,47 +52860,47 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34184, - 34196 + 33553, + 33565 ], "loc": { "start": { - "line": 1223, + "line": 1204, "column": 22 }, "end": { - "line": 1223, + "line": 1204, "column": 34 } } }, "range": [ - 34179, - 34196 + 33548, + 33565 ], "loc": { "start": { - "line": 1223, + "line": 1204, "column": 17 }, "end": { - "line": 1223, + "line": 1204, "column": 34 } } }, "prefix": true, "range": [ - 34178, - 34196 + 33547, + 33565 ], "loc": { "start": { - "line": 1223, + "line": 1204, "column": 16 }, "end": { - "line": 1223, + "line": 1204, "column": 34 } } @@ -53832,16 +52918,16 @@ "object": { "type": "ThisExpression", "range": [ - 34216, - 34220 + 33585, + 33589 ], "loc": { "start": { - "line": 1224, + "line": 1205, "column": 16 }, "end": { - "line": 1224, + "line": 1205, "column": 20 } } @@ -53850,62 +52936,62 @@ "type": "Identifier", "name": "filter", "range": [ - 34221, - 34227 + 33590, + 33596 ], "loc": { "start": { - "line": 1224, + "line": 1205, "column": 21 }, "end": { - "line": 1224, + "line": 1205, "column": 27 } } }, "range": [ - 34216, - 34227 + 33585, + 33596 ], "loc": { "start": { - "line": 1224, + "line": 1205, "column": 16 }, "end": { - "line": 1224, + "line": 1205, "column": 27 } } }, "arguments": [], "range": [ - 34216, - 34229 + 33585, + 33598 ], "loc": { "start": { - "line": 1224, + "line": 1205, "column": 16 }, "end": { - "line": 1224, + "line": 1205, "column": 29 } } }, "range": [ - 34216, - 34230 + 33585, + 33599 ], "loc": { "start": { - "line": 1224, + "line": 1205, "column": 16 }, "end": { - "line": 1224, + "line": 1205, "column": 30 } } @@ -53921,16 +53007,16 @@ "object": { "type": "ThisExpression", "range": [ - 34247, - 34251 + 33616, + 33620 ], "loc": { "start": { - "line": 1225, + "line": 1206, "column": 16 }, "end": { - "line": 1225, + "line": 1206, "column": 20 } } @@ -53939,31 +53025,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34252, - 34264 + 33621, + 33633 ], "loc": { "start": { - "line": 1225, + "line": 1206, "column": 21 }, "end": { - "line": 1225, + "line": 1206, "column": 33 } } }, "range": [ - 34247, - 34264 + 33616, + 33633 ], "loc": { "start": { - "line": 1225, + "line": 1206, "column": 16 }, "end": { - "line": 1225, + "line": 1206, "column": 33 } } @@ -53973,94 +53059,94 @@ "value": null, "raw": "null", "range": [ - 34267, - 34271 + 33636, + 33640 ], "loc": { "start": { - "line": 1225, + "line": 1206, "column": 36 }, "end": { - "line": 1225, + "line": 1206, "column": 40 } } }, "range": [ - 34247, - 34271 + 33616, + 33640 ], "loc": { "start": { - "line": 1225, + "line": 1206, "column": 16 }, "end": { - "line": 1225, + "line": 1206, "column": 40 } } }, "range": [ - 34247, - 34272 + 33616, + 33641 ], "loc": { "start": { - "line": 1225, + "line": 1206, "column": 16 }, "end": { - "line": 1225, + "line": 1206, "column": 41 } } } ], "range": [ - 34198, - 34286 + 33567, + 33655 ], "loc": { "start": { - "line": 1223, + "line": 1204, "column": 36 }, "end": { - "line": 1226, + "line": 1207, "column": 13 } } }, "alternate": null, "range": [ - 34174, - 34286 + 33543, + 33655 ], "loc": { "start": { - "line": 1223, + "line": 1204, "column": 12 }, "end": { - "line": 1226, + "line": 1207, "column": 13 } } } ], "range": [ - 34065, - 34296 + 33434, + 33665 ], "loc": { "start": { - "line": 1220, + "line": 1201, "column": 26 }, "end": { - "line": 1227, + "line": 1208, "column": 9 } } @@ -54068,16 +53154,16 @@ "generator": false, "expression": false, "range": [ - 34047, - 34296 + 33416, + 33665 ], "loc": { "start": { - "line": 1220, + "line": 1201, "column": 8 }, "end": { - "line": 1227, + "line": 1208, "column": 9 } } @@ -54103,16 +53189,16 @@ "type": "Identifier", "name": "key", "range": [ - 34310, - 34313 + 33679, + 33682 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 12 }, "end": { - "line": 1229, + "line": 1210, "column": 15 } } @@ -54121,31 +53207,31 @@ "type": "Identifier", "name": "ENTER_KEY", "range": [ - 34318, - 34327 + 33687, + 33696 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 20 }, "end": { - "line": 1229, + "line": 1210, "column": 29 } } }, "range": [ - 34310, - 34327 + 33679, + 33696 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 12 }, "end": { - "line": 1229, + "line": 1210, "column": 29 } } @@ -54157,16 +53243,16 @@ "type": "Identifier", "name": "key", "range": [ - 34331, - 34334 + 33700, + 33703 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 33 }, "end": { - "line": 1229, + "line": 1210, "column": 36 } } @@ -54175,46 +53261,46 @@ "type": "Identifier", "name": "TAB_KEY", "range": [ - 34339, - 34346 + 33708, + 33715 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 41 }, "end": { - "line": 1229, + "line": 1210, "column": 48 } } }, "range": [ - 34331, - 34346 + 33700, + 33715 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 33 }, "end": { - "line": 1229, + "line": 1210, "column": 48 } } }, "range": [ - 34310, - 34346 + 33679, + 33715 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 12 }, "end": { - "line": 1229, + "line": 1210, "column": 48 } } @@ -54226,16 +53312,16 @@ "type": "Identifier", "name": "key", "range": [ - 34350, - 34353 + 33719, + 33722 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 52 }, "end": { - "line": 1229, + "line": 1210, "column": 55 } } @@ -54244,46 +53330,46 @@ "type": "Identifier", "name": "ESC_KEY", "range": [ - 34358, - 34365 + 33727, + 33734 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 60 }, "end": { - "line": 1229, + "line": 1210, "column": 67 } } }, "range": [ - 34350, - 34365 + 33719, + 33734 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 52 }, "end": { - "line": 1229, + "line": 1210, "column": 67 } } }, "range": [ - 34310, - 34365 + 33679, + 33734 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 12 }, "end": { - "line": 1229, + "line": 1210, "column": 67 } } @@ -54295,16 +53381,16 @@ "type": "Identifier", "name": "key", "range": [ - 34381, - 34384 + 33750, + 33753 ], "loc": { "start": { - "line": 1230, + "line": 1211, "column": 12 }, "end": { - "line": 1230, + "line": 1211, "column": 15 } } @@ -54313,46 +53399,46 @@ "type": "Identifier", "name": "UP_ARROW_KEY", "range": [ - 34389, - 34401 + 33758, + 33770 ], "loc": { "start": { - "line": 1230, + "line": 1211, "column": 20 }, "end": { - "line": 1230, + "line": 1211, "column": 32 } } }, "range": [ - 34381, - 34401 + 33750, + 33770 ], "loc": { "start": { - "line": 1230, + "line": 1211, "column": 12 }, "end": { - "line": 1230, + "line": 1211, "column": 32 } } }, "range": [ - 34310, - 34401 + 33679, + 33770 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 12 }, "end": { - "line": 1230, + "line": 1211, "column": 32 } } @@ -54364,16 +53450,16 @@ "type": "Identifier", "name": "key", "range": [ - 34405, - 34408 + 33774, + 33777 ], "loc": { "start": { - "line": 1230, + "line": 1211, "column": 36 }, "end": { - "line": 1230, + "line": 1211, "column": 39 } } @@ -54382,46 +53468,46 @@ "type": "Identifier", "name": "DOWN_ARROW_KEY", "range": [ - 34413, - 34427 + 33782, + 33796 ], "loc": { "start": { - "line": 1230, + "line": 1211, "column": 44 }, "end": { - "line": 1230, + "line": 1211, "column": 58 } } }, "range": [ - 34405, - 34427 + 33774, + 33796 ], "loc": { "start": { - "line": 1230, + "line": 1211, "column": 36 }, "end": { - "line": 1230, + "line": 1211, "column": 58 } } }, "range": [ - 34310, - 34427 + 33679, + 33796 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 12 }, "end": { - "line": 1230, + "line": 1211, "column": 58 } } @@ -54440,16 +53526,16 @@ "object": { "type": "ThisExpression", "range": [ - 34447, - 34451 + 33816, + 33820 ], "loc": { "start": { - "line": 1231, + "line": 1212, "column": 16 }, "end": { - "line": 1231, + "line": 1212, "column": 20 } } @@ -54458,31 +53544,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34452, - 34467 + 33821, + 33836 ], "loc": { "start": { - "line": 1231, + "line": 1212, "column": 21 }, "end": { - "line": 1231, + "line": 1212, "column": 36 } } }, "range": [ - 34447, - 34467 + 33816, + 33836 ], "loc": { "start": { - "line": 1231, + "line": 1212, "column": 16 }, "end": { - "line": 1231, + "line": 1212, "column": 36 } } @@ -54492,31 +53578,31 @@ "value": null, "raw": "null", "range": [ - 34472, - 34476 + 33841, + 33845 ], "loc": { "start": { - "line": 1231, + "line": 1212, "column": 41 }, "end": { - "line": 1231, + "line": 1212, "column": 45 } } }, "range": [ - 34447, - 34476 + 33816, + 33845 ], "loc": { "start": { - "line": 1231, + "line": 1212, "column": 16 }, "end": { - "line": 1231, + "line": 1212, "column": 45 } } @@ -54535,16 +53621,16 @@ "object": { "type": "ThisExpression", "range": [ - 34496, - 34500 + 33865, + 33869 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 16 }, "end": { - "line": 1232, + "line": 1213, "column": 20 } } @@ -54553,31 +53639,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34501, - 34516 + 33870, + 33885 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 21 }, "end": { - "line": 1232, + "line": 1213, "column": 36 } } }, "range": [ - 34496, - 34516 + 33865, + 33885 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 16 }, "end": { - "line": 1232, + "line": 1213, "column": 36 } } @@ -54591,16 +53677,16 @@ "type": "Identifier", "name": "root", "range": [ - 34519, - 34523 + 33888, + 33892 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 39 }, "end": { - "line": 1232, + "line": 1213, "column": 43 } } @@ -54609,31 +53695,31 @@ "type": "Identifier", "name": "setInterval", "range": [ - 34524, - 34535 + 33893, + 33904 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 44 }, "end": { - "line": 1232, + "line": 1213, "column": 55 } } }, "range": [ - 34519, - 34535 + 33888, + 33904 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 39 }, "end": { - "line": 1232, + "line": 1213, "column": 55 } } @@ -54648,16 +53734,16 @@ "type": "Identifier", "name": "filter", "range": [ - 34536, - 34542 + 33905, + 33911 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 56 }, "end": { - "line": 1232, + "line": 1213, "column": 62 } } @@ -54666,31 +53752,31 @@ "type": "Identifier", "name": "bind", "range": [ - 34543, - 34547 + 33912, + 33916 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 63 }, "end": { - "line": 1232, + "line": 1213, "column": 67 } } }, "range": [ - 34536, - 34547 + 33905, + 33916 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 56 }, "end": { - "line": 1232, + "line": 1213, "column": 67 } } @@ -54699,32 +53785,32 @@ { "type": "ThisExpression", "range": [ - 34548, - 34552 + 33917, + 33921 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 68 }, "end": { - "line": 1232, + "line": 1213, "column": 72 } } } ], "range": [ - 34536, - 34553 + 33905, + 33922 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 56 }, "end": { - "line": 1232, + "line": 1213, "column": 73 } } @@ -54735,16 +53821,16 @@ "object": { "type": "ThisExpression", "range": [ - 34575, - 34579 + 33944, + 33948 ], "loc": { "start": { - "line": 1233, + "line": 1214, "column": 20 }, "end": { - "line": 1233, + "line": 1214, "column": 24 } } @@ -54753,125 +53839,125 @@ "type": "Identifier", "name": "autoFilterDelay", "range": [ - 34580, - 34595 + 33949, + 33964 ], "loc": { "start": { - "line": 1233, + "line": 1214, "column": 25 }, "end": { - "line": 1233, + "line": 1214, "column": 40 } } }, "range": [ - 34575, - 34595 + 33944, + 33964 ], "loc": { "start": { - "line": 1233, + "line": 1214, "column": 20 }, "end": { - "line": 1233, + "line": 1214, "column": 40 } } } ], "range": [ - 34519, - 34596 + 33888, + 33965 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 39 }, "end": { - "line": 1233, + "line": 1214, "column": 41 } } }, "range": [ - 34496, - 34596 + 33865, + 33965 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 16 }, "end": { - "line": 1233, + "line": 1214, "column": 41 } } }, "range": [ - 34496, - 34597 + 33865, + 33966 ], "loc": { "start": { - "line": 1232, + "line": 1213, "column": 16 }, "end": { - "line": 1233, + "line": 1214, "column": 42 } } } ], "range": [ - 34478, - 34611 + 33847, + 33980 ], "loc": { "start": { - "line": 1231, + "line": 1212, "column": 47 }, "end": { - "line": 1234, + "line": 1215, "column": 13 } } }, "alternate": null, "range": [ - 34443, - 34611 + 33812, + 33980 ], "loc": { "start": { - "line": 1231, + "line": 1212, "column": 12 }, "end": { - "line": 1234, + "line": 1215, "column": 13 } } } ], "range": [ - 34429, - 34621 + 33798, + 33990 ], "loc": { "start": { - "line": 1230, + "line": 1211, "column": 60 }, "end": { - "line": 1235, + "line": 1216, "column": 9 } } @@ -54890,16 +53976,16 @@ "type": "Identifier", "name": "root", "range": [ - 34641, - 34645 + 34010, + 34014 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 12 }, "end": { - "line": 1236, + "line": 1217, "column": 16 } } @@ -54908,31 +53994,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 34646, - 34659 + 34015, + 34028 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 17 }, "end": { - "line": 1236, + "line": 1217, "column": 30 } } }, "range": [ - 34641, - 34659 + 34010, + 34028 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 12 }, "end": { - "line": 1236, + "line": 1217, "column": 30 } } @@ -54944,16 +54030,16 @@ "object": { "type": "ThisExpression", "range": [ - 34660, - 34664 + 34029, + 34033 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 31 }, "end": { - "line": 1236, + "line": 1217, "column": 35 } } @@ -54962,62 +54048,62 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34665, - 34680 + 34034, + 34049 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 36 }, "end": { - "line": 1236, + "line": 1217, "column": 51 } } }, "range": [ - 34660, - 34680 + 34029, + 34049 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 31 }, "end": { - "line": 1236, + "line": 1217, "column": 51 } } } ], "range": [ - 34641, - 34681 + 34010, + 34050 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 12 }, "end": { - "line": 1236, + "line": 1217, "column": 52 } } }, "range": [ - 34641, - 34682 + 34010, + 34051 ], "loc": { "start": { - "line": 1236, + "line": 1217, "column": 12 }, "end": { - "line": 1236, + "line": 1217, "column": 53 } } @@ -55033,16 +54119,16 @@ "object": { "type": "ThisExpression", "range": [ - 34695, - 34699 + 34064, + 34068 ], "loc": { "start": { - "line": 1237, + "line": 1218, "column": 12 }, "end": { - "line": 1237, + "line": 1218, "column": 16 } } @@ -55051,31 +54137,31 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 34700, - 34715 + 34069, + 34084 ], "loc": { "start": { - "line": 1237, + "line": 1218, "column": 17 }, "end": { - "line": 1237, + "line": 1218, "column": 32 } } }, "range": [ - 34695, - 34715 + 34064, + 34084 ], "loc": { "start": { - "line": 1237, + "line": 1218, "column": 12 }, "end": { - "line": 1237, + "line": 1218, "column": 32 } } @@ -55085,93 +54171,93 @@ "value": null, "raw": "null", "range": [ - 34718, - 34722 + 34087, + 34091 ], "loc": { "start": { - "line": 1237, + "line": 1218, "column": 35 }, "end": { - "line": 1237, + "line": 1218, "column": 39 } } }, "range": [ - 34695, - 34722 + 34064, + 34091 ], "loc": { "start": { - "line": 1237, + "line": 1218, "column": 12 }, "end": { - "line": 1237, + "line": 1218, "column": 39 } } }, "range": [ - 34695, - 34723 + 34064, + 34092 ], "loc": { "start": { - "line": 1237, + "line": 1218, "column": 12 }, "end": { - "line": 1237, + "line": 1218, "column": 40 } } } ], "range": [ - 34627, - 34733 + 33996, + 34102 ], "loc": { "start": { - "line": 1235, + "line": 1216, "column": 15 }, "end": { - "line": 1238, + "line": 1219, "column": 9 } } }, "range": [ - 34306, - 34733 + 33675, + 34102 ], "loc": { "start": { - "line": 1229, + "line": 1210, "column": 8 }, "end": { - "line": 1238, + "line": 1219, "column": 9 } } } ], "range": [ - 33907, - 34739 + 33276, + 34108 ], "loc": { "start": { - "line": 1213, + "line": 1194, "column": 17 }, "end": { - "line": 1239, + "line": 1220, "column": 5 } } @@ -55179,16 +54265,16 @@ "generator": false, "expression": false, "range": [ - 33901, - 34739 + 33270, + 34108 ], "loc": { "start": { - "line": 1213, + "line": 1194, "column": 11 }, "end": { - "line": 1239, + "line": 1220, "column": 5 } } @@ -55196,16 +54282,16 @@ "kind": "method", "computed": false, "range": [ - 33894, - 34739 + 33263, + 34108 ], "loc": { "start": { - "line": 1213, + "line": 1194, "column": 4 }, "end": { - "line": 1239, + "line": 1220, "column": 5 } }, @@ -55214,16 +54300,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": [ - 33756, - 33889 + 33125, + 33258 ], "loc": { "start": { - "line": 1208, + "line": 1189, "column": 4 }, "end": { - "line": 1212, + "line": 1193, "column": 7 } } @@ -55234,16 +54320,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34745, - 34828 + 34114, + 34197 ], "loc": { "start": { - "line": 1241, + "line": 1222, "column": 4 }, "end": { - "line": 1243, + "line": 1224, "column": 7 } } @@ -55257,16 +54343,16 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 34833, - 34842 + 34202, + 34211 ], "loc": { "start": { - "line": 1244, + "line": 1225, "column": 4 }, "end": { - "line": 1244, + "line": 1225, "column": 13 } } @@ -55286,16 +54372,16 @@ "object": { "type": "ThisExpression", "range": [ - 34859, - 34863 + 34228, + 34232 ], "loc": { "start": { - "line": 1245, + "line": 1226, "column": 12 }, "end": { - "line": 1245, + "line": 1226, "column": 16 } } @@ -55304,31 +54390,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 34864, - 34874 + 34233, + 34243 ], "loc": { "start": { - "line": 1245, + "line": 1226, "column": 17 }, "end": { - "line": 1245, + "line": 1226, "column": 27 } } }, "range": [ - 34859, - 34874 + 34228, + 34243 ], "loc": { "start": { - "line": 1245, + "line": 1226, "column": 12 }, "end": { - "line": 1245, + "line": 1226, "column": 27 } } @@ -55347,16 +54433,16 @@ "object": { "type": "ThisExpression", "range": [ - 34890, - 34894 + 34259, + 34263 ], "loc": { "start": { - "line": 1246, + "line": 1227, "column": 12 }, "end": { - "line": 1246, + "line": 1227, "column": 16 } } @@ -55365,31 +54451,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 34895, - 34907 + 34264, + 34276 ], "loc": { "start": { - "line": 1246, + "line": 1227, "column": 17 }, "end": { - "line": 1246, + "line": 1227, "column": 29 } } }, "range": [ - 34890, - 34907 + 34259, + 34276 ], "loc": { "start": { - "line": 1246, + "line": 1227, "column": 12 }, "end": { - "line": 1246, + "line": 1227, "column": 29 } } @@ -55399,94 +54485,94 @@ "value": true, "raw": "true", "range": [ - 34910, - 34914 + 34279, + 34283 ], "loc": { "start": { - "line": 1246, + "line": 1227, "column": 32 }, "end": { - "line": 1246, + "line": 1227, "column": 36 } } }, "range": [ - 34890, - 34914 + 34259, + 34283 ], "loc": { "start": { - "line": 1246, + "line": 1227, "column": 12 }, "end": { - "line": 1246, + "line": 1227, "column": 36 } } }, "range": [ - 34890, - 34915 + 34259, + 34284 ], "loc": { "start": { - "line": 1246, + "line": 1227, "column": 12 }, "end": { - "line": 1246, + "line": 1227, "column": 37 } } } ], "range": [ - 34876, - 34925 + 34245, + 34294 ], "loc": { "start": { - "line": 1245, + "line": 1226, "column": 29 }, "end": { - "line": 1247, + "line": 1228, "column": 9 } } }, "alternate": null, "range": [ - 34855, - 34925 + 34224, + 34294 ], "loc": { "start": { - "line": 1245, + "line": 1226, "column": 8 }, "end": { - "line": 1247, + "line": 1228, "column": 9 } } } ], "range": [ - 34845, - 34931 + 34214, + 34300 ], "loc": { "start": { - "line": 1244, + "line": 1225, "column": 16 }, "end": { - "line": 1248, + "line": 1229, "column": 5 } } @@ -55494,16 +54580,16 @@ "generator": false, "expression": false, "range": [ - 34842, - 34931 + 34211, + 34300 ], "loc": { "start": { - "line": 1244, + "line": 1225, "column": 13 }, "end": { - "line": 1248, + "line": 1229, "column": 5 } } @@ -55511,16 +54597,16 @@ "kind": "method", "computed": false, "range": [ - 34833, - 34931 + 34202, + 34300 ], "loc": { "start": { - "line": 1244, + "line": 1225, "column": 4 }, "end": { - "line": 1248, + "line": 1229, "column": 5 } }, @@ -55529,16 +54615,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34745, - 34828 + 34114, + 34197 ], "loc": { "start": { - "line": 1241, + "line": 1222, "column": 4 }, "end": { - "line": 1243, + "line": 1224, "column": 7 } } @@ -55549,16 +54635,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34937, - 35002 + 34306, + 34371 ], "loc": { "start": { - "line": 1250, + "line": 1231, "column": 4 }, "end": { - "line": 1253, + "line": 1234, "column": 7 } } @@ -55572,16 +54658,16 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 35007, - 35017 + 34376, + 34386 ], "loc": { "start": { - "line": 1254, + "line": 1235, "column": 4 }, "end": { - "line": 1254, + "line": 1235, "column": 14 } } @@ -55594,16 +54680,16 @@ "type": "Identifier", "name": "evt", "range": [ - 35018, - 35021 + 34387, + 34390 ], "loc": { "start": { - "line": 1254, + "line": 1235, "column": 15 }, "end": { - "line": 1254, + "line": 1235, "column": 18 } } @@ -55621,16 +54707,16 @@ "type": "Identifier", "name": "elm", "range": [ - 35037, - 35040 + 34406, + 34409 ], "loc": { "start": { - "line": 1255, + "line": 1236, "column": 12 }, "end": { - "line": 1255, + "line": 1236, "column": 15 } } @@ -55641,16 +54727,16 @@ "type": "Identifier", "name": "targetEvt", "range": [ - 35043, - 35052 + 34412, + 34421 ], "loc": { "start": { - "line": 1255, + "line": 1236, "column": 18 }, "end": { - "line": 1255, + "line": 1236, "column": 27 } } @@ -55660,47 +54746,47 @@ "type": "Identifier", "name": "evt", "range": [ - 35053, - 35056 + 34422, + 34425 ], "loc": { "start": { - "line": 1255, + "line": 1236, "column": 28 }, "end": { - "line": 1255, + "line": 1236, "column": 31 } } } ], "range": [ - 35043, - 35057 + 34412, + 34426 ], "loc": { "start": { - "line": 1255, + "line": 1236, "column": 18 }, "end": { - "line": 1255, + "line": 1236, "column": 32 } } }, "range": [ - 35037, - 35057 + 34406, + 34426 ], "loc": { "start": { - "line": 1255, + "line": 1236, "column": 12 }, "end": { - "line": 1255, + "line": 1236, "column": 32 } } @@ -55708,16 +54794,16 @@ ], "kind": "let", "range": [ - 35033, - 35058 + 34402, + 34427 ], "loc": { "start": { - "line": 1255, + "line": 1236, "column": 8 }, "end": { - "line": 1255, + "line": 1236, "column": 33 } } @@ -55735,16 +54821,16 @@ "object": { "type": "ThisExpression", "range": [ - 35067, - 35071 + 34436, + 34440 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 8 }, "end": { - "line": 1256, + "line": 1237, "column": 12 } } @@ -55753,31 +54839,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35072, - 35079 + 34441, + 34448 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 13 }, "end": { - "line": 1256, + "line": 1237, "column": 20 } } }, "range": [ - 35067, - 35079 + 34436, + 34448 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 8 }, "end": { - "line": 1256, + "line": 1237, "column": 20 } } @@ -55786,31 +54872,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35080, - 35084 + 34449, + 34453 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 21 }, "end": { - "line": 1256, + "line": 1237, "column": 25 } } }, "range": [ - 35067, - 35084 + 34436, + 34453 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 8 }, "end": { - "line": 1256, + "line": 1237, "column": 25 } } @@ -55821,16 +54907,16 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 35085, - 35099 + 34454, + 34468 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 26 }, "end": { - "line": 1256, + "line": 1237, "column": 40 } } @@ -55838,16 +54924,16 @@ { "type": "ThisExpression", "range": [ - 35101, - 35105 + 34470, + 34474 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 42 }, "end": { - "line": 1256, + "line": 1237, "column": 46 } } @@ -55856,63 +54942,63 @@ "type": "Identifier", "name": "elm", "range": [ - 35107, - 35110 + 34476, + 34479 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 48 }, "end": { - "line": 1256, + "line": 1237, "column": 51 } } } ], "range": [ - 35067, - 35111 + 34436, + 34480 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 8 }, "end": { - "line": 1256, + "line": 1237, "column": 52 } } }, "range": [ - 35067, - 35112 + 34436, + 34481 ], "loc": { "start": { - "line": 1256, + "line": 1237, "column": 8 }, "end": { - "line": 1256, + "line": 1237, "column": 53 } } } ], "range": [ - 35023, - 35118 + 34392, + 34487 ], "loc": { "start": { - "line": 1254, + "line": 1235, "column": 20 }, "end": { - "line": 1257, + "line": 1238, "column": 5 } } @@ -55920,16 +55006,16 @@ "generator": false, "expression": false, "range": [ - 35017, - 35118 + 34386, + 34487 ], "loc": { "start": { - "line": 1254, + "line": 1235, "column": 14 }, "end": { - "line": 1257, + "line": 1238, "column": 5 } } @@ -55937,16 +55023,16 @@ "kind": "method", "computed": false, "range": [ - 35007, - 35118 + 34376, + 34487 ], "loc": { "start": { - "line": 1254, + "line": 1235, "column": 4 }, "end": { - "line": 1257, + "line": 1238, "column": 5 } }, @@ -55955,16 +55041,16 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34937, - 35002 + 34306, + 34371 ], "loc": { "start": { - "line": 1250, + "line": 1231, "column": 4 }, "end": { - "line": 1253, + "line": 1234, "column": 7 } } @@ -55975,16 +55061,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35124, - 35212 + 34493, + 34581 ], "loc": { "start": { - "line": 1259, + "line": 1240, "column": 4 }, "end": { - "line": 1261, + "line": 1242, "column": 7 } } @@ -55998,16 +55084,16 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 35217, - 35226 + 34586, + 34595 ], "loc": { "start": { - "line": 1262, + "line": 1243, "column": 4 }, "end": { - "line": 1262, + "line": 1243, "column": 13 } } @@ -56027,16 +55113,16 @@ "object": { "type": "ThisExpression", "range": [ - 35243, - 35247 + 34612, + 34616 ], "loc": { "start": { - "line": 1263, + "line": 1244, "column": 12 }, "end": { - "line": 1263, + "line": 1244, "column": 16 } } @@ -56045,31 +55131,31 @@ "type": "Identifier", "name": "autoFilter", "range": [ - 35248, - 35258 + 34617, + 34627 ], "loc": { "start": { - "line": 1263, + "line": 1244, "column": 17 }, "end": { - "line": 1263, + "line": 1244, "column": 27 } } }, "range": [ - 35243, - 35258 + 34612, + 34627 ], "loc": { "start": { - "line": 1263, + "line": 1244, "column": 12 }, "end": { - "line": 1263, + "line": 1244, "column": 27 } } @@ -56088,16 +55174,16 @@ "object": { "type": "ThisExpression", "range": [ - 35274, - 35278 + 34643, + 34647 ], "loc": { "start": { - "line": 1264, + "line": 1245, "column": 12 }, "end": { - "line": 1264, + "line": 1245, "column": 16 } } @@ -56106,31 +55192,31 @@ "type": "Identifier", "name": "isUserTyping", "range": [ - 35279, - 35291 + 34648, + 34660 ], "loc": { "start": { - "line": 1264, + "line": 1245, "column": 17 }, "end": { - "line": 1264, + "line": 1245, "column": 29 } } }, "range": [ - 35274, - 35291 + 34643, + 34660 ], "loc": { "start": { - "line": 1264, + "line": 1245, "column": 12 }, "end": { - "line": 1264, + "line": 1245, "column": 29 } } @@ -56140,46 +55226,46 @@ "value": false, "raw": "false", "range": [ - 35294, - 35299 + 34663, + 34668 ], "loc": { "start": { - "line": 1264, + "line": 1245, "column": 32 }, "end": { - "line": 1264, + "line": 1245, "column": 37 } } }, "range": [ - 35274, - 35299 + 34643, + 34668 ], "loc": { "start": { - "line": 1264, + "line": 1245, "column": 12 }, "end": { - "line": 1264, + "line": 1245, "column": 37 } } }, "range": [ - 35274, - 35300 + 34643, + 34669 ], "loc": { "start": { - "line": 1264, + "line": 1245, "column": 12 }, "end": { - "line": 1264, + "line": 1245, "column": 38 } } @@ -56195,16 +55281,16 @@ "type": "Identifier", "name": "root", "range": [ - 35313, - 35317 + 34682, + 34686 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 12 }, "end": { - "line": 1265, + "line": 1246, "column": 16 } } @@ -56213,31 +55299,31 @@ "type": "Identifier", "name": "clearInterval", "range": [ - 35318, - 35331 + 34687, + 34700 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 17 }, "end": { - "line": 1265, + "line": 1246, "column": 30 } } }, "range": [ - 35313, - 35331 + 34682, + 34700 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 12 }, "end": { - "line": 1265, + "line": 1246, "column": 30 } } @@ -56249,16 +55335,16 @@ "object": { "type": "ThisExpression", "range": [ - 35332, - 35336 + 34701, + 34705 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 31 }, "end": { - "line": 1265, + "line": 1246, "column": 35 } } @@ -56267,94 +55353,94 @@ "type": "Identifier", "name": "autoFilterTimer", "range": [ - 35337, - 35352 + 34706, + 34721 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 36 }, "end": { - "line": 1265, + "line": 1246, "column": 51 } } }, "range": [ - 35332, - 35352 + 34701, + 34721 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 31 }, "end": { - "line": 1265, + "line": 1246, "column": 51 } } } ], "range": [ - 35313, - 35353 + 34682, + 34722 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 12 }, "end": { - "line": 1265, + "line": 1246, "column": 52 } } }, "range": [ - 35313, - 35354 + 34682, + 34723 ], "loc": { "start": { - "line": 1265, + "line": 1246, "column": 12 }, "end": { - "line": 1265, + "line": 1246, "column": 53 } } } ], "range": [ - 35260, - 35364 + 34629, + 34733 ], "loc": { "start": { - "line": 1263, + "line": 1244, "column": 29 }, "end": { - "line": 1266, + "line": 1247, "column": 9 } } }, "alternate": null, "range": [ - 35239, - 35364 + 34608, + 34733 ], "loc": { "start": { - "line": 1263, + "line": 1244, "column": 8 }, "end": { - "line": 1266, + "line": 1247, "column": 9 } } @@ -56372,16 +55458,16 @@ "object": { "type": "ThisExpression", "range": [ - 35373, - 35377 + 34742, + 34746 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 8 }, "end": { - "line": 1267, + "line": 1248, "column": 12 } } @@ -56390,31 +55476,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 35378, - 35385 + 34747, + 34754 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 13 }, "end": { - "line": 1267, + "line": 1248, "column": 20 } } }, "range": [ - 35373, - 35385 + 34742, + 34754 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 8 }, "end": { - "line": 1267, + "line": 1248, "column": 20 } } @@ -56423,31 +55509,31 @@ "type": "Identifier", "name": "emit", "range": [ - 35386, - 35390 + 34755, + 34759 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 21 }, "end": { - "line": 1267, + "line": 1248, "column": 25 } } }, "range": [ - 35373, - 35390 + 34742, + 34759 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 8 }, "end": { - "line": 1267, + "line": 1248, "column": 25 } } @@ -56458,16 +55544,16 @@ "value": "filter-blur", "raw": "'filter-blur'", "range": [ - 35391, - 35404 + 34760, + 34773 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 26 }, "end": { - "line": 1267, + "line": 1248, "column": 39 } } @@ -56475,63 +55561,63 @@ { "type": "ThisExpression", "range": [ - 35406, - 35410 + 34775, + 34779 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 41 }, "end": { - "line": 1267, + "line": 1248, "column": 45 } } } ], "range": [ - 35373, - 35411 + 34742, + 34780 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 8 }, "end": { - "line": 1267, + "line": 1248, "column": 46 } } }, "range": [ - 35373, - 35412 + 34742, + 34781 ], "loc": { "start": { - "line": 1267, + "line": 1248, "column": 8 }, "end": { - "line": 1267, + "line": 1248, "column": 47 } } } ], "range": [ - 35229, - 35418 + 34598, + 34787 ], "loc": { "start": { - "line": 1262, + "line": 1243, "column": 16 }, "end": { - "line": 1268, + "line": 1249, "column": 5 } } @@ -56539,16 +55625,16 @@ "generator": false, "expression": false, "range": [ - 35226, - 35418 + 34595, + 34787 ], "loc": { "start": { - "line": 1262, + "line": 1243, "column": 13 }, "end": { - "line": 1268, + "line": 1249, "column": 5 } } @@ -56556,16 +55642,16 @@ "kind": "method", "computed": false, "range": [ - 35217, - 35418 + 34586, + 34787 ], "loc": { "start": { - "line": 1262, + "line": 1243, "column": 4 }, "end": { - "line": 1268, + "line": 1249, "column": 5 } }, @@ -56574,16 +55660,16 @@ "type": "Block", "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", "range": [ - 35124, - 35212 + 34493, + 34581 ], "loc": { "start": { - "line": 1259, + "line": 1240, "column": 4 }, "end": { - "line": 1261, + "line": 1242, "column": 7 } } @@ -56594,16 +55680,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35424, - 35479 + 34793, + 34848 ], "loc": { "start": { - "line": 1270, + "line": 1251, "column": 4 }, "end": { - "line": 1272, + "line": 1253, "column": 7 } } @@ -56617,16 +55703,16 @@ "type": "Identifier", "name": "_insertFiltersRow", "range": [ - 35484, - 35501 + 34853, + 34870 ], "loc": { "start": { - "line": 1273, + "line": 1254, "column": 4 }, "end": { - "line": 1273, + "line": 1254, "column": 21 } } @@ -56646,16 +55732,16 @@ "object": { "type": "ThisExpression", "range": [ - 35711, - 35715 + 35080, + 35084 ], "loc": { "start": { - "line": 1277, + "line": 1258, "column": 12 }, "end": { - "line": 1277, + "line": 1258, "column": 16 } } @@ -56664,31 +55750,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 35716, - 35726 + 35085, + 35095 ], "loc": { "start": { - "line": 1277, + "line": 1258, "column": 17 }, "end": { - "line": 1277, + "line": 1258, "column": 27 } } }, "range": [ - 35711, - 35726 + 35080, + 35095 ], "loc": { "start": { - "line": 1277, + "line": 1258, "column": 12 }, "end": { - "line": 1277, + "line": 1258, "column": 27 } } @@ -56700,48 +55786,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 35742, - 35749 + 35111, + 35118 ], "loc": { "start": { - "line": 1278, + "line": 1259, "column": 12 }, "end": { - "line": 1278, + "line": 1259, "column": 19 } } } ], "range": [ - 35728, - 35759 + 35097, + 35128 ], "loc": { "start": { - "line": 1277, + "line": 1258, "column": 29 }, "end": { - "line": 1279, + "line": 1260, "column": 9 } } }, "alternate": null, "range": [ - 35707, - 35759 + 35076, + 35128 ], "loc": { "start": { - "line": 1277, + "line": 1258, "column": 8 }, "end": { - "line": 1279, + "line": 1260, "column": 9 } }, @@ -56750,16 +55836,16 @@ "type": "Line", "value": " TODO: prevent filters row generation for popup filters too,", "range": [ - 35514, - 35576 + 34883, + 34945 ], "loc": { "start": { - "line": 1274, + "line": 1255, "column": 8 }, "end": { - "line": 1274, + "line": 1255, "column": 70 } } @@ -56768,16 +55854,16 @@ "type": "Line", "value": " to reduce and simplify headers row index adjusting across lib modules", "range": [ - 35585, - 35657 + 34954, + 35026 ], "loc": { "start": { - "line": 1275, + "line": 1256, "column": 8 }, "end": { - "line": 1275, + "line": 1256, "column": 80 } } @@ -56786,16 +55872,16 @@ "type": "Line", "value": " (GridLayout, PopupFilter etc)", "range": [ - 35666, - 35698 + 35035, + 35067 ], "loc": { "start": { - "line": 1276, + "line": 1257, "column": 8 }, "end": { - "line": 1276, + "line": 1257, "column": 40 } } @@ -56811,32 +55897,32 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35772, - 35778 + 35141, + 35147 ], "loc": { "start": { - "line": 1280, + "line": 1261, "column": 12 }, "end": { - "line": 1280, + "line": 1261, "column": 18 } } }, "init": null, "range": [ - 35772, - 35778 + 35141, + 35147 ], "loc": { "start": { - "line": 1280, + "line": 1261, "column": 12 }, "end": { - "line": 1280, + "line": 1261, "column": 18 } } @@ -56844,16 +55930,16 @@ ], "kind": "let", "range": [ - 35768, - 35779 + 35137, + 35148 ], "loc": { "start": { - "line": 1280, + "line": 1261, "column": 8 }, "end": { - "line": 1280, + "line": 1261, "column": 19 } } @@ -56867,16 +55953,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35793, - 35798 + 35162, + 35167 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 12 }, "end": { - "line": 1282, + "line": 1263, "column": 17 } } @@ -56887,16 +55973,16 @@ "type": "Identifier", "name": "tag", "range": [ - 35801, - 35804 + 35170, + 35173 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 20 }, "end": { - "line": 1282, + "line": 1263, "column": 23 } } @@ -56910,16 +55996,16 @@ "object": { "type": "ThisExpression", "range": [ - 35805, - 35809 + 35174, + 35178 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 24 }, "end": { - "line": 1282, + "line": 1263, "column": 28 } } @@ -56928,47 +56014,47 @@ "type": "Identifier", "name": "dom", "range": [ - 35810, - 35813 + 35179, + 35182 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 29 }, "end": { - "line": 1282, + "line": 1263, "column": 32 } } }, "range": [ - 35805, - 35813 + 35174, + 35182 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 24 }, "end": { - "line": 1282, + "line": 1263, "column": 32 } } }, "arguments": [], "range": [ - 35805, - 35815 + 35174, + 35184 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 24 }, "end": { - "line": 1282, + "line": 1263, "column": 34 } } @@ -56978,47 +56064,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 35817, - 35824 + 35186, + 35193 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 36 }, "end": { - "line": 1282, + "line": 1263, "column": 43 } } } ], "range": [ - 35801, - 35825 + 35170, + 35194 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 20 }, "end": { - "line": 1282, + "line": 1263, "column": 44 } } }, "range": [ - 35793, - 35825 + 35162, + 35194 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 12 }, "end": { - "line": 1282, + "line": 1263, "column": 44 } } @@ -57026,16 +56112,16 @@ ], "kind": "let", "range": [ - 35789, - 35826 + 35158, + 35195 ], "loc": { "start": { - "line": 1282, + "line": 1263, "column": 8 }, "end": { - "line": 1282, + "line": 1263, "column": 45 } } @@ -57052,16 +56138,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35839, - 35844 + 35208, + 35213 ], "loc": { "start": { - "line": 1283, + "line": 1264, "column": 12 }, "end": { - "line": 1283, + "line": 1264, "column": 17 } } @@ -57070,31 +56156,31 @@ "type": "Identifier", "name": "length", "range": [ - 35845, - 35851 + 35214, + 35220 ], "loc": { "start": { - "line": 1283, + "line": 1264, "column": 18 }, "end": { - "line": 1283, + "line": 1264, "column": 24 } } }, "range": [ - 35839, - 35851 + 35208, + 35220 ], "loc": { "start": { - "line": 1283, + "line": 1264, "column": 12 }, "end": { - "line": 1283, + "line": 1264, "column": 24 } } @@ -57104,31 +56190,31 @@ "value": 0, "raw": "0", "range": [ - 35854, - 35855 + 35223, + 35224 ], "loc": { "start": { - "line": 1283, + "line": 1264, "column": 27 }, "end": { - "line": 1283, + "line": 1264, "column": 28 } } }, "range": [ - 35839, - 35855 + 35208, + 35224 ], "loc": { "start": { - "line": 1283, + "line": 1264, "column": 12 }, "end": { - "line": 1283, + "line": 1264, "column": 28 } } @@ -57145,16 +56231,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35871, - 35877 + 35240, + 35246 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 12 }, "end": { - "line": 1284, + "line": 1265, "column": 18 } } @@ -57171,16 +56257,16 @@ "type": "Identifier", "name": "thead", "range": [ - 35880, - 35885 + 35249, + 35254 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 21 }, "end": { - "line": 1284, + "line": 1265, "column": 26 } } @@ -57190,31 +56276,31 @@ "value": 0, "raw": "0", "range": [ - 35886, - 35887 + 35255, + 35256 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 27 }, "end": { - "line": 1284, + "line": 1265, "column": 28 } } }, "range": [ - 35880, - 35888 + 35249, + 35257 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 21 }, "end": { - "line": 1284, + "line": 1265, "column": 29 } } @@ -57223,31 +56309,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 35889, - 35898 + 35258, + 35267 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 30 }, "end": { - "line": 1284, + "line": 1265, "column": 39 } } }, "range": [ - 35880, - 35898 + 35249, + 35267 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 21 }, "end": { - "line": 1284, + "line": 1265, "column": 39 } } @@ -57259,16 +56345,16 @@ "object": { "type": "ThisExpression", "range": [ - 35899, - 35903 + 35268, + 35272 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 40 }, "end": { - "line": 1284, + "line": 1265, "column": 44 } } @@ -57277,93 +56363,93 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 35904, - 35919 + 35273, + 35288 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 45 }, "end": { - "line": 1284, + "line": 1265, "column": 60 } } }, "range": [ - 35899, - 35919 + 35268, + 35288 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 40 }, "end": { - "line": 1284, + "line": 1265, "column": 60 } } } ], "range": [ - 35880, - 35920 + 35249, + 35289 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 21 }, "end": { - "line": 1284, + "line": 1265, "column": 61 } } }, "range": [ - 35871, - 35920 + 35240, + 35289 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 12 }, "end": { - "line": 1284, + "line": 1265, "column": 61 } } }, "range": [ - 35871, - 35921 + 35240, + 35290 ], "loc": { "start": { - "line": 1284, + "line": 1265, "column": 12 }, "end": { - "line": 1284, + "line": 1265, "column": 62 } } } ], "range": [ - 35857, - 35931 + 35226, + 35300 ], "loc": { "start": { - "line": 1283, + "line": 1264, "column": 30 }, "end": { - "line": 1285, + "line": 1266, "column": 9 } } @@ -57380,16 +56466,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 35951, - 35957 + 35320, + 35326 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 12 }, "end": { - "line": 1286, + "line": 1267, "column": 18 } } @@ -57407,16 +56493,16 @@ "object": { "type": "ThisExpression", "range": [ - 35960, - 35964 + 35329, + 35333 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 21 }, "end": { - "line": 1286, + "line": 1267, "column": 25 } } @@ -57425,47 +56511,47 @@ "type": "Identifier", "name": "dom", "range": [ - 35965, - 35968 + 35334, + 35337 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 26 }, "end": { - "line": 1286, + "line": 1267, "column": 29 } } }, "range": [ - 35960, - 35968 + 35329, + 35337 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 21 }, "end": { - "line": 1286, + "line": 1267, "column": 29 } } }, "arguments": [], "range": [ - 35960, - 35970 + 35329, + 35339 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 21 }, "end": { - "line": 1286, + "line": 1267, "column": 31 } } @@ -57474,31 +56560,31 @@ "type": "Identifier", "name": "insertRow", "range": [ - 35971, - 35980 + 35340, + 35349 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 32 }, "end": { - "line": 1286, + "line": 1267, "column": 41 } } }, "range": [ - 35960, - 35980 + 35329, + 35349 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 21 }, "end": { - "line": 1286, + "line": 1267, "column": 41 } } @@ -57510,16 +56596,16 @@ "object": { "type": "ThisExpression", "range": [ - 35981, - 35985 + 35350, + 35354 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 42 }, "end": { - "line": 1286, + "line": 1267, "column": 46 } } @@ -57528,108 +56614,108 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 35986, - 36001 + 35355, + 35370 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 47 }, "end": { - "line": 1286, + "line": 1267, "column": 62 } } }, "range": [ - 35981, - 36001 + 35350, + 35370 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 42 }, "end": { - "line": 1286, + "line": 1267, "column": 62 } } } ], "range": [ - 35960, - 36002 + 35329, + 35371 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 21 }, "end": { - "line": 1286, + "line": 1267, "column": 63 } } }, "range": [ - 35951, - 36002 + 35320, + 35371 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 12 }, "end": { - "line": 1286, + "line": 1267, "column": 63 } } }, "range": [ - 35951, - 36003 + 35320, + 35372 ], "loc": { "start": { - "line": 1286, + "line": 1267, "column": 12 }, "end": { - "line": 1286, + "line": 1267, "column": 64 } } } ], "range": [ - 35937, - 36013 + 35306, + 35382 ], "loc": { "start": { - "line": 1285, + "line": 1266, "column": 15 }, "end": { - "line": 1287, + "line": 1268, "column": 9 } } }, "range": [ - 35835, - 36013 + 35204, + 35382 ], "loc": { "start": { - "line": 1283, + "line": 1264, "column": 8 }, "end": { - "line": 1287, + "line": 1268, "column": 9 } } @@ -57646,16 +56732,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36023, - 36029 + 35392, + 35398 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 8 }, "end": { - "line": 1289, + "line": 1270, "column": 14 } } @@ -57664,31 +56750,31 @@ "type": "Identifier", "name": "className", "range": [ - 36030, - 36039 + 35399, + 35408 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 15 }, "end": { - "line": 1289, + "line": 1270, "column": 24 } } }, "range": [ - 36023, - 36039 + 35392, + 35408 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 8 }, "end": { - "line": 1289, + "line": 1270, "column": 24 } } @@ -57699,16 +56785,16 @@ "object": { "type": "ThisExpression", "range": [ - 36042, - 36046 + 35411, + 35415 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 27 }, "end": { - "line": 1289, + "line": 1270, "column": 31 } } @@ -57717,61 +56803,61 @@ "type": "Identifier", "name": "fltsRowCssClass", "range": [ - 36047, - 36062 + 35416, + 35431 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 32 }, "end": { - "line": 1289, + "line": 1270, "column": 47 } } }, "range": [ - 36042, - 36062 + 35411, + 35431 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 27 }, "end": { - "line": 1289, + "line": 1270, "column": 47 } } }, "range": [ - 36023, - 36062 + 35392, + 35431 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 8 }, "end": { - "line": 1289, + "line": 1270, "column": 47 } } }, "range": [ - 36023, - 36063 + 35392, + 35432 ], "loc": { "start": { - "line": 1289, + "line": 1270, "column": 8 }, "end": { - "line": 1289, + "line": 1270, "column": 48 } } @@ -57784,16 +56870,16 @@ "object": { "type": "ThisExpression", "range": [ - 36077, - 36081 + 35446, + 35450 ], "loc": { "start": { - "line": 1291, + "line": 1272, "column": 12 }, "end": { - "line": 1291, + "line": 1272, "column": 16 } } @@ -57802,31 +56888,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 36082, - 36095 + 35451, + 35464 ], "loc": { "start": { - "line": 1291, + "line": 1272, "column": 17 }, "end": { - "line": 1291, + "line": 1272, "column": 30 } } }, "range": [ - 36077, - 36095 + 35446, + 35464 ], "loc": { "start": { - "line": 1291, + "line": 1272, "column": 12 }, "end": { - "line": 1291, + "line": 1272, "column": 30 } } @@ -57849,16 +56935,16 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36111, - 36117 + 35480, + 35486 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 12 }, "end": { - "line": 1292, + "line": 1273, "column": 18 } } @@ -57867,31 +56953,31 @@ "type": "Identifier", "name": "style", "range": [ - 36118, - 36123 + 35487, + 35492 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 19 }, "end": { - "line": 1292, + "line": 1273, "column": 24 } } }, "range": [ - 36111, - 36123 + 35480, + 35492 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 12 }, "end": { - "line": 1292, + "line": 1273, "column": 24 } } @@ -57900,31 +56986,31 @@ "type": "Identifier", "name": "display", "range": [ - 36124, - 36131 + 35493, + 35500 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 25 }, "end": { - "line": 1292, + "line": 1273, "column": 32 } } }, "range": [ - 36111, - 36131 + 35480, + 35500 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 12 }, "end": { - "line": 1292, + "line": 1273, "column": 32 } } @@ -57933,78 +57019,78 @@ "type": "Identifier", "name": "NONE", "range": [ - 36134, - 36138 + 35503, + 35507 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 35 }, "end": { - "line": 1292, + "line": 1273, "column": 39 } } }, "range": [ - 36111, - 36138 + 35480, + 35507 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 12 }, "end": { - "line": 1292, + "line": 1273, "column": 39 } } }, "range": [ - 36111, - 36139 + 35480, + 35508 ], "loc": { "start": { - "line": 1292, + "line": 1273, "column": 12 }, "end": { - "line": 1292, + "line": 1273, "column": 40 } } } ], "range": [ - 36097, - 36149 + 35466, + 35518 ], "loc": { "start": { - "line": 1291, + "line": 1272, "column": 32 }, "end": { - "line": 1293, + "line": 1274, "column": 9 } } }, "alternate": null, "range": [ - 36073, - 36149 + 35442, + 35518 ], "loc": { "start": { - "line": 1291, + "line": 1272, "column": 8 }, "end": { - "line": 1293, + "line": 1274, "column": 9 } } @@ -58022,16 +57108,16 @@ "object": { "type": "ThisExpression", "range": [ - 36159, - 36163 + 35528, + 35532 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 8 }, "end": { - "line": 1295, + "line": 1276, "column": 12 } } @@ -58040,31 +57126,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 36164, - 36171 + 35533, + 35540 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 13 }, "end": { - "line": 1295, + "line": 1276, "column": 20 } } }, "range": [ - 36159, - 36171 + 35528, + 35540 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 8 }, "end": { - "line": 1295, + "line": 1276, "column": 20 } } @@ -58073,31 +57159,31 @@ "type": "Identifier", "name": "emit", "range": [ - 36172, - 36176 + 35541, + 35545 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 21 }, "end": { - "line": 1295, + "line": 1276, "column": 25 } } }, "range": [ - 36159, - 36176 + 35528, + 35545 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 8 }, "end": { - "line": 1295, + "line": 1276, "column": 25 } } @@ -58108,16 +57194,16 @@ "value": "filters-row-inserted", "raw": "'filters-row-inserted'", "range": [ - 36177, - 36199 + 35546, + 35568 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 26 }, "end": { - "line": 1295, + "line": 1276, "column": 48 } } @@ -58125,16 +57211,16 @@ { "type": "ThisExpression", "range": [ - 36201, - 36205 + 35570, + 35574 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 50 }, "end": { - "line": 1295, + "line": 1276, "column": 54 } } @@ -58143,47 +57229,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36207, - 36213 + 35576, + 35582 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 56 }, "end": { - "line": 1295, + "line": 1276, "column": 62 } } } ], "range": [ - 36159, - 36214 + 35528, + 35583 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 8 }, "end": { - "line": 1295, + "line": 1276, "column": 63 } } }, "range": [ - 36159, - 36215 + 35528, + 35584 ], "loc": { "start": { - "line": 1295, + "line": 1276, "column": 8 }, "end": { - "line": 1295, + "line": 1276, "column": 64 } } @@ -58194,47 +57280,47 @@ "type": "Identifier", "name": "fltrow", "range": [ - 36231, - 36237 + 35600, + 35606 ], "loc": { "start": { - "line": 1296, + "line": 1277, "column": 15 }, "end": { - "line": 1296, + "line": 1277, "column": 21 } } }, "range": [ - 36224, - 36238 + 35593, + 35607 ], "loc": { "start": { - "line": 1296, + "line": 1277, "column": 8 }, "end": { - "line": 1296, + "line": 1277, "column": 22 } } } ], "range": [ - 35504, - 36244 + 34873, + 35613 ], "loc": { "start": { - "line": 1273, + "line": 1254, "column": 24 }, "end": { - "line": 1297, + "line": 1278, "column": 5 } } @@ -58242,16 +57328,16 @@ "generator": false, "expression": false, "range": [ - 35501, - 36244 + 34870, + 35613 ], "loc": { "start": { - "line": 1273, + "line": 1254, "column": 21 }, "end": { - "line": 1297, + "line": 1278, "column": 5 } } @@ -58259,16 +57345,16 @@ "kind": "method", "computed": false, "range": [ - 35484, - 36244 + 34853, + 35613 ], "loc": { "start": { - "line": 1273, + "line": 1254, "column": 4 }, "end": { - "line": 1297, + "line": 1278, "column": 5 } }, @@ -58277,16 +57363,16 @@ "type": "Block", "value": "*\n * Insert filters row at initialization\n ", "range": [ - 35424, - 35479 + 34793, + 34848 ], "loc": { "start": { - "line": 1270, + "line": 1251, "column": 4 }, "end": { - "line": 1272, + "line": 1253, "column": 7 } } @@ -58297,16 +57383,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36250, - 36297 + 35619, + 35666 ], "loc": { "start": { - "line": 1299, + "line": 1280, "column": 4 }, "end": { - "line": 1301, + "line": 1282, "column": 7 } } @@ -58320,16 +57406,16 @@ "type": "Identifier", "name": "_initNoFilters", "range": [ - 36302, - 36316 + 35671, + 35685 ], "loc": { "start": { - "line": 1302, + "line": 1283, "column": 4 }, "end": { - "line": 1302, + "line": 1283, "column": 18 } } @@ -58349,16 +57435,16 @@ "object": { "type": "ThisExpression", "range": [ - 36333, - 36337 + 35702, + 35706 ], "loc": { "start": { - "line": 1303, + "line": 1284, "column": 12 }, "end": { - "line": 1303, + "line": 1284, "column": 16 } } @@ -58367,31 +57453,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 36338, - 36345 + 35707, + 35714 ], "loc": { "start": { - "line": 1303, + "line": 1284, "column": 17 }, "end": { - "line": 1303, + "line": 1284, "column": 24 } } }, "range": [ - 36333, - 36345 + 35702, + 35714 ], "loc": { "start": { - "line": 1303, + "line": 1284, "column": 12 }, "end": { - "line": 1303, + "line": 1284, "column": 24 } } @@ -58403,48 +57489,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 36361, - 36368 + 35730, + 35737 ], "loc": { "start": { - "line": 1304, + "line": 1285, "column": 12 }, "end": { - "line": 1304, + "line": 1285, "column": 19 } } } ], "range": [ - 36347, - 36378 + 35716, + 35747 ], "loc": { "start": { - "line": 1303, + "line": 1284, "column": 26 }, "end": { - "line": 1305, + "line": 1286, "column": 9 } } }, "alternate": null, "range": [ - 36329, - 36378 + 35698, + 35747 ], "loc": { "start": { - "line": 1303, + "line": 1284, "column": 8 }, "end": { - "line": 1305, + "line": 1286, "column": 9 } } @@ -58460,16 +57546,16 @@ "object": { "type": "ThisExpression", "range": [ - 36387, - 36391 + 35756, + 35760 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 8 }, "end": { - "line": 1306, + "line": 1287, "column": 12 } } @@ -58478,31 +57564,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36392, - 36398 + 35761, + 35767 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 13 }, "end": { - "line": 1306, + "line": 1287, "column": 19 } } }, "range": [ - 36387, - 36398 + 35756, + 35767 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 8 }, "end": { - "line": 1306, + "line": 1287, "column": 19 } } @@ -58518,16 +57604,16 @@ "object": { "type": "ThisExpression", "range": [ - 36401, - 36405 + 35770, + 35774 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 22 }, "end": { - "line": 1306, + "line": 1287, "column": 26 } } @@ -58536,31 +57622,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36406, - 36412 + 35775, + 35781 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 27 }, "end": { - "line": 1306, + "line": 1287, "column": 33 } } }, "range": [ - 36401, - 36412 + 35770, + 35781 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 22 }, "end": { - "line": 1306, + "line": 1287, "column": 33 } } @@ -58570,31 +57656,31 @@ "value": 0, "raw": "0", "range": [ - 36415, - 36416 + 35784, + 35785 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 36 }, "end": { - "line": 1306, + "line": 1287, "column": 37 } } }, "range": [ - 36401, - 36416 + 35770, + 35785 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 22 }, "end": { - "line": 1306, + "line": 1287, "column": 37 } } @@ -58608,16 +57694,16 @@ "object": { "type": "ThisExpression", "range": [ - 36419, - 36423 + 35788, + 35792 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 40 }, "end": { - "line": 1306, + "line": 1287, "column": 44 } } @@ -58626,31 +57712,31 @@ "type": "Identifier", "name": "refRow", "range": [ - 36424, - 36430 + 35793, + 35799 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 45 }, "end": { - "line": 1306, + "line": 1287, "column": 51 } } }, "range": [ - 36419, - 36430 + 35788, + 35799 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 40 }, "end": { - "line": 1306, + "line": 1287, "column": 51 } } @@ -58660,31 +57746,31 @@ "value": 1, "raw": "1", "range": [ - 36433, - 36434 + 35802, + 35803 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 54 }, "end": { - "line": 1306, + "line": 1287, "column": 55 } } }, "range": [ - 36419, - 36434 + 35788, + 35803 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 40 }, "end": { - "line": 1306, + "line": 1287, "column": 55 } } @@ -58694,61 +57780,61 @@ "value": 0, "raw": "0", "range": [ - 36437, - 36438 + 35806, + 35807 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 58 }, "end": { - "line": 1306, + "line": 1287, "column": 59 } } }, "range": [ - 36401, - 36438 + 35770, + 35807 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 22 }, "end": { - "line": 1306, + "line": 1287, "column": 59 } } }, "range": [ - 36387, - 36438 + 35756, + 35807 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 8 }, "end": { - "line": 1306, + "line": 1287, "column": 59 } } }, "range": [ - 36387, - 36439 + 35756, + 35808 ], "loc": { "start": { - "line": 1306, + "line": 1287, "column": 8 }, "end": { - "line": 1306, + "line": 1287, "column": 60 } } @@ -58764,16 +57850,16 @@ "object": { "type": "ThisExpression", "range": [ - 36448, - 36452 + 35817, + 35821 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 8 }, "end": { - "line": 1307, + "line": 1288, "column": 12 } } @@ -58782,31 +57868,31 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 36453, - 36469 + 35822, + 35838 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 13 }, "end": { - "line": 1307, + "line": 1288, "column": 29 } } }, "range": [ - 36448, - 36469 + 35817, + 35838 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 8 }, "end": { - "line": 1307, + "line": 1288, "column": 29 } } @@ -58819,16 +57905,16 @@ "object": { "type": "ThisExpression", "range": [ - 36472, - 36476 + 35841, + 35845 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 32 }, "end": { - "line": 1307, + "line": 1288, "column": 36 } } @@ -58837,93 +57923,93 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 36477, - 36486 + 35846, + 35855 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 37 }, "end": { - "line": 1307, + "line": 1288, "column": 46 } } }, "range": [ - 36472, - 36486 + 35841, + 35855 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 32 }, "end": { - "line": 1307, + "line": 1288, "column": 46 } } }, "arguments": [], "range": [ - 36472, - 36488 + 35841, + 35857 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 32 }, "end": { - "line": 1307, + "line": 1288, "column": 48 } } }, "range": [ - 36448, - 36488 + 35817, + 35857 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 8 }, "end": { - "line": 1307, + "line": 1288, "column": 48 } } }, "range": [ - 36448, - 36489 + 35817, + 35858 ], "loc": { "start": { - "line": 1307, + "line": 1288, "column": 8 }, "end": { - "line": 1307, + "line": 1288, "column": 49 } } } ], "range": [ - 36319, - 36495 + 35688, + 35864 ], "loc": { "start": { - "line": 1302, + "line": 1283, "column": 21 }, "end": { - "line": 1308, + "line": 1289, "column": 5 } } @@ -58931,16 +58017,16 @@ "generator": false, "expression": false, "range": [ - 36316, - 36495 + 35685, + 35864 ], "loc": { "start": { - "line": 1302, + "line": 1283, "column": 18 }, "end": { - "line": 1308, + "line": 1289, "column": 5 } } @@ -58948,16 +58034,16 @@ "kind": "method", "computed": false, "range": [ - 36302, - 36495 + 35671, + 35864 ], "loc": { "start": { - "line": 1302, + "line": 1283, "column": 4 }, "end": { - "line": 1308, + "line": 1289, "column": 5 } }, @@ -58966,16 +58052,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36250, - 36297 + 35619, + 35666 ], "loc": { "start": { - "line": 1299, + "line": 1280, "column": 4 }, "end": { - "line": 1301, + "line": 1282, "column": 7 } } @@ -58986,16 +58072,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": [ - 36501, - 36720 + 35870, + 36089 ], "loc": { "start": { - "line": 1310, + "line": 1291, "column": 4 }, "end": { - "line": 1315, + "line": 1296, "column": 7 } } @@ -59009,16 +58095,16 @@ "type": "Identifier", "name": "_buildInputFilter", "range": [ - 36725, - 36742 + 36094, + 36111 ], "loc": { "start": { - "line": 1316, + "line": 1297, "column": 4 }, "end": { - "line": 1316, + "line": 1297, "column": 21 } } @@ -59031,16 +58117,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36743, - 36751 + 36112, + 36120 ], "loc": { "start": { - "line": 1316, + "line": 1297, "column": 22 }, "end": { - "line": 1316, + "line": 1297, "column": 30 } } @@ -59049,16 +58135,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 36753, - 36761 + 36122, + 36130 ], "loc": { "start": { - "line": 1316, + "line": 1297, "column": 32 }, "end": { - "line": 1316, + "line": 1297, "column": 40 } } @@ -59067,16 +58153,16 @@ "type": "Identifier", "name": "container", "range": [ - 36763, - 36772 + 36132, + 36141 ], "loc": { "start": { - "line": 1316, + "line": 1297, "column": 42 }, "end": { - "line": 1316, + "line": 1297, "column": 51 } } @@ -59094,16 +58180,16 @@ "type": "Identifier", "name": "col", "range": [ - 36788, - 36791 + 36157, + 36160 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 12 }, "end": { - "line": 1317, + "line": 1298, "column": 15 } } @@ -59116,16 +58202,16 @@ "object": { "type": "ThisExpression", "range": [ - 36794, - 36798 + 36163, + 36167 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 18 }, "end": { - "line": 1317, + "line": 1298, "column": 22 } } @@ -59134,31 +58220,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 36799, - 36812 + 36168, + 36181 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 23 }, "end": { - "line": 1317, + "line": 1298, "column": 36 } } }, "range": [ - 36794, - 36812 + 36163, + 36181 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 18 }, "end": { - "line": 1317, + "line": 1298, "column": 36 } } @@ -59168,47 +58254,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36813, - 36821 + 36182, + 36190 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 37 }, "end": { - "line": 1317, + "line": 1298, "column": 45 } } } ], "range": [ - 36794, - 36822 + 36163, + 36191 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 18 }, "end": { - "line": 1317, + "line": 1298, "column": 46 } } }, "range": [ - 36788, - 36822 + 36157, + 36191 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 12 }, "end": { - "line": 1317, + "line": 1298, "column": 46 } } @@ -59216,16 +58302,16 @@ ], "kind": "let", "range": [ - 36784, - 36823 + 36153, + 36192 ], "loc": { "start": { - "line": 1317, + "line": 1298, "column": 8 }, "end": { - "line": 1317, + "line": 1298, "column": 47 } } @@ -59239,16 +58325,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 36836, - 36852 + 36205, + 36221 ], "loc": { "start": { - "line": 1318, + "line": 1299, "column": 12 }, "end": { - "line": 1318, + "line": 1299, "column": 28 } } @@ -59261,16 +58347,16 @@ "object": { "type": "ThisExpression", "range": [ - 36855, - 36859 + 36224, + 36228 ], "loc": { "start": { - "line": 1318, + "line": 1299, "column": 31 }, "end": { - "line": 1318, + "line": 1299, "column": 35 } } @@ -59279,31 +58365,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 36860, - 36873 + 36229, + 36242 ], "loc": { "start": { - "line": 1318, + "line": 1299, "column": 36 }, "end": { - "line": 1318, + "line": 1299, "column": 49 } } }, "range": [ - 36855, - 36873 + 36224, + 36242 ], "loc": { "start": { - "line": 1318, + "line": 1299, "column": 31 }, "end": { - "line": 1318, + "line": 1299, "column": 49 } } @@ -59317,16 +58403,16 @@ "object": { "type": "ThisExpression", "range": [ - 36888, - 36892 + 36257, + 36261 ], "loc": { "start": { - "line": 1319, + "line": 1300, "column": 12 }, "end": { - "line": 1319, + "line": 1300, "column": 16 } } @@ -59335,31 +58421,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 36893, - 36910 + 36262, + 36279 ], "loc": { "start": { - "line": 1319, + "line": 1300, "column": 17 }, "end": { - "line": 1319, + "line": 1300, "column": 34 } } }, "range": [ - 36888, - 36910 + 36257, + 36279 ], "loc": { "start": { - "line": 1319, + "line": 1300, "column": 12 }, "end": { - "line": 1319, + "line": 1300, "column": 34 } } @@ -59368,31 +58454,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 36911, - 36919 + 36280, + 36288 ], "loc": { "start": { - "line": 1319, + "line": 1300, "column": 35 }, "end": { - "line": 1319, + "line": 1300, "column": 43 } } }, "range": [ - 36888, - 36920 + 36257, + 36289 ], "loc": { "start": { - "line": 1319, + "line": 1300, "column": 12 }, "end": { - "line": 1319, + "line": 1300, "column": 44 } } @@ -59402,46 +58488,46 @@ "value": null, "raw": "null", "range": [ - 36923, - 36927 + 36292, + 36296 ], "loc": { "start": { - "line": 1319, + "line": 1300, "column": 47 }, "end": { - "line": 1319, + "line": 1300, "column": 51 } } }, "range": [ - 36855, - 36927 + 36224, + 36296 ], "loc": { "start": { - "line": 1318, + "line": 1299, "column": 31 }, "end": { - "line": 1319, + "line": 1300, "column": 51 } } }, "range": [ - 36836, - 36927 + 36205, + 36296 ], "loc": { "start": { - "line": 1318, + "line": 1299, "column": 12 }, "end": { - "line": 1319, + "line": 1300, "column": 51 } } @@ -59449,16 +58535,16 @@ ], "kind": "let", "range": [ - 36832, - 36928 + 36201, + 36297 ], "loc": { "start": { - "line": 1318, + "line": 1299, "column": 8 }, "end": { - "line": 1319, + "line": 1300, "column": 52 } } @@ -59472,16 +58558,16 @@ "type": "Identifier", "name": "inpType", "range": [ - 36941, - 36948 + 36310, + 36317 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 12 }, "end": { - "line": 1320, + "line": 1301, "column": 19 } } @@ -59495,16 +58581,16 @@ "type": "Identifier", "name": "col", "range": [ - 36951, - 36954 + 36320, + 36323 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 22 }, "end": { - "line": 1320, + "line": 1301, "column": 25 } } @@ -59513,31 +58599,31 @@ "type": "Identifier", "name": "INPUT", "range": [ - 36959, - 36964 + 36328, + 36333 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 30 }, "end": { - "line": 1320, + "line": 1301, "column": 35 } } }, "range": [ - 36951, - 36964 + 36320, + 36333 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 22 }, "end": { - "line": 1320, + "line": 1301, "column": 35 } } @@ -59547,16 +58633,16 @@ "value": "text", "raw": "'text'", "range": [ - 36967, - 36973 + 36336, + 36342 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 38 }, "end": { - "line": 1320, + "line": 1301, "column": 44 } } @@ -59566,46 +58652,46 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 36976, - 36984 + 36345, + 36353 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 47 }, "end": { - "line": 1320, + "line": 1301, "column": 55 } } }, "range": [ - 36951, - 36984 + 36320, + 36353 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 22 }, "end": { - "line": 1320, + "line": 1301, "column": 55 } } }, "range": [ - 36941, - 36984 + 36310, + 36353 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 12 }, "end": { - "line": 1320, + "line": 1301, "column": 55 } } @@ -59613,16 +58699,16 @@ ], "kind": "let", "range": [ - 36937, - 36985 + 36306, + 36354 ], "loc": { "start": { - "line": 1320, + "line": 1301, "column": 8 }, "end": { - "line": 1320, + "line": 1301, "column": 56 } } @@ -59636,16 +58722,16 @@ "type": "Identifier", "name": "inp", "range": [ - 36998, - 37001 + 36367, + 36370 ], "loc": { "start": { - "line": 1321, + "line": 1302, "column": 12 }, "end": { - "line": 1321, + "line": 1302, "column": 15 } } @@ -59656,16 +58742,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 37004, - 37013 + 36373, + 36382 ], "loc": { "start": { - "line": 1321, + "line": 1302, "column": 18 }, "end": { - "line": 1321, + "line": 1302, "column": 27 } } @@ -59675,16 +58761,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 37014, - 37019 + 36383, + 36388 ], "loc": { "start": { - "line": 1321, + "line": 1302, "column": 28 }, "end": { - "line": 1321, + "line": 1302, "column": 33 } } @@ -59697,16 +58783,16 @@ "value": "id", "raw": "'id'", "range": [ - 37034, - 37038 + 36403, + 36407 ], "loc": { "start": { - "line": 1322, + "line": 1303, "column": 13 }, "end": { - "line": 1322, + "line": 1303, "column": 17 } } @@ -59719,16 +58805,16 @@ "object": { "type": "ThisExpression", "range": [ - 37040, - 37044 + 36409, + 36413 ], "loc": { "start": { - "line": 1322, + "line": 1303, "column": 19 }, "end": { - "line": 1322, + "line": 1303, "column": 23 } } @@ -59737,31 +58823,31 @@ "type": "Identifier", "name": "buildFilterId", "range": [ - 37045, - 37058 + 36414, + 36427 ], "loc": { "start": { - "line": 1322, + "line": 1303, "column": 24 }, "end": { - "line": 1322, + "line": 1303, "column": 37 } } }, "range": [ - 37040, - 37058 + 36409, + 36427 ], "loc": { "start": { - "line": 1322, + "line": 1303, "column": 19 }, "end": { - "line": 1322, + "line": 1303, "column": 37 } } @@ -59771,48 +58857,48 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37059, - 37067 + 36428, + 36436 ], "loc": { "start": { - "line": 1322, + "line": 1303, "column": 38 }, "end": { - "line": 1322, + "line": 1303, "column": 46 } } } ], "range": [ - 37040, - 37068 + 36409, + 36437 ], "loc": { "start": { - "line": 1322, + "line": 1303, "column": 19 }, "end": { - "line": 1322, + "line": 1303, "column": 47 } } } ], "range": [ - 37033, - 37069 + 36402, + 36438 ], "loc": { "start": { - "line": 1322, + "line": 1303, "column": 12 }, "end": { - "line": 1322, + "line": 1303, "column": 48 } } @@ -59825,16 +58911,16 @@ "value": "type", "raw": "'type'", "range": [ - 37084, - 37090 + 36453, + 36459 ], "loc": { "start": { - "line": 1323, + "line": 1304, "column": 13 }, "end": { - "line": 1323, + "line": 1304, "column": 19 } } @@ -59843,32 +58929,32 @@ "type": "Identifier", "name": "inpType", "range": [ - 37092, - 37099 + 36461, + 36468 ], "loc": { "start": { - "line": 1323, + "line": 1304, "column": 21 }, "end": { - "line": 1323, + "line": 1304, "column": 28 } } } ], "range": [ - 37083, - 37100 + 36452, + 36469 ], "loc": { "start": { - "line": 1323, + "line": 1304, "column": 12 }, "end": { - "line": 1323, + "line": 1304, "column": 29 } } @@ -59881,16 +58967,16 @@ "value": "ct", "raw": "'ct'", "range": [ - 37103, - 37107 + 36472, + 36476 ], "loc": { "start": { - "line": 1323, + "line": 1304, "column": 32 }, "end": { - "line": 1323, + "line": 1304, "column": 36 } } @@ -59899,63 +58985,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37109, - 37117 + 36478, + 36486 ], "loc": { "start": { - "line": 1323, + "line": 1304, "column": 38 }, "end": { - "line": 1323, + "line": 1304, "column": 46 } } } ], "range": [ - 37102, - 37118 + 36471, + 36487 ], "loc": { "start": { - "line": 1323, + "line": 1304, "column": 31 }, "end": { - "line": 1323, + "line": 1304, "column": 47 } } } ], "range": [ - 37004, - 37119 + 36373, + 36488 ], "loc": { "start": { - "line": 1321, + "line": 1302, "column": 18 }, "end": { - "line": 1323, + "line": 1304, "column": 48 } } }, "range": [ - 36998, - 37119 + 36367, + 36488 ], "loc": { "start": { - "line": 1321, + "line": 1302, "column": 12 }, "end": { - "line": 1323, + "line": 1304, "column": 48 } } @@ -59963,16 +59049,16 @@ ], "kind": "let", "range": [ - 36994, - 37120 + 36363, + 36489 ], "loc": { "start": { - "line": 1321, + "line": 1302, "column": 8 }, "end": { - "line": 1323, + "line": 1304, "column": 49 } } @@ -59989,16 +59075,16 @@ "type": "Identifier", "name": "inpType", "range": [ - 37134, - 37141 + 36503, + 36510 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 12 }, "end": { - "line": 1325, + "line": 1306, "column": 19 } } @@ -60008,31 +59094,31 @@ "value": "hidden", "raw": "'hidden'", "range": [ - 37146, - 37154 + 36515, + 36523 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 24 }, "end": { - "line": 1325, + "line": 1306, "column": 32 } } }, "range": [ - 37134, - 37154 + 36503, + 36523 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 12 }, "end": { - "line": 1325, + "line": 1306, "column": 32 } } @@ -60043,16 +59129,16 @@ "object": { "type": "ThisExpression", "range": [ - 37158, - 37162 + 36527, + 36531 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 36 }, "end": { - "line": 1325, + "line": 1306, "column": 40 } } @@ -60061,46 +59147,46 @@ "type": "Identifier", "name": "watermark", "range": [ - 37163, - 37172 + 36532, + 36541 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 41 }, "end": { - "line": 1325, + "line": 1306, "column": 50 } } }, "range": [ - 37158, - 37172 + 36527, + 36541 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 36 }, "end": { - "line": 1325, + "line": 1306, "column": 50 } } }, "range": [ - 37134, - 37172 + 36503, + 36541 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 12 }, "end": { - "line": 1325, + "line": 1306, "column": 50 } } @@ -60119,16 +59205,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37188, - 37191 + 36557, + 36560 ], "loc": { "start": { - "line": 1326, + "line": 1307, "column": 12 }, "end": { - "line": 1326, + "line": 1307, "column": 15 } } @@ -60137,31 +59223,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 37192, - 37204 + 36561, + 36573 ], "loc": { "start": { - "line": 1326, + "line": 1307, "column": 16 }, "end": { - "line": 1326, + "line": 1307, "column": 28 } } }, "range": [ - 37188, - 37204 + 36557, + 36573 ], "loc": { "start": { - "line": 1326, + "line": 1307, "column": 12 }, "end": { - "line": 1326, + "line": 1307, "column": 28 } } @@ -60172,16 +59258,16 @@ "value": "placeholder", "raw": "'placeholder'", "range": [ - 37205, - 37218 + 36574, + 36587 ], "loc": { "start": { - "line": 1326, + "line": 1307, "column": 29 }, "end": { - "line": 1326, + "line": 1307, "column": 42 } } @@ -60194,16 +59280,16 @@ "object": { "type": "ThisExpression", "range": [ - 37236, - 37240 + 36605, + 36609 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 16 }, "end": { - "line": 1327, + "line": 1308, "column": 20 } } @@ -60212,31 +59298,31 @@ "type": "Identifier", "name": "isWatermarkArray", "range": [ - 37241, - 37257 + 36610, + 36626 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 21 }, "end": { - "line": 1327, + "line": 1308, "column": 37 } } }, "range": [ - 37236, - 37257 + 36605, + 36626 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 16 }, "end": { - "line": 1327, + "line": 1308, "column": 37 } } @@ -60253,16 +59339,16 @@ "object": { "type": "ThisExpression", "range": [ - 37261, - 37265 + 36630, + 36634 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 41 }, "end": { - "line": 1327, + "line": 1308, "column": 45 } } @@ -60271,31 +59357,31 @@ "type": "Identifier", "name": "watermark", "range": [ - 37266, - 37275 + 36635, + 36644 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 46 }, "end": { - "line": 1327, + "line": 1308, "column": 55 } } }, "range": [ - 37261, - 37275 + 36630, + 36644 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 41 }, "end": { - "line": 1327, + "line": 1308, "column": 55 } } @@ -60304,31 +59390,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 37276, - 37284 + 36645, + 36653 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 56 }, "end": { - "line": 1327, + "line": 1308, "column": 64 } } }, "range": [ - 37261, - 37285 + 36630, + 36654 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 41 }, "end": { - "line": 1327, + "line": 1308, "column": 65 } } @@ -60338,31 +59424,31 @@ "value": "", "raw": "''", "range": [ - 37289, - 37291 + 36658, + 36660 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 69 }, "end": { - "line": 1327, + "line": 1308, "column": 71 } } }, "range": [ - 37261, - 37291 + 36630, + 36660 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 41 }, "end": { - "line": 1327, + "line": 1308, "column": 71 } } @@ -60373,16 +59459,16 @@ "object": { "type": "ThisExpression", "range": [ - 37315, - 37319 + 36684, + 36688 ], "loc": { "start": { - "line": 1328, + "line": 1309, "column": 20 }, "end": { - "line": 1328, + "line": 1309, "column": 24 } } @@ -60391,109 +59477,109 @@ "type": "Identifier", "name": "watermark", "range": [ - 37320, - 37329 + 36689, + 36698 ], "loc": { "start": { - "line": 1328, + "line": 1309, "column": 25 }, "end": { - "line": 1328, + "line": 1309, "column": 34 } } }, "range": [ - 37315, - 37329 + 36684, + 36698 ], "loc": { "start": { - "line": 1328, + "line": 1309, "column": 20 }, "end": { - "line": 1328, + "line": 1309, "column": 34 } } }, "range": [ - 37236, - 37329 + 36605, + 36698 ], "loc": { "start": { - "line": 1327, + "line": 1308, "column": 16 }, "end": { - "line": 1328, + "line": 1309, "column": 34 } } } ], "range": [ - 37188, - 37343 + 36557, + 36712 ], "loc": { "start": { - "line": 1326, + "line": 1307, "column": 12 }, "end": { - "line": 1329, + "line": 1310, "column": 13 } } }, "range": [ - 37188, - 37344 + 36557, + 36713 ], "loc": { "start": { - "line": 1326, + "line": 1307, "column": 12 }, "end": { - "line": 1329, + "line": 1310, "column": 14 } } } ], "range": [ - 37174, - 37354 + 36543, + 36723 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 52 }, "end": { - "line": 1330, + "line": 1311, "column": 9 } } }, "alternate": null, "range": [ - 37130, - 37354 + 36499, + 36723 ], "loc": { "start": { - "line": 1325, + "line": 1306, "column": 8 }, "end": { - "line": 1330, + "line": 1311, "column": 9 } } @@ -60510,16 +59596,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37363, - 37366 + 36732, + 36735 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 8 }, "end": { - "line": 1331, + "line": 1312, "column": 11 } } @@ -60528,31 +59614,31 @@ "type": "Identifier", "name": "className", "range": [ - 37367, - 37376 + 36736, + 36745 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 12 }, "end": { - "line": 1331, + "line": 1312, "column": 21 } } }, "range": [ - 37363, - 37376 + 36732, + 36745 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 8 }, "end": { - "line": 1331, + "line": 1312, "column": 21 } } @@ -60564,16 +59650,16 @@ "type": "Identifier", "name": "cssClass", "range": [ - 37379, - 37387 + 36748, + 36756 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 24 }, "end": { - "line": 1331, + "line": 1312, "column": 32 } } @@ -60584,16 +59670,16 @@ "object": { "type": "ThisExpression", "range": [ - 37391, - 37395 + 36760, + 36764 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 36 }, "end": { - "line": 1331, + "line": 1312, "column": 40 } } @@ -60602,76 +59688,76 @@ "type": "Identifier", "name": "fltCssClass", "range": [ - 37396, - 37407 + 36765, + 36776 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 41 }, "end": { - "line": 1331, + "line": 1312, "column": 52 } } }, "range": [ - 37391, - 37407 + 36760, + 36776 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 36 }, "end": { - "line": 1331, + "line": 1312, "column": 52 } } }, "range": [ - 37379, - 37407 + 36748, + 36776 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 24 }, "end": { - "line": 1331, + "line": 1312, "column": 52 } } }, "range": [ - 37363, - 37407 + 36732, + 36776 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 8 }, "end": { - "line": 1331, + "line": 1312, "column": 52 } } }, "range": [ - 37363, - 37408 + 36732, + 36777 ], "loc": { "start": { - "line": 1331, + "line": 1312, "column": 8 }, "end": { - "line": 1331, + "line": 1312, "column": 53 } } @@ -60684,16 +59770,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37417, - 37423 + 36786, + 36792 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 8 }, "end": { - "line": 1332, + "line": 1313, "column": 14 } } @@ -60703,16 +59789,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37424, - 37427 + 36793, + 36796 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 15 }, "end": { - "line": 1332, + "line": 1313, "column": 18 } } @@ -60722,16 +59808,16 @@ "value": "focus", "raw": "'focus'", "range": [ - 37429, - 37436 + 36798, + 36805 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 20 }, "end": { - "line": 1332, + "line": 1313, "column": 27 } } @@ -60744,16 +59830,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37439, - 37442 + 36808, + 36811 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 30 }, "end": { - "line": 1332, + "line": 1313, "column": 33 } } @@ -60767,16 +59853,16 @@ "object": { "type": "ThisExpression", "range": [ - 37447, - 37451 + 36816, + 36820 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 38 }, "end": { - "line": 1332, + "line": 1313, "column": 42 } } @@ -60785,31 +59871,31 @@ "type": "Identifier", "name": "onInpFocus", "range": [ - 37452, - 37462 + 36821, + 36831 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 43 }, "end": { - "line": 1332, + "line": 1313, "column": 53 } } }, "range": [ - 37447, - 37462 + 36816, + 36831 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 38 }, "end": { - "line": 1332, + "line": 1313, "column": 53 } } @@ -60819,32 +59905,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37463, - 37466 + 36832, + 36835 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 54 }, "end": { - "line": 1332, + "line": 1313, "column": 57 } } } ], "range": [ - 37447, - 37467 + 36816, + 36836 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 38 }, "end": { - "line": 1332, + "line": 1313, "column": 58 } } @@ -60852,47 +59938,47 @@ "generator": false, "expression": true, "range": [ - 37438, - 37467 + 36807, + 36836 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 29 }, "end": { - "line": 1332, + "line": 1313, "column": 58 } } } ], "range": [ - 37417, - 37468 + 36786, + 36837 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 8 }, "end": { - "line": 1332, + "line": 1313, "column": 59 } } }, "range": [ - 37417, - 37469 + 36786, + 36838 ], "loc": { "start": { - "line": 1332, + "line": 1313, "column": 8 }, "end": { - "line": 1332, + "line": 1313, "column": 60 } }, @@ -60901,16 +59987,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37479, - 37517 + 36848, + 36886 ], "loc": { "start": { - "line": 1334, + "line": 1315, "column": 8 }, "end": { - "line": 1334, + "line": 1315, "column": 46 } } @@ -60923,16 +60009,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37530, - 37546 + 36899, + 36915 ], "loc": { "start": { - "line": 1335, + "line": 1316, "column": 12 }, "end": { - "line": 1335, + "line": 1316, "column": 28 } } @@ -60953,16 +60039,16 @@ "type": "Identifier", "name": "elm", "range": [ - 37562, - 37565 + 36931, + 36934 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 12 }, "end": { - "line": 1336, + "line": 1317, "column": 15 } } @@ -60972,32 +60058,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 37566, - 37582 + 36935, + 36951 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 16 }, "end": { - "line": 1336, + "line": 1317, "column": 32 } } } ], "range": [ - 37562, - 37583 + 36931, + 36952 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 12 }, "end": { - "line": 1336, + "line": 1317, "column": 33 } } @@ -61006,31 +60092,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37584, - 37595 + 36953, + 36964 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 34 }, "end": { - "line": 1336, + "line": 1317, "column": 45 } } }, "range": [ - 37562, - 37595 + 36931, + 36964 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 12 }, "end": { - "line": 1336, + "line": 1317, "column": 45 } } @@ -61040,63 +60126,63 @@ "type": "Identifier", "name": "inp", "range": [ - 37596, - 37599 + 36965, + 36968 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 46 }, "end": { - "line": 1336, + "line": 1317, "column": 49 } } } ], "range": [ - 37562, - 37600 + 36931, + 36969 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 12 }, "end": { - "line": 1336, + "line": 1317, "column": 50 } } }, "range": [ - 37562, - 37601 + 36931, + 36970 ], "loc": { "start": { - "line": 1336, + "line": 1317, "column": 12 }, "end": { - "line": 1336, + "line": 1317, "column": 51 } } } ], "range": [ - 37548, - 37611 + 36917, + 36980 ], "loc": { "start": { - "line": 1335, + "line": 1316, "column": 30 }, "end": { - "line": 1337, + "line": 1318, "column": 9 } } @@ -61115,16 +60201,16 @@ "type": "Identifier", "name": "container", "range": [ - 37631, - 37640 + 37000, + 37009 ], "loc": { "start": { - "line": 1338, + "line": 1319, "column": 12 }, "end": { - "line": 1338, + "line": 1319, "column": 21 } } @@ -61133,31 +60219,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 37641, - 37652 + 37010, + 37021 ], "loc": { "start": { - "line": 1338, + "line": 1319, "column": 22 }, "end": { - "line": 1338, + "line": 1319, "column": 33 } } }, "range": [ - 37631, - 37652 + 37000, + 37021 ], "loc": { "start": { - "line": 1338, + "line": 1319, "column": 12 }, "end": { - "line": 1338, + "line": 1319, "column": 33 } } @@ -61167,78 +60253,78 @@ "type": "Identifier", "name": "inp", "range": [ - 37653, - 37656 + 37022, + 37025 ], "loc": { "start": { - "line": 1338, + "line": 1319, "column": 34 }, "end": { - "line": 1338, + "line": 1319, "column": 37 } } } ], "range": [ - 37631, - 37657 + 37000, + 37026 ], "loc": { "start": { - "line": 1338, + "line": 1319, "column": 12 }, "end": { - "line": 1338, + "line": 1319, "column": 38 } } }, "range": [ - 37631, - 37658 + 37000, + 37027 ], "loc": { "start": { - "line": 1338, + "line": 1319, "column": 12 }, "end": { - "line": 1338, + "line": 1319, "column": 39 } } } ], "range": [ - 37617, - 37668 + 36986, + 37037 ], "loc": { "start": { - "line": 1337, + "line": 1318, "column": 15 }, "end": { - "line": 1339, + "line": 1320, "column": 9 } } }, "range": [ - 37526, - 37668 + 36895, + 37037 ], "loc": { "start": { - "line": 1335, + "line": 1316, "column": 8 }, "end": { - "line": 1339, + "line": 1320, "column": 9 } }, @@ -61247,16 +60333,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37479, - 37517 + 36848, + 36886 ], "loc": { "start": { - "line": 1334, + "line": 1315, "column": 8 }, "end": { - "line": 1334, + "line": 1315, "column": 46 } } @@ -61276,16 +60362,16 @@ "object": { "type": "ThisExpression", "range": [ - 37678, - 37682 + 37047, + 37051 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 8 }, "end": { - "line": 1341, + "line": 1322, "column": 12 } } @@ -61294,31 +60380,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 37683, - 37689 + 37052, + 37058 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 13 }, "end": { - "line": 1341, + "line": 1322, "column": 19 } } }, "range": [ - 37678, - 37689 + 37047, + 37058 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 8 }, "end": { - "line": 1341, + "line": 1322, "column": 19 } } @@ -61327,31 +60413,31 @@ "type": "Identifier", "name": "push", "range": [ - 37690, - 37694 + 37059, + 37063 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 20 }, "end": { - "line": 1341, + "line": 1322, "column": 24 } } }, "range": [ - 37678, - 37694 + 37047, + 37063 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 8 }, "end": { - "line": 1341, + "line": 1322, "column": 24 } } @@ -61364,16 +60450,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37695, - 37698 + 37064, + 37067 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 25 }, "end": { - "line": 1341, + "line": 1322, "column": 28 } } @@ -61382,62 +60468,62 @@ "type": "Identifier", "name": "id", "range": [ - 37699, - 37701 + 37068, + 37070 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 29 }, "end": { - "line": 1341, + "line": 1322, "column": 31 } } }, "range": [ - 37695, - 37701 + 37064, + 37070 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 25 }, "end": { - "line": 1341, + "line": 1322, "column": 31 } } } ], "range": [ - 37678, - 37702 + 37047, + 37071 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 8 }, "end": { - "line": 1341, + "line": 1322, "column": 32 } } }, "range": [ - 37678, - 37703 + 37047, + 37072 ], "loc": { "start": { - "line": 1341, + "line": 1322, "column": 8 }, "end": { - "line": 1341, + "line": 1322, "column": 33 } } @@ -61450,16 +60536,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37713, - 37719 + 37082, + 37088 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 8 }, "end": { - "line": 1343, + "line": 1324, "column": 14 } } @@ -61469,16 +60555,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37720, - 37723 + 37089, + 37092 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 15 }, "end": { - "line": 1343, + "line": 1324, "column": 18 } } @@ -61488,16 +60574,16 @@ "value": "keypress", "raw": "'keypress'", "range": [ - 37725, - 37735 + 37094, + 37104 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 20 }, "end": { - "line": 1343, + "line": 1324, "column": 30 } } @@ -61510,16 +60596,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37738, - 37741 + 37107, + 37110 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 33 }, "end": { - "line": 1343, + "line": 1324, "column": 36 } } @@ -61533,16 +60619,16 @@ "object": { "type": "ThisExpression", "range": [ - 37746, - 37750 + 37115, + 37119 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 41 }, "end": { - "line": 1343, + "line": 1324, "column": 45 } } @@ -61551,31 +60637,31 @@ "type": "Identifier", "name": "detectKey", "range": [ - 37751, - 37760 + 37120, + 37129 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 46 }, "end": { - "line": 1343, + "line": 1324, "column": 55 } } }, "range": [ - 37746, - 37760 + 37115, + 37129 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 41 }, "end": { - "line": 1343, + "line": 1324, "column": 55 } } @@ -61585,32 +60671,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37761, - 37764 + 37130, + 37133 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 56 }, "end": { - "line": 1343, + "line": 1324, "column": 59 } } } ], "range": [ - 37746, - 37765 + 37115, + 37134 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 41 }, "end": { - "line": 1343, + "line": 1324, "column": 60 } } @@ -61618,47 +60704,47 @@ "generator": false, "expression": true, "range": [ - 37737, - 37765 + 37106, + 37134 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 32 }, "end": { - "line": 1343, + "line": 1324, "column": 60 } } } ], "range": [ - 37713, - 37766 + 37082, + 37135 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 8 }, "end": { - "line": 1343, + "line": 1324, "column": 61 } } }, "range": [ - 37713, - 37767 + 37082, + 37136 ], "loc": { "start": { - "line": 1343, + "line": 1324, "column": 8 }, "end": { - "line": 1343, + "line": 1324, "column": 62 } } @@ -61671,16 +60757,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37776, - 37782 + 37145, + 37151 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 8 }, "end": { - "line": 1344, + "line": 1325, "column": 14 } } @@ -61690,16 +60776,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37783, - 37786 + 37152, + 37155 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 15 }, "end": { - "line": 1344, + "line": 1325, "column": 18 } } @@ -61709,16 +60795,16 @@ "value": "keydown", "raw": "'keydown'", "range": [ - 37788, - 37797 + 37157, + 37166 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 20 }, "end": { - "line": 1344, + "line": 1325, "column": 29 } } @@ -61735,16 +60821,16 @@ "object": { "type": "ThisExpression", "range": [ - 37805, - 37809 + 37174, + 37178 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 37 }, "end": { - "line": 1344, + "line": 1325, "column": 41 } } @@ -61753,47 +60839,47 @@ "type": "Identifier", "name": "onKeyDown", "range": [ - 37810, - 37819 + 37179, + 37188 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 42 }, "end": { - "line": 1344, + "line": 1325, "column": 51 } } }, "range": [ - 37805, - 37819 + 37174, + 37188 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 37 }, "end": { - "line": 1344, + "line": 1325, "column": 51 } } }, "arguments": [], "range": [ - 37805, - 37821 + 37174, + 37190 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 37 }, "end": { - "line": 1344, + "line": 1325, "column": 53 } } @@ -61801,47 +60887,47 @@ "generator": false, "expression": true, "range": [ - 37799, - 37821 + 37168, + 37190 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 31 }, "end": { - "line": 1344, + "line": 1325, "column": 53 } } } ], "range": [ - 37776, - 37822 + 37145, + 37191 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 8 }, "end": { - "line": 1344, + "line": 1325, "column": 54 } } }, "range": [ - 37776, - 37823 + 37145, + 37192 ], "loc": { "start": { - "line": 1344, + "line": 1325, "column": 8 }, "end": { - "line": 1344, + "line": 1325, "column": 55 } } @@ -61854,16 +60940,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37832, - 37838 + 37201, + 37207 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 8 }, "end": { - "line": 1345, + "line": 1326, "column": 14 } } @@ -61873,16 +60959,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37839, - 37842 + 37208, + 37211 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 15 }, "end": { - "line": 1345, + "line": 1326, "column": 18 } } @@ -61892,16 +60978,16 @@ "value": "keyup", "raw": "'keyup'", "range": [ - 37844, - 37851 + 37213, + 37220 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 20 }, "end": { - "line": 1345, + "line": 1326, "column": 27 } } @@ -61914,16 +61000,16 @@ "type": "Identifier", "name": "evt", "range": [ - 37854, - 37857 + 37223, + 37226 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 30 }, "end": { - "line": 1345, + "line": 1326, "column": 33 } } @@ -61937,16 +61023,16 @@ "object": { "type": "ThisExpression", "range": [ - 37862, - 37866 + 37231, + 37235 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 38 }, "end": { - "line": 1345, + "line": 1326, "column": 42 } } @@ -61955,31 +61041,31 @@ "type": "Identifier", "name": "onKeyUp", "range": [ - 37867, - 37874 + 37236, + 37243 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 43 }, "end": { - "line": 1345, + "line": 1326, "column": 50 } } }, "range": [ - 37862, - 37874 + 37231, + 37243 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 38 }, "end": { - "line": 1345, + "line": 1326, "column": 50 } } @@ -61989,32 +61075,32 @@ "type": "Identifier", "name": "evt", "range": [ - 37875, - 37878 + 37244, + 37247 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 51 }, "end": { - "line": 1345, + "line": 1326, "column": 54 } } } ], "range": [ - 37862, - 37879 + 37231, + 37248 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 38 }, "end": { - "line": 1345, + "line": 1326, "column": 55 } } @@ -62022,47 +61108,47 @@ "generator": false, "expression": true, "range": [ - 37853, - 37879 + 37222, + 37248 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 29 }, "end": { - "line": 1345, + "line": 1326, "column": 55 } } } ], "range": [ - 37832, - 37880 + 37201, + 37249 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 8 }, "end": { - "line": 1345, + "line": 1326, "column": 56 } } }, "range": [ - 37832, - 37881 + 37201, + 37250 ], "loc": { "start": { - "line": 1345, + "line": 1326, "column": 8 }, "end": { - "line": 1345, + "line": 1326, "column": 57 } } @@ -62075,16 +61161,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 37890, - 37896 + 37259, + 37265 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 8 }, "end": { - "line": 1346, + "line": 1327, "column": 14 } } @@ -62094,16 +61180,16 @@ "type": "Identifier", "name": "inp", "range": [ - 37897, - 37900 + 37266, + 37269 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 15 }, "end": { - "line": 1346, + "line": 1327, "column": 18 } } @@ -62113,16 +61199,16 @@ "value": "blur", "raw": "'blur'", "range": [ - 37902, - 37908 + 37271, + 37277 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 20 }, "end": { - "line": 1346, + "line": 1327, "column": 26 } } @@ -62139,16 +61225,16 @@ "object": { "type": "ThisExpression", "range": [ - 37916, - 37920 + 37285, + 37289 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 34 }, "end": { - "line": 1346, + "line": 1327, "column": 38 } } @@ -62157,47 +61243,47 @@ "type": "Identifier", "name": "onInpBlur", "range": [ - 37921, - 37930 + 37290, + 37299 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 39 }, "end": { - "line": 1346, + "line": 1327, "column": 48 } } }, "range": [ - 37916, - 37930 + 37285, + 37299 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 34 }, "end": { - "line": 1346, + "line": 1327, "column": 48 } } }, "arguments": [], "range": [ - 37916, - 37932 + 37285, + 37301 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 34 }, "end": { - "line": 1346, + "line": 1327, "column": 50 } } @@ -62205,63 +61291,63 @@ "generator": false, "expression": true, "range": [ - 37910, - 37932 + 37279, + 37301 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 28 }, "end": { - "line": 1346, + "line": 1327, "column": 50 } } } ], "range": [ - 37890, - 37933 + 37259, + 37302 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 8 }, "end": { - "line": 1346, + "line": 1327, "column": 51 } } }, "range": [ - 37890, - 37934 + 37259, + 37303 ], "loc": { "start": { - "line": 1346, + "line": 1327, "column": 8 }, "end": { - "line": 1346, + "line": 1327, "column": 52 } } } ], "range": [ - 36774, - 37940 + 36143, + 37309 ], "loc": { "start": { - "line": 1316, + "line": 1297, "column": 53 }, "end": { - "line": 1347, + "line": 1328, "column": 5 } } @@ -62269,16 +61355,16 @@ "generator": false, "expression": false, "range": [ - 36742, - 37940 + 36111, + 37309 ], "loc": { "start": { - "line": 1316, + "line": 1297, "column": 21 }, "end": { - "line": 1347, + "line": 1328, "column": 5 } } @@ -62286,16 +61372,16 @@ "kind": "method", "computed": false, "range": [ - 36725, - 37940 + 36094, + 37309 ], "loc": { "start": { - "line": 1316, + "line": 1297, "column": 4 }, "end": { - "line": 1347, + "line": 1328, "column": 5 } }, @@ -62304,16 +61390,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": [ - 36501, - 36720 + 35870, + 36089 ], "loc": { "start": { - "line": 1310, + "line": 1291, "column": 4 }, "end": { - "line": 1315, + "line": 1296, "column": 7 } } @@ -62324,16 +61410,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37946, - 38095 + 37315, + 37464 ], "loc": { "start": { - "line": 1349, + "line": 1330, "column": 4 }, "end": { - "line": 1353, + "line": 1334, "column": 7 } } @@ -62347,16 +61433,16 @@ "type": "Identifier", "name": "_buildSubmitButton", "range": [ - 38100, - 38118 + 37469, + 37487 ], "loc": { "start": { - "line": 1354, + "line": 1335, "column": 4 }, "end": { - "line": 1354, + "line": 1335, "column": 22 } } @@ -62369,16 +61455,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38119, - 38127 + 37488, + 37496 ], "loc": { "start": { - "line": 1354, + "line": 1335, "column": 23 }, "end": { - "line": 1354, + "line": 1335, "column": 31 } } @@ -62387,16 +61473,16 @@ "type": "Identifier", "name": "container", "range": [ - 38129, - 38138 + 37498, + 37507 ], "loc": { "start": { - "line": 1354, + "line": 1335, "column": 33 }, "end": { - "line": 1354, + "line": 1335, "column": 42 } } @@ -62414,16 +61500,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38154, - 38170 + 37523, + 37539 ], "loc": { "start": { - "line": 1355, + "line": 1336, "column": 12 }, "end": { - "line": 1355, + "line": 1336, "column": 28 } } @@ -62436,16 +61522,16 @@ "object": { "type": "ThisExpression", "range": [ - 38173, - 38177 + 37542, + 37546 ], "loc": { "start": { - "line": 1355, + "line": 1336, "column": 31 }, "end": { - "line": 1355, + "line": 1336, "column": 35 } } @@ -62454,31 +61540,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 38178, - 38191 + 37547, + 37560 ], "loc": { "start": { - "line": 1355, + "line": 1336, "column": 36 }, "end": { - "line": 1355, + "line": 1336, "column": 49 } } }, "range": [ - 38173, - 38191 + 37542, + 37560 ], "loc": { "start": { - "line": 1355, + "line": 1336, "column": 31 }, "end": { - "line": 1355, + "line": 1336, "column": 49 } } @@ -62492,16 +61578,16 @@ "object": { "type": "ThisExpression", "range": [ - 38206, - 38210 + 37575, + 37579 ], "loc": { "start": { - "line": 1356, + "line": 1337, "column": 12 }, "end": { - "line": 1356, + "line": 1337, "column": 16 } } @@ -62510,31 +61596,31 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 38211, - 38228 + 37580, + 37597 ], "loc": { "start": { - "line": 1356, + "line": 1337, "column": 17 }, "end": { - "line": 1356, + "line": 1337, "column": 34 } } }, "range": [ - 38206, - 38228 + 37575, + 37597 ], "loc": { "start": { - "line": 1356, + "line": 1337, "column": 12 }, "end": { - "line": 1356, + "line": 1337, "column": 34 } } @@ -62543,31 +61629,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 38229, - 38237 + 37598, + 37606 ], "loc": { "start": { - "line": 1356, + "line": 1337, "column": 35 }, "end": { - "line": 1356, + "line": 1337, "column": 43 } } }, "range": [ - 38206, - 38238 + 37575, + 37607 ], "loc": { "start": { - "line": 1356, + "line": 1337, "column": 12 }, "end": { - "line": 1356, + "line": 1337, "column": 44 } } @@ -62577,46 +61663,46 @@ "value": null, "raw": "null", "range": [ - 38241, - 38245 + 37610, + 37614 ], "loc": { "start": { - "line": 1356, + "line": 1337, "column": 47 }, "end": { - "line": 1356, + "line": 1337, "column": 51 } } }, "range": [ - 38173, - 38245 + 37542, + 37614 ], "loc": { "start": { - "line": 1355, + "line": 1336, "column": 31 }, "end": { - "line": 1356, + "line": 1337, "column": 51 } } }, "range": [ - 38154, - 38245 + 37523, + 37614 ], "loc": { "start": { - "line": 1355, + "line": 1336, "column": 12 }, "end": { - "line": 1356, + "line": 1337, "column": 51 } } @@ -62624,16 +61710,16 @@ ], "kind": "let", "range": [ - 38150, - 38246 + 37519, + 37615 ], "loc": { "start": { - "line": 1355, + "line": 1336, "column": 8 }, "end": { - "line": 1356, + "line": 1337, "column": 52 } } @@ -62647,16 +61733,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38259, - 38262 + 37628, + 37631 ], "loc": { "start": { - "line": 1357, + "line": 1338, "column": 12 }, "end": { - "line": 1357, + "line": 1338, "column": 15 } } @@ -62667,16 +61753,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 38265, - 38274 + 37634, + 37643 ], "loc": { "start": { - "line": 1357, + "line": 1338, "column": 18 }, "end": { - "line": 1357, + "line": 1338, "column": 27 } } @@ -62686,16 +61772,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 38275, - 38280 + 37644, + 37649 ], "loc": { "start": { - "line": 1357, + "line": 1338, "column": 28 }, "end": { - "line": 1357, + "line": 1338, "column": 33 } } @@ -62708,16 +61794,16 @@ "value": "type", "raw": "'type'", "range": [ - 38295, - 38301 + 37664, + 37670 ], "loc": { "start": { - "line": 1358, + "line": 1339, "column": 13 }, "end": { - "line": 1358, + "line": 1339, "column": 19 } } @@ -62727,32 +61813,32 @@ "value": "button", "raw": "'button'", "range": [ - 38303, - 38311 + 37672, + 37680 ], "loc": { "start": { - "line": 1358, + "line": 1339, "column": 21 }, "end": { - "line": 1358, + "line": 1339, "column": 29 } } } ], "range": [ - 38294, - 38312 + 37663, + 37681 ], "loc": { "start": { - "line": 1358, + "line": 1339, "column": 12 }, "end": { - "line": 1358, + "line": 1339, "column": 30 } } @@ -62765,16 +61851,16 @@ "value": "value", "raw": "'value'", "range": [ - 38327, - 38334 + 37696, + 37703 ], "loc": { "start": { - "line": 1359, + "line": 1340, "column": 13 }, "end": { - "line": 1359, + "line": 1340, "column": 20 } } @@ -62785,16 +61871,16 @@ "object": { "type": "ThisExpression", "range": [ - 38336, - 38340 + 37705, + 37709 ], "loc": { "start": { - "line": 1359, + "line": 1340, "column": 22 }, "end": { - "line": 1359, + "line": 1340, "column": 26 } } @@ -62803,78 +61889,78 @@ "type": "Identifier", "name": "btnText", "range": [ - 38341, - 38348 + 37710, + 37717 ], "loc": { "start": { - "line": 1359, + "line": 1340, "column": 27 }, "end": { - "line": 1359, + "line": 1340, "column": 34 } } }, "range": [ - 38336, - 38348 + 37705, + 37717 ], "loc": { "start": { - "line": 1359, + "line": 1340, "column": 22 }, "end": { - "line": 1359, + "line": 1340, "column": 34 } } } ], "range": [ - 38326, - 38349 + 37695, + 37718 ], "loc": { "start": { - "line": 1359, + "line": 1340, "column": 12 }, "end": { - "line": 1359, + "line": 1340, "column": 35 } } } ], "range": [ - 38265, - 38359 + 37634, + 37728 ], "loc": { "start": { - "line": 1357, + "line": 1338, "column": 18 }, "end": { - "line": 1360, + "line": 1341, "column": 9 } } }, "range": [ - 38259, - 38359 + 37628, + 37728 ], "loc": { "start": { - "line": 1357, + "line": 1338, "column": 12 }, "end": { - "line": 1360, + "line": 1341, "column": 9 } } @@ -62882,16 +61968,16 @@ ], "kind": "let", "range": [ - 38255, - 38360 + 37624, + 37729 ], "loc": { "start": { - "line": 1357, + "line": 1338, "column": 8 }, "end": { - "line": 1360, + "line": 1341, "column": 10 } } @@ -62908,16 +61994,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38369, - 38372 + 37738, + 37741 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 8 }, "end": { - "line": 1361, + "line": 1342, "column": 11 } } @@ -62926,31 +62012,31 @@ "type": "Identifier", "name": "className", "range": [ - 38373, - 38382 + 37742, + 37751 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 12 }, "end": { - "line": 1361, + "line": 1342, "column": 21 } } }, "range": [ - 38369, - 38382 + 37738, + 37751 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 8 }, "end": { - "line": 1361, + "line": 1342, "column": 21 } } @@ -62961,16 +62047,16 @@ "object": { "type": "ThisExpression", "range": [ - 38385, - 38389 + 37754, + 37758 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 24 }, "end": { - "line": 1361, + "line": 1342, "column": 28 } } @@ -62979,61 +62065,61 @@ "type": "Identifier", "name": "btnCssClass", "range": [ - 38390, - 38401 + 37759, + 37770 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 29 }, "end": { - "line": 1361, + "line": 1342, "column": 40 } } }, "range": [ - 38385, - 38401 + 37754, + 37770 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 24 }, "end": { - "line": 1361, + "line": 1342, "column": 40 } } }, "range": [ - 38369, - 38401 + 37738, + 37770 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 8 }, "end": { - "line": 1361, + "line": 1342, "column": 40 } } }, "range": [ - 38369, - 38402 + 37738, + 37771 ], "loc": { "start": { - "line": 1361, + "line": 1342, "column": 8 }, "end": { - "line": 1361, + "line": 1342, "column": 41 } }, @@ -63042,16 +62128,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38412, - 38450 + 37781, + 37819 ], "loc": { "start": { - "line": 1363, + "line": 1344, "column": 8 }, "end": { - "line": 1363, + "line": 1344, "column": 46 } } @@ -63064,16 +62150,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38463, - 38479 + 37832, + 37848 ], "loc": { "start": { - "line": 1364, + "line": 1345, "column": 12 }, "end": { - "line": 1364, + "line": 1345, "column": 28 } } @@ -63094,16 +62180,16 @@ "type": "Identifier", "name": "elm", "range": [ - 38495, - 38498 + 37864, + 37867 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 12 }, "end": { - "line": 1365, + "line": 1346, "column": 15 } } @@ -63113,32 +62199,32 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 38499, - 38515 + 37868, + 37884 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 16 }, "end": { - "line": 1365, + "line": 1346, "column": 32 } } } ], "range": [ - 38495, - 38516 + 37864, + 37885 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 12 }, "end": { - "line": 1365, + "line": 1346, "column": 33 } } @@ -63147,31 +62233,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 38517, - 38528 + 37886, + 37897 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 34 }, "end": { - "line": 1365, + "line": 1346, "column": 45 } } }, "range": [ - 38495, - 38528 + 37864, + 37897 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 12 }, "end": { - "line": 1365, + "line": 1346, "column": 45 } } @@ -63181,63 +62267,63 @@ "type": "Identifier", "name": "btn", "range": [ - 38529, - 38532 + 37898, + 37901 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 46 }, "end": { - "line": 1365, + "line": 1346, "column": 49 } } } ], "range": [ - 38495, - 38533 + 37864, + 37902 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 12 }, "end": { - "line": 1365, + "line": 1346, "column": 50 } } }, "range": [ - 38495, - 38534 + 37864, + 37903 ], "loc": { "start": { - "line": 1365, + "line": 1346, "column": 12 }, "end": { - "line": 1365, + "line": 1346, "column": 51 } } } ], "range": [ - 38481, - 38544 + 37850, + 37913 ], "loc": { "start": { - "line": 1364, + "line": 1345, "column": 30 }, "end": { - "line": 1366, + "line": 1347, "column": 9 } } @@ -63256,16 +62342,16 @@ "type": "Identifier", "name": "container", "range": [ - 38564, - 38573 + 37933, + 37942 ], "loc": { "start": { - "line": 1367, + "line": 1348, "column": 12 }, "end": { - "line": 1367, + "line": 1348, "column": 21 } } @@ -63274,31 +62360,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 38574, - 38585 + 37943, + 37954 ], "loc": { "start": { - "line": 1367, + "line": 1348, "column": 22 }, "end": { - "line": 1367, + "line": 1348, "column": 33 } } }, "range": [ - 38564, - 38585 + 37933, + 37954 ], "loc": { "start": { - "line": 1367, + "line": 1348, "column": 12 }, "end": { - "line": 1367, + "line": 1348, "column": 33 } } @@ -63308,78 +62394,78 @@ "type": "Identifier", "name": "btn", "range": [ - 38586, - 38589 + 37955, + 37958 ], "loc": { "start": { - "line": 1367, + "line": 1348, "column": 34 }, "end": { - "line": 1367, + "line": 1348, "column": 37 } } } ], "range": [ - 38564, - 38590 + 37933, + 37959 ], "loc": { "start": { - "line": 1367, + "line": 1348, "column": 12 }, "end": { - "line": 1367, + "line": 1348, "column": 38 } } }, "range": [ - 38564, - 38591 + 37933, + 37960 ], "loc": { "start": { - "line": 1367, + "line": 1348, "column": 12 }, "end": { - "line": 1367, + "line": 1348, "column": 39 } } } ], "range": [ - 38550, - 38601 + 37919, + 37970 ], "loc": { "start": { - "line": 1366, + "line": 1347, "column": 15 }, "end": { - "line": 1368, + "line": 1349, "column": 9 } } }, "range": [ - 38459, - 38601 + 37828, + 37970 ], "loc": { "start": { - "line": 1364, + "line": 1345, "column": 8 }, "end": { - "line": 1368, + "line": 1349, "column": 9 } }, @@ -63388,16 +62474,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38412, - 38450 + 37781, + 37819 ], "loc": { "start": { - "line": 1363, + "line": 1344, "column": 8 }, "end": { - "line": 1363, + "line": 1344, "column": 46 } } @@ -63412,16 +62498,16 @@ "type": "Identifier", "name": "addEvt", "range": [ - 38611, - 38617 + 37980, + 37986 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 8 }, "end": { - "line": 1370, + "line": 1351, "column": 14 } } @@ -63431,16 +62517,16 @@ "type": "Identifier", "name": "btn", "range": [ - 38618, - 38621 + 37987, + 37990 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 15 }, "end": { - "line": 1370, + "line": 1351, "column": 18 } } @@ -63450,16 +62536,16 @@ "value": "click", "raw": "'click'", "range": [ - 38623, - 38630 + 37992, + 37999 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 20 }, "end": { - "line": 1370, + "line": 1351, "column": 27 } } @@ -63476,16 +62562,16 @@ "object": { "type": "ThisExpression", "range": [ - 38638, - 38642 + 38007, + 38011 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 35 }, "end": { - "line": 1370, + "line": 1351, "column": 39 } } @@ -63494,47 +62580,47 @@ "type": "Identifier", "name": "filter", "range": [ - 38643, - 38649 + 38012, + 38018 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 40 }, "end": { - "line": 1370, + "line": 1351, "column": 46 } } }, "range": [ - 38638, - 38649 + 38007, + 38018 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 35 }, "end": { - "line": 1370, + "line": 1351, "column": 46 } } }, "arguments": [], "range": [ - 38638, - 38651 + 38007, + 38020 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 35 }, "end": { - "line": 1370, + "line": 1351, "column": 48 } } @@ -63542,63 +62628,63 @@ "generator": false, "expression": true, "range": [ - 38632, - 38651 + 38001, + 38020 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 29 }, "end": { - "line": 1370, + "line": 1351, "column": 48 } } } ], "range": [ - 38611, - 38652 + 37980, + 38021 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 8 }, "end": { - "line": 1370, + "line": 1351, "column": 49 } } }, "range": [ - 38611, - 38653 + 37980, + 38022 ], "loc": { "start": { - "line": 1370, + "line": 1351, "column": 8 }, "end": { - "line": 1370, + "line": 1351, "column": 50 } } } ], "range": [ - 38140, - 38659 + 37509, + 38028 ], "loc": { "start": { - "line": 1354, + "line": 1335, "column": 44 }, "end": { - "line": 1371, + "line": 1352, "column": 5 } } @@ -63606,16 +62692,16 @@ "generator": false, "expression": false, "range": [ - 38118, - 38659 + 37487, + 38028 ], "loc": { "start": { - "line": 1354, + "line": 1335, "column": 22 }, "end": { - "line": 1371, + "line": 1352, "column": 5 } } @@ -63623,16 +62709,16 @@ "kind": "method", "computed": false, "range": [ - 38100, - 38659 + 37469, + 38028 ], "loc": { "start": { - "line": 1354, + "line": 1335, "column": 4 }, "end": { - "line": 1371, + "line": 1352, "column": 5 } }, @@ -63641,16 +62727,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37946, - 38095 + 37315, + 37464 ], "loc": { "start": { - "line": 1349, + "line": 1330, "column": 4 }, "end": { - "line": 1353, + "line": 1334, "column": 7 } } @@ -63661,16 +62747,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": [ - 38665, - 38799 + 38034, + 38168 ], "loc": { "start": { - "line": 1373, + "line": 1354, "column": 4 }, "end": { - "line": 1377, + "line": 1358, "column": 7 } } @@ -63684,16 +62770,16 @@ "type": "Identifier", "name": "feature", "range": [ - 38804, - 38811 + 38173, + 38180 ], "loc": { "start": { - "line": 1378, + "line": 1359, "column": 4 }, "end": { - "line": 1378, + "line": 1359, "column": 11 } } @@ -63706,16 +62792,16 @@ "type": "Identifier", "name": "name", "range": [ - 38812, - 38816 + 38181, + 38185 ], "loc": { "start": { - "line": 1378, + "line": 1359, "column": 12 }, "end": { - "line": 1378, + "line": 1359, "column": 16 } } @@ -63735,16 +62821,16 @@ "object": { "type": "ThisExpression", "range": [ - 38835, - 38839 + 38204, + 38208 ], "loc": { "start": { - "line": 1379, + "line": 1360, "column": 15 }, "end": { - "line": 1379, + "line": 1360, "column": 19 } } @@ -63753,31 +62839,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 38840, - 38843 + 38209, + 38212 ], "loc": { "start": { - "line": 1379, + "line": 1360, "column": 20 }, "end": { - "line": 1379, + "line": 1360, "column": 23 } } }, "range": [ - 38835, - 38843 + 38204, + 38212 ], "loc": { "start": { - "line": 1379, + "line": 1360, "column": 15 }, "end": { - "line": 1379, + "line": 1360, "column": 23 } } @@ -63786,62 +62872,62 @@ "type": "Identifier", "name": "name", "range": [ - 38844, - 38848 + 38213, + 38217 ], "loc": { "start": { - "line": 1379, + "line": 1360, "column": 24 }, "end": { - "line": 1379, + "line": 1360, "column": 28 } } }, "range": [ - 38835, - 38849 + 38204, + 38218 ], "loc": { "start": { - "line": 1379, + "line": 1360, "column": 15 }, "end": { - "line": 1379, + "line": 1360, "column": 29 } } }, "range": [ - 38828, - 38850 + 38197, + 38219 ], "loc": { "start": { - "line": 1379, + "line": 1360, "column": 8 }, "end": { - "line": 1379, + "line": 1360, "column": 30 } } } ], "range": [ - 38818, - 38856 + 38187, + 38225 ], "loc": { "start": { - "line": 1378, + "line": 1359, "column": 18 }, "end": { - "line": 1380, + "line": 1361, "column": 5 } } @@ -63849,16 +62935,16 @@ "generator": false, "expression": false, "range": [ - 38811, - 38856 + 38180, + 38225 ], "loc": { "start": { - "line": 1378, + "line": 1359, "column": 11 }, "end": { - "line": 1380, + "line": 1361, "column": 5 } } @@ -63866,16 +62952,16 @@ "kind": "method", "computed": false, "range": [ - 38804, - 38856 + 38173, + 38225 ], "loc": { "start": { - "line": 1378, + "line": 1359, "column": 4 }, "end": { - "line": 1380, + "line": 1361, "column": 5 } }, @@ -63884,16 +62970,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": [ - 38665, - 38799 + 38034, + 38168 ], "loc": { "start": { - "line": 1373, + "line": 1354, "column": 4 }, "end": { - "line": 1377, + "line": 1358, "column": 7 } } @@ -63904,16 +62990,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38862, - 38946 + 38231, + 38315 ], "loc": { "start": { - "line": 1382, + "line": 1363, "column": 4 }, "end": { - "line": 1384, + "line": 1365, "column": 7 } } @@ -63927,16 +63013,16 @@ "type": "Identifier", "name": "initExtensions", "range": [ - 38951, - 38965 + 38320, + 38334 ], "loc": { "start": { - "line": 1385, + "line": 1366, "column": 4 }, "end": { - "line": 1385, + "line": 1366, "column": 18 } } @@ -63959,16 +63045,16 @@ "object": { "type": "ThisExpression", "range": [ - 38983, - 38987 + 38352, + 38356 ], "loc": { "start": { - "line": 1386, + "line": 1367, "column": 13 }, "end": { - "line": 1386, + "line": 1367, "column": 17 } } @@ -63977,47 +63063,47 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 38988, - 39001 + 38357, + 38370 ], "loc": { "start": { - "line": 1386, + "line": 1367, "column": 18 }, "end": { - "line": 1386, + "line": 1367, "column": 31 } } }, "range": [ - 38983, - 39001 + 38352, + 38370 ], "loc": { "start": { - "line": 1386, + "line": 1367, "column": 13 }, "end": { - "line": 1386, + "line": 1367, "column": 31 } } }, "prefix": true, "range": [ - 38982, - 39001 + 38351, + 38370 ], "loc": { "start": { - "line": 1386, + "line": 1367, "column": 12 }, "end": { - "line": 1386, + "line": 1367, "column": 31 } } @@ -64029,48 +63115,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39017, - 39024 + 38386, + 38393 ], "loc": { "start": { - "line": 1387, + "line": 1368, "column": 12 }, "end": { - "line": 1387, + "line": 1368, "column": 19 } } } ], "range": [ - 39003, - 39034 + 38372, + 38403 ], "loc": { "start": { - "line": 1386, + "line": 1367, "column": 33 }, "end": { - "line": 1388, + "line": 1369, "column": 9 } } }, "alternate": null, "range": [ - 38978, - 39034 + 38347, + 38403 ], "loc": { "start": { - "line": 1386, + "line": 1367, "column": 8 }, "end": { - "line": 1388, + "line": 1369, "column": 9 } } @@ -64084,16 +63170,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39048, - 39052 + 38417, + 38421 ], "loc": { "start": { - "line": 1390, + "line": 1371, "column": 12 }, "end": { - "line": 1390, + "line": 1371, "column": 16 } } @@ -64104,16 +63190,16 @@ "object": { "type": "ThisExpression", "range": [ - 39055, - 39059 + 38424, + 38428 ], "loc": { "start": { - "line": 1390, + "line": 1371, "column": 19 }, "end": { - "line": 1390, + "line": 1371, "column": 23 } } @@ -64122,46 +63208,46 @@ "type": "Identifier", "name": "extensions", "range": [ - 39060, - 39070 + 38429, + 38439 ], "loc": { "start": { - "line": 1390, + "line": 1371, "column": 24 }, "end": { - "line": 1390, + "line": 1371, "column": 34 } } }, "range": [ - 39055, - 39070 + 38424, + 38439 ], "loc": { "start": { - "line": 1390, + "line": 1371, "column": 19 }, "end": { - "line": 1390, + "line": 1371, "column": 34 } } }, "range": [ - 39048, - 39070 + 38417, + 38439 ], "loc": { "start": { - "line": 1390, + "line": 1371, "column": 12 }, "end": { - "line": 1390, + "line": 1371, "column": 34 } } @@ -64169,16 +63255,16 @@ ], "kind": "let", "range": [ - 39044, - 39071 + 38413, + 38440 ], "loc": { "start": { - "line": 1390, + "line": 1371, "column": 8 }, "end": { - "line": 1390, + "line": 1371, "column": 35 } }, @@ -64187,16 +63273,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 39080, - 39133 + 38449, + 38502 ], "loc": { "start": { - "line": 1391, + "line": 1372, "column": 8 }, "end": { - "line": 1391, + "line": 1372, "column": 61 } } @@ -64212,16 +63298,16 @@ "type": "Identifier", "name": "__webpack_public_path__", "range": [ - 39142, - 39165 + 38511, + 38534 ], "loc": { "start": { - "line": 1392, + "line": 1373, "column": 8 }, "end": { - "line": 1392, + "line": 1373, "column": 31 } } @@ -64232,16 +63318,16 @@ "object": { "type": "ThisExpression", "range": [ - 39168, - 39172 + 38537, + 38541 ], "loc": { "start": { - "line": 1392, + "line": 1373, "column": 34 }, "end": { - "line": 1392, + "line": 1373, "column": 38 } } @@ -64250,61 +63336,61 @@ "type": "Identifier", "name": "basePath", "range": [ - 39173, - 39181 + 38542, + 38550 ], "loc": { "start": { - "line": 1392, + "line": 1373, "column": 39 }, "end": { - "line": 1392, + "line": 1373, "column": 47 } } }, "range": [ - 39168, - 39181 + 38537, + 38550 ], "loc": { "start": { - "line": 1392, + "line": 1373, "column": 34 }, "end": { - "line": 1392, + "line": 1373, "column": 47 } } }, "range": [ - 39142, - 39181 + 38511, + 38550 ], "loc": { "start": { - "line": 1392, + "line": 1373, "column": 8 }, "end": { - "line": 1392, + "line": 1373, "column": 47 } } }, "range": [ - 39142, - 39182 + 38511, + 38551 ], "loc": { "start": { - "line": 1392, + "line": 1373, "column": 8 }, "end": { - "line": 1392, + "line": 1373, "column": 48 } }, @@ -64313,16 +63399,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 39080, - 39133 + 38449, + 38502 ], "loc": { "start": { - "line": 1391, + "line": 1372, "column": 8 }, "end": { - "line": 1391, + "line": 1372, "column": 61 } } @@ -64342,16 +63428,16 @@ "object": { "type": "ThisExpression", "range": [ - 39192, - 39196 + 38561, + 38565 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 8 }, "end": { - "line": 1394, + "line": 1375, "column": 12 } } @@ -64360,31 +63446,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 39197, - 39204 + 38566, + 38573 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 13 }, "end": { - "line": 1394, + "line": 1375, "column": 20 } } }, "range": [ - 39192, - 39204 + 38561, + 38573 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 8 }, "end": { - "line": 1394, + "line": 1375, "column": 20 } } @@ -64393,31 +63479,31 @@ "type": "Identifier", "name": "emit", "range": [ - 39205, - 39209 + 38574, + 38578 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 21 }, "end": { - "line": 1394, + "line": 1375, "column": 25 } } }, "range": [ - 39192, - 39209 + 38561, + 38578 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 8 }, "end": { - "line": 1394, + "line": 1375, "column": 25 } } @@ -64428,16 +63514,16 @@ "value": "before-loading-extensions", "raw": "'before-loading-extensions'", "range": [ - 39210, - 39237 + 38579, + 38606 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 26 }, "end": { - "line": 1394, + "line": 1375, "column": 53 } } @@ -64445,47 +63531,47 @@ { "type": "ThisExpression", "range": [ - 39239, - 39243 + 38608, + 38612 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 55 }, "end": { - "line": 1394, + "line": 1375, "column": 59 } } } ], "range": [ - 39192, - 39244 + 38561, + 38613 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 8 }, "end": { - "line": 1394, + "line": 1375, "column": 60 } } }, "range": [ - 39192, - 39245 + 38561, + 38614 ], "loc": { "start": { - "line": 1394, + "line": 1375, "column": 8 }, "end": { - "line": 1394, + "line": 1375, "column": 61 } } @@ -64501,16 +63587,16 @@ "type": "Identifier", "name": "i", "range": [ - 39263, - 39264 + 38632, + 38633 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 17 }, "end": { - "line": 1395, + "line": 1376, "column": 18 } } @@ -64520,31 +63606,31 @@ "value": 0, "raw": "0", "range": [ - 39267, - 39268 + 38636, + 38637 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 21 }, "end": { - "line": 1395, + "line": 1376, "column": 22 } } }, "range": [ - 39263, - 39268 + 38632, + 38637 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 17 }, "end": { - "line": 1395, + "line": 1376, "column": 22 } } @@ -64555,16 +63641,16 @@ "type": "Identifier", "name": "len", "range": [ - 39270, - 39273 + 38639, + 38642 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 24 }, "end": { - "line": 1395, + "line": 1376, "column": 27 } } @@ -64576,16 +63662,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39276, - 39280 + 38645, + 38649 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 30 }, "end": { - "line": 1395, + "line": 1376, "column": 34 } } @@ -64594,46 +63680,46 @@ "type": "Identifier", "name": "length", "range": [ - 39281, - 39287 + 38650, + 38656 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 35 }, "end": { - "line": 1395, + "line": 1376, "column": 41 } } }, "range": [ - 39276, - 39287 + 38645, + 38656 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 30 }, "end": { - "line": 1395, + "line": 1376, "column": 41 } } }, "range": [ - 39270, - 39287 + 38639, + 38656 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 24 }, "end": { - "line": 1395, + "line": 1376, "column": 41 } } @@ -64641,16 +63727,16 @@ ], "kind": "let", "range": [ - 39259, - 39287 + 38628, + 38656 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 13 }, "end": { - "line": 1395, + "line": 1376, "column": 41 } } @@ -64662,16 +63748,16 @@ "type": "Identifier", "name": "i", "range": [ - 39289, - 39290 + 38658, + 38659 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 43 }, "end": { - "line": 1395, + "line": 1376, "column": 44 } } @@ -64680,31 +63766,31 @@ "type": "Identifier", "name": "len", "range": [ - 39293, - 39296 + 38662, + 38665 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 47 }, "end": { - "line": 1395, + "line": 1376, "column": 50 } } }, "range": [ - 39289, - 39296 + 38658, + 38665 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 43 }, "end": { - "line": 1395, + "line": 1376, "column": 50 } } @@ -64716,32 +63802,32 @@ "type": "Identifier", "name": "i", "range": [ - 39298, - 39299 + 38667, + 38668 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 52 }, "end": { - "line": 1395, + "line": 1376, "column": 53 } } }, "prefix": false, "range": [ - 39298, - 39301 + 38667, + 38670 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 52 }, "end": { - "line": 1395, + "line": 1376, "column": 55 } } @@ -64758,16 +63844,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39321, - 39324 + 38690, + 38693 ], "loc": { "start": { - "line": 1396, + "line": 1377, "column": 16 }, "end": { - "line": 1396, + "line": 1377, "column": 19 } } @@ -64779,16 +63865,16 @@ "type": "Identifier", "name": "exts", "range": [ - 39327, - 39331 + 38696, + 38700 ], "loc": { "start": { - "line": 1396, + "line": 1377, "column": 22 }, "end": { - "line": 1396, + "line": 1377, "column": 26 } } @@ -64797,46 +63883,46 @@ "type": "Identifier", "name": "i", "range": [ - 39332, - 39333 + 38701, + 38702 ], "loc": { "start": { - "line": 1396, + "line": 1377, "column": 27 }, "end": { - "line": 1396, + "line": 1377, "column": 28 } } }, "range": [ - 39327, - 39334 + 38696, + 38703 ], "loc": { "start": { - "line": 1396, + "line": 1377, "column": 22 }, "end": { - "line": 1396, + "line": 1377, "column": 29 } } }, "range": [ - 39321, - 39334 + 38690, + 38703 ], "loc": { "start": { - "line": 1396, + "line": 1377, "column": 16 }, "end": { - "line": 1396, + "line": 1377, "column": 29 } } @@ -64844,16 +63930,16 @@ ], "kind": "let", "range": [ - 39317, - 39335 + 38686, + 38704 ], "loc": { "start": { - "line": 1396, + "line": 1377, "column": 12 }, "end": { - "line": 1396, + "line": 1377, "column": 30 } } @@ -64872,16 +63958,16 @@ "object": { "type": "ThisExpression", "range": [ - 39353, - 39357 + 38722, + 38726 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 17 }, "end": { - "line": 1397, + "line": 1378, "column": 21 } } @@ -64890,31 +63976,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 39358, - 39369 + 38727, + 38738 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 22 }, "end": { - "line": 1397, + "line": 1378, "column": 33 } } }, "range": [ - 39353, - 39369 + 38722, + 38738 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 17 }, "end": { - "line": 1397, + "line": 1378, "column": 33 } } @@ -64926,16 +64012,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39370, - 39373 + 38739, + 38742 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 34 }, "end": { - "line": 1397, + "line": 1378, "column": 37 } } @@ -64944,62 +64030,62 @@ "type": "Identifier", "name": "name", "range": [ - 39374, - 39378 + 38743, + 38747 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 38 }, "end": { - "line": 1397, + "line": 1378, "column": 42 } } }, "range": [ - 39370, - 39378 + 38739, + 38747 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 34 }, "end": { - "line": 1397, + "line": 1378, "column": 42 } } }, "range": [ - 39353, - 39379 + 38722, + 38748 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 17 }, "end": { - "line": 1397, + "line": 1378, "column": 43 } } }, "prefix": true, "range": [ - 39352, - 39379 + 38721, + 38748 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 16 }, "end": { - "line": 1397, + "line": 1378, "column": 43 } } @@ -65017,16 +64103,16 @@ "object": { "type": "ThisExpression", "range": [ - 39399, - 39403 + 38768, + 38772 ], "loc": { "start": { - "line": 1398, + "line": 1379, "column": 16 }, "end": { - "line": 1398, + "line": 1379, "column": 20 } } @@ -65035,31 +64121,31 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 39404, - 39417 + 38773, + 38786 ], "loc": { "start": { - "line": 1398, + "line": 1379, "column": 21 }, "end": { - "line": 1398, + "line": 1379, "column": 34 } } }, "range": [ - 39399, - 39417 + 38768, + 38786 ], "loc": { "start": { - "line": 1398, + "line": 1379, "column": 16 }, "end": { - "line": 1398, + "line": 1379, "column": 34 } } @@ -65069,110 +64155,110 @@ "type": "Identifier", "name": "ext", "range": [ - 39418, - 39421 + 38787, + 38790 ], "loc": { "start": { - "line": 1398, + "line": 1379, "column": 35 }, "end": { - "line": 1398, + "line": 1379, "column": 38 } } } ], "range": [ - 39399, - 39422 + 38768, + 38791 ], "loc": { "start": { - "line": 1398, + "line": 1379, "column": 16 }, "end": { - "line": 1398, + "line": 1379, "column": 39 } } }, "range": [ - 39399, - 39423 + 38768, + 38792 ], "loc": { "start": { - "line": 1398, + "line": 1379, "column": 16 }, "end": { - "line": 1398, + "line": 1379, "column": 40 } } } ], "range": [ - 39381, - 39437 + 38750, + 38806 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 45 }, "end": { - "line": 1399, + "line": 1380, "column": 13 } } }, "alternate": null, "range": [ - 39348, - 39437 + 38717, + 38806 ], "loc": { "start": { - "line": 1397, + "line": 1378, "column": 12 }, "end": { - "line": 1399, + "line": 1380, "column": 13 } } } ], "range": [ - 39303, - 39447 + 38672, + 38816 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 57 }, "end": { - "line": 1400, + "line": 1381, "column": 9 } } }, "range": [ - 39254, - 39447 + 38623, + 38816 ], "loc": { "start": { - "line": 1395, + "line": 1376, "column": 8 }, "end": { - "line": 1400, + "line": 1381, "column": 9 } } @@ -65190,16 +64276,16 @@ "object": { "type": "ThisExpression", "range": [ - 39456, - 39460 + 38825, + 38829 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 8 }, "end": { - "line": 1401, + "line": 1382, "column": 12 } } @@ -65208,31 +64294,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 39461, - 39468 + 38830, + 38837 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 13 }, "end": { - "line": 1401, + "line": 1382, "column": 20 } } }, "range": [ - 39456, - 39468 + 38825, + 38837 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 8 }, "end": { - "line": 1401, + "line": 1382, "column": 20 } } @@ -65241,31 +64327,31 @@ "type": "Identifier", "name": "emit", "range": [ - 39469, - 39473 + 38838, + 38842 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 21 }, "end": { - "line": 1401, + "line": 1382, "column": 25 } } }, "range": [ - 39456, - 39473 + 38825, + 38842 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 8 }, "end": { - "line": 1401, + "line": 1382, "column": 25 } } @@ -65276,16 +64362,16 @@ "value": "after-loading-extensions", "raw": "'after-loading-extensions'", "range": [ - 39474, - 39500 + 38843, + 38869 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 26 }, "end": { - "line": 1401, + "line": 1382, "column": 52 } } @@ -65293,63 +64379,63 @@ { "type": "ThisExpression", "range": [ - 39502, - 39506 + 38871, + 38875 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 54 }, "end": { - "line": 1401, + "line": 1382, "column": 58 } } } ], "range": [ - 39456, - 39507 + 38825, + 38876 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 8 }, "end": { - "line": 1401, + "line": 1382, "column": 59 } } }, "range": [ - 39456, - 39508 + 38825, + 38877 ], "loc": { "start": { - "line": 1401, + "line": 1382, "column": 8 }, "end": { - "line": 1401, + "line": 1382, "column": 60 } } } ], "range": [ - 38968, - 39514 + 38337, + 38883 ], "loc": { "start": { - "line": 1385, + "line": 1366, "column": 21 }, "end": { - "line": 1402, + "line": 1383, "column": 5 } } @@ -65357,16 +64443,16 @@ "generator": false, "expression": false, "range": [ - 38965, - 39514 + 38334, + 38883 ], "loc": { "start": { - "line": 1385, + "line": 1366, "column": 18 }, "end": { - "line": 1402, + "line": 1383, "column": 5 } } @@ -65374,16 +64460,16 @@ "kind": "method", "computed": false, "range": [ - 38951, - 39514 + 38320, + 38883 ], "loc": { "start": { - "line": 1385, + "line": 1366, "column": 4 }, "end": { - "line": 1402, + "line": 1383, "column": 5 } }, @@ -65392,16 +64478,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38862, - 38946 + 38231, + 38315 ], "loc": { "start": { - "line": 1382, + "line": 1363, "column": 4 }, "end": { - "line": 1384, + "line": 1365, "column": 7 } } @@ -65412,16 +64498,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39520, - 39615 + 38889, + 38984 ], "loc": { "start": { - "line": 1404, + "line": 1385, "column": 4 }, "end": { - "line": 1407, + "line": 1388, "column": 7 } } @@ -65435,16 +64521,16 @@ "type": "Identifier", "name": "loadExtension", "range": [ - 39620, - 39633 + 38989, + 39002 ], "loc": { "start": { - "line": 1408, + "line": 1389, "column": 4 }, "end": { - "line": 1408, + "line": 1389, "column": 17 } } @@ -65457,16 +64543,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39634, - 39637 + 39003, + 39006 ], "loc": { "start": { - "line": 1408, + "line": 1389, "column": 18 }, "end": { - "line": 1408, + "line": 1389, "column": 21 } } @@ -65487,32 +64573,32 @@ "type": "Identifier", "name": "ext", "range": [ - 39654, - 39657 + 39023, + 39026 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 13 }, "end": { - "line": 1409, + "line": 1390, "column": 16 } } }, "prefix": true, "range": [ - 39653, - 39657 + 39022, + 39026 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 12 }, "end": { - "line": 1409, + "line": 1390, "column": 16 } } @@ -65527,16 +64613,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39662, - 39665 + 39031, + 39034 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 21 }, "end": { - "line": 1409, + "line": 1390, "column": 24 } } @@ -65545,62 +64631,62 @@ "type": "Identifier", "name": "name", "range": [ - 39666, - 39670 + 39035, + 39039 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 25 }, "end": { - "line": 1409, + "line": 1390, "column": 29 } } }, "range": [ - 39662, - 39670 + 39031, + 39039 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 21 }, "end": { - "line": 1409, + "line": 1390, "column": 29 } } }, "prefix": true, "range": [ - 39661, - 39670 + 39030, + 39039 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 20 }, "end": { - "line": 1409, + "line": 1390, "column": 29 } } }, "range": [ - 39653, - 39670 + 39022, + 39039 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 12 }, "end": { - "line": 1409, + "line": 1390, "column": 29 } } @@ -65612,48 +64698,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 39686, - 39693 + 39055, + 39062 ], "loc": { "start": { - "line": 1410, + "line": 1391, "column": 12 }, "end": { - "line": 1410, + "line": 1391, "column": 19 } } } ], "range": [ - 39672, - 39703 + 39041, + 39072 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 31 }, "end": { - "line": 1411, + "line": 1392, "column": 9 } } }, "alternate": null, "range": [ - 39649, - 39703 + 39018, + 39072 ], "loc": { "start": { - "line": 1409, + "line": 1390, "column": 8 }, "end": { - "line": 1411, + "line": 1392, "column": 9 } } @@ -65667,16 +64753,16 @@ "type": "Identifier", "name": "name", "range": [ - 39717, - 39721 + 39086, + 39090 ], "loc": { "start": { - "line": 1413, + "line": 1394, "column": 12 }, "end": { - "line": 1413, + "line": 1394, "column": 16 } } @@ -65688,16 +64774,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39724, - 39727 + 39093, + 39096 ], "loc": { "start": { - "line": 1413, + "line": 1394, "column": 19 }, "end": { - "line": 1413, + "line": 1394, "column": 22 } } @@ -65706,46 +64792,46 @@ "type": "Identifier", "name": "name", "range": [ - 39728, - 39732 + 39097, + 39101 ], "loc": { "start": { - "line": 1413, + "line": 1394, "column": 23 }, "end": { - "line": 1413, + "line": 1394, "column": 27 } } }, "range": [ - 39724, - 39732 + 39093, + 39101 ], "loc": { "start": { - "line": 1413, + "line": 1394, "column": 19 }, "end": { - "line": 1413, + "line": 1394, "column": 27 } } }, "range": [ - 39717, - 39732 + 39086, + 39101 ], "loc": { "start": { - "line": 1413, + "line": 1394, "column": 12 }, "end": { - "line": 1413, + "line": 1394, "column": 27 } } @@ -65753,16 +64839,16 @@ ], "kind": "let", "range": [ - 39713, - 39733 + 39082, + 39102 ], "loc": { "start": { - "line": 1413, + "line": 1394, "column": 8 }, "end": { - "line": 1413, + "line": 1394, "column": 28 } } @@ -65776,16 +64862,16 @@ "type": "Identifier", "name": "path", "range": [ - 39746, - 39750 + 39115, + 39119 ], "loc": { "start": { - "line": 1414, + "line": 1395, "column": 12 }, "end": { - "line": 1414, + "line": 1395, "column": 16 } } @@ -65797,16 +64883,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39753, - 39756 + 39122, + 39125 ], "loc": { "start": { - "line": 1414, + "line": 1395, "column": 19 }, "end": { - "line": 1414, + "line": 1395, "column": 22 } } @@ -65815,46 +64901,46 @@ "type": "Identifier", "name": "path", "range": [ - 39757, - 39761 + 39126, + 39130 ], "loc": { "start": { - "line": 1414, + "line": 1395, "column": 23 }, "end": { - "line": 1414, + "line": 1395, "column": 27 } } }, "range": [ - 39753, - 39761 + 39122, + 39130 ], "loc": { "start": { - "line": 1414, + "line": 1395, "column": 19 }, "end": { - "line": 1414, + "line": 1395, "column": 27 } } }, "range": [ - 39746, - 39761 + 39115, + 39130 ], "loc": { "start": { - "line": 1414, + "line": 1395, "column": 12 }, "end": { - "line": 1414, + "line": 1395, "column": 27 } } @@ -65862,16 +64948,16 @@ ], "kind": "let", "range": [ - 39742, - 39762 + 39111, + 39131 ], "loc": { "start": { - "line": 1414, + "line": 1395, "column": 8 }, "end": { - "line": 1414, + "line": 1395, "column": 28 } } @@ -65885,32 +64971,32 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39775, - 39785 + 39144, + 39154 ], "loc": { "start": { - "line": 1415, + "line": 1396, "column": 12 }, "end": { - "line": 1415, + "line": 1396, "column": 22 } } }, "init": null, "range": [ - 39775, - 39785 + 39144, + 39154 ], "loc": { "start": { - "line": 1415, + "line": 1396, "column": 12 }, "end": { - "line": 1415, + "line": 1396, "column": 22 } } @@ -65918,16 +65004,16 @@ ], "kind": "let", "range": [ - 39771, - 39786 + 39140, + 39155 ], "loc": { "start": { - "line": 1415, + "line": 1396, "column": 8 }, "end": { - "line": 1415, + "line": 1396, "column": 23 } } @@ -65941,16 +65027,16 @@ "type": "Identifier", "name": "name", "range": [ - 39800, - 39804 + 39169, + 39173 ], "loc": { "start": { - "line": 1417, + "line": 1398, "column": 12 }, "end": { - "line": 1417, + "line": 1398, "column": 16 } } @@ -65959,31 +65045,31 @@ "type": "Identifier", "name": "path", "range": [ - 39808, - 39812 + 39177, + 39181 ], "loc": { "start": { - "line": 1417, + "line": 1398, "column": 20 }, "end": { - "line": 1417, + "line": 1398, "column": 24 } } }, "range": [ - 39800, - 39812 + 39169, + 39181 ], "loc": { "start": { - "line": 1417, + "line": 1398, "column": 12 }, "end": { - "line": 1417, + "line": 1398, "column": 24 } } @@ -66000,16 +65086,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39828, - 39838 + 39197, + 39207 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 12 }, "end": { - "line": 1418, + "line": 1399, "column": 22 } } @@ -66024,16 +65110,16 @@ "type": "Identifier", "name": "ext", "range": [ - 39841, - 39844 + 39210, + 39213 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 25 }, "end": { - "line": 1418, + "line": 1399, "column": 28 } } @@ -66042,31 +65128,31 @@ "type": "Identifier", "name": "path", "range": [ - 39845, - 39849 + 39214, + 39218 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 29 }, "end": { - "line": 1418, + "line": 1399, "column": 33 } } }, "range": [ - 39841, - 39849 + 39210, + 39218 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 25 }, "end": { - "line": 1418, + "line": 1399, "column": 33 } } @@ -66075,77 +65161,77 @@ "type": "Identifier", "name": "name", "range": [ - 39852, - 39856 + 39221, + 39225 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 36 }, "end": { - "line": 1418, + "line": 1399, "column": 40 } } }, "range": [ - 39841, - 39856 + 39210, + 39225 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 25 }, "end": { - "line": 1418, + "line": 1399, "column": 40 } } }, "range": [ - 39828, - 39856 + 39197, + 39225 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 12 }, "end": { - "line": 1418, + "line": 1399, "column": 40 } } }, "range": [ - 39828, - 39857 + 39197, + 39226 ], "loc": { "start": { - "line": 1418, + "line": 1399, "column": 12 }, "end": { - "line": 1418, + "line": 1399, "column": 41 } } } ], "range": [ - 39814, - 39867 + 39183, + 39236 ], "loc": { "start": { - "line": 1417, + "line": 1398, "column": 26 }, "end": { - "line": 1419, + "line": 1400, "column": 9 } } @@ -66162,16 +65248,16 @@ "type": "Identifier", "name": "name", "range": [ - 39887, - 39891 + 39256, + 39260 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 12 }, "end": { - "line": 1420, + "line": 1401, "column": 16 } } @@ -66185,16 +65271,16 @@ "type": "Identifier", "name": "name", "range": [ - 39894, - 39898 + 39263, + 39267 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 19 }, "end": { - "line": 1420, + "line": 1401, "column": 23 } } @@ -66203,31 +65289,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39899, - 39906 + 39268, + 39275 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 24 }, "end": { - "line": 1420, + "line": 1401, "column": 31 } } }, "range": [ - 39894, - 39906 + 39263, + 39275 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 19 }, "end": { - "line": 1420, + "line": 1401, "column": 31 } } @@ -66238,16 +65324,16 @@ "value": ".js", "raw": "'.js'", "range": [ - 39907, - 39912 + 39276, + 39281 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 32 }, "end": { - "line": 1420, + "line": 1401, "column": 37 } } @@ -66257,62 +65343,62 @@ "value": "", "raw": "''", "range": [ - 39914, - 39916 + 39283, + 39285 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 39 }, "end": { - "line": 1420, + "line": 1401, "column": 41 } } } ], "range": [ - 39894, - 39917 + 39263, + 39286 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 19 }, "end": { - "line": 1420, + "line": 1401, "column": 42 } } }, "range": [ - 39887, - 39917 + 39256, + 39286 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 12 }, "end": { - "line": 1420, + "line": 1401, "column": 42 } } }, "range": [ - 39887, - 39918 + 39256, + 39287 ], "loc": { "start": { - "line": 1420, + "line": 1401, "column": 12 }, "end": { - "line": 1420, + "line": 1401, "column": 43 } } @@ -66326,16 +65412,16 @@ "type": "Identifier", "name": "modulePath", "range": [ - 39931, - 39941 + 39300, + 39310 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 12 }, "end": { - "line": 1421, + "line": 1402, "column": 22 } } @@ -66350,16 +65436,16 @@ "value": "extensions/{}/{}", "raw": "'extensions/{}/{}'", "range": [ - 39944, - 39962 + 39313, + 39331 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 25 }, "end": { - "line": 1421, + "line": 1402, "column": 43 } } @@ -66368,31 +65454,31 @@ "type": "Identifier", "name": "replace", "range": [ - 39963, - 39970 + 39332, + 39339 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 44 }, "end": { - "line": 1421, + "line": 1402, "column": 51 } } }, "range": [ - 39944, - 39970 + 39313, + 39339 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 25 }, "end": { - "line": 1421, + "line": 1402, "column": 51 } } @@ -66407,16 +65493,16 @@ "flags": "g" }, "range": [ - 39971, - 39976 + 39340, + 39345 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 52 }, "end": { - "line": 1421, + "line": 1402, "column": 57 } } @@ -66425,93 +65511,93 @@ "type": "Identifier", "name": "name", "range": [ - 39978, - 39982 + 39347, + 39351 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 59 }, "end": { - "line": 1421, + "line": 1402, "column": 63 } } } ], "range": [ - 39944, - 39983 + 39313, + 39352 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 25 }, "end": { - "line": 1421, + "line": 1402, "column": 64 } } }, "range": [ - 39931, - 39983 + 39300, + 39352 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 12 }, "end": { - "line": 1421, + "line": 1402, "column": 64 } } }, "range": [ - 39931, - 39984 + 39300, + 39353 ], "loc": { "start": { - "line": 1421, + "line": 1402, "column": 12 }, "end": { - "line": 1421, + "line": 1402, "column": 65 } } } ], "range": [ - 39873, - 39994 + 39242, + 39363 ], "loc": { "start": { - "line": 1419, + "line": 1400, "column": 15 }, "end": { - "line": 1422, + "line": 1403, "column": 9 } } }, "range": [ - 39796, - 39994 + 39165, + 39363 ], "loc": { "start": { - "line": 1417, + "line": 1398, "column": 8 }, "end": { - "line": 1422, + "line": 1403, "column": 9 } }, @@ -66520,16 +65606,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 40004, - 40034 + 39373, + 39403 ], "loc": { "start": { - "line": 1424, + "line": 1405, "column": 8 }, "end": { - "line": 1424, + "line": 1405, "column": 38 } } @@ -66544,16 +65630,16 @@ "type": "Identifier", "name": "require", "range": [ - 40043, - 40050 + 39412, + 39419 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 8 }, "end": { - "line": 1425, + "line": 1406, "column": 15 } } @@ -66570,16 +65656,16 @@ "value": "./", "raw": "'./'", "range": [ - 40052, - 40056 + 39421, + 39425 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 17 }, "end": { - "line": 1425, + "line": 1406, "column": 21 } } @@ -66588,47 +65674,47 @@ "type": "Identifier", "name": "modulePath", "range": [ - 40059, - 40069 + 39428, + 39438 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 24 }, "end": { - "line": 1425, + "line": 1406, "column": 34 } } }, "range": [ - 40052, - 40069 + 39421, + 39438 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 17 }, "end": { - "line": 1425, + "line": 1406, "column": 34 } } } ], "range": [ - 40051, - 40070 + 39420, + 39439 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 16 }, "end": { - "line": 1425, + "line": 1406, "column": 35 } } @@ -66641,16 +65727,16 @@ "type": "Identifier", "name": "mod", "range": [ - 40073, - 40076 + 39442, + 39445 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 38 }, "end": { - "line": 1425, + "line": 1406, "column": 41 } } @@ -66668,16 +65754,16 @@ "type": "Identifier", "name": "inst", "range": [ - 40132, - 40136 + 39501, + 39505 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 16 }, "end": { - "line": 1427, + "line": 1408, "column": 20 } } @@ -66691,16 +65777,16 @@ "type": "Identifier", "name": "mod", "range": [ - 40143, - 40146 + 39512, + 39515 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 27 }, "end": { - "line": 1427, + "line": 1408, "column": 30 } } @@ -66709,31 +65795,31 @@ "type": "Identifier", "name": "default", "range": [ - 40147, - 40154 + 39516, + 39523 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 31 }, "end": { - "line": 1427, + "line": 1408, "column": 38 } } }, "range": [ - 40143, - 40154 + 39512, + 39523 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 27 }, "end": { - "line": 1427, + "line": 1408, "column": 38 } } @@ -66742,16 +65828,16 @@ { "type": "ThisExpression", "range": [ - 40155, - 40159 + 39524, + 39528 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 39 }, "end": { - "line": 1427, + "line": 1408, "column": 43 } } @@ -66760,47 +65846,47 @@ "type": "Identifier", "name": "ext", "range": [ - 40161, - 40164 + 39530, + 39533 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 45 }, "end": { - "line": 1427, + "line": 1408, "column": 48 } } } ], "range": [ - 40139, - 40165 + 39508, + 39534 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 23 }, "end": { - "line": 1427, + "line": 1408, "column": 49 } } }, "range": [ - 40132, - 40165 + 39501, + 39534 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 16 }, "end": { - "line": 1427, + "line": 1408, "column": 49 } } @@ -66808,16 +65894,16 @@ ], "kind": "let", "range": [ - 40128, - 40166 + 39497, + 39535 ], "loc": { "start": { - "line": 1427, + "line": 1408, "column": 12 }, "end": { - "line": 1427, + "line": 1408, "column": 50 } }, @@ -66826,16 +65912,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 40095, - 40115 + 39464, + 39484 ], "loc": { "start": { - "line": 1426, + "line": 1407, "column": 12 }, "end": { - "line": 1426, + "line": 1407, "column": 32 } } @@ -66846,16 +65932,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 40179, - 40198 + 39548, + 39567 ], "loc": { "start": { - "line": 1428, + "line": 1409, "column": 12 }, "end": { - "line": 1428, + "line": 1409, "column": 31 } } @@ -66873,16 +65959,16 @@ "type": "Identifier", "name": "inst", "range": [ - 40211, - 40215 + 39580, + 39584 ], "loc": { "start": { - "line": 1429, + "line": 1410, "column": 12 }, "end": { - "line": 1429, + "line": 1410, "column": 16 } } @@ -66891,62 +65977,62 @@ "type": "Identifier", "name": "init", "range": [ - 40216, - 40220 + 39585, + 39589 ], "loc": { "start": { - "line": 1429, + "line": 1410, "column": 17 }, "end": { - "line": 1429, + "line": 1410, "column": 21 } } }, "range": [ - 40211, - 40220 + 39580, + 39589 ], "loc": { "start": { - "line": 1429, + "line": 1410, "column": 12 }, "end": { - "line": 1429, + "line": 1410, "column": 21 } } }, "arguments": [], "range": [ - 40211, - 40222 + 39580, + 39591 ], "loc": { "start": { - "line": 1429, + "line": 1410, "column": 12 }, "end": { - "line": 1429, + "line": 1410, "column": 23 } } }, "range": [ - 40211, - 40223 + 39580, + 39592 ], "loc": { "start": { - "line": 1429, + "line": 1410, "column": 12 }, "end": { - "line": 1429, + "line": 1410, "column": 24 } }, @@ -66955,16 +66041,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 40179, - 40198 + 39548, + 39567 ], "loc": { "start": { - "line": 1428, + "line": 1409, "column": 12 }, "end": { - "line": 1428, + "line": 1409, "column": 31 } } @@ -66985,16 +66071,16 @@ "object": { "type": "ThisExpression", "range": [ - 40236, - 40240 + 39605, + 39609 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 12 }, "end": { - "line": 1430, + "line": 1411, "column": 16 } } @@ -67003,31 +66089,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40241, - 40252 + 39610, + 39621 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 17 }, "end": { - "line": 1430, + "line": 1411, "column": 28 } } }, "range": [ - 40236, - 40252 + 39605, + 39621 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 12 }, "end": { - "line": 1430, + "line": 1411, "column": 28 } } @@ -67036,31 +66122,31 @@ "type": "Identifier", "name": "name", "range": [ - 40253, - 40257 + 39622, + 39626 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 29 }, "end": { - "line": 1430, + "line": 1411, "column": 33 } } }, "range": [ - 40236, - 40258 + 39605, + 39627 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 12 }, "end": { - "line": 1430, + "line": 1411, "column": 34 } } @@ -67069,62 +66155,62 @@ "type": "Identifier", "name": "inst", "range": [ - 40261, - 40265 + 39630, + 39634 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 37 }, "end": { - "line": 1430, + "line": 1411, "column": 41 } } }, "range": [ - 40236, - 40265 + 39605, + 39634 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 12 }, "end": { - "line": 1430, + "line": 1411, "column": 41 } } }, "range": [ - 40236, - 40266 + 39605, + 39635 ], "loc": { "start": { - "line": 1430, + "line": 1411, "column": 12 }, "end": { - "line": 1430, + "line": 1411, "column": 42 } } } ], "range": [ - 40081, - 40276 + 39450, + 39645 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 46 }, "end": { - "line": 1431, + "line": 1412, "column": 9 } } @@ -67132,47 +66218,47 @@ "generator": false, "expression": false, "range": [ - 40072, - 40276 + 39441, + 39645 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 37 }, "end": { - "line": 1431, + "line": 1412, "column": 9 } } } ], "range": [ - 40043, - 40277 + 39412, + 39646 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 8 }, "end": { - "line": 1431, + "line": 1412, "column": 10 } } }, "range": [ - 40043, - 40278 + 39412, + 39647 ], "loc": { "start": { - "line": 1425, + "line": 1406, "column": 8 }, "end": { - "line": 1431, + "line": 1412, "column": 11 } }, @@ -67181,16 +66267,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 40004, - 40034 + 39373, + 39403 ], "loc": { "start": { - "line": 1424, + "line": 1405, "column": 8 }, "end": { - "line": 1424, + "line": 1405, "column": 38 } } @@ -67199,16 +66285,16 @@ } ], "range": [ - 39639, - 40284 + 39008, + 39653 ], "loc": { "start": { - "line": 1408, + "line": 1389, "column": 23 }, "end": { - "line": 1432, + "line": 1413, "column": 5 } } @@ -67216,16 +66302,16 @@ "generator": false, "expression": false, "range": [ - 39633, - 40284 + 39002, + 39653 ], "loc": { "start": { - "line": 1408, + "line": 1389, "column": 17 }, "end": { - "line": 1432, + "line": 1413, "column": 5 } } @@ -67233,16 +66319,16 @@ "kind": "method", "computed": false, "range": [ - 39620, - 40284 + 38989, + 39653 ], "loc": { "start": { - "line": 1408, + "line": 1389, "column": 4 }, "end": { - "line": 1432, + "line": 1413, "column": 5 } }, @@ -67251,16 +66337,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39520, - 39615 + 38889, + 38984 ], "loc": { "start": { - "line": 1404, + "line": 1385, "column": 4 }, "end": { - "line": 1407, + "line": 1388, "column": 7 } } @@ -67271,16 +66357,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40290, - 40433 + 39659, + 39802 ], "loc": { "start": { - "line": 1434, + "line": 1415, "column": 4 }, "end": { - "line": 1438, + "line": 1419, "column": 7 } } @@ -67294,16 +66380,16 @@ "type": "Identifier", "name": "extension", "range": [ - 40438, - 40447 + 39807, + 39816 ], "loc": { "start": { - "line": 1439, + "line": 1420, "column": 4 }, "end": { - "line": 1439, + "line": 1420, "column": 13 } } @@ -67316,16 +66402,16 @@ "type": "Identifier", "name": "name", "range": [ - 40448, - 40452 + 39817, + 39821 ], "loc": { "start": { - "line": 1439, + "line": 1420, "column": 14 }, "end": { - "line": 1439, + "line": 1420, "column": 18 } } @@ -67345,16 +66431,16 @@ "object": { "type": "ThisExpression", "range": [ - 40471, - 40475 + 39840, + 39844 ], "loc": { "start": { - "line": 1440, + "line": 1421, "column": 15 }, "end": { - "line": 1440, + "line": 1421, "column": 19 } } @@ -67363,31 +66449,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40476, - 40487 + 39845, + 39856 ], "loc": { "start": { - "line": 1440, + "line": 1421, "column": 20 }, "end": { - "line": 1440, + "line": 1421, "column": 31 } } }, "range": [ - 40471, - 40487 + 39840, + 39856 ], "loc": { "start": { - "line": 1440, + "line": 1421, "column": 15 }, "end": { - "line": 1440, + "line": 1421, "column": 31 } } @@ -67396,62 +66482,62 @@ "type": "Identifier", "name": "name", "range": [ - 40488, - 40492 + 39857, + 39861 ], "loc": { "start": { - "line": 1440, + "line": 1421, "column": 32 }, "end": { - "line": 1440, + "line": 1421, "column": 36 } } }, "range": [ - 40471, - 40493 + 39840, + 39862 ], "loc": { "start": { - "line": 1440, + "line": 1421, "column": 15 }, "end": { - "line": 1440, + "line": 1421, "column": 37 } } }, "range": [ - 40464, - 40494 + 39833, + 39863 ], "loc": { "start": { - "line": 1440, + "line": 1421, "column": 8 }, "end": { - "line": 1440, + "line": 1421, "column": 38 } } } ], "range": [ - 40454, - 40500 + 39823, + 39869 ], "loc": { "start": { - "line": 1439, + "line": 1420, "column": 20 }, "end": { - "line": 1441, + "line": 1422, "column": 5 } } @@ -67459,16 +66545,16 @@ "generator": false, "expression": false, "range": [ - 40447, - 40500 + 39816, + 39869 ], "loc": { "start": { - "line": 1439, + "line": 1420, "column": 13 }, "end": { - "line": 1441, + "line": 1422, "column": 5 } } @@ -67476,16 +66562,16 @@ "kind": "method", "computed": false, "range": [ - 40438, - 40500 + 39807, + 39869 ], "loc": { "start": { - "line": 1439, + "line": 1420, "column": 4 }, "end": { - "line": 1441, + "line": 1422, "column": 5 } }, @@ -67494,16 +66580,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40290, - 40433 + 39659, + 39802 ], "loc": { "start": { - "line": 1434, + "line": 1415, "column": 4 }, "end": { - "line": 1438, + "line": 1419, "column": 7 } } @@ -67514,16 +66600,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40506, - 40636 + 39875, + 40005 ], "loc": { "start": { - "line": 1443, + "line": 1424, "column": 4 }, "end": { - "line": 1447, + "line": 1428, "column": 7 } } @@ -67537,16 +66623,16 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 40641, - 40653 + 40010, + 40022 ], "loc": { "start": { - "line": 1448, + "line": 1429, "column": 4 }, "end": { - "line": 1448, + "line": 1429, "column": 16 } } @@ -67559,16 +66645,16 @@ "type": "Identifier", "name": "name", "range": [ - 40654, - 40658 + 40023, + 40027 ], "loc": { "start": { - "line": 1448, + "line": 1429, "column": 17 }, "end": { - "line": 1448, + "line": 1429, "column": 21 } } @@ -67588,16 +66674,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 40678, - 40685 + 40047, + 40054 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 16 }, "end": { - "line": 1449, + "line": 1430, "column": 23 } } @@ -67612,16 +66698,16 @@ "object": { "type": "ThisExpression", "range": [ - 40686, - 40690 + 40055, + 40059 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 24 }, "end": { - "line": 1449, + "line": 1430, "column": 28 } } @@ -67630,31 +66716,31 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40691, - 40702 + 40060, + 40071 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 29 }, "end": { - "line": 1449, + "line": 1430, "column": 40 } } }, "range": [ - 40686, - 40702 + 40055, + 40071 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 24 }, "end": { - "line": 1449, + "line": 1430, "column": 40 } } @@ -67663,94 +66749,94 @@ "type": "Identifier", "name": "name", "range": [ - 40703, - 40707 + 40072, + 40076 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 41 }, "end": { - "line": 1449, + "line": 1430, "column": 45 } } }, "range": [ - 40686, - 40708 + 40055, + 40077 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 24 }, "end": { - "line": 1449, + "line": 1430, "column": 46 } } } ], "range": [ - 40678, - 40709 + 40047, + 40078 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 16 }, "end": { - "line": 1449, + "line": 1430, "column": 47 } } }, "prefix": true, "range": [ - 40677, - 40709 + 40046, + 40078 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 15 }, "end": { - "line": 1449, + "line": 1430, "column": 47 } } }, "range": [ - 40670, - 40710 + 40039, + 40079 ], "loc": { "start": { - "line": 1449, + "line": 1430, "column": 8 }, "end": { - "line": 1449, + "line": 1430, "column": 48 } } } ], "range": [ - 40660, - 40716 + 40029, + 40085 ], "loc": { "start": { - "line": 1448, + "line": 1429, "column": 23 }, "end": { - "line": 1450, + "line": 1431, "column": 5 } } @@ -67758,16 +66844,16 @@ "generator": false, "expression": false, "range": [ - 40653, - 40716 + 40022, + 40085 ], "loc": { "start": { - "line": 1448, + "line": 1429, "column": 16 }, "end": { - "line": 1450, + "line": 1431, "column": 5 } } @@ -67775,16 +66861,16 @@ "kind": "method", "computed": false, "range": [ - 40641, - 40716 + 40010, + 40085 ], "loc": { "start": { - "line": 1448, + "line": 1429, "column": 4 }, "end": { - "line": 1450, + "line": 1431, "column": 5 } }, @@ -67793,16 +66879,16 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40506, - 40636 + 39875, + 40005 ], "loc": { "start": { - "line": 1443, + "line": 1424, "column": 4 }, "end": { - "line": 1447, + "line": 1428, "column": 7 } } @@ -67813,16 +66899,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ - 40722, - 40796 + 40091, + 40165 ], "loc": { "start": { - "line": 1452, + "line": 1433, "column": 4 }, "end": { - "line": 1454, + "line": 1435, "column": 7 } } @@ -67836,16 +66922,16 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 40801, - 40818 + 40170, + 40187 ], "loc": { "start": { - "line": 1455, + "line": 1436, "column": 4 }, "end": { - "line": 1455, + "line": 1436, "column": 21 } } @@ -67866,16 +66952,16 @@ "type": "Identifier", "name": "reg", "range": [ - 40835, - 40838 + 40204, + 40207 ], "loc": { "start": { - "line": 1456, + "line": 1437, "column": 12 }, "end": { - "line": 1456, + "line": 1437, "column": 15 } } @@ -67886,16 +66972,16 @@ "object": { "type": "ThisExpression", "range": [ - 40841, - 40845 + 40210, + 40214 ], "loc": { "start": { - "line": 1456, + "line": 1437, "column": 18 }, "end": { - "line": 1456, + "line": 1437, "column": 22 } } @@ -67904,46 +66990,46 @@ "type": "Identifier", "name": "ExtRegistry", "range": [ - 40846, - 40857 + 40215, + 40226 ], "loc": { "start": { - "line": 1456, + "line": 1437, "column": 23 }, "end": { - "line": 1456, + "line": 1437, "column": 34 } } }, "range": [ - 40841, - 40857 + 40210, + 40226 ], "loc": { "start": { - "line": 1456, + "line": 1437, "column": 18 }, "end": { - "line": 1456, + "line": 1437, "column": 34 } } }, "range": [ - 40835, - 40857 + 40204, + 40226 ], "loc": { "start": { - "line": 1456, + "line": 1437, "column": 12 }, "end": { - "line": 1456, + "line": 1437, "column": 34 } } @@ -67951,16 +67037,16 @@ ], "kind": "let", "range": [ - 40831, - 40858 + 40200, + 40227 ], "loc": { "start": { - "line": 1456, + "line": 1437, "column": 8 }, "end": { - "line": 1456, + "line": 1437, "column": 35 } } @@ -67981,16 +67067,16 @@ "type": "Identifier", "name": "Object", "range": [ - 40868, - 40874 + 40237, + 40243 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 8 }, "end": { - "line": 1458, + "line": 1439, "column": 14 } } @@ -67999,31 +67085,31 @@ "type": "Identifier", "name": "keys", "range": [ - 40875, - 40879 + 40244, + 40248 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 15 }, "end": { - "line": 1458, + "line": 1439, "column": 19 } } }, "range": [ - 40868, - 40879 + 40237, + 40248 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 8 }, "end": { - "line": 1458, + "line": 1439, "column": 19 } } @@ -68033,32 +67119,32 @@ "type": "Identifier", "name": "reg", "range": [ - 40880, - 40883 + 40249, + 40252 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 20 }, "end": { - "line": 1458, + "line": 1439, "column": 23 } } } ], "range": [ - 40868, - 40884 + 40237, + 40253 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 8 }, "end": { - "line": 1458, + "line": 1439, "column": 24 } } @@ -68067,31 +67153,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 40885, - 40892 + 40254, + 40261 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 25 }, "end": { - "line": 1458, + "line": 1439, "column": 32 } } }, "range": [ - 40868, - 40892 + 40237, + 40261 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 8 }, "end": { - "line": 1458, + "line": 1439, "column": 32 } } @@ -68105,16 +67191,16 @@ "type": "Identifier", "name": "key", "range": [ - 40894, - 40897 + 40263, + 40266 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 34 }, "end": { - "line": 1458, + "line": 1439, "column": 37 } } @@ -68137,16 +67223,16 @@ "type": "Identifier", "name": "reg", "range": [ - 40916, - 40919 + 40285, + 40288 ], "loc": { "start": { - "line": 1459, + "line": 1440, "column": 12 }, "end": { - "line": 1459, + "line": 1440, "column": 15 } } @@ -68155,31 +67241,31 @@ "type": "Identifier", "name": "key", "range": [ - 40920, - 40923 + 40289, + 40292 ], "loc": { "start": { - "line": 1459, + "line": 1440, "column": 16 }, "end": { - "line": 1459, + "line": 1440, "column": 19 } } }, "range": [ - 40916, - 40924 + 40285, + 40293 ], "loc": { "start": { - "line": 1459, + "line": 1440, "column": 12 }, "end": { - "line": 1459, + "line": 1440, "column": 20 } } @@ -68188,62 +67274,62 @@ "type": "Identifier", "name": "destroy", "range": [ - 40925, - 40932 + 40294, + 40301 ], "loc": { "start": { - "line": 1459, + "line": 1440, "column": 21 }, "end": { - "line": 1459, + "line": 1440, "column": 28 } } }, "range": [ - 40916, - 40932 + 40285, + 40301 ], "loc": { "start": { - "line": 1459, + "line": 1440, "column": 12 }, "end": { - "line": 1459, + "line": 1440, "column": 28 } } }, "arguments": [], "range": [ - 40916, - 40934 + 40285, + 40303 ], "loc": { "start": { - "line": 1459, + "line": 1440, "column": 12 }, "end": { - "line": 1459, + "line": 1440, "column": 30 } } }, "range": [ - 40916, - 40935 + 40285, + 40304 ], "loc": { "start": { - "line": 1459, + "line": 1440, "column": 12 }, "end": { - "line": 1459, + "line": 1440, "column": 31 } } @@ -68260,16 +67346,16 @@ "type": "Identifier", "name": "reg", "range": [ - 40948, - 40951 + 40317, + 40320 ], "loc": { "start": { - "line": 1460, + "line": 1441, "column": 12 }, "end": { - "line": 1460, + "line": 1441, "column": 15 } } @@ -68278,31 +67364,31 @@ "type": "Identifier", "name": "key", "range": [ - 40952, - 40955 + 40321, + 40324 ], "loc": { "start": { - "line": 1460, + "line": 1441, "column": 16 }, "end": { - "line": 1460, + "line": 1441, "column": 19 } } }, "range": [ - 40948, - 40956 + 40317, + 40325 ], "loc": { "start": { - "line": 1460, + "line": 1441, "column": 12 }, "end": { - "line": 1460, + "line": 1441, "column": 20 } } @@ -68311,62 +67397,62 @@ "type": "Identifier", "name": "undefined", "range": [ - 40959, - 40968 + 40328, + 40337 ], "loc": { "start": { - "line": 1460, + "line": 1441, "column": 23 }, "end": { - "line": 1460, + "line": 1441, "column": 32 } } }, "range": [ - 40948, - 40968 + 40317, + 40337 ], "loc": { "start": { - "line": 1460, + "line": 1441, "column": 12 }, "end": { - "line": 1460, + "line": 1441, "column": 32 } } }, "range": [ - 40948, - 40969 + 40317, + 40338 ], "loc": { "start": { - "line": 1460, + "line": 1441, "column": 12 }, "end": { - "line": 1460, + "line": 1441, "column": 33 } } } ], "range": [ - 40902, - 40979 + 40271, + 40348 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 42 }, "end": { - "line": 1461, + "line": 1442, "column": 9 } } @@ -68374,63 +67460,63 @@ "generator": false, "expression": false, "range": [ - 40893, - 40979 + 40262, + 40348 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 33 }, "end": { - "line": 1461, + "line": 1442, "column": 9 } } } ], "range": [ - 40868, - 40980 + 40237, + 40349 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 8 }, "end": { - "line": 1461, + "line": 1442, "column": 10 } } }, "range": [ - 40868, - 40981 + 40237, + 40350 ], "loc": { "start": { - "line": 1458, + "line": 1439, "column": 8 }, "end": { - "line": 1461, + "line": 1442, "column": 11 } } } ], "range": [ - 40821, - 40987 + 40190, + 40356 ], "loc": { "start": { - "line": 1455, + "line": 1436, "column": 24 }, "end": { - "line": 1462, + "line": 1443, "column": 5 } } @@ -68438,16 +67524,16 @@ "generator": false, "expression": false, "range": [ - 40818, - 40987 + 40187, + 40356 ], "loc": { "start": { - "line": 1455, + "line": 1436, "column": 21 }, "end": { - "line": 1462, + "line": 1443, "column": 5 } } @@ -68455,16 +67541,16 @@ "kind": "method", "computed": false, "range": [ - 40801, - 40987 + 40170, + 40356 ], "loc": { "start": { - "line": 1455, + "line": 1436, "column": 4 }, "end": { - "line": 1462, + "line": 1443, "column": 5 } }, @@ -68473,16 +67559,16 @@ "type": "Block", "value": "*\n * Destroy all the extensions store in extensions registry\n ", "range": [ - 40722, - 40796 + 40091, + 40165 ], "loc": { "start": { - "line": 1452, + "line": 1433, "column": 4 }, "end": { - "line": 1454, + "line": 1435, "column": 7 } } @@ -68493,16 +67579,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40993, - 41059 + 40362, + 40428 ], "loc": { "start": { - "line": 1464, + "line": 1445, "column": 4 }, "end": { - "line": 1466, + "line": 1447, "column": 7 } } @@ -68516,16 +67602,16 @@ "type": "Identifier", "name": "loadThemes", "range": [ - 41064, - 41074 + 40433, + 40443 ], "loc": { "start": { - "line": 1467, + "line": 1448, "column": 4 }, "end": { - "line": 1467, + "line": 1448, "column": 14 } } @@ -68548,16 +67634,16 @@ "object": { "type": "ThisExpression", "range": [ - 41092, - 41096 + 40461, + 40465 ], "loc": { "start": { - "line": 1468, + "line": 1449, "column": 13 }, "end": { - "line": 1468, + "line": 1449, "column": 17 } } @@ -68566,47 +67652,47 @@ "type": "Identifier", "name": "hasThemes", "range": [ - 41097, - 41106 + 40466, + 40475 ], "loc": { "start": { - "line": 1468, + "line": 1449, "column": 18 }, "end": { - "line": 1468, + "line": 1449, "column": 27 } } }, "range": [ - 41092, - 41106 + 40461, + 40475 ], "loc": { "start": { - "line": 1468, + "line": 1449, "column": 13 }, "end": { - "line": 1468, + "line": 1449, "column": 27 } } }, "prefix": true, "range": [ - 41091, - 41106 + 40460, + 40475 ], "loc": { "start": { - "line": 1468, + "line": 1449, "column": 12 }, "end": { - "line": 1468, + "line": 1449, "column": 27 } } @@ -68618,48 +67704,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 41122, - 41129 + 40491, + 40498 ], "loc": { "start": { - "line": 1469, + "line": 1450, "column": 12 }, "end": { - "line": 1469, + "line": 1450, "column": 19 } } } ], "range": [ - 41108, - 41139 + 40477, + 40508 ], "loc": { "start": { - "line": 1468, + "line": 1449, "column": 29 }, "end": { - "line": 1470, + "line": 1451, "column": 9 } } }, "alternate": null, "range": [ - 41087, - 41139 + 40456, + 40508 ], "loc": { "start": { - "line": 1468, + "line": 1449, "column": 8 }, "end": { - "line": 1470, + "line": 1451, "column": 9 } } @@ -68673,16 +67759,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41153, - 41159 + 40522, + 40528 ], "loc": { "start": { - "line": 1472, + "line": 1453, "column": 12 }, "end": { - "line": 1472, + "line": 1453, "column": 18 } } @@ -68693,16 +67779,16 @@ "object": { "type": "ThisExpression", "range": [ - 41162, - 41166 + 40531, + 40535 ], "loc": { "start": { - "line": 1472, + "line": 1453, "column": 21 }, "end": { - "line": 1472, + "line": 1453, "column": 25 } } @@ -68711,46 +67797,46 @@ "type": "Identifier", "name": "themes", "range": [ - 41167, - 41173 + 40536, + 40542 ], "loc": { "start": { - "line": 1472, + "line": 1453, "column": 26 }, "end": { - "line": 1472, + "line": 1453, "column": 32 } } }, "range": [ - 41162, - 41173 + 40531, + 40542 ], "loc": { "start": { - "line": 1472, + "line": 1453, "column": 21 }, "end": { - "line": 1472, + "line": 1453, "column": 32 } } }, "range": [ - 41153, - 41173 + 40522, + 40542 ], "loc": { "start": { - "line": 1472, + "line": 1453, "column": 12 }, "end": { - "line": 1472, + "line": 1453, "column": 32 } } @@ -68758,16 +67844,16 @@ ], "kind": "let", "range": [ - 41149, - 41174 + 40518, + 40543 ], "loc": { "start": { - "line": 1472, + "line": 1453, "column": 8 }, "end": { - "line": 1472, + "line": 1453, "column": 33 } } @@ -68785,16 +67871,16 @@ "object": { "type": "ThisExpression", "range": [ - 41183, - 41187 + 40552, + 40556 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 8 }, "end": { - "line": 1473, + "line": 1454, "column": 12 } } @@ -68803,31 +67889,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 41188, - 41195 + 40557, + 40564 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 13 }, "end": { - "line": 1473, + "line": 1454, "column": 20 } } }, "range": [ - 41183, - 41195 + 40552, + 40564 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 8 }, "end": { - "line": 1473, + "line": 1454, "column": 20 } } @@ -68836,31 +67922,31 @@ "type": "Identifier", "name": "emit", "range": [ - 41196, - 41200 + 40565, + 40569 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 21 }, "end": { - "line": 1473, + "line": 1454, "column": 25 } } }, "range": [ - 41183, - 41200 + 40552, + 40569 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 8 }, "end": { - "line": 1473, + "line": 1454, "column": 25 } } @@ -68871,16 +67957,16 @@ "value": "before-loading-themes", "raw": "'before-loading-themes'", "range": [ - 41201, - 41224 + 40570, + 40593 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 26 }, "end": { - "line": 1473, + "line": 1454, "column": 49 } } @@ -68888,47 +67974,47 @@ { "type": "ThisExpression", "range": [ - 41226, - 41230 + 40595, + 40599 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 51 }, "end": { - "line": 1473, + "line": 1454, "column": 55 } } } ], "range": [ - 41183, - 41231 + 40552, + 40600 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 8 }, "end": { - "line": 1473, + "line": 1454, "column": 56 } } }, "range": [ - 41183, - 41232 + 40552, + 40601 ], "loc": { "start": { - "line": 1473, + "line": 1454, "column": 8 }, "end": { - "line": 1473, + "line": 1454, "column": 57 } }, @@ -68937,16 +68023,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41242, - 41264 + 40611, + 40633 ], "loc": { "start": { - "line": 1475, + "line": 1456, "column": 8 }, "end": { - "line": 1475, + "line": 1456, "column": 30 } } @@ -68961,16 +68047,16 @@ "object": { "type": "ThisExpression", "range": [ - 41277, - 41281 + 40646, + 40650 ], "loc": { "start": { - "line": 1476, + "line": 1457, "column": 12 }, "end": { - "line": 1476, + "line": 1457, "column": 16 } } @@ -68979,31 +68065,31 @@ "type": "Identifier", "name": "enableDefaultTheme", "range": [ - 41282, - 41300 + 40651, + 40669 ], "loc": { "start": { - "line": 1476, + "line": 1457, "column": 17 }, "end": { - "line": 1476, + "line": 1457, "column": 35 } } }, "range": [ - 41277, - 41300 + 40646, + 40669 ], "loc": { "start": { - "line": 1476, + "line": 1457, "column": 12 }, "end": { - "line": 1476, + "line": 1457, "column": 35 } } @@ -69020,16 +68106,16 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41320, - 41332 + 40689, + 40701 ], "loc": { "start": { - "line": 1477, + "line": 1458, "column": 16 }, "end": { - "line": 1477, + "line": 1458, "column": 28 } } @@ -69043,16 +68129,16 @@ "type": "Identifier", "name": "name", "range": [ - 41337, - 41341 + 40706, + 40710 ], "loc": { "start": { - "line": 1477, + "line": 1458, "column": 33 }, "end": { - "line": 1477, + "line": 1458, "column": 37 } } @@ -69062,16 +68148,16 @@ "value": "default", "raw": "'default'", "range": [ - 41343, - 41352 + 40712, + 40721 ], "loc": { "start": { - "line": 1477, + "line": 1458, "column": 39 }, "end": { - "line": 1477, + "line": 1458, "column": 48 } } @@ -69081,47 +68167,47 @@ "shorthand": false, "computed": false, "range": [ - 41337, - 41352 + 40706, + 40721 ], "loc": { "start": { - "line": 1477, + "line": 1458, "column": 33 }, "end": { - "line": 1477, + "line": 1458, "column": 48 } } } ], "range": [ - 41335, - 41354 + 40704, + 40723 ], "loc": { "start": { - "line": 1477, + "line": 1458, "column": 31 }, "end": { - "line": 1477, + "line": 1458, "column": 50 } } }, "range": [ - 41320, - 41354 + 40689, + 40723 ], "loc": { "start": { - "line": 1477, + "line": 1458, "column": 16 }, "end": { - "line": 1477, + "line": 1458, "column": 50 } } @@ -69129,16 +68215,16 @@ ], "kind": "let", "range": [ - 41316, - 41355 + 40685, + 40724 ], "loc": { "start": { - "line": 1477, + "line": 1458, "column": 12 }, "end": { - "line": 1477, + "line": 1458, "column": 51 } } @@ -69156,16 +68242,16 @@ "object": { "type": "ThisExpression", "range": [ - 41368, - 41372 + 40737, + 40741 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 12 }, "end": { - "line": 1478, + "line": 1459, "column": 16 } } @@ -69174,31 +68260,31 @@ "type": "Identifier", "name": "themes", "range": [ - 41373, - 41379 + 40742, + 40748 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 17 }, "end": { - "line": 1478, + "line": 1459, "column": 23 } } }, "range": [ - 41368, - 41379 + 40737, + 40748 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 12 }, "end": { - "line": 1478, + "line": 1459, "column": 23 } } @@ -69207,31 +68293,31 @@ "type": "Identifier", "name": "push", "range": [ - 41380, - 41384 + 40749, + 40753 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 24 }, "end": { - "line": 1478, + "line": 1459, "column": 28 } } }, "range": [ - 41368, - 41384 + 40737, + 40753 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 12 }, "end": { - "line": 1478, + "line": 1459, "column": 28 } } @@ -69241,79 +68327,79 @@ "type": "Identifier", "name": "defaultTheme", "range": [ - 41385, - 41397 + 40754, + 40766 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 29 }, "end": { - "line": 1478, + "line": 1459, "column": 41 } } } ], "range": [ - 41368, - 41398 + 40737, + 40767 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 12 }, "end": { - "line": 1478, + "line": 1459, "column": 42 } } }, "range": [ - 41368, - 41399 + 40737, + 40768 ], "loc": { "start": { - "line": 1478, + "line": 1459, "column": 12 }, "end": { - "line": 1478, + "line": 1459, "column": 43 } } } ], "range": [ - 41302, - 41409 + 40671, + 40778 ], "loc": { "start": { - "line": 1476, + "line": 1457, "column": 37 }, "end": { - "line": 1479, + "line": 1460, "column": 9 } } }, "alternate": null, "range": [ - 41273, - 41409 + 40642, + 40778 ], "loc": { "start": { - "line": 1476, + "line": 1457, "column": 8 }, "end": { - "line": 1479, + "line": 1460, "column": 9 } }, @@ -69322,16 +68408,16 @@ "type": "Line", "value": "Default theme config", "range": [ - 41242, - 41264 + 40611, + 40633 ], "loc": { "start": { - "line": 1475, + "line": 1456, "column": 8 }, "end": { - "line": 1475, + "line": 1456, "column": 30 } } @@ -69346,16 +68432,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 41422, - 41429 + 40791, + 40798 ], "loc": { "start": { - "line": 1480, + "line": 1461, "column": 12 }, "end": { - "line": 1480, + "line": 1461, "column": 19 } } @@ -69365,32 +68451,32 @@ "type": "Identifier", "name": "themes", "range": [ - 41430, - 41436 + 40799, + 40805 ], "loc": { "start": { - "line": 1480, + "line": 1461, "column": 20 }, "end": { - "line": 1480, + "line": 1461, "column": 26 } } } ], "range": [ - 41422, - 41437 + 40791, + 40806 ], "loc": { "start": { - "line": 1480, + "line": 1461, "column": 12 }, "end": { - "line": 1480, + "line": 1461, "column": 27 } } @@ -69409,16 +68495,16 @@ "type": "Identifier", "name": "i", "range": [ - 41462, - 41463 + 40831, + 40832 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 21 }, "end": { - "line": 1481, + "line": 1462, "column": 22 } } @@ -69428,31 +68514,31 @@ "value": 0, "raw": "0", "range": [ - 41466, - 41467 + 40835, + 40836 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 25 }, "end": { - "line": 1481, + "line": 1462, "column": 26 } } }, "range": [ - 41462, - 41467 + 40831, + 40836 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 21 }, "end": { - "line": 1481, + "line": 1462, "column": 26 } } @@ -69463,16 +68549,16 @@ "type": "Identifier", "name": "len", "range": [ - 41469, - 41472 + 40838, + 40841 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 28 }, "end": { - "line": 1481, + "line": 1462, "column": 31 } } @@ -69484,16 +68570,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41475, - 41481 + 40844, + 40850 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 34 }, "end": { - "line": 1481, + "line": 1462, "column": 40 } } @@ -69502,46 +68588,46 @@ "type": "Identifier", "name": "length", "range": [ - 41482, - 41488 + 40851, + 40857 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 41 }, "end": { - "line": 1481, + "line": 1462, "column": 47 } } }, "range": [ - 41475, - 41488 + 40844, + 40857 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 34 }, "end": { - "line": 1481, + "line": 1462, "column": 47 } } }, "range": [ - 41469, - 41488 + 40838, + 40857 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 28 }, "end": { - "line": 1481, + "line": 1462, "column": 47 } } @@ -69549,16 +68635,16 @@ ], "kind": "let", "range": [ - 41458, - 41488 + 40827, + 40857 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 17 }, "end": { - "line": 1481, + "line": 1462, "column": 47 } } @@ -69570,16 +68656,16 @@ "type": "Identifier", "name": "i", "range": [ - 41490, - 41491 + 40859, + 40860 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 49 }, "end": { - "line": 1481, + "line": 1462, "column": 50 } } @@ -69588,31 +68674,31 @@ "type": "Identifier", "name": "len", "range": [ - 41494, - 41497 + 40863, + 40866 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 53 }, "end": { - "line": 1481, + "line": 1462, "column": 56 } } }, "range": [ - 41490, - 41497 + 40859, + 40866 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 49 }, "end": { - "line": 1481, + "line": 1462, "column": 56 } } @@ -69624,32 +68710,32 @@ "type": "Identifier", "name": "i", "range": [ - 41499, - 41500 + 40868, + 40869 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 58 }, "end": { - "line": 1481, + "line": 1462, "column": 59 } } }, "prefix": false, "range": [ - 41499, - 41502 + 40868, + 40871 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 58 }, "end": { - "line": 1481, + "line": 1462, "column": 61 } } @@ -69666,16 +68752,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41526, - 41531 + 40895, + 40900 ], "loc": { "start": { - "line": 1482, + "line": 1463, "column": 20 }, "end": { - "line": 1482, + "line": 1463, "column": 25 } } @@ -69687,16 +68773,16 @@ "type": "Identifier", "name": "themes", "range": [ - 41534, - 41540 + 40903, + 40909 ], "loc": { "start": { - "line": 1482, + "line": 1463, "column": 28 }, "end": { - "line": 1482, + "line": 1463, "column": 34 } } @@ -69705,46 +68791,46 @@ "type": "Identifier", "name": "i", "range": [ - 41541, - 41542 + 40910, + 40911 ], "loc": { "start": { - "line": 1482, + "line": 1463, "column": 35 }, "end": { - "line": 1482, + "line": 1463, "column": 36 } } }, "range": [ - 41534, - 41543 + 40903, + 40912 ], "loc": { "start": { - "line": 1482, + "line": 1463, "column": 28 }, "end": { - "line": 1482, + "line": 1463, "column": 37 } } }, "range": [ - 41526, - 41543 + 40895, + 40912 ], "loc": { "start": { - "line": 1482, + "line": 1463, "column": 20 }, "end": { - "line": 1482, + "line": 1463, "column": 37 } } @@ -69752,16 +68838,16 @@ ], "kind": "let", "range": [ - 41522, - 41544 + 40891, + 40913 ], "loc": { "start": { - "line": 1482, + "line": 1463, "column": 16 }, "end": { - "line": 1482, + "line": 1463, "column": 38 } } @@ -69775,16 +68861,16 @@ "type": "Identifier", "name": "name", "range": [ - 41565, - 41569 + 40934, + 40938 ], "loc": { "start": { - "line": 1483, + "line": 1464, "column": 20 }, "end": { - "line": 1483, + "line": 1464, "column": 24 } } @@ -69796,16 +68882,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41572, - 41577 + 40941, + 40946 ], "loc": { "start": { - "line": 1483, + "line": 1464, "column": 27 }, "end": { - "line": 1483, + "line": 1464, "column": 32 } } @@ -69814,46 +68900,46 @@ "type": "Identifier", "name": "name", "range": [ - 41578, - 41582 + 40947, + 40951 ], "loc": { "start": { - "line": 1483, + "line": 1464, "column": 33 }, "end": { - "line": 1483, + "line": 1464, "column": 37 } } }, "range": [ - 41572, - 41582 + 40941, + 40951 ], "loc": { "start": { - "line": 1483, + "line": 1464, "column": 27 }, "end": { - "line": 1483, + "line": 1464, "column": 37 } } }, "range": [ - 41565, - 41582 + 40934, + 40951 ], "loc": { "start": { - "line": 1483, + "line": 1464, "column": 20 }, "end": { - "line": 1483, + "line": 1464, "column": 37 } } @@ -69861,16 +68947,16 @@ ], "kind": "let", "range": [ - 41561, - 41583 + 40930, + 40952 ], "loc": { "start": { - "line": 1483, + "line": 1464, "column": 16 }, "end": { - "line": 1483, + "line": 1464, "column": 38 } } @@ -69884,16 +68970,16 @@ "type": "Identifier", "name": "path", "range": [ - 41604, - 41608 + 40973, + 40977 ], "loc": { "start": { - "line": 1484, + "line": 1465, "column": 20 }, "end": { - "line": 1484, + "line": 1465, "column": 24 } } @@ -69905,16 +68991,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41611, - 41616 + 40980, + 40985 ], "loc": { "start": { - "line": 1484, + "line": 1465, "column": 27 }, "end": { - "line": 1484, + "line": 1465, "column": 32 } } @@ -69923,46 +69009,46 @@ "type": "Identifier", "name": "path", "range": [ - 41617, - 41621 + 40986, + 40990 ], "loc": { "start": { - "line": 1484, + "line": 1465, "column": 33 }, "end": { - "line": 1484, + "line": 1465, "column": 37 } } }, "range": [ - 41611, - 41621 + 40980, + 40990 ], "loc": { "start": { - "line": 1484, + "line": 1465, "column": 27 }, "end": { - "line": 1484, + "line": 1465, "column": 37 } } }, "range": [ - 41604, - 41621 + 40973, + 40990 ], "loc": { "start": { - "line": 1484, + "line": 1465, "column": 20 }, "end": { - "line": 1484, + "line": 1465, "column": 37 } } @@ -69970,16 +69056,16 @@ ], "kind": "let", "range": [ - 41600, - 41622 + 40969, + 40991 ], "loc": { "start": { - "line": 1484, + "line": 1465, "column": 16 }, "end": { - "line": 1484, + "line": 1465, "column": 38 } } @@ -69993,16 +69079,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 41643, - 41650 + 41012, + 41019 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 20 }, "end": { - "line": 1485, + "line": 1466, "column": 27 } } @@ -70016,16 +69102,16 @@ "object": { "type": "ThisExpression", "range": [ - 41653, - 41657 + 41022, + 41026 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 30 }, "end": { - "line": 1485, + "line": 1466, "column": 34 } } @@ -70034,31 +69120,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 41658, - 41664 + 41027, + 41033 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 35 }, "end": { - "line": 1485, + "line": 1466, "column": 41 } } }, "range": [ - 41653, - 41664 + 41022, + 41033 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 30 }, "end": { - "line": 1485, + "line": 1466, "column": 41 } } @@ -70067,46 +69153,46 @@ "type": "Identifier", "name": "name", "range": [ - 41667, - 41671 + 41036, + 41040 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 44 }, "end": { - "line": 1485, + "line": 1466, "column": 48 } } }, "range": [ - 41653, - 41671 + 41022, + 41040 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 30 }, "end": { - "line": 1485, + "line": 1466, "column": 48 } } }, "range": [ - 41643, - 41671 + 41012, + 41040 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 20 }, "end": { - "line": 1485, + "line": 1466, "column": 48 } } @@ -70114,16 +69200,16 @@ ], "kind": "let", "range": [ - 41639, - 41672 + 41008, + 41041 ], "loc": { "start": { - "line": 1485, + "line": 1466, "column": 16 }, "end": { - "line": 1485, + "line": 1466, "column": 49 } } @@ -70137,16 +69223,16 @@ "type": "Identifier", "name": "name", "range": [ - 41693, - 41697 + 41062, + 41066 ], "loc": { "start": { - "line": 1486, + "line": 1467, "column": 20 }, "end": { - "line": 1486, + "line": 1467, "column": 24 } } @@ -70158,47 +69244,47 @@ "type": "Identifier", "name": "path", "range": [ - 41702, - 41706 + 41071, + 41075 ], "loc": { "start": { - "line": 1486, + "line": 1467, "column": 29 }, "end": { - "line": 1486, + "line": 1467, "column": 33 } } }, "prefix": true, "range": [ - 41701, - 41706 + 41070, + 41075 ], "loc": { "start": { - "line": 1486, + "line": 1467, "column": 28 }, "end": { - "line": 1486, + "line": 1467, "column": 33 } } }, "range": [ - 41693, - 41706 + 41062, + 41075 ], "loc": { "start": { - "line": 1486, + "line": 1467, "column": 20 }, "end": { - "line": 1486, + "line": 1467, "column": 33 } } @@ -70215,16 +69301,16 @@ "type": "Identifier", "name": "path", "range": [ - 41730, - 41734 + 41099, + 41103 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 20 }, "end": { - "line": 1487, + "line": 1468, "column": 24 } } @@ -70247,16 +69333,16 @@ "object": { "type": "ThisExpression", "range": [ - 41737, - 41741 + 41106, + 41110 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 27 }, "end": { - "line": 1487, + "line": 1468, "column": 31 } } @@ -70265,31 +69351,31 @@ "type": "Identifier", "name": "themesPath", "range": [ - 41742, - 41752 + 41111, + 41121 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 32 }, "end": { - "line": 1487, + "line": 1468, "column": 42 } } }, "range": [ - 41737, - 41752 + 41106, + 41121 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 27 }, "end": { - "line": 1487, + "line": 1468, "column": 42 } } @@ -70298,31 +69384,31 @@ "type": "Identifier", "name": "name", "range": [ - 41755, - 41759 + 41124, + 41128 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 45 }, "end": { - "line": 1487, + "line": 1468, "column": 49 } } }, "range": [ - 41737, - 41759 + 41106, + 41128 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 27 }, "end": { - "line": 1487, + "line": 1468, "column": 49 } } @@ -70332,31 +69418,31 @@ "value": "/", "raw": "'/'", "range": [ - 41762, - 41765 + 41131, + 41134 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 52 }, "end": { - "line": 1487, + "line": 1468, "column": 55 } } }, "range": [ - 41737, - 41765 + 41106, + 41134 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 27 }, "end": { - "line": 1487, + "line": 1468, "column": 55 } } @@ -70365,31 +69451,31 @@ "type": "Identifier", "name": "name", "range": [ - 41768, - 41772 + 41137, + 41141 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 58 }, "end": { - "line": 1487, + "line": 1468, "column": 62 } } }, "range": [ - 41737, - 41772 + 41106, + 41141 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 27 }, "end": { - "line": 1487, + "line": 1468, "column": 62 } } @@ -70399,77 +69485,77 @@ "value": ".css", "raw": "'.css'", "range": [ - 41775, - 41781 + 41144, + 41150 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 65 }, "end": { - "line": 1487, + "line": 1468, "column": 71 } } }, "range": [ - 41737, - 41781 + 41106, + 41150 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 27 }, "end": { - "line": 1487, + "line": 1468, "column": 71 } } }, "range": [ - 41730, - 41781 + 41099, + 41150 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 20 }, "end": { - "line": 1487, + "line": 1468, "column": 71 } } }, "range": [ - 41730, - 41782 + 41099, + 41151 ], "loc": { "start": { - "line": 1487, + "line": 1468, "column": 20 }, "end": { - "line": 1487, + "line": 1468, "column": 72 } } } ], "range": [ - 41708, - 41800 + 41077, + 41169 ], "loc": { "start": { - "line": 1486, + "line": 1467, "column": 35 }, "end": { - "line": 1488, + "line": 1469, "column": 17 } } @@ -70486,32 +69572,32 @@ "type": "Identifier", "name": "name", "range": [ - 41827, - 41831 + 41196, + 41200 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 26 }, "end": { - "line": 1489, + "line": 1470, "column": 30 } } }, "prefix": true, "range": [ - 41826, - 41831 + 41195, + 41200 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 25 }, "end": { - "line": 1489, + "line": 1470, "column": 30 } } @@ -70523,16 +69609,16 @@ "type": "Identifier", "name": "theme", "range": [ - 41835, - 41840 + 41204, + 41209 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 34 }, "end": { - "line": 1489, + "line": 1470, "column": 39 } } @@ -70541,46 +69627,46 @@ "type": "Identifier", "name": "path", "range": [ - 41841, - 41845 + 41210, + 41214 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 40 }, "end": { - "line": 1489, + "line": 1470, "column": 44 } } }, "range": [ - 41835, - 41845 + 41204, + 41214 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 34 }, "end": { - "line": 1489, + "line": 1470, "column": 44 } } }, "range": [ - 41826, - 41845 + 41195, + 41214 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 25 }, "end": { - "line": 1489, + "line": 1470, "column": 44 } } @@ -70597,16 +69683,16 @@ "type": "Identifier", "name": "name", "range": [ - 41869, - 41873 + 41238, + 41242 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 20 }, "end": { - "line": 1490, + "line": 1471, "column": 24 } } @@ -70621,16 +69707,16 @@ "value": "theme{0}", "raw": "'theme{0}'", "range": [ - 41876, - 41886 + 41245, + 41255 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 27 }, "end": { - "line": 1490, + "line": 1471, "column": 37 } } @@ -70639,31 +69725,31 @@ "type": "Identifier", "name": "replace", "range": [ - 41887, - 41894 + 41256, + 41263 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 38 }, "end": { - "line": 1490, + "line": 1471, "column": 45 } } }, "range": [ - 41876, - 41894 + 41245, + 41263 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 27 }, "end": { - "line": 1490, + "line": 1471, "column": 45 } } @@ -70674,16 +69760,16 @@ "value": "{0}", "raw": "'{0}'", "range": [ - 41895, - 41900 + 41264, + 41269 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 46 }, "end": { - "line": 1490, + "line": 1471, "column": 51 } } @@ -70692,109 +69778,109 @@ "type": "Identifier", "name": "i", "range": [ - 41902, - 41903 + 41271, + 41272 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 53 }, "end": { - "line": 1490, + "line": 1471, "column": 54 } } } ], "range": [ - 41876, - 41904 + 41245, + 41273 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 27 }, "end": { - "line": 1490, + "line": 1471, "column": 55 } } }, "range": [ - 41869, - 41904 + 41238, + 41273 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 20 }, "end": { - "line": 1490, + "line": 1471, "column": 55 } } }, "range": [ - 41869, - 41905 + 41238, + 41274 ], "loc": { "start": { - "line": 1490, + "line": 1471, "column": 20 }, "end": { - "line": 1490, + "line": 1471, "column": 56 } } } ], "range": [ - 41847, - 41923 + 41216, + 41292 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 46 }, "end": { - "line": 1491, + "line": 1472, "column": 17 } } }, "alternate": null, "range": [ - 41822, - 41923 + 41191, + 41292 ], "loc": { "start": { - "line": 1489, + "line": 1470, "column": 21 }, "end": { - "line": 1491, + "line": 1472, "column": 17 } } }, "range": [ - 41689, - 41923 + 41058, + 41292 ], "loc": { "start": { - "line": 1486, + "line": 1467, "column": 16 }, "end": { - "line": 1491, + "line": 1472, "column": 17 } } @@ -70812,16 +69898,16 @@ "object": { "type": "ThisExpression", "range": [ - 41946, - 41950 + 41315, + 41319 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 21 }, "end": { - "line": 1493, + "line": 1474, "column": 25 } } @@ -70830,31 +69916,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 41951, - 41961 + 41320, + 41330 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 26 }, "end": { - "line": 1493, + "line": 1474, "column": 36 } } }, "range": [ - 41946, - 41961 + 41315, + 41330 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 21 }, "end": { - "line": 1493, + "line": 1474, "column": 36 } } @@ -70864,16 +69950,16 @@ "type": "Identifier", "name": "path", "range": [ - 41962, - 41966 + 41331, + 41335 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 37 }, "end": { - "line": 1493, + "line": 1474, "column": 41 } } @@ -70883,48 +69969,48 @@ "value": "link", "raw": "'link'", "range": [ - 41968, - 41974 + 41337, + 41343 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 43 }, "end": { - "line": 1493, + "line": 1474, "column": 49 } } } ], "range": [ - 41946, - 41975 + 41315, + 41344 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 21 }, "end": { - "line": 1493, + "line": 1474, "column": 50 } } }, "prefix": true, "range": [ - 41945, - 41975 + 41314, + 41344 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 20 }, "end": { - "line": 1493, + "line": 1474, "column": 50 } } @@ -70942,16 +70028,16 @@ "object": { "type": "ThisExpression", "range": [ - 41999, - 42003 + 41368, + 41372 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 20 }, "end": { - "line": 1494, + "line": 1475, "column": 24 } } @@ -70960,31 +70046,31 @@ "type": "Identifier", "name": "import", "range": [ - 42004, - 42010 + 41373, + 41379 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 25 }, "end": { - "line": 1494, + "line": 1475, "column": 31 } } }, "range": [ - 41999, - 42010 + 41368, + 41379 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 20 }, "end": { - "line": 1494, + "line": 1475, "column": 31 } } @@ -70994,16 +70080,16 @@ "type": "Identifier", "name": "styleId", "range": [ - 42011, - 42018 + 41380, + 41387 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 32 }, "end": { - "line": 1494, + "line": 1475, "column": 39 } } @@ -71012,16 +70098,16 @@ "type": "Identifier", "name": "path", "range": [ - 42020, - 42024 + 41389, + 41393 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 41 }, "end": { - "line": 1494, + "line": 1475, "column": 45 } } @@ -71031,16 +70117,16 @@ "value": null, "raw": "null", "range": [ - 42026, - 42030 + 41395, + 41399 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 47 }, "end": { - "line": 1494, + "line": 1475, "column": 51 } } @@ -71050,142 +70136,142 @@ "value": "link", "raw": "'link'", "range": [ - 42032, - 42038 + 41401, + 41407 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 53 }, "end": { - "line": 1494, + "line": 1475, "column": 59 } } } ], "range": [ - 41999, - 42039 + 41368, + 41408 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 20 }, "end": { - "line": 1494, + "line": 1475, "column": 60 } } }, "range": [ - 41999, - 42040 + 41368, + 41409 ], "loc": { "start": { - "line": 1494, + "line": 1475, "column": 20 }, "end": { - "line": 1494, + "line": 1475, "column": 61 } } } ], "range": [ - 41977, - 42058 + 41346, + 41427 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 52 }, "end": { - "line": 1495, + "line": 1476, "column": 17 } } }, "alternate": null, "range": [ - 41941, - 42058 + 41310, + 41427 ], "loc": { "start": { - "line": 1493, + "line": 1474, "column": 16 }, "end": { - "line": 1495, + "line": 1476, "column": 17 } } } ], "range": [ - 41504, - 42072 + 40873, + 41441 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 63 }, "end": { - "line": 1496, + "line": 1477, "column": 13 } } }, "range": [ - 41453, - 42072 + 40822, + 41441 ], "loc": { "start": { - "line": 1481, + "line": 1462, "column": 12 }, "end": { - "line": 1496, + "line": 1477, "column": 13 } } } ], "range": [ - 41439, - 42082 + 40808, + 41451 ], "loc": { "start": { - "line": 1480, + "line": 1461, "column": 29 }, "end": { - "line": 1497, + "line": 1478, "column": 9 } } }, "alternate": null, "range": [ - 41418, - 42082 + 40787, + 41451 ], "loc": { "start": { - "line": 1480, + "line": 1461, "column": 8 }, "end": { - "line": 1497, + "line": 1478, "column": 9 } }, @@ -71194,16 +70280,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42092, - 42118 + 41461, + 41487 ], "loc": { "start": { - "line": 1499, + "line": 1480, "column": 8 }, "end": { - "line": 1499, + "line": 1480, "column": 34 } } @@ -71221,16 +70307,16 @@ "object": { "type": "ThisExpression", "range": [ - 42127, - 42131 + 41496, + 41500 ], "loc": { "start": { - "line": 1500, + "line": 1481, "column": 8 }, "end": { - "line": 1500, + "line": 1481, "column": 12 } } @@ -71239,31 +70325,31 @@ "type": "Identifier", "name": "loader", "range": [ - 42132, - 42138 + 41501, + 41507 ], "loc": { "start": { - "line": 1500, + "line": 1481, "column": 13 }, "end": { - "line": 1500, + "line": 1481, "column": 19 } } }, "range": [ - 42127, - 42138 + 41496, + 41507 ], "loc": { "start": { - "line": 1500, + "line": 1481, "column": 8 }, "end": { - "line": 1500, + "line": 1481, "column": 19 } } @@ -71273,46 +70359,46 @@ "value": true, "raw": "true", "range": [ - 42141, - 42145 + 41510, + 41514 ], "loc": { "start": { - "line": 1500, + "line": 1481, "column": 22 }, "end": { - "line": 1500, + "line": 1481, "column": 26 } } }, "range": [ - 42127, - 42145 + 41496, + 41514 ], "loc": { "start": { - "line": 1500, + "line": 1481, "column": 8 }, "end": { - "line": 1500, + "line": 1481, "column": 26 } } }, "range": [ - 42127, - 42146 + 41496, + 41515 ], "loc": { "start": { - "line": 1500, + "line": 1481, "column": 8 }, "end": { - "line": 1500, + "line": 1481, "column": 27 } }, @@ -71321,16 +70407,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42092, - 42118 + 41461, + 41487 ], "loc": { "start": { - "line": 1499, + "line": 1480, "column": 8 }, "end": { - "line": 1499, + "line": 1480, "column": 34 } } @@ -71350,16 +70436,16 @@ "object": { "type": "ThisExpression", "range": [ - 42156, - 42160 + 41525, + 41529 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 8 }, "end": { - "line": 1502, + "line": 1483, "column": 12 } } @@ -71368,31 +70454,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 42161, - 42168 + 41530, + 41537 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 13 }, "end": { - "line": 1502, + "line": 1483, "column": 20 } } }, "range": [ - 42156, - 42168 + 41525, + 41537 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 8 }, "end": { - "line": 1502, + "line": 1483, "column": 20 } } @@ -71401,31 +70487,31 @@ "type": "Identifier", "name": "emit", "range": [ - 42169, - 42173 + 41538, + 41542 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 21 }, "end": { - "line": 1502, + "line": 1483, "column": 25 } } }, "range": [ - 42156, - 42173 + 41525, + 41542 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 8 }, "end": { - "line": 1502, + "line": 1483, "column": 25 } } @@ -71436,16 +70522,16 @@ "value": "after-loading-themes", "raw": "'after-loading-themes'", "range": [ - 42174, - 42196 + 41543, + 41565 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 26 }, "end": { - "line": 1502, + "line": 1483, "column": 48 } } @@ -71453,63 +70539,63 @@ { "type": "ThisExpression", "range": [ - 42198, - 42202 + 41567, + 41571 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 50 }, "end": { - "line": 1502, + "line": 1483, "column": 54 } } } ], "range": [ - 42156, - 42203 + 41525, + 41572 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 8 }, "end": { - "line": 1502, + "line": 1483, "column": 55 } } }, "range": [ - 42156, - 42204 + 41525, + 41573 ], "loc": { "start": { - "line": 1502, + "line": 1483, "column": 8 }, "end": { - "line": 1502, + "line": 1483, "column": 56 } } } ], "range": [ - 41077, - 42210 + 40446, + 41579 ], "loc": { "start": { - "line": 1467, + "line": 1448, "column": 17 }, "end": { - "line": 1503, + "line": 1484, "column": 5 } } @@ -71517,16 +70603,16 @@ "generator": false, "expression": false, "range": [ - 41074, - 42210 + 40443, + 41579 ], "loc": { "start": { - "line": 1467, + "line": 1448, "column": 14 }, "end": { - "line": 1503, + "line": 1484, "column": 5 } } @@ -71534,16 +70620,16 @@ "kind": "method", "computed": false, "range": [ - 41064, - 42210 + 40433, + 41579 ], "loc": { "start": { - "line": 1467, + "line": 1448, "column": 4 }, "end": { - "line": 1503, + "line": 1484, "column": 5 } }, @@ -71552,16 +70638,16 @@ "type": "Block", "value": "*\n * Load themes defined in the configuration object\n ", "range": [ - 40993, - 41059 + 40362, + 40428 ], "loc": { "start": { - "line": 1464, + "line": 1445, "column": 4 }, "end": { - "line": 1466, + "line": 1447, "column": 7 } } @@ -71572,16 +70658,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42216, - 42334 + 41585, + 41703 ], "loc": { "start": { - "line": 1505, + "line": 1486, "column": 4 }, "end": { - "line": 1508, + "line": 1489, "column": 7 } } @@ -71595,16 +70681,16 @@ "type": "Identifier", "name": "getStylesheet", "range": [ - 42339, - 42352 + 41708, + 41721 ], "loc": { "start": { - "line": 1509, + "line": 1490, "column": 4 }, "end": { - "line": 1509, + "line": 1490, "column": 17 } } @@ -71619,16 +70705,16 @@ "type": "Identifier", "name": "name", "range": [ - 42353, - 42357 + 41722, + 41726 ], "loc": { "start": { - "line": 1509, + "line": 1490, "column": 18 }, "end": { - "line": 1509, + "line": 1490, "column": 22 } } @@ -71638,31 +70724,31 @@ "value": "default", "raw": "'default'", "range": [ - 42360, - 42369 + 41729, + 41738 ], "loc": { "start": { - "line": 1509, + "line": 1490, "column": 25 }, "end": { - "line": 1509, + "line": 1490, "column": 34 } } }, "range": [ - 42353, - 42369 + 41722, + 41738 ], "loc": { "start": { - "line": 1509, + "line": 1490, "column": 18 }, "end": { - "line": 1509, + "line": 1490, "column": 34 } } @@ -71679,16 +70765,16 @@ "type": "Identifier", "name": "elm", "range": [ - 42388, - 42391 + 41757, + 41760 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 15 }, "end": { - "line": 1510, + "line": 1491, "column": 18 } } @@ -71703,16 +70789,16 @@ "object": { "type": "ThisExpression", "range": [ - 42392, - 42396 + 41761, + 41765 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 19 }, "end": { - "line": 1510, + "line": 1491, "column": 23 } } @@ -71721,31 +70807,31 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 42397, - 42403 + 41766, + 41772 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 24 }, "end": { - "line": 1510, + "line": 1491, "column": 30 } } }, "range": [ - 42392, - 42403 + 41761, + 41772 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 19 }, "end": { - "line": 1510, + "line": 1491, "column": 30 } } @@ -71754,78 +70840,78 @@ "type": "Identifier", "name": "name", "range": [ - 42406, - 42410 + 41775, + 41779 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 33 }, "end": { - "line": 1510, + "line": 1491, "column": 37 } } }, "range": [ - 42392, - 42410 + 41761, + 41779 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 19 }, "end": { - "line": 1510, + "line": 1491, "column": 37 } } } ], "range": [ - 42388, - 42411 + 41757, + 41780 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 15 }, "end": { - "line": 1510, + "line": 1491, "column": 38 } } }, "range": [ - 42381, - 42412 + 41750, + 41781 ], "loc": { "start": { - "line": 1510, + "line": 1491, "column": 8 }, "end": { - "line": 1510, + "line": 1491, "column": 39 } } } ], "range": [ - 42371, - 42418 + 41740, + 41787 ], "loc": { "start": { - "line": 1509, + "line": 1490, "column": 36 }, "end": { - "line": 1511, + "line": 1492, "column": 5 } } @@ -71833,16 +70919,16 @@ "generator": false, "expression": false, "range": [ - 42352, - 42418 + 41721, + 41787 ], "loc": { "start": { - "line": 1509, + "line": 1490, "column": 17 }, "end": { - "line": 1511, + "line": 1492, "column": 5 } } @@ -71850,16 +70936,16 @@ "kind": "method", "computed": false, "range": [ - 42339, - 42418 + 41708, + 41787 ], "loc": { "start": { - "line": 1509, + "line": 1490, "column": 4 }, "end": { - "line": 1511, + "line": 1492, "column": 5 } }, @@ -71868,16 +70954,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42216, - 42334 + 41585, + 41703 ], "loc": { "start": { - "line": 1505, + "line": 1486, "column": 4 }, "end": { - "line": 1508, + "line": 1489, "column": 7 } } @@ -71888,16 +70974,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42424, - 42462 + 41793, + 41831 ], "loc": { "start": { - "line": 1513, + "line": 1494, "column": 4 }, "end": { - "line": 1515, + "line": 1496, "column": 7 } } @@ -71911,16 +70997,16 @@ "type": "Identifier", "name": "destroy", "range": [ - 42467, - 42474 + 41836, + 41843 ], "loc": { "start": { - "line": 1516, + "line": 1497, "column": 4 }, "end": { - "line": 1516, + "line": 1497, "column": 11 } } @@ -71943,16 +71029,16 @@ "object": { "type": "ThisExpression", "range": [ - 42492, - 42496 + 41861, + 41865 ], "loc": { "start": { - "line": 1517, + "line": 1498, "column": 13 }, "end": { - "line": 1517, + "line": 1498, "column": 17 } } @@ -71961,47 +71047,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 42497, - 42508 + 41866, + 41877 ], "loc": { "start": { - "line": 1517, + "line": 1498, "column": 18 }, "end": { - "line": 1517, + "line": 1498, "column": 29 } } }, "range": [ - 42492, - 42508 + 41861, + 41877 ], "loc": { "start": { - "line": 1517, + "line": 1498, "column": 13 }, "end": { - "line": 1517, + "line": 1498, "column": 29 } } }, "prefix": true, "range": [ - 42491, - 42508 + 41860, + 41877 ], "loc": { "start": { - "line": 1517, + "line": 1498, "column": 12 }, "end": { - "line": 1517, + "line": 1498, "column": 29 } } @@ -72013,48 +71099,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 42524, - 42531 + 41893, + 41900 ], "loc": { "start": { - "line": 1518, + "line": 1499, "column": 12 }, "end": { - "line": 1518, + "line": 1499, "column": 19 } } } ], "range": [ - 42510, - 42541 + 41879, + 41910 ], "loc": { "start": { - "line": 1517, + "line": 1498, "column": 31 }, "end": { - "line": 1519, + "line": 1500, "column": 9 } } }, "alternate": null, "range": [ - 42487, - 42541 + 41856, + 41910 ], "loc": { "start": { - "line": 1517, + "line": 1498, "column": 8 }, "end": { - "line": 1519, + "line": 1500, "column": 9 } } @@ -72068,16 +71154,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 42555, - 42562 + 41924, + 41931 ], "loc": { "start": { - "line": 1521, + "line": 1502, "column": 12 }, "end": { - "line": 1521, + "line": 1502, "column": 19 } } @@ -72088,16 +71174,16 @@ "object": { "type": "ThisExpression", "range": [ - 42565, - 42569 + 41934, + 41938 ], "loc": { "start": { - "line": 1521, + "line": 1502, "column": 22 }, "end": { - "line": 1521, + "line": 1502, "column": 26 } } @@ -72106,46 +71192,46 @@ "type": "Identifier", "name": "emitter", "range": [ - 42570, - 42577 + 41939, + 41946 ], "loc": { "start": { - "line": 1521, + "line": 1502, "column": 27 }, "end": { - "line": 1521, + "line": 1502, "column": 34 } } }, "range": [ - 42565, - 42577 + 41934, + 41946 ], "loc": { "start": { - "line": 1521, + "line": 1502, "column": 22 }, "end": { - "line": 1521, + "line": 1502, "column": 34 } } }, "range": [ - 42555, - 42577 + 41924, + 41946 ], "loc": { "start": { - "line": 1521, + "line": 1502, "column": 12 }, "end": { - "line": 1521, + "line": 1502, "column": 34 } } @@ -72153,16 +71239,16 @@ ], "kind": "let", "range": [ - 42551, - 42578 + 41920, + 41947 ], "loc": { "start": { - "line": 1521, + "line": 1502, "column": 8 }, "end": { - "line": 1521, + "line": 1502, "column": 35 } } @@ -72178,16 +71264,16 @@ "object": { "type": "ThisExpression", "range": [ - 42592, - 42596 + 41961, + 41965 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 12 }, "end": { - "line": 1523, + "line": 1504, "column": 16 } } @@ -72196,31 +71282,31 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 42597, - 42610 + 41966, + 41979 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 17 }, "end": { - "line": 1523, + "line": 1504, "column": 30 } } }, "range": [ - 42592, - 42610 + 41961, + 41979 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 12 }, "end": { - "line": 1523, + "line": 1504, "column": 30 } } @@ -72234,16 +71320,16 @@ "object": { "type": "ThisExpression", "range": [ - 42615, - 42619 + 41984, + 41988 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 35 }, "end": { - "line": 1523, + "line": 1504, "column": 39 } } @@ -72252,62 +71338,62 @@ "type": "Identifier", "name": "popupFilters", "range": [ - 42620, - 42632 + 41989, + 42001 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 40 }, "end": { - "line": 1523, + "line": 1504, "column": 52 } } }, "range": [ - 42615, - 42632 + 41984, + 42001 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 35 }, "end": { - "line": 1523, + "line": 1504, "column": 52 } } }, "prefix": true, "range": [ - 42614, - 42632 + 41983, + 42001 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 34 }, "end": { - "line": 1523, + "line": 1504, "column": 52 } } }, "range": [ - 42592, - 42632 + 41961, + 42001 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 12 }, "end": { - "line": 1523, + "line": 1504, "column": 52 } } @@ -72325,16 +71411,16 @@ "object": { "type": "ThisExpression", "range": [ - 42648, - 42652 + 42017, + 42021 ], "loc": { "start": { - "line": 1524, + "line": 1505, "column": 12 }, "end": { - "line": 1524, + "line": 1505, "column": 16 } } @@ -72343,94 +71429,94 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 42653, - 42671 + 42022, + 42040 ], "loc": { "start": { - "line": 1524, + "line": 1505, "column": 17 }, "end": { - "line": 1524, + "line": 1505, "column": 35 } } }, "range": [ - 42648, - 42671 + 42017, + 42040 ], "loc": { "start": { - "line": 1524, + "line": 1505, "column": 12 }, "end": { - "line": 1524, + "line": 1505, "column": 35 } } }, "arguments": [], "range": [ - 42648, - 42673 + 42017, + 42042 ], "loc": { "start": { - "line": 1524, + "line": 1505, "column": 12 }, "end": { - "line": 1524, + "line": 1505, "column": 37 } } }, "range": [ - 42648, - 42674 + 42017, + 42043 ], "loc": { "start": { - "line": 1524, + "line": 1505, "column": 12 }, "end": { - "line": 1524, + "line": 1505, "column": 38 } } } ], "range": [ - 42634, - 42684 + 42003, + 42053 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 54 }, "end": { - "line": 1525, + "line": 1506, "column": 9 } } }, "alternate": null, "range": [ - 42588, - 42684 + 41957, + 42053 ], "loc": { "start": { - "line": 1523, + "line": 1504, "column": 8 }, "end": { - "line": 1525, + "line": 1506, "column": 9 } } @@ -72443,16 +71529,16 @@ "object": { "type": "ThisExpression", "range": [ - 42697, - 42701 + 42066, + 42070 ], "loc": { "start": { - "line": 1526, + "line": 1507, "column": 12 }, "end": { - "line": 1526, + "line": 1507, "column": 16 } } @@ -72461,31 +71547,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 42702, - 42708 + 42071, + 42077 ], "loc": { "start": { - "line": 1526, + "line": 1507, "column": 17 }, "end": { - "line": 1526, + "line": 1507, "column": 23 } } }, "range": [ - 42697, - 42708 + 42066, + 42077 ], "loc": { "start": { - "line": 1526, + "line": 1507, "column": 12 }, "end": { - "line": 1526, + "line": 1507, "column": 23 } } @@ -72503,16 +71589,16 @@ "object": { "type": "ThisExpression", "range": [ - 42724, - 42728 + 42093, + 42097 ], "loc": { "start": { - "line": 1527, + "line": 1508, "column": 12 }, "end": { - "line": 1527, + "line": 1508, "column": 16 } } @@ -72521,94 +71607,94 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 42729, - 42742 + 42098, + 42111 ], "loc": { "start": { - "line": 1527, + "line": 1508, "column": 17 }, "end": { - "line": 1527, + "line": 1508, "column": 30 } } }, "range": [ - 42724, - 42742 + 42093, + 42111 ], "loc": { "start": { - "line": 1527, + "line": 1508, "column": 12 }, "end": { - "line": 1527, + "line": 1508, "column": 30 } } }, "arguments": [], "range": [ - 42724, - 42744 + 42093, + 42113 ], "loc": { "start": { - "line": 1527, + "line": 1508, "column": 12 }, "end": { - "line": 1527, + "line": 1508, "column": 32 } } }, "range": [ - 42724, - 42745 + 42093, + 42114 ], "loc": { "start": { - "line": 1527, + "line": 1508, "column": 12 }, "end": { - "line": 1527, + "line": 1508, "column": 33 } } } ], "range": [ - 42710, - 42755 + 42079, + 42124 ], "loc": { "start": { - "line": 1526, + "line": 1507, "column": 25 }, "end": { - "line": 1528, + "line": 1509, "column": 9 } } }, "alternate": null, "range": [ - 42693, - 42755 + 42062, + 42124 ], "loc": { "start": { - "line": 1526, + "line": 1507, "column": 8 }, "end": { - "line": 1528, + "line": 1509, "column": 9 } } @@ -72621,690 +71707,16 @@ "object": { "type": "ThisExpression", "range": [ - 42768, - 42772 + 42137, + 42141 ], "loc": { "start": { - "line": 1529, + "line": 1510, "column": 12 }, "end": { - "line": 1529, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumns", - "range": [ - 42773, - 42790 - ], - "loc": { - "start": { - "line": 1529, - "column": 17 - }, - "end": { - "line": 1529, - "column": 34 - } - } - }, - "range": [ - 42768, - 42790 - ], - "loc": { - "start": { - "line": 1529, - "column": 12 - }, - "end": { - "line": 1529, - "column": 34 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 42806, - 42810 - ], - "loc": { - "start": { - "line": 1530, - "column": 12 - }, - "end": { - "line": 1530, - "column": 16 - } - } - }, - "property": { - "type": "Identifier", - "name": "clearActiveColumns", - "range": [ - 42811, - 42829 - ], - "loc": { - "start": { - "line": 1530, - "column": 17 - }, - "end": { - "line": 1530, - "column": 35 - } - } - }, - "range": [ - 42806, - 42829 - ], - "loc": { - "start": { - "line": 1530, - "column": 12 - }, - "end": { - "line": 1530, - "column": 35 - } - } - }, - "arguments": [], - "range": [ - 42806, - 42831 - ], - "loc": { - "start": { - "line": 1530, - "column": 12 - }, - "end": { - "line": 1530, - "column": 37 - } - } - }, - "range": [ - 42806, - 42832 - ], - "loc": { - "start": { - "line": 1530, - "column": 12 - }, - "end": { - "line": 1530, - "column": 38 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "emitter", - "range": [ - 42845, - 42852 - ], - "loc": { - "start": { - "line": 1531, - "column": 12 - }, - "end": { - "line": 1531, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "off", - "range": [ - 42853, - 42856 - ], - "loc": { - "start": { - "line": 1531, - "column": 20 - }, - "end": { - "line": 1531, - "column": 23 - } - } - }, - "range": [ - 42845, - 42856 - ], - "loc": { - "start": { - "line": 1531, - "column": 12 - }, - "end": { - "line": 1531, - "column": 23 - } - } - }, - "arguments": [ - { - "type": "ArrayExpression", - "elements": [ - { - "type": "Literal", - "value": "before-filtering", - "raw": "'before-filtering'", - "range": [ - 42858, - 42876 - ], - "loc": { - "start": { - "line": 1531, - "column": 25 - }, - "end": { - "line": 1531, - "column": 43 - } - } - } - ], - "range": [ - 42857, - 42877 - ], - "loc": { - "start": { - "line": 1531, - "column": 24 - }, - "end": { - "line": 1531, - "column": 44 - } - } - }, - { - "type": "ArrowFunctionExpression", - "id": null, - "params": [], - "body": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 42885, - 42889 - ], - "loc": { - "start": { - "line": 1531, - "column": 52 - }, - "end": { - "line": 1531, - "column": 56 - } - } - }, - "property": { - "type": "Identifier", - "name": "clearActiveColumns", - "range": [ - 42890, - 42908 - ], - "loc": { - "start": { - "line": 1531, - "column": 57 - }, - "end": { - "line": 1531, - "column": 75 - } - } - }, - "range": [ - 42885, - 42908 - ], - "loc": { - "start": { - "line": 1531, - "column": 52 - }, - "end": { - "line": 1531, - "column": 75 - } - } - }, - "arguments": [], - "range": [ - 42885, - 42910 - ], - "loc": { - "start": { - "line": 1531, - "column": 52 - }, - "end": { - "line": 1531, - "column": 77 - } - } - }, - "generator": false, - "expression": true, - "range": [ - 42879, - 42910 - ], - "loc": { - "start": { - "line": 1531, - "column": 46 - }, - "end": { - "line": 1531, - "column": 77 - } - } - } - ], - "range": [ - 42845, - 42911 - ], - "loc": { - "start": { - "line": 1531, - "column": 12 - }, - "end": { - "line": 1531, - "column": 78 - } - } - }, - "range": [ - 42845, - 42912 - ], - "loc": { - "start": { - "line": 1531, - "column": 12 - }, - "end": { - "line": 1531, - "column": 79 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "emitter", - "range": [ - 42925, - 42932 - ], - "loc": { - "start": { - "line": 1532, - "column": 12 - }, - "end": { - "line": 1532, - "column": 19 - } - } - }, - "property": { - "type": "Identifier", - "name": "off", - "range": [ - 42933, - 42936 - ], - "loc": { - "start": { - "line": 1532, - "column": 20 - }, - "end": { - "line": 1532, - "column": 23 - } - } - }, - "range": [ - 42925, - 42936 - ], - "loc": { - "start": { - "line": 1532, - "column": 12 - }, - "end": { - "line": 1532, - "column": 23 - } - } - }, - "arguments": [ - { - "type": "ArrayExpression", - "elements": [ - { - "type": "Literal", - "value": "cell-processed", - "raw": "'cell-processed'", - "range": [ - 42938, - 42954 - ], - "loc": { - "start": { - "line": 1532, - "column": 25 - }, - "end": { - "line": 1532, - "column": 41 - } - } - } - ], - "range": [ - 42937, - 42955 - ], - "loc": { - "start": { - "line": 1532, - "column": 24 - }, - "end": { - "line": 1532, - "column": 42 - } - } - }, - { - "type": "ArrowFunctionExpression", - "id": null, - "params": [ - { - "type": "Identifier", - "name": "tf", - "range": [ - 42974, - 42976 - ], - "loc": { - "start": { - "line": 1533, - "column": 17 - }, - "end": { - "line": 1533, - "column": 19 - } - } - }, - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 42978, - 42986 - ], - "loc": { - "start": { - "line": 1533, - "column": 21 - }, - "end": { - "line": 1533, - "column": 29 - } - } - } - ], - "body": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 42991, - 42995 - ], - "loc": { - "start": { - "line": 1533, - "column": 34 - }, - "end": { - "line": 1533, - "column": 38 - } - } - }, - "property": { - "type": "Identifier", - "name": "markActiveColumn", - "range": [ - 42996, - 43012 - ], - "loc": { - "start": { - "line": 1533, - "column": 39 - }, - "end": { - "line": 1533, - "column": 55 - } - } - }, - "range": [ - 42991, - 43012 - ], - "loc": { - "start": { - "line": 1533, - "column": 34 - }, - "end": { - "line": 1533, - "column": 55 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 43013, - 43021 - ], - "loc": { - "start": { - "line": 1533, - "column": 56 - }, - "end": { - "line": 1533, - "column": 64 - } - } - } - ], - "range": [ - 42991, - 43022 - ], - "loc": { - "start": { - "line": 1533, - "column": 34 - }, - "end": { - "line": 1533, - "column": 65 - } - } - }, - "generator": false, - "expression": true, - "range": [ - 42973, - 43022 - ], - "loc": { - "start": { - "line": 1533, - "column": 16 - }, - "end": { - "line": 1533, - "column": 65 - } - } - } - ], - "range": [ - 42925, - 43023 - ], - "loc": { - "start": { - "line": 1532, - "column": 12 - }, - "end": { - "line": 1533, - "column": 66 - } - } - }, - "range": [ - 42925, - 43024 - ], - "loc": { - "start": { - "line": 1532, - "column": 12 - }, - "end": { - "line": 1533, - "column": 67 - } - } - } - ], - "range": [ - 42792, - 43034 - ], - "loc": { - "start": { - "line": 1529, - "column": 36 - }, - "end": { - "line": 1534, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 42764, - 43034 - ], - "loc": { - "start": { - "line": 1529, - "column": 8 - }, - "end": { - "line": 1534, - "column": 9 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 43047, - 43051 - ], - "loc": { - "start": { - "line": 1535, - "column": 12 - }, - "end": { - "line": 1535, + "line": 1510, "column": 16 } } @@ -73313,31 +71725,31 @@ "type": "Identifier", "name": "hasExtensions", "range": [ - 43052, - 43065 + 42142, + 42155 ], "loc": { "start": { - "line": 1535, + "line": 1510, "column": 17 }, "end": { - "line": 1535, + "line": 1510, "column": 30 } } }, "range": [ - 43047, - 43065 + 42137, + 42155 ], "loc": { "start": { - "line": 1535, + "line": 1510, "column": 12 }, "end": { - "line": 1535, + "line": 1510, "column": 30 } } @@ -73355,16 +71767,16 @@ "object": { "type": "ThisExpression", "range": [ - 43081, - 43085 + 42171, + 42175 ], "loc": { "start": { - "line": 1536, + "line": 1511, "column": 12 }, "end": { - "line": 1536, + "line": 1511, "column": 16 } } @@ -73373,94 +71785,94 @@ "type": "Identifier", "name": "destroyExtensions", "range": [ - 43086, - 43103 + 42176, + 42193 ], "loc": { "start": { - "line": 1536, + "line": 1511, "column": 17 }, "end": { - "line": 1536, + "line": 1511, "column": 34 } } }, "range": [ - 43081, - 43103 + 42171, + 42193 ], "loc": { "start": { - "line": 1536, + "line": 1511, "column": 12 }, "end": { - "line": 1536, + "line": 1511, "column": 34 } } }, "arguments": [], "range": [ - 43081, - 43105 + 42171, + 42195 ], "loc": { "start": { - "line": 1536, + "line": 1511, "column": 12 }, "end": { - "line": 1536, + "line": 1511, "column": 36 } } }, "range": [ - 43081, - 43106 + 42171, + 42196 ], "loc": { "start": { - "line": 1536, + "line": 1511, "column": 12 }, "end": { - "line": 1536, + "line": 1511, "column": 37 } } } ], "range": [ - 43067, - 43116 + 42157, + 42206 ], "loc": { "start": { - "line": 1535, + "line": 1510, "column": 32 }, "end": { - "line": 1537, + "line": 1512, "column": 9 } } }, "alternate": null, "range": [ - 43043, - 43116 + 42133, + 42206 ], "loc": { "start": { - "line": 1535, + "line": 1510, "column": 8 }, "end": { - "line": 1537, + "line": 1512, "column": 9 } } @@ -73475,16 +71887,16 @@ "object": { "type": "ThisExpression", "range": [ - 43126, - 43130 + 42216, + 42220 ], "loc": { "start": { - "line": 1539, + "line": 1514, "column": 8 }, "end": { - "line": 1539, + "line": 1514, "column": 12 } } @@ -73493,65 +71905,231 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 43131, - 43146 + 42221, + 42236 ], "loc": { "start": { - "line": 1539, + "line": 1514, "column": 13 }, "end": { - "line": 1539, + "line": 1514, "column": 28 } } }, "range": [ - 43126, - 43146 + 42216, + 42236 ], "loc": { "start": { - "line": 1539, + "line": 1514, "column": 8 }, "end": { - "line": 1539, + "line": 1514, "column": 28 } } }, "arguments": [], "range": [ - 43126, - 43148 + 42216, + 42238 ], "loc": { "start": { - "line": 1539, + "line": 1514, "column": 8 }, "end": { - "line": 1539, + "line": 1514, "column": 30 } } }, "range": [ - 43126, - 43149 + 42216, + 42239 ], "loc": { "start": { - "line": 1539, + "line": 1514, "column": 8 }, "end": { - "line": 1539, + "line": 1514, "column": 31 } - } + }, + "trailingComments": [ + { + "type": "Line", + "value": " broadcast destroy event modules and extensions are subscribed to", + "range": [ + 42249, + 42316 + ], + "loc": { + "start": { + "line": 1516, + "column": 8 + }, + "end": { + "line": 1516, + "column": 75 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "expression": { + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "emitter", + "range": [ + 42325, + 42332 + ], + "loc": { + "start": { + "line": 1517, + "column": 8 + }, + "end": { + "line": 1517, + "column": 15 + } + } + }, + "property": { + "type": "Identifier", + "name": "emit", + "range": [ + 42333, + 42337 + ], + "loc": { + "start": { + "line": 1517, + "column": 16 + }, + "end": { + "line": 1517, + "column": 20 + } + } + }, + "range": [ + 42325, + 42337 + ], + "loc": { + "start": { + "line": 1517, + "column": 8 + }, + "end": { + "line": 1517, + "column": 20 + } + } + }, + "arguments": [ + { + "type": "Literal", + "value": "destroy", + "raw": "'destroy'", + "range": [ + 42338, + 42347 + ], + "loc": { + "start": { + "line": 1517, + "column": 21 + }, + "end": { + "line": 1517, + "column": 30 + } + } + }, + { + "type": "ThisExpression", + "range": [ + 42349, + 42353 + ], + "loc": { + "start": { + "line": 1517, + "column": 32 + }, + "end": { + "line": 1517, + "column": 36 + } + } + } + ], + "range": [ + 42325, + 42354 + ], + "loc": { + "start": { + "line": 1517, + "column": 8 + }, + "end": { + "line": 1517, + "column": 37 + } + } + }, + "range": [ + 42325, + 42355 + ], + "loc": { + "start": { + "line": 1517, + "column": 8 + }, + "end": { + "line": 1517, + "column": 38 + } + }, + "leadingComments": [ + { + "type": "Line", + "value": " broadcast destroy event modules and extensions are subscribed to", + "range": [ + 42249, + 42316 + ], + "loc": { + "start": { + "line": 1516, + "column": 8 + }, + "end": { + "line": 1516, + "column": 75 + } + } + } + ] }, { "type": "IfStatement", @@ -73564,16 +72142,16 @@ "object": { "type": "ThisExpression", "range": [ - 43163, - 43167 + 42369, + 42373 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 12 }, "end": { - "line": 1541, + "line": 1519, "column": 16 } } @@ -73582,31 +72160,31 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 43168, - 43175 + 42374, + 42381 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 17 }, "end": { - "line": 1541, + "line": 1519, "column": 24 } } }, "range": [ - 43163, - 43175 + 42369, + 42381 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 12 }, "end": { - "line": 1541, + "line": 1519, "column": 24 } } @@ -73620,16 +72198,16 @@ "object": { "type": "ThisExpression", "range": [ - 43180, - 43184 + 42386, + 42390 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 29 }, "end": { - "line": 1541, + "line": 1519, "column": 33 } } @@ -73638,62 +72216,62 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 43185, - 43195 + 42391, + 42401 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 34 }, "end": { - "line": 1541, + "line": 1519, "column": 44 } } }, "range": [ - 43180, - 43195 + 42386, + 42401 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 29 }, "end": { - "line": 1541, + "line": 1519, "column": 44 } } }, "prefix": true, "range": [ - 43179, - 43195 + 42385, + 42401 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 28 }, "end": { - "line": 1541, + "line": 1519, "column": 44 } } }, "range": [ - 43163, - 43195 + 42369, + 42401 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 12 }, "end": { - "line": 1541, + "line": 1519, "column": 44 } } @@ -73716,16 +72294,16 @@ "object": { "type": "ThisExpression", "range": [ - 43211, - 43215 + 42417, + 42421 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 12 }, "end": { - "line": 1542, + "line": 1520, "column": 16 } } @@ -73734,47 +72312,47 @@ "type": "Identifier", "name": "dom", "range": [ - 43216, - 43219 + 42422, + 42425 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 17 }, "end": { - "line": 1542, + "line": 1520, "column": 20 } } }, "range": [ - 43211, - 43219 + 42417, + 42425 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 12 }, "end": { - "line": 1542, + "line": 1520, "column": 20 } } }, "arguments": [], "range": [ - 43211, - 43221 + 42417, + 42427 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 12 }, "end": { - "line": 1542, + "line": 1520, "column": 22 } } @@ -73783,31 +72361,31 @@ "type": "Identifier", "name": "deleteRow", "range": [ - 43222, - 43231 + 42428, + 42437 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 23 }, "end": { - "line": 1542, + "line": 1520, "column": 32 } } }, "range": [ - 43211, - 43231 + 42417, + 42437 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 12 }, "end": { - "line": 1542, + "line": 1520, "column": 32 } } @@ -73819,16 +72397,16 @@ "object": { "type": "ThisExpression", "range": [ - 43232, - 43236 + 42438, + 42442 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 33 }, "end": { - "line": 1542, + "line": 1520, "column": 37 } } @@ -73837,278 +72415,112 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 43237, - 43252 + 42443, + 42458 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 38 }, "end": { - "line": 1542, + "line": 1520, "column": 53 } } }, "range": [ - 43232, - 43252 + 42438, + 42458 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 33 }, "end": { - "line": 1542, + "line": 1520, "column": 53 } } } ], "range": [ - 43211, - 43253 + 42417, + 42459 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 12 }, "end": { - "line": 1542, + "line": 1520, "column": 54 } } }, "range": [ - 43211, - 43254 + 42417, + 42460 ], "loc": { "start": { - "line": 1542, + "line": 1520, "column": 12 }, "end": { - "line": 1542, + "line": 1520, "column": 55 } } } ], "range": [ - 43197, - 43264 + 42403, + 42470 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 46 }, "end": { - "line": 1543, + "line": 1521, "column": 9 } } }, "alternate": null, "range": [ - 43159, - 43264 + 42365, + 42470 ], "loc": { "start": { - "line": 1541, + "line": 1519, "column": 8 }, "end": { - "line": 1543, + "line": 1521, "column": 9 } }, - "trailingComments": [ - { - "type": "Line", - "value": " broadcast destroy event modules and extensions are subscribed to", - "range": [ - 43274, - 43341 - ], - "loc": { - "start": { - "line": 1545, - "column": 8 - }, - "end": { - "line": 1545, - "column": 75 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "emitter", - "range": [ - 43350, - 43357 - ], - "loc": { - "start": { - "line": 1546, - "column": 8 - }, - "end": { - "line": 1546, - "column": 15 - } - } - }, - "property": { - "type": "Identifier", - "name": "emit", - "range": [ - 43358, - 43362 - ], - "loc": { - "start": { - "line": 1546, - "column": 16 - }, - "end": { - "line": 1546, - "column": 20 - } - } - }, - "range": [ - 43350, - 43362 - ], - "loc": { - "start": { - "line": 1546, - "column": 8 - }, - "end": { - "line": 1546, - "column": 20 - } - } - }, - "arguments": [ - { - "type": "Literal", - "value": "destroy", - "raw": "'destroy'", - "range": [ - 43363, - 43372 - ], - "loc": { - "start": { - "line": 1546, - "column": 21 - }, - "end": { - "line": 1546, - "column": 30 - } - } - }, - { - "type": "ThisExpression", - "range": [ - 43374, - 43378 - ], - "loc": { - "start": { - "line": 1546, - "column": 32 - }, - "end": { - "line": 1546, - "column": 36 - } - } - } - ], - "range": [ - 43350, - 43379 - ], - "loc": { - "start": { - "line": 1546, - "column": 8 - }, - "end": { - "line": 1546, - "column": 37 - } - } - }, - "range": [ - 43350, - 43380 - ], - "loc": { - "start": { - "line": 1546, - "column": 8 - }, - "end": { - "line": 1546, - "column": 38 - } - }, - "leadingComments": [ - { - "type": "Line", - "value": " broadcast destroy event modules and extensions are subscribed to", - "range": [ - 43274, - 43341 - ], - "loc": { - "start": { - "line": 1545, - "column": 8 - }, - "end": { - "line": 1545, - "column": 75 - } - } - } - ], "trailingComments": [ { "type": "Line", "value": " unsubscribe to events", "range": [ - 43390, - 43414 + 42480, + 42504 ], "loc": { "start": { - "line": 1548, + "line": 1523, "column": 8 }, "end": { - "line": 1548, + "line": 1523, "column": 32 } } @@ -74123,16 +72535,16 @@ "object": { "type": "ThisExpression", "range": [ - 43427, - 43431 + 42517, + 42521 ], "loc": { "start": { - "line": 1549, + "line": 1524, "column": 12 }, "end": { - "line": 1549, + "line": 1524, "column": 16 } } @@ -74141,31 +72553,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 43432, - 43446 + 42522, + 42536 ], "loc": { "start": { - "line": 1549, + "line": 1524, "column": 17 }, "end": { - "line": 1549, + "line": 1524, "column": 31 } } }, "range": [ - 43427, - 43446 + 42517, + 42536 ], "loc": { "start": { - "line": 1549, + "line": 1524, "column": 12 }, "end": { - "line": 1549, + "line": 1524, "column": 31 } } @@ -74184,16 +72596,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43462, - 43469 + 42552, + 42559 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 12 }, "end": { - "line": 1550, + "line": 1525, "column": 19 } } @@ -74202,31 +72614,31 @@ "type": "Identifier", "name": "off", "range": [ - 43470, - 43473 + 42560, + 42563 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 20 }, "end": { - "line": 1550, + "line": 1525, "column": 23 } } }, "range": [ - 43462, - 43473 + 42552, + 42563 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 12 }, "end": { - "line": 1550, + "line": 1525, "column": 23 } } @@ -74240,32 +72652,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 43475, - 43492 + 42565, + 42582 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 25 }, "end": { - "line": 1550, + "line": 1525, "column": 42 } } } ], "range": [ - 43474, - 43493 + 42564, + 42583 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 24 }, "end": { - "line": 1550, + "line": 1525, "column": 43 } } @@ -74282,16 +72694,16 @@ "object": { "type": "ThisExpression", "range": [ - 43501, - 43505 + 42591, + 42595 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 51 }, "end": { - "line": 1550, + "line": 1525, "column": 55 } } @@ -74300,47 +72712,47 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 43506, - 43523 + 42596, + 42613 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 56 }, "end": { - "line": 1550, + "line": 1525, "column": 73 } } }, "range": [ - 43501, - 43523 + 42591, + 42613 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 51 }, "end": { - "line": 1550, + "line": 1525, "column": 73 } } }, "arguments": [], "range": [ - 43501, - 43525 + 42591, + 42615 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 51 }, "end": { - "line": 1550, + "line": 1525, "column": 75 } } @@ -74348,79 +72760,79 @@ "generator": false, "expression": true, "range": [ - 43495, - 43525 + 42585, + 42615 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 45 }, "end": { - "line": 1550, + "line": 1525, "column": 75 } } } ], "range": [ - 43462, - 43526 + 42552, + 42616 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 12 }, "end": { - "line": 1550, + "line": 1525, "column": 76 } } }, "range": [ - 43462, - 43527 + 42552, + 42617 ], "loc": { "start": { - "line": 1550, + "line": 1525, "column": 12 }, "end": { - "line": 1550, + "line": 1525, "column": 77 } } } ], "range": [ - 43448, - 43537 + 42538, + 42627 ], "loc": { "start": { - "line": 1549, + "line": 1524, "column": 33 }, "end": { - "line": 1551, + "line": 1526, "column": 9 } } }, "alternate": null, "range": [ - 43423, - 43537 + 42513, + 42627 ], "loc": { "start": { - "line": 1549, + "line": 1524, "column": 8 }, "end": { - "line": 1551, + "line": 1526, "column": 9 } }, @@ -74429,16 +72841,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43390, - 43414 + 42480, + 42504 ], "loc": { "start": { - "line": 1548, + "line": 1523, "column": 8 }, "end": { - "line": 1548, + "line": 1523, "column": 32 } } @@ -74453,16 +72865,16 @@ "object": { "type": "ThisExpression", "range": [ - 43550, - 43554 + 42640, + 42644 ], "loc": { "start": { - "line": 1552, + "line": 1527, "column": 12 }, "end": { - "line": 1552, + "line": 1527, "column": 16 } } @@ -74471,31 +72883,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 43555, - 43568 + 42645, + 42658 ], "loc": { "start": { - "line": 1552, + "line": 1527, "column": 17 }, "end": { - "line": 1552, + "line": 1527, "column": 30 } } }, "range": [ - 43550, - 43568 + 42640, + 42658 ], "loc": { "start": { - "line": 1552, + "line": 1527, "column": 12 }, "end": { - "line": 1552, + "line": 1527, "column": 30 } } @@ -74514,16 +72926,16 @@ "type": "Identifier", "name": "emitter", "range": [ - 43584, - 43591 + 42674, + 42681 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 12 }, "end": { - "line": 1553, + "line": 1528, "column": 19 } } @@ -74532,31 +72944,31 @@ "type": "Identifier", "name": "off", "range": [ - 43592, - 43595 + 42682, + 42685 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 20 }, "end": { - "line": 1553, + "line": 1528, "column": 23 } } }, "range": [ - 43584, - 43595 + 42674, + 42685 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 12 }, "end": { - "line": 1553, + "line": 1528, "column": 23 } } @@ -74570,32 +72982,32 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 43597, - 43614 + 42687, + 42704 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 25 }, "end": { - "line": 1553, + "line": 1528, "column": 42 } } } ], "range": [ - 43596, - 43615 + 42686, + 42705 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 24 }, "end": { - "line": 1553, + "line": 1528, "column": 43 } } @@ -74612,16 +73024,16 @@ "object": { "type": "ThisExpression", "range": [ - 43623, - 43627 + 42713, + 42717 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 51 }, "end": { - "line": 1553, + "line": 1528, "column": 55 } } @@ -74630,47 +73042,47 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 43628, - 43639 + 42718, + 42729 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 56 }, "end": { - "line": 1553, + "line": 1528, "column": 67 } } }, "range": [ - 43623, - 43639 + 42713, + 42729 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 51 }, "end": { - "line": 1553, + "line": 1528, "column": 67 } } }, "arguments": [], "range": [ - 43623, - 43641 + 42713, + 42731 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 51 }, "end": { - "line": 1553, + "line": 1528, "column": 69 } } @@ -74678,79 +73090,79 @@ "generator": false, "expression": true, "range": [ - 43617, - 43641 + 42707, + 42731 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 45 }, "end": { - "line": 1553, + "line": 1528, "column": 69 } } } ], "range": [ - 43584, - 43642 + 42674, + 42732 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 12 }, "end": { - "line": 1553, + "line": 1528, "column": 70 } } }, "range": [ - 43584, - 43643 + 42674, + 42733 ], "loc": { "start": { - "line": 1553, + "line": 1528, "column": 12 }, "end": { - "line": 1553, + "line": 1528, "column": 71 } } } ], "range": [ - 43570, - 43653 + 42660, + 42743 ], "loc": { "start": { - "line": 1552, + "line": 1527, "column": 32 }, "end": { - "line": 1554, + "line": 1529, "column": 9 } } }, "alternate": null, "range": [ - 43546, - 43653 + 42636, + 42743 ], "loc": { "start": { - "line": 1552, + "line": 1527, "column": 8 }, "end": { - "line": 1554, + "line": 1529, "column": 9 } } @@ -74768,16 +73180,16 @@ "object": { "type": "ThisExpression", "range": [ - 43662, - 43666 + 42752, + 42756 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 8 }, "end": { - "line": 1555, + "line": 1530, "column": 12 } } @@ -74786,31 +73198,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 43667, - 43674 + 42757, + 42764 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 13 }, "end": { - "line": 1555, + "line": 1530, "column": 20 } } }, "range": [ - 43662, - 43674 + 42752, + 42764 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 8 }, "end": { - "line": 1555, + "line": 1530, "column": 20 } } @@ -74819,31 +73231,31 @@ "type": "Identifier", "name": "off", "range": [ - 43675, - 43678 + 42765, + 42768 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 21 }, "end": { - "line": 1555, + "line": 1530, "column": 24 } } }, "range": [ - 43662, - 43678 + 42752, + 42768 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 8 }, "end": { - "line": 1555, + "line": 1530, "column": 24 } } @@ -74857,32 +73269,32 @@ "value": "filter-focus", "raw": "'filter-focus'", "range": [ - 43680, - 43694 + 42770, + 42784 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 26 }, "end": { - "line": 1555, + "line": 1530, "column": 40 } } } ], "range": [ - 43679, - 43695 + 42769, + 42785 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 25 }, "end": { - "line": 1555, + "line": 1530, "column": 41 } } @@ -74895,16 +73307,16 @@ "type": "Identifier", "name": "tf", "range": [ - 43710, - 43712 + 42800, + 42802 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 13 }, "end": { - "line": 1556, + "line": 1531, "column": 15 } } @@ -74913,16 +73325,16 @@ "type": "Identifier", "name": "filter", "range": [ - 43714, - 43720 + 42804, + 42810 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 17 }, "end": { - "line": 1556, + "line": 1531, "column": 23 } } @@ -74936,16 +73348,16 @@ "object": { "type": "ThisExpression", "range": [ - 43725, - 43729 + 42815, + 42819 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 28 }, "end": { - "line": 1556, + "line": 1531, "column": 32 } } @@ -74954,31 +73366,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 43730, - 43747 + 42820, + 42837 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 33 }, "end": { - "line": 1556, + "line": 1531, "column": 50 } } }, "range": [ - 43725, - 43747 + 42815, + 42837 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 28 }, "end": { - "line": 1556, + "line": 1531, "column": 50 } } @@ -74991,16 +73403,16 @@ "type": "Identifier", "name": "filter", "range": [ - 43748, - 43754 + 42838, + 42844 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 51 }, "end": { - "line": 1556, + "line": 1531, "column": 57 } } @@ -75009,47 +73421,47 @@ "type": "Identifier", "name": "id", "range": [ - 43755, - 43757 + 42845, + 42847 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 58 }, "end": { - "line": 1556, + "line": 1531, "column": 60 } } }, "range": [ - 43748, - 43757 + 42838, + 42847 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 51 }, "end": { - "line": 1556, + "line": 1531, "column": 60 } } } ], "range": [ - 43725, - 43758 + 42815, + 42848 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 28 }, "end": { - "line": 1556, + "line": 1531, "column": 61 } } @@ -75057,47 +73469,47 @@ "generator": false, "expression": true, "range": [ - 43709, - 43758 + 42799, + 42848 ], "loc": { "start": { - "line": 1556, + "line": 1531, "column": 12 }, "end": { - "line": 1556, + "line": 1531, "column": 61 } } } ], "range": [ - 43662, - 43759 + 42752, + 42849 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 8 }, "end": { - "line": 1556, + "line": 1531, "column": 62 } } }, "range": [ - 43662, - 43760 + 42752, + 42850 ], "loc": { "start": { - "line": 1555, + "line": 1530, "column": 8 }, "end": { - "line": 1556, + "line": 1531, "column": 63 } } @@ -75110,16 +73522,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 43770, - 43781 + 42860, + 42871 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 8 }, "end": { - "line": 1558, + "line": 1533, "column": 19 } } @@ -75133,16 +73545,16 @@ "object": { "type": "ThisExpression", "range": [ - 43782, - 43786 + 42872, + 42876 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 20 }, "end": { - "line": 1558, + "line": 1533, "column": 24 } } @@ -75151,47 +73563,47 @@ "type": "Identifier", "name": "dom", "range": [ - 43787, - 43790 + 42877, + 42880 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 25 }, "end": { - "line": 1558, + "line": 1533, "column": 28 } } }, "range": [ - 43782, - 43790 + 42872, + 42880 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 20 }, "end": { - "line": 1558, + "line": 1533, "column": 28 } } }, "arguments": [], "range": [ - 43782, - 43792 + 42872, + 42882 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 20 }, "end": { - "line": 1558, + "line": 1533, "column": 30 } } @@ -75202,16 +73614,16 @@ "object": { "type": "ThisExpression", "range": [ - 43794, - 43798 + 42884, + 42888 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 32 }, "end": { - "line": 1558, + "line": 1533, "column": 36 } } @@ -75220,62 +73632,62 @@ "type": "Identifier", "name": "prfxTf", "range": [ - 43799, - 43805 + 42889, + 42895 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 37 }, "end": { - "line": 1558, + "line": 1533, "column": 43 } } }, "range": [ - 43794, - 43805 + 42884, + 42895 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 32 }, "end": { - "line": 1558, + "line": 1533, "column": 43 } } } ], "range": [ - 43770, - 43806 + 42860, + 42896 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 8 }, "end": { - "line": 1558, + "line": 1533, "column": 44 } } }, "range": [ - 43770, - 43807 + 42860, + 42897 ], "loc": { "start": { - "line": 1558, + "line": 1533, "column": 8 }, "end": { - "line": 1558, + "line": 1533, "column": 45 } } @@ -75288,16 +73700,16 @@ "type": "Identifier", "name": "removeClass", "range": [ - 43816, - 43827 + 42906, + 42917 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 8 }, "end": { - "line": 1559, + "line": 1534, "column": 19 } } @@ -75311,16 +73723,16 @@ "object": { "type": "ThisExpression", "range": [ - 43828, - 43832 + 42918, + 42922 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 20 }, "end": { - "line": 1559, + "line": 1534, "column": 24 } } @@ -75329,47 +73741,47 @@ "type": "Identifier", "name": "dom", "range": [ - 43833, - 43836 + 42923, + 42926 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 25 }, "end": { - "line": 1559, + "line": 1534, "column": 28 } } }, "range": [ - 43828, - 43836 + 42918, + 42926 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 20 }, "end": { - "line": 1559, + "line": 1534, "column": 28 } } }, "arguments": [], "range": [ - 43828, - 43838 + 42918, + 42928 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 20 }, "end": { - "line": 1559, + "line": 1534, "column": 30 } } @@ -75380,16 +73792,16 @@ "object": { "type": "ThisExpression", "range": [ - 43840, - 43844 + 42930, + 42934 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 32 }, "end": { - "line": 1559, + "line": 1534, "column": 36 } } @@ -75398,62 +73810,62 @@ "type": "Identifier", "name": "prfxResponsive", "range": [ - 43845, - 43859 + 42935, + 42949 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 37 }, "end": { - "line": 1559, + "line": 1534, "column": 51 } } }, "range": [ - 43840, - 43859 + 42930, + 42949 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 32 }, "end": { - "line": 1559, + "line": 1534, "column": 51 } } } ], "range": [ - 43816, - 43860 + 42906, + 42950 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 8 }, "end": { - "line": 1559, + "line": 1534, "column": 52 } } }, "range": [ - 43816, - 43861 + 42906, + 42951 ], "loc": { "start": { - "line": 1559, + "line": 1534, "column": 8 }, "end": { - "line": 1559, + "line": 1534, "column": 53 } } @@ -75469,16 +73881,16 @@ "object": { "type": "ThisExpression", "range": [ - 43871, - 43875 + 42961, + 42965 ], "loc": { "start": { - "line": 1561, + "line": 1536, "column": 8 }, "end": { - "line": 1561, + "line": 1536, "column": 12 } } @@ -75487,31 +73899,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 43876, - 43888 + 42966, + 42978 ], "loc": { "start": { - "line": 1561, + "line": 1536, "column": 13 }, "end": { - "line": 1561, + "line": 1536, "column": 25 } } }, "range": [ - 43871, - 43888 + 42961, + 42978 ], "loc": { "start": { - "line": 1561, + "line": 1536, "column": 8 }, "end": { - "line": 1561, + "line": 1536, "column": 25 } } @@ -75521,46 +73933,46 @@ "value": 0, "raw": "0", "range": [ - 43891, - 43892 + 42981, + 42982 ], "loc": { "start": { - "line": 1561, + "line": 1536, "column": 28 }, "end": { - "line": 1561, + "line": 1536, "column": 29 } } }, "range": [ - 43871, - 43892 + 42961, + 42982 ], "loc": { "start": { - "line": 1561, + "line": 1536, "column": 8 }, "end": { - "line": 1561, + "line": 1536, "column": 29 } } }, "range": [ - 43871, - 43893 + 42961, + 42983 ], "loc": { "start": { - "line": 1561, + "line": 1536, "column": 8 }, "end": { - "line": 1561, + "line": 1536, "column": 30 } } @@ -75576,16 +73988,16 @@ "object": { "type": "ThisExpression", "range": [ - 43902, - 43906 + 42992, + 42996 ], "loc": { "start": { - "line": 1562, + "line": 1537, "column": 8 }, "end": { - "line": 1562, + "line": 1537, "column": 12 } } @@ -75594,31 +74006,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 43907, - 43921 + 42997, + 43011 ], "loc": { "start": { - "line": 1562, + "line": 1537, "column": 13 }, "end": { - "line": 1562, + "line": 1537, "column": 27 } } }, "range": [ - 43902, - 43921 + 42992, + 43011 ], "loc": { "start": { - "line": 1562, + "line": 1537, "column": 8 }, "end": { - "line": 1562, + "line": 1537, "column": 27 } } @@ -75627,46 +74039,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 43924, - 43926 + 43014, + 43016 ], "loc": { "start": { - "line": 1562, + "line": 1537, "column": 30 }, "end": { - "line": 1562, + "line": 1537, "column": 32 } } }, "range": [ - 43902, - 43926 + 42992, + 43016 ], "loc": { "start": { - "line": 1562, + "line": 1537, "column": 8 }, "end": { - "line": 1562, + "line": 1537, "column": 32 } } }, "range": [ - 43902, - 43927 + 42992, + 43017 ], "loc": { "start": { - "line": 1562, + "line": 1537, "column": 8 }, "end": { - "line": 1562, + "line": 1537, "column": 33 } } @@ -75682,16 +74094,16 @@ "object": { "type": "ThisExpression", "range": [ - 43936, - 43940 + 43026, + 43030 ], "loc": { "start": { - "line": 1563, + "line": 1538, "column": 8 }, "end": { - "line": 1563, + "line": 1538, "column": 12 } } @@ -75700,31 +74112,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 43941, - 43947 + 43031, + 43037 ], "loc": { "start": { - "line": 1563, + "line": 1538, "column": 13 }, "end": { - "line": 1563, + "line": 1538, "column": 19 } } }, "range": [ - 43936, - 43947 + 43026, + 43037 ], "loc": { "start": { - "line": 1563, + "line": 1538, "column": 8 }, "end": { - "line": 1563, + "line": 1538, "column": 19 } } @@ -75733,46 +74145,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 43950, - 43952 + 43040, + 43042 ], "loc": { "start": { - "line": 1563, + "line": 1538, "column": 22 }, "end": { - "line": 1563, + "line": 1538, "column": 24 } } }, "range": [ - 43936, - 43952 + 43026, + 43042 ], "loc": { "start": { - "line": 1563, + "line": 1538, "column": 8 }, "end": { - "line": 1563, + "line": 1538, "column": 24 } } }, "range": [ - 43936, - 43953 + 43026, + 43043 ], "loc": { "start": { - "line": 1563, + "line": 1538, "column": 8 }, "end": { - "line": 1563, + "line": 1538, "column": 25 } } @@ -75788,16 +74200,16 @@ "object": { "type": "ThisExpression", "range": [ - 43962, - 43966 + 43052, + 43056 ], "loc": { "start": { - "line": 1564, + "line": 1539, "column": 8 }, "end": { - "line": 1564, + "line": 1539, "column": 12 } } @@ -75806,31 +74218,31 @@ "type": "Identifier", "name": "initialized", "range": [ - 43967, - 43978 + 43057, + 43068 ], "loc": { "start": { - "line": 1564, + "line": 1539, "column": 13 }, "end": { - "line": 1564, + "line": 1539, "column": 24 } } }, "range": [ - 43962, - 43978 + 43052, + 43068 ], "loc": { "start": { - "line": 1564, + "line": 1539, "column": 8 }, "end": { - "line": 1564, + "line": 1539, "column": 24 } } @@ -75840,62 +74252,62 @@ "value": false, "raw": "false", "range": [ - 43981, - 43986 + 43071, + 43076 ], "loc": { "start": { - "line": 1564, + "line": 1539, "column": 27 }, "end": { - "line": 1564, + "line": 1539, "column": 32 } } }, "range": [ - 43962, - 43986 + 43052, + 43076 ], "loc": { "start": { - "line": 1564, + "line": 1539, "column": 8 }, "end": { - "line": 1564, + "line": 1539, "column": 32 } } }, "range": [ - 43962, - 43987 + 43052, + 43077 ], "loc": { "start": { - "line": 1564, + "line": 1539, "column": 8 }, "end": { - "line": 1564, + "line": 1539, "column": 33 } } } ], "range": [ - 42477, - 43993 + 41846, + 43083 ], "loc": { "start": { - "line": 1516, + "line": 1497, "column": 14 }, "end": { - "line": 1565, + "line": 1540, "column": 5 } } @@ -75903,16 +74315,16 @@ "generator": false, "expression": false, "range": [ - 42474, - 43993 + 41843, + 43083 ], "loc": { "start": { - "line": 1516, + "line": 1497, "column": 11 }, "end": { - "line": 1565, + "line": 1540, "column": 5 } } @@ -75920,16 +74332,16 @@ "kind": "method", "computed": false, "range": [ - 42467, - 43993 + 41836, + 43083 ], "loc": { "start": { - "line": 1516, + "line": 1497, "column": 4 }, "end": { - "line": 1565, + "line": 1540, "column": 5 } }, @@ -75938,16 +74350,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42424, - 42462 + 41793, + 41831 ], "loc": { "start": { - "line": 1513, + "line": 1494, "column": 4 }, "end": { - "line": 1515, + "line": 1496, "column": 7 } } @@ -75958,16 +74370,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 43999, - 44088 + 43089, + 43178 ], "loc": { "start": { - "line": 1567, + "line": 1542, "column": 4 }, "end": { - "line": 1569, + "line": 1544, "column": 7 } } @@ -75981,16 +74393,16 @@ "type": "Identifier", "name": "setToolbar", "range": [ - 44093, - 44103 + 43183, + 43193 ], "loc": { "start": { - "line": 1570, + "line": 1545, "column": 4 }, "end": { - "line": 1570, + "line": 1545, "column": 14 } } @@ -76010,16 +74422,16 @@ "object": { "type": "ThisExpression", "range": [ - 44120, - 44124 + 43210, + 43214 ], "loc": { "start": { - "line": 1571, + "line": 1546, "column": 12 }, "end": { - "line": 1571, + "line": 1546, "column": 16 } } @@ -76028,31 +74440,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44125, - 44131 + 43215, + 43221 ], "loc": { "start": { - "line": 1571, + "line": 1546, "column": 17 }, "end": { - "line": 1571, + "line": 1546, "column": 23 } } }, "range": [ - 44120, - 44131 + 43210, + 43221 ], "loc": { "start": { - "line": 1571, + "line": 1546, "column": 12 }, "end": { - "line": 1571, + "line": 1546, "column": 23 } } @@ -76064,48 +74476,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 44147, - 44154 + 43237, + 43244 ], "loc": { "start": { - "line": 1572, + "line": 1547, "column": 12 }, "end": { - "line": 1572, + "line": 1547, "column": 19 } } } ], "range": [ - 44133, - 44164 + 43223, + 43254 ], "loc": { "start": { - "line": 1571, + "line": 1546, "column": 25 }, "end": { - "line": 1573, + "line": 1548, "column": 9 } } }, "alternate": null, "range": [ - 44116, - 44164 + 43206, + 43254 ], "loc": { "start": { - "line": 1571, + "line": 1546, "column": 8 }, "end": { - "line": 1573, + "line": 1548, "column": 9 } }, @@ -76114,16 +74526,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44174, - 44197 + 43264, + 43287 ], "loc": { "start": { - "line": 1575, + "line": 1550, "column": 8 }, "end": { - "line": 1575, + "line": 1550, "column": 31 } } @@ -76139,16 +74551,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44210, - 44216 + 43300, + 43306 ], "loc": { "start": { - "line": 1576, + "line": 1551, "column": 12 }, "end": { - "line": 1576, + "line": 1551, "column": 18 } } @@ -76159,16 +74571,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44219, - 44228 + 43309, + 43318 ], "loc": { "start": { - "line": 1576, + "line": 1551, "column": 21 }, "end": { - "line": 1576, + "line": 1551, "column": 30 } } @@ -76179,47 +74591,47 @@ "value": "div", "raw": "'div'", "range": [ - 44229, - 44234 + 43319, + 43324 ], "loc": { "start": { - "line": 1576, + "line": 1551, "column": 31 }, "end": { - "line": 1576, + "line": 1551, "column": 36 } } } ], "range": [ - 44219, - 44235 + 43309, + 43325 ], "loc": { "start": { - "line": 1576, + "line": 1551, "column": 21 }, "end": { - "line": 1576, + "line": 1551, "column": 37 } } }, "range": [ - 44210, - 44235 + 43300, + 43325 ], "loc": { "start": { - "line": 1576, + "line": 1551, "column": 12 }, "end": { - "line": 1576, + "line": 1551, "column": 37 } } @@ -76227,16 +74639,16 @@ ], "kind": "let", "range": [ - 44206, - 44236 + 43296, + 43326 ], "loc": { "start": { - "line": 1576, + "line": 1551, "column": 8 }, "end": { - "line": 1576, + "line": 1551, "column": 38 } }, @@ -76245,16 +74657,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44174, - 44197 + 43264, + 43287 ], "loc": { "start": { - "line": 1575, + "line": 1550, "column": 8 }, "end": { - "line": 1575, + "line": 1550, "column": 31 } } @@ -76273,16 +74685,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44245, - 44251 + 43335, + 43341 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 8 }, "end": { - "line": 1577, + "line": 1552, "column": 14 } } @@ -76291,31 +74703,31 @@ "type": "Identifier", "name": "className", "range": [ - 44252, - 44261 + 43342, + 43351 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 15 }, "end": { - "line": 1577, + "line": 1552, "column": 24 } } }, "range": [ - 44245, - 44261 + 43335, + 43351 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 8 }, "end": { - "line": 1577, + "line": 1552, "column": 24 } } @@ -76326,16 +74738,16 @@ "object": { "type": "ThisExpression", "range": [ - 44264, - 44268 + 43354, + 43358 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 27 }, "end": { - "line": 1577, + "line": 1552, "column": 31 } } @@ -76344,61 +74756,61 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 44269, - 44283 + 43359, + 43373 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 32 }, "end": { - "line": 1577, + "line": 1552, "column": 46 } } }, "range": [ - 44264, - 44283 + 43354, + 43373 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 27 }, "end": { - "line": 1577, + "line": 1552, "column": 46 } } }, "range": [ - 44245, - 44283 + 43335, + 43373 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 8 }, "end": { - "line": 1577, + "line": 1552, "column": 46 } } }, "range": [ - 44245, - 44284 + 43335, + 43374 ], "loc": { "start": { - "line": 1577, + "line": 1552, "column": 8 }, "end": { - "line": 1577, + "line": 1552, "column": 47 } }, @@ -76407,16 +74819,16 @@ "type": "Line", "value": "custom container", "range": [ - 44294, - 44312 + 43384, + 43402 ], "loc": { "start": { - "line": 1579, + "line": 1554, "column": 8 }, "end": { - "line": 1579, + "line": 1554, "column": 26 } } @@ -76431,16 +74843,16 @@ "object": { "type": "ThisExpression", "range": [ - 44325, - 44329 + 43415, + 43419 ], "loc": { "start": { - "line": 1580, + "line": 1555, "column": 12 }, "end": { - "line": 1580, + "line": 1555, "column": 16 } } @@ -76449,31 +74861,31 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44330, - 44342 + 43420, + 43432 ], "loc": { "start": { - "line": 1580, + "line": 1555, "column": 17 }, "end": { - "line": 1580, + "line": 1555, "column": 29 } } }, "range": [ - 44325, - 44342 + 43415, + 43432 ], "loc": { "start": { - "line": 1580, + "line": 1555, "column": 12 }, "end": { - "line": 1580, + "line": 1555, "column": 29 } } @@ -76494,16 +74906,16 @@ "type": "Identifier", "name": "elm", "range": [ - 44358, - 44361 + 43448, + 43451 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 12 }, "end": { - "line": 1581, + "line": 1556, "column": 15 } } @@ -76515,16 +74927,16 @@ "object": { "type": "ThisExpression", "range": [ - 44362, - 44366 + 43452, + 43456 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 16 }, "end": { - "line": 1581, + "line": 1556, "column": 20 } } @@ -76533,47 +74945,47 @@ "type": "Identifier", "name": "toolBarTgtId", "range": [ - 44367, - 44379 + 43457, + 43469 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 21 }, "end": { - "line": 1581, + "line": 1556, "column": 33 } } }, "range": [ - 44362, - 44379 + 43452, + 43469 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 16 }, "end": { - "line": 1581, + "line": 1556, "column": 33 } } } ], "range": [ - 44358, - 44380 + 43448, + 43470 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 12 }, "end": { - "line": 1581, + "line": 1556, "column": 34 } } @@ -76582,31 +74994,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44381, - 44392 + 43471, + 43482 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 35 }, "end": { - "line": 1581, + "line": 1556, "column": 46 } } }, "range": [ - 44358, - 44392 + 43448, + 43482 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 12 }, "end": { - "line": 1581, + "line": 1556, "column": 46 } } @@ -76616,63 +75028,63 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44393, - 44399 + 43483, + 43489 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 47 }, "end": { - "line": 1581, + "line": 1556, "column": 53 } } } ], "range": [ - 44358, - 44400 + 43448, + 43490 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 12 }, "end": { - "line": 1581, + "line": 1556, "column": 54 } } }, "range": [ - 44358, - 44401 + 43448, + 43491 ], "loc": { "start": { - "line": 1581, + "line": 1556, "column": 12 }, "end": { - "line": 1581, + "line": 1556, "column": 55 } } } ], "range": [ - 44344, - 44411 + 43434, + 43501 ], "loc": { "start": { - "line": 1580, + "line": 1555, "column": 31 }, "end": { - "line": 1582, + "line": 1557, "column": 9 } }, @@ -76681,16 +75093,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44420, - 44433 + 43510, + 43523 ], "loc": { "start": { - "line": 1583, + "line": 1558, "column": 8 }, "end": { - "line": 1583, + "line": 1558, "column": 21 } } @@ -76705,16 +75117,16 @@ "object": { "type": "ThisExpression", "range": [ - 44451, - 44455 + 43541, + 43545 ], "loc": { "start": { - "line": 1584, + "line": 1559, "column": 17 }, "end": { - "line": 1584, + "line": 1559, "column": 21 } } @@ -76723,31 +75135,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44456, - 44466 + 43546, + 43556 ], "loc": { "start": { - "line": 1584, + "line": 1559, "column": 22 }, "end": { - "line": 1584, + "line": 1559, "column": 32 } } }, "range": [ - 44451, - 44466 + 43541, + 43556 ], "loc": { "start": { - "line": 1584, + "line": 1559, "column": 17 }, "end": { - "line": 1584, + "line": 1559, "column": 32 } } @@ -76764,16 +75176,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44486, - 44496 + 43576, + 43586 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 16 }, "end": { - "line": 1585, + "line": 1560, "column": 26 } } @@ -76787,16 +75199,16 @@ "object": { "type": "ThisExpression", "range": [ - 44499, - 44503 + 43589, + 43593 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 29 }, "end": { - "line": 1585, + "line": 1560, "column": 33 } } @@ -76805,31 +75217,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 44504, - 44507 + 43594, + 43597 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 34 }, "end": { - "line": 1585, + "line": 1560, "column": 37 } } }, "range": [ - 44499, - 44507 + 43589, + 43597 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 29 }, "end": { - "line": 1585, + "line": 1560, "column": 37 } } @@ -76838,46 +75250,46 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44508, - 44518 + 43598, + 43608 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 38 }, "end": { - "line": 1585, + "line": 1560, "column": 48 } } }, "range": [ - 44499, - 44518 + 43589, + 43608 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 29 }, "end": { - "line": 1585, + "line": 1560, "column": 48 } } }, "range": [ - 44486, - 44518 + 43576, + 43608 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 16 }, "end": { - "line": 1585, + "line": 1560, "column": 48 } } @@ -76885,16 +75297,16 @@ ], "kind": "let", "range": [ - 44482, - 44519 + 43572, + 43609 ], "loc": { "start": { - "line": 1585, + "line": 1560, "column": 12 }, "end": { - "line": 1585, + "line": 1560, "column": 49 } } @@ -76913,16 +75325,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44532, - 44542 + 43622, + 43632 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 12 }, "end": { - "line": 1586, + "line": 1561, "column": 22 } } @@ -76931,31 +75343,31 @@ "type": "Identifier", "name": "tblMainCont", "range": [ - 44543, - 44554 + 43633, + 43644 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 23 }, "end": { - "line": 1586, + "line": 1561, "column": 34 } } }, "range": [ - 44532, - 44554 + 43622, + 43644 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 12 }, "end": { - "line": 1586, + "line": 1561, "column": 34 } } @@ -76964,31 +75376,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44555, - 44566 + 43645, + 43656 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 35 }, "end": { - "line": 1586, + "line": 1561, "column": 46 } } }, "range": [ - 44532, - 44566 + 43622, + 43656 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 12 }, "end": { - "line": 1586, + "line": 1561, "column": 46 } } @@ -76998,47 +75410,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44567, - 44573 + 43657, + 43663 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 47 }, "end": { - "line": 1586, + "line": 1561, "column": 53 } } } ], "range": [ - 44532, - 44574 + 43622, + 43664 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 12 }, "end": { - "line": 1586, + "line": 1561, "column": 54 } } }, "range": [ - 44532, - 44575 + 43622, + 43665 ], "loc": { "start": { - "line": 1586, + "line": 1561, "column": 12 }, "end": { - "line": 1586, + "line": 1561, "column": 55 } } @@ -77055,16 +75467,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44588, - 44594 + 43678, + 43684 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 12 }, "end": { - "line": 1587, + "line": 1562, "column": 18 } } @@ -77073,31 +75485,31 @@ "type": "Identifier", "name": "className", "range": [ - 44595, - 44604 + 43685, + 43694 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 19 }, "end": { - "line": 1587, + "line": 1562, "column": 28 } } }, "range": [ - 44588, - 44604 + 43678, + 43694 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 12 }, "end": { - "line": 1587, + "line": 1562, "column": 28 } } @@ -77109,16 +75521,16 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 44607, - 44617 + 43697, + 43707 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 31 }, "end": { - "line": 1587, + "line": 1562, "column": 41 } } @@ -77127,77 +75539,77 @@ "type": "Identifier", "name": "infDivCssClass", "range": [ - 44618, - 44632 + 43708, + 43722 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 42 }, "end": { - "line": 1587, + "line": 1562, "column": 56 } } }, "range": [ - 44607, - 44632 + 43697, + 43722 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 31 }, "end": { - "line": 1587, + "line": 1562, "column": 56 } } }, "range": [ - 44588, - 44632 + 43678, + 43722 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 12 }, "end": { - "line": 1587, + "line": 1562, "column": 56 } } }, "range": [ - 44588, - 44633 + 43678, + 43723 ], "loc": { "start": { - "line": 1587, + "line": 1562, "column": 12 }, "end": { - "line": 1587, + "line": 1562, "column": 57 } } } ], "range": [ - 44468, - 44643 + 43558, + 43733 ], "loc": { "start": { - "line": 1584, + "line": 1559, "column": 34 }, "end": { - "line": 1588, + "line": 1563, "column": 9 } }, @@ -77206,16 +75618,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44652, - 44692 + 43742, + 43782 ], "loc": { "start": { - "line": 1589, + "line": 1564, "column": 8 }, "end": { - "line": 1589, + "line": 1564, "column": 48 } } @@ -77234,16 +75646,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44724, - 44728 + 43814, + 43818 ], "loc": { "start": { - "line": 1591, + "line": 1566, "column": 16 }, "end": { - "line": 1591, + "line": 1566, "column": 20 } } @@ -77254,16 +75666,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44731, - 44740 + 43821, + 43830 ], "loc": { "start": { - "line": 1591, + "line": 1566, "column": 23 }, "end": { - "line": 1591, + "line": 1566, "column": 32 } } @@ -77274,47 +75686,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 44741, - 44750 + 43831, + 43840 ], "loc": { "start": { - "line": 1591, + "line": 1566, "column": 33 }, "end": { - "line": 1591, + "line": 1566, "column": 42 } } } ], "range": [ - 44731, - 44751 + 43821, + 43841 ], "loc": { "start": { - "line": 1591, + "line": 1566, "column": 23 }, "end": { - "line": 1591, + "line": 1566, "column": 43 } } }, "range": [ - 44724, - 44751 + 43814, + 43841 ], "loc": { "start": { - "line": 1591, + "line": 1566, "column": 16 }, "end": { - "line": 1591, + "line": 1566, "column": 43 } } @@ -77322,16 +75734,16 @@ ], "kind": "let", "range": [ - 44720, - 44752 + 43810, + 43842 ], "loc": { "start": { - "line": 1591, + "line": 1566, "column": 12 }, "end": { - "line": 1591, + "line": 1566, "column": 44 } } @@ -77347,16 +75759,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44765, - 44769 + 43855, + 43859 ], "loc": { "start": { - "line": 1592, + "line": 1567, "column": 12 }, "end": { - "line": 1592, + "line": 1567, "column": 16 } } @@ -77365,31 +75777,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 44770, - 44781 + 43860, + 43871 ], "loc": { "start": { - "line": 1592, + "line": 1567, "column": 17 }, "end": { - "line": 1592, + "line": 1567, "column": 28 } } }, "range": [ - 44765, - 44781 + 43855, + 43871 ], "loc": { "start": { - "line": 1592, + "line": 1567, "column": 12 }, "end": { - "line": 1592, + "line": 1567, "column": 28 } } @@ -77399,47 +75811,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44782, - 44788 + 43872, + 43878 ], "loc": { "start": { - "line": 1592, + "line": 1567, "column": 29 }, "end": { - "line": 1592, + "line": 1567, "column": 35 } } } ], "range": [ - 44765, - 44789 + 43855, + 43879 ], "loc": { "start": { - "line": 1592, + "line": 1567, "column": 12 }, "end": { - "line": 1592, + "line": 1567, "column": 36 } } }, "range": [ - 44765, - 44790 + 43855, + 43880 ], "loc": { "start": { - "line": 1592, + "line": 1567, "column": 12 }, "end": { - "line": 1592, + "line": 1567, "column": 37 } } @@ -77459,16 +75871,16 @@ "object": { "type": "ThisExpression", "range": [ - 44803, - 44807 + 43893, + 43897 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 12 }, "end": { - "line": 1593, + "line": 1568, "column": 16 } } @@ -77477,47 +75889,47 @@ "type": "Identifier", "name": "dom", "range": [ - 44808, - 44811 + 43898, + 43901 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 17 }, "end": { - "line": 1593, + "line": 1568, "column": 20 } } }, "range": [ - 44803, - 44811 + 43893, + 43901 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 12 }, "end": { - "line": 1593, + "line": 1568, "column": 20 } } }, "arguments": [], "range": [ - 44803, - 44813 + 43893, + 43903 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 12 }, "end": { - "line": 1593, + "line": 1568, "column": 22 } } @@ -77526,31 +75938,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 44814, - 44826 + 43904, + 43916 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 23 }, "end": { - "line": 1593, + "line": 1568, "column": 35 } } }, "range": [ - 44803, - 44826 + 43893, + 43916 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 12 }, "end": { - "line": 1593, + "line": 1568, "column": 35 } } @@ -77560,16 +75972,16 @@ "type": "Identifier", "name": "cont", "range": [ - 44827, - 44831 + 43917, + 43921 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 36 }, "end": { - "line": 1593, + "line": 1568, "column": 40 } } @@ -77585,16 +75997,16 @@ "object": { "type": "ThisExpression", "range": [ - 44833, - 44837 + 43923, + 43927 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 42 }, "end": { - "line": 1593, + "line": 1568, "column": 46 } } @@ -77603,47 +76015,47 @@ "type": "Identifier", "name": "dom", "range": [ - 44838, - 44841 + 43928, + 43931 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 47 }, "end": { - "line": 1593, + "line": 1568, "column": 50 } } }, "range": [ - 44833, - 44841 + 43923, + 43931 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 42 }, "end": { - "line": 1593, + "line": 1568, "column": 50 } } }, "arguments": [], "range": [ - 44833, - 44843 + 43923, + 43933 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 42 }, "end": { - "line": 1593, + "line": 1568, "column": 52 } } @@ -77652,78 +76064,78 @@ "type": "Identifier", "name": "firstChild", "range": [ - 44844, - 44854 + 43934, + 43944 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 53 }, "end": { - "line": 1593, + "line": 1568, "column": 63 } } }, "range": [ - 44833, - 44854 + 43923, + 43944 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 42 }, "end": { - "line": 1593, + "line": 1568, "column": 63 } } } ], "range": [ - 44803, - 44855 + 43893, + 43945 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 12 }, "end": { - "line": 1593, + "line": 1568, "column": 64 } } }, "range": [ - 44803, - 44856 + 43893, + 43946 ], "loc": { "start": { - "line": 1593, + "line": 1568, "column": 12 }, "end": { - "line": 1593, + "line": 1568, "column": 65 } } } ], "range": [ - 44706, - 44866 + 43796, + 43956 ], "loc": { "start": { - "line": 1590, + "line": 1565, "column": 13 }, "end": { - "line": 1594, + "line": 1569, "column": 9 } }, @@ -77732,16 +76144,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44652, - 44692 + 43742, + 43782 ], "loc": { "start": { - "line": 1589, + "line": 1564, "column": 8 }, "end": { - "line": 1589, + "line": 1564, "column": 48 } } @@ -77749,16 +76161,16 @@ ] }, "range": [ - 44447, - 44866 + 43537, + 43956 ], "loc": { "start": { - "line": 1584, + "line": 1559, "column": 13 }, "end": { - "line": 1594, + "line": 1569, "column": 9 } }, @@ -77767,16 +76179,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44420, - 44433 + 43510, + 43523 ], "loc": { "start": { - "line": 1583, + "line": 1558, "column": 8 }, "end": { - "line": 1583, + "line": 1558, "column": 21 } } @@ -77784,16 +76196,16 @@ ] }, "range": [ - 44321, - 44866 + 43411, + 43956 ], "loc": { "start": { - "line": 1580, + "line": 1555, "column": 8 }, "end": { - "line": 1594, + "line": 1569, "column": 9 } }, @@ -77802,16 +76214,16 @@ "type": "Line", "value": "custom container", "range": [ - 44294, - 44312 + 43384, + 43402 ], "loc": { "start": { - "line": 1579, + "line": 1554, "column": 8 }, "end": { - "line": 1579, + "line": 1554, "column": 26 } } @@ -77829,16 +76241,16 @@ "object": { "type": "ThisExpression", "range": [ - 44875, - 44879 + 43965, + 43969 ], "loc": { "start": { - "line": 1595, + "line": 1570, "column": 8 }, "end": { - "line": 1595, + "line": 1570, "column": 12 } } @@ -77847,31 +76259,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44880, - 44886 + 43970, + 43976 ], "loc": { "start": { - "line": 1595, + "line": 1570, "column": 13 }, "end": { - "line": 1595, + "line": 1570, "column": 19 } } }, "range": [ - 44875, - 44886 + 43965, + 43976 ], "loc": { "start": { - "line": 1595, + "line": 1570, "column": 8 }, "end": { - "line": 1595, + "line": 1570, "column": 19 } } @@ -77880,46 +76292,46 @@ "type": "Identifier", "name": "infDiv", "range": [ - 44889, - 44895 + 43979, + 43985 ], "loc": { "start": { - "line": 1595, + "line": 1570, "column": 22 }, "end": { - "line": 1595, + "line": 1570, "column": 28 } } }, "range": [ - 44875, - 44895 + 43965, + 43985 ], "loc": { "start": { - "line": 1595, + "line": 1570, "column": 8 }, "end": { - "line": 1595, + "line": 1570, "column": 28 } } }, "range": [ - 44875, - 44896 + 43965, + 43986 ], "loc": { "start": { - "line": 1595, + "line": 1570, "column": 8 }, "end": { - "line": 1595, + "line": 1570, "column": 29 } }, @@ -77928,16 +76340,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 44906, - 44952 + 43996, + 44042 ], "loc": { "start": { - "line": 1597, + "line": 1572, "column": 8 }, "end": { - "line": 1597, + "line": 1572, "column": 54 } } @@ -77953,16 +76365,16 @@ "type": "Identifier", "name": "lDiv", "range": [ - 44965, - 44969 + 44055, + 44059 ], "loc": { "start": { - "line": 1598, + "line": 1573, "column": 12 }, "end": { - "line": 1598, + "line": 1573, "column": 16 } } @@ -77973,16 +76385,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 44972, - 44981 + 44062, + 44071 ], "loc": { "start": { - "line": 1598, + "line": 1573, "column": 19 }, "end": { - "line": 1598, + "line": 1573, "column": 28 } } @@ -77993,47 +76405,47 @@ "value": "div", "raw": "'div'", "range": [ - 44982, - 44987 + 44072, + 44077 ], "loc": { "start": { - "line": 1598, + "line": 1573, "column": 29 }, "end": { - "line": 1598, + "line": 1573, "column": 34 } } } ], "range": [ - 44972, - 44988 + 44062, + 44078 ], "loc": { "start": { - "line": 1598, + "line": 1573, "column": 19 }, "end": { - "line": 1598, + "line": 1573, "column": 35 } } }, "range": [ - 44965, - 44988 + 44055, + 44078 ], "loc": { "start": { - "line": 1598, + "line": 1573, "column": 12 }, "end": { - "line": 1598, + "line": 1573, "column": 35 } } @@ -78041,16 +76453,16 @@ ], "kind": "let", "range": [ - 44961, - 44989 + 44051, + 44079 ], "loc": { "start": { - "line": 1598, + "line": 1573, "column": 8 }, "end": { - "line": 1598, + "line": 1573, "column": 36 } }, @@ -78059,16 +76471,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 44906, - 44952 + 43996, + 44042 ], "loc": { "start": { - "line": 1597, + "line": 1572, "column": 8 }, "end": { - "line": 1597, + "line": 1572, "column": 54 } } @@ -78087,16 +76499,16 @@ "type": "Identifier", "name": "lDiv", "range": [ - 44998, - 45002 + 44088, + 44092 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 8 }, "end": { - "line": 1599, + "line": 1574, "column": 12 } } @@ -78105,31 +76517,31 @@ "type": "Identifier", "name": "className", "range": [ - 45003, - 45012 + 44093, + 44102 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 13 }, "end": { - "line": 1599, + "line": 1574, "column": 22 } } }, "range": [ - 44998, - 45012 + 44088, + 44102 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 8 }, "end": { - "line": 1599, + "line": 1574, "column": 22 } } @@ -78140,16 +76552,16 @@ "object": { "type": "ThisExpression", "range": [ - 45015, - 45019 + 44105, + 44109 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 25 }, "end": { - "line": 1599, + "line": 1574, "column": 29 } } @@ -78158,61 +76570,61 @@ "type": "Identifier", "name": "lDivCssClass", "range": [ - 45020, - 45032 + 44110, + 44122 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 30 }, "end": { - "line": 1599, + "line": 1574, "column": 42 } } }, "range": [ - 45015, - 45032 + 44105, + 44122 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 25 }, "end": { - "line": 1599, + "line": 1574, "column": 42 } } }, "range": [ - 44998, - 45032 + 44088, + 44122 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 8 }, "end": { - "line": 1599, + "line": 1574, "column": 42 } } }, "range": [ - 44998, - 45033 + 44088, + 44123 ], "loc": { "start": { - "line": 1599, + "line": 1574, "column": 8 }, "end": { - "line": 1599, + "line": 1574, "column": 43 } } @@ -78228,16 +76640,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45042, - 45048 + 44132, + 44138 ], "loc": { "start": { - "line": 1600, + "line": 1575, "column": 8 }, "end": { - "line": 1600, + "line": 1575, "column": 14 } } @@ -78246,31 +76658,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45049, - 45060 + 44139, + 44150 ], "loc": { "start": { - "line": 1600, + "line": 1575, "column": 15 }, "end": { - "line": 1600, + "line": 1575, "column": 26 } } }, "range": [ - 45042, - 45060 + 44132, + 44150 ], "loc": { "start": { - "line": 1600, + "line": 1575, "column": 8 }, "end": { - "line": 1600, + "line": 1575, "column": 26 } } @@ -78280,47 +76692,47 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45061, - 45065 + 44151, + 44155 ], "loc": { "start": { - "line": 1600, + "line": 1575, "column": 27 }, "end": { - "line": 1600, + "line": 1575, "column": 31 } } } ], "range": [ - 45042, - 45066 + 44132, + 44156 ], "loc": { "start": { - "line": 1600, + "line": 1575, "column": 8 }, "end": { - "line": 1600, + "line": 1575, "column": 32 } } }, "range": [ - 45042, - 45067 + 44132, + 44157 ], "loc": { "start": { - "line": 1600, + "line": 1575, "column": 8 }, "end": { - "line": 1600, + "line": 1575, "column": 33 } } @@ -78336,16 +76748,16 @@ "object": { "type": "ThisExpression", "range": [ - 45076, - 45080 + 44166, + 44170 ], "loc": { "start": { - "line": 1601, + "line": 1576, "column": 8 }, "end": { - "line": 1601, + "line": 1576, "column": 12 } } @@ -78354,31 +76766,31 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45081, - 45085 + 44171, + 44175 ], "loc": { "start": { - "line": 1601, + "line": 1576, "column": 13 }, "end": { - "line": 1601, + "line": 1576, "column": 17 } } }, "range": [ - 45076, - 45085 + 44166, + 44175 ], "loc": { "start": { - "line": 1601, + "line": 1576, "column": 8 }, "end": { - "line": 1601, + "line": 1576, "column": 17 } } @@ -78387,46 +76799,46 @@ "type": "Identifier", "name": "lDiv", "range": [ - 45088, - 45092 + 44178, + 44182 ], "loc": { "start": { - "line": 1601, + "line": 1576, "column": 20 }, "end": { - "line": 1601, + "line": 1576, "column": 24 } } }, "range": [ - 45076, - 45092 + 44166, + 44182 ], "loc": { "start": { - "line": 1601, + "line": 1576, "column": 8 }, "end": { - "line": 1601, + "line": 1576, "column": 24 } } }, "range": [ - 45076, - 45093 + 44166, + 44183 ], "loc": { "start": { - "line": 1601, + "line": 1576, "column": 8 }, "end": { - "line": 1601, + "line": 1576, "column": 25 } }, @@ -78435,16 +76847,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45103, - 45197 + 44193, + 44287 ], "loc": { "start": { - "line": 1603, + "line": 1578, "column": 8 }, "end": { - "line": 1604, + "line": 1579, "column": 52 } } @@ -78460,16 +76872,16 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45210, - 45214 + 44300, + 44304 ], "loc": { "start": { - "line": 1605, + "line": 1580, "column": 12 }, "end": { - "line": 1605, + "line": 1580, "column": 16 } } @@ -78480,16 +76892,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45217, - 45226 + 44307, + 44316 ], "loc": { "start": { - "line": 1605, + "line": 1580, "column": 19 }, "end": { - "line": 1605, + "line": 1580, "column": 28 } } @@ -78500,47 +76912,47 @@ "value": "div", "raw": "'div'", "range": [ - 45227, - 45232 + 44317, + 44322 ], "loc": { "start": { - "line": 1605, + "line": 1580, "column": 29 }, "end": { - "line": 1605, + "line": 1580, "column": 34 } } } ], "range": [ - 45217, - 45233 + 44307, + 44323 ], "loc": { "start": { - "line": 1605, + "line": 1580, "column": 19 }, "end": { - "line": 1605, + "line": 1580, "column": 35 } } }, "range": [ - 45210, - 45233 + 44300, + 44323 ], "loc": { "start": { - "line": 1605, + "line": 1580, "column": 12 }, "end": { - "line": 1605, + "line": 1580, "column": 35 } } @@ -78548,16 +76960,16 @@ ], "kind": "let", "range": [ - 45206, - 45234 + 44296, + 44324 ], "loc": { "start": { - "line": 1605, + "line": 1580, "column": 8 }, "end": { - "line": 1605, + "line": 1580, "column": 36 } }, @@ -78566,16 +76978,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45103, - 45197 + 44193, + 44287 ], "loc": { "start": { - "line": 1603, + "line": 1578, "column": 8 }, "end": { - "line": 1604, + "line": 1579, "column": 52 } } @@ -78594,16 +77006,16 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45243, - 45247 + 44333, + 44337 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 8 }, "end": { - "line": 1606, + "line": 1581, "column": 12 } } @@ -78612,31 +77024,31 @@ "type": "Identifier", "name": "className", "range": [ - 45248, - 45257 + 44338, + 44347 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 13 }, "end": { - "line": 1606, + "line": 1581, "column": 22 } } }, "range": [ - 45243, - 45257 + 44333, + 44347 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 8 }, "end": { - "line": 1606, + "line": 1581, "column": 22 } } @@ -78647,16 +77059,16 @@ "object": { "type": "ThisExpression", "range": [ - 45260, - 45264 + 44350, + 44354 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 25 }, "end": { - "line": 1606, + "line": 1581, "column": 29 } } @@ -78665,61 +77077,61 @@ "type": "Identifier", "name": "rDivCssClass", "range": [ - 45265, - 45277 + 44355, + 44367 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 30 }, "end": { - "line": 1606, + "line": 1581, "column": 42 } } }, "range": [ - 45260, - 45277 + 44350, + 44367 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 25 }, "end": { - "line": 1606, + "line": 1581, "column": 42 } } }, "range": [ - 45243, - 45277 + 44333, + 44367 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 8 }, "end": { - "line": 1606, + "line": 1581, "column": 42 } } }, "range": [ - 45243, - 45278 + 44333, + 44368 ], "loc": { "start": { - "line": 1606, + "line": 1581, "column": 8 }, "end": { - "line": 1606, + "line": 1581, "column": 43 } } @@ -78735,16 +77147,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45287, - 45293 + 44377, + 44383 ], "loc": { "start": { - "line": 1607, + "line": 1582, "column": 8 }, "end": { - "line": 1607, + "line": 1582, "column": 14 } } @@ -78753,31 +77165,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45294, - 45305 + 44384, + 44395 ], "loc": { "start": { - "line": 1607, + "line": 1582, "column": 15 }, "end": { - "line": 1607, + "line": 1582, "column": 26 } } }, "range": [ - 45287, - 45305 + 44377, + 44395 ], "loc": { "start": { - "line": 1607, + "line": 1582, "column": 8 }, "end": { - "line": 1607, + "line": 1582, "column": 26 } } @@ -78787,47 +77199,47 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45306, - 45310 + 44396, + 44400 ], "loc": { "start": { - "line": 1607, + "line": 1582, "column": 27 }, "end": { - "line": 1607, + "line": 1582, "column": 31 } } } ], "range": [ - 45287, - 45311 + 44377, + 44401 ], "loc": { "start": { - "line": 1607, + "line": 1582, "column": 8 }, "end": { - "line": 1607, + "line": 1582, "column": 32 } } }, "range": [ - 45287, - 45312 + 44377, + 44402 ], "loc": { "start": { - "line": 1607, + "line": 1582, "column": 8 }, "end": { - "line": 1607, + "line": 1582, "column": 33 } } @@ -78843,16 +77255,16 @@ "object": { "type": "ThisExpression", "range": [ - 45321, - 45325 + 44411, + 44415 ], "loc": { "start": { - "line": 1608, + "line": 1583, "column": 8 }, "end": { - "line": 1608, + "line": 1583, "column": 12 } } @@ -78861,31 +77273,31 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45326, - 45330 + 44416, + 44420 ], "loc": { "start": { - "line": 1608, + "line": 1583, "column": 13 }, "end": { - "line": 1608, + "line": 1583, "column": 17 } } }, "range": [ - 45321, - 45330 + 44411, + 44420 ], "loc": { "start": { - "line": 1608, + "line": 1583, "column": 8 }, "end": { - "line": 1608, + "line": 1583, "column": 17 } } @@ -78894,46 +77306,46 @@ "type": "Identifier", "name": "rDiv", "range": [ - 45333, - 45337 + 44423, + 44427 ], "loc": { "start": { - "line": 1608, + "line": 1583, "column": 20 }, "end": { - "line": 1608, + "line": 1583, "column": 24 } } }, "range": [ - 45321, - 45337 + 44411, + 44427 ], "loc": { "start": { - "line": 1608, + "line": 1583, "column": 8 }, "end": { - "line": 1608, + "line": 1583, "column": 24 } } }, "range": [ - 45321, - 45338 + 44411, + 44428 ], "loc": { "start": { - "line": 1608, + "line": 1583, "column": 8 }, "end": { - "line": 1608, + "line": 1583, "column": 25 } }, @@ -78942,16 +77354,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45348, - 45392 + 44438, + 44482 ], "loc": { "start": { - "line": 1610, + "line": 1585, "column": 8 }, "end": { - "line": 1610, + "line": 1585, "column": 52 } } @@ -78967,16 +77379,16 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45405, - 45409 + 44495, + 44499 ], "loc": { "start": { - "line": 1611, + "line": 1586, "column": 12 }, "end": { - "line": 1611, + "line": 1586, "column": 16 } } @@ -78987,16 +77399,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 45412, - 45421 + 44502, + 44511 ], "loc": { "start": { - "line": 1611, + "line": 1586, "column": 19 }, "end": { - "line": 1611, + "line": 1586, "column": 28 } } @@ -79007,47 +77419,47 @@ "value": "div", "raw": "'div'", "range": [ - 45422, - 45427 + 44512, + 44517 ], "loc": { "start": { - "line": 1611, + "line": 1586, "column": 29 }, "end": { - "line": 1611, + "line": 1586, "column": 34 } } } ], "range": [ - 45412, - 45428 + 44502, + 44518 ], "loc": { "start": { - "line": 1611, + "line": 1586, "column": 19 }, "end": { - "line": 1611, + "line": 1586, "column": 35 } } }, "range": [ - 45405, - 45428 + 44495, + 44518 ], "loc": { "start": { - "line": 1611, + "line": 1586, "column": 12 }, "end": { - "line": 1611, + "line": 1586, "column": 35 } } @@ -79055,16 +77467,16 @@ ], "kind": "let", "range": [ - 45401, - 45429 + 44491, + 44519 ], "loc": { "start": { - "line": 1611, + "line": 1586, "column": 8 }, "end": { - "line": 1611, + "line": 1586, "column": 36 } }, @@ -79073,16 +77485,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45348, - 45392 + 44438, + 44482 ], "loc": { "start": { - "line": 1610, + "line": 1585, "column": 8 }, "end": { - "line": 1610, + "line": 1585, "column": 52 } } @@ -79101,16 +77513,16 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45438, - 45442 + 44528, + 44532 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 8 }, "end": { - "line": 1612, + "line": 1587, "column": 12 } } @@ -79119,31 +77531,31 @@ "type": "Identifier", "name": "className", "range": [ - 45443, - 45452 + 44533, + 44542 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 13 }, "end": { - "line": 1612, + "line": 1587, "column": 22 } } }, "range": [ - 45438, - 45452 + 44528, + 44542 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 8 }, "end": { - "line": 1612, + "line": 1587, "column": 22 } } @@ -79154,16 +77566,16 @@ "object": { "type": "ThisExpression", "range": [ - 45455, - 45459 + 44545, + 44549 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 25 }, "end": { - "line": 1612, + "line": 1587, "column": 29 } } @@ -79172,61 +77584,61 @@ "type": "Identifier", "name": "mDivCssClass", "range": [ - 45460, - 45472 + 44550, + 44562 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 30 }, "end": { - "line": 1612, + "line": 1587, "column": 42 } } }, "range": [ - 45455, - 45472 + 44545, + 44562 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 25 }, "end": { - "line": 1612, + "line": 1587, "column": 42 } } }, "range": [ - 45438, - 45472 + 44528, + 44562 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 8 }, "end": { - "line": 1612, + "line": 1587, "column": 42 } } }, "range": [ - 45438, - 45473 + 44528, + 44563 ], "loc": { "start": { - "line": 1612, + "line": 1587, "column": 8 }, "end": { - "line": 1612, + "line": 1587, "column": 43 } } @@ -79242,16 +77654,16 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45482, - 45488 + 44572, + 44578 ], "loc": { "start": { - "line": 1613, + "line": 1588, "column": 8 }, "end": { - "line": 1613, + "line": 1588, "column": 14 } } @@ -79260,31 +77672,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 45489, - 45500 + 44579, + 44590 ], "loc": { "start": { - "line": 1613, + "line": 1588, "column": 15 }, "end": { - "line": 1613, + "line": 1588, "column": 26 } } }, "range": [ - 45482, - 45500 + 44572, + 44590 ], "loc": { "start": { - "line": 1613, + "line": 1588, "column": 8 }, "end": { - "line": 1613, + "line": 1588, "column": 26 } } @@ -79294,47 +77706,47 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45501, - 45505 + 44591, + 44595 ], "loc": { "start": { - "line": 1613, + "line": 1588, "column": 27 }, "end": { - "line": 1613, + "line": 1588, "column": 31 } } } ], "range": [ - 45482, - 45506 + 44572, + 44596 ], "loc": { "start": { - "line": 1613, + "line": 1588, "column": 8 }, "end": { - "line": 1613, + "line": 1588, "column": 32 } } }, "range": [ - 45482, - 45507 + 44572, + 44597 ], "loc": { "start": { - "line": 1613, + "line": 1588, "column": 8 }, "end": { - "line": 1613, + "line": 1588, "column": 33 } } @@ -79350,16 +77762,16 @@ "object": { "type": "ThisExpression", "range": [ - 45516, - 45520 + 44606, + 44610 ], "loc": { "start": { - "line": 1614, + "line": 1589, "column": 8 }, "end": { - "line": 1614, + "line": 1589, "column": 12 } } @@ -79368,31 +77780,31 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45521, - 45525 + 44611, + 44615 ], "loc": { "start": { - "line": 1614, + "line": 1589, "column": 13 }, "end": { - "line": 1614, + "line": 1589, "column": 17 } } }, "range": [ - 45516, - 45525 + 44606, + 44615 ], "loc": { "start": { - "line": 1614, + "line": 1589, "column": 8 }, "end": { - "line": 1614, + "line": 1589, "column": 17 } } @@ -79401,46 +77813,46 @@ "type": "Identifier", "name": "mDiv", "range": [ - 45528, - 45532 + 44618, + 44622 ], "loc": { "start": { - "line": 1614, + "line": 1589, "column": 20 }, "end": { - "line": 1614, + "line": 1589, "column": 24 } } }, "range": [ - 45516, - 45532 + 44606, + 44622 ], "loc": { "start": { - "line": 1614, + "line": 1589, "column": 8 }, "end": { - "line": 1614, + "line": 1589, "column": 24 } } }, "range": [ - 45516, - 45533 + 44606, + 44623 ], "loc": { "start": { - "line": 1614, + "line": 1589, "column": 8 }, "end": { - "line": 1614, + "line": 1589, "column": 25 } }, @@ -79449,16 +77861,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45543, - 45588 + 44633, + 44678 ], "loc": { "start": { - "line": 1616, + "line": 1591, "column": 8 }, "end": { - "line": 1616, + "line": 1591, "column": 53 } } @@ -79473,16 +77885,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 45601, - 45608 + 44691, + 44698 ], "loc": { "start": { - "line": 1617, + "line": 1592, "column": 12 }, "end": { - "line": 1617, + "line": 1592, "column": 19 } } @@ -79494,16 +77906,16 @@ "object": { "type": "ThisExpression", "range": [ - 45609, - 45613 + 44699, + 44703 ], "loc": { "start": { - "line": 1617, + "line": 1592, "column": 20 }, "end": { - "line": 1617, + "line": 1592, "column": 24 } } @@ -79512,47 +77924,47 @@ "type": "Identifier", "name": "help", "range": [ - 45614, - 45618 + 44704, + 44708 ], "loc": { "start": { - "line": 1617, + "line": 1592, "column": 25 }, "end": { - "line": 1617, + "line": 1592, "column": 29 } } }, "range": [ - 45609, - 45618 + 44699, + 44708 ], "loc": { "start": { - "line": 1617, + "line": 1592, "column": 20 }, "end": { - "line": 1617, + "line": 1592, "column": 29 } } } ], "range": [ - 45601, - 45619 + 44691, + 44709 ], "loc": { "start": { - "line": 1617, + "line": 1592, "column": 12 }, "end": { - "line": 1617, + "line": 1592, "column": 30 } } @@ -79577,16 +77989,16 @@ "object": { "type": "ThisExpression", "range": [ - 45763, - 45767 + 44853, + 44857 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 12 }, "end": { - "line": 1620, + "line": 1595, "column": 16 } } @@ -79595,31 +78007,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 45768, - 45771 + 44858, + 44861 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 17 }, "end": { - "line": 1620, + "line": 1595, "column": 20 } } }, "range": [ - 45763, - 45771 + 44853, + 44861 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 12 }, "end": { - "line": 1620, + "line": 1595, "column": 20 } } @@ -79628,31 +78040,31 @@ "type": "Identifier", "name": "help", "range": [ - 45772, - 45776 + 44862, + 44866 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 21 }, "end": { - "line": 1620, + "line": 1595, "column": 25 } } }, "range": [ - 45763, - 45776 + 44853, + 44866 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 12 }, "end": { - "line": 1620, + "line": 1595, "column": 25 } } @@ -79661,31 +78073,31 @@ "type": "Identifier", "name": "enabled", "range": [ - 45777, - 45784 + 44867, + 44874 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 26 }, "end": { - "line": 1620, + "line": 1595, "column": 33 } } }, "range": [ - 45763, - 45784 + 44853, + 44874 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 12 }, "end": { - "line": 1620, + "line": 1595, "column": 33 } } @@ -79695,46 +78107,46 @@ "value": true, "raw": "true", "range": [ - 45787, - 45791 + 44877, + 44881 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 36 }, "end": { - "line": 1620, + "line": 1595, "column": 40 } } }, "range": [ - 45763, - 45791 + 44853, + 44881 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 12 }, "end": { - "line": 1620, + "line": 1595, "column": 40 } } }, "range": [ - 45763, - 45792 + 44853, + 44882 ], "loc": { "start": { - "line": 1620, + "line": 1595, "column": 12 }, "end": { - "line": 1620, + "line": 1595, "column": 41 } }, @@ -79743,16 +78155,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 45635, - 45697 + 44725, + 44787 ], "loc": { "start": { - "line": 1618, + "line": 1593, "column": 12 }, "end": { - "line": 1618, + "line": 1593, "column": 74 } } @@ -79761,16 +78173,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 45710, - 45750 + 44800, + 44840 ], "loc": { "start": { - "line": 1619, + "line": 1594, "column": 12 }, "end": { - "line": 1619, + "line": 1594, "column": 52 } } @@ -79790,16 +78202,16 @@ "object": { "type": "ThisExpression", "range": [ - 45805, - 45809 + 44895, + 44899 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 12 }, "end": { - "line": 1621, + "line": 1596, "column": 16 } } @@ -79808,31 +78220,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 45810, - 45817 + 44900, + 44907 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 17 }, "end": { - "line": 1621, + "line": 1596, "column": 24 } } }, "range": [ - 45805, - 45817 + 44895, + 44907 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 12 }, "end": { - "line": 1621, + "line": 1596, "column": 24 } } @@ -79841,31 +78253,31 @@ "type": "Identifier", "name": "emit", "range": [ - 45818, - 45822 + 44908, + 44912 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 25 }, "end": { - "line": 1621, + "line": 1596, "column": 29 } } }, "range": [ - 45805, - 45822 + 44895, + 44912 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 12 }, "end": { - "line": 1621, + "line": 1596, "column": 29 } } @@ -79876,16 +78288,16 @@ "value": "init-help", "raw": "'init-help'", "range": [ - 45823, - 45834 + 44913, + 44924 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 30 }, "end": { - "line": 1621, + "line": 1596, "column": 41 } } @@ -79893,79 +78305,79 @@ { "type": "ThisExpression", "range": [ - 45836, - 45840 + 44926, + 44930 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 43 }, "end": { - "line": 1621, + "line": 1596, "column": 47 } } } ], "range": [ - 45805, - 45841 + 44895, + 44931 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 12 }, "end": { - "line": 1621, + "line": 1596, "column": 48 } } }, "range": [ - 45805, - 45842 + 44895, + 44932 ], "loc": { "start": { - "line": 1621, + "line": 1596, "column": 12 }, "end": { - "line": 1621, + "line": 1596, "column": 49 } } } ], "range": [ - 45621, - 45852 + 44711, + 44942 ], "loc": { "start": { - "line": 1617, + "line": 1592, "column": 32 }, "end": { - "line": 1622, + "line": 1597, "column": 9 } } }, "alternate": null, "range": [ - 45597, - 45852 + 44687, + 44942 ], "loc": { "start": { - "line": 1617, + "line": 1592, "column": 8 }, "end": { - "line": 1622, + "line": 1597, "column": 9 } }, @@ -79974,16 +78386,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45543, - 45588 + 44633, + 44678 ], "loc": { "start": { - "line": 1616, + "line": 1591, "column": 8 }, "end": { - "line": 1616, + "line": 1591, "column": 53 } } @@ -79992,16 +78404,16 @@ } ], "range": [ - 44106, - 45858 + 43196, + 44948 ], "loc": { "start": { - "line": 1570, + "line": 1545, "column": 17 }, "end": { - "line": 1623, + "line": 1598, "column": 5 } } @@ -80009,16 +78421,16 @@ "generator": false, "expression": false, "range": [ - 44103, - 45858 + 43193, + 44948 ], "loc": { "start": { - "line": 1570, + "line": 1545, "column": 14 }, "end": { - "line": 1623, + "line": 1598, "column": 5 } } @@ -80026,16 +78438,16 @@ "kind": "method", "computed": false, "range": [ - 44093, - 45858 + 43183, + 44948 ], "loc": { "start": { - "line": 1570, + "line": 1545, "column": 4 }, "end": { - "line": 1623, + "line": 1598, "column": 5 } }, @@ -80044,16 +78456,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 43999, - 44088 + 43089, + 43178 ], "loc": { "start": { - "line": 1567, + "line": 1542, "column": 4 }, "end": { - "line": 1569, + "line": 1544, "column": 7 } } @@ -80064,16 +78476,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 45864, - 45915 + 44954, + 45005 ], "loc": { "start": { - "line": 1625, + "line": 1600, "column": 4 }, "end": { - "line": 1627, + "line": 1602, "column": 7 } } @@ -80087,16 +78499,16 @@ "type": "Identifier", "name": "removeToolbar", "range": [ - 45920, - 45933 + 45010, + 45023 ], "loc": { "start": { - "line": 1628, + "line": 1603, "column": 4 }, "end": { - "line": 1628, + "line": 1603, "column": 17 } } @@ -80119,16 +78531,16 @@ "object": { "type": "ThisExpression", "range": [ - 45951, - 45955 + 45041, + 45045 ], "loc": { "start": { - "line": 1629, + "line": 1604, "column": 13 }, "end": { - "line": 1629, + "line": 1604, "column": 17 } } @@ -80137,47 +78549,47 @@ "type": "Identifier", "name": "infDiv", "range": [ - 45956, - 45962 + 45046, + 45052 ], "loc": { "start": { - "line": 1629, + "line": 1604, "column": 18 }, "end": { - "line": 1629, + "line": 1604, "column": 24 } } }, "range": [ - 45951, - 45962 + 45041, + 45052 ], "loc": { "start": { - "line": 1629, + "line": 1604, "column": 13 }, "end": { - "line": 1629, + "line": 1604, "column": 24 } } }, "prefix": true, "range": [ - 45950, - 45962 + 45040, + 45052 ], "loc": { "start": { - "line": 1629, + "line": 1604, "column": 12 }, "end": { - "line": 1629, + "line": 1604, "column": 24 } } @@ -80189,48 +78601,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 45978, - 45985 + 45068, + 45075 ], "loc": { "start": { - "line": 1630, + "line": 1605, "column": 12 }, "end": { - "line": 1630, + "line": 1605, "column": 19 } } } ], "range": [ - 45964, - 45995 + 45054, + 45085 ], "loc": { "start": { - "line": 1629, + "line": 1604, "column": 26 }, "end": { - "line": 1631, + "line": 1606, "column": 9 } } }, "alternate": null, "range": [ - 45946, - 45995 + 45036, + 45085 ], "loc": { "start": { - "line": 1629, + "line": 1604, "column": 8 }, "end": { - "line": 1631, + "line": 1606, "column": 9 } } @@ -80243,16 +78655,16 @@ "type": "Identifier", "name": "removeElm", "range": [ - 46004, - 46013 + 45094, + 45103 ], "loc": { "start": { - "line": 1632, + "line": 1607, "column": 8 }, "end": { - "line": 1632, + "line": 1607, "column": 17 } } @@ -80264,16 +78676,16 @@ "object": { "type": "ThisExpression", "range": [ - 46014, - 46018 + 45104, + 45108 ], "loc": { "start": { - "line": 1632, + "line": 1607, "column": 18 }, "end": { - "line": 1632, + "line": 1607, "column": 22 } } @@ -80282,62 +78694,62 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46019, - 46025 + 45109, + 45115 ], "loc": { "start": { - "line": 1632, + "line": 1607, "column": 23 }, "end": { - "line": 1632, + "line": 1607, "column": 29 } } }, "range": [ - 46014, - 46025 + 45104, + 45115 ], "loc": { "start": { - "line": 1632, + "line": 1607, "column": 18 }, "end": { - "line": 1632, + "line": 1607, "column": 29 } } } ], "range": [ - 46004, - 46026 + 45094, + 45116 ], "loc": { "start": { - "line": 1632, + "line": 1607, "column": 8 }, "end": { - "line": 1632, + "line": 1607, "column": 30 } } }, "range": [ - 46004, - 46027 + 45094, + 45117 ], "loc": { "start": { - "line": 1632, + "line": 1607, "column": 8 }, "end": { - "line": 1632, + "line": 1607, "column": 31 } } @@ -80353,16 +78765,16 @@ "object": { "type": "ThisExpression", "range": [ - 46036, - 46040 + 45126, + 45130 ], "loc": { "start": { - "line": 1633, + "line": 1608, "column": 8 }, "end": { - "line": 1633, + "line": 1608, "column": 12 } } @@ -80371,31 +78783,31 @@ "type": "Identifier", "name": "infDiv", "range": [ - 46041, - 46047 + 45131, + 45137 ], "loc": { "start": { - "line": 1633, + "line": 1608, "column": 13 }, "end": { - "line": 1633, + "line": 1608, "column": 19 } } }, "range": [ - 46036, - 46047 + 45126, + 45137 ], "loc": { "start": { - "line": 1633, + "line": 1608, "column": 8 }, "end": { - "line": 1633, + "line": 1608, "column": 19 } } @@ -80405,46 +78817,46 @@ "value": null, "raw": "null", "range": [ - 46050, - 46054 + 45140, + 45144 ], "loc": { "start": { - "line": 1633, + "line": 1608, "column": 22 }, "end": { - "line": 1633, + "line": 1608, "column": 26 } } }, "range": [ - 46036, - 46054 + 45126, + 45144 ], "loc": { "start": { - "line": 1633, + "line": 1608, "column": 8 }, "end": { - "line": 1633, + "line": 1608, "column": 26 } } }, "range": [ - 46036, - 46055 + 45126, + 45145 ], "loc": { "start": { - "line": 1633, + "line": 1608, "column": 8 }, "end": { - "line": 1633, + "line": 1608, "column": 27 } } @@ -80458,16 +78870,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46069, - 46072 + 45159, + 45162 ], "loc": { "start": { - "line": 1635, + "line": 1610, "column": 12 }, "end": { - "line": 1635, + "line": 1610, "column": 15 } } @@ -80480,16 +78892,16 @@ "object": { "type": "ThisExpression", "range": [ - 46075, - 46079 + 45165, + 45169 ], "loc": { "start": { - "line": 1635, + "line": 1610, "column": 18 }, "end": { - "line": 1635, + "line": 1610, "column": 22 } } @@ -80498,62 +78910,62 @@ "type": "Identifier", "name": "dom", "range": [ - 46080, - 46083 + 45170, + 45173 ], "loc": { "start": { - "line": 1635, + "line": 1610, "column": 23 }, "end": { - "line": 1635, + "line": 1610, "column": 26 } } }, "range": [ - 46075, - 46083 + 45165, + 45173 ], "loc": { "start": { - "line": 1635, + "line": 1610, "column": 18 }, "end": { - "line": 1635, + "line": 1610, "column": 26 } } }, "arguments": [], "range": [ - 46075, - 46085 + 45165, + 45175 ], "loc": { "start": { - "line": 1635, + "line": 1610, "column": 18 }, "end": { - "line": 1635, + "line": 1610, "column": 28 } } }, "range": [ - 46069, - 46085 + 45159, + 45175 ], "loc": { "start": { - "line": 1635, + "line": 1610, "column": 12 }, "end": { - "line": 1635, + "line": 1610, "column": 28 } } @@ -80561,16 +78973,16 @@ ], "kind": "let", "range": [ - 46065, - 46086 + 45155, + 45176 ], "loc": { "start": { - "line": 1635, + "line": 1610, "column": 8 }, "end": { - "line": 1635, + "line": 1610, "column": 29 } } @@ -80584,16 +78996,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46099, - 46107 + 45189, + 45197 ], "loc": { "start": { - "line": 1636, + "line": 1611, "column": 12 }, "end": { - "line": 1636, + "line": 1611, "column": 20 } } @@ -80604,16 +79016,16 @@ "type": "Identifier", "name": "tag", "range": [ - 46110, - 46113 + 45200, + 45203 ], "loc": { "start": { - "line": 1636, + "line": 1611, "column": 23 }, "end": { - "line": 1636, + "line": 1611, "column": 26 } } @@ -80623,16 +79035,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46114, - 46117 + 45204, + 45207 ], "loc": { "start": { - "line": 1636, + "line": 1611, "column": 27 }, "end": { - "line": 1636, + "line": 1611, "column": 30 } } @@ -80642,47 +79054,47 @@ "value": "caption", "raw": "'caption'", "range": [ - 46119, - 46128 + 45209, + 45218 ], "loc": { "start": { - "line": 1636, + "line": 1611, "column": 32 }, "end": { - "line": 1636, + "line": 1611, "column": 41 } } } ], "range": [ - 46110, - 46129 + 45200, + 45219 ], "loc": { "start": { - "line": 1636, + "line": 1611, "column": 23 }, "end": { - "line": 1636, + "line": 1611, "column": 42 } } }, "range": [ - 46099, - 46129 + 45189, + 45219 ], "loc": { "start": { - "line": 1636, + "line": 1611, "column": 12 }, "end": { - "line": 1636, + "line": 1611, "column": 42 } } @@ -80690,16 +79102,16 @@ ], "kind": "let", "range": [ - 46095, - 46130 + 45185, + 45220 ], "loc": { "start": { - "line": 1636, + "line": 1611, "column": 8 }, "end": { - "line": 1636, + "line": 1611, "column": 43 } } @@ -80716,16 +79128,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46143, - 46151 + 45233, + 45241 ], "loc": { "start": { - "line": 1637, + "line": 1612, "column": 12 }, "end": { - "line": 1637, + "line": 1612, "column": 20 } } @@ -80734,31 +79146,31 @@ "type": "Identifier", "name": "length", "range": [ - 46152, - 46158 + 45242, + 45248 ], "loc": { "start": { - "line": 1637, + "line": 1612, "column": 21 }, "end": { - "line": 1637, + "line": 1612, "column": 27 } } }, "range": [ - 46143, - 46158 + 45233, + 45248 ], "loc": { "start": { - "line": 1637, + "line": 1612, "column": 12 }, "end": { - "line": 1637, + "line": 1612, "column": 27 } } @@ -80768,31 +79180,31 @@ "value": 0, "raw": "0", "range": [ - 46161, - 46162 + 45251, + 45252 ], "loc": { "start": { - "line": 1637, + "line": 1612, "column": 30 }, "end": { - "line": 1637, + "line": 1612, "column": 31 } } }, "range": [ - 46143, - 46162 + 45233, + 45252 ], "loc": { "start": { - "line": 1637, + "line": 1612, "column": 12 }, "end": { - "line": 1637, + "line": 1612, "column": 31 } } @@ -80814,16 +79226,16 @@ "type": "ArrayExpression", "elements": [], "range": [ - 46178, - 46180 + 45268, + 45270 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 12 }, "end": { - "line": 1638, + "line": 1613, "column": 14 } } @@ -80832,31 +79244,31 @@ "type": "Identifier", "name": "forEach", "range": [ - 46181, - 46188 + 45271, + 45278 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 15 }, "end": { - "line": 1638, + "line": 1613, "column": 22 } } }, "range": [ - 46178, - 46188 + 45268, + 45278 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 12 }, "end": { - "line": 1638, + "line": 1613, "column": 22 } } @@ -80865,31 +79277,31 @@ "type": "Identifier", "name": "call", "range": [ - 46189, - 46193 + 45279, + 45283 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 23 }, "end": { - "line": 1638, + "line": 1613, "column": 27 } } }, "range": [ - 46178, - 46193 + 45268, + 45283 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 12 }, "end": { - "line": 1638, + "line": 1613, "column": 27 } } @@ -80899,16 +79311,16 @@ "type": "Identifier", "name": "captions", "range": [ - 46194, - 46202 + 45284, + 45292 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 28 }, "end": { - "line": 1638, + "line": 1613, "column": 36 } } @@ -80921,16 +79333,16 @@ "type": "Identifier", "name": "elm", "range": [ - 46205, - 46208 + 45295, + 45298 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 39 }, "end": { - "line": 1638, + "line": 1613, "column": 42 } } @@ -80945,16 +79357,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 46213, - 46216 + 45303, + 45306 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 47 }, "end": { - "line": 1638, + "line": 1613, "column": 50 } } @@ -80963,31 +79375,31 @@ "type": "Identifier", "name": "removeChild", "range": [ - 46217, - 46228 + 45307, + 45318 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 51 }, "end": { - "line": 1638, + "line": 1613, "column": 62 } } }, "range": [ - 46213, - 46228 + 45303, + 45318 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 47 }, "end": { - "line": 1638, + "line": 1613, "column": 62 } } @@ -80997,32 +79409,32 @@ "type": "Identifier", "name": "elm", "range": [ - 46229, - 46232 + 45319, + 45322 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 63 }, "end": { - "line": 1638, + "line": 1613, "column": 66 } } } ], "range": [ - 46213, - 46233 + 45303, + 45323 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 47 }, "end": { - "line": 1638, + "line": 1613, "column": 67 } } @@ -81030,95 +79442,95 @@ "generator": false, "expression": true, "range": [ - 46204, - 46233 + 45294, + 45323 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 38 }, "end": { - "line": 1638, + "line": 1613, "column": 67 } } } ], "range": [ - 46178, - 46234 + 45268, + 45324 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 12 }, "end": { - "line": 1638, + "line": 1613, "column": 68 } } }, "range": [ - 46178, - 46235 + 45268, + 45325 ], "loc": { "start": { - "line": 1638, + "line": 1613, "column": 12 }, "end": { - "line": 1638, + "line": 1613, "column": 69 } } } ], "range": [ - 46164, - 46245 + 45254, + 45335 ], "loc": { "start": { - "line": 1637, + "line": 1612, "column": 33 }, "end": { - "line": 1639, + "line": 1614, "column": 9 } } }, "alternate": null, "range": [ - 46139, - 46245 + 45229, + 45335 ], "loc": { "start": { - "line": 1637, + "line": 1612, "column": 8 }, "end": { - "line": 1639, + "line": 1614, "column": 9 } } } ], "range": [ - 45936, - 46251 + 45026, + 45341 ], "loc": { "start": { - "line": 1628, + "line": 1603, "column": 20 }, "end": { - "line": 1640, + "line": 1615, "column": 5 } } @@ -81126,16 +79538,16 @@ "generator": false, "expression": false, "range": [ - 45933, - 46251 + 45023, + 45341 ], "loc": { "start": { - "line": 1628, + "line": 1603, "column": 17 }, "end": { - "line": 1640, + "line": 1615, "column": 5 } } @@ -81143,16 +79555,16 @@ "kind": "method", "computed": false, "range": [ - 45920, - 46251 + 45010, + 45341 ], "loc": { "start": { - "line": 1628, + "line": 1603, "column": 4 }, "end": { - "line": 1640, + "line": 1615, "column": 5 } }, @@ -81161,16 +79573,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 45864, - 45915 + 44954, + 45005 ], "loc": { "start": { - "line": 1625, + "line": 1600, "column": 4 }, "end": { - "line": 1627, + "line": 1602, "column": 7 } } @@ -81181,16 +79593,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46257, - 46314 + 45347, + 45404 ], "loc": { "start": { - "line": 1642, + "line": 1617, "column": 4 }, "end": { - "line": 1644, + "line": 1619, "column": 7 } } @@ -81204,16 +79616,16 @@ "type": "Identifier", "name": "removeExternalFlts", "range": [ - 46319, - 46337 + 45409, + 45427 ], "loc": { "start": { - "line": 1645, + "line": 1620, "column": 4 }, "end": { - "line": 1645, + "line": 1620, "column": 22 } } @@ -81236,16 +79648,16 @@ "object": { "type": "ThisExpression", "range": [ - 46355, - 46359 + 45445, + 45449 ], "loc": { "start": { - "line": 1646, + "line": 1621, "column": 13 }, "end": { - "line": 1646, + "line": 1621, "column": 17 } } @@ -81254,47 +79666,47 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 46360, - 46373 + 45450, + 45463 ], "loc": { "start": { - "line": 1646, + "line": 1621, "column": 18 }, "end": { - "line": 1646, + "line": 1621, "column": 31 } } }, "range": [ - 46355, - 46373 + 45445, + 45463 ], "loc": { "start": { - "line": 1646, + "line": 1621, "column": 13 }, "end": { - "line": 1646, + "line": 1621, "column": 31 } } }, "prefix": true, "range": [ - 46354, - 46373 + 45444, + 45463 ], "loc": { "start": { - "line": 1646, + "line": 1621, "column": 12 }, "end": { - "line": 1646, + "line": 1621, "column": 31 } } @@ -81306,48 +79718,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 46389, - 46396 + 45479, + 45486 ], "loc": { "start": { - "line": 1647, + "line": 1622, "column": 12 }, "end": { - "line": 1647, + "line": 1622, "column": 19 } } } ], "range": [ - 46375, - 46406 + 45465, + 45496 ], "loc": { "start": { - "line": 1646, + "line": 1621, "column": 33 }, "end": { - "line": 1648, + "line": 1623, "column": 9 } } }, "alternate": null, "range": [ - 46350, - 46406 + 45440, + 45496 ], "loc": { "start": { - "line": 1646, + "line": 1621, "column": 8 }, "end": { - "line": 1648, + "line": 1623, "column": 9 } } @@ -81361,16 +79773,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46419, - 46422 + 45509, + 45512 ], "loc": { "start": { - "line": 1649, + "line": 1624, "column": 12 }, "end": { - "line": 1649, + "line": 1624, "column": 15 } } @@ -81381,16 +79793,16 @@ "object": { "type": "ThisExpression", "range": [ - 46425, - 46429 + 45515, + 45519 ], "loc": { "start": { - "line": 1649, + "line": 1624, "column": 18 }, "end": { - "line": 1649, + "line": 1624, "column": 22 } } @@ -81399,46 +79811,46 @@ "type": "Identifier", "name": "externalFltTgtIds", "range": [ - 46430, - 46447 + 45520, + 45537 ], "loc": { "start": { - "line": 1649, + "line": 1624, "column": 23 }, "end": { - "line": 1649, + "line": 1624, "column": 40 } } }, "range": [ - 46425, - 46447 + 45515, + 45537 ], "loc": { "start": { - "line": 1649, + "line": 1624, "column": 18 }, "end": { - "line": 1649, + "line": 1624, "column": 40 } } }, "range": [ - 46419, - 46447 + 45509, + 45537 ], "loc": { "start": { - "line": 1649, + "line": 1624, "column": 12 }, "end": { - "line": 1649, + "line": 1624, "column": 40 } } @@ -81449,16 +79861,16 @@ "type": "Identifier", "name": "len", "range": [ - 46461, - 46464 + 45551, + 45554 ], "loc": { "start": { - "line": 1650, + "line": 1625, "column": 12 }, "end": { - "line": 1650, + "line": 1625, "column": 15 } } @@ -81470,16 +79882,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46467, - 46470 + 45557, + 45560 ], "loc": { "start": { - "line": 1650, + "line": 1625, "column": 18 }, "end": { - "line": 1650, + "line": 1625, "column": 21 } } @@ -81488,46 +79900,46 @@ "type": "Identifier", "name": "length", "range": [ - 46471, - 46477 + 45561, + 45567 ], "loc": { "start": { - "line": 1650, + "line": 1625, "column": 22 }, "end": { - "line": 1650, + "line": 1625, "column": 28 } } }, "range": [ - 46467, - 46477 + 45557, + 45567 ], "loc": { "start": { - "line": 1650, + "line": 1625, "column": 18 }, "end": { - "line": 1650, + "line": 1625, "column": 28 } } }, "range": [ - 46461, - 46477 + 45551, + 45567 ], "loc": { "start": { - "line": 1650, + "line": 1625, "column": 12 }, "end": { - "line": 1650, + "line": 1625, "column": 28 } } @@ -81535,16 +79947,16 @@ ], "kind": "let", "range": [ - 46415, - 46478 + 45505, + 45568 ], "loc": { "start": { - "line": 1649, + "line": 1624, "column": 8 }, "end": { - "line": 1650, + "line": 1625, "column": 29 } } @@ -81560,16 +79972,16 @@ "type": "Identifier", "name": "ct", "range": [ - 46496, - 46498 + 45586, + 45588 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 17 }, "end": { - "line": 1651, + "line": 1626, "column": 19 } } @@ -81579,31 +79991,31 @@ "value": 0, "raw": "0", "range": [ - 46501, - 46502 + 45591, + 45592 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 22 }, "end": { - "line": 1651, + "line": 1626, "column": 23 } } }, "range": [ - 46496, - 46502 + 45586, + 45592 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 17 }, "end": { - "line": 1651, + "line": 1626, "column": 23 } } @@ -81611,16 +80023,16 @@ ], "kind": "let", "range": [ - 46492, - 46502 + 45582, + 45592 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 13 }, "end": { - "line": 1651, + "line": 1626, "column": 23 } } @@ -81632,16 +80044,16 @@ "type": "Identifier", "name": "ct", "range": [ - 46504, - 46506 + 45594, + 45596 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 25 }, "end": { - "line": 1651, + "line": 1626, "column": 27 } } @@ -81650,31 +80062,31 @@ "type": "Identifier", "name": "len", "range": [ - 46509, - 46512 + 45599, + 45602 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 30 }, "end": { - "line": 1651, + "line": 1626, "column": 33 } } }, "range": [ - 46504, - 46512 + 45594, + 45602 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 25 }, "end": { - "line": 1651, + "line": 1626, "column": 33 } } @@ -81686,32 +80098,32 @@ "type": "Identifier", "name": "ct", "range": [ - 46514, - 46516 + 45604, + 45606 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 35 }, "end": { - "line": 1651, + "line": 1626, "column": 37 } } }, "prefix": false, "range": [ - 46514, - 46518 + 45604, + 45608 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 35 }, "end": { - "line": 1651, + "line": 1626, "column": 39 } } @@ -81728,16 +80140,16 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 46538, - 46554 + 45628, + 45644 ], "loc": { "start": { - "line": 1652, + "line": 1627, "column": 16 }, "end": { - "line": 1652, + "line": 1627, "column": 32 } } @@ -81749,16 +80161,16 @@ "type": "Identifier", "name": "ids", "range": [ - 46557, - 46560 + 45647, + 45650 ], "loc": { "start": { - "line": 1652, + "line": 1627, "column": 35 }, "end": { - "line": 1652, + "line": 1627, "column": 38 } } @@ -81767,46 +80179,46 @@ "type": "Identifier", "name": "ct", "range": [ - 46561, - 46563 + 45651, + 45653 ], "loc": { "start": { - "line": 1652, + "line": 1627, "column": 39 }, "end": { - "line": 1652, + "line": 1627, "column": 41 } } }, "range": [ - 46557, - 46564 + 45647, + 45654 ], "loc": { "start": { - "line": 1652, + "line": 1627, "column": 35 }, "end": { - "line": 1652, + "line": 1627, "column": 42 } } }, "range": [ - 46538, - 46564 + 45628, + 45654 ], "loc": { "start": { - "line": 1652, + "line": 1627, "column": 16 }, "end": { - "line": 1652, + "line": 1627, "column": 42 } } @@ -81817,16 +80229,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 46582, - 46593 + 45672, + 45683 ], "loc": { "start": { - "line": 1653, + "line": 1628, "column": 16 }, "end": { - "line": 1653, + "line": 1628, "column": 27 } } @@ -81837,16 +80249,16 @@ "type": "Identifier", "name": "elm", "range": [ - 46596, - 46599 + 45686, + 45689 ], "loc": { "start": { - "line": 1653, + "line": 1628, "column": 30 }, "end": { - "line": 1653, + "line": 1628, "column": 33 } } @@ -81856,47 +80268,47 @@ "type": "Identifier", "name": "externalFltTgtId", "range": [ - 46600, - 46616 + 45690, + 45706 ], "loc": { "start": { - "line": 1653, + "line": 1628, "column": 34 }, "end": { - "line": 1653, + "line": 1628, "column": 50 } } } ], "range": [ - 46596, - 46617 + 45686, + 45707 ], "loc": { "start": { - "line": 1653, + "line": 1628, "column": 30 }, "end": { - "line": 1653, + "line": 1628, "column": 51 } } }, "range": [ - 46582, - 46617 + 45672, + 45707 ], "loc": { "start": { - "line": 1653, + "line": 1628, "column": 16 }, "end": { - "line": 1653, + "line": 1628, "column": 51 } } @@ -81904,16 +80316,16 @@ ], "kind": "let", "range": [ - 46534, - 46618 + 45624, + 45708 ], "loc": { "start": { - "line": 1652, + "line": 1627, "column": 12 }, "end": { - "line": 1653, + "line": 1628, "column": 52 } } @@ -81924,16 +80336,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 46635, - 46646 + 45725, + 45736 ], "loc": { "start": { - "line": 1654, + "line": 1629, "column": 16 }, "end": { - "line": 1654, + "line": 1629, "column": 27 } } @@ -81953,16 +80365,16 @@ "type": "Identifier", "name": "externalFlt", "range": [ - 46666, - 46677 + 45756, + 45767 ], "loc": { "start": { - "line": 1655, + "line": 1630, "column": 16 }, "end": { - "line": 1655, + "line": 1630, "column": 27 } } @@ -81971,31 +80383,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 46678, - 46687 + 45768, + 45777 ], "loc": { "start": { - "line": 1655, + "line": 1630, "column": 28 }, "end": { - "line": 1655, + "line": 1630, "column": 37 } } }, "range": [ - 46666, - 46687 + 45756, + 45777 ], "loc": { "start": { - "line": 1655, + "line": 1630, "column": 16 }, "end": { - "line": 1655, + "line": 1630, "column": 37 } } @@ -82005,125 +80417,125 @@ "value": "", "raw": "''", "range": [ - 46690, - 46692 + 45780, + 45782 ], "loc": { "start": { - "line": 1655, + "line": 1630, "column": 40 }, "end": { - "line": 1655, + "line": 1630, "column": 42 } } }, "range": [ - 46666, - 46692 + 45756, + 45782 ], "loc": { "start": { - "line": 1655, + "line": 1630, "column": 16 }, "end": { - "line": 1655, + "line": 1630, "column": 42 } } }, "range": [ - 46666, - 46693 + 45756, + 45783 ], "loc": { "start": { - "line": 1655, + "line": 1630, "column": 16 }, "end": { - "line": 1655, + "line": 1630, "column": 43 } } } ], "range": [ - 46648, - 46707 + 45738, + 45797 ], "loc": { "start": { - "line": 1654, + "line": 1629, "column": 29 }, "end": { - "line": 1656, + "line": 1631, "column": 13 } } }, "alternate": null, "range": [ - 46631, - 46707 + 45721, + 45797 ], "loc": { "start": { - "line": 1654, + "line": 1629, "column": 12 }, "end": { - "line": 1656, + "line": 1631, "column": 13 } } } ], "range": [ - 46520, - 46717 + 45610, + 45807 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 41 }, "end": { - "line": 1657, + "line": 1632, "column": 9 } } }, "range": [ - 46487, - 46717 + 45577, + 45807 ], "loc": { "start": { - "line": 1651, + "line": 1626, "column": 8 }, "end": { - "line": 1657, + "line": 1632, "column": 9 } } } ], "range": [ - 46340, - 46723 + 45430, + 45813 ], "loc": { "start": { - "line": 1645, + "line": 1620, "column": 25 }, "end": { - "line": 1658, + "line": 1633, "column": 5 } } @@ -82131,16 +80543,16 @@ "generator": false, "expression": false, "range": [ - 46337, - 46723 + 45427, + 45813 ], "loc": { "start": { - "line": 1645, + "line": 1620, "column": 22 }, "end": { - "line": 1658, + "line": 1633, "column": 5 } } @@ -82148,16 +80560,16 @@ "kind": "method", "computed": false, "range": [ - 46319, - 46723 + 45409, + 45813 ], "loc": { "start": { - "line": 1645, + "line": 1620, "column": 4 }, "end": { - "line": 1658, + "line": 1633, "column": 5 } }, @@ -82166,16 +80578,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46257, - 46314 + 45347, + 45404 ], "loc": { "start": { - "line": 1642, + "line": 1617, "column": 4 }, "end": { - "line": 1644, + "line": 1619, "column": 7 } } @@ -82186,16 +80598,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": [ - 46729, - 46883 + 45819, + 45973 ], "loc": { "start": { - "line": 1660, + "line": 1635, "column": 4 }, "end": { - "line": 1664, + "line": 1639, "column": 7 } } @@ -82209,16 +80621,16 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 46888, - 46903 + 45978, + 45993 ], "loc": { "start": { - "line": 1665, + "line": 1640, "column": 4 }, "end": { - "line": 1665, + "line": 1640, "column": 19 } } @@ -82231,16 +80643,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 46904, - 46912 + 45994, + 46002 ], "loc": { "start": { - "line": 1665, + "line": 1640, "column": 20 }, "end": { - "line": 1665, + "line": 1640, "column": 28 } } @@ -82260,16 +80672,16 @@ "object": { "type": "ThisExpression", "range": [ - 46931, - 46935 + 46021, + 46025 ], "loc": { "start": { - "line": 1666, + "line": 1641, "column": 15 }, "end": { - "line": 1666, + "line": 1641, "column": 19 } } @@ -82278,31 +80690,31 @@ "type": "Identifier", "name": "hasCustomOptions", "range": [ - 46936, - 46952 + 46026, + 46042 ], "loc": { "start": { - "line": 1666, + "line": 1641, "column": 20 }, "end": { - "line": 1666, + "line": 1641, "column": 36 } } }, "range": [ - 46931, - 46952 + 46021, + 46042 ], "loc": { "start": { - "line": 1666, + "line": 1641, "column": 15 }, "end": { - "line": 1666, + "line": 1641, "column": 36 } } @@ -82324,16 +80736,16 @@ "object": { "type": "ThisExpression", "range": [ - 46968, - 46972 + 46058, + 46062 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 12 }, "end": { - "line": 1667, + "line": 1642, "column": 16 } } @@ -82342,31 +80754,31 @@ "type": "Identifier", "name": "customOptions", "range": [ - 46973, - 46986 + 46063, + 46076 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 17 }, "end": { - "line": 1667, + "line": 1642, "column": 30 } } }, "range": [ - 46968, - 46986 + 46058, + 46076 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 12 }, "end": { - "line": 1667, + "line": 1642, "column": 30 } } @@ -82375,31 +80787,31 @@ "type": "Identifier", "name": "cols", "range": [ - 46987, - 46991 + 46077, + 46081 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 31 }, "end": { - "line": 1667, + "line": 1642, "column": 35 } } }, "range": [ - 46968, - 46991 + 46058, + 46081 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 12 }, "end": { - "line": 1667, + "line": 1642, "column": 35 } } @@ -82408,31 +80820,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 46992, - 46999 + 46082, + 46089 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 36 }, "end": { - "line": 1667, + "line": 1642, "column": 43 } } }, "range": [ - 46968, - 46999 + 46058, + 46089 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 12 }, "end": { - "line": 1667, + "line": 1642, "column": 43 } } @@ -82442,32 +80854,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47000, - 47008 + 46090, + 46098 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 44 }, "end": { - "line": 1667, + "line": 1642, "column": 52 } } } ], "range": [ - 46968, - 47009 + 46058, + 46099 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 12 }, "end": { - "line": 1667, + "line": 1642, "column": 53 } } @@ -82480,93 +80892,93 @@ "value": 1, "raw": "1", "range": [ - 47015, - 47016 + 46105, + 46106 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 59 }, "end": { - "line": 1667, + "line": 1642, "column": 60 } } }, "prefix": true, "range": [ - 47014, - 47016 + 46104, + 46106 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 58 }, "end": { - "line": 1667, + "line": 1642, "column": 60 } } }, "range": [ - 46968, - 47016 + 46058, + 46106 ], "loc": { "start": { - "line": 1667, + "line": 1642, "column": 12 }, "end": { - "line": 1667, + "line": 1642, "column": 60 } } }, "range": [ - 46931, - 47016 + 46021, + 46106 ], "loc": { "start": { - "line": 1666, + "line": 1641, "column": 15 }, "end": { - "line": 1667, + "line": 1642, "column": 60 } } }, "range": [ - 46924, - 47017 + 46014, + 46107 ], "loc": { "start": { - "line": 1666, + "line": 1641, "column": 8 }, "end": { - "line": 1667, + "line": 1642, "column": 61 } } } ], "range": [ - 46914, - 47023 + 46004, + 46113 ], "loc": { "start": { - "line": 1665, + "line": 1640, "column": 30 }, "end": { - "line": 1668, + "line": 1643, "column": 5 } } @@ -82574,16 +80986,16 @@ "generator": false, "expression": false, "range": [ - 46903, - 47023 + 45993, + 46113 ], "loc": { "start": { - "line": 1665, + "line": 1640, "column": 19 }, "end": { - "line": 1668, + "line": 1643, "column": 5 } } @@ -82591,16 +81003,16 @@ "kind": "method", "computed": false, "range": [ - 46888, - 47023 + 45978, + 46113 ], "loc": { "start": { - "line": 1665, + "line": 1640, "column": 4 }, "end": { - "line": 1668, + "line": 1643, "column": 5 } }, @@ -82609,16 +81021,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": [ - 46729, - 46883 + 45819, + 45973 ], "loc": { "start": { - "line": 1660, + "line": 1635, "column": 4 }, "end": { - "line": 1664, + "line": 1639, "column": 7 } } @@ -82629,16 +81041,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": [ - 47029, - 47225 + 46119, + 46315 ], "loc": { "start": { - "line": 1670, + "line": 1645, "column": 4 }, "end": { - "line": 1675, + "line": 1650, "column": 7 } } @@ -82652,16 +81064,16 @@ "type": "Identifier", "name": "getCustomOptions", "range": [ - 47230, - 47246 + 46320, + 46336 ], "loc": { "start": { - "line": 1676, + "line": 1651, "column": 4 }, "end": { - "line": 1676, + "line": 1651, "column": 20 } } @@ -82674,16 +81086,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47247, - 47255 + 46337, + 46345 ], "loc": { "start": { - "line": 1676, + "line": 1651, "column": 21 }, "end": { - "line": 1676, + "line": 1651, "column": 29 } } @@ -82703,16 +81115,16 @@ "type": "Identifier", "name": "isEmpty", "range": [ - 47271, - 47278 + 46361, + 46368 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 12 }, "end": { - "line": 1677, + "line": 1652, "column": 19 } } @@ -82722,32 +81134,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47279, - 47287 + 46369, + 46377 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 20 }, "end": { - "line": 1677, + "line": 1652, "column": 28 } } } ], "range": [ - 47271, - 47288 + 46361, + 46378 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 12 }, "end": { - "line": 1677, + "line": 1652, "column": 29 } } @@ -82763,16 +81175,16 @@ "object": { "type": "ThisExpression", "range": [ - 47293, - 47297 + 46383, + 46387 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 34 }, "end": { - "line": 1677, + "line": 1652, "column": 38 } } @@ -82781,31 +81193,31 @@ "type": "Identifier", "name": "isCustomOptions", "range": [ - 47298, - 47313 + 46388, + 46403 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 39 }, "end": { - "line": 1677, + "line": 1652, "column": 54 } } }, "range": [ - 47293, - 47313 + 46383, + 46403 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 34 }, "end": { - "line": 1677, + "line": 1652, "column": 54 } } @@ -82815,63 +81227,63 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47314, - 47322 + 46404, + 46412 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 55 }, "end": { - "line": 1677, + "line": 1652, "column": 63 } } } ], "range": [ - 47293, - 47323 + 46383, + 46413 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 34 }, "end": { - "line": 1677, + "line": 1652, "column": 64 } } }, "prefix": true, "range": [ - 47292, - 47323 + 46382, + 46413 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 33 }, "end": { - "line": 1677, + "line": 1652, "column": 64 } } }, "range": [ - 47271, - 47323 + 46361, + 46413 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 12 }, "end": { - "line": 1677, + "line": 1652, "column": 64 } } @@ -82883,48 +81295,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 47339, - 47346 + 46429, + 46436 ], "loc": { "start": { - "line": 1678, + "line": 1653, "column": 12 }, "end": { - "line": 1678, + "line": 1653, "column": 19 } } } ], "range": [ - 47325, - 47356 + 46415, + 46446 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 66 }, "end": { - "line": 1679, + "line": 1654, "column": 9 } } }, "alternate": null, "range": [ - 47267, - 47356 + 46357, + 46446 ], "loc": { "start": { - "line": 1677, + "line": 1652, "column": 8 }, "end": { - "line": 1679, + "line": 1654, "column": 9 } } @@ -82938,16 +81350,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47370, - 47383 + 46460, + 46473 ], "loc": { "start": { - "line": 1681, + "line": 1656, "column": 12 }, "end": { - "line": 1681, + "line": 1656, "column": 25 } } @@ -82958,16 +81370,16 @@ "object": { "type": "ThisExpression", "range": [ - 47386, - 47390 + 46476, + 46480 ], "loc": { "start": { - "line": 1681, + "line": 1656, "column": 28 }, "end": { - "line": 1681, + "line": 1656, "column": 32 } } @@ -82976,46 +81388,46 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47391, - 47404 + 46481, + 46494 ], "loc": { "start": { - "line": 1681, + "line": 1656, "column": 33 }, "end": { - "line": 1681, + "line": 1656, "column": 46 } } }, "range": [ - 47386, - 47404 + 46476, + 46494 ], "loc": { "start": { - "line": 1681, + "line": 1656, "column": 28 }, "end": { - "line": 1681, + "line": 1656, "column": 46 } } }, "range": [ - 47370, - 47404 + 46460, + 46494 ], "loc": { "start": { - "line": 1681, + "line": 1656, "column": 12 }, "end": { - "line": 1681, + "line": 1656, "column": 46 } } @@ -83023,16 +81435,16 @@ ], "kind": "let", "range": [ - 47366, - 47405 + 46456, + 46495 ], "loc": { "start": { - "line": 1681, + "line": 1656, "column": 8 }, "end": { - "line": 1681, + "line": 1656, "column": 47 } } @@ -83046,16 +81458,16 @@ "type": "Identifier", "name": "cols", "range": [ - 47418, - 47422 + 46508, + 46512 ], "loc": { "start": { - "line": 1682, + "line": 1657, "column": 12 }, "end": { - "line": 1682, + "line": 1657, "column": 16 } } @@ -83067,16 +81479,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47425, - 47438 + 46515, + 46528 ], "loc": { "start": { - "line": 1682, + "line": 1657, "column": 19 }, "end": { - "line": 1682, + "line": 1657, "column": 32 } } @@ -83085,46 +81497,46 @@ "type": "Identifier", "name": "cols", "range": [ - 47439, - 47443 + 46529, + 46533 ], "loc": { "start": { - "line": 1682, + "line": 1657, "column": 33 }, "end": { - "line": 1682, + "line": 1657, "column": 37 } } }, "range": [ - 47425, - 47443 + 46515, + 46533 ], "loc": { "start": { - "line": 1682, + "line": 1657, "column": 19 }, "end": { - "line": 1682, + "line": 1657, "column": 37 } } }, "range": [ - 47418, - 47443 + 46508, + 46533 ], "loc": { "start": { - "line": 1682, + "line": 1657, "column": 12 }, "end": { - "line": 1682, + "line": 1657, "column": 37 } } @@ -83132,16 +81544,16 @@ ], "kind": "let", "range": [ - 47414, - 47444 + 46504, + 46534 ], "loc": { "start": { - "line": 1682, + "line": 1657, "column": 8 }, "end": { - "line": 1682, + "line": 1657, "column": 38 } } @@ -83155,16 +81567,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47457, - 47463 + 46547, + 46553 ], "loc": { "start": { - "line": 1683, + "line": 1658, "column": 12 }, "end": { - "line": 1683, + "line": 1658, "column": 18 } } @@ -83173,31 +81585,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 47466, - 47468 + 46556, + 46558 ], "loc": { "start": { - "line": 1683, + "line": 1658, "column": 21 }, "end": { - "line": 1683, + "line": 1658, "column": 23 } } }, "range": [ - 47457, - 47468 + 46547, + 46558 ], "loc": { "start": { - "line": 1683, + "line": 1658, "column": 12 }, "end": { - "line": 1683, + "line": 1658, "column": 23 } } @@ -83208,16 +81620,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47470, - 47478 + 46560, + 46568 ], "loc": { "start": { - "line": 1683, + "line": 1658, "column": 25 }, "end": { - "line": 1683, + "line": 1658, "column": 33 } } @@ -83226,31 +81638,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 47481, - 47483 + 46571, + 46573 ], "loc": { "start": { - "line": 1683, + "line": 1658, "column": 36 }, "end": { - "line": 1683, + "line": 1658, "column": 38 } } }, "range": [ - 47470, - 47483 + 46560, + 46573 ], "loc": { "start": { - "line": 1683, + "line": 1658, "column": 25 }, "end": { - "line": 1683, + "line": 1658, "column": 38 } } @@ -83258,16 +81670,16 @@ ], "kind": "let", "range": [ - 47453, - 47484 + 46543, + 46574 ], "loc": { "start": { - "line": 1683, + "line": 1658, "column": 8 }, "end": { - "line": 1683, + "line": 1658, "column": 39 } } @@ -83281,16 +81693,16 @@ "type": "Identifier", "name": "index", "range": [ - 47497, - 47502 + 46587, + 46592 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 12 }, "end": { - "line": 1684, + "line": 1659, "column": 17 } } @@ -83304,16 +81716,16 @@ "type": "Identifier", "name": "cols", "range": [ - 47505, - 47509 + 46595, + 46599 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 20 }, "end": { - "line": 1684, + "line": 1659, "column": 24 } } @@ -83322,31 +81734,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 47510, - 47517 + 46600, + 46607 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 25 }, "end": { - "line": 1684, + "line": 1659, "column": 32 } } }, "range": [ - 47505, - 47517 + 46595, + 46607 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 20 }, "end": { - "line": 1684, + "line": 1659, "column": 32 } } @@ -83356,47 +81768,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 47518, - 47526 + 46608, + 46616 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 33 }, "end": { - "line": 1684, + "line": 1659, "column": 41 } } } ], "range": [ - 47505, - 47527 + 46595, + 46617 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 20 }, "end": { - "line": 1684, + "line": 1659, "column": 42 } } }, "range": [ - 47497, - 47527 + 46587, + 46617 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 12 }, "end": { - "line": 1684, + "line": 1659, "column": 42 } } @@ -83404,16 +81816,16 @@ ], "kind": "let", "range": [ - 47493, - 47528 + 46583, + 46618 ], "loc": { "start": { - "line": 1684, + "line": 1659, "column": 8 }, "end": { - "line": 1684, + "line": 1659, "column": 43 } } @@ -83427,16 +81839,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47541, - 47550 + 46631, + 46640 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 12 }, "end": { - "line": 1685, + "line": 1660, "column": 21 } } @@ -83451,16 +81863,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47553, - 47566 + 46643, + 46656 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 24 }, "end": { - "line": 1685, + "line": 1660, "column": 37 } } @@ -83469,31 +81881,31 @@ "type": "Identifier", "name": "values", "range": [ - 47567, - 47573 + 46657, + 46663 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 38 }, "end": { - "line": 1685, + "line": 1660, "column": 44 } } }, "range": [ - 47553, - 47573 + 46643, + 46663 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 24 }, "end": { - "line": 1685, + "line": 1660, "column": 44 } } @@ -83502,46 +81914,46 @@ "type": "Identifier", "name": "index", "range": [ - 47574, - 47579 + 46664, + 46669 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 45 }, "end": { - "line": 1685, + "line": 1660, "column": 50 } } }, "range": [ - 47553, - 47580 + 46643, + 46670 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 24 }, "end": { - "line": 1685, + "line": 1660, "column": 51 } } }, "range": [ - 47541, - 47580 + 46631, + 46670 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 12 }, "end": { - "line": 1685, + "line": 1660, "column": 51 } } @@ -83549,16 +81961,16 @@ ], "kind": "let", "range": [ - 47537, - 47581 + 46627, + 46671 ], "loc": { "start": { - "line": 1685, + "line": 1660, "column": 8 }, "end": { - "line": 1685, + "line": 1660, "column": 52 } } @@ -83572,16 +81984,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 47594, - 47602 + 46684, + 46692 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 12 }, "end": { - "line": 1686, + "line": 1661, "column": 20 } } @@ -83596,16 +82008,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47605, - 47618 + 46695, + 46708 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 23 }, "end": { - "line": 1686, + "line": 1661, "column": 36 } } @@ -83614,31 +82026,31 @@ "type": "Identifier", "name": "texts", "range": [ - 47619, - 47624 + 46709, + 46714 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 37 }, "end": { - "line": 1686, + "line": 1661, "column": 42 } } }, "range": [ - 47605, - 47624 + 46695, + 46714 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 23 }, "end": { - "line": 1686, + "line": 1661, "column": 42 } } @@ -83647,46 +82059,46 @@ "type": "Identifier", "name": "index", "range": [ - 47625, - 47630 + 46715, + 46720 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 43 }, "end": { - "line": 1686, + "line": 1661, "column": 48 } } }, "range": [ - 47605, - 47631 + 46695, + 46721 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 23 }, "end": { - "line": 1686, + "line": 1661, "column": 49 } } }, "range": [ - 47594, - 47631 + 46684, + 46721 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 12 }, "end": { - "line": 1686, + "line": 1661, "column": 49 } } @@ -83694,16 +82106,16 @@ ], "kind": "let", "range": [ - 47590, - 47632 + 46680, + 46722 ], "loc": { "start": { - "line": 1686, + "line": 1661, "column": 8 }, "end": { - "line": 1686, + "line": 1661, "column": 50 } } @@ -83717,16 +82129,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 47645, - 47652 + 46735, + 46742 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 12 }, "end": { - "line": 1687, + "line": 1662, "column": 19 } } @@ -83741,16 +82153,16 @@ "type": "Identifier", "name": "customOptions", "range": [ - 47655, - 47668 + 46745, + 46758 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 22 }, "end": { - "line": 1687, + "line": 1662, "column": 35 } } @@ -83759,31 +82171,31 @@ "type": "Identifier", "name": "sorts", "range": [ - 47669, - 47674 + 46759, + 46764 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 36 }, "end": { - "line": 1687, + "line": 1662, "column": 41 } } }, "range": [ - 47655, - 47674 + 46745, + 46764 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 22 }, "end": { - "line": 1687, + "line": 1662, "column": 41 } } @@ -83792,46 +82204,46 @@ "type": "Identifier", "name": "index", "range": [ - 47675, - 47680 + 46765, + 46770 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 42 }, "end": { - "line": 1687, + "line": 1662, "column": 47 } } }, "range": [ - 47655, - 47681 + 46745, + 46771 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 22 }, "end": { - "line": 1687, + "line": 1662, "column": 48 } } }, "range": [ - 47645, - 47681 + 46735, + 46771 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 12 }, "end": { - "line": 1687, + "line": 1662, "column": 48 } } @@ -83839,16 +82251,16 @@ ], "kind": "let", "range": [ - 47641, - 47682 + 46731, + 46772 ], "loc": { "start": { - "line": 1687, + "line": 1662, "column": 8 }, "end": { - "line": 1687, + "line": 1662, "column": 49 } } @@ -83864,16 +82276,16 @@ "type": "Identifier", "name": "r", "range": [ - 47701, - 47702 + 46791, + 46792 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 17 }, "end": { - "line": 1689, + "line": 1664, "column": 18 } } @@ -83883,31 +82295,31 @@ "value": 0, "raw": "0", "range": [ - 47705, - 47706 + 46795, + 46796 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 21 }, "end": { - "line": 1689, + "line": 1664, "column": 22 } } }, "range": [ - 47701, - 47706 + 46791, + 46796 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 17 }, "end": { - "line": 1689, + "line": 1664, "column": 22 } } @@ -83918,16 +82330,16 @@ "type": "Identifier", "name": "len", "range": [ - 47708, - 47711 + 46798, + 46801 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 24 }, "end": { - "line": 1689, + "line": 1664, "column": 27 } } @@ -83939,16 +82351,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47714, - 47723 + 46804, + 46813 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 30 }, "end": { - "line": 1689, + "line": 1664, "column": 39 } } @@ -83957,46 +82369,46 @@ "type": "Identifier", "name": "length", "range": [ - 47724, - 47730 + 46814, + 46820 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 40 }, "end": { - "line": 1689, + "line": 1664, "column": 46 } } }, "range": [ - 47714, - 47730 + 46804, + 46820 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 30 }, "end": { - "line": 1689, + "line": 1664, "column": 46 } } }, "range": [ - 47708, - 47730 + 46798, + 46820 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 24 }, "end": { - "line": 1689, + "line": 1664, "column": 46 } } @@ -84004,16 +82416,16 @@ ], "kind": "let", "range": [ - 47697, - 47730 + 46787, + 46820 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 13 }, "end": { - "line": 1689, + "line": 1664, "column": 46 } } @@ -84025,16 +82437,16 @@ "type": "Identifier", "name": "r", "range": [ - 47732, - 47733 + 46822, + 46823 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 48 }, "end": { - "line": 1689, + "line": 1664, "column": 49 } } @@ -84043,31 +82455,31 @@ "type": "Identifier", "name": "len", "range": [ - 47736, - 47739 + 46826, + 46829 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 52 }, "end": { - "line": 1689, + "line": 1664, "column": 55 } } }, "range": [ - 47732, - 47739 + 46822, + 46829 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 48 }, "end": { - "line": 1689, + "line": 1664, "column": 55 } } @@ -84079,32 +82491,32 @@ "type": "Identifier", "name": "r", "range": [ - 47741, - 47742 + 46831, + 46832 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 57 }, "end": { - "line": 1689, + "line": 1664, "column": 58 } } }, "prefix": false, "range": [ - 47741, - 47744 + 46831, + 46834 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 57 }, "end": { - "line": 1689, + "line": 1664, "column": 60 } } @@ -84123,16 +82535,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47760, - 47768 + 46850, + 46858 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 12 }, "end": { - "line": 1690, + "line": 1665, "column": 20 } } @@ -84141,31 +82553,31 @@ "type": "Identifier", "name": "push", "range": [ - 47769, - 47773 + 46859, + 46863 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 21 }, "end": { - "line": 1690, + "line": 1665, "column": 25 } } }, "range": [ - 47760, - 47773 + 46850, + 46863 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 12 }, "end": { - "line": 1690, + "line": 1665, "column": 25 } } @@ -84178,16 +82590,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47774, - 47783 + 46864, + 46873 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 26 }, "end": { - "line": 1690, + "line": 1665, "column": 35 } } @@ -84196,62 +82608,62 @@ "type": "Identifier", "name": "r", "range": [ - 47784, - 47785 + 46874, + 46875 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 36 }, "end": { - "line": 1690, + "line": 1665, "column": 37 } } }, "range": [ - 47774, - 47786 + 46864, + 46876 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 26 }, "end": { - "line": 1690, + "line": 1665, "column": 38 } } } ], "range": [ - 47760, - 47787 + 46850, + 46877 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 12 }, "end": { - "line": 1690, + "line": 1665, "column": 39 } } }, "range": [ - 47760, - 47788 + 46850, + 46878 ], "loc": { "start": { - "line": 1690, + "line": 1665, "column": 12 }, "end": { - "line": 1690, + "line": 1665, "column": 40 } } @@ -84265,16 +82677,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 47805, - 47813 + 46895, + 46903 ], "loc": { "start": { - "line": 1691, + "line": 1666, "column": 16 }, "end": { - "line": 1691, + "line": 1666, "column": 24 } } @@ -84283,31 +82695,31 @@ "type": "Identifier", "name": "r", "range": [ - 47814, - 47815 + 46904, + 46905 ], "loc": { "start": { - "line": 1691, + "line": 1666, "column": 25 }, "end": { - "line": 1691, + "line": 1666, "column": 26 } } }, "range": [ - 47805, - 47816 + 46895, + 46906 ], "loc": { "start": { - "line": 1691, + "line": 1666, "column": 16 }, "end": { - "line": 1691, + "line": 1666, "column": 27 } } @@ -84326,16 +82738,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47836, - 47842 + 46926, + 46932 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 16 }, "end": { - "line": 1692, + "line": 1667, "column": 22 } } @@ -84344,31 +82756,31 @@ "type": "Identifier", "name": "push", "range": [ - 47843, - 47847 + 46933, + 46937 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 23 }, "end": { - "line": 1692, + "line": 1667, "column": 27 } } }, "range": [ - 47836, - 47847 + 46926, + 46937 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 16 }, "end": { - "line": 1692, + "line": 1667, "column": 27 } } @@ -84381,16 +82793,16 @@ "type": "Identifier", "name": "slcTexts", "range": [ - 47848, - 47856 + 46938, + 46946 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 28 }, "end": { - "line": 1692, + "line": 1667, "column": 36 } } @@ -84399,78 +82811,78 @@ "type": "Identifier", "name": "r", "range": [ - 47857, - 47858 + 46947, + 46948 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 37 }, "end": { - "line": 1692, + "line": 1667, "column": 38 } } }, "range": [ - 47848, - 47859 + 46938, + 46949 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 28 }, "end": { - "line": 1692, + "line": 1667, "column": 39 } } } ], "range": [ - 47836, - 47860 + 46926, + 46950 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 16 }, "end": { - "line": 1692, + "line": 1667, "column": 40 } } }, "range": [ - 47836, - 47861 + 46926, + 46951 ], "loc": { "start": { - "line": 1692, + "line": 1667, "column": 16 }, "end": { - "line": 1692, + "line": 1667, "column": 41 } } } ], "range": [ - 47818, - 47875 + 46908, + 46965 ], "loc": { "start": { - "line": 1691, + "line": 1666, "column": 29 }, "end": { - "line": 1693, + "line": 1668, "column": 13 } } @@ -84489,16 +82901,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 47899, - 47905 + 46989, + 46995 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 16 }, "end": { - "line": 1694, + "line": 1669, "column": 22 } } @@ -84507,31 +82919,31 @@ "type": "Identifier", "name": "push", "range": [ - 47906, - 47910 + 46996, + 47000 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 23 }, "end": { - "line": 1694, + "line": 1669, "column": 27 } } }, "range": [ - 47899, - 47910 + 46989, + 47000 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 16 }, "end": { - "line": 1694, + "line": 1669, "column": 27 } } @@ -84544,16 +82956,16 @@ "type": "Identifier", "name": "slcValues", "range": [ - 47911, - 47920 + 47001, + 47010 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 28 }, "end": { - "line": 1694, + "line": 1669, "column": 37 } } @@ -84562,124 +82974,124 @@ "type": "Identifier", "name": "r", "range": [ - 47921, - 47922 + 47011, + 47012 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 38 }, "end": { - "line": 1694, + "line": 1669, "column": 39 } } }, "range": [ - 47911, - 47923 + 47001, + 47013 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 28 }, "end": { - "line": 1694, + "line": 1669, "column": 40 } } } ], "range": [ - 47899, - 47924 + 46989, + 47014 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 16 }, "end": { - "line": 1694, + "line": 1669, "column": 41 } } }, "range": [ - 47899, - 47925 + 46989, + 47015 ], "loc": { "start": { - "line": 1694, + "line": 1669, "column": 16 }, "end": { - "line": 1694, + "line": 1669, "column": 42 } } } ], "range": [ - 47881, - 47939 + 46971, + 47029 ], "loc": { "start": { - "line": 1693, + "line": 1668, "column": 19 }, "end": { - "line": 1695, + "line": 1670, "column": 13 } } }, "range": [ - 47801, - 47939 + 46891, + 47029 ], "loc": { "start": { - "line": 1691, + "line": 1666, "column": 12 }, "end": { - "line": 1695, + "line": 1670, "column": 13 } } } ], "range": [ - 47746, - 47949 + 46836, + 47039 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 62 }, "end": { - "line": 1696, + "line": 1671, "column": 9 } } }, "range": [ - 47692, - 47949 + 46782, + 47039 ], "loc": { "start": { - "line": 1689, + "line": 1664, "column": 8 }, "end": { - "line": 1696, + "line": 1671, "column": 9 } } @@ -84690,16 +83102,16 @@ "type": "Identifier", "name": "slcSort", "range": [ - 47962, - 47969 + 47052, + 47059 ], "loc": { "start": { - "line": 1697, + "line": 1672, "column": 12 }, "end": { - "line": 1697, + "line": 1672, "column": 19 } } @@ -84718,16 +83130,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 47985, - 47993 + 47075, + 47083 ], "loc": { "start": { - "line": 1698, + "line": 1673, "column": 12 }, "end": { - "line": 1698, + "line": 1673, "column": 20 } } @@ -84736,62 +83148,62 @@ "type": "Identifier", "name": "sort", "range": [ - 47994, - 47998 + 47084, + 47088 ], "loc": { "start": { - "line": 1698, + "line": 1673, "column": 21 }, "end": { - "line": 1698, + "line": 1673, "column": 25 } } }, "range": [ - 47985, - 47998 + 47075, + 47088 ], "loc": { "start": { - "line": 1698, + "line": 1673, "column": 12 }, "end": { - "line": 1698, + "line": 1673, "column": 25 } } }, "arguments": [], "range": [ - 47985, - 48000 + 47075, + 47090 ], "loc": { "start": { - "line": 1698, + "line": 1673, "column": 12 }, "end": { - "line": 1698, + "line": 1673, "column": 27 } } }, "range": [ - 47985, - 48001 + 47075, + 47091 ], "loc": { "start": { - "line": 1698, + "line": 1673, "column": 12 }, "end": { - "line": 1698, + "line": 1673, "column": 28 } } @@ -84807,16 +83219,16 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48014, - 48020 + 47104, + 47110 ], "loc": { "start": { - "line": 1699, + "line": 1674, "column": 12 }, "end": { - "line": 1699, + "line": 1674, "column": 18 } } @@ -84825,94 +83237,94 @@ "type": "Identifier", "name": "sort", "range": [ - 48021, - 48025 + 47111, + 47115 ], "loc": { "start": { - "line": 1699, + "line": 1674, "column": 19 }, "end": { - "line": 1699, + "line": 1674, "column": 23 } } }, "range": [ - 48014, - 48025 + 47104, + 47115 ], "loc": { "start": { - "line": 1699, + "line": 1674, "column": 12 }, "end": { - "line": 1699, + "line": 1674, "column": 23 } } }, "arguments": [], "range": [ - 48014, - 48027 + 47104, + 47117 ], "loc": { "start": { - "line": 1699, + "line": 1674, "column": 12 }, "end": { - "line": 1699, + "line": 1674, "column": 25 } } }, "range": [ - 48014, - 48028 + 47104, + 47118 ], "loc": { "start": { - "line": 1699, + "line": 1674, "column": 12 }, "end": { - "line": 1699, + "line": 1674, "column": 26 } } } ], "range": [ - 47971, - 48038 + 47061, + 47128 ], "loc": { "start": { - "line": 1697, + "line": 1672, "column": 21 }, "end": { - "line": 1700, + "line": 1675, "column": 9 } } }, "alternate": null, "range": [ - 47958, - 48038 + 47048, + 47128 ], "loc": { "start": { - "line": 1697, + "line": 1672, "column": 8 }, "end": { - "line": 1700, + "line": 1675, "column": 9 } } @@ -84926,16 +83338,16 @@ "type": "Identifier", "name": "optArray", "range": [ - 48055, - 48063 + 47145, + 47153 ], "loc": { "start": { - "line": 1701, + "line": 1676, "column": 16 }, "end": { - "line": 1701, + "line": 1676, "column": 24 } } @@ -84944,63 +83356,63 @@ "type": "Identifier", "name": "optTxt", "range": [ - 48065, - 48071 + 47155, + 47161 ], "loc": { "start": { - "line": 1701, + "line": 1676, "column": 26 }, "end": { - "line": 1701, + "line": 1676, "column": 32 } } } ], "range": [ - 48054, - 48072 + 47144, + 47162 ], "loc": { "start": { - "line": 1701, + "line": 1676, "column": 15 }, "end": { - "line": 1701, + "line": 1676, "column": 33 } } }, "range": [ - 48047, - 48073 + 47137, + 47163 ], "loc": { "start": { - "line": 1701, + "line": 1676, "column": 8 }, "end": { - "line": 1701, + "line": 1676, "column": 34 } } } ], "range": [ - 47257, - 48079 + 46347, + 47169 ], "loc": { "start": { - "line": 1676, + "line": 1651, "column": 31 }, "end": { - "line": 1702, + "line": 1677, "column": 5 } } @@ -85008,16 +83420,16 @@ "generator": false, "expression": false, "range": [ - 47246, - 48079 + 46336, + 47169 ], "loc": { "start": { - "line": 1676, + "line": 1651, "column": 20 }, "end": { - "line": 1702, + "line": 1677, "column": 5 } } @@ -85025,16 +83437,16 @@ "kind": "method", "computed": false, "range": [ - 47230, - 48079 + 46320, + 47169 ], "loc": { "start": { - "line": 1676, + "line": 1651, "column": 4 }, "end": { - "line": 1702, + "line": 1677, "column": 5 } }, @@ -85043,16 +83455,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": [ - 47029, - 47225 + 46119, + 46315 ], "loc": { "start": { - "line": 1670, + "line": 1645, "column": 4 }, "end": { - "line": 1675, + "line": 1650, "column": 7 } } @@ -85063,16 +83475,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": [ - 48085, - 48322 + 47175, + 47412 ], "loc": { "start": { - "line": 1704, + "line": 1679, "column": 4 }, "end": { - "line": 1708, + "line": 1683, "column": 7 } } @@ -85086,16 +83498,16 @@ "type": "Identifier", "name": "filter", "range": [ - 48327, - 48333 + 47417, + 47423 ], "loc": { "start": { - "line": 1709, + "line": 1684, "column": 4 }, "end": { - "line": 1709, + "line": 1684, "column": 10 } } @@ -85121,16 +83533,16 @@ "object": { "type": "ThisExpression", "range": [ - 48351, - 48355 + 47441, + 47445 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 13 }, "end": { - "line": 1710, + "line": 1685, "column": 17 } } @@ -85139,47 +83551,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 48356, - 48363 + 47446, + 47453 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 18 }, "end": { - "line": 1710, + "line": 1685, "column": 25 } } }, "range": [ - 48351, - 48363 + 47441, + 47453 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 13 }, "end": { - "line": 1710, + "line": 1685, "column": 25 } } }, "prefix": true, "range": [ - 48350, - 48363 + 47440, + 47453 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 12 }, "end": { - "line": 1710, + "line": 1685, "column": 25 } } @@ -85193,16 +83605,16 @@ "object": { "type": "ThisExpression", "range": [ - 48368, - 48372 + 47458, + 47462 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 30 }, "end": { - "line": 1710, + "line": 1685, "column": 34 } } @@ -85211,62 +83623,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 48373, - 48384 + 47463, + 47474 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 35 }, "end": { - "line": 1710, + "line": 1685, "column": 46 } } }, "range": [ - 48368, - 48384 + 47458, + 47474 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 30 }, "end": { - "line": 1710, + "line": 1685, "column": 46 } } }, "prefix": true, "range": [ - 48367, - 48384 + 47457, + 47474 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 29 }, "end": { - "line": 1710, + "line": 1685, "column": 46 } } }, "range": [ - 48350, - 48384 + 47440, + 47474 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 12 }, "end": { - "line": 1710, + "line": 1685, "column": 46 } } @@ -85278,48 +83690,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 48400, - 48407 + 47490, + 47497 ], "loc": { "start": { - "line": 1711, + "line": 1686, "column": 12 }, "end": { - "line": 1711, + "line": 1686, "column": 19 } } } ], "range": [ - 48386, - 48417 + 47476, + 47507 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 48 }, "end": { - "line": 1712, + "line": 1687, "column": 9 } } }, "alternate": null, "range": [ - 48346, - 48417 + 47436, + 47507 ], "loc": { "start": { - "line": 1710, + "line": 1685, "column": 8 }, "end": { - "line": 1712, + "line": 1687, "column": 9 } }, @@ -85328,16 +83740,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 48426, - 48450 + 47516, + 47540 ], "loc": { "start": { - "line": 1713, + "line": 1688, "column": 8 }, "end": { - "line": 1713, + "line": 1688, "column": 32 } } @@ -85354,16 +83766,16 @@ "object": { "type": "ThisExpression", "range": [ - 48459, - 48463 + 47549, + 47553 ], "loc": { "start": { - "line": 1714, + "line": 1689, "column": 8 }, "end": { - "line": 1714, + "line": 1689, "column": 12 } } @@ -85372,31 +83784,31 @@ "type": "Identifier", "name": "onBeforeFilter", "range": [ - 48464, - 48478 + 47554, + 47568 ], "loc": { "start": { - "line": 1714, + "line": 1689, "column": 13 }, "end": { - "line": 1714, + "line": 1689, "column": 27 } } }, "range": [ - 48459, - 48478 + 47549, + 47568 ], "loc": { "start": { - "line": 1714, + "line": 1689, "column": 8 }, "end": { - "line": 1714, + "line": 1689, "column": 27 } } @@ -85405,47 +83817,47 @@ { "type": "ThisExpression", "range": [ - 48479, - 48483 + 47569, + 47573 ], "loc": { "start": { - "line": 1714, + "line": 1689, "column": 28 }, "end": { - "line": 1714, + "line": 1689, "column": 32 } } } ], "range": [ - 48459, - 48484 + 47549, + 47574 ], "loc": { "start": { - "line": 1714, + "line": 1689, "column": 8 }, "end": { - "line": 1714, + "line": 1689, "column": 33 } } }, "range": [ - 48459, - 48485 + 47549, + 47575 ], "loc": { "start": { - "line": 1714, + "line": 1689, "column": 8 }, "end": { - "line": 1714, + "line": 1689, "column": 34 } }, @@ -85454,16 +83866,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 48426, - 48450 + 47516, + 47540 ], "loc": { "start": { - "line": 1713, + "line": 1688, "column": 8 }, "end": { - "line": 1713, + "line": 1688, "column": 32 } } @@ -85483,16 +83895,16 @@ "object": { "type": "ThisExpression", "range": [ - 48494, - 48498 + 47584, + 47588 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 8 }, "end": { - "line": 1715, + "line": 1690, "column": 12 } } @@ -85501,31 +83913,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 48499, - 48506 + 47589, + 47596 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 13 }, "end": { - "line": 1715, + "line": 1690, "column": 20 } } }, "range": [ - 48494, - 48506 + 47584, + 47596 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 8 }, "end": { - "line": 1715, + "line": 1690, "column": 20 } } @@ -85534,31 +83946,31 @@ "type": "Identifier", "name": "emit", "range": [ - 48507, - 48511 + 47597, + 47601 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 21 }, "end": { - "line": 1715, + "line": 1690, "column": 25 } } }, "range": [ - 48494, - 48511 + 47584, + 47601 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 8 }, "end": { - "line": 1715, + "line": 1690, "column": 25 } } @@ -85569,16 +83981,16 @@ "value": "before-filtering", "raw": "'before-filtering'", "range": [ - 48512, - 48530 + 47602, + 47620 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 26 }, "end": { - "line": 1715, + "line": 1690, "column": 44 } } @@ -85586,47 +83998,47 @@ { "type": "ThisExpression", "range": [ - 48532, - 48536 + 47622, + 47626 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 46 }, "end": { - "line": 1715, + "line": 1690, "column": 50 } } } ], "range": [ - 48494, - 48537 + 47584, + 47627 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 8 }, "end": { - "line": 1715, + "line": 1690, "column": 51 } } }, "range": [ - 48494, - 48538 + 47584, + 47628 ], "loc": { "start": { - "line": 1715, + "line": 1690, "column": 8 }, "end": { - "line": 1715, + "line": 1690, "column": 52 } } @@ -85640,16 +84052,16 @@ "type": "Identifier", "name": "row", "range": [ - 48552, - 48555 + 47642, + 47645 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 12 }, "end": { - "line": 1717, + "line": 1692, "column": 15 } } @@ -85665,16 +84077,16 @@ "object": { "type": "ThisExpression", "range": [ - 48558, - 48562 + 47648, + 47652 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 18 }, "end": { - "line": 1717, + "line": 1692, "column": 22 } } @@ -85683,47 +84095,47 @@ "type": "Identifier", "name": "dom", "range": [ - 48563, - 48566 + 47653, + 47656 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 23 }, "end": { - "line": 1717, + "line": 1692, "column": 26 } } }, "range": [ - 48558, - 48566 + 47648, + 47656 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 18 }, "end": { - "line": 1717, + "line": 1692, "column": 26 } } }, "arguments": [], "range": [ - 48558, - 48568 + 47648, + 47658 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 18 }, "end": { - "line": 1717, + "line": 1692, "column": 28 } } @@ -85732,46 +84144,46 @@ "type": "Identifier", "name": "rows", "range": [ - 48569, - 48573 + 47659, + 47663 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 29 }, "end": { - "line": 1717, + "line": 1692, "column": 33 } } }, "range": [ - 48558, - 48573 + 47648, + 47663 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 18 }, "end": { - "line": 1717, + "line": 1692, "column": 33 } } }, "range": [ - 48552, - 48573 + 47642, + 47663 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 12 }, "end": { - "line": 1717, + "line": 1692, "column": 33 } } @@ -85782,16 +84194,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 48587, - 48593 + 47677, + 47683 ], "loc": { "start": { - "line": 1718, + "line": 1693, "column": 12 }, "end": { - "line": 1718, + "line": 1693, "column": 18 } } @@ -85804,16 +84216,16 @@ "object": { "type": "ThisExpression", "range": [ - 48596, - 48600 + 47686, + 47690 ], "loc": { "start": { - "line": 1718, + "line": 1693, "column": 21 }, "end": { - "line": 1718, + "line": 1693, "column": 25 } } @@ -85822,31 +84234,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 48601, - 48610 + 47691, + 47700 ], "loc": { "start": { - "line": 1718, + "line": 1693, "column": 26 }, "end": { - "line": 1718, + "line": 1693, "column": 35 } } }, "range": [ - 48596, - 48610 + 47686, + 47700 ], "loc": { "start": { - "line": 1718, + "line": 1693, "column": 21 }, "end": { - "line": 1718, + "line": 1693, "column": 35 } } @@ -85857,47 +84269,47 @@ "value": true, "raw": "true", "range": [ - 48611, - 48615 + 47701, + 47705 ], "loc": { "start": { - "line": 1718, + "line": 1693, "column": 36 }, "end": { - "line": 1718, + "line": 1693, "column": 40 } } } ], "range": [ - 48596, - 48616 + 47686, + 47706 ], "loc": { "start": { - "line": 1718, + "line": 1693, "column": 21 }, "end": { - "line": 1718, + "line": 1693, "column": 41 } } }, "range": [ - 48587, - 48616 + 47677, + 47706 ], "loc": { "start": { - "line": 1718, + "line": 1693, "column": 12 }, "end": { - "line": 1718, + "line": 1693, "column": 41 } } @@ -85908,16 +84320,16 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 48630, - 48640 + 47720, + 47730 ], "loc": { "start": { - "line": 1719, + "line": 1694, "column": 12 }, "end": { - "line": 1719, + "line": 1694, "column": 22 } } @@ -85927,31 +84339,31 @@ "value": 0, "raw": "0", "range": [ - 48643, - 48644 + 47733, + 47734 ], "loc": { "start": { - "line": 1719, + "line": 1694, "column": 25 }, "end": { - "line": 1719, + "line": 1694, "column": 26 } } }, "range": [ - 48630, - 48644 + 47720, + 47734 ], "loc": { "start": { - "line": 1719, + "line": 1694, "column": 12 }, "end": { - "line": 1719, + "line": 1694, "column": 26 } } @@ -85959,16 +84371,16 @@ ], "kind": "let", "range": [ - 48548, - 48645 + 47638, + 47735 ], "loc": { "start": { - "line": 1717, + "line": 1692, "column": 8 }, "end": { - "line": 1719, + "line": 1694, "column": 27 } } @@ -85984,16 +84396,16 @@ "object": { "type": "ThisExpression", "range": [ - 48655, - 48659 + 47745, + 47749 ], "loc": { "start": { - "line": 1721, + "line": 1696, "column": 8 }, "end": { - "line": 1721, + "line": 1696, "column": 12 } } @@ -86002,31 +84414,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 48660, - 48674 + 47750, + 47764 ], "loc": { "start": { - "line": 1721, + "line": 1696, "column": 13 }, "end": { - "line": 1721, + "line": 1696, "column": 27 } } }, "range": [ - 48655, - 48674 + 47745, + 47764 ], "loc": { "start": { - "line": 1721, + "line": 1696, "column": 8 }, "end": { - "line": 1721, + "line": 1696, "column": 27 } } @@ -86035,46 +84447,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 48677, - 48679 + 47767, + 47769 ], "loc": { "start": { - "line": 1721, + "line": 1696, "column": 30 }, "end": { - "line": 1721, + "line": 1696, "column": 32 } } }, "range": [ - 48655, - 48679 + 47745, + 47769 ], "loc": { "start": { - "line": 1721, + "line": 1696, "column": 8 }, "end": { - "line": 1721, + "line": 1696, "column": 32 } } }, "range": [ - 48655, - 48680 + 47745, + 47770 ], "loc": { "start": { - "line": 1721, + "line": 1696, "column": 8 }, "end": { - "line": 1721, + "line": 1696, "column": 33 } }, @@ -86083,16 +84495,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 48689, - 48711 + 47779, + 47801 ], "loc": { "start": { - "line": 1722, + "line": 1697, "column": 8 }, "end": { - "line": 1722, + "line": 1697, "column": 30 } } @@ -86108,16 +84520,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 48724, - 48734 + 47814, + 47824 ], "loc": { "start": { - "line": 1723, + "line": 1698, "column": 12 }, "end": { - "line": 1723, + "line": 1698, "column": 22 } } @@ -86130,16 +84542,16 @@ "object": { "type": "ThisExpression", "range": [ - 48737, - 48741 + 47827, + 47831 ], "loc": { "start": { - "line": 1723, + "line": 1698, "column": 25 }, "end": { - "line": 1723, + "line": 1698, "column": 29 } } @@ -86148,62 +84560,62 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 48742, - 48757 + 47832, + 47847 ], "loc": { "start": { - "line": 1723, + "line": 1698, "column": 30 }, "end": { - "line": 1723, + "line": 1698, "column": 45 } } }, "range": [ - 48737, - 48757 + 47827, + 47847 ], "loc": { "start": { - "line": 1723, + "line": 1698, "column": 25 }, "end": { - "line": 1723, + "line": 1698, "column": 45 } } }, "arguments": [], "range": [ - 48737, - 48759 + 47827, + 47849 ], "loc": { "start": { - "line": 1723, + "line": 1698, "column": 25 }, "end": { - "line": 1723, + "line": 1698, "column": 47 } } }, "range": [ - 48724, - 48759 + 47814, + 47849 ], "loc": { "start": { - "line": 1723, + "line": 1698, "column": 12 }, "end": { - "line": 1723, + "line": 1698, "column": 47 } } @@ -86211,16 +84623,16 @@ ], "kind": "let", "range": [ - 48720, - 48760 + 47810, + 47850 ], "loc": { "start": { - "line": 1723, + "line": 1698, "column": 8 }, "end": { - "line": 1723, + "line": 1698, "column": 48 } }, @@ -86229,16 +84641,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 48689, - 48711 + 47779, + 47801 ], "loc": { "start": { - "line": 1722, + "line": 1697, "column": 8 }, "end": { - "line": 1722, + "line": 1697, "column": 30 } } @@ -86256,16 +84668,16 @@ "type": "Identifier", "name": "k", "range": [ - 48779, - 48780 + 47869, + 47870 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 17 }, "end": { - "line": 1725, + "line": 1700, "column": 18 } } @@ -86276,16 +84688,16 @@ "object": { "type": "ThisExpression", "range": [ - 48783, - 48787 + 47873, + 47877 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 21 }, "end": { - "line": 1725, + "line": 1700, "column": 25 } } @@ -86294,46 +84706,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 48788, - 48794 + 47878, + 47884 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 26 }, "end": { - "line": 1725, + "line": 1700, "column": 32 } } }, "range": [ - 48783, - 48794 + 47873, + 47884 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 21 }, "end": { - "line": 1725, + "line": 1700, "column": 32 } } }, "range": [ - 48779, - 48794 + 47869, + 47884 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 17 }, "end": { - "line": 1725, + "line": 1700, "column": 32 } } @@ -86341,16 +84753,16 @@ ], "kind": "let", "range": [ - 48775, - 48794 + 47865, + 47884 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 13 }, "end": { - "line": 1725, + "line": 1700, "column": 32 } } @@ -86362,16 +84774,16 @@ "type": "Identifier", "name": "k", "range": [ - 48796, - 48797 + 47886, + 47887 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 34 }, "end": { - "line": 1725, + "line": 1700, "column": 35 } } @@ -86380,31 +84792,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 48800, - 48806 + 47890, + 47896 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 38 }, "end": { - "line": 1725, + "line": 1700, "column": 44 } } }, "range": [ - 48796, - 48806 + 47886, + 47896 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 34 }, "end": { - "line": 1725, + "line": 1700, "column": 44 } } @@ -86416,32 +84828,32 @@ "type": "Identifier", "name": "k", "range": [ - 48808, - 48809 + 47898, + 47899 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 46 }, "end": { - "line": 1725, + "line": 1700, "column": 47 } } }, "prefix": false, "range": [ - 48808, - 48811 + 47898, + 47901 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 46 }, "end": { - "line": 1725, + "line": 1700, "column": 49 } } @@ -86467,16 +84879,16 @@ "type": "Identifier", "name": "row", "range": [ - 48880, - 48883 + 47970, + 47973 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 12 }, "end": { - "line": 1727, + "line": 1702, "column": 15 } } @@ -86485,31 +84897,31 @@ "type": "Identifier", "name": "k", "range": [ - 48884, - 48885 + 47974, + 47975 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 16 }, "end": { - "line": 1727, + "line": 1702, "column": 17 } } }, "range": [ - 48880, - 48886 + 47970, + 47976 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 12 }, "end": { - "line": 1727, + "line": 1702, "column": 18 } } @@ -86518,31 +84930,31 @@ "type": "Identifier", "name": "style", "range": [ - 48887, - 48892 + 47977, + 47982 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 19 }, "end": { - "line": 1727, + "line": 1702, "column": 24 } } }, "range": [ - 48880, - 48892 + 47970, + 47982 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 12 }, "end": { - "line": 1727, + "line": 1702, "column": 24 } } @@ -86551,31 +84963,31 @@ "type": "Identifier", "name": "display", "range": [ - 48893, - 48900 + 47983, + 47990 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 25 }, "end": { - "line": 1727, + "line": 1702, "column": 32 } } }, "range": [ - 48880, - 48900 + 47970, + 47990 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 12 }, "end": { - "line": 1727, + "line": 1702, "column": 32 } } @@ -86585,46 +84997,46 @@ "value": "", "raw": "''", "range": [ - 48903, - 48905 + 47993, + 47995 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 35 }, "end": { - "line": 1727, + "line": 1702, "column": 37 } } }, "range": [ - 48880, - 48905 + 47970, + 47995 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 12 }, "end": { - "line": 1727, + "line": 1702, "column": 37 } } }, "range": [ - 48880, - 48906 + 47970, + 47996 ], "loc": { "start": { - "line": 1727, + "line": 1702, "column": 12 }, "end": { - "line": 1727, + "line": 1702, "column": 38 } }, @@ -86633,16 +85045,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 48827, - 48867 + 47917, + 47957 ], "loc": { "start": { - "line": 1726, + "line": 1701, "column": 12 }, "end": { - "line": 1726, + "line": 1701, "column": 52 } } @@ -86658,16 +85070,16 @@ "type": "Identifier", "name": "cells", "range": [ - 48924, - 48929 + 48014, + 48019 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 16 }, "end": { - "line": 1729, + "line": 1704, "column": 21 } } @@ -86682,16 +85094,16 @@ "type": "Identifier", "name": "row", "range": [ - 48932, - 48935 + 48022, + 48025 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 24 }, "end": { - "line": 1729, + "line": 1704, "column": 27 } } @@ -86700,31 +85112,31 @@ "type": "Identifier", "name": "k", "range": [ - 48936, - 48937 + 48026, + 48027 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 28 }, "end": { - "line": 1729, + "line": 1704, "column": 29 } } }, "range": [ - 48932, - 48938 + 48022, + 48028 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 24 }, "end": { - "line": 1729, + "line": 1704, "column": 30 } } @@ -86733,46 +85145,46 @@ "type": "Identifier", "name": "cells", "range": [ - 48939, - 48944 + 48029, + 48034 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 31 }, "end": { - "line": 1729, + "line": 1704, "column": 36 } } }, "range": [ - 48932, - 48944 + 48022, + 48034 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 24 }, "end": { - "line": 1729, + "line": 1704, "column": 36 } } }, "range": [ - 48924, - 48944 + 48014, + 48034 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 16 }, "end": { - "line": 1729, + "line": 1704, "column": 36 } } @@ -86780,16 +85192,16 @@ ], "kind": "let", "range": [ - 48920, - 48945 + 48010, + 48035 ], "loc": { "start": { - "line": 1729, + "line": 1704, "column": 12 }, "end": { - "line": 1729, + "line": 1704, "column": 37 } } @@ -86803,16 +85215,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 48962, - 48969 + 48052, + 48059 ], "loc": { "start": { - "line": 1730, + "line": 1705, "column": 16 }, "end": { - "line": 1730, + "line": 1705, "column": 23 } } @@ -86824,16 +85236,16 @@ "type": "Identifier", "name": "cells", "range": [ - 48972, - 48977 + 48062, + 48067 ], "loc": { "start": { - "line": 1730, + "line": 1705, "column": 26 }, "end": { - "line": 1730, + "line": 1705, "column": 31 } } @@ -86842,46 +85254,46 @@ "type": "Identifier", "name": "length", "range": [ - 48978, - 48984 + 48068, + 48074 ], "loc": { "start": { - "line": 1730, + "line": 1705, "column": 32 }, "end": { - "line": 1730, + "line": 1705, "column": 38 } } }, "range": [ - 48972, - 48984 + 48062, + 48074 ], "loc": { "start": { - "line": 1730, + "line": 1705, "column": 26 }, "end": { - "line": 1730, + "line": 1705, "column": 38 } } }, "range": [ - 48962, - 48984 + 48052, + 48074 ], "loc": { "start": { - "line": 1730, + "line": 1705, "column": 16 }, "end": { - "line": 1730, + "line": 1705, "column": 38 } } @@ -86889,16 +85301,16 @@ ], "kind": "let", "range": [ - 48958, - 48985 + 48048, + 48075 ], "loc": { "start": { - "line": 1730, + "line": 1705, "column": 12 }, "end": { - "line": 1730, + "line": 1705, "column": 39 } }, @@ -86907,16 +85319,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48999, - 49032 + 48089, + 48122 ], "loc": { "start": { - "line": 1732, + "line": 1707, "column": 12 }, "end": { - "line": 1732, + "line": 1707, "column": 45 } } @@ -86932,16 +85344,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49049, - 49056 + 48139, + 48146 ], "loc": { "start": { - "line": 1733, + "line": 1708, "column": 16 }, "end": { - "line": 1733, + "line": 1708, "column": 23 } } @@ -86952,16 +85364,16 @@ "object": { "type": "ThisExpression", "range": [ - 49061, - 49065 + 48151, + 48155 ], "loc": { "start": { - "line": 1733, + "line": 1708, "column": 28 }, "end": { - "line": 1733, + "line": 1708, "column": 32 } } @@ -86970,46 +85382,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 49066, - 49073 + 48156, + 48163 ], "loc": { "start": { - "line": 1733, + "line": 1708, "column": 33 }, "end": { - "line": 1733, + "line": 1708, "column": 40 } } }, "range": [ - 49061, - 49073 + 48151, + 48163 ], "loc": { "start": { - "line": 1733, + "line": 1708, "column": 28 }, "end": { - "line": 1733, + "line": 1708, "column": 40 } } }, "range": [ - 49049, - 49073 + 48139, + 48163 ], "loc": { "start": { - "line": 1733, + "line": 1708, "column": 16 }, "end": { - "line": 1733, + "line": 1708, "column": 40 } } @@ -87021,48 +85433,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 49093, - 49102 + 48183, + 48192 ], "loc": { "start": { - "line": 1734, + "line": 1709, "column": 16 }, "end": { - "line": 1734, + "line": 1709, "column": 25 } } } ], "range": [ - 49075, - 49116 + 48165, + 48206 ], "loc": { "start": { - "line": 1733, + "line": 1708, "column": 42 }, "end": { - "line": 1735, + "line": 1710, "column": 13 } } }, "alternate": null, "range": [ - 49045, - 49116 + 48135, + 48206 ], "loc": { "start": { - "line": 1733, + "line": 1708, "column": 12 }, "end": { - "line": 1735, + "line": 1710, "column": 13 } }, @@ -87071,16 +85483,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48999, - 49032 + 48089, + 48122 ], "loc": { "start": { - "line": 1732, + "line": 1707, "column": 12 }, "end": { - "line": 1732, + "line": 1707, "column": 45 } } @@ -87096,16 +85508,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 49134, - 49143 + 48224, + 48233 ], "loc": { "start": { - "line": 1737, + "line": 1712, "column": 16 }, "end": { - "line": 1737, + "line": 1712, "column": 25 } } @@ -87114,31 +85526,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 49146, - 49148 + 48236, + 48238 ], "loc": { "start": { - "line": 1737, + "line": 1712, "column": 28 }, "end": { - "line": 1737, + "line": 1712, "column": 30 } } }, "range": [ - 49134, - 49148 + 48224, + 48238 ], "loc": { "start": { - "line": 1737, + "line": 1712, "column": 16 }, "end": { - "line": 1737, + "line": 1712, "column": 30 } } @@ -87149,16 +85561,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 49166, - 49176 + 48256, + 48266 ], "loc": { "start": { - "line": 1738, + "line": 1713, "column": 16 }, "end": { - "line": 1738, + "line": 1713, "column": 26 } } @@ -87168,31 +85580,31 @@ "value": true, "raw": "true", "range": [ - 49179, - 49183 + 48269, + 48273 ], "loc": { "start": { - "line": 1738, + "line": 1713, "column": 29 }, "end": { - "line": 1738, + "line": 1713, "column": 33 } } }, "range": [ - 49166, - 49183 + 48256, + 48273 ], "loc": { "start": { - "line": 1738, + "line": 1713, "column": 16 }, "end": { - "line": 1738, + "line": 1713, "column": 33 } } @@ -87203,16 +85615,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 49249, - 49266 + 48339, + 48356 ], "loc": { "start": { - "line": 1740, + "line": 1715, "column": 16 }, "end": { - "line": 1740, + "line": 1715, "column": 33 } } @@ -87222,31 +85634,31 @@ "value": false, "raw": "false", "range": [ - 49269, - 49274 + 48359, + 48364 ], "loc": { "start": { - "line": 1740, + "line": 1715, "column": 36 }, "end": { - "line": 1740, + "line": 1715, "column": 41 } } }, "range": [ - 49249, - 49274 + 48339, + 48364 ], "loc": { "start": { - "line": 1740, + "line": 1715, "column": 16 }, "end": { - "line": 1740, + "line": 1715, "column": 41 } }, @@ -87255,16 +85667,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 49201, - 49232 + 48291, + 48322 ], "loc": { "start": { - "line": 1739, + "line": 1714, "column": 16 }, "end": { - "line": 1739, + "line": 1714, "column": 47 } } @@ -87274,16 +85686,16 @@ ], "kind": "let", "range": [ - 49130, - 49275 + 48220, + 48365 ], "loc": { "start": { - "line": 1737, + "line": 1712, "column": 12 }, "end": { - "line": 1740, + "line": 1715, "column": 42 } }, @@ -87292,16 +85704,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49289, - 49321 + 48379, + 48411 ], "loc": { "start": { - "line": 1742, + "line": 1717, "column": 12 }, "end": { - "line": 1742, + "line": 1717, "column": 44 } } @@ -87319,16 +85731,16 @@ "type": "Identifier", "name": "j", "range": [ - 49343, - 49344 + 48433, + 48434 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 21 }, "end": { - "line": 1743, + "line": 1718, "column": 22 } } @@ -87338,31 +85750,31 @@ "value": 0, "raw": "0", "range": [ - 49347, - 49348 + 48437, + 48438 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 25 }, "end": { - "line": 1743, + "line": 1718, "column": 26 } } }, "range": [ - 49343, - 49348 + 48433, + 48438 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 21 }, "end": { - "line": 1743, + "line": 1718, "column": 26 } } @@ -87370,16 +85782,16 @@ ], "kind": "let", "range": [ - 49339, - 49348 + 48429, + 48438 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 17 }, "end": { - "line": 1743, + "line": 1718, "column": 26 } } @@ -87391,16 +85803,16 @@ "type": "Identifier", "name": "j", "range": [ - 49350, - 49351 + 48440, + 48441 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 28 }, "end": { - "line": 1743, + "line": 1718, "column": 29 } } @@ -87409,31 +85821,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 49354, - 49361 + 48444, + 48451 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 32 }, "end": { - "line": 1743, + "line": 1718, "column": 39 } } }, "range": [ - 49350, - 49361 + 48440, + 48451 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 28 }, "end": { - "line": 1743, + "line": 1718, "column": 39 } } @@ -87445,32 +85857,32 @@ "type": "Identifier", "name": "j", "range": [ - 49363, - 49364 + 48453, + 48454 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 41 }, "end": { - "line": 1743, + "line": 1718, "column": 42 } } }, "prefix": false, "range": [ - 49363, - 49366 + 48453, + 48456 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 41 }, "end": { - "line": 1743, + "line": 1718, "column": 44 } } @@ -87487,16 +85899,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49425, - 49427 + 48515, + 48517 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 20 }, "end": { - "line": 1745, + "line": 1720, "column": 22 } } @@ -87508,16 +85920,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 49430, - 49440 + 48520, + 48530 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 25 }, "end": { - "line": 1745, + "line": 1720, "column": 35 } } @@ -87530,16 +85942,16 @@ "object": { "type": "ThisExpression", "range": [ - 49441, - 49445 + 48531, + 48535 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 36 }, "end": { - "line": 1745, + "line": 1720, "column": 40 } } @@ -87548,31 +85960,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 49446, - 49461 + 48536, + 48551 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 41 }, "end": { - "line": 1745, + "line": 1720, "column": 56 } } }, "range": [ - 49441, - 49461 + 48531, + 48551 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 36 }, "end": { - "line": 1745, + "line": 1720, "column": 56 } } @@ -87582,16 +85994,16 @@ "value": 0, "raw": "0", "range": [ - 49464, - 49465 + 48554, + 48555 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 59 }, "end": { - "line": 1745, + "line": 1720, "column": 60 } } @@ -87600,61 +86012,61 @@ "type": "Identifier", "name": "j", "range": [ - 49468, - 49469 + 48558, + 48559 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 63 }, "end": { - "line": 1745, + "line": 1720, "column": 64 } } }, "range": [ - 49441, - 49469 + 48531, + 48559 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 36 }, "end": { - "line": 1745, + "line": 1720, "column": 64 } } }, "range": [ - 49430, - 49470 + 48520, + 48560 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 25 }, "end": { - "line": 1745, + "line": 1720, "column": 65 } } }, "range": [ - 49425, - 49470 + 48515, + 48560 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 20 }, "end": { - "line": 1745, + "line": 1720, "column": 65 } } @@ -87662,16 +86074,16 @@ ], "kind": "let", "range": [ - 49421, - 49471 + 48511, + 48561 ], "loc": { "start": { - "line": 1745, + "line": 1720, "column": 16 }, "end": { - "line": 1745, + "line": 1720, "column": 66 } }, @@ -87680,16 +86092,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 49386, - 49404 + 48476, + 48494 ], "loc": { "start": { - "line": 1744, + "line": 1719, "column": 16 }, "end": { - "line": 1744, + "line": 1719, "column": 34 } } @@ -87705,16 +86117,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49493, - 49495 + 48583, + 48585 ], "loc": { "start": { - "line": 1747, + "line": 1722, "column": 20 }, "end": { - "line": 1747, + "line": 1722, "column": 22 } } @@ -87724,31 +86136,31 @@ "value": "", "raw": "''", "range": [ - 49500, - 49502 + 48590, + 48592 ], "loc": { "start": { - "line": 1747, + "line": 1722, "column": 27 }, "end": { - "line": 1747, + "line": 1722, "column": 29 } } }, "range": [ - 49493, - 49502 + 48583, + 48592 ], "loc": { "start": { - "line": 1747, + "line": 1722, "column": 20 }, "end": { - "line": 1747, + "line": 1722, "column": 29 } } @@ -87760,48 +86172,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 49526, - 49535 + 48616, + 48625 ], "loc": { "start": { - "line": 1748, + "line": 1723, "column": 20 }, "end": { - "line": 1748, + "line": 1723, "column": 29 } } } ], "range": [ - 49504, - 49553 + 48594, + 48643 ], "loc": { "start": { - "line": 1747, + "line": 1722, "column": 31 }, "end": { - "line": 1749, + "line": 1724, "column": 17 } } }, "alternate": null, "range": [ - 49489, - 49553 + 48579, + 48643 ], "loc": { "start": { - "line": 1747, + "line": 1722, "column": 16 }, "end": { - "line": 1749, + "line": 1724, "column": 17 } } @@ -87815,16 +86227,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 49575, - 49584 + 48665, + 48674 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 20 }, "end": { - "line": 1751, + "line": 1726, "column": 29 } } @@ -87835,16 +86247,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 49587, - 49596 + 48677, + 48686 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 32 }, "end": { - "line": 1751, + "line": 1726, "column": 41 } } @@ -87858,16 +86270,16 @@ "object": { "type": "ThisExpression", "range": [ - 49597, - 49601 + 48687, + 48691 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 42 }, "end": { - "line": 1751, + "line": 1726, "column": 46 } } @@ -87876,31 +86288,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 49602, - 49614 + 48692, + 48704 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 47 }, "end": { - "line": 1751, + "line": 1726, "column": 59 } } }, "range": [ - 49597, - 49614 + 48687, + 48704 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 42 }, "end": { - "line": 1751, + "line": 1726, "column": 59 } } @@ -87913,16 +86325,16 @@ "type": "Identifier", "name": "cells", "range": [ - 49615, - 49620 + 48705, + 48710 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 60 }, "end": { - "line": 1751, + "line": 1726, "column": 65 } } @@ -87931,47 +86343,47 @@ "type": "Identifier", "name": "j", "range": [ - 49621, - 49622 + 48711, + 48712 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 66 }, "end": { - "line": 1751, + "line": 1726, "column": 67 } } }, "range": [ - 49615, - 49623 + 48705, + 48713 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 60 }, "end": { - "line": 1751, + "line": 1726, "column": 68 } } } ], "range": [ - 49597, - 49624 + 48687, + 48714 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 42 }, "end": { - "line": 1751, + "line": 1726, "column": 69 } } @@ -87982,16 +86394,16 @@ "object": { "type": "ThisExpression", "range": [ - 49646, - 49650 + 48736, + 48740 ], "loc": { "start": { - "line": 1752, + "line": 1727, "column": 20 }, "end": { - "line": 1752, + "line": 1727, "column": 24 } } @@ -88000,62 +86412,62 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 49651, - 49664 + 48741, + 48754 ], "loc": { "start": { - "line": 1752, + "line": 1727, "column": 25 }, "end": { - "line": 1752, + "line": 1727, "column": 38 } } }, "range": [ - 49646, - 49664 + 48736, + 48754 ], "loc": { "start": { - "line": 1752, + "line": 1727, "column": 20 }, "end": { - "line": 1752, + "line": 1727, "column": 38 } } } ], "range": [ - 49587, - 49665 + 48677, + 48755 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 32 }, "end": { - "line": 1752, + "line": 1727, "column": 39 } } }, "range": [ - 49575, - 49665 + 48665, + 48755 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 20 }, "end": { - "line": 1752, + "line": 1727, "column": 39 } } @@ -88063,16 +86475,16 @@ ], "kind": "let", "range": [ - 49571, - 49666 + 48661, + 48756 ], "loc": { "start": { - "line": 1751, + "line": 1726, "column": 16 }, "end": { - "line": 1752, + "line": 1727, "column": 40 } }, @@ -88081,16 +86493,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49684, - 49723 + 48774, + 48813 ], "loc": { "start": { - "line": 1754, + "line": 1729, "column": 16 }, "end": { - "line": 1754, + "line": 1729, "column": 55 } } @@ -88106,16 +86518,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 49744, - 49753 + 48834, + 48843 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 20 }, "end": { - "line": 1755, + "line": 1730, "column": 29 } } @@ -88134,16 +86546,16 @@ "type": "Identifier", "name": "sA", "range": [ - 49756, - 49758 + 48846, + 48848 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 32 }, "end": { - "line": 1755, + "line": 1730, "column": 34 } } @@ -88152,47 +86564,47 @@ "type": "Identifier", "name": "toString", "range": [ - 49759, - 49767 + 48849, + 48857 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 35 }, "end": { - "line": 1755, + "line": 1730, "column": 43 } } }, "range": [ - 49756, - 49767 + 48846, + 48857 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 32 }, "end": { - "line": 1755, + "line": 1730, "column": 43 } } }, "arguments": [], "range": [ - 49756, - 49769 + 48846, + 48859 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 32 }, "end": { - "line": 1755, + "line": 1730, "column": 45 } } @@ -88201,31 +86613,31 @@ "type": "Identifier", "name": "split", "range": [ - 49770, - 49775 + 48860, + 48865 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 46 }, "end": { - "line": 1755, + "line": 1730, "column": 51 } } }, "range": [ - 49756, - 49775 + 48846, + 48865 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 32 }, "end": { - "line": 1755, + "line": 1730, "column": 51 } } @@ -88237,16 +86649,16 @@ "object": { "type": "ThisExpression", "range": [ - 49776, - 49780 + 48866, + 48870 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 52 }, "end": { - "line": 1755, + "line": 1730, "column": 56 } } @@ -88255,62 +86667,62 @@ "type": "Identifier", "name": "orOperator", "range": [ - 49781, - 49791 + 48871, + 48881 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 57 }, "end": { - "line": 1755, + "line": 1730, "column": 67 } } }, "range": [ - 49776, - 49791 + 48866, + 48881 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 52 }, "end": { - "line": 1755, + "line": 1730, "column": 67 } } } ], "range": [ - 49756, - 49792 + 48846, + 48882 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 32 }, "end": { - "line": 1755, + "line": 1730, "column": 68 } } }, "range": [ - 49744, - 49792 + 48834, + 48882 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 20 }, "end": { - "line": 1755, + "line": 1730, "column": 68 } } @@ -88321,16 +86733,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 49873, - 49885 + 48963, + 48975 ], "loc": { "start": { - "line": 1757, + "line": 1732, "column": 20 }, "end": { - "line": 1757, + "line": 1732, "column": 32 } } @@ -88345,16 +86757,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 49888, - 49897 + 48978, + 48987 ], "loc": { "start": { - "line": 1757, + "line": 1732, "column": 35 }, "end": { - "line": 1757, + "line": 1732, "column": 44 } } @@ -88363,31 +86775,31 @@ "type": "Identifier", "name": "length", "range": [ - 49898, - 49904 + 48988, + 48994 ], "loc": { "start": { - "line": 1757, + "line": 1732, "column": 45 }, "end": { - "line": 1757, + "line": 1732, "column": 51 } } }, "range": [ - 49888, - 49904 + 48978, + 48994 ], "loc": { "start": { - "line": 1757, + "line": 1732, "column": 35 }, "end": { - "line": 1757, + "line": 1732, "column": 51 } } @@ -88397,46 +86809,46 @@ "value": 1, "raw": "1", "range": [ - 49907, - 49908 + 48997, + 48998 ], "loc": { "start": { - "line": 1757, + "line": 1732, "column": 54 }, "end": { - "line": 1757, + "line": 1732, "column": 55 } } }, "range": [ - 49888, - 49908 + 48978, + 48998 ], "loc": { "start": { - "line": 1757, + "line": 1732, "column": 35 }, "end": { - "line": 1757, + "line": 1732, "column": 55 } } }, "range": [ - 49873, - 49908 + 48963, + 48998 ], "loc": { "start": { - "line": 1757, + "line": 1732, "column": 20 }, "end": { - "line": 1757, + "line": 1732, "column": 55 } }, @@ -88445,16 +86857,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 49814, - 49852 + 48904, + 48942 ], "loc": { "start": { - "line": 1756, + "line": 1731, "column": 20 }, "end": { - "line": 1756, + "line": 1731, "column": 58 } } @@ -88467,16 +86879,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 49990, - 50000 + 49080, + 49090 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 20 }, "end": { - "line": 1759, + "line": 1734, "column": 30 } } @@ -88495,16 +86907,16 @@ "type": "Identifier", "name": "sA", "range": [ - 50003, - 50005 + 49093, + 49095 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 33 }, "end": { - "line": 1759, + "line": 1734, "column": 35 } } @@ -88513,47 +86925,47 @@ "type": "Identifier", "name": "toString", "range": [ - 50006, - 50014 + 49096, + 49104 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 36 }, "end": { - "line": 1759, + "line": 1734, "column": 44 } } }, "range": [ - 50003, - 50014 + 49093, + 49104 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 33 }, "end": { - "line": 1759, + "line": 1734, "column": 44 } } }, "arguments": [], "range": [ - 50003, - 50016 + 49093, + 49106 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 33 }, "end": { - "line": 1759, + "line": 1734, "column": 46 } } @@ -88562,31 +86974,31 @@ "type": "Identifier", "name": "split", "range": [ - 50017, - 50022 + 49107, + 49112 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 47 }, "end": { - "line": 1759, + "line": 1734, "column": 52 } } }, "range": [ - 50003, - 50022 + 49093, + 49112 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 33 }, "end": { - "line": 1759, + "line": 1734, "column": 52 } } @@ -88598,16 +87010,16 @@ "object": { "type": "ThisExpression", "range": [ - 50023, - 50027 + 49113, + 49117 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 53 }, "end": { - "line": 1759, + "line": 1734, "column": 57 } } @@ -88616,62 +87028,62 @@ "type": "Identifier", "name": "anOperator", "range": [ - 50028, - 50038 + 49118, + 49128 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 58 }, "end": { - "line": 1759, + "line": 1734, "column": 68 } } }, "range": [ - 50023, - 50038 + 49113, + 49128 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 53 }, "end": { - "line": 1759, + "line": 1734, "column": 68 } } } ], "range": [ - 50003, - 50039 + 49093, + 49129 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 33 }, "end": { - "line": 1759, + "line": 1734, "column": 69 } } }, "range": [ - 49990, - 50039 + 49080, + 49129 ], "loc": { "start": { - "line": 1759, + "line": 1734, "column": 20 }, "end": { - "line": 1759, + "line": 1734, "column": 69 } }, @@ -88680,16 +87092,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 49930, - 49969 + 49020, + 49059 ], "loc": { "start": { - "line": 1758, + "line": 1733, "column": 20 }, "end": { - "line": 1758, + "line": 1733, "column": 59 } } @@ -88702,16 +87114,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50120, - 50133 + 49210, + 49223 ], "loc": { "start": { - "line": 1761, + "line": 1736, "column": 20 }, "end": { - "line": 1761, + "line": 1736, "column": 33 } } @@ -88726,16 +87138,16 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50136, - 50146 + 49226, + 49236 ], "loc": { "start": { - "line": 1761, + "line": 1736, "column": 36 }, "end": { - "line": 1761, + "line": 1736, "column": 46 } } @@ -88744,31 +87156,31 @@ "type": "Identifier", "name": "length", "range": [ - 50147, - 50153 + 49237, + 49243 ], "loc": { "start": { - "line": 1761, + "line": 1736, "column": 47 }, "end": { - "line": 1761, + "line": 1736, "column": 53 } } }, "range": [ - 50136, - 50153 + 49226, + 49243 ], "loc": { "start": { - "line": 1761, + "line": 1736, "column": 36 }, "end": { - "line": 1761, + "line": 1736, "column": 53 } } @@ -88778,46 +87190,46 @@ "value": 1, "raw": "1", "range": [ - 50156, - 50157 + 49246, + 49247 ], "loc": { "start": { - "line": 1761, + "line": 1736, "column": 56 }, "end": { - "line": 1761, + "line": 1736, "column": 57 } } }, "range": [ - 50136, - 50157 + 49226, + 49247 ], "loc": { "start": { - "line": 1761, + "line": 1736, "column": 36 }, "end": { - "line": 1761, + "line": 1736, "column": 57 } } }, "range": [ - 50120, - 50157 + 49210, + 49247 ], "loc": { "start": { - "line": 1761, + "line": 1736, "column": 20 }, "end": { - "line": 1761, + "line": 1736, "column": 57 } }, @@ -88826,16 +87238,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 50061, - 50099 + 49151, + 49189 ], "loc": { "start": { - "line": 1760, + "line": 1735, "column": 20 }, "end": { - "line": 1760, + "line": 1735, "column": 58 } } @@ -88845,16 +87257,16 @@ ], "kind": "let", "range": [ - 49740, - 50158 + 48830, + 49248 ], "loc": { "start": { - "line": 1755, + "line": 1730, "column": 16 }, "end": { - "line": 1761, + "line": 1736, "column": 58 } }, @@ -88863,16 +87275,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49684, - 49723 + 48774, + 48813 ], "loc": { "start": { - "line": 1754, + "line": 1729, "column": 16 }, "end": { - "line": 1754, + "line": 1729, "column": 55 } } @@ -88883,16 +87295,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50176, - 50209 + 49266, + 49299 ], "loc": { "start": { - "line": 1763, + "line": 1738, "column": 16 }, "end": { - "line": 1763, + "line": 1738, "column": 49 } } @@ -88913,16 +87325,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50230, - 50237 + 49320, + 49327 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 20 }, "end": { - "line": 1764, + "line": 1739, "column": 27 } } @@ -88932,32 +87344,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50238, - 50240 + 49328, + 49330 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 28 }, "end": { - "line": 1764, + "line": 1739, "column": 30 } } } ], "range": [ - 50230, - 50241 + 49320, + 49331 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 20 }, "end": { - "line": 1764, + "line": 1739, "column": 31 } } @@ -88966,31 +87378,31 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50245, - 50257 + 49335, + 49347 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 35 }, "end": { - "line": 1764, + "line": 1739, "column": 47 } } }, "range": [ - 50230, - 50257 + 49320, + 49347 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 20 }, "end": { - "line": 1764, + "line": 1739, "column": 47 } } @@ -88999,31 +87411,31 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 50261, - 50274 + 49351, + 49364 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 51 }, "end": { - "line": 1764, + "line": 1739, "column": 64 } } }, "range": [ - 50230, - 50274 + 49320, + 49364 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 20 }, "end": { - "line": 1764, + "line": 1739, "column": 64 } } @@ -89040,32 +87452,32 @@ "type": "Identifier", "name": "cS", "range": [ - 50302, - 50304 + 49392, + 49394 ], "loc": { "start": { - "line": 1765, + "line": 1740, "column": 24 }, "end": { - "line": 1765, + "line": 1740, "column": 26 } } }, "init": null, "range": [ - 50302, - 50304 + 49392, + 49394 ], "loc": { "start": { - "line": 1765, + "line": 1740, "column": 24 }, "end": { - "line": 1765, + "line": 1740, "column": 26 } } @@ -89076,32 +87488,32 @@ "type": "Identifier", "name": "s", "range": [ - 50330, - 50331 + 49420, + 49421 ], "loc": { "start": { - "line": 1766, + "line": 1741, "column": 24 }, "end": { - "line": 1766, + "line": 1741, "column": 25 } } }, "init": null, "range": [ - 50330, - 50331 + 49420, + 49421 ], "loc": { "start": { - "line": 1766, + "line": 1741, "column": 24 }, "end": { - "line": 1766, + "line": 1741, "column": 25 } } @@ -89112,16 +87524,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50357, - 50362 + 49447, + 49452 ], "loc": { "start": { - "line": 1767, + "line": 1742, "column": 24 }, "end": { - "line": 1767, + "line": 1742, "column": 29 } } @@ -89131,31 +87543,31 @@ "value": false, "raw": "false", "range": [ - 50365, - 50370 + 49455, + 49460 ], "loc": { "start": { - "line": 1767, + "line": 1742, "column": 32 }, "end": { - "line": 1767, + "line": 1742, "column": 37 } } }, "range": [ - 50357, - 50370 + 49447, + 49460 ], "loc": { "start": { - "line": 1767, + "line": 1742, "column": 24 }, "end": { - "line": 1767, + "line": 1742, "column": 37 } } @@ -89163,16 +87575,16 @@ ], "kind": "let", "range": [ - 50298, - 50371 + 49388, + 49461 ], "loc": { "start": { - "line": 1765, + "line": 1740, "column": 20 }, "end": { - "line": 1767, + "line": 1742, "column": 38 } } @@ -89185,16 +87597,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 50396, - 50403 + 49486, + 49493 ], "loc": { "start": { - "line": 1768, + "line": 1743, "column": 24 }, "end": { - "line": 1768, + "line": 1743, "column": 31 } } @@ -89204,32 +87616,32 @@ "type": "Identifier", "name": "sA", "range": [ - 50404, - 50406 + 49494, + 49496 ], "loc": { "start": { - "line": 1768, + "line": 1743, "column": 32 }, "end": { - "line": 1768, + "line": 1743, "column": 34 } } } ], "range": [ - 50396, - 50407 + 49486, + 49497 ], "loc": { "start": { - "line": 1768, + "line": 1743, "column": 24 }, "end": { - "line": 1768, + "line": 1743, "column": 35 } } @@ -89246,16 +87658,16 @@ "type": "Identifier", "name": "s", "range": [ - 50435, - 50436 + 49525, + 49526 ], "loc": { "start": { - "line": 1769, + "line": 1744, "column": 24 }, "end": { - "line": 1769, + "line": 1744, "column": 25 } } @@ -89264,62 +87676,62 @@ "type": "Identifier", "name": "sA", "range": [ - 50439, - 50441 + 49529, + 49531 ], "loc": { "start": { - "line": 1769, + "line": 1744, "column": 28 }, "end": { - "line": 1769, + "line": 1744, "column": 30 } } }, "range": [ - 50435, - 50441 + 49525, + 49531 ], "loc": { "start": { - "line": 1769, + "line": 1744, "column": 24 }, "end": { - "line": 1769, + "line": 1744, "column": 30 } } }, "range": [ - 50435, - 50442 + 49525, + 49532 ], "loc": { "start": { - "line": 1769, + "line": 1744, "column": 24 }, "end": { - "line": 1769, + "line": 1744, "column": 31 } } } ], "range": [ - 50409, - 50464 + 49499, + 49554 ], "loc": { "start": { - "line": 1768, + "line": 1743, "column": 37 }, "end": { - "line": 1770, + "line": 1745, "column": 21 } } @@ -89336,16 +87748,16 @@ "type": "Identifier", "name": "s", "range": [ - 50496, - 50497 + 49586, + 49587 ], "loc": { "start": { - "line": 1771, + "line": 1746, "column": 24 }, "end": { - "line": 1771, + "line": 1746, "column": 25 } } @@ -89356,16 +87768,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 50500, - 50512 + 49590, + 49602 ], "loc": { "start": { - "line": 1771, + "line": 1746, "column": 28 }, "end": { - "line": 1771, + "line": 1746, "column": 40 } } @@ -89374,16 +87786,16 @@ "type": "Identifier", "name": "sAOrSplit", "range": [ - 50515, - 50524 + 49605, + 49614 ], "loc": { "start": { - "line": 1771, + "line": 1746, "column": 43 }, "end": { - "line": 1771, + "line": 1746, "column": 52 } } @@ -89392,92 +87804,92 @@ "type": "Identifier", "name": "sAAndSplit", "range": [ - 50527, - 50537 + 49617, + 49627 ], "loc": { "start": { - "line": 1771, + "line": 1746, "column": 55 }, "end": { - "line": 1771, + "line": 1746, "column": 65 } } }, "range": [ - 50500, - 50537 + 49590, + 49627 ], "loc": { "start": { - "line": 1771, + "line": 1746, "column": 28 }, "end": { - "line": 1771, + "line": 1746, "column": 65 } } }, "range": [ - 50496, - 50537 + 49586, + 49627 ], "loc": { "start": { - "line": 1771, + "line": 1746, "column": 24 }, "end": { - "line": 1771, + "line": 1746, "column": 65 } } }, "range": [ - 50496, - 50538 + 49586, + 49628 ], "loc": { "start": { - "line": 1771, + "line": 1746, "column": 24 }, "end": { - "line": 1771, + "line": 1746, "column": 66 } } } ], "range": [ - 50470, - 50560 + 49560, + 49650 ], "loc": { "start": { - "line": 1770, + "line": 1745, "column": 27 }, "end": { - "line": 1772, + "line": 1747, "column": 21 } } }, "range": [ - 50392, - 50560 + 49482, + 49650 ], "loc": { "start": { - "line": 1768, + "line": 1743, "column": 20 }, "end": { - "line": 1772, + "line": 1747, "column": 21 } }, @@ -89486,16 +87898,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 50581, - 50636 + 49671, + 49726 ], "loc": { "start": { - "line": 1773, + "line": 1748, "column": 20 }, "end": { - "line": 1773, + "line": 1748, "column": 75 } } @@ -89513,16 +87925,16 @@ "type": "Identifier", "name": "w", "range": [ - 50666, - 50667 + 49756, + 49757 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 29 }, "end": { - "line": 1774, + "line": 1749, "column": 30 } } @@ -89532,31 +87944,31 @@ "value": 0, "raw": "0", "range": [ - 50670, - 50671 + 49760, + 49761 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 33 }, "end": { - "line": 1774, + "line": 1749, "column": 34 } } }, "range": [ - 50666, - 50671 + 49756, + 49761 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 29 }, "end": { - "line": 1774, + "line": 1749, "column": 34 } } @@ -89567,16 +87979,16 @@ "type": "Identifier", "name": "len", "range": [ - 50673, - 50676 + 49763, + 49766 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 36 }, "end": { - "line": 1774, + "line": 1749, "column": 39 } } @@ -89588,16 +88000,16 @@ "type": "Identifier", "name": "s", "range": [ - 50679, - 50680 + 49769, + 49770 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 42 }, "end": { - "line": 1774, + "line": 1749, "column": 43 } } @@ -89606,46 +88018,46 @@ "type": "Identifier", "name": "length", "range": [ - 50681, - 50687 + 49771, + 49777 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 44 }, "end": { - "line": 1774, + "line": 1749, "column": 50 } } }, "range": [ - 50679, - 50687 + 49769, + 49777 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 42 }, "end": { - "line": 1774, + "line": 1749, "column": 50 } } }, "range": [ - 50673, - 50687 + 49763, + 49777 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 36 }, "end": { - "line": 1774, + "line": 1749, "column": 50 } } @@ -89653,16 +88065,16 @@ ], "kind": "let", "range": [ - 50662, - 50687 + 49752, + 49777 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 25 }, "end": { - "line": 1774, + "line": 1749, "column": 50 } } @@ -89674,16 +88086,16 @@ "type": "Identifier", "name": "w", "range": [ - 50689, - 50690 + 49779, + 49780 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 52 }, "end": { - "line": 1774, + "line": 1749, "column": 53 } } @@ -89692,31 +88104,31 @@ "type": "Identifier", "name": "len", "range": [ - 50693, - 50696 + 49783, + 49786 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 56 }, "end": { - "line": 1774, + "line": 1749, "column": 59 } } }, "range": [ - 50689, - 50696 + 49779, + 49786 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 52 }, "end": { - "line": 1774, + "line": 1749, "column": 59 } } @@ -89728,32 +88140,32 @@ "type": "Identifier", "name": "w", "range": [ - 50698, - 50699 + 49788, + 49789 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 61 }, "end": { - "line": 1774, + "line": 1749, "column": 62 } } }, "prefix": false, "range": [ - 50698, - 50701 + 49788, + 49791 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 61 }, "end": { - "line": 1774, + "line": 1749, "column": 64 } } @@ -89770,16 +88182,16 @@ "type": "Identifier", "name": "cS", "range": [ - 50729, - 50731 + 49819, + 49821 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 24 }, "end": { - "line": 1775, + "line": 1750, "column": 26 } } @@ -89790,16 +88202,16 @@ "type": "Identifier", "name": "trim", "range": [ - 50734, - 50738 + 49824, + 49828 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 29 }, "end": { - "line": 1775, + "line": 1750, "column": 33 } } @@ -89812,16 +88224,16 @@ "type": "Identifier", "name": "s", "range": [ - 50739, - 50740 + 49829, + 49830 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 34 }, "end": { - "line": 1775, + "line": 1750, "column": 35 } } @@ -89830,77 +88242,77 @@ "type": "Identifier", "name": "w", "range": [ - 50741, - 50742 + 49831, + 49832 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 36 }, "end": { - "line": 1775, + "line": 1750, "column": 37 } } }, "range": [ - 50739, - 50743 + 49829, + 49833 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 34 }, "end": { - "line": 1775, + "line": 1750, "column": 38 } } } ], "range": [ - 50734, - 50744 + 49824, + 49834 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 29 }, "end": { - "line": 1775, + "line": 1750, "column": 39 } } }, "range": [ - 50729, - 50744 + 49819, + 49834 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 24 }, "end": { - "line": 1775, + "line": 1750, "column": 39 } } }, "range": [ - 50729, - 50745 + 49819, + 49835 ], "loc": { "start": { - "line": 1775, + "line": 1750, "column": 24 }, "end": { - "line": 1775, + "line": 1750, "column": 40 } } @@ -89914,16 +88326,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50770, - 50775 + 49860, + 49865 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 24 }, "end": { - "line": 1776, + "line": 1751, "column": 29 } } @@ -89936,16 +88348,16 @@ "object": { "type": "ThisExpression", "range": [ - 50778, - 50782 + 49868, + 49872 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 32 }, "end": { - "line": 1776, + "line": 1751, "column": 36 } } @@ -89954,31 +88366,31 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 50783, - 50792 + 49873, + 49882 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 37 }, "end": { - "line": 1776, + "line": 1751, "column": 46 } } }, "range": [ - 50778, - 50792 + 49868, + 49882 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 32 }, "end": { - "line": 1776, + "line": 1751, "column": 46 } } @@ -89988,16 +88400,16 @@ "type": "Identifier", "name": "cS", "range": [ - 50793, - 50795 + 49883, + 49885 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 47 }, "end": { - "line": 1776, + "line": 1751, "column": 49 } } @@ -90006,16 +88418,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 50797, - 50806 + 49887, + 49896 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 51 }, "end": { - "line": 1776, + "line": 1751, "column": 60 } } @@ -90024,62 +88436,62 @@ "type": "Identifier", "name": "j", "range": [ - 50808, - 50809 + 49898, + 49899 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 62 }, "end": { - "line": 1776, + "line": 1751, "column": 63 } } } ], "range": [ - 50778, - 50810 + 49868, + 49900 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 32 }, "end": { - "line": 1776, + "line": 1751, "column": 64 } } }, "range": [ - 50770, - 50810 + 49860, + 49900 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 24 }, "end": { - "line": 1776, + "line": 1751, "column": 64 } } }, "range": [ - 50770, - 50811 + 49860, + 49901 ], "loc": { "start": { - "line": 1776, + "line": 1751, "column": 24 }, "end": { - "line": 1776, + "line": 1751, "column": 65 } } @@ -90090,16 +88502,16 @@ "type": "Identifier", "name": "occur", "range": [ - 50841, - 50846 + 49931, + 49936 ], "loc": { "start": { - "line": 1778, + "line": 1753, "column": 28 }, "end": { - "line": 1778, + "line": 1753, "column": 33 } } @@ -90120,16 +88532,16 @@ "object": { "type": "ThisExpression", "range": [ - 50878, - 50882 + 49968, + 49972 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 28 }, "end": { - "line": 1779, + "line": 1754, "column": 32 } } @@ -90138,31 +88550,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 50883, - 50890 + 49973, + 49980 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 33 }, "end": { - "line": 1779, + "line": 1754, "column": 40 } } }, "range": [ - 50878, - 50890 + 49968, + 49980 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 28 }, "end": { - "line": 1779, + "line": 1754, "column": 40 } } @@ -90171,31 +88583,31 @@ "type": "Identifier", "name": "emit", "range": [ - 50891, - 50895 + 49981, + 49985 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 41 }, "end": { - "line": 1779, + "line": 1754, "column": 45 } } }, "range": [ - 50878, - 50895 + 49968, + 49985 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 28 }, "end": { - "line": 1779, + "line": 1754, "column": 45 } } @@ -90206,16 +88618,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 50896, - 50915 + 49986, + 50005 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 46 }, "end": { - "line": 1779, + "line": 1754, "column": 65 } } @@ -90223,16 +88635,16 @@ { "type": "ThisExpression", "range": [ - 50917, - 50921 + 50007, + 50011 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 67 }, "end": { - "line": 1779, + "line": 1754, "column": 71 } } @@ -90244,16 +88656,16 @@ "type": "Identifier", "name": "cells", "range": [ - 50955, - 50960 + 50045, + 50050 ], "loc": { "start": { - "line": 1780, + "line": 1755, "column": 32 }, "end": { - "line": 1780, + "line": 1755, "column": 37 } } @@ -90262,31 +88674,31 @@ "type": "Identifier", "name": "j", "range": [ - 50961, - 50962 + 50051, + 50052 ], "loc": { "start": { - "line": 1780, + "line": 1755, "column": 38 }, "end": { - "line": 1780, + "line": 1755, "column": 39 } } }, "range": [ - 50955, - 50963 + 50045, + 50053 ], "loc": { "start": { - "line": 1780, + "line": 1755, "column": 32 }, "end": { - "line": 1780, + "line": 1755, "column": 40 } } @@ -90295,79 +88707,79 @@ "type": "Identifier", "name": "cS", "range": [ - 50965, - 50967 + 50055, + 50057 ], "loc": { "start": { - "line": 1780, + "line": 1755, "column": 42 }, "end": { - "line": 1780, + "line": 1755, "column": 44 } } } ], "range": [ - 50878, - 50968 + 49968, + 50058 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 28 }, "end": { - "line": 1780, + "line": 1755, "column": 45 } } }, "range": [ - 50878, - 50969 + 49968, + 50059 ], "loc": { "start": { - "line": 1779, + "line": 1754, "column": 28 }, "end": { - "line": 1780, + "line": 1755, "column": 46 } } } ], "range": [ - 50848, - 50995 + 49938, + 50085 ], "loc": { "start": { - "line": 1778, + "line": 1753, "column": 35 }, "end": { - "line": 1781, + "line": 1756, "column": 25 } } }, "alternate": null, "range": [ - 50837, - 50995 + 49927, + 50085 ], "loc": { "start": { - "line": 1778, + "line": 1753, "column": 24 }, "end": { - "line": 1781, + "line": 1756, "column": 25 } } @@ -90384,16 +88796,16 @@ "type": "Identifier", "name": "hasMultiOrSA", "range": [ - 51025, - 51037 + 50115, + 50127 ], "loc": { "start": { - "line": 1782, + "line": 1757, "column": 29 }, "end": { - "line": 1782, + "line": 1757, "column": 41 } } @@ -90402,31 +88814,31 @@ "type": "Identifier", "name": "occur", "range": [ - 51041, - 51046 + 50131, + 50136 ], "loc": { "start": { - "line": 1782, + "line": 1757, "column": 45 }, "end": { - "line": 1782, + "line": 1757, "column": 50 } } }, "range": [ - 51025, - 51046 + 50115, + 50136 ], "loc": { "start": { - "line": 1782, + "line": 1757, "column": 29 }, "end": { - "line": 1782, + "line": 1757, "column": 50 } } @@ -90438,16 +88850,16 @@ "type": "Identifier", "name": "hasMultiAndSA", "range": [ - 51080, - 51093 + 50170, + 50183 ], "loc": { "start": { - "line": 1783, + "line": 1758, "column": 29 }, "end": { - "line": 1783, + "line": 1758, "column": 42 } } @@ -90459,62 +88871,62 @@ "type": "Identifier", "name": "occur", "range": [ - 51098, - 51103 + 50188, + 50193 ], "loc": { "start": { - "line": 1783, + "line": 1758, "column": 47 }, "end": { - "line": 1783, + "line": 1758, "column": 52 } } }, "prefix": true, "range": [ - 51097, - 51103 + 50187, + 50193 ], "loc": { "start": { - "line": 1783, + "line": 1758, "column": 46 }, "end": { - "line": 1783, + "line": 1758, "column": 52 } } }, "range": [ - 51080, - 51103 + 50170, + 50193 ], "loc": { "start": { - "line": 1783, + "line": 1758, "column": 29 }, "end": { - "line": 1783, + "line": 1758, "column": 52 } } }, "range": [ - 51024, - 51104 + 50114, + 50194 ], "loc": { "start": { - "line": 1782, + "line": 1757, "column": 28 }, "end": { - "line": 1783, + "line": 1758, "column": 53 } } @@ -90526,48 +88938,48 @@ "type": "BreakStatement", "label": null, "range": [ - 51136, - 51142 + 50226, + 50232 ], "loc": { "start": { - "line": 1784, + "line": 1759, "column": 28 }, "end": { - "line": 1784, + "line": 1759, "column": 34 } } } ], "range": [ - 51106, - 51168 + 50196, + 50258 ], "loc": { "start": { - "line": 1783, + "line": 1758, "column": 55 }, "end": { - "line": 1785, + "line": 1760, "column": 25 } } }, "alternate": null, "range": [ - 51020, - 51168 + 50110, + 50258 ], "loc": { "start": { - "line": 1782, + "line": 1757, "column": 24 }, "end": { - "line": 1785, + "line": 1760, "column": 25 } } @@ -90583,16 +88995,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 51197, - 51204 + 50287, + 50294 ], "loc": { "start": { - "line": 1786, + "line": 1761, "column": 28 }, "end": { - "line": 1786, + "line": 1761, "column": 35 } } @@ -90602,32 +89014,32 @@ "type": "Identifier", "name": "sA", "range": [ - 51205, - 51207 + 50295, + 50297 ], "loc": { "start": { - "line": 1786, + "line": 1761, "column": 36 }, "end": { - "line": 1786, + "line": 1761, "column": 38 } } } ], "range": [ - 51197, - 51208 + 50287, + 50298 ], "loc": { "start": { - "line": 1786, + "line": 1761, "column": 28 }, "end": { - "line": 1786, + "line": 1761, "column": 39 } } @@ -90636,31 +89048,31 @@ "type": "Identifier", "name": "occur", "range": [ - 51212, - 51217 + 50302, + 50307 ], "loc": { "start": { - "line": 1786, + "line": 1761, "column": 43 }, "end": { - "line": 1786, + "line": 1761, "column": 48 } } }, "range": [ - 51197, - 51217 + 50287, + 50307 ], "loc": { "start": { - "line": 1786, + "line": 1761, "column": 28 }, "end": { - "line": 1786, + "line": 1761, "column": 48 } } @@ -90672,79 +89084,79 @@ "type": "BreakStatement", "label": null, "range": [ - 51249, - 51255 + 50339, + 50345 ], "loc": { "start": { - "line": 1787, + "line": 1762, "column": 28 }, "end": { - "line": 1787, + "line": 1762, "column": 34 } } } ], "range": [ - 51219, - 51281 + 50309, + 50371 ], "loc": { "start": { - "line": 1786, + "line": 1761, "column": 50 }, "end": { - "line": 1788, + "line": 1763, "column": 25 } } }, "alternate": null, "range": [ - 51193, - 51281 + 50283, + 50371 ], "loc": { "start": { - "line": 1786, + "line": 1761, "column": 24 }, "end": { - "line": 1788, + "line": 1763, "column": 25 } } } ], "range": [ - 50703, - 51303 + 49793, + 50393 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 66 }, "end": { - "line": 1789, + "line": 1764, "column": 21 } } }, "range": [ - 50657, - 51303 + 49747, + 50393 ], "loc": { "start": { - "line": 1774, + "line": 1749, "column": 20 }, "end": { - "line": 1789, + "line": 1764, "column": 21 } }, @@ -90753,16 +89165,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 50581, - 50636 + 49671, + 49726 ], "loc": { "start": { - "line": 1773, + "line": 1748, "column": 20 }, "end": { - "line": 1773, + "line": 1748, "column": 75 } } @@ -90781,16 +89193,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51324, - 51333 + 50414, + 50423 ], "loc": { "start": { - "line": 1790, + "line": 1765, "column": 20 }, "end": { - "line": 1790, + "line": 1765, "column": 29 } } @@ -90799,31 +89211,31 @@ "type": "Identifier", "name": "j", "range": [ - 51334, - 51335 + 50424, + 50425 ], "loc": { "start": { - "line": 1790, + "line": 1765, "column": 30 }, "end": { - "line": 1790, + "line": 1765, "column": 31 } } }, "range": [ - 51324, - 51336 + 50414, + 50426 ], "loc": { "start": { - "line": 1790, + "line": 1765, "column": 20 }, "end": { - "line": 1790, + "line": 1765, "column": 32 } } @@ -90832,62 +89244,62 @@ "type": "Identifier", "name": "occur", "range": [ - 51339, - 51344 + 50429, + 50434 ], "loc": { "start": { - "line": 1790, + "line": 1765, "column": 35 }, "end": { - "line": 1790, + "line": 1765, "column": 40 } } }, "range": [ - 51324, - 51344 + 50414, + 50434 ], "loc": { "start": { - "line": 1790, + "line": 1765, "column": 20 }, "end": { - "line": 1790, + "line": 1765, "column": 40 } } }, "range": [ - 51324, - 51345 + 50414, + 50435 ], "loc": { "start": { - "line": 1790, + "line": 1765, "column": 20 }, "end": { - "line": 1790, + "line": 1765, "column": 41 } } } ], "range": [ - 50276, - 51364 + 49366, + 50454 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 66 }, "end": { - "line": 1792, + "line": 1767, "column": 17 } }, @@ -90896,16 +89308,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51381, - 51406 + 50471, + 50496 ], "loc": { "start": { - "line": 1793, + "line": 1768, "column": 16 }, "end": { - "line": 1793, + "line": 1768, "column": 41 } } @@ -90927,16 +89339,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51450, - 51459 + 50540, + 50549 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 20 }, "end": { - "line": 1795, + "line": 1770, "column": 29 } } @@ -90945,31 +89357,31 @@ "type": "Identifier", "name": "j", "range": [ - 51460, - 51461 + 50550, + 50551 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 30 }, "end": { - "line": 1795, + "line": 1770, "column": 31 } } }, "range": [ - 51450, - 51462 + 50540, + 50552 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 20 }, "end": { - "line": 1795, + "line": 1770, "column": 32 } } @@ -90982,16 +89394,16 @@ "object": { "type": "ThisExpression", "range": [ - 51465, - 51469 + 50555, + 50559 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 35 }, "end": { - "line": 1795, + "line": 1770, "column": 39 } } @@ -91000,31 +89412,31 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 51470, - 51479 + 50560, + 50569 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 40 }, "end": { - "line": 1795, + "line": 1770, "column": 49 } } }, "range": [ - 51465, - 51479 + 50555, + 50569 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 35 }, "end": { - "line": 1795, + "line": 1770, "column": 49 } } @@ -91036,16 +89448,16 @@ "type": "Identifier", "name": "trim", "range": [ - 51480, - 51484 + 50570, + 50574 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 50 }, "end": { - "line": 1795, + "line": 1770, "column": 54 } } @@ -91055,32 +89467,32 @@ "type": "Identifier", "name": "sA", "range": [ - 51485, - 51487 + 50575, + 50577 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 55 }, "end": { - "line": 1795, + "line": 1770, "column": 57 } } } ], "range": [ - 51480, - 51488 + 50570, + 50578 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 50 }, "end": { - "line": 1795, + "line": 1770, "column": 58 } } @@ -91089,16 +89501,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 51490, - 51499 + 50580, + 50589 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 60 }, "end": { - "line": 1795, + "line": 1770, "column": 69 } } @@ -91107,62 +89519,62 @@ "type": "Identifier", "name": "j", "range": [ - 51501, - 51502 + 50591, + 50592 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 71 }, "end": { - "line": 1795, + "line": 1770, "column": 72 } } } ], "range": [ - 51465, - 51503 + 50555, + 50593 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 35 }, "end": { - "line": 1795, + "line": 1770, "column": 73 } } }, "range": [ - 51450, - 51503 + 50540, + 50593 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 20 }, "end": { - "line": 1795, + "line": 1770, "column": 73 } } }, "range": [ - 51450, - 51504 + 50540, + 50594 ], "loc": { "start": { - "line": 1795, + "line": 1770, "column": 20 }, "end": { - "line": 1795, + "line": 1770, "column": 74 } } @@ -91176,16 +89588,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51529, - 51538 + 50619, + 50628 ], "loc": { "start": { - "line": 1796, + "line": 1771, "column": 24 }, "end": { - "line": 1796, + "line": 1771, "column": 33 } } @@ -91194,31 +89606,31 @@ "type": "Identifier", "name": "j", "range": [ - 51539, - 51540 + 50629, + 50630 ], "loc": { "start": { - "line": 1796, + "line": 1771, "column": 34 }, "end": { - "line": 1796, + "line": 1771, "column": 35 } } }, "range": [ - 51529, - 51541 + 50619, + 50631 ], "loc": { "start": { - "line": 1796, + "line": 1771, "column": 24 }, "end": { - "line": 1796, + "line": 1771, "column": 36 } } @@ -91239,16 +89651,16 @@ "object": { "type": "ThisExpression", "range": [ - 51569, - 51573 + 50659, + 50663 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 24 }, "end": { - "line": 1797, + "line": 1772, "column": 28 } } @@ -91257,31 +89669,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51574, - 51581 + 50664, + 50671 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 29 }, "end": { - "line": 1797, + "line": 1772, "column": 36 } } }, "range": [ - 51569, - 51581 + 50659, + 50671 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 24 }, "end": { - "line": 1797, + "line": 1772, "column": 36 } } @@ -91290,31 +89702,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51582, - 51586 + 50672, + 50676 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 37 }, "end": { - "line": 1797, + "line": 1772, "column": 41 } } }, "range": [ - 51569, - 51586 + 50659, + 50676 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 24 }, "end": { - "line": 1797, + "line": 1772, "column": 41 } } @@ -91325,16 +89737,16 @@ "value": "highlight-keyword", "raw": "'highlight-keyword'", "range": [ - 51587, - 51606 + 50677, + 50696 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 42 }, "end": { - "line": 1797, + "line": 1772, "column": 61 } } @@ -91342,16 +89754,16 @@ { "type": "ThisExpression", "range": [ - 51608, - 51612 + 50698, + 50702 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 63 }, "end": { - "line": 1797, + "line": 1772, "column": 67 } } @@ -91363,16 +89775,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51614, - 51619 + 50704, + 50709 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 69 }, "end": { - "line": 1797, + "line": 1772, "column": 74 } } @@ -91381,31 +89793,31 @@ "type": "Identifier", "name": "j", "range": [ - 51620, - 51621 + 50710, + 50711 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 75 }, "end": { - "line": 1797, + "line": 1772, "column": 76 } } }, "range": [ - 51614, - 51622 + 50704, + 50712 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 69 }, "end": { - "line": 1797, + "line": 1772, "column": 77 } } @@ -91414,95 +89826,95 @@ "type": "Identifier", "name": "sA", "range": [ - 51652, - 51654 + 50742, + 50744 ], "loc": { "start": { - "line": 1798, + "line": 1773, "column": 28 }, "end": { - "line": 1798, + "line": 1773, "column": 30 } } } ], "range": [ - 51569, - 51655 + 50659, + 50745 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 24 }, "end": { - "line": 1798, + "line": 1773, "column": 31 } } }, "range": [ - 51569, - 51656 + 50659, + 50746 ], "loc": { "start": { - "line": 1797, + "line": 1772, "column": 24 }, "end": { - "line": 1798, + "line": 1773, "column": 32 } } } ], "range": [ - 51543, - 51678 + 50633, + 50768 ], "loc": { "start": { - "line": 1796, + "line": 1771, "column": 38 }, "end": { - "line": 1799, + "line": 1774, "column": 21 } } }, "alternate": null, "range": [ - 51525, - 51678 + 50615, + 50768 ], "loc": { "start": { - "line": 1796, + "line": 1771, "column": 20 }, "end": { - "line": 1799, + "line": 1774, "column": 21 } } } ], "range": [ - 51428, - 51696 + 50518, + 50786 ], "loc": { "start": { - "line": 1794, + "line": 1769, "column": 21 }, "end": { - "line": 1800, + "line": 1775, "column": 17 } }, @@ -91511,16 +89923,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51381, - 51406 + 50471, + 50496 ], "loc": { "start": { - "line": 1793, + "line": 1768, "column": 16 }, "end": { - "line": 1793, + "line": 1768, "column": 41 } } @@ -91528,16 +89940,16 @@ ] }, "range": [ - 50226, - 51696 + 49316, + 50786 ], "loc": { "start": { - "line": 1764, + "line": 1739, "column": 16 }, "end": { - "line": 1800, + "line": 1775, "column": 17 } }, @@ -91546,16 +89958,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50176, - 50209 + 49266, + 49299 ], "loc": { "start": { - "line": 1763, + "line": 1738, "column": 16 }, "end": { - "line": 1763, + "line": 1738, "column": 49 } } @@ -91566,16 +89978,16 @@ "type": "Line", "value": "else single param", "range": [ - 51696, - 51715 + 50786, + 50805 ], "loc": { "start": { - "line": 1800, + "line": 1775, "column": 17 }, "end": { - "line": 1800, + "line": 1775, "column": 36 } } @@ -91594,16 +90006,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51738, - 51747 + 50828, + 50837 ], "loc": { "start": { - "line": 1802, + "line": 1777, "column": 21 }, "end": { - "line": 1802, + "line": 1777, "column": 30 } } @@ -91612,47 +90024,47 @@ "type": "Identifier", "name": "j", "range": [ - 51748, - 51749 + 50838, + 50839 ], "loc": { "start": { - "line": 1802, + "line": 1777, "column": 31 }, "end": { - "line": 1802, + "line": 1777, "column": 32 } } }, "range": [ - 51738, - 51750 + 50828, + 50840 ], "loc": { "start": { - "line": 1802, + "line": 1777, "column": 21 }, "end": { - "line": 1802, + "line": 1777, "column": 33 } } }, "prefix": true, "range": [ - 51737, - 51750 + 50827, + 50840 ], "loc": { "start": { - "line": 1802, + "line": 1777, "column": 20 }, "end": { - "line": 1802, + "line": 1777, "column": 33 } } @@ -91669,16 +90081,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 51774, - 51784 + 50864, + 50874 ], "loc": { "start": { - "line": 1803, + "line": 1778, "column": 20 }, "end": { - "line": 1803, + "line": 1778, "column": 30 } } @@ -91688,78 +90100,78 @@ "value": false, "raw": "false", "range": [ - 51787, - 51792 + 50877, + 50882 ], "loc": { "start": { - "line": 1803, + "line": 1778, "column": 33 }, "end": { - "line": 1803, + "line": 1778, "column": 38 } } }, "range": [ - 51774, - 51792 + 50864, + 50882 ], "loc": { "start": { - "line": 1803, + "line": 1778, "column": 20 }, "end": { - "line": 1803, + "line": 1778, "column": 38 } } }, "range": [ - 51774, - 51793 + 50864, + 50883 ], "loc": { "start": { - "line": 1803, + "line": 1778, "column": 20 }, "end": { - "line": 1803, + "line": 1778, "column": 39 } } } ], "range": [ - 51752, - 51811 + 50842, + 50901 ], "loc": { "start": { - "line": 1802, + "line": 1777, "column": 35 }, "end": { - "line": 1804, + "line": 1779, "column": 17 } } }, "alternate": null, "range": [ - 51733, - 51811 + 50823, + 50901 ], "loc": { "start": { - "line": 1802, + "line": 1777, "column": 16 }, "end": { - "line": 1804, + "line": 1779, "column": 17 } }, @@ -91768,16 +90180,16 @@ "type": "Line", "value": "else single param", "range": [ - 51696, - 51715 + 50786, + 50805 ], "loc": { "start": { - "line": 1800, + "line": 1775, "column": 17 }, "end": { - "line": 1800, + "line": 1775, "column": 36 } } @@ -91795,16 +90207,16 @@ "object": { "type": "ThisExpression", "range": [ - 51832, - 51836 + 50922, + 50926 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 20 }, "end": { - "line": 1805, + "line": 1780, "column": 24 } } @@ -91813,31 +90225,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 51837, - 51852 + 50927, + 50942 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 25 }, "end": { - "line": 1805, + "line": 1780, "column": 40 } } }, "range": [ - 51832, - 51852 + 50922, + 50942 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 20 }, "end": { - "line": 1805, + "line": 1780, "column": 40 } } @@ -91849,16 +90261,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 51856, - 51865 + 50946, + 50955 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 44 }, "end": { - "line": 1805, + "line": 1780, "column": 53 } } @@ -91867,46 +90279,46 @@ "type": "Identifier", "name": "j", "range": [ - 51866, - 51867 + 50956, + 50957 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 54 }, "end": { - "line": 1805, + "line": 1780, "column": 55 } } }, "range": [ - 51856, - 51868 + 50946, + 50958 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 44 }, "end": { - "line": 1805, + "line": 1780, "column": 56 } } }, "range": [ - 51832, - 51868 + 50922, + 50958 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 20 }, "end": { - "line": 1805, + "line": 1780, "column": 56 } } @@ -91923,16 +90335,16 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 51892, - 51909 + 50982, + 50999 ], "loc": { "start": { - "line": 1806, + "line": 1781, "column": 20 }, "end": { - "line": 1806, + "line": 1781, "column": 37 } } @@ -91942,78 +90354,78 @@ "value": true, "raw": "true", "range": [ - 51912, - 51916 + 51002, + 51006 ], "loc": { "start": { - "line": 1806, + "line": 1781, "column": 40 }, "end": { - "line": 1806, + "line": 1781, "column": 44 } } }, "range": [ - 51892, - 51916 + 50982, + 51006 ], "loc": { "start": { - "line": 1806, + "line": 1781, "column": 20 }, "end": { - "line": 1806, + "line": 1781, "column": 44 } } }, "range": [ - 51892, - 51917 + 50982, + 51007 ], "loc": { "start": { - "line": 1806, + "line": 1781, "column": 20 }, "end": { - "line": 1806, + "line": 1781, "column": 45 } } } ], "range": [ - 51870, - 51935 + 50960, + 51025 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 58 }, "end": { - "line": 1807, + "line": 1782, "column": 17 } } }, "alternate": null, "range": [ - 51828, - 51935 + 50918, + 51025 ], "loc": { "start": { - "line": 1805, + "line": 1780, "column": 16 }, "end": { - "line": 1807, + "line": 1782, "column": 17 } } @@ -92031,16 +90443,16 @@ "object": { "type": "ThisExpression", "range": [ - 51953, - 51957 + 51043, + 51047 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 16 }, "end": { - "line": 1809, + "line": 1784, "column": 20 } } @@ -92049,31 +90461,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 51958, - 51965 + 51048, + 51055 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 21 }, "end": { - "line": 1809, + "line": 1784, "column": 28 } } }, "range": [ - 51953, - 51965 + 51043, + 51055 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 16 }, "end": { - "line": 1809, + "line": 1784, "column": 28 } } @@ -92082,31 +90494,31 @@ "type": "Identifier", "name": "emit", "range": [ - 51966, - 51970 + 51056, + 51060 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 29 }, "end": { - "line": 1809, + "line": 1784, "column": 33 } } }, "range": [ - 51953, - 51970 + 51043, + 51060 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 16 }, "end": { - "line": 1809, + "line": 1784, "column": 33 } } @@ -92117,16 +90529,16 @@ "value": "cell-processed", "raw": "'cell-processed'", "range": [ - 51971, - 51987 + 51061, + 51077 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 34 }, "end": { - "line": 1809, + "line": 1784, "column": 50 } } @@ -92134,16 +90546,16 @@ { "type": "ThisExpression", "range": [ - 51989, - 51993 + 51079, + 51083 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 52 }, "end": { - "line": 1809, + "line": 1784, "column": 56 } } @@ -92152,16 +90564,16 @@ "type": "Identifier", "name": "j", "range": [ - 51995, - 51996 + 51085, + 51086 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 58 }, "end": { - "line": 1809, + "line": 1784, "column": 59 } } @@ -92173,16 +90585,16 @@ "type": "Identifier", "name": "cells", "range": [ - 51998, - 52003 + 51088, + 51093 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 61 }, "end": { - "line": 1809, + "line": 1784, "column": 66 } } @@ -92191,93 +90603,93 @@ "type": "Identifier", "name": "j", "range": [ - 52004, - 52005 + 51094, + 51095 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 67 }, "end": { - "line": 1809, + "line": 1784, "column": 68 } } }, "range": [ - 51998, - 52006 + 51088, + 51096 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 61 }, "end": { - "line": 1809, + "line": 1784, "column": 69 } } } ], "range": [ - 51953, - 52007 + 51043, + 51097 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 16 }, "end": { - "line": 1809, + "line": 1784, "column": 70 } } }, "range": [ - 51953, - 52008 + 51043, + 51098 ], "loc": { "start": { - "line": 1809, + "line": 1784, "column": 16 }, "end": { - "line": 1809, + "line": 1784, "column": 71 } } } ], "range": [ - 49368, - 52022 + 48458, + 51112 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 46 }, "end": { - "line": 1810, + "line": 1785, "column": 13 } } }, "range": [ - 49334, - 52022 + 48424, + 51112 ], "loc": { "start": { - "line": 1743, + "line": 1718, "column": 12 }, "end": { - "line": 1810, + "line": 1785, "column": 13 } }, @@ -92286,16 +90698,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49289, - 49321 + 48379, + 48411 ], "loc": { "start": { - "line": 1742, + "line": 1717, "column": 12 }, "end": { - "line": 1742, + "line": 1717, "column": 44 } } @@ -92306,16 +90718,16 @@ "type": "Line", "value": "for j", "range": [ - 52022, - 52029 + 51112, + 51119 ], "loc": { "start": { - "line": 1810, + "line": 1785, "column": 13 }, "end": { - "line": 1810, + "line": 1785, "column": 20 } } @@ -92333,16 +90745,16 @@ "object": { "type": "ThisExpression", "range": [ - 52047, - 52051 + 51137, + 51141 ], "loc": { "start": { - "line": 1812, + "line": 1787, "column": 16 }, "end": { - "line": 1812, + "line": 1787, "column": 20 } } @@ -92351,31 +90763,31 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 52052, - 52067 + 51142, + 51157 ], "loc": { "start": { - "line": 1812, + "line": 1787, "column": 21 }, "end": { - "line": 1812, + "line": 1787, "column": 36 } } }, "range": [ - 52047, - 52067 + 51137, + 51157 ], "loc": { "start": { - "line": 1812, + "line": 1787, "column": 16 }, "end": { - "line": 1812, + "line": 1787, "column": 36 } } @@ -92384,31 +90796,31 @@ "type": "Identifier", "name": "singleFltRowValid", "range": [ - 52071, - 52088 + 51161, + 51178 ], "loc": { "start": { - "line": 1812, + "line": 1787, "column": 40 }, "end": { - "line": 1812, + "line": 1787, "column": 57 } } }, "range": [ - 52047, - 52088 + 51137, + 51178 ], "loc": { "start": { - "line": 1812, + "line": 1787, "column": 16 }, "end": { - "line": 1812, + "line": 1787, "column": 57 } } @@ -92425,16 +90837,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52108, - 52118 + 51198, + 51208 ], "loc": { "start": { - "line": 1813, + "line": 1788, "column": 16 }, "end": { - "line": 1813, + "line": 1788, "column": 26 } } @@ -92444,78 +90856,78 @@ "value": true, "raw": "true", "range": [ - 52121, - 52125 + 51211, + 51215 ], "loc": { "start": { - "line": 1813, + "line": 1788, "column": 29 }, "end": { - "line": 1813, + "line": 1788, "column": 33 } } }, "range": [ - 52108, - 52125 + 51198, + 51215 ], "loc": { "start": { - "line": 1813, + "line": 1788, "column": 16 }, "end": { - "line": 1813, + "line": 1788, "column": 33 } } }, "range": [ - 52108, - 52126 + 51198, + 51216 ], "loc": { "start": { - "line": 1813, + "line": 1788, "column": 16 }, "end": { - "line": 1813, + "line": 1788, "column": 34 } } } ], "range": [ - 52090, - 52140 + 51180, + 51230 ], "loc": { "start": { - "line": 1812, + "line": 1787, "column": 59 }, "end": { - "line": 1814, + "line": 1789, "column": 13 } } }, "alternate": null, "range": [ - 52043, - 52140 + 51133, + 51230 ], "loc": { "start": { - "line": 1812, + "line": 1787, "column": 12 }, "end": { - "line": 1814, + "line": 1789, "column": 13 } }, @@ -92524,16 +90936,16 @@ "type": "Line", "value": "for j", "range": [ - 52022, - 52029 + 51112, + 51119 ], "loc": { "start": { - "line": 1810, + "line": 1785, "column": 13 }, "end": { - "line": 1810, + "line": 1785, "column": 20 } } @@ -92550,16 +90962,16 @@ "object": { "type": "ThisExpression", "range": [ - 52154, - 52158 + 51244, + 51248 ], "loc": { "start": { - "line": 1816, + "line": 1791, "column": 12 }, "end": { - "line": 1816, + "line": 1791, "column": 16 } } @@ -92568,31 +90980,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 52159, - 52170 + 51249, + 51260 ], "loc": { "start": { - "line": 1816, + "line": 1791, "column": 17 }, "end": { - "line": 1816, + "line": 1791, "column": 28 } } }, "range": [ - 52154, - 52170 + 51244, + 51260 ], "loc": { "start": { - "line": 1816, + "line": 1791, "column": 12 }, "end": { - "line": 1816, + "line": 1791, "column": 28 } } @@ -92602,16 +91014,16 @@ "type": "Identifier", "name": "k", "range": [ - 52171, - 52172 + 51261, + 51262 ], "loc": { "start": { - "line": 1816, + "line": 1791, "column": 29 }, "end": { - "line": 1816, + "line": 1791, "column": 30 } } @@ -92620,47 +91032,47 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52174, - 52184 + 51264, + 51274 ], "loc": { "start": { - "line": 1816, + "line": 1791, "column": 32 }, "end": { - "line": 1816, + "line": 1791, "column": 42 } } } ], "range": [ - 52154, - 52185 + 51244, + 51275 ], "loc": { "start": { - "line": 1816, + "line": 1791, "column": 12 }, "end": { - "line": 1816, + "line": 1791, "column": 43 } } }, "range": [ - 52154, - 52186 + 51244, + 51276 ], "loc": { "start": { - "line": 1816, + "line": 1791, "column": 12 }, "end": { - "line": 1816, + "line": 1791, "column": 44 } } @@ -92674,32 +91086,32 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52204, - 52214 + 51294, + 51304 ], "loc": { "start": { - "line": 1817, + "line": 1792, "column": 17 }, "end": { - "line": 1817, + "line": 1792, "column": 27 } } }, "prefix": true, "range": [ - 52203, - 52214 + 51293, + 51304 ], "loc": { "start": { - "line": 1817, + "line": 1792, "column": 16 }, "end": { - "line": 1817, + "line": 1792, "column": 27 } } @@ -92716,79 +91128,79 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 52234, - 52244 + 51324, + 51334 ], "loc": { "start": { - "line": 1818, + "line": 1793, "column": 16 }, "end": { - "line": 1818, + "line": 1793, "column": 26 } } }, "prefix": false, "range": [ - 52234, - 52246 + 51324, + 51336 ], "loc": { "start": { - "line": 1818, + "line": 1793, "column": 16 }, "end": { - "line": 1818, + "line": 1793, "column": 28 } } }, "range": [ - 52234, - 52247 + 51324, + 51337 ], "loc": { "start": { - "line": 1818, + "line": 1793, "column": 16 }, "end": { - "line": 1818, + "line": 1793, "column": 29 } } } ], "range": [ - 52216, - 52261 + 51306, + 51351 ], "loc": { "start": { - "line": 1817, + "line": 1792, "column": 29 }, "end": { - "line": 1819, + "line": 1794, "column": 13 } } }, "alternate": null, "range": [ - 52199, - 52261 + 51289, + 51351 ], "loc": { "start": { - "line": 1817, + "line": 1792, "column": 12 }, "end": { - "line": 1819, + "line": 1794, "column": 13 } } @@ -92806,16 +91218,16 @@ "object": { "type": "ThisExpression", "range": [ - 52275, - 52279 + 51365, + 51369 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 12 }, "end": { - "line": 1821, + "line": 1796, "column": 16 } } @@ -92824,31 +91236,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 52280, - 52287 + 51370, + 51377 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 17 }, "end": { - "line": 1821, + "line": 1796, "column": 24 } } }, "range": [ - 52275, - 52287 + 51365, + 51377 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 12 }, "end": { - "line": 1821, + "line": 1796, "column": 24 } } @@ -92857,31 +91269,31 @@ "type": "Identifier", "name": "emit", "range": [ - 52288, - 52292 + 51378, + 51382 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 25 }, "end": { - "line": 1821, + "line": 1796, "column": 29 } } }, "range": [ - 52275, - 52292 + 51365, + 51382 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 12 }, "end": { - "line": 1821, + "line": 1796, "column": 29 } } @@ -92892,16 +91304,16 @@ "value": "row-processed", "raw": "'row-processed'", "range": [ - 52293, - 52308 + 51383, + 51398 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 30 }, "end": { - "line": 1821, + "line": 1796, "column": 45 } } @@ -92909,16 +91321,16 @@ { "type": "ThisExpression", "range": [ - 52310, - 52314 + 51400, + 51404 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 47 }, "end": { - "line": 1821, + "line": 1796, "column": 51 } } @@ -92927,16 +91339,16 @@ "type": "Identifier", "name": "k", "range": [ - 52316, - 52317 + 51406, + 51407 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 53 }, "end": { - "line": 1821, + "line": 1796, "column": 54 } } @@ -92950,16 +91362,16 @@ "object": { "type": "ThisExpression", "range": [ - 52335, - 52339 + 51425, + 51429 ], "loc": { "start": { - "line": 1822, + "line": 1797, "column": 16 }, "end": { - "line": 1822, + "line": 1797, "column": 20 } } @@ -92968,31 +91380,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 52340, - 52354 + 51430, + 51444 ], "loc": { "start": { - "line": 1822, + "line": 1797, "column": 21 }, "end": { - "line": 1822, + "line": 1797, "column": 35 } } }, "range": [ - 52335, - 52354 + 51425, + 51444 ], "loc": { "start": { - "line": 1822, + "line": 1797, "column": 16 }, "end": { - "line": 1822, + "line": 1797, "column": 35 } } @@ -93001,31 +91413,31 @@ "type": "Identifier", "name": "length", "range": [ - 52355, - 52361 + 51445, + 51451 ], "loc": { "start": { - "line": 1822, + "line": 1797, "column": 36 }, "end": { - "line": 1822, + "line": 1797, "column": 42 } } }, "range": [ - 52335, - 52361 + 51425, + 51451 ], "loc": { "start": { - "line": 1822, + "line": 1797, "column": 16 }, "end": { - "line": 1822, + "line": 1797, "column": 42 } } @@ -93034,78 +91446,78 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 52363, - 52373 + 51453, + 51463 ], "loc": { "start": { - "line": 1822, + "line": 1797, "column": 44 }, "end": { - "line": 1822, + "line": 1797, "column": 54 } } } ], "range": [ - 52275, - 52374 + 51365, + 51464 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 12 }, "end": { - "line": 1822, + "line": 1797, "column": 55 } } }, "range": [ - 52275, - 52375 + 51365, + 51465 ], "loc": { "start": { - "line": 1821, + "line": 1796, "column": 12 }, "end": { - "line": 1822, + "line": 1797, "column": 56 } } } ], "range": [ - 48813, - 52385 + 47903, + 51475 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 51 }, "end": { - "line": 1823, + "line": 1798, "column": 9 } } }, "range": [ - 48770, - 52385 + 47860, + 51475 ], "loc": { "start": { - "line": 1725, + "line": 1700, "column": 8 }, "end": { - "line": 1823, + "line": 1798, "column": 9 } }, @@ -93114,16 +91526,16 @@ "type": "Line", "value": " for k", "range": [ - 52385, - 52393 + 51475, + 51483 ], "loc": { "start": { - "line": 1823, + "line": 1798, "column": 9 }, "end": { - "line": 1823, + "line": 1798, "column": 17 } } @@ -93141,16 +91553,16 @@ "object": { "type": "ThisExpression", "range": [ - 52403, - 52407 + 51493, + 51497 ], "loc": { "start": { - "line": 1825, + "line": 1800, "column": 8 }, "end": { - "line": 1825, + "line": 1800, "column": 12 } } @@ -93159,31 +91571,31 @@ "type": "Identifier", "name": "nbHiddenRows", "range": [ - 52408, - 52420 + 51498, + 51510 ], "loc": { "start": { - "line": 1825, + "line": 1800, "column": 13 }, "end": { - "line": 1825, + "line": 1800, "column": 25 } } }, "range": [ - 52403, - 52420 + 51493, + 51510 ], "loc": { "start": { - "line": 1825, + "line": 1800, "column": 8 }, "end": { - "line": 1825, + "line": 1800, "column": 25 } } @@ -93192,46 +91604,46 @@ "type": "Identifier", "name": "hiddenRows", "range": [ - 52423, - 52433 + 51513, + 51523 ], "loc": { "start": { - "line": 1825, + "line": 1800, "column": 28 }, "end": { - "line": 1825, + "line": 1800, "column": 38 } } }, "range": [ - 52403, - 52433 + 51493, + 51523 ], "loc": { "start": { - "line": 1825, + "line": 1800, "column": 8 }, "end": { - "line": 1825, + "line": 1800, "column": 38 } } }, "range": [ - 52403, - 52434 + 51493, + 51524 ], "loc": { "start": { - "line": 1825, + "line": 1800, "column": 8 }, "end": { - "line": 1825, + "line": 1800, "column": 39 } }, @@ -93240,16 +91652,16 @@ "type": "Line", "value": " for k", "range": [ - 52385, - 52393 + 51475, + 51483 ], "loc": { "start": { - "line": 1823, + "line": 1798, "column": 9 }, "end": { - "line": 1823, + "line": 1798, "column": 17 } } @@ -93260,16 +91672,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 52444, - 52473 + 51534, + 51563 ], "loc": { "start": { - "line": 1827, + "line": 1802, "column": 8 }, "end": { - "line": 1827, + "line": 1802, "column": 37 } } @@ -93286,16 +91698,16 @@ "object": { "type": "ThisExpression", "range": [ - 52482, - 52486 + 51572, + 51576 ], "loc": { "start": { - "line": 1828, + "line": 1803, "column": 8 }, "end": { - "line": 1828, + "line": 1803, "column": 12 } } @@ -93304,31 +91716,31 @@ "type": "Identifier", "name": "onAfterFilter", "range": [ - 52487, - 52500 + 51577, + 51590 ], "loc": { "start": { - "line": 1828, + "line": 1803, "column": 13 }, "end": { - "line": 1828, + "line": 1803, "column": 26 } } }, "range": [ - 52482, - 52500 + 51572, + 51590 ], "loc": { "start": { - "line": 1828, + "line": 1803, "column": 8 }, "end": { - "line": 1828, + "line": 1803, "column": 26 } } @@ -93337,47 +91749,47 @@ { "type": "ThisExpression", "range": [ - 52501, - 52505 + 51591, + 51595 ], "loc": { "start": { - "line": 1828, + "line": 1803, "column": 27 }, "end": { - "line": 1828, + "line": 1803, "column": 31 } } } ], "range": [ - 52482, - 52506 + 51572, + 51596 ], "loc": { "start": { - "line": 1828, + "line": 1803, "column": 8 }, "end": { - "line": 1828, + "line": 1803, "column": 32 } } }, "range": [ - 52482, - 52507 + 51572, + 51597 ], "loc": { "start": { - "line": 1828, + "line": 1803, "column": 8 }, "end": { - "line": 1828, + "line": 1803, "column": 33 } }, @@ -93386,16 +91798,16 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 52444, - 52473 + 51534, + 51563 ], "loc": { "start": { - "line": 1827, + "line": 1802, "column": 8 }, "end": { - "line": 1827, + "line": 1802, "column": 37 } } @@ -93415,16 +91827,16 @@ "object": { "type": "ThisExpression", "range": [ - 52517, - 52521 + 51607, + 51611 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 8 }, "end": { - "line": 1830, + "line": 1805, "column": 12 } } @@ -93433,31 +91845,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 52522, - 52529 + 51612, + 51619 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 13 }, "end": { - "line": 1830, + "line": 1805, "column": 20 } } }, "range": [ - 52517, - 52529 + 51607, + 51619 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 8 }, "end": { - "line": 1830, + "line": 1805, "column": 20 } } @@ -93466,31 +91878,31 @@ "type": "Identifier", "name": "emit", "range": [ - 52530, - 52534 + 51620, + 51624 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 21 }, "end": { - "line": 1830, + "line": 1805, "column": 25 } } }, "range": [ - 52517, - 52534 + 51607, + 51624 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 8 }, "end": { - "line": 1830, + "line": 1805, "column": 25 } } @@ -93501,16 +91913,16 @@ "value": "after-filtering", "raw": "'after-filtering'", "range": [ - 52535, - 52552 + 51625, + 51642 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 26 }, "end": { - "line": 1830, + "line": 1805, "column": 43 } } @@ -93518,16 +91930,16 @@ { "type": "ThisExpression", "range": [ - 52554, - 52558 + 51644, + 51648 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 45 }, "end": { - "line": 1830, + "line": 1805, "column": 49 } } @@ -93536,63 +91948,63 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 52560, - 52570 + 51650, + 51660 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 51 }, "end": { - "line": 1830, + "line": 1805, "column": 61 } } } ], "range": [ - 52517, - 52571 + 51607, + 51661 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 8 }, "end": { - "line": 1830, + "line": 1805, "column": 62 } } }, "range": [ - 52517, - 52572 + 51607, + 51662 ], "loc": { "start": { - "line": 1830, + "line": 1805, "column": 8 }, "end": { - "line": 1830, + "line": 1805, "column": 63 } } } ], "range": [ - 48336, - 52578 + 47426, + 51668 ], "loc": { "start": { - "line": 1709, + "line": 1684, "column": 13 }, "end": { - "line": 1831, + "line": 1806, "column": 5 } } @@ -93600,16 +92012,16 @@ "generator": false, "expression": false, "range": [ - 48333, - 52578 + 47423, + 51668 ], "loc": { "start": { - "line": 1709, + "line": 1684, "column": 10 }, "end": { - "line": 1831, + "line": 1806, "column": 5 } } @@ -93617,16 +92029,16 @@ "kind": "method", "computed": false, "range": [ - 48327, - 52578 + 47417, + 51668 ], "loc": { "start": { - "line": 1709, + "line": 1684, "column": 4 }, "end": { - "line": 1831, + "line": 1806, "column": 5 } }, @@ -93635,16 +92047,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": [ - 48085, - 48322 + 47175, + 47412 ], "loc": { "start": { - "line": 1704, + "line": 1679, "column": 4 }, "end": { - "line": 1708, + "line": 1683, "column": 7 } } @@ -93653,18 +92065,18 @@ "trailingComments": [ { "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 * @returns {Boolean}\n ", + "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": [ - 52584, - 52808 + 51674, + 51897 ], "loc": { "start": { - "line": 1833, + "line": 1808, "column": 4 }, "end": { - "line": 1839, + "line": 1814, "column": 7 } } @@ -93678,16 +92090,16 @@ "type": "Identifier", "name": "_testTerm", "range": [ - 52813, - 52822 + 51902, + 51911 ], "loc": { "start": { - "line": 1840, + "line": 1815, "column": 4 }, "end": { - "line": 1840, + "line": 1815, "column": 13 } } @@ -93700,16 +92112,16 @@ "type": "Identifier", "name": "term", "range": [ - 52823, - 52827 + 51912, + 51916 ], "loc": { "start": { - "line": 1840, + "line": 1815, "column": 14 }, "end": { - "line": 1840, + "line": 1815, "column": 18 } } @@ -93718,16 +92130,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 52829, - 52838 + 51918, + 51927 ], "loc": { "start": { - "line": 1840, + "line": 1815, "column": 20 }, "end": { - "line": 1840, + "line": 1815, "column": 29 } } @@ -93736,16 +92148,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 52840, - 52846 + 51929, + 51935 ], "loc": { "start": { - "line": 1840, + "line": 1815, "column": 31 }, "end": { - "line": 1840, + "line": 1815, "column": 37 } } @@ -93763,32 +92175,32 @@ "type": "Identifier", "name": "numData", "range": [ - 52862, - 52869 + 51951, + 51958 ], "loc": { "start": { - "line": 1841, + "line": 1816, "column": 12 }, "end": { - "line": 1841, + "line": 1816, "column": 19 } } }, "init": null, "range": [ - 52862, - 52869 + 51951, + 51958 ], "loc": { "start": { - "line": 1841, + "line": 1816, "column": 12 }, "end": { - "line": 1841, + "line": 1816, "column": 19 } } @@ -93796,16 +92208,16 @@ ], "kind": "let", "range": [ - 52858, - 52870 + 51947, + 51959 ], "loc": { "start": { - "line": 1841, + "line": 1816, "column": 8 }, "end": { - "line": 1841, + "line": 1816, "column": 20 } } @@ -93819,16 +92231,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 52883, - 52890 + 51972, + 51979 ], "loc": { "start": { - "line": 1842, + "line": 1817, "column": 12 }, "end": { - "line": 1842, + "line": 1817, "column": 19 } } @@ -93839,16 +92251,16 @@ "object": { "type": "ThisExpression", "range": [ - 52893, - 52897 + 51982, + 51986 ], "loc": { "start": { - "line": 1842, + "line": 1817, "column": 22 }, "end": { - "line": 1842, + "line": 1817, "column": 26 } } @@ -93857,46 +92269,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 52898, - 52914 + 51987, + 52003 ], "loc": { "start": { - "line": 1842, + "line": 1817, "column": 27 }, "end": { - "line": 1842, + "line": 1817, "column": 43 } } }, "range": [ - 52893, - 52914 + 51982, + 52003 ], "loc": { "start": { - "line": 1842, + "line": 1817, "column": 22 }, "end": { - "line": 1842, + "line": 1817, "column": 43 } } }, "range": [ - 52883, - 52914 + 51972, + 52003 ], "loc": { "start": { - "line": 1842, + "line": 1817, "column": 12 }, "end": { - "line": 1842, + "line": 1817, "column": 43 } } @@ -93904,16 +92316,16 @@ ], "kind": "let", "range": [ - 52879, - 52915 + 51968, + 52004 ], "loc": { "start": { - "line": 1842, + "line": 1817, "column": 8 }, "end": { - "line": 1842, + "line": 1817, "column": 44 } } @@ -93927,16 +92339,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 52928, - 52932 + 52017, + 52021 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 12 }, "end": { - "line": 1843, + "line": 1818, "column": 16 } } @@ -93947,16 +92359,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52939, - 52945 + 52028, + 52034 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 23 }, "end": { - "line": 1843, + "line": 1818, "column": 29 } } @@ -93968,16 +92380,16 @@ "object": { "type": "ThisExpression", "range": [ - 52946, - 52950 + 52035, + 52039 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 30 }, "end": { - "line": 1843, + "line": 1818, "column": 34 } } @@ -93986,62 +92398,62 @@ "type": "Identifier", "name": "leOperator", "range": [ - 52951, - 52961 + 52040, + 52050 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 35 }, "end": { - "line": 1843, + "line": 1818, "column": 45 } } }, "range": [ - 52946, - 52961 + 52035, + 52050 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 30 }, "end": { - "line": 1843, + "line": 1818, "column": 45 } } } ], "range": [ - 52935, - 52962 + 52024, + 52051 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 19 }, "end": { - "line": 1843, + "line": 1818, "column": 46 } } }, "range": [ - 52928, - 52962 + 52017, + 52051 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 12 }, "end": { - "line": 1843, + "line": 1818, "column": 46 } } @@ -94052,16 +92464,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 52976, - 52980 + 52065, + 52069 ], "loc": { "start": { - "line": 1844, + "line": 1819, "column": 12 }, "end": { - "line": 1844, + "line": 1819, "column": 16 } } @@ -94072,16 +92484,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 52987, - 52993 + 52076, + 52082 ], "loc": { "start": { - "line": 1844, + "line": 1819, "column": 23 }, "end": { - "line": 1844, + "line": 1819, "column": 29 } } @@ -94093,16 +92505,16 @@ "object": { "type": "ThisExpression", "range": [ - 52994, - 52998 + 52083, + 52087 ], "loc": { "start": { - "line": 1844, + "line": 1819, "column": 30 }, "end": { - "line": 1844, + "line": 1819, "column": 34 } } @@ -94111,62 +92523,62 @@ "type": "Identifier", "name": "geOperator", "range": [ - 52999, - 53009 + 52088, + 52098 ], "loc": { "start": { - "line": 1844, + "line": 1819, "column": 35 }, "end": { - "line": 1844, + "line": 1819, "column": 45 } } }, "range": [ - 52994, - 53009 + 52083, + 52098 ], "loc": { "start": { - "line": 1844, + "line": 1819, "column": 30 }, "end": { - "line": 1844, + "line": 1819, "column": 45 } } } ], "range": [ - 52983, - 53010 + 52072, + 52099 ], "loc": { "start": { - "line": 1844, + "line": 1819, "column": 19 }, "end": { - "line": 1844, + "line": 1819, "column": 46 } } }, "range": [ - 52976, - 53010 + 52065, + 52099 ], "loc": { "start": { - "line": 1844, + "line": 1819, "column": 12 }, "end": { - "line": 1844, + "line": 1819, "column": 46 } } @@ -94177,16 +92589,16 @@ "type": "Identifier", "name": "reL", "range": [ - 53024, - 53027 + 52113, + 52116 ], "loc": { "start": { - "line": 1845, + "line": 1820, "column": 12 }, "end": { - "line": 1845, + "line": 1820, "column": 15 } } @@ -94197,16 +92609,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53034, - 53040 + 52123, + 52129 ], "loc": { "start": { - "line": 1845, + "line": 1820, "column": 22 }, "end": { - "line": 1845, + "line": 1820, "column": 28 } } @@ -94218,16 +92630,16 @@ "object": { "type": "ThisExpression", "range": [ - 53041, - 53045 + 52130, + 52134 ], "loc": { "start": { - "line": 1845, + "line": 1820, "column": 29 }, "end": { - "line": 1845, + "line": 1820, "column": 33 } } @@ -94236,62 +92648,62 @@ "type": "Identifier", "name": "lwOperator", "range": [ - 53046, - 53056 + 52135, + 52145 ], "loc": { "start": { - "line": 1845, + "line": 1820, "column": 34 }, "end": { - "line": 1845, + "line": 1820, "column": 44 } } }, "range": [ - 53041, - 53056 + 52130, + 52145 ], "loc": { "start": { - "line": 1845, + "line": 1820, "column": 29 }, "end": { - "line": 1845, + "line": 1820, "column": 44 } } } ], "range": [ - 53030, - 53057 + 52119, + 52146 ], "loc": { "start": { - "line": 1845, + "line": 1820, "column": 18 }, "end": { - "line": 1845, + "line": 1820, "column": 45 } } }, "range": [ - 53024, - 53057 + 52113, + 52146 ], "loc": { "start": { - "line": 1845, + "line": 1820, "column": 12 }, "end": { - "line": 1845, + "line": 1820, "column": 45 } } @@ -94302,16 +92714,16 @@ "type": "Identifier", "name": "reG", "range": [ - 53071, - 53074 + 52160, + 52163 ], "loc": { "start": { - "line": 1846, + "line": 1821, "column": 12 }, "end": { - "line": 1846, + "line": 1821, "column": 15 } } @@ -94322,16 +92734,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53081, - 53087 + 52170, + 52176 ], "loc": { "start": { - "line": 1846, + "line": 1821, "column": 22 }, "end": { - "line": 1846, + "line": 1821, "column": 28 } } @@ -94343,16 +92755,16 @@ "object": { "type": "ThisExpression", "range": [ - 53088, - 53092 + 52177, + 52181 ], "loc": { "start": { - "line": 1846, + "line": 1821, "column": 29 }, "end": { - "line": 1846, + "line": 1821, "column": 33 } } @@ -94361,62 +92773,62 @@ "type": "Identifier", "name": "grOperator", "range": [ - 53093, - 53103 + 52182, + 52192 ], "loc": { "start": { - "line": 1846, + "line": 1821, "column": 34 }, "end": { - "line": 1846, + "line": 1821, "column": 44 } } }, "range": [ - 53088, - 53103 + 52177, + 52192 ], "loc": { "start": { - "line": 1846, + "line": 1821, "column": 29 }, "end": { - "line": 1846, + "line": 1821, "column": 44 } } } ], "range": [ - 53077, - 53104 + 52166, + 52193 ], "loc": { "start": { - "line": 1846, + "line": 1821, "column": 18 }, "end": { - "line": 1846, + "line": 1821, "column": 45 } } }, "range": [ - 53071, - 53104 + 52160, + 52193 ], "loc": { "start": { - "line": 1846, + "line": 1821, "column": 12 }, "end": { - "line": 1846, + "line": 1821, "column": 45 } } @@ -94427,16 +92839,16 @@ "type": "Identifier", "name": "reD", "range": [ - 53118, - 53121 + 52207, + 52210 ], "loc": { "start": { - "line": 1847, + "line": 1822, "column": 12 }, "end": { - "line": 1847, + "line": 1822, "column": 15 } } @@ -94447,16 +92859,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53128, - 53134 + 52217, + 52223 ], "loc": { "start": { - "line": 1847, + "line": 1822, "column": 22 }, "end": { - "line": 1847, + "line": 1822, "column": 28 } } @@ -94468,16 +92880,16 @@ "object": { "type": "ThisExpression", "range": [ - 53135, - 53139 + 52224, + 52228 ], "loc": { "start": { - "line": 1847, + "line": 1822, "column": 29 }, "end": { - "line": 1847, + "line": 1822, "column": 33 } } @@ -94486,62 +92898,62 @@ "type": "Identifier", "name": "dfOperator", "range": [ - 53140, - 53150 + 52229, + 52239 ], "loc": { "start": { - "line": 1847, + "line": 1822, "column": 34 }, "end": { - "line": 1847, + "line": 1822, "column": 44 } } }, "range": [ - 53135, - 53150 + 52224, + 52239 ], "loc": { "start": { - "line": 1847, + "line": 1822, "column": 29 }, "end": { - "line": 1847, + "line": 1822, "column": 44 } } } ], "range": [ - 53124, - 53151 + 52213, + 52240 ], "loc": { "start": { - "line": 1847, + "line": 1822, "column": 18 }, "end": { - "line": 1847, + "line": 1822, "column": 45 } } }, "range": [ - 53118, - 53151 + 52207, + 52240 ], "loc": { "start": { - "line": 1847, + "line": 1822, "column": 12 }, "end": { - "line": 1847, + "line": 1822, "column": 45 } } @@ -94552,16 +92964,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 53165, - 53169 + 52254, + 52258 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 12 }, "end": { - "line": 1848, + "line": 1823, "column": 16 } } @@ -94572,16 +92984,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53176, - 53182 + 52265, + 52271 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 23 }, "end": { - "line": 1848, + "line": 1823, "column": 29 } } @@ -94593,16 +93005,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 53183, - 53189 + 52272, + 52278 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 30 }, "end": { - "line": 1848, + "line": 1823, "column": 36 } } @@ -94614,16 +93026,16 @@ "object": { "type": "ThisExpression", "range": [ - 53190, - 53194 + 52279, + 52283 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 37 }, "end": { - "line": 1848, + "line": 1823, "column": 41 } } @@ -94632,78 +93044,78 @@ "type": "Identifier", "name": "lkOperator", "range": [ - 53195, - 53205 + 52284, + 52294 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 42 }, "end": { - "line": 1848, + "line": 1823, "column": 52 } } }, "range": [ - 53190, - 53205 + 52279, + 52294 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 37 }, "end": { - "line": 1848, + "line": 1823, "column": 52 } } } ], "range": [ - 53183, - 53206 + 52272, + 52295 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 30 }, "end": { - "line": 1848, + "line": 1823, "column": 53 } } } ], "range": [ - 53172, - 53207 + 52261, + 52296 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 19 }, "end": { - "line": 1848, + "line": 1823, "column": 54 } } }, "range": [ - 53165, - 53207 + 52254, + 52296 ], "loc": { "start": { - "line": 1848, + "line": 1823, "column": 12 }, "end": { - "line": 1848, + "line": 1823, "column": 54 } } @@ -94714,16 +93126,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 53221, - 53225 + 52310, + 52314 ], "loc": { "start": { - "line": 1849, + "line": 1824, "column": 12 }, "end": { - "line": 1849, + "line": 1824, "column": 16 } } @@ -94734,16 +93146,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53232, - 53238 + 52321, + 52327 ], "loc": { "start": { - "line": 1849, + "line": 1824, "column": 23 }, "end": { - "line": 1849, + "line": 1824, "column": 29 } } @@ -94755,16 +93167,16 @@ "object": { "type": "ThisExpression", "range": [ - 53239, - 53243 + 52328, + 52332 ], "loc": { "start": { - "line": 1849, + "line": 1824, "column": 30 }, "end": { - "line": 1849, + "line": 1824, "column": 34 } } @@ -94773,62 +93185,62 @@ "type": "Identifier", "name": "eqOperator", "range": [ - 53244, - 53254 + 52333, + 52343 ], "loc": { "start": { - "line": 1849, + "line": 1824, "column": 35 }, "end": { - "line": 1849, + "line": 1824, "column": 45 } } }, "range": [ - 53239, - 53254 + 52328, + 52343 ], "loc": { "start": { - "line": 1849, + "line": 1824, "column": 30 }, "end": { - "line": 1849, + "line": 1824, "column": 45 } } } ], "range": [ - 53228, - 53255 + 52317, + 52344 ], "loc": { "start": { - "line": 1849, + "line": 1824, "column": 19 }, "end": { - "line": 1849, + "line": 1824, "column": 46 } } }, "range": [ - 53221, - 53255 + 52310, + 52344 ], "loc": { "start": { - "line": 1849, + "line": 1824, "column": 12 }, "end": { - "line": 1849, + "line": 1824, "column": 46 } } @@ -94839,16 +93251,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 53269, - 53273 + 52358, + 52362 ], "loc": { "start": { - "line": 1850, + "line": 1825, "column": 12 }, "end": { - "line": 1850, + "line": 1825, "column": 16 } } @@ -94859,16 +93271,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53280, - 53286 + 52369, + 52375 ], "loc": { "start": { - "line": 1850, + "line": 1825, "column": 23 }, "end": { - "line": 1850, + "line": 1825, "column": 29 } } @@ -94880,16 +93292,16 @@ "object": { "type": "ThisExpression", "range": [ - 53287, - 53291 + 52376, + 52380 ], "loc": { "start": { - "line": 1850, + "line": 1825, "column": 30 }, "end": { - "line": 1850, + "line": 1825, "column": 34 } } @@ -94898,62 +93310,62 @@ "type": "Identifier", "name": "stOperator", "range": [ - 53292, - 53302 + 52381, + 52391 ], "loc": { "start": { - "line": 1850, + "line": 1825, "column": 35 }, "end": { - "line": 1850, + "line": 1825, "column": 45 } } }, "range": [ - 53287, - 53302 + 52376, + 52391 ], "loc": { "start": { - "line": 1850, + "line": 1825, "column": 30 }, "end": { - "line": 1850, + "line": 1825, "column": 45 } } } ], "range": [ - 53276, - 53303 + 52365, + 52392 ], "loc": { "start": { - "line": 1850, + "line": 1825, "column": 19 }, "end": { - "line": 1850, + "line": 1825, "column": 46 } } }, "range": [ - 53269, - 53303 + 52358, + 52392 ], "loc": { "start": { - "line": 1850, + "line": 1825, "column": 12 }, "end": { - "line": 1850, + "line": 1825, "column": 46 } } @@ -94964,16 +93376,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 53317, - 53321 + 52406, + 52410 ], "loc": { "start": { - "line": 1851, + "line": 1826, "column": 12 }, "end": { - "line": 1851, + "line": 1826, "column": 16 } } @@ -94984,16 +93396,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53328, - 53334 + 52417, + 52423 ], "loc": { "start": { - "line": 1851, + "line": 1826, "column": 23 }, "end": { - "line": 1851, + "line": 1826, "column": 29 } } @@ -95005,16 +93417,16 @@ "object": { "type": "ThisExpression", "range": [ - 53335, - 53339 + 52424, + 52428 ], "loc": { "start": { - "line": 1851, + "line": 1826, "column": 30 }, "end": { - "line": 1851, + "line": 1826, "column": 34 } } @@ -95023,62 +93435,62 @@ "type": "Identifier", "name": "enOperator", "range": [ - 53340, - 53350 + 52429, + 52439 ], "loc": { "start": { - "line": 1851, + "line": 1826, "column": 35 }, "end": { - "line": 1851, + "line": 1826, "column": 45 } } }, "range": [ - 53335, - 53350 + 52424, + 52439 ], "loc": { "start": { - "line": 1851, + "line": 1826, "column": 30 }, "end": { - "line": 1851, + "line": 1826, "column": 45 } } } ], "range": [ - 53324, - 53351 + 52413, + 52440 ], "loc": { "start": { - "line": 1851, + "line": 1826, "column": 19 }, "end": { - "line": 1851, + "line": 1826, "column": 46 } } }, "range": [ - 53317, - 53351 + 52406, + 52440 ], "loc": { "start": { - "line": 1851, + "line": 1826, "column": 12 }, "end": { - "line": 1851, + "line": 1826, "column": 46 } } @@ -95089,16 +93501,16 @@ "type": "Identifier", "name": "reEm", "range": [ - 53465, - 53469 + 52554, + 52558 ], "loc": { "start": { - "line": 1854, + "line": 1829, "column": 12 }, "end": { - "line": 1854, + "line": 1829, "column": 16 } } @@ -95109,16 +93521,16 @@ "object": { "type": "ThisExpression", "range": [ - 53472, - 53476 + 52561, + 52565 ], "loc": { "start": { - "line": 1854, + "line": 1829, "column": 19 }, "end": { - "line": 1854, + "line": 1829, "column": 23 } } @@ -95127,46 +93539,46 @@ "type": "Identifier", "name": "emOperator", "range": [ - 53477, - 53487 + 52566, + 52576 ], "loc": { "start": { - "line": 1854, + "line": 1829, "column": 24 }, "end": { - "line": 1854, + "line": 1829, "column": 34 } } }, "range": [ - 53472, - 53487 + 52561, + 52576 ], "loc": { "start": { - "line": 1854, + "line": 1829, "column": 19 }, "end": { - "line": 1854, + "line": 1829, "column": 34 } } }, "range": [ - 53465, - 53487 + 52554, + 52576 ], "loc": { "start": { - "line": 1854, + "line": 1829, "column": 12 }, "end": { - "line": 1854, + "line": 1829, "column": 34 } }, @@ -95175,16 +93587,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 53365, - 53404 + 52454, + 52493 ], "loc": { "start": { - "line": 1852, + "line": 1827, "column": 12 }, "end": { - "line": 1852, + "line": 1827, "column": 51 } } @@ -95193,16 +93605,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 53417, - 53452 + 52506, + 52541 ], "loc": { "start": { - "line": 1853, + "line": 1828, "column": 12 }, "end": { - "line": 1853, + "line": 1828, "column": 47 } } @@ -95215,16 +93627,16 @@ "type": "Identifier", "name": "reNm", "range": [ - 53501, - 53505 + 52590, + 52594 ], "loc": { "start": { - "line": 1855, + "line": 1830, "column": 12 }, "end": { - "line": 1855, + "line": 1830, "column": 16 } } @@ -95235,16 +93647,16 @@ "object": { "type": "ThisExpression", "range": [ - 53508, - 53512 + 52597, + 52601 ], "loc": { "start": { - "line": 1855, + "line": 1830, "column": 19 }, "end": { - "line": 1855, + "line": 1830, "column": 23 } } @@ -95253,46 +93665,46 @@ "type": "Identifier", "name": "nmOperator", "range": [ - 53513, - 53523 + 52602, + 52612 ], "loc": { "start": { - "line": 1855, + "line": 1830, "column": 24 }, "end": { - "line": 1855, + "line": 1830, "column": 34 } } }, "range": [ - 53508, - 53523 + 52597, + 52612 ], "loc": { "start": { - "line": 1855, + "line": 1830, "column": 19 }, "end": { - "line": 1855, + "line": 1830, "column": 34 } } }, "range": [ - 53501, - 53523 + 52590, + 52612 ], "loc": { "start": { - "line": 1855, + "line": 1830, "column": 12 }, "end": { - "line": 1855, + "line": 1830, "column": 34 } } @@ -95303,16 +93715,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 53537, - 53541 + 52626, + 52630 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 12 }, "end": { - "line": 1856, + "line": 1831, "column": 16 } } @@ -95323,16 +93735,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 53548, - 53554 + 52637, + 52643 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 23 }, "end": { - "line": 1856, + "line": 1831, "column": 29 } } @@ -95344,16 +93756,16 @@ "type": "Identifier", "name": "rgxEsc", "range": [ - 53555, - 53561 + 52644, + 52650 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 30 }, "end": { - "line": 1856, + "line": 1831, "column": 36 } } @@ -95365,16 +93777,16 @@ "object": { "type": "ThisExpression", "range": [ - 53562, - 53566 + 52651, + 52655 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 37 }, "end": { - "line": 1856, + "line": 1831, "column": 41 } } @@ -95383,78 +93795,78 @@ "type": "Identifier", "name": "rgxOperator", "range": [ - 53567, - 53578 + 52656, + 52667 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 42 }, "end": { - "line": 1856, + "line": 1831, "column": 53 } } }, "range": [ - 53562, - 53578 + 52651, + 52667 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 37 }, "end": { - "line": 1856, + "line": 1831, "column": 53 } } } ], "range": [ - 53555, - 53579 + 52644, + 52668 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 30 }, "end": { - "line": 1856, + "line": 1831, "column": 54 } } } ], "range": [ - 53544, - 53580 + 52633, + 52669 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 19 }, "end": { - "line": 1856, + "line": 1831, "column": 55 } } }, "range": [ - 53537, - 53580 + 52626, + 52669 ], "loc": { "start": { - "line": 1856, + "line": 1831, "column": 12 }, "end": { - "line": 1856, + "line": 1831, "column": 55 } } @@ -95462,16 +93874,16 @@ ], "kind": "let", "range": [ - 52924, - 53581 + 52013, + 52670 ], "loc": { "start": { - "line": 1843, + "line": 1818, "column": 8 }, "end": { - "line": 1856, + "line": 1831, "column": 56 } } @@ -95485,16 +93897,16 @@ "type": "Identifier", "name": "term", "range": [ - 53591, - 53595 + 52680, + 52684 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 8 }, "end": { - "line": 1858, + "line": 1833, "column": 12 } } @@ -95505,16 +93917,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 53598, - 53607 + 52687, + 52696 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 15 }, "end": { - "line": 1858, + "line": 1833, "column": 24 } } @@ -95524,16 +93936,16 @@ "type": "Identifier", "name": "term", "range": [ - 53608, - 53612 + 52697, + 52701 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 25 }, "end": { - "line": 1858, + "line": 1833, "column": 29 } } @@ -95544,16 +93956,16 @@ "object": { "type": "ThisExpression", "range": [ - 53614, - 53618 + 52703, + 52707 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 31 }, "end": { - "line": 1858, + "line": 1833, "column": 35 } } @@ -95562,77 +93974,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 53619, - 53632 + 52708, + 52721 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 36 }, "end": { - "line": 1858, + "line": 1833, "column": 49 } } }, "range": [ - 53614, - 53632 + 52703, + 52721 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 31 }, "end": { - "line": 1858, + "line": 1833, "column": 49 } } } ], "range": [ - 53598, - 53633 + 52687, + 52722 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 15 }, "end": { - "line": 1858, + "line": 1833, "column": 50 } } }, "range": [ - 53591, - 53633 + 52680, + 52722 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 8 }, "end": { - "line": 1858, + "line": 1833, "column": 50 } } }, "range": [ - 53591, - 53634 + 52680, + 52723 ], "loc": { "start": { - "line": 1858, + "line": 1833, "column": 8 }, "end": { - "line": 1858, + "line": 1833, "column": 51 } } @@ -95646,16 +94058,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 53648, - 53657 + 52737, + 52746 ], "loc": { "start": { - "line": 1860, + "line": 1835, "column": 12 }, "end": { - "line": 1860, + "line": 1835, "column": 21 } } @@ -95665,31 +94077,31 @@ "value": false, "raw": "false", "range": [ - 53660, - 53665 + 52749, + 52754 ], "loc": { "start": { - "line": 1860, + "line": 1835, "column": 24 }, "end": { - "line": 1860, + "line": 1835, "column": 29 } } }, "range": [ - 53648, - 53665 + 52737, + 52754 ], "loc": { "start": { - "line": 1860, + "line": 1835, "column": 12 }, "end": { - "line": 1860, + "line": 1835, "column": 29 } } @@ -95697,16 +94109,16 @@ ], "kind": "let", "range": [ - 53644, - 53666 + 52733, + 52755 ], "loc": { "start": { - "line": 1860, + "line": 1835, "column": 8 }, "end": { - "line": 1860, + "line": 1835, "column": 30 } }, @@ -95715,16 +94127,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 53676, - 53703 + 52765, + 52792 ], "loc": { "start": { - "line": 1862, + "line": 1837, "column": 8 }, "end": { - "line": 1862, + "line": 1837, "column": 35 } } @@ -95740,16 +94152,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 53716, - 53721 + 52805, + 52810 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 12 }, "end": { - "line": 1863, + "line": 1838, "column": 17 } } @@ -95763,16 +94175,16 @@ "type": "Identifier", "name": "reL", "range": [ - 53724, - 53727 + 52813, + 52816 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 20 }, "end": { - "line": 1863, + "line": 1838, "column": 23 } } @@ -95781,31 +94193,31 @@ "type": "Identifier", "name": "test", "range": [ - 53728, - 53732 + 52817, + 52821 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 24 }, "end": { - "line": 1863, + "line": 1838, "column": 28 } } }, "range": [ - 53724, - 53732 + 52813, + 52821 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 20 }, "end": { - "line": 1863, + "line": 1838, "column": 28 } } @@ -95815,47 +94227,47 @@ "type": "Identifier", "name": "term", "range": [ - 53733, - 53737 + 52822, + 52826 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 29 }, "end": { - "line": 1863, + "line": 1838, "column": 33 } } } ], "range": [ - 53724, - 53738 + 52813, + 52827 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 20 }, "end": { - "line": 1863, + "line": 1838, "column": 34 } } }, "range": [ - 53716, - 53738 + 52805, + 52827 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 12 }, "end": { - "line": 1863, + "line": 1838, "column": 34 } } @@ -95866,16 +94278,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 53752, - 53757 + 52841, + 52846 ], "loc": { "start": { - "line": 1864, + "line": 1839, "column": 12 }, "end": { - "line": 1864, + "line": 1839, "column": 17 } } @@ -95889,16 +94301,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 53760, - 53764 + 52849, + 52853 ], "loc": { "start": { - "line": 1864, + "line": 1839, "column": 20 }, "end": { - "line": 1864, + "line": 1839, "column": 24 } } @@ -95907,31 +94319,31 @@ "type": "Identifier", "name": "test", "range": [ - 53765, - 53769 + 52854, + 52858 ], "loc": { "start": { - "line": 1864, + "line": 1839, "column": 25 }, "end": { - "line": 1864, + "line": 1839, "column": 29 } } }, "range": [ - 53760, - 53769 + 52849, + 52858 ], "loc": { "start": { - "line": 1864, + "line": 1839, "column": 20 }, "end": { - "line": 1864, + "line": 1839, "column": 29 } } @@ -95941,47 +94353,47 @@ "type": "Identifier", "name": "term", "range": [ - 53770, - 53774 + 52859, + 52863 ], "loc": { "start": { - "line": 1864, + "line": 1839, "column": 30 }, "end": { - "line": 1864, + "line": 1839, "column": 34 } } } ], "range": [ - 53760, - 53775 + 52849, + 52864 ], "loc": { "start": { - "line": 1864, + "line": 1839, "column": 20 }, "end": { - "line": 1864, + "line": 1839, "column": 35 } } }, "range": [ - 53752, - 53775 + 52841, + 52864 ], "loc": { "start": { - "line": 1864, + "line": 1839, "column": 12 }, "end": { - "line": 1864, + "line": 1839, "column": 35 } } @@ -95992,16 +94404,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 53789, - 53794 + 52878, + 52883 ], "loc": { "start": { - "line": 1865, + "line": 1840, "column": 12 }, "end": { - "line": 1865, + "line": 1840, "column": 17 } } @@ -96015,16 +94427,16 @@ "type": "Identifier", "name": "reG", "range": [ - 53797, - 53800 + 52886, + 52889 ], "loc": { "start": { - "line": 1865, + "line": 1840, "column": 20 }, "end": { - "line": 1865, + "line": 1840, "column": 23 } } @@ -96033,31 +94445,31 @@ "type": "Identifier", "name": "test", "range": [ - 53801, - 53805 + 52890, + 52894 ], "loc": { "start": { - "line": 1865, + "line": 1840, "column": 24 }, "end": { - "line": 1865, + "line": 1840, "column": 28 } } }, "range": [ - 53797, - 53805 + 52886, + 52894 ], "loc": { "start": { - "line": 1865, + "line": 1840, "column": 20 }, "end": { - "line": 1865, + "line": 1840, "column": 28 } } @@ -96067,47 +94479,47 @@ "type": "Identifier", "name": "term", "range": [ - 53806, - 53810 + 52895, + 52899 ], "loc": { "start": { - "line": 1865, + "line": 1840, "column": 29 }, "end": { - "line": 1865, + "line": 1840, "column": 33 } } } ], "range": [ - 53797, - 53811 + 52886, + 52900 ], "loc": { "start": { - "line": 1865, + "line": 1840, "column": 20 }, "end": { - "line": 1865, + "line": 1840, "column": 34 } } }, "range": [ - 53789, - 53811 + 52878, + 52900 ], "loc": { "start": { - "line": 1865, + "line": 1840, "column": 12 }, "end": { - "line": 1865, + "line": 1840, "column": 34 } } @@ -96118,16 +94530,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 53825, - 53830 + 52914, + 52919 ], "loc": { "start": { - "line": 1866, + "line": 1841, "column": 12 }, "end": { - "line": 1866, + "line": 1841, "column": 17 } } @@ -96141,16 +94553,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 53833, - 53837 + 52922, + 52926 ], "loc": { "start": { - "line": 1866, + "line": 1841, "column": 20 }, "end": { - "line": 1866, + "line": 1841, "column": 24 } } @@ -96159,31 +94571,31 @@ "type": "Identifier", "name": "test", "range": [ - 53838, - 53842 + 52927, + 52931 ], "loc": { "start": { - "line": 1866, + "line": 1841, "column": 25 }, "end": { - "line": 1866, + "line": 1841, "column": 29 } } }, "range": [ - 53833, - 53842 + 52922, + 52931 ], "loc": { "start": { - "line": 1866, + "line": 1841, "column": 20 }, "end": { - "line": 1866, + "line": 1841, "column": 29 } } @@ -96193,47 +94605,47 @@ "type": "Identifier", "name": "term", "range": [ - 53843, - 53847 + 52932, + 52936 ], "loc": { "start": { - "line": 1866, + "line": 1841, "column": 30 }, "end": { - "line": 1866, + "line": 1841, "column": 34 } } } ], "range": [ - 53833, - 53848 + 52922, + 52937 ], "loc": { "start": { - "line": 1866, + "line": 1841, "column": 20 }, "end": { - "line": 1866, + "line": 1841, "column": 35 } } }, "range": [ - 53825, - 53848 + 52914, + 52937 ], "loc": { "start": { - "line": 1866, + "line": 1841, "column": 12 }, "end": { - "line": 1866, + "line": 1841, "column": 35 } } @@ -96244,16 +94656,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 53862, - 53867 + 52951, + 52956 ], "loc": { "start": { - "line": 1867, + "line": 1842, "column": 12 }, "end": { - "line": 1867, + "line": 1842, "column": 17 } } @@ -96267,16 +94679,16 @@ "type": "Identifier", "name": "reD", "range": [ - 53870, - 53873 + 52959, + 52962 ], "loc": { "start": { - "line": 1867, + "line": 1842, "column": 20 }, "end": { - "line": 1867, + "line": 1842, "column": 23 } } @@ -96285,31 +94697,31 @@ "type": "Identifier", "name": "test", "range": [ - 53874, - 53878 + 52963, + 52967 ], "loc": { "start": { - "line": 1867, + "line": 1842, "column": 24 }, "end": { - "line": 1867, + "line": 1842, "column": 28 } } }, "range": [ - 53870, - 53878 + 52959, + 52967 ], "loc": { "start": { - "line": 1867, + "line": 1842, "column": 20 }, "end": { - "line": 1867, + "line": 1842, "column": 28 } } @@ -96319,47 +94731,47 @@ "type": "Identifier", "name": "term", "range": [ - 53879, - 53883 + 52968, + 52972 ], "loc": { "start": { - "line": 1867, + "line": 1842, "column": 29 }, "end": { - "line": 1867, + "line": 1842, "column": 33 } } } ], "range": [ - 53870, - 53884 + 52959, + 52973 ], "loc": { "start": { - "line": 1867, + "line": 1842, "column": 20 }, "end": { - "line": 1867, + "line": 1842, "column": 34 } } }, "range": [ - 53862, - 53884 + 52951, + 52973 ], "loc": { "start": { - "line": 1867, + "line": 1842, "column": 12 }, "end": { - "line": 1867, + "line": 1842, "column": 34 } } @@ -96370,16 +94782,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 53898, - 53903 + 52987, + 52992 ], "loc": { "start": { - "line": 1868, + "line": 1843, "column": 12 }, "end": { - "line": 1868, + "line": 1843, "column": 17 } } @@ -96393,16 +94805,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 53906, - 53910 + 52995, + 52999 ], "loc": { "start": { - "line": 1868, + "line": 1843, "column": 20 }, "end": { - "line": 1868, + "line": 1843, "column": 24 } } @@ -96411,31 +94823,31 @@ "type": "Identifier", "name": "test", "range": [ - 53911, - 53915 + 53000, + 53004 ], "loc": { "start": { - "line": 1868, + "line": 1843, "column": 25 }, "end": { - "line": 1868, + "line": 1843, "column": 29 } } }, "range": [ - 53906, - 53915 + 52995, + 53004 ], "loc": { "start": { - "line": 1868, + "line": 1843, "column": 20 }, "end": { - "line": 1868, + "line": 1843, "column": 29 } } @@ -96445,47 +94857,47 @@ "type": "Identifier", "name": "term", "range": [ - 53916, - 53920 + 53005, + 53009 ], "loc": { "start": { - "line": 1868, + "line": 1843, "column": 30 }, "end": { - "line": 1868, + "line": 1843, "column": 34 } } } ], "range": [ - 53906, - 53921 + 52995, + 53010 ], "loc": { "start": { - "line": 1868, + "line": 1843, "column": 20 }, "end": { - "line": 1868, + "line": 1843, "column": 35 } } }, "range": [ - 53898, - 53921 + 52987, + 53010 ], "loc": { "start": { - "line": 1868, + "line": 1843, "column": 12 }, "end": { - "line": 1868, + "line": 1843, "column": 35 } } @@ -96496,16 +94908,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 53935, - 53940 + 53024, + 53029 ], "loc": { "start": { - "line": 1869, + "line": 1844, "column": 12 }, "end": { - "line": 1869, + "line": 1844, "column": 17 } } @@ -96519,16 +94931,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 53943, - 53947 + 53032, + 53036 ], "loc": { "start": { - "line": 1869, + "line": 1844, "column": 20 }, "end": { - "line": 1869, + "line": 1844, "column": 24 } } @@ -96537,31 +94949,31 @@ "type": "Identifier", "name": "test", "range": [ - 53948, - 53952 + 53037, + 53041 ], "loc": { "start": { - "line": 1869, + "line": 1844, "column": 25 }, "end": { - "line": 1869, + "line": 1844, "column": 29 } } }, "range": [ - 53943, - 53952 + 53032, + 53041 ], "loc": { "start": { - "line": 1869, + "line": 1844, "column": 20 }, "end": { - "line": 1869, + "line": 1844, "column": 29 } } @@ -96571,47 +94983,47 @@ "type": "Identifier", "name": "term", "range": [ - 53953, - 53957 + 53042, + 53046 ], "loc": { "start": { - "line": 1869, + "line": 1844, "column": 30 }, "end": { - "line": 1869, + "line": 1844, "column": 34 } } } ], "range": [ - 53943, - 53958 + 53032, + 53047 ], "loc": { "start": { - "line": 1869, + "line": 1844, "column": 20 }, "end": { - "line": 1869, + "line": 1844, "column": 35 } } }, "range": [ - 53935, - 53958 + 53024, + 53047 ], "loc": { "start": { - "line": 1869, + "line": 1844, "column": 12 }, "end": { - "line": 1869, + "line": 1844, "column": 35 } } @@ -96622,16 +95034,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 54015, - 54020 + 53104, + 53109 ], "loc": { "start": { - "line": 1871, + "line": 1846, "column": 12 }, "end": { - "line": 1871, + "line": 1846, "column": 17 } } @@ -96645,16 +95057,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 54023, - 54027 + 53112, + 53116 ], "loc": { "start": { - "line": 1871, + "line": 1846, "column": 20 }, "end": { - "line": 1871, + "line": 1846, "column": 24 } } @@ -96663,31 +95075,31 @@ "type": "Identifier", "name": "test", "range": [ - 54028, - 54032 + 53117, + 53121 ], "loc": { "start": { - "line": 1871, + "line": 1846, "column": 25 }, "end": { - "line": 1871, + "line": 1846, "column": 29 } } }, "range": [ - 54023, - 54032 + 53112, + 53121 ], "loc": { "start": { - "line": 1871, + "line": 1846, "column": 20 }, "end": { - "line": 1871, + "line": 1846, "column": 29 } } @@ -96697,47 +95109,47 @@ "type": "Identifier", "name": "term", "range": [ - 54033, - 54037 + 53122, + 53126 ], "loc": { "start": { - "line": 1871, + "line": 1846, "column": 30 }, "end": { - "line": 1871, + "line": 1846, "column": 34 } } } ], "range": [ - 54023, - 54038 + 53112, + 53127 ], "loc": { "start": { - "line": 1871, + "line": 1846, "column": 20 }, "end": { - "line": 1871, + "line": 1846, "column": 35 } } }, "range": [ - 54015, - 54038 + 53104, + 53127 ], "loc": { "start": { - "line": 1871, + "line": 1846, "column": 12 }, "end": { - "line": 1871, + "line": 1846, "column": 35 } }, @@ -96746,16 +95158,16 @@ "type": "Line", "value": " hatermN = re_an.test(term),", "range": [ - 53972, - 54002 + 53061, + 53091 ], "loc": { "start": { - "line": 1870, + "line": 1845, "column": 12 }, "end": { - "line": 1870, + "line": 1845, "column": 42 } } @@ -96768,16 +95180,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 54052, - 54057 + 53141, + 53146 ], "loc": { "start": { - "line": 1872, + "line": 1847, "column": 12 }, "end": { - "line": 1872, + "line": 1847, "column": 17 } } @@ -96791,16 +95203,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 54060, - 54064 + 53149, + 53153 ], "loc": { "start": { - "line": 1872, + "line": 1847, "column": 20 }, "end": { - "line": 1872, + "line": 1847, "column": 24 } } @@ -96809,31 +95221,31 @@ "type": "Identifier", "name": "test", "range": [ - 54065, - 54069 + 53154, + 53158 ], "loc": { "start": { - "line": 1872, + "line": 1847, "column": 25 }, "end": { - "line": 1872, + "line": 1847, "column": 29 } } }, "range": [ - 54060, - 54069 + 53149, + 53158 ], "loc": { "start": { - "line": 1872, + "line": 1847, "column": 20 }, "end": { - "line": 1872, + "line": 1847, "column": 29 } } @@ -96843,47 +95255,47 @@ "type": "Identifier", "name": "term", "range": [ - 54070, - 54074 + 53159, + 53163 ], "loc": { "start": { - "line": 1872, + "line": 1847, "column": 30 }, "end": { - "line": 1872, + "line": 1847, "column": 34 } } } ], "range": [ - 54060, - 54075 + 53149, + 53164 ], "loc": { "start": { - "line": 1872, + "line": 1847, "column": 20 }, "end": { - "line": 1872, + "line": 1847, "column": 35 } } }, "range": [ - 54052, - 54075 + 53141, + 53164 ], "loc": { "start": { - "line": 1872, + "line": 1847, "column": 12 }, "end": { - "line": 1872, + "line": 1847, "column": 35 } } @@ -96894,16 +95306,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 54089, - 54094 + 53178, + 53183 ], "loc": { "start": { - "line": 1873, + "line": 1848, "column": 12 }, "end": { - "line": 1873, + "line": 1848, "column": 17 } } @@ -96915,16 +95327,16 @@ "type": "Identifier", "name": "reEm", "range": [ - 54098, - 54102 + 53187, + 53191 ], "loc": { "start": { - "line": 1873, + "line": 1848, "column": 21 }, "end": { - "line": 1873, + "line": 1848, "column": 25 } } @@ -96933,46 +95345,46 @@ "type": "Identifier", "name": "term", "range": [ - 54107, - 54111 + 53196, + 53200 ], "loc": { "start": { - "line": 1873, + "line": 1848, "column": 30 }, "end": { - "line": 1873, + "line": 1848, "column": 34 } } }, "range": [ - 54098, - 54111 + 53187, + 53200 ], "loc": { "start": { - "line": 1873, + "line": 1848, "column": 21 }, "end": { - "line": 1873, + "line": 1848, "column": 34 } } }, "range": [ - 54089, - 54112 + 53178, + 53201 ], "loc": { "start": { - "line": 1873, + "line": 1848, "column": 12 }, "end": { - "line": 1873, + "line": 1848, "column": 35 } } @@ -96983,16 +95395,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 54126, - 54131 + 53215, + 53220 ], "loc": { "start": { - "line": 1874, + "line": 1849, "column": 12 }, "end": { - "line": 1874, + "line": 1849, "column": 17 } } @@ -97004,16 +95416,16 @@ "type": "Identifier", "name": "reNm", "range": [ - 54135, - 54139 + 53224, + 53228 ], "loc": { "start": { - "line": 1874, + "line": 1849, "column": 21 }, "end": { - "line": 1874, + "line": 1849, "column": 25 } } @@ -97022,46 +95434,46 @@ "type": "Identifier", "name": "term", "range": [ - 54144, - 54148 + 53233, + 53237 ], "loc": { "start": { - "line": 1874, + "line": 1849, "column": 30 }, "end": { - "line": 1874, + "line": 1849, "column": 34 } } }, "range": [ - 54135, - 54148 + 53224, + 53237 ], "loc": { "start": { - "line": 1874, + "line": 1849, "column": 21 }, "end": { - "line": 1874, + "line": 1849, "column": 34 } } }, "range": [ - 54126, - 54149 + 53215, + 53238 ], "loc": { "start": { - "line": 1874, + "line": 1849, "column": 12 }, "end": { - "line": 1874, + "line": 1849, "column": 35 } } @@ -97072,16 +95484,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 54163, - 54168 + 53252, + 53257 ], "loc": { "start": { - "line": 1875, + "line": 1850, "column": 12 }, "end": { - "line": 1875, + "line": 1850, "column": 17 } } @@ -97095,16 +95507,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 54171, - 54175 + 53260, + 53264 ], "loc": { "start": { - "line": 1875, + "line": 1850, "column": 20 }, "end": { - "line": 1875, + "line": 1850, "column": 24 } } @@ -97113,31 +95525,31 @@ "type": "Identifier", "name": "test", "range": [ - 54176, - 54180 + 53265, + 53269 ], "loc": { "start": { - "line": 1875, + "line": 1850, "column": 25 }, "end": { - "line": 1875, + "line": 1850, "column": 29 } } }, "range": [ - 54171, - 54180 + 53260, + 53269 ], "loc": { "start": { - "line": 1875, + "line": 1850, "column": 20 }, "end": { - "line": 1875, + "line": 1850, "column": 29 } } @@ -97147,47 +95559,47 @@ "type": "Identifier", "name": "term", "range": [ - 54181, - 54185 + 53270, + 53274 ], "loc": { "start": { - "line": 1875, + "line": 1850, "column": 30 }, "end": { - "line": 1875, + "line": 1850, "column": 34 } } } ], "range": [ - 54171, - 54186 + 53260, + 53275 ], "loc": { "start": { - "line": 1875, + "line": 1850, "column": 20 }, "end": { - "line": 1875, + "line": 1850, "column": 35 } } }, "range": [ - 54163, - 54186 + 53252, + 53275 ], "loc": { "start": { - "line": 1875, + "line": 1850, "column": 12 }, "end": { - "line": 1875, + "line": 1850, "column": 35 } } @@ -97195,16 +95607,16 @@ ], "kind": "let", "range": [ - 53712, - 54187 + 52801, + 53276 ], "loc": { "start": { - "line": 1863, + "line": 1838, "column": 8 }, "end": { - "line": 1875, + "line": 1850, "column": 36 } }, @@ -97213,16 +95625,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 53676, - 53703 + 52765, + 52792 ], "loc": { "start": { - "line": 1862, + "line": 1837, "column": 8 }, "end": { - "line": 1862, + "line": 1837, "column": 35 } } @@ -97233,16 +95645,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 54197, - 54236 + 53286, + 53325 ], "loc": { "start": { - "line": 1877, + "line": 1852, "column": 8 }, "end": { - "line": 1877, + "line": 1852, "column": 47 } } @@ -97259,16 +95671,16 @@ "object": { "type": "ThisExpression", "range": [ - 54249, - 54253 + 53338, + 53342 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 12 }, "end": { - "line": 1878, + "line": 1853, "column": 16 } } @@ -97277,31 +95689,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 54254, - 54261 + 53343, + 53350 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 17 }, "end": { - "line": 1878, + "line": 1853, "column": 24 } } }, "range": [ - 54249, - 54261 + 53338, + 53350 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 12 }, "end": { - "line": 1878, + "line": 1853, "column": 24 } } @@ -97311,16 +95723,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 54262, - 54268 + 53351, + 53357 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 25 }, "end": { - "line": 1878, + "line": 1853, "column": 31 } } @@ -97332,48 +95744,48 @@ "type": "Identifier", "name": "DATE", "range": [ - 54271, - 54275 + 53360, + 53364 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 34 }, "end": { - "line": 1878, + "line": 1853, "column": 38 } } } ], "range": [ - 54270, - 54276 + 53359, + 53365 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 33 }, "end": { - "line": 1878, + "line": 1853, "column": 39 } } } ], "range": [ - 54249, - 54277 + 53338, + 53366 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 12 }, "end": { - "line": 1878, + "line": 1853, "column": 40 } } @@ -97390,32 +95802,32 @@ "type": "Identifier", "name": "dte1", "range": [ - 54297, - 54301 + 53386, + 53390 ], "loc": { "start": { - "line": 1879, + "line": 1854, "column": 16 }, "end": { - "line": 1879, + "line": 1854, "column": 20 } } }, "init": null, "range": [ - 54297, - 54301 + 53386, + 53390 ], "loc": { "start": { - "line": 1879, + "line": 1854, "column": 16 }, "end": { - "line": 1879, + "line": 1854, "column": 20 } } @@ -97426,32 +95838,32 @@ "type": "Identifier", "name": "dte2", "range": [ - 54303, - 54307 + 53392, + 53396 ], "loc": { "start": { - "line": 1879, + "line": 1854, "column": 22 }, "end": { - "line": 1879, + "line": 1854, "column": 26 } } }, "init": null, "range": [ - 54303, - 54307 + 53392, + 53396 ], "loc": { "start": { - "line": 1879, + "line": 1854, "column": 22 }, "end": { - "line": 1879, + "line": 1854, "column": 26 } } @@ -97459,16 +95871,16 @@ ], "kind": "let", "range": [ - 54293, - 54308 + 53382, + 53397 ], "loc": { "start": { - "line": 1879, + "line": 1854, "column": 12 }, "end": { - "line": 1879, + "line": 1854, "column": 27 } } @@ -97482,16 +95894,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54326, - 54334 + 53415, + 53423 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 16 }, "end": { - "line": 1881, + "line": 1856, "column": 24 } } @@ -97505,16 +95917,16 @@ "object": { "type": "ThisExpression", "range": [ - 54337, - 54341 + 53426, + 53430 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 27 }, "end": { - "line": 1881, + "line": 1856, "column": 31 } } @@ -97523,31 +95935,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 54342, - 54345 + 53431, + 53434 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 32 }, "end": { - "line": 1881, + "line": 1856, "column": 35 } } }, "range": [ - 54337, - 54345 + 53426, + 53434 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 27 }, "end": { - "line": 1881, + "line": 1856, "column": 35 } } @@ -97556,46 +95968,46 @@ "type": "Identifier", "name": "dateType", "range": [ - 54346, - 54354 + 53435, + 53443 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 36 }, "end": { - "line": 1881, + "line": 1856, "column": 44 } } }, "range": [ - 54337, - 54354 + 53426, + 53443 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 27 }, "end": { - "line": 1881, + "line": 1856, "column": 44 } } }, "range": [ - 54326, - 54354 + 53415, + 53443 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 16 }, "end": { - "line": 1881, + "line": 1856, "column": 44 } } @@ -97603,16 +96015,16 @@ ], "kind": "let", "range": [ - 54322, - 54355 + 53411, + 53444 ], "loc": { "start": { - "line": 1881, + "line": 1856, "column": 12 }, "end": { - "line": 1881, + "line": 1856, "column": 45 } } @@ -97626,16 +96038,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54372, - 54383 + 53461, + 53472 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 16 }, "end": { - "line": 1882, + "line": 1857, "column": 27 } } @@ -97652,16 +96064,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54386, - 54394 + 53475, + 53483 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 30 }, "end": { - "line": 1882, + "line": 1857, "column": 38 } } @@ -97670,31 +96082,31 @@ "type": "Identifier", "name": "isValid", "range": [ - 54395, - 54402 + 53484, + 53491 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 39 }, "end": { - "line": 1882, + "line": 1857, "column": 46 } } }, "range": [ - 54386, - 54402 + 53475, + 53491 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 30 }, "end": { - "line": 1882, + "line": 1857, "column": 46 } } @@ -97703,31 +96115,31 @@ "type": "Identifier", "name": "bind", "range": [ - 54403, - 54407 + 53492, + 53496 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 47 }, "end": { - "line": 1882, + "line": 1857, "column": 51 } } }, "range": [ - 54386, - 54407 + 53475, + 53496 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 30 }, "end": { - "line": 1882, + "line": 1857, "column": 51 } } @@ -97737,47 +96149,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 54408, - 54416 + 53497, + 53505 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 52 }, "end": { - "line": 1882, + "line": 1857, "column": 60 } } } ], "range": [ - 54386, - 54417 + 53475, + 53506 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 30 }, "end": { - "line": 1882, + "line": 1857, "column": 61 } } }, "range": [ - 54372, - 54417 + 53461, + 53506 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 16 }, "end": { - "line": 1882, + "line": 1857, "column": 61 } } @@ -97785,16 +96197,16 @@ ], "kind": "let", "range": [ - 54368, - 54418 + 53457, + 53507 ], "loc": { "start": { - "line": 1882, + "line": 1857, "column": 12 }, "end": { - "line": 1882, + "line": 1857, "column": 62 } } @@ -97808,16 +96220,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 54435, - 54444 + 53524, + 53533 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 16 }, "end": { - "line": 1883, + "line": 1858, "column": 25 } } @@ -97834,16 +96246,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54447, - 54455 + 53536, + 53544 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 28 }, "end": { - "line": 1883, + "line": 1858, "column": 36 } } @@ -97852,31 +96264,31 @@ "type": "Identifier", "name": "parse", "range": [ - 54456, - 54461 + 53545, + 53550 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 37 }, "end": { - "line": 1883, + "line": 1858, "column": 42 } } }, "range": [ - 54447, - 54461 + 53536, + 53550 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 28 }, "end": { - "line": 1883, + "line": 1858, "column": 42 } } @@ -97885,31 +96297,31 @@ "type": "Identifier", "name": "bind", "range": [ - 54462, - 54466 + 53551, + 53555 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 43 }, "end": { - "line": 1883, + "line": 1858, "column": 47 } } }, "range": [ - 54447, - 54466 + 53536, + 53555 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 28 }, "end": { - "line": 1883, + "line": 1858, "column": 47 } } @@ -97919,47 +96331,47 @@ "type": "Identifier", "name": "dateType", "range": [ - 54467, - 54475 + 53556, + 53564 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 48 }, "end": { - "line": 1883, + "line": 1858, "column": 56 } } } ], "range": [ - 54447, - 54476 + 53536, + 53565 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 28 }, "end": { - "line": 1883, + "line": 1858, "column": 57 } } }, "range": [ - 54435, - 54476 + 53524, + 53565 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 16 }, "end": { - "line": 1883, + "line": 1858, "column": 57 } } @@ -97967,16 +96379,16 @@ ], "kind": "let", "range": [ - 54431, - 54477 + 53520, + 53566 ], "loc": { "start": { - "line": 1883, + "line": 1858, "column": 12 }, "end": { - "line": 1883, + "line": 1858, "column": 58 } } @@ -97990,16 +96402,16 @@ "type": "Identifier", "name": "locale", "range": [ - 54494, - 54500 + 53583, + 53589 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 16 }, "end": { - "line": 1884, + "line": 1859, "column": 22 } } @@ -98019,16 +96431,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 54503, - 54511 + 53592, + 53600 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 25 }, "end": { - "line": 1884, + "line": 1859, "column": 33 } } @@ -98037,31 +96449,31 @@ "type": "Identifier", "name": "getOptions", "range": [ - 54512, - 54522 + 53601, + 53611 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 34 }, "end": { - "line": 1884, + "line": 1859, "column": 44 } } }, "range": [ - 54503, - 54522 + 53592, + 53611 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 25 }, "end": { - "line": 1884, + "line": 1859, "column": 44 } } @@ -98071,32 +96483,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 54523, - 54529 + 53612, + 53618 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 45 }, "end": { - "line": 1884, + "line": 1859, "column": 51 } } } ], "range": [ - 54503, - 54530 + 53592, + 53619 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 25 }, "end": { - "line": 1884, + "line": 1859, "column": 52 } } @@ -98105,31 +96517,31 @@ "type": "Identifier", "name": "locale", "range": [ - 54531, - 54537 + 53620, + 53626 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 53 }, "end": { - "line": 1884, + "line": 1859, "column": 59 } } }, "range": [ - 54503, - 54537 + 53592, + 53626 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 25 }, "end": { - "line": 1884, + "line": 1859, "column": 59 } } @@ -98140,16 +96552,16 @@ "object": { "type": "ThisExpression", "range": [ - 54541, - 54545 + 53630, + 53634 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 63 }, "end": { - "line": 1884, + "line": 1859, "column": 67 } } @@ -98158,61 +96570,61 @@ "type": "Identifier", "name": "locale", "range": [ - 54546, - 54552 + 53635, + 53641 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 68 }, "end": { - "line": 1884, + "line": 1859, "column": 74 } } }, "range": [ - 54541, - 54552 + 53630, + 53641 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 63 }, "end": { - "line": 1884, + "line": 1859, "column": 74 } } }, "range": [ - 54503, - 54552 + 53592, + 53641 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 25 }, "end": { - "line": 1884, + "line": 1859, "column": 74 } } }, "range": [ - 54494, - 54552 + 53583, + 53641 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 16 }, "end": { - "line": 1884, + "line": 1859, "column": 74 } } @@ -98220,16 +96632,16 @@ ], "kind": "let", "range": [ - 54490, - 54553 + 53579, + 53642 ], "loc": { "start": { - "line": 1884, + "line": 1859, "column": 12 }, "end": { - "line": 1884, + "line": 1859, "column": 75 } }, @@ -98238,16 +96650,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 54567, - 54592 + 53656, + 53681 ], "loc": { "start": { - "line": 1886, + "line": 1861, "column": 12 }, "end": { - "line": 1886, + "line": 1861, "column": 37 } } @@ -98263,16 +96675,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 54609, - 54616 + 53698, + 53705 ], "loc": { "start": { - "line": 1887, + "line": 1862, "column": 16 }, "end": { - "line": 1887, + "line": 1862, "column": 23 } } @@ -98284,16 +96696,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 54619, - 54624 + 53708, + 53713 ], "loc": { "start": { - "line": 1887, + "line": 1862, "column": 26 }, "end": { - "line": 1887, + "line": 1862, "column": 31 } } @@ -98304,16 +96716,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54644, - 54655 + 53733, + 53744 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 16 }, "end": { - "line": 1888, + "line": 1863, "column": 27 } } @@ -98328,16 +96740,16 @@ "type": "Identifier", "name": "term", "range": [ - 54656, - 54660 + 53745, + 53749 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 28 }, "end": { - "line": 1888, + "line": 1863, "column": 32 } } @@ -98346,31 +96758,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54661, - 54668 + 53750, + 53757 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 33 }, "end": { - "line": 1888, + "line": 1863, "column": 40 } } }, "range": [ - 54656, - 54668 + 53745, + 53757 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 28 }, "end": { - "line": 1888, + "line": 1863, "column": 40 } } @@ -98380,16 +96792,16 @@ "type": "Identifier", "name": "reL", "range": [ - 54669, - 54672 + 53758, + 53761 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 41 }, "end": { - "line": 1888, + "line": 1863, "column": 44 } } @@ -98399,32 +96811,32 @@ "value": "", "raw": "''", "range": [ - 54674, - 54676 + 53763, + 53765 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 46 }, "end": { - "line": 1888, + "line": 1863, "column": 48 } } } ], "range": [ - 54656, - 54677 + 53745, + 53766 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 28 }, "end": { - "line": 1888, + "line": 1863, "column": 49 } } @@ -98433,62 +96845,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54679, - 54685 + 53768, + 53774 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 51 }, "end": { - "line": 1888, + "line": 1863, "column": 57 } } } ], "range": [ - 54644, - 54686 + 53733, + 53775 ], "loc": { "start": { - "line": 1888, + "line": 1863, "column": 16 }, "end": { - "line": 1888, + "line": 1863, "column": 58 } } }, "range": [ - 54619, - 54686 + 53708, + 53775 ], "loc": { "start": { - "line": 1887, + "line": 1862, "column": 26 }, "end": { - "line": 1888, + "line": 1863, "column": 58 } } }, "range": [ - 54609, - 54686 + 53698, + 53775 ], "loc": { "start": { - "line": 1887, + "line": 1862, "column": 16 }, "end": { - "line": 1888, + "line": 1863, "column": 58 } } @@ -98496,16 +96908,16 @@ ], "kind": "let", "range": [ - 54605, - 54687 + 53694, + 53776 ], "loc": { "start": { - "line": 1887, + "line": 1862, "column": 12 }, "end": { - "line": 1888, + "line": 1863, "column": 59 } }, @@ -98514,16 +96926,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 54567, - 54592 + 53656, + 53681 ], "loc": { "start": { - "line": 1886, + "line": 1861, "column": 12 }, "end": { - "line": 1886, + "line": 1861, "column": 37 } } @@ -98539,16 +96951,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 54704, - 54712 + 53793, + 53801 ], "loc": { "start": { - "line": 1889, + "line": 1864, "column": 16 }, "end": { - "line": 1889, + "line": 1864, "column": 24 } } @@ -98560,16 +96972,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 54715, - 54720 + 53804, + 53809 ], "loc": { "start": { - "line": 1889, + "line": 1864, "column": 27 }, "end": { - "line": 1889, + "line": 1864, "column": 32 } } @@ -98580,16 +96992,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54740, - 54751 + 53829, + 53840 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 16 }, "end": { - "line": 1890, + "line": 1865, "column": 27 } } @@ -98604,16 +97016,16 @@ "type": "Identifier", "name": "term", "range": [ - 54752, - 54756 + 53841, + 53845 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 28 }, "end": { - "line": 1890, + "line": 1865, "column": 32 } } @@ -98622,31 +97034,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54757, - 54764 + 53846, + 53853 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 33 }, "end": { - "line": 1890, + "line": 1865, "column": 40 } } }, "range": [ - 54752, - 54764 + 53841, + 53853 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 28 }, "end": { - "line": 1890, + "line": 1865, "column": 40 } } @@ -98656,16 +97068,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 54765, - 54769 + 53854, + 53858 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 41 }, "end": { - "line": 1890, + "line": 1865, "column": 45 } } @@ -98675,32 +97087,32 @@ "value": "", "raw": "''", "range": [ - 54771, - 54773 + 53860, + 53862 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 47 }, "end": { - "line": 1890, + "line": 1865, "column": 49 } } } ], "range": [ - 54752, - 54774 + 53841, + 53863 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 28 }, "end": { - "line": 1890, + "line": 1865, "column": 50 } } @@ -98709,62 +97121,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54776, - 54782 + 53865, + 53871 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 52 }, "end": { - "line": 1890, + "line": 1865, "column": 58 } } } ], "range": [ - 54740, - 54783 + 53829, + 53872 ], "loc": { "start": { - "line": 1890, + "line": 1865, "column": 16 }, "end": { - "line": 1890, + "line": 1865, "column": 59 } } }, "range": [ - 54715, - 54783 + 53804, + 53872 ], "loc": { "start": { - "line": 1889, + "line": 1864, "column": 27 }, "end": { - "line": 1890, + "line": 1865, "column": 59 } } }, "range": [ - 54704, - 54783 + 53793, + 53872 ], "loc": { "start": { - "line": 1889, + "line": 1864, "column": 16 }, "end": { - "line": 1890, + "line": 1865, "column": 59 } } @@ -98772,16 +97184,16 @@ ], "kind": "let", "range": [ - 54700, - 54784 + 53789, + 53873 ], "loc": { "start": { - "line": 1889, + "line": 1864, "column": 12 }, "end": { - "line": 1890, + "line": 1865, "column": 60 } } @@ -98795,16 +97207,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 54801, - 54808 + 53890, + 53897 ], "loc": { "start": { - "line": 1891, + "line": 1866, "column": 16 }, "end": { - "line": 1891, + "line": 1866, "column": 23 } } @@ -98816,16 +97228,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 54811, - 54816 + 53900, + 53905 ], "loc": { "start": { - "line": 1891, + "line": 1866, "column": 26 }, "end": { - "line": 1891, + "line": 1866, "column": 31 } } @@ -98836,16 +97248,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54836, - 54847 + 53925, + 53936 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 16 }, "end": { - "line": 1892, + "line": 1867, "column": 27 } } @@ -98860,16 +97272,16 @@ "type": "Identifier", "name": "term", "range": [ - 54848, - 54852 + 53937, + 53941 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 28 }, "end": { - "line": 1892, + "line": 1867, "column": 32 } } @@ -98878,31 +97290,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54853, - 54860 + 53942, + 53949 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 33 }, "end": { - "line": 1892, + "line": 1867, "column": 40 } } }, "range": [ - 54848, - 54860 + 53937, + 53949 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 28 }, "end": { - "line": 1892, + "line": 1867, "column": 40 } } @@ -98912,16 +97324,16 @@ "type": "Identifier", "name": "reG", "range": [ - 54861, - 54864 + 53950, + 53953 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 41 }, "end": { - "line": 1892, + "line": 1867, "column": 44 } } @@ -98931,32 +97343,32 @@ "value": "", "raw": "''", "range": [ - 54866, - 54868 + 53955, + 53957 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 46 }, "end": { - "line": 1892, + "line": 1867, "column": 48 } } } ], "range": [ - 54848, - 54869 + 53937, + 53958 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 28 }, "end": { - "line": 1892, + "line": 1867, "column": 49 } } @@ -98965,62 +97377,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54871, - 54877 + 53960, + 53966 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 51 }, "end": { - "line": 1892, + "line": 1867, "column": 57 } } } ], "range": [ - 54836, - 54878 + 53925, + 53967 ], "loc": { "start": { - "line": 1892, + "line": 1867, "column": 16 }, "end": { - "line": 1892, + "line": 1867, "column": 58 } } }, "range": [ - 54811, - 54878 + 53900, + 53967 ], "loc": { "start": { - "line": 1891, + "line": 1866, "column": 26 }, "end": { - "line": 1892, + "line": 1867, "column": 58 } } }, "range": [ - 54801, - 54878 + 53890, + 53967 ], "loc": { "start": { - "line": 1891, + "line": 1866, "column": 16 }, "end": { - "line": 1892, + "line": 1867, "column": 58 } } @@ -99028,16 +97440,16 @@ ], "kind": "let", "range": [ - 54797, - 54879 + 53886, + 53968 ], "loc": { "start": { - "line": 1891, + "line": 1866, "column": 12 }, "end": { - "line": 1892, + "line": 1867, "column": 59 } } @@ -99051,16 +97463,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 54896, - 54904 + 53985, + 53993 ], "loc": { "start": { - "line": 1893, + "line": 1868, "column": 16 }, "end": { - "line": 1893, + "line": 1868, "column": 24 } } @@ -99072,16 +97484,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 54907, - 54912 + 53996, + 54001 ], "loc": { "start": { - "line": 1893, + "line": 1868, "column": 27 }, "end": { - "line": 1893, + "line": 1868, "column": 32 } } @@ -99092,16 +97504,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 54932, - 54943 + 54021, + 54032 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 16 }, "end": { - "line": 1894, + "line": 1869, "column": 27 } } @@ -99116,16 +97528,16 @@ "type": "Identifier", "name": "term", "range": [ - 54944, - 54948 + 54033, + 54037 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 28 }, "end": { - "line": 1894, + "line": 1869, "column": 32 } } @@ -99134,31 +97546,31 @@ "type": "Identifier", "name": "replace", "range": [ - 54949, - 54956 + 54038, + 54045 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 33 }, "end": { - "line": 1894, + "line": 1869, "column": 40 } } }, "range": [ - 54944, - 54956 + 54033, + 54045 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 28 }, "end": { - "line": 1894, + "line": 1869, "column": 40 } } @@ -99168,16 +97580,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 54957, - 54961 + 54046, + 54050 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 41 }, "end": { - "line": 1894, + "line": 1869, "column": 45 } } @@ -99187,32 +97599,32 @@ "value": "", "raw": "''", "range": [ - 54963, - 54965 + 54052, + 54054 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 47 }, "end": { - "line": 1894, + "line": 1869, "column": 49 } } } ], "range": [ - 54944, - 54966 + 54033, + 54055 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 28 }, "end": { - "line": 1894, + "line": 1869, "column": 50 } } @@ -99221,62 +97633,62 @@ "type": "Identifier", "name": "locale", "range": [ - 54968, - 54974 + 54057, + 54063 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 52 }, "end": { - "line": 1894, + "line": 1869, "column": 58 } } } ], "range": [ - 54932, - 54975 + 54021, + 54064 ], "loc": { "start": { - "line": 1894, + "line": 1869, "column": 16 }, "end": { - "line": 1894, + "line": 1869, "column": 59 } } }, "range": [ - 54907, - 54975 + 53996, + 54064 ], "loc": { "start": { - "line": 1893, + "line": 1868, "column": 27 }, "end": { - "line": 1894, + "line": 1869, "column": 59 } } }, "range": [ - 54896, - 54975 + 53985, + 54064 ], "loc": { "start": { - "line": 1893, + "line": 1868, "column": 16 }, "end": { - "line": 1894, + "line": 1869, "column": 59 } } @@ -99284,16 +97696,16 @@ ], "kind": "let", "range": [ - 54892, - 54976 + 53981, + 54065 ], "loc": { "start": { - "line": 1893, + "line": 1868, "column": 12 }, "end": { - "line": 1894, + "line": 1869, "column": 60 } } @@ -99307,16 +97719,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 54993, - 55001 + 54082, + 54090 ], "loc": { "start": { - "line": 1895, + "line": 1870, "column": 16 }, "end": { - "line": 1895, + "line": 1870, "column": 24 } } @@ -99328,16 +97740,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 55004, - 55009 + 54093, + 54098 ], "loc": { "start": { - "line": 1895, + "line": 1870, "column": 27 }, "end": { - "line": 1895, + "line": 1870, "column": 32 } } @@ -99348,16 +97760,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 55029, - 55040 + 54118, + 54129 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 16 }, "end": { - "line": 1896, + "line": 1871, "column": 27 } } @@ -99372,16 +97784,16 @@ "type": "Identifier", "name": "term", "range": [ - 55041, - 55045 + 54130, + 54134 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 28 }, "end": { - "line": 1896, + "line": 1871, "column": 32 } } @@ -99390,31 +97802,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55046, - 55053 + 54135, + 54142 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 33 }, "end": { - "line": 1896, + "line": 1871, "column": 40 } } }, "range": [ - 55041, - 55053 + 54130, + 54142 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 28 }, "end": { - "line": 1896, + "line": 1871, "column": 40 } } @@ -99424,16 +97836,16 @@ "type": "Identifier", "name": "reD", "range": [ - 55054, - 55057 + 54143, + 54146 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 41 }, "end": { - "line": 1896, + "line": 1871, "column": 44 } } @@ -99443,32 +97855,32 @@ "value": "", "raw": "''", "range": [ - 55059, - 55061 + 54148, + 54150 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 46 }, "end": { - "line": 1896, + "line": 1871, "column": 48 } } } ], "range": [ - 55041, - 55062 + 54130, + 54151 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 28 }, "end": { - "line": 1896, + "line": 1871, "column": 49 } } @@ -99477,62 +97889,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55064, - 55070 + 54153, + 54159 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 51 }, "end": { - "line": 1896, + "line": 1871, "column": 57 } } } ], "range": [ - 55029, - 55071 + 54118, + 54160 ], "loc": { "start": { - "line": 1896, + "line": 1871, "column": 16 }, "end": { - "line": 1896, + "line": 1871, "column": 58 } } }, "range": [ - 55004, - 55071 + 54093, + 54160 ], "loc": { "start": { - "line": 1895, + "line": 1870, "column": 27 }, "end": { - "line": 1896, + "line": 1871, "column": 58 } } }, "range": [ - 54993, - 55071 + 54082, + 54160 ], "loc": { "start": { - "line": 1895, + "line": 1870, "column": 16 }, "end": { - "line": 1896, + "line": 1871, "column": 58 } } @@ -99540,16 +97952,16 @@ ], "kind": "let", "range": [ - 54989, - 55072 + 54078, + 54161 ], "loc": { "start": { - "line": 1895, + "line": 1870, "column": 12 }, "end": { - "line": 1896, + "line": 1871, "column": 59 } } @@ -99563,16 +97975,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 55089, - 55097 + 54178, + 54186 ], "loc": { "start": { - "line": 1897, + "line": 1872, "column": 16 }, "end": { - "line": 1897, + "line": 1872, "column": 24 } } @@ -99584,16 +97996,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 55100, - 55105 + 54189, + 54194 ], "loc": { "start": { - "line": 1897, + "line": 1872, "column": 27 }, "end": { - "line": 1897, + "line": 1872, "column": 32 } } @@ -99604,16 +98016,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 55125, - 55136 + 54214, + 54225 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 16 }, "end": { - "line": 1898, + "line": 1873, "column": 27 } } @@ -99628,16 +98040,16 @@ "type": "Identifier", "name": "term", "range": [ - 55137, - 55141 + 54226, + 54230 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 28 }, "end": { - "line": 1898, + "line": 1873, "column": 32 } } @@ -99646,31 +98058,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55142, - 55149 + 54231, + 54238 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 33 }, "end": { - "line": 1898, + "line": 1873, "column": 40 } } }, "range": [ - 55137, - 55149 + 54226, + 54238 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 28 }, "end": { - "line": 1898, + "line": 1873, "column": 40 } } @@ -99680,16 +98092,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 55150, - 55154 + 54239, + 54243 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 41 }, "end": { - "line": 1898, + "line": 1873, "column": 45 } } @@ -99699,32 +98111,32 @@ "value": "", "raw": "''", "range": [ - 55156, - 55158 + 54245, + 54247 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 47 }, "end": { - "line": 1898, + "line": 1873, "column": 49 } } } ], "range": [ - 55137, - 55159 + 54226, + 54248 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 28 }, "end": { - "line": 1898, + "line": 1873, "column": 50 } } @@ -99733,62 +98145,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55161, - 55167 + 54250, + 54256 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 52 }, "end": { - "line": 1898, + "line": 1873, "column": 58 } } } ], "range": [ - 55125, - 55168 + 54214, + 54257 ], "loc": { "start": { - "line": 1898, + "line": 1873, "column": 16 }, "end": { - "line": 1898, + "line": 1873, "column": 59 } } }, "range": [ - 55100, - 55168 + 54189, + 54257 ], "loc": { "start": { - "line": 1897, + "line": 1872, "column": 27 }, "end": { - "line": 1898, + "line": 1873, "column": 59 } } }, "range": [ - 55089, - 55168 + 54178, + 54257 ], "loc": { "start": { - "line": 1897, + "line": 1872, "column": 16 }, "end": { - "line": 1898, + "line": 1873, "column": 59 } } @@ -99796,16 +98208,16 @@ ], "kind": "let", "range": [ - 55085, - 55169 + 54174, + 54258 ], "loc": { "start": { - "line": 1897, + "line": 1872, "column": 12 }, "end": { - "line": 1898, + "line": 1873, "column": 60 } } @@ -99819,16 +98231,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55183, - 55187 + 54272, + 54276 ], "loc": { "start": { - "line": 1900, + "line": 1875, "column": 12 }, "end": { - "line": 1900, + "line": 1875, "column": 16 } } @@ -99839,16 +98251,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55190, - 55199 + 54279, + 54288 ], "loc": { "start": { - "line": 1900, + "line": 1875, "column": 19 }, "end": { - "line": 1900, + "line": 1875, "column": 28 } } @@ -99858,16 +98270,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 55200, - 55209 + 54289, + 54298 ], "loc": { "start": { - "line": 1900, + "line": 1875, "column": 29 }, "end": { - "line": 1900, + "line": 1875, "column": 38 } } @@ -99876,62 +98288,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55211, - 55217 + 54300, + 54306 ], "loc": { "start": { - "line": 1900, + "line": 1875, "column": 40 }, "end": { - "line": 1900, + "line": 1875, "column": 46 } } } ], "range": [ - 55190, - 55218 + 54279, + 54307 ], "loc": { "start": { - "line": 1900, + "line": 1875, "column": 19 }, "end": { - "line": 1900, + "line": 1875, "column": 47 } } }, "range": [ - 55183, - 55218 + 54272, + 54307 ], "loc": { "start": { - "line": 1900, + "line": 1875, "column": 12 }, "end": { - "line": 1900, + "line": 1875, "column": 47 } } }, "range": [ - 55183, - 55219 + 54272, + 54308 ], "loc": { "start": { - "line": 1900, + "line": 1875, "column": 12 }, "end": { - "line": 1900, + "line": 1875, "column": 48 } }, @@ -99940,16 +98352,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 55233, - 55252 + 54322, + 54341 ], "loc": { "start": { - "line": 1902, + "line": 1877, "column": 12 }, "end": { - "line": 1902, + "line": 1877, "column": 31 } } @@ -99962,16 +98374,16 @@ "type": "Identifier", "name": "isLEDate", "range": [ - 55269, - 55277 + 54358, + 54366 ], "loc": { "start": { - "line": 1903, + "line": 1878, "column": 16 }, "end": { - "line": 1903, + "line": 1878, "column": 24 } } @@ -99988,16 +98400,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55297, - 55301 + 54386, + 54390 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 16 }, "end": { - "line": 1904, + "line": 1879, "column": 20 } } @@ -100008,16 +98420,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55304, - 55313 + 54393, + 54402 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 23 }, "end": { - "line": 1904, + "line": 1879, "column": 32 } } @@ -100032,16 +98444,16 @@ "type": "Identifier", "name": "term", "range": [ - 55314, - 55318 + 54403, + 54407 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 33 }, "end": { - "line": 1904, + "line": 1879, "column": 37 } } @@ -100050,31 +98462,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55319, - 55326 + 54408, + 54415 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 38 }, "end": { - "line": 1904, + "line": 1879, "column": 45 } } }, "range": [ - 55314, - 55326 + 54403, + 54415 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 33 }, "end": { - "line": 1904, + "line": 1879, "column": 45 } } @@ -100084,16 +98496,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 55327, - 55331 + 54416, + 54420 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 46 }, "end": { - "line": 1904, + "line": 1879, "column": 50 } } @@ -100103,32 +98515,32 @@ "value": "", "raw": "''", "range": [ - 55333, - 55335 + 54422, + 54424 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 52 }, "end": { - "line": 1904, + "line": 1879, "column": 54 } } } ], "range": [ - 55314, - 55336 + 54403, + 54425 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 33 }, "end": { - "line": 1904, + "line": 1879, "column": 55 } } @@ -100137,62 +98549,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55338, - 55344 + 54427, + 54433 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 57 }, "end": { - "line": 1904, + "line": 1879, "column": 63 } } } ], "range": [ - 55304, - 55345 + 54393, + 54434 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 23 }, "end": { - "line": 1904, + "line": 1879, "column": 64 } } }, "range": [ - 55297, - 55345 + 54386, + 54434 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 16 }, "end": { - "line": 1904, + "line": 1879, "column": 64 } } }, "range": [ - 55297, - 55346 + 54386, + 54435 ], "loc": { "start": { - "line": 1904, + "line": 1879, "column": 16 }, "end": { - "line": 1904, + "line": 1879, "column": 65 } } @@ -100206,16 +98618,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55363, - 55372 + 54452, + 54461 ], "loc": { "start": { - "line": 1905, + "line": 1880, "column": 16 }, "end": { - "line": 1905, + "line": 1880, "column": 25 } } @@ -100227,16 +98639,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55375, - 55379 + 54464, + 54468 ], "loc": { "start": { - "line": 1905, + "line": 1880, "column": 28 }, "end": { - "line": 1905, + "line": 1880, "column": 32 } } @@ -100245,77 +98657,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55383, - 55387 + 54472, + 54476 ], "loc": { "start": { - "line": 1905, + "line": 1880, "column": 36 }, "end": { - "line": 1905, + "line": 1880, "column": 40 } } }, "range": [ - 55375, - 55387 + 54464, + 54476 ], "loc": { "start": { - "line": 1905, + "line": 1880, "column": 28 }, "end": { - "line": 1905, + "line": 1880, "column": 40 } } }, "range": [ - 55363, - 55387 + 54452, + 54476 ], "loc": { "start": { - "line": 1905, + "line": 1880, "column": 16 }, "end": { - "line": 1905, + "line": 1880, "column": 40 } } }, "range": [ - 55363, - 55388 + 54452, + 54477 ], "loc": { "start": { - "line": 1905, + "line": 1880, "column": 16 }, "end": { - "line": 1905, + "line": 1880, "column": 41 } } } ], "range": [ - 55279, - 55402 + 54368, + 54491 ], "loc": { "start": { - "line": 1903, + "line": 1878, "column": 26 }, "end": { - "line": 1906, + "line": 1881, "column": 13 } }, @@ -100324,16 +98736,16 @@ "type": "Line", "value": " lower date", "range": [ - 55415, - 55428 + 54504, + 54517 ], "loc": { "start": { - "line": 1907, + "line": 1882, "column": 12 }, "end": { - "line": 1907, + "line": 1882, "column": 25 } } @@ -100346,16 +98758,16 @@ "type": "Identifier", "name": "isLDate", "range": [ - 55450, - 55457 + 54539, + 54546 ], "loc": { "start": { - "line": 1908, + "line": 1883, "column": 21 }, "end": { - "line": 1908, + "line": 1883, "column": 28 } } @@ -100372,16 +98784,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55477, - 55481 + 54566, + 54570 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 16 }, "end": { - "line": 1909, + "line": 1884, "column": 20 } } @@ -100392,16 +98804,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55484, - 55493 + 54573, + 54582 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 23 }, "end": { - "line": 1909, + "line": 1884, "column": 32 } } @@ -100416,16 +98828,16 @@ "type": "Identifier", "name": "term", "range": [ - 55494, - 55498 + 54583, + 54587 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 33 }, "end": { - "line": 1909, + "line": 1884, "column": 37 } } @@ -100434,31 +98846,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55499, - 55506 + 54588, + 54595 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 38 }, "end": { - "line": 1909, + "line": 1884, "column": 45 } } }, "range": [ - 55494, - 55506 + 54583, + 54595 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 33 }, "end": { - "line": 1909, + "line": 1884, "column": 45 } } @@ -100468,16 +98880,16 @@ "type": "Identifier", "name": "reL", "range": [ - 55507, - 55510 + 54596, + 54599 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 46 }, "end": { - "line": 1909, + "line": 1884, "column": 49 } } @@ -100487,32 +98899,32 @@ "value": "", "raw": "''", "range": [ - 55512, - 55514 + 54601, + 54603 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 51 }, "end": { - "line": 1909, + "line": 1884, "column": 53 } } } ], "range": [ - 55494, - 55515 + 54583, + 54604 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 33 }, "end": { - "line": 1909, + "line": 1884, "column": 54 } } @@ -100521,62 +98933,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55517, - 55523 + 54606, + 54612 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 56 }, "end": { - "line": 1909, + "line": 1884, "column": 62 } } } ], "range": [ - 55484, - 55524 + 54573, + 54613 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 23 }, "end": { - "line": 1909, + "line": 1884, "column": 63 } } }, "range": [ - 55477, - 55524 + 54566, + 54613 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 16 }, "end": { - "line": 1909, + "line": 1884, "column": 63 } } }, "range": [ - 55477, - 55525 + 54566, + 54614 ], "loc": { "start": { - "line": 1909, + "line": 1884, "column": 16 }, "end": { - "line": 1909, + "line": 1884, "column": 64 } } @@ -100590,16 +99002,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55542, - 55551 + 54631, + 54640 ], "loc": { "start": { - "line": 1910, + "line": 1885, "column": 16 }, "end": { - "line": 1910, + "line": 1885, "column": 25 } } @@ -100611,16 +99023,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55554, - 55558 + 54643, + 54647 ], "loc": { "start": { - "line": 1910, + "line": 1885, "column": 28 }, "end": { - "line": 1910, + "line": 1885, "column": 32 } } @@ -100629,77 +99041,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55561, - 55565 + 54650, + 54654 ], "loc": { "start": { - "line": 1910, + "line": 1885, "column": 35 }, "end": { - "line": 1910, + "line": 1885, "column": 39 } } }, "range": [ - 55554, - 55565 + 54643, + 54654 ], "loc": { "start": { - "line": 1910, + "line": 1885, "column": 28 }, "end": { - "line": 1910, + "line": 1885, "column": 39 } } }, "range": [ - 55542, - 55565 + 54631, + 54654 ], "loc": { "start": { - "line": 1910, + "line": 1885, "column": 16 }, "end": { - "line": 1910, + "line": 1885, "column": 39 } } }, "range": [ - 55542, - 55566 + 54631, + 54655 ], "loc": { "start": { - "line": 1910, + "line": 1885, "column": 16 }, "end": { - "line": 1910, + "line": 1885, "column": 40 } } } ], "range": [ - 55459, - 55580 + 54548, + 54669 ], "loc": { "start": { - "line": 1908, + "line": 1883, "column": 30 }, "end": { - "line": 1911, + "line": 1886, "column": 13 } }, @@ -100708,16 +99120,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 55593, - 55614 + 54682, + 54703 ], "loc": { "start": { - "line": 1912, + "line": 1887, "column": 12 }, "end": { - "line": 1912, + "line": 1887, "column": 33 } } @@ -100730,16 +99142,16 @@ "type": "Identifier", "name": "isGEDate", "range": [ - 55636, - 55644 + 54725, + 54733 ], "loc": { "start": { - "line": 1913, + "line": 1888, "column": 21 }, "end": { - "line": 1913, + "line": 1888, "column": 29 } } @@ -100756,16 +99168,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55664, - 55668 + 54753, + 54757 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 16 }, "end": { - "line": 1914, + "line": 1889, "column": 20 } } @@ -100776,16 +99188,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55671, - 55680 + 54760, + 54769 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 23 }, "end": { - "line": 1914, + "line": 1889, "column": 32 } } @@ -100800,16 +99212,16 @@ "type": "Identifier", "name": "term", "range": [ - 55681, - 55685 + 54770, + 54774 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 33 }, "end": { - "line": 1914, + "line": 1889, "column": 37 } } @@ -100818,31 +99230,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55686, - 55693 + 54775, + 54782 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 38 }, "end": { - "line": 1914, + "line": 1889, "column": 45 } } }, "range": [ - 55681, - 55693 + 54770, + 54782 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 33 }, "end": { - "line": 1914, + "line": 1889, "column": 45 } } @@ -100852,16 +99264,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 55694, - 55698 + 54783, + 54787 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 46 }, "end": { - "line": 1914, + "line": 1889, "column": 50 } } @@ -100871,32 +99283,32 @@ "value": "", "raw": "''", "range": [ - 55700, - 55702 + 54789, + 54791 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 52 }, "end": { - "line": 1914, + "line": 1889, "column": 54 } } } ], "range": [ - 55681, - 55703 + 54770, + 54792 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 33 }, "end": { - "line": 1914, + "line": 1889, "column": 55 } } @@ -100905,62 +99317,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55705, - 55711 + 54794, + 54800 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 57 }, "end": { - "line": 1914, + "line": 1889, "column": 63 } } } ], "range": [ - 55671, - 55712 + 54760, + 54801 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 23 }, "end": { - "line": 1914, + "line": 1889, "column": 64 } } }, "range": [ - 55664, - 55712 + 54753, + 54801 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 16 }, "end": { - "line": 1914, + "line": 1889, "column": 64 } } }, "range": [ - 55664, - 55713 + 54753, + 54802 ], "loc": { "start": { - "line": 1914, + "line": 1889, "column": 16 }, "end": { - "line": 1914, + "line": 1889, "column": 65 } } @@ -100974,16 +99386,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55730, - 55739 + 54819, + 54828 ], "loc": { "start": { - "line": 1915, + "line": 1890, "column": 16 }, "end": { - "line": 1915, + "line": 1890, "column": 25 } } @@ -100995,16 +99407,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55742, - 55746 + 54831, + 54835 ], "loc": { "start": { - "line": 1915, + "line": 1890, "column": 28 }, "end": { - "line": 1915, + "line": 1890, "column": 32 } } @@ -101013,77 +99425,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55750, - 55754 + 54839, + 54843 ], "loc": { "start": { - "line": 1915, + "line": 1890, "column": 36 }, "end": { - "line": 1915, + "line": 1890, "column": 40 } } }, "range": [ - 55742, - 55754 + 54831, + 54843 ], "loc": { "start": { - "line": 1915, + "line": 1890, "column": 28 }, "end": { - "line": 1915, + "line": 1890, "column": 40 } } }, "range": [ - 55730, - 55754 + 54819, + 54843 ], "loc": { "start": { - "line": 1915, + "line": 1890, "column": 16 }, "end": { - "line": 1915, + "line": 1890, "column": 40 } } }, "range": [ - 55730, - 55755 + 54819, + 54844 ], "loc": { "start": { - "line": 1915, + "line": 1890, "column": 16 }, "end": { - "line": 1915, + "line": 1890, "column": 41 } } } ], "range": [ - 55646, - 55769 + 54735, + 54858 ], "loc": { "start": { - "line": 1913, + "line": 1888, "column": 31 }, "end": { - "line": 1916, + "line": 1891, "column": 13 } }, @@ -101092,16 +99504,16 @@ "type": "Line", "value": " greater date", "range": [ - 55782, - 55797 + 54871, + 54886 ], "loc": { "start": { - "line": 1917, + "line": 1892, "column": 12 }, "end": { - "line": 1917, + "line": 1892, "column": 27 } } @@ -101114,16 +99526,16 @@ "type": "Identifier", "name": "isGDate", "range": [ - 55819, - 55826 + 54908, + 54915 ], "loc": { "start": { - "line": 1918, + "line": 1893, "column": 21 }, "end": { - "line": 1918, + "line": 1893, "column": 28 } } @@ -101140,16 +99552,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 55846, - 55850 + 54935, + 54939 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 16 }, "end": { - "line": 1919, + "line": 1894, "column": 20 } } @@ -101160,16 +99572,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 55853, - 55862 + 54942, + 54951 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 23 }, "end": { - "line": 1919, + "line": 1894, "column": 32 } } @@ -101184,16 +99596,16 @@ "type": "Identifier", "name": "term", "range": [ - 55863, - 55867 + 54952, + 54956 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 33 }, "end": { - "line": 1919, + "line": 1894, "column": 37 } } @@ -101202,31 +99614,31 @@ "type": "Identifier", "name": "replace", "range": [ - 55868, - 55875 + 54957, + 54964 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 38 }, "end": { - "line": 1919, + "line": 1894, "column": 45 } } }, "range": [ - 55863, - 55875 + 54952, + 54964 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 33 }, "end": { - "line": 1919, + "line": 1894, "column": 45 } } @@ -101236,16 +99648,16 @@ "type": "Identifier", "name": "reG", "range": [ - 55876, - 55879 + 54965, + 54968 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 46 }, "end": { - "line": 1919, + "line": 1894, "column": 49 } } @@ -101255,32 +99667,32 @@ "value": "", "raw": "''", "range": [ - 55881, - 55883 + 54970, + 54972 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 51 }, "end": { - "line": 1919, + "line": 1894, "column": 53 } } } ], "range": [ - 55863, - 55884 + 54952, + 54973 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 33 }, "end": { - "line": 1919, + "line": 1894, "column": 54 } } @@ -101289,62 +99701,62 @@ "type": "Identifier", "name": "locale", "range": [ - 55886, - 55892 + 54975, + 54981 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 56 }, "end": { - "line": 1919, + "line": 1894, "column": 62 } } } ], "range": [ - 55853, - 55893 + 54942, + 54982 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 23 }, "end": { - "line": 1919, + "line": 1894, "column": 63 } } }, "range": [ - 55846, - 55893 + 54935, + 54982 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 16 }, "end": { - "line": 1919, + "line": 1894, "column": 63 } } }, "range": [ - 55846, - 55894 + 54935, + 54983 ], "loc": { "start": { - "line": 1919, + "line": 1894, "column": 16 }, "end": { - "line": 1919, + "line": 1894, "column": 64 } } @@ -101358,16 +99770,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 55911, - 55920 + 55000, + 55009 ], "loc": { "start": { - "line": 1920, + "line": 1895, "column": 16 }, "end": { - "line": 1920, + "line": 1895, "column": 25 } } @@ -101379,16 +99791,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 55923, - 55927 + 55012, + 55016 ], "loc": { "start": { - "line": 1920, + "line": 1895, "column": 28 }, "end": { - "line": 1920, + "line": 1895, "column": 32 } } @@ -101397,77 +99809,77 @@ "type": "Identifier", "name": "dte2", "range": [ - 55930, - 55934 + 55019, + 55023 ], "loc": { "start": { - "line": 1920, + "line": 1895, "column": 35 }, "end": { - "line": 1920, + "line": 1895, "column": 39 } } }, "range": [ - 55923, - 55934 + 55012, + 55023 ], "loc": { "start": { - "line": 1920, + "line": 1895, "column": 28 }, "end": { - "line": 1920, + "line": 1895, "column": 39 } } }, "range": [ - 55911, - 55934 + 55000, + 55023 ], "loc": { "start": { - "line": 1920, + "line": 1895, "column": 16 }, "end": { - "line": 1920, + "line": 1895, "column": 39 } } }, "range": [ - 55911, - 55935 + 55000, + 55024 ], "loc": { "start": { - "line": 1920, + "line": 1895, "column": 16 }, "end": { - "line": 1920, + "line": 1895, "column": 40 } } } ], "range": [ - 55828, - 55949 + 54917, + 55038 ], "loc": { "start": { - "line": 1918, + "line": 1893, "column": 30 }, "end": { - "line": 1921, + "line": 1896, "column": 13 } }, @@ -101476,16 +99888,16 @@ "type": "Line", "value": " different date", "range": [ - 55962, - 55979 + 55051, + 55068 ], "loc": { "start": { - "line": 1922, + "line": 1897, "column": 12 }, "end": { - "line": 1922, + "line": 1897, "column": 29 } } @@ -101498,16 +99910,16 @@ "type": "Identifier", "name": "isDFDate", "range": [ - 56001, - 56009 + 55090, + 55098 ], "loc": { "start": { - "line": 1923, + "line": 1898, "column": 21 }, "end": { - "line": 1923, + "line": 1898, "column": 29 } } @@ -101524,16 +99936,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56029, - 56033 + 55118, + 55122 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 16 }, "end": { - "line": 1924, + "line": 1899, "column": 20 } } @@ -101544,16 +99956,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 56036, - 56045 + 55125, + 55134 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 23 }, "end": { - "line": 1924, + "line": 1899, "column": 32 } } @@ -101568,16 +99980,16 @@ "type": "Identifier", "name": "term", "range": [ - 56046, - 56050 + 55135, + 55139 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 33 }, "end": { - "line": 1924, + "line": 1899, "column": 37 } } @@ -101586,31 +99998,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56051, - 56058 + 55140, + 55147 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 38 }, "end": { - "line": 1924, + "line": 1899, "column": 45 } } }, "range": [ - 56046, - 56058 + 55135, + 55147 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 33 }, "end": { - "line": 1924, + "line": 1899, "column": 45 } } @@ -101620,16 +100032,16 @@ "type": "Identifier", "name": "reD", "range": [ - 56059, - 56062 + 55148, + 55151 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 46 }, "end": { - "line": 1924, + "line": 1899, "column": 49 } } @@ -101639,32 +100051,32 @@ "value": "", "raw": "''", "range": [ - 56064, - 56066 + 55153, + 55155 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 51 }, "end": { - "line": 1924, + "line": 1899, "column": 53 } } } ], "range": [ - 56046, - 56067 + 55135, + 55156 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 33 }, "end": { - "line": 1924, + "line": 1899, "column": 54 } } @@ -101673,62 +100085,62 @@ "type": "Identifier", "name": "locale", "range": [ - 56069, - 56075 + 55158, + 55164 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 56 }, "end": { - "line": 1924, + "line": 1899, "column": 62 } } } ], "range": [ - 56036, - 56076 + 55125, + 55165 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 23 }, "end": { - "line": 1924, + "line": 1899, "column": 63 } } }, "range": [ - 56029, - 56076 + 55118, + 55165 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 16 }, "end": { - "line": 1924, + "line": 1899, "column": 63 } } }, "range": [ - 56029, - 56077 + 55118, + 55166 ], "loc": { "start": { - "line": 1924, + "line": 1899, "column": 16 }, "end": { - "line": 1924, + "line": 1899, "column": 64 } } @@ -101742,16 +100154,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56094, - 56103 + 55183, + 55192 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 16 }, "end": { - "line": 1925, + "line": 1900, "column": 25 } } @@ -101768,16 +100180,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 56106, - 56110 + 55195, + 55199 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 28 }, "end": { - "line": 1925, + "line": 1900, "column": 32 } } @@ -101786,47 +100198,47 @@ "type": "Identifier", "name": "toString", "range": [ - 56111, - 56119 + 55200, + 55208 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 33 }, "end": { - "line": 1925, + "line": 1900, "column": 41 } } }, "range": [ - 56106, - 56119 + 55195, + 55208 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 28 }, "end": { - "line": 1925, + "line": 1900, "column": 41 } } }, "arguments": [], "range": [ - 56106, - 56121 + 55195, + 55210 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 28 }, "end": { - "line": 1925, + "line": 1900, "column": 43 } } @@ -101840,16 +100252,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56126, - 56130 + 55215, + 55219 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 48 }, "end": { - "line": 1925, + "line": 1900, "column": 52 } } @@ -101858,108 +100270,108 @@ "type": "Identifier", "name": "toString", "range": [ - 56131, - 56139 + 55220, + 55228 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 53 }, "end": { - "line": 1925, + "line": 1900, "column": 61 } } }, "range": [ - 56126, - 56139 + 55215, + 55228 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 48 }, "end": { - "line": 1925, + "line": 1900, "column": 61 } } }, "arguments": [], "range": [ - 56126, - 56141 + 55215, + 55230 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 48 }, "end": { - "line": 1925, + "line": 1900, "column": 63 } } }, "range": [ - 56106, - 56141 + 55195, + 55230 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 28 }, "end": { - "line": 1925, + "line": 1900, "column": 63 } } }, "range": [ - 56094, - 56141 + 55183, + 55230 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 16 }, "end": { - "line": 1925, + "line": 1900, "column": 63 } } }, "range": [ - 56094, - 56142 + 55183, + 55231 ], "loc": { "start": { - "line": 1925, + "line": 1900, "column": 16 }, "end": { - "line": 1925, + "line": 1900, "column": 64 } } } ], "range": [ - 56011, - 56156 + 55100, + 55245 ], "loc": { "start": { - "line": 1923, + "line": 1898, "column": 31 }, "end": { - "line": 1926, + "line": 1901, "column": 13 } }, @@ -101968,16 +100380,16 @@ "type": "Line", "value": " equal date", "range": [ - 56169, - 56182 + 55258, + 55271 ], "loc": { "start": { - "line": 1927, + "line": 1902, "column": 12 }, "end": { - "line": 1927, + "line": 1902, "column": 25 } } @@ -101990,16 +100402,16 @@ "type": "Identifier", "name": "isEQDate", "range": [ - 56204, - 56212 + 55293, + 55301 ], "loc": { "start": { - "line": 1928, + "line": 1903, "column": 21 }, "end": { - "line": 1928, + "line": 1903, "column": 29 } } @@ -102016,16 +100428,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56232, - 56236 + 55321, + 55325 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 16 }, "end": { - "line": 1929, + "line": 1904, "column": 20 } } @@ -102036,16 +100448,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 56239, - 56248 + 55328, + 55337 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 23 }, "end": { - "line": 1929, + "line": 1904, "column": 32 } } @@ -102060,16 +100472,16 @@ "type": "Identifier", "name": "term", "range": [ - 56249, - 56253 + 55338, + 55342 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 33 }, "end": { - "line": 1929, + "line": 1904, "column": 37 } } @@ -102078,31 +100490,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56254, - 56261 + 55343, + 55350 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 38 }, "end": { - "line": 1929, + "line": 1904, "column": 45 } } }, "range": [ - 56249, - 56261 + 55338, + 55350 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 33 }, "end": { - "line": 1929, + "line": 1904, "column": 45 } } @@ -102112,16 +100524,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 56262, - 56266 + 55351, + 55355 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 46 }, "end": { - "line": 1929, + "line": 1904, "column": 50 } } @@ -102131,32 +100543,32 @@ "value": "", "raw": "''", "range": [ - 56268, - 56270 + 55357, + 55359 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 52 }, "end": { - "line": 1929, + "line": 1904, "column": 54 } } } ], "range": [ - 56249, - 56271 + 55338, + 55360 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 33 }, "end": { - "line": 1929, + "line": 1904, "column": 55 } } @@ -102165,62 +100577,62 @@ "type": "Identifier", "name": "locale", "range": [ - 56273, - 56279 + 55362, + 55368 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 57 }, "end": { - "line": 1929, + "line": 1904, "column": 63 } } } ], "range": [ - 56239, - 56280 + 55328, + 55369 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 23 }, "end": { - "line": 1929, + "line": 1904, "column": 64 } } }, "range": [ - 56232, - 56280 + 55321, + 55369 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 16 }, "end": { - "line": 1929, + "line": 1904, "column": 64 } } }, "range": [ - 56232, - 56281 + 55321, + 55370 ], "loc": { "start": { - "line": 1929, + "line": 1904, "column": 16 }, "end": { - "line": 1929, + "line": 1904, "column": 65 } } @@ -102234,16 +100646,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56298, - 56307 + 55387, + 55396 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 16 }, "end": { - "line": 1930, + "line": 1905, "column": 25 } } @@ -102260,16 +100672,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 56310, - 56314 + 55399, + 55403 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 28 }, "end": { - "line": 1930, + "line": 1905, "column": 32 } } @@ -102278,47 +100690,47 @@ "type": "Identifier", "name": "toString", "range": [ - 56315, - 56323 + 55404, + 55412 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 33 }, "end": { - "line": 1930, + "line": 1905, "column": 41 } } }, "range": [ - 56310, - 56323 + 55399, + 55412 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 28 }, "end": { - "line": 1930, + "line": 1905, "column": 41 } } }, "arguments": [], "range": [ - 56310, - 56325 + 55399, + 55414 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 28 }, "end": { - "line": 1930, + "line": 1905, "column": 43 } } @@ -102332,16 +100744,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56330, - 56334 + 55419, + 55423 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 48 }, "end": { - "line": 1930, + "line": 1905, "column": 52 } } @@ -102350,108 +100762,108 @@ "type": "Identifier", "name": "toString", "range": [ - 56335, - 56343 + 55424, + 55432 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 53 }, "end": { - "line": 1930, + "line": 1905, "column": 61 } } }, "range": [ - 56330, - 56343 + 55419, + 55432 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 48 }, "end": { - "line": 1930, + "line": 1905, "column": 61 } } }, "arguments": [], "range": [ - 56330, - 56345 + 55419, + 55434 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 48 }, "end": { - "line": 1930, + "line": 1905, "column": 63 } } }, "range": [ - 56310, - 56345 + 55399, + 55434 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 28 }, "end": { - "line": 1930, + "line": 1905, "column": 63 } } }, "range": [ - 56298, - 56345 + 55387, + 55434 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 16 }, "end": { - "line": 1930, + "line": 1905, "column": 63 } } }, "range": [ - 56298, - 56346 + 55387, + 55435 ], "loc": { "start": { - "line": 1930, + "line": 1905, "column": 16 }, "end": { - "line": 1930, + "line": 1905, "column": 64 } } } ], "range": [ - 56214, - 56360 + 55303, + 55449 ], "loc": { "start": { - "line": 1928, + "line": 1903, "column": 31 }, "end": { - "line": 1931, + "line": 1906, "column": 13 } }, @@ -102460,16 +100872,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 56373, - 56434 + 55462, + 55523 ], "loc": { "start": { - "line": 1932, + "line": 1907, "column": 12 }, "end": { - "line": 1932, + "line": 1907, "column": 73 } } @@ -102487,16 +100899,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 56456, - 56460 + 55545, + 55549 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 21 }, "end": { - "line": 1933, + "line": 1908, "column": 25 } } @@ -102505,31 +100917,31 @@ "type": "Identifier", "name": "test", "range": [ - 56461, - 56465 + 55550, + 55554 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 26 }, "end": { - "line": 1933, + "line": 1908, "column": 30 } } }, "range": [ - 56456, - 56465 + 55545, + 55554 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 21 }, "end": { - "line": 1933, + "line": 1908, "column": 30 } } @@ -102539,32 +100951,32 @@ "type": "Identifier", "name": "term", "range": [ - 56466, - 56470 + 55555, + 55559 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 31 }, "end": { - "line": 1933, + "line": 1908, "column": 35 } } } ], "range": [ - 56456, - 56471 + 55545, + 55560 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 21 }, "end": { - "line": 1933, + "line": 1908, "column": 36 } } @@ -102581,16 +100993,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56503, - 56512 + 55592, + 55601 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 16 }, "end": { - "line": 1934, + "line": 1909, "column": 25 } } @@ -102601,16 +101013,16 @@ "type": "Identifier", "name": "contains", "range": [ - 56515, - 56523 + 55604, + 55612 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 28 }, "end": { - "line": 1934, + "line": 1909, "column": 36 } } @@ -102625,16 +101037,16 @@ "type": "Identifier", "name": "term", "range": [ - 56524, - 56528 + 55613, + 55617 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 37 }, "end": { - "line": 1934, + "line": 1909, "column": 41 } } @@ -102643,31 +101055,31 @@ "type": "Identifier", "name": "replace", "range": [ - 56529, - 56536 + 55618, + 55625 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 42 }, "end": { - "line": 1934, + "line": 1909, "column": 49 } } }, "range": [ - 56524, - 56536 + 55613, + 55625 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 37 }, "end": { - "line": 1934, + "line": 1909, "column": 49 } } @@ -102677,16 +101089,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 56537, - 56541 + 55626, + 55630 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 50 }, "end": { - "line": 1934, + "line": 1909, "column": 54 } } @@ -102696,32 +101108,32 @@ "value": "", "raw": "''", "range": [ - 56543, - 56545 + 55632, + 55634 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 56 }, "end": { - "line": 1934, + "line": 1909, "column": 58 } } } ], "range": [ - 56524, - 56546 + 55613, + 55635 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 37 }, "end": { - "line": 1934, + "line": 1909, "column": 59 } } @@ -102730,16 +101142,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 56548, - 56557 + 55637, + 55646 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 61 }, "end": { - "line": 1934, + "line": 1909, "column": 70 } } @@ -102749,16 +101161,16 @@ "value": false, "raw": "false", "range": [ - 56579, - 56584 + 55668, + 55673 ], "loc": { "start": { - "line": 1935, + "line": 1910, "column": 20 }, "end": { - "line": 1935, + "line": 1910, "column": 25 } } @@ -102769,16 +101181,16 @@ "object": { "type": "ThisExpression", "range": [ - 56586, - 56590 + 55675, + 55679 ], "loc": { "start": { - "line": 1935, + "line": 1910, "column": 27 }, "end": { - "line": 1935, + "line": 1910, "column": 31 } } @@ -102787,77 +101199,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 56591, - 56604 + 55680, + 55693 ], "loc": { "start": { - "line": 1935, + "line": 1910, "column": 32 }, "end": { - "line": 1935, + "line": 1910, "column": 45 } } }, "range": [ - 56586, - 56604 + 55675, + 55693 ], "loc": { "start": { - "line": 1935, + "line": 1910, "column": 27 }, "end": { - "line": 1935, + "line": 1910, "column": 45 } } } ], "range": [ - 56515, - 56605 + 55604, + 55694 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 28 }, "end": { - "line": 1935, + "line": 1910, "column": 46 } } }, "range": [ - 56503, - 56605 + 55592, + 55694 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 16 }, "end": { - "line": 1935, + "line": 1910, "column": 46 } } }, "range": [ - 56503, - 56606 + 55592, + 55695 ], "loc": { "start": { - "line": 1934, + "line": 1909, "column": 16 }, "end": { - "line": 1935, + "line": 1910, "column": 47 } }, @@ -102866,16 +101278,16 @@ "type": "Line", "value": " like date", "range": [ - 56474, - 56486 + 55563, + 55575 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 39 }, "end": { - "line": 1933, + "line": 1908, "column": 51 } } @@ -102884,16 +101296,16 @@ } ], "range": [ - 56473, - 56620 + 55562, + 55709 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 38 }, "end": { - "line": 1936, + "line": 1911, "column": 13 } } @@ -102906,16 +101318,16 @@ "type": "Identifier", "name": "isValidDate", "range": [ - 56642, - 56653 + 55731, + 55742 ], "loc": { "start": { - "line": 1937, + "line": 1912, "column": 21 }, "end": { - "line": 1937, + "line": 1912, "column": 32 } } @@ -102925,32 +101337,32 @@ "type": "Identifier", "name": "term", "range": [ - 56654, - 56658 + 55743, + 55747 ], "loc": { "start": { - "line": 1937, + "line": 1912, "column": 33 }, "end": { - "line": 1937, + "line": 1912, "column": 37 } } } ], "range": [ - 56642, - 56659 + 55731, + 55748 ], "loc": { "start": { - "line": 1937, + "line": 1912, "column": 21 }, "end": { - "line": 1937, + "line": 1912, "column": 38 } } @@ -102967,16 +101379,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56679, - 56683 + 55768, + 55772 ], "loc": { "start": { - "line": 1938, + "line": 1913, "column": 16 }, "end": { - "line": 1938, + "line": 1913, "column": 20 } } @@ -102987,16 +101399,16 @@ "type": "Identifier", "name": "parseDate", "range": [ - 56686, - 56695 + 55775, + 55784 ], "loc": { "start": { - "line": 1938, + "line": 1913, "column": 23 }, "end": { - "line": 1938, + "line": 1913, "column": 32 } } @@ -103006,16 +101418,16 @@ "type": "Identifier", "name": "term", "range": [ - 56696, - 56700 + 55785, + 55789 ], "loc": { "start": { - "line": 1938, + "line": 1913, "column": 33 }, "end": { - "line": 1938, + "line": 1913, "column": 37 } } @@ -103024,62 +101436,62 @@ "type": "Identifier", "name": "locale", "range": [ - 56702, - 56708 + 55791, + 55797 ], "loc": { "start": { - "line": 1938, + "line": 1913, "column": 39 }, "end": { - "line": 1938, + "line": 1913, "column": 45 } } } ], "range": [ - 56686, - 56709 + 55775, + 55798 ], "loc": { "start": { - "line": 1938, + "line": 1913, "column": 23 }, "end": { - "line": 1938, + "line": 1913, "column": 46 } } }, "range": [ - 56679, - 56709 + 55768, + 55798 ], "loc": { "start": { - "line": 1938, + "line": 1913, "column": 16 }, "end": { - "line": 1938, + "line": 1913, "column": 46 } } }, "range": [ - 56679, - 56710 + 55768, + 55799 ], "loc": { "start": { - "line": 1938, + "line": 1913, "column": 16 }, "end": { - "line": 1938, + "line": 1913, "column": 47 } } @@ -103093,16 +101505,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56727, - 56736 + 55816, + 55825 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 16 }, "end": { - "line": 1939, + "line": 1914, "column": 25 } } @@ -103119,16 +101531,16 @@ "type": "Identifier", "name": "dte1", "range": [ - 56739, - 56743 + 55828, + 55832 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 28 }, "end": { - "line": 1939, + "line": 1914, "column": 32 } } @@ -103137,47 +101549,47 @@ "type": "Identifier", "name": "toString", "range": [ - 56744, - 56752 + 55833, + 55841 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 33 }, "end": { - "line": 1939, + "line": 1914, "column": 41 } } }, "range": [ - 56739, - 56752 + 55828, + 55841 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 28 }, "end": { - "line": 1939, + "line": 1914, "column": 41 } } }, "arguments": [], "range": [ - 56739, - 56754 + 55828, + 55843 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 28 }, "end": { - "line": 1939, + "line": 1914, "column": 43 } } @@ -103191,16 +101603,16 @@ "type": "Identifier", "name": "dte2", "range": [ - 56759, - 56763 + 55848, + 55852 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 48 }, "end": { - "line": 1939, + "line": 1914, "column": 52 } } @@ -103209,108 +101621,108 @@ "type": "Identifier", "name": "toString", "range": [ - 56764, - 56772 + 55853, + 55861 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 53 }, "end": { - "line": 1939, + "line": 1914, "column": 61 } } }, "range": [ - 56759, - 56772 + 55848, + 55861 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 48 }, "end": { - "line": 1939, + "line": 1914, "column": 61 } } }, "arguments": [], "range": [ - 56759, - 56774 + 55848, + 55863 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 48 }, "end": { - "line": 1939, + "line": 1914, "column": 63 } } }, "range": [ - 56739, - 56774 + 55828, + 55863 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 28 }, "end": { - "line": 1939, + "line": 1914, "column": 63 } } }, "range": [ - 56727, - 56774 + 55816, + 55863 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 16 }, "end": { - "line": 1939, + "line": 1914, "column": 63 } } }, "range": [ - 56727, - 56775 + 55816, + 55864 ], "loc": { "start": { - "line": 1939, + "line": 1914, "column": 16 }, "end": { - "line": 1939, + "line": 1914, "column": 64 } } } ], "range": [ - 56661, - 56789 + 55750, + 55878 ], "loc": { "start": { - "line": 1937, + "line": 1912, "column": 40 }, "end": { - "line": 1940, + "line": 1915, "column": 13 } }, @@ -103319,16 +101731,16 @@ "type": "Line", "value": "empty", "range": [ - 56802, - 56809 + 55891, + 55898 ], "loc": { "start": { - "line": 1941, + "line": 1916, "column": 12 }, "end": { - "line": 1941, + "line": 1916, "column": 19 } } @@ -103341,16 +101753,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 56831, - 56836 + 55920, + 55925 ], "loc": { "start": { - "line": 1942, + "line": 1917, "column": 21 }, "end": { - "line": 1942, + "line": 1917, "column": 26 } } @@ -103367,16 +101779,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56856, - 56865 + 55945, + 55954 ], "loc": { "start": { - "line": 1943, + "line": 1918, "column": 16 }, "end": { - "line": 1943, + "line": 1918, "column": 25 } } @@ -103387,16 +101799,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 56868, - 56881 + 55957, + 55970 ], "loc": { "start": { - "line": 1943, + "line": 1918, "column": 28 }, "end": { - "line": 1943, + "line": 1918, "column": 41 } } @@ -103406,78 +101818,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 56882, - 56891 + 55971, + 55980 ], "loc": { "start": { - "line": 1943, + "line": 1918, "column": 42 }, "end": { - "line": 1943, + "line": 1918, "column": 51 } } } ], "range": [ - 56868, - 56892 + 55957, + 55981 ], "loc": { "start": { - "line": 1943, + "line": 1918, "column": 28 }, "end": { - "line": 1943, + "line": 1918, "column": 52 } } }, "range": [ - 56856, - 56892 + 55945, + 55981 ], "loc": { "start": { - "line": 1943, + "line": 1918, "column": 16 }, "end": { - "line": 1943, + "line": 1918, "column": 52 } } }, "range": [ - 56856, - 56893 + 55945, + 55982 ], "loc": { "start": { - "line": 1943, + "line": 1918, "column": 16 }, "end": { - "line": 1943, + "line": 1918, "column": 53 } } } ], "range": [ - 56838, - 56907 + 55927, + 55996 ], "loc": { "start": { - "line": 1942, + "line": 1917, "column": 28 }, "end": { - "line": 1944, + "line": 1919, "column": 13 } }, @@ -103486,16 +101898,16 @@ "type": "Line", "value": "non-empty", "range": [ - 56920, - 56931 + 56009, + 56020 ], "loc": { "start": { - "line": 1945, + "line": 1920, "column": 12 }, "end": { - "line": 1945, + "line": 1920, "column": 23 } } @@ -103508,16 +101920,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 56953, - 56958 + 56042, + 56047 ], "loc": { "start": { - "line": 1946, + "line": 1921, "column": 21 }, "end": { - "line": 1946, + "line": 1921, "column": 26 } } @@ -103534,16 +101946,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 56978, - 56987 + 56067, + 56076 ], "loc": { "start": { - "line": 1947, + "line": 1922, "column": 16 }, "end": { - "line": 1947, + "line": 1922, "column": 25 } } @@ -103557,16 +101969,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 56991, - 57004 + 56080, + 56093 ], "loc": { "start": { - "line": 1947, + "line": 1922, "column": 29 }, "end": { - "line": 1947, + "line": 1922, "column": 42 } } @@ -103576,94 +101988,94 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57005, - 57014 + 56094, + 56103 ], "loc": { "start": { - "line": 1947, + "line": 1922, "column": 43 }, "end": { - "line": 1947, + "line": 1922, "column": 52 } } } ], "range": [ - 56991, - 57015 + 56080, + 56104 ], "loc": { "start": { - "line": 1947, + "line": 1922, "column": 29 }, "end": { - "line": 1947, + "line": 1922, "column": 53 } } }, "prefix": true, "range": [ - 56990, - 57015 + 56079, + 56104 ], "loc": { "start": { - "line": 1947, + "line": 1922, "column": 28 }, "end": { - "line": 1947, + "line": 1922, "column": 53 } } }, "range": [ - 56978, - 57015 + 56067, + 56104 ], "loc": { "start": { - "line": 1947, + "line": 1922, "column": 16 }, "end": { - "line": 1947, + "line": 1922, "column": 53 } } }, "range": [ - 56978, - 57016 + 56067, + 56105 ], "loc": { "start": { - "line": 1947, + "line": 1922, "column": 16 }, "end": { - "line": 1947, + "line": 1922, "column": 54 } } } ], "range": [ - 56960, - 57030 + 56049, + 56119 ], "loc": { "start": { - "line": 1946, + "line": 1921, "column": 28 }, "end": { - "line": 1948, + "line": 1923, "column": 13 } } @@ -103680,16 +102092,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57054, - 57063 + 56143, + 56152 ], "loc": { "start": { - "line": 1949, + "line": 1924, "column": 16 }, "end": { - "line": 1949, + "line": 1924, "column": 25 } } @@ -103700,16 +102112,16 @@ "type": "Identifier", "name": "contains", "range": [ - 57066, - 57074 + 56155, + 56163 ], "loc": { "start": { - "line": 1949, + "line": 1924, "column": 28 }, "end": { - "line": 1949, + "line": 1924, "column": 36 } } @@ -103719,16 +102131,16 @@ "type": "Identifier", "name": "term", "range": [ - 57075, - 57079 + 56164, + 56168 ], "loc": { "start": { - "line": 1949, + "line": 1924, "column": 37 }, "end": { - "line": 1949, + "line": 1924, "column": 41 } } @@ -103737,16 +102149,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57081, - 57090 + 56170, + 56179 ], "loc": { "start": { - "line": 1949, + "line": 1924, "column": 43 }, "end": { - "line": 1949, + "line": 1924, "column": 52 } } @@ -103759,16 +102171,16 @@ "object": { "type": "ThisExpression", "range": [ - 57112, - 57116 + 56201, + 56205 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 20 }, "end": { - "line": 1950, + "line": 1925, "column": 24 } } @@ -103777,31 +102189,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 57117, - 57129 + 56206, + 56218 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 25 }, "end": { - "line": 1950, + "line": 1925, "column": 37 } } }, "range": [ - 57112, - 57129 + 56201, + 56218 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 20 }, "end": { - "line": 1950, + "line": 1925, "column": 37 } } @@ -103811,32 +102223,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 57130, - 57136 + 56219, + 56225 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 38 }, "end": { - "line": 1950, + "line": 1925, "column": 44 } } } ], "range": [ - 57112, - 57137 + 56201, + 56226 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 20 }, "end": { - "line": 1950, + "line": 1925, "column": 45 } } @@ -103847,16 +102259,16 @@ "object": { "type": "ThisExpression", "range": [ - 57139, - 57143 + 56228, + 56232 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 47 }, "end": { - "line": 1950, + "line": 1925, "column": 51 } } @@ -103865,108 +102277,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 57144, - 57157 + 56233, + 56246 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 52 }, "end": { - "line": 1950, + "line": 1925, "column": 65 } } }, "range": [ - 57139, - 57157 + 56228, + 56246 ], "loc": { "start": { - "line": 1950, + "line": 1925, "column": 47 }, "end": { - "line": 1950, + "line": 1925, "column": 65 } } } ], "range": [ - 57066, - 57158 + 56155, + 56247 ], "loc": { "start": { - "line": 1949, + "line": 1924, "column": 28 }, "end": { - "line": 1950, + "line": 1925, "column": 66 } } }, "range": [ - 57054, - 57158 + 56143, + 56247 ], "loc": { "start": { - "line": 1949, + "line": 1924, "column": 16 }, "end": { - "line": 1950, + "line": 1925, "column": 66 } } }, "range": [ - 57054, - 57159 + 56143, + 56248 ], "loc": { "start": { - "line": 1949, + "line": 1924, "column": 16 }, "end": { - "line": 1950, + "line": 1925, "column": 67 } } } ], "range": [ - 57036, - 57173 + 56125, + 56262 ], "loc": { "start": { - "line": 1948, + "line": 1923, "column": 19 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } } }, "range": [ - 56949, - 57173 + 56038, + 56262 ], "loc": { "start": { - "line": 1946, + "line": 1921, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -103975,16 +102387,16 @@ "type": "Line", "value": "non-empty", "range": [ - 56920, - 56931 + 56009, + 56020 ], "loc": { "start": { - "line": 1945, + "line": 1920, "column": 12 }, "end": { - "line": 1945, + "line": 1920, "column": 23 } } @@ -103992,16 +102404,16 @@ ] }, "range": [ - 56827, - 57173 + 55916, + 56262 ], "loc": { "start": { - "line": 1942, + "line": 1917, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104010,16 +102422,16 @@ "type": "Line", "value": "empty", "range": [ - 56802, - 56809 + 55891, + 55898 ], "loc": { "start": { - "line": 1941, + "line": 1916, "column": 12 }, "end": { - "line": 1941, + "line": 1916, "column": 19 } } @@ -104027,31 +102439,31 @@ ] }, "range": [ - 56638, - 57173 + 55727, + 56262 ], "loc": { "start": { - "line": 1937, + "line": 1912, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } } }, "range": [ - 56452, - 57173 + 55541, + 56262 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104060,16 +102472,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 56373, - 56434 + 55462, + 55523 ], "loc": { "start": { - "line": 1932, + "line": 1907, "column": 12 }, "end": { - "line": 1932, + "line": 1907, "column": 73 } } @@ -104077,16 +102489,16 @@ ] }, "range": [ - 56200, - 57173 + 55289, + 56262 ], "loc": { "start": { - "line": 1928, + "line": 1903, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104095,16 +102507,16 @@ "type": "Line", "value": " equal date", "range": [ - 56169, - 56182 + 55258, + 55271 ], "loc": { "start": { - "line": 1927, + "line": 1902, "column": 12 }, "end": { - "line": 1927, + "line": 1902, "column": 25 } } @@ -104112,16 +102524,16 @@ ] }, "range": [ - 55997, - 57173 + 55086, + 56262 ], "loc": { "start": { - "line": 1923, + "line": 1898, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104130,16 +102542,16 @@ "type": "Line", "value": " different date", "range": [ - 55962, - 55979 + 55051, + 55068 ], "loc": { "start": { - "line": 1922, + "line": 1897, "column": 12 }, "end": { - "line": 1922, + "line": 1897, "column": 29 } } @@ -104147,16 +102559,16 @@ ] }, "range": [ - 55815, - 57173 + 54904, + 56262 ], "loc": { "start": { - "line": 1918, + "line": 1893, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104165,16 +102577,16 @@ "type": "Line", "value": " greater date", "range": [ - 55782, - 55797 + 54871, + 54886 ], "loc": { "start": { - "line": 1917, + "line": 1892, "column": 12 }, "end": { - "line": 1917, + "line": 1892, "column": 27 } } @@ -104182,16 +102594,16 @@ ] }, "range": [ - 55632, - 57173 + 54721, + 56262 ], "loc": { "start": { - "line": 1913, + "line": 1888, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104200,16 +102612,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 55593, - 55614 + 54682, + 54703 ], "loc": { "start": { - "line": 1912, + "line": 1887, "column": 12 }, "end": { - "line": 1912, + "line": 1887, "column": 33 } } @@ -104217,16 +102629,16 @@ ] }, "range": [ - 55446, - 57173 + 54535, + 56262 ], "loc": { "start": { - "line": 1908, + "line": 1883, "column": 17 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104235,16 +102647,16 @@ "type": "Line", "value": " lower date", "range": [ - 55415, - 55428 + 54504, + 54517 ], "loc": { "start": { - "line": 1907, + "line": 1882, "column": 12 }, "end": { - "line": 1907, + "line": 1882, "column": 25 } } @@ -104252,16 +102664,16 @@ ] }, "range": [ - 55265, - 57173 + 54354, + 56262 ], "loc": { "start": { - "line": 1903, + "line": 1878, "column": 12 }, "end": { - "line": 1951, + "line": 1926, "column": 13 } }, @@ -104270,16 +102682,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 55233, - 55252 + 54322, + 54341 ], "loc": { "start": { - "line": 1902, + "line": 1877, "column": 12 }, "end": { - "line": 1902, + "line": 1877, "column": 31 } } @@ -104288,16 +102700,16 @@ } ], "range": [ - 54279, - 57183 + 53368, + 56272 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 42 }, "end": { - "line": 1952, + "line": 1927, "column": 9 } } @@ -104315,16 +102727,16 @@ "object": { "type": "ThisExpression", "range": [ - 57216, - 57220 + 56305, + 56309 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 16 }, "end": { - "line": 1955, + "line": 1930, "column": 20 } } @@ -104333,31 +102745,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 57221, - 57228 + 56310, + 56317 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 21 }, "end": { - "line": 1955, + "line": 1930, "column": 28 } } }, "range": [ - 57216, - 57228 + 56305, + 56317 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 16 }, "end": { - "line": 1955, + "line": 1930, "column": 28 } } @@ -104367,16 +102779,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 57229, - 57235 + 56318, + 56324 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 29 }, "end": { - "line": 1955, + "line": 1930, "column": 35 } } @@ -104388,48 +102800,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 57238, - 57254 + 56327, + 56343 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 38 }, "end": { - "line": 1955, + "line": 1930, "column": 54 } } } ], "range": [ - 57237, - 57255 + 56326, + 56344 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 37 }, "end": { - "line": 1955, + "line": 1930, "column": 55 } } } ], "range": [ - 57216, - 57256 + 56305, + 56345 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 16 }, "end": { - "line": 1955, + "line": 1930, "column": 56 } } @@ -104446,16 +102858,16 @@ "type": "Identifier", "name": "colType", "range": [ - 57280, - 57287 + 56369, + 56376 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 20 }, "end": { - "line": 1956, + "line": 1931, "column": 27 } } @@ -104469,16 +102881,16 @@ "object": { "type": "ThisExpression", "range": [ - 57290, - 57294 + 56379, + 56383 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 30 }, "end": { - "line": 1956, + "line": 1931, "column": 34 } } @@ -104487,31 +102899,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 57295, - 57303 + 56384, + 56392 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 35 }, "end": { - "line": 1956, + "line": 1931, "column": 43 } } }, "range": [ - 57290, - 57303 + 56379, + 56392 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 30 }, "end": { - "line": 1956, + "line": 1931, "column": 43 } } @@ -104520,46 +102932,46 @@ "type": "Identifier", "name": "colIdx", "range": [ - 57304, - 57310 + 56393, + 56399 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 44 }, "end": { - "line": 1956, + "line": 1931, "column": 50 } } }, "range": [ - 57290, - 57311 + 56379, + 56400 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 30 }, "end": { - "line": 1956, + "line": 1931, "column": 51 } } }, "range": [ - 57280, - 57311 + 56369, + 56400 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 20 }, "end": { - "line": 1956, + "line": 1931, "column": 51 } } @@ -104567,16 +102979,16 @@ ], "kind": "let", "range": [ - 57276, - 57312 + 56365, + 56401 ], "loc": { "start": { - "line": 1956, + "line": 1931, "column": 16 }, "end": { - "line": 1956, + "line": 1931, "column": 52 } } @@ -104592,16 +103004,16 @@ "type": "Identifier", "name": "colType", "range": [ - 57333, - 57340 + 56422, + 56429 ], "loc": { "start": { - "line": 1957, + "line": 1932, "column": 20 }, "end": { - "line": 1957, + "line": 1932, "column": 27 } } @@ -104610,31 +103022,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 57341, - 57355 + 56430, + 56444 ], "loc": { "start": { - "line": 1957, + "line": 1932, "column": 28 }, "end": { - "line": 1957, + "line": 1932, "column": 42 } } }, "range": [ - 57333, - 57355 + 56422, + 56444 ], "loc": { "start": { - "line": 1957, + "line": 1932, "column": 20 }, "end": { - "line": 1957, + "line": 1932, "column": 42 } } @@ -104645,32 +103057,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 57356, - 57365 + 56445, + 56454 ], "loc": { "start": { - "line": 1957, + "line": 1932, "column": 43 }, "end": { - "line": 1957, + "line": 1932, "column": 52 } } } ], "range": [ - 57333, - 57366 + 56422, + 56455 ], "loc": { "start": { - "line": 1957, + "line": 1932, "column": 20 }, "end": { - "line": 1957, + "line": 1932, "column": 53 } } @@ -104687,16 +103099,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 57390, - 57397 + 56479, + 56486 ], "loc": { "start": { - "line": 1958, + "line": 1933, "column": 20 }, "end": { - "line": 1958, + "line": 1933, "column": 27 } } @@ -104708,16 +103120,16 @@ "type": "Identifier", "name": "colType", "range": [ - 57400, - 57407 + 56489, + 56496 ], "loc": { "start": { - "line": 1958, + "line": 1933, "column": 30 }, "end": { - "line": 1958, + "line": 1933, "column": 37 } } @@ -104726,125 +103138,125 @@ "type": "Identifier", "name": "decimal", "range": [ - 57408, - 57415 + 56497, + 56504 ], "loc": { "start": { - "line": 1958, + "line": 1933, "column": 38 }, "end": { - "line": 1958, + "line": 1933, "column": 45 } } }, "range": [ - 57400, - 57415 + 56489, + 56504 ], "loc": { "start": { - "line": 1958, + "line": 1933, "column": 30 }, "end": { - "line": 1958, + "line": 1933, "column": 45 } } }, "range": [ - 57390, - 57415 + 56479, + 56504 ], "loc": { "start": { - "line": 1958, + "line": 1933, "column": 20 }, "end": { - "line": 1958, + "line": 1933, "column": 45 } } }, "range": [ - 57390, - 57416 + 56479, + 56505 ], "loc": { "start": { - "line": 1958, + "line": 1933, "column": 20 }, "end": { - "line": 1958, + "line": 1933, "column": 46 } } } ], "range": [ - 57368, - 57434 + 56457, + 56523 ], "loc": { "start": { - "line": 1957, + "line": 1932, "column": 55 }, "end": { - "line": 1959, + "line": 1934, "column": 17 } } }, "alternate": null, "range": [ - 57329, - 57434 + 56418, + 56523 ], "loc": { "start": { - "line": 1957, + "line": 1932, "column": 16 }, "end": { - "line": 1959, + "line": 1934, "column": 17 } } } ], "range": [ - 57258, - 57448 + 56347, + 56537 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 58 }, "end": { - "line": 1960, + "line": 1935, "column": 13 } } }, "alternate": null, "range": [ - 57212, - 57448 + 56301, + 56537 ], "loc": { "start": { - "line": 1955, + "line": 1930, "column": 12 }, "end": { - "line": 1960, + "line": 1935, "column": 13 } }, @@ -104853,16 +103265,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 57461, - 57522 + 56550, + 56611 ], "loc": { "start": { - "line": 1961, + "line": 1936, "column": 12 }, "end": { - "line": 1961, + "line": 1936, "column": 73 } } @@ -104871,16 +103283,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 57535, - 57562 + 56624, + 56651 ], "loc": { "start": { - "line": 1962, + "line": 1937, "column": 12 }, "end": { - "line": 1962, + "line": 1937, "column": 39 } } @@ -104896,16 +103308,16 @@ "type": "Identifier", "name": "numData", "range": [ - 57575, - 57582 + 56664, + 56671 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 12 }, "end": { - "line": 1963, + "line": 1938, "column": 19 } } @@ -104919,16 +103331,16 @@ "type": "Identifier", "name": "Number", "range": [ - 57585, - 57591 + 56674, + 56680 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 22 }, "end": { - "line": 1963, + "line": 1938, "column": 28 } } @@ -104938,32 +103350,32 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57592, - 57601 + 56681, + 56690 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 29 }, "end": { - "line": 1963, + "line": 1938, "column": 38 } } } ], "range": [ - 57585, - 57602 + 56674, + 56691 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 22 }, "end": { - "line": 1963, + "line": 1938, "column": 39 } } @@ -104974,16 +103386,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 57606, - 57613 + 56695, + 56702 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 43 }, "end": { - "line": 1963, + "line": 1938, "column": 50 } } @@ -104993,16 +103405,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 57614, - 57623 + 56703, + 56712 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 51 }, "end": { - "line": 1963, + "line": 1938, "column": 60 } } @@ -105011,77 +103423,77 @@ "type": "Identifier", "name": "decimal", "range": [ - 57625, - 57632 + 56714, + 56721 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 62 }, "end": { - "line": 1963, + "line": 1938, "column": 69 } } } ], "range": [ - 57606, - 57633 + 56695, + 56722 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 43 }, "end": { - "line": 1963, + "line": 1938, "column": 70 } } }, "range": [ - 57585, - 57633 + 56674, + 56722 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 22 }, "end": { - "line": 1963, + "line": 1938, "column": 70 } } }, "range": [ - 57575, - 57633 + 56664, + 56722 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 12 }, "end": { - "line": 1963, + "line": 1938, "column": 70 } } }, "range": [ - 57575, - 57634 + 56664, + 56723 ], "loc": { "start": { - "line": 1963, + "line": 1938, "column": 12 }, "end": { - "line": 1963, + "line": 1938, "column": 71 } }, @@ -105090,16 +103502,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 57461, - 57522 + 56550, + 56611 ], "loc": { "start": { - "line": 1961, + "line": 1936, "column": 12 }, "end": { - "line": 1961, + "line": 1936, "column": 73 } } @@ -105108,16 +103520,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 57535, - 57562 + 56624, + 56651 ], "loc": { "start": { - "line": 1962, + "line": 1937, "column": 12 }, "end": { - "line": 1962, + "line": 1937, "column": 39 } } @@ -105128,16 +103540,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 57648, - 57710 + 56737, + 56799 ], "loc": { "start": { - "line": 1965, + "line": 1940, "column": 12 }, "end": { - "line": 1965, + "line": 1940, "column": 74 } } @@ -105146,16 +103558,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 57723, - 57731 + 56812, + 56820 ], "loc": { "start": { - "line": 1966, + "line": 1941, "column": 12 }, "end": { - "line": 1966, + "line": 1941, "column": 20 } } @@ -105164,16 +103576,16 @@ "type": "Line", "value": " lower equal", "range": [ - 57744, - 57758 + 56833, + 56847 ], "loc": { "start": { - "line": 1967, + "line": 1942, "column": 12 }, "end": { - "line": 1967, + "line": 1942, "column": 26 } } @@ -105186,16 +103598,16 @@ "type": "Identifier", "name": "hasLE", "range": [ - 57775, - 57780 + 56864, + 56869 ], "loc": { "start": { - "line": 1968, + "line": 1943, "column": 16 }, "end": { - "line": 1968, + "line": 1943, "column": 21 } } @@ -105212,16 +103624,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 57800, - 57809 + 56889, + 56898 ], "loc": { "start": { - "line": 1969, + "line": 1944, "column": 16 }, "end": { - "line": 1969, + "line": 1944, "column": 25 } } @@ -105233,16 +103645,16 @@ "type": "Identifier", "name": "numData", "range": [ - 57812, - 57819 + 56901, + 56908 ], "loc": { "start": { - "line": 1969, + "line": 1944, "column": 28 }, "end": { - "line": 1969, + "line": 1944, "column": 35 } } @@ -105253,16 +103665,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 57823, - 57830 + 56912, + 56919 ], "loc": { "start": { - "line": 1969, + "line": 1944, "column": 39 }, "end": { - "line": 1969, + "line": 1944, "column": 46 } } @@ -105277,16 +103689,16 @@ "type": "Identifier", "name": "term", "range": [ - 57852, - 57856 + 56941, + 56945 ], "loc": { "start": { - "line": 1970, + "line": 1945, "column": 20 }, "end": { - "line": 1970, + "line": 1945, "column": 24 } } @@ -105295,31 +103707,31 @@ "type": "Identifier", "name": "replace", "range": [ - 57857, - 57864 + 56946, + 56953 ], "loc": { "start": { - "line": 1970, + "line": 1945, "column": 25 }, "end": { - "line": 1970, + "line": 1945, "column": 32 } } }, "range": [ - 57852, - 57864 + 56941, + 56953 ], "loc": { "start": { - "line": 1970, + "line": 1945, "column": 20 }, "end": { - "line": 1970, + "line": 1945, "column": 32 } } @@ -105329,16 +103741,16 @@ "type": "Identifier", "name": "reLe", "range": [ - 57865, - 57869 + 56954, + 56958 ], "loc": { "start": { - "line": 1970, + "line": 1945, "column": 33 }, "end": { - "line": 1970, + "line": 1945, "column": 37 } } @@ -105348,32 +103760,32 @@ "value": "", "raw": "''", "range": [ - 57871, - 57873 + 56960, + 56962 ], "loc": { "start": { - "line": 1970, + "line": 1945, "column": 39 }, "end": { - "line": 1970, + "line": 1945, "column": 41 } } } ], "range": [ - 57852, - 57874 + 56941, + 56963 ], "loc": { "start": { - "line": 1970, + "line": 1945, "column": 20 }, "end": { - "line": 1970, + "line": 1945, "column": 42 } } @@ -105382,93 +103794,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 57896, - 57903 + 56985, + 56992 ], "loc": { "start": { - "line": 1971, + "line": 1946, "column": 20 }, "end": { - "line": 1971, + "line": 1946, "column": 27 } } } ], "range": [ - 57823, - 57921 + 56912, + 57010 ], "loc": { "start": { - "line": 1969, + "line": 1944, "column": 39 }, "end": { - "line": 1972, + "line": 1947, "column": 17 } } }, "range": [ - 57812, - 57921 + 56901, + 57010 ], "loc": { "start": { - "line": 1969, + "line": 1944, "column": 28 }, "end": { - "line": 1972, + "line": 1947, "column": 17 } } }, "range": [ - 57800, - 57921 + 56889, + 57010 ], "loc": { "start": { - "line": 1969, + "line": 1944, "column": 16 }, "end": { - "line": 1972, + "line": 1947, "column": 17 } } }, "range": [ - 57800, - 57922 + 56889, + 57011 ], "loc": { "start": { - "line": 1969, + "line": 1944, "column": 16 }, "end": { - "line": 1972, + "line": 1947, "column": 18 } } } ], "range": [ - 57782, - 57936 + 56871, + 57025 ], "loc": { "start": { - "line": 1968, + "line": 1943, "column": 23 }, "end": { - "line": 1973, + "line": 1948, "column": 13 } }, @@ -105477,16 +103889,16 @@ "type": "Line", "value": "greater equal", "range": [ - 57949, - 57964 + 57038, + 57053 ], "loc": { "start": { - "line": 1974, + "line": 1949, "column": 12 }, "end": { - "line": 1974, + "line": 1949, "column": 27 } } @@ -105499,16 +103911,16 @@ "type": "Identifier", "name": "hasGE", "range": [ - 57986, - 57991 + 57075, + 57080 ], "loc": { "start": { - "line": 1975, + "line": 1950, "column": 21 }, "end": { - "line": 1975, + "line": 1950, "column": 26 } } @@ -105525,16 +103937,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58011, - 58020 + 57100, + 57109 ], "loc": { "start": { - "line": 1976, + "line": 1951, "column": 16 }, "end": { - "line": 1976, + "line": 1951, "column": 25 } } @@ -105546,16 +103958,16 @@ "type": "Identifier", "name": "numData", "range": [ - 58023, - 58030 + 57112, + 57119 ], "loc": { "start": { - "line": 1976, + "line": 1951, "column": 28 }, "end": { - "line": 1976, + "line": 1951, "column": 35 } } @@ -105566,16 +103978,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 58034, - 58041 + 57123, + 57130 ], "loc": { "start": { - "line": 1976, + "line": 1951, "column": 39 }, "end": { - "line": 1976, + "line": 1951, "column": 46 } } @@ -105590,16 +104002,16 @@ "type": "Identifier", "name": "term", "range": [ - 58063, - 58067 + 57152, + 57156 ], "loc": { "start": { - "line": 1977, + "line": 1952, "column": 20 }, "end": { - "line": 1977, + "line": 1952, "column": 24 } } @@ -105608,31 +104020,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58068, - 58075 + 57157, + 57164 ], "loc": { "start": { - "line": 1977, + "line": 1952, "column": 25 }, "end": { - "line": 1977, + "line": 1952, "column": 32 } } }, "range": [ - 58063, - 58075 + 57152, + 57164 ], "loc": { "start": { - "line": 1977, + "line": 1952, "column": 20 }, "end": { - "line": 1977, + "line": 1952, "column": 32 } } @@ -105642,16 +104054,16 @@ "type": "Identifier", "name": "reGe", "range": [ - 58076, - 58080 + 57165, + 57169 ], "loc": { "start": { - "line": 1977, + "line": 1952, "column": 33 }, "end": { - "line": 1977, + "line": 1952, "column": 37 } } @@ -105661,32 +104073,32 @@ "value": "", "raw": "''", "range": [ - 58082, - 58084 + 57171, + 57173 ], "loc": { "start": { - "line": 1977, + "line": 1952, "column": 39 }, "end": { - "line": 1977, + "line": 1952, "column": 41 } } } ], "range": [ - 58063, - 58085 + 57152, + 57174 ], "loc": { "start": { - "line": 1977, + "line": 1952, "column": 20 }, "end": { - "line": 1977, + "line": 1952, "column": 42 } } @@ -105695,93 +104107,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 58107, - 58114 + 57196, + 57203 ], "loc": { "start": { - "line": 1978, + "line": 1953, "column": 20 }, "end": { - "line": 1978, + "line": 1953, "column": 27 } } } ], "range": [ - 58034, - 58132 + 57123, + 57221 ], "loc": { "start": { - "line": 1976, + "line": 1951, "column": 39 }, "end": { - "line": 1979, + "line": 1954, "column": 17 } } }, "range": [ - 58023, - 58132 + 57112, + 57221 ], "loc": { "start": { - "line": 1976, + "line": 1951, "column": 28 }, "end": { - "line": 1979, + "line": 1954, "column": 17 } } }, "range": [ - 58011, - 58132 + 57100, + 57221 ], "loc": { "start": { - "line": 1976, + "line": 1951, "column": 16 }, "end": { - "line": 1979, + "line": 1954, "column": 17 } } }, "range": [ - 58011, - 58133 + 57100, + 57222 ], "loc": { "start": { - "line": 1976, + "line": 1951, "column": 16 }, "end": { - "line": 1979, + "line": 1954, "column": 18 } } } ], "range": [ - 57993, - 58147 + 57082, + 57236 ], "loc": { "start": { - "line": 1975, + "line": 1950, "column": 28 }, "end": { - "line": 1980, + "line": 1955, "column": 13 } }, @@ -105790,16 +104202,16 @@ "type": "Line", "value": "lower", "range": [ - 58160, - 58167 + 57249, + 57256 ], "loc": { "start": { - "line": 1981, + "line": 1956, "column": 12 }, "end": { - "line": 1981, + "line": 1956, "column": 19 } } @@ -105812,16 +104224,16 @@ "type": "Identifier", "name": "hasLO", "range": [ - 58189, - 58194 + 57278, + 57283 ], "loc": { "start": { - "line": 1982, + "line": 1957, "column": 21 }, "end": { - "line": 1982, + "line": 1957, "column": 26 } } @@ -105838,16 +104250,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58214, - 58223 + 57303, + 57312 ], "loc": { "start": { - "line": 1983, + "line": 1958, "column": 16 }, "end": { - "line": 1983, + "line": 1958, "column": 25 } } @@ -105859,16 +104271,16 @@ "type": "Identifier", "name": "numData", "range": [ - 58226, - 58233 + 57315, + 57322 ], "loc": { "start": { - "line": 1983, + "line": 1958, "column": 28 }, "end": { - "line": 1983, + "line": 1958, "column": 35 } } @@ -105879,16 +104291,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 58236, - 58243 + 57325, + 57332 ], "loc": { "start": { - "line": 1983, + "line": 1958, "column": 38 }, "end": { - "line": 1983, + "line": 1958, "column": 45 } } @@ -105903,16 +104315,16 @@ "type": "Identifier", "name": "term", "range": [ - 58265, - 58269 + 57354, + 57358 ], "loc": { "start": { - "line": 1984, + "line": 1959, "column": 20 }, "end": { - "line": 1984, + "line": 1959, "column": 24 } } @@ -105921,31 +104333,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58270, - 58277 + 57359, + 57366 ], "loc": { "start": { - "line": 1984, + "line": 1959, "column": 25 }, "end": { - "line": 1984, + "line": 1959, "column": 32 } } }, "range": [ - 58265, - 58277 + 57354, + 57366 ], "loc": { "start": { - "line": 1984, + "line": 1959, "column": 20 }, "end": { - "line": 1984, + "line": 1959, "column": 32 } } @@ -105955,16 +104367,16 @@ "type": "Identifier", "name": "reL", "range": [ - 58278, - 58281 + 57367, + 57370 ], "loc": { "start": { - "line": 1984, + "line": 1959, "column": 33 }, "end": { - "line": 1984, + "line": 1959, "column": 36 } } @@ -105974,32 +104386,32 @@ "value": "", "raw": "''", "range": [ - 58283, - 58285 + 57372, + 57374 ], "loc": { "start": { - "line": 1984, + "line": 1959, "column": 38 }, "end": { - "line": 1984, + "line": 1959, "column": 40 } } } ], "range": [ - 58265, - 58286 + 57354, + 57375 ], "loc": { "start": { - "line": 1984, + "line": 1959, "column": 20 }, "end": { - "line": 1984, + "line": 1959, "column": 41 } } @@ -106008,93 +104420,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 58308, - 58315 + 57397, + 57404 ], "loc": { "start": { - "line": 1985, + "line": 1960, "column": 20 }, "end": { - "line": 1985, + "line": 1960, "column": 27 } } } ], "range": [ - 58236, - 58333 + 57325, + 57422 ], "loc": { "start": { - "line": 1983, + "line": 1958, "column": 38 }, "end": { - "line": 1986, + "line": 1961, "column": 17 } } }, "range": [ - 58226, - 58333 + 57315, + 57422 ], "loc": { "start": { - "line": 1983, + "line": 1958, "column": 28 }, "end": { - "line": 1986, + "line": 1961, "column": 17 } } }, "range": [ - 58214, - 58333 + 57303, + 57422 ], "loc": { "start": { - "line": 1983, + "line": 1958, "column": 16 }, "end": { - "line": 1986, + "line": 1961, "column": 17 } } }, "range": [ - 58214, - 58334 + 57303, + 57423 ], "loc": { "start": { - "line": 1983, + "line": 1958, "column": 16 }, "end": { - "line": 1986, + "line": 1961, "column": 18 } } } ], "range": [ - 58196, - 58348 + 57285, + 57437 ], "loc": { "start": { - "line": 1982, + "line": 1957, "column": 28 }, "end": { - "line": 1987, + "line": 1962, "column": 13 } }, @@ -106103,16 +104515,16 @@ "type": "Line", "value": "greater", "range": [ - 58361, - 58370 + 57450, + 57459 ], "loc": { "start": { - "line": 1988, + "line": 1963, "column": 12 }, "end": { - "line": 1988, + "line": 1963, "column": 21 } } @@ -106125,16 +104537,16 @@ "type": "Identifier", "name": "hasGR", "range": [ - 58392, - 58397 + 57481, + 57486 ], "loc": { "start": { - "line": 1989, + "line": 1964, "column": 21 }, "end": { - "line": 1989, + "line": 1964, "column": 26 } } @@ -106151,16 +104563,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58417, - 58426 + 57506, + 57515 ], "loc": { "start": { - "line": 1990, + "line": 1965, "column": 16 }, "end": { - "line": 1990, + "line": 1965, "column": 25 } } @@ -106172,16 +104584,16 @@ "type": "Identifier", "name": "numData", "range": [ - 58429, - 58436 + 57518, + 57525 ], "loc": { "start": { - "line": 1990, + "line": 1965, "column": 28 }, "end": { - "line": 1990, + "line": 1965, "column": 35 } } @@ -106192,16 +104604,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 58439, - 58446 + 57528, + 57535 ], "loc": { "start": { - "line": 1990, + "line": 1965, "column": 38 }, "end": { - "line": 1990, + "line": 1965, "column": 45 } } @@ -106216,16 +104628,16 @@ "type": "Identifier", "name": "term", "range": [ - 58468, - 58472 + 57557, + 57561 ], "loc": { "start": { - "line": 1991, + "line": 1966, "column": 20 }, "end": { - "line": 1991, + "line": 1966, "column": 24 } } @@ -106234,31 +104646,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58473, - 58480 + 57562, + 57569 ], "loc": { "start": { - "line": 1991, + "line": 1966, "column": 25 }, "end": { - "line": 1991, + "line": 1966, "column": 32 } } }, "range": [ - 58468, - 58480 + 57557, + 57569 ], "loc": { "start": { - "line": 1991, + "line": 1966, "column": 20 }, "end": { - "line": 1991, + "line": 1966, "column": 32 } } @@ -106268,16 +104680,16 @@ "type": "Identifier", "name": "reG", "range": [ - 58481, - 58484 + 57570, + 57573 ], "loc": { "start": { - "line": 1991, + "line": 1966, "column": 33 }, "end": { - "line": 1991, + "line": 1966, "column": 36 } } @@ -106287,32 +104699,32 @@ "value": "", "raw": "''", "range": [ - 58486, - 58488 + 57575, + 57577 ], "loc": { "start": { - "line": 1991, + "line": 1966, "column": 38 }, "end": { - "line": 1991, + "line": 1966, "column": 40 } } } ], "range": [ - 58468, - 58489 + 57557, + 57578 ], "loc": { "start": { - "line": 1991, + "line": 1966, "column": 20 }, "end": { - "line": 1991, + "line": 1966, "column": 41 } } @@ -106321,93 +104733,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 58511, - 58518 + 57600, + 57607 ], "loc": { "start": { - "line": 1992, + "line": 1967, "column": 20 }, "end": { - "line": 1992, + "line": 1967, "column": 27 } } } ], "range": [ - 58439, - 58536 + 57528, + 57625 ], "loc": { "start": { - "line": 1990, + "line": 1965, "column": 38 }, "end": { - "line": 1993, + "line": 1968, "column": 17 } } }, "range": [ - 58429, - 58536 + 57518, + 57625 ], "loc": { "start": { - "line": 1990, + "line": 1965, "column": 28 }, "end": { - "line": 1993, + "line": 1968, "column": 17 } } }, "range": [ - 58417, - 58536 + 57506, + 57625 ], "loc": { "start": { - "line": 1990, + "line": 1965, "column": 16 }, "end": { - "line": 1993, + "line": 1968, "column": 17 } } }, "range": [ - 58417, - 58537 + 57506, + 57626 ], "loc": { "start": { - "line": 1990, + "line": 1965, "column": 16 }, "end": { - "line": 1993, + "line": 1968, "column": 18 } } } ], "range": [ - 58399, - 58551 + 57488, + 57640 ], "loc": { "start": { - "line": 1989, + "line": 1964, "column": 28 }, "end": { - "line": 1994, + "line": 1969, "column": 13 } }, @@ -106416,16 +104828,16 @@ "type": "Line", "value": "different", "range": [ - 58564, - 58575 + 57653, + 57664 ], "loc": { "start": { - "line": 1995, + "line": 1970, "column": 12 }, "end": { - "line": 1995, + "line": 1970, "column": 23 } } @@ -106438,16 +104850,16 @@ "type": "Identifier", "name": "hasDF", "range": [ - 58597, - 58602 + 57686, + 57691 ], "loc": { "start": { - "line": 1996, + "line": 1971, "column": 21 }, "end": { - "line": 1996, + "line": 1971, "column": 26 } } @@ -106464,16 +104876,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58622, - 58631 + 57711, + 57720 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 16 }, "end": { - "line": 1997, + "line": 1972, "column": 25 } } @@ -106486,16 +104898,16 @@ "type": "Identifier", "name": "contains", "range": [ - 58634, - 58642 + 57723, + 57731 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 28 }, "end": { - "line": 1997, + "line": 1972, "column": 36 } } @@ -106510,16 +104922,16 @@ "type": "Identifier", "name": "term", "range": [ - 58643, - 58647 + 57732, + 57736 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 37 }, "end": { - "line": 1997, + "line": 1972, "column": 41 } } @@ -106528,31 +104940,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58648, - 58655 + 57737, + 57744 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 42 }, "end": { - "line": 1997, + "line": 1972, "column": 49 } } }, "range": [ - 58643, - 58655 + 57732, + 57744 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 37 }, "end": { - "line": 1997, + "line": 1972, "column": 49 } } @@ -106562,16 +104974,16 @@ "type": "Identifier", "name": "reD", "range": [ - 58656, - 58659 + 57745, + 57748 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 50 }, "end": { - "line": 1997, + "line": 1972, "column": 53 } } @@ -106581,32 +104993,32 @@ "value": "", "raw": "''", "range": [ - 58661, - 58663 + 57750, + 57752 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 55 }, "end": { - "line": 1997, + "line": 1972, "column": 57 } } } ], "range": [ - 58643, - 58664 + 57732, + 57753 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 37 }, "end": { - "line": 1997, + "line": 1972, "column": 58 } } @@ -106615,16 +105027,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58666, - 58675 + 57755, + 57764 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 60 }, "end": { - "line": 1997, + "line": 1972, "column": 69 } } @@ -106634,16 +105046,16 @@ "value": false, "raw": "false", "range": [ - 58697, - 58702 + 57786, + 57791 ], "loc": { "start": { - "line": 1998, + "line": 1973, "column": 20 }, "end": { - "line": 1998, + "line": 1973, "column": 25 } } @@ -106654,16 +105066,16 @@ "object": { "type": "ThisExpression", "range": [ - 58704, - 58708 + 57793, + 57797 ], "loc": { "start": { - "line": 1998, + "line": 1973, "column": 27 }, "end": { - "line": 1998, + "line": 1973, "column": 31 } } @@ -106672,47 +105084,47 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 58709, - 58722 + 57798, + 57811 ], "loc": { "start": { - "line": 1998, + "line": 1973, "column": 32 }, "end": { - "line": 1998, + "line": 1973, "column": 45 } } }, "range": [ - 58704, - 58722 + 57793, + 57811 ], "loc": { "start": { - "line": 1998, + "line": 1973, "column": 27 }, "end": { - "line": 1998, + "line": 1973, "column": 45 } } } ], "range": [ - 58634, - 58723 + 57723, + 57812 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 28 }, "end": { - "line": 1998, + "line": 1973, "column": 46 } } @@ -106722,16 +105134,16 @@ "value": false, "raw": "false", "range": [ - 58726, - 58731 + 57815, + 57820 ], "loc": { "start": { - "line": 1998, + "line": 1973, "column": 49 }, "end": { - "line": 1998, + "line": 1973, "column": 54 } } @@ -106741,77 +105153,77 @@ "value": true, "raw": "true", "range": [ - 58734, - 58738 + 57823, + 57827 ], "loc": { "start": { - "line": 1998, + "line": 1973, "column": 57 }, "end": { - "line": 1998, + "line": 1973, "column": 61 } } }, "range": [ - 58634, - 58738 + 57723, + 57827 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 28 }, "end": { - "line": 1998, + "line": 1973, "column": 61 } } }, "range": [ - 58622, - 58738 + 57711, + 57827 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 16 }, "end": { - "line": 1998, + "line": 1973, "column": 61 } } }, "range": [ - 58622, - 58739 + 57711, + 57828 ], "loc": { "start": { - "line": 1997, + "line": 1972, "column": 16 }, "end": { - "line": 1998, + "line": 1973, "column": 62 } } } ], "range": [ - 58604, - 58753 + 57693, + 57842 ], "loc": { "start": { - "line": 1996, + "line": 1971, "column": 28 }, "end": { - "line": 1999, + "line": 1974, "column": 13 } }, @@ -106820,16 +105232,16 @@ "type": "Line", "value": "like", "range": [ - 58766, - 58772 + 57855, + 57861 ], "loc": { "start": { - "line": 2000, + "line": 1975, "column": 12 }, "end": { - "line": 2000, + "line": 1975, "column": 18 } } @@ -106842,16 +105254,16 @@ "type": "Identifier", "name": "hasLK", "range": [ - 58794, - 58799 + 57883, + 57888 ], "loc": { "start": { - "line": 2001, + "line": 1976, "column": 21 }, "end": { - "line": 2001, + "line": 1976, "column": 26 } } @@ -106868,16 +105280,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 58819, - 58828 + 57908, + 57917 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 16 }, "end": { - "line": 2002, + "line": 1977, "column": 25 } } @@ -106888,16 +105300,16 @@ "type": "Identifier", "name": "contains", "range": [ - 58831, - 58839 + 57920, + 57928 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 28 }, "end": { - "line": 2002, + "line": 1977, "column": 36 } } @@ -106912,16 +105324,16 @@ "type": "Identifier", "name": "term", "range": [ - 58840, - 58844 + 57929, + 57933 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 37 }, "end": { - "line": 2002, + "line": 1977, "column": 41 } } @@ -106930,31 +105342,31 @@ "type": "Identifier", "name": "replace", "range": [ - 58845, - 58852 + 57934, + 57941 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 42 }, "end": { - "line": 2002, + "line": 1977, "column": 49 } } }, "range": [ - 58840, - 58852 + 57929, + 57941 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 37 }, "end": { - "line": 2002, + "line": 1977, "column": 49 } } @@ -106964,16 +105376,16 @@ "type": "Identifier", "name": "reLk", "range": [ - 58853, - 58857 + 57942, + 57946 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 50 }, "end": { - "line": 2002, + "line": 1977, "column": 54 } } @@ -106983,32 +105395,32 @@ "value": "", "raw": "''", "range": [ - 58859, - 58861 + 57948, + 57950 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 56 }, "end": { - "line": 2002, + "line": 1977, "column": 58 } } } ], "range": [ - 58840, - 58862 + 57929, + 57951 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 37 }, "end": { - "line": 2002, + "line": 1977, "column": 59 } } @@ -107017,16 +105429,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 58864, - 58873 + 57953, + 57962 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 61 }, "end": { - "line": 2002, + "line": 1977, "column": 70 } } @@ -107036,16 +105448,16 @@ "value": false, "raw": "false", "range": [ - 58895, - 58900 + 57984, + 57989 ], "loc": { "start": { - "line": 2003, + "line": 1978, "column": 20 }, "end": { - "line": 2003, + "line": 1978, "column": 25 } } @@ -107056,16 +105468,16 @@ "object": { "type": "ThisExpression", "range": [ - 58902, - 58906 + 57991, + 57995 ], "loc": { "start": { - "line": 2003, + "line": 1978, "column": 27 }, "end": { - "line": 2003, + "line": 1978, "column": 31 } } @@ -107074,93 +105486,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 58907, - 58920 + 57996, + 58009 ], "loc": { "start": { - "line": 2003, + "line": 1978, "column": 32 }, "end": { - "line": 2003, + "line": 1978, "column": 45 } } }, "range": [ - 58902, - 58920 + 57991, + 58009 ], "loc": { "start": { - "line": 2003, + "line": 1978, "column": 27 }, "end": { - "line": 2003, + "line": 1978, "column": 45 } } } ], "range": [ - 58831, - 58921 + 57920, + 58010 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 28 }, "end": { - "line": 2003, + "line": 1978, "column": 46 } } }, "range": [ - 58819, - 58921 + 57908, + 58010 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 16 }, "end": { - "line": 2003, + "line": 1978, "column": 46 } } }, "range": [ - 58819, - 58922 + 57908, + 58011 ], "loc": { "start": { - "line": 2002, + "line": 1977, "column": 16 }, "end": { - "line": 2003, + "line": 1978, "column": 47 } } } ], "range": [ - 58801, - 58936 + 57890, + 58025 ], "loc": { "start": { - "line": 2001, + "line": 1976, "column": 28 }, "end": { - "line": 2004, + "line": 1979, "column": 13 } }, @@ -107169,16 +105581,16 @@ "type": "Line", "value": "equal", "range": [ - 58949, - 58956 + 58038, + 58045 ], "loc": { "start": { - "line": 2005, + "line": 1980, "column": 12 }, "end": { - "line": 2005, + "line": 1980, "column": 19 } } @@ -107191,16 +105603,16 @@ "type": "Identifier", "name": "hasEQ", "range": [ - 58978, - 58983 + 58067, + 58072 ], "loc": { "start": { - "line": 2006, + "line": 1981, "column": 21 }, "end": { - "line": 2006, + "line": 1981, "column": 26 } } @@ -107217,16 +105629,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59003, - 59012 + 58092, + 58101 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 16 }, "end": { - "line": 2007, + "line": 1982, "column": 25 } } @@ -107237,16 +105649,16 @@ "type": "Identifier", "name": "contains", "range": [ - 59015, - 59023 + 58104, + 58112 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 28 }, "end": { - "line": 2007, + "line": 1982, "column": 36 } } @@ -107261,16 +105673,16 @@ "type": "Identifier", "name": "term", "range": [ - 59024, - 59028 + 58113, + 58117 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 37 }, "end": { - "line": 2007, + "line": 1982, "column": 41 } } @@ -107279,31 +105691,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59029, - 59036 + 58118, + 58125 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 42 }, "end": { - "line": 2007, + "line": 1982, "column": 49 } } }, "range": [ - 59024, - 59036 + 58113, + 58125 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 37 }, "end": { - "line": 2007, + "line": 1982, "column": 49 } } @@ -107313,16 +105725,16 @@ "type": "Identifier", "name": "reEq", "range": [ - 59037, - 59041 + 58126, + 58130 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 50 }, "end": { - "line": 2007, + "line": 1982, "column": 54 } } @@ -107332,32 +105744,32 @@ "value": "", "raw": "''", "range": [ - 59043, - 59045 + 58132, + 58134 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 56 }, "end": { - "line": 2007, + "line": 1982, "column": 58 } } } ], "range": [ - 59024, - 59046 + 58113, + 58135 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 37 }, "end": { - "line": 2007, + "line": 1982, "column": 59 } } @@ -107366,16 +105778,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59048, - 59057 + 58137, + 58146 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 61 }, "end": { - "line": 2007, + "line": 1982, "column": 70 } } @@ -107385,16 +105797,16 @@ "value": true, "raw": "true", "range": [ - 59079, - 59083 + 58168, + 58172 ], "loc": { "start": { - "line": 2008, + "line": 1983, "column": 20 }, "end": { - "line": 2008, + "line": 1983, "column": 24 } } @@ -107405,16 +105817,16 @@ "object": { "type": "ThisExpression", "range": [ - 59085, - 59089 + 58174, + 58178 ], "loc": { "start": { - "line": 2008, + "line": 1983, "column": 26 }, "end": { - "line": 2008, + "line": 1983, "column": 30 } } @@ -107423,93 +105835,93 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 59090, - 59103 + 58179, + 58192 ], "loc": { "start": { - "line": 2008, + "line": 1983, "column": 31 }, "end": { - "line": 2008, + "line": 1983, "column": 44 } } }, "range": [ - 59085, - 59103 + 58174, + 58192 ], "loc": { "start": { - "line": 2008, + "line": 1983, "column": 26 }, "end": { - "line": 2008, + "line": 1983, "column": 44 } } } ], "range": [ - 59015, - 59104 + 58104, + 58193 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 28 }, "end": { - "line": 2008, + "line": 1983, "column": 45 } } }, "range": [ - 59003, - 59104 + 58092, + 58193 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 16 }, "end": { - "line": 2008, + "line": 1983, "column": 45 } } }, "range": [ - 59003, - 59105 + 58092, + 58194 ], "loc": { "start": { - "line": 2007, + "line": 1982, "column": 16 }, "end": { - "line": 2008, + "line": 1983, "column": 46 } } } ], "range": [ - 58985, - 59119 + 58074, + 58208 ], "loc": { "start": { - "line": 2006, + "line": 1981, "column": 28 }, "end": { - "line": 2009, + "line": 1984, "column": 13 } }, @@ -107518,16 +105930,16 @@ "type": "Line", "value": "starts with", "range": [ - 59132, - 59145 + 58221, + 58234 ], "loc": { "start": { - "line": 2010, + "line": 1985, "column": 12 }, "end": { - "line": 2010, + "line": 1985, "column": 25 } } @@ -107540,16 +105952,16 @@ "type": "Identifier", "name": "hasST", "range": [ - 59167, - 59172 + 58256, + 58261 ], "loc": { "start": { - "line": 2011, + "line": 1986, "column": 21 }, "end": { - "line": 2011, + "line": 1986, "column": 26 } } @@ -107566,16 +105978,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59192, - 59201 + 58281, + 58290 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 16 }, "end": { - "line": 2012, + "line": 1987, "column": 25 } } @@ -107594,16 +106006,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59204, - 59213 + 58293, + 58302 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 28 }, "end": { - "line": 2012, + "line": 1987, "column": 37 } } @@ -107612,31 +106024,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 59214, - 59221 + 58303, + 58310 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 38 }, "end": { - "line": 2012, + "line": 1987, "column": 45 } } }, "range": [ - 59204, - 59221 + 58293, + 58310 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 28 }, "end": { - "line": 2012, + "line": 1987, "column": 45 } } @@ -107651,16 +106063,16 @@ "type": "Identifier", "name": "term", "range": [ - 59222, - 59226 + 58311, + 58315 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 46 }, "end": { - "line": 2012, + "line": 1987, "column": 50 } } @@ -107669,31 +106081,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59227, - 59234 + 58316, + 58323 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 51 }, "end": { - "line": 2012, + "line": 1987, "column": 58 } } }, "range": [ - 59222, - 59234 + 58311, + 58323 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 46 }, "end": { - "line": 2012, + "line": 1987, "column": 58 } } @@ -107703,16 +106115,16 @@ "type": "Identifier", "name": "reSt", "range": [ - 59235, - 59239 + 58324, + 58328 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 59 }, "end": { - "line": 2012, + "line": 1987, "column": 63 } } @@ -107722,48 +106134,48 @@ "value": "", "raw": "''", "range": [ - 59241, - 59243 + 58330, + 58332 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 65 }, "end": { - "line": 2012, + "line": 1987, "column": 67 } } } ], "range": [ - 59222, - 59244 + 58311, + 58333 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 46 }, "end": { - "line": 2012, + "line": 1987, "column": 68 } } } ], "range": [ - 59204, - 59245 + 58293, + 58334 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 28 }, "end": { - "line": 2012, + "line": 1987, "column": 69 } } @@ -107773,31 +106185,31 @@ "value": 0, "raw": "0", "range": [ - 59250, - 59251 + 58339, + 58340 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 74 }, "end": { - "line": 2012, + "line": 1987, "column": 75 } } }, "range": [ - 59204, - 59251 + 58293, + 58340 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 28 }, "end": { - "line": 2012, + "line": 1987, "column": 75 } } @@ -107807,16 +106219,16 @@ "value": true, "raw": "true", "range": [ - 59274, - 59278 + 58363, + 58367 ], "loc": { "start": { - "line": 2013, + "line": 1988, "column": 20 }, "end": { - "line": 2013, + "line": 1988, "column": 24 } } @@ -107826,77 +106238,77 @@ "value": false, "raw": "false", "range": [ - 59281, - 59286 + 58370, + 58375 ], "loc": { "start": { - "line": 2013, + "line": 1988, "column": 27 }, "end": { - "line": 2013, + "line": 1988, "column": 32 } } }, "range": [ - 59204, - 59286 + 58293, + 58375 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 28 }, "end": { - "line": 2013, + "line": 1988, "column": 32 } } }, "range": [ - 59192, - 59286 + 58281, + 58375 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 16 }, "end": { - "line": 2013, + "line": 1988, "column": 32 } } }, "range": [ - 59192, - 59287 + 58281, + 58376 ], "loc": { "start": { - "line": 2012, + "line": 1987, "column": 16 }, "end": { - "line": 2013, + "line": 1988, "column": 33 } } } ], "range": [ - 59174, - 59301 + 58263, + 58390 ], "loc": { "start": { - "line": 2011, + "line": 1986, "column": 28 }, "end": { - "line": 2014, + "line": 1989, "column": 13 } }, @@ -107905,16 +106317,16 @@ "type": "Line", "value": "ends with", "range": [ - 59314, - 59325 + 58403, + 58414 ], "loc": { "start": { - "line": 2015, + "line": 1990, "column": 12 }, "end": { - "line": 2015, + "line": 1990, "column": 23 } } @@ -107927,16 +106339,16 @@ "type": "Identifier", "name": "hasEN", "range": [ - 59347, - 59352 + 58436, + 58441 ], "loc": { "start": { - "line": 2016, + "line": 1991, "column": 21 }, "end": { - "line": 2016, + "line": 1991, "column": 26 } } @@ -107953,16 +106365,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59376, - 59385 + 58465, + 58474 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 20 }, "end": { - "line": 2017, + "line": 1992, "column": 29 } } @@ -107976,16 +106388,16 @@ "type": "Identifier", "name": "term", "range": [ - 59388, - 59392 + 58477, + 58481 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 32 }, "end": { - "line": 2017, + "line": 1992, "column": 36 } } @@ -107994,31 +106406,31 @@ "type": "Identifier", "name": "replace", "range": [ - 59393, - 59400 + 58482, + 58489 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 37 }, "end": { - "line": 2017, + "line": 1992, "column": 44 } } }, "range": [ - 59388, - 59400 + 58477, + 58489 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 32 }, "end": { - "line": 2017, + "line": 1992, "column": 44 } } @@ -108028,16 +106440,16 @@ "type": "Identifier", "name": "reEn", "range": [ - 59401, - 59405 + 58490, + 58494 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 45 }, "end": { - "line": 2017, + "line": 1992, "column": 49 } } @@ -108047,47 +106459,47 @@ "value": "", "raw": "''", "range": [ - 59407, - 59409 + 58496, + 58498 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 51 }, "end": { - "line": 2017, + "line": 1992, "column": 53 } } } ], "range": [ - 59388, - 59410 + 58477, + 58499 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 32 }, "end": { - "line": 2017, + "line": 1992, "column": 54 } } }, "range": [ - 59376, - 59410 + 58465, + 58499 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 20 }, "end": { - "line": 2017, + "line": 1992, "column": 54 } } @@ -108095,16 +106507,16 @@ ], "kind": "let", "range": [ - 59372, - 59411 + 58461, + 58500 ], "loc": { "start": { - "line": 2017, + "line": 1992, "column": 16 }, "end": { - "line": 2017, + "line": 1992, "column": 55 } } @@ -108118,16 +106530,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59428, - 59437 + 58517, + 58526 ], "loc": { "start": { - "line": 2018, + "line": 1993, "column": 16 }, "end": { - "line": 2018, + "line": 1993, "column": 25 } } @@ -108149,16 +106561,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59460, - 59469 + 58549, + 58558 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 20 }, "end": { - "line": 2019, + "line": 1994, "column": 29 } } @@ -108167,31 +106579,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 59470, - 59481 + 58559, + 58570 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 30 }, "end": { - "line": 2019, + "line": 1994, "column": 41 } } }, "range": [ - 59460, - 59481 + 58549, + 58570 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 20 }, "end": { - "line": 2019, + "line": 1994, "column": 41 } } @@ -108201,16 +106613,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59482, - 59491 + 58571, + 58580 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 42 }, "end": { - "line": 2019, + "line": 1994, "column": 51 } } @@ -108225,16 +106637,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59493, - 59502 + 58582, + 58591 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 53 }, "end": { - "line": 2019, + "line": 1994, "column": 62 } } @@ -108243,31 +106655,31 @@ "type": "Identifier", "name": "length", "range": [ - 59503, - 59509 + 58592, + 58598 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 63 }, "end": { - "line": 2019, + "line": 1994, "column": 69 } } }, "range": [ - 59493, - 59509 + 58582, + 58598 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 53 }, "end": { - "line": 2019, + "line": 1994, "column": 69 } } @@ -108277,47 +106689,47 @@ "value": 1, "raw": "1", "range": [ - 59512, - 59513 + 58601, + 58602 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 72 }, "end": { - "line": 2019, + "line": 1994, "column": 73 } } }, "range": [ - 59493, - 59513 + 58582, + 58602 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 53 }, "end": { - "line": 2019, + "line": 1994, "column": 73 } } } ], "range": [ - 59460, - 59514 + 58549, + 58603 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 20 }, "end": { - "line": 2019, + "line": 1994, "column": 74 } } @@ -108335,16 +106747,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59544, - 59553 + 58633, + 58642 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 25 }, "end": { - "line": 2020, + "line": 1995, "column": 34 } } @@ -108353,31 +106765,31 @@ "type": "Identifier", "name": "length", "range": [ - 59554, - 59560 + 58643, + 58649 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 35 }, "end": { - "line": 2020, + "line": 1995, "column": 41 } } }, "range": [ - 59544, - 59560 + 58633, + 58649 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 25 }, "end": { - "line": 2020, + "line": 1995, "column": 41 } } @@ -108387,31 +106799,31 @@ "value": 1, "raw": "1", "range": [ - 59563, - 59564 + 58652, + 58653 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 44 }, "end": { - "line": 2020, + "line": 1995, "column": 45 } } }, "range": [ - 59544, - 59564 + 58633, + 58653 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 25 }, "end": { - "line": 2020, + "line": 1995, "column": 45 } } @@ -108426,16 +106838,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59569, - 59578 + 58658, + 58667 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 50 }, "end": { - "line": 2020, + "line": 1995, "column": 59 } } @@ -108444,31 +106856,31 @@ "type": "Identifier", "name": "length", "range": [ - 59579, - 59585 + 58668, + 58674 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 60 }, "end": { - "line": 2020, + "line": 1995, "column": 66 } } }, "range": [ - 59569, - 59585 + 58658, + 58674 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 50 }, "end": { - "line": 2020, + "line": 1995, "column": 66 } } @@ -108478,61 +106890,61 @@ "value": 1, "raw": "1", "range": [ - 59588, - 59589 + 58677, + 58678 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 69 }, "end": { - "line": 2020, + "line": 1995, "column": 70 } } }, "range": [ - 59569, - 59589 + 58658, + 58678 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 50 }, "end": { - "line": 2020, + "line": 1995, "column": 70 } } }, "range": [ - 59543, - 59590 + 58632, + 58679 ], "loc": { "start": { - "line": 2020, + "line": 1995, "column": 24 }, "end": { - "line": 2020, + "line": 1995, "column": 71 } } }, "range": [ - 59460, - 59590 + 58549, + 58679 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 20 }, "end": { - "line": 2020, + "line": 1995, "column": 71 } } @@ -108549,16 +106961,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59618, - 59627 + 58707, + 58716 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 24 }, "end": { - "line": 2021, + "line": 1996, "column": 33 } } @@ -108567,31 +106979,31 @@ "type": "Identifier", "name": "lastIndexOf", "range": [ - 59628, - 59639 + 58717, + 58728 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 34 }, "end": { - "line": 2021, + "line": 1996, "column": 45 } } }, "range": [ - 59618, - 59639 + 58707, + 58728 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 24 }, "end": { - "line": 2021, + "line": 1996, "column": 45 } } @@ -108601,16 +107013,16 @@ "type": "Identifier", "name": "searchArg", "range": [ - 59640, - 59649 + 58729, + 58738 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 46 }, "end": { - "line": 2021, + "line": 1996, "column": 55 } } @@ -108625,16 +107037,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59651, - 59660 + 58740, + 58749 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 57 }, "end": { - "line": 2021, + "line": 1996, "column": 66 } } @@ -108643,31 +107055,31 @@ "type": "Identifier", "name": "length", "range": [ - 59661, - 59667 + 58750, + 58756 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 67 }, "end": { - "line": 2021, + "line": 1996, "column": 73 } } }, "range": [ - 59651, - 59667 + 58740, + 58756 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 57 }, "end": { - "line": 2021, + "line": 1996, "column": 73 } } @@ -108677,47 +107089,47 @@ "value": 1, "raw": "1", "range": [ - 59670, - 59671 + 58759, + 58760 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 76 }, "end": { - "line": 2021, + "line": 1996, "column": 77 } } }, "range": [ - 59651, - 59671 + 58740, + 58760 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 57 }, "end": { - "line": 2021, + "line": 1996, "column": 77 } } } ], "range": [ - 59618, - 59672 + 58707, + 58761 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 24 }, "end": { - "line": 2021, + "line": 1996, "column": 78 } } @@ -108730,62 +107142,62 @@ "value": 1, "raw": "1", "range": [ - 59700, - 59701 + 58789, + 58790 ], "loc": { "start": { - "line": 2022, + "line": 1997, "column": 27 }, "end": { - "line": 2022, + "line": 1997, "column": 28 } } }, "prefix": true, "range": [ - 59699, - 59701 + 58788, + 58790 ], "loc": { "start": { - "line": 2022, + "line": 1997, "column": 26 }, "end": { - "line": 2022, + "line": 1997, "column": 28 } } }, "range": [ - 59618, - 59701 + 58707, + 58790 ], "loc": { "start": { - "line": 2021, + "line": 1996, "column": 24 }, "end": { - "line": 2022, + "line": 1997, "column": 28 } } }, "range": [ - 59460, - 59701 + 58549, + 58790 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 20 }, "end": { - "line": 2022, + "line": 1997, "column": 28 } } @@ -108795,16 +107207,16 @@ "value": true, "raw": "true", "range": [ - 59704, - 59708 + 58793, + 58797 ], "loc": { "start": { - "line": 2022, + "line": 1997, "column": 31 }, "end": { - "line": 2022, + "line": 1997, "column": 35 } } @@ -108814,77 +107226,77 @@ "value": false, "raw": "false", "range": [ - 59711, - 59716 + 58800, + 58805 ], "loc": { "start": { - "line": 2022, + "line": 1997, "column": 38 }, "end": { - "line": 2022, + "line": 1997, "column": 43 } } }, "range": [ - 59460, - 59716 + 58549, + 58805 ], "loc": { "start": { - "line": 2019, + "line": 1994, "column": 20 }, "end": { - "line": 2022, + "line": 1997, "column": 43 } } }, "range": [ - 59428, - 59716 + 58517, + 58805 ], "loc": { "start": { - "line": 2018, + "line": 1993, "column": 16 }, "end": { - "line": 2022, + "line": 1997, "column": 43 } } }, "range": [ - 59428, - 59717 + 58517, + 58806 ], "loc": { "start": { - "line": 2018, + "line": 1993, "column": 16 }, "end": { - "line": 2022, + "line": 1997, "column": 44 } } } ], "range": [ - 59354, - 59731 + 58443, + 58820 ], "loc": { "start": { - "line": 2016, + "line": 1991, "column": 28 }, "end": { - "line": 2023, + "line": 1998, "column": 13 } }, @@ -108893,16 +107305,16 @@ "type": "Line", "value": "empty", "range": [ - 59744, - 59751 + 58833, + 58840 ], "loc": { "start": { - "line": 2024, + "line": 1999, "column": 12 }, "end": { - "line": 2024, + "line": 1999, "column": 19 } } @@ -108915,16 +107327,16 @@ "type": "Identifier", "name": "hasEM", "range": [ - 59773, - 59778 + 58862, + 58867 ], "loc": { "start": { - "line": 2025, + "line": 2000, "column": 21 }, "end": { - "line": 2025, + "line": 2000, "column": 26 } } @@ -108941,16 +107353,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59798, - 59807 + 58887, + 58896 ], "loc": { "start": { - "line": 2026, + "line": 2001, "column": 16 }, "end": { - "line": 2026, + "line": 2001, "column": 25 } } @@ -108961,16 +107373,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 59810, - 59823 + 58899, + 58912 ], "loc": { "start": { - "line": 2026, + "line": 2001, "column": 28 }, "end": { - "line": 2026, + "line": 2001, "column": 41 } } @@ -108980,78 +107392,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59824, - 59833 + 58913, + 58922 ], "loc": { "start": { - "line": 2026, + "line": 2001, "column": 42 }, "end": { - "line": 2026, + "line": 2001, "column": 51 } } } ], "range": [ - 59810, - 59834 + 58899, + 58923 ], "loc": { "start": { - "line": 2026, + "line": 2001, "column": 28 }, "end": { - "line": 2026, + "line": 2001, "column": 52 } } }, "range": [ - 59798, - 59834 + 58887, + 58923 ], "loc": { "start": { - "line": 2026, + "line": 2001, "column": 16 }, "end": { - "line": 2026, + "line": 2001, "column": 52 } } }, "range": [ - 59798, - 59835 + 58887, + 58924 ], "loc": { "start": { - "line": 2026, + "line": 2001, "column": 16 }, "end": { - "line": 2026, + "line": 2001, "column": 53 } } } ], "range": [ - 59780, - 59849 + 58869, + 58938 ], "loc": { "start": { - "line": 2025, + "line": 2000, "column": 28 }, "end": { - "line": 2027, + "line": 2002, "column": 13 } }, @@ -109060,16 +107472,16 @@ "type": "Line", "value": "non-empty", "range": [ - 59862, - 59873 + 58951, + 58962 ], "loc": { "start": { - "line": 2028, + "line": 2003, "column": 12 }, "end": { - "line": 2028, + "line": 2003, "column": 23 } } @@ -109082,16 +107494,16 @@ "type": "Identifier", "name": "hasNM", "range": [ - 59895, - 59900 + 58984, + 58989 ], "loc": { "start": { - "line": 2029, + "line": 2004, "column": 21 }, "end": { - "line": 2029, + "line": 2004, "column": 26 } } @@ -109108,16 +107520,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 59920, - 59929 + 59009, + 59018 ], "loc": { "start": { - "line": 2030, + "line": 2005, "column": 16 }, "end": { - "line": 2030, + "line": 2005, "column": 25 } } @@ -109131,16 +107543,16 @@ "type": "Identifier", "name": "isEmptyString", "range": [ - 59933, - 59946 + 59022, + 59035 ], "loc": { "start": { - "line": 2030, + "line": 2005, "column": 29 }, "end": { - "line": 2030, + "line": 2005, "column": 42 } } @@ -109150,94 +107562,94 @@ "type": "Identifier", "name": "cellValue", "range": [ - 59947, - 59956 + 59036, + 59045 ], "loc": { "start": { - "line": 2030, + "line": 2005, "column": 43 }, "end": { - "line": 2030, + "line": 2005, "column": 52 } } } ], "range": [ - 59933, - 59957 + 59022, + 59046 ], "loc": { "start": { - "line": 2030, + "line": 2005, "column": 29 }, "end": { - "line": 2030, + "line": 2005, "column": 53 } } }, "prefix": true, "range": [ - 59932, - 59957 + 59021, + 59046 ], "loc": { "start": { - "line": 2030, + "line": 2005, "column": 28 }, "end": { - "line": 2030, + "line": 2005, "column": 53 } } }, "range": [ - 59920, - 59957 + 59009, + 59046 ], "loc": { "start": { - "line": 2030, + "line": 2005, "column": 16 }, "end": { - "line": 2030, + "line": 2005, "column": 53 } } }, "range": [ - 59920, - 59958 + 59009, + 59047 ], "loc": { "start": { - "line": 2030, + "line": 2005, "column": 16 }, "end": { - "line": 2030, + "line": 2005, "column": 54 } } } ], "range": [ - 59902, - 59972 + 58991, + 59061 ], "loc": { "start": { - "line": 2029, + "line": 2004, "column": 28 }, "end": { - "line": 2031, + "line": 2006, "column": 13 } }, @@ -109246,16 +107658,16 @@ "type": "Line", "value": "regexp", "range": [ - 59985, - 59993 + 59074, + 59082 ], "loc": { "start": { - "line": 2032, + "line": 2007, "column": 12 }, "end": { - "line": 2032, + "line": 2007, "column": 20 } } @@ -109268,16 +107680,16 @@ "type": "Identifier", "name": "hasRE", "range": [ - 60015, - 60020 + 59104, + 59109 ], "loc": { "start": { - "line": 2033, + "line": 2008, "column": 21 }, "end": { - "line": 2033, + "line": 2008, "column": 26 } } @@ -109299,16 +107711,16 @@ "type": "Identifier", "name": "srchArg", "range": [ - 60152, - 60159 + 59241, + 59248 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 24 }, "end": { - "line": 2037, + "line": 2012, "column": 31 } } @@ -109322,16 +107734,16 @@ "type": "Identifier", "name": "term", "range": [ - 60162, - 60166 + 59251, + 59255 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 34 }, "end": { - "line": 2037, + "line": 2012, "column": 38 } } @@ -109340,31 +107752,31 @@ "type": "Identifier", "name": "replace", "range": [ - 60167, - 60174 + 59256, + 59263 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 39 }, "end": { - "line": 2037, + "line": 2012, "column": 46 } } }, "range": [ - 60162, - 60174 + 59251, + 59263 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 34 }, "end": { - "line": 2037, + "line": 2012, "column": 46 } } @@ -109374,16 +107786,16 @@ "type": "Identifier", "name": "reRe", "range": [ - 60175, - 60179 + 59264, + 59268 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 47 }, "end": { - "line": 2037, + "line": 2012, "column": 51 } } @@ -109393,47 +107805,47 @@ "value": "", "raw": "''", "range": [ - 60181, - 60183 + 59270, + 59272 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 53 }, "end": { - "line": 2037, + "line": 2012, "column": 55 } } } ], "range": [ - 60162, - 60184 + 59251, + 59273 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 34 }, "end": { - "line": 2037, + "line": 2012, "column": 56 } } }, "range": [ - 60152, - 60184 + 59241, + 59273 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 24 }, "end": { - "line": 2037, + "line": 2012, "column": 56 } } @@ -109441,16 +107853,16 @@ ], "kind": "let", "range": [ - 60148, - 60185 + 59237, + 59274 ], "loc": { "start": { - "line": 2037, + "line": 2012, "column": 20 }, "end": { - "line": 2037, + "line": 2012, "column": 57 } }, @@ -109459,16 +107871,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 60106, - 60127 + 59195, + 59216 ], "loc": { "start": { - "line": 2036, + "line": 2011, "column": 20 }, "end": { - "line": 2036, + "line": 2011, "column": 41 } } @@ -109484,16 +107896,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 60210, - 60213 + 59299, + 59302 ], "loc": { "start": { - "line": 2038, + "line": 2013, "column": 24 }, "end": { - "line": 2038, + "line": 2013, "column": 27 } } @@ -109504,16 +107916,16 @@ "type": "Identifier", "name": "RegExp", "range": [ - 60220, - 60226 + 59309, + 59315 ], "loc": { "start": { - "line": 2038, + "line": 2013, "column": 34 }, "end": { - "line": 2038, + "line": 2013, "column": 40 } } @@ -109523,47 +107935,47 @@ "type": "Identifier", "name": "srchArg", "range": [ - 60227, - 60234 + 59316, + 59323 ], "loc": { "start": { - "line": 2038, + "line": 2013, "column": 41 }, "end": { - "line": 2038, + "line": 2013, "column": 48 } } } ], "range": [ - 60216, - 60235 + 59305, + 59324 ], "loc": { "start": { - "line": 2038, + "line": 2013, "column": 30 }, "end": { - "line": 2038, + "line": 2013, "column": 49 } } }, "range": [ - 60210, - 60235 + 59299, + 59324 ], "loc": { "start": { - "line": 2038, + "line": 2013, "column": 24 }, "end": { - "line": 2038, + "line": 2013, "column": 49 } } @@ -109571,16 +107983,16 @@ ], "kind": "let", "range": [ - 60206, - 60236 + 59295, + 59325 ], "loc": { "start": { - "line": 2038, + "line": 2013, "column": 20 }, "end": { - "line": 2038, + "line": 2013, "column": 50 } } @@ -109594,16 +108006,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60257, - 60266 + 59346, + 59355 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 20 }, "end": { - "line": 2039, + "line": 2014, "column": 29 } } @@ -109617,16 +108029,16 @@ "type": "Identifier", "name": "rgx", "range": [ - 60269, - 60272 + 59358, + 59361 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 32 }, "end": { - "line": 2039, + "line": 2014, "column": 35 } } @@ -109635,31 +108047,31 @@ "type": "Identifier", "name": "test", "range": [ - 60273, - 60277 + 59362, + 59366 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 36 }, "end": { - "line": 2039, + "line": 2014, "column": 40 } } }, "range": [ - 60269, - 60277 + 59358, + 59366 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 32 }, "end": { - "line": 2039, + "line": 2014, "column": 40 } } @@ -109669,78 +108081,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 60278, - 60287 + 59367, + 59376 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 41 }, "end": { - "line": 2039, + "line": 2014, "column": 50 } } } ], "range": [ - 60269, - 60288 + 59358, + 59377 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 32 }, "end": { - "line": 2039, + "line": 2014, "column": 51 } } }, "range": [ - 60257, - 60288 + 59346, + 59377 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 20 }, "end": { - "line": 2039, + "line": 2014, "column": 51 } } }, "range": [ - 60257, - 60289 + 59346, + 59378 ], "loc": { "start": { - "line": 2039, + "line": 2014, "column": 20 }, "end": { - "line": 2039, + "line": 2014, "column": 52 } } } ], "range": [ - 60084, - 60307 + 59173, + 59396 ], "loc": { "start": { - "line": 2035, + "line": 2010, "column": 20 }, "end": { - "line": 2040, + "line": 2015, "column": 17 } } @@ -109751,16 +108163,16 @@ "type": "Identifier", "name": "ex", "range": [ - 60315, - 60317 + 59404, + 59406 ], "loc": { "start": { - "line": 2040, + "line": 2015, "column": 25 }, "end": { - "line": 2040, + "line": 2015, "column": 27 } } @@ -109777,16 +108189,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60341, - 60350 + 59430, + 59439 ], "loc": { "start": { - "line": 2041, + "line": 2016, "column": 20 }, "end": { - "line": 2041, + "line": 2016, "column": 29 } } @@ -109796,93 +108208,93 @@ "value": false, "raw": "false", "range": [ - 60353, - 60358 + 59442, + 59447 ], "loc": { "start": { - "line": 2041, + "line": 2016, "column": 32 }, "end": { - "line": 2041, + "line": 2016, "column": 37 } } }, "range": [ - 60341, - 60358 + 59430, + 59447 ], "loc": { "start": { - "line": 2041, + "line": 2016, "column": 20 }, "end": { - "line": 2041, + "line": 2016, "column": 37 } } }, "range": [ - 60341, - 60359 + 59430, + 59448 ], "loc": { "start": { - "line": 2041, + "line": 2016, "column": 20 }, "end": { - "line": 2041, + "line": 2016, "column": 38 } } } ], "range": [ - 60319, - 60377 + 59408, + 59466 ], "loc": { "start": { - "line": 2040, + "line": 2015, "column": 29 }, "end": { - "line": 2042, + "line": 2017, "column": 17 } } }, "range": [ - 60308, - 60377 + 59397, + 59466 ], "loc": { "start": { - "line": 2040, + "line": 2015, "column": 18 }, "end": { - "line": 2042, + "line": 2017, "column": 17 } } }, "finalizer": null, "range": [ - 60080, - 60377 + 59169, + 59466 ], "loc": { "start": { - "line": 2035, + "line": 2010, "column": 16 }, "end": { - "line": 2042, + "line": 2017, "column": 17 } }, @@ -109891,16 +108303,16 @@ "type": "Line", "value": "in case regexp throws", "range": [ - 60040, - 60063 + 59129, + 59152 ], "loc": { "start": { - "line": 2034, + "line": 2009, "column": 16 }, "end": { - "line": 2034, + "line": 2009, "column": 39 } } @@ -109909,16 +108321,16 @@ } ], "range": [ - 60022, - 60391 + 59111, + 59480 ], "loc": { "start": { - "line": 2033, + "line": 2008, "column": 28 }, "end": { - "line": 2043, + "line": 2018, "column": 13 } } @@ -109938,16 +108350,16 @@ "type": "Identifier", "name": "numData", "range": [ - 60563, - 60570 + 59652, + 59659 ], "loc": { "start": { - "line": 2046, + "line": 2021, "column": 20 }, "end": { - "line": 2046, + "line": 2021, "column": 27 } } @@ -109960,16 +108372,16 @@ "object": { "type": "ThisExpression", "range": [ - 60594, - 60598 + 59683, + 59687 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 20 }, "end": { - "line": 2047, + "line": 2022, "column": 24 } } @@ -109978,31 +108390,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 60599, - 60606 + 59688, + 59695 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 25 }, "end": { - "line": 2047, + "line": 2022, "column": 32 } } }, "range": [ - 60594, - 60606 + 59683, + 59695 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 20 }, "end": { - "line": 2047, + "line": 2022, "column": 32 } } @@ -110012,16 +108424,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 60607, - 60613 + 59696, + 59702 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 33 }, "end": { - "line": 2047, + "line": 2022, "column": 39 } } @@ -110033,16 +108445,16 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 60616, - 60622 + 59705, + 59711 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 42 }, "end": { - "line": 2047, + "line": 2022, "column": 48 } } @@ -110051,63 +108463,63 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 60624, - 60640 + 59713, + 59729 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 50 }, "end": { - "line": 2047, + "line": 2022, "column": 66 } } } ], "range": [ - 60615, - 60641 + 59704, + 59730 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 41 }, "end": { - "line": 2047, + "line": 2022, "column": 67 } } } ], "range": [ - 60594, - 60642 + 59683, + 59731 ], "loc": { "start": { - "line": 2047, + "line": 2022, "column": 20 }, "end": { - "line": 2047, + "line": 2022, "column": 68 } } }, "range": [ - 60563, - 60642 + 59652, + 59731 ], "loc": { "start": { - "line": 2046, + "line": 2021, "column": 20 }, "end": { - "line": 2047, + "line": 2022, "column": 68 } } @@ -110121,16 +108533,16 @@ "object": { "type": "ThisExpression", "range": [ - 60667, - 60671 + 59756, + 59760 ], "loc": { "start": { - "line": 2048, + "line": 2023, "column": 21 }, "end": { - "line": 2048, + "line": 2023, "column": 25 } } @@ -110139,62 +108551,62 @@ "type": "Identifier", "name": "singleSearchFlt", "range": [ - 60672, - 60687 + 59761, + 59776 ], "loc": { "start": { - "line": 2048, + "line": 2023, "column": 26 }, "end": { - "line": 2048, + "line": 2023, "column": 41 } } }, "range": [ - 60667, - 60687 + 59756, + 59776 ], "loc": { "start": { - "line": 2048, + "line": 2023, "column": 21 }, "end": { - "line": 2048, + "line": 2023, "column": 41 } } }, "prefix": true, "range": [ - 60666, - 60687 + 59755, + 59776 ], "loc": { "start": { - "line": 2048, + "line": 2023, "column": 20 }, "end": { - "line": 2048, + "line": 2023, "column": 41 } } }, "range": [ - 60563, - 60687 + 59652, + 59776 ], "loc": { "start": { - "line": 2046, + "line": 2021, "column": 20 }, "end": { - "line": 2048, + "line": 2023, "column": 41 } } @@ -110211,16 +108623,16 @@ "type": "Identifier", "name": "term", "range": [ - 60916, - 60920 + 60005, + 60009 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 20 }, "end": { - "line": 2052, + "line": 2027, "column": 24 } } @@ -110234,16 +108646,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 60923, - 60930 + 60012, + 60019 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 27 }, "end": { - "line": 2052, + "line": 2027, "column": 34 } } @@ -110253,16 +108665,16 @@ "type": "Identifier", "name": "term", "range": [ - 60931, - 60935 + 60020, + 60024 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 35 }, "end": { - "line": 2052, + "line": 2027, "column": 39 } } @@ -110271,32 +108683,32 @@ "type": "Identifier", "name": "decimal", "range": [ - 60937, - 60944 + 60026, + 60033 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 41 }, "end": { - "line": 2052, + "line": 2027, "column": 48 } } } ], "range": [ - 60923, - 60945 + 60012, + 60034 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 27 }, "end": { - "line": 2052, + "line": 2027, "column": 49 } } @@ -110305,61 +108717,61 @@ "type": "Identifier", "name": "term", "range": [ - 60949, - 60953 + 60038, + 60042 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 53 }, "end": { - "line": 2052, + "line": 2027, "column": 57 } } }, "range": [ - 60923, - 60953 + 60012, + 60042 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 27 }, "end": { - "line": 2052, + "line": 2027, "column": 57 } } }, "range": [ - 60916, - 60953 + 60005, + 60042 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 20 }, "end": { - "line": 2052, + "line": 2027, "column": 57 } } }, "range": [ - 60916, - 60954 + 60005, + 60043 ], "loc": { "start": { - "line": 2052, + "line": 2027, "column": 20 }, "end": { - "line": 2052, + "line": 2027, "column": 58 } }, @@ -110368,16 +108780,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 60711, - 60760 + 59800, + 59849 ], "loc": { "start": { - "line": 2049, + "line": 2024, "column": 20 }, "end": { - "line": 2049, + "line": 2024, "column": 69 } } @@ -110386,16 +108798,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 60781, - 60835 + 59870, + 59924 ], "loc": { "start": { - "line": 2050, + "line": 2025, "column": 20 }, "end": { - "line": 2050, + "line": 2025, "column": 74 } } @@ -110404,16 +108816,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 60856, - 60895 + 59945, + 59984 ], "loc": { "start": { - "line": 2051, + "line": 2026, "column": 20 }, "end": { - "line": 2051, + "line": 2026, "column": 59 } } @@ -110429,16 +108841,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 60975, - 60984 + 60064, + 60073 ], "loc": { "start": { - "line": 2053, + "line": 2028, "column": 20 }, "end": { - "line": 2053, + "line": 2028, "column": 29 } } @@ -110453,16 +108865,16 @@ "type": "Identifier", "name": "numData", "range": [ - 60987, - 60994 + 60076, + 60083 ], "loc": { "start": { - "line": 2053, + "line": 2028, "column": 32 }, "end": { - "line": 2053, + "line": 2028, "column": 39 } } @@ -110471,31 +108883,31 @@ "type": "Identifier", "name": "term", "range": [ - 60999, - 61003 + 60088, + 60092 ], "loc": { "start": { - "line": 2053, + "line": 2028, "column": 44 }, "end": { - "line": 2053, + "line": 2028, "column": 48 } } }, "range": [ - 60987, - 61003 + 60076, + 60092 ], "loc": { "start": { - "line": 2053, + "line": 2028, "column": 32 }, "end": { - "line": 2053, + "line": 2028, "column": 48 } } @@ -110506,16 +108918,16 @@ "type": "Identifier", "name": "contains", "range": [ - 61031, - 61039 + 60120, + 60128 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 24 }, "end": { - "line": 2054, + "line": 2029, "column": 32 } } @@ -110530,16 +108942,16 @@ "type": "Identifier", "name": "term", "range": [ - 61040, - 61044 + 60129, + 60133 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 33 }, "end": { - "line": 2054, + "line": 2029, "column": 37 } } @@ -110548,47 +108960,47 @@ "type": "Identifier", "name": "toString", "range": [ - 61045, - 61053 + 60134, + 60142 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 38 }, "end": { - "line": 2054, + "line": 2029, "column": 46 } } }, "range": [ - 61040, - 61053 + 60129, + 60142 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 33 }, "end": { - "line": 2054, + "line": 2029, "column": 46 } } }, "arguments": [], "range": [ - 61040, - 61055 + 60129, + 60144 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 33 }, "end": { - "line": 2054, + "line": 2029, "column": 48 } } @@ -110602,16 +109014,16 @@ "type": "Identifier", "name": "numData", "range": [ - 61057, - 61064 + 60146, + 60153 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 50 }, "end": { - "line": 2054, + "line": 2029, "column": 57 } } @@ -110620,47 +109032,47 @@ "type": "Identifier", "name": "toString", "range": [ - 61065, - 61073 + 60154, + 60162 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 58 }, "end": { - "line": 2054, + "line": 2029, "column": 66 } } }, "range": [ - 61057, - 61073 + 60146, + 60162 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 50 }, "end": { - "line": 2054, + "line": 2029, "column": 66 } } }, "arguments": [], "range": [ - 61057, - 61075 + 60146, + 60164 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 50 }, "end": { - "line": 2054, + "line": 2029, "column": 68 } } @@ -110673,16 +109085,16 @@ "object": { "type": "ThisExpression", "range": [ - 61105, - 61109 + 60194, + 60198 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 28 }, "end": { - "line": 2055, + "line": 2030, "column": 32 } } @@ -110691,31 +109103,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 61110, - 61122 + 60199, + 60211 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 33 }, "end": { - "line": 2055, + "line": 2030, "column": 45 } } }, "range": [ - 61105, - 61122 + 60194, + 60211 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 28 }, "end": { - "line": 2055, + "line": 2030, "column": 45 } } @@ -110725,32 +109137,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 61123, - 61129 + 60212, + 60218 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 46 }, "end": { - "line": 2055, + "line": 2030, "column": 52 } } } ], "range": [ - 61105, - 61130 + 60194, + 60219 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 28 }, "end": { - "line": 2055, + "line": 2030, "column": 53 } } @@ -110761,16 +109173,16 @@ "object": { "type": "ThisExpression", "range": [ - 61132, - 61136 + 60221, + 60225 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 55 }, "end": { - "line": 2055, + "line": 2030, "column": 59 } } @@ -110779,108 +109191,108 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 61137, - 61150 + 60226, + 60239 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 60 }, "end": { - "line": 2055, + "line": 2030, "column": 73 } } }, "range": [ - 61132, - 61150 + 60221, + 60239 ], "loc": { "start": { - "line": 2055, + "line": 2030, "column": 55 }, "end": { - "line": 2055, + "line": 2030, "column": 73 } } } ], "range": [ - 61031, - 61151 + 60120, + 60240 ], "loc": { "start": { - "line": 2054, + "line": 2029, "column": 24 }, "end": { - "line": 2055, + "line": 2030, "column": 74 } } }, "range": [ - 60987, - 61151 + 60076, + 60240 ], "loc": { "start": { - "line": 2053, + "line": 2028, "column": 32 }, "end": { - "line": 2055, + "line": 2030, "column": 74 } } }, "range": [ - 60975, - 61151 + 60064, + 60240 ], "loc": { "start": { - "line": 2053, + "line": 2028, "column": 20 }, "end": { - "line": 2055, + "line": 2030, "column": 74 } } }, "range": [ - 60975, - 61152 + 60064, + 60241 ], "loc": { "start": { - "line": 2053, + "line": 2028, "column": 20 }, "end": { - "line": 2055, + "line": 2030, "column": 75 } } } ], "range": [ - 60689, - 61170 + 59778, + 60259 ], "loc": { "start": { - "line": 2048, + "line": 2023, "column": 43 }, "end": { - "line": 2056, + "line": 2031, "column": 17 } } @@ -110897,16 +109309,16 @@ "type": "Identifier", "name": "occurence", "range": [ - 61272, - 61281 + 60361, + 60370 ], "loc": { "start": { - "line": 2058, + "line": 2033, "column": 20 }, "end": { - "line": 2058, + "line": 2033, "column": 29 } } @@ -110917,16 +109329,16 @@ "type": "Identifier", "name": "contains", "range": [ - 61284, - 61292 + 60373, + 60381 ], "loc": { "start": { - "line": 2058, + "line": 2033, "column": 32 }, "end": { - "line": 2058, + "line": 2033, "column": 40 } } @@ -110936,16 +109348,16 @@ "type": "Identifier", "name": "term", "range": [ - 61318, - 61322 + 60407, + 60411 ], "loc": { "start": { - "line": 2059, + "line": 2034, "column": 24 }, "end": { - "line": 2059, + "line": 2034, "column": 28 } } @@ -110954,16 +109366,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 61348, - 61357 + 60437, + 60446 ], "loc": { "start": { - "line": 2060, + "line": 2035, "column": 24 }, "end": { - "line": 2060, + "line": 2035, "column": 33 } } @@ -110976,16 +109388,16 @@ "object": { "type": "ThisExpression", "range": [ - 61383, - 61387 + 60472, + 60476 ], "loc": { "start": { - "line": 2061, + "line": 2036, "column": 24 }, "end": { - "line": 2061, + "line": 2036, "column": 28 } } @@ -110994,31 +109406,31 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 61388, - 61400 + 60477, + 60489 ], "loc": { "start": { - "line": 2061, + "line": 2036, "column": 29 }, "end": { - "line": 2061, + "line": 2036, "column": 41 } } }, "range": [ - 61383, - 61400 + 60472, + 60489 ], "loc": { "start": { - "line": 2061, + "line": 2036, "column": 24 }, "end": { - "line": 2061, + "line": 2036, "column": 41 } } @@ -111028,32 +109440,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 61401, - 61407 + 60490, + 60496 ], "loc": { "start": { - "line": 2061, + "line": 2036, "column": 42 }, "end": { - "line": 2061, + "line": 2036, "column": 48 } } } ], "range": [ - 61383, - 61408 + 60472, + 60497 ], "loc": { "start": { - "line": 2061, + "line": 2036, "column": 24 }, "end": { - "line": 2061, + "line": 2036, "column": 49 } } @@ -111064,16 +109476,16 @@ "object": { "type": "ThisExpression", "range": [ - 61434, - 61438 + 60523, + 60527 ], "loc": { "start": { - "line": 2062, + "line": 2037, "column": 24 }, "end": { - "line": 2062, + "line": 2037, "column": 28 } } @@ -111082,31 +109494,31 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 61439, - 61452 + 60528, + 60541 ], "loc": { "start": { - "line": 2062, + "line": 2037, "column": 29 }, "end": { - "line": 2062, + "line": 2037, "column": 42 } } }, "range": [ - 61434, - 61452 + 60523, + 60541 ], "loc": { "start": { - "line": 2062, + "line": 2037, "column": 24 }, "end": { - "line": 2062, + "line": 2037, "column": 42 } } @@ -111119,16 +109531,16 @@ "object": { "type": "ThisExpression", "range": [ - 61478, - 61482 + 60567, + 60571 ], "loc": { "start": { - "line": 2063, + "line": 2038, "column": 24 }, "end": { - "line": 2063, + "line": 2038, "column": 28 } } @@ -111137,31 +109549,31 @@ "type": "Identifier", "name": "ignoresDiacritics", "range": [ - 61483, - 61500 + 60572, + 60589 ], "loc": { "start": { - "line": 2063, + "line": 2038, "column": 29 }, "end": { - "line": 2063, + "line": 2038, "column": 46 } } }, "range": [ - 61478, - 61500 + 60567, + 60589 ], "loc": { "start": { - "line": 2063, + "line": 2038, "column": 24 }, "end": { - "line": 2063, + "line": 2038, "column": 46 } } @@ -111171,78 +109583,78 @@ "type": "Identifier", "name": "colIdx", "range": [ - 61501, - 61507 + 60590, + 60596 ], "loc": { "start": { - "line": 2063, + "line": 2038, "column": 47 }, "end": { - "line": 2063, + "line": 2038, "column": 53 } } } ], "range": [ - 61478, - 61508 + 60567, + 60597 ], "loc": { "start": { - "line": 2063, + "line": 2038, "column": 24 }, "end": { - "line": 2063, + "line": 2038, "column": 54 } } } ], "range": [ - 61284, - 61530 + 60373, + 60619 ], "loc": { "start": { - "line": 2058, + "line": 2033, "column": 32 }, "end": { - "line": 2064, + "line": 2039, "column": 21 } } }, "range": [ - 61272, - 61530 + 60361, + 60619 ], "loc": { "start": { - "line": 2058, + "line": 2033, "column": 20 }, "end": { - "line": 2064, + "line": 2039, "column": 21 } } }, "range": [ - 61272, - 61531 + 60361, + 60620 ], "loc": { "start": { - "line": 2058, + "line": 2033, "column": 20 }, "end": { - "line": 2064, + "line": 2039, "column": 22 } }, @@ -111251,16 +109663,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 61198, - 61251 + 60287, + 60340 ], "loc": { "start": { - "line": 2057, + "line": 2032, "column": 20 }, "end": { - "line": 2057, + "line": 2032, "column": 73 } } @@ -111269,31 +109681,31 @@ } ], "range": [ - 61176, - 61549 + 60265, + 60638 ], "loc": { "start": { - "line": 2056, + "line": 2031, "column": 23 }, "end": { - "line": 2065, + "line": 2040, "column": 17 } } }, "range": [ - 60559, - 61549 + 59648, + 60638 ], "loc": { "start": { - "line": 2046, + "line": 2021, "column": 16 }, "end": { - "line": 2065, + "line": 2040, "column": 17 } }, @@ -111302,16 +109714,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 60415, - 60474 + 59504, + 59563 ], "loc": { "start": { - "line": 2044, + "line": 2019, "column": 16 }, "end": { - "line": 2044, + "line": 2019, "column": 75 } } @@ -111320,16 +109732,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 60491, - 60542 + 59580, + 59631 ], "loc": { "start": { - "line": 2045, + "line": 2020, "column": 16 }, "end": { - "line": 2045, + "line": 2020, "column": 67 } } @@ -111338,31 +109750,31 @@ } ], "range": [ - 60397, - 61563 + 59486, + 60652 ], "loc": { "start": { - "line": 2043, + "line": 2018, "column": 19 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } } }, "range": [ - 60011, - 61563 + 59100, + 60652 ], "loc": { "start": { - "line": 2033, + "line": 2008, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111371,16 +109783,16 @@ "type": "Line", "value": "regexp", "range": [ - 59985, - 59993 + 59074, + 59082 ], "loc": { "start": { - "line": 2032, + "line": 2007, "column": 12 }, "end": { - "line": 2032, + "line": 2007, "column": 20 } } @@ -111388,16 +109800,16 @@ ] }, "range": [ - 59891, - 61563 + 58980, + 60652 ], "loc": { "start": { - "line": 2029, + "line": 2004, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111406,16 +109818,16 @@ "type": "Line", "value": "non-empty", "range": [ - 59862, - 59873 + 58951, + 58962 ], "loc": { "start": { - "line": 2028, + "line": 2003, "column": 12 }, "end": { - "line": 2028, + "line": 2003, "column": 23 } } @@ -111423,16 +109835,16 @@ ] }, "range": [ - 59769, - 61563 + 58858, + 60652 ], "loc": { "start": { - "line": 2025, + "line": 2000, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111441,16 +109853,16 @@ "type": "Line", "value": "empty", "range": [ - 59744, - 59751 + 58833, + 58840 ], "loc": { "start": { - "line": 2024, + "line": 1999, "column": 12 }, "end": { - "line": 2024, + "line": 1999, "column": 19 } } @@ -111458,16 +109870,16 @@ ] }, "range": [ - 59343, - 61563 + 58432, + 60652 ], "loc": { "start": { - "line": 2016, + "line": 1991, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111476,16 +109888,16 @@ "type": "Line", "value": "ends with", "range": [ - 59314, - 59325 + 58403, + 58414 ], "loc": { "start": { - "line": 2015, + "line": 1990, "column": 12 }, "end": { - "line": 2015, + "line": 1990, "column": 23 } } @@ -111493,16 +109905,16 @@ ] }, "range": [ - 59163, - 61563 + 58252, + 60652 ], "loc": { "start": { - "line": 2011, + "line": 1986, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111511,16 +109923,16 @@ "type": "Line", "value": "starts with", "range": [ - 59132, - 59145 + 58221, + 58234 ], "loc": { "start": { - "line": 2010, + "line": 1985, "column": 12 }, "end": { - "line": 2010, + "line": 1985, "column": 25 } } @@ -111528,16 +109940,16 @@ ] }, "range": [ - 58974, - 61563 + 58063, + 60652 ], "loc": { "start": { - "line": 2006, + "line": 1981, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111546,16 +109958,16 @@ "type": "Line", "value": "equal", "range": [ - 58949, - 58956 + 58038, + 58045 ], "loc": { "start": { - "line": 2005, + "line": 1980, "column": 12 }, "end": { - "line": 2005, + "line": 1980, "column": 19 } } @@ -111563,16 +109975,16 @@ ] }, "range": [ - 58790, - 61563 + 57879, + 60652 ], "loc": { "start": { - "line": 2001, + "line": 1976, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111581,16 +109993,16 @@ "type": "Line", "value": "like", "range": [ - 58766, - 58772 + 57855, + 57861 ], "loc": { "start": { - "line": 2000, + "line": 1975, "column": 12 }, "end": { - "line": 2000, + "line": 1975, "column": 18 } } @@ -111598,16 +110010,16 @@ ] }, "range": [ - 58593, - 61563 + 57682, + 60652 ], "loc": { "start": { - "line": 1996, + "line": 1971, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111616,16 +110028,16 @@ "type": "Line", "value": "different", "range": [ - 58564, - 58575 + 57653, + 57664 ], "loc": { "start": { - "line": 1995, + "line": 1970, "column": 12 }, "end": { - "line": 1995, + "line": 1970, "column": 23 } } @@ -111633,16 +110045,16 @@ ] }, "range": [ - 58388, - 61563 + 57477, + 60652 ], "loc": { "start": { - "line": 1989, + "line": 1964, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111651,16 +110063,16 @@ "type": "Line", "value": "greater", "range": [ - 58361, - 58370 + 57450, + 57459 ], "loc": { "start": { - "line": 1988, + "line": 1963, "column": 12 }, "end": { - "line": 1988, + "line": 1963, "column": 21 } } @@ -111668,16 +110080,16 @@ ] }, "range": [ - 58185, - 61563 + 57274, + 60652 ], "loc": { "start": { - "line": 1982, + "line": 1957, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111686,16 +110098,16 @@ "type": "Line", "value": "lower", "range": [ - 58160, - 58167 + 57249, + 57256 ], "loc": { "start": { - "line": 1981, + "line": 1956, "column": 12 }, "end": { - "line": 1981, + "line": 1956, "column": 19 } } @@ -111703,16 +110115,16 @@ ] }, "range": [ - 57982, - 61563 + 57071, + 60652 ], "loc": { "start": { - "line": 1975, + "line": 1950, "column": 17 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111721,16 +110133,16 @@ "type": "Line", "value": "greater equal", "range": [ - 57949, - 57964 + 57038, + 57053 ], "loc": { "start": { - "line": 1974, + "line": 1949, "column": 12 }, "end": { - "line": 1974, + "line": 1949, "column": 27 } } @@ -111738,16 +110150,16 @@ ] }, "range": [ - 57771, - 61563 + 56860, + 60652 ], "loc": { "start": { - "line": 1968, + "line": 1943, "column": 12 }, "end": { - "line": 2066, + "line": 2041, "column": 13 } }, @@ -111756,16 +110168,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 57648, - 57710 + 56737, + 56799 ], "loc": { "start": { - "line": 1965, + "line": 1940, "column": 12 }, "end": { - "line": 1965, + "line": 1940, "column": 74 } } @@ -111774,16 +110186,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 57723, - 57731 + 56812, + 56820 ], "loc": { "start": { - "line": 1966, + "line": 1941, "column": 12 }, "end": { - "line": 1966, + "line": 1941, "column": 20 } } @@ -111792,16 +110204,16 @@ "type": "Line", "value": " lower equal", "range": [ - 57744, - 57758 + 56833, + 56847 ], "loc": { "start": { - "line": 1967, + "line": 1942, "column": 12 }, "end": { - "line": 1967, + "line": 1942, "column": 26 } } @@ -111810,31 +110222,31 @@ } ], "range": [ - 57198, - 61574 + 56287, + 60663 ], "loc": { "start": { - "line": 1954, + "line": 1929, "column": 13 }, "end": { - "line": 2068, + "line": 2043, "column": 9 } } }, "range": [ - 54245, - 61574 + 53334, + 60663 ], "loc": { "start": { - "line": 1878, + "line": 1853, "column": 8 }, "end": { - "line": 2068, + "line": 2043, "column": 9 } }, @@ -111843,16 +110255,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 54197, - 54236 + 53286, + 53325 ], "loc": { "start": { - "line": 1877, + "line": 1852, "column": 8 }, "end": { - "line": 1877, + "line": 1852, "column": 47 } } @@ -111863,16 +110275,16 @@ "type": "Line", "value": "else", "range": [ - 61574, - 61580 + 60663, + 60669 ], "loc": { "start": { - "line": 2068, + "line": 2043, "column": 9 }, "end": { - "line": 2068, + "line": 2043, "column": 15 } } @@ -111885,31 +110297,31 @@ "type": "Identifier", "name": "occurence", "range": [ - 61597, - 61606 + 60686, + 60695 ], "loc": { "start": { - "line": 2070, + "line": 2045, "column": 15 }, "end": { - "line": 2070, + "line": 2045, "column": 24 } } }, "range": [ - 61590, - 61607 + 60679, + 60696 ], "loc": { "start": { - "line": 2070, + "line": 2045, "column": 8 }, "end": { - "line": 2070, + "line": 2045, "column": 25 } }, @@ -111918,16 +110330,16 @@ "type": "Line", "value": "else", "range": [ - 61574, - 61580 + 60663, + 60669 ], "loc": { "start": { - "line": 2068, + "line": 2043, "column": 9 }, "end": { - "line": 2068, + "line": 2043, "column": 15 } } @@ -111936,16 +110348,16 @@ } ], "range": [ - 52848, - 61613 + 51937, + 60702 ], "loc": { "start": { - "line": 1840, + "line": 1815, "column": 39 }, "end": { - "line": 2071, + "line": 2046, "column": 5 } } @@ -111953,16 +110365,16 @@ "generator": false, "expression": false, "range": [ - 52822, - 61613 + 51911, + 60702 ], "loc": { "start": { - "line": 1840, + "line": 1815, "column": 13 }, "end": { - "line": 2071, + "line": 2046, "column": 5 } } @@ -111970,34 +110382,34 @@ "kind": "method", "computed": false, "range": [ - 52813, - 61613 + 51902, + 60702 ], "loc": { "start": { - "line": 1840, + "line": 1815, "column": 4 }, "end": { - "line": 2071, + "line": 2046, "column": 5 } }, "leadingComments": [ { "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 * @returns {Boolean}\n ", + "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": [ - 52584, - 52808 + 51674, + 51897 ], "loc": { "start": { - "line": 1833, + "line": 1808, "column": 4 }, "end": { - "line": 1839, + "line": 1814, "column": 7 } } @@ -112006,18 +110418,18 @@ "trailingComments": [ { "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 * @returns Flat list of data 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 {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n ", "range": [ - 61619, - 61904 + 60708, + 60992 ], "loc": { "start": { - "line": 2073, + "line": 2048, "column": 4 }, "end": { - "line": 2079, + "line": 2054, "column": 7 } } @@ -112031,16 +110443,16 @@ "type": "Identifier", "name": "getColumnData", "range": [ - 61909, - 61922 + 60997, + 61010 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 4 }, "end": { - "line": 2080, + "line": 2055, "column": 17 } } @@ -112053,16 +110465,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 61923, - 61931 + 61011, + 61019 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 18 }, "end": { - "line": 2080, + "line": 2055, "column": 26 } } @@ -112073,16 +110485,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 61933, - 61947 + 61021, + 61035 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 28 }, "end": { - "line": 2080, + "line": 2055, "column": 42 } } @@ -112092,31 +110504,31 @@ "value": false, "raw": "false", "range": [ - 61950, - 61955 + 61038, + 61043 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 45 }, "end": { - "line": 2080, + "line": 2055, "column": 50 } } }, "range": [ - 61933, - 61955 + 61021, + 61043 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 28 }, "end": { - "line": 2080, + "line": 2055, "column": 50 } } @@ -112127,16 +110539,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 61957, - 61964 + 61045, + 61052 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 52 }, "end": { - "line": 2080, + "line": 2055, "column": 59 } } @@ -112145,31 +110557,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 61967, - 61969 + 61055, + 61057 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 62 }, "end": { - "line": 2080, + "line": 2055, "column": 64 } } }, "range": [ - 61957, - 61969 + 61045, + 61057 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 52 }, "end": { - "line": 2080, + "line": 2055, "column": 64 } } @@ -112188,16 +110600,16 @@ "object": { "type": "ThisExpression", "range": [ - 61988, - 61992 + 61076, + 61080 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 15 }, "end": { - "line": 2081, + "line": 2056, "column": 19 } } @@ -112206,31 +110618,31 @@ "type": "Identifier", "name": "getColValues", "range": [ - 61993, - 62005 + 61081, + 61093 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 20 }, "end": { - "line": 2081, + "line": 2056, "column": 32 } } }, "range": [ - 61988, - 62005 + 61076, + 61093 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 15 }, "end": { - "line": 2081, + "line": 2056, "column": 32 } } @@ -112240,16 +110652,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62006, - 62014 + 61094, + 61102 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 33 }, "end": { - "line": 2081, + "line": 2056, "column": 41 } } @@ -112258,16 +110670,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62016, - 62030 + 61104, + 61118 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 43 }, "end": { - "line": 2081, + "line": 2056, "column": 57 } } @@ -112277,16 +110689,16 @@ "value": true, "raw": "true", "range": [ - 62032, - 62036 + 61120, + 61124 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 59 }, "end": { - "line": 2081, + "line": 2056, "column": 63 } } @@ -112295,63 +110707,63 @@ "type": "Identifier", "name": "exclude", "range": [ - 62038, - 62045 + 61126, + 61133 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 65 }, "end": { - "line": 2081, + "line": 2056, "column": 72 } } } ], "range": [ - 61988, - 62046 + 61076, + 61134 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 15 }, "end": { - "line": 2081, + "line": 2056, "column": 73 } } }, "range": [ - 61981, - 62047 + 61069, + 61135 ], "loc": { "start": { - "line": 2081, + "line": 2056, "column": 8 }, "end": { - "line": 2081, + "line": 2056, "column": 74 } } } ], "range": [ - 61971, - 62053 + 61059, + 61141 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 66 }, "end": { - "line": 2082, + "line": 2057, "column": 5 } } @@ -112359,16 +110771,16 @@ "generator": false, "expression": false, "range": [ - 61922, - 62053 + 61010, + 61141 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 17 }, "end": { - "line": 2082, + "line": 2057, "column": 5 } } @@ -112376,34 +110788,34 @@ "kind": "method", "computed": false, "range": [ - 61909, - 62053 + 60997, + 61141 ], "loc": { "start": { - "line": 2080, + "line": 2055, "column": 4 }, "end": { - "line": 2082, + "line": 2057, "column": 5 } }, "leadingComments": [ { "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 * @returns Flat list of data 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 {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n ", "range": [ - 61619, - 61904 + 60708, + 60992 ], "loc": { "start": { - "line": 2073, + "line": 2048, "column": 4 }, "end": { - "line": 2079, + "line": 2054, "column": 7 } } @@ -112412,18 +110824,18 @@ "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 * @returns Flat list of values for a column\n ", + "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": [ - 62059, - 62348 + 61147, + 61435 ], "loc": { "start": { - "line": 2084, + "line": 2059, "column": 4 }, "end": { - "line": 2090, + "line": 2065, "column": 7 } } @@ -112437,16 +110849,16 @@ "type": "Identifier", "name": "getColumnValues", "range": [ - 62353, - 62368 + 61440, + 61455 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 4 }, "end": { - "line": 2091, + "line": 2066, "column": 19 } } @@ -112459,16 +110871,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62369, - 62377 + 61456, + 61464 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 20 }, "end": { - "line": 2091, + "line": 2066, "column": 28 } } @@ -112479,16 +110891,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62379, - 62393 + 61466, + 61480 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 30 }, "end": { - "line": 2091, + "line": 2066, "column": 44 } } @@ -112498,31 +110910,31 @@ "value": false, "raw": "false", "range": [ - 62396, - 62401 + 61483, + 61488 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 47 }, "end": { - "line": 2091, + "line": 2066, "column": 52 } } }, "range": [ - 62379, - 62401 + 61466, + 61488 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 30 }, "end": { - "line": 2091, + "line": 2066, "column": 52 } } @@ -112533,16 +110945,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62403, - 62410 + 61490, + 61497 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 54 }, "end": { - "line": 2091, + "line": 2066, "column": 61 } } @@ -112551,31 +110963,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62413, - 62415 + 61500, + 61502 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 64 }, "end": { - "line": 2091, + "line": 2066, "column": 66 } } }, "range": [ - 62403, - 62415 + 61490, + 61502 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 54 }, "end": { - "line": 2091, + "line": 2066, "column": 66 } } @@ -112594,16 +111006,16 @@ "object": { "type": "ThisExpression", "range": [ - 62434, - 62438 + 61521, + 61525 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 15 }, "end": { - "line": 2092, + "line": 2067, "column": 19 } } @@ -112612,31 +111024,31 @@ "type": "Identifier", "name": "getColValues", "range": [ - 62439, - 62451 + 61526, + 61538 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 20 }, "end": { - "line": 2092, + "line": 2067, "column": 32 } } }, "range": [ - 62434, - 62451 + 61521, + 61538 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 15 }, "end": { - "line": 2092, + "line": 2067, "column": 32 } } @@ -112646,16 +111058,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62452, - 62460 + 61539, + 61547 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 33 }, "end": { - "line": 2092, + "line": 2067, "column": 41 } } @@ -112664,16 +111076,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62462, - 62476 + 61549, + 61563 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 43 }, "end": { - "line": 2092, + "line": 2067, "column": 57 } } @@ -112683,16 +111095,16 @@ "value": false, "raw": "false", "range": [ - 62478, - 62483 + 61565, + 61570 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 59 }, "end": { - "line": 2092, + "line": 2067, "column": 64 } } @@ -112701,63 +111113,63 @@ "type": "Identifier", "name": "exclude", "range": [ - 62485, - 62492 + 61572, + 61579 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 66 }, "end": { - "line": 2092, + "line": 2067, "column": 73 } } } ], "range": [ - 62434, - 62493 + 61521, + 61580 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 15 }, "end": { - "line": 2092, + "line": 2067, "column": 74 } } }, "range": [ - 62427, - 62494 + 61514, + 61581 ], "loc": { "start": { - "line": 2092, + "line": 2067, "column": 8 }, "end": { - "line": 2092, + "line": 2067, "column": 75 } } } ], "range": [ - 62417, - 62500 + 61504, + 61587 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 68 }, "end": { - "line": 2093, + "line": 2068, "column": 5 } } @@ -112765,16 +111177,16 @@ "generator": false, "expression": false, "range": [ - 62368, - 62500 + 61455, + 61587 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 19 }, "end": { - "line": 2093, + "line": 2068, "column": 5 } } @@ -112782,34 +111194,34 @@ "kind": "method", "computed": false, "range": [ - 62353, - 62500 + 61440, + 61587 ], "loc": { "start": { - "line": 2091, + "line": 2066, "column": 4 }, "end": { - "line": 2093, + "line": 2068, "column": 5 } }, "leadingComments": [ { "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 * @returns Flat list of values for a column\n ", + "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": [ - 62059, - 62348 + 61147, + 61435 ], "loc": { "start": { - "line": 2084, + "line": 2059, "column": 4 }, "end": { - "line": 2090, + "line": 2065, "column": 7 } } @@ -112820,16 +111232,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": [ - 62506, - 62887 + 61593, + 61974 ], "loc": { "start": { - "line": 2095, + "line": 2070, "column": 4 }, "end": { - "line": 2103, + "line": 2078, "column": 7 } } @@ -112843,16 +111255,16 @@ "type": "Identifier", "name": "getColValues", "range": [ - 62892, - 62904 + 61979, + 61991 ], "loc": { "start": { - "line": 2104, + "line": 2079, "column": 4 }, "end": { - "line": 2104, + "line": 2079, "column": 16 } } @@ -112865,16 +111277,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 62914, - 62922 + 62001, + 62009 ], "loc": { "start": { - "line": 2105, + "line": 2080, "column": 8 }, "end": { - "line": 2105, + "line": 2080, "column": 16 } } @@ -112885,16 +111297,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 62932, - 62946 + 62019, + 62033 ], "loc": { "start": { - "line": 2106, + "line": 2081, "column": 8 }, "end": { - "line": 2106, + "line": 2081, "column": 22 } } @@ -112904,31 +111316,31 @@ "value": false, "raw": "false", "range": [ - 62949, - 62954 + 62036, + 62041 ], "loc": { "start": { - "line": 2106, + "line": 2081, "column": 25 }, "end": { - "line": 2106, + "line": 2081, "column": 30 } } }, "range": [ - 62932, - 62954 + 62019, + 62041 ], "loc": { "start": { - "line": 2106, + "line": 2081, "column": 8 }, "end": { - "line": 2106, + "line": 2081, "column": 30 } } @@ -112939,16 +111351,16 @@ "type": "Identifier", "name": "typed", "range": [ - 62964, - 62969 + 62051, + 62056 ], "loc": { "start": { - "line": 2107, + "line": 2082, "column": 8 }, "end": { - "line": 2107, + "line": 2082, "column": 13 } } @@ -112958,31 +111370,31 @@ "value": false, "raw": "false", "range": [ - 62972, - 62977 + 62059, + 62064 ], "loc": { "start": { - "line": 2107, + "line": 2082, "column": 16 }, "end": { - "line": 2107, + "line": 2082, "column": 21 } } }, "range": [ - 62964, - 62977 + 62051, + 62064 ], "loc": { "start": { - "line": 2107, + "line": 2082, "column": 8 }, "end": { - "line": 2107, + "line": 2082, "column": 21 } } @@ -112993,16 +111405,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 62987, - 62994 + 62074, + 62081 ], "loc": { "start": { - "line": 2108, + "line": 2083, "column": 8 }, "end": { - "line": 2108, + "line": 2083, "column": 15 } } @@ -113011,31 +111423,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 62997, - 62999 + 62084, + 62086 ], "loc": { "start": { - "line": 2108, + "line": 2083, "column": 18 }, "end": { - "line": 2108, + "line": 2083, "column": 20 } } }, "range": [ - 62987, - 62999 + 62074, + 62086 ], "loc": { "start": { - "line": 2108, + "line": 2083, "column": 8 }, "end": { - "line": 2108, + "line": 2083, "column": 20 } } @@ -113053,16 +111465,16 @@ "type": "Identifier", "name": "row", "range": [ - 63020, - 63023 + 62107, + 62110 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 12 }, "end": { - "line": 2110, + "line": 2085, "column": 15 } } @@ -113078,16 +111490,16 @@ "object": { "type": "ThisExpression", "range": [ - 63026, - 63030 + 62113, + 62117 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 18 }, "end": { - "line": 2110, + "line": 2085, "column": 22 } } @@ -113096,47 +111508,47 @@ "type": "Identifier", "name": "dom", "range": [ - 63031, - 63034 + 62118, + 62121 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 23 }, "end": { - "line": 2110, + "line": 2085, "column": 26 } } }, "range": [ - 63026, - 63034 + 62113, + 62121 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 18 }, "end": { - "line": 2110, + "line": 2085, "column": 26 } } }, "arguments": [], "range": [ - 63026, - 63036 + 62113, + 62123 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 18 }, "end": { - "line": 2110, + "line": 2085, "column": 28 } } @@ -113145,46 +111557,46 @@ "type": "Identifier", "name": "rows", "range": [ - 63037, - 63041 + 62124, + 62128 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 29 }, "end": { - "line": 2110, + "line": 2085, "column": 33 } } }, "range": [ - 63026, - 63041 + 62113, + 62128 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 18 }, "end": { - "line": 2110, + "line": 2085, "column": 33 } } }, "range": [ - 63020, - 63041 + 62107, + 62128 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 12 }, "end": { - "line": 2110, + "line": 2085, "column": 33 } } @@ -113192,16 +111604,16 @@ ], "kind": "let", "range": [ - 63016, - 63042 + 62103, + 62129 ], "loc": { "start": { - "line": 2110, + "line": 2085, "column": 8 }, "end": { - "line": 2110, + "line": 2085, "column": 34 } } @@ -113215,16 +111627,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 63055, - 63061 + 62142, + 62148 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 12 }, "end": { - "line": 2111, + "line": 2086, "column": 18 } } @@ -113237,16 +111649,16 @@ "object": { "type": "ThisExpression", "range": [ - 63064, - 63068 + 62151, + 62155 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 21 }, "end": { - "line": 2111, + "line": 2086, "column": 25 } } @@ -113255,31 +111667,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 63069, - 63078 + 62156, + 62165 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 26 }, "end": { - "line": 2111, + "line": 2086, "column": 35 } } }, "range": [ - 63064, - 63078 + 62151, + 62165 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 21 }, "end": { - "line": 2111, + "line": 2086, "column": 35 } } @@ -113290,47 +111702,47 @@ "value": true, "raw": "true", "range": [ - 63079, - 63083 + 62166, + 62170 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 36 }, "end": { - "line": 2111, + "line": 2086, "column": 40 } } } ], "range": [ - 63064, - 63084 + 62151, + 62171 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 21 }, "end": { - "line": 2111, + "line": 2086, "column": 41 } } }, "range": [ - 63055, - 63084 + 62142, + 62171 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 12 }, "end": { - "line": 2111, + "line": 2086, "column": 41 } } @@ -113338,16 +111750,16 @@ ], "kind": "let", "range": [ - 63051, - 63085 + 62138, + 62172 ], "loc": { "start": { - "line": 2111, + "line": 2086, "column": 8 }, "end": { - "line": 2111, + "line": 2086, "column": 42 } } @@ -113361,16 +111773,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 63098, - 63107 + 62185, + 62194 ], "loc": { "start": { - "line": 2112, + "line": 2087, "column": 12 }, "end": { - "line": 2112, + "line": 2087, "column": 21 } } @@ -113379,31 +111791,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 63110, - 63112 + 62197, + 62199 ], "loc": { "start": { - "line": 2112, + "line": 2087, "column": 24 }, "end": { - "line": 2112, + "line": 2087, "column": 26 } } }, "range": [ - 63098, - 63112 + 62185, + 62199 ], "loc": { "start": { - "line": 2112, + "line": 2087, "column": 12 }, "end": { - "line": 2112, + "line": 2087, "column": 26 } } @@ -113411,16 +111823,16 @@ ], "kind": "let", "range": [ - 63094, - 63113 + 62181, + 62200 ], "loc": { "start": { - "line": 2112, + "line": 2087, "column": 8 }, "end": { - "line": 2112, + "line": 2087, "column": 27 } } @@ -113434,16 +111846,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 63126, - 63136 + 62213, + 62223 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 12 }, "end": { - "line": 2113, + "line": 2088, "column": 22 } } @@ -113454,16 +111866,16 @@ "type": "Identifier", "name": "typed", "range": [ - 63139, - 63144 + 62226, + 62231 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 25 }, "end": { - "line": 2113, + "line": 2088, "column": 30 } } @@ -113479,16 +111891,16 @@ "object": { "type": "ThisExpression", "range": [ - 63147, - 63151 + 62234, + 62238 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 33 }, "end": { - "line": 2113, + "line": 2088, "column": 37 } } @@ -113497,31 +111909,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 63152, - 63163 + 62239, + 62250 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 38 }, "end": { - "line": 2113, + "line": 2088, "column": 49 } } }, "range": [ - 63147, - 63163 + 62234, + 62250 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 33 }, "end": { - "line": 2113, + "line": 2088, "column": 49 } } @@ -113530,31 +111942,31 @@ "type": "Identifier", "name": "bind", "range": [ - 63164, - 63168 + 62251, + 62255 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 50 }, "end": { - "line": 2113, + "line": 2088, "column": 54 } } }, "range": [ - 63147, - 63168 + 62234, + 62255 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 33 }, "end": { - "line": 2113, + "line": 2088, "column": 54 } } @@ -113563,32 +111975,32 @@ { "type": "ThisExpression", "range": [ - 63169, - 63173 + 62256, + 62260 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 55 }, "end": { - "line": 2113, + "line": 2088, "column": 59 } } } ], "range": [ - 63147, - 63174 + 62234, + 62261 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 33 }, "end": { - "line": 2113, + "line": 2088, "column": 60 } } @@ -113604,16 +112016,16 @@ "object": { "type": "ThisExpression", "range": [ - 63189, - 63193 + 62276, + 62280 ], "loc": { "start": { - "line": 2114, + "line": 2089, "column": 12 }, "end": { - "line": 2114, + "line": 2089, "column": 16 } } @@ -113622,31 +112034,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 63194, - 63206 + 62281, + 62293 ], "loc": { "start": { - "line": 2114, + "line": 2089, "column": 17 }, "end": { - "line": 2114, + "line": 2089, "column": 29 } } }, "range": [ - 63189, - 63206 + 62276, + 62293 ], "loc": { "start": { - "line": 2114, + "line": 2089, "column": 12 }, "end": { - "line": 2114, + "line": 2089, "column": 29 } } @@ -113655,31 +112067,31 @@ "type": "Identifier", "name": "bind", "range": [ - 63207, - 63211 + 62294, + 62298 ], "loc": { "start": { - "line": 2114, + "line": 2089, "column": 30 }, "end": { - "line": 2114, + "line": 2089, "column": 34 } } }, "range": [ - 63189, - 63211 + 62276, + 62298 ], "loc": { "start": { - "line": 2114, + "line": 2089, "column": 12 }, "end": { - "line": 2114, + "line": 2089, "column": 34 } } @@ -113688,62 +112100,62 @@ { "type": "ThisExpression", "range": [ - 63212, - 63216 + 62299, + 62303 ], "loc": { "start": { - "line": 2114, + "line": 2089, "column": 35 }, "end": { - "line": 2114, + "line": 2089, "column": 39 } } } ], "range": [ - 63189, - 63217 + 62276, + 62304 ], "loc": { "start": { - "line": 2114, + "line": 2089, "column": 12 }, "end": { - "line": 2114, + "line": 2089, "column": 40 } } }, "range": [ - 63139, - 63217 + 62226, + 62304 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 25 }, "end": { - "line": 2114, + "line": 2089, "column": 40 } } }, "range": [ - 63126, - 63217 + 62213, + 62304 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 12 }, "end": { - "line": 2114, + "line": 2089, "column": 40 } } @@ -113751,16 +112163,16 @@ ], "kind": "let", "range": [ - 63122, - 63218 + 62209, + 62305 ], "loc": { "start": { - "line": 2113, + "line": 2088, "column": 8 }, "end": { - "line": 2114, + "line": 2089, "column": 41 } } @@ -113771,16 +112183,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 63232, - 63246 + 62319, + 62333 ], "loc": { "start": { - "line": 2116, + "line": 2091, "column": 12 }, "end": { - "line": 2116, + "line": 2091, "column": 26 } } @@ -113799,16 +112211,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 63262, - 63271 + 62349, + 62358 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 12 }, "end": { - "line": 2117, + "line": 2092, "column": 21 } } @@ -113817,31 +112229,31 @@ "type": "Identifier", "name": "push", "range": [ - 63272, - 63276 + 62359, + 62363 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 22 }, "end": { - "line": 2117, + "line": 2092, "column": 26 } } }, "range": [ - 63262, - 63276 + 62349, + 62363 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 12 }, "end": { - "line": 2117, + "line": 2092, "column": 26 } } @@ -113858,16 +112270,16 @@ "object": { "type": "ThisExpression", "range": [ - 63277, - 63281 + 62364, + 62368 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 27 }, "end": { - "line": 2117, + "line": 2092, "column": 31 } } @@ -113876,47 +112288,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 63282, - 63296 + 62369, + 62383 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 32 }, "end": { - "line": 2117, + "line": 2092, "column": 46 } } }, "range": [ - 63277, - 63296 + 62364, + 62383 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 27 }, "end": { - "line": 2117, + "line": 2092, "column": 46 } } }, "arguments": [], "range": [ - 63277, - 63298 + 62364, + 62385 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 27 }, "end": { - "line": 2117, + "line": 2092, "column": 48 } } @@ -113925,94 +112337,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63299, - 63307 + 62386, + 62394 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 49 }, "end": { - "line": 2117, + "line": 2092, "column": 57 } } }, "range": [ - 63277, - 63308 + 62364, + 62395 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 27 }, "end": { - "line": 2117, + "line": 2092, "column": 58 } } } ], "range": [ - 63262, - 63309 + 62349, + 62396 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 12 }, "end": { - "line": 2117, + "line": 2092, "column": 59 } } }, "range": [ - 63262, - 63310 + 62349, + 62397 ], "loc": { "start": { - "line": 2117, + "line": 2092, "column": 12 }, "end": { - "line": 2117, + "line": 2092, "column": 60 } } } ], "range": [ - 63248, - 63320 + 62335, + 62407 ], "loc": { "start": { - "line": 2116, + "line": 2091, "column": 28 }, "end": { - "line": 2118, + "line": 2093, "column": 9 } } }, "alternate": null, "range": [ - 63228, - 63320 + 62315, + 62407 ], "loc": { "start": { - "line": 2116, + "line": 2091, "column": 8 }, "end": { - "line": 2118, + "line": 2093, "column": 9 } } @@ -114028,16 +112440,16 @@ "type": "Identifier", "name": "i", "range": [ - 63339, - 63340 + 62426, + 62427 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 17 }, "end": { - "line": 2120, + "line": 2095, "column": 18 } } @@ -114048,16 +112460,16 @@ "object": { "type": "ThisExpression", "range": [ - 63343, - 63347 + 62430, + 62434 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 21 }, "end": { - "line": 2120, + "line": 2095, "column": 25 } } @@ -114066,46 +112478,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 63348, - 63354 + 62435, + 62441 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 26 }, "end": { - "line": 2120, + "line": 2095, "column": 32 } } }, "range": [ - 63343, - 63354 + 62430, + 62441 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 21 }, "end": { - "line": 2120, + "line": 2095, "column": 32 } } }, "range": [ - 63339, - 63354 + 62426, + 62441 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 17 }, "end": { - "line": 2120, + "line": 2095, "column": 32 } } @@ -114113,16 +112525,16 @@ ], "kind": "let", "range": [ - 63335, - 63354 + 62422, + 62441 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 13 }, "end": { - "line": 2120, + "line": 2095, "column": 32 } } @@ -114134,16 +112546,16 @@ "type": "Identifier", "name": "i", "range": [ - 63356, - 63357 + 62443, + 62444 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 34 }, "end": { - "line": 2120, + "line": 2095, "column": 35 } } @@ -114152,31 +112564,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 63360, - 63366 + 62447, + 62453 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 38 }, "end": { - "line": 2120, + "line": 2095, "column": 44 } } }, "range": [ - 63356, - 63366 + 62443, + 62453 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 34 }, "end": { - "line": 2120, + "line": 2095, "column": 44 } } @@ -114188,32 +112600,32 @@ "type": "Identifier", "name": "i", "range": [ - 63368, - 63369 + 62455, + 62456 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 46 }, "end": { - "line": 2120, + "line": 2095, "column": 47 } } }, "prefix": false, "range": [ - 63368, - 63371 + 62455, + 62458 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 46 }, "end": { - "line": 2120, + "line": 2095, "column": 49 } } @@ -114230,16 +112642,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 63391, - 63403 + 62478, + 62490 ], "loc": { "start": { - "line": 2121, + "line": 2096, "column": 16 }, "end": { - "line": 2121, + "line": 2096, "column": 28 } } @@ -114249,31 +112661,31 @@ "value": false, "raw": "false", "range": [ - 63406, - 63411 + 62493, + 62498 ], "loc": { "start": { - "line": 2121, + "line": 2096, "column": 31 }, "end": { - "line": 2121, + "line": 2096, "column": 36 } } }, "range": [ - 63391, - 63411 + 62478, + 62498 ], "loc": { "start": { - "line": 2121, + "line": 2096, "column": 16 }, "end": { - "line": 2121, + "line": 2096, "column": 36 } } @@ -114281,16 +112693,16 @@ ], "kind": "let", "range": [ - 63387, - 63412 + 62474, + 62499 ], "loc": { "start": { - "line": 2121, + "line": 2096, "column": 12 }, "end": { - "line": 2121, + "line": 2096, "column": 37 } }, @@ -114299,16 +112711,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 63425, - 63480 + 62512, + 62567 ], "loc": { "start": { - "line": 2122, + "line": 2097, "column": 12 }, "end": { - "line": 2122, + "line": 2097, "column": 67 } } @@ -114327,16 +112739,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 63497, - 63504 + 62584, + 62591 ], "loc": { "start": { - "line": 2123, + "line": 2098, "column": 16 }, "end": { - "line": 2123, + "line": 2098, "column": 23 } } @@ -114345,31 +112757,31 @@ "type": "Identifier", "name": "length", "range": [ - 63505, - 63511 + 62592, + 62598 ], "loc": { "start": { - "line": 2123, + "line": 2098, "column": 24 }, "end": { - "line": 2123, + "line": 2098, "column": 30 } } }, "range": [ - 63497, - 63511 + 62584, + 62598 ], "loc": { "start": { - "line": 2123, + "line": 2098, "column": 16 }, "end": { - "line": 2123, + "line": 2098, "column": 30 } } @@ -114379,31 +112791,31 @@ "value": 0, "raw": "0", "range": [ - 63514, - 63515 + 62601, + 62602 ], "loc": { "start": { - "line": 2123, + "line": 2098, "column": 33 }, "end": { - "line": 2123, + "line": 2098, "column": 34 } } }, "range": [ - 63497, - 63515 + 62584, + 62602 ], "loc": { "start": { - "line": 2123, + "line": 2098, "column": 16 }, "end": { - "line": 2123, + "line": 2098, "column": 34 } } @@ -114420,16 +112832,16 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 63535, - 63547 + 62622, + 62634 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 16 }, "end": { - "line": 2124, + "line": 2099, "column": 28 } } @@ -114446,16 +112858,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 63550, - 63557 + 62637, + 62644 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 31 }, "end": { - "line": 2124, + "line": 2099, "column": 38 } } @@ -114464,31 +112876,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 63558, - 63565 + 62645, + 62652 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 39 }, "end": { - "line": 2124, + "line": 2099, "column": 46 } } }, "range": [ - 63550, - 63565 + 62637, + 62652 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 31 }, "end": { - "line": 2124, + "line": 2099, "column": 46 } } @@ -114498,32 +112910,32 @@ "type": "Identifier", "name": "i", "range": [ - 63566, - 63567 + 62653, + 62654 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 47 }, "end": { - "line": 2124, + "line": 2099, "column": 48 } } } ], "range": [ - 63550, - 63568 + 62637, + 62655 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 31 }, "end": { - "line": 2124, + "line": 2099, "column": 49 } } @@ -114536,109 +112948,109 @@ "value": 1, "raw": "1", "range": [ - 63574, - 63575 + 62661, + 62662 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 55 }, "end": { - "line": 2124, + "line": 2099, "column": 56 } } }, "prefix": true, "range": [ - 63573, - 63575 + 62660, + 62662 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 54 }, "end": { - "line": 2124, + "line": 2099, "column": 56 } } }, "range": [ - 63550, - 63575 + 62637, + 62662 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 31 }, "end": { - "line": 2124, + "line": 2099, "column": 56 } } }, "range": [ - 63535, - 63575 + 62622, + 62662 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 16 }, "end": { - "line": 2124, + "line": 2099, "column": 56 } } }, "range": [ - 63535, - 63576 + 62622, + 62663 ], "loc": { "start": { - "line": 2124, + "line": 2099, "column": 16 }, "end": { - "line": 2124, + "line": 2099, "column": 57 } } } ], "range": [ - 63517, - 63590 + 62604, + 62677 ], "loc": { "start": { - "line": 2123, + "line": 2098, "column": 36 }, "end": { - "line": 2125, + "line": 2100, "column": 13 } } }, "alternate": null, "range": [ - 63493, - 63590 + 62580, + 62677 ], "loc": { "start": { - "line": 2123, + "line": 2098, "column": 12 }, "end": { - "line": 2125, + "line": 2100, "column": 13 } }, @@ -114647,16 +113059,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 63425, - 63480 + 62512, + 62567 ], "loc": { "start": { - "line": 2122, + "line": 2097, "column": 12 }, "end": { - "line": 2122, + "line": 2097, "column": 67 } } @@ -114672,16 +113084,16 @@ "type": "Identifier", "name": "cell", "range": [ - 63607, - 63611 + 62694, + 62698 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 16 }, "end": { - "line": 2126, + "line": 2101, "column": 20 } } @@ -114696,16 +113108,16 @@ "type": "Identifier", "name": "row", "range": [ - 63614, - 63617 + 62701, + 62704 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 23 }, "end": { - "line": 2126, + "line": 2101, "column": 26 } } @@ -114714,31 +113126,31 @@ "type": "Identifier", "name": "i", "range": [ - 63618, - 63619 + 62705, + 62706 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 27 }, "end": { - "line": 2126, + "line": 2101, "column": 28 } } }, "range": [ - 63614, - 63620 + 62701, + 62707 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 23 }, "end": { - "line": 2126, + "line": 2101, "column": 29 } } @@ -114747,46 +113159,46 @@ "type": "Identifier", "name": "cells", "range": [ - 63621, - 63626 + 62708, + 62713 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 30 }, "end": { - "line": 2126, + "line": 2101, "column": 35 } } }, "range": [ - 63614, - 63626 + 62701, + 62713 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 23 }, "end": { - "line": 2126, + "line": 2101, "column": 35 } } }, "range": [ - 63607, - 63626 + 62694, + 62713 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 16 }, "end": { - "line": 2126, + "line": 2101, "column": 35 } } @@ -114797,16 +113209,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 63644, - 63651 + 62731, + 62738 ], "loc": { "start": { - "line": 2127, + "line": 2102, "column": 16 }, "end": { - "line": 2127, + "line": 2102, "column": 23 } } @@ -114818,16 +113230,16 @@ "type": "Identifier", "name": "cell", "range": [ - 63654, - 63658 + 62741, + 62745 ], "loc": { "start": { - "line": 2127, + "line": 2102, "column": 26 }, "end": { - "line": 2127, + "line": 2102, "column": 30 } } @@ -114836,46 +113248,46 @@ "type": "Identifier", "name": "length", "range": [ - 63659, - 63665 + 62746, + 62752 ], "loc": { "start": { - "line": 2127, + "line": 2102, "column": 31 }, "end": { - "line": 2127, + "line": 2102, "column": 37 } } }, "range": [ - 63654, - 63665 + 62741, + 62752 ], "loc": { "start": { - "line": 2127, + "line": 2102, "column": 26 }, "end": { - "line": 2127, + "line": 2102, "column": 37 } } }, "range": [ - 63644, - 63665 + 62731, + 62752 ], "loc": { "start": { - "line": 2127, + "line": 2102, "column": 16 }, "end": { - "line": 2127, + "line": 2102, "column": 37 } } @@ -114883,16 +113295,16 @@ ], "kind": "let", "range": [ - 63603, - 63666 + 62690, + 62753 ], "loc": { "start": { - "line": 2126, + "line": 2101, "column": 12 }, "end": { - "line": 2127, + "line": 2102, "column": 38 } }, @@ -114901,16 +113313,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 63680, - 63733 + 62767, + 62820 ], "loc": { "start": { - "line": 2129, + "line": 2104, "column": 12 }, "end": { - "line": 2129, + "line": 2104, "column": 65 } } @@ -114929,16 +113341,16 @@ "type": "Identifier", "name": "nchilds", "range": [ - 63750, - 63757 + 62837, + 62844 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 16 }, "end": { - "line": 2130, + "line": 2105, "column": 23 } } @@ -114949,16 +113361,16 @@ "object": { "type": "ThisExpression", "range": [ - 63762, - 63766 + 62849, + 62853 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 28 }, "end": { - "line": 2130, + "line": 2105, "column": 32 } } @@ -114967,46 +113379,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 63767, - 63774 + 62854, + 62861 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 33 }, "end": { - "line": 2130, + "line": 2105, "column": 40 } } }, "range": [ - 63762, - 63774 + 62849, + 62861 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 28 }, "end": { - "line": 2130, + "line": 2105, "column": 40 } } }, "range": [ - 63750, - 63774 + 62837, + 62861 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 16 }, "end": { - "line": 2130, + "line": 2105, "column": 40 } } @@ -115018,47 +113430,47 @@ "type": "Identifier", "name": "isExludedRow", "range": [ - 63779, - 63791 + 62866, + 62878 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 45 }, "end": { - "line": 2130, + "line": 2105, "column": 57 } } }, "prefix": true, "range": [ - 63778, - 63791 + 62865, + 62878 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 44 }, "end": { - "line": 2130, + "line": 2105, "column": 57 } } }, "range": [ - 63750, - 63791 + 62837, + 62878 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 16 }, "end": { - "line": 2130, + "line": 2105, "column": 57 } } @@ -115077,16 +113489,16 @@ "type": "Identifier", "name": "j", "range": [ - 63869, - 63870 + 62956, + 62957 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 25 }, "end": { - "line": 2132, + "line": 2107, "column": 26 } } @@ -115096,31 +113508,31 @@ "value": 0, "raw": "0", "range": [ - 63873, - 63874 + 62960, + 62961 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 29 }, "end": { - "line": 2132, + "line": 2107, "column": 30 } } }, "range": [ - 63869, - 63874 + 62956, + 62961 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 25 }, "end": { - "line": 2132, + "line": 2107, "column": 30 } } @@ -115128,16 +113540,16 @@ ], "kind": "let", "range": [ - 63865, - 63874 + 62952, + 62961 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 21 }, "end": { - "line": 2132, + "line": 2107, "column": 30 } } @@ -115149,16 +113561,16 @@ "type": "Identifier", "name": "j", "range": [ - 63876, - 63877 + 62963, + 62964 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 32 }, "end": { - "line": 2132, + "line": 2107, "column": 33 } } @@ -115167,31 +113579,31 @@ "type": "Identifier", "name": "nchilds", "range": [ - 63880, - 63887 + 62967, + 62974 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 36 }, "end": { - "line": 2132, + "line": 2107, "column": 43 } } }, "range": [ - 63876, - 63887 + 62963, + 62974 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 32 }, "end": { - "line": 2132, + "line": 2107, "column": 43 } } @@ -115203,32 +113615,32 @@ "type": "Identifier", "name": "j", "range": [ - 63889, - 63890 + 62976, + 62977 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 45 }, "end": { - "line": 2132, + "line": 2107, "column": 46 } } }, "prefix": false, "range": [ - 63889, - 63892 + 62976, + 62979 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 45 }, "end": { - "line": 2132, + "line": 2107, "column": 48 } } @@ -115245,16 +113657,16 @@ "type": "Identifier", "name": "j", "range": [ - 63920, - 63921 + 63007, + 63008 ], "loc": { "start": { - "line": 2133, + "line": 2108, "column": 24 }, "end": { - "line": 2133, + "line": 2108, "column": 25 } } @@ -115263,31 +113675,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 63926, - 63934 + 63013, + 63021 ], "loc": { "start": { - "line": 2133, + "line": 2108, "column": 30 }, "end": { - "line": 2133, + "line": 2108, "column": 38 } } }, "range": [ - 63920, - 63934 + 63007, + 63021 ], "loc": { "start": { - "line": 2133, + "line": 2108, "column": 24 }, "end": { - "line": 2133, + "line": 2108, "column": 38 } } @@ -115299,48 +113711,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 63962, - 63971 + 63049, + 63058 ], "loc": { "start": { - "line": 2134, + "line": 2109, "column": 24 }, "end": { - "line": 2134, + "line": 2109, "column": 33 } } } ], "range": [ - 63936, - 63993 + 63023, + 63080 ], "loc": { "start": { - "line": 2133, + "line": 2108, "column": 40 }, "end": { - "line": 2135, + "line": 2110, "column": 21 } } }, "alternate": null, "range": [ - 63916, - 63993 + 63003, + 63080 ], "loc": { "start": { - "line": 2133, + "line": 2108, "column": 20 }, "end": { - "line": 2135, + "line": 2110, "column": 21 } } @@ -115354,16 +113766,16 @@ "type": "Identifier", "name": "data", "range": [ - 64018, - 64022 + 63105, + 63109 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 24 }, "end": { - "line": 2136, + "line": 2111, "column": 28 } } @@ -115374,16 +113786,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 64025, - 64035 + 63112, + 63122 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 31 }, "end": { - "line": 2136, + "line": 2111, "column": 41 } } @@ -115396,16 +113808,16 @@ "type": "Identifier", "name": "cell", "range": [ - 64036, - 64040 + 63123, + 63127 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 42 }, "end": { - "line": 2136, + "line": 2111, "column": 46 } } @@ -115414,62 +113826,62 @@ "type": "Identifier", "name": "j", "range": [ - 64041, - 64042 + 63128, + 63129 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 47 }, "end": { - "line": 2136, + "line": 2111, "column": 48 } } }, "range": [ - 64036, - 64043 + 63123, + 63130 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 42 }, "end": { - "line": 2136, + "line": 2111, "column": 49 } } } ], "range": [ - 64025, - 64044 + 63112, + 63131 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 31 }, "end": { - "line": 2136, + "line": 2111, "column": 50 } } }, "range": [ - 64018, - 64044 + 63105, + 63131 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 24 }, "end": { - "line": 2136, + "line": 2111, "column": 50 } } @@ -115477,16 +113889,16 @@ ], "kind": "let", "range": [ - 64014, - 64045 + 63101, + 63132 ], "loc": { "start": { - "line": 2136, + "line": 2111, "column": 20 }, "end": { - "line": 2136, + "line": 2111, "column": 51 } } @@ -115502,16 +113914,16 @@ "type": "Identifier", "name": "colValues", "range": [ - 64066, - 64075 + 63153, + 63162 ], "loc": { "start": { - "line": 2137, + "line": 2112, "column": 20 }, "end": { - "line": 2137, + "line": 2112, "column": 29 } } @@ -115520,31 +113932,31 @@ "type": "Identifier", "name": "push", "range": [ - 64076, - 64080 + 63163, + 63167 ], "loc": { "start": { - "line": 2137, + "line": 2112, "column": 30 }, "end": { - "line": 2137, + "line": 2112, "column": 34 } } }, "range": [ - 64066, - 64080 + 63153, + 63167 ], "loc": { "start": { - "line": 2137, + "line": 2112, "column": 20 }, "end": { - "line": 2137, + "line": 2112, "column": 34 } } @@ -115554,78 +113966,78 @@ "type": "Identifier", "name": "data", "range": [ - 64081, - 64085 + 63168, + 63172 ], "loc": { "start": { - "line": 2137, + "line": 2112, "column": 35 }, "end": { - "line": 2137, + "line": 2112, "column": 39 } } } ], "range": [ - 64066, - 64086 + 63153, + 63173 ], "loc": { "start": { - "line": 2137, + "line": 2112, "column": 20 }, "end": { - "line": 2137, + "line": 2112, "column": 40 } } }, "range": [ - 64066, - 64087 + 63153, + 63174 ], "loc": { "start": { - "line": 2137, + "line": 2112, "column": 20 }, "end": { - "line": 2137, + "line": 2112, "column": 41 } } } ], "range": [ - 63894, - 64105 + 62981, + 63192 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 50 }, "end": { - "line": 2138, + "line": 2113, "column": 17 } } }, "range": [ - 63860, - 64105 + 62947, + 63192 ], "loc": { "start": { - "line": 2132, + "line": 2107, "column": 16 }, "end": { - "line": 2138, + "line": 2113, "column": 17 } }, @@ -115634,16 +114046,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 63811, - 63843 + 62898, + 62930 ], "loc": { "start": { - "line": 2131, + "line": 2106, "column": 16 }, "end": { - "line": 2131, + "line": 2106, "column": 48 } } @@ -115652,32 +114064,32 @@ } ], "range": [ - 63793, - 64119 + 62880, + 63206 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 59 }, "end": { - "line": 2139, + "line": 2114, "column": 13 } } }, "alternate": null, "range": [ - 63746, - 64119 + 62833, + 63206 ], "loc": { "start": { - "line": 2130, + "line": 2105, "column": 12 }, "end": { - "line": 2139, + "line": 2114, "column": 13 } }, @@ -115686,16 +114098,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 63680, - 63733 + 62767, + 62820 ], "loc": { "start": { - "line": 2129, + "line": 2104, "column": 12 }, "end": { - "line": 2129, + "line": 2104, "column": 65 } } @@ -115704,31 +114116,31 @@ } ], "range": [ - 63373, - 64129 + 62460, + 63216 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 51 }, "end": { - "line": 2140, + "line": 2115, "column": 9 } } }, "range": [ - 63330, - 64129 + 62417, + 63216 ], "loc": { "start": { - "line": 2120, + "line": 2095, "column": 8 }, "end": { - "line": 2140, + "line": 2115, "column": 9 } } @@ -115739,47 +114151,47 @@ "type": "Identifier", "name": "colValues", "range": [ - 64145, - 64154 + 63232, + 63241 ], "loc": { "start": { - "line": 2141, + "line": 2116, "column": 15 }, "end": { - "line": 2141, + "line": 2116, "column": 24 } } }, "range": [ - 64138, - 64155 + 63225, + 63242 ], "loc": { "start": { - "line": 2141, + "line": 2116, "column": 8 }, "end": { - "line": 2141, + "line": 2116, "column": 25 } } } ], "range": [ - 63006, - 64161 + 62093, + 63248 ], "loc": { "start": { - "line": 2109, + "line": 2084, "column": 6 }, "end": { - "line": 2142, + "line": 2117, "column": 5 } } @@ -115787,16 +114199,16 @@ "generator": false, "expression": false, "range": [ - 62904, - 64161 + 61991, + 63248 ], "loc": { "start": { - "line": 2104, + "line": 2079, "column": 16 }, "end": { - "line": 2142, + "line": 2117, "column": 5 } } @@ -115804,16 +114216,16 @@ "kind": "method", "computed": false, "range": [ - 62892, - 64161 + 61979, + 63248 ], "loc": { "start": { - "line": 2104, + "line": 2079, "column": 4 }, "end": { - "line": 2142, + "line": 2117, "column": 5 } }, @@ -115822,16 +114234,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": [ - 62506, - 62887 + 61593, + 61974 ], "loc": { "start": { - "line": 2095, + "line": 2070, "column": 4 }, "end": { - "line": 2103, + "line": 2078, "column": 7 } } @@ -115842,16 +114254,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": [ - 64167, - 64319 + 63254, + 63406 ], "loc": { "start": { - "line": 2144, + "line": 2119, "column": 4 }, "end": { - "line": 2148, + "line": 2123, "column": 7 } } @@ -115865,16 +114277,16 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 64324, - 64338 + 63411, + 63425 ], "loc": { "start": { - "line": 2149, + "line": 2124, "column": 4 }, "end": { - "line": 2149, + "line": 2124, "column": 18 } } @@ -115887,16 +114299,16 @@ "type": "Identifier", "name": "index", "range": [ - 64339, - 64344 + 63426, + 63431 ], "loc": { "start": { - "line": 2149, + "line": 2124, "column": 19 }, "end": { - "line": 2149, + "line": 2124, "column": 24 } } @@ -115916,16 +114328,16 @@ "object": { "type": "ThisExpression", "range": [ - 64361, - 64365 + 63448, + 63452 ], "loc": { "start": { - "line": 2150, + "line": 2125, "column": 13 }, "end": { - "line": 2150, + "line": 2125, "column": 17 } } @@ -115934,47 +114346,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 64366, - 64373 + 63453, + 63460 ], "loc": { "start": { - "line": 2150, + "line": 2125, "column": 18 }, "end": { - "line": 2150, + "line": 2125, "column": 25 } } }, "range": [ - 64361, - 64373 + 63448, + 63460 ], "loc": { "start": { - "line": 2150, + "line": 2125, "column": 13 }, "end": { - "line": 2150, + "line": 2125, "column": 25 } } }, "prefix": true, "range": [ - 64360, - 64373 + 63447, + 63460 ], "loc": { "start": { - "line": 2150, + "line": 2125, "column": 12 }, "end": { - "line": 2150, + "line": 2125, "column": 25 } } @@ -115986,48 +114398,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 64389, - 64396 + 63476, + 63483 ], "loc": { "start": { - "line": 2151, + "line": 2126, "column": 12 }, "end": { - "line": 2151, + "line": 2126, "column": 19 } } } ], "range": [ - 64375, - 64406 + 63462, + 63493 ], "loc": { "start": { - "line": 2150, + "line": 2125, "column": 27 }, "end": { - "line": 2152, + "line": 2127, "column": 9 } } }, "alternate": null, "range": [ - 64356, - 64406 + 63443, + 63493 ], "loc": { "start": { - "line": 2150, + "line": 2125, "column": 8 }, "end": { - "line": 2152, + "line": 2127, "column": 9 } } @@ -116041,16 +114453,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64419, - 64427 + 63506, + 63514 ], "loc": { "start": { - "line": 2153, + "line": 2128, "column": 12 }, "end": { - "line": 2153, + "line": 2128, "column": 20 } } @@ -116060,31 +114472,31 @@ "value": "", "raw": "''", "range": [ - 64430, - 64432 + 63517, + 63519 ], "loc": { "start": { - "line": 2153, + "line": 2128, "column": 23 }, "end": { - "line": 2153, + "line": 2128, "column": 25 } } }, "range": [ - 64419, - 64432 + 63506, + 63519 ], "loc": { "start": { - "line": 2153, + "line": 2128, "column": 12 }, "end": { - "line": 2153, + "line": 2128, "column": 25 } } @@ -116092,16 +114504,16 @@ ], "kind": "let", "range": [ - 64415, - 64433 + 63502, + 63520 ], "loc": { "start": { - "line": 2153, + "line": 2128, "column": 8 }, "end": { - "line": 2153, + "line": 2128, "column": 26 } } @@ -116115,16 +114527,16 @@ "type": "Identifier", "name": "flt", "range": [ - 64446, - 64449 + 63533, + 63536 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 12 }, "end": { - "line": 2154, + "line": 2129, "column": 15 } } @@ -116137,16 +114549,16 @@ "object": { "type": "ThisExpression", "range": [ - 64452, - 64456 + 63539, + 63543 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 18 }, "end": { - "line": 2154, + "line": 2129, "column": 22 } } @@ -116155,31 +114567,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 64457, - 64473 + 63544, + 63560 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 23 }, "end": { - "line": 2154, + "line": 2129, "column": 39 } } }, "range": [ - 64452, - 64473 + 63539, + 63560 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 18 }, "end": { - "line": 2154, + "line": 2129, "column": 39 } } @@ -116189,47 +114601,47 @@ "type": "Identifier", "name": "index", "range": [ - 64474, - 64479 + 63561, + 63566 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 40 }, "end": { - "line": 2154, + "line": 2129, "column": 45 } } } ], "range": [ - 64452, - 64480 + 63539, + 63567 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 18 }, "end": { - "line": 2154, + "line": 2129, "column": 46 } } }, "range": [ - 64446, - 64480 + 63533, + 63567 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 12 }, "end": { - "line": 2154, + "line": 2129, "column": 46 } } @@ -116237,16 +114649,16 @@ ], "kind": "let", "range": [ - 64442, - 64481 + 63529, + 63568 ], "loc": { "start": { - "line": 2154, + "line": 2129, "column": 8 }, "end": { - "line": 2154, + "line": 2129, "column": 47 } } @@ -116260,32 +114672,32 @@ "type": "Identifier", "name": "flt", "range": [ - 64495, - 64498 + 63582, + 63585 ], "loc": { "start": { - "line": 2155, + "line": 2130, "column": 13 }, "end": { - "line": 2155, + "line": 2130, "column": 16 } } }, "prefix": true, "range": [ - 64494, - 64498 + 63581, + 63585 ], "loc": { "start": { - "line": 2155, + "line": 2130, "column": 12 }, "end": { - "line": 2155, + "line": 2130, "column": 16 } } @@ -116299,63 +114711,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64521, - 64529 + 63608, + 63616 ], "loc": { "start": { - "line": 2156, + "line": 2131, "column": 19 }, "end": { - "line": 2156, + "line": 2131, "column": 27 } } }, "range": [ - 64514, - 64530 + 63601, + 63617 ], "loc": { "start": { - "line": 2156, + "line": 2131, "column": 12 }, "end": { - "line": 2156, + "line": 2131, "column": 28 } } } ], "range": [ - 64500, - 64540 + 63587, + 63627 ], "loc": { "start": { - "line": 2155, + "line": 2130, "column": 18 }, "end": { - "line": 2157, + "line": 2132, "column": 9 } } }, "alternate": null, "range": [ - 64490, - 64540 + 63577, + 63627 ], "loc": { "start": { - "line": 2155, + "line": 2130, "column": 8 }, "end": { - "line": 2157, + "line": 2132, "column": 9 } } @@ -116369,16 +114781,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64554, - 64564 + 63641, + 63651 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 12 }, "end": { - "line": 2159, + "line": 2134, "column": 22 } } @@ -116391,16 +114803,16 @@ "object": { "type": "ThisExpression", "range": [ - 64567, - 64571 + 63654, + 63658 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 25 }, "end": { - "line": 2159, + "line": 2134, "column": 29 } } @@ -116409,31 +114821,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 64572, - 64585 + 63659, + 63672 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 30 }, "end": { - "line": 2159, + "line": 2134, "column": 43 } } }, "range": [ - 64567, - 64585 + 63654, + 63672 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 25 }, "end": { - "line": 2159, + "line": 2134, "column": 43 } } @@ -116443,47 +114855,47 @@ "type": "Identifier", "name": "index", "range": [ - 64586, - 64591 + 63673, + 63678 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 44 }, "end": { - "line": 2159, + "line": 2134, "column": 49 } } } ], "range": [ - 64567, - 64592 + 63654, + 63679 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 25 }, "end": { - "line": 2159, + "line": 2134, "column": 50 } } }, "range": [ - 64554, - 64592 + 63641, + 63679 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 12 }, "end": { - "line": 2159, + "line": 2134, "column": 50 } } @@ -116491,16 +114903,16 @@ ], "kind": "let", "range": [ - 64550, - 64593 + 63637, + 63680 ], "loc": { "start": { - "line": 2159, + "line": 2134, "column": 8 }, "end": { - "line": 2159, + "line": 2134, "column": 51 } } @@ -116517,16 +114929,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64606, - 64616 + 63693, + 63703 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 12 }, "end": { - "line": 2160, + "line": 2135, "column": 22 } } @@ -116535,31 +114947,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 64621, - 64629 + 63708, + 63716 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 27 }, "end": { - "line": 2160, + "line": 2135, "column": 35 } } }, "range": [ - 64606, - 64629 + 63693, + 63716 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 12 }, "end": { - "line": 2160, + "line": 2135, "column": 35 } } @@ -116571,16 +114983,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64633, - 64643 + 63720, + 63730 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 39 }, "end": { - "line": 2160, + "line": 2135, "column": 49 } } @@ -116589,46 +115001,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 64648, - 64657 + 63735, + 63744 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 54 }, "end": { - "line": 2160, + "line": 2135, "column": 63 } } }, "range": [ - 64633, - 64657 + 63720, + 63744 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 39 }, "end": { - "line": 2160, + "line": 2135, "column": 63 } } }, "range": [ - 64606, - 64657 + 63693, + 63744 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 12 }, "end": { - "line": 2160, + "line": 2135, "column": 63 } } @@ -116645,16 +115057,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64673, - 64681 + 63760, + 63768 ], "loc": { "start": { - "line": 2161, + "line": 2136, "column": 12 }, "end": { - "line": 2161, + "line": 2136, "column": 20 } } @@ -116666,16 +115078,16 @@ "type": "Identifier", "name": "flt", "range": [ - 64684, - 64687 + 63771, + 63774 ], "loc": { "start": { - "line": 2161, + "line": 2136, "column": 23 }, "end": { - "line": 2161, + "line": 2136, "column": 26 } } @@ -116684,77 +115096,77 @@ "type": "Identifier", "name": "value", "range": [ - 64688, - 64693 + 63775, + 63780 ], "loc": { "start": { - "line": 2161, + "line": 2136, "column": 27 }, "end": { - "line": 2161, + "line": 2136, "column": 32 } } }, "range": [ - 64684, - 64693 + 63771, + 63780 ], "loc": { "start": { - "line": 2161, + "line": 2136, "column": 23 }, "end": { - "line": 2161, + "line": 2136, "column": 32 } } }, "range": [ - 64673, - 64693 + 63760, + 63780 ], "loc": { "start": { - "line": 2161, + "line": 2136, "column": 12 }, "end": { - "line": 2161, + "line": 2136, "column": 32 } } }, "range": [ - 64673, - 64694 + 63760, + 63781 ], "loc": { "start": { - "line": 2161, + "line": 2136, "column": 12 }, "end": { - "line": 2161, + "line": 2136, "column": 33 } } } ], "range": [ - 64659, - 64704 + 63746, + 63791 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 65 }, "end": { - "line": 2162, + "line": 2137, "column": 9 } }, @@ -116763,16 +115175,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 64713, - 64729 + 63800, + 63816 ], "loc": { "start": { - "line": 2163, + "line": 2138, "column": 8 }, "end": { - "line": 2163, + "line": 2138, "column": 24 } } @@ -116788,16 +115200,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64747, - 64757 + 63834, + 63844 ], "loc": { "start": { - "line": 2164, + "line": 2139, "column": 17 }, "end": { - "line": 2164, + "line": 2139, "column": 27 } } @@ -116806,31 +115218,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 64762, - 64770 + 63849, + 63857 ], "loc": { "start": { - "line": 2164, + "line": 2139, "column": 32 }, "end": { - "line": 2164, + "line": 2139, "column": 40 } } }, "range": [ - 64747, - 64770 + 63834, + 63857 ], "loc": { "start": { - "line": 2164, + "line": 2139, "column": 17 }, "end": { - "line": 2164, + "line": 2139, "column": 40 } } @@ -116847,16 +115259,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64786, - 64794 + 63873, + 63881 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 12 }, "end": { - "line": 2165, + "line": 2140, "column": 20 } } @@ -116874,16 +115286,16 @@ "object": { "type": "ThisExpression", "range": [ - 64797, - 64801 + 63884, + 63888 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 23 }, "end": { - "line": 2165, + "line": 2140, "column": 27 } } @@ -116892,31 +115304,31 @@ "type": "Identifier", "name": "feature", "range": [ - 64802, - 64809 + 63889, + 63896 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 28 }, "end": { - "line": 2165, + "line": 2140, "column": 35 } } }, "range": [ - 64797, - 64809 + 63884, + 63896 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 23 }, "end": { - "line": 2165, + "line": 2140, "column": 35 } } @@ -116927,32 +115339,32 @@ "value": "dropdown", "raw": "'dropdown'", "range": [ - 64810, - 64820 + 63897, + 63907 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 36 }, "end": { - "line": 2165, + "line": 2140, "column": 46 } } } ], "range": [ - 64797, - 64821 + 63884, + 63908 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 23 }, "end": { - "line": 2165, + "line": 2140, "column": 47 } } @@ -116961,31 +115373,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 64822, - 64831 + 63909, + 63918 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 48 }, "end": { - "line": 2165, + "line": 2140, "column": 57 } } }, "range": [ - 64797, - 64831 + 63884, + 63918 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 23 }, "end": { - "line": 2165, + "line": 2140, "column": 57 } } @@ -116995,78 +115407,78 @@ "type": "Identifier", "name": "index", "range": [ - 64832, - 64837 + 63919, + 63924 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 58 }, "end": { - "line": 2165, + "line": 2140, "column": 63 } } } ], "range": [ - 64797, - 64838 + 63884, + 63925 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 23 }, "end": { - "line": 2165, + "line": 2140, "column": 64 } } }, "range": [ - 64786, - 64838 + 63873, + 63925 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 12 }, "end": { - "line": 2165, + "line": 2140, "column": 64 } } }, "range": [ - 64786, - 64839 + 63873, + 63926 ], "loc": { "start": { - "line": 2165, + "line": 2140, "column": 12 }, "end": { - "line": 2165, + "line": 2140, "column": 65 } } } ], "range": [ - 64772, - 64849 + 63859, + 63936 ], "loc": { "start": { - "line": 2164, + "line": 2139, "column": 42 }, "end": { - "line": 2166, + "line": 2141, "column": 9 } }, @@ -117075,16 +115487,16 @@ "type": "Line", "value": "checklist", "range": [ - 64858, - 64869 + 63945, + 63956 ], "loc": { "start": { - "line": 2167, + "line": 2142, "column": 8 }, "end": { - "line": 2167, + "line": 2142, "column": 19 } } @@ -117100,16 +115512,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 64887, - 64897 + 63974, + 63984 ], "loc": { "start": { - "line": 2168, + "line": 2143, "column": 17 }, "end": { - "line": 2168, + "line": 2143, "column": 27 } } @@ -117118,31 +115530,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 64902, - 64911 + 63989, + 63998 ], "loc": { "start": { - "line": 2168, + "line": 2143, "column": 32 }, "end": { - "line": 2168, + "line": 2143, "column": 41 } } }, "range": [ - 64887, - 64911 + 63974, + 63998 ], "loc": { "start": { - "line": 2168, + "line": 2143, "column": 17 }, "end": { - "line": 2168, + "line": 2143, "column": 41 } } @@ -117159,16 +115571,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 64927, - 64935 + 64014, + 64022 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 12 }, "end": { - "line": 2169, + "line": 2144, "column": 20 } } @@ -117186,16 +115598,16 @@ "object": { "type": "ThisExpression", "range": [ - 64938, - 64942 + 64025, + 64029 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 23 }, "end": { - "line": 2169, + "line": 2144, "column": 27 } } @@ -117204,31 +115616,31 @@ "type": "Identifier", "name": "feature", "range": [ - 64943, - 64950 + 64030, + 64037 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 28 }, "end": { - "line": 2169, + "line": 2144, "column": 35 } } }, "range": [ - 64938, - 64950 + 64025, + 64037 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 23 }, "end": { - "line": 2169, + "line": 2144, "column": 35 } } @@ -117239,32 +115651,32 @@ "value": "checkList", "raw": "'checkList'", "range": [ - 64951, - 64962 + 64038, + 64049 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 36 }, "end": { - "line": 2169, + "line": 2144, "column": 47 } } } ], "range": [ - 64938, - 64963 + 64025, + 64050 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 23 }, "end": { - "line": 2169, + "line": 2144, "column": 48 } } @@ -117273,31 +115685,31 @@ "type": "Identifier", "name": "getValues", "range": [ - 64964, - 64973 + 64051, + 64060 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 49 }, "end": { - "line": 2169, + "line": 2144, "column": 58 } } }, "range": [ - 64938, - 64973 + 64025, + 64060 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 23 }, "end": { - "line": 2169, + "line": 2144, "column": 58 } } @@ -117307,94 +115719,94 @@ "type": "Identifier", "name": "index", "range": [ - 64974, - 64979 + 64061, + 64066 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 59 }, "end": { - "line": 2169, + "line": 2144, "column": 64 } } } ], "range": [ - 64938, - 64980 + 64025, + 64067 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 23 }, "end": { - "line": 2169, + "line": 2144, "column": 65 } } }, "range": [ - 64927, - 64980 + 64014, + 64067 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 12 }, "end": { - "line": 2169, + "line": 2144, "column": 65 } } }, "range": [ - 64927, - 64981 + 64014, + 64068 ], "loc": { "start": { - "line": 2169, + "line": 2144, "column": 12 }, "end": { - "line": 2169, + "line": 2144, "column": 66 } } } ], "range": [ - 64913, - 64991 + 64000, + 64078 ], "loc": { "start": { - "line": 2168, + "line": 2143, "column": 43 }, "end": { - "line": 2170, + "line": 2145, "column": 9 } } }, "alternate": null, "range": [ - 64883, - 64991 + 63970, + 64078 ], "loc": { "start": { - "line": 2168, + "line": 2143, "column": 13 }, "end": { - "line": 2170, + "line": 2145, "column": 9 } }, @@ -117403,16 +115815,16 @@ "type": "Line", "value": "checklist", "range": [ - 64858, - 64869 + 63945, + 63956 ], "loc": { "start": { - "line": 2167, + "line": 2142, "column": 8 }, "end": { - "line": 2167, + "line": 2142, "column": 19 } } @@ -117420,16 +115832,16 @@ ] }, "range": [ - 64743, - 64991 + 63830, + 64078 ], "loc": { "start": { - "line": 2164, + "line": 2139, "column": 13 }, "end": { - "line": 2170, + "line": 2145, "column": 9 } }, @@ -117438,16 +115850,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 64713, - 64729 + 63800, + 63816 ], "loc": { "start": { - "line": 2163, + "line": 2138, "column": 8 }, "end": { - "line": 2163, + "line": 2138, "column": 24 } } @@ -117455,16 +115867,16 @@ ] }, "range": [ - 64602, - 64991 + 63689, + 64078 ], "loc": { "start": { - "line": 2160, + "line": 2135, "column": 8 }, "end": { - "line": 2170, + "line": 2145, "column": 9 } }, @@ -117473,16 +115885,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 65000, - 65068 + 64087, + 64155 ], "loc": { "start": { - "line": 2171, + "line": 2146, "column": 8 }, "end": { - "line": 2171, + "line": 2146, "column": 76 } } @@ -117491,16 +115903,16 @@ "type": "Line", "value": "empty string", "range": [ - 65077, - 65091 + 64164, + 64178 ], "loc": { "start": { - "line": 2172, + "line": 2147, "column": 8 }, "end": { - "line": 2172, + "line": 2147, "column": 22 } } @@ -117521,16 +115933,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 65104, - 65111 + 64191, + 64198 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 12 }, "end": { - "line": 2173, + "line": 2148, "column": 19 } } @@ -117540,32 +115952,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65112, - 65120 + 64199, + 64207 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 20 }, "end": { - "line": 2173, + "line": 2148, "column": 28 } } } ], "range": [ - 65104, - 65121 + 64191, + 64208 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 12 }, "end": { - "line": 2173, + "line": 2148, "column": 29 } } @@ -117580,16 +115992,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65125, - 65133 + 64212, + 64220 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 33 }, "end": { - "line": 2173, + "line": 2148, "column": 41 } } @@ -117598,31 +116010,31 @@ "type": "Identifier", "name": "length", "range": [ - 65134, - 65140 + 64221, + 64227 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 42 }, "end": { - "line": 2173, + "line": 2148, "column": 48 } } }, "range": [ - 65125, - 65140 + 64212, + 64227 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 33 }, "end": { - "line": 2173, + "line": 2148, "column": 48 } } @@ -117632,46 +116044,46 @@ "value": 0, "raw": "0", "range": [ - 65145, - 65146 + 64232, + 64233 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 53 }, "end": { - "line": 2173, + "line": 2148, "column": 54 } } }, "range": [ - 65125, - 65146 + 64212, + 64233 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 33 }, "end": { - "line": 2173, + "line": 2148, "column": 54 } } }, "range": [ - 65104, - 65146 + 64191, + 64233 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 12 }, "end": { - "line": 2173, + "line": 2148, "column": 54 } } @@ -117689,16 +116101,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65163, - 65171 + 64250, + 64258 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 13 }, "end": { - "line": 2174, + "line": 2149, "column": 21 } } @@ -117707,31 +116119,31 @@ "type": "Identifier", "name": "length", "range": [ - 65172, - 65178 + 64259, + 64265 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 22 }, "end": { - "line": 2174, + "line": 2149, "column": 28 } } }, "range": [ - 65163, - 65178 + 64250, + 64265 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 13 }, "end": { - "line": 2174, + "line": 2149, "column": 28 } } @@ -117741,31 +116153,31 @@ "value": 1, "raw": "1", "range": [ - 65183, - 65184 + 64270, + 64271 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 33 }, "end": { - "line": 2174, + "line": 2149, "column": 34 } } }, "range": [ - 65163, - 65184 + 64250, + 64271 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 13 }, "end": { - "line": 2174, + "line": 2149, "column": 34 } } @@ -117780,16 +116192,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65188, - 65196 + 64275, + 64283 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 38 }, "end": { - "line": 2174, + "line": 2149, "column": 46 } } @@ -117799,31 +116211,31 @@ "value": 0, "raw": "0", "range": [ - 65197, - 65198 + 64284, + 64285 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 47 }, "end": { - "line": 2174, + "line": 2149, "column": 48 } } }, "range": [ - 65188, - 65199 + 64275, + 64286 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 38 }, "end": { - "line": 2174, + "line": 2149, "column": 49 } } @@ -117833,61 +116245,61 @@ "value": "", "raw": "''", "range": [ - 65204, - 65206 + 64291, + 64293 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 54 }, "end": { - "line": 2174, + "line": 2149, "column": 56 } } }, "range": [ - 65188, - 65206 + 64275, + 64293 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 38 }, "end": { - "line": 2174, + "line": 2149, "column": 56 } } }, "range": [ - 65163, - 65206 + 64250, + 64293 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 13 }, "end": { - "line": 2174, + "line": 2149, "column": 56 } } }, "range": [ - 65104, - 65207 + 64191, + 64294 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 12 }, "end": { - "line": 2174, + "line": 2149, "column": 57 } } @@ -117904,16 +116316,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65223, - 65231 + 64310, + 64318 ], "loc": { "start": { - "line": 2175, + "line": 2150, "column": 12 }, "end": { - "line": 2175, + "line": 2150, "column": 20 } } @@ -117923,78 +116335,78 @@ "value": "", "raw": "''", "range": [ - 65234, - 65236 + 64321, + 64323 ], "loc": { "start": { - "line": 2175, + "line": 2150, "column": 23 }, "end": { - "line": 2175, + "line": 2150, "column": 25 } } }, "range": [ - 65223, - 65236 + 64310, + 64323 ], "loc": { "start": { - "line": 2175, + "line": 2150, "column": 12 }, "end": { - "line": 2175, + "line": 2150, "column": 25 } } }, "range": [ - 65223, - 65237 + 64310, + 64324 ], "loc": { "start": { - "line": 2175, + "line": 2150, "column": 12 }, "end": { - "line": 2175, + "line": 2150, "column": 26 } } } ], "range": [ - 65209, - 65247 + 64296, + 64334 ], "loc": { "start": { - "line": 2174, + "line": 2149, "column": 59 }, "end": { - "line": 2176, + "line": 2151, "column": 9 } } }, "alternate": null, "range": [ - 65100, - 65247 + 64187, + 64334 ], "loc": { "start": { - "line": 2173, + "line": 2148, "column": 8 }, "end": { - "line": 2176, + "line": 2151, "column": 9 } }, @@ -118003,16 +116415,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 65000, - 65068 + 64087, + 64155 ], "loc": { "start": { - "line": 2171, + "line": 2146, "column": 8 }, "end": { - "line": 2171, + "line": 2146, "column": 76 } } @@ -118021,16 +116433,16 @@ "type": "Line", "value": "empty string", "range": [ - 65077, - 65091 + 64164, + 64178 ], "loc": { "start": { - "line": 2172, + "line": 2147, "column": 8 }, "end": { - "line": 2172, + "line": 2147, "column": 22 } } @@ -118043,47 +116455,47 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65264, - 65272 + 64351, + 64359 ], "loc": { "start": { - "line": 2178, + "line": 2153, "column": 15 }, "end": { - "line": 2178, + "line": 2153, "column": 23 } } }, "range": [ - 65257, - 65273 + 64344, + 64360 ], "loc": { "start": { - "line": 2178, + "line": 2153, "column": 8 }, "end": { - "line": 2178, + "line": 2153, "column": 24 } } } ], "range": [ - 64346, - 65279 + 63433, + 64366 ], "loc": { "start": { - "line": 2149, + "line": 2124, "column": 26 }, "end": { - "line": 2179, + "line": 2154, "column": 5 } } @@ -118091,16 +116503,16 @@ "generator": false, "expression": false, "range": [ - 64338, - 65279 + 63425, + 64366 ], "loc": { "start": { - "line": 2149, + "line": 2124, "column": 18 }, "end": { - "line": 2179, + "line": 2154, "column": 5 } } @@ -118108,16 +116520,16 @@ "kind": "method", "computed": false, "range": [ - 64324, - 65279 + 63411, + 64366 ], "loc": { "start": { - "line": 2149, + "line": 2124, "column": 4 }, "end": { - "line": 2179, + "line": 2154, "column": 5 } }, @@ -118126,16 +116538,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": [ - 64167, - 64319 + 63254, + 63406 ], "loc": { "start": { - "line": 2144, + "line": 2119, "column": 4 }, "end": { - "line": 2148, + "line": 2123, "column": 7 } } @@ -118146,16 +116558,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 65285, - 65377 + 64372, + 64464 ], "loc": { "start": { - "line": 2181, + "line": 2156, "column": 4 }, "end": { - "line": 2184, + "line": 2159, "column": 7 } } @@ -118169,16 +116581,16 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 65382, - 65397 + 64469, + 64484 ], "loc": { "start": { - "line": 2185, + "line": 2160, "column": 4 }, "end": { - "line": 2185, + "line": 2160, "column": 19 } } @@ -118201,16 +116613,16 @@ "object": { "type": "ThisExpression", "range": [ - 65415, - 65419 + 64502, + 64506 ], "loc": { "start": { - "line": 2186, + "line": 2161, "column": 13 }, "end": { - "line": 2186, + "line": 2161, "column": 17 } } @@ -118219,47 +116631,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 65420, - 65427 + 64507, + 64514 ], "loc": { "start": { - "line": 2186, + "line": 2161, "column": 18 }, "end": { - "line": 2186, + "line": 2161, "column": 25 } } }, "range": [ - 65415, - 65427 + 64502, + 64514 ], "loc": { "start": { - "line": 2186, + "line": 2161, "column": 13 }, "end": { - "line": 2186, + "line": 2161, "column": 25 } } }, "prefix": true, "range": [ - 65414, - 65427 + 64501, + 64514 ], "loc": { "start": { - "line": 2186, + "line": 2161, "column": 12 }, "end": { - "line": 2186, + "line": 2161, "column": 25 } } @@ -118271,48 +116683,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 65443, - 65450 + 64530, + 64537 ], "loc": { "start": { - "line": 2187, + "line": 2162, "column": 12 }, "end": { - "line": 2187, + "line": 2162, "column": 19 } } } ], "range": [ - 65429, - 65460 + 64516, + 64547 ], "loc": { "start": { - "line": 2186, + "line": 2161, "column": 27 }, "end": { - "line": 2188, + "line": 2163, "column": 9 } } }, "alternate": null, "range": [ - 65410, - 65460 + 64497, + 64547 ], "loc": { "start": { - "line": 2186, + "line": 2161, "column": 8 }, "end": { - "line": 2188, + "line": 2163, "column": 9 } } @@ -118326,16 +116738,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 65473, - 65483 + 64560, + 64570 ], "loc": { "start": { - "line": 2189, + "line": 2164, "column": 12 }, "end": { - "line": 2189, + "line": 2164, "column": 22 } } @@ -118344,31 +116756,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 65486, - 65488 + 64573, + 64575 ], "loc": { "start": { - "line": 2189, + "line": 2164, "column": 25 }, "end": { - "line": 2189, + "line": 2164, "column": 27 } } }, "range": [ - 65473, - 65488 + 64560, + 64575 ], "loc": { "start": { - "line": 2189, + "line": 2164, "column": 12 }, "end": { - "line": 2189, + "line": 2164, "column": 27 } } @@ -118376,16 +116788,16 @@ ], "kind": "let", "range": [ - 65469, - 65489 + 64556, + 64576 ], "loc": { "start": { - "line": 2189, + "line": 2164, "column": 8 }, "end": { - "line": 2189, + "line": 2164, "column": 28 } } @@ -118401,16 +116813,16 @@ "type": "Identifier", "name": "i", "range": [ - 65507, - 65508 + 64594, + 64595 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 17 }, "end": { - "line": 2190, + "line": 2165, "column": 18 } } @@ -118420,31 +116832,31 @@ "value": 0, "raw": "0", "range": [ - 65511, - 65512 + 64598, + 64599 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 21 }, "end": { - "line": 2190, + "line": 2165, "column": 22 } } }, "range": [ - 65507, - 65512 + 64594, + 64599 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 17 }, "end": { - "line": 2190, + "line": 2165, "column": 22 } } @@ -118455,16 +116867,16 @@ "type": "Identifier", "name": "len", "range": [ - 65514, - 65517 + 64601, + 64604 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 24 }, "end": { - "line": 2190, + "line": 2165, "column": 27 } } @@ -118478,16 +116890,16 @@ "object": { "type": "ThisExpression", "range": [ - 65520, - 65524 + 64607, + 64611 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 30 }, "end": { - "line": 2190, + "line": 2165, "column": 34 } } @@ -118496,31 +116908,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 65525, - 65531 + 64612, + 64618 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 35 }, "end": { - "line": 2190, + "line": 2165, "column": 41 } } }, "range": [ - 65520, - 65531 + 64607, + 64618 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 30 }, "end": { - "line": 2190, + "line": 2165, "column": 41 } } @@ -118529,46 +116941,46 @@ "type": "Identifier", "name": "length", "range": [ - 65532, - 65538 + 64619, + 64625 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 42 }, "end": { - "line": 2190, + "line": 2165, "column": 48 } } }, "range": [ - 65520, - 65538 + 64607, + 64625 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 30 }, "end": { - "line": 2190, + "line": 2165, "column": 48 } } }, "range": [ - 65514, - 65538 + 64601, + 64625 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 24 }, "end": { - "line": 2190, + "line": 2165, "column": 48 } } @@ -118576,16 +116988,16 @@ ], "kind": "let", "range": [ - 65503, - 65538 + 64590, + 64625 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 13 }, "end": { - "line": 2190, + "line": 2165, "column": 48 } } @@ -118597,16 +117009,16 @@ "type": "Identifier", "name": "i", "range": [ - 65540, - 65541 + 64627, + 64628 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 50 }, "end": { - "line": 2190, + "line": 2165, "column": 51 } } @@ -118615,31 +117027,31 @@ "type": "Identifier", "name": "len", "range": [ - 65544, - 65547 + 64631, + 64634 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 54 }, "end": { - "line": 2190, + "line": 2165, "column": 57 } } }, "range": [ - 65540, - 65547 + 64627, + 64634 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 50 }, "end": { - "line": 2190, + "line": 2165, "column": 57 } } @@ -118651,32 +117063,32 @@ "type": "Identifier", "name": "i", "range": [ - 65549, - 65550 + 64636, + 64637 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 59 }, "end": { - "line": 2190, + "line": 2165, "column": 60 } } }, "prefix": false, "range": [ - 65549, - 65552 + 64636, + 64639 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 59 }, "end": { - "line": 2190, + "line": 2165, "column": 62 } } @@ -118693,16 +117105,16 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65572, - 65580 + 64659, + 64667 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 16 }, "end": { - "line": 2191, + "line": 2166, "column": 24 } } @@ -118715,16 +117127,16 @@ "object": { "type": "ThisExpression", "range": [ - 65583, - 65587 + 64670, + 64674 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 27 }, "end": { - "line": 2191, + "line": 2166, "column": 31 } } @@ -118733,31 +117145,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 65588, - 65602 + 64675, + 64689 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 32 }, "end": { - "line": 2191, + "line": 2166, "column": 46 } } }, "range": [ - 65583, - 65602 + 64670, + 64689 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 27 }, "end": { - "line": 2191, + "line": 2166, "column": 46 } } @@ -118767,47 +117179,47 @@ "type": "Identifier", "name": "i", "range": [ - 65603, - 65604 + 64690, + 64691 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 47 }, "end": { - "line": 2191, + "line": 2166, "column": 48 } } } ], "range": [ - 65583, - 65605 + 64670, + 64692 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 27 }, "end": { - "line": 2191, + "line": 2166, "column": 49 } } }, "range": [ - 65572, - 65605 + 64659, + 64692 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 16 }, "end": { - "line": 2191, + "line": 2166, "column": 49 } } @@ -118815,16 +117227,16 @@ ], "kind": "let", "range": [ - 65568, - 65606 + 64655, + 64693 ], "loc": { "start": { - "line": 2191, + "line": 2166, "column": 12 }, "end": { - "line": 2191, + "line": 2166, "column": 50 } } @@ -118837,16 +117249,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 65623, - 65630 + 64710, + 64717 ], "loc": { "start": { - "line": 2192, + "line": 2167, "column": 16 }, "end": { - "line": 2192, + "line": 2167, "column": 23 } } @@ -118856,32 +117268,32 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65631, - 65639 + 64718, + 64726 ], "loc": { "start": { - "line": 2192, + "line": 2167, "column": 24 }, "end": { - "line": 2192, + "line": 2167, "column": 32 } } } ], "range": [ - 65623, - 65640 + 64710, + 64727 ], "loc": { "start": { - "line": 2192, + "line": 2167, "column": 16 }, "end": { - "line": 2192, + "line": 2167, "column": 33 } } @@ -118900,16 +117312,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 65660, - 65670 + 64747, + 64757 ], "loc": { "start": { - "line": 2193, + "line": 2168, "column": 16 }, "end": { - "line": 2193, + "line": 2168, "column": 26 } } @@ -118918,31 +117330,31 @@ "type": "Identifier", "name": "push", "range": [ - 65671, - 65675 + 64758, + 64762 ], "loc": { "start": { - "line": 2193, + "line": 2168, "column": 27 }, "end": { - "line": 2193, + "line": 2168, "column": 31 } } }, "range": [ - 65660, - 65675 + 64747, + 64762 ], "loc": { "start": { - "line": 2193, + "line": 2168, "column": 16 }, "end": { - "line": 2193, + "line": 2168, "column": 31 } } @@ -118952,63 +117364,63 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65676, - 65684 + 64763, + 64771 ], "loc": { "start": { - "line": 2193, + "line": 2168, "column": 32 }, "end": { - "line": 2193, + "line": 2168, "column": 40 } } } ], "range": [ - 65660, - 65685 + 64747, + 64772 ], "loc": { "start": { - "line": 2193, + "line": 2168, "column": 16 }, "end": { - "line": 2193, + "line": 2168, "column": 41 } } }, "range": [ - 65660, - 65686 + 64747, + 64773 ], "loc": { "start": { - "line": 2193, + "line": 2168, "column": 16 }, "end": { - "line": 2193, + "line": 2168, "column": 42 } } } ], "range": [ - 65642, - 65700 + 64729, + 64787 ], "loc": { "start": { - "line": 2192, + "line": 2167, "column": 35 }, "end": { - "line": 2194, + "line": 2169, "column": 13 } } @@ -119027,16 +117439,16 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 65724, - 65734 + 64811, + 64821 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 16 }, "end": { - "line": 2195, + "line": 2170, "column": 26 } } @@ -119045,31 +117457,31 @@ "type": "Identifier", "name": "push", "range": [ - 65735, - 65739 + 64822, + 64826 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 27 }, "end": { - "line": 2195, + "line": 2170, "column": 31 } } }, "range": [ - 65724, - 65739 + 64811, + 64826 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 16 }, "end": { - "line": 2195, + "line": 2170, "column": 31 } } @@ -119081,16 +117493,16 @@ "type": "Identifier", "name": "trim", "range": [ - 65740, - 65744 + 64827, + 64831 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 32 }, "end": { - "line": 2195, + "line": 2170, "column": 36 } } @@ -119100,125 +117512,125 @@ "type": "Identifier", "name": "fltValue", "range": [ - 65745, - 65753 + 64832, + 64840 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 37 }, "end": { - "line": 2195, + "line": 2170, "column": 45 } } } ], "range": [ - 65740, - 65754 + 64827, + 64841 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 32 }, "end": { - "line": 2195, + "line": 2170, "column": 46 } } } ], "range": [ - 65724, - 65755 + 64811, + 64842 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 16 }, "end": { - "line": 2195, + "line": 2170, "column": 47 } } }, "range": [ - 65724, - 65756 + 64811, + 64843 ], "loc": { "start": { - "line": 2195, + "line": 2170, "column": 16 }, "end": { - "line": 2195, + "line": 2170, "column": 48 } } } ], "range": [ - 65706, - 65770 + 64793, + 64857 ], "loc": { "start": { - "line": 2194, + "line": 2169, "column": 19 }, "end": { - "line": 2196, + "line": 2171, "column": 13 } } }, "range": [ - 65619, - 65770 + 64706, + 64857 ], "loc": { "start": { - "line": 2192, + "line": 2167, "column": 12 }, "end": { - "line": 2196, + "line": 2171, "column": 13 } } } ], "range": [ - 65554, - 65780 + 64641, + 64867 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 64 }, "end": { - "line": 2197, + "line": 2172, "column": 9 } } }, "range": [ - 65498, - 65780 + 64585, + 64867 ], "loc": { "start": { - "line": 2190, + "line": 2165, "column": 8 }, "end": { - "line": 2197, + "line": 2172, "column": 9 } } @@ -119229,47 +117641,47 @@ "type": "Identifier", "name": "searchArgs", "range": [ - 65796, - 65806 + 64883, + 64893 ], "loc": { "start": { - "line": 2198, + "line": 2173, "column": 15 }, "end": { - "line": 2198, + "line": 2173, "column": 25 } } }, "range": [ - 65789, - 65807 + 64876, + 64894 ], "loc": { "start": { - "line": 2198, + "line": 2173, "column": 8 }, "end": { - "line": 2198, + "line": 2173, "column": 26 } } } ], "range": [ - 65400, - 65813 + 64487, + 64900 ], "loc": { "start": { - "line": 2185, + "line": 2160, "column": 22 }, "end": { - "line": 2199, + "line": 2174, "column": 5 } } @@ -119277,16 +117689,16 @@ "generator": false, "expression": false, "range": [ - 65397, - 65813 + 64484, + 64900 ], "loc": { "start": { - "line": 2185, + "line": 2160, "column": 19 }, "end": { - "line": 2199, + "line": 2174, "column": 5 } } @@ -119294,16 +117706,16 @@ "kind": "method", "computed": false, "range": [ - 65382, - 65813 + 64469, + 64900 ], "loc": { "start": { - "line": 2185, + "line": 2160, "column": 4 }, "end": { - "line": 2199, + "line": 2174, "column": 5 } }, @@ -119312,16 +117724,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 65285, - 65377 + 64372, + 64464 ], "loc": { "start": { - "line": 2181, + "line": 2156, "column": 4 }, "end": { - "line": 2184, + "line": 2159, "column": 7 } } @@ -119332,16 +117744,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": [ - 65819, - 65982 + 64906, + 65069 ], "loc": { "start": { - "line": 2201, + "line": 2176, "column": 4 }, "end": { - "line": 2205, + "line": 2180, "column": 7 } } @@ -119355,16 +117767,16 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 65987, - 65998 + 65074, + 65085 ], "loc": { "start": { - "line": 2206, + "line": 2181, "column": 4 }, "end": { - "line": 2206, + "line": 2181, "column": 15 } } @@ -119377,16 +117789,16 @@ "type": "Identifier", "name": "index", "range": [ - 65999, - 66004 + 65086, + 65091 ], "loc": { "start": { - "line": 2206, + "line": 2181, "column": 16 }, "end": { - "line": 2206, + "line": 2181, "column": 21 } } @@ -119406,16 +117818,16 @@ "object": { "type": "ThisExpression", "range": [ - 66021, - 66025 + 65108, + 65112 ], "loc": { "start": { - "line": 2207, + "line": 2182, "column": 13 }, "end": { - "line": 2207, + "line": 2182, "column": 17 } } @@ -119424,47 +117836,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 66026, - 66033 + 65113, + 65120 ], "loc": { "start": { - "line": 2207, + "line": 2182, "column": 18 }, "end": { - "line": 2207, + "line": 2182, "column": 25 } } }, "range": [ - 66021, - 66033 + 65108, + 65120 ], "loc": { "start": { - "line": 2207, + "line": 2182, "column": 13 }, "end": { - "line": 2207, + "line": 2182, "column": 25 } } }, "prefix": true, "range": [ - 66020, - 66033 + 65107, + 65120 ], "loc": { "start": { - "line": 2207, + "line": 2182, "column": 12 }, "end": { - "line": 2207, + "line": 2182, "column": 25 } } @@ -119476,48 +117888,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 66049, - 66056 + 65136, + 65143 ], "loc": { "start": { - "line": 2208, + "line": 2183, "column": 12 }, "end": { - "line": 2208, + "line": 2183, "column": 19 } } } ], "range": [ - 66035, - 66066 + 65122, + 65153 ], "loc": { "start": { - "line": 2207, + "line": 2182, "column": 27 }, "end": { - "line": 2209, + "line": 2184, "column": 9 } } }, "alternate": null, "range": [ - 66016, - 66066 + 65103, + 65153 ], "loc": { "start": { - "line": 2207, + "line": 2182, "column": 8 }, "end": { - "line": 2209, + "line": 2184, "column": 9 } } @@ -119533,16 +117945,16 @@ "object": { "type": "ThisExpression", "range": [ - 66082, - 66086 + 65169, + 65173 ], "loc": { "start": { - "line": 2210, + "line": 2185, "column": 15 }, "end": { - "line": 2210, + "line": 2185, "column": 19 } } @@ -119551,31 +117963,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66087, - 66093 + 65174, + 65180 ], "loc": { "start": { - "line": 2210, + "line": 2185, "column": 20 }, "end": { - "line": 2210, + "line": 2185, "column": 26 } } }, "range": [ - 66082, - 66093 + 65169, + 65180 ], "loc": { "start": { - "line": 2210, + "line": 2185, "column": 15 }, "end": { - "line": 2210, + "line": 2185, "column": 26 } } @@ -119584,62 +117996,62 @@ "type": "Identifier", "name": "index", "range": [ - 66094, - 66099 + 65181, + 65186 ], "loc": { "start": { - "line": 2210, + "line": 2185, "column": 27 }, "end": { - "line": 2210, + "line": 2185, "column": 32 } } }, "range": [ - 66082, - 66100 + 65169, + 65187 ], "loc": { "start": { - "line": 2210, + "line": 2185, "column": 15 }, "end": { - "line": 2210, + "line": 2185, "column": 33 } } }, "range": [ - 66075, - 66101 + 65162, + 65188 ], "loc": { "start": { - "line": 2210, + "line": 2185, "column": 8 }, "end": { - "line": 2210, + "line": 2185, "column": 34 } } } ], "range": [ - 66006, - 66107 + 65093, + 65194 ], "loc": { "start": { - "line": 2206, + "line": 2181, "column": 23 }, "end": { - "line": 2211, + "line": 2186, "column": 5 } } @@ -119647,16 +118059,16 @@ "generator": false, "expression": false, "range": [ - 65998, - 66107 + 65085, + 65194 ], "loc": { "start": { - "line": 2206, + "line": 2181, "column": 15 }, "end": { - "line": 2211, + "line": 2186, "column": 5 } } @@ -119664,16 +118076,16 @@ "kind": "method", "computed": false, "range": [ - 65987, - 66107 + 65074, + 65194 ], "loc": { "start": { - "line": 2206, + "line": 2181, "column": 4 }, "end": { - "line": 2211, + "line": 2186, "column": 5 } }, @@ -119682,16 +118094,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": [ - 65819, - 65982 + 64906, + 65069 ], "loc": { "start": { - "line": 2201, + "line": 2176, "column": 4 }, "end": { - "line": 2205, + "line": 2180, "column": 7 } } @@ -119702,16 +118114,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": [ - 66113, - 66514 + 65200, + 65601 ], "loc": { "start": { - "line": 2213, + "line": 2188, "column": 4 }, "end": { - "line": 2221, + "line": 2196, "column": 7 } } @@ -119725,16 +118137,16 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 66519, - 66535 + 65606, + 65622 ], "loc": { "start": { - "line": 2222, + "line": 2197, "column": 4 }, "end": { - "line": 2222, + "line": 2197, "column": 20 } } @@ -119747,16 +118159,16 @@ "type": "Identifier", "name": "type", "range": [ - 66536, - 66540 + 65623, + 65627 ], "loc": { "start": { - "line": 2222, + "line": 2197, "column": 21 }, "end": { - "line": 2222, + "line": 2197, "column": 25 } } @@ -119765,16 +118177,16 @@ "type": "Identifier", "name": "bool", "range": [ - 66542, - 66546 + 65629, + 65633 ], "loc": { "start": { - "line": 2222, + "line": 2197, "column": 27 }, "end": { - "line": 2222, + "line": 2197, "column": 31 } } @@ -119794,16 +118206,16 @@ "object": { "type": "ThisExpression", "range": [ - 66563, - 66567 + 65650, + 65654 ], "loc": { "start": { - "line": 2223, + "line": 2198, "column": 13 }, "end": { - "line": 2223, + "line": 2198, "column": 17 } } @@ -119812,47 +118224,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 66568, - 66575 + 65655, + 65662 ], "loc": { "start": { - "line": 2223, + "line": 2198, "column": 18 }, "end": { - "line": 2223, + "line": 2198, "column": 25 } } }, "range": [ - 66563, - 66575 + 65650, + 65662 ], "loc": { "start": { - "line": 2223, + "line": 2198, "column": 13 }, "end": { - "line": 2223, + "line": 2198, "column": 25 } } }, "prefix": true, "range": [ - 66562, - 66575 + 65649, + 65662 ], "loc": { "start": { - "line": 2223, + "line": 2198, "column": 12 }, "end": { - "line": 2223, + "line": 2198, "column": 25 } } @@ -119864,48 +118276,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 66591, - 66598 + 65678, + 65685 ], "loc": { "start": { - "line": 2224, + "line": 2199, "column": 12 }, "end": { - "line": 2224, + "line": 2199, "column": 19 } } } ], "range": [ - 66577, - 66608 + 65664, + 65695 ], "loc": { "start": { - "line": 2223, + "line": 2198, "column": 27 }, "end": { - "line": 2225, + "line": 2200, "column": 9 } } }, "alternate": null, "range": [ - 66558, - 66608 + 65645, + 65695 ], "loc": { "start": { - "line": 2223, + "line": 2198, "column": 8 }, "end": { - "line": 2225, + "line": 2200, "column": 9 } } @@ -119919,16 +118331,16 @@ "type": "Identifier", "name": "arr", "range": [ - 66621, - 66624 + 65708, + 65711 ], "loc": { "start": { - "line": 2226, + "line": 2201, "column": 12 }, "end": { - "line": 2226, + "line": 2201, "column": 15 } } @@ -119937,31 +118349,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 66627, - 66629 + 65714, + 65716 ], "loc": { "start": { - "line": 2226, + "line": 2201, "column": 18 }, "end": { - "line": 2226, + "line": 2201, "column": 20 } } }, "range": [ - 66621, - 66629 + 65708, + 65716 ], "loc": { "start": { - "line": 2226, + "line": 2201, "column": 12 }, "end": { - "line": 2226, + "line": 2201, "column": 20 } } @@ -119969,16 +118381,16 @@ ], "kind": "let", "range": [ - 66617, - 66630 + 65704, + 65717 ], "loc": { "start": { - "line": 2226, + "line": 2201, "column": 8 }, "end": { - "line": 2226, + "line": 2201, "column": 21 } } @@ -119994,16 +118406,16 @@ "type": "Identifier", "name": "i", "range": [ - 66648, - 66649 + 65735, + 65736 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 17 }, "end": { - "line": 2227, + "line": 2202, "column": 18 } } @@ -120013,31 +118425,31 @@ "value": 0, "raw": "0", "range": [ - 66652, - 66653 + 65739, + 65740 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 21 }, "end": { - "line": 2227, + "line": 2202, "column": 22 } } }, "range": [ - 66648, - 66653 + 65735, + 65740 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 17 }, "end": { - "line": 2227, + "line": 2202, "column": 22 } } @@ -120048,16 +118460,16 @@ "type": "Identifier", "name": "len", "range": [ - 66655, - 66658 + 65742, + 65745 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 24 }, "end": { - "line": 2227, + "line": 2202, "column": 27 } } @@ -120071,16 +118483,16 @@ "object": { "type": "ThisExpression", "range": [ - 66661, - 66665 + 65748, + 65752 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 30 }, "end": { - "line": 2227, + "line": 2202, "column": 34 } } @@ -120089,31 +118501,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66666, - 66672 + 65753, + 65759 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 35 }, "end": { - "line": 2227, + "line": 2202, "column": 41 } } }, "range": [ - 66661, - 66672 + 65748, + 65759 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 30 }, "end": { - "line": 2227, + "line": 2202, "column": 41 } } @@ -120122,46 +118534,46 @@ "type": "Identifier", "name": "length", "range": [ - 66673, - 66679 + 65760, + 65766 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 42 }, "end": { - "line": 2227, + "line": 2202, "column": 48 } } }, "range": [ - 66661, - 66679 + 65748, + 65766 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 30 }, "end": { - "line": 2227, + "line": 2202, "column": 48 } } }, "range": [ - 66655, - 66679 + 65742, + 65766 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 24 }, "end": { - "line": 2227, + "line": 2202, "column": 48 } } @@ -120169,16 +118581,16 @@ ], "kind": "let", "range": [ - 66644, - 66679 + 65731, + 65766 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 13 }, "end": { - "line": 2227, + "line": 2202, "column": 48 } } @@ -120190,16 +118602,16 @@ "type": "Identifier", "name": "i", "range": [ - 66681, - 66682 + 65768, + 65769 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 50 }, "end": { - "line": 2227, + "line": 2202, "column": 51 } } @@ -120208,31 +118620,31 @@ "type": "Identifier", "name": "len", "range": [ - 66685, - 66688 + 65772, + 65775 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 54 }, "end": { - "line": 2227, + "line": 2202, "column": 57 } } }, "range": [ - 66681, - 66688 + 65768, + 65775 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 50 }, "end": { - "line": 2227, + "line": 2202, "column": 57 } } @@ -120244,32 +118656,32 @@ "type": "Identifier", "name": "i", "range": [ - 66690, - 66691 + 65777, + 65778 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 59 }, "end": { - "line": 2227, + "line": 2202, "column": 60 } } }, "prefix": false, "range": [ - 66690, - 66693 + 65777, + 65780 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 59 }, "end": { - "line": 2227, + "line": 2202, "column": 62 } } @@ -120286,16 +118698,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 66713, - 66720 + 65800, + 65807 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 16 }, "end": { - "line": 2228, + "line": 2203, "column": 23 } } @@ -120308,16 +118720,16 @@ "object": { "type": "ThisExpression", "range": [ - 66723, - 66727 + 65810, + 65814 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 26 }, "end": { - "line": 2228, + "line": 2203, "column": 30 } } @@ -120326,31 +118738,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 66728, - 66741 + 65815, + 65828 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 31 }, "end": { - "line": 2228, + "line": 2203, "column": 44 } } }, "range": [ - 66723, - 66741 + 65810, + 65828 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 26 }, "end": { - "line": 2228, + "line": 2203, "column": 44 } } @@ -120360,47 +118772,47 @@ "type": "Identifier", "name": "i", "range": [ - 66742, - 66743 + 65829, + 65830 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 45 }, "end": { - "line": 2228, + "line": 2203, "column": 46 } } } ], "range": [ - 66723, - 66744 + 65810, + 65831 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 26 }, "end": { - "line": 2228, + "line": 2203, "column": 47 } } }, "range": [ - 66713, - 66744 + 65800, + 65831 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 16 }, "end": { - "line": 2228, + "line": 2203, "column": 47 } } @@ -120408,16 +118820,16 @@ ], "kind": "let", "range": [ - 66709, - 66745 + 65796, + 65832 ], "loc": { "start": { - "line": 2228, + "line": 2203, "column": 12 }, "end": { - "line": 2228, + "line": 2203, "column": 48 } } @@ -120431,16 +118843,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 66762, - 66769 + 65849, + 65856 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 16 }, "end": { - "line": 2229, + "line": 2204, "column": 23 } } @@ -120454,16 +118866,16 @@ "type": "Identifier", "name": "type", "range": [ - 66774, - 66778 + 65861, + 65865 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 28 }, "end": { - "line": 2229, + "line": 2204, "column": 32 } } @@ -120472,62 +118884,62 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 66779, - 66790 + 65866, + 65877 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 33 }, "end": { - "line": 2229, + "line": 2204, "column": 44 } } }, "range": [ - 66774, - 66790 + 65861, + 65877 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 28 }, "end": { - "line": 2229, + "line": 2204, "column": 44 } } }, "arguments": [], "range": [ - 66774, - 66792 + 65861, + 65879 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 28 }, "end": { - "line": 2229, + "line": 2204, "column": 46 } } }, "range": [ - 66762, - 66792 + 65849, + 65879 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 16 }, "end": { - "line": 2229, + "line": 2204, "column": 46 } } @@ -120544,16 +118956,16 @@ "type": "Identifier", "name": "a", "range": [ - 66816, - 66817 + 65903, + 65904 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 20 }, "end": { - "line": 2230, + "line": 2205, "column": 21 } } @@ -120564,16 +118976,16 @@ "type": "Identifier", "name": "bool", "range": [ - 66820, - 66824 + 65907, + 65911 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 24 }, "end": { - "line": 2230, + "line": 2205, "column": 28 } } @@ -120582,16 +118994,16 @@ "type": "Identifier", "name": "i", "range": [ - 66827, - 66828 + 65914, + 65915 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 31 }, "end": { - "line": 2230, + "line": 2205, "column": 32 } } @@ -120605,16 +119017,16 @@ "object": { "type": "ThisExpression", "range": [ - 66831, - 66835 + 65918, + 65922 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 35 }, "end": { - "line": 2230, + "line": 2205, "column": 39 } } @@ -120623,31 +119035,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 66836, - 66842 + 65923, + 65929 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 40 }, "end": { - "line": 2230, + "line": 2205, "column": 46 } } }, "range": [ - 66831, - 66842 + 65918, + 65929 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 35 }, "end": { - "line": 2230, + "line": 2205, "column": 46 } } @@ -120656,61 +119068,61 @@ "type": "Identifier", "name": "i", "range": [ - 66843, - 66844 + 65930, + 65931 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 47 }, "end": { - "line": 2230, + "line": 2205, "column": 48 } } }, "range": [ - 66831, - 66845 + 65918, + 65932 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 35 }, "end": { - "line": 2230, + "line": 2205, "column": 49 } } }, "range": [ - 66820, - 66845 + 65907, + 65932 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 24 }, "end": { - "line": 2230, + "line": 2205, "column": 49 } } }, "range": [ - 66816, - 66845 + 65903, + 65932 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 20 }, "end": { - "line": 2230, + "line": 2205, "column": 49 } } @@ -120718,16 +119130,16 @@ ], "kind": "let", "range": [ - 66812, - 66846 + 65899, + 65933 ], "loc": { "start": { - "line": 2230, + "line": 2205, "column": 16 }, "end": { - "line": 2230, + "line": 2205, "column": 50 } } @@ -120743,16 +119155,16 @@ "type": "Identifier", "name": "arr", "range": [ - 66863, - 66866 + 65950, + 65953 ], "loc": { "start": { - "line": 2231, + "line": 2206, "column": 16 }, "end": { - "line": 2231, + "line": 2206, "column": 19 } } @@ -120761,31 +119173,31 @@ "type": "Identifier", "name": "push", "range": [ - 66867, - 66871 + 65954, + 65958 ], "loc": { "start": { - "line": 2231, + "line": 2206, "column": 20 }, "end": { - "line": 2231, + "line": 2206, "column": 24 } } }, "range": [ - 66863, - 66871 + 65950, + 65958 ], "loc": { "start": { - "line": 2231, + "line": 2206, "column": 16 }, "end": { - "line": 2231, + "line": 2206, "column": 24 } } @@ -120795,110 +119207,110 @@ "type": "Identifier", "name": "a", "range": [ - 66872, - 66873 + 65959, + 65960 ], "loc": { "start": { - "line": 2231, + "line": 2206, "column": 25 }, "end": { - "line": 2231, + "line": 2206, "column": 26 } } } ], "range": [ - 66863, - 66874 + 65950, + 65961 ], "loc": { "start": { - "line": 2231, + "line": 2206, "column": 16 }, "end": { - "line": 2231, + "line": 2206, "column": 27 } } }, "range": [ - 66863, - 66875 + 65950, + 65962 ], "loc": { "start": { - "line": 2231, + "line": 2206, "column": 16 }, "end": { - "line": 2231, + "line": 2206, "column": 28 } } } ], "range": [ - 66794, - 66889 + 65881, + 65976 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 48 }, "end": { - "line": 2232, + "line": 2207, "column": 13 } } }, "alternate": null, "range": [ - 66758, - 66889 + 65845, + 65976 ], "loc": { "start": { - "line": 2229, + "line": 2204, "column": 12 }, "end": { - "line": 2232, + "line": 2207, "column": 13 } } } ], "range": [ - 66695, - 66899 + 65782, + 65986 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 64 }, "end": { - "line": 2233, + "line": 2208, "column": 9 } } }, "range": [ - 66639, - 66899 + 65726, + 65986 ], "loc": { "start": { - "line": 2227, + "line": 2202, "column": 8 }, "end": { - "line": 2233, + "line": 2208, "column": 9 } } @@ -120909,47 +119321,47 @@ "type": "Identifier", "name": "arr", "range": [ - 66915, - 66918 + 66002, + 66005 ], "loc": { "start": { - "line": 2234, + "line": 2209, "column": 15 }, "end": { - "line": 2234, + "line": 2209, "column": 18 } } }, "range": [ - 66908, - 66919 + 65995, + 66006 ], "loc": { "start": { - "line": 2234, + "line": 2209, "column": 8 }, "end": { - "line": 2234, + "line": 2209, "column": 19 } } } ], "range": [ - 66548, - 66925 + 65635, + 66012 ], "loc": { "start": { - "line": 2222, + "line": 2197, "column": 33 }, "end": { - "line": 2235, + "line": 2210, "column": 5 } } @@ -120957,16 +119369,16 @@ "generator": false, "expression": false, "range": [ - 66535, - 66925 + 65622, + 66012 ], "loc": { "start": { - "line": 2222, + "line": 2197, "column": 20 }, "end": { - "line": 2235, + "line": 2210, "column": 5 } } @@ -120974,16 +119386,16 @@ "kind": "method", "computed": false, "range": [ - 66519, - 66925 + 65606, + 66012 ], "loc": { "start": { - "line": 2222, + "line": 2197, "column": 4 }, "end": { - "line": 2235, + "line": 2210, "column": 5 } }, @@ -120992,16 +119404,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": [ - 66113, - 66514 + 65200, + 65601 ], "loc": { "start": { - "line": 2213, + "line": 2188, "column": 4 }, "end": { - "line": 2221, + "line": 2196, "column": 7 } } @@ -121012,16 +119424,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": [ - 66931, - 67077 + 66018, + 66164 ], "loc": { "start": { - "line": 2237, + "line": 2212, "column": 4 }, "end": { - "line": 2241, + "line": 2216, "column": 7 } } @@ -121035,16 +119447,16 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 67082, - 67098 + 66169, + 66185 ], "loc": { "start": { - "line": 2242, + "line": 2217, "column": 4 }, "end": { - "line": 2242, + "line": 2217, "column": 20 } } @@ -121057,16 +119469,16 @@ "type": "Identifier", "name": "index", "range": [ - 67099, - 67104 + 66186, + 66191 ], "loc": { "start": { - "line": 2242, + "line": 2217, "column": 21 }, "end": { - "line": 2242, + "line": 2217, "column": 26 } } @@ -121084,16 +119496,16 @@ "type": "Identifier", "name": "fltId", "range": [ - 67120, - 67125 + 66207, + 66212 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 12 }, "end": { - "line": 2243, + "line": 2218, "column": 17 } } @@ -121107,16 +119519,16 @@ "object": { "type": "ThisExpression", "range": [ - 67128, - 67132 + 66215, + 66219 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 20 }, "end": { - "line": 2243, + "line": 2218, "column": 24 } } @@ -121125,31 +119537,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 67133, - 67139 + 66220, + 66226 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 25 }, "end": { - "line": 2243, + "line": 2218, "column": 31 } } }, "range": [ - 67128, - 67139 + 66215, + 66226 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 20 }, "end": { - "line": 2243, + "line": 2218, "column": 31 } } @@ -121158,46 +119570,46 @@ "type": "Identifier", "name": "index", "range": [ - 67140, - 67145 + 66227, + 66232 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 32 }, "end": { - "line": 2243, + "line": 2218, "column": 37 } } }, "range": [ - 67128, - 67146 + 66215, + 66233 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 20 }, "end": { - "line": 2243, + "line": 2218, "column": 38 } } }, "range": [ - 67120, - 67146 + 66207, + 66233 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 12 }, "end": { - "line": 2243, + "line": 2218, "column": 38 } } @@ -121205,16 +119617,16 @@ ], "kind": "let", "range": [ - 67116, - 67147 + 66203, + 66234 ], "loc": { "start": { - "line": 2243, + "line": 2218, "column": 8 }, "end": { - "line": 2243, + "line": 2218, "column": 39 } } @@ -121227,16 +119639,16 @@ "type": "Identifier", "name": "elm", "range": [ - 67163, - 67166 + 66250, + 66253 ], "loc": { "start": { - "line": 2244, + "line": 2219, "column": 15 }, "end": { - "line": 2244, + "line": 2219, "column": 18 } } @@ -121246,63 +119658,63 @@ "type": "Identifier", "name": "fltId", "range": [ - 67167, - 67172 + 66254, + 66259 ], "loc": { "start": { - "line": 2244, + "line": 2219, "column": 19 }, "end": { - "line": 2244, + "line": 2219, "column": 24 } } } ], "range": [ - 67163, - 67173 + 66250, + 66260 ], "loc": { "start": { - "line": 2244, + "line": 2219, "column": 15 }, "end": { - "line": 2244, + "line": 2219, "column": 25 } } }, "range": [ - 67156, - 67174 + 66243, + 66261 ], "loc": { "start": { - "line": 2244, + "line": 2219, "column": 8 }, "end": { - "line": 2244, + "line": 2219, "column": 26 } } } ], "range": [ - 67106, - 67180 + 66193, + 66267 ], "loc": { "start": { - "line": 2242, + "line": 2217, "column": 28 }, "end": { - "line": 2245, + "line": 2220, "column": 5 } } @@ -121310,16 +119722,16 @@ "generator": false, "expression": false, "range": [ - 67098, - 67180 + 66185, + 66267 ], "loc": { "start": { - "line": 2242, + "line": 2217, "column": 20 }, "end": { - "line": 2245, + "line": 2220, "column": 5 } } @@ -121327,16 +119739,16 @@ "kind": "method", "computed": false, "range": [ - 67082, - 67180 + 66169, + 66267 ], "loc": { "start": { - "line": 2242, + "line": 2217, "column": 4 }, "end": { - "line": 2245, + "line": 2220, "column": 5 } }, @@ -121345,16 +119757,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": [ - 66931, - 67077 + 66018, + 66164 ], "loc": { "start": { - "line": 2237, + "line": 2212, "column": 4 }, "end": { - "line": 2241, + "line": 2216, "column": 7 } } @@ -121365,16 +119777,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": [ - 67186, - 67352 + 66273, + 66439 ], "loc": { "start": { - "line": 2247, + "line": 2222, "column": 4 }, "end": { - "line": 2251, + "line": 2226, "column": 7 } } @@ -121388,16 +119800,16 @@ "type": "Identifier", "name": "getCellsNb", "range": [ - 67357, - 67367 + 66444, + 66454 ], "loc": { "start": { - "line": 2252, + "line": 2227, "column": 4 }, "end": { - "line": 2252, + "line": 2227, "column": 14 } } @@ -121412,16 +119824,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 67368, - 67376 + 66455, + 66463 ], "loc": { "start": { - "line": 2252, + "line": 2227, "column": 15 }, "end": { - "line": 2252, + "line": 2227, "column": 23 } } @@ -121431,31 +119843,31 @@ "value": 0, "raw": "0", "range": [ - 67379, - 67380 + 66466, + 66467 ], "loc": { "start": { - "line": 2252, + "line": 2227, "column": 26 }, "end": { - "line": 2252, + "line": 2227, "column": 27 } } }, "range": [ - 67368, - 67380 + 66455, + 66467 ], "loc": { "start": { - "line": 2252, + "line": 2227, "column": 15 }, "end": { - "line": 2252, + "line": 2227, "column": 27 } } @@ -121473,16 +119885,16 @@ "type": "Identifier", "name": "tr", "range": [ - 67396, - 67398 + 66483, + 66485 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 12 }, "end": { - "line": 2253, + "line": 2228, "column": 14 } } @@ -121501,16 +119913,16 @@ "object": { "type": "ThisExpression", "range": [ - 67401, - 67405 + 66488, + 66492 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 17 }, "end": { - "line": 2253, + "line": 2228, "column": 21 } } @@ -121519,47 +119931,47 @@ "type": "Identifier", "name": "dom", "range": [ - 67406, - 67409 + 66493, + 66496 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 22 }, "end": { - "line": 2253, + "line": 2228, "column": 25 } } }, "range": [ - 67401, - 67409 + 66488, + 66496 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 17 }, "end": { - "line": 2253, + "line": 2228, "column": 25 } } }, "arguments": [], "range": [ - 67401, - 67411 + 66488, + 66498 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 17 }, "end": { - "line": 2253, + "line": 2228, "column": 27 } } @@ -121568,31 +119980,31 @@ "type": "Identifier", "name": "rows", "range": [ - 67412, - 67416 + 66499, + 66503 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 28 }, "end": { - "line": 2253, + "line": 2228, "column": 32 } } }, "range": [ - 67401, - 67416 + 66488, + 66503 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 17 }, "end": { - "line": 2253, + "line": 2228, "column": 32 } } @@ -121606,16 +120018,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 67417, - 67425 + 66504, + 66512 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 33 }, "end": { - "line": 2253, + "line": 2228, "column": 41 } } @@ -121625,31 +120037,31 @@ "value": 0, "raw": "0", "range": [ - 67429, - 67430 + 66516, + 66517 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 45 }, "end": { - "line": 2253, + "line": 2228, "column": 46 } } }, "range": [ - 67417, - 67430 + 66504, + 66517 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 33 }, "end": { - "line": 2253, + "line": 2228, "column": 46 } } @@ -121658,16 +120070,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 67433, - 67441 + 66520, + 66528 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 49 }, "end": { - "line": 2253, + "line": 2228, "column": 57 } } @@ -121677,61 +120089,61 @@ "value": 0, "raw": "0", "range": [ - 67444, - 67445 + 66531, + 66532 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 60 }, "end": { - "line": 2253, + "line": 2228, "column": 61 } } }, "range": [ - 67417, - 67445 + 66504, + 66532 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 33 }, "end": { - "line": 2253, + "line": 2228, "column": 61 } } }, "range": [ - 67401, - 67446 + 66488, + 66533 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 17 }, "end": { - "line": 2253, + "line": 2228, "column": 62 } } }, "range": [ - 67396, - 67446 + 66483, + 66533 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 12 }, "end": { - "line": 2253, + "line": 2228, "column": 62 } } @@ -121739,16 +120151,16 @@ ], "kind": "let", "range": [ - 67392, - 67447 + 66479, + 66534 ], "loc": { "start": { - "line": 2253, + "line": 2228, "column": 8 }, "end": { - "line": 2253, + "line": 2228, "column": 63 } } @@ -121761,16 +120173,16 @@ "type": "Identifier", "name": "tr", "range": [ - 67463, - 67465 + 66550, + 66552 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 15 }, "end": { - "line": 2254, + "line": 2229, "column": 17 } } @@ -121785,16 +120197,16 @@ "type": "Identifier", "name": "tr", "range": [ - 67468, - 67470 + 66555, + 66557 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 20 }, "end": { - "line": 2254, + "line": 2229, "column": 22 } } @@ -121803,31 +120215,31 @@ "type": "Identifier", "name": "cells", "range": [ - 67471, - 67476 + 66558, + 66563 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 23 }, "end": { - "line": 2254, + "line": 2229, "column": 28 } } }, "range": [ - 67468, - 67476 + 66555, + 66563 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 20 }, "end": { - "line": 2254, + "line": 2229, "column": 28 } } @@ -121836,31 +120248,31 @@ "type": "Identifier", "name": "length", "range": [ - 67477, - 67483 + 66564, + 66570 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 29 }, "end": { - "line": 2254, + "line": 2229, "column": 35 } } }, "range": [ - 67468, - 67483 + 66555, + 66570 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 20 }, "end": { - "line": 2254, + "line": 2229, "column": 35 } } @@ -121870,62 +120282,62 @@ "value": 0, "raw": "0", "range": [ - 67486, - 67487 + 66573, + 66574 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 38 }, "end": { - "line": 2254, + "line": 2229, "column": 39 } } }, "range": [ - 67463, - 67487 + 66550, + 66574 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 15 }, "end": { - "line": 2254, + "line": 2229, "column": 39 } } }, "range": [ - 67456, - 67488 + 66543, + 66575 ], "loc": { "start": { - "line": 2254, + "line": 2229, "column": 8 }, "end": { - "line": 2254, + "line": 2229, "column": 40 } } } ], "range": [ - 67382, - 67494 + 66469, + 66581 ], "loc": { "start": { - "line": 2252, + "line": 2227, "column": 29 }, "end": { - "line": 2255, + "line": 2230, "column": 5 } } @@ -121933,16 +120345,16 @@ "generator": false, "expression": false, "range": [ - 67367, - 67494 + 66454, + 66581 ], "loc": { "start": { - "line": 2252, + "line": 2227, "column": 14 }, "end": { - "line": 2255, + "line": 2230, "column": 5 } } @@ -121950,16 +120362,16 @@ "kind": "method", "computed": false, "range": [ - 67357, - 67494 + 66444, + 66581 ], "loc": { "start": { - "line": 2252, + "line": 2227, "column": 4 }, "end": { - "line": 2255, + "line": 2230, "column": 5 } }, @@ -121968,16 +120380,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": [ - 67186, - 67352 + 66273, + 66439 ], "loc": { "start": { - "line": 2247, + "line": 2222, "column": 4 }, "end": { - "line": 2251, + "line": 2226, "column": 7 } } @@ -121988,16 +120400,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": [ - 67500, - 67731 + 66587, + 66818 ], "loc": { "start": { - "line": 2257, + "line": 2232, "column": 4 }, "end": { - "line": 2262, + "line": 2237, "column": 7 } } @@ -122011,16 +120423,16 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 67736, - 67745 + 66823, + 66832 ], "loc": { "start": { - "line": 2263, + "line": 2238, "column": 4 }, "end": { - "line": 2263, + "line": 2238, "column": 13 } } @@ -122033,16 +120445,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 67746, - 67760 + 66833, + 66847 ], "loc": { "start": { - "line": 2263, + "line": 2238, "column": 14 }, "end": { - "line": 2263, + "line": 2238, "column": 28 } } @@ -122060,16 +120472,16 @@ "type": "Identifier", "name": "s", "range": [ - 67776, - 67777 + 66863, + 66864 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 12 }, "end": { - "line": 2264, + "line": 2239, "column": 13 } } @@ -122082,16 +120494,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 67780, - 67787 + 66867, + 66874 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 16 }, "end": { - "line": 2264, + "line": 2239, "column": 23 } } @@ -122103,16 +120515,16 @@ "object": { "type": "ThisExpression", "range": [ - 67788, - 67792 + 66875, + 66879 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 24 }, "end": { - "line": 2264, + "line": 2239, "column": 28 } } @@ -122121,47 +120533,47 @@ "type": "Identifier", "name": "refRow", "range": [ - 67793, - 67799 + 66880, + 66886 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 29 }, "end": { - "line": 2264, + "line": 2239, "column": 35 } } }, "range": [ - 67788, - 67799 + 66875, + 66886 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 24 }, "end": { - "line": 2264, + "line": 2239, "column": 35 } } } ], "range": [ - 67780, - 67800 + 66867, + 66887 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 16 }, "end": { - "line": 2264, + "line": 2239, "column": 36 } } @@ -122171,16 +120583,16 @@ "value": 0, "raw": "0", "range": [ - 67803, - 67804 + 66890, + 66891 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 39 }, "end": { - "line": 2264, + "line": 2239, "column": 40 } } @@ -122191,16 +120603,16 @@ "object": { "type": "ThisExpression", "range": [ - 67807, - 67811 + 66894, + 66898 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 43 }, "end": { - "line": 2264, + "line": 2239, "column": 47 } } @@ -122209,61 +120621,61 @@ "type": "Identifier", "name": "refRow", "range": [ - 67812, - 67818 + 66899, + 66905 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 48 }, "end": { - "line": 2264, + "line": 2239, "column": 54 } } }, "range": [ - 67807, - 67818 + 66894, + 66905 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 43 }, "end": { - "line": 2264, + "line": 2239, "column": 54 } } }, "range": [ - 67780, - 67818 + 66867, + 66905 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 16 }, "end": { - "line": 2264, + "line": 2239, "column": 54 } } }, "range": [ - 67776, - 67818 + 66863, + 66905 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 12 }, "end": { - "line": 2264, + "line": 2239, "column": 54 } } @@ -122271,16 +120683,16 @@ ], "kind": "let", "range": [ - 67772, - 67819 + 66859, + 66906 ], "loc": { "start": { - "line": 2264, + "line": 2239, "column": 8 }, "end": { - "line": 2264, + "line": 2239, "column": 55 } } @@ -122294,16 +120706,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 67832, - 67836 + 66919, + 66923 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 12 }, "end": { - "line": 2265, + "line": 2240, "column": 16 } } @@ -122322,16 +120734,16 @@ "object": { "type": "ThisExpression", "range": [ - 67839, - 67843 + 66926, + 66930 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 19 }, "end": { - "line": 2265, + "line": 2240, "column": 23 } } @@ -122340,47 +120752,47 @@ "type": "Identifier", "name": "dom", "range": [ - 67844, - 67847 + 66931, + 66934 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 24 }, "end": { - "line": 2265, + "line": 2240, "column": 27 } } }, "range": [ - 67839, - 67847 + 66926, + 66934 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 19 }, "end": { - "line": 2265, + "line": 2240, "column": 27 } } }, "arguments": [], "range": [ - 67839, - 67849 + 66926, + 66936 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 19 }, "end": { - "line": 2265, + "line": 2240, "column": 29 } } @@ -122389,31 +120801,31 @@ "type": "Identifier", "name": "rows", "range": [ - 67850, - 67854 + 66937, + 66941 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 30 }, "end": { - "line": 2265, + "line": 2240, "column": 34 } } }, "range": [ - 67839, - 67854 + 66926, + 66941 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 19 }, "end": { - "line": 2265, + "line": 2240, "column": 34 } } @@ -122422,46 +120834,46 @@ "type": "Identifier", "name": "length", "range": [ - 67855, - 67861 + 66942, + 66948 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 35 }, "end": { - "line": 2265, + "line": 2240, "column": 41 } } }, "range": [ - 67839, - 67861 + 66926, + 66948 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 19 }, "end": { - "line": 2265, + "line": 2240, "column": 41 } } }, "range": [ - 67832, - 67861 + 66919, + 66948 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 12 }, "end": { - "line": 2265, + "line": 2240, "column": 41 } } @@ -122469,16 +120881,16 @@ ], "kind": "let", "range": [ - 67828, - 67862 + 66915, + 66949 ], "loc": { "start": { - "line": 2265, + "line": 2240, "column": 8 }, "end": { - "line": 2265, + "line": 2240, "column": 42 } } @@ -122489,16 +120901,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 67875, - 67889 + 66962, + 66976 ], "loc": { "start": { - "line": 2266, + "line": 2241, "column": 12 }, "end": { - "line": 2266, + "line": 2241, "column": 26 } } @@ -122515,16 +120927,16 @@ "type": "Identifier", "name": "s", "range": [ - 67905, - 67906 + 66992, + 66993 ], "loc": { "start": { - "line": 2267, + "line": 2242, "column": 12 }, "end": { - "line": 2267, + "line": 2242, "column": 13 } } @@ -122534,78 +120946,78 @@ "value": 0, "raw": "0", "range": [ - 67909, - 67910 + 66996, + 66997 ], "loc": { "start": { - "line": 2267, + "line": 2242, "column": 16 }, "end": { - "line": 2267, + "line": 2242, "column": 17 } } }, "range": [ - 67905, - 67910 + 66992, + 66997 ], "loc": { "start": { - "line": 2267, + "line": 2242, "column": 12 }, "end": { - "line": 2267, + "line": 2242, "column": 17 } } }, "range": [ - 67905, - 67911 + 66992, + 66998 ], "loc": { "start": { - "line": 2267, + "line": 2242, "column": 12 }, "end": { - "line": 2267, + "line": 2242, "column": 18 } } } ], "range": [ - 67891, - 67921 + 66978, + 67008 ], "loc": { "start": { - "line": 2266, + "line": 2241, "column": 28 }, "end": { - "line": 2268, + "line": 2243, "column": 9 } } }, "alternate": null, "range": [ - 67871, - 67921 + 66958, + 67008 ], "loc": { "start": { - "line": 2266, + "line": 2241, "column": 8 }, "end": { - "line": 2268, + "line": 2243, "column": 9 } } @@ -122618,16 +121030,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 67937, - 67945 + 67024, + 67032 ], "loc": { "start": { - "line": 2269, + "line": 2244, "column": 15 }, "end": { - "line": 2269, + "line": 2244, "column": 23 } } @@ -122640,16 +121052,16 @@ "type": "Identifier", "name": "ntrs", "range": [ - 67946, - 67950 + 67033, + 67037 ], "loc": { "start": { - "line": 2269, + "line": 2244, "column": 24 }, "end": { - "line": 2269, + "line": 2244, "column": 28 } } @@ -122658,31 +121070,31 @@ "type": "Identifier", "name": "s", "range": [ - 67953, - 67954 + 67040, + 67041 ], "loc": { "start": { - "line": 2269, + "line": 2244, "column": 31 }, "end": { - "line": 2269, + "line": 2244, "column": 32 } } }, "range": [ - 67946, - 67954 + 67033, + 67041 ], "loc": { "start": { - "line": 2269, + "line": 2244, "column": 24 }, "end": { - "line": 2269, + "line": 2244, "column": 32 } } @@ -122692,63 +121104,63 @@ "value": 10, "raw": "10", "range": [ - 67956, - 67958 + 67043, + 67045 ], "loc": { "start": { - "line": 2269, + "line": 2244, "column": 34 }, "end": { - "line": 2269, + "line": 2244, "column": 36 } } } ], "range": [ - 67937, - 67959 + 67024, + 67046 ], "loc": { "start": { - "line": 2269, + "line": 2244, "column": 15 }, "end": { - "line": 2269, + "line": 2244, "column": 37 } } }, "range": [ - 67930, - 67960 + 67017, + 67047 ], "loc": { "start": { - "line": 2269, + "line": 2244, "column": 8 }, "end": { - "line": 2269, + "line": 2244, "column": 38 } } } ], "range": [ - 67762, - 67966 + 66849, + 67053 ], "loc": { "start": { - "line": 2263, + "line": 2238, "column": 30 }, "end": { - "line": 2270, + "line": 2245, "column": 5 } } @@ -122756,16 +121168,16 @@ "generator": false, "expression": false, "range": [ - 67745, - 67966 + 66832, + 67053 ], "loc": { "start": { - "line": 2263, + "line": 2238, "column": 13 }, "end": { - "line": 2270, + "line": 2245, "column": 5 } } @@ -122773,16 +121185,16 @@ "kind": "method", "computed": false, "range": [ - 67736, - 67966 + 66823, + 67053 ], "loc": { "start": { - "line": 2263, + "line": 2238, "column": 4 }, "end": { - "line": 2270, + "line": 2245, "column": 5 } }, @@ -122791,16 +121203,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": [ - 67500, - 67731 + 66587, + 66818 ], "loc": { "start": { - "line": 2257, + "line": 2232, "column": 4 }, "end": { - "line": 2262, + "line": 2237, "column": 7 } } @@ -122809,18 +121221,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n ", + "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n ", "range": [ - 67973, - 68102 + 67060, + 67188 ], "loc": { "start": { - "line": 2273, + "line": 2248, "column": 4 }, "end": { - "line": 2277, + "line": 2252, "column": 7 } } @@ -122834,16 +121246,16 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 68107, - 68119 + 67193, + 67205 ], "loc": { "start": { - "line": 2278, + "line": 2253, "column": 4 }, "end": { - "line": 2278, + "line": 2253, "column": 16 } } @@ -122856,16 +121268,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68120, - 68124 + 67206, + 67210 ], "loc": { "start": { - "line": 2278, + "line": 2253, "column": 17 }, "end": { - "line": 2278, + "line": 2253, "column": 21 } } @@ -122883,16 +121295,16 @@ "type": "Identifier", "name": "idx", "range": [ - 68140, - 68143 + 67226, + 67229 ], "loc": { "start": { - "line": 2279, + "line": 2254, "column": 12 }, "end": { - "line": 2279, + "line": 2254, "column": 15 } } @@ -122904,16 +121316,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68146, - 68150 + 67232, + 67236 ], "loc": { "start": { - "line": 2279, + "line": 2254, "column": 18 }, "end": { - "line": 2279, + "line": 2254, "column": 22 } } @@ -122922,46 +121334,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 68151, - 68160 + 67237, + 67246 ], "loc": { "start": { - "line": 2279, + "line": 2254, "column": 23 }, "end": { - "line": 2279, + "line": 2254, "column": 32 } } }, "range": [ - 68146, - 68160 + 67232, + 67246 ], "loc": { "start": { - "line": 2279, + "line": 2254, "column": 18 }, "end": { - "line": 2279, + "line": 2254, "column": 32 } } }, "range": [ - 68140, - 68160 + 67226, + 67246 ], "loc": { "start": { - "line": 2279, + "line": 2254, "column": 12 }, "end": { - "line": 2279, + "line": 2254, "column": 32 } } @@ -122969,16 +121381,16 @@ ], "kind": "let", "range": [ - 68136, - 68161 + 67222, + 67247 ], "loc": { "start": { - "line": 2279, + "line": 2254, "column": 8 }, "end": { - "line": 2279, + "line": 2254, "column": 33 } } @@ -122992,16 +121404,16 @@ "type": "Identifier", "name": "cellParser", "range": [ - 68174, - 68184 + 67260, + 67270 ], "loc": { "start": { - "line": 2280, + "line": 2255, "column": 12 }, "end": { - "line": 2280, + "line": 2255, "column": 22 } } @@ -123012,16 +121424,16 @@ "object": { "type": "ThisExpression", "range": [ - 68187, - 68191 + 67273, + 67277 ], "loc": { "start": { - "line": 2280, + "line": 2255, "column": 25 }, "end": { - "line": 2280, + "line": 2255, "column": 29 } } @@ -123030,46 +121442,46 @@ "type": "Identifier", "name": "cellParser", "range": [ - 68192, - 68202 + 67278, + 67288 ], "loc": { "start": { - "line": 2280, + "line": 2255, "column": 30 }, "end": { - "line": 2280, + "line": 2255, "column": 40 } } }, "range": [ - 68187, - 68202 + 67273, + 67288 ], "loc": { "start": { - "line": 2280, + "line": 2255, "column": 25 }, "end": { - "line": 2280, + "line": 2255, "column": 40 } } }, "range": [ - 68174, - 68202 + 67260, + 67288 ], "loc": { "start": { - "line": 2280, + "line": 2255, "column": 12 }, "end": { - "line": 2280, + "line": 2255, "column": 40 } } @@ -123077,16 +121489,16 @@ ], "kind": "let", "range": [ - 68170, - 68203 + 67256, + 67289 ], "loc": { "start": { - "line": 2280, + "line": 2255, "column": 8 }, "end": { - "line": 2280, + "line": 2255, "column": 41 } }, @@ -123095,16 +121507,16 @@ "type": "Line", "value": " Invoke cellParser for this column if any", "range": [ - 68212, - 68255 + 67298, + 67341 ], "loc": { "start": { - "line": 2281, + "line": 2256, "column": 8 }, "end": { - "line": 2281, + "line": 2256, "column": 51 } } @@ -123128,16 +121540,16 @@ "type": "Identifier", "name": "cellParser", "range": [ - 68268, - 68278 + 67354, + 67364 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 12 }, "end": { - "line": 2282, + "line": 2257, "column": 22 } } @@ -123146,31 +121558,31 @@ "type": "Identifier", "name": "cols", "range": [ - 68279, - 68283 + 67365, + 67369 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 23 }, "end": { - "line": 2282, + "line": 2257, "column": 27 } } }, "range": [ - 68268, - 68283 + 67354, + 67369 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 12 }, "end": { - "line": 2282, + "line": 2257, "column": 27 } } @@ -123179,31 +121591,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 68284, - 68291 + 67370, + 67377 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 28 }, "end": { - "line": 2282, + "line": 2257, "column": 35 } } }, "range": [ - 68268, - 68291 + 67354, + 67377 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 12 }, "end": { - "line": 2282, + "line": 2257, "column": 35 } } @@ -123213,32 +121625,32 @@ "type": "Identifier", "name": "idx", "range": [ - 68292, - 68295 + 67378, + 67381 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 36 }, "end": { - "line": 2282, + "line": 2257, "column": 39 } } } ], "range": [ - 68268, - 68296 + 67354, + 67382 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 12 }, "end": { - "line": 2282, + "line": 2257, "column": 40 } } @@ -123251,47 +121663,47 @@ "value": 1, "raw": "1", "range": [ - 68302, - 68303 + 67388, + 67389 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 46 }, "end": { - "line": 2282, + "line": 2257, "column": 47 } } }, "prefix": true, "range": [ - 68301, - 68303 + 67387, + 67389 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 45 }, "end": { - "line": 2282, + "line": 2257, "column": 47 } } }, "range": [ - 68268, - 68303 + 67354, + 67389 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 12 }, "end": { - "line": 2282, + "line": 2257, "column": 47 } } @@ -123310,16 +121722,16 @@ "type": "Identifier", "name": "cellParser", "range": [ - 68326, - 68336 + 67412, + 67422 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 19 }, "end": { - "line": 2283, + "line": 2258, "column": 29 } } @@ -123328,31 +121740,31 @@ "type": "Identifier", "name": "parse", "range": [ - 68337, - 68342 + 67423, + 67428 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 30 }, "end": { - "line": 2283, + "line": 2258, "column": 35 } } }, "range": [ - 68326, - 68342 + 67412, + 67428 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 19 }, "end": { - "line": 2283, + "line": 2258, "column": 35 } } @@ -123361,16 +121773,16 @@ { "type": "ThisExpression", "range": [ - 68343, - 68347 + 67429, + 67433 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 36 }, "end": { - "line": 2283, + "line": 2258, "column": 40 } } @@ -123379,16 +121791,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68349, - 68353 + 67435, + 67439 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 42 }, "end": { - "line": 2283, + "line": 2258, "column": 46 } } @@ -123397,63 +121809,63 @@ "type": "Identifier", "name": "idx", "range": [ - 68355, - 68358 + 67441, + 67444 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 48 }, "end": { - "line": 2283, + "line": 2258, "column": 51 } } } ], "range": [ - 68326, - 68359 + 67412, + 67445 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 19 }, "end": { - "line": 2283, + "line": 2258, "column": 52 } } }, "range": [ - 68319, - 68360 + 67405, + 67446 ], "loc": { "start": { - "line": 2283, + "line": 2258, "column": 12 }, "end": { - "line": 2283, + "line": 2258, "column": 53 } } } ], "range": [ - 68305, - 68370 + 67391, + 67456 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 49 }, "end": { - "line": 2284, + "line": 2259, "column": 9 } } @@ -123469,16 +121881,16 @@ "type": "Identifier", "name": "getText", "range": [ - 68397, - 68404 + 67483, + 67490 ], "loc": { "start": { - "line": 2285, + "line": 2260, "column": 19 }, "end": { - "line": 2285, + "line": 2260, "column": 26 } } @@ -123488,78 +121900,78 @@ "type": "Identifier", "name": "cell", "range": [ - 68405, - 68409 + 67491, + 67495 ], "loc": { "start": { - "line": 2285, + "line": 2260, "column": 27 }, "end": { - "line": 2285, + "line": 2260, "column": 31 } } } ], "range": [ - 68397, - 68410 + 67483, + 67496 ], "loc": { "start": { - "line": 2285, + "line": 2260, "column": 19 }, "end": { - "line": 2285, + "line": 2260, "column": 32 } } }, "range": [ - 68390, - 68411 + 67476, + 67497 ], "loc": { "start": { - "line": 2285, + "line": 2260, "column": 12 }, "end": { - "line": 2285, + "line": 2260, "column": 33 } } } ], "range": [ - 68376, - 68421 + 67462, + 67507 ], "loc": { "start": { - "line": 2284, + "line": 2259, "column": 15 }, "end": { - "line": 2286, + "line": 2261, "column": 9 } } }, "range": [ - 68264, - 68421 + 67350, + 67507 ], "loc": { "start": { - "line": 2282, + "line": 2257, "column": 8 }, "end": { - "line": 2286, + "line": 2261, "column": 9 } }, @@ -123568,16 +121980,16 @@ "type": "Line", "value": " Invoke cellParser for this column if any", "range": [ - 68212, - 68255 + 67298, + 67341 ], "loc": { "start": { - "line": 2281, + "line": 2256, "column": 8 }, "end": { - "line": 2281, + "line": 2256, "column": 51 } } @@ -123586,16 +121998,16 @@ } ], "range": [ - 68126, - 68427 + 67212, + 67513 ], "loc": { "start": { - "line": 2278, + "line": 2253, "column": 23 }, "end": { - "line": 2287, + "line": 2262, "column": 5 } } @@ -123603,16 +122015,16 @@ "generator": false, "expression": false, "range": [ - 68119, - 68427 + 67205, + 67513 ], "loc": { "start": { - "line": 2278, + "line": 2253, "column": 16 }, "end": { - "line": 2287, + "line": 2262, "column": 5 } } @@ -123620,34 +122032,34 @@ "kind": "method", "computed": false, "range": [ - 68107, - 68427 + 67193, + 67513 ], "loc": { "start": { - "line": 2278, + "line": 2253, "column": 4 }, "end": { - "line": 2287, + "line": 2262, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n ", + "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n ", "range": [ - 67973, - 68102 + 67060, + 67188 ], "loc": { "start": { - "line": 2273, + "line": 2248, "column": 4 }, "end": { - "line": 2277, + "line": 2252, "column": 7 } } @@ -123658,16 +122070,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": [ - 68433, - 68613 + 67519, + 67699 ], "loc": { "start": { - "line": 2289, + "line": 2264, "column": 4 }, "end": { - "line": 2293, + "line": 2268, "column": 7 } } @@ -123681,16 +122093,16 @@ "type": "Identifier", "name": "getCellData", "range": [ - 68618, - 68629 + 67704, + 67715 ], "loc": { "start": { - "line": 2294, + "line": 2269, "column": 4 }, "end": { - "line": 2294, + "line": 2269, "column": 15 } } @@ -123703,16 +122115,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68630, - 68634 + 67716, + 67720 ], "loc": { "start": { - "line": 2294, + "line": 2269, "column": 16 }, "end": { - "line": 2294, + "line": 2269, "column": 20 } } @@ -123730,16 +122142,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68650, - 68658 + 67736, + 67744 ], "loc": { "start": { - "line": 2295, + "line": 2270, "column": 12 }, "end": { - "line": 2295, + "line": 2270, "column": 20 } } @@ -123751,16 +122163,16 @@ "type": "Identifier", "name": "cell", "range": [ - 68661, - 68665 + 67747, + 67751 ], "loc": { "start": { - "line": 2295, + "line": 2270, "column": 23 }, "end": { - "line": 2295, + "line": 2270, "column": 27 } } @@ -123769,46 +122181,46 @@ "type": "Identifier", "name": "cellIndex", "range": [ - 68666, - 68675 + 67752, + 67761 ], "loc": { "start": { - "line": 2295, + "line": 2270, "column": 28 }, "end": { - "line": 2295, + "line": 2270, "column": 37 } } }, "range": [ - 68661, - 68675 + 67747, + 67761 ], "loc": { "start": { - "line": 2295, + "line": 2270, "column": 23 }, "end": { - "line": 2295, + "line": 2270, "column": 37 } } }, "range": [ - 68650, - 68675 + 67736, + 67761 ], "loc": { "start": { - "line": 2295, + "line": 2270, "column": 12 }, "end": { - "line": 2295, + "line": 2270, "column": 37 } } @@ -123816,16 +122228,16 @@ ], "kind": "let", "range": [ - 68646, - 68676 + 67732, + 67762 ], "loc": { "start": { - "line": 2295, + "line": 2270, "column": 8 }, "end": { - "line": 2295, + "line": 2270, "column": 38 } } @@ -123839,16 +122251,16 @@ "type": "Identifier", "name": "value", "range": [ - 68689, - 68694 + 67775, + 67780 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 12 }, "end": { - "line": 2296, + "line": 2271, "column": 17 } } @@ -123861,16 +122273,16 @@ "object": { "type": "ThisExpression", "range": [ - 68697, - 68701 + 67783, + 67787 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 20 }, "end": { - "line": 2296, + "line": 2271, "column": 24 } } @@ -123879,31 +122291,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 68702, - 68714 + 67788, + 67800 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 25 }, "end": { - "line": 2296, + "line": 2271, "column": 37 } } }, "range": [ - 68697, - 68714 + 67783, + 67800 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 20 }, "end": { - "line": 2296, + "line": 2271, "column": 37 } } @@ -123913,47 +122325,47 @@ "type": "Identifier", "name": "cell", "range": [ - 68715, - 68719 + 67801, + 67805 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 38 }, "end": { - "line": 2296, + "line": 2271, "column": 42 } } } ], "range": [ - 68697, - 68720 + 67783, + 67806 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 20 }, "end": { - "line": 2296, + "line": 2271, "column": 43 } } }, "range": [ - 68689, - 68720 + 67775, + 67806 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 12 }, "end": { - "line": 2296, + "line": 2271, "column": 43 } } @@ -123961,16 +122373,16 @@ ], "kind": "let", "range": [ - 68685, - 68721 + 67771, + 67807 ], "loc": { "start": { - "line": 2296, + "line": 2271, "column": 8 }, "end": { - "line": 2296, + "line": 2271, "column": 44 } } @@ -123985,16 +122397,16 @@ "object": { "type": "ThisExpression", "range": [ - 68735, - 68739 + 67821, + 67825 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 12 }, "end": { - "line": 2298, + "line": 2273, "column": 16 } } @@ -124003,31 +122415,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 68740, - 68747 + 67826, + 67833 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 17 }, "end": { - "line": 2298, + "line": 2273, "column": 24 } } }, "range": [ - 68735, - 68747 + 67821, + 67833 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 12 }, "end": { - "line": 2298, + "line": 2273, "column": 24 } } @@ -124037,16 +122449,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68748, - 68756 + 67834, + 67842 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 25 }, "end": { - "line": 2298, + "line": 2273, "column": 33 } } @@ -124058,48 +122470,48 @@ "type": "Identifier", "name": "FORMATTED_NUMBER", "range": [ - 68759, - 68775 + 67845, + 67861 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 36 }, "end": { - "line": 2298, + "line": 2273, "column": 52 } } } ], "range": [ - 68758, - 68776 + 67844, + 67862 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 35 }, "end": { - "line": 2298, + "line": 2273, "column": 53 } } } ], "range": [ - 68735, - 68777 + 67821, + 67863 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 12 }, "end": { - "line": 2298, + "line": 2273, "column": 54 } } @@ -124116,16 +122528,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 68797, - 68804 + 67883, + 67890 ], "loc": { "start": { - "line": 2299, + "line": 2274, "column": 16 }, "end": { - "line": 2299, + "line": 2274, "column": 23 } } @@ -124136,16 +122548,16 @@ "object": { "type": "ThisExpression", "range": [ - 68807, - 68811 + 67893, + 67897 ], "loc": { "start": { - "line": 2299, + "line": 2274, "column": 26 }, "end": { - "line": 2299, + "line": 2274, "column": 30 } } @@ -124154,46 +122566,46 @@ "type": "Identifier", "name": "decimalSeparator", "range": [ - 68812, - 68828 + 67898, + 67914 ], "loc": { "start": { - "line": 2299, + "line": 2274, "column": 31 }, "end": { - "line": 2299, + "line": 2274, "column": 47 } } }, "range": [ - 68807, - 68828 + 67893, + 67914 ], "loc": { "start": { - "line": 2299, + "line": 2274, "column": 26 }, "end": { - "line": 2299, + "line": 2274, "column": 47 } } }, "range": [ - 68797, - 68828 + 67883, + 67914 ], "loc": { "start": { - "line": 2299, + "line": 2274, "column": 16 }, "end": { - "line": 2299, + "line": 2274, "column": 47 } } @@ -124201,16 +122613,16 @@ ], "kind": "let", "range": [ - 68793, - 68829 + 67879, + 67915 ], "loc": { "start": { - "line": 2299, + "line": 2274, "column": 12 }, "end": { - "line": 2299, + "line": 2274, "column": 48 } } @@ -124224,16 +122636,16 @@ "type": "Identifier", "name": "colType", "range": [ - 68846, - 68853 + 67932, + 67939 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 16 }, "end": { - "line": 2300, + "line": 2275, "column": 23 } } @@ -124247,16 +122659,16 @@ "object": { "type": "ThisExpression", "range": [ - 68856, - 68860 + 67942, + 67946 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 26 }, "end": { - "line": 2300, + "line": 2275, "column": 30 } } @@ -124265,31 +122677,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 68861, - 68869 + 67947, + 67955 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 31 }, "end": { - "line": 2300, + "line": 2275, "column": 39 } } }, "range": [ - 68856, - 68869 + 67942, + 67955 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 26 }, "end": { - "line": 2300, + "line": 2275, "column": 39 } } @@ -124298,46 +122710,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 68870, - 68878 + 67956, + 67964 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 40 }, "end": { - "line": 2300, + "line": 2275, "column": 48 } } }, "range": [ - 68856, - 68879 + 67942, + 67965 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 26 }, "end": { - "line": 2300, + "line": 2275, "column": 49 } } }, "range": [ - 68846, - 68879 + 67932, + 67965 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 16 }, "end": { - "line": 2300, + "line": 2275, "column": 49 } } @@ -124345,16 +122757,16 @@ ], "kind": "let", "range": [ - 68842, - 68880 + 67928, + 67966 ], "loc": { "start": { - "line": 2300, + "line": 2275, "column": 12 }, "end": { - "line": 2300, + "line": 2275, "column": 50 } } @@ -124370,16 +122782,16 @@ "type": "Identifier", "name": "colType", "range": [ - 68897, - 68904 + 67983, + 67990 ], "loc": { "start": { - "line": 2301, + "line": 2276, "column": 16 }, "end": { - "line": 2301, + "line": 2276, "column": 23 } } @@ -124388,31 +122800,31 @@ "type": "Identifier", "name": "hasOwnProperty", "range": [ - 68905, - 68919 + 67991, + 68005 ], "loc": { "start": { - "line": 2301, + "line": 2276, "column": 24 }, "end": { - "line": 2301, + "line": 2276, "column": 38 } } }, "range": [ - 68897, - 68919 + 67983, + 68005 ], "loc": { "start": { - "line": 2301, + "line": 2276, "column": 16 }, "end": { - "line": 2301, + "line": 2276, "column": 38 } } @@ -124423,32 +122835,32 @@ "value": "decimal", "raw": "'decimal'", "range": [ - 68920, - 68929 + 68006, + 68015 ], "loc": { "start": { - "line": 2301, + "line": 2276, "column": 39 }, "end": { - "line": 2301, + "line": 2276, "column": 48 } } } ], "range": [ - 68897, - 68930 + 67983, + 68016 ], "loc": { "start": { - "line": 2301, + "line": 2276, "column": 16 }, "end": { - "line": 2301, + "line": 2276, "column": 49 } } @@ -124465,16 +122877,16 @@ "type": "Identifier", "name": "decimal", "range": [ - 68950, - 68957 + 68036, + 68043 ], "loc": { "start": { - "line": 2302, + "line": 2277, "column": 16 }, "end": { - "line": 2302, + "line": 2277, "column": 23 } } @@ -124486,16 +122898,16 @@ "type": "Identifier", "name": "colType", "range": [ - 68960, - 68967 + 68046, + 68053 ], "loc": { "start": { - "line": 2302, + "line": 2277, "column": 26 }, "end": { - "line": 2302, + "line": 2277, "column": 33 } } @@ -124504,93 +122916,93 @@ "type": "Identifier", "name": "decimal", "range": [ - 68968, - 68975 + 68054, + 68061 ], "loc": { "start": { - "line": 2302, + "line": 2277, "column": 34 }, "end": { - "line": 2302, + "line": 2277, "column": 41 } } }, "range": [ - 68960, - 68975 + 68046, + 68061 ], "loc": { "start": { - "line": 2302, + "line": 2277, "column": 26 }, "end": { - "line": 2302, + "line": 2277, "column": 41 } } }, "range": [ - 68950, - 68975 + 68036, + 68061 ], "loc": { "start": { - "line": 2302, + "line": 2277, "column": 16 }, "end": { - "line": 2302, + "line": 2277, "column": 41 } } }, "range": [ - 68950, - 68976 + 68036, + 68062 ], "loc": { "start": { - "line": 2302, + "line": 2277, "column": 16 }, "end": { - "line": 2302, + "line": 2277, "column": 42 } } } ], "range": [ - 68932, - 68990 + 68018, + 68076 ], "loc": { "start": { - "line": 2301, + "line": 2276, "column": 51 }, "end": { - "line": 2303, + "line": 2278, "column": 13 } } }, "alternate": null, "range": [ - 68893, - 68990 + 67979, + 68076 ], "loc": { "start": { - "line": 2301, + "line": 2276, "column": 12 }, "end": { - "line": 2303, + "line": 2278, "column": 13 } } @@ -124603,16 +123015,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 69010, - 69017 + 68096, + 68103 ], "loc": { "start": { - "line": 2304, + "line": 2279, "column": 19 }, "end": { - "line": 2304, + "line": 2279, "column": 26 } } @@ -124622,16 +123034,16 @@ "type": "Identifier", "name": "value", "range": [ - 69018, - 69023 + 68104, + 68109 ], "loc": { "start": { - "line": 2304, + "line": 2279, "column": 27 }, "end": { - "line": 2304, + "line": 2279, "column": 32 } } @@ -124640,63 +123052,63 @@ "type": "Identifier", "name": "decimal", "range": [ - 69025, - 69032 + 68111, + 68118 ], "loc": { "start": { - "line": 2304, + "line": 2279, "column": 34 }, "end": { - "line": 2304, + "line": 2279, "column": 41 } } } ], "range": [ - 69010, - 69033 + 68096, + 68119 ], "loc": { "start": { - "line": 2304, + "line": 2279, "column": 19 }, "end": { - "line": 2304, + "line": 2279, "column": 42 } } }, "range": [ - 69003, - 69034 + 68089, + 68120 ], "loc": { "start": { - "line": 2304, + "line": 2279, "column": 12 }, "end": { - "line": 2304, + "line": 2279, "column": 43 } } } ], "range": [ - 68779, - 69044 + 67865, + 68130 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 56 }, "end": { - "line": 2305, + "line": 2280, "column": 9 } } @@ -124711,16 +123123,16 @@ "object": { "type": "ThisExpression", "range": [ - 69062, - 69066 + 68148, + 68152 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 17 }, "end": { - "line": 2306, + "line": 2281, "column": 21 } } @@ -124729,31 +123141,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 69067, - 69074 + 68153, + 68160 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 22 }, "end": { - "line": 2306, + "line": 2281, "column": 29 } } }, "range": [ - 69062, - 69074 + 68148, + 68160 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 17 }, "end": { - "line": 2306, + "line": 2281, "column": 29 } } @@ -124763,16 +123175,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69075, - 69083 + 68161, + 68169 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 30 }, "end": { - "line": 2306, + "line": 2281, "column": 38 } } @@ -124784,48 +123196,48 @@ "type": "Identifier", "name": "NUMBER", "range": [ - 69086, - 69092 + 68172, + 68178 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 41 }, "end": { - "line": 2306, + "line": 2281, "column": 47 } } } ], "range": [ - 69085, - 69093 + 68171, + 68179 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 40 }, "end": { - "line": 2306, + "line": 2281, "column": 48 } } } ], "range": [ - 69062, - 69094 + 68148, + 68180 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 17 }, "end": { - "line": 2306, + "line": 2281, "column": 49 } } @@ -124844,16 +123256,16 @@ "type": "Identifier", "name": "Number", "range": [ - 69117, - 69123 + 68203, + 68209 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 19 }, "end": { - "line": 2307, + "line": 2282, "column": 25 } } @@ -124863,32 +123275,32 @@ "type": "Identifier", "name": "value", "range": [ - 69124, - 69129 + 68210, + 68215 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 26 }, "end": { - "line": 2307, + "line": 2282, "column": 31 } } } ], "range": [ - 69117, - 69130 + 68203, + 68216 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 19 }, "end": { - "line": 2307, + "line": 2282, "column": 32 } } @@ -124899,16 +123311,16 @@ "type": "Identifier", "name": "parseNb", "range": [ - 69134, - 69141 + 68220, + 68227 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 36 }, "end": { - "line": 2307, + "line": 2282, "column": 43 } } @@ -124918,78 +123330,78 @@ "type": "Identifier", "name": "value", "range": [ - 69142, - 69147 + 68228, + 68233 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 44 }, "end": { - "line": 2307, + "line": 2282, "column": 49 } } } ], "range": [ - 69134, - 69148 + 68220, + 68234 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 36 }, "end": { - "line": 2307, + "line": 2282, "column": 50 } } }, "range": [ - 69117, - 69148 + 68203, + 68234 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 19 }, "end": { - "line": 2307, + "line": 2282, "column": 50 } } }, "range": [ - 69110, - 69149 + 68196, + 68235 ], "loc": { "start": { - "line": 2307, + "line": 2282, "column": 12 }, "end": { - "line": 2307, + "line": 2282, "column": 51 } } } ], "range": [ - 69096, - 69159 + 68182, + 68245 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 51 }, "end": { - "line": 2308, + "line": 2283, "column": 9 } } @@ -125004,16 +123416,16 @@ "object": { "type": "ThisExpression", "range": [ - 69177, - 69181 + 68263, + 68267 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 17 }, "end": { - "line": 2309, + "line": 2284, "column": 21 } } @@ -125022,31 +123434,31 @@ "type": "Identifier", "name": "hasType", "range": [ - 69182, - 69189 + 68268, + 68275 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 22 }, "end": { - "line": 2309, + "line": 2284, "column": 29 } } }, "range": [ - 69177, - 69189 + 68263, + 68275 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 17 }, "end": { - "line": 2309, + "line": 2284, "column": 29 } } @@ -125056,16 +123468,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69190, - 69198 + 68276, + 68284 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 30 }, "end": { - "line": 2309, + "line": 2284, "column": 38 } } @@ -125077,48 +123489,48 @@ "type": "Identifier", "name": "DATE", "range": [ - 69201, - 69205 + 68287, + 68291 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 41 }, "end": { - "line": 2309, + "line": 2284, "column": 45 } } } ], "range": [ - 69200, - 69206 + 68286, + 68292 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 40 }, "end": { - "line": 2309, + "line": 2284, "column": 46 } } } ], "range": [ - 69177, - 69207 + 68263, + 68293 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 17 }, "end": { - "line": 2309, + "line": 2284, "column": 47 } } @@ -125135,16 +123547,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 69226, - 69234 + 68312, + 68320 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 16 }, "end": { - "line": 2310, + "line": 2285, "column": 24 } } @@ -125158,16 +123570,16 @@ "object": { "type": "ThisExpression", "range": [ - 69237, - 69241 + 68323, + 68327 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 27 }, "end": { - "line": 2310, + "line": 2285, "column": 31 } } @@ -125176,31 +123588,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 69242, - 69245 + 68328, + 68331 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 32 }, "end": { - "line": 2310, + "line": 2285, "column": 35 } } }, "range": [ - 69237, - 69245 + 68323, + 68331 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 27 }, "end": { - "line": 2310, + "line": 2285, "column": 35 } } @@ -125209,46 +123621,46 @@ "type": "Identifier", "name": "dateType", "range": [ - 69246, - 69254 + 68332, + 68340 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 36 }, "end": { - "line": 2310, + "line": 2285, "column": 44 } } }, "range": [ - 69237, - 69254 + 68323, + 68340 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 27 }, "end": { - "line": 2310, + "line": 2285, "column": 44 } } }, "range": [ - 69226, - 69254 + 68312, + 68340 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 16 }, "end": { - "line": 2310, + "line": 2285, "column": 44 } } @@ -125256,16 +123668,16 @@ ], "kind": "let", "range": [ - 69222, - 69255 + 68308, + 68341 ], "loc": { "start": { - "line": 2310, + "line": 2285, "column": 12 }, "end": { - "line": 2310, + "line": 2285, "column": 45 } } @@ -125279,16 +123691,16 @@ "type": "Identifier", "name": "locale", "range": [ - 69272, - 69278 + 68358, + 68364 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 16 }, "end": { - "line": 2311, + "line": 2286, "column": 22 } } @@ -125308,16 +123720,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 69281, - 69289 + 68367, + 68375 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 25 }, "end": { - "line": 2311, + "line": 2286, "column": 33 } } @@ -125326,31 +123738,31 @@ "type": "Identifier", "name": "getOptions", "range": [ - 69290, - 69300 + 68376, + 68386 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 34 }, "end": { - "line": 2311, + "line": 2286, "column": 44 } } }, "range": [ - 69281, - 69300 + 68367, + 68386 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 25 }, "end": { - "line": 2311, + "line": 2286, "column": 44 } } @@ -125360,32 +123772,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 69301, - 69309 + 68387, + 68395 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 45 }, "end": { - "line": 2311, + "line": 2286, "column": 53 } } } ], "range": [ - 69281, - 69310 + 68367, + 68396 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 25 }, "end": { - "line": 2311, + "line": 2286, "column": 54 } } @@ -125394,31 +123806,31 @@ "type": "Identifier", "name": "locale", "range": [ - 69311, - 69317 + 68397, + 68403 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 55 }, "end": { - "line": 2311, + "line": 2286, "column": 61 } } }, "range": [ - 69281, - 69317 + 68367, + 68403 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 25 }, "end": { - "line": 2311, + "line": 2286, "column": 61 } } @@ -125429,16 +123841,16 @@ "object": { "type": "ThisExpression", "range": [ - 69321, - 69325 + 68407, + 68411 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 65 }, "end": { - "line": 2311, + "line": 2286, "column": 69 } } @@ -125447,61 +123859,61 @@ "type": "Identifier", "name": "locale", "range": [ - 69326, - 69332 + 68412, + 68418 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 70 }, "end": { - "line": 2311, + "line": 2286, "column": 76 } } }, "range": [ - 69321, - 69332 + 68407, + 68418 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 65 }, "end": { - "line": 2311, + "line": 2286, "column": 76 } } }, "range": [ - 69281, - 69332 + 68367, + 68418 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 25 }, "end": { - "line": 2311, + "line": 2286, "column": 76 } } }, "range": [ - 69272, - 69332 + 68358, + 68418 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 16 }, "end": { - "line": 2311, + "line": 2286, "column": 76 } } @@ -125509,16 +123921,16 @@ ], "kind": "let", "range": [ - 69268, - 69333 + 68354, + 68419 ], "loc": { "start": { - "line": 2311, + "line": 2286, "column": 12 }, "end": { - "line": 2311, + "line": 2286, "column": 77 } } @@ -125534,16 +123946,16 @@ "type": "Identifier", "name": "dateType", "range": [ - 69353, - 69361 + 68439, + 68447 ], "loc": { "start": { - "line": 2312, + "line": 2287, "column": 19 }, "end": { - "line": 2312, + "line": 2287, "column": 27 } } @@ -125552,31 +123964,31 @@ "type": "Identifier", "name": "parse", "range": [ - 69362, - 69367 + 68448, + 68453 ], "loc": { "start": { - "line": 2312, + "line": 2287, "column": 28 }, "end": { - "line": 2312, + "line": 2287, "column": 33 } } }, "range": [ - 69353, - 69367 + 68439, + 68453 ], "loc": { "start": { - "line": 2312, + "line": 2287, "column": 19 }, "end": { - "line": 2312, + "line": 2287, "column": 33 } } @@ -125586,16 +123998,16 @@ "type": "Identifier", "name": "value", "range": [ - 69368, - 69373 + 68454, + 68459 ], "loc": { "start": { - "line": 2312, + "line": 2287, "column": 34 }, "end": { - "line": 2312, + "line": 2287, "column": 39 } } @@ -125604,109 +124016,109 @@ "type": "Identifier", "name": "locale", "range": [ - 69375, - 69381 + 68461, + 68467 ], "loc": { "start": { - "line": 2312, + "line": 2287, "column": 41 }, "end": { - "line": 2312, + "line": 2287, "column": 47 } } } ], "range": [ - 69353, - 69382 + 68439, + 68468 ], "loc": { "start": { - "line": 2312, + "line": 2287, "column": 19 }, "end": { - "line": 2312, + "line": 2287, "column": 48 } } }, "range": [ - 69346, - 69383 + 68432, + 68469 ], "loc": { "start": { - "line": 2312, + "line": 2287, "column": 12 }, "end": { - "line": 2312, + "line": 2287, "column": 49 } } } ], "range": [ - 69208, - 69393 + 68294, + 68479 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 48 }, "end": { - "line": 2313, + "line": 2288, "column": 9 } } }, "alternate": null, "range": [ - 69173, - 69393 + 68259, + 68479 ], "loc": { "start": { - "line": 2309, + "line": 2284, "column": 13 }, "end": { - "line": 2313, + "line": 2288, "column": 9 } } }, "range": [ - 69058, - 69393 + 68144, + 68479 ], "loc": { "start": { - "line": 2306, + "line": 2281, "column": 13 }, "end": { - "line": 2313, + "line": 2288, "column": 9 } } }, "range": [ - 68731, - 69393 + 67817, + 68479 ], "loc": { "start": { - "line": 2298, + "line": 2273, "column": 8 }, "end": { - "line": 2313, + "line": 2288, "column": 9 } } @@ -125717,47 +124129,47 @@ "type": "Identifier", "name": "value", "range": [ - 69410, - 69415 + 68496, + 68501 ], "loc": { "start": { - "line": 2315, + "line": 2290, "column": 15 }, "end": { - "line": 2315, + "line": 2290, "column": 20 } } }, "range": [ - 69403, - 69416 + 68489, + 68502 ], "loc": { "start": { - "line": 2315, + "line": 2290, "column": 8 }, "end": { - "line": 2315, + "line": 2290, "column": 21 } } } ], "range": [ - 68636, - 69422 + 67722, + 68508 ], "loc": { "start": { - "line": 2294, + "line": 2269, "column": 22 }, "end": { - "line": 2316, + "line": 2291, "column": 5 } } @@ -125765,16 +124177,16 @@ "generator": false, "expression": false, "range": [ - 68629, - 69422 + 67715, + 68508 ], "loc": { "start": { - "line": 2294, + "line": 2269, "column": 15 }, "end": { - "line": 2316, + "line": 2291, "column": 5 } } @@ -125782,16 +124194,16 @@ "kind": "method", "computed": false, "range": [ - 68618, - 69422 + 67704, + 68508 ], "loc": { "start": { - "line": 2294, + "line": 2269, "column": 4 }, "end": { - "line": 2316, + "line": 2291, "column": 5 } }, @@ -125800,16 +124212,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": [ - 68433, - 68613 + 67519, + 67699 ], "loc": { "start": { - "line": 2289, + "line": 2264, "column": 4 }, "end": { - "line": 2293, + "line": 2268, "column": 7 } } @@ -125818,18 +124230,18 @@ "trailingComments": [ { "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 * @returns {Array}\n ", + "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": [ - 69428, - 69809 + 68514, + 68894 ], "loc": { "start": { - "line": 2318, + "line": 2293, "column": 4 }, "end": { - "line": 2328, + "line": 2303, "column": 7 } } @@ -125843,16 +124255,16 @@ "type": "Identifier", "name": "getData", "range": [ - 69814, - 69821 + 68899, + 68906 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 4 }, "end": { - "line": 2329, + "line": 2304, "column": 11 } } @@ -125867,16 +124279,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69822, - 69836 + 68907, + 68921 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 12 }, "end": { - "line": 2329, + "line": 2304, "column": 26 } } @@ -125886,31 +124298,31 @@ "value": false, "raw": "false", "range": [ - 69839, - 69844 + 68924, + 68929 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 29 }, "end": { - "line": 2329, + "line": 2304, "column": 34 } } }, "range": [ - 69822, - 69844 + 68907, + 68929 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 12 }, "end": { - "line": 2329, + "line": 2304, "column": 34 } } @@ -125921,16 +124333,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69846, - 69863 + 68931, + 68948 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 36 }, "end": { - "line": 2329, + "line": 2304, "column": 53 } } @@ -125940,31 +124352,31 @@ "value": false, "raw": "false", "range": [ - 69866, - 69871 + 68951, + 68956 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 56 }, "end": { - "line": 2329, + "line": 2304, "column": 61 } } }, "range": [ - 69846, - 69871 + 68931, + 68956 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 36 }, "end": { - "line": 2329, + "line": 2304, "column": 61 } } @@ -125983,16 +124395,16 @@ "object": { "type": "ThisExpression", "range": [ - 69890, - 69894 + 68975, + 68979 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 15 }, "end": { - "line": 2330, + "line": 2305, "column": 19 } } @@ -126001,31 +124413,31 @@ "type": "Identifier", "name": "getTableData", "range": [ - 69895, - 69907 + 68980, + 68992 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 20 }, "end": { - "line": 2330, + "line": 2305, "column": 32 } } }, "range": [ - 69890, - 69907 + 68975, + 68992 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 15 }, "end": { - "line": 2330, + "line": 2305, "column": 32 } } @@ -126035,16 +124447,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 69908, - 69922 + 68993, + 69007 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 33 }, "end": { - "line": 2330, + "line": 2305, "column": 47 } } @@ -126053,16 +124465,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 69924, - 69941 + 69009, + 69026 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 49 }, "end": { - "line": 2330, + "line": 2305, "column": 66 } } @@ -126072,63 +124484,63 @@ "value": true, "raw": "true", "range": [ - 69943, - 69947 + 69028, + 69032 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 68 }, "end": { - "line": 2330, + "line": 2305, "column": 72 } } } ], "range": [ - 69890, - 69948 + 68975, + 69033 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 15 }, "end": { - "line": 2330, + "line": 2305, "column": 73 } } }, "range": [ - 69883, - 69949 + 68968, + 69034 ], "loc": { "start": { - "line": 2330, + "line": 2305, "column": 8 }, "end": { - "line": 2330, + "line": 2305, "column": 74 } } } ], "range": [ - 69873, - 69955 + 68958, + 69040 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 63 }, "end": { - "line": 2331, + "line": 2306, "column": 5 } } @@ -126136,16 +124548,16 @@ "generator": false, "expression": false, "range": [ - 69821, - 69955 + 68906, + 69040 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 11 }, "end": { - "line": 2331, + "line": 2306, "column": 5 } } @@ -126153,34 +124565,34 @@ "kind": "method", "computed": false, "range": [ - 69814, - 69955 + 68899, + 69040 ], "loc": { "start": { - "line": 2329, + "line": 2304, "column": 4 }, "end": { - "line": 2331, + "line": 2306, "column": 5 } }, "leadingComments": [ { "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 * @returns {Array}\n ", + "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": [ - 69428, - 69809 + 68514, + 68894 ], "loc": { "start": { - "line": 2318, + "line": 2293, "column": 4 }, "end": { - "line": 2328, + "line": 2303, "column": 7 } } @@ -126189,18 +124601,18 @@ "trailingComments": [ { "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 * @returns {Array}\n ", + "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": [ - 69961, - 70298 + 69046, + 69382 ], "loc": { "start": { - "line": 2333, + "line": 2308, "column": 4 }, "end": { - "line": 2342, + "line": 2317, "column": 7 } } @@ -126214,16 +124626,16 @@ "type": "Identifier", "name": "getValues", "range": [ - 70303, - 70312 + 69387, + 69396 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 4 }, "end": { - "line": 2343, + "line": 2318, "column": 13 } } @@ -126238,16 +124650,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70313, - 70327 + 69397, + 69411 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 14 }, "end": { - "line": 2343, + "line": 2318, "column": 28 } } @@ -126257,31 +124669,31 @@ "value": false, "raw": "false", "range": [ - 70330, - 70335 + 69414, + 69419 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 31 }, "end": { - "line": 2343, + "line": 2318, "column": 36 } } }, "range": [ - 70313, - 70335 + 69397, + 69419 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 14 }, "end": { - "line": 2343, + "line": 2318, "column": 36 } } @@ -126292,16 +124704,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70337, - 70354 + 69421, + 69438 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 38 }, "end": { - "line": 2343, + "line": 2318, "column": 55 } } @@ -126311,31 +124723,31 @@ "value": false, "raw": "false", "range": [ - 70357, - 70362 + 69441, + 69446 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 58 }, "end": { - "line": 2343, + "line": 2318, "column": 63 } } }, "range": [ - 70337, - 70362 + 69421, + 69446 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 38 }, "end": { - "line": 2343, + "line": 2318, "column": 63 } } @@ -126354,16 +124766,16 @@ "object": { "type": "ThisExpression", "range": [ - 70381, - 70385 + 69465, + 69469 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 15 }, "end": { - "line": 2344, + "line": 2319, "column": 19 } } @@ -126372,31 +124784,31 @@ "type": "Identifier", "name": "getTableData", "range": [ - 70386, - 70398 + 69470, + 69482 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 20 }, "end": { - "line": 2344, + "line": 2319, "column": 32 } } }, "range": [ - 70381, - 70398 + 69465, + 69482 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 15 }, "end": { - "line": 2344, + "line": 2319, "column": 32 } } @@ -126406,16 +124818,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70399, - 70413 + 69483, + 69497 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 33 }, "end": { - "line": 2344, + "line": 2319, "column": 47 } } @@ -126424,16 +124836,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70415, - 70432 + 69499, + 69516 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 49 }, "end": { - "line": 2344, + "line": 2319, "column": 66 } } @@ -126443,63 +124855,63 @@ "value": false, "raw": "false", "range": [ - 70434, - 70439 + 69518, + 69523 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 68 }, "end": { - "line": 2344, + "line": 2319, "column": 73 } } } ], "range": [ - 70381, - 70440 + 69465, + 69524 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 15 }, "end": { - "line": 2344, + "line": 2319, "column": 74 } } }, "range": [ - 70374, - 70441 + 69458, + 69525 ], "loc": { "start": { - "line": 2344, + "line": 2319, "column": 8 }, "end": { - "line": 2344, + "line": 2319, "column": 75 } } } ], "range": [ - 70364, - 70447 + 69448, + 69531 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 65 }, "end": { - "line": 2345, + "line": 2320, "column": 5 } } @@ -126507,16 +124919,16 @@ "generator": false, "expression": false, "range": [ - 70312, - 70447 + 69396, + 69531 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 13 }, "end": { - "line": 2345, + "line": 2320, "column": 5 } } @@ -126524,34 +124936,34 @@ "kind": "method", "computed": false, "range": [ - 70303, - 70447 + 69387, + 69531 ], "loc": { "start": { - "line": 2343, + "line": 2318, "column": 4 }, "end": { - "line": 2345, + "line": 2320, "column": 5 } }, "leadingComments": [ { "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 * @returns {Array}\n ", + "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": [ - 69961, - 70298 + 69046, + 69382 ], "loc": { "start": { - "line": 2333, + "line": 2308, "column": 4 }, "end": { - "line": 2342, + "line": 2317, "column": 7 } } @@ -126562,16 +124974,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": [ - 70453, - 70928 + 69537, + 70012 ], "loc": { "start": { - "line": 2347, + "line": 2322, "column": 4 }, "end": { - "line": 2360, + "line": 2335, "column": 7 } } @@ -126585,16 +124997,16 @@ "type": "Identifier", "name": "getTableData", "range": [ - 70933, - 70945 + 70017, + 70029 ], "loc": { "start": { - "line": 2361, + "line": 2336, "column": 4 }, "end": { - "line": 2361, + "line": 2336, "column": 16 } } @@ -126609,16 +125021,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 70955, - 70969 + 70039, + 70053 ], "loc": { "start": { - "line": 2362, + "line": 2337, "column": 8 }, "end": { - "line": 2362, + "line": 2337, "column": 22 } } @@ -126628,31 +125040,31 @@ "value": false, "raw": "false", "range": [ - 70972, - 70977 + 70056, + 70061 ], "loc": { "start": { - "line": 2362, + "line": 2337, "column": 25 }, "end": { - "line": 2362, + "line": 2337, "column": 30 } } }, "range": [ - 70955, - 70977 + 70039, + 70061 ], "loc": { "start": { - "line": 2362, + "line": 2337, "column": 8 }, "end": { - "line": 2362, + "line": 2337, "column": 30 } } @@ -126663,16 +125075,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 70987, - 71004 + 70071, + 70088 ], "loc": { "start": { - "line": 2363, + "line": 2338, "column": 8 }, "end": { - "line": 2363, + "line": 2338, "column": 25 } } @@ -126682,31 +125094,31 @@ "value": false, "raw": "false", "range": [ - 71007, - 71012 + 70091, + 70096 ], "loc": { "start": { - "line": 2363, + "line": 2338, "column": 28 }, "end": { - "line": 2363, + "line": 2338, "column": 33 } } }, "range": [ - 70987, - 71012 + 70071, + 70096 ], "loc": { "start": { - "line": 2363, + "line": 2338, "column": 8 }, "end": { - "line": 2363, + "line": 2338, "column": 33 } } @@ -126717,16 +125129,16 @@ "type": "Identifier", "name": "typed", "range": [ - 71022, - 71027 + 70106, + 70111 ], "loc": { "start": { - "line": 2364, + "line": 2339, "column": 8 }, "end": { - "line": 2364, + "line": 2339, "column": 13 } } @@ -126736,31 +125148,31 @@ "value": false, "raw": "false", "range": [ - 71030, - 71035 + 70114, + 70119 ], "loc": { "start": { - "line": 2364, + "line": 2339, "column": 16 }, "end": { - "line": 2364, + "line": 2339, "column": 21 } } }, "range": [ - 71022, - 71035 + 70106, + 70119 ], "loc": { "start": { - "line": 2364, + "line": 2339, "column": 8 }, "end": { - "line": 2364, + "line": 2339, "column": 21 } } @@ -126778,16 +125190,16 @@ "type": "Identifier", "name": "rows", "range": [ - 71056, - 71060 + 70140, + 70144 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 12 }, "end": { - "line": 2366, + "line": 2341, "column": 16 } } @@ -126803,16 +125215,16 @@ "object": { "type": "ThisExpression", "range": [ - 71063, - 71067 + 70147, + 70151 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 19 }, "end": { - "line": 2366, + "line": 2341, "column": 23 } } @@ -126821,47 +125233,47 @@ "type": "Identifier", "name": "dom", "range": [ - 71068, - 71071 + 70152, + 70155 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 24 }, "end": { - "line": 2366, + "line": 2341, "column": 27 } } }, "range": [ - 71063, - 71071 + 70147, + 70155 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 19 }, "end": { - "line": 2366, + "line": 2341, "column": 27 } } }, "arguments": [], "range": [ - 71063, - 71073 + 70147, + 70157 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 19 }, "end": { - "line": 2366, + "line": 2341, "column": 29 } } @@ -126870,46 +125282,46 @@ "type": "Identifier", "name": "rows", "range": [ - 71074, - 71078 + 70158, + 70162 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 30 }, "end": { - "line": 2366, + "line": 2341, "column": 34 } } }, "range": [ - 71063, - 71078 + 70147, + 70162 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 19 }, "end": { - "line": 2366, + "line": 2341, "column": 34 } } }, "range": [ - 71056, - 71078 + 70140, + 70162 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 12 }, "end": { - "line": 2366, + "line": 2341, "column": 34 } } @@ -126917,16 +125329,16 @@ ], "kind": "let", "range": [ - 71052, - 71079 + 70136, + 70163 ], "loc": { "start": { - "line": 2366, + "line": 2341, "column": 8 }, "end": { - "line": 2366, + "line": 2341, "column": 35 } } @@ -126940,16 +125352,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 71092, - 71098 + 70176, + 70182 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 12 }, "end": { - "line": 2367, + "line": 2342, "column": 18 } } @@ -126962,16 +125374,16 @@ "object": { "type": "ThisExpression", "range": [ - 71101, - 71105 + 70185, + 70189 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 21 }, "end": { - "line": 2367, + "line": 2342, "column": 25 } } @@ -126980,31 +125392,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 71106, - 71115 + 70190, + 70199 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 26 }, "end": { - "line": 2367, + "line": 2342, "column": 35 } } }, "range": [ - 71101, - 71115 + 70185, + 70199 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 21 }, "end": { - "line": 2367, + "line": 2342, "column": 35 } } @@ -127015,47 +125427,47 @@ "value": true, "raw": "true", "range": [ - 71116, - 71120 + 70200, + 70204 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 36 }, "end": { - "line": 2367, + "line": 2342, "column": 40 } } } ], "range": [ - 71101, - 71121 + 70185, + 70205 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 21 }, "end": { - "line": 2367, + "line": 2342, "column": 41 } } }, "range": [ - 71092, - 71121 + 70176, + 70205 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 12 }, "end": { - "line": 2367, + "line": 2342, "column": 41 } } @@ -127063,16 +125475,16 @@ ], "kind": "let", "range": [ - 71088, - 71122 + 70172, + 70206 ], "loc": { "start": { - "line": 2367, + "line": 2342, "column": 8 }, "end": { - "line": 2367, + "line": 2342, "column": 42 } } @@ -127086,16 +125498,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 71135, - 71142 + 70219, + 70226 ], "loc": { "start": { - "line": 2368, + "line": 2343, "column": 12 }, "end": { - "line": 2368, + "line": 2343, "column": 19 } } @@ -127104,31 +125516,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 71145, - 71147 + 70229, + 70231 ], "loc": { "start": { - "line": 2368, + "line": 2343, "column": 22 }, "end": { - "line": 2368, + "line": 2343, "column": 24 } } }, "range": [ - 71135, - 71147 + 70219, + 70231 ], "loc": { "start": { - "line": 2368, + "line": 2343, "column": 12 }, "end": { - "line": 2368, + "line": 2343, "column": 24 } } @@ -127136,16 +125548,16 @@ ], "kind": "let", "range": [ - 71131, - 71148 + 70215, + 70232 ], "loc": { "start": { - "line": 2368, + "line": 2343, "column": 8 }, "end": { - "line": 2368, + "line": 2343, "column": 25 } } @@ -127159,16 +125571,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 71161, - 71171 + 70245, + 70255 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 12 }, "end": { - "line": 2369, + "line": 2344, "column": 22 } } @@ -127179,16 +125591,16 @@ "type": "Identifier", "name": "typed", "range": [ - 71174, - 71179 + 70258, + 70263 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 25 }, "end": { - "line": 2369, + "line": 2344, "column": 30 } } @@ -127204,16 +125616,16 @@ "object": { "type": "ThisExpression", "range": [ - 71182, - 71186 + 70266, + 70270 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 33 }, "end": { - "line": 2369, + "line": 2344, "column": 37 } } @@ -127222,31 +125634,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 71187, - 71198 + 70271, + 70282 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 38 }, "end": { - "line": 2369, + "line": 2344, "column": 49 } } }, "range": [ - 71182, - 71198 + 70266, + 70282 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 33 }, "end": { - "line": 2369, + "line": 2344, "column": 49 } } @@ -127255,31 +125667,31 @@ "type": "Identifier", "name": "bind", "range": [ - 71199, - 71203 + 70283, + 70287 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 50 }, "end": { - "line": 2369, + "line": 2344, "column": 54 } } }, "range": [ - 71182, - 71203 + 70266, + 70287 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 33 }, "end": { - "line": 2369, + "line": 2344, "column": 54 } } @@ -127288,32 +125700,32 @@ { "type": "ThisExpression", "range": [ - 71204, - 71208 + 70288, + 70292 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 55 }, "end": { - "line": 2369, + "line": 2344, "column": 59 } } } ], "range": [ - 71182, - 71209 + 70266, + 70293 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 33 }, "end": { - "line": 2369, + "line": 2344, "column": 60 } } @@ -127329,16 +125741,16 @@ "object": { "type": "ThisExpression", "range": [ - 71224, - 71228 + 70308, + 70312 ], "loc": { "start": { - "line": 2370, + "line": 2345, "column": 12 }, "end": { - "line": 2370, + "line": 2345, "column": 16 } } @@ -127347,31 +125759,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 71229, - 71241 + 70313, + 70325 ], "loc": { "start": { - "line": 2370, + "line": 2345, "column": 17 }, "end": { - "line": 2370, + "line": 2345, "column": 29 } } }, "range": [ - 71224, - 71241 + 70308, + 70325 ], "loc": { "start": { - "line": 2370, + "line": 2345, "column": 12 }, "end": { - "line": 2370, + "line": 2345, "column": 29 } } @@ -127380,31 +125792,31 @@ "type": "Identifier", "name": "bind", "range": [ - 71242, - 71246 + 70326, + 70330 ], "loc": { "start": { - "line": 2370, + "line": 2345, "column": 30 }, "end": { - "line": 2370, + "line": 2345, "column": 34 } } }, "range": [ - 71224, - 71246 + 70308, + 70330 ], "loc": { "start": { - "line": 2370, + "line": 2345, "column": 12 }, "end": { - "line": 2370, + "line": 2345, "column": 34 } } @@ -127413,62 +125825,62 @@ { "type": "ThisExpression", "range": [ - 71247, - 71251 + 70331, + 70335 ], "loc": { "start": { - "line": 2370, + "line": 2345, "column": 35 }, "end": { - "line": 2370, + "line": 2345, "column": 39 } } } ], "range": [ - 71224, - 71252 + 70308, + 70336 ], "loc": { "start": { - "line": 2370, + "line": 2345, "column": 12 }, "end": { - "line": 2370, + "line": 2345, "column": 40 } } }, "range": [ - 71174, - 71252 + 70258, + 70336 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 25 }, "end": { - "line": 2370, + "line": 2345, "column": 40 } } }, "range": [ - 71161, - 71252 + 70245, + 70336 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 12 }, "end": { - "line": 2370, + "line": 2345, "column": 40 } } @@ -127476,16 +125888,16 @@ ], "kind": "let", "range": [ - 71157, - 71253 + 70241, + 70337 ], "loc": { "start": { - "line": 2369, + "line": 2344, "column": 8 }, "end": { - "line": 2370, + "line": 2345, "column": 41 } } @@ -127496,16 +125908,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 71267, - 71281 + 70351, + 70365 ], "loc": { "start": { - "line": 2372, + "line": 2347, "column": 12 }, "end": { - "line": 2372, + "line": 2347, "column": 26 } } @@ -127522,16 +125934,16 @@ "type": "Identifier", "name": "headers", "range": [ - 71301, - 71308 + 70385, + 70392 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 16 }, "end": { - "line": 2373, + "line": 2348, "column": 23 } } @@ -127544,16 +125956,16 @@ "object": { "type": "ThisExpression", "range": [ - 71311, - 71315 + 70395, + 70399 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 26 }, "end": { - "line": 2373, + "line": 2348, "column": 30 } } @@ -127562,31 +125974,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 71316, - 71330 + 70400, + 70414 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 31 }, "end": { - "line": 2373, + "line": 2348, "column": 45 } } }, "range": [ - 71311, - 71330 + 70395, + 70414 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 26 }, "end": { - "line": 2373, + "line": 2348, "column": 45 } } @@ -127596,47 +126008,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71331, - 71348 + 70415, + 70432 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 46 }, "end": { - "line": 2373, + "line": 2348, "column": 63 } } } ], "range": [ - 71311, - 71349 + 70395, + 70433 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 26 }, "end": { - "line": 2373, + "line": 2348, "column": 64 } } }, "range": [ - 71301, - 71349 + 70385, + 70433 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 16 }, "end": { - "line": 2373, + "line": 2348, "column": 64 } } @@ -127644,16 +126056,16 @@ ], "kind": "let", "range": [ - 71297, - 71350 + 70381, + 70434 ], "loc": { "start": { - "line": 2373, + "line": 2348, "column": 12 }, "end": { - "line": 2373, + "line": 2348, "column": 65 } } @@ -127669,16 +126081,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 71363, - 71370 + 70447, + 70454 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 12 }, "end": { - "line": 2374, + "line": 2349, "column": 19 } } @@ -127687,31 +126099,31 @@ "type": "Identifier", "name": "push", "range": [ - 71371, - 71375 + 70455, + 70459 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 20 }, "end": { - "line": 2374, + "line": 2349, "column": 24 } } }, "range": [ - 71363, - 71375 + 70447, + 70459 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 12 }, "end": { - "line": 2374, + "line": 2349, "column": 24 } } @@ -127728,16 +126140,16 @@ "object": { "type": "ThisExpression", "range": [ - 71377, - 71381 + 70461, + 70465 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 26 }, "end": { - "line": 2374, + "line": 2349, "column": 30 } } @@ -127746,47 +126158,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 71382, - 71400 + 70466, + 70484 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 31 }, "end": { - "line": 2374, + "line": 2349, "column": 49 } } }, "range": [ - 71377, - 71400 + 70461, + 70484 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 26 }, "end": { - "line": 2374, + "line": 2349, "column": 49 } } }, "arguments": [], "range": [ - 71377, - 71402 + 70461, + 70486 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 26 }, "end": { - "line": 2374, + "line": 2349, "column": 51 } } @@ -127795,95 +126207,95 @@ "type": "Identifier", "name": "headers", "range": [ - 71404, - 71411 + 70488, + 70495 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 53 }, "end": { - "line": 2374, + "line": 2349, "column": 60 } } } ], "range": [ - 71376, - 71412 + 70460, + 70496 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 25 }, "end": { - "line": 2374, + "line": 2349, "column": 61 } } } ], "range": [ - 71363, - 71413 + 70447, + 70497 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 12 }, "end": { - "line": 2374, + "line": 2349, "column": 62 } } }, "range": [ - 71363, - 71414 + 70447, + 70498 ], "loc": { "start": { - "line": 2374, + "line": 2349, "column": 12 }, "end": { - "line": 2374, + "line": 2349, "column": 63 } } } ], "range": [ - 71283, - 71424 + 70367, + 70508 ], "loc": { "start": { - "line": 2372, + "line": 2347, "column": 28 }, "end": { - "line": 2375, + "line": 2350, "column": 9 } } }, "alternate": null, "range": [ - 71263, - 71424 + 70347, + 70508 ], "loc": { "start": { - "line": 2372, + "line": 2347, "column": 8 }, "end": { - "line": 2375, + "line": 2350, "column": 9 } } @@ -127899,16 +126311,16 @@ "type": "Identifier", "name": "k", "range": [ - 71442, - 71443 + 70526, + 70527 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 17 }, "end": { - "line": 2376, + "line": 2351, "column": 18 } } @@ -127919,16 +126331,16 @@ "object": { "type": "ThisExpression", "range": [ - 71446, - 71450 + 70530, + 70534 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 21 }, "end": { - "line": 2376, + "line": 2351, "column": 25 } } @@ -127937,46 +126349,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 71451, - 71457 + 70535, + 70541 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 26 }, "end": { - "line": 2376, + "line": 2351, "column": 32 } } }, "range": [ - 71446, - 71457 + 70530, + 70541 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 21 }, "end": { - "line": 2376, + "line": 2351, "column": 32 } } }, "range": [ - 71442, - 71457 + 70526, + 70541 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 17 }, "end": { - "line": 2376, + "line": 2351, "column": 32 } } @@ -127984,16 +126396,16 @@ ], "kind": "let", "range": [ - 71438, - 71457 + 70522, + 70541 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 13 }, "end": { - "line": 2376, + "line": 2351, "column": 32 } } @@ -128005,16 +126417,16 @@ "type": "Identifier", "name": "k", "range": [ - 71459, - 71460 + 70543, + 70544 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 34 }, "end": { - "line": 2376, + "line": 2351, "column": 35 } } @@ -128023,31 +126435,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 71463, - 71469 + 70547, + 70553 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 38 }, "end": { - "line": 2376, + "line": 2351, "column": 44 } } }, "range": [ - 71459, - 71469 + 70543, + 70553 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 34 }, "end": { - "line": 2376, + "line": 2351, "column": 44 } } @@ -128059,32 +126471,32 @@ "type": "Identifier", "name": "k", "range": [ - 71471, - 71472 + 70555, + 70556 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 46 }, "end": { - "line": 2376, + "line": 2351, "column": 47 } } }, "prefix": false, "range": [ - 71471, - 71474 + 70555, + 70558 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 46 }, "end": { - "line": 2376, + "line": 2351, "column": 49 } } @@ -128101,16 +126513,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 71494, - 71501 + 70578, + 70585 ], "loc": { "start": { - "line": 2377, + "line": 2352, "column": 16 }, "end": { - "line": 2377, + "line": 2352, "column": 23 } } @@ -128122,16 +126534,16 @@ "type": "Identifier", "name": "k", "range": [ - 71505, - 71506 + 70589, + 70590 ], "loc": { "start": { - "line": 2377, + "line": 2352, "column": 27 }, "end": { - "line": 2377, + "line": 2352, "column": 28 } } @@ -128140,47 +126552,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 71508, - 71510 + 70592, + 70594 ], "loc": { "start": { - "line": 2377, + "line": 2352, "column": 30 }, "end": { - "line": 2377, + "line": 2352, "column": 32 } } } ], "range": [ - 71504, - 71511 + 70588, + 70595 ], "loc": { "start": { - "line": 2377, + "line": 2352, "column": 26 }, "end": { - "line": 2377, + "line": 2352, "column": 33 } } }, "range": [ - 71494, - 71511 + 70578, + 70595 ], "loc": { "start": { - "line": 2377, + "line": 2352, "column": 16 }, "end": { - "line": 2377, + "line": 2352, "column": 33 } } @@ -128188,16 +126600,16 @@ ], "kind": "let", "range": [ - 71490, - 71512 + 70574, + 70596 ], "loc": { "start": { - "line": 2377, + "line": 2352, "column": 12 }, "end": { - "line": 2377, + "line": 2352, "column": 34 } } @@ -128211,16 +126623,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71529, - 71534 + 70613, + 70618 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 16 }, "end": { - "line": 2378, + "line": 2353, "column": 21 } } @@ -128235,16 +126647,16 @@ "type": "Identifier", "name": "rows", "range": [ - 71537, - 71541 + 70621, + 70625 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 24 }, "end": { - "line": 2378, + "line": 2353, "column": 28 } } @@ -128253,31 +126665,31 @@ "type": "Identifier", "name": "k", "range": [ - 71542, - 71543 + 70626, + 70627 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 29 }, "end": { - "line": 2378, + "line": 2353, "column": 30 } } }, "range": [ - 71537, - 71544 + 70621, + 70628 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 24 }, "end": { - "line": 2378, + "line": 2353, "column": 31 } } @@ -128286,46 +126698,46 @@ "type": "Identifier", "name": "cells", "range": [ - 71545, - 71550 + 70629, + 70634 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 32 }, "end": { - "line": 2378, + "line": 2353, "column": 37 } } }, "range": [ - 71537, - 71550 + 70621, + 70634 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 24 }, "end": { - "line": 2378, + "line": 2353, "column": 37 } } }, "range": [ - 71529, - 71550 + 70613, + 70634 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 16 }, "end": { - "line": 2378, + "line": 2353, "column": 37 } } @@ -128333,16 +126745,16 @@ ], "kind": "let", "range": [ - 71525, - 71551 + 70609, + 70635 ], "loc": { "start": { - "line": 2378, + "line": 2353, "column": 12 }, "end": { - "line": 2378, + "line": 2353, "column": 38 } } @@ -128358,16 +126770,16 @@ "type": "Identifier", "name": "j", "range": [ - 71573, - 71574 + 70657, + 70658 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 21 }, "end": { - "line": 2379, + "line": 2354, "column": 22 } } @@ -128377,31 +126789,31 @@ "value": 0, "raw": "0", "range": [ - 71577, - 71578 + 70661, + 70662 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 25 }, "end": { - "line": 2379, + "line": 2354, "column": 26 } } }, "range": [ - 71573, - 71578 + 70657, + 70662 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 21 }, "end": { - "line": 2379, + "line": 2354, "column": 26 } } @@ -128412,16 +126824,16 @@ "type": "Identifier", "name": "len", "range": [ - 71580, - 71583 + 70664, + 70667 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 28 }, "end": { - "line": 2379, + "line": 2354, "column": 31 } } @@ -128433,16 +126845,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71586, - 71591 + 70670, + 70675 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 34 }, "end": { - "line": 2379, + "line": 2354, "column": 39 } } @@ -128451,46 +126863,46 @@ "type": "Identifier", "name": "length", "range": [ - 71592, - 71598 + 70676, + 70682 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 40 }, "end": { - "line": 2379, + "line": 2354, "column": 46 } } }, "range": [ - 71586, - 71598 + 70670, + 70682 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 34 }, "end": { - "line": 2379, + "line": 2354, "column": 46 } } }, "range": [ - 71580, - 71598 + 70664, + 70682 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 28 }, "end": { - "line": 2379, + "line": 2354, "column": 46 } } @@ -128498,16 +126910,16 @@ ], "kind": "let", "range": [ - 71569, - 71598 + 70653, + 70682 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 17 }, "end": { - "line": 2379, + "line": 2354, "column": 46 } } @@ -128519,16 +126931,16 @@ "type": "Identifier", "name": "j", "range": [ - 71600, - 71601 + 70684, + 70685 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 48 }, "end": { - "line": 2379, + "line": 2354, "column": 49 } } @@ -128537,31 +126949,31 @@ "type": "Identifier", "name": "len", "range": [ - 71604, - 71607 + 70688, + 70691 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 52 }, "end": { - "line": 2379, + "line": 2354, "column": 55 } } }, "range": [ - 71600, - 71607 + 70684, + 70691 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 48 }, "end": { - "line": 2379, + "line": 2354, "column": 55 } } @@ -128573,32 +126985,32 @@ "type": "Identifier", "name": "j", "range": [ - 71609, - 71610 + 70693, + 70694 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 57 }, "end": { - "line": 2379, + "line": 2354, "column": 58 } } }, "prefix": false, "range": [ - 71609, - 71612 + 70693, + 70696 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 57 }, "end": { - "line": 2379, + "line": 2354, "column": 60 } } @@ -128615,16 +127027,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 71636, - 71653 + 70720, + 70737 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 20 }, "end": { - "line": 2380, + "line": 2355, "column": 37 } } @@ -128637,16 +127049,16 @@ "object": { "type": "ThisExpression", "range": [ - 71657, - 71661 + 70741, + 70745 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 41 }, "end": { - "line": 2380, + "line": 2355, "column": 45 } } @@ -128655,31 +127067,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 71662, - 71674 + 70746, + 70758 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 46 }, "end": { - "line": 2380, + "line": 2355, "column": 58 } } }, "range": [ - 71657, - 71674 + 70741, + 70758 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 41 }, "end": { - "line": 2380, + "line": 2355, "column": 58 } } @@ -128690,47 +127102,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 71675, - 71691 + 70759, + 70775 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 59 }, "end": { - "line": 2380, + "line": 2355, "column": 75 } } } ], "range": [ - 71657, - 71692 + 70741, + 70776 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 41 }, "end": { - "line": 2380, + "line": 2355, "column": 76 } } }, "range": [ - 71636, - 71692 + 70720, + 70776 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 20 }, "end": { - "line": 2380, + "line": 2355, "column": 76 } } @@ -128753,16 +127165,16 @@ "object": { "type": "ThisExpression", "range": [ - 71720, - 71724 + 70804, + 70808 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 24 }, "end": { - "line": 2381, + "line": 2356, "column": 28 } } @@ -128771,31 +127183,31 @@ "type": "Identifier", "name": "extension", "range": [ - 71725, - 71734 + 70809, + 70818 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 29 }, "end": { - "line": 2381, + "line": 2356, "column": 38 } } }, "range": [ - 71720, - 71734 + 70804, + 70818 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 24 }, "end": { - "line": 2381, + "line": 2356, "column": 38 } } @@ -128806,32 +127218,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 71735, - 71751 + 70819, + 70835 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 39 }, "end": { - "line": 2381, + "line": 2356, "column": 55 } } } ], "range": [ - 71720, - 71752 + 70804, + 70836 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 24 }, "end": { - "line": 2381, + "line": 2356, "column": 56 } } @@ -128840,31 +127252,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 71753, - 71764 + 70837, + 70848 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 57 }, "end": { - "line": 2381, + "line": 2356, "column": 68 } } }, "range": [ - 71720, - 71764 + 70804, + 70848 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 24 }, "end": { - "line": 2381, + "line": 2356, "column": 68 } } @@ -128874,32 +127286,32 @@ "type": "Identifier", "name": "j", "range": [ - 71765, - 71766 + 70849, + 70850 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 69 }, "end": { - "line": 2381, + "line": 2356, "column": 70 } } } ], "range": [ - 71720, - 71767 + 70804, + 70851 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 24 }, "end": { - "line": 2381, + "line": 2356, "column": 71 } } @@ -128911,80 +127323,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 71795, - 71804 + 70879, + 70888 ], "loc": { "start": { - "line": 2382, + "line": 2357, "column": 24 }, "end": { - "line": 2382, + "line": 2357, "column": 33 } } } ], "range": [ - 71769, - 71826 + 70853, + 70910 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 73 }, "end": { - "line": 2383, + "line": 2358, "column": 21 } } }, "alternate": null, "range": [ - 71716, - 71826 + 70800, + 70910 ], "loc": { "start": { - "line": 2381, + "line": 2356, "column": 20 }, "end": { - "line": 2383, + "line": 2358, "column": 21 } } } ], "range": [ - 71694, - 71844 + 70778, + 70928 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 78 }, "end": { - "line": 2384, + "line": 2359, "column": 17 } } }, "alternate": null, "range": [ - 71632, - 71844 + 70716, + 70928 ], "loc": { "start": { - "line": 2380, + "line": 2355, "column": 16 }, "end": { - "line": 2384, + "line": 2359, "column": 17 } } @@ -128998,16 +127410,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 71865, - 71874 + 70949, + 70958 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 20 }, "end": { - "line": 2385, + "line": 2360, "column": 29 } } @@ -129018,16 +127430,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 71877, - 71887 + 70961, + 70971 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 32 }, "end": { - "line": 2385, + "line": 2360, "column": 42 } } @@ -129040,16 +127452,16 @@ "type": "Identifier", "name": "cells", "range": [ - 71888, - 71893 + 70972, + 70977 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 43 }, "end": { - "line": 2385, + "line": 2360, "column": 48 } } @@ -129058,62 +127470,62 @@ "type": "Identifier", "name": "j", "range": [ - 71894, - 71895 + 70978, + 70979 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 49 }, "end": { - "line": 2385, + "line": 2360, "column": 50 } } }, "range": [ - 71888, - 71896 + 70972, + 70980 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 43 }, "end": { - "line": 2385, + "line": 2360, "column": 51 } } } ], "range": [ - 71877, - 71897 + 70961, + 70981 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 32 }, "end": { - "line": 2385, + "line": 2360, "column": 52 } } }, "range": [ - 71865, - 71897 + 70949, + 70981 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 20 }, "end": { - "line": 2385, + "line": 2360, "column": 52 } } @@ -129121,16 +127533,16 @@ ], "kind": "let", "range": [ - 71861, - 71898 + 70945, + 70982 ], "loc": { "start": { - "line": 2385, + "line": 2360, "column": 16 }, "end": { - "line": 2385, + "line": 2360, "column": 53 } } @@ -129149,16 +127561,16 @@ "type": "Identifier", "name": "rowData", "range": [ - 71915, - 71922 + 70999, + 71006 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 16 }, "end": { - "line": 2386, + "line": 2361, "column": 23 } } @@ -129168,31 +127580,31 @@ "value": 1, "raw": "1", "range": [ - 71923, - 71924 + 71007, + 71008 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 24 }, "end": { - "line": 2386, + "line": 2361, "column": 25 } } }, "range": [ - 71915, - 71925 + 70999, + 71009 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 16 }, "end": { - "line": 2386, + "line": 2361, "column": 26 } } @@ -129201,31 +127613,31 @@ "type": "Identifier", "name": "push", "range": [ - 71926, - 71930 + 71010, + 71014 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 27 }, "end": { - "line": 2386, + "line": 2361, "column": 31 } } }, "range": [ - 71915, - 71930 + 70999, + 71014 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 16 }, "end": { - "line": 2386, + "line": 2361, "column": 31 } } @@ -129235,78 +127647,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 71931, - 71940 + 71015, + 71024 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 32 }, "end": { - "line": 2386, + "line": 2361, "column": 41 } } } ], "range": [ - 71915, - 71941 + 70999, + 71025 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 16 }, "end": { - "line": 2386, + "line": 2361, "column": 42 } } }, "range": [ - 71915, - 71942 + 70999, + 71026 ], "loc": { "start": { - "line": 2386, + "line": 2361, "column": 16 }, "end": { - "line": 2386, + "line": 2361, "column": 43 } } } ], "range": [ - 71614, - 71956 + 70698, + 71040 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 62 }, "end": { - "line": 2387, + "line": 2362, "column": 13 } } }, "range": [ - 71564, - 71956 + 70648, + 71040 ], "loc": { "start": { - "line": 2379, + "line": 2354, "column": 12 }, "end": { - "line": 2387, + "line": 2362, "column": 13 } } @@ -129322,16 +127734,16 @@ "type": "Identifier", "name": "tblData", "range": [ - 71969, - 71976 + 71053, + 71060 ], "loc": { "start": { - "line": 2388, + "line": 2363, "column": 12 }, "end": { - "line": 2388, + "line": 2363, "column": 19 } } @@ -129340,31 +127752,31 @@ "type": "Identifier", "name": "push", "range": [ - 71977, - 71981 + 71061, + 71065 ], "loc": { "start": { - "line": 2388, + "line": 2363, "column": 20 }, "end": { - "line": 2388, + "line": 2363, "column": 24 } } }, "range": [ - 71969, - 71981 + 71053, + 71065 ], "loc": { "start": { - "line": 2388, + "line": 2363, "column": 12 }, "end": { - "line": 2388, + "line": 2363, "column": 24 } } @@ -129374,78 +127786,78 @@ "type": "Identifier", "name": "rowData", "range": [ - 71982, - 71989 + 71066, + 71073 ], "loc": { "start": { - "line": 2388, + "line": 2363, "column": 25 }, "end": { - "line": 2388, + "line": 2363, "column": 32 } } } ], "range": [ - 71969, - 71990 + 71053, + 71074 ], "loc": { "start": { - "line": 2388, + "line": 2363, "column": 12 }, "end": { - "line": 2388, + "line": 2363, "column": 33 } } }, "range": [ - 71969, - 71991 + 71053, + 71075 ], "loc": { "start": { - "line": 2388, + "line": 2363, "column": 12 }, "end": { - "line": 2388, + "line": 2363, "column": 34 } } } ], "range": [ - 71476, - 72001 + 70560, + 71085 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 51 }, "end": { - "line": 2389, + "line": 2364, "column": 9 } } }, "range": [ - 71433, - 72001 + 70517, + 71085 ], "loc": { "start": { - "line": 2376, + "line": 2351, "column": 8 }, "end": { - "line": 2389, + "line": 2364, "column": 9 } } @@ -129456,47 +127868,47 @@ "type": "Identifier", "name": "tblData", "range": [ - 72017, - 72024 + 71101, + 71108 ], "loc": { "start": { - "line": 2390, + "line": 2365, "column": 15 }, "end": { - "line": 2390, + "line": 2365, "column": 22 } } }, "range": [ - 72010, - 72025 + 71094, + 71109 ], "loc": { "start": { - "line": 2390, + "line": 2365, "column": 8 }, "end": { - "line": 2390, + "line": 2365, "column": 23 } } } ], "range": [ - 71042, - 72031 + 70126, + 71115 ], "loc": { "start": { - "line": 2365, + "line": 2340, "column": 6 }, "end": { - "line": 2391, + "line": 2366, "column": 5 } } @@ -129504,16 +127916,16 @@ "generator": false, "expression": false, "range": [ - 70945, - 72031 + 70029, + 71115 ], "loc": { "start": { - "line": 2361, + "line": 2336, "column": 16 }, "end": { - "line": 2391, + "line": 2366, "column": 5 } } @@ -129521,16 +127933,16 @@ "kind": "method", "computed": false, "range": [ - 70933, - 72031 + 70017, + 71115 ], "loc": { "start": { - "line": 2361, + "line": 2336, "column": 4 }, "end": { - "line": 2391, + "line": 2366, "column": 5 } }, @@ -129539,16 +127951,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": [ - 70453, - 70928 + 69537, + 70012 ], "loc": { "start": { - "line": 2347, + "line": 2322, "column": 4 }, "end": { - "line": 2360, + "line": 2335, "column": 7 } } @@ -129559,16 +127971,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": [ - 72037, - 72493 + 71121, + 71577 ], "loc": { "start": { - "line": 2393, + "line": 2368, "column": 4 }, "end": { - "line": 2405, + "line": 2380, "column": 7 } } @@ -129582,16 +127994,16 @@ "type": "Identifier", "name": "getFilteredData", "range": [ - 72498, - 72513 + 71582, + 71597 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 4 }, "end": { - "line": 2406, + "line": 2381, "column": 19 } } @@ -129606,16 +128018,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72514, - 72528 + 71598, + 71612 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 20 }, "end": { - "line": 2406, + "line": 2381, "column": 34 } } @@ -129625,31 +128037,31 @@ "value": false, "raw": "false", "range": [ - 72531, - 72536 + 71615, + 71620 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 37 }, "end": { - "line": 2406, + "line": 2381, "column": 42 } } }, "range": [ - 72514, - 72536 + 71598, + 71620 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 20 }, "end": { - "line": 2406, + "line": 2381, "column": 42 } } @@ -129660,16 +128072,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 72538, - 72555 + 71622, + 71639 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 44 }, "end": { - "line": 2406, + "line": 2381, "column": 61 } } @@ -129679,31 +128091,31 @@ "value": false, "raw": "false", "range": [ - 72558, - 72563 + 71642, + 71647 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 64 }, "end": { - "line": 2406, + "line": 2381, "column": 69 } } }, "range": [ - 72538, - 72563 + 71622, + 71647 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 44 }, "end": { - "line": 2406, + "line": 2381, "column": 69 } } @@ -129722,16 +128134,16 @@ "object": { "type": "ThisExpression", "range": [ - 72582, - 72586 + 71666, + 71670 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 15 }, "end": { - "line": 2407, + "line": 2382, "column": 19 } } @@ -129740,31 +128152,31 @@ "type": "Identifier", "name": "filteredData", "range": [ - 72587, - 72599 + 71671, + 71683 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 20 }, "end": { - "line": 2407, + "line": 2382, "column": 32 } } }, "range": [ - 72582, - 72599 + 71666, + 71683 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 15 }, "end": { - "line": 2407, + "line": 2382, "column": 32 } } @@ -129774,16 +128186,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 72600, - 72614 + 71684, + 71698 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 33 }, "end": { - "line": 2407, + "line": 2382, "column": 47 } } @@ -129792,16 +128204,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 72616, - 72633 + 71700, + 71717 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 49 }, "end": { - "line": 2407, + "line": 2382, "column": 66 } } @@ -129811,63 +128223,63 @@ "value": true, "raw": "true", "range": [ - 72635, - 72639 + 71719, + 71723 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 68 }, "end": { - "line": 2407, + "line": 2382, "column": 72 } } } ], "range": [ - 72582, - 72640 + 71666, + 71724 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 15 }, "end": { - "line": 2407, + "line": 2382, "column": 73 } } }, "range": [ - 72575, - 72641 + 71659, + 71725 ], "loc": { "start": { - "line": 2407, + "line": 2382, "column": 8 }, "end": { - "line": 2407, + "line": 2382, "column": 74 } } } ], "range": [ - 72565, - 72647 + 71649, + 71731 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 71 }, "end": { - "line": 2408, + "line": 2383, "column": 5 } } @@ -129875,16 +128287,16 @@ "generator": false, "expression": false, "range": [ - 72513, - 72647 + 71597, + 71731 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 19 }, "end": { - "line": 2408, + "line": 2383, "column": 5 } } @@ -129892,16 +128304,16 @@ "kind": "method", "computed": false, "range": [ - 72498, - 72647 + 71582, + 71731 ], "loc": { "start": { - "line": 2406, + "line": 2381, "column": 4 }, "end": { - "line": 2408, + "line": 2383, "column": 5 } }, @@ -129910,16 +128322,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": [ - 72037, - 72493 + 71121, + 71577 ], "loc": { "start": { - "line": 2393, + "line": 2368, "column": 4 }, "end": { - "line": 2405, + "line": 2380, "column": 7 } } @@ -129930,16 +128342,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": [ - 72653, - 73065 + 71737, + 72149 ], "loc": { "start": { - "line": 2410, + "line": 2385, "column": 4 }, "end": { - "line": 2421, + "line": 2396, "column": 7 } } @@ -129953,16 +128365,16 @@ "type": "Identifier", "name": "getFilteredValues", "range": [ - 73070, - 73087 + 72154, + 72171 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 4 }, "end": { - "line": 2422, + "line": 2397, "column": 21 } } @@ -129977,16 +128389,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 73088, - 73102 + 72172, + 72186 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 22 }, "end": { - "line": 2422, + "line": 2397, "column": 36 } } @@ -129996,31 +128408,31 @@ "value": false, "raw": "false", "range": [ - 73105, - 73110 + 72189, + 72194 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 39 }, "end": { - "line": 2422, + "line": 2397, "column": 44 } } }, "range": [ - 73088, - 73110 + 72172, + 72194 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 22 }, "end": { - "line": 2422, + "line": 2397, "column": 44 } } @@ -130031,16 +128443,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 73112, - 73129 + 72196, + 72213 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 46 }, "end": { - "line": 2422, + "line": 2397, "column": 63 } } @@ -130050,31 +128462,31 @@ "value": false, "raw": "false", "range": [ - 73132, - 73137 + 72216, + 72221 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 66 }, "end": { - "line": 2422, + "line": 2397, "column": 71 } } }, "range": [ - 73112, - 73137 + 72196, + 72221 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 46 }, "end": { - "line": 2422, + "line": 2397, "column": 71 } } @@ -130093,16 +128505,16 @@ "object": { "type": "ThisExpression", "range": [ - 73156, - 73160 + 72240, + 72244 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 15 }, "end": { - "line": 2423, + "line": 2398, "column": 19 } } @@ -130111,31 +128523,31 @@ "type": "Identifier", "name": "filteredData", "range": [ - 73161, - 73173 + 72245, + 72257 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 20 }, "end": { - "line": 2423, + "line": 2398, "column": 32 } } }, "range": [ - 73156, - 73173 + 72240, + 72257 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 15 }, "end": { - "line": 2423, + "line": 2398, "column": 32 } } @@ -130145,16 +128557,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 73174, - 73188 + 72258, + 72272 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 33 }, "end": { - "line": 2423, + "line": 2398, "column": 47 } } @@ -130163,16 +128575,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 73190, - 73207 + 72274, + 72291 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 49 }, "end": { - "line": 2423, + "line": 2398, "column": 66 } } @@ -130182,63 +128594,63 @@ "value": false, "raw": "false", "range": [ - 73209, - 73214 + 72293, + 72298 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 68 }, "end": { - "line": 2423, + "line": 2398, "column": 73 } } } ], "range": [ - 73156, - 73215 + 72240, + 72299 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 15 }, "end": { - "line": 2423, + "line": 2398, "column": 74 } } }, "range": [ - 73149, - 73216 + 72233, + 72300 ], "loc": { "start": { - "line": 2423, + "line": 2398, "column": 8 }, "end": { - "line": 2423, + "line": 2398, "column": 75 } } } ], "range": [ - 73139, - 73222 + 72223, + 72306 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 73 }, "end": { - "line": 2424, + "line": 2399, "column": 5 } } @@ -130246,16 +128658,16 @@ "generator": false, "expression": false, "range": [ - 73087, - 73222 + 72171, + 72306 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 21 }, "end": { - "line": 2424, + "line": 2399, "column": 5 } } @@ -130263,16 +128675,16 @@ "kind": "method", "computed": false, "range": [ - 73070, - 73222 + 72154, + 72306 ], "loc": { "start": { - "line": 2422, + "line": 2397, "column": 4 }, "end": { - "line": 2424, + "line": 2399, "column": 5 } }, @@ -130281,16 +128693,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": [ - 72653, - 73065 + 71737, + 72149 ], "loc": { "start": { - "line": 2410, + "line": 2385, "column": 4 }, "end": { - "line": 2421, + "line": 2396, "column": 7 } } @@ -130301,16 +128713,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": [ - 73228, - 73706 + 72312, + 72790 ], "loc": { "start": { - "line": 2426, + "line": 2401, "column": 4 }, "end": { - "line": 2439, + "line": 2414, "column": 7 } } @@ -130324,16 +128736,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 73711, - 73723 + 72795, + 72807 ], "loc": { "start": { - "line": 2440, + "line": 2415, "column": 4 }, "end": { - "line": 2440, + "line": 2415, "column": 16 } } @@ -130348,16 +128760,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 73733, - 73747 + 72817, + 72831 ], "loc": { "start": { - "line": 2441, + "line": 2416, "column": 8 }, "end": { - "line": 2441, + "line": 2416, "column": 22 } } @@ -130367,31 +128779,31 @@ "value": false, "raw": "false", "range": [ - 73750, - 73755 + 72834, + 72839 ], "loc": { "start": { - "line": 2441, + "line": 2416, "column": 25 }, "end": { - "line": 2441, + "line": 2416, "column": 30 } } }, "range": [ - 73733, - 73755 + 72817, + 72839 ], "loc": { "start": { - "line": 2441, + "line": 2416, "column": 8 }, "end": { - "line": 2441, + "line": 2416, "column": 30 } } @@ -130402,16 +128814,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 73765, - 73782 + 72849, + 72866 ], "loc": { "start": { - "line": 2442, + "line": 2417, "column": 8 }, "end": { - "line": 2442, + "line": 2417, "column": 25 } } @@ -130421,31 +128833,31 @@ "value": false, "raw": "false", "range": [ - 73785, - 73790 + 72869, + 72874 ], "loc": { "start": { - "line": 2442, + "line": 2417, "column": 28 }, "end": { - "line": 2442, + "line": 2417, "column": 33 } } }, "range": [ - 73765, - 73790 + 72849, + 72874 ], "loc": { "start": { - "line": 2442, + "line": 2417, "column": 8 }, "end": { - "line": 2442, + "line": 2417, "column": 33 } } @@ -130456,16 +128868,16 @@ "type": "Identifier", "name": "typed", "range": [ - 73800, - 73805 + 72884, + 72889 ], "loc": { "start": { - "line": 2443, + "line": 2418, "column": 8 }, "end": { - "line": 2443, + "line": 2418, "column": 13 } } @@ -130475,31 +128887,31 @@ "value": false, "raw": "false", "range": [ - 73808, - 73813 + 72892, + 72897 ], "loc": { "start": { - "line": 2443, + "line": 2418, "column": 16 }, "end": { - "line": 2443, + "line": 2418, "column": 21 } } }, "range": [ - 73800, - 73813 + 72884, + 72897 ], "loc": { "start": { - "line": 2443, + "line": 2418, "column": 8 }, "end": { - "line": 2443, + "line": 2418, "column": 21 } } @@ -130522,16 +128934,16 @@ "object": { "type": "ThisExpression", "range": [ - 73834, - 73838 + 72918, + 72922 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 12 }, "end": { - "line": 2445, + "line": 2420, "column": 16 } } @@ -130540,31 +128952,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 73839, - 73853 + 72923, + 72937 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 17 }, "end": { - "line": 2445, + "line": 2420, "column": 31 } } }, "range": [ - 73834, - 73853 + 72918, + 72937 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 12 }, "end": { - "line": 2445, + "line": 2420, "column": 31 } } @@ -130573,31 +128985,31 @@ "type": "Identifier", "name": "length", "range": [ - 73854, - 73860 + 72938, + 72944 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 32 }, "end": { - "line": 2445, + "line": 2420, "column": 38 } } }, "range": [ - 73834, - 73860 + 72918, + 72944 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 12 }, "end": { - "line": 2445, + "line": 2420, "column": 38 } } @@ -130607,31 +129019,31 @@ "value": 0, "raw": "0", "range": [ - 73865, - 73866 + 72949, + 72950 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 43 }, "end": { - "line": 2445, + "line": 2420, "column": 44 } } }, "range": [ - 73834, - 73866 + 72918, + 72950 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 12 }, "end": { - "line": 2445, + "line": 2420, "column": 44 } } @@ -130645,63 +129057,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 73889, - 73891 + 72973, + 72975 ], "loc": { "start": { - "line": 2446, + "line": 2421, "column": 19 }, "end": { - "line": 2446, + "line": 2421, "column": 21 } } }, "range": [ - 73882, - 73892 + 72966, + 72976 ], "loc": { "start": { - "line": 2446, + "line": 2421, "column": 12 }, "end": { - "line": 2446, + "line": 2421, "column": 22 } } } ], "range": [ - 73868, - 73902 + 72952, + 72986 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 46 }, "end": { - "line": 2447, + "line": 2422, "column": 9 } } }, "alternate": null, "range": [ - 73830, - 73902 + 72914, + 72986 ], "loc": { "start": { - "line": 2445, + "line": 2420, "column": 8 }, "end": { - "line": 2447, + "line": 2422, "column": 9 } } @@ -130715,16 +129127,16 @@ "type": "Identifier", "name": "rows", "range": [ - 73915, - 73919 + 72999, + 73003 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 12 }, "end": { - "line": 2448, + "line": 2423, "column": 16 } } @@ -130740,16 +129152,16 @@ "object": { "type": "ThisExpression", "range": [ - 73922, - 73926 + 73006, + 73010 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 19 }, "end": { - "line": 2448, + "line": 2423, "column": 23 } } @@ -130758,47 +129170,47 @@ "type": "Identifier", "name": "dom", "range": [ - 73927, - 73930 + 73011, + 73014 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 24 }, "end": { - "line": 2448, + "line": 2423, "column": 27 } } }, "range": [ - 73922, - 73930 + 73006, + 73014 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 19 }, "end": { - "line": 2448, + "line": 2423, "column": 27 } } }, "arguments": [], "range": [ - 73922, - 73932 + 73006, + 73016 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 19 }, "end": { - "line": 2448, + "line": 2423, "column": 29 } } @@ -130807,46 +129219,46 @@ "type": "Identifier", "name": "rows", "range": [ - 73933, - 73937 + 73017, + 73021 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 30 }, "end": { - "line": 2448, + "line": 2423, "column": 34 } } }, "range": [ - 73922, - 73937 + 73006, + 73021 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 19 }, "end": { - "line": 2448, + "line": 2423, "column": 34 } } }, "range": [ - 73915, - 73937 + 72999, + 73021 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 12 }, "end": { - "line": 2448, + "line": 2423, "column": 34 } } @@ -130857,16 +129269,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 73951, - 73963 + 73035, + 73047 ], "loc": { "start": { - "line": 2449, + "line": 2424, "column": 12 }, "end": { - "line": 2449, + "line": 2424, "column": 24 } } @@ -130875,31 +129287,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 73966, - 73968 + 73050, + 73052 ], "loc": { "start": { - "line": 2449, + "line": 2424, "column": 27 }, "end": { - "line": 2449, + "line": 2424, "column": 29 } } }, "range": [ - 73951, - 73968 + 73035, + 73052 ], "loc": { "start": { - "line": 2449, + "line": 2424, "column": 12 }, "end": { - "line": 2449, + "line": 2424, "column": 29 } } @@ -130907,16 +129319,16 @@ ], "kind": "let", "range": [ - 73911, - 73969 + 72995, + 73053 ], "loc": { "start": { - "line": 2448, + "line": 2423, "column": 8 }, "end": { - "line": 2449, + "line": 2424, "column": 30 } } @@ -130930,16 +129342,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 73982, - 73992 + 73066, + 73076 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 12 }, "end": { - "line": 2450, + "line": 2425, "column": 22 } } @@ -130950,16 +129362,16 @@ "type": "Identifier", "name": "typed", "range": [ - 73995, - 74000 + 73079, + 73084 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 25 }, "end": { - "line": 2450, + "line": 2425, "column": 30 } } @@ -130975,16 +129387,16 @@ "object": { "type": "ThisExpression", "range": [ - 74003, - 74007 + 73087, + 73091 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 33 }, "end": { - "line": 2450, + "line": 2425, "column": 37 } } @@ -130993,31 +129405,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 74008, - 74019 + 73092, + 73103 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 38 }, "end": { - "line": 2450, + "line": 2425, "column": 49 } } }, "range": [ - 74003, - 74019 + 73087, + 73103 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 33 }, "end": { - "line": 2450, + "line": 2425, "column": 49 } } @@ -131026,31 +129438,31 @@ "type": "Identifier", "name": "bind", "range": [ - 74020, - 74024 + 73104, + 73108 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 50 }, "end": { - "line": 2450, + "line": 2425, "column": 54 } } }, "range": [ - 74003, - 74024 + 73087, + 73108 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 33 }, "end": { - "line": 2450, + "line": 2425, "column": 54 } } @@ -131059,32 +129471,32 @@ { "type": "ThisExpression", "range": [ - 74025, - 74029 + 73109, + 73113 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 55 }, "end": { - "line": 2450, + "line": 2425, "column": 59 } } } ], "range": [ - 74003, - 74030 + 73087, + 73114 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 33 }, "end": { - "line": 2450, + "line": 2425, "column": 60 } } @@ -131100,16 +129512,16 @@ "object": { "type": "ThisExpression", "range": [ - 74045, - 74049 + 73129, + 73133 ], "loc": { "start": { - "line": 2451, + "line": 2426, "column": 12 }, "end": { - "line": 2451, + "line": 2426, "column": 16 } } @@ -131118,31 +129530,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 74050, - 74062 + 73134, + 73146 ], "loc": { "start": { - "line": 2451, + "line": 2426, "column": 17 }, "end": { - "line": 2451, + "line": 2426, "column": 29 } } }, "range": [ - 74045, - 74062 + 73129, + 73146 ], "loc": { "start": { - "line": 2451, + "line": 2426, "column": 12 }, "end": { - "line": 2451, + "line": 2426, "column": 29 } } @@ -131151,31 +129563,31 @@ "type": "Identifier", "name": "bind", "range": [ - 74063, - 74067 + 73147, + 73151 ], "loc": { "start": { - "line": 2451, + "line": 2426, "column": 30 }, "end": { - "line": 2451, + "line": 2426, "column": 34 } } }, "range": [ - 74045, - 74067 + 73129, + 73151 ], "loc": { "start": { - "line": 2451, + "line": 2426, "column": 12 }, "end": { - "line": 2451, + "line": 2426, "column": 34 } } @@ -131184,62 +129596,62 @@ { "type": "ThisExpression", "range": [ - 74068, - 74072 + 73152, + 73156 ], "loc": { "start": { - "line": 2451, + "line": 2426, "column": 35 }, "end": { - "line": 2451, + "line": 2426, "column": 39 } } } ], "range": [ - 74045, - 74073 + 73129, + 73157 ], "loc": { "start": { - "line": 2451, + "line": 2426, "column": 12 }, "end": { - "line": 2451, + "line": 2426, "column": 40 } } }, "range": [ - 73995, - 74073 + 73079, + 73157 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 25 }, "end": { - "line": 2451, + "line": 2426, "column": 40 } } }, "range": [ - 73982, - 74073 + 73066, + 73157 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 12 }, "end": { - "line": 2451, + "line": 2426, "column": 40 } } @@ -131247,16 +129659,16 @@ ], "kind": "let", "range": [ - 73978, - 74074 + 73062, + 73158 ], "loc": { "start": { - "line": 2450, + "line": 2425, "column": 8 }, "end": { - "line": 2451, + "line": 2426, "column": 41 } } @@ -131267,16 +129679,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 74088, - 74102 + 73172, + 73186 ], "loc": { "start": { - "line": 2453, + "line": 2428, "column": 12 }, "end": { - "line": 2453, + "line": 2428, "column": 26 } } @@ -131293,16 +129705,16 @@ "type": "Identifier", "name": "headers", "range": [ - 74122, - 74129 + 73206, + 73213 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 16 }, "end": { - "line": 2454, + "line": 2429, "column": 23 } } @@ -131315,16 +129727,16 @@ "object": { "type": "ThisExpression", "range": [ - 74132, - 74136 + 73216, + 73220 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 26 }, "end": { - "line": 2454, + "line": 2429, "column": 30 } } @@ -131333,31 +129745,31 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 74137, - 74151 + 73221, + 73235 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 31 }, "end": { - "line": 2454, + "line": 2429, "column": 45 } } }, "range": [ - 74132, - 74151 + 73216, + 73235 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 26 }, "end": { - "line": 2454, + "line": 2429, "column": 45 } } @@ -131367,47 +129779,47 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 74152, - 74169 + 73236, + 73253 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 46 }, "end": { - "line": 2454, + "line": 2429, "column": 63 } } } ], "range": [ - 74132, - 74170 + 73216, + 73254 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 26 }, "end": { - "line": 2454, + "line": 2429, "column": 64 } } }, "range": [ - 74122, - 74170 + 73206, + 73254 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 16 }, "end": { - "line": 2454, + "line": 2429, "column": 64 } } @@ -131415,16 +129827,16 @@ ], "kind": "let", "range": [ - 74118, - 74171 + 73202, + 73255 ], "loc": { "start": { - "line": 2454, + "line": 2429, "column": 12 }, "end": { - "line": 2454, + "line": 2429, "column": 65 } } @@ -131440,16 +129852,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 74184, - 74196 + 73268, + 73280 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 12 }, "end": { - "line": 2455, + "line": 2430, "column": 24 } } @@ -131458,31 +129870,31 @@ "type": "Identifier", "name": "push", "range": [ - 74197, - 74201 + 73281, + 73285 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 25 }, "end": { - "line": 2455, + "line": 2430, "column": 29 } } }, "range": [ - 74184, - 74201 + 73268, + 73285 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 12 }, "end": { - "line": 2455, + "line": 2430, "column": 29 } } @@ -131499,16 +129911,16 @@ "object": { "type": "ThisExpression", "range": [ - 74203, - 74207 + 73287, + 73291 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 31 }, "end": { - "line": 2455, + "line": 2430, "column": 35 } } @@ -131517,47 +129929,47 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 74208, - 74226 + 73292, + 73310 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 36 }, "end": { - "line": 2455, + "line": 2430, "column": 54 } } }, "range": [ - 74203, - 74226 + 73287, + 73310 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 31 }, "end": { - "line": 2455, + "line": 2430, "column": 54 } } }, "arguments": [], "range": [ - 74203, - 74228 + 73287, + 73312 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 31 }, "end": { - "line": 2455, + "line": 2430, "column": 56 } } @@ -131566,95 +129978,95 @@ "type": "Identifier", "name": "headers", "range": [ - 74230, - 74237 + 73314, + 73321 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 58 }, "end": { - "line": 2455, + "line": 2430, "column": 65 } } } ], "range": [ - 74202, - 74238 + 73286, + 73322 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 30 }, "end": { - "line": 2455, + "line": 2430, "column": 66 } } } ], "range": [ - 74184, - 74239 + 73268, + 73323 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 12 }, "end": { - "line": 2455, + "line": 2430, "column": 67 } } }, "range": [ - 74184, - 74240 + 73268, + 73324 ], "loc": { "start": { - "line": 2455, + "line": 2430, "column": 12 }, "end": { - "line": 2455, + "line": 2430, "column": 68 } } } ], "range": [ - 74104, - 74250 + 73188, + 73334 ], "loc": { "start": { - "line": 2453, + "line": 2428, "column": 28 }, "end": { - "line": 2456, + "line": 2431, "column": 9 } } }, "alternate": null, "range": [ - 74084, - 74250 + 73168, + 73334 ], "loc": { "start": { - "line": 2453, + "line": 2428, "column": 8 }, "end": { - "line": 2456, + "line": 2431, "column": 9 } } @@ -131668,16 +130080,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 74264, - 74273 + 73348, + 73357 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 12 }, "end": { - "line": 2458, + "line": 2433, "column": 21 } } @@ -131690,16 +130102,16 @@ "object": { "type": "ThisExpression", "range": [ - 74276, - 74280 + 73360, + 73364 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 24 }, "end": { - "line": 2458, + "line": 2433, "column": 28 } } @@ -131708,31 +130120,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 74281, - 74293 + 73365, + 73377 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 29 }, "end": { - "line": 2458, + "line": 2433, "column": 41 } } }, "range": [ - 74276, - 74293 + 73360, + 73377 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 24 }, "end": { - "line": 2458, + "line": 2433, "column": 41 } } @@ -131743,47 +130155,47 @@ "value": true, "raw": "true", "range": [ - 74294, - 74298 + 73378, + 73382 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 42 }, "end": { - "line": 2458, + "line": 2433, "column": 46 } } } ], "range": [ - 74276, - 74299 + 73360, + 73383 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 24 }, "end": { - "line": 2458, + "line": 2433, "column": 47 } } }, "range": [ - 74264, - 74299 + 73348, + 73383 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 12 }, "end": { - "line": 2458, + "line": 2433, "column": 47 } } @@ -131791,16 +130203,16 @@ ], "kind": "let", "range": [ - 74260, - 74300 + 73344, + 73384 ], "loc": { "start": { - "line": 2458, + "line": 2433, "column": 8 }, "end": { - "line": 2458, + "line": 2433, "column": 48 } } @@ -131816,16 +130228,16 @@ "type": "Identifier", "name": "i", "range": [ - 74318, - 74319 + 73402, + 73403 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 17 }, "end": { - "line": 2459, + "line": 2434, "column": 18 } } @@ -131835,31 +130247,31 @@ "value": 0, "raw": "0", "range": [ - 74322, - 74323 + 73406, + 73407 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 21 }, "end": { - "line": 2459, + "line": 2434, "column": 22 } } }, "range": [ - 74318, - 74323 + 73402, + 73407 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 17 }, "end": { - "line": 2459, + "line": 2434, "column": 22 } } @@ -131867,16 +130279,16 @@ ], "kind": "let", "range": [ - 74314, - 74323 + 73398, + 73407 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 13 }, "end": { - "line": 2459, + "line": 2434, "column": 22 } } @@ -131888,16 +130300,16 @@ "type": "Identifier", "name": "i", "range": [ - 74325, - 74326 + 73409, + 73410 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 24 }, "end": { - "line": 2459, + "line": 2434, "column": 25 } } @@ -131909,16 +130321,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 74329, - 74338 + 73413, + 73422 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 28 }, "end": { - "line": 2459, + "line": 2434, "column": 37 } } @@ -131927,46 +130339,46 @@ "type": "Identifier", "name": "length", "range": [ - 74339, - 74345 + 73423, + 73429 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 38 }, "end": { - "line": 2459, + "line": 2434, "column": 44 } } }, "range": [ - 74329, - 74345 + 73413, + 73429 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 28 }, "end": { - "line": 2459, + "line": 2434, "column": 44 } } }, "range": [ - 74325, - 74345 + 73409, + 73429 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 24 }, "end": { - "line": 2459, + "line": 2434, "column": 44 } } @@ -131978,32 +130390,32 @@ "type": "Identifier", "name": "i", "range": [ - 74347, - 74348 + 73431, + 73432 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 46 }, "end": { - "line": 2459, + "line": 2434, "column": 47 } } }, "prefix": false, "range": [ - 74347, - 74350 + 73431, + 73434 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 46 }, "end": { - "line": 2459, + "line": 2434, "column": 49 } } @@ -132020,16 +130432,16 @@ "type": "Identifier", "name": "rData", "range": [ - 74370, - 74375 + 73454, + 73459 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 16 }, "end": { - "line": 2460, + "line": 2435, "column": 21 } } @@ -132046,16 +130458,16 @@ "object": { "type": "ThisExpression", "range": [ - 74379, - 74383 + 73463, + 73467 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 25 }, "end": { - "line": 2460, + "line": 2435, "column": 29 } } @@ -132064,31 +130476,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74384, - 74398 + 73468, + 73482 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 30 }, "end": { - "line": 2460, + "line": 2435, "column": 44 } } }, "range": [ - 74379, - 74398 + 73463, + 73482 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 25 }, "end": { - "line": 2460, + "line": 2435, "column": 44 } } @@ -132097,31 +130509,31 @@ "type": "Identifier", "name": "i", "range": [ - 74399, - 74400 + 73483, + 73484 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 45 }, "end": { - "line": 2460, + "line": 2435, "column": 46 } } }, "range": [ - 74379, - 74401 + 73463, + 73485 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 25 }, "end": { - "line": 2460, + "line": 2435, "column": 47 } } @@ -132130,47 +130542,47 @@ "type": "ArrayExpression", "elements": [], "range": [ - 74403, - 74405 + 73487, + 73489 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 49 }, "end": { - "line": 2460, + "line": 2435, "column": 51 } } } ], "range": [ - 74378, - 74406 + 73462, + 73490 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 24 }, "end": { - "line": 2460, + "line": 2435, "column": 52 } } }, "range": [ - 74370, - 74406 + 73454, + 73490 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 16 }, "end": { - "line": 2460, + "line": 2435, "column": 52 } } @@ -132181,16 +130593,16 @@ "type": "Identifier", "name": "cells", "range": [ - 74424, - 74429 + 73508, + 73513 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 16 }, "end": { - "line": 2461, + "line": 2436, "column": 21 } } @@ -132205,16 +130617,16 @@ "type": "Identifier", "name": "rows", "range": [ - 74432, - 74436 + 73516, + 73520 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 24 }, "end": { - "line": 2461, + "line": 2436, "column": 28 } } @@ -132228,16 +130640,16 @@ "object": { "type": "ThisExpression", "range": [ - 74437, - 74441 + 73521, + 73525 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 29 }, "end": { - "line": 2461, + "line": 2436, "column": 33 } } @@ -132246,31 +130658,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 74442, - 74456 + 73526, + 73540 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 34 }, "end": { - "line": 2461, + "line": 2436, "column": 48 } } }, "range": [ - 74437, - 74456 + 73521, + 73540 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 29 }, "end": { - "line": 2461, + "line": 2436, "column": 48 } } @@ -132279,46 +130691,46 @@ "type": "Identifier", "name": "i", "range": [ - 74457, - 74458 + 73541, + 73542 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 49 }, "end": { - "line": 2461, + "line": 2436, "column": 50 } } }, "range": [ - 74437, - 74459 + 73521, + 73543 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 29 }, "end": { - "line": 2461, + "line": 2436, "column": 51 } } }, "range": [ - 74432, - 74460 + 73516, + 73544 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 24 }, "end": { - "line": 2461, + "line": 2436, "column": 52 } } @@ -132327,46 +130739,46 @@ "type": "Identifier", "name": "cells", "range": [ - 74461, - 74466 + 73545, + 73550 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 53 }, "end": { - "line": 2461, + "line": 2436, "column": 58 } } }, "range": [ - 74432, - 74466 + 73516, + 73550 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 24 }, "end": { - "line": 2461, + "line": 2436, "column": 58 } } }, "range": [ - 74424, - 74466 + 73508, + 73550 ], "loc": { "start": { - "line": 2461, + "line": 2436, "column": 16 }, "end": { - "line": 2461, + "line": 2436, "column": 58 } } @@ -132374,16 +130786,16 @@ ], "kind": "let", "range": [ - 74366, - 74467 + 73450, + 73551 ], "loc": { "start": { - "line": 2460, + "line": 2435, "column": 12 }, "end": { - "line": 2461, + "line": 2436, "column": 59 } } @@ -132399,16 +130811,16 @@ "type": "Identifier", "name": "k", "range": [ - 74489, - 74490 + 73573, + 73574 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 21 }, "end": { - "line": 2462, + "line": 2437, "column": 22 } } @@ -132418,31 +130830,31 @@ "value": 0, "raw": "0", "range": [ - 74493, - 74494 + 73577, + 73578 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 25 }, "end": { - "line": 2462, + "line": 2437, "column": 26 } } }, "range": [ - 74489, - 74494 + 73573, + 73578 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 21 }, "end": { - "line": 2462, + "line": 2437, "column": 26 } } @@ -132450,16 +130862,16 @@ ], "kind": "let", "range": [ - 74485, - 74494 + 73569, + 73578 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 17 }, "end": { - "line": 2462, + "line": 2437, "column": 26 } } @@ -132471,16 +130883,16 @@ "type": "Identifier", "name": "k", "range": [ - 74496, - 74497 + 73580, + 73581 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 28 }, "end": { - "line": 2462, + "line": 2437, "column": 29 } } @@ -132492,16 +130904,16 @@ "type": "Identifier", "name": "cells", "range": [ - 74500, - 74505 + 73584, + 73589 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 32 }, "end": { - "line": 2462, + "line": 2437, "column": 37 } } @@ -132510,46 +130922,46 @@ "type": "Identifier", "name": "length", "range": [ - 74506, - 74512 + 73590, + 73596 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 38 }, "end": { - "line": 2462, + "line": 2437, "column": 44 } } }, "range": [ - 74500, - 74512 + 73584, + 73596 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 32 }, "end": { - "line": 2462, + "line": 2437, "column": 44 } } }, "range": [ - 74496, - 74512 + 73580, + 73596 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 28 }, "end": { - "line": 2462, + "line": 2437, "column": 44 } } @@ -132561,32 +130973,32 @@ "type": "Identifier", "name": "k", "range": [ - 74514, - 74515 + 73598, + 73599 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 46 }, "end": { - "line": 2462, + "line": 2437, "column": 47 } } }, "prefix": false, "range": [ - 74514, - 74517 + 73598, + 73601 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 46 }, "end": { - "line": 2462, + "line": 2437, "column": 49 } } @@ -132603,16 +131015,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 74541, - 74558 + 73625, + 73642 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 20 }, "end": { - "line": 2463, + "line": 2438, "column": 37 } } @@ -132625,16 +131037,16 @@ "object": { "type": "ThisExpression", "range": [ - 74562, - 74566 + 73646, + 73650 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 41 }, "end": { - "line": 2463, + "line": 2438, "column": 45 } } @@ -132643,31 +131055,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 74567, - 74579 + 73651, + 73663 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 46 }, "end": { - "line": 2463, + "line": 2438, "column": 58 } } }, "range": [ - 74562, - 74579 + 73646, + 73663 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 41 }, "end": { - "line": 2463, + "line": 2438, "column": 58 } } @@ -132678,47 +131090,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 74580, - 74596 + 73664, + 73680 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 59 }, "end": { - "line": 2463, + "line": 2438, "column": 75 } } } ], "range": [ - 74562, - 74597 + 73646, + 73681 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 41 }, "end": { - "line": 2463, + "line": 2438, "column": 76 } } }, "range": [ - 74541, - 74597 + 73625, + 73681 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 20 }, "end": { - "line": 2463, + "line": 2438, "column": 76 } } @@ -132741,16 +131153,16 @@ "object": { "type": "ThisExpression", "range": [ - 74625, - 74629 + 73709, + 73713 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 24 }, "end": { - "line": 2464, + "line": 2439, "column": 28 } } @@ -132759,31 +131171,31 @@ "type": "Identifier", "name": "extension", "range": [ - 74630, - 74639 + 73714, + 73723 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 29 }, "end": { - "line": 2464, + "line": 2439, "column": 38 } } }, "range": [ - 74625, - 74639 + 73709, + 73723 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 24 }, "end": { - "line": 2464, + "line": 2439, "column": 38 } } @@ -132794,32 +131206,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 74640, - 74656 + 73724, + 73740 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 39 }, "end": { - "line": 2464, + "line": 2439, "column": 55 } } } ], "range": [ - 74625, - 74657 + 73709, + 73741 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 24 }, "end": { - "line": 2464, + "line": 2439, "column": 56 } } @@ -132828,31 +131240,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 74658, - 74669 + 73742, + 73753 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 57 }, "end": { - "line": 2464, + "line": 2439, "column": 68 } } }, "range": [ - 74625, - 74669 + 73709, + 73753 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 24 }, "end": { - "line": 2464, + "line": 2439, "column": 68 } } @@ -132862,32 +131274,32 @@ "type": "Identifier", "name": "k", "range": [ - 74670, - 74671 + 73754, + 73755 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 69 }, "end": { - "line": 2464, + "line": 2439, "column": 70 } } } ], "range": [ - 74625, - 74672 + 73709, + 73756 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 24 }, "end": { - "line": 2464, + "line": 2439, "column": 71 } } @@ -132899,80 +131311,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 74700, - 74709 + 73784, + 73793 ], "loc": { "start": { - "line": 2465, + "line": 2440, "column": 24 }, "end": { - "line": 2465, + "line": 2440, "column": 33 } } } ], "range": [ - 74674, - 74731 + 73758, + 73815 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 73 }, "end": { - "line": 2466, + "line": 2441, "column": 21 } } }, "alternate": null, "range": [ - 74621, - 74731 + 73705, + 73815 ], "loc": { "start": { - "line": 2464, + "line": 2439, "column": 20 }, "end": { - "line": 2466, + "line": 2441, "column": 21 } } } ], "range": [ - 74599, - 74749 + 73683, + 73833 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 78 }, "end": { - "line": 2467, + "line": 2442, "column": 17 } } }, "alternate": null, "range": [ - 74537, - 74749 + 73621, + 73833 ], "loc": { "start": { - "line": 2463, + "line": 2438, "column": 16 }, "end": { - "line": 2467, + "line": 2442, "column": 17 } } @@ -132986,16 +131398,16 @@ "type": "Identifier", "name": "cellValue", "range": [ - 74770, - 74779 + 73854, + 73863 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 20 }, "end": { - "line": 2468, + "line": 2443, "column": 29 } } @@ -133006,16 +131418,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 74782, - 74792 + 73866, + 73876 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 32 }, "end": { - "line": 2468, + "line": 2443, "column": 42 } } @@ -133028,16 +131440,16 @@ "type": "Identifier", "name": "cells", "range": [ - 74793, - 74798 + 73877, + 73882 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 43 }, "end": { - "line": 2468, + "line": 2443, "column": 48 } } @@ -133046,62 +131458,62 @@ "type": "Identifier", "name": "k", "range": [ - 74799, - 74800 + 73883, + 73884 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 49 }, "end": { - "line": 2468, + "line": 2443, "column": 50 } } }, "range": [ - 74793, - 74801 + 73877, + 73885 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 43 }, "end": { - "line": 2468, + "line": 2443, "column": 51 } } } ], "range": [ - 74782, - 74802 + 73866, + 73886 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 32 }, "end": { - "line": 2468, + "line": 2443, "column": 52 } } }, "range": [ - 74770, - 74802 + 73854, + 73886 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 20 }, "end": { - "line": 2468, + "line": 2443, "column": 52 } } @@ -133109,16 +131521,16 @@ ], "kind": "let", "range": [ - 74766, - 74803 + 73850, + 73887 ], "loc": { "start": { - "line": 2468, + "line": 2443, "column": 16 }, "end": { - "line": 2468, + "line": 2443, "column": 53 } } @@ -133137,16 +131549,16 @@ "type": "Identifier", "name": "rData", "range": [ - 74820, - 74825 + 73904, + 73909 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 16 }, "end": { - "line": 2469, + "line": 2444, "column": 21 } } @@ -133156,31 +131568,31 @@ "value": 1, "raw": "1", "range": [ - 74826, - 74827 + 73910, + 73911 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 22 }, "end": { - "line": 2469, + "line": 2444, "column": 23 } } }, "range": [ - 74820, - 74828 + 73904, + 73912 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 16 }, "end": { - "line": 2469, + "line": 2444, "column": 24 } } @@ -133189,31 +131601,31 @@ "type": "Identifier", "name": "push", "range": [ - 74829, - 74833 + 73913, + 73917 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 25 }, "end": { - "line": 2469, + "line": 2444, "column": 29 } } }, "range": [ - 74820, - 74833 + 73904, + 73917 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 16 }, "end": { - "line": 2469, + "line": 2444, "column": 29 } } @@ -133223,78 +131635,78 @@ "type": "Identifier", "name": "cellValue", "range": [ - 74834, - 74843 + 73918, + 73927 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 30 }, "end": { - "line": 2469, + "line": 2444, "column": 39 } } } ], "range": [ - 74820, - 74844 + 73904, + 73928 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 16 }, "end": { - "line": 2469, + "line": 2444, "column": 40 } } }, "range": [ - 74820, - 74845 + 73904, + 73929 ], "loc": { "start": { - "line": 2469, + "line": 2444, "column": 16 }, "end": { - "line": 2469, + "line": 2444, "column": 41 } } } ], "range": [ - 74519, - 74859 + 73603, + 73943 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 51 }, "end": { - "line": 2470, + "line": 2445, "column": 13 } } }, "range": [ - 74480, - 74859 + 73564, + 73943 ], "loc": { "start": { - "line": 2462, + "line": 2437, "column": 12 }, "end": { - "line": 2470, + "line": 2445, "column": 13 } } @@ -133310,16 +131722,16 @@ "type": "Identifier", "name": "filteredData", "range": [ - 74872, - 74884 + 73956, + 73968 ], "loc": { "start": { - "line": 2471, + "line": 2446, "column": 12 }, "end": { - "line": 2471, + "line": 2446, "column": 24 } } @@ -133328,31 +131740,31 @@ "type": "Identifier", "name": "push", "range": [ - 74885, - 74889 + 73969, + 73973 ], "loc": { "start": { - "line": 2471, + "line": 2446, "column": 25 }, "end": { - "line": 2471, + "line": 2446, "column": 29 } } }, "range": [ - 74872, - 74889 + 73956, + 73973 ], "loc": { "start": { - "line": 2471, + "line": 2446, "column": 12 }, "end": { - "line": 2471, + "line": 2446, "column": 29 } } @@ -133362,78 +131774,78 @@ "type": "Identifier", "name": "rData", "range": [ - 74890, - 74895 + 73974, + 73979 ], "loc": { "start": { - "line": 2471, + "line": 2446, "column": 30 }, "end": { - "line": 2471, + "line": 2446, "column": 35 } } } ], "range": [ - 74872, - 74896 + 73956, + 73980 ], "loc": { "start": { - "line": 2471, + "line": 2446, "column": 12 }, "end": { - "line": 2471, + "line": 2446, "column": 36 } } }, "range": [ - 74872, - 74897 + 73956, + 73981 ], "loc": { "start": { - "line": 2471, + "line": 2446, "column": 12 }, "end": { - "line": 2471, + "line": 2446, "column": 37 } } } ], "range": [ - 74352, - 74907 + 73436, + 73991 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 51 }, "end": { - "line": 2472, + "line": 2447, "column": 9 } } }, "range": [ - 74309, - 74907 + 73393, + 73991 ], "loc": { "start": { - "line": 2459, + "line": 2434, "column": 8 }, "end": { - "line": 2472, + "line": 2447, "column": 9 } } @@ -133444,47 +131856,47 @@ "type": "Identifier", "name": "filteredData", "range": [ - 74923, - 74935 + 74007, + 74019 ], "loc": { "start": { - "line": 2473, + "line": 2448, "column": 15 }, "end": { - "line": 2473, + "line": 2448, "column": 27 } } }, "range": [ - 74916, - 74936 + 74000, + 74020 ], "loc": { "start": { - "line": 2473, + "line": 2448, "column": 8 }, "end": { - "line": 2473, + "line": 2448, "column": 28 } } } ], "range": [ - 73820, - 74942 + 72904, + 74026 ], "loc": { "start": { - "line": 2444, + "line": 2419, "column": 6 }, "end": { - "line": 2474, + "line": 2449, "column": 5 } } @@ -133492,16 +131904,16 @@ "generator": false, "expression": false, "range": [ - 73723, - 74942 + 72807, + 74026 ], "loc": { "start": { - "line": 2440, + "line": 2415, "column": 16 }, "end": { - "line": 2474, + "line": 2449, "column": 5 } } @@ -133509,16 +131921,16 @@ "kind": "method", "computed": false, "range": [ - 73711, - 74942 + 72795, + 74026 ], "loc": { "start": { - "line": 2440, + "line": 2415, "column": 4 }, "end": { - "line": 2474, + "line": 2449, "column": 5 } }, @@ -133527,16 +131939,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": [ - 73228, - 73706 + 72312, + 72790 ], "loc": { "start": { - "line": 2426, + "line": 2401, "column": 4 }, "end": { - "line": 2439, + "line": 2414, "column": 7 } } @@ -133545,18 +131957,18 @@ "trailingComments": [ { "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 * @returns {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 74948, - 75353 + 74032, + 74436 ], "loc": { "start": { - "line": 2476, + "line": 2451, "column": 4 }, "end": { - "line": 2484, + "line": 2459, "column": 7 } } @@ -133570,16 +131982,16 @@ "type": "Identifier", "name": "getFilteredColumnData", "range": [ - 75358, - 75379 + 74441, + 74462 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 4 }, "end": { - "line": 2485, + "line": 2460, "column": 25 } } @@ -133592,16 +132004,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 75380, - 75388 + 74463, + 74471 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 26 }, "end": { - "line": 2485, + "line": 2460, "column": 34 } } @@ -133612,16 +132024,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75390, - 75404 + 74473, + 74487 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 36 }, "end": { - "line": 2485, + "line": 2460, "column": 50 } } @@ -133631,31 +132043,31 @@ "value": false, "raw": "false", "range": [ - 75407, - 75412 + 74490, + 74495 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 53 }, "end": { - "line": 2485, + "line": 2460, "column": 58 } } }, "range": [ - 75390, - 75412 + 74473, + 74495 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 36 }, "end": { - "line": 2485, + "line": 2460, "column": 58 } } @@ -133666,16 +132078,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 75414, - 75421 + 74497, + 74504 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 60 }, "end": { - "line": 2485, + "line": 2460, "column": 67 } } @@ -133684,31 +132096,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 75424, - 75426 + 74507, + 74509 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 70 }, "end": { - "line": 2485, + "line": 2460, "column": 72 } } }, "range": [ - 75414, - 75426 + 74497, + 74509 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 60 }, "end": { - "line": 2485, + "line": 2460, "column": 72 } } @@ -133727,16 +132139,16 @@ "object": { "type": "ThisExpression", "range": [ - 75445, - 75449 + 74528, + 74532 ], "loc": { "start": { - "line": 2486, + "line": 2461, "column": 15 }, "end": { - "line": 2486, + "line": 2461, "column": 19 } } @@ -133745,31 +132157,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 75450, - 75468 + 74533, + 74551 ], "loc": { "start": { - "line": 2486, + "line": 2461, "column": 20 }, "end": { - "line": 2486, + "line": 2461, "column": 38 } } }, "range": [ - 75445, - 75468 + 74528, + 74551 ], "loc": { "start": { - "line": 2486, + "line": 2461, "column": 15 }, "end": { - "line": 2486, + "line": 2461, "column": 38 } } @@ -133779,16 +132191,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 75482, - 75490 + 74565, + 74573 ], "loc": { "start": { - "line": 2487, + "line": 2462, "column": 12 }, "end": { - "line": 2487, + "line": 2462, "column": 20 } } @@ -133797,16 +132209,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75492, - 75506 + 74575, + 74589 ], "loc": { "start": { - "line": 2487, + "line": 2462, "column": 22 }, "end": { - "line": 2487, + "line": 2462, "column": 36 } } @@ -133816,16 +132228,16 @@ "value": true, "raw": "true", "range": [ - 75508, - 75512 + 74591, + 74595 ], "loc": { "start": { - "line": 2487, + "line": 2462, "column": 38 }, "end": { - "line": 2487, + "line": 2462, "column": 42 } } @@ -133834,16 +132246,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 75514, - 75521 + 74597, + 74604 ], "loc": { "start": { - "line": 2487, + "line": 2462, "column": 44 }, "end": { - "line": 2487, + "line": 2462, "column": 51 } } @@ -133853,63 +132265,63 @@ "value": false, "raw": "false", "range": [ - 75523, - 75528 + 74606, + 74611 ], "loc": { "start": { - "line": 2487, + "line": 2462, "column": 53 }, "end": { - "line": 2487, + "line": 2462, "column": 58 } } } ], "range": [ - 75445, - 75529 + 74528, + 74612 ], "loc": { "start": { - "line": 2486, + "line": 2461, "column": 15 }, "end": { - "line": 2487, + "line": 2462, "column": 59 } } }, "range": [ - 75438, - 75530 + 74521, + 74613 ], "loc": { "start": { - "line": 2486, + "line": 2461, "column": 8 }, "end": { - "line": 2487, + "line": 2462, "column": 60 } } } ], "range": [ - 75428, - 75536 + 74511, + 74619 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 74 }, "end": { - "line": 2488, + "line": 2463, "column": 5 } } @@ -133917,16 +132329,16 @@ "generator": false, "expression": false, "range": [ - 75379, - 75536 + 74462, + 74619 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 25 }, "end": { - "line": 2488, + "line": 2463, "column": 5 } } @@ -133934,34 +132346,34 @@ "kind": "method", "computed": false, "range": [ - 75358, - 75536 + 74441, + 74619 ], "loc": { "start": { - "line": 2485, + "line": 2460, "column": 4 }, "end": { - "line": 2488, + "line": 2463, "column": 5 } }, "leadingComments": [ { "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 * @returns {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 74948, - 75353 + 74032, + 74436 ], "loc": { "start": { - "line": 2476, + "line": 2451, "column": 4 }, "end": { - "line": 2484, + "line": 2459, "column": 7 } } @@ -133970,18 +132382,18 @@ "trailingComments": [ { "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 * @returns {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 75542, - 75959 + 74625, + 75041 ], "loc": { "start": { - "line": 2490, + "line": 2465, "column": 4 }, "end": { - "line": 2498, + "line": 2473, "column": 7 } } @@ -133995,16 +132407,16 @@ "type": "Identifier", "name": "getVisibleColumnData", "range": [ - 75964, - 75984 + 75046, + 75066 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 4 }, "end": { - "line": 2499, + "line": 2474, "column": 24 } } @@ -134017,16 +132429,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 75985, - 75993 + 75067, + 75075 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 25 }, "end": { - "line": 2499, + "line": 2474, "column": 33 } } @@ -134037,16 +132449,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 75995, - 76009 + 75077, + 75091 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 35 }, "end": { - "line": 2499, + "line": 2474, "column": 49 } } @@ -134056,31 +132468,31 @@ "value": false, "raw": "false", "range": [ - 76012, - 76017 + 75094, + 75099 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 52 }, "end": { - "line": 2499, + "line": 2474, "column": 57 } } }, "range": [ - 75995, - 76017 + 75077, + 75099 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 35 }, "end": { - "line": 2499, + "line": 2474, "column": 57 } } @@ -134091,16 +132503,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 76019, - 76026 + 75101, + 75108 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 59 }, "end": { - "line": 2499, + "line": 2474, "column": 66 } } @@ -134109,31 +132521,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76029, - 76031 + 75111, + 75113 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 69 }, "end": { - "line": 2499, + "line": 2474, "column": 71 } } }, "range": [ - 76019, - 76031 + 75101, + 75113 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 59 }, "end": { - "line": 2499, + "line": 2474, "column": 71 } } @@ -134152,16 +132564,16 @@ "object": { "type": "ThisExpression", "range": [ - 76050, - 76054 + 75132, + 75136 ], "loc": { "start": { - "line": 2500, + "line": 2475, "column": 15 }, "end": { - "line": 2500, + "line": 2475, "column": 19 } } @@ -134170,31 +132582,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 76055, - 76073 + 75137, + 75155 ], "loc": { "start": { - "line": 2500, + "line": 2475, "column": 20 }, "end": { - "line": 2500, + "line": 2475, "column": 38 } } }, "range": [ - 76050, - 76073 + 75132, + 75155 ], "loc": { "start": { - "line": 2500, + "line": 2475, "column": 15 }, "end": { - "line": 2500, + "line": 2475, "column": 38 } } @@ -134204,16 +132616,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 76087, - 76095 + 75169, + 75177 ], "loc": { "start": { - "line": 2501, + "line": 2476, "column": 12 }, "end": { - "line": 2501, + "line": 2476, "column": 20 } } @@ -134222,16 +132634,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 76097, - 76111 + 75179, + 75193 ], "loc": { "start": { - "line": 2501, + "line": 2476, "column": 22 }, "end": { - "line": 2501, + "line": 2476, "column": 36 } } @@ -134241,16 +132653,16 @@ "value": true, "raw": "true", "range": [ - 76113, - 76117 + 75195, + 75199 ], "loc": { "start": { - "line": 2501, + "line": 2476, "column": 38 }, "end": { - "line": 2501, + "line": 2476, "column": 42 } } @@ -134259,16 +132671,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 76119, - 76126 + 75201, + 75208 ], "loc": { "start": { - "line": 2501, + "line": 2476, "column": 44 }, "end": { - "line": 2501, + "line": 2476, "column": 51 } } @@ -134278,63 +132690,63 @@ "value": true, "raw": "true", "range": [ - 76128, - 76132 + 75210, + 75214 ], "loc": { "start": { - "line": 2501, + "line": 2476, "column": 53 }, "end": { - "line": 2501, + "line": 2476, "column": 57 } } } ], "range": [ - 76050, - 76133 + 75132, + 75215 ], "loc": { "start": { - "line": 2500, + "line": 2475, "column": 15 }, "end": { - "line": 2501, + "line": 2476, "column": 58 } } }, "range": [ - 76043, - 76134 + 75125, + 75216 ], "loc": { "start": { - "line": 2500, + "line": 2475, "column": 8 }, "end": { - "line": 2501, + "line": 2476, "column": 59 } } } ], "range": [ - 76033, - 76140 + 75115, + 75222 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 73 }, "end": { - "line": 2502, + "line": 2477, "column": 5 } } @@ -134342,16 +132754,16 @@ "generator": false, "expression": false, "range": [ - 75984, - 76140 + 75066, + 75222 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 24 }, "end": { - "line": 2502, + "line": 2477, "column": 5 } } @@ -134359,34 +132771,34 @@ "kind": "method", "computed": false, "range": [ - 75964, - 76140 + 75046, + 75222 ], "loc": { "start": { - "line": 2499, + "line": 2474, "column": 4 }, "end": { - "line": 2502, + "line": 2477, "column": 5 } }, "leadingComments": [ { "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 * @returns {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 75542, - 75959 + 74625, + 75041 ], "loc": { "start": { - "line": 2490, + "line": 2465, "column": 4 }, "end": { - "line": 2498, + "line": 2473, "column": 7 } } @@ -134395,18 +132807,18 @@ "trailingComments": [ { "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 * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 76146, - 76556 + 75228, + 75637 ], "loc": { "start": { - "line": 2504, + "line": 2479, "column": 4 }, "end": { - "line": 2512, + "line": 2487, "column": 7 } } @@ -134420,16 +132832,16 @@ "type": "Identifier", "name": "getFilteredColumnValues", "range": [ - 76561, - 76584 + 75642, + 75665 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 4 }, "end": { - "line": 2513, + "line": 2488, "column": 27 } } @@ -134442,16 +132854,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 76585, - 76593 + 75666, + 75674 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 28 }, "end": { - "line": 2513, + "line": 2488, "column": 36 } } @@ -134462,16 +132874,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 76595, - 76609 + 75676, + 75690 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 38 }, "end": { - "line": 2513, + "line": 2488, "column": 52 } } @@ -134481,31 +132893,31 @@ "value": false, "raw": "false", "range": [ - 76612, - 76617 + 75693, + 75698 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 55 }, "end": { - "line": 2513, + "line": 2488, "column": 60 } } }, "range": [ - 76595, - 76617 + 75676, + 75698 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 38 }, "end": { - "line": 2513, + "line": 2488, "column": 60 } } @@ -134516,16 +132928,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 76619, - 76626 + 75700, + 75707 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 62 }, "end": { - "line": 2513, + "line": 2488, "column": 69 } } @@ -134534,31 +132946,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 76629, - 76631 + 75710, + 75712 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 72 }, "end": { - "line": 2513, + "line": 2488, "column": 74 } } }, "range": [ - 76619, - 76631 + 75700, + 75712 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 62 }, "end": { - "line": 2513, + "line": 2488, "column": 74 } } @@ -134577,16 +132989,16 @@ "object": { "type": "ThisExpression", "range": [ - 76650, - 76654 + 75731, + 75735 ], "loc": { "start": { - "line": 2514, + "line": 2489, "column": 15 }, "end": { - "line": 2514, + "line": 2489, "column": 19 } } @@ -134595,31 +133007,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 76655, - 76673 + 75736, + 75754 ], "loc": { "start": { - "line": 2514, + "line": 2489, "column": 20 }, "end": { - "line": 2514, + "line": 2489, "column": 38 } } }, "range": [ - 76650, - 76673 + 75731, + 75754 ], "loc": { "start": { - "line": 2514, + "line": 2489, "column": 15 }, "end": { - "line": 2514, + "line": 2489, "column": 38 } } @@ -134629,16 +133041,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 76687, - 76695 + 75768, + 75776 ], "loc": { "start": { - "line": 2515, + "line": 2490, "column": 12 }, "end": { - "line": 2515, + "line": 2490, "column": 20 } } @@ -134647,16 +133059,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 76697, - 76711 + 75778, + 75792 ], "loc": { "start": { - "line": 2515, + "line": 2490, "column": 22 }, "end": { - "line": 2515, + "line": 2490, "column": 36 } } @@ -134666,16 +133078,16 @@ "value": false, "raw": "false", "range": [ - 76713, - 76718 + 75794, + 75799 ], "loc": { "start": { - "line": 2515, + "line": 2490, "column": 38 }, "end": { - "line": 2515, + "line": 2490, "column": 43 } } @@ -134684,16 +133096,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 76720, - 76727 + 75801, + 75808 ], "loc": { "start": { - "line": 2515, + "line": 2490, "column": 45 }, "end": { - "line": 2515, + "line": 2490, "column": 52 } } @@ -134703,63 +133115,63 @@ "value": false, "raw": "false", "range": [ - 76729, - 76734 + 75810, + 75815 ], "loc": { "start": { - "line": 2515, + "line": 2490, "column": 54 }, "end": { - "line": 2515, + "line": 2490, "column": 59 } } } ], "range": [ - 76650, - 76735 + 75731, + 75816 ], "loc": { "start": { - "line": 2514, + "line": 2489, "column": 15 }, "end": { - "line": 2515, + "line": 2490, "column": 60 } } }, "range": [ - 76643, - 76736 + 75724, + 75817 ], "loc": { "start": { - "line": 2514, + "line": 2489, "column": 8 }, "end": { - "line": 2515, + "line": 2490, "column": 61 } } } ], "range": [ - 76633, - 76742 + 75714, + 75823 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 76 }, "end": { - "line": 2516, + "line": 2491, "column": 5 } } @@ -134767,16 +133179,16 @@ "generator": false, "expression": false, "range": [ - 76584, - 76742 + 75665, + 75823 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 27 }, "end": { - "line": 2516, + "line": 2491, "column": 5 } } @@ -134784,34 +133196,34 @@ "kind": "method", "computed": false, "range": [ - 76561, - 76742 + 75642, + 75823 ], "loc": { "start": { - "line": 2513, + "line": 2488, "column": 4 }, "end": { - "line": 2516, + "line": 2491, "column": 5 } }, "leadingComments": [ { "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 * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 76146, - 76556 + 75228, + 75637 ], "loc": { "start": { - "line": 2504, + "line": 2479, "column": 4 }, "end": { - "line": 2512, + "line": 2487, "column": 7 } } @@ -134820,18 +133232,18 @@ "trailingComments": [ { "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 * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 76748, - 77170 + 75829, + 76250 ], "loc": { "start": { - "line": 2518, + "line": 2493, "column": 4 }, "end": { - "line": 2526, + "line": 2501, "column": 7 } } @@ -134845,16 +133257,16 @@ "type": "Identifier", "name": "getVisibleColumnValues", "range": [ - 77175, - 77197 + 76255, + 76277 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 4 }, "end": { - "line": 2527, + "line": 2502, "column": 26 } } @@ -134867,16 +133279,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77198, - 77206 + 76278, + 76286 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 27 }, "end": { - "line": 2527, + "line": 2502, "column": 35 } } @@ -134887,16 +133299,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 77208, - 77222 + 76288, + 76302 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 37 }, "end": { - "line": 2527, + "line": 2502, "column": 51 } } @@ -134906,31 +133318,31 @@ "value": false, "raw": "false", "range": [ - 77225, - 77230 + 76305, + 76310 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 54 }, "end": { - "line": 2527, + "line": 2502, "column": 59 } } }, "range": [ - 77208, - 77230 + 76288, + 76310 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 37 }, "end": { - "line": 2527, + "line": 2502, "column": 59 } } @@ -134941,16 +133353,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 77232, - 77239 + 76312, + 76319 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 61 }, "end": { - "line": 2527, + "line": 2502, "column": 68 } } @@ -134959,31 +133371,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 77242, - 77244 + 76322, + 76324 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 71 }, "end": { - "line": 2527, + "line": 2502, "column": 73 } } }, "range": [ - 77232, - 77244 + 76312, + 76324 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 61 }, "end": { - "line": 2527, + "line": 2502, "column": 73 } } @@ -135002,16 +133414,16 @@ "object": { "type": "ThisExpression", "range": [ - 77263, - 77267 + 76343, + 76347 ], "loc": { "start": { - "line": 2528, + "line": 2503, "column": 15 }, "end": { - "line": 2528, + "line": 2503, "column": 19 } } @@ -135020,31 +133432,31 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 77268, - 77286 + 76348, + 76366 ], "loc": { "start": { - "line": 2528, + "line": 2503, "column": 20 }, "end": { - "line": 2528, + "line": 2503, "column": 38 } } }, "range": [ - 77263, - 77286 + 76343, + 76366 ], "loc": { "start": { - "line": 2528, + "line": 2503, "column": 15 }, "end": { - "line": 2528, + "line": 2503, "column": 38 } } @@ -135054,16 +133466,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77300, - 77308 + 76380, + 76388 ], "loc": { "start": { - "line": 2529, + "line": 2504, "column": 12 }, "end": { - "line": 2529, + "line": 2504, "column": 20 } } @@ -135072,16 +133484,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 77310, - 77324 + 76390, + 76404 ], "loc": { "start": { - "line": 2529, + "line": 2504, "column": 22 }, "end": { - "line": 2529, + "line": 2504, "column": 36 } } @@ -135091,16 +133503,16 @@ "value": false, "raw": "false", "range": [ - 77326, - 77331 + 76406, + 76411 ], "loc": { "start": { - "line": 2529, + "line": 2504, "column": 38 }, "end": { - "line": 2529, + "line": 2504, "column": 43 } } @@ -135109,16 +133521,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 77333, - 77340 + 76413, + 76420 ], "loc": { "start": { - "line": 2529, + "line": 2504, "column": 45 }, "end": { - "line": 2529, + "line": 2504, "column": 52 } } @@ -135128,63 +133540,63 @@ "value": true, "raw": "true", "range": [ - 77342, - 77346 + 76422, + 76426 ], "loc": { "start": { - "line": 2529, + "line": 2504, "column": 54 }, "end": { - "line": 2529, + "line": 2504, "column": 58 } } } ], "range": [ - 77263, - 77347 + 76343, + 76427 ], "loc": { "start": { - "line": 2528, + "line": 2503, "column": 15 }, "end": { - "line": 2529, + "line": 2504, "column": 59 } } }, "range": [ - 77256, - 77348 + 76336, + 76428 ], "loc": { "start": { - "line": 2528, + "line": 2503, "column": 8 }, "end": { - "line": 2529, + "line": 2504, "column": 60 } } } ], "range": [ - 77246, - 77354 + 76326, + 76434 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 75 }, "end": { - "line": 2530, + "line": 2505, "column": 5 } } @@ -135192,16 +133604,16 @@ "generator": false, "expression": false, "range": [ - 77197, - 77354 + 76277, + 76434 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 26 }, "end": { - "line": 2530, + "line": 2505, "column": 5 } } @@ -135209,34 +133621,34 @@ "kind": "method", "computed": false, "range": [ - 77175, - 77354 + 76255, + 76434 ], "loc": { "start": { - "line": 2527, + "line": 2502, "column": 4 }, "end": { - "line": 2530, + "line": 2505, "column": 5 } }, "leadingComments": [ { "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 * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 76748, - 77170 + 75829, + 76250 ], "loc": { "start": { - "line": 2518, + "line": 2493, "column": 4 }, "end": { - "line": 2526, + "line": 2501, "column": 7 } } @@ -135247,16 +133659,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": [ - 77360, - 77966 + 76440, + 77046 ], "loc": { "start": { - "line": 2532, + "line": 2507, "column": 4 }, "end": { - "line": 2544, + "line": 2519, "column": 7 } } @@ -135270,16 +133682,16 @@ "type": "Identifier", "name": "getFilteredDataCol", "range": [ - 77971, - 77989 + 77051, + 77069 ], "loc": { "start": { - "line": 2545, + "line": 2520, "column": 4 }, "end": { - "line": 2545, + "line": 2520, "column": 22 } } @@ -135292,16 +133704,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 77999, - 78007 + 77079, + 77087 ], "loc": { "start": { - "line": 2546, + "line": 2521, "column": 8 }, "end": { - "line": 2546, + "line": 2521, "column": 16 } } @@ -135312,16 +133724,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 78017, - 78031 + 77097, + 77111 ], "loc": { "start": { - "line": 2547, + "line": 2522, "column": 8 }, "end": { - "line": 2547, + "line": 2522, "column": 22 } } @@ -135331,31 +133743,31 @@ "value": false, "raw": "false", "range": [ - 78034, - 78039 + 77114, + 77119 ], "loc": { "start": { - "line": 2547, + "line": 2522, "column": 25 }, "end": { - "line": 2547, + "line": 2522, "column": 30 } } }, "range": [ - 78017, - 78039 + 77097, + 77119 ], "loc": { "start": { - "line": 2547, + "line": 2522, "column": 8 }, "end": { - "line": 2547, + "line": 2522, "column": 30 } } @@ -135366,16 +133778,16 @@ "type": "Identifier", "name": "typed", "range": [ - 78049, - 78054 + 77129, + 77134 ], "loc": { "start": { - "line": 2548, + "line": 2523, "column": 8 }, "end": { - "line": 2548, + "line": 2523, "column": 13 } } @@ -135385,31 +133797,31 @@ "value": false, "raw": "false", "range": [ - 78057, - 78062 + 77137, + 77142 ], "loc": { "start": { - "line": 2548, + "line": 2523, "column": 16 }, "end": { - "line": 2548, + "line": 2523, "column": 21 } } }, "range": [ - 78049, - 78062 + 77129, + 77142 ], "loc": { "start": { - "line": 2548, + "line": 2523, "column": 8 }, "end": { - "line": 2548, + "line": 2523, "column": 21 } } @@ -135420,16 +133832,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 78072, - 78079 + 77152, + 77159 ], "loc": { "start": { - "line": 2549, + "line": 2524, "column": 8 }, "end": { - "line": 2549, + "line": 2524, "column": 15 } } @@ -135438,31 +133850,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 78082, - 78084 + 77162, + 77164 ], "loc": { "start": { - "line": 2549, + "line": 2524, "column": 18 }, "end": { - "line": 2549, + "line": 2524, "column": 20 } } }, "range": [ - 78072, - 78084 + 77152, + 77164 ], "loc": { "start": { - "line": 2549, + "line": 2524, "column": 8 }, "end": { - "line": 2549, + "line": 2524, "column": 20 } } @@ -135473,16 +133885,16 @@ "type": "Identifier", "name": "visible", "range": [ - 78094, - 78101 + 77174, + 77181 ], "loc": { "start": { - "line": 2550, + "line": 2525, "column": 8 }, "end": { - "line": 2550, + "line": 2525, "column": 15 } } @@ -135492,31 +133904,31 @@ "value": true, "raw": "true", "range": [ - 78104, - 78108 + 77184, + 77188 ], "loc": { "start": { - "line": 2550, + "line": 2525, "column": 18 }, "end": { - "line": 2550, + "line": 2525, "column": 22 } } }, "range": [ - 78094, - 78108 + 77174, + 77188 ], "loc": { "start": { - "line": 2550, + "line": 2525, "column": 8 }, "end": { - "line": 2550, + "line": 2525, "column": 22 } } @@ -135533,16 +133945,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 78129, - 78136 + 77209, + 77216 ], "loc": { "start": { - "line": 2552, + "line": 2527, "column": 12 }, "end": { - "line": 2552, + "line": 2527, "column": 19 } } @@ -135552,32 +133964,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78137, - 78145 + 77217, + 77225 ], "loc": { "start": { - "line": 2552, + "line": 2527, "column": 20 }, "end": { - "line": 2552, + "line": 2527, "column": 28 } } } ], "range": [ - 78129, - 78146 + 77209, + 77226 ], "loc": { "start": { - "line": 2552, + "line": 2527, "column": 12 }, "end": { - "line": 2552, + "line": 2527, "column": 29 } } @@ -135591,63 +134003,63 @@ "type": "ArrayExpression", "elements": [], "range": [ - 78169, - 78171 + 77249, + 77251 ], "loc": { "start": { - "line": 2553, + "line": 2528, "column": 19 }, "end": { - "line": 2553, + "line": 2528, "column": 21 } } }, "range": [ - 78162, - 78172 + 77242, + 77252 ], "loc": { "start": { - "line": 2553, + "line": 2528, "column": 12 }, "end": { - "line": 2553, + "line": 2528, "column": 22 } } } ], "range": [ - 78148, - 78182 + 77228, + 77262 ], "loc": { "start": { - "line": 2552, + "line": 2527, "column": 31 }, "end": { - "line": 2554, + "line": 2529, "column": 9 } } }, "alternate": null, "range": [ - 78125, - 78182 + 77205, + 77262 ], "loc": { "start": { - "line": 2552, + "line": 2527, "column": 8 }, "end": { - "line": 2554, + "line": 2529, "column": 9 } } @@ -135661,16 +134073,16 @@ "type": "Identifier", "name": "rows", "range": [ - 78196, - 78200 + 77276, + 77280 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 12 }, "end": { - "line": 2556, + "line": 2531, "column": 16 } } @@ -135686,16 +134098,16 @@ "object": { "type": "ThisExpression", "range": [ - 78203, - 78207 + 77283, + 77287 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 19 }, "end": { - "line": 2556, + "line": 2531, "column": 23 } } @@ -135704,47 +134116,47 @@ "type": "Identifier", "name": "dom", "range": [ - 78208, - 78211 + 77288, + 77291 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 24 }, "end": { - "line": 2556, + "line": 2531, "column": 27 } } }, "range": [ - 78203, - 78211 + 77283, + 77291 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 19 }, "end": { - "line": 2556, + "line": 2531, "column": 27 } } }, "arguments": [], "range": [ - 78203, - 78213 + 77283, + 77293 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 19 }, "end": { - "line": 2556, + "line": 2531, "column": 29 } } @@ -135753,46 +134165,46 @@ "type": "Identifier", "name": "rows", "range": [ - 78214, - 78218 + 77294, + 77298 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 30 }, "end": { - "line": 2556, + "line": 2531, "column": 34 } } }, "range": [ - 78203, - 78218 + 77283, + 77298 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 19 }, "end": { - "line": 2556, + "line": 2531, "column": 34 } } }, "range": [ - 78196, - 78218 + 77276, + 77298 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 12 }, "end": { - "line": 2556, + "line": 2531, "column": 34 } } @@ -135800,16 +134212,16 @@ ], "kind": "let", "range": [ - 78192, - 78219 + 77272, + 77299 ], "loc": { "start": { - "line": 2556, + "line": 2531, "column": 8 }, "end": { - "line": 2556, + "line": 2531, "column": 35 } } @@ -135823,16 +134235,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 78232, - 78242 + 77312, + 77322 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 12 }, "end": { - "line": 2557, + "line": 2532, "column": 22 } } @@ -135843,16 +134255,16 @@ "type": "Identifier", "name": "typed", "range": [ - 78245, - 78250 + 77325, + 77330 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 25 }, "end": { - "line": 2557, + "line": 2532, "column": 30 } } @@ -135868,16 +134280,16 @@ "object": { "type": "ThisExpression", "range": [ - 78253, - 78257 + 77333, + 77337 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 33 }, "end": { - "line": 2557, + "line": 2532, "column": 37 } } @@ -135886,31 +134298,31 @@ "type": "Identifier", "name": "getCellData", "range": [ - 78258, - 78269 + 77338, + 77349 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 38 }, "end": { - "line": 2557, + "line": 2532, "column": 49 } } }, "range": [ - 78253, - 78269 + 77333, + 77349 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 33 }, "end": { - "line": 2557, + "line": 2532, "column": 49 } } @@ -135919,31 +134331,31 @@ "type": "Identifier", "name": "bind", "range": [ - 78270, - 78274 + 77350, + 77354 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 50 }, "end": { - "line": 2557, + "line": 2532, "column": 54 } } }, "range": [ - 78253, - 78274 + 77333, + 77354 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 33 }, "end": { - "line": 2557, + "line": 2532, "column": 54 } } @@ -135952,32 +134364,32 @@ { "type": "ThisExpression", "range": [ - 78275, - 78279 + 77355, + 77359 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 55 }, "end": { - "line": 2557, + "line": 2532, "column": 59 } } } ], "range": [ - 78253, - 78280 + 77333, + 77360 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 33 }, "end": { - "line": 2557, + "line": 2532, "column": 60 } } @@ -135993,16 +134405,16 @@ "object": { "type": "ThisExpression", "range": [ - 78295, - 78299 + 77375, + 77379 ], "loc": { "start": { - "line": 2558, + "line": 2533, "column": 12 }, "end": { - "line": 2558, + "line": 2533, "column": 16 } } @@ -136011,31 +134423,31 @@ "type": "Identifier", "name": "getCellValue", "range": [ - 78300, - 78312 + 77380, + 77392 ], "loc": { "start": { - "line": 2558, + "line": 2533, "column": 17 }, "end": { - "line": 2558, + "line": 2533, "column": 29 } } }, "range": [ - 78295, - 78312 + 77375, + 77392 ], "loc": { "start": { - "line": 2558, + "line": 2533, "column": 12 }, "end": { - "line": 2558, + "line": 2533, "column": 29 } } @@ -136044,31 +134456,31 @@ "type": "Identifier", "name": "bind", "range": [ - 78313, - 78317 + 77393, + 77397 ], "loc": { "start": { - "line": 2558, + "line": 2533, "column": 30 }, "end": { - "line": 2558, + "line": 2533, "column": 34 } } }, "range": [ - 78295, - 78317 + 77375, + 77397 ], "loc": { "start": { - "line": 2558, + "line": 2533, "column": 12 }, "end": { - "line": 2558, + "line": 2533, "column": 34 } } @@ -136077,62 +134489,62 @@ { "type": "ThisExpression", "range": [ - 78318, - 78322 + 77398, + 77402 ], "loc": { "start": { - "line": 2558, + "line": 2533, "column": 35 }, "end": { - "line": 2558, + "line": 2533, "column": 39 } } } ], "range": [ - 78295, - 78323 + 77375, + 77403 ], "loc": { "start": { - "line": 2558, + "line": 2533, "column": 12 }, "end": { - "line": 2558, + "line": 2533, "column": 40 } } }, "range": [ - 78245, - 78323 + 77325, + 77403 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 25 }, "end": { - "line": 2558, + "line": 2533, "column": 40 } } }, "range": [ - 78232, - 78323 + 77312, + 77403 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 12 }, "end": { - "line": 2558, + "line": 2533, "column": 40 } } @@ -136140,16 +134552,16 @@ ], "kind": "let", "range": [ - 78228, - 78324 + 77308, + 77404 ], "loc": { "start": { - "line": 2557, + "line": 2532, "column": 8 }, "end": { - "line": 2558, + "line": 2533, "column": 41 } }, @@ -136158,16 +134570,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 78334, - 78400 + 77414, + 77480 ], "loc": { "start": { - "line": 2560, + "line": 2535, "column": 8 }, "end": { - "line": 2560, + "line": 2535, "column": 74 } } @@ -136176,16 +134588,16 @@ "type": "Line", "value": " displayed", "range": [ - 78409, - 78421 + 77489, + 77501 ], "loc": { "start": { - "line": 2561, + "line": 2536, "column": 8 }, "end": { - "line": 2561, + "line": 2536, "column": 20 } } @@ -136201,16 +134613,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 78434, - 78443 + 77514, + 77523 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 12 }, "end": { - "line": 2562, + "line": 2537, "column": 21 } } @@ -136228,16 +134640,16 @@ "object": { "type": "ThisExpression", "range": [ - 78446, - 78450 + 77526, + 77530 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 24 }, "end": { - "line": 2562, + "line": 2537, "column": 28 } } @@ -136246,31 +134658,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 78451, - 78463 + 77531, + 77543 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 29 }, "end": { - "line": 2562, + "line": 2537, "column": 41 } } }, "range": [ - 78446, - 78463 + 77526, + 77543 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 24 }, "end": { - "line": 2562, + "line": 2537, "column": 41 } } @@ -136281,32 +134693,32 @@ "value": true, "raw": "true", "range": [ - 78464, - 78468 + 77544, + 77548 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 42 }, "end": { - "line": 2562, + "line": 2537, "column": 46 } } } ], "range": [ - 78446, - 78469 + 77526, + 77549 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 24 }, "end": { - "line": 2562, + "line": 2537, "column": 47 } } @@ -136315,31 +134727,31 @@ "type": "Identifier", "name": "filter", "range": [ - 78470, - 78476 + 77550, + 77556 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 48 }, "end": { - "line": 2562, + "line": 2537, "column": 54 } } }, "range": [ - 78446, - 78476 + 77526, + 77556 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 24 }, "end": { - "line": 2562, + "line": 2537, "column": 54 } } @@ -136353,16 +134765,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 78478, - 78484 + 77558, + 77564 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 56 }, "end": { - "line": 2562, + "line": 2537, "column": 62 } } @@ -136388,16 +134800,16 @@ "type": "Identifier", "name": "exclude", "range": [ - 78510, - 78517 + 77590, + 77597 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 19 }, "end": { - "line": 2563, + "line": 2538, "column": 26 } } @@ -136406,31 +134818,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 78518, - 78525 + 77598, + 77605 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 27 }, "end": { - "line": 2563, + "line": 2538, "column": 34 } } }, "range": [ - 78510, - 78525 + 77590, + 77605 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 19 }, "end": { - "line": 2563, + "line": 2538, "column": 34 } } @@ -136440,32 +134852,32 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 78526, - 78532 + 77606, + 77612 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 35 }, "end": { - "line": 2563, + "line": 2538, "column": 41 } } } ], "range": [ - 78510, - 78533 + 77590, + 77613 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 19 }, "end": { - "line": 2563, + "line": 2538, "column": 42 } } @@ -136478,47 +134890,47 @@ "value": 1, "raw": "1", "range": [ - 78539, - 78540 + 77619, + 77620 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 48 }, "end": { - "line": 2563, + "line": 2538, "column": 49 } } }, "prefix": true, "range": [ - 78538, - 78540 + 77618, + 77620 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 47 }, "end": { - "line": 2563, + "line": 2538, "column": 49 } } }, "range": [ - 78510, - 78540 + 77590, + 77620 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 19 }, "end": { - "line": 2563, + "line": 2538, "column": 49 } } @@ -136529,16 +134941,16 @@ "type": "Identifier", "name": "visible", "range": [ - 78561, - 78568 + 77641, + 77648 ], "loc": { "start": { - "line": 2564, + "line": 2539, "column": 17 }, "end": { - "line": 2564, + "line": 2539, "column": 24 } } @@ -136554,16 +134966,16 @@ "object": { "type": "ThisExpression", "range": [ - 78591, - 78595 + 77671, + 77675 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 20 }, "end": { - "line": 2565, + "line": 2540, "column": 24 } } @@ -136572,31 +134984,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 78596, - 78609 + 77676, + 77689 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 25 }, "end": { - "line": 2565, + "line": 2540, "column": 38 } } }, "range": [ - 78591, - 78609 + 77671, + 77689 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 20 }, "end": { - "line": 2565, + "line": 2540, "column": 38 } } @@ -136609,16 +135021,16 @@ "type": "Identifier", "name": "rows", "range": [ - 78610, - 78614 + 77690, + 77694 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 39 }, "end": { - "line": 2565, + "line": 2540, "column": 43 } } @@ -136627,47 +135039,47 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 78615, - 78621 + 77695, + 77701 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 44 }, "end": { - "line": 2565, + "line": 2540, "column": 50 } } }, "range": [ - 78610, - 78622 + 77690, + 77702 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 39 }, "end": { - "line": 2565, + "line": 2540, "column": 51 } } } ], "range": [ - 78591, - 78623 + 77671, + 77703 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 20 }, "end": { - "line": 2565, + "line": 2540, "column": 52 } } @@ -136677,31 +135089,31 @@ "value": "none", "raw": "'none'", "range": [ - 78628, - 78634 + 77708, + 77714 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 57 }, "end": { - "line": 2565, + "line": 2540, "column": 63 } } }, "range": [ - 78591, - 78634 + 77671, + 77714 ], "loc": { "start": { - "line": 2565, + "line": 2540, "column": 20 }, "end": { - "line": 2565, + "line": 2540, "column": 63 } } @@ -136711,77 +135123,77 @@ "value": true, "raw": "true", "range": [ - 78657, - 78661 + 77737, + 77741 ], "loc": { "start": { - "line": 2566, + "line": 2541, "column": 20 }, "end": { - "line": 2566, + "line": 2541, "column": 24 } } }, "range": [ - 78561, - 78661 + 77641, + 77741 ], "loc": { "start": { - "line": 2564, + "line": 2539, "column": 17 }, "end": { - "line": 2566, + "line": 2541, "column": 24 } } }, "range": [ - 78510, - 78662 + 77590, + 77742 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 19 }, "end": { - "line": 2566, + "line": 2541, "column": 25 } } }, "range": [ - 78503, - 78663 + 77583, + 77743 ], "loc": { "start": { - "line": 2563, + "line": 2538, "column": 12 }, "end": { - "line": 2566, + "line": 2541, "column": 26 } } } ], "range": [ - 78489, - 78673 + 77569, + 77753 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 67 }, "end": { - "line": 2567, + "line": 2542, "column": 9 } } @@ -136789,47 +135201,47 @@ "generator": false, "expression": false, "range": [ - 78477, - 78673 + 77557, + 77753 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 55 }, "end": { - "line": 2567, + "line": 2542, "column": 9 } } } ], "range": [ - 78446, - 78674 + 77526, + 77754 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 24 }, "end": { - "line": 2567, + "line": 2542, "column": 10 } } }, "range": [ - 78434, - 78674 + 77514, + 77754 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 12 }, "end": { - "line": 2567, + "line": 2542, "column": 10 } } @@ -136837,16 +135249,16 @@ ], "kind": "let", "range": [ - 78430, - 78675 + 77510, + 77755 ], "loc": { "start": { - "line": 2562, + "line": 2537, "column": 8 }, "end": { - "line": 2567, + "line": 2542, "column": 11 } }, @@ -136855,16 +135267,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 78334, - 78400 + 77414, + 77480 ], "loc": { "start": { - "line": 2560, + "line": 2535, "column": 8 }, "end": { - "line": 2560, + "line": 2535, "column": 74 } } @@ -136873,16 +135285,16 @@ "type": "Line", "value": " displayed", "range": [ - 78409, - 78421 + 77489, + 77501 ], "loc": { "start": { - "line": 2561, + "line": 2536, "column": 8 }, "end": { - "line": 2561, + "line": 2536, "column": 20 } } @@ -136893,16 +135305,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 78685, - 78738 + 77765, + 77818 ], "loc": { "start": { - "line": 2569, + "line": 2544, "column": 8 }, "end": { - "line": 2569, + "line": 2544, "column": 61 } } @@ -136918,16 +135330,16 @@ "type": "Identifier", "name": "validColValues", "range": [ - 78751, - 78765 + 77831, + 77845 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 12 }, "end": { - "line": 2570, + "line": 2545, "column": 26 } } @@ -136941,16 +135353,16 @@ "type": "Identifier", "name": "validRows", "range": [ - 78768, - 78777 + 77848, + 77857 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 29 }, "end": { - "line": 2570, + "line": 2545, "column": 38 } } @@ -136959,31 +135371,31 @@ "type": "Identifier", "name": "map", "range": [ - 78778, - 78781 + 77858, + 77861 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 39 }, "end": { - "line": 2570, + "line": 2545, "column": 42 } } }, "range": [ - 78768, - 78781 + 77848, + 77861 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 29 }, "end": { - "line": 2570, + "line": 2545, "column": 42 } } @@ -136997,16 +135409,16 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 78783, - 78789 + 77863, + 77869 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 44 }, "end": { - "line": 2570, + "line": 2545, "column": 50 } } @@ -137023,16 +135435,16 @@ "type": "Identifier", "name": "getContent", "range": [ - 78815, - 78825 + 77895, + 77905 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 19 }, "end": { - "line": 2571, + "line": 2546, "column": 29 } } @@ -137051,16 +135463,16 @@ "type": "Identifier", "name": "rows", "range": [ - 78826, - 78830 + 77906, + 77910 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 30 }, "end": { - "line": 2571, + "line": 2546, "column": 34 } } @@ -137069,31 +135481,31 @@ "type": "Identifier", "name": "rowIdx", "range": [ - 78831, - 78837 + 77911, + 77917 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 35 }, "end": { - "line": 2571, + "line": 2546, "column": 41 } } }, "range": [ - 78826, - 78838 + 77906, + 77918 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 30 }, "end": { - "line": 2571, + "line": 2546, "column": 42 } } @@ -137102,31 +135514,31 @@ "type": "Identifier", "name": "cells", "range": [ - 78839, - 78844 + 77919, + 77924 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 43 }, "end": { - "line": 2571, + "line": 2546, "column": 48 } } }, "range": [ - 78826, - 78844 + 77906, + 77924 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 30 }, "end": { - "line": 2571, + "line": 2546, "column": 48 } } @@ -137135,78 +135547,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78845, - 78853 + 77925, + 77933 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 49 }, "end": { - "line": 2571, + "line": 2546, "column": 57 } } }, "range": [ - 78826, - 78854 + 77906, + 77934 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 30 }, "end": { - "line": 2571, + "line": 2546, "column": 58 } } } ], "range": [ - 78815, - 78855 + 77895, + 77935 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 19 }, "end": { - "line": 2571, + "line": 2546, "column": 59 } } }, "range": [ - 78808, - 78856 + 77888, + 77936 ], "loc": { "start": { - "line": 2571, + "line": 2546, "column": 12 }, "end": { - "line": 2571, + "line": 2546, "column": 60 } } } ], "range": [ - 78794, - 78866 + 77874, + 77946 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 55 }, "end": { - "line": 2572, + "line": 2547, "column": 9 } } @@ -137214,47 +135626,47 @@ "generator": false, "expression": false, "range": [ - 78782, - 78866 + 77862, + 77946 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 43 }, "end": { - "line": 2572, + "line": 2547, "column": 9 } } } ], "range": [ - 78768, - 78867 + 77848, + 77947 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 29 }, "end": { - "line": 2572, + "line": 2547, "column": 10 } } }, "range": [ - 78751, - 78867 + 77831, + 77947 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 12 }, "end": { - "line": 2572, + "line": 2547, "column": 10 } } @@ -137262,16 +135674,16 @@ ], "kind": "let", "range": [ - 78747, - 78868 + 77827, + 77948 ], "loc": { "start": { - "line": 2570, + "line": 2545, "column": 8 }, "end": { - "line": 2572, + "line": 2547, "column": 11 } }, @@ -137280,16 +135692,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 78685, - 78738 + 77765, + 77818 ], "loc": { "start": { - "line": 2569, + "line": 2544, "column": 8 }, "end": { - "line": 2569, + "line": 2544, "column": 61 } } @@ -137302,16 +135714,16 @@ "type": "Identifier", "name": "includeHeaders", "range": [ - 78882, - 78896 + 77962, + 77976 ], "loc": { "start": { - "line": 2574, + "line": 2549, "column": 12 }, "end": { - "line": 2574, + "line": 2549, "column": 26 } } @@ -137330,16 +135742,16 @@ "type": "Identifier", "name": "validColValues", "range": [ - 78912, - 78926 + 77992, + 78006 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 12 }, "end": { - "line": 2575, + "line": 2550, "column": 26 } } @@ -137348,31 +135760,31 @@ "type": "Identifier", "name": "unshift", "range": [ - 78927, - 78934 + 78007, + 78014 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 27 }, "end": { - "line": 2575, + "line": 2550, "column": 34 } } }, "range": [ - 78912, - 78934 + 77992, + 78014 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 12 }, "end": { - "line": 2575, + "line": 2550, "column": 34 } } @@ -137389,16 +135801,16 @@ "object": { "type": "ThisExpression", "range": [ - 78935, - 78939 + 78015, + 78019 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 35 }, "end": { - "line": 2575, + "line": 2550, "column": 39 } } @@ -137407,47 +135819,47 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 78940, - 78954 + 78020, + 78034 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 40 }, "end": { - "line": 2575, + "line": 2550, "column": 54 } } }, "range": [ - 78935, - 78954 + 78015, + 78034 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 35 }, "end": { - "line": 2575, + "line": 2550, "column": 54 } } }, "arguments": [], "range": [ - 78935, - 78956 + 78015, + 78036 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 35 }, "end": { - "line": 2575, + "line": 2550, "column": 56 } } @@ -137456,94 +135868,94 @@ "type": "Identifier", "name": "colIndex", "range": [ - 78957, - 78965 + 78037, + 78045 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 57 }, "end": { - "line": 2575, + "line": 2550, "column": 65 } } }, "range": [ - 78935, - 78966 + 78015, + 78046 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 35 }, "end": { - "line": 2575, + "line": 2550, "column": 66 } } } ], "range": [ - 78912, - 78967 + 77992, + 78047 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 12 }, "end": { - "line": 2575, + "line": 2550, "column": 67 } } }, "range": [ - 78912, - 78968 + 77992, + 78048 ], "loc": { "start": { - "line": 2575, + "line": 2550, "column": 12 }, "end": { - "line": 2575, + "line": 2550, "column": 68 } } } ], "range": [ - 78898, - 78978 + 77978, + 78058 ], "loc": { "start": { - "line": 2574, + "line": 2549, "column": 28 }, "end": { - "line": 2576, + "line": 2551, "column": 9 } } }, "alternate": null, "range": [ - 78878, - 78978 + 77958, + 78058 ], "loc": { "start": { - "line": 2574, + "line": 2549, "column": 8 }, "end": { - "line": 2576, + "line": 2551, "column": 9 } } @@ -137554,47 +135966,47 @@ "type": "Identifier", "name": "validColValues", "range": [ - 78995, - 79009 + 78075, + 78089 ], "loc": { "start": { - "line": 2578, + "line": 2553, "column": 15 }, "end": { - "line": 2578, + "line": 2553, "column": 29 } } }, "range": [ - 78988, - 79010 + 78068, + 78090 ], "loc": { "start": { - "line": 2578, + "line": 2553, "column": 8 }, "end": { - "line": 2578, + "line": 2553, "column": 30 } } } ], "range": [ - 78115, - 79016 + 77195, + 78096 ], "loc": { "start": { - "line": 2551, + "line": 2526, "column": 6 }, "end": { - "line": 2579, + "line": 2554, "column": 5 } } @@ -137602,16 +136014,16 @@ "generator": false, "expression": false, "range": [ - 77989, - 79016 + 77069, + 78096 ], "loc": { "start": { - "line": 2545, + "line": 2520, "column": 22 }, "end": { - "line": 2579, + "line": 2554, "column": 5 } } @@ -137619,16 +136031,16 @@ "kind": "method", "computed": false, "range": [ - 77971, - 79016 + 77051, + 78096 ], "loc": { "start": { - "line": 2545, + "line": 2520, "column": 4 }, "end": { - "line": 2579, + "line": 2554, "column": 5 } }, @@ -137637,16 +136049,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": [ - 77360, - 77966 + 76440, + 77046 ], "loc": { "start": { - "line": 2532, + "line": 2507, "column": 4 }, "end": { - "line": 2544, + "line": 2519, "column": 7 } } @@ -137657,16 +136069,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": [ - 79022, - 79184 + 78102, + 78264 ], "loc": { "start": { - "line": 2581, + "line": 2556, "column": 4 }, "end": { - "line": 2585, + "line": 2560, "column": 7 } } @@ -137680,16 +136092,16 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 79189, - 79202 + 78269, + 78282 ], "loc": { "start": { - "line": 2586, + "line": 2561, "column": 4 }, "end": { - "line": 2586, + "line": 2561, "column": 17 } } @@ -137702,16 +136114,16 @@ "type": "Identifier", "name": "row", "range": [ - 79203, - 79206 + 78283, + 78286 ], "loc": { "start": { - "line": 2586, + "line": 2561, "column": 18 }, "end": { - "line": 2586, + "line": 2561, "column": 21 } } @@ -137732,16 +136144,16 @@ "type": "Identifier", "name": "row", "range": [ - 79225, - 79228 + 78305, + 78308 ], "loc": { "start": { - "line": 2587, + "line": 2562, "column": 15 }, "end": { - "line": 2587, + "line": 2562, "column": 18 } } @@ -137750,31 +136162,31 @@ "type": "Identifier", "name": "style", "range": [ - 79229, - 79234 + 78309, + 78314 ], "loc": { "start": { - "line": 2587, + "line": 2562, "column": 19 }, "end": { - "line": 2587, + "line": 2562, "column": 24 } } }, "range": [ - 79225, - 79234 + 78305, + 78314 ], "loc": { "start": { - "line": 2587, + "line": 2562, "column": 15 }, "end": { - "line": 2587, + "line": 2562, "column": 24 } } @@ -137783,62 +136195,62 @@ "type": "Identifier", "name": "display", "range": [ - 79235, - 79242 + 78315, + 78322 ], "loc": { "start": { - "line": 2587, + "line": 2562, "column": 25 }, "end": { - "line": 2587, + "line": 2562, "column": 32 } } }, "range": [ - 79225, - 79242 + 78305, + 78322 ], "loc": { "start": { - "line": 2587, + "line": 2562, "column": 15 }, "end": { - "line": 2587, + "line": 2562, "column": 32 } } }, "range": [ - 79218, - 79243 + 78298, + 78323 ], "loc": { "start": { - "line": 2587, + "line": 2562, "column": 8 }, "end": { - "line": 2587, + "line": 2562, "column": 33 } } } ], "range": [ - 79208, - 79249 + 78288, + 78329 ], "loc": { "start": { - "line": 2586, + "line": 2561, "column": 23 }, "end": { - "line": 2588, + "line": 2563, "column": 5 } } @@ -137846,16 +136258,16 @@ "generator": false, "expression": false, "range": [ - 79202, - 79249 + 78282, + 78329 ], "loc": { "start": { - "line": 2586, + "line": 2561, "column": 17 }, "end": { - "line": 2588, + "line": 2563, "column": 5 } } @@ -137863,16 +136275,16 @@ "kind": "method", "computed": false, "range": [ - 79189, - 79249 + 78269, + 78329 ], "loc": { "start": { - "line": 2586, + "line": 2561, "column": 4 }, "end": { - "line": 2588, + "line": 2563, "column": 5 } }, @@ -137881,16 +136293,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": [ - 79022, - 79184 + 78102, + 78264 ], "loc": { "start": { - "line": 2581, + "line": 2556, "column": 4 }, "end": { - "line": 2585, + "line": 2560, "column": 7 } } @@ -137901,16 +136313,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": [ - 79255, - 79428 + 78335, + 78508 ], "loc": { "start": { - "line": 2590, + "line": 2565, "column": 4 }, "end": { - "line": 2594, + "line": 2569, "column": 7 } } @@ -137924,16 +136336,16 @@ "type": "Identifier", "name": "validateRow", "range": [ - 79433, - 79444 + 78513, + 78524 ], "loc": { "start": { - "line": 2595, + "line": 2570, "column": 4 }, "end": { - "line": 2595, + "line": 2570, "column": 15 } } @@ -137946,16 +136358,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 79445, - 79453 + 78525, + 78533 ], "loc": { "start": { - "line": 2595, + "line": 2570, "column": 16 }, "end": { - "line": 2595, + "line": 2570, "column": 24 } } @@ -137964,16 +136376,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 79455, - 79462 + 78535, + 78542 ], "loc": { "start": { - "line": 2595, + "line": 2570, "column": 26 }, "end": { - "line": 2595, + "line": 2570, "column": 33 } } @@ -137991,16 +136403,16 @@ "type": "Identifier", "name": "row", "range": [ - 79478, - 79481 + 78558, + 78561 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 12 }, "end": { - "line": 2596, + "line": 2571, "column": 15 } } @@ -138019,16 +136431,16 @@ "object": { "type": "ThisExpression", "range": [ - 79484, - 79488 + 78564, + 78568 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 18 }, "end": { - "line": 2596, + "line": 2571, "column": 22 } } @@ -138037,47 +136449,47 @@ "type": "Identifier", "name": "dom", "range": [ - 79489, - 79492 + 78569, + 78572 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 23 }, "end": { - "line": 2596, + "line": 2571, "column": 26 } } }, "range": [ - 79484, - 79492 + 78564, + 78572 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 18 }, "end": { - "line": 2596, + "line": 2571, "column": 26 } } }, "arguments": [], "range": [ - 79484, - 79494 + 78564, + 78574 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 18 }, "end": { - "line": 2596, + "line": 2571, "column": 28 } } @@ -138086,31 +136498,31 @@ "type": "Identifier", "name": "rows", "range": [ - 79495, - 79499 + 78575, + 78579 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 29 }, "end": { - "line": 2596, + "line": 2571, "column": 33 } } }, "range": [ - 79484, - 79499 + 78564, + 78579 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 18 }, "end": { - "line": 2596, + "line": 2571, "column": 33 } } @@ -138119,46 +136531,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 79500, - 79508 + 78580, + 78588 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 34 }, "end": { - "line": 2596, + "line": 2571, "column": 42 } } }, "range": [ - 79484, - 79509 + 78564, + 78589 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 18 }, "end": { - "line": 2596, + "line": 2571, "column": 43 } } }, "range": [ - 79478, - 79509 + 78558, + 78589 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 12 }, "end": { - "line": 2596, + "line": 2571, "column": 43 } } @@ -138166,16 +136578,16 @@ ], "kind": "let", "range": [ - 79474, - 79510 + 78554, + 78590 ], "loc": { "start": { - "line": 2596, + "line": 2571, "column": 8 }, "end": { - "line": 2596, + "line": 2571, "column": 44 } } @@ -138192,32 +136604,32 @@ "type": "Identifier", "name": "row", "range": [ - 79524, - 79527 + 78604, + 78607 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 13 }, "end": { - "line": 2597, + "line": 2572, "column": 16 } } }, "prefix": true, "range": [ - 79523, - 79527 + 78603, + 78607 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 12 }, "end": { - "line": 2597, + "line": 2572, "column": 16 } } @@ -138232,32 +136644,32 @@ "type": "Identifier", "name": "isValid", "range": [ - 79538, - 79545 + 78618, + 78625 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 27 }, "end": { - "line": 2597, + "line": 2572, "column": 34 } } }, "prefix": true, "range": [ - 79531, - 79545 + 78611, + 78625 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 20 }, "end": { - "line": 2597, + "line": 2572, "column": 34 } } @@ -138267,46 +136679,46 @@ "value": "boolean", "raw": "'boolean'", "range": [ - 79550, - 79559 + 78630, + 78639 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 39 }, "end": { - "line": 2597, + "line": 2572, "column": 48 } } }, "range": [ - 79531, - 79559 + 78611, + 78639 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 20 }, "end": { - "line": 2597, + "line": 2572, "column": 48 } } }, "range": [ - 79523, - 79559 + 78603, + 78639 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 12 }, "end": { - "line": 2597, + "line": 2572, "column": 48 } } @@ -138318,48 +136730,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 79575, - 79582 + 78655, + 78662 ], "loc": { "start": { - "line": 2598, + "line": 2573, "column": 12 }, "end": { - "line": 2598, + "line": 2573, "column": 19 } } } ], "range": [ - 79561, - 79592 + 78641, + 78672 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 50 }, "end": { - "line": 2599, + "line": 2574, "column": 9 } } }, "alternate": null, "range": [ - 79519, - 79592 + 78599, + 78672 ], "loc": { "start": { - "line": 2597, + "line": 2572, "column": 8 }, "end": { - "line": 2599, + "line": 2574, "column": 9 } }, @@ -138368,16 +136780,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 79602, - 79634 + 78682, + 78714 ], "loc": { "start": { - "line": 2601, + "line": 2576, "column": 8 }, "end": { - "line": 2601, + "line": 2576, "column": 40 } } @@ -138395,16 +136807,16 @@ "object": { "type": "ThisExpression", "range": [ - 79647, - 79651 + 78727, + 78731 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 12 }, "end": { - "line": 2602, + "line": 2577, "column": 16 } } @@ -138413,31 +136825,31 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 79652, - 79666 + 78732, + 78746 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 17 }, "end": { - "line": 2602, + "line": 2577, "column": 31 } } }, "range": [ - 79647, - 79666 + 78727, + 78746 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 12 }, "end": { - "line": 2602, + "line": 2577, "column": 31 } } @@ -138456,16 +136868,16 @@ "object": { "type": "ThisExpression", "range": [ - 79670, - 79674 + 78750, + 78754 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 35 }, "end": { - "line": 2602, + "line": 2577, "column": 39 } } @@ -138474,31 +136886,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 79675, - 79686 + 78755, + 78766 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 40 }, "end": { - "line": 2602, + "line": 2577, "column": 51 } } }, "range": [ - 79670, - 79686 + 78750, + 78766 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 35 }, "end": { - "line": 2602, + "line": 2577, "column": 51 } } @@ -138507,31 +136919,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 79687, - 79694 + 78767, + 78774 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 52 }, "end": { - "line": 2602, + "line": 2577, "column": 59 } } }, "range": [ - 79670, - 79694 + 78750, + 78774 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 35 }, "end": { - "line": 2602, + "line": 2577, "column": 59 } } @@ -138541,32 +136953,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 79695, - 79703 + 78775, + 78783 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 60 }, "end": { - "line": 2602, + "line": 2577, "column": 68 } } } ], "range": [ - 79670, - 79704 + 78750, + 78784 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 35 }, "end": { - "line": 2602, + "line": 2577, "column": 69 } } @@ -138579,62 +136991,62 @@ "value": 1, "raw": "1", "range": [ - 79710, - 79711 + 78790, + 78791 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 75 }, "end": { - "line": 2602, + "line": 2577, "column": 76 } } }, "prefix": true, "range": [ - 79709, - 79711 + 78789, + 78791 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 74 }, "end": { - "line": 2602, + "line": 2577, "column": 76 } } }, "range": [ - 79670, - 79711 + 78750, + 78791 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 35 }, "end": { - "line": 2602, + "line": 2577, "column": 76 } } }, "range": [ - 79647, - 79711 + 78727, + 78791 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 12 }, "end": { - "line": 2602, + "line": 2577, "column": 76 } } @@ -138651,16 +137063,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 79727, - 79734 + 78807, + 78814 ], "loc": { "start": { - "line": 2603, + "line": 2578, "column": 12 }, "end": { - "line": 2603, + "line": 2578, "column": 19 } } @@ -138670,78 +137082,78 @@ "value": true, "raw": "true", "range": [ - 79737, - 79741 + 78817, + 78821 ], "loc": { "start": { - "line": 2603, + "line": 2578, "column": 22 }, "end": { - "line": 2603, + "line": 2578, "column": 26 } } }, "range": [ - 79727, - 79741 + 78807, + 78821 ], "loc": { "start": { - "line": 2603, + "line": 2578, "column": 12 }, "end": { - "line": 2603, + "line": 2578, "column": 26 } } }, "range": [ - 79727, - 79742 + 78807, + 78822 ], "loc": { "start": { - "line": 2603, + "line": 2578, "column": 12 }, "end": { - "line": 2603, + "line": 2578, "column": 27 } } } ], "range": [ - 79713, - 79752 + 78793, + 78832 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 78 }, "end": { - "line": 2604, + "line": 2579, "column": 9 } } }, "alternate": null, "range": [ - 79643, - 79752 + 78723, + 78832 ], "loc": { "start": { - "line": 2602, + "line": 2577, "column": 8 }, "end": { - "line": 2604, + "line": 2579, "column": 9 } }, @@ -138750,16 +137162,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 79602, - 79634 + 78682, + 78714 ], "loc": { "start": { - "line": 2601, + "line": 2576, "column": 8 }, "end": { - "line": 2601, + "line": 2576, "column": 40 } } @@ -138775,16 +137187,16 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 79766, - 79777 + 78846, + 78857 ], "loc": { "start": { - "line": 2606, + "line": 2581, "column": 12 }, "end": { - "line": 2606, + "line": 2581, "column": 23 } } @@ -138795,16 +137207,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 79780, - 79787 + 78860, + 78867 ], "loc": { "start": { - "line": 2606, + "line": 2581, "column": 26 }, "end": { - "line": 2606, + "line": 2581, "column": 33 } } @@ -138814,16 +137226,16 @@ "value": "", "raw": "''", "range": [ - 79790, - 79792 + 78870, + 78872 ], "loc": { "start": { - "line": 2606, + "line": 2581, "column": 36 }, "end": { - "line": 2606, + "line": 2581, "column": 38 } } @@ -138832,46 +137244,46 @@ "type": "Identifier", "name": "NONE", "range": [ - 79795, - 79799 + 78875, + 78879 ], "loc": { "start": { - "line": 2606, + "line": 2581, "column": 41 }, "end": { - "line": 2606, + "line": 2581, "column": 45 } } }, "range": [ - 79780, - 79799 + 78860, + 78879 ], "loc": { "start": { - "line": 2606, + "line": 2581, "column": 26 }, "end": { - "line": 2606, + "line": 2581, "column": 45 } } }, "range": [ - 79766, - 79799 + 78846, + 78879 ], "loc": { "start": { - "line": 2606, + "line": 2581, "column": 12 }, "end": { - "line": 2606, + "line": 2581, "column": 45 } } @@ -138882,16 +137294,16 @@ "type": "Identifier", "name": "validFlag", "range": [ - 79813, - 79822 + 78893, + 78902 ], "loc": { "start": { - "line": 2607, + "line": 2582, "column": 12 }, "end": { - "line": 2607, + "line": 2582, "column": 21 } } @@ -138902,16 +137314,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 79825, - 79832 + 78905, + 78912 ], "loc": { "start": { - "line": 2607, + "line": 2582, "column": 24 }, "end": { - "line": 2607, + "line": 2582, "column": 31 } } @@ -138921,16 +137333,16 @@ "value": "true", "raw": "'true'", "range": [ - 79835, - 79841 + 78915, + 78921 ], "loc": { "start": { - "line": 2607, + "line": 2582, "column": 34 }, "end": { - "line": 2607, + "line": 2582, "column": 40 } } @@ -138940,46 +137352,46 @@ "value": "false", "raw": "'false'", "range": [ - 79844, - 79851 + 78924, + 78931 ], "loc": { "start": { - "line": 2607, + "line": 2582, "column": 43 }, "end": { - "line": 2607, + "line": 2582, "column": 50 } } }, "range": [ - 79825, - 79851 + 78905, + 78931 ], "loc": { "start": { - "line": 2607, + "line": 2582, "column": 24 }, "end": { - "line": 2607, + "line": 2582, "column": 50 } } }, "range": [ - 79813, - 79851 + 78893, + 78931 ], "loc": { "start": { - "line": 2607, + "line": 2582, "column": 12 }, "end": { - "line": 2607, + "line": 2582, "column": 50 } } @@ -138987,16 +137399,16 @@ ], "kind": "let", "range": [ - 79762, - 79852 + 78842, + 78932 ], "loc": { "start": { - "line": 2606, + "line": 2581, "column": 8 }, "end": { - "line": 2607, + "line": 2582, "column": 51 } } @@ -139016,16 +137428,16 @@ "type": "Identifier", "name": "row", "range": [ - 79861, - 79864 + 78941, + 78944 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 8 }, "end": { - "line": 2608, + "line": 2583, "column": 11 } } @@ -139034,31 +137446,31 @@ "type": "Identifier", "name": "style", "range": [ - 79865, - 79870 + 78945, + 78950 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 12 }, "end": { - "line": 2608, + "line": 2583, "column": 17 } } }, "range": [ - 79861, - 79870 + 78941, + 78950 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 8 }, "end": { - "line": 2608, + "line": 2583, "column": 17 } } @@ -139067,31 +137479,31 @@ "type": "Identifier", "name": "display", "range": [ - 79871, - 79878 + 78951, + 78958 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 18 }, "end": { - "line": 2608, + "line": 2583, "column": 25 } } }, "range": [ - 79861, - 79878 + 78941, + 78958 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 8 }, "end": { - "line": 2608, + "line": 2583, "column": 25 } } @@ -139100,46 +137512,46 @@ "type": "Identifier", "name": "displayFlag", "range": [ - 79881, - 79892 + 78961, + 78972 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 28 }, "end": { - "line": 2608, + "line": 2583, "column": 39 } } }, "range": [ - 79861, - 79892 + 78941, + 78972 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 8 }, "end": { - "line": 2608, + "line": 2583, "column": 39 } } }, "range": [ - 79861, - 79893 + 78941, + 78973 ], "loc": { "start": { - "line": 2608, + "line": 2583, "column": 8 }, "end": { - "line": 2608, + "line": 2583, "column": 40 } } @@ -139152,16 +137564,16 @@ "object": { "type": "ThisExpression", "range": [ - 79907, - 79911 + 78987, + 78991 ], "loc": { "start": { - "line": 2610, + "line": 2585, "column": 12 }, "end": { - "line": 2610, + "line": 2585, "column": 16 } } @@ -139170,31 +137582,31 @@ "type": "Identifier", "name": "paging", "range": [ - 79912, - 79918 + 78992, + 78998 ], "loc": { "start": { - "line": 2610, + "line": 2585, "column": 17 }, "end": { - "line": 2610, + "line": 2585, "column": 23 } } }, "range": [ - 79907, - 79918 + 78987, + 78998 ], "loc": { "start": { - "line": 2610, + "line": 2585, "column": 12 }, "end": { - "line": 2610, + "line": 2585, "column": 23 } } @@ -139213,16 +137625,16 @@ "type": "Identifier", "name": "row", "range": [ - 79934, - 79937 + 79014, + 79017 ], "loc": { "start": { - "line": 2611, + "line": 2586, "column": 12 }, "end": { - "line": 2611, + "line": 2586, "column": 15 } } @@ -139231,31 +137643,31 @@ "type": "Identifier", "name": "setAttribute", "range": [ - 79938, - 79950 + 79018, + 79030 ], "loc": { "start": { - "line": 2611, + "line": 2586, "column": 16 }, "end": { - "line": 2611, + "line": 2586, "column": 28 } } }, "range": [ - 79934, - 79950 + 79014, + 79030 ], "loc": { "start": { - "line": 2611, + "line": 2586, "column": 12 }, "end": { - "line": 2611, + "line": 2586, "column": 28 } } @@ -139266,16 +137678,16 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 79951, - 79961 + 79031, + 79041 ], "loc": { "start": { - "line": 2611, + "line": 2586, "column": 29 }, "end": { - "line": 2611, + "line": 2586, "column": 39 } } @@ -139284,79 +137696,79 @@ "type": "Identifier", "name": "validFlag", "range": [ - 79963, - 79972 + 79043, + 79052 ], "loc": { "start": { - "line": 2611, + "line": 2586, "column": 41 }, "end": { - "line": 2611, + "line": 2586, "column": 50 } } } ], "range": [ - 79934, - 79973 + 79014, + 79053 ], "loc": { "start": { - "line": 2611, + "line": 2586, "column": 12 }, "end": { - "line": 2611, + "line": 2586, "column": 51 } } }, "range": [ - 79934, - 79974 + 79014, + 79054 ], "loc": { "start": { - "line": 2611, + "line": 2586, "column": 12 }, "end": { - "line": 2611, + "line": 2586, "column": 52 } } } ], "range": [ - 79920, - 79984 + 79000, + 79064 ], "loc": { "start": { - "line": 2610, + "line": 2585, "column": 25 }, "end": { - "line": 2612, + "line": 2587, "column": 9 } } }, "alternate": null, "range": [ - 79903, - 79984 + 78983, + 79064 ], "loc": { "start": { - "line": 2610, + "line": 2585, "column": 8 }, "end": { - "line": 2612, + "line": 2587, "column": 9 } } @@ -139367,16 +137779,16 @@ "type": "Identifier", "name": "isValid", "range": [ - 79998, - 80005 + 79078, + 79085 ], "loc": { "start": { - "line": 2614, + "line": 2589, "column": 12 }, "end": { - "line": 2614, + "line": 2589, "column": 19 } } @@ -139400,16 +137812,16 @@ "object": { "type": "ThisExpression", "range": [ - 80025, - 80029 + 79105, + 79109 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 16 }, "end": { - "line": 2615, + "line": 2590, "column": 20 } } @@ -139418,31 +137830,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 80030, - 80044 + 79110, + 79124 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 21 }, "end": { - "line": 2615, + "line": 2590, "column": 35 } } }, "range": [ - 80025, - 80044 + 79105, + 79124 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 16 }, "end": { - "line": 2615, + "line": 2590, "column": 35 } } @@ -139451,31 +137863,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 80045, - 80052 + 79125, + 79132 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 36 }, "end": { - "line": 2615, + "line": 2590, "column": 43 } } }, "range": [ - 80025, - 80052 + 79105, + 79132 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 16 }, "end": { - "line": 2615, + "line": 2590, "column": 43 } } @@ -139485,32 +137897,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 80053, - 80061 + 79133, + 79141 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 44 }, "end": { - "line": 2615, + "line": 2590, "column": 52 } } } ], "range": [ - 80025, - 80062 + 79105, + 79142 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 16 }, "end": { - "line": 2615, + "line": 2590, "column": 53 } } @@ -139523,47 +137935,47 @@ "value": 1, "raw": "1", "range": [ - 80068, - 80069 + 79148, + 79149 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 59 }, "end": { - "line": 2615, + "line": 2590, "column": 60 } } }, "prefix": true, "range": [ - 80067, - 80069 + 79147, + 79149 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 58 }, "end": { - "line": 2615, + "line": 2590, "column": 60 } } }, "range": [ - 80025, - 80069 + 79105, + 79149 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 16 }, "end": { - "line": 2615, + "line": 2590, "column": 60 } } @@ -139584,16 +137996,16 @@ "object": { "type": "ThisExpression", "range": [ - 80089, - 80093 + 79169, + 79173 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 16 }, "end": { - "line": 2616, + "line": 2591, "column": 20 } } @@ -139602,31 +138014,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 80094, - 80108 + 79174, + 79188 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 21 }, "end": { - "line": 2616, + "line": 2591, "column": 35 } } }, "range": [ - 80089, - 80108 + 79169, + 79188 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 16 }, "end": { - "line": 2616, + "line": 2591, "column": 35 } } @@ -139635,31 +138047,31 @@ "type": "Identifier", "name": "push", "range": [ - 80109, - 80113 + 79189, + 79193 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 36 }, "end": { - "line": 2616, + "line": 2591, "column": 40 } } }, "range": [ - 80089, - 80113 + 79169, + 79193 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 16 }, "end": { - "line": 2616, + "line": 2591, "column": 40 } } @@ -139669,79 +138081,79 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 80114, - 80122 + 79194, + 79202 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 41 }, "end": { - "line": 2616, + "line": 2591, "column": 49 } } } ], "range": [ - 80089, - 80123 + 79169, + 79203 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 16 }, "end": { - "line": 2616, + "line": 2591, "column": 50 } } }, "range": [ - 80089, - 80124 + 79169, + 79204 ], "loc": { "start": { - "line": 2616, + "line": 2591, "column": 16 }, "end": { - "line": 2616, + "line": 2591, "column": 51 } } } ], "range": [ - 80071, - 80138 + 79151, + 79218 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 62 }, "end": { - "line": 2617, + "line": 2592, "column": 13 } } }, "alternate": null, "range": [ - 80021, - 80138 + 79101, + 79218 ], "loc": { "start": { - "line": 2615, + "line": 2590, "column": 12 }, "end": { - "line": 2617, + "line": 2592, "column": 13 } } @@ -139756,16 +138168,16 @@ "object": { "type": "ThisExpression", "range": [ - 80152, - 80156 + 79232, + 79236 ], "loc": { "start": { - "line": 2619, + "line": 2594, "column": 12 }, "end": { - "line": 2619, + "line": 2594, "column": 16 } } @@ -139774,31 +138186,31 @@ "type": "Identifier", "name": "onRowValidated", "range": [ - 80157, - 80171 + 79237, + 79251 ], "loc": { "start": { - "line": 2619, + "line": 2594, "column": 17 }, "end": { - "line": 2619, + "line": 2594, "column": 31 } } }, "range": [ - 80152, - 80171 + 79232, + 79251 ], "loc": { "start": { - "line": 2619, + "line": 2594, "column": 12 }, "end": { - "line": 2619, + "line": 2594, "column": 31 } } @@ -139807,16 +138219,16 @@ { "type": "ThisExpression", "range": [ - 80172, - 80176 + 79252, + 79256 ], "loc": { "start": { - "line": 2619, + "line": 2594, "column": 32 }, "end": { - "line": 2619, + "line": 2594, "column": 36 } } @@ -139825,47 +138237,47 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 80178, - 80186 + 79258, + 79266 ], "loc": { "start": { - "line": 2619, + "line": 2594, "column": 38 }, "end": { - "line": 2619, + "line": 2594, "column": 46 } } } ], "range": [ - 80152, - 80187 + 79232, + 79267 ], "loc": { "start": { - "line": 2619, + "line": 2594, "column": 12 }, "end": { - "line": 2619, + "line": 2594, "column": 47 } } }, "range": [ - 80152, - 80188 + 79232, + 79268 ], "loc": { "start": { - "line": 2619, + "line": 2594, "column": 12 }, "end": { - "line": 2619, + "line": 2594, "column": 48 } } @@ -139883,16 +138295,16 @@ "object": { "type": "ThisExpression", "range": [ - 80202, - 80206 + 79282, + 79286 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 12 }, "end": { - "line": 2621, + "line": 2596, "column": 16 } } @@ -139901,31 +138313,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 80207, - 80214 + 79287, + 79294 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 17 }, "end": { - "line": 2621, + "line": 2596, "column": 24 } } }, "range": [ - 80202, - 80214 + 79282, + 79294 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 12 }, "end": { - "line": 2621, + "line": 2596, "column": 24 } } @@ -139934,31 +138346,31 @@ "type": "Identifier", "name": "emit", "range": [ - 80215, - 80219 + 79295, + 79299 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 25 }, "end": { - "line": 2621, + "line": 2596, "column": 29 } } }, "range": [ - 80202, - 80219 + 79282, + 79299 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 12 }, "end": { - "line": 2621, + "line": 2596, "column": 29 } } @@ -139969,16 +138381,16 @@ "value": "row-validated", "raw": "'row-validated'", "range": [ - 80220, - 80235 + 79300, + 79315 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 30 }, "end": { - "line": 2621, + "line": 2596, "column": 45 } } @@ -139986,16 +138398,16 @@ { "type": "ThisExpression", "range": [ - 80237, - 80241 + 79317, + 79321 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 47 }, "end": { - "line": 2621, + "line": 2596, "column": 51 } } @@ -140004,95 +138416,95 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 80243, - 80251 + 79323, + 79331 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 53 }, "end": { - "line": 2621, + "line": 2596, "column": 61 } } } ], "range": [ - 80202, - 80252 + 79282, + 79332 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 12 }, "end": { - "line": 2621, + "line": 2596, "column": 62 } } }, "range": [ - 80202, - 80253 + 79282, + 79333 ], "loc": { "start": { - "line": 2621, + "line": 2596, "column": 12 }, "end": { - "line": 2621, + "line": 2596, "column": 63 } } } ], "range": [ - 80007, - 80263 + 79087, + 79343 ], "loc": { "start": { - "line": 2614, + "line": 2589, "column": 21 }, "end": { - "line": 2622, + "line": 2597, "column": 9 } } }, "alternate": null, "range": [ - 79994, - 80263 + 79074, + 79343 ], "loc": { "start": { - "line": 2614, + "line": 2589, "column": 8 }, "end": { - "line": 2622, + "line": 2597, "column": 9 } } } ], "range": [ - 79464, - 80269 + 78544, + 79349 ], "loc": { "start": { - "line": 2595, + "line": 2570, "column": 35 }, "end": { - "line": 2623, + "line": 2598, "column": 5 } } @@ -140100,16 +138512,16 @@ "generator": false, "expression": false, "range": [ - 79444, - 80269 + 78524, + 79349 ], "loc": { "start": { - "line": 2595, + "line": 2570, "column": 15 }, "end": { - "line": 2623, + "line": 2598, "column": 5 } } @@ -140117,16 +138529,16 @@ "kind": "method", "computed": false, "range": [ - 79433, - 80269 + 78513, + 79349 ], "loc": { "start": { - "line": 2595, + "line": 2570, "column": 4 }, "end": { - "line": 2623, + "line": 2598, "column": 5 } }, @@ -140135,16 +138547,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": [ - 79255, - 79428 + 78335, + 78508 ], "loc": { "start": { - "line": 2590, + "line": 2565, "column": 4 }, "end": { - "line": 2594, + "line": 2569, "column": 7 } } @@ -140155,16 +138567,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 80275, - 80322 + 79355, + 79402 ], "loc": { "start": { - "line": 2625, + "line": 2600, "column": 4 }, "end": { - "line": 2627, + "line": 2602, "column": 7 } } @@ -140178,16 +138590,16 @@ "type": "Identifier", "name": "validateAllRows", "range": [ - 80327, - 80342 + 79407, + 79422 ], "loc": { "start": { - "line": 2628, + "line": 2603, "column": 4 }, "end": { - "line": 2628, + "line": 2603, "column": 19 } } @@ -140210,16 +138622,16 @@ "object": { "type": "ThisExpression", "range": [ - 80360, - 80364 + 79440, + 79444 ], "loc": { "start": { - "line": 2629, + "line": 2604, "column": 13 }, "end": { - "line": 2629, + "line": 2604, "column": 17 } } @@ -140228,47 +138640,47 @@ "type": "Identifier", "name": "initialized", "range": [ - 80365, - 80376 + 79445, + 79456 ], "loc": { "start": { - "line": 2629, + "line": 2604, "column": 18 }, "end": { - "line": 2629, + "line": 2604, "column": 29 } } }, "range": [ - 80360, - 80376 + 79440, + 79456 ], "loc": { "start": { - "line": 2629, + "line": 2604, "column": 13 }, "end": { - "line": 2629, + "line": 2604, "column": 29 } } }, "prefix": true, "range": [ - 80359, - 80376 + 79439, + 79456 ], "loc": { "start": { - "line": 2629, + "line": 2604, "column": 12 }, "end": { - "line": 2629, + "line": 2604, "column": 29 } } @@ -140280,48 +138692,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80392, - 80399 + 79472, + 79479 ], "loc": { "start": { - "line": 2630, + "line": 2605, "column": 12 }, "end": { - "line": 2630, + "line": 2605, "column": 19 } } } ], "range": [ - 80378, - 80409 + 79458, + 79489 ], "loc": { "start": { - "line": 2629, + "line": 2604, "column": 31 }, "end": { - "line": 2631, + "line": 2606, "column": 9 } } }, "alternate": null, "range": [ - 80355, - 80409 + 79435, + 79489 ], "loc": { "start": { - "line": 2629, + "line": 2604, "column": 8 }, "end": { - "line": 2631, + "line": 2606, "column": 9 } } @@ -140337,16 +138749,16 @@ "object": { "type": "ThisExpression", "range": [ - 80418, - 80422 + 79498, + 79502 ], "loc": { "start": { - "line": 2632, + "line": 2607, "column": 8 }, "end": { - "line": 2632, + "line": 2607, "column": 12 } } @@ -140355,31 +138767,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 80423, - 80437 + 79503, + 79517 ], "loc": { "start": { - "line": 2632, + "line": 2607, "column": 13 }, "end": { - "line": 2632, + "line": 2607, "column": 27 } } }, "range": [ - 80418, - 80437 + 79498, + 79517 ], "loc": { "start": { - "line": 2632, + "line": 2607, "column": 8 }, "end": { - "line": 2632, + "line": 2607, "column": 27 } } @@ -140388,46 +138800,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 80440, - 80442 + 79520, + 79522 ], "loc": { "start": { - "line": 2632, + "line": 2607, "column": 30 }, "end": { - "line": 2632, + "line": 2607, "column": 32 } } }, "range": [ - 80418, - 80442 + 79498, + 79522 ], "loc": { "start": { - "line": 2632, + "line": 2607, "column": 8 }, "end": { - "line": 2632, + "line": 2607, "column": 32 } } }, "range": [ - 80418, - 80443 + 79498, + 79523 ], "loc": { "start": { - "line": 2632, + "line": 2607, "column": 8 }, "end": { - "line": 2632, + "line": 2607, "column": 33 } } @@ -140443,16 +138855,16 @@ "type": "Identifier", "name": "k", "range": [ - 80461, - 80462 + 79541, + 79542 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 17 }, "end": { - "line": 2633, + "line": 2608, "column": 18 } } @@ -140463,16 +138875,16 @@ "object": { "type": "ThisExpression", "range": [ - 80465, - 80469 + 79545, + 79549 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 21 }, "end": { - "line": 2633, + "line": 2608, "column": 25 } } @@ -140481,46 +138893,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 80470, - 80476 + 79550, + 79556 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 26 }, "end": { - "line": 2633, + "line": 2608, "column": 32 } } }, "range": [ - 80465, - 80476 + 79545, + 79556 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 21 }, "end": { - "line": 2633, + "line": 2608, "column": 32 } } }, "range": [ - 80461, - 80476 + 79541, + 79556 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 17 }, "end": { - "line": 2633, + "line": 2608, "column": 32 } } @@ -140528,16 +138940,16 @@ ], "kind": "let", "range": [ - 80457, - 80476 + 79537, + 79556 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 13 }, "end": { - "line": 2633, + "line": 2608, "column": 32 } } @@ -140549,16 +138961,16 @@ "type": "Identifier", "name": "k", "range": [ - 80478, - 80479 + 79558, + 79559 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 34 }, "end": { - "line": 2633, + "line": 2608, "column": 35 } } @@ -140569,16 +138981,16 @@ "object": { "type": "ThisExpression", "range": [ - 80482, - 80486 + 79562, + 79566 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 38 }, "end": { - "line": 2633, + "line": 2608, "column": 42 } } @@ -140587,46 +138999,46 @@ "type": "Identifier", "name": "nbFilterableRows", "range": [ - 80487, - 80503 + 79567, + 79583 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 43 }, "end": { - "line": 2633, + "line": 2608, "column": 59 } } }, "range": [ - 80482, - 80503 + 79562, + 79583 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 38 }, "end": { - "line": 2633, + "line": 2608, "column": 59 } } }, "range": [ - 80478, - 80503 + 79558, + 79583 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 34 }, "end": { - "line": 2633, + "line": 2608, "column": 59 } } @@ -140638,32 +139050,32 @@ "type": "Identifier", "name": "k", "range": [ - 80505, - 80506 + 79585, + 79586 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 61 }, "end": { - "line": 2633, + "line": 2608, "column": 62 } } }, "prefix": false, "range": [ - 80505, - 80508 + 79585, + 79588 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 61 }, "end": { - "line": 2633, + "line": 2608, "column": 64 } } @@ -140681,16 +139093,16 @@ "object": { "type": "ThisExpression", "range": [ - 80524, - 80528 + 79604, + 79608 ], "loc": { "start": { - "line": 2634, + "line": 2609, "column": 12 }, "end": { - "line": 2634, + "line": 2609, "column": 16 } } @@ -140699,31 +139111,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 80529, - 80540 + 79609, + 79620 ], "loc": { "start": { - "line": 2634, + "line": 2609, "column": 17 }, "end": { - "line": 2634, + "line": 2609, "column": 28 } } }, "range": [ - 80524, - 80540 + 79604, + 79620 ], "loc": { "start": { - "line": 2634, + "line": 2609, "column": 12 }, "end": { - "line": 2634, + "line": 2609, "column": 28 } } @@ -140733,16 +139145,16 @@ "type": "Identifier", "name": "k", "range": [ - 80541, - 80542 + 79621, + 79622 ], "loc": { "start": { - "line": 2634, + "line": 2609, "column": 29 }, "end": { - "line": 2634, + "line": 2609, "column": 30 } } @@ -140752,94 +139164,94 @@ "value": true, "raw": "true", "range": [ - 80544, - 80548 + 79624, + 79628 ], "loc": { "start": { - "line": 2634, + "line": 2609, "column": 32 }, "end": { - "line": 2634, + "line": 2609, "column": 36 } } } ], "range": [ - 80524, - 80549 + 79604, + 79629 ], "loc": { "start": { - "line": 2634, + "line": 2609, "column": 12 }, "end": { - "line": 2634, + "line": 2609, "column": 37 } } }, "range": [ - 80524, - 80550 + 79604, + 79630 ], "loc": { "start": { - "line": 2634, + "line": 2609, "column": 12 }, "end": { - "line": 2634, + "line": 2609, "column": 38 } } } ], "range": [ - 80510, - 80560 + 79590, + 79640 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 66 }, "end": { - "line": 2635, + "line": 2610, "column": 9 } } }, "range": [ - 80452, - 80560 + 79532, + 79640 ], "loc": { "start": { - "line": 2633, + "line": 2608, "column": 8 }, "end": { - "line": 2635, + "line": 2610, "column": 9 } } } ], "range": [ - 80345, - 80566 + 79425, + 79646 ], "loc": { "start": { - "line": 2628, + "line": 2603, "column": 22 }, "end": { - "line": 2636, + "line": 2611, "column": 5 } } @@ -140847,16 +139259,16 @@ "generator": false, "expression": false, "range": [ - 80342, - 80566 + 79422, + 79646 ], "loc": { "start": { - "line": 2628, + "line": 2603, "column": 19 }, "end": { - "line": 2636, + "line": 2611, "column": 5 } } @@ -140864,16 +139276,16 @@ "kind": "method", "computed": false, "range": [ - 80327, - 80566 + 79407, + 79646 ], "loc": { "start": { - "line": 2628, + "line": 2603, "column": 4 }, "end": { - "line": 2636, + "line": 2611, "column": 5 } }, @@ -140882,16 +139294,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 80275, - 80322 + 79355, + 79402 ], "loc": { "start": { - "line": 2625, + "line": 2600, "column": 4 }, "end": { - "line": 2627, + "line": 2602, "column": 7 } } @@ -140902,16 +139314,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": [ - 80572, - 80734 + 79652, + 79814 ], "loc": { "start": { - "line": 2638, + "line": 2613, "column": 4 }, "end": { - "line": 2642, + "line": 2617, "column": 7 } } @@ -140925,16 +139337,16 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 80739, - 80753 + 79819, + 79833 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 4 }, "end": { - "line": 2643, + "line": 2618, "column": 18 } } @@ -140947,16 +139359,16 @@ "type": "Identifier", "name": "index", "range": [ - 80754, - 80759 + 79834, + 79839 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 19 }, "end": { - "line": 2643, + "line": 2618, "column": 24 } } @@ -140967,16 +139379,16 @@ "type": "Identifier", "name": "query", "range": [ - 80761, - 80766 + 79841, + 79846 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 26 }, "end": { - "line": 2643, + "line": 2618, "column": 31 } } @@ -140986,31 +139398,31 @@ "value": "", "raw": "''", "range": [ - 80769, - 80771 + 79849, + 79851 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 34 }, "end": { - "line": 2643, + "line": 2618, "column": 36 } } }, "range": [ - 80761, - 80771 + 79841, + 79851 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 26 }, "end": { - "line": 2643, + "line": 2618, "column": 36 } } @@ -141030,16 +139442,16 @@ "object": { "type": "ThisExpression", "range": [ - 80788, - 80792 + 79868, + 79872 ], "loc": { "start": { - "line": 2644, + "line": 2619, "column": 13 }, "end": { - "line": 2644, + "line": 2619, "column": 17 } } @@ -141048,47 +139460,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 80793, - 80800 + 79873, + 79880 ], "loc": { "start": { - "line": 2644, + "line": 2619, "column": 18 }, "end": { - "line": 2644, + "line": 2619, "column": 25 } } }, "range": [ - 80788, - 80800 + 79868, + 79880 ], "loc": { "start": { - "line": 2644, + "line": 2619, "column": 13 }, "end": { - "line": 2644, + "line": 2619, "column": 25 } } }, "prefix": true, "range": [ - 80787, - 80800 + 79867, + 79880 ], "loc": { "start": { - "line": 2644, + "line": 2619, "column": 12 }, "end": { - "line": 2644, + "line": 2619, "column": 25 } } @@ -141100,48 +139512,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 80816, - 80823 + 79896, + 79903 ], "loc": { "start": { - "line": 2645, + "line": 2620, "column": 12 }, "end": { - "line": 2645, + "line": 2620, "column": 19 } } } ], "range": [ - 80802, - 80833 + 79882, + 79913 ], "loc": { "start": { - "line": 2644, + "line": 2619, "column": 27 }, "end": { - "line": 2646, + "line": 2621, "column": 9 } } }, "alternate": null, "range": [ - 80783, - 80833 + 79863, + 79913 ], "loc": { "start": { - "line": 2644, + "line": 2619, "column": 8 }, "end": { - "line": 2646, + "line": 2621, "column": 9 } } @@ -141155,16 +139567,16 @@ "type": "Identifier", "name": "slc", "range": [ - 80846, - 80849 + 79926, + 79929 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 12 }, "end": { - "line": 2647, + "line": 2622, "column": 15 } } @@ -141177,16 +139589,16 @@ "object": { "type": "ThisExpression", "range": [ - 80852, - 80856 + 79932, + 79936 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 18 }, "end": { - "line": 2647, + "line": 2622, "column": 22 } } @@ -141195,31 +139607,31 @@ "type": "Identifier", "name": "getFilterElement", "range": [ - 80857, - 80873 + 79937, + 79953 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 23 }, "end": { - "line": 2647, + "line": 2622, "column": 39 } } }, "range": [ - 80852, - 80873 + 79932, + 79953 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 18 }, "end": { - "line": 2647, + "line": 2622, "column": 39 } } @@ -141229,47 +139641,47 @@ "type": "Identifier", "name": "index", "range": [ - 80874, - 80879 + 79954, + 79959 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 40 }, "end": { - "line": 2647, + "line": 2622, "column": 45 } } } ], "range": [ - 80852, - 80880 + 79932, + 79960 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 18 }, "end": { - "line": 2647, + "line": 2622, "column": 46 } } }, "range": [ - 80846, - 80880 + 79926, + 79960 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 12 }, "end": { - "line": 2647, + "line": 2622, "column": 46 } } @@ -141280,16 +139692,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 80894, - 80904 + 79974, + 79984 ], "loc": { "start": { - "line": 2648, + "line": 2623, "column": 12 }, "end": { - "line": 2648, + "line": 2623, "column": 22 } } @@ -141302,16 +139714,16 @@ "object": { "type": "ThisExpression", "range": [ - 80907, - 80911 + 79987, + 79991 ], "loc": { "start": { - "line": 2648, + "line": 2623, "column": 25 }, "end": { - "line": 2648, + "line": 2623, "column": 29 } } @@ -141320,31 +139732,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 80912, - 80925 + 79992, + 80005 ], "loc": { "start": { - "line": 2648, + "line": 2623, "column": 30 }, "end": { - "line": 2648, + "line": 2623, "column": 43 } } }, "range": [ - 80907, - 80925 + 79987, + 80005 ], "loc": { "start": { - "line": 2648, + "line": 2623, "column": 25 }, "end": { - "line": 2648, + "line": 2623, "column": 43 } } @@ -141354,47 +139766,47 @@ "type": "Identifier", "name": "index", "range": [ - 80926, - 80931 + 80006, + 80011 ], "loc": { "start": { - "line": 2648, + "line": 2623, "column": 44 }, "end": { - "line": 2648, + "line": 2623, "column": 49 } } } ], "range": [ - 80907, - 80932 + 79987, + 80012 ], "loc": { "start": { - "line": 2648, + "line": 2623, "column": 25 }, "end": { - "line": 2648, + "line": 2623, "column": 50 } } }, "range": [ - 80894, - 80932 + 79974, + 80012 ], "loc": { "start": { - "line": 2648, + "line": 2623, "column": 12 }, "end": { - "line": 2648, + "line": 2623, "column": 50 } } @@ -141402,16 +139814,16 @@ ], "kind": "let", "range": [ - 80842, - 80933 + 79922, + 80013 ], "loc": { "start": { - "line": 2647, + "line": 2622, "column": 8 }, "end": { - "line": 2648, + "line": 2623, "column": 51 } } @@ -141428,16 +139840,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 80947, - 80957 + 80027, + 80037 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 12 }, "end": { - "line": 2650, + "line": 2625, "column": 22 } } @@ -141446,31 +139858,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 80962, - 80970 + 80042, + 80050 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 27 }, "end": { - "line": 2650, + "line": 2625, "column": 35 } } }, "range": [ - 80947, - 80970 + 80027, + 80050 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 12 }, "end": { - "line": 2650, + "line": 2625, "column": 35 } } @@ -141482,16 +139894,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 80974, - 80984 + 80054, + 80064 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 39 }, "end": { - "line": 2650, + "line": 2625, "column": 49 } } @@ -141500,46 +139912,46 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 80989, - 80998 + 80069, + 80078 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 54 }, "end": { - "line": 2650, + "line": 2625, "column": 63 } } }, "range": [ - 80974, - 80998 + 80054, + 80078 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 39 }, "end": { - "line": 2650, + "line": 2625, "column": 63 } } }, "range": [ - 80947, - 80998 + 80027, + 80078 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 12 }, "end": { - "line": 2650, + "line": 2625, "column": 63 } } @@ -141558,16 +139970,16 @@ "object": { "type": "ThisExpression", "range": [ - 81018, - 81022 + 80098, + 80102 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 16 }, "end": { - "line": 2651, + "line": 2626, "column": 20 } } @@ -141576,31 +139988,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 81023, - 81038 + 80103, + 80118 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 21 }, "end": { - "line": 2651, + "line": 2626, "column": 36 } } }, "range": [ - 81018, - 81038 + 80098, + 80118 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 16 }, "end": { - "line": 2651, + "line": 2626, "column": 36 } } @@ -141614,16 +140026,16 @@ "object": { "type": "ThisExpression", "range": [ - 81043, - 81047 + 80123, + 80127 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 41 }, "end": { - "line": 2651, + "line": 2626, "column": 45 } } @@ -141632,62 +140044,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 81048, - 81059 + 80128, + 80139 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 46 }, "end": { - "line": 2651, + "line": 2626, "column": 57 } } }, "range": [ - 81043, - 81059 + 80123, + 80139 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 41 }, "end": { - "line": 2651, + "line": 2626, "column": 57 } } }, "prefix": true, "range": [ - 81042, - 81059 + 80122, + 80139 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 40 }, "end": { - "line": 2651, + "line": 2626, "column": 57 } } }, "range": [ - 81018, - 81059 + 80098, + 80139 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 16 }, "end": { - "line": 2651, + "line": 2626, "column": 57 } } @@ -141708,16 +140120,16 @@ "object": { "type": "ThisExpression", "range": [ - 81079, - 81083 + 80159, + 80163 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 16 }, "end": { - "line": 2652, + "line": 2627, "column": 20 } } @@ -141726,31 +140138,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 81084, - 81091 + 80164, + 80171 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 21 }, "end": { - "line": 2652, + "line": 2627, "column": 28 } } }, "range": [ - 81079, - 81091 + 80159, + 80171 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 16 }, "end": { - "line": 2652, + "line": 2627, "column": 28 } } @@ -141759,31 +140171,31 @@ "type": "Identifier", "name": "emit", "range": [ - 81092, - 81096 + 80172, + 80176 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 29 }, "end": { - "line": 2652, + "line": 2627, "column": 33 } } }, "range": [ - 81079, - 81096 + 80159, + 80176 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 16 }, "end": { - "line": 2652, + "line": 2627, "column": 33 } } @@ -141794,16 +140206,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 81097, - 81118 + 80177, + 80198 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 34 }, "end": { - "line": 2652, + "line": 2627, "column": 55 } } @@ -141811,16 +140223,16 @@ { "type": "ThisExpression", "range": [ - 81120, - 81124 + 80200, + 80204 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 57 }, "end": { - "line": 2652, + "line": 2627, "column": 61 } } @@ -141829,16 +140241,16 @@ "type": "Identifier", "name": "index", "range": [ - 81126, - 81131 + 80206, + 80211 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 63 }, "end": { - "line": 2652, + "line": 2627, "column": 68 } } @@ -141849,16 +140261,16 @@ "object": { "type": "ThisExpression", "range": [ - 81153, - 81157 + 80233, + 80237 ], "loc": { "start": { - "line": 2653, + "line": 2628, "column": 20 }, "end": { - "line": 2653, + "line": 2628, "column": 24 } } @@ -141867,31 +140279,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 81158, - 81171 + 80238, + 80251 ], "loc": { "start": { - "line": 2653, + "line": 2628, "column": 25 }, "end": { - "line": 2653, + "line": 2628, "column": 38 } } }, "range": [ - 81153, - 81171 + 80233, + 80251 ], "loc": { "start": { - "line": 2653, + "line": 2628, "column": 20 }, "end": { - "line": 2653, + "line": 2628, "column": 38 } } @@ -141902,16 +140314,16 @@ "object": { "type": "ThisExpression", "range": [ - 81173, - 81177 + 80253, + 80257 ], "loc": { "start": { - "line": 2653, + "line": 2628, "column": 40 }, "end": { - "line": 2653, + "line": 2628, "column": 44 } } @@ -141920,94 +140332,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 81178, - 81191 + 80258, + 80271 ], "loc": { "start": { - "line": 2653, + "line": 2628, "column": 45 }, "end": { - "line": 2653, + "line": 2628, "column": 58 } } }, "range": [ - 81173, - 81191 + 80253, + 80271 ], "loc": { "start": { - "line": 2653, + "line": 2628, "column": 40 }, "end": { - "line": 2653, + "line": 2628, "column": 58 } } } ], "range": [ - 81079, - 81192 + 80159, + 80272 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 16 }, "end": { - "line": 2653, + "line": 2628, "column": 59 } } }, "range": [ - 81079, - 81193 + 80159, + 80273 ], "loc": { "start": { - "line": 2652, + "line": 2627, "column": 16 }, "end": { - "line": 2653, + "line": 2628, "column": 60 } } } ], "range": [ - 81061, - 81207 + 80141, + 80287 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 59 }, "end": { - "line": 2654, + "line": 2629, "column": 13 } } }, "alternate": null, "range": [ - 81014, - 81207 + 80094, + 80287 ], "loc": { "start": { - "line": 2651, + "line": 2626, "column": 12 }, "end": { - "line": 2654, + "line": 2629, "column": 13 } } @@ -142024,16 +140436,16 @@ "type": "Identifier", "name": "slc", "range": [ - 81220, - 81223 + 80300, + 80303 ], "loc": { "start": { - "line": 2655, + "line": 2630, "column": 12 }, "end": { - "line": 2655, + "line": 2630, "column": 15 } } @@ -142042,31 +140454,31 @@ "type": "Identifier", "name": "value", "range": [ - 81224, - 81229 + 80304, + 80309 ], "loc": { "start": { - "line": 2655, + "line": 2630, "column": 16 }, "end": { - "line": 2655, + "line": 2630, "column": 21 } } }, "range": [ - 81220, - 81229 + 80300, + 80309 ], "loc": { "start": { - "line": 2655, + "line": 2630, "column": 12 }, "end": { - "line": 2655, + "line": 2630, "column": 21 } } @@ -142075,62 +140487,62 @@ "type": "Identifier", "name": "query", "range": [ - 81232, - 81237 + 80312, + 80317 ], "loc": { "start": { - "line": 2655, + "line": 2630, "column": 24 }, "end": { - "line": 2655, + "line": 2630, "column": 29 } } }, "range": [ - 81220, - 81237 + 80300, + 80317 ], "loc": { "start": { - "line": 2655, + "line": 2630, "column": 12 }, "end": { - "line": 2655, + "line": 2630, "column": 29 } } }, "range": [ - 81220, - 81238 + 80300, + 80318 ], "loc": { "start": { - "line": 2655, + "line": 2630, "column": 12 }, "end": { - "line": 2655, + "line": 2630, "column": 30 } } } ], "range": [ - 81000, - 81248 + 80080, + 80328 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 65 }, "end": { - "line": 2656, + "line": 2631, "column": 9 } }, @@ -142139,16 +140551,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 81257, - 81275 + 80337, + 80355 ], "loc": { "start": { - "line": 2657, + "line": 2632, "column": 8 }, "end": { - "line": 2657, + "line": 2632, "column": 26 } } @@ -142164,16 +140576,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 81293, - 81303 + 80373, + 80383 ], "loc": { "start": { - "line": 2658, + "line": 2633, "column": 17 }, "end": { - "line": 2658, + "line": 2633, "column": 27 } } @@ -142182,31 +140594,31 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 81308, - 81316 + 80388, + 80396 ], "loc": { "start": { - "line": 2658, + "line": 2633, "column": 32 }, "end": { - "line": 2658, + "line": 2633, "column": 40 } } }, "range": [ - 81293, - 81316 + 80373, + 80396 ], "loc": { "start": { - "line": 2658, + "line": 2633, "column": 17 }, "end": { - "line": 2658, + "line": 2633, "column": 40 } } @@ -142223,16 +140635,16 @@ "type": "Identifier", "name": "values", "range": [ - 81336, - 81342 + 80416, + 80422 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 16 }, "end": { - "line": 2659, + "line": 2634, "column": 22 } } @@ -142245,16 +140657,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 81345, - 81352 + 80425, + 80432 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 25 }, "end": { - "line": 2659, + "line": 2634, "column": 32 } } @@ -142264,32 +140676,32 @@ "type": "Identifier", "name": "query", "range": [ - 81353, - 81358 + 80433, + 80438 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 33 }, "end": { - "line": 2659, + "line": 2634, "column": 38 } } } ], "range": [ - 81345, - 81359 + 80425, + 80439 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 25 }, "end": { - "line": 2659, + "line": 2634, "column": 39 } } @@ -142298,16 +140710,16 @@ "type": "Identifier", "name": "query", "range": [ - 81362, - 81367 + 80442, + 80447 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 42 }, "end": { - "line": 2659, + "line": 2634, "column": 47 } } @@ -142321,16 +140733,16 @@ "type": "Identifier", "name": "query", "range": [ - 81386, - 81391 + 80466, + 80471 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 16 }, "end": { - "line": 2660, + "line": 2635, "column": 21 } } @@ -142339,31 +140751,31 @@ "type": "Identifier", "name": "split", "range": [ - 81392, - 81397 + 80472, + 80477 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 22 }, "end": { - "line": 2660, + "line": 2635, "column": 27 } } }, "range": [ - 81386, - 81397 + 80466, + 80477 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 16 }, "end": { - "line": 2660, + "line": 2635, "column": 27 } } @@ -142380,16 +140792,16 @@ "value": " ", "raw": "' '", "range": [ - 81398, - 81401 + 80478, + 80481 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 28 }, "end": { - "line": 2660, + "line": 2635, "column": 31 } } @@ -142400,16 +140812,16 @@ "object": { "type": "ThisExpression", "range": [ - 81404, - 81408 + 80484, + 80488 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 34 }, "end": { - "line": 2660, + "line": 2635, "column": 38 } } @@ -142418,46 +140830,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 81409, - 81419 + 80489, + 80499 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 39 }, "end": { - "line": 2660, + "line": 2635, "column": 49 } } }, "range": [ - 81404, - 81419 + 80484, + 80499 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 34 }, "end": { - "line": 2660, + "line": 2635, "column": 49 } } }, "range": [ - 81398, - 81419 + 80478, + 80499 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 28 }, "end": { - "line": 2660, + "line": 2635, "column": 49 } } @@ -142467,77 +140879,77 @@ "value": " ", "raw": "' '", "range": [ - 81422, - 81425 + 80502, + 80505 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 52 }, "end": { - "line": 2660, + "line": 2635, "column": 55 } } }, "range": [ - 81398, - 81425 + 80478, + 80505 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 28 }, "end": { - "line": 2660, + "line": 2635, "column": 55 } } } ], "range": [ - 81386, - 81426 + 80466, + 80506 ], "loc": { "start": { - "line": 2660, + "line": 2635, "column": 16 }, "end": { - "line": 2660, + "line": 2635, "column": 56 } } }, "range": [ - 81345, - 81426 + 80425, + 80506 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 25 }, "end": { - "line": 2660, + "line": 2635, "column": 56 } } }, "range": [ - 81336, - 81426 + 80416, + 80506 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 16 }, "end": { - "line": 2660, + "line": 2635, "column": 56 } } @@ -142545,16 +140957,16 @@ ], "kind": "let", "range": [ - 81332, - 81427 + 80412, + 80507 ], "loc": { "start": { - "line": 2659, + "line": 2634, "column": 12 }, "end": { - "line": 2660, + "line": 2635, "column": 57 } } @@ -142570,16 +140982,16 @@ "object": { "type": "ThisExpression", "range": [ - 81445, - 81449 + 80525, + 80529 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 16 }, "end": { - "line": 2662, + "line": 2637, "column": 20 } } @@ -142588,31 +141000,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 81450, - 81465 + 80530, + 80545 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 21 }, "end": { - "line": 2662, + "line": 2637, "column": 36 } } }, "range": [ - 81445, - 81465 + 80525, + 80545 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 16 }, "end": { - "line": 2662, + "line": 2637, "column": 36 } } @@ -142626,16 +141038,16 @@ "object": { "type": "ThisExpression", "range": [ - 81470, - 81474 + 80550, + 80554 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 41 }, "end": { - "line": 2662, + "line": 2637, "column": 45 } } @@ -142644,62 +141056,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 81475, - 81486 + 80555, + 80566 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 46 }, "end": { - "line": 2662, + "line": 2637, "column": 57 } } }, "range": [ - 81470, - 81486 + 80550, + 80566 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 41 }, "end": { - "line": 2662, + "line": 2637, "column": 57 } } }, "prefix": true, "range": [ - 81469, - 81486 + 80549, + 80566 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 40 }, "end": { - "line": 2662, + "line": 2637, "column": 57 } } }, "range": [ - 81445, - 81486 + 80525, + 80566 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 16 }, "end": { - "line": 2662, + "line": 2637, "column": 57 } } @@ -142720,16 +141132,16 @@ "object": { "type": "ThisExpression", "range": [ - 81506, - 81510 + 80586, + 80590 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 16 }, "end": { - "line": 2663, + "line": 2638, "column": 20 } } @@ -142738,31 +141150,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 81511, - 81518 + 80591, + 80598 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 21 }, "end": { - "line": 2663, + "line": 2638, "column": 28 } } }, "range": [ - 81506, - 81518 + 80586, + 80598 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 16 }, "end": { - "line": 2663, + "line": 2638, "column": 28 } } @@ -142771,31 +141183,31 @@ "type": "Identifier", "name": "emit", "range": [ - 81519, - 81523 + 80599, + 80603 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 29 }, "end": { - "line": 2663, + "line": 2638, "column": 33 } } }, "range": [ - 81506, - 81523 + 80586, + 80603 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 16 }, "end": { - "line": 2663, + "line": 2638, "column": 33 } } @@ -142806,16 +141218,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 81524, - 81545 + 80604, + 80625 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 34 }, "end": { - "line": 2663, + "line": 2638, "column": 55 } } @@ -142823,16 +141235,16 @@ { "type": "ThisExpression", "range": [ - 81547, - 81551 + 80627, + 80631 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 57 }, "end": { - "line": 2663, + "line": 2638, "column": 61 } } @@ -142841,16 +141253,16 @@ "type": "Identifier", "name": "index", "range": [ - 81553, - 81558 + 80633, + 80638 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 63 }, "end": { - "line": 2663, + "line": 2638, "column": 68 } } @@ -142861,16 +141273,16 @@ "object": { "type": "ThisExpression", "range": [ - 81580, - 81584 + 80660, + 80664 ], "loc": { "start": { - "line": 2664, + "line": 2639, "column": 20 }, "end": { - "line": 2664, + "line": 2639, "column": 24 } } @@ -142879,31 +141291,31 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 81585, - 81598 + 80665, + 80678 ], "loc": { "start": { - "line": 2664, + "line": 2639, "column": 25 }, "end": { - "line": 2664, + "line": 2639, "column": 38 } } }, "range": [ - 81580, - 81598 + 80660, + 80678 ], "loc": { "start": { - "line": 2664, + "line": 2639, "column": 20 }, "end": { - "line": 2664, + "line": 2639, "column": 38 } } @@ -142914,16 +141326,16 @@ "object": { "type": "ThisExpression", "range": [ - 81600, - 81604 + 80680, + 80684 ], "loc": { "start": { - "line": 2664, + "line": 2639, "column": 40 }, "end": { - "line": 2664, + "line": 2639, "column": 44 } } @@ -142932,94 +141344,94 @@ "type": "Identifier", "name": "isExternalFlt", "range": [ - 81605, - 81618 + 80685, + 80698 ], "loc": { "start": { - "line": 2664, + "line": 2639, "column": 45 }, "end": { - "line": 2664, + "line": 2639, "column": 58 } } }, "range": [ - 81600, - 81618 + 80680, + 80698 ], "loc": { "start": { - "line": 2664, + "line": 2639, "column": 40 }, "end": { - "line": 2664, + "line": 2639, "column": 58 } } } ], "range": [ - 81506, - 81619 + 80586, + 80699 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 16 }, "end": { - "line": 2664, + "line": 2639, "column": 59 } } }, "range": [ - 81506, - 81620 + 80586, + 80700 ], "loc": { "start": { - "line": 2663, + "line": 2638, "column": 16 }, "end": { - "line": 2664, + "line": 2639, "column": 60 } } } ], "range": [ - 81488, - 81634 + 80568, + 80714 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 59 }, "end": { - "line": 2665, + "line": 2640, "column": 13 } } }, "alternate": null, "range": [ - 81441, - 81634 + 80521, + 80714 ], "loc": { "start": { - "line": 2662, + "line": 2637, "column": 12 }, "end": { - "line": 2665, + "line": 2640, "column": 13 } } @@ -143037,16 +141449,16 @@ "object": { "type": "ThisExpression", "range": [ - 81648, - 81652 + 80728, + 80732 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 12 }, "end": { - "line": 2667, + "line": 2642, "column": 16 } } @@ -143055,31 +141467,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 81653, - 81660 + 80733, + 80740 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 17 }, "end": { - "line": 2667, + "line": 2642, "column": 24 } } }, "range": [ - 81648, - 81660 + 80728, + 80740 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 12 }, "end": { - "line": 2667, + "line": 2642, "column": 24 } } @@ -143088,31 +141500,31 @@ "type": "Identifier", "name": "emit", "range": [ - 81661, - 81665 + 80741, + 80745 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 25 }, "end": { - "line": 2667, + "line": 2642, "column": 29 } } }, "range": [ - 81648, - 81665 + 80728, + 80745 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 12 }, "end": { - "line": 2667, + "line": 2642, "column": 29 } } @@ -143123,16 +141535,16 @@ "value": "select-options", "raw": "'select-options'", "range": [ - 81666, - 81682 + 80746, + 80762 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 30 }, "end": { - "line": 2667, + "line": 2642, "column": 46 } } @@ -143140,16 +141552,16 @@ { "type": "ThisExpression", "range": [ - 81684, - 81688 + 80764, + 80768 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 48 }, "end": { - "line": 2667, + "line": 2642, "column": 52 } } @@ -143158,16 +141570,16 @@ "type": "Identifier", "name": "index", "range": [ - 81690, - 81695 + 80770, + 80775 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 54 }, "end": { - "line": 2667, + "line": 2642, "column": 59 } } @@ -143176,63 +141588,63 @@ "type": "Identifier", "name": "values", "range": [ - 81697, - 81703 + 80777, + 80783 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 61 }, "end": { - "line": 2667, + "line": 2642, "column": 67 } } } ], "range": [ - 81648, - 81704 + 80728, + 80784 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 12 }, "end": { - "line": 2667, + "line": 2642, "column": 68 } } }, "range": [ - 81648, - 81705 + 80728, + 80785 ], "loc": { "start": { - "line": 2667, + "line": 2642, "column": 12 }, "end": { - "line": 2667, + "line": 2642, "column": 69 } } } ], "range": [ - 81318, - 81715 + 80398, + 80795 ], "loc": { "start": { - "line": 2658, + "line": 2633, "column": 42 }, "end": { - "line": 2668, + "line": 2643, "column": 9 } }, @@ -143241,16 +141653,16 @@ "type": "Line", "value": "checklist", "range": [ - 81724, - 81735 + 80804, + 80815 ], "loc": { "start": { - "line": 2669, + "line": 2644, "column": 8 }, "end": { - "line": 2669, + "line": 2644, "column": 19 } } @@ -143266,16 +141678,16 @@ "type": "Identifier", "name": "fltColType", "range": [ - 81753, - 81763 + 80833, + 80843 ], "loc": { "start": { - "line": 2670, + "line": 2645, "column": 17 }, "end": { - "line": 2670, + "line": 2645, "column": 27 } } @@ -143284,31 +141696,31 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 81768, - 81777 + 80848, + 80857 ], "loc": { "start": { - "line": 2670, + "line": 2645, "column": 32 }, "end": { - "line": 2670, + "line": 2645, "column": 41 } } }, "range": [ - 81753, - 81777 + 80833, + 80857 ], "loc": { "start": { - "line": 2670, + "line": 2645, "column": 17 }, "end": { - "line": 2670, + "line": 2645, "column": 41 } } @@ -143325,16 +141737,16 @@ "type": "Identifier", "name": "values", "range": [ - 81797, - 81803 + 80877, + 80883 ], "loc": { "start": { - "line": 2671, + "line": 2646, "column": 16 }, "end": { - "line": 2671, + "line": 2646, "column": 22 } } @@ -143343,31 +141755,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 81806, - 81808 + 80886, + 80888 ], "loc": { "start": { - "line": 2671, + "line": 2646, "column": 25 }, "end": { - "line": 2671, + "line": 2646, "column": 27 } } }, "range": [ - 81797, - 81808 + 80877, + 80888 ], "loc": { "start": { - "line": 2671, + "line": 2646, "column": 16 }, "end": { - "line": 2671, + "line": 2646, "column": 27 } } @@ -143375,16 +141787,16 @@ ], "kind": "let", "range": [ - 81793, - 81809 + 80873, + 80889 ], "loc": { "start": { - "line": 2671, + "line": 2646, "column": 12 }, "end": { - "line": 2671, + "line": 2646, "column": 28 } } @@ -143400,16 +141812,16 @@ "object": { "type": "ThisExpression", "range": [ - 81826, - 81830 + 80906, + 80910 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 16 }, "end": { - "line": 2672, + "line": 2647, "column": 20 } } @@ -143418,31 +141830,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 81831, - 81846 + 80911, + 80926 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 21 }, "end": { - "line": 2672, + "line": 2647, "column": 36 } } }, "range": [ - 81826, - 81846 + 80906, + 80926 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 16 }, "end": { - "line": 2672, + "line": 2647, "column": 36 } } @@ -143456,16 +141868,16 @@ "object": { "type": "ThisExpression", "range": [ - 81851, - 81855 + 80931, + 80935 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 41 }, "end": { - "line": 2672, + "line": 2647, "column": 45 } } @@ -143474,62 +141886,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 81856, - 81867 + 80936, + 80947 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 46 }, "end": { - "line": 2672, + "line": 2647, "column": 57 } } }, "range": [ - 81851, - 81867 + 80931, + 80947 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 41 }, "end": { - "line": 2672, + "line": 2647, "column": 57 } } }, "prefix": true, "range": [ - 81850, - 81867 + 80930, + 80947 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 40 }, "end": { - "line": 2672, + "line": 2647, "column": 57 } } }, "range": [ - 81826, - 81867 + 80906, + 80947 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 16 }, "end": { - "line": 2672, + "line": 2647, "column": 57 } } @@ -143550,16 +141962,16 @@ "object": { "type": "ThisExpression", "range": [ - 81887, - 81891 + 80967, + 80971 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 16 }, "end": { - "line": 2673, + "line": 2648, "column": 20 } } @@ -143568,31 +141980,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 81892, - 81899 + 80972, + 80979 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 21 }, "end": { - "line": 2673, + "line": 2648, "column": 28 } } }, "range": [ - 81887, - 81899 + 80967, + 80979 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 16 }, "end": { - "line": 2673, + "line": 2648, "column": 28 } } @@ -143601,31 +142013,31 @@ "type": "Identifier", "name": "emit", "range": [ - 81900, - 81904 + 80980, + 80984 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 29 }, "end": { - "line": 2673, + "line": 2648, "column": 33 } } }, "range": [ - 81887, - 81904 + 80967, + 80984 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 16 }, "end": { - "line": 2673, + "line": 2648, "column": 33 } } @@ -143636,16 +142048,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 81905, - 81929 + 80985, + 81009 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 34 }, "end": { - "line": 2673, + "line": 2648, "column": 58 } } @@ -143653,16 +142065,16 @@ { "type": "ThisExpression", "range": [ - 81931, - 81935 + 81011, + 81015 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 60 }, "end": { - "line": 2673, + "line": 2648, "column": 64 } } @@ -143671,16 +142083,16 @@ "type": "Identifier", "name": "index", "range": [ - 81937, - 81942 + 81017, + 81022 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 66 }, "end": { - "line": 2673, + "line": 2648, "column": 71 } } @@ -143691,16 +142103,16 @@ "object": { "type": "ThisExpression", "range": [ - 81964, - 81968 + 81044, + 81048 ], "loc": { "start": { - "line": 2674, + "line": 2649, "column": 20 }, "end": { - "line": 2674, + "line": 2649, "column": 24 } } @@ -143709,94 +142121,94 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 81969, - 81982 + 81049, + 81062 ], "loc": { "start": { - "line": 2674, + "line": 2649, "column": 25 }, "end": { - "line": 2674, + "line": 2649, "column": 38 } } }, "range": [ - 81964, - 81982 + 81044, + 81062 ], "loc": { "start": { - "line": 2674, + "line": 2649, "column": 20 }, "end": { - "line": 2674, + "line": 2649, "column": 38 } } } ], "range": [ - 81887, - 81983 + 80967, + 81063 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 16 }, "end": { - "line": 2674, + "line": 2649, "column": 39 } } }, "range": [ - 81887, - 81984 + 80967, + 81064 ], "loc": { "start": { - "line": 2673, + "line": 2648, "column": 16 }, "end": { - "line": 2674, + "line": 2649, "column": 40 } } } ], "range": [ - 81869, - 81998 + 80949, + 81078 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 59 }, "end": { - "line": 2675, + "line": 2650, "column": 13 } } }, "alternate": null, "range": [ - 81822, - 81998 + 80902, + 81078 ], "loc": { "start": { - "line": 2672, + "line": 2647, "column": 12 }, "end": { - "line": 2675, + "line": 2650, "column": 13 } } @@ -143809,16 +142221,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 82015, - 82022 + 81095, + 81102 ], "loc": { "start": { - "line": 2676, + "line": 2651, "column": 16 }, "end": { - "line": 2676, + "line": 2651, "column": 23 } } @@ -143828,32 +142240,32 @@ "type": "Identifier", "name": "query", "range": [ - 82023, - 82028 + 81103, + 81108 ], "loc": { "start": { - "line": 2676, + "line": 2651, "column": 24 }, "end": { - "line": 2676, + "line": 2651, "column": 29 } } } ], "range": [ - 82015, - 82029 + 81095, + 81109 ], "loc": { "start": { - "line": 2676, + "line": 2651, "column": 16 }, "end": { - "line": 2676, + "line": 2651, "column": 30 } } @@ -143870,16 +142282,16 @@ "type": "Identifier", "name": "values", "range": [ - 82049, - 82055 + 81129, + 81135 ], "loc": { "start": { - "line": 2677, + "line": 2652, "column": 16 }, "end": { - "line": 2677, + "line": 2652, "column": 22 } } @@ -143888,62 +142300,62 @@ "type": "Identifier", "name": "query", "range": [ - 82058, - 82063 + 81138, + 81143 ], "loc": { "start": { - "line": 2677, + "line": 2652, "column": 25 }, "end": { - "line": 2677, + "line": 2652, "column": 30 } } }, "range": [ - 82049, - 82063 + 81129, + 81143 ], "loc": { "start": { - "line": 2677, + "line": 2652, "column": 16 }, "end": { - "line": 2677, + "line": 2652, "column": 30 } } }, "range": [ - 82049, - 82064 + 81129, + 81144 ], "loc": { "start": { - "line": 2677, + "line": 2652, "column": 16 }, "end": { - "line": 2677, + "line": 2652, "column": 31 } } } ], "range": [ - 82031, - 82078 + 81111, + 81158 ], "loc": { "start": { - "line": 2676, + "line": 2651, "column": 32 }, "end": { - "line": 2678, + "line": 2653, "column": 13 } } @@ -143960,16 +142372,16 @@ "type": "Identifier", "name": "query", "range": [ - 82102, - 82107 + 81182, + 81187 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 16 }, "end": { - "line": 2679, + "line": 2654, "column": 21 } } @@ -143980,16 +142392,16 @@ "type": "Identifier", "name": "matchCase", "range": [ - 82110, - 82119 + 81190, + 81199 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 24 }, "end": { - "line": 2679, + "line": 2654, "column": 33 } } @@ -143999,16 +142411,16 @@ "type": "Identifier", "name": "query", "range": [ - 82120, - 82125 + 81200, + 81205 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 34 }, "end": { - "line": 2679, + "line": 2654, "column": 39 } } @@ -144019,16 +142431,16 @@ "object": { "type": "ThisExpression", "range": [ - 82127, - 82131 + 81207, + 81211 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 41 }, "end": { - "line": 2679, + "line": 2654, "column": 45 } } @@ -144037,77 +142449,77 @@ "type": "Identifier", "name": "caseSensitive", "range": [ - 82132, - 82145 + 81212, + 81225 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 46 }, "end": { - "line": 2679, + "line": 2654, "column": 59 } } }, "range": [ - 82127, - 82145 + 81207, + 81225 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 41 }, "end": { - "line": 2679, + "line": 2654, "column": 59 } } } ], "range": [ - 82110, - 82146 + 81190, + 81226 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 24 }, "end": { - "line": 2679, + "line": 2654, "column": 60 } } }, "range": [ - 82102, - 82146 + 81182, + 81226 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 16 }, "end": { - "line": 2679, + "line": 2654, "column": 60 } } }, "range": [ - 82102, - 82147 + 81182, + 81227 ], "loc": { "start": { - "line": 2679, + "line": 2654, "column": 16 }, "end": { - "line": 2679, + "line": 2654, "column": 61 } } @@ -144121,16 +142533,16 @@ "type": "Identifier", "name": "values", "range": [ - 82164, - 82170 + 81244, + 81250 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 16 }, "end": { - "line": 2680, + "line": 2655, "column": 22 } } @@ -144144,16 +142556,16 @@ "type": "Identifier", "name": "query", "range": [ - 82173, - 82178 + 81253, + 81258 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 25 }, "end": { - "line": 2680, + "line": 2655, "column": 30 } } @@ -144162,31 +142574,31 @@ "type": "Identifier", "name": "split", "range": [ - 82179, - 82184 + 81259, + 81264 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 31 }, "end": { - "line": 2680, + "line": 2655, "column": 36 } } }, "range": [ - 82173, - 82184 + 81253, + 81264 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 25 }, "end": { - "line": 2680, + "line": 2655, "column": 36 } } @@ -144203,16 +142615,16 @@ "value": " ", "raw": "' '", "range": [ - 82185, - 82188 + 81265, + 81268 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 37 }, "end": { - "line": 2680, + "line": 2655, "column": 40 } } @@ -144223,16 +142635,16 @@ "object": { "type": "ThisExpression", "range": [ - 82191, - 82195 + 81271, + 81275 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 43 }, "end": { - "line": 2680, + "line": 2655, "column": 47 } } @@ -144241,46 +142653,46 @@ "type": "Identifier", "name": "orOperator", "range": [ - 82196, - 82206 + 81276, + 81286 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 48 }, "end": { - "line": 2680, + "line": 2655, "column": 58 } } }, "range": [ - 82191, - 82206 + 81271, + 81286 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 43 }, "end": { - "line": 2680, + "line": 2655, "column": 58 } } }, "range": [ - 82185, - 82206 + 81265, + 81286 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 37 }, "end": { - "line": 2680, + "line": 2655, "column": 58 } } @@ -144290,108 +142702,108 @@ "value": " ", "raw": "' '", "range": [ - 82209, - 82212 + 81289, + 81292 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 61 }, "end": { - "line": 2680, + "line": 2655, "column": 64 } } }, "range": [ - 82185, - 82212 + 81265, + 81292 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 37 }, "end": { - "line": 2680, + "line": 2655, "column": 64 } } } ], "range": [ - 82173, - 82213 + 81253, + 81293 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 25 }, "end": { - "line": 2680, + "line": 2655, "column": 65 } } }, "range": [ - 82164, - 82213 + 81244, + 81293 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 16 }, "end": { - "line": 2680, + "line": 2655, "column": 65 } } }, "range": [ - 82164, - 82214 + 81244, + 81294 ], "loc": { "start": { - "line": 2680, + "line": 2655, "column": 16 }, "end": { - "line": 2680, + "line": 2655, "column": 66 } } } ], "range": [ - 82084, - 82228 + 81164, + 81308 ], "loc": { "start": { - "line": 2678, + "line": 2653, "column": 19 }, "end": { - "line": 2681, + "line": 2656, "column": 13 } } }, "range": [ - 82011, - 82228 + 81091, + 81308 ], "loc": { "start": { - "line": 2676, + "line": 2651, "column": 12 }, "end": { - "line": 2681, + "line": 2656, "column": 13 } } @@ -144409,16 +142821,16 @@ "object": { "type": "ThisExpression", "range": [ - 82242, - 82246 + 81322, + 81326 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 12 }, "end": { - "line": 2683, + "line": 2658, "column": 16 } } @@ -144427,31 +142839,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 82247, - 82254 + 81327, + 81334 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 17 }, "end": { - "line": 2683, + "line": 2658, "column": 24 } } }, "range": [ - 82242, - 82254 + 81322, + 81334 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 12 }, "end": { - "line": 2683, + "line": 2658, "column": 24 } } @@ -144460,31 +142872,31 @@ "type": "Identifier", "name": "emit", "range": [ - 82255, - 82259 + 81335, + 81339 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 25 }, "end": { - "line": 2683, + "line": 2658, "column": 29 } } }, "range": [ - 82242, - 82259 + 81322, + 81339 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 12 }, "end": { - "line": 2683, + "line": 2658, "column": 29 } } @@ -144495,16 +142907,16 @@ "value": "select-checklist-options", "raw": "'select-checklist-options'", "range": [ - 82260, - 82286 + 81340, + 81366 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 30 }, "end": { - "line": 2683, + "line": 2658, "column": 56 } } @@ -144512,16 +142924,16 @@ { "type": "ThisExpression", "range": [ - 82288, - 82292 + 81368, + 81372 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 58 }, "end": { - "line": 2683, + "line": 2658, "column": 62 } } @@ -144530,16 +142942,16 @@ "type": "Identifier", "name": "index", "range": [ - 82294, - 82299 + 81374, + 81379 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 64 }, "end": { - "line": 2683, + "line": 2658, "column": 69 } } @@ -144548,79 +142960,79 @@ "type": "Identifier", "name": "values", "range": [ - 82301, - 82307 + 81381, + 81387 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 71 }, "end": { - "line": 2683, + "line": 2658, "column": 77 } } } ], "range": [ - 82242, - 82308 + 81322, + 81388 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 12 }, "end": { - "line": 2683, + "line": 2658, "column": 78 } } }, "range": [ - 82242, - 82309 + 81322, + 81389 ], "loc": { "start": { - "line": 2683, + "line": 2658, "column": 12 }, "end": { - "line": 2683, + "line": 2658, "column": 79 } } } ], "range": [ - 81779, - 82319 + 80859, + 81399 ], "loc": { "start": { - "line": 2670, + "line": 2645, "column": 43 }, "end": { - "line": 2684, + "line": 2659, "column": 9 } } }, "alternate": null, "range": [ - 81749, - 82319 + 80829, + 81399 ], "loc": { "start": { - "line": 2670, + "line": 2645, "column": 13 }, "end": { - "line": 2684, + "line": 2659, "column": 9 } }, @@ -144629,16 +143041,16 @@ "type": "Line", "value": "checklist", "range": [ - 81724, - 81735 + 80804, + 80815 ], "loc": { "start": { - "line": 2669, + "line": 2644, "column": 8 }, "end": { - "line": 2669, + "line": 2644, "column": 19 } } @@ -144646,16 +143058,16 @@ ] }, "range": [ - 81289, - 82319 + 80369, + 81399 ], "loc": { "start": { - "line": 2658, + "line": 2633, "column": 13 }, "end": { - "line": 2684, + "line": 2659, "column": 9 } }, @@ -144664,16 +143076,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 81257, - 81275 + 80337, + 80355 ], "loc": { "start": { - "line": 2657, + "line": 2632, "column": 8 }, "end": { - "line": 2657, + "line": 2632, "column": 26 } } @@ -144681,32 +143093,32 @@ ] }, "range": [ - 80943, - 82319 + 80023, + 81399 ], "loc": { "start": { - "line": 2650, + "line": 2625, "column": 8 }, "end": { - "line": 2684, + "line": 2659, "column": 9 } } } ], "range": [ - 80773, - 82325 + 79853, + 81405 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 38 }, "end": { - "line": 2685, + "line": 2660, "column": 5 } } @@ -144714,16 +143126,16 @@ "generator": false, "expression": false, "range": [ - 80753, - 82325 + 79833, + 81405 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 18 }, "end": { - "line": 2685, + "line": 2660, "column": 5 } } @@ -144731,16 +143143,16 @@ "kind": "method", "computed": false, "range": [ - 80739, - 82325 + 79819, + 81405 ], "loc": { "start": { - "line": 2643, + "line": 2618, "column": 4 }, "end": { - "line": 2685, + "line": 2660, "column": 5 } }, @@ -144749,16 +143161,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": [ - 80572, - 80734 + 79652, + 79814 ], "loc": { "start": { - "line": 2638, + "line": 2613, "column": 4 }, "end": { - "line": 2642, + "line": 2617, "column": 7 } } @@ -144769,16 +143181,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 82331, - 82435 + 81411, + 81515 ], "loc": { "start": { - "line": 2687, + "line": 2662, "column": 4 }, "end": { - "line": 2690, + "line": 2665, "column": 7 } } @@ -144792,16 +143204,16 @@ "type": "Identifier", "name": "setColWidths", "range": [ - 82440, - 82452 + 81520, + 81532 ], "loc": { "start": { - "line": 2691, + "line": 2666, "column": 4 }, "end": { - "line": 2691, + "line": 2666, "column": 16 } } @@ -144814,16 +143226,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 82453, - 82456 + 81533, + 81536 ], "loc": { "start": { - "line": 2691, + "line": 2666, "column": 17 }, "end": { - "line": 2691, + "line": 2666, "column": 20 } } @@ -144843,16 +143255,16 @@ "object": { "type": "ThisExpression", "range": [ - 82473, - 82477 + 81553, + 81557 ], "loc": { "start": { - "line": 2692, + "line": 2667, "column": 13 }, "end": { - "line": 2692, + "line": 2667, "column": 17 } } @@ -144861,47 +143273,47 @@ "type": "Identifier", "name": "hasColWidths", "range": [ - 82478, - 82490 + 81558, + 81570 ], "loc": { "start": { - "line": 2692, + "line": 2667, "column": 18 }, "end": { - "line": 2692, + "line": 2667, "column": 30 } } }, "range": [ - 82473, - 82490 + 81553, + 81570 ], "loc": { "start": { - "line": 2692, + "line": 2667, "column": 13 }, "end": { - "line": 2692, + "line": 2667, "column": 30 } } }, "prefix": true, "range": [ - 82472, - 82490 + 81552, + 81570 ], "loc": { "start": { - "line": 2692, + "line": 2667, "column": 12 }, "end": { - "line": 2692, + "line": 2667, "column": 30 } } @@ -144913,48 +143325,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 82506, - 82513 + 81586, + 81593 ], "loc": { "start": { - "line": 2693, + "line": 2668, "column": 12 }, "end": { - "line": 2693, + "line": 2668, "column": 19 } } } ], "range": [ - 82492, - 82523 + 81572, + 81603 ], "loc": { "start": { - "line": 2692, + "line": 2667, "column": 32 }, "end": { - "line": 2694, + "line": 2669, "column": 9 } } }, "alternate": null, "range": [ - 82468, - 82523 + 81548, + 81603 ], "loc": { "start": { - "line": 2692, + "line": 2667, "column": 8 }, "end": { - "line": 2694, + "line": 2669, "column": 9 } } @@ -144968,16 +143380,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 82532, - 82535 + 81612, + 81615 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 8 }, "end": { - "line": 2695, + "line": 2670, "column": 11 } } @@ -144989,16 +143401,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 82538, - 82541 + 81618, + 81621 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 14 }, "end": { - "line": 2695, + "line": 2670, "column": 17 } } @@ -145011,16 +143423,16 @@ "object": { "type": "ThisExpression", "range": [ - 82545, - 82549 + 81625, + 81629 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 21 }, "end": { - "line": 2695, + "line": 2670, "column": 25 } } @@ -145029,92 +143441,92 @@ "type": "Identifier", "name": "dom", "range": [ - 82550, - 82553 + 81630, + 81633 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 26 }, "end": { - "line": 2695, + "line": 2670, "column": 29 } } }, "range": [ - 82545, - 82553 + 81625, + 81633 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 21 }, "end": { - "line": 2695, + "line": 2670, "column": 29 } } }, "arguments": [], "range": [ - 82545, - 82555 + 81625, + 81635 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 21 }, "end": { - "line": 2695, + "line": 2670, "column": 31 } } }, "range": [ - 82538, - 82555 + 81618, + 81635 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 14 }, "end": { - "line": 2695, + "line": 2670, "column": 31 } } }, "range": [ - 82532, - 82555 + 81612, + 81635 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 8 }, "end": { - "line": 2695, + "line": 2670, "column": 31 } } }, "range": [ - 82532, - 82556 + 81612, + 81636 ], "loc": { "start": { - "line": 2695, + "line": 2670, "column": 8 }, "end": { - "line": 2695, + "line": 2670, "column": 32 } } @@ -145128,16 +143540,16 @@ "type": "Identifier", "name": "nbCols", "range": [ - 82570, - 82576 + 81650, + 81656 ], "loc": { "start": { - "line": 2697, + "line": 2672, "column": 12 }, "end": { - "line": 2697, + "line": 2672, "column": 18 } } @@ -145148,16 +143560,16 @@ "object": { "type": "ThisExpression", "range": [ - 82579, - 82583 + 81659, + 81663 ], "loc": { "start": { - "line": 2697, + "line": 2672, "column": 21 }, "end": { - "line": 2697, + "line": 2672, "column": 25 } } @@ -145166,46 +143578,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 82584, - 82591 + 81664, + 81671 ], "loc": { "start": { - "line": 2697, + "line": 2672, "column": 26 }, "end": { - "line": 2697, + "line": 2672, "column": 33 } } }, "range": [ - 82579, - 82591 + 81659, + 81671 ], "loc": { "start": { - "line": 2697, + "line": 2672, "column": 21 }, "end": { - "line": 2697, + "line": 2672, "column": 33 } } }, "range": [ - 82570, - 82591 + 81650, + 81671 ], "loc": { "start": { - "line": 2697, + "line": 2672, "column": 12 }, "end": { - "line": 2697, + "line": 2672, "column": 33 } } @@ -145213,16 +143625,16 @@ ], "kind": "let", "range": [ - 82566, - 82592 + 81646, + 81672 ], "loc": { "start": { - "line": 2697, + "line": 2672, "column": 8 }, "end": { - "line": 2697, + "line": 2672, "column": 34 } } @@ -145236,16 +143648,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 82605, - 82614 + 81685, + 81694 ], "loc": { "start": { - "line": 2698, + "line": 2673, "column": 12 }, "end": { - "line": 2698, + "line": 2673, "column": 21 } } @@ -145256,16 +143668,16 @@ "object": { "type": "ThisExpression", "range": [ - 82617, - 82621 + 81697, + 81701 ], "loc": { "start": { - "line": 2698, + "line": 2673, "column": 24 }, "end": { - "line": 2698, + "line": 2673, "column": 28 } } @@ -145274,46 +143686,46 @@ "type": "Identifier", "name": "colWidths", "range": [ - 82622, - 82631 + 81702, + 81711 ], "loc": { "start": { - "line": 2698, + "line": 2673, "column": 29 }, "end": { - "line": 2698, + "line": 2673, "column": 38 } } }, "range": [ - 82617, - 82631 + 81697, + 81711 ], "loc": { "start": { - "line": 2698, + "line": 2673, "column": 24 }, "end": { - "line": 2698, + "line": 2673, "column": 38 } } }, "range": [ - 82605, - 82631 + 81685, + 81711 ], "loc": { "start": { - "line": 2698, + "line": 2673, "column": 12 }, "end": { - "line": 2698, + "line": 2673, "column": 38 } } @@ -145321,16 +143733,16 @@ ], "kind": "let", "range": [ - 82601, - 82632 + 81681, + 81712 ], "loc": { "start": { - "line": 2698, + "line": 2673, "column": 8 }, "end": { - "line": 2698, + "line": 2673, "column": 39 } } @@ -145344,16 +143756,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 82645, - 82652 + 81725, + 81732 ], "loc": { "start": { - "line": 2699, + "line": 2674, "column": 12 }, "end": { - "line": 2699, + "line": 2674, "column": 19 } } @@ -145364,16 +143776,16 @@ "type": "Identifier", "name": "tag", "range": [ - 82655, - 82658 + 81735, + 81738 ], "loc": { "start": { - "line": 2699, + "line": 2674, "column": 22 }, "end": { - "line": 2699, + "line": 2674, "column": 25 } } @@ -145383,16 +143795,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 82659, - 82662 + 81739, + 81742 ], "loc": { "start": { - "line": 2699, + "line": 2674, "column": 26 }, "end": { - "line": 2699, + "line": 2674, "column": 29 } } @@ -145402,47 +143814,47 @@ "value": "col", "raw": "'col'", "range": [ - 82664, - 82669 + 81744, + 81749 ], "loc": { "start": { - "line": 2699, + "line": 2674, "column": 31 }, "end": { - "line": 2699, + "line": 2674, "column": 36 } } } ], "range": [ - 82655, - 82670 + 81735, + 81750 ], "loc": { "start": { - "line": 2699, + "line": 2674, "column": 22 }, "end": { - "line": 2699, + "line": 2674, "column": 37 } } }, "range": [ - 82645, - 82670 + 81725, + 81750 ], "loc": { "start": { - "line": 2699, + "line": 2674, "column": 12 }, "end": { - "line": 2699, + "line": 2674, "column": 37 } } @@ -145450,16 +143862,16 @@ ], "kind": "let", "range": [ - 82641, - 82671 + 81721, + 81751 ], "loc": { "start": { - "line": 2699, + "line": 2674, "column": 8 }, "end": { - "line": 2699, + "line": 2674, "column": 38 } } @@ -145473,16 +143885,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 82684, - 82696 + 81764, + 81776 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 12 }, "end": { - "line": 2700, + "line": 2675, "column": 24 } } @@ -145497,16 +143909,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 82699, - 82706 + 81779, + 81786 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 27 }, "end": { - "line": 2700, + "line": 2675, "column": 34 } } @@ -145515,31 +143927,31 @@ "type": "Identifier", "name": "length", "range": [ - 82707, - 82713 + 81787, + 81793 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 35 }, "end": { - "line": 2700, + "line": 2675, "column": 41 } } }, "range": [ - 82699, - 82713 + 81779, + 81793 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 27 }, "end": { - "line": 2700, + "line": 2675, "column": 41 } } @@ -145549,46 +143961,46 @@ "value": 0, "raw": "0", "range": [ - 82716, - 82717 + 81796, + 81797 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 44 }, "end": { - "line": 2700, + "line": 2675, "column": 45 } } }, "range": [ - 82699, - 82717 + 81779, + 81797 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 27 }, "end": { - "line": 2700, + "line": 2675, "column": 45 } } }, "range": [ - 82684, - 82717 + 81764, + 81797 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 12 }, "end": { - "line": 2700, + "line": 2675, "column": 45 } } @@ -145596,16 +144008,16 @@ ], "kind": "let", "range": [ - 82680, - 82718 + 81760, + 81798 ], "loc": { "start": { - "line": 2700, + "line": 2675, "column": 8 }, "end": { - "line": 2700, + "line": 2675, "column": 46 } } @@ -145619,16 +144031,16 @@ "type": "Identifier", "name": "frag", "range": [ - 82731, - 82735 + 81811, + 81815 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 12 }, "end": { - "line": 2701, + "line": 2676, "column": 16 } } @@ -145642,32 +144054,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 82739, - 82751 + 81819, + 81831 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 20 }, "end": { - "line": 2701, + "line": 2676, "column": 32 } } }, "prefix": true, "range": [ - 82738, - 82751 + 81818, + 81831 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 19 }, "end": { - "line": 2701, + "line": 2676, "column": 32 } } @@ -145681,16 +144093,16 @@ "type": "Identifier", "name": "doc", "range": [ - 82754, - 82757 + 81834, + 81837 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 35 }, "end": { - "line": 2701, + "line": 2676, "column": 38 } } @@ -145699,47 +144111,47 @@ "type": "Identifier", "name": "createDocumentFragment", "range": [ - 82758, - 82780 + 81838, + 81860 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 39 }, "end": { - "line": 2701, + "line": 2676, "column": 61 } } }, "range": [ - 82754, - 82780 + 81834, + 81860 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 35 }, "end": { - "line": 2701, + "line": 2676, "column": 61 } } }, "arguments": [], "range": [ - 82754, - 82782 + 81834, + 81862 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 35 }, "end": { - "line": 2701, + "line": 2676, "column": 63 } } @@ -145749,46 +144161,46 @@ "value": null, "raw": "null", "range": [ - 82785, - 82789 + 81865, + 81869 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 66 }, "end": { - "line": 2701, + "line": 2676, "column": 70 } } }, "range": [ - 82738, - 82789 + 81818, + 81869 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 19 }, "end": { - "line": 2701, + "line": 2676, "column": 70 } } }, "range": [ - 82731, - 82789 + 81811, + 81869 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 12 }, "end": { - "line": 2701, + "line": 2676, "column": 70 } } @@ -145796,16 +144208,16 @@ ], "kind": "let", "range": [ - 82727, - 82790 + 81807, + 81870 ], "loc": { "start": { - "line": 2701, + "line": 2676, "column": 8 }, "end": { - "line": 2701, + "line": 2676, "column": 71 } } @@ -145821,16 +144233,16 @@ "type": "Identifier", "name": "k", "range": [ - 82808, - 82809 + 81888, + 81889 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 17 }, "end": { - "line": 2702, + "line": 2677, "column": 18 } } @@ -145840,31 +144252,31 @@ "value": 0, "raw": "0", "range": [ - 82812, - 82813 + 81892, + 81893 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 21 }, "end": { - "line": 2702, + "line": 2677, "column": 22 } } }, "range": [ - 82808, - 82813 + 81888, + 81893 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 17 }, "end": { - "line": 2702, + "line": 2677, "column": 22 } } @@ -145872,16 +144284,16 @@ ], "kind": "let", "range": [ - 82804, - 82813 + 81884, + 81893 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 13 }, "end": { - "line": 2702, + "line": 2677, "column": 22 } } @@ -145893,16 +144305,16 @@ "type": "Identifier", "name": "k", "range": [ - 82815, - 82816 + 81895, + 81896 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 24 }, "end": { - "line": 2702, + "line": 2677, "column": 25 } } @@ -145911,31 +144323,31 @@ "type": "Identifier", "name": "nbCols", "range": [ - 82819, - 82825 + 81899, + 81905 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 28 }, "end": { - "line": 2702, + "line": 2677, "column": 34 } } }, "range": [ - 82815, - 82825 + 81895, + 81905 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 24 }, "end": { - "line": 2702, + "line": 2677, "column": 34 } } @@ -145947,32 +144359,32 @@ "type": "Identifier", "name": "k", "range": [ - 82827, - 82828 + 81907, + 81908 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 36 }, "end": { - "line": 2702, + "line": 2677, "column": 37 } } }, "prefix": false, "range": [ - 82827, - 82830 + 81907, + 81910 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 36 }, "end": { - "line": 2702, + "line": 2677, "column": 39 } } @@ -145989,32 +144401,32 @@ "type": "Identifier", "name": "col", "range": [ - 82850, - 82853 + 81930, + 81933 ], "loc": { "start": { - "line": 2703, + "line": 2678, "column": 16 }, "end": { - "line": 2703, + "line": 2678, "column": 19 } } }, "init": null, "range": [ - 82850, - 82853 + 81930, + 81933 ], "loc": { "start": { - "line": 2703, + "line": 2678, "column": 16 }, "end": { - "line": 2703, + "line": 2678, "column": 19 } } @@ -146022,16 +144434,16 @@ ], "kind": "let", "range": [ - 82846, - 82854 + 81926, + 81934 ], "loc": { "start": { - "line": 2703, + "line": 2678, "column": 12 }, "end": { - "line": 2703, + "line": 2678, "column": 20 } } @@ -146042,16 +144454,16 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 82871, - 82883 + 81951, + 81963 ], "loc": { "start": { - "line": 2704, + "line": 2679, "column": 16 }, "end": { - "line": 2704, + "line": 2679, "column": 28 } } @@ -146068,16 +144480,16 @@ "type": "Identifier", "name": "col", "range": [ - 82903, - 82906 + 81983, + 81986 ], "loc": { "start": { - "line": 2705, + "line": 2680, "column": 16 }, "end": { - "line": 2705, + "line": 2680, "column": 19 } } @@ -146089,16 +144501,16 @@ "type": "Identifier", "name": "colTags", "range": [ - 82909, - 82916 + 81989, + 81996 ], "loc": { "start": { - "line": 2705, + "line": 2680, "column": 22 }, "end": { - "line": 2705, + "line": 2680, "column": 29 } } @@ -146107,77 +144519,77 @@ "type": "Identifier", "name": "k", "range": [ - 82917, - 82918 + 81997, + 81998 ], "loc": { "start": { - "line": 2705, + "line": 2680, "column": 30 }, "end": { - "line": 2705, + "line": 2680, "column": 31 } } }, "range": [ - 82909, - 82919 + 81989, + 81999 ], "loc": { "start": { - "line": 2705, + "line": 2680, "column": 22 }, "end": { - "line": 2705, + "line": 2680, "column": 32 } } }, "range": [ - 82903, - 82919 + 81983, + 81999 ], "loc": { "start": { - "line": 2705, + "line": 2680, "column": 16 }, "end": { - "line": 2705, + "line": 2680, "column": 32 } } }, "range": [ - 82903, - 82920 + 81983, + 82000 ], "loc": { "start": { - "line": 2705, + "line": 2680, "column": 16 }, "end": { - "line": 2705, + "line": 2680, "column": 33 } } } ], "range": [ - 82885, - 82934 + 81965, + 82014 ], "loc": { "start": { - "line": 2704, + "line": 2679, "column": 30 }, "end": { - "line": 2706, + "line": 2681, "column": 13 } } @@ -146194,16 +144606,16 @@ "type": "Identifier", "name": "col", "range": [ - 82958, - 82961 + 82038, + 82041 ], "loc": { "start": { - "line": 2707, + "line": 2682, "column": 16 }, "end": { - "line": 2707, + "line": 2682, "column": 19 } } @@ -146214,16 +144626,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 82964, - 82973 + 82044, + 82053 ], "loc": { "start": { - "line": 2707, + "line": 2682, "column": 22 }, "end": { - "line": 2707, + "line": 2682, "column": 31 } } @@ -146234,62 +144646,62 @@ "value": "col", "raw": "'col'", "range": [ - 82974, - 82979 + 82054, + 82059 ], "loc": { "start": { - "line": 2707, + "line": 2682, "column": 32 }, "end": { - "line": 2707, + "line": 2682, "column": 37 } } } ], "range": [ - 82964, - 82980 + 82044, + 82060 ], "loc": { "start": { - "line": 2707, + "line": 2682, "column": 22 }, "end": { - "line": 2707, + "line": 2682, "column": 38 } } }, "range": [ - 82958, - 82980 + 82038, + 82060 ], "loc": { "start": { - "line": 2707, + "line": 2682, "column": 16 }, "end": { - "line": 2707, + "line": 2682, "column": 38 } } }, "range": [ - 82958, - 82981 + 82038, + 82061 ], "loc": { "start": { - "line": 2707, + "line": 2682, "column": 16 }, "end": { - "line": 2707, + "line": 2682, "column": 39 } } @@ -146305,16 +144717,16 @@ "type": "Identifier", "name": "frag", "range": [ - 82998, - 83002 + 82078, + 82082 ], "loc": { "start": { - "line": 2708, + "line": 2683, "column": 16 }, "end": { - "line": 2708, + "line": 2683, "column": 20 } } @@ -146323,31 +144735,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 83003, - 83014 + 82083, + 82094 ], "loc": { "start": { - "line": 2708, + "line": 2683, "column": 21 }, "end": { - "line": 2708, + "line": 2683, "column": 32 } } }, "range": [ - 82998, - 83014 + 82078, + 82094 ], "loc": { "start": { - "line": 2708, + "line": 2683, "column": 16 }, "end": { - "line": 2708, + "line": 2683, "column": 32 } } @@ -146357,78 +144769,78 @@ "type": "Identifier", "name": "col", "range": [ - 83015, - 83018 + 82095, + 82098 ], "loc": { "start": { - "line": 2708, + "line": 2683, "column": 33 }, "end": { - "line": 2708, + "line": 2683, "column": 36 } } } ], "range": [ - 82998, - 83019 + 82078, + 82099 ], "loc": { "start": { - "line": 2708, + "line": 2683, "column": 16 }, "end": { - "line": 2708, + "line": 2683, "column": 37 } } }, "range": [ - 82998, - 83020 + 82078, + 82100 ], "loc": { "start": { - "line": 2708, + "line": 2683, "column": 16 }, "end": { - "line": 2708, + "line": 2683, "column": 38 } } } ], "range": [ - 82940, - 83034 + 82020, + 82114 ], "loc": { "start": { - "line": 2706, + "line": 2681, "column": 19 }, "end": { - "line": 2709, + "line": 2684, "column": 13 } } }, "range": [ - 82867, - 83034 + 81947, + 82114 ], "loc": { "start": { - "line": 2704, + "line": 2679, "column": 12 }, "end": { - "line": 2709, + "line": 2684, "column": 13 } } @@ -146448,16 +144860,16 @@ "type": "Identifier", "name": "col", "range": [ - 83047, - 83050 + 82127, + 82130 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 12 }, "end": { - "line": 2710, + "line": 2685, "column": 15 } } @@ -146466,31 +144878,31 @@ "type": "Identifier", "name": "style", "range": [ - 83051, - 83056 + 82131, + 82136 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 16 }, "end": { - "line": 2710, + "line": 2685, "column": 21 } } }, "range": [ - 83047, - 83056 + 82127, + 82136 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 12 }, "end": { - "line": 2710, + "line": 2685, "column": 21 } } @@ -146499,31 +144911,31 @@ "type": "Identifier", "name": "width", "range": [ - 83057, - 83062 + 82137, + 82142 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 22 }, "end": { - "line": 2710, + "line": 2685, "column": 27 } } }, "range": [ - 83047, - 83062 + 82127, + 82142 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 12 }, "end": { - "line": 2710, + "line": 2685, "column": 27 } } @@ -146535,16 +144947,16 @@ "type": "Identifier", "name": "colWidths", "range": [ - 83065, - 83074 + 82145, + 82154 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 30 }, "end": { - "line": 2710, + "line": 2685, "column": 39 } } @@ -146553,92 +144965,92 @@ "type": "Identifier", "name": "k", "range": [ - 83075, - 83076 + 82155, + 82156 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 40 }, "end": { - "line": 2710, + "line": 2685, "column": 41 } } }, "range": [ - 83065, - 83077 + 82145, + 82157 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 30 }, "end": { - "line": 2710, + "line": 2685, "column": 42 } } }, "range": [ - 83047, - 83077 + 82127, + 82157 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 12 }, "end": { - "line": 2710, + "line": 2685, "column": 42 } } }, "range": [ - 83047, - 83078 + 82127, + 82158 ], "loc": { "start": { - "line": 2710, + "line": 2685, "column": 12 }, "end": { - "line": 2710, + "line": 2685, "column": 43 } } } ], "range": [ - 82832, - 83088 + 81912, + 82168 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 41 }, "end": { - "line": 2711, + "line": 2686, "column": 9 } } }, "range": [ - 82799, - 83088 + 81879, + 82168 ], "loc": { "start": { - "line": 2702, + "line": 2677, "column": 8 }, "end": { - "line": 2711, + "line": 2686, "column": 9 } } @@ -146652,32 +145064,32 @@ "type": "Identifier", "name": "tblHasColTag", "range": [ - 83102, - 83114 + 82182, + 82194 ], "loc": { "start": { - "line": 2712, + "line": 2687, "column": 13 }, "end": { - "line": 2712, + "line": 2687, "column": 25 } } }, "prefix": true, "range": [ - 83101, - 83114 + 82181, + 82194 ], "loc": { "start": { - "line": 2712, + "line": 2687, "column": 12 }, "end": { - "line": 2712, + "line": 2687, "column": 25 } } @@ -146696,16 +145108,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 83130, - 83133 + 82210, + 82213 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 12 }, "end": { - "line": 2713, + "line": 2688, "column": 15 } } @@ -146714,31 +145126,31 @@ "type": "Identifier", "name": "insertBefore", "range": [ - 83134, - 83146 + 82214, + 82226 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 16 }, "end": { - "line": 2713, + "line": 2688, "column": 28 } } }, "range": [ - 83130, - 83146 + 82210, + 82226 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 12 }, "end": { - "line": 2713, + "line": 2688, "column": 28 } } @@ -146748,16 +145160,16 @@ "type": "Identifier", "name": "frag", "range": [ - 83147, - 83151 + 82227, + 82231 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 29 }, "end": { - "line": 2713, + "line": 2688, "column": 33 } } @@ -146769,16 +145181,16 @@ "type": "Identifier", "name": "tbl", "range": [ - 83153, - 83156 + 82233, + 82236 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 35 }, "end": { - "line": 2713, + "line": 2688, "column": 38 } } @@ -146787,110 +145199,110 @@ "type": "Identifier", "name": "firstChild", "range": [ - 83157, - 83167 + 82237, + 82247 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 39 }, "end": { - "line": 2713, + "line": 2688, "column": 49 } } }, "range": [ - 83153, - 83167 + 82233, + 82247 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 35 }, "end": { - "line": 2713, + "line": 2688, "column": 49 } } } ], "range": [ - 83130, - 83168 + 82210, + 82248 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 12 }, "end": { - "line": 2713, + "line": 2688, "column": 50 } } }, "range": [ - 83130, - 83169 + 82210, + 82249 ], "loc": { "start": { - "line": 2713, + "line": 2688, "column": 12 }, "end": { - "line": 2713, + "line": 2688, "column": 51 } } } ], "range": [ - 83116, - 83179 + 82196, + 82259 ], "loc": { "start": { - "line": 2712, + "line": 2687, "column": 27 }, "end": { - "line": 2714, + "line": 2689, "column": 9 } } }, "alternate": null, "range": [ - 83097, - 83179 + 82177, + 82259 ], "loc": { "start": { - "line": 2712, + "line": 2687, "column": 8 }, "end": { - "line": 2714, + "line": 2689, "column": 9 } } } ], "range": [ - 82458, - 83185 + 81538, + 82265 ], "loc": { "start": { - "line": 2691, + "line": 2666, "column": 22 }, "end": { - "line": 2715, + "line": 2690, "column": 5 } } @@ -146898,16 +145310,16 @@ "generator": false, "expression": false, "range": [ - 82452, - 83185 + 81532, + 82265 ], "loc": { "start": { - "line": 2691, + "line": 2666, "column": 16 }, "end": { - "line": 2715, + "line": 2690, "column": 5 } } @@ -146915,16 +145327,16 @@ "kind": "method", "computed": false, "range": [ - 82440, - 83185 + 81520, + 82265 ], "loc": { "start": { - "line": 2691, + "line": 2666, "column": 4 }, "end": { - "line": 2715, + "line": 2690, "column": 5 } }, @@ -146933,16 +145345,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 82331, - 82435 + 81411, + 81515 ], "loc": { "start": { - "line": 2687, + "line": 2662, "column": 4 }, "end": { - "line": 2690, + "line": 2665, "column": 7 } } @@ -146953,16 +145365,16 @@ "type": "Block", "value": "*\n * Make defined rows always visible\n ", "range": [ - 83191, - 83242 + 82271, + 82322 ], "loc": { "start": { - "line": 2717, + "line": 2692, "column": 4 }, "end": { - "line": 2719, + "line": 2694, "column": 7 } } @@ -146976,16 +145388,16 @@ "type": "Identifier", "name": "enforceVisibility", "range": [ - 83247, - 83264 + 82327, + 82344 ], "loc": { "start": { - "line": 2720, + "line": 2695, "column": 4 }, "end": { - "line": 2720, + "line": 2695, "column": 21 } } @@ -147008,16 +145420,16 @@ "object": { "type": "ThisExpression", "range": [ - 83282, - 83286 + 82362, + 82366 ], "loc": { "start": { - "line": 2721, + "line": 2696, "column": 13 }, "end": { - "line": 2721, + "line": 2696, "column": 17 } } @@ -147026,47 +145438,47 @@ "type": "Identifier", "name": "hasVisibleRows", "range": [ - 83287, - 83301 + 82367, + 82381 ], "loc": { "start": { - "line": 2721, + "line": 2696, "column": 18 }, "end": { - "line": 2721, + "line": 2696, "column": 32 } } }, "range": [ - 83282, - 83301 + 82362, + 82381 ], "loc": { "start": { - "line": 2721, + "line": 2696, "column": 13 }, "end": { - "line": 2721, + "line": 2696, "column": 32 } } }, "prefix": true, "range": [ - 83281, - 83301 + 82361, + 82381 ], "loc": { "start": { - "line": 2721, + "line": 2696, "column": 12 }, "end": { - "line": 2721, + "line": 2696, "column": 32 } } @@ -147078,48 +145490,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 83317, - 83324 + 82397, + 82404 ], "loc": { "start": { - "line": 2722, + "line": 2697, "column": 12 }, "end": { - "line": 2722, + "line": 2697, "column": 19 } } } ], "range": [ - 83303, - 83334 + 82383, + 82414 ], "loc": { "start": { - "line": 2721, + "line": 2696, "column": 34 }, "end": { - "line": 2723, + "line": 2698, "column": 9 } } }, "alternate": null, "range": [ - 83277, - 83334 + 82357, + 82414 ], "loc": { "start": { - "line": 2721, + "line": 2696, "column": 8 }, "end": { - "line": 2723, + "line": 2698, "column": 9 } } @@ -147133,16 +145545,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 83347, - 83353 + 82427, + 82433 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 12 }, "end": { - "line": 2724, + "line": 2699, "column": 18 } } @@ -147155,16 +145567,16 @@ "object": { "type": "ThisExpression", "range": [ - 83356, - 83360 + 82436, + 82440 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 21 }, "end": { - "line": 2724, + "line": 2699, "column": 25 } } @@ -147173,31 +145585,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 83361, - 83370 + 82441, + 82450 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 26 }, "end": { - "line": 2724, + "line": 2699, "column": 35 } } }, "range": [ - 83356, - 83370 + 82436, + 82450 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 21 }, "end": { - "line": 2724, + "line": 2699, "column": 35 } } @@ -147208,47 +145620,47 @@ "value": true, "raw": "true", "range": [ - 83371, - 83375 + 82451, + 82455 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 36 }, "end": { - "line": 2724, + "line": 2699, "column": 40 } } } ], "range": [ - 83356, - 83376 + 82436, + 82456 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 21 }, "end": { - "line": 2724, + "line": 2699, "column": 41 } } }, "range": [ - 83347, - 83376 + 82427, + 82456 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 12 }, "end": { - "line": 2724, + "line": 2699, "column": 41 } } @@ -147256,16 +145668,16 @@ ], "kind": "let", "range": [ - 83343, - 83377 + 82423, + 82457 ], "loc": { "start": { - "line": 2724, + "line": 2699, "column": 8 }, "end": { - "line": 2724, + "line": 2699, "column": 42 } } @@ -147281,16 +145693,16 @@ "type": "Identifier", "name": "i", "range": [ - 83395, - 83396 + 82475, + 82476 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 17 }, "end": { - "line": 2725, + "line": 2700, "column": 18 } } @@ -147300,31 +145712,31 @@ "value": 0, "raw": "0", "range": [ - 83399, - 83400 + 82479, + 82480 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 21 }, "end": { - "line": 2725, + "line": 2700, "column": 22 } } }, "range": [ - 83395, - 83400 + 82475, + 82480 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 17 }, "end": { - "line": 2725, + "line": 2700, "column": 22 } } @@ -147335,16 +145747,16 @@ "type": "Identifier", "name": "len", "range": [ - 83402, - 83405 + 82482, + 82485 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 24 }, "end": { - "line": 2725, + "line": 2700, "column": 27 } } @@ -147358,16 +145770,16 @@ "object": { "type": "ThisExpression", "range": [ - 83408, - 83412 + 82488, + 82492 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 30 }, "end": { - "line": 2725, + "line": 2700, "column": 34 } } @@ -147376,31 +145788,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 83413, - 83424 + 82493, + 82504 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 35 }, "end": { - "line": 2725, + "line": 2700, "column": 46 } } }, "range": [ - 83408, - 83424 + 82488, + 82504 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 30 }, "end": { - "line": 2725, + "line": 2700, "column": 46 } } @@ -147409,46 +145821,46 @@ "type": "Identifier", "name": "length", "range": [ - 83425, - 83431 + 82505, + 82511 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 47 }, "end": { - "line": 2725, + "line": 2700, "column": 53 } } }, "range": [ - 83408, - 83431 + 82488, + 82511 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 30 }, "end": { - "line": 2725, + "line": 2700, "column": 53 } } }, "range": [ - 83402, - 83431 + 82482, + 82511 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 24 }, "end": { - "line": 2725, + "line": 2700, "column": 53 } } @@ -147456,16 +145868,16 @@ ], "kind": "let", "range": [ - 83391, - 83431 + 82471, + 82511 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 13 }, "end": { - "line": 2725, + "line": 2700, "column": 53 } } @@ -147477,16 +145889,16 @@ "type": "Identifier", "name": "i", "range": [ - 83433, - 83434 + 82513, + 82514 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 55 }, "end": { - "line": 2725, + "line": 2700, "column": 56 } } @@ -147495,31 +145907,31 @@ "type": "Identifier", "name": "len", "range": [ - 83437, - 83440 + 82517, + 82520 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 59 }, "end": { - "line": 2725, + "line": 2700, "column": 62 } } }, "range": [ - 83433, - 83440 + 82513, + 82520 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 55 }, "end": { - "line": 2725, + "line": 2700, "column": 62 } } @@ -147531,32 +145943,32 @@ "type": "Identifier", "name": "i", "range": [ - 83442, - 83443 + 82522, + 82523 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 64 }, "end": { - "line": 2725, + "line": 2700, "column": 65 } } }, "prefix": false, "range": [ - 83442, - 83445 + 82522, + 82525 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 64 }, "end": { - "line": 2725, + "line": 2700, "column": 67 } } @@ -147573,16 +145985,16 @@ "type": "Identifier", "name": "row", "range": [ - 83465, - 83468 + 82545, + 82548 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 16 }, "end": { - "line": 2726, + "line": 2701, "column": 19 } } @@ -147596,16 +146008,16 @@ "object": { "type": "ThisExpression", "range": [ - 83471, - 83475 + 82551, + 82555 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 22 }, "end": { - "line": 2726, + "line": 2701, "column": 26 } } @@ -147614,31 +146026,31 @@ "type": "Identifier", "name": "visibleRows", "range": [ - 83476, - 83487 + 82556, + 82567 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 27 }, "end": { - "line": 2726, + "line": 2701, "column": 38 } } }, "range": [ - 83471, - 83487 + 82551, + 82567 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 22 }, "end": { - "line": 2726, + "line": 2701, "column": 38 } } @@ -147647,46 +146059,46 @@ "type": "Identifier", "name": "i", "range": [ - 83488, - 83489 + 82568, + 82569 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 39 }, "end": { - "line": 2726, + "line": 2701, "column": 40 } } }, "range": [ - 83471, - 83490 + 82551, + 82570 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 22 }, "end": { - "line": 2726, + "line": 2701, "column": 41 } } }, "range": [ - 83465, - 83490 + 82545, + 82570 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 16 }, "end": { - "line": 2726, + "line": 2701, "column": 41 } } @@ -147694,16 +146106,16 @@ ], "kind": "let", "range": [ - 83461, - 83491 + 82541, + 82571 ], "loc": { "start": { - "line": 2726, + "line": 2701, "column": 12 }, "end": { - "line": 2726, + "line": 2701, "column": 42 } }, @@ -147712,16 +146124,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 83504, - 83533 + 82584, + 82613 ], "loc": { "start": { - "line": 2727, + "line": 2702, "column": 12 }, "end": { - "line": 2727, + "line": 2702, "column": 41 } } @@ -147737,16 +146149,16 @@ "type": "Identifier", "name": "row", "range": [ - 83550, - 83553 + 82630, + 82633 ], "loc": { "start": { - "line": 2728, + "line": 2703, "column": 16 }, "end": { - "line": 2728, + "line": 2703, "column": 19 } } @@ -147755,31 +146167,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 83557, - 83563 + 82637, + 82643 ], "loc": { "start": { - "line": 2728, + "line": 2703, "column": 23 }, "end": { - "line": 2728, + "line": 2703, "column": 29 } } }, "range": [ - 83550, - 83563 + 82630, + 82643 ], "loc": { "start": { - "line": 2728, + "line": 2703, "column": 16 }, "end": { - "line": 2728, + "line": 2703, "column": 29 } } @@ -147797,16 +146209,16 @@ "object": { "type": "ThisExpression", "range": [ - 83583, - 83587 + 82663, + 82667 ], "loc": { "start": { - "line": 2729, + "line": 2704, "column": 16 }, "end": { - "line": 2729, + "line": 2704, "column": 20 } } @@ -147815,31 +146227,31 @@ "type": "Identifier", "name": "validateRow", "range": [ - 83588, - 83599 + 82668, + 82679 ], "loc": { "start": { - "line": 2729, + "line": 2704, "column": 21 }, "end": { - "line": 2729, + "line": 2704, "column": 32 } } }, "range": [ - 83583, - 83599 + 82663, + 82679 ], "loc": { "start": { - "line": 2729, + "line": 2704, "column": 16 }, "end": { - "line": 2729, + "line": 2704, "column": 32 } } @@ -147849,16 +146261,16 @@ "type": "Identifier", "name": "row", "range": [ - 83600, - 83603 + 82680, + 82683 ], "loc": { "start": { - "line": 2729, + "line": 2704, "column": 33 }, "end": { - "line": 2729, + "line": 2704, "column": 36 } } @@ -147868,79 +146280,79 @@ "value": true, "raw": "true", "range": [ - 83605, - 83609 + 82685, + 82689 ], "loc": { "start": { - "line": 2729, + "line": 2704, "column": 38 }, "end": { - "line": 2729, + "line": 2704, "column": 42 } } } ], "range": [ - 83583, - 83610 + 82663, + 82690 ], "loc": { "start": { - "line": 2729, + "line": 2704, "column": 16 }, "end": { - "line": 2729, + "line": 2704, "column": 43 } } }, "range": [ - 83583, - 83611 + 82663, + 82691 ], "loc": { "start": { - "line": 2729, + "line": 2704, "column": 16 }, "end": { - "line": 2729, + "line": 2704, "column": 44 } } } ], "range": [ - 83565, - 83625 + 82645, + 82705 ], "loc": { "start": { - "line": 2728, + "line": 2703, "column": 31 }, "end": { - "line": 2730, + "line": 2705, "column": 13 } } }, "alternate": null, "range": [ - 83546, - 83625 + 82626, + 82705 ], "loc": { "start": { - "line": 2728, + "line": 2703, "column": 12 }, "end": { - "line": 2730, + "line": 2705, "column": 13 } }, @@ -147949,16 +146361,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 83504, - 83533 + 82584, + 82613 ], "loc": { "start": { - "line": 2727, + "line": 2702, "column": 12 }, "end": { - "line": 2727, + "line": 2702, "column": 41 } } @@ -147967,47 +146379,47 @@ } ], "range": [ - 83447, - 83635 + 82527, + 82715 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 69 }, "end": { - "line": 2731, + "line": 2706, "column": 9 } } }, "range": [ - 83386, - 83635 + 82466, + 82715 ], "loc": { "start": { - "line": 2725, + "line": 2700, "column": 8 }, "end": { - "line": 2731, + "line": 2706, "column": 9 } } } ], "range": [ - 83267, - 83641 + 82347, + 82721 ], "loc": { "start": { - "line": 2720, + "line": 2695, "column": 24 }, "end": { - "line": 2732, + "line": 2707, "column": 5 } } @@ -148015,16 +146427,16 @@ "generator": false, "expression": false, "range": [ - 83264, - 83641 + 82344, + 82721 ], "loc": { "start": { - "line": 2720, + "line": 2695, "column": 21 }, "end": { - "line": 2732, + "line": 2707, "column": 5 } } @@ -148032,16 +146444,16 @@ "kind": "method", "computed": false, "range": [ - 83247, - 83641 + 82327, + 82721 ], "loc": { "start": { - "line": 2720, + "line": 2695, "column": 4 }, "end": { - "line": 2732, + "line": 2707, "column": 5 } }, @@ -148050,16 +146462,16 @@ "type": "Block", "value": "*\n * Make defined rows always visible\n ", "range": [ - 83191, - 83242 + 82271, + 82322 ], "loc": { "start": { - "line": 2717, + "line": 2692, "column": 4 }, "end": { - "line": 2719, + "line": 2694, "column": 7 } } @@ -148070,16 +146482,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 83647, - 83695 + 82727, + 82775 ], "loc": { "start": { - "line": 2734, + "line": 2709, "column": 4 }, "end": { - "line": 2736, + "line": 2711, "column": 7 } } @@ -148093,16 +146505,16 @@ "type": "Identifier", "name": "clearFilters", "range": [ - 83700, - 83712 + 82780, + 82792 ], "loc": { "start": { - "line": 2737, + "line": 2712, "column": 4 }, "end": { - "line": 2737, + "line": 2712, "column": 16 } } @@ -148125,16 +146537,16 @@ "object": { "type": "ThisExpression", "range": [ - 83730, - 83734 + 82810, + 82814 ], "loc": { "start": { - "line": 2738, + "line": 2713, "column": 13 }, "end": { - "line": 2738, + "line": 2713, "column": 17 } } @@ -148143,47 +146555,47 @@ "type": "Identifier", "name": "fltGrid", "range": [ - 83735, - 83742 + 82815, + 82822 ], "loc": { "start": { - "line": 2738, + "line": 2713, "column": 18 }, "end": { - "line": 2738, + "line": 2713, "column": 25 } } }, "range": [ - 83730, - 83742 + 82810, + 82822 ], "loc": { "start": { - "line": 2738, + "line": 2713, "column": 13 }, "end": { - "line": 2738, + "line": 2713, "column": 25 } } }, "prefix": true, "range": [ - 83729, - 83742 + 82809, + 82822 ], "loc": { "start": { - "line": 2738, + "line": 2713, "column": 12 }, "end": { - "line": 2738, + "line": 2713, "column": 25 } } @@ -148195,48 +146607,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 83758, - 83765 + 82838, + 82845 ], "loc": { "start": { - "line": 2739, + "line": 2714, "column": 12 }, "end": { - "line": 2739, + "line": 2714, "column": 19 } } } ], "range": [ - 83744, - 83775 + 82824, + 82855 ], "loc": { "start": { - "line": 2738, + "line": 2713, "column": 27 }, "end": { - "line": 2740, + "line": 2715, "column": 9 } } }, "alternate": null, "range": [ - 83725, - 83775 + 82805, + 82855 ], "loc": { "start": { - "line": 2738, + "line": 2713, "column": 8 }, "end": { - "line": 2740, + "line": 2715, "column": 9 } } @@ -148254,16 +146666,16 @@ "object": { "type": "ThisExpression", "range": [ - 83785, - 83789 + 82865, + 82869 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 8 }, "end": { - "line": 2742, + "line": 2717, "column": 12 } } @@ -148272,31 +146684,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 83790, - 83797 + 82870, + 82877 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 13 }, "end": { - "line": 2742, + "line": 2717, "column": 20 } } }, "range": [ - 83785, - 83797 + 82865, + 82877 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 8 }, "end": { - "line": 2742, + "line": 2717, "column": 20 } } @@ -148305,31 +146717,31 @@ "type": "Identifier", "name": "emit", "range": [ - 83798, - 83802 + 82878, + 82882 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 21 }, "end": { - "line": 2742, + "line": 2717, "column": 25 } } }, "range": [ - 83785, - 83802 + 82865, + 82882 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 8 }, "end": { - "line": 2742, + "line": 2717, "column": 25 } } @@ -148340,16 +146752,16 @@ "value": "before-clearing-filters", "raw": "'before-clearing-filters'", "range": [ - 83803, - 83828 + 82883, + 82908 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 26 }, "end": { - "line": 2742, + "line": 2717, "column": 51 } } @@ -148357,47 +146769,47 @@ { "type": "ThisExpression", "range": [ - 83830, - 83834 + 82910, + 82914 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 53 }, "end": { - "line": 2742, + "line": 2717, "column": 57 } } } ], "range": [ - 83785, - 83835 + 82865, + 82915 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 8 }, "end": { - "line": 2742, + "line": 2717, "column": 58 } } }, "range": [ - 83785, - 83836 + 82865, + 82916 ], "loc": { "start": { - "line": 2742, + "line": 2717, "column": 8 }, "end": { - "line": 2742, + "line": 2717, "column": 59 } } @@ -148412,16 +146824,16 @@ "object": { "type": "ThisExpression", "range": [ - 83845, - 83849 + 82925, + 82929 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 8 }, "end": { - "line": 2743, + "line": 2718, "column": 12 } } @@ -148430,31 +146842,31 @@ "type": "Identifier", "name": "onBeforeReset", "range": [ - 83850, - 83863 + 82930, + 82943 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 13 }, "end": { - "line": 2743, + "line": 2718, "column": 26 } } }, "range": [ - 83845, - 83863 + 82925, + 82943 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 8 }, "end": { - "line": 2743, + "line": 2718, "column": 26 } } @@ -148463,16 +146875,16 @@ { "type": "ThisExpression", "range": [ - 83864, - 83868 + 82944, + 82948 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 27 }, "end": { - "line": 2743, + "line": 2718, "column": 31 } } @@ -148485,16 +146897,16 @@ "object": { "type": "ThisExpression", "range": [ - 83870, - 83874 + 82950, + 82954 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 33 }, "end": { - "line": 2743, + "line": 2718, "column": 37 } } @@ -148503,78 +146915,78 @@ "type": "Identifier", "name": "getFiltersValue", "range": [ - 83875, - 83890 + 82955, + 82970 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 38 }, "end": { - "line": 2743, + "line": 2718, "column": 53 } } }, "range": [ - 83870, - 83890 + 82950, + 82970 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 33 }, "end": { - "line": 2743, + "line": 2718, "column": 53 } } }, "arguments": [], "range": [ - 83870, - 83892 + 82950, + 82972 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 33 }, "end": { - "line": 2743, + "line": 2718, "column": 55 } } } ], "range": [ - 83845, - 83893 + 82925, + 82973 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 8 }, "end": { - "line": 2743, + "line": 2718, "column": 56 } } }, "range": [ - 83845, - 83894 + 82925, + 82974 ], "loc": { "start": { - "line": 2743, + "line": 2718, "column": 8 }, "end": { - "line": 2743, + "line": 2718, "column": 57 } } @@ -148590,16 +147002,16 @@ "type": "Identifier", "name": "i", "range": [ - 83913, - 83914 + 82993, + 82994 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 17 }, "end": { - "line": 2745, + "line": 2720, "column": 18 } } @@ -148609,31 +147021,31 @@ "value": 0, "raw": "0", "range": [ - 83917, - 83918 + 82997, + 82998 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 21 }, "end": { - "line": 2745, + "line": 2720, "column": 22 } } }, "range": [ - 83913, - 83918 + 82993, + 82998 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 17 }, "end": { - "line": 2745, + "line": 2720, "column": 22 } } @@ -148644,16 +147056,16 @@ "type": "Identifier", "name": "len", "range": [ - 83920, - 83923 + 83000, + 83003 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 24 }, "end": { - "line": 2745, + "line": 2720, "column": 27 } } @@ -148667,16 +147079,16 @@ "object": { "type": "ThisExpression", "range": [ - 83926, - 83930 + 83006, + 83010 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 30 }, "end": { - "line": 2745, + "line": 2720, "column": 34 } } @@ -148685,31 +147097,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 83931, - 83937 + 83011, + 83017 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 35 }, "end": { - "line": 2745, + "line": 2720, "column": 41 } } }, "range": [ - 83926, - 83937 + 83006, + 83017 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 30 }, "end": { - "line": 2745, + "line": 2720, "column": 41 } } @@ -148718,46 +147130,46 @@ "type": "Identifier", "name": "length", "range": [ - 83938, - 83944 + 83018, + 83024 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 42 }, "end": { - "line": 2745, + "line": 2720, "column": 48 } } }, "range": [ - 83926, - 83944 + 83006, + 83024 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 30 }, "end": { - "line": 2745, + "line": 2720, "column": 48 } } }, "range": [ - 83920, - 83944 + 83000, + 83024 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 24 }, "end": { - "line": 2745, + "line": 2720, "column": 48 } } @@ -148765,16 +147177,16 @@ ], "kind": "let", "range": [ - 83909, - 83944 + 82989, + 83024 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 13 }, "end": { - "line": 2745, + "line": 2720, "column": 48 } } @@ -148786,16 +147198,16 @@ "type": "Identifier", "name": "i", "range": [ - 83946, - 83947 + 83026, + 83027 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 50 }, "end": { - "line": 2745, + "line": 2720, "column": 51 } } @@ -148804,31 +147216,31 @@ "type": "Identifier", "name": "len", "range": [ - 83950, - 83953 + 83030, + 83033 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 54 }, "end": { - "line": 2745, + "line": 2720, "column": 57 } } }, "range": [ - 83946, - 83953 + 83026, + 83033 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 50 }, "end": { - "line": 2745, + "line": 2720, "column": 57 } } @@ -148840,32 +147252,32 @@ "type": "Identifier", "name": "i", "range": [ - 83955, - 83956 + 83035, + 83036 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 59 }, "end": { - "line": 2745, + "line": 2720, "column": 60 } } }, "prefix": false, "range": [ - 83955, - 83958 + 83035, + 83038 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 59 }, "end": { - "line": 2745, + "line": 2720, "column": 62 } } @@ -148883,16 +147295,16 @@ "object": { "type": "ThisExpression", "range": [ - 83974, - 83978 + 83054, + 83058 ], "loc": { "start": { - "line": 2746, + "line": 2721, "column": 12 }, "end": { - "line": 2746, + "line": 2721, "column": 16 } } @@ -148901,31 +147313,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 83979, - 83993 + 83059, + 83073 ], "loc": { "start": { - "line": 2746, + "line": 2721, "column": 17 }, "end": { - "line": 2746, + "line": 2721, "column": 31 } } }, "range": [ - 83974, - 83993 + 83054, + 83073 ], "loc": { "start": { - "line": 2746, + "line": 2721, "column": 12 }, "end": { - "line": 2746, + "line": 2721, "column": 31 } } @@ -148935,16 +147347,16 @@ "type": "Identifier", "name": "i", "range": [ - 83994, - 83995 + 83074, + 83075 ], "loc": { "start": { - "line": 2746, + "line": 2721, "column": 32 }, "end": { - "line": 2746, + "line": 2721, "column": 33 } } @@ -148954,78 +147366,78 @@ "value": "", "raw": "''", "range": [ - 83997, - 83999 + 83077, + 83079 ], "loc": { "start": { - "line": 2746, + "line": 2721, "column": 35 }, "end": { - "line": 2746, + "line": 2721, "column": 37 } } } ], "range": [ - 83974, - 84000 + 83054, + 83080 ], "loc": { "start": { - "line": 2746, + "line": 2721, "column": 12 }, "end": { - "line": 2746, + "line": 2721, "column": 38 } } }, "range": [ - 83974, - 84001 + 83054, + 83081 ], "loc": { "start": { - "line": 2746, + "line": 2721, "column": 12 }, "end": { - "line": 2746, + "line": 2721, "column": 39 } } } ], "range": [ - 83960, - 84011 + 83040, + 83091 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 64 }, "end": { - "line": 2747, + "line": 2722, "column": 9 } } }, "range": [ - 83904, - 84011 + 82984, + 83091 ], "loc": { "start": { - "line": 2745, + "line": 2720, "column": 8 }, "end": { - "line": 2747, + "line": 2722, "column": 9 } } @@ -149040,16 +147452,16 @@ "object": { "type": "ThisExpression", "range": [ - 84021, - 84025 + 83101, + 83105 ], "loc": { "start": { - "line": 2749, + "line": 2724, "column": 8 }, "end": { - "line": 2749, + "line": 2724, "column": 12 } } @@ -149058,62 +147470,62 @@ "type": "Identifier", "name": "filter", "range": [ - 84026, - 84032 + 83106, + 83112 ], "loc": { "start": { - "line": 2749, + "line": 2724, "column": 13 }, "end": { - "line": 2749, + "line": 2724, "column": 19 } } }, "range": [ - 84021, - 84032 + 83101, + 83112 ], "loc": { "start": { - "line": 2749, + "line": 2724, "column": 8 }, "end": { - "line": 2749, + "line": 2724, "column": 19 } } }, "arguments": [], "range": [ - 84021, - 84034 + 83101, + 83114 ], "loc": { "start": { - "line": 2749, + "line": 2724, "column": 8 }, "end": { - "line": 2749, + "line": 2724, "column": 21 } } }, "range": [ - 84021, - 84035 + 83101, + 83115 ], "loc": { "start": { - "line": 2749, + "line": 2724, "column": 8 }, "end": { - "line": 2749, + "line": 2724, "column": 22 } } @@ -149128,16 +147540,16 @@ "object": { "type": "ThisExpression", "range": [ - 84045, - 84049 + 83125, + 83129 ], "loc": { "start": { - "line": 2751, + "line": 2726, "column": 8 }, "end": { - "line": 2751, + "line": 2726, "column": 12 } } @@ -149146,31 +147558,31 @@ "type": "Identifier", "name": "onAfterReset", "range": [ - 84050, - 84062 + 83130, + 83142 ], "loc": { "start": { - "line": 2751, + "line": 2726, "column": 13 }, "end": { - "line": 2751, + "line": 2726, "column": 25 } } }, "range": [ - 84045, - 84062 + 83125, + 83142 ], "loc": { "start": { - "line": 2751, + "line": 2726, "column": 8 }, "end": { - "line": 2751, + "line": 2726, "column": 25 } } @@ -149179,47 +147591,47 @@ { "type": "ThisExpression", "range": [ - 84063, - 84067 + 83143, + 83147 ], "loc": { "start": { - "line": 2751, + "line": 2726, "column": 26 }, "end": { - "line": 2751, + "line": 2726, "column": 30 } } } ], "range": [ - 84045, - 84068 + 83125, + 83148 ], "loc": { "start": { - "line": 2751, + "line": 2726, "column": 8 }, "end": { - "line": 2751, + "line": 2726, "column": 31 } } }, "range": [ - 84045, - 84069 + 83125, + 83149 ], "loc": { "start": { - "line": 2751, + "line": 2726, "column": 8 }, "end": { - "line": 2751, + "line": 2726, "column": 32 } } @@ -149237,16 +147649,16 @@ "object": { "type": "ThisExpression", "range": [ - 84078, - 84082 + 83158, + 83162 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 8 }, "end": { - "line": 2752, + "line": 2727, "column": 12 } } @@ -149255,31 +147667,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 84083, - 84090 + 83163, + 83170 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 13 }, "end": { - "line": 2752, + "line": 2727, "column": 20 } } }, "range": [ - 84078, - 84090 + 83158, + 83170 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 8 }, "end": { - "line": 2752, + "line": 2727, "column": 20 } } @@ -149288,31 +147700,31 @@ "type": "Identifier", "name": "emit", "range": [ - 84091, - 84095 + 83171, + 83175 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 21 }, "end": { - "line": 2752, + "line": 2727, "column": 25 } } }, "range": [ - 84078, - 84095 + 83158, + 83175 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 8 }, "end": { - "line": 2752, + "line": 2727, "column": 25 } } @@ -149323,16 +147735,16 @@ "value": "after-clearing-filters", "raw": "'after-clearing-filters'", "range": [ - 84096, - 84120 + 83176, + 83200 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 26 }, "end": { - "line": 2752, + "line": 2727, "column": 50 } } @@ -149340,63 +147752,63 @@ { "type": "ThisExpression", "range": [ - 84122, - 84126 + 83202, + 83206 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 52 }, "end": { - "line": 2752, + "line": 2727, "column": 56 } } } ], "range": [ - 84078, - 84127 + 83158, + 83207 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 8 }, "end": { - "line": 2752, + "line": 2727, "column": 57 } } }, "range": [ - 84078, - 84128 + 83158, + 83208 ], "loc": { "start": { - "line": 2752, + "line": 2727, "column": 8 }, "end": { - "line": 2752, + "line": 2727, "column": 58 } } } ], "range": [ - 83715, - 84134 + 82795, + 83214 ], "loc": { "start": { - "line": 2737, + "line": 2712, "column": 19 }, "end": { - "line": 2753, + "line": 2728, "column": 5 } } @@ -149404,16 +147816,16 @@ "generator": false, "expression": false, "range": [ - 83712, - 84134 + 82792, + 83214 ], "loc": { "start": { - "line": 2737, + "line": 2712, "column": 16 }, "end": { - "line": 2753, + "line": 2728, "column": 5 } } @@ -149421,16 +147833,16 @@ "kind": "method", "computed": false, "range": [ - 83700, - 84134 + 82780, + 83214 ], "loc": { "start": { - "line": 2737, + "line": 2712, "column": 4 }, "end": { - "line": 2753, + "line": 2728, "column": 5 } }, @@ -149439,16 +147851,16 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 83647, - 83695 + 82727, + 82775 ], "loc": { "start": { - "line": 2734, + "line": 2709, "column": 4 }, "end": { - "line": 2736, + "line": 2711, "column": 7 } } @@ -149457,1512 +147869,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Clear filtered columns visual indicator (background color)\n ", + "value": "*\n * Return the ID of the current active filter\n * @return {String}\n ", "range": [ - 84140, - 84217 + 83220, + 83305 ], "loc": { "start": { - "line": 2755, + "line": 2730, "column": 4 }, "end": { - "line": 2757, - "column": 7 - } - } - } - ], - "static": false - }, - { - "type": "MethodDefinition", - "key": { - "type": "Identifier", - "name": "clearActiveColumns", - "range": [ - 84222, - 84240 - ], - "loc": { - "start": { - "line": 2758, - "column": 4 - }, - "end": { - "line": 2758, - "column": 22 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ForStatement", - "init": { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "i", - "range": [ - 84262, - 84263 - ], - "loc": { - "start": { - "line": 2759, - "column": 17 - }, - "end": { - "line": 2759, - "column": 18 - } - } - }, - "init": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 84266, - 84267 - ], - "loc": { - "start": { - "line": 2759, - "column": 21 - }, - "end": { - "line": 2759, - "column": 22 - } - } - }, - "range": [ - 84262, - 84267 - ], - "loc": { - "start": { - "line": 2759, - "column": 17 - }, - "end": { - "line": 2759, - "column": 22 - } - } - }, - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "len", - "range": [ - 84269, - 84272 - ], - "loc": { - "start": { - "line": 2759, - "column": 24 - }, - "end": { - "line": 2759, - "column": 27 - } - } - }, - "init": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84275, - 84279 - ], - "loc": { - "start": { - "line": 2759, - "column": 30 - }, - "end": { - "line": 2759, - "column": 34 - } - } - }, - "property": { - "type": "Identifier", - "name": "getCellsNb", - "range": [ - 84280, - 84290 - ], - "loc": { - "start": { - "line": 2759, - "column": 35 - }, - "end": { - "line": 2759, - "column": 45 - } - } - }, - "range": [ - 84275, - 84290 - ], - "loc": { - "start": { - "line": 2759, - "column": 30 - }, - "end": { - "line": 2759, - "column": 45 - } - } - }, - "arguments": [ - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84291, - 84295 - ], - "loc": { - "start": { - "line": 2759, - "column": 46 - }, - "end": { - "line": 2759, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "headersRow", - "range": [ - 84296, - 84306 - ], - "loc": { - "start": { - "line": 2759, - "column": 51 - }, - "end": { - "line": 2759, - "column": 61 - } - } - }, - "range": [ - 84291, - 84306 - ], - "loc": { - "start": { - "line": 2759, - "column": 46 - }, - "end": { - "line": 2759, - "column": 61 - } - } - } - ], - "range": [ - 84275, - 84307 - ], - "loc": { - "start": { - "line": 2759, - "column": 30 - }, - "end": { - "line": 2759, - "column": 62 - } - } - }, - "range": [ - 84269, - 84307 - ], - "loc": { - "start": { - "line": 2759, - "column": 24 - }, - "end": { - "line": 2759, - "column": 62 - } - } - } - ], - "kind": "let", - "range": [ - 84258, - 84307 - ], - "loc": { - "start": { - "line": 2759, - "column": 13 - }, - "end": { - "line": 2759, - "column": 62 - } - } - }, - "test": { - "type": "BinaryExpression", - "operator": "<", - "left": { - "type": "Identifier", - "name": "i", - "range": [ - 84309, - 84310 - ], - "loc": { - "start": { - "line": 2759, - "column": 64 - }, - "end": { - "line": 2759, - "column": 65 - } - } - }, - "right": { - "type": "Identifier", - "name": "len", - "range": [ - 84313, - 84316 - ], - "loc": { - "start": { - "line": 2759, - "column": 68 - }, - "end": { - "line": 2759, - "column": 71 - } - } - }, - "range": [ - 84309, - 84316 - ], - "loc": { - "start": { - "line": 2759, - "column": 64 - }, - "end": { - "line": 2759, - "column": 71 - } - } - }, - "update": { - "type": "UpdateExpression", - "operator": "++", - "argument": { - "type": "Identifier", - "name": "i", - "range": [ - 84318, - 84319 - ], - "loc": { - "start": { - "line": 2759, - "column": 73 - }, - "end": { - "line": 2759, - "column": 74 - } - } - }, - "prefix": false, - "range": [ - 84318, - 84321 - ], - "loc": { - "start": { - "line": 2759, - "column": 73 - }, - "end": { - "line": 2759, - "column": 76 - } - } - }, - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "removeClass", - "range": [ - 84337, - 84348 - ], - "loc": { - "start": { - "line": 2760, - "column": 12 - }, - "end": { - "line": 2760, - "column": 23 - } - } - }, - "arguments": [ - { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84349, - 84353 - ], - "loc": { - "start": { - "line": 2760, - "column": 24 - }, - "end": { - "line": 2760, - "column": 28 - } - } - }, - "property": { - "type": "Identifier", - "name": "getHeaderElement", - "range": [ - 84354, - 84370 - ], - "loc": { - "start": { - "line": 2760, - "column": 29 - }, - "end": { - "line": 2760, - "column": 45 - } - } - }, - "range": [ - 84349, - 84370 - ], - "loc": { - "start": { - "line": 2760, - "column": 24 - }, - "end": { - "line": 2760, - "column": 45 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "i", - "range": [ - 84371, - 84372 - ], - "loc": { - "start": { - "line": 2760, - "column": 46 - }, - "end": { - "line": 2760, - "column": 47 - } - } - } - ], - "range": [ - 84349, - 84373 - ], - "loc": { - "start": { - "line": 2760, - "column": 24 - }, - "end": { - "line": 2760, - "column": 48 - } - } - }, - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84375, - 84379 - ], - "loc": { - "start": { - "line": 2760, - "column": 50 - }, - "end": { - "line": 2760, - "column": 54 - } - } - }, - "property": { - "type": "Identifier", - "name": "activeColumnsCssClass", - "range": [ - 84380, - 84401 - ], - "loc": { - "start": { - "line": 2760, - "column": 55 - }, - "end": { - "line": 2760, - "column": 76 - } - } - }, - "range": [ - 84375, - 84401 - ], - "loc": { - "start": { - "line": 2760, - "column": 50 - }, - "end": { - "line": 2760, - "column": 76 - } - } - } - ], - "range": [ - 84337, - 84402 - ], - "loc": { - "start": { - "line": 2760, - "column": 12 - }, - "end": { - "line": 2760, - "column": 77 - } - } - }, - "range": [ - 84337, - 84403 - ], - "loc": { - "start": { - "line": 2760, - "column": 12 - }, - "end": { - "line": 2760, - "column": 78 - } - } - } - ], - "range": [ - 84323, - 84413 - ], - "loc": { - "start": { - "line": 2759, - "column": 78 - }, - "end": { - "line": 2761, - "column": 9 - } - } - }, - "range": [ - 84253, - 84413 - ], - "loc": { - "start": { - "line": 2759, - "column": 8 - }, - "end": { - "line": 2761, - "column": 9 - } - } - } - ], - "range": [ - 84243, - 84419 - ], - "loc": { - "start": { - "line": 2758, - "column": 25 - }, - "end": { - "line": 2762, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 84240, - 84419 - ], - "loc": { - "start": { - "line": 2758, - "column": 22 - }, - "end": { - "line": 2762, - "column": 5 - } - } - }, - "kind": "method", - "computed": false, - "range": [ - 84222, - 84419 - ], - "loc": { - "start": { - "line": 2758, - "column": 4 - }, - "end": { - "line": 2762, - "column": 5 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Clear filtered columns visual indicator (background color)\n ", - "range": [ - 84140, - 84217 - ], - "loc": { - "start": { - "line": 2755, - "column": 4 - }, - "end": { - "line": 2757, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", - "range": [ - 84425, - 84520 - ], - "loc": { - "start": { - "line": 2764, - "column": 4 - }, - "end": { - "line": 2767, - "column": 7 - } - } - } - ], - "static": false - }, - { - "type": "MethodDefinition", - "key": { - "type": "Identifier", - "name": "markActiveColumn", - "range": [ - 84525, - 84541 - ], - "loc": { - "start": { - "line": 2768, - "column": 4 - }, - "end": { - "line": 2768, - "column": 20 - } - } - }, - "value": { - "type": "FunctionExpression", - "id": null, - "params": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 84542, - 84550 - ], - "loc": { - "start": { - "line": 2768, - "column": 21 - }, - "end": { - "line": 2768, - "column": 29 - } - } - } - ], - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "header", - "range": [ - 84566, - 84572 - ], - "loc": { - "start": { - "line": 2769, - "column": 12 - }, - "end": { - "line": 2769, - "column": 18 - } - } - }, - "init": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84575, - 84579 - ], - "loc": { - "start": { - "line": 2769, - "column": 21 - }, - "end": { - "line": 2769, - "column": 25 - } - } - }, - "property": { - "type": "Identifier", - "name": "getHeaderElement", - "range": [ - 84580, - 84596 - ], - "loc": { - "start": { - "line": 2769, - "column": 26 - }, - "end": { - "line": 2769, - "column": 42 - } - } - }, - "range": [ - 84575, - 84596 - ], - "loc": { - "start": { - "line": 2769, - "column": 21 - }, - "end": { - "line": 2769, - "column": 42 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 84597, - 84605 - ], - "loc": { - "start": { - "line": 2769, - "column": 43 - }, - "end": { - "line": 2769, - "column": 51 - } - } - } - ], - "range": [ - 84575, - 84606 - ], - "loc": { - "start": { - "line": 2769, - "column": 21 - }, - "end": { - "line": 2769, - "column": 52 - } - } - }, - "range": [ - 84566, - 84606 - ], - "loc": { - "start": { - "line": 2769, - "column": 12 - }, - "end": { - "line": 2769, - "column": 52 - } - } - } - ], - "kind": "let", - "range": [ - 84562, - 84607 - ], - "loc": { - "start": { - "line": 2769, - "column": 8 - }, - "end": { - "line": 2769, - "column": 53 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "hasClass", - "range": [ - 84620, - 84628 - ], - "loc": { - "start": { - "line": 2770, - "column": 12 - }, - "end": { - "line": 2770, - "column": 20 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "header", - "range": [ - 84629, - 84635 - ], - "loc": { - "start": { - "line": 2770, - "column": 21 - }, - "end": { - "line": 2770, - "column": 27 - } - } - }, - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84637, - 84641 - ], - "loc": { - "start": { - "line": 2770, - "column": 29 - }, - "end": { - "line": 2770, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "activeColumnsCssClass", - "range": [ - 84642, - 84663 - ], - "loc": { - "start": { - "line": 2770, - "column": 34 - }, - "end": { - "line": 2770, - "column": 55 - } - } - }, - "range": [ - 84637, - 84663 - ], - "loc": { - "start": { - "line": 2770, - "column": 29 - }, - "end": { - "line": 2770, - "column": 55 - } - } - } - ], - "range": [ - 84620, - 84664 - ], - "loc": { - "start": { - "line": 2770, - "column": 12 - }, - "end": { - "line": 2770, - "column": 56 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ReturnStatement", - "argument": null, - "range": [ - 84680, - 84687 - ], - "loc": { - "start": { - "line": 2771, - "column": 12 - }, - "end": { - "line": 2771, - "column": 19 - } - } - } - ], - "range": [ - 84666, - 84697 - ], - "loc": { - "start": { - "line": 2770, - "column": 58 - }, - "end": { - "line": 2772, - "column": 9 - } - } - }, - "alternate": null, - "range": [ - 84616, - 84697 - ], - "loc": { - "start": { - "line": 2770, - "column": 8 - }, - "end": { - "line": 2772, - "column": 9 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84706, - 84710 - ], - "loc": { - "start": { - "line": 2773, - "column": 8 - }, - "end": { - "line": 2773, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "onBeforeActiveColumn", - "range": [ - 84711, - 84731 - ], - "loc": { - "start": { - "line": 2773, - "column": 13 - }, - "end": { - "line": 2773, - "column": 33 - } - } - }, - "range": [ - 84706, - 84731 - ], - "loc": { - "start": { - "line": 2773, - "column": 8 - }, - "end": { - "line": 2773, - "column": 33 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 84732, - 84736 - ], - "loc": { - "start": { - "line": 2773, - "column": 34 - }, - "end": { - "line": 2773, - "column": 38 - } - } - }, - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 84738, - 84746 - ], - "loc": { - "start": { - "line": 2773, - "column": 40 - }, - "end": { - "line": 2773, - "column": 48 - } - } - } - ], - "range": [ - 84706, - 84747 - ], - "loc": { - "start": { - "line": 2773, - "column": 8 - }, - "end": { - "line": 2773, - "column": 49 - } - } - }, - "range": [ - 84706, - 84748 - ], - "loc": { - "start": { - "line": 2773, - "column": 8 - }, - "end": { - "line": 2773, - "column": 50 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "Identifier", - "name": "addClass", - "range": [ - 84758, - 84766 - ], - "loc": { - "start": { - "line": 2775, - "column": 8 - }, - "end": { - "line": 2775, - "column": 16 - } - } - }, - "arguments": [ - { - "type": "Identifier", - "name": "header", - "range": [ - 84767, - 84773 - ], - "loc": { - "start": { - "line": 2775, - "column": 17 - }, - "end": { - "line": 2775, - "column": 23 - } - } - }, - { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84775, - 84779 - ], - "loc": { - "start": { - "line": 2775, - "column": 25 - }, - "end": { - "line": 2775, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "activeColumnsCssClass", - "range": [ - 84780, - 84801 - ], - "loc": { - "start": { - "line": 2775, - "column": 30 - }, - "end": { - "line": 2775, - "column": 51 - } - } - }, - "range": [ - 84775, - 84801 - ], - "loc": { - "start": { - "line": 2775, - "column": 25 - }, - "end": { - "line": 2775, - "column": 51 - } - } - } - ], - "range": [ - 84758, - 84802 - ], - "loc": { - "start": { - "line": 2775, - "column": 8 - }, - "end": { - "line": 2775, - "column": 52 - } - } - }, - "range": [ - 84758, - 84803 - ], - "loc": { - "start": { - "line": 2775, - "column": 8 - }, - "end": { - "line": 2775, - "column": 53 - } - } - }, - { - "type": "ExpressionStatement", - "expression": { - "type": "CallExpression", - "callee": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", - "range": [ - 84813, - 84817 - ], - "loc": { - "start": { - "line": 2777, - "column": 8 - }, - "end": { - "line": 2777, - "column": 12 - } - } - }, - "property": { - "type": "Identifier", - "name": "onAfterActiveColumn", - "range": [ - 84818, - 84837 - ], - "loc": { - "start": { - "line": 2777, - "column": 13 - }, - "end": { - "line": 2777, - "column": 32 - } - } - }, - "range": [ - 84813, - 84837 - ], - "loc": { - "start": { - "line": 2777, - "column": 8 - }, - "end": { - "line": 2777, - "column": 32 - } - } - }, - "arguments": [ - { - "type": "ThisExpression", - "range": [ - 84838, - 84842 - ], - "loc": { - "start": { - "line": 2777, - "column": 33 - }, - "end": { - "line": 2777, - "column": 37 - } - } - }, - { - "type": "Identifier", - "name": "colIndex", - "range": [ - 84844, - 84852 - ], - "loc": { - "start": { - "line": 2777, - "column": 39 - }, - "end": { - "line": 2777, - "column": 47 - } - } - } - ], - "range": [ - 84813, - 84853 - ], - "loc": { - "start": { - "line": 2777, - "column": 8 - }, - "end": { - "line": 2777, - "column": 48 - } - } - }, - "range": [ - 84813, - 84854 - ], - "loc": { - "start": { - "line": 2777, - "column": 8 - }, - "end": { - "line": 2777, - "column": 49 - } - } - } - ], - "range": [ - 84552, - 84860 - ], - "loc": { - "start": { - "line": 2768, - "column": 31 - }, - "end": { - "line": 2778, - "column": 5 - } - } - }, - "generator": false, - "expression": false, - "range": [ - 84541, - 84860 - ], - "loc": { - "start": { - "line": 2768, - "column": 20 - }, - "end": { - "line": 2778, - "column": 5 - } - } - }, - "kind": "method", - "computed": false, - "range": [ - 84525, - 84860 - ], - "loc": { - "start": { - "line": 2768, - "column": 4 - }, - "end": { - "line": 2778, - "column": 5 - } - }, - "leadingComments": [ - { - "type": "Block", - "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", - "range": [ - 84425, - 84520 - ], - "loc": { - "start": { - "line": 2764, - "column": 4 - }, - "end": { - "line": 2767, - "column": 7 - } - } - } - ], - "trailingComments": [ - { - "type": "Block", - "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", - "range": [ - 84866, - 84952 - ], - "loc": { - "start": { - "line": 2780, - "column": 4 - }, - "end": { - "line": 2783, + "line": 2733, "column": 7 } } @@ -150976,16 +147894,16 @@ "type": "Identifier", "name": "getActiveFilterId", "range": [ - 84957, - 84974 + 83310, + 83327 ], "loc": { "start": { - "line": 2784, + "line": 2734, "column": 4 }, "end": { - "line": 2784, + "line": 2734, "column": 21 } } @@ -151005,16 +147923,16 @@ "object": { "type": "ThisExpression", "range": [ - 84994, - 84998 + 83347, + 83351 ], "loc": { "start": { - "line": 2785, + "line": 2735, "column": 15 }, "end": { - "line": 2785, + "line": 2735, "column": 19 } } @@ -151023,62 +147941,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 84999, - 85013 + 83352, + 83366 ], "loc": { "start": { - "line": 2785, + "line": 2735, "column": 20 }, "end": { - "line": 2785, + "line": 2735, "column": 34 } } }, "range": [ - 84994, - 85013 + 83347, + 83366 ], "loc": { "start": { - "line": 2785, + "line": 2735, "column": 15 }, "end": { - "line": 2785, + "line": 2735, "column": 34 } } }, "range": [ - 84987, - 85014 + 83340, + 83367 ], "loc": { "start": { - "line": 2785, + "line": 2735, "column": 8 }, "end": { - "line": 2785, + "line": 2735, "column": 35 } } } ], "range": [ - 84977, - 85020 + 83330, + 83373 ], "loc": { "start": { - "line": 2784, + "line": 2734, "column": 24 }, "end": { - "line": 2786, + "line": 2736, "column": 5 } } @@ -151086,16 +148004,16 @@ "generator": false, "expression": false, "range": [ - 84974, - 85020 + 83327, + 83373 ], "loc": { "start": { - "line": 2784, + "line": 2734, "column": 21 }, "end": { - "line": 2786, + "line": 2736, "column": 5 } } @@ -151103,34 +148021,34 @@ "kind": "method", "computed": false, "range": [ - 84957, - 85020 + 83310, + 83373 ], "loc": { "start": { - "line": 2784, + "line": 2734, "column": 4 }, "end": { - "line": 2786, + "line": 2736, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", + "value": "*\n * Return the ID of the current active filter\n * @return {String}\n ", "range": [ - 84866, - 84952 + 83220, + 83305 ], "loc": { "start": { - "line": 2780, + "line": 2730, "column": 4 }, "end": { - "line": 2783, + "line": 2733, "column": 7 } } @@ -151141,16 +148059,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 85026, - 85127 + 83379, + 83480 ], "loc": { "start": { - "line": 2788, + "line": 2738, "column": 4 }, "end": { - "line": 2791, + "line": 2741, "column": 7 } } @@ -151164,16 +148082,16 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 85132, - 85149 + 83485, + 83502 ], "loc": { "start": { - "line": 2792, + "line": 2742, "column": 4 }, "end": { - "line": 2792, + "line": 2742, "column": 21 } } @@ -151186,16 +148104,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 85150, - 85158 + 83503, + 83511 ], "loc": { "start": { - "line": 2792, + "line": 2742, "column": 22 }, "end": { - "line": 2792, + "line": 2742, "column": 30 } } @@ -151215,16 +148133,16 @@ "object": { "type": "ThisExpression", "range": [ - 85170, - 85174 + 83523, + 83527 ], "loc": { "start": { - "line": 2793, + "line": 2743, "column": 8 }, "end": { - "line": 2793, + "line": 2743, "column": 12 } } @@ -151233,31 +148151,31 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 85175, - 85189 + 83528, + 83542 ], "loc": { "start": { - "line": 2793, + "line": 2743, "column": 13 }, "end": { - "line": 2793, + "line": 2743, "column": 27 } } }, "range": [ - 85170, - 85189 + 83523, + 83542 ], "loc": { "start": { - "line": 2793, + "line": 2743, "column": 8 }, "end": { - "line": 2793, + "line": 2743, "column": 27 } } @@ -151266,62 +148184,62 @@ "type": "Identifier", "name": "filterId", "range": [ - 85192, - 85200 + 83545, + 83553 ], "loc": { "start": { - "line": 2793, + "line": 2743, "column": 30 }, "end": { - "line": 2793, + "line": 2743, "column": 38 } } }, "range": [ - 85170, - 85200 + 83523, + 83553 ], "loc": { "start": { - "line": 2793, + "line": 2743, "column": 8 }, "end": { - "line": 2793, + "line": 2743, "column": 38 } } }, "range": [ - 85170, - 85201 + 83523, + 83554 ], "loc": { "start": { - "line": 2793, + "line": 2743, "column": 8 }, "end": { - "line": 2793, + "line": 2743, "column": 39 } } } ], "range": [ - 85160, - 85207 + 83513, + 83560 ], "loc": { "start": { - "line": 2792, + "line": 2742, "column": 32 }, "end": { - "line": 2794, + "line": 2744, "column": 5 } } @@ -151329,16 +148247,16 @@ "generator": false, "expression": false, "range": [ - 85149, - 85207 + 83502, + 83560 ], "loc": { "start": { - "line": 2792, + "line": 2742, "column": 21 }, "end": { - "line": 2794, + "line": 2744, "column": 5 } } @@ -151346,16 +148264,16 @@ "kind": "method", "computed": false, "range": [ - 85132, - 85207 + 83485, + 83560 ], "loc": { "start": { - "line": 2792, + "line": 2742, "column": 4 }, "end": { - "line": 2794, + "line": 2744, "column": 5 } }, @@ -151364,16 +148282,16 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 85026, - 85127 + 83379, + 83480 ], "loc": { "start": { - "line": 2788, + "line": 2738, "column": 4 }, "end": { - "line": 2791, + "line": 2741, "column": 7 } } @@ -151382,18 +148300,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", + "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n ", "range": [ - 85213, - 85362 + 83566, + 83714 ], "loc": { "start": { - "line": 2796, + "line": 2746, "column": 4 }, "end": { - "line": 2800, + "line": 2750, "column": 7 } } @@ -151407,16 +148325,16 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 85367, - 85393 + 83719, + 83745 ], "loc": { "start": { - "line": 2801, + "line": 2751, "column": 4 }, "end": { - "line": 2801, + "line": 2751, "column": 30 } } @@ -151431,16 +148349,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 85394, - 85402 + 83746, + 83754 ], "loc": { "start": { - "line": 2801, + "line": 2751, "column": 31 }, "end": { - "line": 2801, + "line": 2751, "column": 39 } } @@ -151450,31 +148368,31 @@ "value": "", "raw": "''", "range": [ - 85405, - 85407 + 83757, + 83759 ], "loc": { "start": { - "line": 2801, + "line": 2751, "column": 42 }, "end": { - "line": 2801, + "line": 2751, "column": 44 } } }, "range": [ - 85394, - 85407 + 83746, + 83759 ], "loc": { "start": { - "line": 2801, + "line": 2751, "column": 31 }, "end": { - "line": 2801, + "line": 2751, "column": 44 } } @@ -151492,16 +148410,16 @@ "type": "Identifier", "name": "idx", "range": [ - 85423, - 85426 + 83775, + 83778 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 12 }, "end": { - "line": 2802, + "line": 2752, "column": 15 } } @@ -151518,16 +148436,16 @@ "type": "Identifier", "name": "filterId", "range": [ - 85429, - 85437 + 83781, + 83789 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 18 }, "end": { - "line": 2802, + "line": 2752, "column": 26 } } @@ -151536,31 +148454,31 @@ "type": "Identifier", "name": "split", "range": [ - 85438, - 85443 + 83790, + 83795 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 27 }, "end": { - "line": 2802, + "line": 2752, "column": 32 } } }, "range": [ - 85429, - 85443 + 83781, + 83795 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 18 }, "end": { - "line": 2802, + "line": 2752, "column": 32 } } @@ -151571,32 +148489,32 @@ "value": "_", "raw": "'_'", "range": [ - 85444, - 85447 + 83796, + 83799 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 33 }, "end": { - "line": 2802, + "line": 2752, "column": 36 } } } ], "range": [ - 85429, - 85448 + 83781, + 83800 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 18 }, "end": { - "line": 2802, + "line": 2752, "column": 37 } } @@ -151606,46 +148524,46 @@ "value": 0, "raw": "0", "range": [ - 85449, - 85450 + 83801, + 83802 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 38 }, "end": { - "line": 2802, + "line": 2752, "column": 39 } } }, "range": [ - 85429, - 85451 + 83781, + 83803 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 18 }, "end": { - "line": 2802, + "line": 2752, "column": 40 } } }, "range": [ - 85423, - 85451 + 83775, + 83803 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 12 }, "end": { - "line": 2802, + "line": 2752, "column": 40 } } @@ -151653,16 +148571,16 @@ ], "kind": "let", "range": [ - 85419, - 85452 + 83771, + 83804 ], "loc": { "start": { - "line": 2802, + "line": 2752, "column": 8 }, "end": { - "line": 2802, + "line": 2752, "column": 41 } } @@ -151676,16 +148594,16 @@ "type": "Identifier", "name": "idx", "range": [ - 85461, - 85464 + 83813, + 83816 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 8 }, "end": { - "line": 2803, + "line": 2753, "column": 11 } } @@ -151702,16 +148620,16 @@ "type": "Identifier", "name": "idx", "range": [ - 85467, - 85470 + 83819, + 83822 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 14 }, "end": { - "line": 2803, + "line": 2753, "column": 17 } } @@ -151720,31 +148638,31 @@ "type": "Identifier", "name": "split", "range": [ - 85471, - 85476 + 83823, + 83828 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 18 }, "end": { - "line": 2803, + "line": 2753, "column": 23 } } }, "range": [ - 85467, - 85476 + 83819, + 83828 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 14 }, "end": { - "line": 2803, + "line": 2753, "column": 23 } } @@ -151756,16 +148674,16 @@ "object": { "type": "ThisExpression", "range": [ - 85477, - 85481 + 83829, + 83833 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 24 }, "end": { - "line": 2803, + "line": 2753, "column": 28 } } @@ -151774,47 +148692,47 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 85482, - 85489 + 83834, + 83841 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 29 }, "end": { - "line": 2803, + "line": 2753, "column": 36 } } }, "range": [ - 85477, - 85489 + 83829, + 83841 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 24 }, "end": { - "line": 2803, + "line": 2753, "column": 36 } } } ], "range": [ - 85467, - 85490 + 83819, + 83842 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 14 }, "end": { - "line": 2803, + "line": 2753, "column": 37 } } @@ -151824,61 +148742,61 @@ "value": 1, "raw": "1", "range": [ - 85491, - 85492 + 83843, + 83844 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 38 }, "end": { - "line": 2803, + "line": 2753, "column": 39 } } }, "range": [ - 85467, - 85493 + 83819, + 83845 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 14 }, "end": { - "line": 2803, + "line": 2753, "column": 40 } } }, "range": [ - 85461, - 85493 + 83813, + 83845 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 8 }, "end": { - "line": 2803, + "line": 2753, "column": 40 } } }, "range": [ - 85461, - 85494 + 83813, + 83846 ], "loc": { "start": { - "line": 2803, + "line": 2753, "column": 8 }, "end": { - "line": 2803, + "line": 2753, "column": 41 } } @@ -151891,16 +148809,16 @@ "type": "Identifier", "name": "parseInt", "range": [ - 85510, - 85518 + 83862, + 83870 ], "loc": { "start": { - "line": 2804, + "line": 2754, "column": 15 }, "end": { - "line": 2804, + "line": 2754, "column": 23 } } @@ -151910,16 +148828,16 @@ "type": "Identifier", "name": "idx", "range": [ - 85519, - 85522 + 83871, + 83874 ], "loc": { "start": { - "line": 2804, + "line": 2754, "column": 24 }, "end": { - "line": 2804, + "line": 2754, "column": 27 } } @@ -151929,63 +148847,63 @@ "value": 10, "raw": "10", "range": [ - 85524, - 85526 + 83876, + 83878 ], "loc": { "start": { - "line": 2804, + "line": 2754, "column": 29 }, "end": { - "line": 2804, + "line": 2754, "column": 31 } } } ], "range": [ - 85510, - 85527 + 83862, + 83879 ], "loc": { "start": { - "line": 2804, + "line": 2754, "column": 15 }, "end": { - "line": 2804, + "line": 2754, "column": 32 } } }, "range": [ - 85503, - 85528 + 83855, + 83880 ], "loc": { "start": { - "line": 2804, + "line": 2754, "column": 8 }, "end": { - "line": 2804, + "line": 2754, "column": 33 } } } ], "range": [ - 85409, - 85534 + 83761, + 83886 ], "loc": { "start": { - "line": 2801, + "line": 2751, "column": 46 }, "end": { - "line": 2805, + "line": 2755, "column": 5 } } @@ -151993,16 +148911,16 @@ "generator": false, "expression": false, "range": [ - 85393, - 85534 + 83745, + 83886 ], "loc": { "start": { - "line": 2801, + "line": 2751, "column": 30 }, "end": { - "line": 2805, + "line": 2755, "column": 5 } } @@ -152010,34 +148928,34 @@ "kind": "method", "computed": false, "range": [ - 85367, - 85534 + 83719, + 83886 ], "loc": { "start": { - "line": 2801, + "line": 2751, "column": 4 }, "end": { - "line": 2805, + "line": 2755, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", + "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n ", "range": [ - 85213, - 85362 + 83566, + 83714 ], "loc": { "start": { - "line": 2796, + "line": 2746, "column": 4 }, "end": { - "line": 2800, + "line": 2750, "column": 7 } } @@ -152046,18 +148964,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n ", + "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": [ - 85540, - 85702 + 83892, + 84053 ], "loc": { "start": { - "line": 2807, + "line": 2757, "column": 4 }, "end": { - "line": 2812, + "line": 2762, "column": 7 } } @@ -152071,16 +148989,16 @@ "type": "Identifier", "name": "buildFilterId", "range": [ - 85707, - 85720 + 84058, + 84071 ], "loc": { "start": { - "line": 2813, + "line": 2763, "column": 4 }, "end": { - "line": 2813, + "line": 2763, "column": 17 } } @@ -152093,16 +149011,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 85721, - 85729 + 84072, + 84080 ], "loc": { "start": { - "line": 2813, + "line": 2763, "column": 18 }, "end": { - "line": 2813, + "line": 2763, "column": 26 } } @@ -152124,16 +149042,16 @@ }, "tail": false, "range": [ - 85748, - 85751 + 84099, + 84102 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 15 }, "end": { - "line": 2814, + "line": 2764, "column": 18 } } @@ -152146,16 +149064,16 @@ }, "tail": false, "range": [ - 85763, - 85766 + 84114, + 84117 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 30 }, "end": { - "line": 2814, + "line": 2764, "column": 33 } } @@ -152168,16 +149086,16 @@ }, "tail": false, "range": [ - 85774, - 85778 + 84125, + 84129 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 41 }, "end": { - "line": 2814, + "line": 2764, "column": 45 } } @@ -152190,16 +149108,16 @@ }, "tail": true, "range": [ - 85785, - 85787 + 84136, + 84138 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 52 }, "end": { - "line": 2814, + "line": 2764, "column": 54 } } @@ -152212,16 +149130,16 @@ "object": { "type": "ThisExpression", "range": [ - 85751, - 85755 + 84102, + 84106 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 18 }, "end": { - "line": 2814, + "line": 2764, "column": 22 } } @@ -152230,31 +149148,31 @@ "type": "Identifier", "name": "prfxFlt", "range": [ - 85756, - 85763 + 84107, + 84114 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 23 }, "end": { - "line": 2814, + "line": 2764, "column": 30 } } }, "range": [ - 85751, - 85763 + 84102, + 84114 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 18 }, "end": { - "line": 2814, + "line": 2764, "column": 30 } } @@ -152263,16 +149181,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 85766, - 85774 + 84117, + 84125 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 33 }, "end": { - "line": 2814, + "line": 2764, "column": 41 } } @@ -152283,16 +149201,16 @@ "object": { "type": "ThisExpression", "range": [ - 85778, - 85782 + 84129, + 84133 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 45 }, "end": { - "line": 2814, + "line": 2764, "column": 49 } } @@ -152301,78 +149219,78 @@ "type": "Identifier", "name": "id", "range": [ - 85783, - 85785 + 84134, + 84136 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 50 }, "end": { - "line": 2814, + "line": 2764, "column": 52 } } }, "range": [ - 85778, - 85785 + 84129, + 84136 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 45 }, "end": { - "line": 2814, + "line": 2764, "column": 52 } } } ], "range": [ - 85748, - 85787 + 84099, + 84138 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 15 }, "end": { - "line": 2814, + "line": 2764, "column": 54 } } }, "range": [ - 85741, - 85788 + 84092, + 84139 ], "loc": { "start": { - "line": 2814, + "line": 2764, "column": 8 }, "end": { - "line": 2814, + "line": 2764, "column": 55 } } } ], "range": [ - 85731, - 85794 + 84082, + 84145 ], "loc": { "start": { - "line": 2813, + "line": 2763, "column": 28 }, "end": { - "line": 2815, + "line": 2765, "column": 5 } } @@ -152380,16 +149298,16 @@ "generator": false, "expression": false, "range": [ - 85720, - 85794 + 84071, + 84145 ], "loc": { "start": { - "line": 2813, + "line": 2763, "column": 17 }, "end": { - "line": 2815, + "line": 2765, "column": 5 } } @@ -152397,34 +149315,34 @@ "kind": "method", "computed": false, "range": [ - 85707, - 85794 + 84058, + 84145 ], "loc": { "start": { - "line": 2813, + "line": 2763, "column": 4 }, "end": { - "line": 2815, + "line": 2765, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n ", + "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": [ - 85540, - 85702 + 83892, + 84053 ], "loc": { "start": { - "line": 2807, + "line": 2757, "column": 4 }, "end": { - "line": 2812, + "line": 2762, "column": 7 } } @@ -152435,16 +149353,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 85800, - 85897 + 84151, + 84248 ], "loc": { "start": { - "line": 2817, + "line": 2767, "column": 4 }, "end": { - "line": 2820, + "line": 2770, "column": 7 } } @@ -152458,16 +149376,16 @@ "type": "Identifier", "name": "activateFilter", "range": [ - 85902, - 85916 + 84253, + 84267 ], "loc": { "start": { - "line": 2821, + "line": 2771, "column": 4 }, "end": { - "line": 2821, + "line": 2771, "column": 18 } } @@ -152480,16 +149398,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 85917, - 85925 + 84268, + 84276 ], "loc": { "start": { - "line": 2821, + "line": 2771, "column": 19 }, "end": { - "line": 2821, + "line": 2771, "column": 27 } } @@ -152506,16 +149424,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 85941, - 85948 + 84292, + 84299 ], "loc": { "start": { - "line": 2822, + "line": 2772, "column": 12 }, "end": { - "line": 2822, + "line": 2772, "column": 19 } } @@ -152525,32 +149443,32 @@ "type": "Identifier", "name": "colIndex", "range": [ - 85949, - 85957 + 84300, + 84308 ], "loc": { "start": { - "line": 2822, + "line": 2772, "column": 20 }, "end": { - "line": 2822, + "line": 2772, "column": 28 } } } ], "range": [ - 85941, - 85958 + 84292, + 84309 ], "loc": { "start": { - "line": 2822, + "line": 2772, "column": 12 }, "end": { - "line": 2822, + "line": 2772, "column": 29 } } @@ -152562,48 +149480,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 85974, - 85981 + 84325, + 84332 ], "loc": { "start": { - "line": 2823, + "line": 2773, "column": 12 }, "end": { - "line": 2823, + "line": 2773, "column": 19 } } } ], "range": [ - 85960, - 85991 + 84311, + 84342 ], "loc": { "start": { - "line": 2822, + "line": 2772, "column": 31 }, "end": { - "line": 2824, + "line": 2774, "column": 9 } } }, "alternate": null, "range": [ - 85937, - 85991 + 84288, + 84342 ], "loc": { "start": { - "line": 2822, + "line": 2772, "column": 8 }, "end": { - "line": 2824, + "line": 2774, "column": 9 } } @@ -152618,16 +149536,16 @@ "object": { "type": "ThisExpression", "range": [ - 86000, - 86004 + 84351, + 84355 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 8 }, "end": { - "line": 2825, + "line": 2775, "column": 12 } } @@ -152636,31 +149554,31 @@ "type": "Identifier", "name": "setActiveFilterId", "range": [ - 86005, - 86022 + 84356, + 84373 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 13 }, "end": { - "line": 2825, + "line": 2775, "column": 30 } } }, "range": [ - 86000, - 86022 + 84351, + 84373 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 8 }, "end": { - "line": 2825, + "line": 2775, "column": 30 } } @@ -152674,16 +149592,16 @@ "object": { "type": "ThisExpression", "range": [ - 86023, - 86027 + 84374, + 84378 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 31 }, "end": { - "line": 2825, + "line": 2775, "column": 35 } } @@ -152692,31 +149610,31 @@ "type": "Identifier", "name": "getFilterId", "range": [ - 86028, - 86039 + 84379, + 84390 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 36 }, "end": { - "line": 2825, + "line": 2775, "column": 47 } } }, "range": [ - 86023, - 86039 + 84374, + 84390 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 31 }, "end": { - "line": 2825, + "line": 2775, "column": 47 } } @@ -152726,79 +149644,79 @@ "type": "Identifier", "name": "colIndex", "range": [ - 86040, - 86048 + 84391, + 84399 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 48 }, "end": { - "line": 2825, + "line": 2775, "column": 56 } } } ], "range": [ - 86023, - 86049 + 84374, + 84400 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 31 }, "end": { - "line": 2825, + "line": 2775, "column": 57 } } } ], "range": [ - 86000, - 86050 + 84351, + 84401 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 8 }, "end": { - "line": 2825, + "line": 2775, "column": 58 } } }, "range": [ - 86000, - 86051 + 84351, + 84402 ], "loc": { "start": { - "line": 2825, + "line": 2775, "column": 8 }, "end": { - "line": 2825, + "line": 2775, "column": 59 } } } ], "range": [ - 85927, - 86057 + 84278, + 84408 ], "loc": { "start": { - "line": 2821, + "line": 2771, "column": 29 }, "end": { - "line": 2826, + "line": 2776, "column": 5 } } @@ -152806,16 +149724,16 @@ "generator": false, "expression": false, "range": [ - 85916, - 86057 + 84267, + 84408 ], "loc": { "start": { - "line": 2821, + "line": 2771, "column": 18 }, "end": { - "line": 2826, + "line": 2776, "column": 5 } } @@ -152823,16 +149741,16 @@ "kind": "method", "computed": false, "range": [ - 85902, - 86057 + 84253, + 84408 ], "loc": { "start": { - "line": 2821, + "line": 2771, "column": 4 }, "end": { - "line": 2826, + "line": 2776, "column": 5 } }, @@ -152841,16 +149759,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 85800, - 85897 + 84151, + 84248 ], "loc": { "start": { - "line": 2817, + "line": 2767, "column": 4 }, "end": { - "line": 2820, + "line": 2770, "column": 7 } } @@ -152861,16 +149779,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 86063, - 86168 + 84414, + 84519 ], "loc": { "start": { - "line": 2828, + "line": 2778, "column": 4 }, "end": { - "line": 2831, + "line": 2781, "column": 7 } } @@ -152884,16 +149802,16 @@ "type": "Identifier", "name": "linkFilters", "range": [ - 86173, - 86184 + 84524, + 84535 ], "loc": { "start": { - "line": 2832, + "line": 2782, "column": 4 }, "end": { - "line": 2832, + "line": 2782, "column": 15 } } @@ -152919,16 +149837,16 @@ "object": { "type": "ThisExpression", "range": [ - 86202, - 86206 + 84553, + 84557 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 13 }, "end": { - "line": 2833, + "line": 2783, "column": 17 } } @@ -152937,47 +149855,47 @@ "type": "Identifier", "name": "linkedFilters", "range": [ - 86207, - 86220 + 84558, + 84571 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 18 }, "end": { - "line": 2833, + "line": 2783, "column": 31 } } }, "range": [ - 86202, - 86220 + 84553, + 84571 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 13 }, "end": { - "line": 2833, + "line": 2783, "column": 31 } } }, "prefix": true, "range": [ - 86201, - 86220 + 84552, + 84571 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 12 }, "end": { - "line": 2833, + "line": 2783, "column": 31 } } @@ -152991,16 +149909,16 @@ "object": { "type": "ThisExpression", "range": [ - 86225, - 86229 + 84576, + 84580 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 36 }, "end": { - "line": 2833, + "line": 2783, "column": 40 } } @@ -153009,62 +149927,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 86230, - 86244 + 84581, + 84595 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 41 }, "end": { - "line": 2833, + "line": 2783, "column": 55 } } }, "range": [ - 86225, - 86244 + 84576, + 84595 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 36 }, "end": { - "line": 2833, + "line": 2783, "column": 55 } } }, "prefix": true, "range": [ - 86224, - 86244 + 84575, + 84595 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 35 }, "end": { - "line": 2833, + "line": 2783, "column": 55 } } }, "range": [ - 86201, - 86244 + 84552, + 84595 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 12 }, "end": { - "line": 2833, + "line": 2783, "column": 55 } } @@ -153076,48 +149994,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 86260, - 86267 + 84611, + 84618 ], "loc": { "start": { - "line": 2834, + "line": 2784, "column": 12 }, "end": { - "line": 2834, + "line": 2784, "column": 19 } } } ], "range": [ - 86246, - 86277 + 84597, + 84628 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 57 }, "end": { - "line": 2835, + "line": 2785, "column": 9 } } }, "alternate": null, "range": [ - 86197, - 86277 + 84548, + 84628 ], "loc": { "start": { - "line": 2833, + "line": 2783, "column": 8 }, "end": { - "line": 2835, + "line": 2785, "column": 9 } } @@ -153131,16 +150049,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 86290, - 86295 + 84641, + 84646 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 12 }, "end": { - "line": 2836, + "line": 2786, "column": 17 } } @@ -153153,16 +150071,16 @@ "object": { "type": "ThisExpression", "range": [ - 86298, - 86302 + 84649, + 84653 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 20 }, "end": { - "line": 2836, + "line": 2786, "column": 24 } } @@ -153171,31 +150089,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 86303, - 86319 + 84654, + 84670 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 25 }, "end": { - "line": 2836, + "line": 2786, "column": 41 } } }, "range": [ - 86298, - 86319 + 84649, + 84670 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 20 }, "end": { - "line": 2836, + "line": 2786, "column": 41 } } @@ -153205,16 +150123,16 @@ "type": "Identifier", "name": "SELECT", "range": [ - 86320, - 86326 + 84671, + 84677 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 42 }, "end": { - "line": 2836, + "line": 2786, "column": 48 } } @@ -153224,47 +150142,47 @@ "value": true, "raw": "true", "range": [ - 86328, - 86332 + 84679, + 84683 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 50 }, "end": { - "line": 2836, + "line": 2786, "column": 54 } } } ], "range": [ - 86298, - 86333 + 84649, + 84684 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 20 }, "end": { - "line": 2836, + "line": 2786, "column": 55 } } }, "range": [ - 86290, - 86333 + 84641, + 84684 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 12 }, "end": { - "line": 2836, + "line": 2786, "column": 55 } } @@ -153275,16 +150193,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 86347, - 86352 + 84698, + 84703 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 12 }, "end": { - "line": 2837, + "line": 2787, "column": 17 } } @@ -153297,16 +150215,16 @@ "object": { "type": "ThisExpression", "range": [ - 86355, - 86359 + 84706, + 84710 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 20 }, "end": { - "line": 2837, + "line": 2787, "column": 24 } } @@ -153315,31 +150233,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 86360, - 86376 + 84711, + 84727 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 25 }, "end": { - "line": 2837, + "line": 2787, "column": 41 } } }, "range": [ - 86355, - 86376 + 84706, + 84727 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 20 }, "end": { - "line": 2837, + "line": 2787, "column": 41 } } @@ -153349,16 +150267,16 @@ "type": "Identifier", "name": "MULTIPLE", "range": [ - 86377, - 86385 + 84728, + 84736 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 42 }, "end": { - "line": 2837, + "line": 2787, "column": 50 } } @@ -153368,47 +150286,47 @@ "value": true, "raw": "true", "range": [ - 86387, - 86391 + 84738, + 84742 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 52 }, "end": { - "line": 2837, + "line": 2787, "column": 56 } } } ], "range": [ - 86355, - 86392 + 84706, + 84743 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 20 }, "end": { - "line": 2837, + "line": 2787, "column": 57 } } }, "range": [ - 86347, - 86392 + 84698, + 84743 ], "loc": { "start": { - "line": 2837, + "line": 2787, "column": 12 }, "end": { - "line": 2837, + "line": 2787, "column": 57 } } @@ -153419,16 +150337,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 86406, - 86411 + 84757, + 84762 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 12 }, "end": { - "line": 2838, + "line": 2788, "column": 17 } } @@ -153441,16 +150359,16 @@ "object": { "type": "ThisExpression", "range": [ - 86414, - 86418 + 84765, + 84769 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 20 }, "end": { - "line": 2838, + "line": 2788, "column": 24 } } @@ -153459,31 +150377,31 @@ "type": "Identifier", "name": "getFiltersByType", "range": [ - 86419, - 86435 + 84770, + 84786 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 25 }, "end": { - "line": 2838, + "line": 2788, "column": 41 } } }, "range": [ - 86414, - 86435 + 84765, + 84786 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 20 }, "end": { - "line": 2838, + "line": 2788, "column": 41 } } @@ -153493,16 +150411,16 @@ "type": "Identifier", "name": "CHECKLIST", "range": [ - 86436, - 86445 + 84787, + 84796 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 42 }, "end": { - "line": 2838, + "line": 2788, "column": 51 } } @@ -153512,47 +150430,47 @@ "value": true, "raw": "true", "range": [ - 86447, - 86451 + 84798, + 84802 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 53 }, "end": { - "line": 2838, + "line": 2788, "column": 57 } } } ], "range": [ - 86414, - 86452 + 84765, + 84803 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 20 }, "end": { - "line": 2838, + "line": 2788, "column": 58 } } }, "range": [ - 86406, - 86452 + 84757, + 84803 ], "loc": { "start": { - "line": 2838, + "line": 2788, "column": 12 }, "end": { - "line": 2838, + "line": 2788, "column": 58 } } @@ -153563,16 +150481,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86466, - 86474 + 84817, + 84825 ], "loc": { "start": { - "line": 2839, + "line": 2789, "column": 12 }, "end": { - "line": 2839, + "line": 2789, "column": 20 } } @@ -153586,16 +150504,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 86477, - 86482 + 84828, + 84833 ], "loc": { "start": { - "line": 2839, + "line": 2789, "column": 23 }, "end": { - "line": 2839, + "line": 2789, "column": 28 } } @@ -153604,31 +150522,31 @@ "type": "Identifier", "name": "concat", "range": [ - 86483, - 86489 + 84834, + 84840 ], "loc": { "start": { - "line": 2839, + "line": 2789, "column": 29 }, "end": { - "line": 2839, + "line": 2789, "column": 35 } } }, "range": [ - 86477, - 86489 + 84828, + 84840 ], "loc": { "start": { - "line": 2839, + "line": 2789, "column": 23 }, "end": { - "line": 2839, + "line": 2789, "column": 35 } } @@ -153638,47 +150556,47 @@ "type": "Identifier", "name": "slcA2", "range": [ - 86490, - 86495 + 84841, + 84846 ], "loc": { "start": { - "line": 2839, + "line": 2789, "column": 36 }, "end": { - "line": 2839, + "line": 2789, "column": 41 } } } ], "range": [ - 86477, - 86496 + 84828, + 84847 ], "loc": { "start": { - "line": 2839, + "line": 2789, "column": 23 }, "end": { - "line": 2839, + "line": 2789, "column": 42 } } }, "range": [ - 86466, - 86496 + 84817, + 84847 ], "loc": { "start": { - "line": 2839, + "line": 2789, "column": 12 }, "end": { - "line": 2839, + "line": 2789, "column": 42 } } @@ -153686,16 +150604,16 @@ ], "kind": "let", "range": [ - 86286, - 86497 + 84637, + 84848 ], "loc": { "start": { - "line": 2836, + "line": 2786, "column": 8 }, "end": { - "line": 2839, + "line": 2789, "column": 43 } } @@ -153709,16 +150627,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86506, - 86514 + 84857, + 84865 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 8 }, "end": { - "line": 2840, + "line": 2790, "column": 16 } } @@ -153732,16 +150650,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86517, - 86525 + 84868, + 84876 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 19 }, "end": { - "line": 2840, + "line": 2790, "column": 27 } } @@ -153750,31 +150668,31 @@ "type": "Identifier", "name": "concat", "range": [ - 86526, - 86532 + 84877, + 84883 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 28 }, "end": { - "line": 2840, + "line": 2790, "column": 34 } } }, "range": [ - 86517, - 86532 + 84868, + 84883 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 19 }, "end": { - "line": 2840, + "line": 2790, "column": 34 } } @@ -153784,62 +150702,62 @@ "type": "Identifier", "name": "slcA3", "range": [ - 86533, - 86538 + 84884, + 84889 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 35 }, "end": { - "line": 2840, + "line": 2790, "column": 40 } } } ], "range": [ - 86517, - 86539 + 84868, + 84890 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 19 }, "end": { - "line": 2840, + "line": 2790, "column": 41 } } }, "range": [ - 86506, - 86539 + 84857, + 84890 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 8 }, "end": { - "line": 2840, + "line": 2790, "column": 41 } } }, "range": [ - 86506, - 86540 + 84857, + 84891 ], "loc": { "start": { - "line": 2840, + "line": 2790, "column": 8 }, "end": { - "line": 2840, + "line": 2790, "column": 42 } } @@ -153853,16 +150771,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 86554, - 86563 + 84905, + 84914 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 12 }, "end": { - "line": 2842, + "line": 2792, "column": 21 } } @@ -153875,16 +150793,16 @@ "object": { "type": "ThisExpression", "range": [ - 86566, - 86570 + 84917, + 84921 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 24 }, "end": { - "line": 2842, + "line": 2792, "column": 28 } } @@ -153893,31 +150811,31 @@ "type": "Identifier", "name": "getColumnIndexFromFilterId", "range": [ - 86571, - 86597 + 84922, + 84948 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 29 }, "end": { - "line": 2842, + "line": 2792, "column": 55 } } }, "range": [ - 86566, - 86597 + 84917, + 84948 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 24 }, "end": { - "line": 2842, + "line": 2792, "column": 55 } } @@ -153929,16 +150847,16 @@ "object": { "type": "ThisExpression", "range": [ - 86598, - 86602 + 84949, + 84953 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 56 }, "end": { - "line": 2842, + "line": 2792, "column": 60 } } @@ -153947,62 +150865,62 @@ "type": "Identifier", "name": "activeFilterId", "range": [ - 86603, - 86617 + 84954, + 84968 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 61 }, "end": { - "line": 2842, + "line": 2792, "column": 75 } } }, "range": [ - 86598, - 86617 + 84949, + 84968 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 56 }, "end": { - "line": 2842, + "line": 2792, "column": 75 } } } ], "range": [ - 86566, - 86618 + 84917, + 84969 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 24 }, "end": { - "line": 2842, + "line": 2792, "column": 76 } } }, "range": [ - 86554, - 86618 + 84905, + 84969 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 12 }, "end": { - "line": 2842, + "line": 2792, "column": 76 } } @@ -154010,16 +150928,16 @@ ], "kind": "let", "range": [ - 86550, - 86619 + 84901, + 84970 ], "loc": { "start": { - "line": 2842, + "line": 2792, "column": 8 }, "end": { - "line": 2842, + "line": 2792, "column": 77 } } @@ -154035,16 +150953,16 @@ "type": "Identifier", "name": "i", "range": [ - 86638, - 86639 + 84989, + 84990 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 17 }, "end": { - "line": 2844, + "line": 2794, "column": 18 } } @@ -154054,31 +150972,31 @@ "value": 0, "raw": "0", "range": [ - 86642, - 86643 + 84993, + 84994 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 21 }, "end": { - "line": 2844, + "line": 2794, "column": 22 } } }, "range": [ - 86638, - 86643 + 84989, + 84994 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 17 }, "end": { - "line": 2844, + "line": 2794, "column": 22 } } @@ -154089,16 +151007,16 @@ "type": "Identifier", "name": "len", "range": [ - 86645, - 86648 + 84996, + 84999 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 24 }, "end": { - "line": 2844, + "line": 2794, "column": 27 } } @@ -154110,16 +151028,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86651, - 86659 + 85002, + 85010 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 30 }, "end": { - "line": 2844, + "line": 2794, "column": 38 } } @@ -154128,46 +151046,46 @@ "type": "Identifier", "name": "length", "range": [ - 86660, - 86666 + 85011, + 85017 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 39 }, "end": { - "line": 2844, + "line": 2794, "column": 45 } } }, "range": [ - 86651, - 86666 + 85002, + 85017 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 30 }, "end": { - "line": 2844, + "line": 2794, "column": 45 } } }, "range": [ - 86645, - 86666 + 84996, + 85017 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 24 }, "end": { - "line": 2844, + "line": 2794, "column": 45 } } @@ -154175,16 +151093,16 @@ ], "kind": "let", "range": [ - 86634, - 86666 + 84985, + 85017 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 13 }, "end": { - "line": 2844, + "line": 2794, "column": 45 } } @@ -154196,16 +151114,16 @@ "type": "Identifier", "name": "i", "range": [ - 86668, - 86669 + 85019, + 85020 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 47 }, "end": { - "line": 2844, + "line": 2794, "column": 48 } } @@ -154214,31 +151132,31 @@ "type": "Identifier", "name": "len", "range": [ - 86672, - 86675 + 85023, + 85026 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 51 }, "end": { - "line": 2844, + "line": 2794, "column": 54 } } }, "range": [ - 86668, - 86675 + 85019, + 85026 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 47 }, "end": { - "line": 2844, + "line": 2794, "column": 54 } } @@ -154250,32 +151168,32 @@ "type": "Identifier", "name": "i", "range": [ - 86677, - 86678 + 85028, + 85029 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 56 }, "end": { - "line": 2844, + "line": 2794, "column": 57 } } }, "prefix": false, "range": [ - 86677, - 86680 + 85028, + 85031 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 56 }, "end": { - "line": 2844, + "line": 2794, "column": 59 } } @@ -154292,16 +151210,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 86700, - 86706 + 85051, + 85057 ], "loc": { "start": { - "line": 2845, + "line": 2795, "column": 16 }, "end": { - "line": 2845, + "line": 2795, "column": 22 } } @@ -154313,16 +151231,16 @@ "type": "Identifier", "name": "slcIndex", "range": [ - 86709, - 86717 + 85060, + 85068 ], "loc": { "start": { - "line": 2845, + "line": 2795, "column": 25 }, "end": { - "line": 2845, + "line": 2795, "column": 33 } } @@ -154331,46 +151249,46 @@ "type": "Identifier", "name": "i", "range": [ - 86718, - 86719 + 85069, + 85070 ], "loc": { "start": { - "line": 2845, + "line": 2795, "column": 34 }, "end": { - "line": 2845, + "line": 2795, "column": 35 } } }, "range": [ - 86709, - 86720 + 85060, + 85071 ], "loc": { "start": { - "line": 2845, + "line": 2795, "column": 25 }, "end": { - "line": 2845, + "line": 2795, "column": 36 } } }, "range": [ - 86700, - 86720 + 85051, + 85071 ], "loc": { "start": { - "line": 2845, + "line": 2795, "column": 16 }, "end": { - "line": 2845, + "line": 2795, "column": 36 } } @@ -154378,16 +151296,16 @@ ], "kind": "let", "range": [ - 86696, - 86721 + 85047, + 85072 ], "loc": { "start": { - "line": 2845, + "line": 2795, "column": 12 }, "end": { - "line": 2845, + "line": 2795, "column": 37 } } @@ -154401,16 +151319,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 86738, - 86744 + 85089, + 85095 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 16 }, "end": { - "line": 2846, + "line": 2796, "column": 22 } } @@ -154421,16 +151339,16 @@ "type": "Identifier", "name": "elm", "range": [ - 86747, - 86750 + 85098, + 85101 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 25 }, "end": { - "line": 2846, + "line": 2796, "column": 28 } } @@ -154445,16 +151363,16 @@ "object": { "type": "ThisExpression", "range": [ - 86751, - 86755 + 85102, + 85106 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 29 }, "end": { - "line": 2846, + "line": 2796, "column": 33 } } @@ -154463,31 +151381,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 86756, - 86762 + 85107, + 85113 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 34 }, "end": { - "line": 2846, + "line": 2796, "column": 40 } } }, "range": [ - 86751, - 86762 + 85102, + 85113 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 29 }, "end": { - "line": 2846, + "line": 2796, "column": 40 } } @@ -154496,62 +151414,62 @@ "type": "Identifier", "name": "colIdx", "range": [ - 86763, - 86769 + 85114, + 85120 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 41 }, "end": { - "line": 2846, + "line": 2796, "column": 47 } } }, "range": [ - 86751, - 86770 + 85102, + 85121 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 29 }, "end": { - "line": 2846, + "line": 2796, "column": 48 } } } ], "range": [ - 86747, - 86771 + 85098, + 85122 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 25 }, "end": { - "line": 2846, + "line": 2796, "column": 49 } } }, "range": [ - 86738, - 86771 + 85089, + 85122 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 16 }, "end": { - "line": 2846, + "line": 2796, "column": 49 } } @@ -154559,16 +151477,16 @@ ], "kind": "let", "range": [ - 86734, - 86772 + 85085, + 85123 ], "loc": { "start": { - "line": 2846, + "line": 2796, "column": 12 }, "end": { - "line": 2846, + "line": 2796, "column": 50 } } @@ -154582,16 +151500,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 86789, - 86805 + 85140, + 85156 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 16 }, "end": { - "line": 2847, + "line": 2797, "column": 32 } } @@ -154604,16 +151522,16 @@ "object": { "type": "ThisExpression", "range": [ - 86808, - 86812 + 85159, + 85163 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 35 }, "end": { - "line": 2847, + "line": 2797, "column": 39 } } @@ -154622,31 +151540,31 @@ "type": "Identifier", "name": "getFilterValue", "range": [ - 86813, - 86827 + 85164, + 85178 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 40 }, "end": { - "line": 2847, + "line": 2797, "column": 54 } } }, "range": [ - 86808, - 86827 + 85159, + 85178 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 35 }, "end": { - "line": 2847, + "line": 2797, "column": 54 } } @@ -154656,47 +151574,47 @@ "type": "Identifier", "name": "colIdx", "range": [ - 86828, - 86834 + 85179, + 85185 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 55 }, "end": { - "line": 2847, + "line": 2797, "column": 61 } } } ], "range": [ - 86808, - 86835 + 85159, + 85186 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 35 }, "end": { - "line": 2847, + "line": 2797, "column": 62 } } }, "range": [ - 86789, - 86835 + 85140, + 85186 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 16 }, "end": { - "line": 2847, + "line": 2797, "column": 62 } } @@ -154704,16 +151622,16 @@ ], "kind": "let", "range": [ - 86785, - 86836 + 85136, + 85187 ], "loc": { "start": { - "line": 2847, + "line": 2797, "column": 12 }, "end": { - "line": 2847, + "line": 2797, "column": 63 } }, @@ -154722,16 +151640,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 86850, - 86893 + 85201, + 85244 ], "loc": { "start": { - "line": 2849, + "line": 2799, "column": 12 }, "end": { - "line": 2849, + "line": 2799, "column": 55 } } @@ -154740,16 +151658,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 86906, - 86945 + 85257, + 85296 ], "loc": { "start": { - "line": 2850, + "line": 2800, "column": 12 }, "end": { - "line": 2850, + "line": 2800, "column": 51 } } @@ -154774,16 +151692,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 86962, - 86971 + 85313, + 85322 ], "loc": { "start": { - "line": 2851, + "line": 2801, "column": 16 }, "end": { - "line": 2851, + "line": 2801, "column": 25 } } @@ -154792,31 +151710,31 @@ "type": "Identifier", "name": "colIdx", "range": [ - 86976, - 86982 + 85327, + 85333 ], "loc": { "start": { - "line": 2851, + "line": 2801, "column": 30 }, "end": { - "line": 2851, + "line": 2801, "column": 36 } } }, "range": [ - 86962, - 86982 + 85313, + 85333 ], "loc": { "start": { - "line": 2851, + "line": 2801, "column": 16 }, "end": { - "line": 2851, + "line": 2801, "column": 36 } } @@ -154833,16 +151751,16 @@ "object": { "type": "ThisExpression", "range": [ - 87003, - 87007 + 85354, + 85358 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 17 }, "end": { - "line": 2852, + "line": 2802, "column": 21 } } @@ -154851,31 +151769,31 @@ "type": "Identifier", "name": "paging", "range": [ - 87008, - 87014 + 85359, + 85365 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 22 }, "end": { - "line": 2852, + "line": 2802, "column": 28 } } }, "range": [ - 87003, - 87014 + 85354, + 85365 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 17 }, "end": { - "line": 2852, + "line": 2802, "column": 28 } } @@ -154892,16 +151810,16 @@ "type": "Identifier", "name": "slcA1", "range": [ - 87018, - 87023 + 85369, + 85374 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 32 }, "end": { - "line": 2852, + "line": 2802, "column": 37 } } @@ -154910,31 +151828,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 87024, - 87031 + 85375, + 85382 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 38 }, "end": { - "line": 2852, + "line": 2802, "column": 45 } } }, "range": [ - 87018, - 87031 + 85369, + 85382 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 32 }, "end": { - "line": 2852, + "line": 2802, "column": 45 } } @@ -154944,32 +151862,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87032, - 87038 + 85383, + 85389 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 46 }, "end": { - "line": 2852, + "line": 2802, "column": 52 } } } ], "range": [ - 87018, - 87039 + 85369, + 85390 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 32 }, "end": { - "line": 2852, + "line": 2802, "column": 53 } } @@ -154982,62 +151900,62 @@ "value": 1, "raw": "1", "range": [ - 87045, - 87046 + 85396, + 85397 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 59 }, "end": { - "line": 2852, + "line": 2802, "column": 60 } } }, "prefix": true, "range": [ - 87044, - 87046 + 85395, + 85397 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 58 }, "end": { - "line": 2852, + "line": 2802, "column": 60 } } }, "range": [ - 87018, - 87046 + 85369, + 85397 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 32 }, "end": { - "line": 2852, + "line": 2802, "column": 60 } } }, "range": [ - 87003, - 87046 + 85354, + 85397 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 17 }, "end": { - "line": 2852, + "line": 2802, "column": 60 } } @@ -155049,16 +151967,16 @@ "type": "Identifier", "name": "activeIdx", "range": [ - 87070, - 87079 + 85421, + 85430 ], "loc": { "start": { - "line": 2853, + "line": 2803, "column": 20 }, "end": { - "line": 2853, + "line": 2803, "column": 29 } } @@ -155067,61 +151985,61 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87084, - 87090 + 85435, + 85441 ], "loc": { "start": { - "line": 2853, + "line": 2803, "column": 34 }, "end": { - "line": 2853, + "line": 2803, "column": 40 } } }, "range": [ - 87070, - 87090 + 85421, + 85441 ], "loc": { "start": { - "line": 2853, + "line": 2803, "column": 20 }, "end": { - "line": 2853, + "line": 2803, "column": 40 } } }, "range": [ - 87003, - 87090 + 85354, + 85441 ], "loc": { "start": { - "line": 2852, + "line": 2802, "column": 17 }, "end": { - "line": 2853, + "line": 2803, "column": 40 } } }, "range": [ - 86962, - 87091 + 85313, + 85442 ], "loc": { "start": { - "line": 2851, + "line": 2801, "column": 16 }, "end": { - "line": 2853, + "line": 2803, "column": 41 } } @@ -155138,16 +152056,16 @@ "object": { "type": "ThisExpression", "range": [ - 87113, - 87117 + 85464, + 85468 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 18 }, "end": { - "line": 2854, + "line": 2804, "column": 22 } } @@ -155156,47 +152074,47 @@ "type": "Identifier", "name": "paging", "range": [ - 87118, - 87124 + 85469, + 85475 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 23 }, "end": { - "line": 2854, + "line": 2804, "column": 29 } } }, "range": [ - 87113, - 87124 + 85464, + 85475 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 18 }, "end": { - "line": 2854, + "line": 2804, "column": 29 } } }, "prefix": true, "range": [ - 87112, - 87124 + 85463, + 85475 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 17 }, "end": { - "line": 2854, + "line": 2804, "column": 29 } } @@ -155216,16 +152134,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 87129, - 87134 + 85480, + 85485 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 34 }, "end": { - "line": 2854, + "line": 2804, "column": 39 } } @@ -155234,31 +152152,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 87135, - 87142 + 85486, + 85493 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 40 }, "end": { - "line": 2854, + "line": 2804, "column": 47 } } }, "range": [ - 87129, - 87142 + 85480, + 85493 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 34 }, "end": { - "line": 2854, + "line": 2804, "column": 47 } } @@ -155268,32 +152186,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87143, - 87149 + 85494, + 85500 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 48 }, "end": { - "line": 2854, + "line": 2804, "column": 54 } } } ], "range": [ - 87129, - 87150 + 85480, + 85501 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 34 }, "end": { - "line": 2854, + "line": 2804, "column": 55 } } @@ -155306,47 +152224,47 @@ "value": 1, "raw": "1", "range": [ - 87156, - 87157 + 85507, + 85508 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 61 }, "end": { - "line": 2854, + "line": 2804, "column": 62 } } }, "prefix": true, "range": [ - 87155, - 87157 + 85506, + 85508 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 60 }, "end": { - "line": 2854, + "line": 2804, "column": 62 } } }, "range": [ - 87129, - 87157 + 85480, + 85508 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 34 }, "end": { - "line": 2854, + "line": 2804, "column": 62 } } @@ -155363,16 +152281,16 @@ "type": "Identifier", "name": "slcA2", "range": [ - 87181, - 87186 + 85532, + 85537 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 20 }, "end": { - "line": 2855, + "line": 2805, "column": 25 } } @@ -155381,31 +152299,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 87187, - 87194 + 85538, + 85545 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 26 }, "end": { - "line": 2855, + "line": 2805, "column": 33 } } }, "range": [ - 87181, - 87194 + 85532, + 85545 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 20 }, "end": { - "line": 2855, + "line": 2805, "column": 33 } } @@ -155415,32 +152333,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87195, - 87201 + 85546, + 85552 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 34 }, "end": { - "line": 2855, + "line": 2805, "column": 40 } } } ], "range": [ - 87181, - 87202 + 85532, + 85553 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 20 }, "end": { - "line": 2855, + "line": 2805, "column": 41 } } @@ -155453,92 +152371,92 @@ "value": 1, "raw": "1", "range": [ - 87208, - 87209 + 85559, + 85560 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 47 }, "end": { - "line": 2855, + "line": 2805, "column": 48 } } }, "prefix": true, "range": [ - 87207, - 87209 + 85558, + 85560 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 46 }, "end": { - "line": 2855, + "line": 2805, "column": 48 } } }, "range": [ - 87181, - 87209 + 85532, + 85560 ], "loc": { "start": { - "line": 2855, + "line": 2805, "column": 20 }, "end": { - "line": 2855, + "line": 2805, "column": 48 } } }, "range": [ - 87129, - 87209 + 85480, + 85560 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 34 }, "end": { - "line": 2855, + "line": 2805, "column": 48 } } }, "range": [ - 87112, - 87210 + 85463, + 85561 ], "loc": { "start": { - "line": 2854, + "line": 2804, "column": 17 }, "end": { - "line": 2855, + "line": 2805, "column": 49 } } }, "range": [ - 86962, - 87211 + 85313, + 85562 ], "loc": { "start": { - "line": 2851, + "line": 2801, "column": 16 }, "end": { - "line": 2855, + "line": 2805, "column": 50 } } @@ -155550,16 +152468,16 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 87231, - 87247 + 85582, + 85598 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 16 }, "end": { - "line": 2856, + "line": 2806, "column": 32 } } @@ -155572,16 +152490,16 @@ "object": { "type": "ThisExpression", "range": [ - 87252, - 87256 + 85603, + 85607 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 37 }, "end": { - "line": 2856, + "line": 2806, "column": 41 } } @@ -155590,31 +152508,31 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 87257, - 87275 + 85608, + 85626 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 42 }, "end": { - "line": 2856, + "line": 2806, "column": 60 } } }, "range": [ - 87252, - 87275 + 85603, + 85626 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 37 }, "end": { - "line": 2856, + "line": 2806, "column": 60 } } @@ -155624,62 +152542,62 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87276, - 87282 + 85627, + 85633 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 61 }, "end": { - "line": 2856, + "line": 2806, "column": 67 } } } ], "range": [ - 87252, - 87283 + 85603, + 85634 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 37 }, "end": { - "line": 2856, + "line": 2806, "column": 68 } } }, "range": [ - 87231, - 87283 + 85582, + 85634 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 16 }, "end": { - "line": 2856, + "line": 2806, "column": 68 } } }, "range": [ - 86962, - 87283 + 85313, + 85634 ], "loc": { "start": { - "line": 2851, + "line": 2801, "column": 16 }, "end": { - "line": 2856, + "line": 2806, "column": 68 } } @@ -155695,16 +152613,16 @@ "object": { "type": "ThisExpression", "range": [ - 87358, - 87362 + 85709, + 85713 ], "loc": { "start": { - "line": 2859, + "line": 2809, "column": 20 }, "end": { - "line": 2859, + "line": 2809, "column": 24 } } @@ -155713,31 +152631,31 @@ "type": "Identifier", "name": "loadFltOnDemand", "range": [ - 87363, - 87378 + 85714, + 85729 ], "loc": { "start": { - "line": 2859, + "line": 2809, "column": 25 }, "end": { - "line": 2859, + "line": 2809, "column": 40 } } }, "range": [ - 87358, - 87378 + 85709, + 85729 ], "loc": { "start": { - "line": 2859, + "line": 2809, "column": 20 }, "end": { - "line": 2859, + "line": 2809, "column": 40 } } @@ -155754,16 +152672,16 @@ "type": "Identifier", "name": "opt0", "range": [ - 87406, - 87410 + 85757, + 85761 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 24 }, "end": { - "line": 2860, + "line": 2810, "column": 28 } } @@ -155774,16 +152692,16 @@ "type": "Identifier", "name": "createOpt", "range": [ - 87413, - 87422 + 85764, + 85773 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 31 }, "end": { - "line": 2860, + "line": 2810, "column": 40 } } @@ -155797,16 +152715,16 @@ "object": { "type": "ThisExpression", "range": [ - 87423, - 87427 + 85774, + 85778 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 41 }, "end": { - "line": 2860, + "line": 2810, "column": 45 } } @@ -155815,31 +152733,31 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 87428, - 87446 + 85779, + 85797 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 46 }, "end": { - "line": 2860, + "line": 2810, "column": 64 } } }, "range": [ - 87423, - 87446 + 85774, + 85797 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 41 }, "end": { - "line": 2860, + "line": 2810, "column": 64 } } @@ -155849,32 +152767,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87447, - 87453 + 85798, + 85804 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 65 }, "end": { - "line": 2860, + "line": 2810, "column": 71 } } } ], "range": [ - 87423, - 87454 + 85774, + 85805 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 41 }, "end": { - "line": 2860, + "line": 2810, "column": 72 } } @@ -155884,47 +152802,47 @@ "value": "", "raw": "''", "range": [ - 87456, - 87458 + 85807, + 85809 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 74 }, "end": { - "line": 2860, + "line": 2810, "column": 76 } } } ], "range": [ - 87413, - 87459 + 85764, + 85810 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 31 }, "end": { - "line": 2860, + "line": 2810, "column": 77 } } }, "range": [ - 87406, - 87459 + 85757, + 85810 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 24 }, "end": { - "line": 2860, + "line": 2810, "column": 77 } } @@ -155932,16 +152850,16 @@ ], "kind": "let", "range": [ - 87402, - 87460 + 85753, + 85811 ], "loc": { "start": { - "line": 2860, + "line": 2810, "column": 20 }, "end": { - "line": 2860, + "line": 2810, "column": 78 } } @@ -155958,16 +152876,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 87481, - 87487 + 85832, + 85838 ], "loc": { "start": { - "line": 2861, + "line": 2811, "column": 20 }, "end": { - "line": 2861, + "line": 2811, "column": 26 } } @@ -155976,31 +152894,31 @@ "type": "Identifier", "name": "innerHTML", "range": [ - 87488, - 87497 + 85839, + 85848 ], "loc": { "start": { - "line": 2861, + "line": 2811, "column": 27 }, "end": { - "line": 2861, + "line": 2811, "column": 36 } } }, "range": [ - 87481, - 87497 + 85832, + 85848 ], "loc": { "start": { - "line": 2861, + "line": 2811, "column": 20 }, "end": { - "line": 2861, + "line": 2811, "column": 36 } } @@ -156010,46 +152928,46 @@ "value": "", "raw": "''", "range": [ - 87500, - 87502 + 85851, + 85853 ], "loc": { "start": { - "line": 2861, + "line": 2811, "column": 39 }, "end": { - "line": 2861, + "line": 2811, "column": 41 } } }, "range": [ - 87481, - 87502 + 85832, + 85853 ], "loc": { "start": { - "line": 2861, + "line": 2811, "column": 20 }, "end": { - "line": 2861, + "line": 2811, "column": 41 } } }, "range": [ - 87481, - 87503 + 85832, + 85854 ], "loc": { "start": { - "line": 2861, + "line": 2811, "column": 20 }, "end": { - "line": 2861, + "line": 2811, "column": 42 } } @@ -156065,16 +152983,16 @@ "type": "Identifier", "name": "curSlc", "range": [ - 87524, - 87530 + 85875, + 85881 ], "loc": { "start": { - "line": 2862, + "line": 2812, "column": 20 }, "end": { - "line": 2862, + "line": 2812, "column": 26 } } @@ -156083,31 +153001,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 87531, - 87542 + 85882, + 85893 ], "loc": { "start": { - "line": 2862, + "line": 2812, "column": 27 }, "end": { - "line": 2862, + "line": 2812, "column": 38 } } }, "range": [ - 87524, - 87542 + 85875, + 85893 ], "loc": { "start": { - "line": 2862, + "line": 2812, "column": 20 }, "end": { - "line": 2862, + "line": 2812, "column": 38 } } @@ -156117,79 +153035,79 @@ "type": "Identifier", "name": "opt0", "range": [ - 87543, - 87547 + 85894, + 85898 ], "loc": { "start": { - "line": 2862, + "line": 2812, "column": 39 }, "end": { - "line": 2862, + "line": 2812, "column": 43 } } } ], "range": [ - 87524, - 87548 + 85875, + 85899 ], "loc": { "start": { - "line": 2862, + "line": 2812, "column": 20 }, "end": { - "line": 2862, + "line": 2812, "column": 44 } } }, "range": [ - 87524, - 87549 + 85875, + 85900 ], "loc": { "start": { - "line": 2862, + "line": 2812, "column": 20 }, "end": { - "line": 2862, + "line": 2812, "column": 45 } } } ], "range": [ - 87380, - 87567 + 85731, + 85918 ], "loc": { "start": { - "line": 2859, + "line": 2809, "column": 42 }, "end": { - "line": 2863, + "line": 2813, "column": 17 } } }, "alternate": null, "range": [ - 87354, - 87567 + 85705, + 85918 ], "loc": { "start": { - "line": 2859, + "line": 2809, "column": 16 }, "end": { - "line": 2863, + "line": 2813, "column": 17 } }, @@ -156198,16 +153116,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 87304, - 87337 + 85655, + 85688 ], "loc": { "start": { - "line": 2858, + "line": 2808, "column": 16 }, "end": { - "line": 2858, + "line": 2808, "column": 49 } } @@ -156228,16 +153146,16 @@ "type": "Identifier", "name": "slcA3", "range": [ - 87589, - 87594 + 85940, + 85945 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 20 }, "end": { - "line": 2865, + "line": 2815, "column": 25 } } @@ -156246,31 +153164,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 87595, - 87602 + 85946, + 85953 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 26 }, "end": { - "line": 2865, + "line": 2815, "column": 33 } } }, "range": [ - 87589, - 87602 + 85940, + 85953 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 20 }, "end": { - "line": 2865, + "line": 2815, "column": 33 } } @@ -156280,32 +153198,32 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87603, - 87609 + 85954, + 85960 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 34 }, "end": { - "line": 2865, + "line": 2815, "column": 40 } } } ], "range": [ - 87589, - 87610 + 85940, + 85961 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 20 }, "end": { - "line": 2865, + "line": 2815, "column": 41 } } @@ -156318,47 +153236,47 @@ "value": 1, "raw": "1", "range": [ - 87616, - 87617 + 85967, + 85968 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 47 }, "end": { - "line": 2865, + "line": 2815, "column": 48 } } }, "prefix": true, "range": [ - 87615, - 87617 + 85966, + 85968 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 46 }, "end": { - "line": 2865, + "line": 2815, "column": 48 } } }, "range": [ - 87589, - 87617 + 85940, + 85968 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 20 }, "end": { - "line": 2865, + "line": 2815, "column": 48 } } @@ -156379,16 +153297,16 @@ "object": { "type": "ThisExpression", "range": [ - 87641, - 87645 + 85992, + 85996 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 20 }, "end": { - "line": 2866, + "line": 2816, "column": 24 } } @@ -156397,31 +153315,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 87646, - 87653 + 85997, + 86004 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 25 }, "end": { - "line": 2866, + "line": 2816, "column": 32 } } }, "range": [ - 87641, - 87653 + 85992, + 86004 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 20 }, "end": { - "line": 2866, + "line": 2816, "column": 32 } } @@ -156430,31 +153348,31 @@ "type": "Identifier", "name": "emit", "range": [ - 87654, - 87658 + 86005, + 86009 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 33 }, "end": { - "line": 2866, + "line": 2816, "column": 37 } } }, "range": [ - 87641, - 87658 + 85992, + 86009 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 20 }, "end": { - "line": 2866, + "line": 2816, "column": 37 } } @@ -156465,16 +153383,16 @@ "value": "build-checklist-filter", "raw": "'build-checklist-filter'", "range": [ - 87659, - 87683 + 86010, + 86034 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 38 }, "end": { - "line": 2866, + "line": 2816, "column": 62 } } @@ -156482,16 +153400,16 @@ { "type": "ThisExpression", "range": [ - 87685, - 87689 + 86036, + 86040 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 64 }, "end": { - "line": 2866, + "line": 2816, "column": 68 } } @@ -156500,16 +153418,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87691, - 87697 + 86042, + 86048 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 70 }, "end": { - "line": 2866, + "line": 2816, "column": 76 } } @@ -156519,63 +153437,63 @@ "value": true, "raw": "true", "range": [ - 87723, - 87727 + 86074, + 86078 ], "loc": { "start": { - "line": 2867, + "line": 2817, "column": 24 }, "end": { - "line": 2867, + "line": 2817, "column": 28 } } } ], "range": [ - 87641, - 87728 + 85992, + 86079 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 20 }, "end": { - "line": 2867, + "line": 2817, "column": 29 } } }, "range": [ - 87641, - 87729 + 85992, + 86080 ], "loc": { "start": { - "line": 2866, + "line": 2816, "column": 20 }, "end": { - "line": 2867, + "line": 2817, "column": 30 } } } ], "range": [ - 87619, - 87747 + 85970, + 86098 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 50 }, "end": { - "line": 2868, + "line": 2818, "column": 17 } } @@ -156596,16 +153514,16 @@ "object": { "type": "ThisExpression", "range": [ - 87775, - 87779 + 86126, + 86130 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 20 }, "end": { - "line": 2869, + "line": 2819, "column": 24 } } @@ -156614,31 +153532,31 @@ "type": "Identifier", "name": "emitter", "range": [ - 87780, - 87787 + 86131, + 86138 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 25 }, "end": { - "line": 2869, + "line": 2819, "column": 32 } } }, "range": [ - 87775, - 87787 + 86126, + 86138 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 20 }, "end": { - "line": 2869, + "line": 2819, "column": 32 } } @@ -156647,31 +153565,31 @@ "type": "Identifier", "name": "emit", "range": [ - 87788, - 87792 + 86139, + 86143 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 33 }, "end": { - "line": 2869, + "line": 2819, "column": 37 } } }, "range": [ - 87775, - 87792 + 86126, + 86143 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 20 }, "end": { - "line": 2869, + "line": 2819, "column": 37 } } @@ -156682,16 +153600,16 @@ "value": "build-select-filter", "raw": "'build-select-filter'", "range": [ - 87793, - 87814 + 86144, + 86165 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 38 }, "end": { - "line": 2869, + "line": 2819, "column": 59 } } @@ -156699,16 +153617,16 @@ { "type": "ThisExpression", "range": [ - 87816, - 87820 + 86167, + 86171 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 61 }, "end": { - "line": 2869, + "line": 2819, "column": 65 } } @@ -156717,16 +153635,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87822, - 87828 + 86173, + 86179 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 67 }, "end": { - "line": 2869, + "line": 2819, "column": 73 } } @@ -156736,78 +153654,78 @@ "value": true, "raw": "true", "range": [ - 87854, - 87858 + 86205, + 86209 ], "loc": { "start": { - "line": 2870, + "line": 2820, "column": 24 }, "end": { - "line": 2870, + "line": 2820, "column": 28 } } } ], "range": [ - 87775, - 87859 + 86126, + 86210 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 20 }, "end": { - "line": 2870, + "line": 2820, "column": 29 } } }, "range": [ - 87775, - 87860 + 86126, + 86211 ], "loc": { "start": { - "line": 2869, + "line": 2819, "column": 20 }, "end": { - "line": 2870, + "line": 2820, "column": 30 } } } ], "range": [ - 87753, - 87878 + 86104, + 86229 ], "loc": { "start": { - "line": 2868, + "line": 2818, "column": 23 }, "end": { - "line": 2871, + "line": 2821, "column": 17 } } }, "range": [ - 87585, - 87878 + 85936, + 86229 ], "loc": { "start": { - "line": 2865, + "line": 2815, "column": 16 }, "end": { - "line": 2871, + "line": 2821, "column": 17 } } @@ -156822,16 +153740,16 @@ "object": { "type": "ThisExpression", "range": [ - 87896, - 87900 + 86247, + 86251 ], "loc": { "start": { - "line": 2873, + "line": 2823, "column": 16 }, "end": { - "line": 2873, + "line": 2823, "column": 20 } } @@ -156840,31 +153758,31 @@ "type": "Identifier", "name": "setFilterValue", "range": [ - 87901, - 87915 + 86252, + 86266 ], "loc": { "start": { - "line": 2873, + "line": 2823, "column": 21 }, "end": { - "line": 2873, + "line": 2823, "column": 35 } } }, "range": [ - 87896, - 87915 + 86247, + 86266 ], "loc": { "start": { - "line": 2873, + "line": 2823, "column": 16 }, "end": { - "line": 2873, + "line": 2823, "column": 35 } } @@ -156874,16 +153792,16 @@ "type": "Identifier", "name": "colIdx", "range": [ - 87916, - 87922 + 86267, + 86273 ], "loc": { "start": { - "line": 2873, + "line": 2823, "column": 36 }, "end": { - "line": 2873, + "line": 2823, "column": 42 } } @@ -156892,79 +153810,79 @@ "type": "Identifier", "name": "slcSelectedValue", "range": [ - 87924, - 87940 + 86275, + 86291 ], "loc": { "start": { - "line": 2873, + "line": 2823, "column": 44 }, "end": { - "line": 2873, + "line": 2823, "column": 60 } } } ], "range": [ - 87896, - 87941 + 86247, + 86292 ], "loc": { "start": { - "line": 2873, + "line": 2823, "column": 16 }, "end": { - "line": 2873, + "line": 2823, "column": 61 } } }, "range": [ - 87896, - 87942 + 86247, + 86293 ], "loc": { "start": { - "line": 2873, + "line": 2823, "column": 16 }, "end": { - "line": 2873, + "line": 2823, "column": 62 } } } ], "range": [ - 87285, - 87956 + 85636, + 86307 ], "loc": { "start": { - "line": 2856, + "line": 2806, "column": 70 }, "end": { - "line": 2874, + "line": 2824, "column": 13 } } }, "alternate": null, "range": [ - 86958, - 87956 + 85309, + 86307 ], "loc": { "start": { - "line": 2851, + "line": 2801, "column": 12 }, "end": { - "line": 2874, + "line": 2824, "column": 13 } }, @@ -156973,16 +153891,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 86850, - 86893 + 85201, + 85244 ], "loc": { "start": { - "line": 2849, + "line": 2799, "column": 12 }, "end": { - "line": 2849, + "line": 2799, "column": 55 } } @@ -156991,16 +153909,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 86906, - 86945 + 85257, + 85296 ], "loc": { "start": { - "line": 2850, + "line": 2800, "column": 12 }, "end": { - "line": 2850, + "line": 2800, "column": 51 } } @@ -157009,47 +153927,47 @@ } ], "range": [ - 86682, - 87966 + 85033, + 86317 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 61 }, "end": { - "line": 2875, + "line": 2825, "column": 9 } } }, "range": [ - 86629, - 87966 + 84980, + 86317 ], "loc": { "start": { - "line": 2844, + "line": 2794, "column": 8 }, "end": { - "line": 2875, + "line": 2825, "column": 9 } } } ], "range": [ - 86187, - 87972 + 84538, + 86323 ], "loc": { "start": { - "line": 2832, + "line": 2782, "column": 18 }, "end": { - "line": 2876, + "line": 2826, "column": 5 } } @@ -157057,16 +153975,16 @@ "generator": false, "expression": false, "range": [ - 86184, - 87972 + 84535, + 86323 ], "loc": { "start": { - "line": 2832, + "line": 2782, "column": 15 }, "end": { - "line": 2876, + "line": 2826, "column": 5 } } @@ -157074,16 +153992,16 @@ "kind": "method", "computed": false, "range": [ - 86173, - 87972 + 84524, + 86323 ], "loc": { "start": { - "line": 2832, + "line": 2782, "column": 4 }, "end": { - "line": 2876, + "line": 2826, "column": 5 } }, @@ -157092,16 +154010,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 86063, - 86168 + 84414, + 84519 ], "loc": { "start": { - "line": 2828, + "line": 2778, "column": 4 }, "end": { - "line": 2831, + "line": 2781, "column": 7 } } @@ -157112,16 +154030,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": [ - 87978, - 88133 + 86329, + 86484 ], "loc": { "start": { - "line": 2878, + "line": 2828, "column": 4 }, "end": { - "line": 2882, + "line": 2832, "column": 7 } } @@ -157135,16 +154053,16 @@ "type": "Identifier", "name": "isExactMatch", "range": [ - 88138, - 88150 + 86489, + 86501 ], "loc": { "start": { - "line": 2883, + "line": 2833, "column": 4 }, "end": { - "line": 2883, + "line": 2833, "column": 16 } } @@ -157157,16 +154075,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 88151, - 88159 + 86502, + 86510 ], "loc": { "start": { - "line": 2883, + "line": 2833, "column": 17 }, "end": { - "line": 2883, + "line": 2833, "column": 25 } } @@ -157184,16 +154102,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 88175, - 88182 + 86526, + 86533 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 12 }, "end": { - "line": 2884, + "line": 2834, "column": 19 } } @@ -157206,16 +154124,16 @@ "object": { "type": "ThisExpression", "range": [ - 88185, - 88189 + 86536, + 86540 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 22 }, "end": { - "line": 2884, + "line": 2834, "column": 26 } } @@ -157224,31 +154142,31 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 88190, - 88203 + 86541, + 86554 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 27 }, "end": { - "line": 2884, + "line": 2834, "column": 40 } } }, "range": [ - 88185, - 88203 + 86536, + 86554 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 22 }, "end": { - "line": 2884, + "line": 2834, "column": 40 } } @@ -157258,47 +154176,47 @@ "type": "Identifier", "name": "colIndex", "range": [ - 88204, - 88212 + 86555, + 86563 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 41 }, "end": { - "line": 2884, + "line": 2834, "column": 49 } } } ], "range": [ - 88185, - 88213 + 86536, + 86564 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 22 }, "end": { - "line": 2884, + "line": 2834, "column": 50 } } }, "range": [ - 88175, - 88213 + 86526, + 86564 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 12 }, "end": { - "line": 2884, + "line": 2834, "column": 50 } } @@ -157306,16 +154224,16 @@ ], "kind": "let", "range": [ - 88171, - 88214 + 86522, + 86565 ], "loc": { "start": { - "line": 2884, + "line": 2834, "column": 8 }, "end": { - "line": 2884, + "line": 2834, "column": 51 } } @@ -157337,16 +154255,16 @@ "object": { "type": "ThisExpression", "range": [ - 88230, - 88234 + 86581, + 86585 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 15 }, "end": { - "line": 2885, + "line": 2835, "column": 19 } } @@ -157355,31 +154273,31 @@ "type": "Identifier", "name": "exactMatchByCol", "range": [ - 88235, - 88250 + 86586, + 86601 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 20 }, "end": { - "line": 2885, + "line": 2835, "column": 35 } } }, "range": [ - 88230, - 88250 + 86581, + 86601 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 15 }, "end": { - "line": 2885, + "line": 2835, "column": 35 } } @@ -157388,31 +154306,31 @@ "type": "Identifier", "name": "colIndex", "range": [ - 88251, - 88259 + 86602, + 86610 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 36 }, "end": { - "line": 2885, + "line": 2835, "column": 44 } } }, "range": [ - 88230, - 88260 + 86581, + 86611 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 15 }, "end": { - "line": 2885, + "line": 2835, "column": 45 } } @@ -157423,16 +154341,16 @@ "object": { "type": "ThisExpression", "range": [ - 88264, - 88268 + 86615, + 86619 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 49 }, "end": { - "line": 2885, + "line": 2835, "column": 53 } } @@ -157441,46 +154359,46 @@ "type": "Identifier", "name": "exactMatch", "range": [ - 88269, - 88279 + 86620, + 86630 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 54 }, "end": { - "line": 2885, + "line": 2835, "column": 64 } } }, "range": [ - 88264, - 88279 + 86615, + 86630 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 49 }, "end": { - "line": 2885, + "line": 2835, "column": 64 } } }, "range": [ - 88230, - 88279 + 86581, + 86630 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 15 }, "end": { - "line": 2885, + "line": 2835, "column": 64 } } @@ -157492,16 +154410,16 @@ "type": "Identifier", "name": "fltType", "range": [ - 88295, - 88302 + 86646, + 86653 ], "loc": { "start": { - "line": 2886, + "line": 2836, "column": 12 }, "end": { - "line": 2886, + "line": 2836, "column": 19 } } @@ -157510,77 +154428,77 @@ "type": "Identifier", "name": "INPUT", "range": [ - 88307, - 88312 + 86658, + 86663 ], "loc": { "start": { - "line": 2886, + "line": 2836, "column": 24 }, "end": { - "line": 2886, + "line": 2836, "column": 29 } } }, "range": [ - 88295, - 88312 + 86646, + 86663 ], "loc": { "start": { - "line": 2886, + "line": 2836, "column": 12 }, "end": { - "line": 2886, + "line": 2836, "column": 29 } } }, "range": [ - 88230, - 88312 + 86581, + 86663 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 15 }, "end": { - "line": 2886, + "line": 2836, "column": 29 } } }, "range": [ - 88223, - 88313 + 86574, + 86664 ], "loc": { "start": { - "line": 2885, + "line": 2835, "column": 8 }, "end": { - "line": 2886, + "line": 2836, "column": 30 } } } ], "range": [ - 88161, - 88319 + 86512, + 86670 ], "loc": { "start": { - "line": 2883, + "line": 2833, "column": 27 }, "end": { - "line": 2887, + "line": 2837, "column": 5 } } @@ -157588,16 +154506,16 @@ "generator": false, "expression": false, "range": [ - 88150, - 88319 + 86501, + 86670 ], "loc": { "start": { - "line": 2883, + "line": 2833, "column": 16 }, "end": { - "line": 2887, + "line": 2837, "column": 5 } } @@ -157605,16 +154523,16 @@ "kind": "method", "computed": false, "range": [ - 88138, - 88319 + 86489, + 86670 ], "loc": { "start": { - "line": 2883, + "line": 2833, "column": 4 }, "end": { - "line": 2887, + "line": 2837, "column": 5 } }, @@ -157623,16 +154541,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": [ - 87978, - 88133 + 86329, + 86484 ], "loc": { "start": { - "line": 2878, + "line": 2828, "column": 4 }, "end": { - "line": 2882, + "line": 2832, "column": 7 } } @@ -157641,18 +154559,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", + "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 88325, - 88440 + 86676, + 86790 ], "loc": { "start": { - "line": 2889, + "line": 2839, "column": 4 }, "end": { - "line": 2893, + "line": 2843, "column": 7 } } @@ -157666,16 +154584,16 @@ "type": "Identifier", "name": "isRowValid", "range": [ - 88445, - 88455 + 86795, + 86805 ], "loc": { "start": { - "line": 2894, + "line": 2844, "column": 4 }, "end": { - "line": 2894, + "line": 2844, "column": 14 } } @@ -157688,16 +154606,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 88456, - 88464 + 86806, + 86814 ], "loc": { "start": { - "line": 2894, + "line": 2844, "column": 15 }, "end": { - "line": 2894, + "line": 2844, "column": 23 } } @@ -157724,16 +154642,16 @@ "object": { "type": "ThisExpression", "range": [ - 88483, - 88487 + 86833, + 86837 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 15 }, "end": { - "line": 2895, + "line": 2845, "column": 19 } } @@ -157742,47 +154660,47 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 88488, - 88500 + 86838, + 86850 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 20 }, "end": { - "line": 2895, + "line": 2845, "column": 32 } } }, "range": [ - 88483, - 88500 + 86833, + 86850 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 15 }, "end": { - "line": 2895, + "line": 2845, "column": 32 } } }, "arguments": [], "range": [ - 88483, - 88502 + 86833, + 86852 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 15 }, "end": { - "line": 2895, + "line": 2845, "column": 34 } } @@ -157791,31 +154709,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 88503, - 88510 + 86853, + 86860 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 35 }, "end": { - "line": 2895, + "line": 2845, "column": 42 } } }, "range": [ - 88483, - 88510 + 86833, + 86860 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 15 }, "end": { - "line": 2895, + "line": 2845, "column": 42 } } @@ -157825,32 +154743,32 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 88511, - 88519 + 86861, + 86869 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 43 }, "end": { - "line": 2895, + "line": 2845, "column": 51 } } } ], "range": [ - 88483, - 88520 + 86833, + 86870 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 15 }, "end": { - "line": 2895, + "line": 2845, "column": 52 } } @@ -157863,78 +154781,78 @@ "value": 1, "raw": "1", "range": [ - 88526, - 88527 + 86876, + 86877 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 58 }, "end": { - "line": 2895, + "line": 2845, "column": 59 } } }, "prefix": true, "range": [ - 88525, - 88527 + 86875, + 86877 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 57 }, "end": { - "line": 2895, + "line": 2845, "column": 59 } } }, "range": [ - 88483, - 88527 + 86833, + 86877 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 15 }, "end": { - "line": 2895, + "line": 2845, "column": 59 } } }, "range": [ - 88476, - 88528 + 86826, + 86878 ], "loc": { "start": { - "line": 2895, + "line": 2845, "column": 8 }, "end": { - "line": 2895, + "line": 2845, "column": 60 } } } ], "range": [ - 88466, - 88534 + 86816, + 86884 ], "loc": { "start": { - "line": 2894, + "line": 2844, "column": 25 }, "end": { - "line": 2896, + "line": 2846, "column": 5 } } @@ -157942,16 +154860,16 @@ "generator": false, "expression": false, "range": [ - 88455, - 88534 + 86805, + 86884 ], "loc": { "start": { - "line": 2894, + "line": 2844, "column": 14 }, "end": { - "line": 2896, + "line": 2846, "column": 5 } } @@ -157959,34 +154877,34 @@ "kind": "method", "computed": false, "range": [ - 88445, - 88534 + 86795, + 86884 ], "loc": { "start": { - "line": 2894, + "line": 2844, "column": 4 }, "end": { - "line": 2896, + "line": 2846, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", + "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 88325, - 88440 + 86676, + 86790 ], "loc": { "start": { - "line": 2889, + "line": 2839, "column": 4 }, "end": { - "line": 2893, + "line": 2843, "column": 7 } } @@ -157995,18 +154913,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", + "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 88540, - 88657 + 86890, + 87006 ], "loc": { "start": { - "line": 2898, + "line": 2848, "column": 4 }, "end": { - "line": 2902, + "line": 2852, "column": 7 } } @@ -158020,16 +154938,16 @@ "type": "Identifier", "name": "isRowDisplayed", "range": [ - 88662, - 88676 + 87011, + 87025 ], "loc": { "start": { - "line": 2903, + "line": 2853, "column": 4 }, "end": { - "line": 2903, + "line": 2853, "column": 18 } } @@ -158042,16 +154960,16 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 88677, - 88685 + 87026, + 87034 ], "loc": { "start": { - "line": 2903, + "line": 2853, "column": 19 }, "end": { - "line": 2903, + "line": 2853, "column": 27 } } @@ -158069,16 +154987,16 @@ "type": "Identifier", "name": "row", "range": [ - 88701, - 88704 + 87050, + 87053 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 12 }, "end": { - "line": 2904, + "line": 2854, "column": 15 } } @@ -158097,16 +155015,16 @@ "object": { "type": "ThisExpression", "range": [ - 88707, - 88711 + 87056, + 87060 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 18 }, "end": { - "line": 2904, + "line": 2854, "column": 22 } } @@ -158115,47 +155033,47 @@ "type": "Identifier", "name": "dom", "range": [ - 88712, - 88715 + 87061, + 87064 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 23 }, "end": { - "line": 2904, + "line": 2854, "column": 26 } } }, "range": [ - 88707, - 88715 + 87056, + 87064 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 18 }, "end": { - "line": 2904, + "line": 2854, "column": 26 } } }, "arguments": [], "range": [ - 88707, - 88717 + 87056, + 87066 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 18 }, "end": { - "line": 2904, + "line": 2854, "column": 28 } } @@ -158164,31 +155082,31 @@ "type": "Identifier", "name": "rows", "range": [ - 88718, - 88722 + 87067, + 87071 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 29 }, "end": { - "line": 2904, + "line": 2854, "column": 33 } } }, "range": [ - 88707, - 88722 + 87056, + 87071 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 18 }, "end": { - "line": 2904, + "line": 2854, "column": 33 } } @@ -158197,46 +155115,46 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 88723, - 88731 + 87072, + 87080 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 34 }, "end": { - "line": 2904, + "line": 2854, "column": 42 } } }, "range": [ - 88707, - 88732 + 87056, + 87081 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 18 }, "end": { - "line": 2904, + "line": 2854, "column": 43 } } }, "range": [ - 88701, - 88732 + 87050, + 87081 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 12 }, "end": { - "line": 2904, + "line": 2854, "column": 43 } } @@ -158244,16 +155162,16 @@ ], "kind": "let", "range": [ - 88697, - 88733 + 87046, + 87082 ], "loc": { "start": { - "line": 2904, + "line": 2854, "column": 8 }, "end": { - "line": 2904, + "line": 2854, "column": 44 } } @@ -158271,16 +155189,16 @@ "object": { "type": "ThisExpression", "range": [ - 88749, - 88753 + 87098, + 87102 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 15 }, "end": { - "line": 2905, + "line": 2855, "column": 19 } } @@ -158289,31 +155207,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 88754, - 88767 + 87103, + 87116 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 20 }, "end": { - "line": 2905, + "line": 2855, "column": 33 } } }, "range": [ - 88749, - 88767 + 87098, + 87116 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 15 }, "end": { - "line": 2905, + "line": 2855, "column": 33 } } @@ -158323,32 +155241,32 @@ "type": "Identifier", "name": "row", "range": [ - 88768, - 88771 + 87117, + 87120 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 34 }, "end": { - "line": 2905, + "line": 2855, "column": 37 } } } ], "range": [ - 88749, - 88772 + 87098, + 87121 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 15 }, "end": { - "line": 2905, + "line": 2855, "column": 38 } } @@ -158358,62 +155276,62 @@ "value": "", "raw": "''", "range": [ - 88777, - 88779 + 87126, + 87128 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 43 }, "end": { - "line": 2905, + "line": 2855, "column": 45 } } }, "range": [ - 88749, - 88779 + 87098, + 87128 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 15 }, "end": { - "line": 2905, + "line": 2855, "column": 45 } } }, "range": [ - 88742, - 88780 + 87091, + 87129 ], "loc": { "start": { - "line": 2905, + "line": 2855, "column": 8 }, "end": { - "line": 2905, + "line": 2855, "column": 46 } } } ], "range": [ - 88687, - 88786 + 87036, + 87135 ], "loc": { "start": { - "line": 2903, + "line": 2853, "column": 29 }, "end": { - "line": 2906, + "line": 2856, "column": 5 } } @@ -158421,16 +155339,16 @@ "generator": false, "expression": false, "range": [ - 88676, - 88786 + 87025, + 87135 ], "loc": { "start": { - "line": 2903, + "line": 2853, "column": 18 }, "end": { - "line": 2906, + "line": 2856, "column": 5 } } @@ -158438,34 +155356,34 @@ "kind": "method", "computed": false, "range": [ - 88662, - 88786 + 87011, + 87135 ], "loc": { "start": { - "line": 2903, + "line": 2853, "column": 4 }, "end": { - "line": 2906, + "line": 2856, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", + "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 88540, - 88657 + 86890, + 87006 ], "loc": { "start": { - "line": 2898, + "line": 2848, "column": 4 }, "end": { - "line": 2902, + "line": 2852, "column": 7 } } @@ -158474,18 +155392,18 @@ "trailingComments": [ { "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 * @returns {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": [ - 88792, - 88996 + 87141, + 87344 ], "loc": { "start": { - "line": 2908, + "line": 2858, "column": 4 }, "end": { - "line": 2913, + "line": 2863, "column": 7 } } @@ -158499,16 +155417,16 @@ "type": "Identifier", "name": "ignoresDiacritics", "range": [ - 89001, - 89018 + 87349, + 87366 ], "loc": { "start": { - "line": 2914, + "line": 2864, "column": 4 }, "end": { - "line": 2914, + "line": 2864, "column": 21 } } @@ -158521,16 +155439,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 89019, - 89027 + 87367, + 87375 ], "loc": { "start": { - "line": 2914, + "line": 2864, "column": 22 }, "end": { - "line": 2914, + "line": 2864, "column": 30 } } @@ -158548,16 +155466,16 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 89043, - 89053 + 87391, + 87401 ], "loc": { "start": { - "line": 2915, + "line": 2865, "column": 12 }, "end": { - "line": 2915, + "line": 2865, "column": 22 } } @@ -158568,16 +155486,16 @@ "object": { "type": "ThisExpression", "range": [ - 89056, - 89060 + 87404, + 87408 ], "loc": { "start": { - "line": 2915, + "line": 2865, "column": 25 }, "end": { - "line": 2915, + "line": 2865, "column": 29 } } @@ -158586,46 +155504,46 @@ "type": "Identifier", "name": "ignoreDiacritics", "range": [ - 89061, - 89077 + 87409, + 87425 ], "loc": { "start": { - "line": 2915, + "line": 2865, "column": 30 }, "end": { - "line": 2915, + "line": 2865, "column": 46 } } }, "range": [ - 89056, - 89077 + 87404, + 87425 ], "loc": { "start": { - "line": 2915, + "line": 2865, "column": 25 }, "end": { - "line": 2915, + "line": 2865, "column": 46 } } }, "range": [ - 89043, - 89077 + 87391, + 87425 ], "loc": { "start": { - "line": 2915, + "line": 2865, "column": 12 }, "end": { - "line": 2915, + "line": 2865, "column": 46 } } @@ -158633,16 +155551,16 @@ ], "kind": "let", "range": [ - 89039, - 89078 + 87387, + 87426 ], "loc": { "start": { - "line": 2915, + "line": 2865, "column": 8 }, "end": { - "line": 2915, + "line": 2865, "column": 47 } } @@ -158655,16 +155573,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 89091, - 89098 + 87439, + 87446 ], "loc": { "start": { - "line": 2916, + "line": 2866, "column": 12 }, "end": { - "line": 2916, + "line": 2866, "column": 19 } } @@ -158674,32 +155592,32 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 89099, - 89109 + 87447, + 87457 ], "loc": { "start": { - "line": 2916, + "line": 2866, "column": 20 }, "end": { - "line": 2916, + "line": 2866, "column": 30 } } } ], "range": [ - 89091, - 89110 + 87439, + 87458 ], "loc": { "start": { - "line": 2916, + "line": 2866, "column": 12 }, "end": { - "line": 2916, + "line": 2866, "column": 31 } } @@ -158716,16 +155634,16 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 89133, - 89143 + 87481, + 87491 ], "loc": { "start": { - "line": 2917, + "line": 2867, "column": 19 }, "end": { - "line": 2917, + "line": 2867, "column": 29 } } @@ -158734,78 +155652,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 89144, - 89152 + 87492, + 87500 ], "loc": { "start": { - "line": 2917, + "line": 2867, "column": 30 }, "end": { - "line": 2917, + "line": 2867, "column": 38 } } }, "range": [ - 89133, - 89153 + 87481, + 87501 ], "loc": { "start": { - "line": 2917, + "line": 2867, "column": 19 }, "end": { - "line": 2917, + "line": 2867, "column": 39 } } }, "range": [ - 89126, - 89154 + 87474, + 87502 ], "loc": { "start": { - "line": 2917, + "line": 2867, "column": 12 }, "end": { - "line": 2917, + "line": 2867, "column": 40 } } } ], "range": [ - 89112, - 89164 + 87460, + 87512 ], "loc": { "start": { - "line": 2916, + "line": 2866, "column": 33 }, "end": { - "line": 2918, + "line": 2868, "column": 9 } } }, "alternate": null, "range": [ - 89087, - 89164 + 87435, + 87512 ], "loc": { "start": { - "line": 2916, + "line": 2866, "column": 8 }, "end": { - "line": 2918, + "line": 2868, "column": 9 } } @@ -158818,16 +155736,16 @@ "type": "Identifier", "name": "Boolean", "range": [ - 89180, - 89187 + 87528, + 87535 ], "loc": { "start": { - "line": 2919, + "line": 2869, "column": 15 }, "end": { - "line": 2919, + "line": 2869, "column": 22 } } @@ -158837,63 +155755,63 @@ "type": "Identifier", "name": "ignoreDiac", "range": [ - 89188, - 89198 + 87536, + 87546 ], "loc": { "start": { - "line": 2919, + "line": 2869, "column": 23 }, "end": { - "line": 2919, + "line": 2869, "column": 33 } } } ], "range": [ - 89180, - 89199 + 87528, + 87547 ], "loc": { "start": { - "line": 2919, + "line": 2869, "column": 15 }, "end": { - "line": 2919, + "line": 2869, "column": 34 } } }, "range": [ - 89173, - 89200 + 87521, + 87548 ], "loc": { "start": { - "line": 2919, + "line": 2869, "column": 8 }, "end": { - "line": 2919, + "line": 2869, "column": 35 } } } ], "range": [ - 89029, - 89206 + 87377, + 87554 ], "loc": { "start": { - "line": 2914, + "line": 2864, "column": 32 }, "end": { - "line": 2920, + "line": 2870, "column": 5 } } @@ -158901,16 +155819,16 @@ "generator": false, "expression": false, "range": [ - 89018, - 89206 + 87366, + 87554 ], "loc": { "start": { - "line": 2914, + "line": 2864, "column": 21 }, "end": { - "line": 2920, + "line": 2870, "column": 5 } } @@ -158918,34 +155836,34 @@ "kind": "method", "computed": false, "range": [ - 89001, - 89206 + 87349, + 87554 ], "loc": { "start": { - "line": 2914, + "line": 2864, "column": 4 }, "end": { - "line": 2920, + "line": 2870, "column": 5 } }, "leadingComments": [ { "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 * @returns {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": [ - 88792, - 88996 + 87141, + 87344 ], "loc": { "start": { - "line": 2908, + "line": 2858, "column": 4 }, "end": { - "line": 2913, + "line": 2863, "column": 7 } } @@ -158954,18 +155872,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n ", + "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @return {String}\n ", "range": [ - 89212, - 89353 + 87560, + 87700 ], "loc": { "start": { - "line": 2922, + "line": 2872, "column": 4 }, "end": { - "line": 2926, + "line": 2876, "column": 7 } } @@ -158979,16 +155897,16 @@ "type": "Identifier", "name": "getClearFilterText", "range": [ - 89358, - 89376 + 87705, + 87723 ], "loc": { "start": { - "line": 2927, + "line": 2877, "column": 4 }, "end": { - "line": 2927, + "line": 2877, "column": 22 } } @@ -159001,16 +155919,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 89377, - 89385 + 87724, + 87732 ], "loc": { "start": { - "line": 2927, + "line": 2877, "column": 23 }, "end": { - "line": 2927, + "line": 2877, "column": 31 } } @@ -159028,16 +155946,16 @@ "type": "Identifier", "name": "clearText", "range": [ - 89401, - 89410 + 87748, + 87757 ], "loc": { "start": { - "line": 2928, + "line": 2878, "column": 12 }, "end": { - "line": 2928, + "line": 2878, "column": 21 } } @@ -159048,16 +155966,16 @@ "object": { "type": "ThisExpression", "range": [ - 89413, - 89417 + 87760, + 87764 ], "loc": { "start": { - "line": 2928, + "line": 2878, "column": 24 }, "end": { - "line": 2928, + "line": 2878, "column": 28 } } @@ -159066,46 +155984,46 @@ "type": "Identifier", "name": "clearFilterText", "range": [ - 89418, - 89433 + 87765, + 87780 ], "loc": { "start": { - "line": 2928, + "line": 2878, "column": 29 }, "end": { - "line": 2928, + "line": 2878, "column": 44 } } }, "range": [ - 89413, - 89433 + 87760, + 87780 ], "loc": { "start": { - "line": 2928, + "line": 2878, "column": 24 }, "end": { - "line": 2928, + "line": 2878, "column": 44 } } }, "range": [ - 89401, - 89433 + 87748, + 87780 ], "loc": { "start": { - "line": 2928, + "line": 2878, "column": 12 }, "end": { - "line": 2928, + "line": 2878, "column": 44 } } @@ -159113,16 +156031,16 @@ ], "kind": "let", "range": [ - 89397, - 89434 + 87744, + 87781 ], "loc": { "start": { - "line": 2928, + "line": 2878, "column": 8 }, "end": { - "line": 2928, + "line": 2878, "column": 45 } } @@ -159135,16 +156053,16 @@ "type": "Identifier", "name": "isArray", "range": [ - 89447, - 89454 + 87794, + 87801 ], "loc": { "start": { - "line": 2929, + "line": 2879, "column": 12 }, "end": { - "line": 2929, + "line": 2879, "column": 19 } } @@ -159154,32 +156072,32 @@ "type": "Identifier", "name": "clearText", "range": [ - 89455, - 89464 + 87802, + 87811 ], "loc": { "start": { - "line": 2929, + "line": 2879, "column": 20 }, "end": { - "line": 2929, + "line": 2879, "column": 29 } } } ], "range": [ - 89447, - 89465 + 87794, + 87812 ], "loc": { "start": { - "line": 2929, + "line": 2879, "column": 12 }, "end": { - "line": 2929, + "line": 2879, "column": 30 } } @@ -159196,16 +156114,16 @@ "type": "Identifier", "name": "clearText", "range": [ - 89488, - 89497 + 87835, + 87844 ], "loc": { "start": { - "line": 2930, + "line": 2880, "column": 19 }, "end": { - "line": 2930, + "line": 2880, "column": 28 } } @@ -159214,78 +156132,78 @@ "type": "Identifier", "name": "colIndex", "range": [ - 89498, - 89506 + 87845, + 87853 ], "loc": { "start": { - "line": 2930, + "line": 2880, "column": 29 }, "end": { - "line": 2930, + "line": 2880, "column": 37 } } }, "range": [ - 89488, - 89507 + 87835, + 87854 ], "loc": { "start": { - "line": 2930, + "line": 2880, "column": 19 }, "end": { - "line": 2930, + "line": 2880, "column": 38 } } }, "range": [ - 89481, - 89508 + 87828, + 87855 ], "loc": { "start": { - "line": 2930, + "line": 2880, "column": 12 }, "end": { - "line": 2930, + "line": 2880, "column": 39 } } } ], "range": [ - 89467, - 89518 + 87814, + 87865 ], "loc": { "start": { - "line": 2929, + "line": 2879, "column": 32 }, "end": { - "line": 2931, + "line": 2881, "column": 9 } } }, "alternate": null, "range": [ - 89443, - 89518 + 87790, + 87865 ], "loc": { "start": { - "line": 2929, + "line": 2879, "column": 8 }, "end": { - "line": 2931, + "line": 2881, "column": 9 } } @@ -159296,47 +156214,47 @@ "type": "Identifier", "name": "clearText", "range": [ - 89534, - 89543 + 87881, + 87890 ], "loc": { "start": { - "line": 2932, + "line": 2882, "column": 15 }, "end": { - "line": 2932, + "line": 2882, "column": 24 } } }, "range": [ - 89527, - 89544 + 87874, + 87891 ], "loc": { "start": { - "line": 2932, + "line": 2882, "column": 8 }, "end": { - "line": 2932, + "line": 2882, "column": 25 } } } ], "range": [ - 89387, - 89550 + 87734, + 87897 ], "loc": { "start": { - "line": 2927, + "line": 2877, "column": 33 }, "end": { - "line": 2933, + "line": 2883, "column": 5 } } @@ -159344,16 +156262,16 @@ "generator": false, "expression": false, "range": [ - 89376, - 89550 + 87723, + 87897 ], "loc": { "start": { - "line": 2927, + "line": 2877, "column": 22 }, "end": { - "line": 2933, + "line": 2883, "column": 5 } } @@ -159361,34 +156279,34 @@ "kind": "method", "computed": false, "range": [ - 89358, - 89550 + 87705, + 87897 ], "loc": { "start": { - "line": 2927, + "line": 2877, "column": 4 }, "end": { - "line": 2933, + "line": 2883, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n ", + "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @return {String}\n ", "range": [ - 89212, - 89353 + 87560, + 87700 ], "loc": { "start": { - "line": 2922, + "line": 2872, "column": 4 }, "end": { - "line": 2926, + "line": 2876, "column": 7 } } @@ -159399,16 +156317,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": [ - 89556, - 89775 + 87903, + 88122 ], "loc": { "start": { - "line": 2935, + "line": 2885, "column": 4 }, "end": { - "line": 2940, + "line": 2890, "column": 7 } } @@ -159422,16 +156340,16 @@ "type": "Identifier", "name": "isImported", "range": [ - 89780, - 89790 + 88127, + 88137 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 4 }, "end": { - "line": 2941, + "line": 2891, "column": 14 } } @@ -159444,16 +156362,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 89791, - 89799 + 88138, + 88146 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 15 }, "end": { - "line": 2941, + "line": 2891, "column": 23 } } @@ -159464,16 +156382,16 @@ "type": "Identifier", "name": "type", "range": [ - 89801, - 89805 + 88148, + 88152 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 25 }, "end": { - "line": 2941, + "line": 2891, "column": 29 } } @@ -159483,31 +156401,31 @@ "value": "script", "raw": "'script'", "range": [ - 89808, - 89816 + 88155, + 88163 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 32 }, "end": { - "line": 2941, + "line": 2891, "column": 40 } } }, "range": [ - 89801, - 89816 + 88148, + 88163 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 25 }, "end": { - "line": 2941, + "line": 2891, "column": 40 } } @@ -159525,16 +156443,16 @@ "type": "Identifier", "name": "imported", "range": [ - 89832, - 89840 + 88179, + 88187 ], "loc": { "start": { - "line": 2942, + "line": 2892, "column": 12 }, "end": { - "line": 2942, + "line": 2892, "column": 20 } } @@ -159544,31 +156462,31 @@ "value": false, "raw": "false", "range": [ - 89843, - 89848 + 88190, + 88195 ], "loc": { "start": { - "line": 2942, + "line": 2892, "column": 23 }, "end": { - "line": 2942, + "line": 2892, "column": 28 } } }, "range": [ - 89832, - 89848 + 88179, + 88195 ], "loc": { "start": { - "line": 2942, + "line": 2892, "column": 12 }, "end": { - "line": 2942, + "line": 2892, "column": 28 } } @@ -159579,16 +156497,16 @@ "type": "Identifier", "name": "attr", "range": [ - 89862, - 89866 + 88209, + 88213 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 12 }, "end": { - "line": 2943, + "line": 2893, "column": 16 } } @@ -159602,16 +156520,16 @@ "type": "Identifier", "name": "type", "range": [ - 89869, - 89873 + 88216, + 88220 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 19 }, "end": { - "line": 2943, + "line": 2893, "column": 23 } } @@ -159621,31 +156539,31 @@ "value": "script", "raw": "'script'", "range": [ - 89878, - 89886 + 88225, + 88233 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 28 }, "end": { - "line": 2943, + "line": 2893, "column": 36 } } }, "range": [ - 89869, - 89886 + 88216, + 88233 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 19 }, "end": { - "line": 2943, + "line": 2893, "column": 36 } } @@ -159655,16 +156573,16 @@ "value": "src", "raw": "'src'", "range": [ - 89889, - 89894 + 88236, + 88241 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 39 }, "end": { - "line": 2943, + "line": 2893, "column": 44 } } @@ -159674,46 +156592,46 @@ "value": "href", "raw": "'href'", "range": [ - 89897, - 89903 + 88244, + 88250 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 47 }, "end": { - "line": 2943, + "line": 2893, "column": 53 } } }, "range": [ - 89869, - 89903 + 88216, + 88250 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 19 }, "end": { - "line": 2943, + "line": 2893, "column": 53 } } }, "range": [ - 89862, - 89903 + 88209, + 88250 ], "loc": { "start": { - "line": 2943, + "line": 2893, "column": 12 }, "end": { - "line": 2943, + "line": 2893, "column": 53 } } @@ -159724,16 +156642,16 @@ "type": "Identifier", "name": "files", "range": [ - 89917, - 89922 + 88264, + 88269 ], "loc": { "start": { - "line": 2944, + "line": 2894, "column": 12 }, "end": { - "line": 2944, + "line": 2894, "column": 17 } } @@ -159744,16 +156662,16 @@ "type": "Identifier", "name": "tag", "range": [ - 89925, - 89928 + 88272, + 88275 ], "loc": { "start": { - "line": 2944, + "line": 2894, "column": 20 }, "end": { - "line": 2944, + "line": 2894, "column": 23 } } @@ -159763,16 +156681,16 @@ "type": "Identifier", "name": "doc", "range": [ - 89929, - 89932 + 88276, + 88279 ], "loc": { "start": { - "line": 2944, + "line": 2894, "column": 24 }, "end": { - "line": 2944, + "line": 2894, "column": 27 } } @@ -159781,47 +156699,47 @@ "type": "Identifier", "name": "type", "range": [ - 89934, - 89938 + 88281, + 88285 ], "loc": { "start": { - "line": 2944, + "line": 2894, "column": 29 }, "end": { - "line": 2944, + "line": 2894, "column": 33 } } } ], "range": [ - 89925, - 89939 + 88272, + 88286 ], "loc": { "start": { - "line": 2944, + "line": 2894, "column": 20 }, "end": { - "line": 2944, + "line": 2894, "column": 34 } } }, "range": [ - 89917, - 89939 + 88264, + 88286 ], "loc": { "start": { - "line": 2944, + "line": 2894, "column": 12 }, "end": { - "line": 2944, + "line": 2894, "column": 34 } } @@ -159829,16 +156747,16 @@ ], "kind": "let", "range": [ - 89828, - 89940 + 88175, + 88287 ], "loc": { "start": { - "line": 2942, + "line": 2892, "column": 8 }, "end": { - "line": 2944, + "line": 2894, "column": 35 } } @@ -159854,16 +156772,16 @@ "type": "Identifier", "name": "i", "range": [ - 89958, - 89959 + 88305, + 88306 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 17 }, "end": { - "line": 2945, + "line": 2895, "column": 18 } } @@ -159873,31 +156791,31 @@ "value": 0, "raw": "0", "range": [ - 89962, - 89963 + 88309, + 88310 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 21 }, "end": { - "line": 2945, + "line": 2895, "column": 22 } } }, "range": [ - 89958, - 89963 + 88305, + 88310 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 17 }, "end": { - "line": 2945, + "line": 2895, "column": 22 } } @@ -159908,16 +156826,16 @@ "type": "Identifier", "name": "len", "range": [ - 89965, - 89968 + 88312, + 88315 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 24 }, "end": { - "line": 2945, + "line": 2895, "column": 27 } } @@ -159929,16 +156847,16 @@ "type": "Identifier", "name": "files", "range": [ - 89971, - 89976 + 88318, + 88323 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 30 }, "end": { - "line": 2945, + "line": 2895, "column": 35 } } @@ -159947,46 +156865,46 @@ "type": "Identifier", "name": "length", "range": [ - 89977, - 89983 + 88324, + 88330 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 36 }, "end": { - "line": 2945, + "line": 2895, "column": 42 } } }, "range": [ - 89971, - 89983 + 88318, + 88330 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 30 }, "end": { - "line": 2945, + "line": 2895, "column": 42 } } }, "range": [ - 89965, - 89983 + 88312, + 88330 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 24 }, "end": { - "line": 2945, + "line": 2895, "column": 42 } } @@ -159994,16 +156912,16 @@ ], "kind": "let", "range": [ - 89954, - 89983 + 88301, + 88330 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 13 }, "end": { - "line": 2945, + "line": 2895, "column": 42 } } @@ -160015,16 +156933,16 @@ "type": "Identifier", "name": "i", "range": [ - 89985, - 89986 + 88332, + 88333 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 44 }, "end": { - "line": 2945, + "line": 2895, "column": 45 } } @@ -160033,31 +156951,31 @@ "type": "Identifier", "name": "len", "range": [ - 89989, - 89992 + 88336, + 88339 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 48 }, "end": { - "line": 2945, + "line": 2895, "column": 51 } } }, "range": [ - 89985, - 89992 + 88332, + 88339 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 44 }, "end": { - "line": 2945, + "line": 2895, "column": 51 } } @@ -160069,32 +156987,32 @@ "type": "Identifier", "name": "i", "range": [ - 89994, - 89995 + 88341, + 88342 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 53 }, "end": { - "line": 2945, + "line": 2895, "column": 54 } } }, "prefix": false, "range": [ - 89994, - 89997 + 88341, + 88344 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 53 }, "end": { - "line": 2945, + "line": 2895, "column": 56 } } @@ -160110,16 +157028,16 @@ "type": "Identifier", "name": "isUndef", "range": [ - 90017, - 90024 + 88364, + 88371 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 16 }, "end": { - "line": 2946, + "line": 2896, "column": 23 } } @@ -160135,16 +157053,16 @@ "type": "Identifier", "name": "files", "range": [ - 90025, - 90030 + 88372, + 88377 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 24 }, "end": { - "line": 2946, + "line": 2896, "column": 29 } } @@ -160153,31 +157071,31 @@ "type": "Identifier", "name": "i", "range": [ - 90031, - 90032 + 88378, + 88379 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 30 }, "end": { - "line": 2946, + "line": 2896, "column": 31 } } }, "range": [ - 90025, - 90033 + 88372, + 88380 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 24 }, "end": { - "line": 2946, + "line": 2896, "column": 32 } } @@ -160186,47 +157104,47 @@ "type": "Identifier", "name": "attr", "range": [ - 90034, - 90038 + 88381, + 88385 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 33 }, "end": { - "line": 2946, + "line": 2896, "column": 37 } } }, "range": [ - 90025, - 90039 + 88372, + 88386 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 24 }, "end": { - "line": 2946, + "line": 2896, "column": 38 } } } ], "range": [ - 90017, - 90040 + 88364, + 88387 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 16 }, "end": { - "line": 2946, + "line": 2896, "column": 39 } } @@ -160238,48 +157156,48 @@ "type": "ContinueStatement", "label": null, "range": [ - 90060, - 90069 + 88407, + 88416 ], "loc": { "start": { - "line": 2947, + "line": 2897, "column": 16 }, "end": { - "line": 2947, + "line": 2897, "column": 25 } } } ], "range": [ - 90042, - 90083 + 88389, + 88430 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 41 }, "end": { - "line": 2948, + "line": 2898, "column": 13 } } }, "alternate": null, "range": [ - 90013, - 90083 + 88360, + 88430 ], "loc": { "start": { - "line": 2946, + "line": 2896, "column": 12 }, "end": { - "line": 2948, + "line": 2898, "column": 13 } } @@ -160301,16 +157219,16 @@ "type": "Identifier", "name": "files", "range": [ - 90100, - 90105 + 88447, + 88452 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 16 }, "end": { - "line": 2949, + "line": 2899, "column": 21 } } @@ -160319,31 +157237,31 @@ "type": "Identifier", "name": "i", "range": [ - 90106, - 90107 + 88453, + 88454 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 22 }, "end": { - "line": 2949, + "line": 2899, "column": 23 } } }, "range": [ - 90100, - 90108 + 88447, + 88455 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 16 }, "end": { - "line": 2949, + "line": 2899, "column": 24 } } @@ -160352,31 +157270,31 @@ "type": "Identifier", "name": "attr", "range": [ - 90109, - 90113 + 88456, + 88460 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 25 }, "end": { - "line": 2949, + "line": 2899, "column": 29 } } }, "range": [ - 90100, - 90114 + 88447, + 88461 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 16 }, "end": { - "line": 2949, + "line": 2899, "column": 30 } } @@ -160385,31 +157303,31 @@ "type": "Identifier", "name": "match", "range": [ - 90115, - 90120 + 88462, + 88467 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 31 }, "end": { - "line": 2949, + "line": 2899, "column": 36 } } }, "range": [ - 90100, - 90120 + 88447, + 88467 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 16 }, "end": { - "line": 2949, + "line": 2899, "column": 36 } } @@ -160419,32 +157337,32 @@ "type": "Identifier", "name": "filePath", "range": [ - 90121, - 90129 + 88468, + 88476 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 37 }, "end": { - "line": 2949, + "line": 2899, "column": 45 } } } ], "range": [ - 90100, - 90130 + 88447, + 88477 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 16 }, "end": { - "line": 2949, + "line": 2899, "column": 46 } } @@ -160461,16 +157379,16 @@ "type": "Identifier", "name": "imported", "range": [ - 90150, - 90158 + 88497, + 88505 ], "loc": { "start": { - "line": 2950, + "line": 2900, "column": 16 }, "end": { - "line": 2950, + "line": 2900, "column": 24 } } @@ -160480,46 +157398,46 @@ "value": true, "raw": "true", "range": [ - 90161, - 90165 + 88508, + 88512 ], "loc": { "start": { - "line": 2950, + "line": 2900, "column": 27 }, "end": { - "line": 2950, + "line": 2900, "column": 31 } } }, "range": [ - 90150, - 90165 + 88497, + 88512 ], "loc": { "start": { - "line": 2950, + "line": 2900, "column": 16 }, "end": { - "line": 2950, + "line": 2900, "column": 31 } } }, "range": [ - 90150, - 90166 + 88497, + 88513 ], "loc": { "start": { - "line": 2950, + "line": 2900, "column": 16 }, "end": { - "line": 2950, + "line": 2900, "column": 32 } } @@ -160528,79 +157446,79 @@ "type": "BreakStatement", "label": null, "range": [ - 90183, - 90189 + 88530, + 88536 ], "loc": { "start": { - "line": 2951, + "line": 2901, "column": 16 }, "end": { - "line": 2951, + "line": 2901, "column": 22 } } } ], "range": [ - 90132, - 90203 + 88479, + 88550 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 48 }, "end": { - "line": 2952, + "line": 2902, "column": 13 } } }, "alternate": null, "range": [ - 90096, - 90203 + 88443, + 88550 ], "loc": { "start": { - "line": 2949, + "line": 2899, "column": 12 }, "end": { - "line": 2952, + "line": 2902, "column": 13 } } } ], "range": [ - 89999, - 90213 + 88346, + 88560 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 58 }, "end": { - "line": 2953, + "line": 2903, "column": 9 } } }, "range": [ - 89949, - 90213 + 88296, + 88560 ], "loc": { "start": { - "line": 2945, + "line": 2895, "column": 8 }, "end": { - "line": 2953, + "line": 2903, "column": 9 } } @@ -160611,47 +157529,47 @@ "type": "Identifier", "name": "imported", "range": [ - 90229, - 90237 + 88576, + 88584 ], "loc": { "start": { - "line": 2954, + "line": 2904, "column": 15 }, "end": { - "line": 2954, + "line": 2904, "column": 23 } } }, "range": [ - 90222, - 90238 + 88569, + 88585 ], "loc": { "start": { - "line": 2954, + "line": 2904, "column": 8 }, "end": { - "line": 2954, + "line": 2904, "column": 24 } } } ], "range": [ - 89818, - 90244 + 88165, + 88591 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 42 }, "end": { - "line": 2955, + "line": 2905, "column": 5 } } @@ -160659,16 +157577,16 @@ "generator": false, "expression": false, "range": [ - 89790, - 90244 + 88137, + 88591 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 14 }, "end": { - "line": 2955, + "line": 2905, "column": 5 } } @@ -160676,16 +157594,16 @@ "kind": "method", "computed": false, "range": [ - 89780, - 90244 + 88127, + 88591 ], "loc": { "start": { - "line": 2941, + "line": 2891, "column": 4 }, "end": { - "line": 2955, + "line": 2905, "column": 5 } }, @@ -160694,16 +157612,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": [ - 89556, - 89775 + 87903, + 88122 ], "loc": { "start": { - "line": 2935, + "line": 2885, "column": 4 }, "end": { - "line": 2940, + "line": 2890, "column": 7 } } @@ -160714,16 +157632,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": [ - 90250, - 90509 + 88597, + 88856 ], "loc": { "start": { - "line": 2957, + "line": 2907, "column": 4 }, "end": { - "line": 2963, + "line": 2913, "column": 7 } } @@ -160737,16 +157655,16 @@ "type": "Identifier", "name": "import", "range": [ - 90514, - 90520 + 88861, + 88867 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 4 }, "end": { - "line": 2964, + "line": 2914, "column": 10 } } @@ -160759,16 +157677,16 @@ "type": "Identifier", "name": "fileId", "range": [ - 90521, - 90527 + 88868, + 88874 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 11 }, "end": { - "line": 2964, + "line": 2914, "column": 17 } } @@ -160777,16 +157695,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 90529, - 90537 + 88876, + 88884 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 19 }, "end": { - "line": 2964, + "line": 2914, "column": 27 } } @@ -160795,16 +157713,16 @@ "type": "Identifier", "name": "callback", "range": [ - 90539, - 90547 + 88886, + 88894 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 29 }, "end": { - "line": 2964, + "line": 2914, "column": 37 } } @@ -160815,16 +157733,16 @@ "type": "Identifier", "name": "type", "range": [ - 90549, - 90553 + 88896, + 88900 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 39 }, "end": { - "line": 2964, + "line": 2914, "column": 43 } } @@ -160834,31 +157752,31 @@ "value": "script", "raw": "'script'", "range": [ - 90556, - 90564 + 88903, + 88911 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 46 }, "end": { - "line": 2964, + "line": 2914, "column": 54 } } }, "range": [ - 90549, - 90564 + 88896, + 88911 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 39 }, "end": { - "line": 2964, + "line": 2914, "column": 54 } } @@ -160877,16 +157795,16 @@ "object": { "type": "ThisExpression", "range": [ - 90580, - 90584 + 88927, + 88931 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 12 }, "end": { - "line": 2965, + "line": 2915, "column": 16 } } @@ -160895,31 +157813,31 @@ "type": "Identifier", "name": "isImported", "range": [ - 90585, - 90595 + 88932, + 88942 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 17 }, "end": { - "line": 2965, + "line": 2915, "column": 27 } } }, "range": [ - 90580, - 90595 + 88927, + 88942 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 12 }, "end": { - "line": 2965, + "line": 2915, "column": 27 } } @@ -160929,16 +157847,16 @@ "type": "Identifier", "name": "filePath", "range": [ - 90596, - 90604 + 88943, + 88951 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 28 }, "end": { - "line": 2965, + "line": 2915, "column": 36 } } @@ -160947,32 +157865,32 @@ "type": "Identifier", "name": "type", "range": [ - 90606, - 90610 + 88953, + 88957 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 38 }, "end": { - "line": 2965, + "line": 2915, "column": 42 } } } ], "range": [ - 90580, - 90611 + 88927, + 88958 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 12 }, "end": { - "line": 2965, + "line": 2915, "column": 43 } } @@ -160984,48 +157902,48 @@ "type": "ReturnStatement", "argument": null, "range": [ - 90627, - 90634 + 88974, + 88981 ], "loc": { "start": { - "line": 2966, + "line": 2916, "column": 12 }, "end": { - "line": 2966, + "line": 2916, "column": 19 } } } ], "range": [ - 90613, - 90644 + 88960, + 88991 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 45 }, "end": { - "line": 2967, + "line": 2917, "column": 9 } } }, "alternate": null, "range": [ - 90576, - 90644 + 88923, + 88991 ], "loc": { "start": { - "line": 2965, + "line": 2915, "column": 8 }, "end": { - "line": 2967, + "line": 2917, "column": 9 } } @@ -161039,16 +157957,16 @@ "type": "Identifier", "name": "o", "range": [ - 90657, - 90658 + 89004, + 89005 ], "loc": { "start": { - "line": 2968, + "line": 2918, "column": 12 }, "end": { - "line": 2968, + "line": 2918, "column": 13 } } @@ -161056,31 +157974,31 @@ "init": { "type": "ThisExpression", "range": [ - 90661, - 90665 + 89008, + 89012 ], "loc": { "start": { - "line": 2968, + "line": 2918, "column": 16 }, "end": { - "line": 2968, + "line": 2918, "column": 20 } } }, "range": [ - 90657, - 90665 + 89004, + 89012 ], "loc": { "start": { - "line": 2968, + "line": 2918, "column": 12 }, "end": { - "line": 2968, + "line": 2918, "column": 20 } } @@ -161091,16 +158009,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 90679, - 90687 + 89026, + 89034 ], "loc": { "start": { - "line": 2969, + "line": 2919, "column": 12 }, "end": { - "line": 2969, + "line": 2919, "column": 20 } } @@ -161110,31 +158028,31 @@ "value": false, "raw": "false", "range": [ - 90690, - 90695 + 89037, + 89042 ], "loc": { "start": { - "line": 2969, + "line": 2919, "column": 23 }, "end": { - "line": 2969, + "line": 2919, "column": 28 } } }, "range": [ - 90679, - 90695 + 89026, + 89042 ], "loc": { "start": { - "line": 2969, + "line": 2919, "column": 12 }, "end": { - "line": 2969, + "line": 2919, "column": 28 } } @@ -161145,32 +158063,32 @@ "type": "Identifier", "name": "file", "range": [ - 90709, - 90713 + 89056, + 89060 ], "loc": { "start": { - "line": 2970, + "line": 2920, "column": 12 }, "end": { - "line": 2970, + "line": 2920, "column": 16 } } }, "init": null, "range": [ - 90709, - 90713 + 89056, + 89060 ], "loc": { "start": { - "line": 2970, + "line": 2920, "column": 12 }, "end": { - "line": 2970, + "line": 2920, "column": 16 } } @@ -161181,16 +158099,16 @@ "type": "Identifier", "name": "head", "range": [ - 90727, - 90731 + 89074, + 89078 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 12 }, "end": { - "line": 2971, + "line": 2921, "column": 16 } } @@ -161204,16 +158122,16 @@ "type": "Identifier", "name": "tag", "range": [ - 90734, - 90737 + 89081, + 89084 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 19 }, "end": { - "line": 2971, + "line": 2921, "column": 22 } } @@ -161223,16 +158141,16 @@ "type": "Identifier", "name": "doc", "range": [ - 90738, - 90741 + 89085, + 89088 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 23 }, "end": { - "line": 2971, + "line": 2921, "column": 26 } } @@ -161242,32 +158160,32 @@ "value": "head", "raw": "'head'", "range": [ - 90743, - 90749 + 89090, + 89096 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 28 }, "end": { - "line": 2971, + "line": 2921, "column": 34 } } } ], "range": [ - 90734, - 90750 + 89081, + 89097 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 19 }, "end": { - "line": 2971, + "line": 2921, "column": 35 } } @@ -161277,46 +158195,46 @@ "value": 0, "raw": "0", "range": [ - 90751, - 90752 + 89098, + 89099 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 36 }, "end": { - "line": 2971, + "line": 2921, "column": 37 } } }, "range": [ - 90734, - 90753 + 89081, + 89100 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 19 }, "end": { - "line": 2971, + "line": 2921, "column": 38 } } }, "range": [ - 90727, - 90753 + 89074, + 89100 ], "loc": { "start": { - "line": 2971, + "line": 2921, "column": 12 }, "end": { - "line": 2971, + "line": 2921, "column": 38 } } @@ -161324,16 +158242,16 @@ ], "kind": "let", "range": [ - 90653, - 90754 + 89000, + 89101 ], "loc": { "start": { - "line": 2968, + "line": 2918, "column": 8 }, "end": { - "line": 2971, + "line": 2921, "column": 39 } } @@ -161352,16 +158270,16 @@ "type": "Identifier", "name": "type", "range": [ - 90768, - 90772 + 89115, + 89119 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 12 }, "end": { - "line": 2973, + "line": 2923, "column": 16 } } @@ -161370,47 +158288,47 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 90773, - 90784 + 89120, + 89131 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 17 }, "end": { - "line": 2973, + "line": 2923, "column": 28 } } }, "range": [ - 90768, - 90784 + 89115, + 89131 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 12 }, "end": { - "line": 2973, + "line": 2923, "column": 28 } } }, "arguments": [], "range": [ - 90768, - 90786 + 89115, + 89133 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 12 }, "end": { - "line": 2973, + "line": 2923, "column": 30 } } @@ -161420,31 +158338,31 @@ "value": "link", "raw": "'link'", "range": [ - 90791, - 90797 + 89138, + 89144 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 35 }, "end": { - "line": 2973, + "line": 2923, "column": 41 } } }, "range": [ - 90768, - 90797 + 89115, + 89144 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 12 }, "end": { - "line": 2973, + "line": 2923, "column": 41 } } @@ -161461,16 +158379,16 @@ "type": "Identifier", "name": "file", "range": [ - 90813, - 90817 + 89160, + 89164 ], "loc": { "start": { - "line": 2974, + "line": 2924, "column": 12 }, "end": { - "line": 2974, + "line": 2924, "column": 16 } } @@ -161481,16 +158399,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 90820, - 90829 + 89167, + 89176 ], "loc": { "start": { - "line": 2974, + "line": 2924, "column": 19 }, "end": { - "line": 2974, + "line": 2924, "column": 28 } } @@ -161501,16 +158419,16 @@ "value": "link", "raw": "'link'", "range": [ - 90830, - 90836 + 89177, + 89183 ], "loc": { "start": { - "line": 2974, + "line": 2924, "column": 29 }, "end": { - "line": 2974, + "line": 2924, "column": 35 } } @@ -161523,16 +158441,16 @@ "value": "id", "raw": "'id'", "range": [ - 90855, - 90859 + 89202, + 89206 ], "loc": { "start": { - "line": 2975, + "line": 2925, "column": 17 }, "end": { - "line": 2975, + "line": 2925, "column": 21 } } @@ -161541,32 +158459,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 90861, - 90867 + 89208, + 89214 ], "loc": { "start": { - "line": 2975, + "line": 2925, "column": 23 }, "end": { - "line": 2975, + "line": 2925, "column": 29 } } } ], "range": [ - 90854, - 90868 + 89201, + 89215 ], "loc": { "start": { - "line": 2975, + "line": 2925, "column": 16 }, "end": { - "line": 2975, + "line": 2925, "column": 30 } } @@ -161579,16 +158497,16 @@ "value": "type", "raw": "'type'", "range": [ - 90871, - 90877 + 89218, + 89224 ], "loc": { "start": { - "line": 2975, + "line": 2925, "column": 33 }, "end": { - "line": 2975, + "line": 2925, "column": 39 } } @@ -161598,32 +158516,32 @@ "value": "text/css", "raw": "'text/css'", "range": [ - 90879, - 90889 + 89226, + 89236 ], "loc": { "start": { - "line": 2975, + "line": 2925, "column": 41 }, "end": { - "line": 2975, + "line": 2925, "column": 51 } } } ], "range": [ - 90870, - 90890 + 89217, + 89237 ], "loc": { "start": { - "line": 2975, + "line": 2925, "column": 32 }, "end": { - "line": 2975, + "line": 2925, "column": 52 } } @@ -161636,16 +158554,16 @@ "value": "rel", "raw": "'rel'", "range": [ - 90909, - 90914 + 89256, + 89261 ], "loc": { "start": { - "line": 2976, + "line": 2926, "column": 17 }, "end": { - "line": 2976, + "line": 2926, "column": 22 } } @@ -161655,32 +158573,32 @@ "value": "stylesheet", "raw": "'stylesheet'", "range": [ - 90916, - 90928 + 89263, + 89275 ], "loc": { "start": { - "line": 2976, + "line": 2926, "column": 24 }, "end": { - "line": 2976, + "line": 2926, "column": 36 } } } ], "range": [ - 90908, - 90929 + 89255, + 89276 ], "loc": { "start": { - "line": 2976, + "line": 2926, "column": 16 }, "end": { - "line": 2976, + "line": 2926, "column": 37 } } @@ -161693,16 +158611,16 @@ "value": "href", "raw": "'href'", "range": [ - 90932, - 90938 + 89279, + 89285 ], "loc": { "start": { - "line": 2976, + "line": 2926, "column": 40 }, "end": { - "line": 2976, + "line": 2926, "column": 46 } } @@ -161711,94 +158629,94 @@ "type": "Identifier", "name": "filePath", "range": [ - 90940, - 90948 + 89287, + 89295 ], "loc": { "start": { - "line": 2976, + "line": 2926, "column": 48 }, "end": { - "line": 2976, + "line": 2926, "column": 56 } } } ], "range": [ - 90931, - 90949 + 89278, + 89296 ], "loc": { "start": { - "line": 2976, + "line": 2926, "column": 39 }, "end": { - "line": 2976, + "line": 2926, "column": 57 } } } ], "range": [ - 90820, - 90963 + 89167, + 89310 ], "loc": { "start": { - "line": 2974, + "line": 2924, "column": 19 }, "end": { - "line": 2977, + "line": 2927, "column": 13 } } }, "range": [ - 90813, - 90963 + 89160, + 89310 ], "loc": { "start": { - "line": 2974, + "line": 2924, "column": 12 }, "end": { - "line": 2977, + "line": 2927, "column": 13 } } }, "range": [ - 90813, - 90964 + 89160, + 89311 ], "loc": { "start": { - "line": 2974, + "line": 2924, "column": 12 }, "end": { - "line": 2977, + "line": 2927, "column": 14 } } } ], "range": [ - 90799, - 90974 + 89146, + 89321 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 43 }, "end": { - "line": 2978, + "line": 2928, "column": 9 } } @@ -161815,16 +158733,16 @@ "type": "Identifier", "name": "file", "range": [ - 90994, - 90998 + 89341, + 89345 ], "loc": { "start": { - "line": 2979, + "line": 2929, "column": 12 }, "end": { - "line": 2979, + "line": 2929, "column": 16 } } @@ -161835,16 +158753,16 @@ "type": "Identifier", "name": "createElm", "range": [ - 91001, - 91010 + 89348, + 89357 ], "loc": { "start": { - "line": 2979, + "line": 2929, "column": 19 }, "end": { - "line": 2979, + "line": 2929, "column": 28 } } @@ -161855,16 +158773,16 @@ "value": "script", "raw": "'script'", "range": [ - 91011, - 91019 + 89358, + 89366 ], "loc": { "start": { - "line": 2979, + "line": 2929, "column": 29 }, "end": { - "line": 2979, + "line": 2929, "column": 37 } } @@ -161877,16 +158795,16 @@ "value": "id", "raw": "'id'", "range": [ - 91038, - 91042 + 89385, + 89389 ], "loc": { "start": { - "line": 2980, + "line": 2930, "column": 17 }, "end": { - "line": 2980, + "line": 2930, "column": 21 } } @@ -161895,32 +158813,32 @@ "type": "Identifier", "name": "fileId", "range": [ - 91044, - 91050 + 89391, + 89397 ], "loc": { "start": { - "line": 2980, + "line": 2930, "column": 23 }, "end": { - "line": 2980, + "line": 2930, "column": 29 } } } ], "range": [ - 91037, - 91051 + 89384, + 89398 ], "loc": { "start": { - "line": 2980, + "line": 2930, "column": 16 }, "end": { - "line": 2980, + "line": 2930, "column": 30 } } @@ -161933,16 +158851,16 @@ "value": "type", "raw": "'type'", "range": [ - 91070, - 91076 + 89417, + 89423 ], "loc": { "start": { - "line": 2981, + "line": 2931, "column": 17 }, "end": { - "line": 2981, + "line": 2931, "column": 23 } } @@ -161952,32 +158870,32 @@ "value": "text/javascript", "raw": "'text/javascript'", "range": [ - 91078, - 91095 + 89425, + 89442 ], "loc": { "start": { - "line": 2981, + "line": 2931, "column": 25 }, "end": { - "line": 2981, + "line": 2931, "column": 42 } } } ], "range": [ - 91069, - 91096 + 89416, + 89443 ], "loc": { "start": { - "line": 2981, + "line": 2931, "column": 16 }, "end": { - "line": 2981, + "line": 2931, "column": 43 } } @@ -161990,16 +158908,16 @@ "value": "src", "raw": "'src'", "range": [ - 91099, - 91104 + 89446, + 89451 ], "loc": { "start": { - "line": 2981, + "line": 2931, "column": 46 }, "end": { - "line": 2981, + "line": 2931, "column": 51 } } @@ -162008,109 +158926,109 @@ "type": "Identifier", "name": "filePath", "range": [ - 91106, - 91114 + 89453, + 89461 ], "loc": { "start": { - "line": 2981, + "line": 2931, "column": 53 }, "end": { - "line": 2981, + "line": 2931, "column": 61 } } } ], "range": [ - 91098, - 91115 + 89445, + 89462 ], "loc": { "start": { - "line": 2981, + "line": 2931, "column": 45 }, "end": { - "line": 2981, + "line": 2931, "column": 62 } } } ], "range": [ - 91001, - 91129 + 89348, + 89476 ], "loc": { "start": { - "line": 2979, + "line": 2929, "column": 19 }, "end": { - "line": 2982, + "line": 2932, "column": 13 } } }, "range": [ - 90994, - 91129 + 89341, + 89476 ], "loc": { "start": { - "line": 2979, + "line": 2929, "column": 12 }, "end": { - "line": 2982, + "line": 2932, "column": 13 } } }, "range": [ - 90994, - 91130 + 89341, + 89477 ], "loc": { "start": { - "line": 2979, + "line": 2929, "column": 12 }, "end": { - "line": 2982, + "line": 2932, "column": 14 } } } ], "range": [ - 90980, - 91140 + 89327, + 89487 ], "loc": { "start": { - "line": 2978, + "line": 2928, "column": 15 }, "end": { - "line": 2983, + "line": 2933, "column": 9 } } }, "range": [ - 90764, - 91140 + 89111, + 89487 ], "loc": { "start": { - "line": 2973, + "line": 2923, "column": 8 }, "end": { - "line": 2983, + "line": 2933, "column": 9 } }, @@ -162119,16 +159037,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 91150, - 91222 + 89497, + 89569 ], "loc": { "start": { - "line": 2985, + "line": 2935, "column": 8 }, "end": { - "line": 2985, + "line": 2935, "column": 80 } } @@ -162147,16 +159065,16 @@ "type": "Identifier", "name": "file", "range": [ - 91231, - 91235 + 89578, + 89582 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 8 }, "end": { - "line": 2986, + "line": 2936, "column": 12 } } @@ -162165,31 +159083,31 @@ "type": "Identifier", "name": "onload", "range": [ - 91236, - 91242 + 89583, + 89589 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 13 }, "end": { - "line": 2986, + "line": 2936, "column": 19 } } }, "range": [ - 91231, - 91242 + 89578, + 89589 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 8 }, "end": { - "line": 2986, + "line": 2936, "column": 19 } } @@ -162204,16 +159122,16 @@ "type": "Identifier", "name": "file", "range": [ - 91245, - 91249 + 89592, + 89596 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 22 }, "end": { - "line": 2986, + "line": 2936, "column": 26 } } @@ -162222,31 +159140,31 @@ "type": "Identifier", "name": "onreadystatechange", "range": [ - 91250, - 91268 + 89597, + 89615 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 27 }, "end": { - "line": 2986, + "line": 2936, "column": 45 } } }, "range": [ - 91245, - 91268 + 89592, + 89615 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 22 }, "end": { - "line": 2986, + "line": 2936, "column": 45 } } @@ -162270,32 +159188,32 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 91296, - 91304 + 89643, + 89651 ], "loc": { "start": { - "line": 2987, + "line": 2937, "column": 17 }, "end": { - "line": 2987, + "line": 2937, "column": 25 } } }, "prefix": true, "range": [ - 91295, - 91304 + 89642, + 89651 ], "loc": { "start": { - "line": 2987, + "line": 2937, "column": 16 }, "end": { - "line": 2987, + "line": 2937, "column": 25 } } @@ -162315,16 +159233,16 @@ "object": { "type": "ThisExpression", "range": [ - 91326, - 91330 + 89673, + 89677 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 18 }, "end": { - "line": 2988, + "line": 2938, "column": 22 } } @@ -162333,47 +159251,47 @@ "type": "Identifier", "name": "readyState", "range": [ - 91331, - 91341 + 89678, + 89688 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 23 }, "end": { - "line": 2988, + "line": 2938, "column": 33 } } }, "range": [ - 91326, - 91341 + 89673, + 89688 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 18 }, "end": { - "line": 2988, + "line": 2938, "column": 33 } } }, "prefix": true, "range": [ - 91325, - 91341 + 89672, + 89688 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 17 }, "end": { - "line": 2988, + "line": 2938, "column": 33 } } @@ -162387,16 +159305,16 @@ "object": { "type": "ThisExpression", "range": [ - 91345, - 91349 + 89692, + 89696 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 37 }, "end": { - "line": 2988, + "line": 2938, "column": 41 } } @@ -162405,31 +159323,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 91350, - 91360 + 89697, + 89707 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 42 }, "end": { - "line": 2988, + "line": 2938, "column": 52 } } }, "range": [ - 91345, - 91360 + 89692, + 89707 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 37 }, "end": { - "line": 2988, + "line": 2938, "column": 52 } } @@ -162439,46 +159357,46 @@ "value": "loaded", "raw": "'loaded'", "range": [ - 91365, - 91373 + 89712, + 89720 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 57 }, "end": { - "line": 2988, + "line": 2938, "column": 65 } } }, "range": [ - 91345, - 91373 + 89692, + 89720 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 37 }, "end": { - "line": 2988, + "line": 2938, "column": 65 } } }, "range": [ - 91325, - 91373 + 89672, + 89720 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 17 }, "end": { - "line": 2988, + "line": 2938, "column": 65 } } @@ -162492,16 +159410,16 @@ "object": { "type": "ThisExpression", "range": [ - 91397, - 91401 + 89744, + 89748 ], "loc": { "start": { - "line": 2989, + "line": 2939, "column": 20 }, "end": { - "line": 2989, + "line": 2939, "column": 24 } } @@ -162510,31 +159428,31 @@ "type": "Identifier", "name": "readyState", "range": [ - 91402, - 91412 + 89749, + 89759 ], "loc": { "start": { - "line": 2989, + "line": 2939, "column": 25 }, "end": { - "line": 2989, + "line": 2939, "column": 35 } } }, "range": [ - 91397, - 91412 + 89744, + 89759 ], "loc": { "start": { - "line": 2989, + "line": 2939, "column": 20 }, "end": { - "line": 2989, + "line": 2939, "column": 35 } } @@ -162544,61 +159462,61 @@ "value": "complete", "raw": "'complete'", "range": [ - 91417, - 91427 + 89764, + 89774 ], "loc": { "start": { - "line": 2989, + "line": 2939, "column": 40 }, "end": { - "line": 2989, + "line": 2939, "column": 50 } } }, "range": [ - 91397, - 91427 + 89744, + 89774 ], "loc": { "start": { - "line": 2989, + "line": 2939, "column": 20 }, "end": { - "line": 2989, + "line": 2939, "column": 50 } } }, "range": [ - 91325, - 91427 + 89672, + 89774 ], "loc": { "start": { - "line": 2988, + "line": 2938, "column": 17 }, "end": { - "line": 2989, + "line": 2939, "column": 50 } } }, "range": [ - 91295, - 91428 + 89642, + 89775 ], "loc": { "start": { - "line": 2987, + "line": 2937, "column": 16 }, "end": { - "line": 2989, + "line": 2939, "column": 51 } } @@ -162615,16 +159533,16 @@ "type": "Identifier", "name": "isLoaded", "range": [ - 91448, - 91456 + 89795, + 89803 ], "loc": { "start": { - "line": 2990, + "line": 2940, "column": 16 }, "end": { - "line": 2990, + "line": 2940, "column": 24 } } @@ -162634,46 +159552,46 @@ "value": true, "raw": "true", "range": [ - 91459, - 91463 + 89806, + 89810 ], "loc": { "start": { - "line": 2990, + "line": 2940, "column": 27 }, "end": { - "line": 2990, + "line": 2940, "column": 31 } } }, "range": [ - 91448, - 91463 + 89795, + 89810 ], "loc": { "start": { - "line": 2990, + "line": 2940, "column": 16 }, "end": { - "line": 2990, + "line": 2940, "column": 31 } } }, "range": [ - 91448, - 91464 + 89795, + 89811 ], "loc": { "start": { - "line": 2990, + "line": 2940, "column": 16 }, "end": { - "line": 2990, + "line": 2940, "column": 32 } } @@ -162690,32 +159608,32 @@ "type": "Identifier", "name": "callback", "range": [ - 91492, - 91500 + 89839, + 89847 ], "loc": { "start": { - "line": 2991, + "line": 2941, "column": 27 }, "end": { - "line": 2991, + "line": 2941, "column": 35 } } }, "prefix": true, "range": [ - 91485, - 91500 + 89832, + 89847 ], "loc": { "start": { - "line": 2991, + "line": 2941, "column": 20 }, "end": { - "line": 2991, + "line": 2941, "column": 35 } } @@ -162725,31 +159643,31 @@ "value": "function", "raw": "'function'", "range": [ - 91505, - 91515 + 89852, + 89862 ], "loc": { "start": { - "line": 2991, + "line": 2941, "column": 40 }, "end": { - "line": 2991, + "line": 2941, "column": 50 } } }, "range": [ - 91485, - 91515 + 89832, + 89862 ], "loc": { "start": { - "line": 2991, + "line": 2941, "column": 20 }, "end": { - "line": 2991, + "line": 2941, "column": 50 } } @@ -162768,16 +159686,16 @@ "type": "Identifier", "name": "callback", "range": [ - 91539, - 91547 + 89886, + 89894 ], "loc": { "start": { - "line": 2992, + "line": 2942, "column": 20 }, "end": { - "line": 2992, + "line": 2942, "column": 28 } } @@ -162786,31 +159704,31 @@ "type": "Identifier", "name": "call", "range": [ - 91548, - 91552 + 89895, + 89899 ], "loc": { "start": { - "line": 2992, + "line": 2942, "column": 29 }, "end": { - "line": 2992, + "line": 2942, "column": 33 } } }, "range": [ - 91539, - 91552 + 89886, + 89899 ], "loc": { "start": { - "line": 2992, + "line": 2942, "column": 20 }, "end": { - "line": 2992, + "line": 2942, "column": 33 } } @@ -162821,16 +159739,16 @@ "value": null, "raw": "null", "range": [ - 91553, - 91557 + 89900, + 89904 ], "loc": { "start": { - "line": 2992, + "line": 2942, "column": 34 }, "end": { - "line": 2992, + "line": 2942, "column": 38 } } @@ -162839,127 +159757,127 @@ "type": "Identifier", "name": "o", "range": [ - 91559, - 91560 + 89906, + 89907 ], "loc": { "start": { - "line": 2992, + "line": 2942, "column": 40 }, "end": { - "line": 2992, + "line": 2942, "column": 41 } } } ], "range": [ - 91539, - 91561 + 89886, + 89908 ], "loc": { "start": { - "line": 2992, + "line": 2942, "column": 20 }, "end": { - "line": 2992, + "line": 2942, "column": 42 } } }, "range": [ - 91539, - 91562 + 89886, + 89909 ], "loc": { "start": { - "line": 2992, + "line": 2942, "column": 20 }, "end": { - "line": 2992, + "line": 2942, "column": 43 } } } ], "range": [ - 91517, - 91580 + 89864, + 89927 ], "loc": { "start": { - "line": 2991, + "line": 2941, "column": 52 }, "end": { - "line": 2993, + "line": 2943, "column": 17 } } }, "alternate": null, "range": [ - 91481, - 91580 + 89828, + 89927 ], "loc": { "start": { - "line": 2991, + "line": 2941, "column": 16 }, "end": { - "line": 2993, + "line": 2943, "column": 17 } } } ], "range": [ - 91430, - 91594 + 89777, + 89941 ], "loc": { "start": { - "line": 2989, + "line": 2939, "column": 53 }, "end": { - "line": 2994, + "line": 2944, "column": 13 } } }, "alternate": null, "range": [ - 91291, - 91594 + 89638, + 89941 ], "loc": { "start": { - "line": 2987, + "line": 2937, "column": 12 }, "end": { - "line": 2994, + "line": 2944, "column": 13 } } } ], "range": [ - 91277, - 91604 + 89624, + 89951 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 54 }, "end": { - "line": 2995, + "line": 2945, "column": 9 } } @@ -162967,61 +159885,61 @@ "generator": false, "expression": false, "range": [ - 91271, - 91604 + 89618, + 89951 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 48 }, "end": { - "line": 2995, + "line": 2945, "column": 9 } } }, "range": [ - 91245, - 91604 + 89592, + 89951 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 22 }, "end": { - "line": 2995, + "line": 2945, "column": 9 } } }, "range": [ - 91231, - 91604 + 89578, + 89951 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 8 }, "end": { - "line": 2995, + "line": 2945, "column": 9 } } }, "range": [ - 91231, - 91605 + 89578, + 89952 ], "loc": { "start": { - "line": 2986, + "line": 2936, "column": 8 }, "end": { - "line": 2995, + "line": 2945, "column": 10 } }, @@ -163030,16 +159948,16 @@ "type": "Line", "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 91150, - 91222 + 89497, + 89569 ], "loc": { "start": { - "line": 2985, + "line": 2935, "column": 8 }, "end": { - "line": 2985, + "line": 2935, "column": 80 } } @@ -163058,16 +159976,16 @@ "type": "Identifier", "name": "file", "range": [ - 91614, - 91618 + 89961, + 89965 ], "loc": { "start": { - "line": 2996, + "line": 2946, "column": 8 }, "end": { - "line": 2996, + "line": 2946, "column": 12 } } @@ -163076,31 +159994,31 @@ "type": "Identifier", "name": "onerror", "range": [ - 91619, - 91626 + 89966, + 89973 ], "loc": { "start": { - "line": 2996, + "line": 2946, "column": 13 }, "end": { - "line": 2996, + "line": 2946, "column": 20 } } }, "range": [ - 91614, - 91626 + 89961, + 89973 ], "loc": { "start": { - "line": 2996, + "line": 2946, "column": 8 }, "end": { - "line": 2996, + "line": 2946, "column": 20 } } @@ -163120,16 +160038,16 @@ "type": "Identifier", "name": "Error", "range": [ - 91665, - 91670 + 90012, + 90017 ], "loc": { "start": { - "line": 2997, + "line": 2947, "column": 22 }, "end": { - "line": 2997, + "line": 2947, "column": 27 } } @@ -163146,16 +160064,16 @@ }, "tail": false, "range": [ - 91671, - 91702 + 90018, + 90049 ], "loc": { "start": { - "line": 2997, + "line": 2947, "column": 28 }, "end": { - "line": 2997, + "line": 2947, "column": 59 } } @@ -163168,16 +160086,16 @@ }, "tail": true, "range": [ - 91710, - 91712 + 90057, + 90059 ], "loc": { "start": { - "line": 2997, + "line": 2947, "column": 67 }, "end": { - "line": 2997, + "line": 2947, "column": 69 } } @@ -163188,79 +160106,79 @@ "type": "Identifier", "name": "filePath", "range": [ - 91702, - 91710 + 90049, + 90057 ], "loc": { "start": { - "line": 2997, + "line": 2947, "column": 59 }, "end": { - "line": 2997, + "line": 2947, "column": 67 } } } ], "range": [ - 91671, - 91712 + 90018, + 90059 ], "loc": { "start": { - "line": 2997, + "line": 2947, "column": 28 }, "end": { - "line": 2997, + "line": 2947, "column": 69 } } } ], "range": [ - 91661, - 91713 + 90008, + 90060 ], "loc": { "start": { - "line": 2997, + "line": 2947, "column": 18 }, "end": { - "line": 2997, + "line": 2947, "column": 70 } } }, "range": [ - 91655, - 91714 + 90002, + 90061 ], "loc": { "start": { - "line": 2997, + "line": 2947, "column": 12 }, "end": { - "line": 2997, + "line": 2947, "column": 71 } } } ], "range": [ - 91641, - 91724 + 89988, + 90071 ], "loc": { "start": { - "line": 2996, + "line": 2946, "column": 35 }, "end": { - "line": 2998, + "line": 2948, "column": 9 } } @@ -163268,46 +160186,46 @@ "generator": false, "expression": false, "range": [ - 91629, - 91724 + 89976, + 90071 ], "loc": { "start": { - "line": 2996, + "line": 2946, "column": 23 }, "end": { - "line": 2998, + "line": 2948, "column": 9 } } }, "range": [ - 91614, - 91724 + 89961, + 90071 ], "loc": { "start": { - "line": 2996, + "line": 2946, "column": 8 }, "end": { - "line": 2998, + "line": 2948, "column": 9 } } }, "range": [ - 91614, - 91725 + 89961, + 90072 ], "loc": { "start": { - "line": 2996, + "line": 2946, "column": 8 }, "end": { - "line": 2998, + "line": 2948, "column": 10 } } @@ -163323,16 +160241,16 @@ "type": "Identifier", "name": "head", "range": [ - 91734, - 91738 + 90081, + 90085 ], "loc": { "start": { - "line": 2999, + "line": 2949, "column": 8 }, "end": { - "line": 2999, + "line": 2949, "column": 12 } } @@ -163341,31 +160259,31 @@ "type": "Identifier", "name": "appendChild", "range": [ - 91739, - 91750 + 90086, + 90097 ], "loc": { "start": { - "line": 2999, + "line": 2949, "column": 13 }, "end": { - "line": 2999, + "line": 2949, "column": 24 } } }, "range": [ - 91734, - 91750 + 90081, + 90097 ], "loc": { "start": { - "line": 2999, + "line": 2949, "column": 8 }, "end": { - "line": 2999, + "line": 2949, "column": 24 } } @@ -163375,63 +160293,63 @@ "type": "Identifier", "name": "file", "range": [ - 91751, - 91755 + 90098, + 90102 ], "loc": { "start": { - "line": 2999, + "line": 2949, "column": 25 }, "end": { - "line": 2999, + "line": 2949, "column": 29 } } } ], "range": [ - 91734, - 91756 + 90081, + 90103 ], "loc": { "start": { - "line": 2999, + "line": 2949, "column": 8 }, "end": { - "line": 2999, + "line": 2949, "column": 30 } } }, "range": [ - 91734, - 91757 + 90081, + 90104 ], "loc": { "start": { - "line": 2999, + "line": 2949, "column": 8 }, "end": { - "line": 2999, + "line": 2949, "column": 31 } } } ], "range": [ - 90566, - 91763 + 88913, + 90110 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 56 }, "end": { - "line": 3000, + "line": 2950, "column": 5 } } @@ -163439,16 +160357,16 @@ "generator": false, "expression": false, "range": [ - 90520, - 91763 + 88867, + 90110 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 10 }, "end": { - "line": 3000, + "line": 2950, "column": 5 } } @@ -163456,16 +160374,16 @@ "kind": "method", "computed": false, "range": [ - 90514, - 91763 + 88861, + 90110 ], "loc": { "start": { - "line": 2964, + "line": 2914, "column": 4 }, "end": { - "line": 3000, + "line": 2950, "column": 5 } }, @@ -163474,16 +160392,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": [ - 90250, - 90509 + 88597, + 88856 ], "loc": { "start": { - "line": 2957, + "line": 2907, "column": 4 }, "end": { - "line": 2963, + "line": 2913, "column": 7 } } @@ -163494,16 +160412,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 91769, - 91844 + 90116, + 90191 ], "loc": { "start": { - "line": 3002, + "line": 2952, "column": 4 }, "end": { - "line": 3005, + "line": 2955, "column": 7 } } @@ -163517,16 +160435,16 @@ "type": "Identifier", "name": "isInitialized", "range": [ - 91849, - 91862 + 90196, + 90209 ], "loc": { "start": { - "line": 3006, + "line": 2956, "column": 4 }, "end": { - "line": 3006, + "line": 2956, "column": 17 } } @@ -163546,16 +160464,16 @@ "object": { "type": "ThisExpression", "range": [ - 91882, - 91886 + 90229, + 90233 ], "loc": { "start": { - "line": 3007, + "line": 2957, "column": 15 }, "end": { - "line": 3007, + "line": 2957, "column": 19 } } @@ -163564,62 +160482,62 @@ "type": "Identifier", "name": "initialized", "range": [ - 91887, - 91898 + 90234, + 90245 ], "loc": { "start": { - "line": 3007, + "line": 2957, "column": 20 }, "end": { - "line": 3007, + "line": 2957, "column": 31 } } }, "range": [ - 91882, - 91898 + 90229, + 90245 ], "loc": { "start": { - "line": 3007, + "line": 2957, "column": 15 }, "end": { - "line": 3007, + "line": 2957, "column": 31 } } }, "range": [ - 91875, - 91899 + 90222, + 90246 ], "loc": { "start": { - "line": 3007, + "line": 2957, "column": 8 }, "end": { - "line": 3007, + "line": 2957, "column": 32 } } } ], "range": [ - 91865, - 91905 + 90212, + 90252 ], "loc": { "start": { - "line": 3006, + "line": 2956, "column": 20 }, "end": { - "line": 3008, + "line": 2958, "column": 5 } } @@ -163627,16 +160545,16 @@ "generator": false, "expression": false, "range": [ - 91862, - 91905 + 90209, + 90252 ], "loc": { "start": { - "line": 3006, + "line": 2956, "column": 17 }, "end": { - "line": 3008, + "line": 2958, "column": 5 } } @@ -163644,16 +160562,16 @@ "kind": "method", "computed": false, "range": [ - 91849, - 91905 + 90196, + 90252 ], "loc": { "start": { - "line": 3006, + "line": 2956, "column": 4 }, "end": { - "line": 3008, + "line": 2958, "column": 5 } }, @@ -163662,16 +160580,16 @@ "type": "Block", "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", "range": [ - 91769, - 91844 + 90116, + 90191 ], "loc": { "start": { - "line": 3002, + "line": 2952, "column": 4 }, "end": { - "line": 3005, + "line": 2955, "column": 7 } } @@ -163682,16 +160600,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {Array} List of filters ids\n ", "range": [ - 91911, - 91995 + 90258, + 90342 ], "loc": { "start": { - "line": 3010, + "line": 2960, "column": 4 }, "end": { - "line": 3013, + "line": 2963, "column": 7 } } @@ -163705,16 +160623,16 @@ "type": "Identifier", "name": "getFiltersId", "range": [ - 92000, - 92012 + 90347, + 90359 ], "loc": { "start": { - "line": 3014, + "line": 2964, "column": 4 }, "end": { - "line": 3014, + "line": 2964, "column": 16 } } @@ -163737,16 +160655,16 @@ "object": { "type": "ThisExpression", "range": [ - 92032, - 92036 + 90379, + 90383 ], "loc": { "start": { - "line": 3015, + "line": 2965, "column": 15 }, "end": { - "line": 3015, + "line": 2965, "column": 19 } } @@ -163755,31 +160673,31 @@ "type": "Identifier", "name": "fltIds", "range": [ - 92037, - 92043 + 90384, + 90390 ], "loc": { "start": { - "line": 3015, + "line": 2965, "column": 20 }, "end": { - "line": 3015, + "line": 2965, "column": 26 } } }, "range": [ - 92032, - 92043 + 90379, + 90390 ], "loc": { "start": { - "line": 3015, + "line": 2965, "column": 15 }, "end": { - "line": 3015, + "line": 2965, "column": 26 } } @@ -163788,62 +160706,62 @@ "type": "ArrayExpression", "elements": [], "range": [ - 92047, - 92049 + 90394, + 90396 ], "loc": { "start": { - "line": 3015, + "line": 2965, "column": 30 }, "end": { - "line": 3015, + "line": 2965, "column": 32 } } }, "range": [ - 92032, - 92049 + 90379, + 90396 ], "loc": { "start": { - "line": 3015, + "line": 2965, "column": 15 }, "end": { - "line": 3015, + "line": 2965, "column": 32 } } }, "range": [ - 92025, - 92050 + 90372, + 90397 ], "loc": { "start": { - "line": 3015, + "line": 2965, "column": 8 }, "end": { - "line": 3015, + "line": 2965, "column": 33 } } } ], "range": [ - 92015, - 92056 + 90362, + 90403 ], "loc": { "start": { - "line": 3014, + "line": 2964, "column": 19 }, "end": { - "line": 3016, + "line": 2966, "column": 5 } } @@ -163851,16 +160769,16 @@ "generator": false, "expression": false, "range": [ - 92012, - 92056 + 90359, + 90403 ], "loc": { "start": { - "line": 3014, + "line": 2964, "column": 16 }, "end": { - "line": 3016, + "line": 2966, "column": 5 } } @@ -163868,16 +160786,16 @@ "kind": "method", "computed": false, "range": [ - 92000, - 92056 + 90347, + 90403 ], "loc": { "start": { - "line": 3014, + "line": 2964, "column": 4 }, "end": { - "line": 3016, + "line": 2966, "column": 5 } }, @@ -163886,16 +160804,16 @@ "type": "Block", "value": "*\n * Get list of filter IDs\n * @return {Array} List of filters ids\n ", "range": [ - 91911, - 91995 + 90258, + 90342 ], "loc": { "start": { - "line": 3010, + "line": 2960, "column": 4 }, "end": { - "line": 3013, + "line": 2963, "column": 7 } } @@ -163906,16 +160824,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": [ - 92062, - 92238 + 90409, + 90585 ], "loc": { "start": { - "line": 3018, + "line": 2968, "column": 4 }, "end": { - "line": 3022, + "line": 2972, "column": 7 } } @@ -163929,16 +160847,16 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 92243, - 92255 + 90590, + 90602 ], "loc": { "start": { - "line": 3023, + "line": 2973, "column": 4 }, "end": { - "line": 3023, + "line": 2973, "column": 16 } } @@ -163951,16 +160869,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 92256, - 92262 + 90603, + 90609 ], "loc": { "start": { - "line": 3023, + "line": 2973, "column": 17 }, "end": { - "line": 3023, + "line": 2973, "column": 23 } } @@ -163978,32 +160896,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 92279, - 92285 + 90626, + 90632 ], "loc": { "start": { - "line": 3024, + "line": 2974, "column": 13 }, "end": { - "line": 3024, + "line": 2974, "column": 19 } } }, "prefix": true, "range": [ - 92278, - 92285 + 90625, + 90632 ], "loc": { "start": { - "line": 3024, + "line": 2974, "column": 12 }, "end": { - "line": 3024, + "line": 2974, "column": 19 } } @@ -164019,16 +160937,16 @@ "object": { "type": "ThisExpression", "range": [ - 92308, - 92312 + 90655, + 90659 ], "loc": { "start": { - "line": 3025, + "line": 2975, "column": 19 }, "end": { - "line": 3025, + "line": 2975, "column": 23 } } @@ -164037,78 +160955,78 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 92313, - 92327 + 90660, + 90674 ], "loc": { "start": { - "line": 3025, + "line": 2975, "column": 24 }, "end": { - "line": 3025, + "line": 2975, "column": 38 } } }, "range": [ - 92308, - 92327 + 90655, + 90674 ], "loc": { "start": { - "line": 3025, + "line": 2975, "column": 19 }, "end": { - "line": 3025, + "line": 2975, "column": 38 } } }, "range": [ - 92301, - 92328 + 90648, + 90675 ], "loc": { "start": { - "line": 3025, + "line": 2975, "column": 12 }, "end": { - "line": 3025, + "line": 2975, "column": 39 } } } ], "range": [ - 92287, - 92338 + 90634, + 90685 ], "loc": { "start": { - "line": 3024, + "line": 2974, "column": 21 }, "end": { - "line": 3026, + "line": 2976, "column": 9 } } }, "alternate": null, "range": [ - 92274, - 92338 + 90621, + 90685 ], "loc": { "start": { - "line": 3024, + "line": 2974, "column": 8 }, "end": { - "line": 3026, + "line": 2976, "column": 9 } } @@ -164122,16 +161040,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 92352, - 92358 + 90699, + 90705 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 12 }, "end": { - "line": 3028, + "line": 2978, "column": 18 } } @@ -164144,16 +161062,16 @@ "object": { "type": "ThisExpression", "range": [ - 92361, - 92365 + 90708, + 90712 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 21 }, "end": { - "line": 3028, + "line": 2978, "column": 25 } } @@ -164162,31 +161080,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 92366, - 92375 + 90713, + 90722 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 26 }, "end": { - "line": 3028, + "line": 2978, "column": 35 } } }, "range": [ - 92361, - 92375 + 90708, + 90722 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 21 }, "end": { - "line": 3028, + "line": 2978, "column": 35 } } @@ -164197,47 +161115,47 @@ "value": true, "raw": "true", "range": [ - 92376, - 92380 + 90723, + 90727 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 36 }, "end": { - "line": 3028, + "line": 2978, "column": 40 } } } ], "range": [ - 92361, - 92381 + 90708, + 90728 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 21 }, "end": { - "line": 3028, + "line": 2978, "column": 41 } } }, "range": [ - 92352, - 92381 + 90699, + 90728 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 12 }, "end": { - "line": 3028, + "line": 2978, "column": 41 } } @@ -164245,16 +161163,16 @@ ], "kind": "let", "range": [ - 92348, - 92382 + 90695, + 90729 ], "loc": { "start": { - "line": 3028, + "line": 2978, "column": 8 }, "end": { - "line": 3028, + "line": 2978, "column": 42 } } @@ -164270,16 +161188,16 @@ "object": { "type": "ThisExpression", "range": [ - 92391, - 92395 + 90738, + 90742 ], "loc": { "start": { - "line": 3029, + "line": 2979, "column": 8 }, "end": { - "line": 3029, + "line": 2979, "column": 12 } } @@ -164288,31 +161206,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 92396, - 92410 + 90743, + 90757 ], "loc": { "start": { - "line": 3029, + "line": 2979, "column": 13 }, "end": { - "line": 3029, + "line": 2979, "column": 27 } } }, "range": [ - 92391, - 92410 + 90738, + 90757 ], "loc": { "start": { - "line": 3029, + "line": 2979, "column": 8 }, "end": { - "line": 3029, + "line": 2979, "column": 27 } } @@ -164321,46 +161239,46 @@ "type": "ArrayExpression", "elements": [], "range": [ - 92413, - 92415 + 90760, + 90762 ], "loc": { "start": { - "line": 3029, + "line": 2979, "column": 30 }, "end": { - "line": 3029, + "line": 2979, "column": 32 } } }, "range": [ - 92391, - 92415 + 90738, + 90762 ], "loc": { "start": { - "line": 3029, + "line": 2979, "column": 8 }, "end": { - "line": 3029, + "line": 2979, "column": 32 } } }, "range": [ - 92391, - 92416 + 90738, + 90763 ], "loc": { "start": { - "line": 3029, + "line": 2979, "column": 8 }, "end": { - "line": 3029, + "line": 2979, "column": 33 } } @@ -164376,16 +161294,16 @@ "type": "Identifier", "name": "k", "range": [ - 92434, - 92435 + 90781, + 90782 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 17 }, "end": { - "line": 3030, + "line": 2980, "column": 18 } } @@ -164396,16 +161314,16 @@ "object": { "type": "ThisExpression", "range": [ - 92438, - 92442 + 90785, + 90789 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 21 }, "end": { - "line": 3030, + "line": 2980, "column": 25 } } @@ -164414,46 +161332,46 @@ "type": "Identifier", "name": "refRow", "range": [ - 92443, - 92449 + 90790, + 90796 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 26 }, "end": { - "line": 3030, + "line": 2980, "column": 32 } } }, "range": [ - 92438, - 92449 + 90785, + 90796 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 21 }, "end": { - "line": 3030, + "line": 2980, "column": 32 } } }, "range": [ - 92434, - 92449 + 90781, + 90796 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 17 }, "end": { - "line": 3030, + "line": 2980, "column": 32 } } @@ -164461,16 +161379,16 @@ ], "kind": "let", "range": [ - 92430, - 92449 + 90777, + 90796 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 13 }, "end": { - "line": 3030, + "line": 2980, "column": 32 } } @@ -164482,16 +161400,16 @@ "type": "Identifier", "name": "k", "range": [ - 92451, - 92452 + 90798, + 90799 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 34 }, "end": { - "line": 3030, + "line": 2980, "column": 35 } } @@ -164500,31 +161418,31 @@ "type": "Identifier", "name": "nbRows", "range": [ - 92455, - 92461 + 90802, + 90808 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 38 }, "end": { - "line": 3030, + "line": 2980, "column": 44 } } }, "range": [ - 92451, - 92461 + 90798, + 90808 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 34 }, "end": { - "line": 3030, + "line": 2980, "column": 44 } } @@ -164536,32 +161454,32 @@ "type": "Identifier", "name": "k", "range": [ - 92463, - 92464 + 90810, + 90811 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 46 }, "end": { - "line": 3030, + "line": 2980, "column": 47 } } }, "prefix": false, "range": [ - 92463, - 92466 + 90810, + 90813 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 46 }, "end": { - "line": 3030, + "line": 2980, "column": 49 } } @@ -164578,16 +161496,16 @@ "type": "Identifier", "name": "r", "range": [ - 92486, - 92487 + 90833, + 90834 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 16 }, "end": { - "line": 3031, + "line": 2981, "column": 17 } } @@ -164606,16 +161524,16 @@ "object": { "type": "ThisExpression", "range": [ - 92490, - 92494 + 90837, + 90841 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 20 }, "end": { - "line": 3031, + "line": 2981, "column": 24 } } @@ -164624,47 +161542,47 @@ "type": "Identifier", "name": "dom", "range": [ - 92495, - 92498 + 90842, + 90845 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 25 }, "end": { - "line": 3031, + "line": 2981, "column": 28 } } }, "range": [ - 92490, - 92498 + 90837, + 90845 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 20 }, "end": { - "line": 3031, + "line": 2981, "column": 28 } } }, "arguments": [], "range": [ - 92490, - 92500 + 90837, + 90847 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 20 }, "end": { - "line": 3031, + "line": 2981, "column": 30 } } @@ -164673,31 +161591,31 @@ "type": "Identifier", "name": "rows", "range": [ - 92501, - 92505 + 90848, + 90852 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 31 }, "end": { - "line": 3031, + "line": 2981, "column": 35 } } }, "range": [ - 92490, - 92505 + 90837, + 90852 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 20 }, "end": { - "line": 3031, + "line": 2981, "column": 35 } } @@ -164706,46 +161624,46 @@ "type": "Identifier", "name": "k", "range": [ - 92506, - 92507 + 90853, + 90854 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 36 }, "end": { - "line": 3031, + "line": 2981, "column": 37 } } }, "range": [ - 92490, - 92508 + 90837, + 90855 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 20 }, "end": { - "line": 3031, + "line": 2981, "column": 38 } } }, "range": [ - 92486, - 92508 + 90833, + 90855 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 16 }, "end": { - "line": 3031, + "line": 2981, "column": 38 } } @@ -164753,16 +161671,16 @@ ], "kind": "let", "range": [ - 92482, - 92509 + 90829, + 90856 ], "loc": { "start": { - "line": 3031, + "line": 2981, "column": 12 }, "end": { - "line": 3031, + "line": 2981, "column": 39 } } @@ -164778,16 +161696,16 @@ "object": { "type": "ThisExpression", "range": [ - 92527, - 92531 + 90874, + 90878 ], "loc": { "start": { - "line": 3032, + "line": 2982, "column": 17 }, "end": { - "line": 3032, + "line": 2982, "column": 21 } } @@ -164796,47 +161714,47 @@ "type": "Identifier", "name": "paging", "range": [ - 92532, - 92538 + 90879, + 90885 ], "loc": { "start": { - "line": 3032, + "line": 2982, "column": 22 }, "end": { - "line": 3032, + "line": 2982, "column": 28 } } }, "range": [ - 92527, - 92538 + 90874, + 90885 ], "loc": { "start": { - "line": 3032, + "line": 2982, "column": 17 }, "end": { - "line": 3032, + "line": 2982, "column": 28 } } }, "prefix": true, "range": [ - 92526, - 92538 + 90873, + 90885 ], "loc": { "start": { - "line": 3032, + "line": 2982, "column": 16 }, "end": { - "line": 3032, + "line": 2982, "column": 28 } } @@ -164857,16 +161775,16 @@ "object": { "type": "ThisExpression", "range": [ - 92562, - 92566 + 90909, + 90913 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 20 }, "end": { - "line": 3033, + "line": 2983, "column": 24 } } @@ -164875,31 +161793,31 @@ "type": "Identifier", "name": "getRowDisplay", "range": [ - 92567, - 92580 + 90914, + 90927 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 25 }, "end": { - "line": 3033, + "line": 2983, "column": 38 } } }, "range": [ - 92562, - 92580 + 90909, + 90927 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 20 }, "end": { - "line": 3033, + "line": 2983, "column": 38 } } @@ -164909,32 +161827,32 @@ "type": "Identifier", "name": "r", "range": [ - 92581, - 92582 + 90928, + 90929 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 39 }, "end": { - "line": 3033, + "line": 2983, "column": 40 } } } ], "range": [ - 92562, - 92583 + 90909, + 90930 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 20 }, "end": { - "line": 3033, + "line": 2983, "column": 41 } } @@ -164943,31 +161861,31 @@ "type": "Identifier", "name": "NONE", "range": [ - 92588, - 92592 + 90935, + 90939 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 46 }, "end": { - "line": 3033, + "line": 2983, "column": 50 } } }, "range": [ - 92562, - 92592 + 90909, + 90939 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 20 }, "end": { - "line": 3033, + "line": 2983, "column": 50 } } @@ -164988,16 +161906,16 @@ "object": { "type": "ThisExpression", "range": [ - 92616, - 92620 + 90963, + 90967 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 20 }, "end": { - "line": 3034, + "line": 2984, "column": 24 } } @@ -165006,31 +161924,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 92621, - 92635 + 90968, + 90982 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 25 }, "end": { - "line": 3034, + "line": 2984, "column": 39 } } }, "range": [ - 92616, - 92635 + 90963, + 90982 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 20 }, "end": { - "line": 3034, + "line": 2984, "column": 39 } } @@ -165039,31 +161957,31 @@ "type": "Identifier", "name": "push", "range": [ - 92636, - 92640 + 90983, + 90987 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 40 }, "end": { - "line": 3034, + "line": 2984, "column": 44 } } }, "range": [ - 92616, - 92640 + 90963, + 90987 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 20 }, "end": { - "line": 3034, + "line": 2984, "column": 44 } } @@ -165076,16 +161994,16 @@ "type": "Identifier", "name": "r", "range": [ - 92641, - 92642 + 90988, + 90989 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 45 }, "end": { - "line": 3034, + "line": 2984, "column": 46 } } @@ -165094,110 +162012,110 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 92643, - 92651 + 90990, + 90998 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 47 }, "end": { - "line": 3034, + "line": 2984, "column": 55 } } }, "range": [ - 92641, - 92651 + 90988, + 90998 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 45 }, "end": { - "line": 3034, + "line": 2984, "column": 55 } } } ], "range": [ - 92616, - 92652 + 90963, + 90999 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 20 }, "end": { - "line": 3034, + "line": 2984, "column": 56 } } }, "range": [ - 92616, - 92653 + 90963, + 91000 ], "loc": { "start": { - "line": 3034, + "line": 2984, "column": 20 }, "end": { - "line": 3034, + "line": 2984, "column": 57 } } } ], "range": [ - 92594, - 92671 + 90941, + 91018 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 52 }, "end": { - "line": 3035, + "line": 2985, "column": 17 } } }, "alternate": null, "range": [ - 92558, - 92671 + 90905, + 91018 ], "loc": { "start": { - "line": 3033, + "line": 2983, "column": 16 }, "end": { - "line": 3035, + "line": 2985, "column": 17 } } } ], "range": [ - 92540, - 92685 + 90887, + 91032 ], "loc": { "start": { - "line": 3032, + "line": 2982, "column": 30 }, "end": { - "line": 3036, + "line": 2986, "column": 13 } } @@ -165222,16 +162140,16 @@ "type": "Identifier", "name": "r", "range": [ - 92713, - 92714 + 91060, + 91061 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 20 }, "end": { - "line": 3037, + "line": 2987, "column": 21 } } @@ -165240,31 +162158,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 92715, - 92727 + 91062, + 91074 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 22 }, "end": { - "line": 3037, + "line": 2987, "column": 34 } } }, "range": [ - 92713, - 92727 + 91060, + 91074 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 20 }, "end": { - "line": 3037, + "line": 2987, "column": 34 } } @@ -165275,32 +162193,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 92728, - 92738 + 91075, + 91085 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 35 }, "end": { - "line": 3037, + "line": 2987, "column": 45 } } } ], "range": [ - 92713, - 92739 + 91060, + 91086 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 20 }, "end": { - "line": 3037, + "line": 2987, "column": 46 } } @@ -165310,31 +162228,31 @@ "value": "true", "raw": "'true'", "range": [ - 92744, - 92750 + 91091, + 91097 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 51 }, "end": { - "line": 3037, + "line": 2987, "column": 57 } } }, "range": [ - 92713, - 92750 + 91060, + 91097 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 20 }, "end": { - "line": 3037, + "line": 2987, "column": 57 } } @@ -165351,16 +162269,16 @@ "type": "Identifier", "name": "r", "range": [ - 92774, - 92775 + 91121, + 91122 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 20 }, "end": { - "line": 3038, + "line": 2988, "column": 21 } } @@ -165369,31 +162287,31 @@ "type": "Identifier", "name": "getAttribute", "range": [ - 92776, - 92788 + 91123, + 91135 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 22 }, "end": { - "line": 3038, + "line": 2988, "column": 34 } } }, "range": [ - 92774, - 92788 + 91121, + 91135 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 20 }, "end": { - "line": 3038, + "line": 2988, "column": 34 } } @@ -165404,32 +162322,32 @@ "value": "validRow", "raw": "'validRow'", "range": [ - 92789, - 92799 + 91136, + 91146 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 35 }, "end": { - "line": 3038, + "line": 2988, "column": 45 } } } ], "range": [ - 92774, - 92800 + 91121, + 91147 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 20 }, "end": { - "line": 3038, + "line": 2988, "column": 46 } } @@ -165439,46 +162357,46 @@ "value": null, "raw": "null", "range": [ - 92805, - 92809 + 91152, + 91156 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 51 }, "end": { - "line": 3038, + "line": 2988, "column": 55 } } }, "range": [ - 92774, - 92809 + 91121, + 91156 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 20 }, "end": { - "line": 3038, + "line": 2988, "column": 55 } } }, "range": [ - 92713, - 92809 + 91060, + 91156 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 20 }, "end": { - "line": 3038, + "line": 2988, "column": 55 } } @@ -165499,16 +162417,16 @@ "object": { "type": "ThisExpression", "range": [ - 92833, - 92837 + 91180, + 91184 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 20 }, "end": { - "line": 3039, + "line": 2989, "column": 24 } } @@ -165517,31 +162435,31 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 92838, - 92852 + 91185, + 91199 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 25 }, "end": { - "line": 3039, + "line": 2989, "column": 39 } } }, "range": [ - 92833, - 92852 + 91180, + 91199 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 20 }, "end": { - "line": 3039, + "line": 2989, "column": 39 } } @@ -165550,31 +162468,31 @@ "type": "Identifier", "name": "push", "range": [ - 92853, - 92857 + 91200, + 91204 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 40 }, "end": { - "line": 3039, + "line": 2989, "column": 44 } } }, "range": [ - 92833, - 92857 + 91180, + 91204 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 20 }, "end": { - "line": 3039, + "line": 2989, "column": 44 } } @@ -165587,16 +162505,16 @@ "type": "Identifier", "name": "r", "range": [ - 92858, - 92859 + 91205, + 91206 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 45 }, "end": { - "line": 3039, + "line": 2989, "column": 46 } } @@ -165605,156 +162523,156 @@ "type": "Identifier", "name": "rowIndex", "range": [ - 92860, - 92868 + 91207, + 91215 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 47 }, "end": { - "line": 3039, + "line": 2989, "column": 55 } } }, "range": [ - 92858, - 92868 + 91205, + 91215 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 45 }, "end": { - "line": 3039, + "line": 2989, "column": 55 } } } ], "range": [ - 92833, - 92869 + 91180, + 91216 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 20 }, "end": { - "line": 3039, + "line": 2989, "column": 56 } } }, "range": [ - 92833, - 92870 + 91180, + 91217 ], "loc": { "start": { - "line": 3039, + "line": 2989, "column": 20 }, "end": { - "line": 3039, + "line": 2989, "column": 57 } } } ], "range": [ - 92811, - 92888 + 91158, + 91235 ], "loc": { "start": { - "line": 3038, + "line": 2988, "column": 57 }, "end": { - "line": 3040, + "line": 2990, "column": 17 } } }, "alternate": null, "range": [ - 92709, - 92888 + 91056, + 91235 ], "loc": { "start": { - "line": 3037, + "line": 2987, "column": 16 }, "end": { - "line": 3040, + "line": 2990, "column": 17 } } } ], "range": [ - 92691, - 92902 + 91038, + 91249 ], "loc": { "start": { - "line": 3036, + "line": 2986, "column": 19 }, "end": { - "line": 3041, + "line": 2991, "column": 13 } } }, "range": [ - 92522, - 92902 + 90869, + 91249 ], "loc": { "start": { - "line": 3032, + "line": 2982, "column": 12 }, "end": { - "line": 3041, + "line": 2991, "column": 13 } } } ], "range": [ - 92468, - 92912 + 90815, + 91259 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 51 }, "end": { - "line": 3042, + "line": 2992, "column": 9 } } }, "range": [ - 92425, - 92912 + 90772, + 91259 ], "loc": { "start": { - "line": 3030, + "line": 2980, "column": 8 }, "end": { - "line": 3042, + "line": 2992, "column": 9 } } @@ -165767,16 +162685,16 @@ "object": { "type": "ThisExpression", "range": [ - 92928, - 92932 + 91275, + 91279 ], "loc": { "start": { - "line": 3043, + "line": 2993, "column": 15 }, "end": { - "line": 3043, + "line": 2993, "column": 19 } } @@ -165785,62 +162703,62 @@ "type": "Identifier", "name": "validRowsIndex", "range": [ - 92933, - 92947 + 91280, + 91294 ], "loc": { "start": { - "line": 3043, + "line": 2993, "column": 20 }, "end": { - "line": 3043, + "line": 2993, "column": 34 } } }, "range": [ - 92928, - 92947 + 91275, + 91294 ], "loc": { "start": { - "line": 3043, + "line": 2993, "column": 15 }, "end": { - "line": 3043, + "line": 2993, "column": 34 } } }, "range": [ - 92921, - 92948 + 91268, + 91295 ], "loc": { "start": { - "line": 3043, + "line": 2993, "column": 8 }, "end": { - "line": 3043, + "line": 2993, "column": 35 } } } ], "range": [ - 92264, - 92954 + 90611, + 91301 ], "loc": { "start": { - "line": 3023, + "line": 2973, "column": 25 }, "end": { - "line": 3044, + "line": 2994, "column": 5 } } @@ -165848,16 +162766,16 @@ "generator": false, "expression": false, "range": [ - 92255, - 92954 + 90602, + 91301 ], "loc": { "start": { - "line": 3023, + "line": 2973, "column": 16 }, "end": { - "line": 3044, + "line": 2994, "column": 5 } } @@ -165865,16 +162783,16 @@ "kind": "method", "computed": false, "range": [ - 92243, - 92954 + 90590, + 91301 ], "loc": { "start": { - "line": 3023, + "line": 2973, "column": 4 }, "end": { - "line": 3044, + "line": 2994, "column": 5 } }, @@ -165883,16 +162801,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": [ - 92062, - 92238 + 90409, + 90585 ], "loc": { "start": { - "line": 3018, + "line": 2968, "column": 4 }, "end": { - "line": 3022, + "line": 2972, "column": 7 } } @@ -165903,16 +162821,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 92960, - 93050 + 91307, + 91397 ], "loc": { "start": { - "line": 3046, + "line": 2996, "column": 4 }, "end": { - "line": 3049, + "line": 2999, "column": 7 } } @@ -165926,16 +162844,16 @@ "type": "Identifier", "name": "getFiltersRowIndex", "range": [ - 93055, - 93073 + 91402, + 91420 ], "loc": { "start": { - "line": 3050, + "line": 3000, "column": 4 }, "end": { - "line": 3050, + "line": 3000, "column": 22 } } @@ -165955,16 +162873,16 @@ "object": { "type": "ThisExpression", "range": [ - 93093, - 93097 + 91440, + 91444 ], "loc": { "start": { - "line": 3051, + "line": 3001, "column": 15 }, "end": { - "line": 3051, + "line": 3001, "column": 19 } } @@ -165973,62 +162891,62 @@ "type": "Identifier", "name": "filtersRowIndex", "range": [ - 93098, - 93113 + 91445, + 91460 ], "loc": { "start": { - "line": 3051, + "line": 3001, "column": 20 }, "end": { - "line": 3051, + "line": 3001, "column": 35 } } }, "range": [ - 93093, - 93113 + 91440, + 91460 ], "loc": { "start": { - "line": 3051, + "line": 3001, "column": 15 }, "end": { - "line": 3051, + "line": 3001, "column": 35 } } }, "range": [ - 93086, - 93114 + 91433, + 91461 ], "loc": { "start": { - "line": 3051, + "line": 3001, "column": 8 }, "end": { - "line": 3051, + "line": 3001, "column": 36 } } } ], "range": [ - 93076, - 93120 + 91423, + 91467 ], "loc": { "start": { - "line": 3050, + "line": 3000, "column": 25 }, "end": { - "line": 3052, + "line": 3002, "column": 5 } } @@ -166036,16 +162954,16 @@ "generator": false, "expression": false, "range": [ - 93073, - 93120 + 91420, + 91467 ], "loc": { "start": { - "line": 3050, + "line": 3000, "column": 22 }, "end": { - "line": 3052, + "line": 3002, "column": 5 } } @@ -166053,16 +162971,16 @@ "kind": "method", "computed": false, "range": [ - 93055, - 93120 + 91402, + 91467 ], "loc": { "start": { - "line": 3050, + "line": 3000, "column": 4 }, "end": { - "line": 3052, + "line": 3002, "column": 5 } }, @@ -166071,16 +162989,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 92960, - 93050 + 91307, + 91397 ], "loc": { "start": { - "line": 3046, + "line": 2996, "column": 4 }, "end": { - "line": 3049, + "line": 2999, "column": 7 } } @@ -166091,16 +163009,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 93126, - 93201 + 91473, + 91548 ], "loc": { "start": { - "line": 3054, + "line": 3004, "column": 4 }, "end": { - "line": 3057, + "line": 3007, "column": 7 } } @@ -166114,16 +163032,16 @@ "type": "Identifier", "name": "getHeadersRowIndex", "range": [ - 93206, - 93224 + 91553, + 91571 ], "loc": { "start": { - "line": 3058, + "line": 3008, "column": 4 }, "end": { - "line": 3058, + "line": 3008, "column": 22 } } @@ -166143,16 +163061,16 @@ "object": { "type": "ThisExpression", "range": [ - 93244, - 93248 + 91591, + 91595 ], "loc": { "start": { - "line": 3059, + "line": 3009, "column": 15 }, "end": { - "line": 3059, + "line": 3009, "column": 19 } } @@ -166161,62 +163079,62 @@ "type": "Identifier", "name": "headersRow", "range": [ - 93249, - 93259 + 91596, + 91606 ], "loc": { "start": { - "line": 3059, + "line": 3009, "column": 20 }, "end": { - "line": 3059, + "line": 3009, "column": 30 } } }, "range": [ - 93244, - 93259 + 91591, + 91606 ], "loc": { "start": { - "line": 3059, + "line": 3009, "column": 15 }, "end": { - "line": 3059, + "line": 3009, "column": 30 } } }, "range": [ - 93237, - 93260 + 91584, + 91607 ], "loc": { "start": { - "line": 3059, + "line": 3009, "column": 8 }, "end": { - "line": 3059, + "line": 3009, "column": 31 } } } ], "range": [ - 93227, - 93266 + 91574, + 91613 ], "loc": { "start": { - "line": 3058, + "line": 3008, "column": 25 }, "end": { - "line": 3060, + "line": 3010, "column": 5 } } @@ -166224,16 +163142,16 @@ "generator": false, "expression": false, "range": [ - 93224, - 93266 + 91571, + 91613 ], "loc": { "start": { - "line": 3058, + "line": 3008, "column": 22 }, "end": { - "line": 3060, + "line": 3010, "column": 5 } } @@ -166241,16 +163159,16 @@ "kind": "method", "computed": false, "range": [ - 93206, - 93266 + 91553, + 91613 ], "loc": { "start": { - "line": 3058, + "line": 3008, "column": 4 }, "end": { - "line": 3060, + "line": 3010, "column": 5 } }, @@ -166259,16 +163177,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 93126, - 93201 + 91473, + 91548 ], "loc": { "start": { - "line": 3054, + "line": 3004, "column": 4 }, "end": { - "line": 3057, + "line": 3007, "column": 7 } } @@ -166279,16 +163197,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 93272, - 93399 + 91619, + 91746 ], "loc": { "start": { - "line": 3062, + "line": 3012, "column": 4 }, "end": { - "line": 3066, + "line": 3016, "column": 7 } } @@ -166302,16 +163220,16 @@ "type": "Identifier", "name": "getStartRowIndex", "range": [ - 93404, - 93420 + 91751, + 91767 ], "loc": { "start": { - "line": 3067, + "line": 3017, "column": 4 }, "end": { - "line": 3067, + "line": 3017, "column": 20 } } @@ -166331,16 +163249,16 @@ "object": { "type": "ThisExpression", "range": [ - 93440, - 93444 + 91787, + 91791 ], "loc": { "start": { - "line": 3068, + "line": 3018, "column": 15 }, "end": { - "line": 3068, + "line": 3018, "column": 19 } } @@ -166349,62 +163267,62 @@ "type": "Identifier", "name": "refRow", "range": [ - 93445, - 93451 + 91792, + 91798 ], "loc": { "start": { - "line": 3068, + "line": 3018, "column": 20 }, "end": { - "line": 3068, + "line": 3018, "column": 26 } } }, "range": [ - 93440, - 93451 + 91787, + 91798 ], "loc": { "start": { - "line": 3068, + "line": 3018, "column": 15 }, "end": { - "line": 3068, + "line": 3018, "column": 26 } } }, "range": [ - 93433, - 93452 + 91780, + 91799 ], "loc": { "start": { - "line": 3068, + "line": 3018, "column": 8 }, "end": { - "line": 3068, + "line": 3018, "column": 27 } } } ], "range": [ - 93423, - 93458 + 91770, + 91805 ], "loc": { "start": { - "line": 3067, + "line": 3017, "column": 23 }, "end": { - "line": 3069, + "line": 3019, "column": 5 } } @@ -166412,16 +163330,16 @@ "generator": false, "expression": false, "range": [ - 93420, - 93458 + 91767, + 91805 ], "loc": { "start": { - "line": 3067, + "line": 3017, "column": 20 }, "end": { - "line": 3069, + "line": 3019, "column": 5 } } @@ -166429,16 +163347,16 @@ "kind": "method", "computed": false, "range": [ - 93404, - 93458 + 91751, + 91805 ], "loc": { "start": { - "line": 3067, + "line": 3017, "column": 4 }, "end": { - "line": 3069, + "line": 3019, "column": 5 } }, @@ -166447,16 +163365,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 93272, - 93399 + 91619, + 91746 ], "loc": { "start": { - "line": 3062, + "line": 3012, "column": 4 }, "end": { - "line": 3066, + "line": 3016, "column": 7 } } @@ -166467,16 +163385,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 93464, - 93536 + 91811, + 91883 ], "loc": { "start": { - "line": 3071, + "line": 3021, "column": 4 }, "end": { - "line": 3074, + "line": 3024, "column": 7 } } @@ -166490,16 +163408,16 @@ "type": "Identifier", "name": "getLastRowIndex", "range": [ - 93541, - 93556 + 91888, + 91903 ], "loc": { "start": { - "line": 3075, + "line": 3025, "column": 4 }, "end": { - "line": 3075, + "line": 3025, "column": 19 } } @@ -166520,16 +163438,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 93573, - 93579 + 91920, + 91926 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 12 }, "end": { - "line": 3076, + "line": 3026, "column": 18 } } @@ -166542,16 +163460,16 @@ "object": { "type": "ThisExpression", "range": [ - 93582, - 93586 + 91929, + 91933 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 21 }, "end": { - "line": 3076, + "line": 3026, "column": 25 } } @@ -166560,31 +163478,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 93587, - 93596 + 91934, + 91943 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 26 }, "end": { - "line": 3076, + "line": 3026, "column": 35 } } }, "range": [ - 93582, - 93596 + 91929, + 91943 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 21 }, "end": { - "line": 3076, + "line": 3026, "column": 35 } } @@ -166595,47 +163513,47 @@ "value": true, "raw": "true", "range": [ - 93597, - 93601 + 91944, + 91948 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 36 }, "end": { - "line": 3076, + "line": 3026, "column": 40 } } } ], "range": [ - 93582, - 93602 + 91929, + 91949 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 21 }, "end": { - "line": 3076, + "line": 3026, "column": 41 } } }, "range": [ - 93573, - 93602 + 91920, + 91949 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 12 }, "end": { - "line": 3076, + "line": 3026, "column": 41 } } @@ -166643,16 +163561,16 @@ ], "kind": "let", "range": [ - 93569, - 93603 + 91916, + 91950 ], "loc": { "start": { - "line": 3076, + "line": 3026, "column": 8 }, "end": { - "line": 3076, + "line": 3026, "column": 42 } } @@ -166666,16 +163584,16 @@ "type": "Identifier", "name": "nbRows", "range": [ - 93620, - 93626 + 91967, + 91973 ], "loc": { "start": { - "line": 3077, + "line": 3027, "column": 16 }, "end": { - "line": 3077, + "line": 3027, "column": 22 } } @@ -166685,62 +163603,62 @@ "value": 1, "raw": "1", "range": [ - 93629, - 93630 + 91976, + 91977 ], "loc": { "start": { - "line": 3077, + "line": 3027, "column": 25 }, "end": { - "line": 3077, + "line": 3027, "column": 26 } } }, "range": [ - 93620, - 93630 + 91967, + 91977 ], "loc": { "start": { - "line": 3077, + "line": 3027, "column": 16 }, "end": { - "line": 3077, + "line": 3027, "column": 26 } } }, "range": [ - 93612, - 93632 + 91959, + 91979 ], "loc": { "start": { - "line": 3077, + "line": 3027, "column": 8 }, "end": { - "line": 3077, + "line": 3027, "column": 28 } } } ], "range": [ - 93559, - 93638 + 91906, + 91985 ], "loc": { "start": { - "line": 3075, + "line": 3025, "column": 22 }, "end": { - "line": 3078, + "line": 3028, "column": 5 } } @@ -166748,16 +163666,16 @@ "generator": false, "expression": false, "range": [ - 93556, - 93638 + 91903, + 91985 ], "loc": { "start": { - "line": 3075, + "line": 3025, "column": 19 }, "end": { - "line": 3078, + "line": 3028, "column": 5 } } @@ -166765,16 +163683,16 @@ "kind": "method", "computed": false, "range": [ - 93541, - 93638 + 91888, + 91985 ], "loc": { "start": { - "line": 3075, + "line": 3025, "column": 4 }, "end": { - "line": 3078, + "line": 3028, "column": 5 } }, @@ -166783,16 +163701,16 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 93464, - 93536 + 91811, + 91883 ], "loc": { "start": { - "line": 3071, + "line": 3021, "column": 4 }, "end": { - "line": 3074, + "line": 3024, "column": 7 } } @@ -166801,18 +163719,18 @@ "trailingComments": [ { "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 * @returns {Boolean}\n ", + "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": [ - 93644, - 93854 + 91991, + 92200 ], "loc": { "start": { - "line": 3080, + "line": 3030, "column": 4 }, "end": { - "line": 3085, + "line": 3035, "column": 7 } } @@ -166826,16 +163744,16 @@ "type": "Identifier", "name": "hasType", "range": [ - 93859, - 93866 + 92205, + 92212 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 4 }, "end": { - "line": 3086, + "line": 3036, "column": 11 } } @@ -166848,16 +163766,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 93867, - 93875 + 92213, + 92221 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 12 }, "end": { - "line": 3086, + "line": 3036, "column": 20 } } @@ -166868,16 +163786,16 @@ "type": "Identifier", "name": "types", "range": [ - 93877, - 93882 + 92223, + 92228 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 22 }, "end": { - "line": 3086, + "line": 3036, "column": 27 } } @@ -166886,31 +163804,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 93885, - 93887 + 92231, + 92233 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 30 }, "end": { - "line": 3086, + "line": 3036, "column": 32 } } }, "range": [ - 93877, - 93887 + 92223, + 92233 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 22 }, "end": { - "line": 3086, + "line": 3036, "column": 32 } } @@ -166933,16 +163851,16 @@ "object": { "type": "ThisExpression", "range": [ - 93903, - 93907 + 92249, + 92253 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 12 }, "end": { - "line": 3087, + "line": 3037, "column": 16 } } @@ -166951,31 +163869,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 93908, - 93916 + 92254, + 92262 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 17 }, "end": { - "line": 3087, + "line": 3037, "column": 25 } } }, "range": [ - 93903, - 93916 + 92249, + 92262 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 12 }, "end": { - "line": 3087, + "line": 3037, "column": 25 } } @@ -166984,31 +163902,31 @@ "type": "Identifier", "name": "length", "range": [ - 93917, - 93923 + 92263, + 92269 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 26 }, "end": { - "line": 3087, + "line": 3037, "column": 32 } } }, "range": [ - 93903, - 93923 + 92249, + 92269 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 12 }, "end": { - "line": 3087, + "line": 3037, "column": 32 } } @@ -167018,31 +163936,31 @@ "value": 0, "raw": "0", "range": [ - 93928, - 93929 + 92274, + 92275 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 37 }, "end": { - "line": 3087, + "line": 3037, "column": 38 } } }, "range": [ - 93903, - 93929 + 92249, + 92275 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 12 }, "end": { - "line": 3087, + "line": 3037, "column": 38 } } @@ -167057,63 +163975,63 @@ "value": false, "raw": "false", "range": [ - 93952, - 93957 + 92298, + 92303 ], "loc": { "start": { - "line": 3088, + "line": 3038, "column": 19 }, "end": { - "line": 3088, + "line": 3038, "column": 24 } } }, "range": [ - 93945, - 93958 + 92291, + 92304 ], "loc": { "start": { - "line": 3088, + "line": 3038, "column": 12 }, "end": { - "line": 3088, + "line": 3038, "column": 25 } } } ], "range": [ - 93931, - 93968 + 92277, + 92314 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 40 }, "end": { - "line": 3089, + "line": 3039, "column": 9 } } }, "alternate": null, "range": [ - 93899, - 93968 + 92245, + 92314 ], "loc": { "start": { - "line": 3087, + "line": 3037, "column": 8 }, "end": { - "line": 3089, + "line": 3039, "column": 9 } } @@ -167127,16 +164045,16 @@ "type": "Identifier", "name": "colType", "range": [ - 93981, - 93988 + 92327, + 92334 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 12 }, "end": { - "line": 3090, + "line": 3040, "column": 19 } } @@ -167150,16 +164068,16 @@ "object": { "type": "ThisExpression", "range": [ - 93991, - 93995 + 92337, + 92341 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 22 }, "end": { - "line": 3090, + "line": 3040, "column": 26 } } @@ -167168,31 +164086,31 @@ "type": "Identifier", "name": "colTypes", "range": [ - 93996, - 94004 + 92342, + 92350 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 27 }, "end": { - "line": 3090, + "line": 3040, "column": 35 } } }, "range": [ - 93991, - 94004 + 92337, + 92350 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 22 }, "end": { - "line": 3090, + "line": 3040, "column": 35 } } @@ -167201,46 +164119,46 @@ "type": "Identifier", "name": "colIndex", "range": [ - 94005, - 94013 + 92351, + 92359 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 36 }, "end": { - "line": 3090, + "line": 3040, "column": 44 } } }, "range": [ - 93991, - 94014 + 92337, + 92360 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 22 }, "end": { - "line": 3090, + "line": 3040, "column": 45 } } }, "range": [ - 93981, - 94014 + 92327, + 92360 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 12 }, "end": { - "line": 3090, + "line": 3040, "column": 45 } } @@ -167248,16 +164166,16 @@ ], "kind": "let", "range": [ - 93977, - 94015 + 92323, + 92361 ], "loc": { "start": { - "line": 3090, + "line": 3040, "column": 8 }, "end": { - "line": 3090, + "line": 3040, "column": 46 } } @@ -167270,16 +164188,16 @@ "type": "Identifier", "name": "isObj", "range": [ - 94028, - 94033 + 92374, + 92379 ], "loc": { "start": { - "line": 3091, + "line": 3041, "column": 12 }, "end": { - "line": 3091, + "line": 3041, "column": 17 } } @@ -167289,32 +164207,32 @@ "type": "Identifier", "name": "colType", "range": [ - 94034, - 94041 + 92380, + 92387 ], "loc": { "start": { - "line": 3091, + "line": 3041, "column": 18 }, "end": { - "line": 3091, + "line": 3041, "column": 25 } } } ], "range": [ - 94028, - 94042 + 92374, + 92388 ], "loc": { "start": { - "line": 3091, + "line": 3041, "column": 12 }, "end": { - "line": 3091, + "line": 3041, "column": 26 } } @@ -167331,16 +164249,16 @@ "type": "Identifier", "name": "colType", "range": [ - 94058, - 94065 + 92404, + 92411 ], "loc": { "start": { - "line": 3092, + "line": 3042, "column": 12 }, "end": { - "line": 3092, + "line": 3042, "column": 19 } } @@ -167352,16 +164270,16 @@ "type": "Identifier", "name": "colType", "range": [ - 94068, - 94075 + 92414, + 92421 ], "loc": { "start": { - "line": 3092, + "line": 3042, "column": 22 }, "end": { - "line": 3092, + "line": 3042, "column": 29 } } @@ -167370,93 +164288,93 @@ "type": "Identifier", "name": "type", "range": [ - 94076, - 94080 + 92422, + 92426 ], "loc": { "start": { - "line": 3092, + "line": 3042, "column": 30 }, "end": { - "line": 3092, + "line": 3042, "column": 34 } } }, "range": [ - 94068, - 94080 + 92414, + 92426 ], "loc": { "start": { - "line": 3092, + "line": 3042, "column": 22 }, "end": { - "line": 3092, + "line": 3042, "column": 34 } } }, "range": [ - 94058, - 94080 + 92404, + 92426 ], "loc": { "start": { - "line": 3092, + "line": 3042, "column": 12 }, "end": { - "line": 3092, + "line": 3042, "column": 34 } } }, "range": [ - 94058, - 94081 + 92404, + 92427 ], "loc": { "start": { - "line": 3092, + "line": 3042, "column": 12 }, "end": { - "line": 3092, + "line": 3042, "column": 35 } } } ], "range": [ - 94044, - 94091 + 92390, + 92437 ], "loc": { "start": { - "line": 3091, + "line": 3041, "column": 28 }, "end": { - "line": 3093, + "line": 3043, "column": 9 } } }, "alternate": null, "range": [ - 94024, - 94091 + 92370, + 92437 ], "loc": { "start": { - "line": 3091, + "line": 3041, "column": 8 }, "end": { - "line": 3093, + "line": 3043, "column": 9 } } @@ -167475,16 +164393,16 @@ "type": "Identifier", "name": "types", "range": [ - 94107, - 94112 + 92453, + 92458 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 15 }, "end": { - "line": 3094, + "line": 3044, "column": 20 } } @@ -167493,31 +164411,31 @@ "type": "Identifier", "name": "indexOf", "range": [ - 94113, - 94120 + 92459, + 92466 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 21 }, "end": { - "line": 3094, + "line": 3044, "column": 28 } } }, "range": [ - 94107, - 94120 + 92453, + 92466 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 15 }, "end": { - "line": 3094, + "line": 3044, "column": 28 } } @@ -167527,32 +164445,32 @@ "type": "Identifier", "name": "colType", "range": [ - 94121, - 94128 + 92467, + 92474 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 29 }, "end": { - "line": 3094, + "line": 3044, "column": 36 } } } ], "range": [ - 94107, - 94129 + 92453, + 92475 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 15 }, "end": { - "line": 3094, + "line": 3044, "column": 37 } } @@ -167565,78 +164483,78 @@ "value": 1, "raw": "1", "range": [ - 94135, - 94136 + 92481, + 92482 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 43 }, "end": { - "line": 3094, + "line": 3044, "column": 44 } } }, "prefix": true, "range": [ - 94134, - 94136 + 92480, + 92482 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 42 }, "end": { - "line": 3094, + "line": 3044, "column": 44 } } }, "range": [ - 94107, - 94136 + 92453, + 92482 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 15 }, "end": { - "line": 3094, + "line": 3044, "column": 44 } } }, "range": [ - 94100, - 94137 + 92446, + 92483 ], "loc": { "start": { - "line": 3094, + "line": 3044, "column": 8 }, "end": { - "line": 3094, + "line": 3044, "column": 45 } } } ], "range": [ - 93889, - 94143 + 92235, + 92489 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 34 }, "end": { - "line": 3095, + "line": 3045, "column": 5 } } @@ -167644,16 +164562,16 @@ "generator": false, "expression": false, "range": [ - 93866, - 94143 + 92212, + 92489 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 11 }, "end": { - "line": 3095, + "line": 3045, "column": 5 } } @@ -167661,34 +164579,34 @@ "kind": "method", "computed": false, "range": [ - 93859, - 94143 + 92205, + 92489 ], "loc": { "start": { - "line": 3086, + "line": 3036, "column": 4 }, "end": { - "line": 3095, + "line": 3045, "column": 5 } }, "leadingComments": [ { "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 * @returns {Boolean}\n ", + "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": [ - 93644, - 93854 + 91991, + 92200 ], "loc": { "start": { - "line": 3080, + "line": 3030, "column": 4 }, "end": { - "line": 3085, + "line": 3035, "column": 7 } } @@ -167699,16 +164617,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": [ - 94149, - 94290 + 92495, + 92636 ], "loc": { "start": { - "line": 3097, + "line": 3047, "column": 4 }, "end": { - "line": 3101, + "line": 3051, "column": 7 } } @@ -167722,16 +164640,16 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 94295, - 94311 + 92641, + 92657 ], "loc": { "start": { - "line": 3102, + "line": 3052, "column": 4 }, "end": { - "line": 3102, + "line": 3052, "column": 20 } } @@ -167744,16 +164662,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 94312, - 94320 + 92658, + 92666 ], "loc": { "start": { - "line": 3102, + "line": 3052, "column": 21 }, "end": { - "line": 3102, + "line": 3052, "column": 29 } } @@ -167771,16 +164689,16 @@ "type": "Identifier", "name": "table", "range": [ - 94336, - 94341 + 92682, + 92687 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 12 }, "end": { - "line": 3103, + "line": 3053, "column": 17 } } @@ -167793,16 +164711,16 @@ "object": { "type": "ThisExpression", "range": [ - 94344, - 94348 + 92690, + 92694 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 20 }, "end": { - "line": 3103, + "line": 3053, "column": 24 } } @@ -167811,31 +164729,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 94349, - 94359 + 92695, + 92705 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 25 }, "end": { - "line": 3103, + "line": 3053, "column": 35 } } }, "range": [ - 94344, - 94359 + 92690, + 92705 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 20 }, "end": { - "line": 3103, + "line": 3053, "column": 35 } } @@ -167852,16 +164770,16 @@ "object": { "type": "ThisExpression", "range": [ - 94362, - 94366 + 92708, + 92712 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 38 }, "end": { - "line": 3103, + "line": 3053, "column": 42 } } @@ -167870,31 +164788,31 @@ "type": "Identifier", "name": "Mod", "range": [ - 94367, - 94370 + 92713, + 92716 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 43 }, "end": { - "line": 3103, + "line": 3053, "column": 46 } } }, "range": [ - 94362, - 94370 + 92708, + 92716 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 38 }, "end": { - "line": 3103, + "line": 3053, "column": 46 } } @@ -167903,31 +164821,31 @@ "type": "Identifier", "name": "gridLayout", "range": [ - 94371, - 94381 + 92717, + 92727 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 47 }, "end": { - "line": 3103, + "line": 3053, "column": 57 } } }, "range": [ - 94362, - 94381 + 92708, + 92727 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 38 }, "end": { - "line": 3103, + "line": 3053, "column": 57 } } @@ -167936,31 +164854,31 @@ "type": "Identifier", "name": "headTbl", "range": [ - 94382, - 94389 + 92728, + 92735 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 58 }, "end": { - "line": 3103, + "line": 3053, "column": 65 } } }, "range": [ - 94362, - 94389 + 92708, + 92735 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 38 }, "end": { - "line": 3103, + "line": 3053, "column": 65 } } @@ -167973,16 +164891,16 @@ "object": { "type": "ThisExpression", "range": [ - 94392, - 94396 + 92738, + 92742 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 68 }, "end": { - "line": 3103, + "line": 3053, "column": 72 } } @@ -167991,77 +164909,77 @@ "type": "Identifier", "name": "dom", "range": [ - 94397, - 94400 + 92743, + 92746 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 73 }, "end": { - "line": 3103, + "line": 3053, "column": 76 } } }, "range": [ - 94392, - 94400 + 92738, + 92746 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 68 }, "end": { - "line": 3103, + "line": 3053, "column": 76 } } }, "arguments": [], "range": [ - 94392, - 94402 + 92738, + 92748 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 68 }, "end": { - "line": 3103, + "line": 3053, "column": 78 } } }, "range": [ - 94344, - 94402 + 92690, + 92748 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 20 }, "end": { - "line": 3103, + "line": 3053, "column": 78 } } }, "range": [ - 94336, - 94402 + 92682, + 92748 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 12 }, "end": { - "line": 3103, + "line": 3053, "column": 78 } } @@ -168069,16 +164987,16 @@ ], "kind": "let", "range": [ - 94332, - 94403 + 92678, + 92749 ], "loc": { "start": { - "line": 3103, + "line": 3053, "column": 8 }, "end": { - "line": 3103, + "line": 3053, "column": 79 } } @@ -168092,16 +165010,16 @@ "type": "Identifier", "name": "tHead", "range": [ - 94416, - 94421 + 92762, + 92767 ], "loc": { "start": { - "line": 3104, + "line": 3054, "column": 12 }, "end": { - "line": 3104, + "line": 3054, "column": 17 } } @@ -168112,16 +165030,16 @@ "type": "Identifier", "name": "tag", "range": [ - 94424, - 94427 + 92770, + 92773 ], "loc": { "start": { - "line": 3104, + "line": 3054, "column": 20 }, "end": { - "line": 3104, + "line": 3054, "column": 23 } } @@ -168131,16 +165049,16 @@ "type": "Identifier", "name": "table", "range": [ - 94428, - 94433 + 92774, + 92779 ], "loc": { "start": { - "line": 3104, + "line": 3054, "column": 24 }, "end": { - "line": 3104, + "line": 3054, "column": 29 } } @@ -168150,47 +165068,47 @@ "value": "thead", "raw": "'thead'", "range": [ - 94435, - 94442 + 92781, + 92788 ], "loc": { "start": { - "line": 3104, + "line": 3054, "column": 31 }, "end": { - "line": 3104, + "line": 3054, "column": 38 } } } ], "range": [ - 94424, - 94443 + 92770, + 92789 ], "loc": { "start": { - "line": 3104, + "line": 3054, "column": 20 }, "end": { - "line": 3104, + "line": 3054, "column": 39 } } }, "range": [ - 94416, - 94443 + 92762, + 92789 ], "loc": { "start": { - "line": 3104, + "line": 3054, "column": 12 }, "end": { - "line": 3104, + "line": 3054, "column": 39 } } @@ -168198,16 +165116,16 @@ ], "kind": "let", "range": [ - 94412, - 94444 + 92758, + 92790 ], "loc": { "start": { - "line": 3104, + "line": 3054, "column": 8 }, "end": { - "line": 3104, + "line": 3054, "column": 40 } } @@ -168219,104 +165137,122 @@ "type": "VariableDeclarator", "id": { "type": "Identifier", - "name": "headersRow", + "name": "rowIdx", "range": [ - 94457, - 94467 + 92803, + 92809 ], "loc": { "start": { - "line": 3105, + "line": 3055, "column": 12 }, "end": { - "line": 3105, - "column": 22 + "line": 3055, + "column": 18 } } }, "init": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "ThisExpression", + "type": "CallExpression", + "callee": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "ThisExpression", + "range": [ + 92812, + 92816 + ], + "loc": { + "start": { + "line": 3055, + "column": 21 + }, + "end": { + "line": 3055, + "column": 25 + } + } + }, + "property": { + "type": "Identifier", + "name": "getHeadersRowIndex", + "range": [ + 92817, + 92835 + ], + "loc": { + "start": { + "line": 3055, + "column": 26 + }, + "end": { + "line": 3055, + "column": 44 + } + } + }, "range": [ - 94470, - 94474 + 92812, + 92835 ], "loc": { "start": { - "line": 3105, - "column": 25 + "line": 3055, + "column": 21 }, "end": { - "line": 3105, - "column": 29 - } - } - }, - "property": { - "type": "Identifier", - "name": "headersRow", - "range": [ - 94475, - 94485 - ], - "loc": { - "start": { - "line": 3105, - "column": 30 - }, - "end": { - "line": 3105, - "column": 40 + "line": 3055, + "column": 44 } } }, + "arguments": [], "range": [ - 94470, - 94485 + 92812, + 92837 ], "loc": { "start": { - "line": 3105, - "column": 25 + "line": 3055, + "column": 21 }, "end": { - "line": 3105, - "column": 40 + "line": 3055, + "column": 46 } } }, "range": [ - 94457, - 94485 + 92803, + 92837 ], "loc": { "start": { - "line": 3105, + "line": 3055, "column": 12 }, "end": { - "line": 3105, - "column": 40 + "line": 3055, + "column": 46 } } } ], "kind": "let", "range": [ - 94453, - 94486 + 92799, + 92838 ], "loc": { "start": { - "line": 3105, + "line": 3055, "column": 8 }, "end": { - "line": 3105, - "column": 41 + "line": 3055, + "column": 47 } } }, @@ -168329,32 +165265,32 @@ "type": "Identifier", "name": "header", "range": [ - 94499, - 94505 + 92851, + 92857 ], "loc": { "start": { - "line": 3106, + "line": 3056, "column": 12 }, "end": { - "line": 3106, + "line": 3056, "column": 18 } } }, "init": null, "range": [ - 94499, - 94505 + 92851, + 92857 ], "loc": { "start": { - "line": 3106, + "line": 3056, "column": 12 }, "end": { - "line": 3106, + "line": 3056, "column": 18 } } @@ -168362,1102 +165298,739 @@ ], "kind": "let", "range": [ - 94495, - 94506 + 92847, + 92858 ], "loc": { "start": { - "line": 3106, + "line": 3056, "column": 8 }, "end": { - "line": 3106, + "line": 3056, "column": 19 } } }, { - "type": "ForStatement", - "init": { - "type": "VariableDeclaration", - "declarations": [ - { - "type": "VariableDeclarator", - "id": { - "type": "Identifier", - "name": "i", - "range": [ - 94524, - 94525 - ], - "loc": { - "start": { - "line": 3107, - "column": 17 - }, - "end": { - "line": 3107, - "column": 18 - } - } - }, - "init": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 94528, - 94529 - ], - "loc": { - "start": { - "line": 3107, - "column": 21 - }, - "end": { - "line": 3107, - "column": 22 - } - } - }, - "range": [ - 94524, - 94529 - ], - "loc": { - "start": { - "line": 3107, - "column": 17 - }, - "end": { - "line": 3107, - "column": 22 - } - } - } - ], - "kind": "let", - "range": [ - 94520, - 94529 - ], - "loc": { - "start": { - "line": 3107, - "column": 13 - }, - "end": { - "line": 3107, - "column": 22 - } - } - }, + "type": "IfStatement", "test": { "type": "BinaryExpression", - "operator": "<", + "operator": "===", "left": { - "type": "Identifier", - "name": "i", - "range": [ - 94531, - 94532 - ], - "loc": { - "start": { - "line": 3107, - "column": 24 - }, - "end": { - "line": 3107, - "column": 25 - } - } - }, - "right": { "type": "MemberExpression", "computed": false, "object": { - "type": "ThisExpression", + "type": "Identifier", + "name": "tHead", "range": [ - 94535, - 94539 + 92871, + 92876 ], "loc": { "start": { - "line": 3107, - "column": 28 + "line": 3057, + "column": 12 }, "end": { - "line": 3107, - "column": 32 + "line": 3057, + "column": 17 } } }, "property": { "type": "Identifier", - "name": "nbCells", + "name": "length", "range": [ - 94540, - 94547 + 92877, + 92883 ], "loc": { "start": { - "line": 3107, - "column": 33 + "line": 3057, + "column": 18 }, "end": { - "line": 3107, - "column": 40 + "line": 3057, + "column": 24 } } }, "range": [ - 94535, - 94547 + 92871, + 92883 ], "loc": { "start": { - "line": 3107, - "column": 28 + "line": 3057, + "column": 12 }, "end": { - "line": 3107, - "column": 40 + "line": 3057, + "column": 24 } } }, - "range": [ - 94531, - 94547 - ], - "loc": { - "start": { - "line": 3107, - "column": 24 - }, - "end": { - "line": 3107, - "column": 40 - } - } - }, - "update": { - "type": "UpdateExpression", - "operator": "++", - "argument": { - "type": "Identifier", - "name": "i", + "right": { + "type": "Literal", + "value": 0, + "raw": "0", "range": [ - 94549, - 94550 + 92888, + 92889 ], "loc": { "start": { - "line": 3107, - "column": 42 + "line": 3057, + "column": 29 }, "end": { - "line": 3107, - "column": 43 + "line": 3057, + "column": 30 } } }, - "prefix": false, "range": [ - 94549, - 94552 + 92871, + 92889 ], "loc": { "start": { - "line": 3107, - "column": 42 + "line": 3057, + "column": 12 }, "end": { - "line": 3107, - "column": 45 + "line": 3057, + "column": 30 } } }, - "body": { + "consequent": { "type": "BlockStatement", "body": [ { - "type": "IfStatement", - "test": { - "type": "BinaryExpression", - "operator": "!==", + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", "left": { "type": "Identifier", - "name": "i", + "name": "header", "range": [ - 94572, - 94573 + 92905, + 92911 ], "loc": { "start": { - "line": 3108, - "column": 16 + "line": 3058, + "column": 12 }, "end": { - "line": 3108, - "column": 17 + "line": 3058, + "column": 18 } } }, "right": { - "type": "Identifier", - "name": "colIndex", - "range": [ - 94578, - 94586 - ], - "loc": { - "start": { - "line": 3108, - "column": 22 - }, - "end": { - "line": 3108, - "column": 30 - } - } - }, - "range": [ - 94572, - 94586 - ], - "loc": { - "start": { - "line": 3108, - "column": 16 - }, - "end": { - "line": 3108, - "column": 30 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ContinueStatement", - "label": null, - "range": [ - 94606, - 94615 - ], - "loc": { - "start": { - "line": 3109, - "column": 16 - }, - "end": { - "line": 3109, - "column": 25 - } - } - } - ], - "range": [ - 94588, - 94629 - ], - "loc": { - "start": { - "line": 3108, - "column": 32 - }, - "end": { - "line": 3110, - "column": 13 - } - } - }, - "alternate": null, - "range": [ - 94568, - 94629 - ], - "loc": { - "start": { - "line": 3108, - "column": 12 - }, - "end": { - "line": 3110, - "column": 13 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "BinaryExpression", - "operator": "===", - "left": { "type": "MemberExpression", - "computed": false, + "computed": true, "object": { - "type": "Identifier", - "name": "tHead", - "range": [ - 94646, - 94651 - ], - "loc": { - "start": { - "line": 3111, - "column": 16 - }, - "end": { - "line": 3111, - "column": 21 - } - } - }, - "property": { - "type": "Identifier", - "name": "length", - "range": [ - 94652, - 94658 - ], - "loc": { - "start": { - "line": 3111, - "column": 22 - }, - "end": { - "line": 3111, - "column": 28 - } - } - }, - "range": [ - 94646, - 94658 - ], - "loc": { - "start": { - "line": 3111, - "column": 16 - }, - "end": { - "line": 3111, - "column": 28 - } - } - }, - "right": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 94663, - 94664 - ], - "loc": { - "start": { - "line": 3111, - "column": 33 - }, - "end": { - "line": 3111, - "column": 34 - } - } - }, - "range": [ - 94646, - 94664 - ], - "loc": { - "start": { - "line": 3111, - "column": 16 - }, - "end": { - "line": 3111, - "column": 34 - } - } - }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "header", - "range": [ - 94684, - 94690 - ], - "loc": { - "start": { - "line": 3112, - "column": 16 - }, - "end": { - "line": 3112, - "column": 22 - } - } - }, - "right": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": true, + "object": { "type": "MemberExpression", - "computed": true, + "computed": false, "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "table", - "range": [ - 94693, - 94698 - ], - "loc": { - "start": { - "line": 3112, - "column": 25 - }, - "end": { - "line": 3112, - "column": 30 - } - } - }, - "property": { - "type": "Identifier", - "name": "rows", - "range": [ - 94699, - 94703 - ], - "loc": { - "start": { - "line": 3112, - "column": 31 - }, - "end": { - "line": 3112, - "column": 35 - } - } - }, - "range": [ - 94693, - 94703 - ], - "loc": { - "start": { - "line": 3112, - "column": 25 - }, - "end": { - "line": 3112, - "column": 35 - } - } - }, - "property": { - "type": "Identifier", - "name": "headersRow", - "range": [ - 94704, - 94714 - ], - "loc": { - "start": { - "line": 3112, - "column": 36 - }, - "end": { - "line": 3112, - "column": 46 - } - } - }, - "range": [ - 94693, - 94715 - ], - "loc": { - "start": { - "line": 3112, - "column": 25 - }, - "end": { - "line": 3112, - "column": 47 - } - } - }, - "property": { - "type": "Identifier", - "name": "cells", - "range": [ - 94716, - 94721 - ], - "loc": { - "start": { - "line": 3112, - "column": 48 - }, - "end": { - "line": 3112, - "column": 53 - } - } - }, + "type": "Identifier", + "name": "table", "range": [ - 94693, - 94721 + 92914, + 92919 ], "loc": { "start": { - "line": 3112, - "column": 25 + "line": 3058, + "column": 21 }, "end": { - "line": 3112, - "column": 53 + "line": 3058, + "column": 26 } } }, "property": { "type": "Identifier", - "name": "i", + "name": "rows", "range": [ - 94722, - 94723 + 92920, + 92924 ], "loc": { "start": { - "line": 3112, - "column": 54 + "line": 3058, + "column": 27 }, "end": { - "line": 3112, - "column": 55 + "line": 3058, + "column": 31 } } }, "range": [ - 94693, - 94724 + 92914, + 92924 ], "loc": { "start": { - "line": 3112, - "column": 25 + "line": 3058, + "column": 21 }, "end": { - "line": 3112, - "column": 56 + "line": 3058, + "column": 31 + } + } + }, + "property": { + "type": "Identifier", + "name": "rowIdx", + "range": [ + 92925, + 92931 + ], + "loc": { + "start": { + "line": 3058, + "column": 32 + }, + "end": { + "line": 3058, + "column": 38 } } }, "range": [ - 94684, - 94724 + 92914, + 92932 ], "loc": { "start": { - "line": 3112, - "column": 16 + "line": 3058, + "column": 21 }, "end": { - "line": 3112, - "column": 56 + "line": 3058, + "column": 39 + } + } + }, + "property": { + "type": "Identifier", + "name": "cells", + "range": [ + 92933, + 92938 + ], + "loc": { + "start": { + "line": 3058, + "column": 40 + }, + "end": { + "line": 3058, + "column": 45 } } }, "range": [ - 94684, - 94725 + 92914, + 92938 ], "loc": { "start": { - "line": 3112, - "column": 16 - }, - "end": { - "line": 3112, - "column": 57 - } - } - } - ], - "range": [ - 94666, - 94739 - ], - "loc": { - "start": { - "line": 3111, - "column": 36 - }, - "end": { - "line": 3113, - "column": 13 - } - } - }, - "alternate": null, - "range": [ - 94642, - 94739 - ], - "loc": { - "start": { - "line": 3111, - "column": 12 - }, - "end": { - "line": 3113, - "column": 13 - } - } - }, - { - "type": "IfStatement", - "test": { - "type": "BinaryExpression", - "operator": "===", - "left": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "Identifier", - "name": "tHead", - "range": [ - 94756, - 94761 - ], - "loc": { - "start": { - "line": 3114, - "column": 16 - }, - "end": { - "line": 3114, + "line": 3058, "column": 21 + }, + "end": { + "line": 3058, + "column": 45 } } }, "property": { "type": "Identifier", - "name": "length", + "name": "colIndex", "range": [ - 94762, - 94768 + 92939, + 92947 ], "loc": { "start": { - "line": 3114, - "column": 22 + "line": 3058, + "column": 46 }, "end": { - "line": 3114, - "column": 28 + "line": 3058, + "column": 54 } } }, "range": [ - 94756, - 94768 + 92914, + 92948 ], "loc": { "start": { - "line": 3114, - "column": 16 + "line": 3058, + "column": 21 }, "end": { - "line": 3114, - "column": 28 - } - } - }, - "right": { - "type": "Literal", - "value": 1, - "raw": "1", - "range": [ - 94773, - 94774 - ], - "loc": { - "start": { - "line": 3114, - "column": 33 - }, - "end": { - "line": 3114, - "column": 34 + "line": 3058, + "column": 55 } } }, "range": [ - 94756, - 94774 + 92905, + 92948 ], "loc": { "start": { - "line": 3114, - "column": 16 + "line": 3058, + "column": 12 }, "end": { - "line": 3114, - "column": 34 + "line": 3058, + "column": 55 } } }, - "consequent": { - "type": "BlockStatement", - "body": [ - { - "type": "ExpressionStatement", - "expression": { - "type": "AssignmentExpression", - "operator": "=", - "left": { - "type": "Identifier", - "name": "header", - "range": [ - 94794, - 94800 - ], - "loc": { - "start": { - "line": 3115, - "column": 16 - }, - "end": { - "line": 3115, - "column": 22 - } - } - }, - "right": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "MemberExpression", - "computed": false, - "object": { - "type": "MemberExpression", - "computed": true, - "object": { - "type": "Identifier", - "name": "tHead", - "range": [ - 94803, - 94808 - ], - "loc": { - "start": { - "line": 3115, - "column": 25 - }, - "end": { - "line": 3115, - "column": 30 - } - } - }, - "property": { - "type": "Literal", - "value": 0, - "raw": "0", - "range": [ - 94809, - 94810 - ], - "loc": { - "start": { - "line": 3115, - "column": 31 - }, - "end": { - "line": 3115, - "column": 32 - } - } - }, - "range": [ - 94803, - 94811 - ], - "loc": { - "start": { - "line": 3115, - "column": 25 - }, - "end": { - "line": 3115, - "column": 33 - } - } - }, - "property": { - "type": "Identifier", - "name": "rows", - "range": [ - 94812, - 94816 - ], - "loc": { - "start": { - "line": 3115, - "column": 34 - }, - "end": { - "line": 3115, - "column": 38 - } - } - }, - "range": [ - 94803, - 94816 - ], - "loc": { - "start": { - "line": 3115, - "column": 25 - }, - "end": { - "line": 3115, - "column": 38 - } - } - }, - "property": { - "type": "Identifier", - "name": "headersRow", - "range": [ - 94817, - 94827 - ], - "loc": { - "start": { - "line": 3115, - "column": 39 - }, - "end": { - "line": 3115, - "column": 49 - } - } - }, - "range": [ - 94803, - 94828 - ], - "loc": { - "start": { - "line": 3115, - "column": 25 - }, - "end": { - "line": 3115, - "column": 50 - } - } - }, - "property": { - "type": "Identifier", - "name": "cells", - "range": [ - 94829, - 94834 - ], - "loc": { - "start": { - "line": 3115, - "column": 51 - }, - "end": { - "line": 3115, - "column": 56 - } - } - }, - "range": [ - 94803, - 94834 - ], - "loc": { - "start": { - "line": 3115, - "column": 25 - }, - "end": { - "line": 3115, - "column": 56 - } - } - }, - "property": { - "type": "Identifier", - "name": "i", - "range": [ - 94835, - 94836 - ], - "loc": { - "start": { - "line": 3115, - "column": 57 - }, - "end": { - "line": 3115, - "column": 58 - } - } - }, - "range": [ - 94803, - 94837 - ], - "loc": { - "start": { - "line": 3115, - "column": 25 - }, - "end": { - "line": 3115, - "column": 59 - } - } - }, - "range": [ - 94794, - 94837 - ], - "loc": { - "start": { - "line": 3115, - "column": 16 - }, - "end": { - "line": 3115, - "column": 59 - } - } - }, - "range": [ - 94794, - 94838 - ], - "loc": { - "start": { - "line": 3115, - "column": 16 - }, - "end": { - "line": 3115, - "column": 60 - } - } - } - ], - "range": [ - 94776, - 94852 - ], - "loc": { - "start": { - "line": 3114, - "column": 36 - }, - "end": { - "line": 3116, - "column": 13 - } - } - }, - "alternate": null, "range": [ - 94752, - 94852 + 92905, + 92949 ], "loc": { "start": { - "line": 3114, + "line": 3058, "column": 12 }, "end": { - "line": 3116, - "column": 13 - } - } - }, - { - "type": "BreakStatement", - "label": null, - "range": [ - 94865, - 94871 - ], - "loc": { - "start": { - "line": 3117, - "column": 12 - }, - "end": { - "line": 3117, - "column": 18 + "line": 3058, + "column": 56 } } } ], "range": [ - 94554, - 94881 + 92891, + 92959 ], "loc": { "start": { - "line": 3107, - "column": 47 + "line": 3057, + "column": 32 }, "end": { - "line": 3118, + "line": 3059, "column": 9 } } }, + "alternate": null, "range": [ - 94515, - 94881 + 92867, + 92959 ], "loc": { "start": { - "line": 3107, + "line": 3057, "column": 8 }, "end": { - "line": 3118, + "line": 3059, + "column": 9 + } + } + }, + { + "type": "IfStatement", + "test": { + "type": "BinaryExpression", + "operator": "===", + "left": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "Identifier", + "name": "tHead", + "range": [ + 92972, + 92977 + ], + "loc": { + "start": { + "line": 3060, + "column": 12 + }, + "end": { + "line": 3060, + "column": 17 + } + } + }, + "property": { + "type": "Identifier", + "name": "length", + "range": [ + 92978, + 92984 + ], + "loc": { + "start": { + "line": 3060, + "column": 18 + }, + "end": { + "line": 3060, + "column": 24 + } + } + }, + "range": [ + 92972, + 92984 + ], + "loc": { + "start": { + "line": 3060, + "column": 12 + }, + "end": { + "line": 3060, + "column": 24 + } + } + }, + "right": { + "type": "Literal", + "value": 1, + "raw": "1", + "range": [ + 92989, + 92990 + ], + "loc": { + "start": { + "line": 3060, + "column": 29 + }, + "end": { + "line": 3060, + "column": 30 + } + } + }, + "range": [ + 92972, + 92990 + ], + "loc": { + "start": { + "line": 3060, + "column": 12 + }, + "end": { + "line": 3060, + "column": 30 + } + } + }, + "consequent": { + "type": "BlockStatement", + "body": [ + { + "type": "ExpressionStatement", + "expression": { + "type": "AssignmentExpression", + "operator": "=", + "left": { + "type": "Identifier", + "name": "header", + "range": [ + 93006, + 93012 + ], + "loc": { + "start": { + "line": 3061, + "column": 12 + }, + "end": { + "line": 3061, + "column": 18 + } + } + }, + "right": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "MemberExpression", + "computed": false, + "object": { + "type": "MemberExpression", + "computed": true, + "object": { + "type": "Identifier", + "name": "tHead", + "range": [ + 93015, + 93020 + ], + "loc": { + "start": { + "line": 3061, + "column": 21 + }, + "end": { + "line": 3061, + "column": 26 + } + } + }, + "property": { + "type": "Literal", + "value": 0, + "raw": "0", + "range": [ + 93021, + 93022 + ], + "loc": { + "start": { + "line": 3061, + "column": 27 + }, + "end": { + "line": 3061, + "column": 28 + } + } + }, + "range": [ + 93015, + 93023 + ], + "loc": { + "start": { + "line": 3061, + "column": 21 + }, + "end": { + "line": 3061, + "column": 29 + } + } + }, + "property": { + "type": "Identifier", + "name": "rows", + "range": [ + 93024, + 93028 + ], + "loc": { + "start": { + "line": 3061, + "column": 30 + }, + "end": { + "line": 3061, + "column": 34 + } + } + }, + "range": [ + 93015, + 93028 + ], + "loc": { + "start": { + "line": 3061, + "column": 21 + }, + "end": { + "line": 3061, + "column": 34 + } + } + }, + "property": { + "type": "Identifier", + "name": "rowIdx", + "range": [ + 93029, + 93035 + ], + "loc": { + "start": { + "line": 3061, + "column": 35 + }, + "end": { + "line": 3061, + "column": 41 + } + } + }, + "range": [ + 93015, + 93036 + ], + "loc": { + "start": { + "line": 3061, + "column": 21 + }, + "end": { + "line": 3061, + "column": 42 + } + } + }, + "property": { + "type": "Identifier", + "name": "cells", + "range": [ + 93037, + 93042 + ], + "loc": { + "start": { + "line": 3061, + "column": 43 + }, + "end": { + "line": 3061, + "column": 48 + } + } + }, + "range": [ + 93015, + 93042 + ], + "loc": { + "start": { + "line": 3061, + "column": 21 + }, + "end": { + "line": 3061, + "column": 48 + } + } + }, + "property": { + "type": "Identifier", + "name": "colIndex", + "range": [ + 93043, + 93051 + ], + "loc": { + "start": { + "line": 3061, + "column": 49 + }, + "end": { + "line": 3061, + "column": 57 + } + } + }, + "range": [ + 93015, + 93052 + ], + "loc": { + "start": { + "line": 3061, + "column": 21 + }, + "end": { + "line": 3061, + "column": 58 + } + } + }, + "range": [ + 93006, + 93052 + ], + "loc": { + "start": { + "line": 3061, + "column": 12 + }, + "end": { + "line": 3061, + "column": 58 + } + } + }, + "range": [ + 93006, + 93053 + ], + "loc": { + "start": { + "line": 3061, + "column": 12 + }, + "end": { + "line": 3061, + "column": 59 + } + } + } + ], + "range": [ + 92992, + 93063 + ], + "loc": { + "start": { + "line": 3060, + "column": 32 + }, + "end": { + "line": 3062, + "column": 9 + } + } + }, + "alternate": null, + "range": [ + 92968, + 93063 + ], + "loc": { + "start": { + "line": 3060, + "column": 8 + }, + "end": { + "line": 3062, "column": 9 } } @@ -169468,47 +166041,47 @@ "type": "Identifier", "name": "header", "range": [ - 94897, - 94903 + 93079, + 93085 ], "loc": { "start": { - "line": 3119, + "line": 3063, "column": 15 }, "end": { - "line": 3119, + "line": 3063, "column": 21 } } }, "range": [ - 94890, - 94904 + 93072, + 93086 ], "loc": { "start": { - "line": 3119, + "line": 3063, "column": 8 }, "end": { - "line": 3119, + "line": 3063, "column": 22 } } } ], "range": [ - 94322, - 94910 + 92668, + 93092 ], "loc": { "start": { - "line": 3102, + "line": 3052, "column": 31 }, "end": { - "line": 3120, + "line": 3064, "column": 5 } } @@ -169516,16 +166089,16 @@ "generator": false, "expression": false, "range": [ - 94311, - 94910 + 92657, + 93092 ], "loc": { "start": { - "line": 3102, + "line": 3052, "column": 20 }, "end": { - "line": 3120, + "line": 3064, "column": 5 } } @@ -169533,16 +166106,16 @@ "kind": "method", "computed": false, "range": [ - 94295, - 94910 + 92641, + 93092 ], "loc": { "start": { - "line": 3102, + "line": 3052, "column": 4 }, "end": { - "line": 3120, + "line": 3064, "column": 5 } }, @@ -169551,16 +166124,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": [ - 94149, - 94290 + 92495, + 92636 ], "loc": { "start": { - "line": 3097, + "line": 3047, "column": 4 }, "end": { - "line": 3101, + "line": 3051, "column": 7 } } @@ -169571,16 +166144,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": [ - 94916, - 95089 + 93098, + 93271 ], "loc": { "start": { - "line": 3122, + "line": 3066, "column": 4 }, "end": { - "line": 3126, + "line": 3070, "column": 7 } } @@ -169594,16 +166167,16 @@ "type": "Identifier", "name": "getHeadersText", "range": [ - 95094, - 95108 + 93276, + 93290 ], "loc": { "start": { - "line": 3127, + "line": 3071, "column": 4 }, "end": { - "line": 3127, + "line": 3071, "column": 18 } } @@ -169618,16 +166191,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 95109, - 95126 + 93291, + 93308 ], "loc": { "start": { - "line": 3127, + "line": 3071, "column": 19 }, "end": { - "line": 3127, + "line": 3071, "column": 36 } } @@ -169637,31 +166210,31 @@ "value": false, "raw": "false", "range": [ - 95129, - 95134 + 93311, + 93316 ], "loc": { "start": { - "line": 3127, + "line": 3071, "column": 39 }, "end": { - "line": 3127, + "line": 3071, "column": 44 } } }, "range": [ - 95109, - 95134 + 93291, + 93316 ], "loc": { "start": { - "line": 3127, + "line": 3071, "column": 19 }, "end": { - "line": 3127, + "line": 3071, "column": 44 } } @@ -169679,16 +166252,16 @@ "type": "Identifier", "name": "headers", "range": [ - 95150, - 95157 + 93332, + 93339 ], "loc": { "start": { - "line": 3128, + "line": 3072, "column": 12 }, "end": { - "line": 3128, + "line": 3072, "column": 19 } } @@ -169697,31 +166270,31 @@ "type": "ArrayExpression", "elements": [], "range": [ - 95160, - 95162 + 93342, + 93344 ], "loc": { "start": { - "line": 3128, + "line": 3072, "column": 22 }, "end": { - "line": 3128, + "line": 3072, "column": 24 } } }, "range": [ - 95150, - 95162 + 93332, + 93344 ], "loc": { "start": { - "line": 3128, + "line": 3072, "column": 12 }, "end": { - "line": 3128, + "line": 3072, "column": 24 } } @@ -169729,16 +166302,16 @@ ], "kind": "let", "range": [ - 95146, - 95163 + 93328, + 93345 ], "loc": { "start": { - "line": 3128, + "line": 3072, "column": 8 }, "end": { - "line": 3128, + "line": 3072, "column": 25 } } @@ -169754,16 +166327,16 @@ "type": "Identifier", "name": "j", "range": [ - 95181, - 95182 + 93363, + 93364 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 17 }, "end": { - "line": 3129, + "line": 3073, "column": 18 } } @@ -169773,31 +166346,31 @@ "value": 0, "raw": "0", "range": [ - 95185, - 95186 + 93367, + 93368 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 21 }, "end": { - "line": 3129, + "line": 3073, "column": 22 } } }, "range": [ - 95181, - 95186 + 93363, + 93368 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 17 }, "end": { - "line": 3129, + "line": 3073, "column": 22 } } @@ -169805,16 +166378,16 @@ ], "kind": "let", "range": [ - 95177, - 95186 + 93359, + 93368 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 13 }, "end": { - "line": 3129, + "line": 3073, "column": 22 } } @@ -169826,16 +166399,16 @@ "type": "Identifier", "name": "j", "range": [ - 95188, - 95189 + 93370, + 93371 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 24 }, "end": { - "line": 3129, + "line": 3073, "column": 25 } } @@ -169846,16 +166419,16 @@ "object": { "type": "ThisExpression", "range": [ - 95192, - 95196 + 93374, + 93378 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 28 }, "end": { - "line": 3129, + "line": 3073, "column": 32 } } @@ -169864,46 +166437,46 @@ "type": "Identifier", "name": "nbCells", "range": [ - 95197, - 95204 + 93379, + 93386 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 33 }, "end": { - "line": 3129, + "line": 3073, "column": 40 } } }, "range": [ - 95192, - 95204 + 93374, + 93386 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 28 }, "end": { - "line": 3129, + "line": 3073, "column": 40 } } }, "range": [ - 95188, - 95204 + 93370, + 93386 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 24 }, "end": { - "line": 3129, + "line": 3073, "column": 40 } } @@ -169915,32 +166488,32 @@ "type": "Identifier", "name": "j", "range": [ - 95206, - 95207 + 93388, + 93389 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 42 }, "end": { - "line": 3129, + "line": 3073, "column": 43 } } }, "prefix": false, "range": [ - 95206, - 95209 + 93388, + 93391 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 42 }, "end": { - "line": 3129, + "line": 3073, "column": 45 } } @@ -169957,16 +166530,16 @@ "type": "Identifier", "name": "excludeHiddenCols", "range": [ - 95229, - 95246 + 93411, + 93428 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 16 }, "end": { - "line": 3130, + "line": 3074, "column": 33 } } @@ -169979,16 +166552,16 @@ "object": { "type": "ThisExpression", "range": [ - 95250, - 95254 + 93432, + 93436 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 37 }, "end": { - "line": 3130, + "line": 3074, "column": 41 } } @@ -169997,31 +166570,31 @@ "type": "Identifier", "name": "hasExtension", "range": [ - 95255, - 95267 + 93437, + 93449 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 42 }, "end": { - "line": 3130, + "line": 3074, "column": 54 } } }, "range": [ - 95250, - 95267 + 93432, + 93449 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 37 }, "end": { - "line": 3130, + "line": 3074, "column": 54 } } @@ -170032,47 +166605,47 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 95268, - 95284 + 93450, + 93466 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 55 }, "end": { - "line": 3130, + "line": 3074, "column": 71 } } } ], "range": [ - 95250, - 95285 + 93432, + 93467 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 37 }, "end": { - "line": 3130, + "line": 3074, "column": 72 } } }, "range": [ - 95229, - 95285 + 93411, + 93467 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 16 }, "end": { - "line": 3130, + "line": 3074, "column": 72 } } @@ -170095,16 +166668,16 @@ "object": { "type": "ThisExpression", "range": [ - 95309, - 95313 + 93491, + 93495 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 20 }, "end": { - "line": 3131, + "line": 3075, "column": 24 } } @@ -170113,31 +166686,31 @@ "type": "Identifier", "name": "extension", "range": [ - 95314, - 95323 + 93496, + 93505 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 25 }, "end": { - "line": 3131, + "line": 3075, "column": 34 } } }, "range": [ - 95309, - 95323 + 93491, + 93505 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 20 }, "end": { - "line": 3131, + "line": 3075, "column": 34 } } @@ -170148,32 +166721,32 @@ "value": "colsVisibility", "raw": "'colsVisibility'", "range": [ - 95324, - 95340 + 93506, + 93522 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 35 }, "end": { - "line": 3131, + "line": 3075, "column": 51 } } } ], "range": [ - 95309, - 95341 + 93491, + 93523 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 20 }, "end": { - "line": 3131, + "line": 3075, "column": 52 } } @@ -170182,31 +166755,31 @@ "type": "Identifier", "name": "isColHidden", "range": [ - 95342, - 95353 + 93524, + 93535 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 53 }, "end": { - "line": 3131, + "line": 3075, "column": 64 } } }, "range": [ - 95309, - 95353 + 93491, + 93535 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 20 }, "end": { - "line": 3131, + "line": 3075, "column": 64 } } @@ -170216,32 +166789,32 @@ "type": "Identifier", "name": "j", "range": [ - 95354, - 95355 + 93536, + 93537 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 65 }, "end": { - "line": 3131, + "line": 3075, "column": 66 } } } ], "range": [ - 95309, - 95356 + 93491, + 93538 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 20 }, "end": { - "line": 3131, + "line": 3075, "column": 67 } } @@ -170253,80 +166826,80 @@ "type": "ContinueStatement", "label": null, "range": [ - 95380, - 95389 + 93562, + 93571 ], "loc": { "start": { - "line": 3132, + "line": 3076, "column": 20 }, "end": { - "line": 3132, + "line": 3076, "column": 29 } } } ], "range": [ - 95358, - 95407 + 93540, + 93589 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 69 }, "end": { - "line": 3133, + "line": 3077, "column": 17 } } }, "alternate": null, "range": [ - 95305, - 95407 + 93487, + 93589 ], "loc": { "start": { - "line": 3131, + "line": 3075, "column": 16 }, "end": { - "line": 3133, + "line": 3077, "column": 17 } } } ], "range": [ - 95287, - 95421 + 93469, + 93603 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 74 }, "end": { - "line": 3134, + "line": 3078, "column": 13 } } }, "alternate": null, "range": [ - 95225, - 95421 + 93407, + 93603 ], "loc": { "start": { - "line": 3130, + "line": 3074, "column": 12 }, "end": { - "line": 3134, + "line": 3078, "column": 13 } } @@ -170340,16 +166913,16 @@ "type": "Identifier", "name": "header", "range": [ - 95438, - 95444 + 93620, + 93626 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 16 }, "end": { - "line": 3135, + "line": 3079, "column": 22 } } @@ -170362,16 +166935,16 @@ "object": { "type": "ThisExpression", "range": [ - 95447, - 95451 + 93629, + 93633 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 25 }, "end": { - "line": 3135, + "line": 3079, "column": 29 } } @@ -170380,31 +166953,31 @@ "type": "Identifier", "name": "getHeaderElement", "range": [ - 95452, - 95468 + 93634, + 93650 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 30 }, "end": { - "line": 3135, + "line": 3079, "column": 46 } } }, "range": [ - 95447, - 95468 + 93629, + 93650 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 25 }, "end": { - "line": 3135, + "line": 3079, "column": 46 } } @@ -170414,47 +166987,47 @@ "type": "Identifier", "name": "j", "range": [ - 95469, - 95470 + 93651, + 93652 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 47 }, "end": { - "line": 3135, + "line": 3079, "column": 48 } } } ], "range": [ - 95447, - 95471 + 93629, + 93653 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 25 }, "end": { - "line": 3135, + "line": 3079, "column": 49 } } }, "range": [ - 95438, - 95471 + 93620, + 93653 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 16 }, "end": { - "line": 3135, + "line": 3079, "column": 49 } } @@ -170462,16 +167035,16 @@ ], "kind": "let", "range": [ - 95434, - 95472 + 93616, + 93654 ], "loc": { "start": { - "line": 3135, + "line": 3079, "column": 12 }, "end": { - "line": 3135, + "line": 3079, "column": 50 } } @@ -170485,16 +167058,16 @@ "type": "Identifier", "name": "headerText", "range": [ - 95489, - 95499 + 93671, + 93681 ], "loc": { "start": { - "line": 3136, + "line": 3080, "column": 16 }, "end": { - "line": 3136, + "line": 3080, "column": 26 } } @@ -170505,16 +167078,16 @@ "type": "Identifier", "name": "getFirstTextNode", "range": [ - 95502, - 95518 + 93684, + 93700 ], "loc": { "start": { - "line": 3136, + "line": 3080, "column": 29 }, "end": { - "line": 3136, + "line": 3080, "column": 45 } } @@ -170524,47 +167097,47 @@ "type": "Identifier", "name": "header", "range": [ - 95519, - 95525 + 93701, + 93707 ], "loc": { "start": { - "line": 3136, + "line": 3080, "column": 46 }, "end": { - "line": 3136, + "line": 3080, "column": 52 } } } ], "range": [ - 95502, - 95526 + 93684, + 93708 ], "loc": { "start": { - "line": 3136, + "line": 3080, "column": 29 }, "end": { - "line": 3136, + "line": 3080, "column": 53 } } }, "range": [ - 95489, - 95526 + 93671, + 93708 ], "loc": { "start": { - "line": 3136, + "line": 3080, "column": 16 }, "end": { - "line": 3136, + "line": 3080, "column": 53 } } @@ -170572,16 +167145,16 @@ ], "kind": "let", "range": [ - 95485, - 95527 + 93667, + 93709 ], "loc": { "start": { - "line": 3136, + "line": 3080, "column": 12 }, "end": { - "line": 3136, + "line": 3080, "column": 54 } } @@ -170597,16 +167170,16 @@ "type": "Identifier", "name": "headers", "range": [ - 95540, - 95547 + 93722, + 93729 ], "loc": { "start": { - "line": 3137, + "line": 3081, "column": 12 }, "end": { - "line": 3137, + "line": 3081, "column": 19 } } @@ -170615,31 +167188,31 @@ "type": "Identifier", "name": "push", "range": [ - 95548, - 95552 + 93730, + 93734 ], "loc": { "start": { - "line": 3137, + "line": 3081, "column": 20 }, "end": { - "line": 3137, + "line": 3081, "column": 24 } } }, "range": [ - 95540, - 95552 + 93722, + 93734 ], "loc": { "start": { - "line": 3137, + "line": 3081, "column": 12 }, "end": { - "line": 3137, + "line": 3081, "column": 24 } } @@ -170649,78 +167222,78 @@ "type": "Identifier", "name": "headerText", "range": [ - 95553, - 95563 + 93735, + 93745 ], "loc": { "start": { - "line": 3137, + "line": 3081, "column": 25 }, "end": { - "line": 3137, + "line": 3081, "column": 35 } } } ], "range": [ - 95540, - 95564 + 93722, + 93746 ], "loc": { "start": { - "line": 3137, + "line": 3081, "column": 12 }, "end": { - "line": 3137, + "line": 3081, "column": 36 } } }, "range": [ - 95540, - 95565 + 93722, + 93747 ], "loc": { "start": { - "line": 3137, + "line": 3081, "column": 12 }, "end": { - "line": 3137, + "line": 3081, "column": 37 } } } ], "range": [ - 95211, - 95575 + 93393, + 93757 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 47 }, "end": { - "line": 3138, + "line": 3082, "column": 9 } } }, "range": [ - 95172, - 95575 + 93354, + 93757 ], "loc": { "start": { - "line": 3129, + "line": 3073, "column": 8 }, "end": { - "line": 3138, + "line": 3082, "column": 9 } } @@ -170731,47 +167304,47 @@ "type": "Identifier", "name": "headers", "range": [ - 95591, - 95598 + 93773, + 93780 ], "loc": { "start": { - "line": 3139, + "line": 3083, "column": 15 }, "end": { - "line": 3139, + "line": 3083, "column": 22 } } }, "range": [ - 95584, - 95599 + 93766, + 93781 ], "loc": { "start": { - "line": 3139, + "line": 3083, "column": 8 }, "end": { - "line": 3139, + "line": 3083, "column": 23 } } } ], "range": [ - 95136, - 95605 + 93318, + 93787 ], "loc": { "start": { - "line": 3127, + "line": 3071, "column": 46 }, "end": { - "line": 3140, + "line": 3084, "column": 5 } } @@ -170779,16 +167352,16 @@ "generator": false, "expression": false, "range": [ - 95108, - 95605 + 93290, + 93787 ], "loc": { "start": { - "line": 3127, + "line": 3071, "column": 18 }, "end": { - "line": 3140, + "line": 3084, "column": 5 } } @@ -170796,16 +167369,16 @@ "kind": "method", "computed": false, "range": [ - 95094, - 95605 + 93276, + 93787 ], "loc": { "start": { - "line": 3127, + "line": 3071, "column": 4 }, "end": { - "line": 3140, + "line": 3084, "column": 5 } }, @@ -170814,16 +167387,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": [ - 94916, - 95089 + 93098, + 93271 ], "loc": { "start": { - "line": 3122, + "line": 3066, "column": 4 }, "end": { - "line": 3126, + "line": 3070, "column": 7 } } @@ -170834,16 +167407,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": [ - 95611, - 95747 + 93793, + 93929 ], "loc": { "start": { - "line": 3142, + "line": 3086, "column": 4 }, "end": { - "line": 3146, + "line": 3090, "column": 7 } } @@ -170857,16 +167430,16 @@ "type": "Identifier", "name": "getFilterType", "range": [ - 95752, - 95765 + 93934, + 93947 ], "loc": { "start": { - "line": 3147, + "line": 3091, "column": 4 }, "end": { - "line": 3147, + "line": 3091, "column": 17 } } @@ -170879,16 +167452,16 @@ "type": "Identifier", "name": "colIndex", "range": [ - 95766, - 95774 + 93948, + 93956 ], "loc": { "start": { - "line": 3147, + "line": 3091, "column": 18 }, "end": { - "line": 3147, + "line": 3091, "column": 26 } } @@ -170906,16 +167479,16 @@ "type": "Identifier", "name": "colType", "range": [ - 95790, - 95797 + 93972, + 93979 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 12 }, "end": { - "line": 3148, + "line": 3092, "column": 19 } } @@ -170929,16 +167502,16 @@ "object": { "type": "ThisExpression", "range": [ - 95800, - 95804 + 93982, + 93986 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 22 }, "end": { - "line": 3148, + "line": 3092, "column": 26 } } @@ -170947,31 +167520,31 @@ "type": "Identifier", "name": "cfg", "range": [ - 95805, - 95808 + 93987, + 93990 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 27 }, "end": { - "line": 3148, + "line": 3092, "column": 30 } } }, "range": [ - 95800, - 95808 + 93982, + 93990 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 22 }, "end": { - "line": 3148, + "line": 3092, "column": 30 } } @@ -170984,16 +167557,16 @@ "value": "col_", "raw": "'col_'", "range": [ - 95809, - 95815 + 93991, + 93997 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 31 }, "end": { - "line": 3148, + "line": 3092, "column": 37 } } @@ -171002,61 +167575,61 @@ "type": "Identifier", "name": "colIndex", "range": [ - 95818, - 95826 + 94000, + 94008 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 40 }, "end": { - "line": 3148, + "line": 3092, "column": 48 } } }, "range": [ - 95809, - 95826 + 93991, + 94008 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 31 }, "end": { - "line": 3148, + "line": 3092, "column": 48 } } }, "range": [ - 95800, - 95827 + 93982, + 94009 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 22 }, "end": { - "line": 3148, + "line": 3092, "column": 49 } } }, "range": [ - 95790, - 95827 + 93972, + 94009 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 12 }, "end": { - "line": 3148, + "line": 3092, "column": 49 } } @@ -171064,16 +167637,16 @@ ], "kind": "let", "range": [ - 95786, - 95828 + 93968, + 94010 ], "loc": { "start": { - "line": 3148, + "line": 3092, "column": 8 }, "end": { - "line": 3148, + "line": 3092, "column": 50 } } @@ -171089,32 +167662,32 @@ "type": "Identifier", "name": "colType", "range": [ - 95845, - 95852 + 94027, + 94034 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 16 }, "end": { - "line": 3149, + "line": 3093, "column": 23 } } }, "prefix": true, "range": [ - 95844, - 95852 + 94026, + 94034 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 15 }, "end": { - "line": 3149, + "line": 3093, "column": 23 } } @@ -171123,16 +167696,16 @@ "type": "Identifier", "name": "INPUT", "range": [ - 95855, - 95860 + 94037, + 94042 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 26 }, "end": { - "line": 3149, + "line": 3093, "column": 31 } } @@ -171146,16 +167719,16 @@ "type": "Identifier", "name": "colType", "range": [ - 95863, - 95870 + 94045, + 94052 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 34 }, "end": { - "line": 3149, + "line": 3093, "column": 41 } } @@ -171164,93 +167737,93 @@ "type": "Identifier", "name": "toLowerCase", "range": [ - 95871, - 95882 + 94053, + 94064 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 42 }, "end": { - "line": 3149, + "line": 3093, "column": 53 } } }, "range": [ - 95863, - 95882 + 94045, + 94064 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 34 }, "end": { - "line": 3149, + "line": 3093, "column": 53 } } }, "arguments": [], "range": [ - 95863, - 95884 + 94045, + 94066 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 34 }, "end": { - "line": 3149, + "line": 3093, "column": 55 } } }, "range": [ - 95844, - 95884 + 94026, + 94066 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 15 }, "end": { - "line": 3149, + "line": 3093, "column": 55 } } }, "range": [ - 95837, - 95885 + 94019, + 94067 ], "loc": { "start": { - "line": 3149, + "line": 3093, "column": 8 }, "end": { - "line": 3149, + "line": 3093, "column": 56 } } } ], "range": [ - 95776, - 95891 + 93958, + 94073 ], "loc": { "start": { - "line": 3147, + "line": 3091, "column": 28 }, "end": { - "line": 3150, + "line": 3094, "column": 5 } } @@ -171258,16 +167831,16 @@ "generator": false, "expression": false, "range": [ - 95765, - 95891 + 93947, + 94073 ], "loc": { "start": { - "line": 3147, + "line": 3091, "column": 17 }, "end": { - "line": 3150, + "line": 3094, "column": 5 } } @@ -171275,16 +167848,16 @@ "kind": "method", "computed": false, "range": [ - 95752, - 95891 + 93934, + 94073 ], "loc": { "start": { - "line": 3147, + "line": 3091, "column": 4 }, "end": { - "line": 3150, + "line": 3094, "column": 5 } }, @@ -171293,16 +167866,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": [ - 95611, - 95747 + 93793, + 93929 ], "loc": { "start": { - "line": 3142, + "line": 3086, "column": 4 }, "end": { - "line": 3146, + "line": 3090, "column": 7 } } @@ -171313,16 +167886,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 95897, - 95979 + 94079, + 94161 ], "loc": { "start": { - "line": 3152, + "line": 3096, "column": 4 }, "end": { - "line": 3155, + "line": 3099, "column": 7 } } @@ -171336,16 +167909,16 @@ "type": "Identifier", "name": "getFilterableRowsNb", "range": [ - 95984, - 96003 + 94166, + 94185 ], "loc": { "start": { - "line": 3156, + "line": 3100, "column": 4 }, "end": { - "line": 3156, + "line": 3100, "column": 23 } } @@ -171367,16 +167940,16 @@ "object": { "type": "ThisExpression", "range": [ - 96023, - 96027 + 94205, + 94209 ], "loc": { "start": { - "line": 3157, + "line": 3101, "column": 15 }, "end": { - "line": 3157, + "line": 3101, "column": 19 } } @@ -171385,31 +167958,31 @@ "type": "Identifier", "name": "getRowsNb", "range": [ - 96028, - 96037 + 94210, + 94219 ], "loc": { "start": { - "line": 3157, + "line": 3101, "column": 20 }, "end": { - "line": 3157, + "line": 3101, "column": 29 } } }, "range": [ - 96023, - 96037 + 94205, + 94219 ], "loc": { "start": { - "line": 3157, + "line": 3101, "column": 15 }, "end": { - "line": 3157, + "line": 3101, "column": 29 } } @@ -171420,63 +167993,63 @@ "value": false, "raw": "false", "range": [ - 96038, - 96043 + 94220, + 94225 ], "loc": { "start": { - "line": 3157, + "line": 3101, "column": 30 }, "end": { - "line": 3157, + "line": 3101, "column": 35 } } } ], "range": [ - 96023, - 96044 + 94205, + 94226 ], "loc": { "start": { - "line": 3157, + "line": 3101, "column": 15 }, "end": { - "line": 3157, + "line": 3101, "column": 36 } } }, "range": [ - 96016, - 96045 + 94198, + 94227 ], "loc": { "start": { - "line": 3157, + "line": 3101, "column": 8 }, "end": { - "line": 3157, + "line": 3101, "column": 37 } } } ], "range": [ - 96006, - 96051 + 94188, + 94233 ], "loc": { "start": { - "line": 3156, + "line": 3100, "column": 26 }, "end": { - "line": 3158, + "line": 3102, "column": 5 } } @@ -171484,16 +168057,16 @@ "generator": false, "expression": false, "range": [ - 96003, - 96051 + 94185, + 94233 ], "loc": { "start": { - "line": 3156, + "line": 3100, "column": 23 }, "end": { - "line": 3158, + "line": 3102, "column": 5 } } @@ -171501,16 +168074,16 @@ "kind": "method", "computed": false, "range": [ - 95984, - 96051 + 94166, + 94233 ], "loc": { "start": { - "line": 3156, + "line": 3100, "column": 4 }, "end": { - "line": 3158, + "line": 3102, "column": 5 } }, @@ -171519,16 +168092,16 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 95897, - 95979 + 94079, + 94161 ], "loc": { "start": { - "line": 3152, + "line": 3096, "column": 4 }, "end": { - "line": 3155, + "line": 3099, "column": 7 } } @@ -171537,18 +168110,18 @@ "trailingComments": [ { "type": "Block", - "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n ", + "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n ", "range": [ - 96057, - 96213 + 94239, + 94394 ], "loc": { "start": { - "line": 3160, + "line": 3104, "column": 4 }, "end": { - "line": 3164, + "line": 3108, "column": 7 } } @@ -171562,16 +168135,16 @@ "type": "Identifier", "name": "getValidRowsNb", "range": [ - 96218, - 96232 + 94399, + 94413 ], "loc": { "start": { - "line": 3165, + "line": 3109, "column": 4 }, "end": { - "line": 3165, + "line": 3109, "column": 18 } } @@ -171586,16 +168159,16 @@ "type": "Identifier", "name": "reCalc", "range": [ - 96233, - 96239 + 94414, + 94420 ], "loc": { "start": { - "line": 3165, + "line": 3109, "column": 19 }, "end": { - "line": 3165, + "line": 3109, "column": 25 } } @@ -171605,31 +168178,31 @@ "value": false, "raw": "false", "range": [ - 96242, - 96247 + 94423, + 94428 ], "loc": { "start": { - "line": 3165, + "line": 3109, "column": 28 }, "end": { - "line": 3165, + "line": 3109, "column": 33 } } }, "range": [ - 96233, - 96247 + 94414, + 94428 ], "loc": { "start": { - "line": 3165, + "line": 3109, "column": 19 }, "end": { - "line": 3165, + "line": 3109, "column": 33 } } @@ -171651,16 +168224,16 @@ "object": { "type": "ThisExpression", "range": [ - 96266, - 96270 + 94447, + 94451 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 15 }, "end": { - "line": 3166, + "line": 3110, "column": 19 } } @@ -171669,31 +168242,31 @@ "type": "Identifier", "name": "getValidRows", "range": [ - 96271, - 96283 + 94452, + 94464 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 20 }, "end": { - "line": 3166, + "line": 3110, "column": 32 } } }, "range": [ - 96266, - 96283 + 94447, + 94464 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 15 }, "end": { - "line": 3166, + "line": 3110, "column": 32 } } @@ -171703,32 +168276,32 @@ "type": "Identifier", "name": "reCalc", "range": [ - 96284, - 96290 + 94465, + 94471 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 33 }, "end": { - "line": 3166, + "line": 3110, "column": 39 } } } ], "range": [ - 96266, - 96291 + 94447, + 94472 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 15 }, "end": { - "line": 3166, + "line": 3110, "column": 40 } } @@ -171737,62 +168310,62 @@ "type": "Identifier", "name": "length", "range": [ - 96292, - 96298 + 94473, + 94479 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 41 }, "end": { - "line": 3166, + "line": 3110, "column": 47 } } }, "range": [ - 96266, - 96298 + 94447, + 94479 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 15 }, "end": { - "line": 3166, + "line": 3110, "column": 47 } } }, "range": [ - 96259, - 96299 + 94440, + 94480 ], "loc": { "start": { - "line": 3166, + "line": 3110, "column": 8 }, "end": { - "line": 3166, + "line": 3110, "column": 48 } } } ], "range": [ - 96249, - 96305 + 94430, + 94486 ], "loc": { "start": { - "line": 3165, + "line": 3109, "column": 35 }, "end": { - "line": 3167, + "line": 3111, "column": 5 } } @@ -171800,16 +168373,16 @@ "generator": false, "expression": false, "range": [ - 96232, - 96305 + 94413, + 94486 ], "loc": { "start": { - "line": 3165, + "line": 3109, "column": 18 }, "end": { - "line": 3167, + "line": 3111, "column": 5 } } @@ -171817,34 +168390,34 @@ "kind": "method", "computed": false, "range": [ - 96218, - 96305 + 94399, + 94486 ], "loc": { "start": { - "line": 3165, + "line": 3109, "column": 4 }, "end": { - "line": 3167, + "line": 3111, "column": 5 } }, "leadingComments": [ { "type": "Block", - "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n ", + "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n ", "range": [ - 96057, - 96213 + 94239, + 94394 ], "loc": { "start": { - "line": 3160, + "line": 3104, "column": 4 }, "end": { - "line": 3164, + "line": 3108, "column": 7 } } @@ -171855,16 +168428,16 @@ "type": "Block", "value": "*\n * Return the working DOM element\n * @return {HTMLTableElement}\n ", "range": [ - 96311, - 96394 + 94492, + 94575 ], "loc": { "start": { - "line": 3169, + "line": 3113, "column": 4 }, "end": { - "line": 3172, + "line": 3116, "column": 7 } } @@ -171878,16 +168451,16 @@ "type": "Identifier", "name": "dom", "range": [ - 96399, - 96402 + 94580, + 94583 ], "loc": { "start": { - "line": 3173, + "line": 3117, "column": 4 }, "end": { - "line": 3173, + "line": 3117, "column": 7 } } @@ -171907,16 +168480,16 @@ "object": { "type": "ThisExpression", "range": [ - 96422, - 96426 + 94603, + 94607 ], "loc": { "start": { - "line": 3174, + "line": 3118, "column": 15 }, "end": { - "line": 3174, + "line": 3118, "column": 19 } } @@ -171925,62 +168498,62 @@ "type": "Identifier", "name": "tbl", "range": [ - 96427, - 96430 + 94608, + 94611 ], "loc": { "start": { - "line": 3174, + "line": 3118, "column": 20 }, "end": { - "line": 3174, + "line": 3118, "column": 23 } } }, "range": [ - 96422, - 96430 + 94603, + 94611 ], "loc": { "start": { - "line": 3174, + "line": 3118, "column": 15 }, "end": { - "line": 3174, + "line": 3118, "column": 23 } } }, "range": [ - 96415, - 96431 + 94596, + 94612 ], "loc": { "start": { - "line": 3174, + "line": 3118, "column": 8 }, "end": { - "line": 3174, + "line": 3118, "column": 24 } } } ], "range": [ - 96405, - 96437 + 94586, + 94618 ], "loc": { "start": { - "line": 3173, + "line": 3117, "column": 10 }, "end": { - "line": 3175, + "line": 3119, "column": 5 } } @@ -171988,16 +168561,16 @@ "generator": false, "expression": false, "range": [ - 96402, - 96437 + 94583, + 94618 ], "loc": { "start": { - "line": 3173, + "line": 3117, "column": 7 }, "end": { - "line": 3175, + "line": 3119, "column": 5 } } @@ -172005,16 +168578,16 @@ "kind": "method", "computed": false, "range": [ - 96399, - 96437 + 94580, + 94618 ], "loc": { "start": { - "line": 3173, + "line": 3117, "column": 4 }, "end": { - "line": 3175, + "line": 3119, "column": 5 } }, @@ -172023,16 +168596,16 @@ "type": "Block", "value": "*\n * Return the working DOM element\n * @return {HTMLTableElement}\n ", "range": [ - 96311, - 96394 + 94492, + 94575 ], "loc": { "start": { - "line": 3169, + "line": 3113, "column": 4 }, "end": { - "line": 3172, + "line": 3116, "column": 7 } } @@ -172043,16 +168616,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 96443, - 96531 + 94624, + 94712 ], "loc": { "start": { - "line": 3177, + "line": 3121, "column": 4 }, "end": { - "line": 3180, + "line": 3124, "column": 7 } } @@ -172066,16 +168639,16 @@ "type": "Identifier", "name": "config", "range": [ - 96536, - 96542 + 94717, + 94723 ], "loc": { "start": { - "line": 3181, + "line": 3125, "column": 4 }, "end": { - "line": 3181, + "line": 3125, "column": 10 } } @@ -172095,16 +168668,16 @@ "object": { "type": "ThisExpression", "range": [ - 96562, - 96566 + 94743, + 94747 ], "loc": { "start": { - "line": 3182, + "line": 3126, "column": 15 }, "end": { - "line": 3182, + "line": 3126, "column": 19 } } @@ -172113,62 +168686,62 @@ "type": "Identifier", "name": "cfg", "range": [ - 96567, - 96570 + 94748, + 94751 ], "loc": { "start": { - "line": 3182, + "line": 3126, "column": 20 }, "end": { - "line": 3182, + "line": 3126, "column": 23 } } }, "range": [ - 96562, - 96570 + 94743, + 94751 ], "loc": { "start": { - "line": 3182, + "line": 3126, "column": 15 }, "end": { - "line": 3182, + "line": 3126, "column": 23 } } }, "range": [ - 96555, - 96571 + 94736, + 94752 ], "loc": { "start": { - "line": 3182, + "line": 3126, "column": 8 }, "end": { - "line": 3182, + "line": 3126, "column": 24 } } } ], "range": [ - 96545, - 96577 + 94726, + 94758 ], "loc": { "start": { - "line": 3181, + "line": 3125, "column": 13 }, "end": { - "line": 3183, + "line": 3127, "column": 5 } } @@ -172176,16 +168749,16 @@ "generator": false, "expression": false, "range": [ - 96542, - 96577 + 94723, + 94758 ], "loc": { "start": { - "line": 3181, + "line": 3125, "column": 10 }, "end": { - "line": 3183, + "line": 3127, "column": 5 } } @@ -172193,16 +168766,16 @@ "kind": "method", "computed": false, "range": [ - 96536, - 96577 + 94717, + 94758 ], "loc": { "start": { - "line": 3181, + "line": 3125, "column": 4 }, "end": { - "line": 3183, + "line": 3127, "column": 5 } }, @@ -172211,16 +168784,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 96443, - 96531 + 94624, + 94712 ], "loc": { "start": { - "line": 3177, + "line": 3121, "column": 4 }, "end": { - "line": 3180, + "line": 3124, "column": 7 } } @@ -172230,31 +168803,31 @@ } ], "range": [ - 1580, - 96579 + 1633, + 94760 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 25 }, "end": { - "line": 3184, + "line": 3128, "column": 1 } } }, "range": [ - 1562, - 96579 + 1615, + 94760 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 7 }, "end": { - "line": 3184, + "line": 3128, "column": 1 } }, @@ -172263,16 +168836,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1461, - 1554 + 1514, + 1607 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 0 }, "end": { - "line": 44, + "line": 45, "column": 3 } } @@ -172283,16 +168856,16 @@ "specifiers": [], "source": null, "range": [ - 1555, - 96579 + 1608, + 94760 ], "loc": { "start": { - "line": 45, + "line": 46, "column": 0 }, "end": { - "line": 3184, + "line": 3128, "column": 1 } }, @@ -172301,16 +168874,16 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1461, - 1554 + 1514, + 1607 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 0 }, "end": { - "line": 44, + "line": 45, "column": 3 } } @@ -172321,7 +168894,7 @@ "sourceType": "module", "range": [ 0, - 96579 + 94760 ], "loc": { "start": { @@ -172329,7 +168902,7 @@ "column": 0 }, "end": { - "line": 3184, + "line": 3128, "column": 1 } }, @@ -172338,34 +168911,34 @@ "type": "Block", "value": "*\n * Makes HTML tables filterable and a bit more :)\n *\n * @export\n * @class TableFilter\n ", "range": [ - 1461, - 1554 + 1514, + 1607 ], "loc": { "start": { - "line": 39, + "line": 40, "column": 0 }, "end": { - "line": 44, + "line": 45, "column": 3 } } }, { "type": "Block", - "value": "*\n * Creates an instance of TableFilter\n * requires `table` or `id` arguments, `row` and `configuration` optional\n * @param {DOMElement} 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 ", + "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": [ - 1587, - 1904 + 1640, + 1963 ], "loc": { "start": { - "line": 47, + "line": 48, "column": 4 }, "end": { - "line": 54, + "line": 55, "column": 7 } } @@ -172374,16 +168947,16 @@ "type": "Block", "value": "*\n * ID of current instance\n * @type {String}\n * @private\n ", "range": [ - 1940, - 2035 + 1999, + 2094 ], "loc": { "start": { - "line": 56, + "line": 57, "column": 8 }, "end": { - "line": 60, + "line": 61, "column": 11 } } @@ -172392,16 +168965,16 @@ "type": "Block", "value": "*\n * Current version\n * @type {String}\n ", "range": [ - 2069, - 2137 + 2128, + 2196 ], "loc": { "start": { - "line": 63, + "line": 64, "column": 8 }, "end": { - "line": 66, + "line": 67, "column": 11 } } @@ -172410,16 +168983,16 @@ "type": "Block", "value": "*\n * Current year\n * @type {Number}\n * @private\n ", "range": [ - 2183, - 2268 + 2242, + 2327 ], "loc": { "start": { - "line": 69, + "line": 70, "column": 8 }, "end": { - "line": 73, + "line": 74, "column": 11 } } @@ -172428,16 +169001,16 @@ "type": "Block", "value": "*\n * HTML Table DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 2324, - 2423 + 2383, + 2482 ], "loc": { "start": { - "line": 76, + "line": 77, "column": 8 }, "end": { - "line": 80, + "line": 81, "column": 11 } } @@ -172446,16 +169019,16 @@ "type": "Block", "value": "*\n * Calculated row's index from which starts filtering once filters\n * are generated\n * @type {Number}\n ", "range": [ - 2458, - 2599 + 2517, + 2658 ], "loc": { "start": { - "line": 83, + "line": 84, "column": 8 }, "end": { - "line": 87, + "line": 88, "column": 11 } } @@ -172464,16 +169037,16 @@ "type": "Block", "value": "*\n * Index of the headers row\n * @type {Number}\n * @private\n ", "range": [ - 2637, - 2734 + 2696, + 2793 ], "loc": { "start": { - "line": 90, + "line": 91, "column": 8 }, "end": { - "line": 94, + "line": 95, "column": 11 } } @@ -172482,16 +169055,16 @@ "type": "Block", "value": "*\n * Configuration object\n * @type {Object}\n * @private\n ", "range": [ - 2776, - 2869 + 2835, + 2928 ], "loc": { "start": { - "line": 97, + "line": 98, "column": 8 }, "end": { - "line": 101, + "line": 102, "column": 11 } } @@ -172500,16 +169073,16 @@ "type": "Block", "value": "*\n * Number of rows that can be filtered\n * @type {Number}\n * @private\n ", "range": [ - 2902, - 3010 + 2961, + 3069 ], "loc": { "start": { - "line": 104, + "line": 105, "column": 8 }, "end": { - "line": 108, + "line": 109, "column": 11 } } @@ -172518,16 +169091,16 @@ "type": "Block", "value": "*\n * Number of cells in the reference row\n * @type {Number}\n * @private\n ", "range": [ - 3055, - 3164 + 3114, + 3223 ], "loc": { "start": { - "line": 111, + "line": 112, "column": 8 }, "end": { - "line": 115, + "line": 116, "column": 11 } } @@ -172536,16 +169109,16 @@ "type": "Line", "value": " TODO: use for-of", "range": [ - 3226, - 3245 + 3285, + 3304 ], "loc": { "start": { - "line": 120, + "line": 121, "column": 8 }, "end": { - "line": 120, + "line": 121, "column": 27 } } @@ -172554,16 +169127,16 @@ "type": "Line", "value": " configuration object", "range": [ - 4086, - 4109 + 4145, + 4168 ], "loc": { "start": { - "line": 145, + "line": 146, "column": 8 }, "end": { - "line": 145, + "line": 146, "column": 31 } } @@ -172572,16 +169145,16 @@ "type": "Block", "value": "*\n * Event emitter instance\n * @type {Emitter}\n ", "range": [ - 4145, - 4221 + 4204, + 4280 ], "loc": { "start": { - "line": 148, + "line": 149, "column": 8 }, "end": { - "line": 151, + "line": 152, "column": 11 } } @@ -172590,16 +169163,16 @@ "type": "Line", "value": "Start row et cols nb", "range": [ - 4269, - 4291 + 4328, + 4350 ], "loc": { "start": { - "line": 154, + "line": 155, "column": 8 }, "end": { - "line": 154, + "line": 155, "column": 30 } } @@ -172608,16 +169181,16 @@ "type": "Block", "value": "*\n * Base path for static assets\n * @type {String}\n ", "range": [ - 4363, - 4443 + 4422, + 4502 ], "loc": { "start": { - "line": 157, + "line": 158, "column": 8 }, "end": { - "line": 160, + "line": 161, "column": 11 } } @@ -172626,16 +169199,16 @@ "type": "Block", "value": "** filters' grid properties **", "range": [ - 4508, - 4542 + 4567, + 4601 ], "loc": { "start": { - "line": 163, + "line": 164, "column": 8 }, "end": { - "line": 163, + "line": 164, "column": 42 } } @@ -172644,16 +169217,16 @@ "type": "Block", "value": "*\n * Enable/disable filters\n * @type {Boolean}\n ", "range": [ - 4552, - 4628 + 4611, + 4687 ], "loc": { "start": { - "line": 165, + "line": 166, "column": 8 }, "end": { - "line": 168, + "line": 169, "column": 11 } } @@ -172662,16 +169235,16 @@ "type": "Block", "value": "*\n * Enable/disable grid layout (fixed headers)\n * @type {Boolean}\n ", "range": [ - 4694, - 4790 + 4753, + 4849 ], "loc": { "start": { - "line": 171, + "line": 172, "column": 8 }, "end": { - "line": 174, + "line": 175, "column": 11 } } @@ -172680,16 +169253,16 @@ "type": "Block", "value": "*\n * Filters row index\n * @type {Number}\n ", "range": [ - 4850, - 4920 + 4909, + 4979 ], "loc": { "start": { - "line": 177, + "line": 178, "column": 8 }, "end": { - "line": 180, + "line": 181, "column": 11 } } @@ -172698,16 +169271,16 @@ "type": "Block", "value": "*\n * Headers row index\n * @type {Number}\n ", "range": [ - 5027, - 5097 + 5086, + 5156 ], "loc": { "start": { - "line": 184, + "line": 185, "column": 8 }, "end": { - "line": 187, + "line": 188, "column": 11 } } @@ -172716,16 +169289,16 @@ "type": "Block", "value": "*\n * Define the type of cell containing a filter (td/th)\n * @type {String}\n ", "range": [ - 5234, - 5338 + 5293, + 5397 ], "loc": { "start": { - "line": 191, + "line": 192, "column": 8 }, "end": { - "line": 194, + "line": 195, "column": 11 } } @@ -172734,16 +169307,16 @@ "type": "Block", "value": "*\n * List of filters IDs\n * @type {Array}\n * @private\n ", "range": [ - 5448, - 5539 + 5507, + 5598 ], "loc": { "start": { - "line": 198, + "line": 199, "column": 8 }, "end": { - "line": 202, + "line": 203, "column": 11 } } @@ -172752,16 +169325,16 @@ "type": "Block", "value": "*\n * List of valid rows indexes (rows visible upon filtering)\n * @type {Array}\n * @private\n ", "range": [ - 5575, - 5703 + 5634, + 5762 ], "loc": { "start": { - "line": 205, + "line": 206, "column": 8 }, "end": { - "line": 209, + "line": 210, "column": 11 } } @@ -172770,16 +169343,16 @@ "type": "Block", "value": "*\n * Toolbar's container DOM element\n * @type {DOMElement}\n * @private\n ", "range": [ - 5747, - 5855 + 5806, + 5914 ], "loc": { "start": { - "line": 212, + "line": 213, "column": 8 }, "end": { - "line": 216, + "line": 217, "column": 11 } } @@ -172788,16 +169361,16 @@ "type": "Block", "value": "*\n * Left-side inner container DOM element (rows counter in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 5893, - 6033 + 5952, + 6092 ], "loc": { "start": { - "line": 219, + "line": 220, "column": 8 }, "end": { - "line": 223, + "line": 224, "column": 11 } } @@ -172806,16 +169379,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": [ - 6069, - 6243 + 6128, + 6302 ], "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 231, + "line": 232, "column": 11 } } @@ -172824,16 +169397,16 @@ "type": "Block", "value": "*\n * Middle inner container DOM element (paging elements in toolbar)\n * @type {DOMElement}\n * @private\n ", "range": [ - 6279, - 6419 + 6338, + 6478 ], "loc": { "start": { - "line": 234, + "line": 235, "column": 8 }, "end": { - "line": 238, + "line": 239, "column": 11 } } @@ -172842,16 +169415,16 @@ "type": "Block", "value": "*\n * Css class for toolbar's container DOM element\n * @type {String}\n ", "range": [ - 6455, - 6553 + 6514, + 6612 ], "loc": { "start": { - "line": 241, + "line": 242, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 11 } } @@ -172860,16 +169433,16 @@ "type": "Block", "value": "*\n * Css class for left-side inner container DOM element\n * @type {String}\n ", "range": [ - 6623, - 6727 + 6682, + 6786 ], "loc": { "start": { - "line": 247, + "line": 248, "column": 8 }, "end": { - "line": 250, + "line": 251, "column": 11 } } @@ -172878,16 +169451,16 @@ "type": "Block", "value": "*\n * Css class for right-side inner container DOM element\n * @type {String}\n ", "range": [ - 6797, - 6902 + 6856, + 6961 ], "loc": { "start": { - "line": 253, + "line": 254, "column": 8 }, "end": { - "line": 256, + "line": 257, "column": 11 } } @@ -172896,16 +169469,16 @@ "type": "Block", "value": "*\n * Css class for middle inner container DOM element\n * @type {String}\n ", "range": [ - 6973, - 7074 + 7032, + 7133 ], "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 11 } } @@ -172914,16 +169487,16 @@ "type": "Block", "value": "** filters' grid appearance **", "range": [ - 7146, - 7180 + 7205, + 7239 ], "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 42 } } @@ -172932,16 +169505,16 @@ "type": "Block", "value": "*\n * Path for stylesheets\n * @type {String}\n ", "range": [ - 7189, - 7262 + 7248, + 7321 ], "loc": { "start": { - "line": 266, + "line": 267, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 11 } } @@ -172950,16 +169523,16 @@ "type": "Block", "value": "*\n * Main stylesheet path\n * @type {String}\n ", "range": [ - 7339, - 7412 + 7398, + 7471 ], "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 275, + "line": 276, "column": 11 } } @@ -172968,16 +169541,16 @@ "type": "Block", "value": "*\n * Main stylesheet ID\n * @type {String}\n * @private\n ", "range": [ - 7500, - 7591 + 7559, + 7650 ], "loc": { "start": { - "line": 278, + "line": 279, "column": 8 }, "end": { - "line": 282, + "line": 283, "column": 11 } } @@ -172986,16 +169559,16 @@ "type": "Block", "value": "*\n * Css class for the filters row\n * @type {String}\n ", "range": [ - 7649, - 7731 + 7708, + 7790 ], "loc": { "start": { - "line": 285, + "line": 286, "column": 8 }, "end": { - "line": 288, + "line": 289, "column": 11 } } @@ -173004,16 +169577,16 @@ "type": "Block", "value": "*\n * Enable/disable icons (paging, reset button)\n * @type {Boolean}\n ", "range": [ - 7806, - 7903 + 7865, + 7962 ], "loc": { "start": { - "line": 291, + "line": 292, "column": 8 }, "end": { - "line": 294, + "line": 295, "column": 11 } } @@ -173022,16 +169595,16 @@ "type": "Block", "value": "*\n * Enable/disable alternating rows\n * @type {Boolean}\n ", "range": [ - 7981, - 8066 + 8040, + 8125 ], "loc": { "start": { - "line": 297, + "line": 298, "column": 8 }, "end": { - "line": 300, + "line": 301, "column": 11 } } @@ -173040,16 +169613,16 @@ "type": "Block", "value": "*\n * Indicate whether columns widths are set\n * @type {Boolean}\n * @private\n ", "range": [ - 8132, - 8245 + 8191, + 8304 ], "loc": { "start": { - "line": 303, + "line": 304, "column": 8 }, "end": { - "line": 307, + "line": 308, "column": 11 } } @@ -173058,16 +169631,16 @@ "type": "Block", "value": "*\n * Columns widths array\n * @type {Array}\n ", "range": [ - 8306, - 8378 + 8365, + 8437 ], "loc": { "start": { - "line": 310, + "line": 311, "column": 8 }, "end": { - "line": 313, + "line": 314, "column": 11 } } @@ -173076,16 +169649,16 @@ "type": "Block", "value": "*\n * Css class for a filter element\n * @type {String}\n ", "range": [ - 8452, - 8535 + 8511, + 8594 ], "loc": { "start": { - "line": 316, + "line": 317, "column": 8 }, "end": { - "line": 319, + "line": 320, "column": 11 } } @@ -173094,16 +169667,16 @@ "type": "Block", "value": "*\n * Css class for multiple select filters\n * @type {String}\n ", "range": [ - 8598, - 8688 + 8657, + 8747 ], "loc": { "start": { - "line": 322, + "line": 323, "column": 8 }, "end": { - "line": 325, + "line": 326, "column": 11 } } @@ -173112,16 +169685,16 @@ "type": "Block", "value": "*\n * Css class for small filter (when submit button is active)\n * @type {String}\n ", "range": [ - 8768, - 8878 + 8827, + 8937 ], "loc": { "start": { - "line": 328, + "line": 329, "column": 8 }, "end": { - "line": 331, + "line": 332, "column": 11 } } @@ -173130,16 +169703,16 @@ "type": "Block", "value": "*\n * Css class for single filter type\n * @type {String}\n ", "range": [ - 8954, - 9039 + 9013, + 9098 ], "loc": { "start": { - "line": 334, + "line": 335, "column": 8 }, "end": { - "line": 337, + "line": 338, "column": 11 } } @@ -173148,16 +169721,16 @@ "type": "Block", "value": "** filters' grid behaviours **", "range": [ - 9122, - 9156 + 9181, + 9215 ], "loc": { "start": { - "line": 340, + "line": 341, "column": 8 }, "end": { - "line": 340, + "line": 341, "column": 42 } } @@ -173166,16 +169739,16 @@ "type": "Block", "value": "*\n * Enable/disable enter key for input type filters\n * @type {Boolean}\n ", "range": [ - 9166, - 9267 + 9225, + 9326 ], "loc": { "start": { - "line": 342, + "line": 343, "column": 8 }, "end": { - "line": 345, + "line": 346, "column": 11 } } @@ -173184,16 +169757,16 @@ "type": "Block", "value": "*\n * Callback fired before filtering process starts\n * @type {Function}\n ", "range": [ - 9339, - 9440 + 9398, + 9499 ], "loc": { "start": { - "line": 348, + "line": 349, "column": 8 }, "end": { - "line": 351, + "line": 352, "column": 11 } } @@ -173202,16 +169775,16 @@ "type": "Block", "value": "*\n * Callback fired after filtering process is completed\n * @type {Function}\n ", "range": [ - 9550, - 9656 + 9609, + 9715 ], "loc": { "start": { - "line": 355, + "line": 356, "column": 8 }, "end": { - "line": 358, + "line": 359, "column": 11 } } @@ -173220,16 +169793,16 @@ "type": "Block", "value": "*\n * Enable/disable case sensitivity filtering\n * @type {Boolean}\n ", "range": [ - 9763, - 9858 + 9822, + 9917 ], "loc": { "start": { - "line": 362, + "line": 363, "column": 8 }, "end": { - "line": 365, + "line": 366, "column": 11 } } @@ -173238,16 +169811,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": [ - 9924, - 10080 + 9983, + 10139 ], "loc": { "start": { - "line": 368, + "line": 369, "column": 8 }, "end": { - "line": 373, + "line": 374, "column": 11 } } @@ -173256,16 +169829,16 @@ "type": "Block", "value": "*\n * Exact match filtering per column array\n * @type {Array}\n ", "range": [ - 10156, - 10246 + 10215, + 10305 ], "loc": { "start": { - "line": 376, + "line": 377, "column": 8 }, "end": { - "line": 379, + "line": 380, "column": 11 } } @@ -173274,16 +169847,16 @@ "type": "Block", "value": "*\n * Globally enable/disable exact match filtering\n * @type {Boolean}\n ", "range": [ - 10353, - 10452 + 10412, + 10511 ], "loc": { "start": { - "line": 383, + "line": 384, "column": 8 }, "end": { - "line": 386, + "line": 387, "column": 11 } } @@ -173292,16 +169865,16 @@ "type": "Block", "value": "*\n * Ignore diacritics globally or on a column basis\n * @type {Boolean|Array}\n ", "range": [ - 10512, - 10619 + 10571, + 10678 ], "loc": { "start": { - "line": 389, + "line": 390, "column": 8 }, "end": { - "line": 392, + "line": 393, "column": 11 } } @@ -173310,16 +169883,16 @@ "type": "Block", "value": "*\n * Enable/disable linked filters filtering mode\n * @type {Boolean}\n ", "range": [ - 10682, - 10780 + 10741, + 10839 ], "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 398, + "line": 399, "column": 11 } } @@ -173328,16 +169901,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": [ - 10846, - 11002 + 10905, + 11061 ], "loc": { "start": { - "line": 401, + "line": 402, "column": 8 }, "end": { - "line": 405, + "line": 406, "column": 11 } } @@ -173346,16 +169919,16 @@ "type": "Block", "value": "*\n * Active filter ID\n * @type {String}\n * @private\n ", "range": [ - 11087, - 11176 + 11146, + 11235 ], "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 412, + "line": 413, "column": 11 } } @@ -173364,16 +169937,16 @@ "type": "Block", "value": "*\n * Enable/disable always visible rows, excluded from filtering\n * @type {Boolean}\n ", "range": [ - 11222, - 11335 + 11281, + 11394 ], "loc": { "start": { - "line": 415, + "line": 416, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 11 } } @@ -173382,16 +169955,16 @@ "type": "Block", "value": "*\n * List of row indexes to be excluded from filtering\n * @type {Array}\n ", "range": [ - 11407, - 11508 + 11466, + 11567 ], "loc": { "start": { - "line": 421, + "line": 422, "column": 8 }, "end": { - "line": 424, + "line": 425, "column": 11 } } @@ -173400,16 +169973,16 @@ "type": "Block", "value": "*\n * Enable/disable external filters generation\n * @type {Boolean}\n ", "range": [ - 11595, - 11691 + 11654, + 11750 ], "loc": { "start": { - "line": 427, + "line": 428, "column": 8 }, "end": { - "line": 430, + "line": 431, "column": 11 } } @@ -173418,16 +169991,16 @@ "type": "Block", "value": "*\n * List of containers IDs where external filters will be generated\n * @type {Array}\n ", "range": [ - 11760, - 11875 + 11819, + 11934 ], "loc": { "start": { - "line": 433, + "line": 434, "column": 8 }, "end": { - "line": 436, + "line": 437, "column": 11 } } @@ -173436,16 +170009,16 @@ "type": "Block", "value": "*\n * Callback fired after filters are generated\n * @type {Function}\n ", "range": [ - 11949, - 12046 + 12008, + 12105 ], "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 442, + "line": 443, "column": 11 } } @@ -173454,16 +170027,16 @@ "type": "Block", "value": "*\n * Enable/disable single filter filtering all columns\n * @type {Boolean}\n ", "range": [ - 12159, - 12263 + 12218, + 12322 ], "loc": { "start": { - "line": 446, + "line": 447, "column": 8 }, "end": { - "line": 449, + "line": 450, "column": 11 } } @@ -173472,16 +170045,16 @@ "type": "Block", "value": "*\n * Callback fired after a row is validated during filtering\n * @type {Function}\n ", "range": [ - 12330, - 12441 + 12389, + 12500 ], "loc": { "start": { - "line": 452, + "line": 453, "column": 8 }, "end": { - "line": 455, + "line": 456, "column": 11 } } @@ -173490,16 +170063,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": [ - 12551, - 12922 + 12610, + 12981 ], "loc": { "start": { - "line": 459, + "line": 460, "column": 8 }, "end": { - "line": 470, + "line": 471, "column": 11 } } @@ -173508,16 +170081,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": [ - 13112, - 13278 + 13171, + 13337 ], "loc": { "start": { - "line": 475, + "line": 476, "column": 8 }, "end": { - "line": 479, + "line": 480, "column": 11 } } @@ -173526,16 +170099,16 @@ "type": "Block", "value": "*\n * Indicate whether watermark is on a per column basis\n * @type {Boolean}\n * @private\n ", "range": [ - 13332, - 13457 + 13391, + 13516 ], "loc": { "start": { - "line": 482, + "line": 483, "column": 8 }, "end": { - "line": 486, + "line": 487, "column": 11 } } @@ -173544,16 +170117,16 @@ "type": "Block", "value": "*\n * Toolbar's custom container ID\n * @type {String}\n ", "range": [ - 13524, - 13606 + 13583, + 13665 ], "loc": { "start": { - "line": 489, + "line": 490, "column": 8 }, "end": { - "line": 492, + "line": 493, "column": 11 } } @@ -173562,16 +170135,16 @@ "type": "Block", "value": "*\n * Indicate whether help UI component is disabled\n * @type {Boolean}\n ", "range": [ - 13673, - 13773 + 13732, + 13832 ], "loc": { "start": { - "line": 495, + "line": 496, "column": 8 }, "end": { - "line": 498, + "line": 499, "column": 11 } } @@ -173580,16 +170153,16 @@ "type": "Block", "value": "*\n * Indicate whether pop-up filters UI is enabled\n * @type {Boolean}\n ", "range": [ - 13888, - 13987 + 13947, + 14046 ], "loc": { "start": { - "line": 502, + "line": 503, "column": 8 }, "end": { - "line": 505, + "line": 506, "column": 11 } } @@ -173598,70 +170171,16 @@ "type": "Block", "value": "*\n * Indicate whether filtered (active) columns indicator is enabled\n * @type {Boolean}\n ", "range": [ - 14051, - 14168 + 14110, + 14227 ], "loc": { "start": { - "line": 508, + "line": 509, "column": 8 }, "end": { - "line": 511, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Css class for filtered (active) columns\n * @type {String}\n ", - "range": [ - 14243, - 14335 - ], - "loc": { - "start": { - "line": 514, - "column": 8 - }, - "end": { - "line": 517, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Callback fired before a column is marked as filtered\n * @type {Function}\n ", - "range": [ - 14440, - 14547 - ], - "loc": { - "start": { - "line": 521, - "column": 8 - }, - "end": { - "line": 524, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Callback fired after a column is marked as filtered\n * @type {Function}\n ", - "range": [ - 14677, - 14783 - ], - "loc": { - "start": { - "line": 528, - "column": 8 - }, - "end": { - "line": 531, + "line": 512, "column": 11 } } @@ -173670,16 +170189,16 @@ "type": "Block", "value": "** select filter's customisation and behaviours **", "range": [ - 14910, - 14964 + 14346, + 14400 ], "loc": { "start": { - "line": 535, + "line": 516, "column": 8 }, "end": { - "line": 535, + "line": 516, "column": 62 } } @@ -173688,12 +170207,66 @@ "type": "Block", "value": "*\n * Text for clear option in drop-down filter types (1st option)\n * @type {String|Array}\n ", "range": [ - 14973, - 15092 + 14409, + 14528 ], "loc": { "start": { - "line": 536, + "line": 517, + "column": 8 + }, + "end": { + "line": 520, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", + "range": [ + 14601, + 14721 + ], + "loc": { + "start": { + "line": 523, + "column": 8 + }, + "end": { + "line": 526, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", + "range": [ + 14796, + 14896 + ], + "loc": { + "start": { + "line": 529, + "column": 8 + }, + "end": { + "line": 532, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", + "range": [ + 14958, + 15093 + ], + "loc": { + "start": { + "line": 535, "column": 8 }, "end": { @@ -173704,10 +170277,10 @@ }, { "type": "Block", - "value": "*\n * Indicate whether empty option is enabled in drop-down filter types\n * @type {Boolean}\n ", + "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", "range": [ - 15165, - 15285 + 15175, + 15279 ], "loc": { "start": { @@ -173722,10 +170295,10 @@ }, { "type": "Block", - "value": "*\n * Text for empty option in drop-down filter types\n * @type {String}\n ", + "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", "range": [ - 15360, - 15460 + 15352, + 15500 ], "loc": { "start": { @@ -173733,61 +170306,7 @@ "column": 8 }, "end": { - "line": 551, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Indicate whether non-empty option is enabled in drop-down filter\n * types\n * @type {Boolean}\n ", - "range": [ - 15522, - 15657 - ], - "loc": { - "start": { - "line": 554, - "column": 8 - }, - "end": { - "line": 558, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Text for non-empty option in drop-down filter types\n * @type {String}\n ", - "range": [ - 15739, - 15843 - ], - "loc": { - "start": { - "line": 561, - "column": 8 - }, - "end": { - "line": 564, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Indicate whether drop-down filter types filter the table by default\n * on change event\n * @type {Boolean}\n ", - "range": [ - 15916, - 16064 - ], - "loc": { - "start": { - "line": 567, - "column": 8 - }, - "end": { - "line": 571, + "line": 552, "column": 11 } } @@ -173796,16 +170315,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": [ - 16139, - 16302 + 15575, + 15738 ], "loc": { "start": { - "line": 574, + "line": 555, "column": 8 }, "end": { - "line": 578, + "line": 559, "column": 11 } } @@ -173814,16 +170333,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": [ - 16375, - 16551 + 15811, + 15987 ], "loc": { "start": { - "line": 581, + "line": 562, "column": 8 }, "end": { - "line": 586, + "line": 567, "column": 11 } } @@ -173832,16 +170351,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a ascending numeric\n * manner\n * @type {Array}\n ", "range": [ - 16614, - 16751 + 16050, + 16187 ], "loc": { "start": { - "line": 589, + "line": 570, "column": 8 }, "end": { - "line": 593, + "line": 574, "column": 11 } } @@ -173850,16 +170369,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": [ - 16828, - 17005 + 16264, + 16441 ], "loc": { "start": { - "line": 596, + "line": 577, "column": 8 }, "end": { - "line": 601, + "line": 582, "column": 11 } } @@ -173868,16 +170387,16 @@ "type": "Block", "value": "*\n * List of columns implementing options sorting in a descending numeric\n * manner\n * @type {Array}\n ", "range": [ - 17070, - 17208 + 16506, + 16644 ], "loc": { "start": { - "line": 604, + "line": 585, "column": 8 }, "end": { - "line": 608, + "line": 589, "column": 11 } } @@ -173886,16 +170405,16 @@ "type": "Block", "value": "*\n * Indicate whether drop-down filter types are populated on demand at\n * first usage\n * @type {Boolean}\n ", "range": [ - 17288, - 17431 + 16724, + 16867 ], "loc": { "start": { - "line": 611, + "line": 592, "column": 8 }, "end": { - "line": 615, + "line": 596, "column": 11 } } @@ -173904,12 +170423,30 @@ "type": "Block", "value": "*\n * Indicate whether custom drop-down filter options are implemented\n * @type {Boolean}\n ", "range": [ - 17507, - 17625 + 16943, + 17061 ], "loc": { "start": { - "line": 618, + "line": 599, + "column": 8 + }, + "end": { + "line": 602, + "column": 11 + } + } + }, + { + "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 + ], + "loc": { + "start": { + "line": 605, "column": 8 }, "end": { @@ -173920,108 +170457,90 @@ }, { "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 ", + "value": "** Filter operators **", "range": [ - 17692, - 18164 + 17657, + 17683 ], "loc": { "start": { "line": 624, "column": 8 }, + "end": { + "line": 624, + "column": 34 + } + } + }, + { + "type": "Block", + "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", + "range": [ + 17692, + 17809 + ], + "loc": { + "start": { + "line": 625, + "column": 8 + }, + "end": { + "line": 628, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", + "range": [ + 17875, + 17988 + ], + "loc": { + "start": { + "line": 631, + "column": 8 + }, + "end": { + "line": 634, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", + "range": [ + 18055, + 18175 + ], + "loc": { + "start": { + "line": 637, + "column": 8 + }, "end": { "line": 640, "column": 11 } } }, - { - "type": "Block", - "value": "** Filter operators **", - "range": [ - 18221, - 18247 - ], - "loc": { - "start": { - "line": 643, - "column": 8 - }, - "end": { - "line": 643, - "column": 34 - } - } - }, - { - "type": "Block", - "value": "*\n * Regular expression operator for input filter. Defaults to 'rgx:'\n * @type {String}\n ", - "range": [ - 18256, - 18373 - ], - "loc": { - "start": { - "line": 644, - "column": 8 - }, - "end": { - "line": 647, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Empty cells operator for input filter. Defaults to '[empty]'\n * @type {String}\n ", - "range": [ - 18439, - 18552 - ], - "loc": { - "start": { - "line": 650, - "column": 8 - }, - "end": { - "line": 653, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Non-empty cells operator for input filter. Defaults to '[nonempty]'\n * @type {String}\n ", - "range": [ - 18619, - 18739 - ], - "loc": { - "start": { - "line": 656, - "column": 8 - }, - "end": { - "line": 659, - "column": 11 - } - } - }, { "type": "Block", "value": "*\n * Logical OR operator for input filter. Defaults to '||'\n * @type {String}\n ", "range": [ - 18812, - 18919 + 18248, + 18355 ], "loc": { "start": { - "line": 662, + "line": 643, "column": 8 }, "end": { - "line": 665, + "line": 646, "column": 11 } } @@ -174030,16 +170549,16 @@ "type": "Block", "value": "*\n * Logical AND operator for input filter. Defaults to '&&'\n * @type {String}\n ", "range": [ - 18978, - 19086 + 18414, + 18522 ], "loc": { "start": { - "line": 668, + "line": 649, "column": 8 }, "end": { - "line": 671, + "line": 652, "column": 11 } } @@ -174048,16 +170567,16 @@ "type": "Block", "value": "*\n * Greater than operator for input filter. Defaults to '>'\n * @type {String}\n ", "range": [ - 19146, - 19254 + 18582, + 18690 ], "loc": { "start": { - "line": 674, + "line": 655, "column": 8 }, "end": { - "line": 677, + "line": 658, "column": 11 } } @@ -174066,16 +170585,16 @@ "type": "Block", "value": "*\n * Lower than operator for input filter. Defaults to '<'\n * @type {String}\n ", "range": [ - 19317, - 19423 + 18753, + 18859 ], "loc": { "start": { - "line": 680, + "line": 661, "column": 8 }, "end": { - "line": 683, + "line": 664, "column": 11 } } @@ -174084,16 +170603,16 @@ "type": "Block", "value": "*\n * Lower than or equal operator for input filter. Defaults to '<='\n * @type {String}\n ", "range": [ - 19484, - 19600 + 18920, + 19036 ], "loc": { "start": { - "line": 686, + "line": 667, "column": 8 }, "end": { - "line": 689, + "line": 670, "column": 11 } } @@ -174102,16 +170621,16 @@ "type": "Block", "value": "*\n * Greater than or equal operator for input filter. Defaults to '>='\n * @type {String}\n ", "range": [ - 19668, - 19786 + 19104, + 19222 ], "loc": { "start": { - "line": 692, + "line": 673, "column": 8 }, "end": { - "line": 695, + "line": 676, "column": 11 } } @@ -174120,16 +170639,16 @@ "type": "Block", "value": "*\n * Inequality operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 19856, - 19962 + 19292, + 19398 ], "loc": { "start": { - "line": 698, + "line": 679, "column": 8 }, "end": { - "line": 701, + "line": 682, "column": 11 } } @@ -174138,16 +170657,16 @@ "type": "Block", "value": "*\n * Like operator for input filter. Defaults to '!'\n * @type {String}\n ", "range": [ - 20027, - 20127 + 19463, + 19563 ], "loc": { "start": { - "line": 704, + "line": 685, "column": 8 }, "end": { - "line": 707, + "line": 688, "column": 11 } } @@ -174156,16 +170675,16 @@ "type": "Block", "value": "*\n * Strict equality operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20187, - 20298 + 19623, + 19734 ], "loc": { "start": { - "line": 710, + "line": 691, "column": 8 }, "end": { - "line": 713, + "line": 694, "column": 11 } } @@ -174174,16 +170693,16 @@ "type": "Block", "value": "*\n * Starts with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20359, - 20466 + 19795, + 19902 ], "loc": { "start": { - "line": 716, + "line": 697, "column": 8 }, "end": { - "line": 719, + "line": 700, "column": 11 } } @@ -174192,16 +170711,16 @@ "type": "Block", "value": "*\n * Ends with operator for input filter. Defaults to '='\n * @type {String}\n ", "range": [ - 20532, - 20637 + 19968, + 20073 ], "loc": { "start": { - "line": 722, + "line": 703, "column": 8 }, "end": { - "line": 725, + "line": 706, "column": 11 } } @@ -174210,16 +170729,16 @@ "type": "Line", "value": " this.curExp = f.cur_exp || '^[¥£€$]';", "range": [ - 20701, - 20741 + 20137, + 20177 ], "loc": { "start": { - "line": 728, + "line": 709, "column": 8 }, "end": { - "line": 728, + "line": 709, "column": 48 } } @@ -174228,16 +170747,16 @@ "type": "Block", "value": "*\n * Stored values separator\n * @type {String}\n ", "range": [ - 20751, - 20827 + 20187, + 20263 ], "loc": { "start": { - "line": 730, + "line": 711, "column": 8 }, "end": { - "line": 733, + "line": 714, "column": 11 } } @@ -174246,8 +170765,80 @@ "type": "Block", "value": "*\n * Enable rows counter UI component\n * @type {Boolean}\n ", "range": [ - 20882, - 20968 + 20318, + 20404 + ], + "loc": { + "start": { + "line": 717, + "column": 8 + }, + "end": { + "line": 720, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", + "range": [ + 20466, + 20550 + ], + "loc": { + "start": { + "line": 723, + "column": 8 + }, + "end": { + "line": 726, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", + "range": [ + 20608, + 20708 + ], + "loc": { + "start": { + "line": 729, + "column": 8 + }, + "end": { + "line": 732, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "** validation - reset buttons/links **", + "range": [ + 20759, + 20801 + ], + "loc": { + "start": { + "line": 735, + "column": 8 + }, + "end": { + "line": 735, + "column": 50 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", + "range": [ + 20810, + 20896 ], "loc": { "start": { @@ -174262,10 +170853,10 @@ }, { "type": "Block", - "value": "*\n * Enable status bar UI component\n * @type {Boolean}\n ", + "value": "*\n * Define filters submission button text\n * @type {String}\n ", "range": [ - 21030, - 21114 + 20948, + 21038 ], "loc": { "start": { @@ -174280,10 +170871,10 @@ }, { "type": "Block", - "value": "*\n * Enable activity/spinner indicator UI component\n * @type {Boolean}\n ", + "value": "*\n * Css class for filters submission button\n * @type {String}\n ", "range": [ - 21172, - 21272 + 21118, + 21210 ], "loc": { "start": { @@ -174298,28 +170889,10 @@ }, { "type": "Block", - "value": "** validation - reset buttons/links **", + "value": "*\n * Enable clear button\n * @type {Boolean}\n ", "range": [ - 21323, - 21365 - ], - "loc": { - "start": { - "line": 754, - "column": 8 - }, - "end": { - "line": 754, - "column": 50 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable filters submission button\n * @type {Boolean}\n ", - "range": [ - 21374, - 21460 + 21326, + 21399 ], "loc": { "start": { @@ -174334,10 +170907,10 @@ }, { "type": "Block", - "value": "*\n * Define filters submission button text\n * @type {String}\n ", + "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", "range": [ - 21512, - 21602 + 21455, + 21551 ], "loc": { "start": { @@ -174350,74 +170923,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Css class for filters submission button\n * @type {String}\n ", - "range": [ - 21682, - 21774 - ], - "loc": { - "start": { - "line": 767, - "column": 8 - }, - "end": { - "line": 770, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable clear button\n * @type {Boolean}\n ", - "range": [ - 21890, - 21963 - ], - "loc": { - "start": { - "line": 774, - "column": 8 - }, - "end": { - "line": 777, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Callback fired before filters are cleared\n * @type {Function}\n ", - "range": [ - 22019, - 22115 - ], - "loc": { - "start": { - "line": 780, - "column": 8 - }, - "end": { - "line": 783, - "column": 11 - } - } - }, { "type": "Block", "value": "*\n * Callback fired after filters are cleared\n * @type {Function}\n ", "range": [ - 22222, - 22317 + 21658, + 21753 ], "loc": { "start": { - "line": 787, + "line": 768, "column": 8 }, "end": { - "line": 790, + "line": 771, "column": 11 } } @@ -174426,16 +170945,16 @@ "type": "Block", "value": "*\n * Enable paging component\n * @type {Boolean}\n ", "range": [ - 22421, - 22498 + 21857, + 21934 ], "loc": { "start": { - "line": 794, + "line": 775, "column": 8 }, "end": { - "line": 797, + "line": 778, "column": 11 } } @@ -174444,16 +170963,16 @@ "type": "Block", "value": "*\n * Number of hidden rows\n * @type {Number}\n * @private\n ", "range": [ - 22549, - 22643 + 21985, + 22079 ], "loc": { "start": { - "line": 800, + "line": 781, "column": 8 }, "end": { - "line": 804, + "line": 785, "column": 11 } } @@ -174462,16 +170981,16 @@ "type": "Block", "value": "*\n * Enable auto-filter behaviour, table is filtered when a user\n * stops typing\n * @type {Boolean}\n ", "range": [ - 22684, - 22821 + 22120, + 22257 ], "loc": { "start": { - "line": 807, + "line": 788, "column": 8 }, "end": { - "line": 811, + "line": 792, "column": 11 } } @@ -174480,16 +170999,16 @@ "type": "Block", "value": "*\n * Auto-filter delay in msecs\n * @type {Number}\n ", "range": [ - 22881, - 22960 + 22317, + 22396 ], "loc": { "start": { - "line": 814, + "line": 795, "column": 8 }, "end": { - "line": 817, + "line": 798, "column": 11 } } @@ -174498,12 +171017,66 @@ "type": "Block", "value": "*\n * Indicate whether user is typing\n * @type {Boolean}\n * @private\n ", "range": [ - 23084, - 23189 + 22520, + 22625 ], "loc": { "start": { - "line": 821, + "line": 802, + "column": 8 + }, + "end": { + "line": 806, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", + "range": [ + 22669, + 22765 + ], + "loc": { + "start": { + "line": 809, + "column": 8 + }, + "end": { + "line": 813, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", + "range": [ + 22812, + 22903 + ], + "loc": { + "start": { + "line": 816, + "column": 8 + }, + "end": { + "line": 819, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", + "range": [ + 22977, + 23069 + ], + "loc": { + "start": { + "line": 822, "column": 8 }, "end": { @@ -174514,14 +171087,14 @@ }, { "type": "Block", - "value": "*\n * Auto-filter interval ID\n * @type {String}\n * @private\n ", + "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", "range": [ - 23233, - 23329 + 23178, + 23256 ], "loc": { "start": { - "line": 828, + "line": 829, "column": 8 }, "end": { @@ -174532,10 +171105,10 @@ }, { "type": "Block", - "value": "*\n * Enable keyword highlighting behaviour\n * @type {Boolean}\n ", + "value": "** data types **", "range": [ - 23376, - 23467 + 23323, + 23343 ], "loc": { "start": { @@ -174543,61 +171116,7 @@ "column": 8 }, "end": { - "line": 838, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable no results message UI component\n * @type {Boolean}\n ", - "range": [ - 23541, - 23633 - ], - "loc": { - "start": { - "line": 841, - "column": 8 - }, - "end": { - "line": 844, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Enable state persistence\n * @type {Boolean}\n ", - "range": [ - 23742, - 23820 - ], - "loc": { - "start": { - "line": 848, - "column": 8 - }, - "end": { - "line": 851, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "** data types **", - "range": [ - 23887, - 23907 - ], - "loc": { - "start": { - "line": 854, - "column": 8 - }, - "end": { - "line": 854, + "line": 835, "column": 28 } } @@ -174606,16 +171125,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": [ - 23917, - 24084 + 23353, + 23520 ], "loc": { "start": { - "line": 856, + "line": 837, "column": 8 }, "end": { - "line": 860, + "line": 841, "column": 11 } } @@ -174624,16 +171143,16 @@ "type": "Block", "value": "*\n * Define thousands separator ',' or '.', defaults to ','\n * @type {String}\n ", "range": [ - 24134, - 24241 + 23570, + 23677 ], "loc": { "start": { - "line": 863, + "line": 844, "column": 8 }, "end": { - "line": 866, + "line": 847, "column": 11 } } @@ -174642,16 +171161,16 @@ "type": "Block", "value": "*\n * Define decimal separator ',' or '.', defaults to '.'\n * @type {String}\n ", "range": [ - 24315, - 24420 + 23751, + 23856 ], "loc": { "start": { - "line": 869, + "line": 850, "column": 8 }, "end": { - "line": 872, + "line": 853, "column": 11 } } @@ -174660,12 +171179,84 @@ "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": [ - 24490, - 25088 + 23926, + 24524 ], "loc": { "start": { - "line": 875, + "line": 856, + "column": 8 + }, + "end": { + "line": 869, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "** ids prefixes **", + "range": [ + 24599, + 24621 + ], + "loc": { + "start": { + "line": 872, + "column": 8 + }, + "end": { + "line": 872, + "column": 30 + } + } + }, + { + "type": "Block", + "value": "*\n * Main prefix\n * @private\n ", + "range": [ + 24630, + 24688 + ], + "loc": { + "start": { + "line": 873, + "column": 8 + }, + "end": { + "line": 876, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", + "range": [ + 24726, + 24810 + ], + "loc": { + "start": { + "line": 879, + "column": 8 + }, + "end": { + "line": 882, + "column": 11 + } + } + }, + { + "type": "Block", + "value": "*\n * Button's ID prefix\n * @private\n ", + "range": [ + 24850, + 24915 + ], + "loc": { + "start": { + "line": 885, "column": 8 }, "end": { @@ -174674,92 +171265,20 @@ } } }, - { - "type": "Block", - "value": "** ids prefixes **", - "range": [ - 25163, - 25185 - ], - "loc": { - "start": { - "line": 891, - "column": 8 - }, - "end": { - "line": 891, - "column": 30 - } - } - }, - { - "type": "Block", - "value": "*\n * Main prefix\n * @private\n ", - "range": [ - 25194, - 25252 - ], - "loc": { - "start": { - "line": 892, - "column": 8 - }, - "end": { - "line": 895, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Filter's ID prefix (inputs - selects)\n * @private\n ", - "range": [ - 25290, - 25374 - ], - "loc": { - "start": { - "line": 898, - "column": 8 - }, - "end": { - "line": 901, - "column": 11 - } - } - }, - { - "type": "Block", - "value": "*\n * Button's ID prefix\n * @private\n ", - "range": [ - 25414, - 25479 - ], - "loc": { - "start": { - "line": 904, - "column": 8 - }, - "end": { - "line": 907, - "column": 11 - } - } - }, { "type": "Block", "value": "*\n * Toolbar container ID prefix\n * @private\n ", "range": [ - 25525, - 25599 + 24961, + 25035 ], "loc": { "start": { - "line": 910, + "line": 891, "column": 8 }, "end": { - "line": 913, + "line": 894, "column": 11 } } @@ -174768,16 +171287,16 @@ "type": "Block", "value": "*\n * Toolbar left element ID prefix\n * @private\n ", "range": [ - 25643, - 25720 + 25079, + 25156 ], "loc": { "start": { - "line": 916, + "line": 897, "column": 8 }, "end": { - "line": 919, + "line": 900, "column": 11 } } @@ -174786,16 +171305,16 @@ "type": "Block", "value": "*\n * Toolbar right element ID prefix\n * @private\n ", "range": [ - 25763, - 25841 + 25199, + 25277 ], "loc": { "start": { - "line": 922, + "line": 903, "column": 8 }, "end": { - "line": 925, + "line": 906, "column": 11 } } @@ -174804,16 +171323,16 @@ "type": "Block", "value": "*\n * Toolbar middle element ID prefix\n * @private\n ", "range": [ - 25884, - 25963 + 25320, + 25399 ], "loc": { "start": { - "line": 928, + "line": 909, "column": 8 }, "end": { - "line": 931, + "line": 912, "column": 11 } } @@ -174822,16 +171341,16 @@ "type": "Block", "value": "*\n * Responsive Css class\n * @private\n ", "range": [ - 26006, - 26073 + 25442, + 25509 ], "loc": { "start": { - "line": 934, + "line": 915, "column": 8 }, "end": { - "line": 937, + "line": 918, "column": 11 } } @@ -174840,16 +171359,16 @@ "type": "Block", "value": "** extensions **", "range": [ - 26121, - 26141 + 25557, + 25577 ], "loc": { "start": { - "line": 940, + "line": 921, "column": 8 }, "end": { - "line": 940, + "line": 921, "column": 28 } } @@ -174858,16 +171377,16 @@ "type": "Block", "value": "*\n * List of loaded extensions\n * @type {Array}\n * @private\n ", "range": [ - 26150, - 26247 + 25586, + 25683 ], "loc": { "start": { - "line": 941, + "line": 922, "column": 8 }, "end": { - "line": 945, + "line": 926, "column": 11 } } @@ -174876,16 +171395,16 @@ "type": "Block", "value": "*\n * Determine whether extensions are loaded\n * @type {Boolean}\n * @private\n ", "range": [ - 26297, - 26410 + 25733, + 25846 ], "loc": { "start": { - "line": 948, + "line": 929, "column": 8 }, "end": { - "line": 952, + "line": 933, "column": 11 } } @@ -174894,16 +171413,16 @@ "type": "Block", "value": "** themes **", "range": [ - 26475, - 26491 + 25911, + 25927 ], "loc": { "start": { - "line": 955, + "line": 936, "column": 8 }, "end": { - "line": 955, + "line": 936, "column": 24 } } @@ -174912,16 +171431,16 @@ "type": "Block", "value": "*\n * Enable default theme\n * @type {Boolean}\n ", "range": [ - 26500, - 26574 + 25936, + 26010 ], "loc": { "start": { - "line": 956, + "line": 937, "column": 8 }, "end": { - "line": 959, + "line": 940, "column": 11 } } @@ -174930,16 +171449,16 @@ "type": "Block", "value": "*\n * Determine whether themes are enables\n * @type {Boolean}\n * @private\n ", "range": [ - 26651, - 26761 + 26087, + 26197 ], "loc": { "start": { - "line": 962, + "line": 943, "column": 8 }, "end": { - "line": 966, + "line": 947, "column": 11 } } @@ -174948,16 +171467,16 @@ "type": "Block", "value": "*\n * List of themes, ie:\n * themes: [{ name: 'skyblue' }]\n * @type {Array}\n ", "range": [ - 26844, - 26956 + 26280, + 26392 ], "loc": { "start": { - "line": 969, + "line": 950, "column": 8 }, "end": { - "line": 973, + "line": 954, "column": 11 } } @@ -174966,16 +171485,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": [ - 27004, - 27185 + 26440, + 26621 ], "loc": { "start": { - "line": 976, + "line": 957, "column": 8 }, "end": { - "line": 981, + "line": 962, "column": 11 } } @@ -174984,16 +171503,16 @@ "type": "Block", "value": "*\n * Enable responsive layout\n * @type {Boolean}\n ", "range": [ - 27266, - 27344 + 26702, + 26780 ], "loc": { "start": { - "line": 984, + "line": 965, "column": 8 }, "end": { - "line": 987, + "line": 968, "column": 11 } } @@ -175002,16 +171521,16 @@ "type": "Block", "value": "*\n * Features registry\n * @private\n ", "range": [ - 27403, - 27467 + 26839, + 26903 ], "loc": { "start": { - "line": 990, + "line": 971, "column": 8 }, "end": { - "line": 993, + "line": 974, "column": 11 } } @@ -175020,16 +171539,16 @@ "type": "Block", "value": "*\n * Extensions registry\n * @private\n ", "range": [ - 27500, - 27566 + 26936, + 27002 ], "loc": { "start": { - "line": 996, + "line": 977, "column": 8 }, "end": { - "line": 999, + "line": 980, "column": 11 } } @@ -175038,16 +171557,16 @@ "type": "Line", "value": "load styles if necessary", "range": [ - 27607, - 27633 + 27043, + 27069 ], "loc": { "start": { - "line": 1002, + "line": 983, "column": 8 }, "end": { - "line": 1002, + "line": 983, "column": 34 } } @@ -175056,16 +171575,16 @@ "type": "Block", "value": "*\n * Initialise features and layout\n ", "range": [ - 27716, - 27765 + 27152, + 27201 ], "loc": { "start": { - "line": 1006, + "line": 987, "column": 4 }, "end": { - "line": 1008, + "line": 989, "column": 7 } } @@ -175074,16 +171593,16 @@ "type": "Line", "value": "loads theme", "range": [ - 28011, - 28024 + 27447, + 27460 ], "loc": { "start": { - "line": 1019, + "line": 1000, "column": 8 }, "end": { - "line": 1019, + "line": 1000, "column": 21 } } @@ -175092,16 +171611,16 @@ "type": "Line", "value": " Instanciate sugar date wrapper", "range": [ - 28061, - 28094 + 27497, + 27530 ], "loc": { "start": { - "line": 1022, + "line": 1003, "column": 8 }, "end": { - "line": 1022, + "line": 1003, "column": 41 } } @@ -175110,16 +171629,16 @@ "type": "Line", "value": " Instantiate help feature and initialise only if set true", "range": [ - 28192, - 28251 + 27628, + 27687 ], "loc": { "start": { - "line": 1026, + "line": 1007, "column": 8 }, "end": { - "line": 1026, + "line": 1007, "column": 67 } } @@ -175128,16 +171647,16 @@ "type": "Line", "value": "filters grid is not generated", "range": [ - 29070, - 29101 + 28703, + 28734 ], "loc": { "start": { - "line": 1057, + "line": 1044, "column": 8 }, "end": { - "line": 1057, + "line": 1044, "column": 39 } } @@ -175146,16 +171665,16 @@ "type": "Line", "value": " Generate filters", "range": [ - 29302, - 29321 + 28935, + 28954 ], "loc": { "start": { - "line": 1065, + "line": 1052, "column": 12 }, "end": { - "line": 1065, + "line": 1052, "column": 31 } } @@ -175164,16 +171683,16 @@ "type": "Line", "value": "only 1 input for single search", "range": [ - 29901, - 29933 + 29534, + 29566 ], "loc": { "start": { - "line": 1081, + "line": 1068, "column": 16 }, "end": { - "line": 1081, + "line": 1068, "column": 48 } } @@ -175182,16 +171701,16 @@ "type": "Line", "value": "drop-down filters", "range": [ - 30101, - 30120 + 29734, + 29753 ], "loc": { "start": { - "line": 1087, + "line": 1074, "column": 16 }, "end": { - "line": 1087, + "line": 1074, "column": 35 } } @@ -175200,16 +171719,16 @@ "type": "Line", "value": " checklist", "range": [ - 30406, - 30418 + 30039, + 30051 ], "loc": { "start": { - "line": 1094, + "line": 1081, "column": 16 }, "end": { - "line": 1094, + "line": 1081, "column": 28 } } @@ -175218,16 +171737,16 @@ "type": "Line", "value": " this adds submit button", "range": [ - 30788, - 30814 + 30421, + 30447 ], "loc": { "start": { - "line": 1104, + "line": 1091, "column": 16 }, "end": { - "line": 1104, + "line": 1091, "column": 42 } } @@ -175236,16 +171755,16 @@ "type": "Line", "value": "if this.fltGrid", "range": [ - 31149, - 31166 + 30782, + 30799 ], "loc": { "start": { - "line": 1115, + "line": 1102, "column": 9 }, "end": { - "line": 1115, + "line": 1102, "column": 26 } } @@ -175254,16 +171773,16 @@ "type": "Block", "value": " Features ", "range": [ - 31176, - 31190 + 30809, + 30823 ], "loc": { "start": { - "line": 1117, + "line": 1104, "column": 8 }, "end": { - "line": 1117, + "line": 1104, "column": 22 } } @@ -175272,16 +171791,16 @@ "type": "Line", "value": "TF css class is added to table", "range": [ - 32360, - 32392 + 31993, + 32025 ], "loc": { "start": { - "line": 1156, + "line": 1143, "column": 8 }, "end": { - "line": 1156, + "line": 1143, "column": 40 } } @@ -175290,16 +171809,16 @@ "type": "Block", "value": " Load extensions ", "range": [ - 32599, - 32620 + 32232, + 32253 ], "loc": { "start": { - "line": 1164, + "line": 1151, "column": 8 }, "end": { - "line": 1164, + "line": 1151, "column": 29 } } @@ -175308,16 +171827,16 @@ "type": "Line", "value": " Subscribe to events", "range": [ - 32661, - 32683 + 32294, + 32316 ], "loc": { "start": { - "line": 1167, + "line": 1154, "column": 8 }, "end": { - "line": 1167, + "line": 1154, "column": 30 } } @@ -175326,16 +171845,16 @@ "type": "Block", "value": "* @inherited ", "range": [ - 33077, - 33094 + 32446, + 32463 ], "loc": { "start": { - "line": 1178, + "line": 1159, "column": 8 }, "end": { - "line": 1178, + "line": 1159, "column": 25 } } @@ -175344,16 +171863,16 @@ "type": "Block", "value": "*\n * Detect key\n * @param {Event} evt\n ", "range": [ - 33225, - 33288 + 32594, + 32657 ], "loc": { "start": { - "line": 1186, + "line": 1167, "column": 4 }, "end": { - "line": 1189, + "line": 1170, "column": 7 } } @@ -175362,16 +171881,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": [ - 33756, - 33889 + 33125, + 33258 ], "loc": { "start": { - "line": 1208, + "line": 1189, "column": 4 }, "end": { - "line": 1212, + "line": 1193, "column": 7 } } @@ -175380,16 +171899,16 @@ "type": "Block", "value": "*\n * Filter's keydown event: if auto-filter on, detect user is typing\n ", "range": [ - 34745, - 34828 + 34114, + 34197 ], "loc": { "start": { - "line": 1241, + "line": 1222, "column": 4 }, "end": { - "line": 1243, + "line": 1224, "column": 7 } } @@ -175398,12 +171917,48 @@ "type": "Block", "value": "*\n * Filter's focus event\n * @param {Event} evt\n ", "range": [ - 34937, - 35002 + 34306, + 34371 ], "loc": { "start": { - "line": 1250, + "line": 1231, + "column": 4 + }, + "end": { + "line": 1234, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", + "range": [ + 34493, + 34581 + ], + "loc": { + "start": { + "line": 1240, + "column": 4 + }, + "end": { + "line": 1242, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Insert filters row at initialization\n ", + "range": [ + 34793, + 34848 + ], + "loc": { + "start": { + "line": 1251, "column": 4 }, "end": { @@ -175412,56 +171967,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Filter's blur event: if auto-filter on, clear interval on filter blur\n ", - "range": [ - 35124, - 35212 - ], - "loc": { - "start": { - "line": 1259, - "column": 4 - }, - "end": { - "line": 1261, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Insert filters row at initialization\n ", - "range": [ - 35424, - 35479 - ], - "loc": { - "start": { - "line": 1270, - "column": 4 - }, - "end": { - "line": 1272, - "column": 7 - } - } - }, { "type": "Line", "value": " TODO: prevent filters row generation for popup filters too,", "range": [ - 35514, - 35576 + 34883, + 34945 ], "loc": { "start": { - "line": 1274, + "line": 1255, "column": 8 }, "end": { - "line": 1274, + "line": 1255, "column": 70 } } @@ -175470,16 +171989,16 @@ "type": "Line", "value": " to reduce and simplify headers row index adjusting across lib modules", "range": [ - 35585, - 35657 + 34954, + 35026 ], "loc": { "start": { - "line": 1275, + "line": 1256, "column": 8 }, "end": { - "line": 1275, + "line": 1256, "column": 80 } } @@ -175488,16 +172007,16 @@ "type": "Line", "value": " (GridLayout, PopupFilter etc)", "range": [ - 35666, - 35698 + 35035, + 35067 ], "loc": { "start": { - "line": 1276, + "line": 1257, "column": 8 }, "end": { - "line": 1276, + "line": 1257, "column": 40 } } @@ -175506,16 +172025,16 @@ "type": "Block", "value": "*\n * Initialize filtersless table\n ", "range": [ - 36250, - 36297 + 35619, + 35666 ], "loc": { "start": { - "line": 1299, + "line": 1280, "column": 4 }, "end": { - "line": 1301, + "line": 1282, "column": 7 } } @@ -175524,16 +172043,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": [ - 36501, - 36720 + 35870, + 36089 ], "loc": { "start": { - "line": 1310, + "line": 1291, "column": 4 }, "end": { - "line": 1315, + "line": 1296, "column": 7 } } @@ -175542,16 +172061,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 37479, - 37517 + 36848, + 36886 ], "loc": { "start": { - "line": 1334, + "line": 1315, "column": 8 }, "end": { - "line": 1334, + "line": 1315, "column": 46 } } @@ -175560,16 +172079,16 @@ "type": "Block", "value": "*\n * Build submit button\n * @param {Number} colIndex Column index\n * @param {DOMElement} container Container DOM element\n ", "range": [ - 37946, - 38095 + 37315, + 37464 ], "loc": { "start": { - "line": 1349, + "line": 1330, "column": 4 }, "end": { - "line": 1353, + "line": 1334, "column": 7 } } @@ -175578,16 +172097,16 @@ "type": "Line", "value": "filter is appended in custom element", "range": [ - 38412, - 38450 + 37781, + 37819 ], "loc": { "start": { - "line": 1363, + "line": 1344, "column": 8 }, "end": { - "line": 1363, + "line": 1344, "column": 46 } } @@ -175596,16 +172115,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": [ - 38665, - 38799 + 38034, + 38168 ], "loc": { "start": { - "line": 1373, + "line": 1354, "column": 4 }, "end": { - "line": 1377, + "line": 1358, "column": 7 } } @@ -175614,16 +172133,16 @@ "type": "Block", "value": "*\n * Initialise all the extensions defined in the configuration object\n ", "range": [ - 38862, - 38946 + 38231, + 38315 ], "loc": { "start": { - "line": 1382, + "line": 1363, "column": 4 }, "end": { - "line": 1384, + "line": 1365, "column": 7 } } @@ -175632,16 +172151,16 @@ "type": "Line", "value": " Set config's publicPath dynamically for Webpack...", "range": [ - 39080, - 39133 + 38449, + 38502 ], "loc": { "start": { - "line": 1391, + "line": 1372, "column": 8 }, "end": { - "line": 1391, + "line": 1372, "column": 61 } } @@ -175650,16 +172169,16 @@ "type": "Block", "value": "*\n * Load an extension module\n * @param {Object} ext Extension config object\n ", "range": [ - 39520, - 39615 + 38889, + 38984 ], "loc": { "start": { - "line": 1404, + "line": 1385, "column": 4 }, "end": { - "line": 1407, + "line": 1388, "column": 7 } } @@ -175668,16 +172187,16 @@ "type": "Line", "value": " Require pattern for Webpack", "range": [ - 40004, - 40034 + 39373, + 39403 ], "loc": { "start": { - "line": 1424, + "line": 1405, "column": 8 }, "end": { - "line": 1424, + "line": 1405, "column": 38 } } @@ -175686,16 +172205,16 @@ "type": "Block", "value": " eslint-disable ", "range": [ - 40095, - 40115 + 39464, + 39484 ], "loc": { "start": { - "line": 1426, + "line": 1407, "column": 12 }, "end": { - "line": 1426, + "line": 1407, "column": 32 } } @@ -175704,16 +172223,16 @@ "type": "Block", "value": " eslint-enable ", "range": [ - 40179, - 40198 + 39548, + 39567 ], "loc": { "start": { - "line": 1428, + "line": 1409, "column": 12 }, "end": { - "line": 1428, + "line": 1409, "column": 31 } } @@ -175722,16 +172241,16 @@ "type": "Block", "value": "*\n * Get an extension instance\n * @param {String} name Name of the extension\n * @return {Object} Extension instance\n ", "range": [ - 40290, - 40433 + 39659, + 39802 ], "loc": { "start": { - "line": 1434, + "line": 1415, "column": 4 }, "end": { - "line": 1438, + "line": 1419, "column": 7 } } @@ -175740,12 +172259,48 @@ "type": "Block", "value": "*\n * Check passed extension name exists\n * @param {String} name Name of the extension\n * @return {Boolean}\n ", "range": [ - 40506, - 40636 + 39875, + 40005 ], "loc": { "start": { - "line": 1443, + "line": 1424, + "column": 4 + }, + "end": { + "line": 1428, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Destroy all the extensions store in extensions registry\n ", + "range": [ + 40091, + 40165 + ], + "loc": { + "start": { + "line": 1433, + "column": 4 + }, + "end": { + "line": 1435, + "column": 7 + } + } + }, + { + "type": "Block", + "value": "*\n * Load themes defined in the configuration object\n ", + "range": [ + 40362, + 40428 + ], + "loc": { + "start": { + "line": 1445, "column": 4 }, "end": { @@ -175754,56 +172309,20 @@ } } }, - { - "type": "Block", - "value": "*\n * Destroy all the extensions store in extensions registry\n ", - "range": [ - 40722, - 40796 - ], - "loc": { - "start": { - "line": 1452, - "column": 4 - }, - "end": { - "line": 1454, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Load themes defined in the configuration object\n ", - "range": [ - 40993, - 41059 - ], - "loc": { - "start": { - "line": 1464, - "column": 4 - }, - "end": { - "line": 1466, - "column": 7 - } - } - }, { "type": "Line", "value": "Default theme config", "range": [ - 41242, - 41264 + 40611, + 40633 ], "loc": { "start": { - "line": 1475, + "line": 1456, "column": 8 }, "end": { - "line": 1475, + "line": 1456, "column": 30 } } @@ -175812,16 +172331,16 @@ "type": "Line", "value": " Enable loader indicator", "range": [ - 42092, - 42118 + 41461, + 41487 ], "loc": { "start": { - "line": 1499, + "line": 1480, "column": 8 }, "end": { - "line": 1499, + "line": 1480, "column": 34 } } @@ -175830,16 +172349,16 @@ "type": "Block", "value": "*\n * Return stylesheet DOM element for a given theme name\n * @return {DOMElement} stylesheet element\n ", "range": [ - 42216, - 42334 + 41585, + 41703 ], "loc": { "start": { - "line": 1505, + "line": 1486, "column": 4 }, "end": { - "line": 1508, + "line": 1489, "column": 7 } } @@ -175848,16 +172367,16 @@ "type": "Block", "value": "*\n * Destroy filter grid\n ", "range": [ - 42424, - 42462 + 41793, + 41831 ], "loc": { "start": { - "line": 1513, + "line": 1494, "column": 4 }, "end": { - "line": 1515, + "line": 1496, "column": 7 } } @@ -175866,16 +172385,16 @@ "type": "Line", "value": " broadcast destroy event modules and extensions are subscribed to", "range": [ - 43274, - 43341 + 42249, + 42316 ], "loc": { "start": { - "line": 1545, + "line": 1516, "column": 8 }, "end": { - "line": 1545, + "line": 1516, "column": 75 } } @@ -175884,16 +172403,16 @@ "type": "Line", "value": " unsubscribe to events", "range": [ - 43390, - 43414 + 42480, + 42504 ], "loc": { "start": { - "line": 1548, + "line": 1523, "column": 8 }, "end": { - "line": 1548, + "line": 1523, "column": 32 } } @@ -175902,16 +172421,16 @@ "type": "Block", "value": "*\n * Generate container element for paging, reset button, rows counter etc.\n ", "range": [ - 43999, - 44088 + 43089, + 43178 ], "loc": { "start": { - "line": 1567, + "line": 1542, "column": 4 }, "end": { - "line": 1569, + "line": 1544, "column": 7 } } @@ -175920,16 +172439,16 @@ "type": "Block", "value": "** container div **", "range": [ - 44174, - 44197 + 43264, + 43287 ], "loc": { "start": { - "line": 1575, + "line": 1550, "column": 8 }, "end": { - "line": 1575, + "line": 1550, "column": 31 } } @@ -175938,16 +172457,16 @@ "type": "Line", "value": "custom container", "range": [ - 44294, - 44312 + 43384, + 43402 ], "loc": { "start": { - "line": 1579, + "line": 1554, "column": 8 }, "end": { - "line": 1579, + "line": 1554, "column": 26 } } @@ -175956,16 +172475,16 @@ "type": "Line", "value": "grid-layout", "range": [ - 44420, - 44433 + 43510, + 43523 ], "loc": { "start": { - "line": 1583, + "line": 1558, "column": 8 }, "end": { - "line": 1583, + "line": 1558, "column": 21 } } @@ -175974,16 +172493,16 @@ "type": "Line", "value": "default location: just above the table", "range": [ - 44652, - 44692 + 43742, + 43782 ], "loc": { "start": { - "line": 1589, + "line": 1564, "column": 8 }, "end": { - "line": 1589, + "line": 1564, "column": 48 } } @@ -175992,16 +172511,16 @@ "type": "Block", "value": "** left div containing rows # displayer **", "range": [ - 44906, - 44952 + 43996, + 44042 ], "loc": { "start": { - "line": 1597, + "line": 1572, "column": 8 }, "end": { - "line": 1597, + "line": 1572, "column": 54 } } @@ -176010,16 +172529,16 @@ "type": "Block", "value": "** right div containing reset button\n + nb results per page select **", "range": [ - 45103, - 45197 + 44193, + 44287 ], "loc": { "start": { - "line": 1603, + "line": 1578, "column": 8 }, "end": { - "line": 1604, + "line": 1579, "column": 52 } } @@ -176028,16 +172547,16 @@ "type": "Block", "value": "** mid div containing paging elements **", "range": [ - 45348, - 45392 + 44438, + 44482 ], "loc": { "start": { - "line": 1610, + "line": 1585, "column": 8 }, "end": { - "line": 1610, + "line": 1585, "column": 52 } } @@ -176046,16 +172565,16 @@ "type": "Line", "value": " emit help initialisation only if undefined", "range": [ - 45543, - 45588 + 44633, + 44678 ], "loc": { "start": { - "line": 1616, + "line": 1591, "column": 8 }, "end": { - "line": 1616, + "line": 1591, "column": 53 } } @@ -176064,16 +172583,16 @@ "type": "Line", "value": " explicitily set enabled field to true to initialise help by", "range": [ - 45635, - 45697 + 44725, + 44787 ], "loc": { "start": { - "line": 1618, + "line": 1593, "column": 12 }, "end": { - "line": 1618, + "line": 1593, "column": 74 } } @@ -176082,16 +172601,16 @@ "type": "Line", "value": " default, only if setting is undefined", "range": [ - 45710, - 45750 + 44800, + 44840 ], "loc": { "start": { - "line": 1619, + "line": 1594, "column": 12 }, "end": { - "line": 1619, + "line": 1594, "column": 52 } } @@ -176100,16 +172619,16 @@ "type": "Block", "value": "*\n * Remove toolbar container element\n ", "range": [ - 45864, - 45915 + 44954, + 45005 ], "loc": { "start": { - "line": 1625, + "line": 1600, "column": 4 }, "end": { - "line": 1627, + "line": 1602, "column": 7 } } @@ -176118,16 +172637,16 @@ "type": "Block", "value": "*\n * Remove all the external column filters\n ", "range": [ - 46257, - 46314 + 45347, + 45404 ], "loc": { "start": { - "line": 1642, + "line": 1617, "column": 4 }, "end": { - "line": 1644, + "line": 1619, "column": 7 } } @@ -176136,16 +172655,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": [ - 46729, - 46883 + 45819, + 45973 ], "loc": { "start": { - "line": 1660, + "line": 1635, "column": 4 }, "end": { - "line": 1664, + "line": 1639, "column": 7 } } @@ -176154,16 +172673,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": [ - 47029, - 47225 + 46119, + 46315 ], "loc": { "start": { - "line": 1670, + "line": 1645, "column": 4 }, "end": { - "line": 1675, + "line": 1650, "column": 7 } } @@ -176172,16 +172691,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": [ - 48085, - 48322 + 47175, + 47412 ], "loc": { "start": { - "line": 1704, + "line": 1679, "column": 4 }, "end": { - "line": 1708, + "line": 1683, "column": 7 } } @@ -176190,16 +172709,16 @@ "type": "Line", "value": "fire onbefore callback", "range": [ - 48426, - 48450 + 47516, + 47540 ], "loc": { "start": { - "line": 1713, + "line": 1688, "column": 8 }, "end": { - "line": 1713, + "line": 1688, "column": 32 } } @@ -176208,16 +172727,16 @@ "type": "Line", "value": " search args re-init", "range": [ - 48689, - 48711 + 47779, + 47801 ], "loc": { "start": { - "line": 1722, + "line": 1697, "column": 8 }, "end": { - "line": 1722, + "line": 1697, "column": 30 } } @@ -176226,16 +172745,16 @@ "type": "Line", "value": " already filtered rows display re-init", "range": [ - 48827, - 48867 + 47917, + 47957 ], "loc": { "start": { - "line": 1726, + "line": 1701, "column": 12 }, "end": { - "line": 1726, + "line": 1701, "column": 52 } } @@ -176244,16 +172763,16 @@ "type": "Line", "value": " checks if row has exact cell #", "range": [ - 48999, - 49032 + 48089, + 48122 ], "loc": { "start": { - "line": 1732, + "line": 1707, "column": 12 }, "end": { - "line": 1732, + "line": 1707, "column": 45 } } @@ -176262,16 +172781,16 @@ "type": "Line", "value": "only for single filter search", "range": [ - 49201, - 49232 + 48291, + 48322 ], "loc": { "start": { - "line": 1739, + "line": 1714, "column": 16 }, "end": { - "line": 1739, + "line": 1714, "column": 47 } } @@ -176280,16 +172799,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 49289, - 49321 + 48379, + 48411 ], "loc": { "start": { - "line": 1742, + "line": 1717, "column": 12 }, "end": { - "line": 1742, + "line": 1717, "column": 44 } } @@ -176298,16 +172817,16 @@ "type": "Line", "value": "searched keyword", "range": [ - 49386, - 49404 + 48476, + 48494 ], "loc": { "start": { - "line": 1744, + "line": 1719, "column": 16 }, "end": { - "line": 1744, + "line": 1719, "column": 34 } } @@ -176316,16 +172835,16 @@ "type": "Line", "value": "multiple search parameter operator ||", "range": [ - 49684, - 49723 + 48774, + 48813 ], "loc": { "start": { - "line": 1754, + "line": 1729, "column": 16 }, "end": { - "line": 1754, + "line": 1729, "column": 55 } } @@ -176334,16 +172853,16 @@ "type": "Line", "value": "multiple search || parameter boolean", "range": [ - 49814, - 49852 + 48904, + 48942 ], "loc": { "start": { - "line": 1756, + "line": 1731, "column": 20 }, "end": { - "line": 1756, + "line": 1731, "column": 58 } } @@ -176352,16 +172871,16 @@ "type": "Line", "value": "multiple search parameter operator &&", "range": [ - 49930, - 49969 + 49020, + 49059 ], "loc": { "start": { - "line": 1758, + "line": 1733, "column": 20 }, "end": { - "line": 1758, + "line": 1733, "column": 59 } } @@ -176370,16 +172889,16 @@ "type": "Line", "value": "multiple search && parameter boolean", "range": [ - 50061, - 50099 + 49151, + 49189 ], "loc": { "start": { - "line": 1760, + "line": 1735, "column": 20 }, "end": { - "line": 1760, + "line": 1735, "column": 58 } } @@ -176388,16 +172907,16 @@ "type": "Line", "value": "detect operators or array query", "range": [ - 50176, - 50209 + 49266, + 49299 ], "loc": { "start": { - "line": 1763, + "line": 1738, "column": 16 }, "end": { - "line": 1763, + "line": 1738, "column": 49 } } @@ -176406,16 +172925,16 @@ "type": "Line", "value": " isolate search term and check occurence in cell data", "range": [ - 50581, - 50636 + 49671, + 49726 ], "loc": { "start": { - "line": 1773, + "line": 1748, "column": 20 }, "end": { - "line": 1773, + "line": 1748, "column": 75 } } @@ -176424,16 +172943,16 @@ "type": "Line", "value": "single search parameter", "range": [ - 51381, - 51406 + 50471, + 50496 ], "loc": { "start": { - "line": 1793, + "line": 1768, "column": 16 }, "end": { - "line": 1793, + "line": 1768, "column": 41 } } @@ -176442,16 +172961,16 @@ "type": "Line", "value": "else single param", "range": [ - 51696, - 51715 + 50786, + 50805 ], "loc": { "start": { - "line": 1800, + "line": 1775, "column": 17 }, "end": { - "line": 1800, + "line": 1775, "column": 36 } } @@ -176460,16 +172979,16 @@ "type": "Line", "value": "for j", "range": [ - 52022, - 52029 + 51112, + 51119 ], "loc": { "start": { - "line": 1810, + "line": 1785, "column": 13 }, "end": { - "line": 1810, + "line": 1785, "column": 20 } } @@ -176478,16 +172997,16 @@ "type": "Line", "value": " for k", "range": [ - 52385, - 52393 + 51475, + 51483 ], "loc": { "start": { - "line": 1823, + "line": 1798, "column": 9 }, "end": { - "line": 1823, + "line": 1798, "column": 17 } } @@ -176496,34 +173015,34 @@ "type": "Line", "value": "fire onafterfilter callback", "range": [ - 52444, - 52473 + 51534, + 51563 ], "loc": { "start": { - "line": 1827, + "line": 1802, "column": 8 }, "end": { - "line": 1827, + "line": 1802, "column": 37 } } }, { "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 * @returns {Boolean}\n ", + "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": [ - 52584, - 52808 + 51674, + 51897 ], "loc": { "start": { - "line": 1833, + "line": 1808, "column": 4 }, "end": { - "line": 1839, + "line": 1814, "column": 7 } } @@ -176532,16 +173051,16 @@ "type": "Line", "value": " re_an = new RegExp(this.anOperator),", "range": [ - 53365, - 53404 + 52454, + 52493 ], "loc": { "start": { - "line": 1852, + "line": 1827, "column": 12 }, "end": { - "line": 1852, + "line": 1827, "column": 51 } } @@ -176550,16 +173069,16 @@ "type": "Line", "value": " re_cr = new RegExp(this.curExp),", "range": [ - 53417, - 53452 + 52506, + 52541 ], "loc": { "start": { - "line": 1853, + "line": 1828, "column": 12 }, "end": { - "line": 1853, + "line": 1828, "column": 47 } } @@ -176568,16 +173087,16 @@ "type": "Line", "value": "Search arg operator tests", "range": [ - 53676, - 53703 + 52765, + 52792 ], "loc": { "start": { - "line": 1862, + "line": 1837, "column": 8 }, "end": { - "line": 1862, + "line": 1837, "column": 35 } } @@ -176586,16 +173105,16 @@ "type": "Line", "value": " hatermN = re_an.test(term),", "range": [ - 53972, - 54002 + 53061, + 53091 ], "loc": { "start": { - "line": 1870, + "line": 1845, "column": 12 }, "end": { - "line": 1870, + "line": 1845, "column": 42 } } @@ -176604,16 +173123,16 @@ "type": "Line", "value": " Check for dates or resolve date type", "range": [ - 54197, - 54236 + 53286, + 53325 ], "loc": { "start": { - "line": 1877, + "line": 1852, "column": 8 }, "end": { - "line": 1877, + "line": 1852, "column": 47 } } @@ -176622,16 +173141,16 @@ "type": "Line", "value": " Search arg dates tests", "range": [ - 54567, - 54592 + 53656, + 53681 ], "loc": { "start": { - "line": 1886, + "line": 1861, "column": 12 }, "end": { - "line": 1886, + "line": 1861, "column": 37 } } @@ -176640,16 +173159,16 @@ "type": "Line", "value": " lower equal date", "range": [ - 55233, - 55252 + 54322, + 54341 ], "loc": { "start": { - "line": 1902, + "line": 1877, "column": 12 }, "end": { - "line": 1902, + "line": 1877, "column": 31 } } @@ -176658,16 +173177,16 @@ "type": "Line", "value": " lower date", "range": [ - 55415, - 55428 + 54504, + 54517 ], "loc": { "start": { - "line": 1907, + "line": 1882, "column": 12 }, "end": { - "line": 1907, + "line": 1882, "column": 25 } } @@ -176676,16 +173195,16 @@ "type": "Line", "value": " greater equal date", "range": [ - 55593, - 55614 + 54682, + 54703 ], "loc": { "start": { - "line": 1912, + "line": 1887, "column": 12 }, "end": { - "line": 1912, + "line": 1887, "column": 33 } } @@ -176694,16 +173213,16 @@ "type": "Line", "value": " greater date", "range": [ - 55782, - 55797 + 54871, + 54886 ], "loc": { "start": { - "line": 1917, + "line": 1892, "column": 12 }, "end": { - "line": 1917, + "line": 1892, "column": 27 } } @@ -176712,16 +173231,16 @@ "type": "Line", "value": " different date", "range": [ - 55962, - 55979 + 55051, + 55068 ], "loc": { "start": { - "line": 1922, + "line": 1897, "column": 12 }, "end": { - "line": 1922, + "line": 1897, "column": 29 } } @@ -176730,16 +173249,16 @@ "type": "Line", "value": " equal date", "range": [ - 56169, - 56182 + 55258, + 55271 ], "loc": { "start": { - "line": 1927, + "line": 1902, "column": 12 }, "end": { - "line": 1927, + "line": 1902, "column": 25 } } @@ -176748,16 +173267,16 @@ "type": "Line", "value": " searched keyword with * operator doesn't have to be a date", "range": [ - 56373, - 56434 + 55462, + 55523 ], "loc": { "start": { - "line": 1932, + "line": 1907, "column": 12 }, "end": { - "line": 1932, + "line": 1907, "column": 73 } } @@ -176766,16 +173285,16 @@ "type": "Line", "value": " like date", "range": [ - 56474, - 56486 + 55563, + 55575 ], "loc": { "start": { - "line": 1933, + "line": 1908, "column": 39 }, "end": { - "line": 1933, + "line": 1908, "column": 51 } } @@ -176784,16 +173303,16 @@ "type": "Line", "value": "empty", "range": [ - 56802, - 56809 + 55891, + 55898 ], "loc": { "start": { - "line": 1941, + "line": 1916, "column": 12 }, "end": { - "line": 1941, + "line": 1916, "column": 19 } } @@ -176802,16 +173321,16 @@ "type": "Line", "value": "non-empty", "range": [ - 56920, - 56931 + 56009, + 56020 ], "loc": { "start": { - "line": 1945, + "line": 1920, "column": 12 }, "end": { - "line": 1945, + "line": 1920, "column": 23 } } @@ -176820,16 +173339,16 @@ "type": "Line", "value": " Convert to number anyways to auto-resolve type in case not", "range": [ - 57461, - 57522 + 56550, + 56611 ], "loc": { "start": { - "line": 1961, + "line": 1936, "column": 12 }, "end": { - "line": 1961, + "line": 1936, "column": 73 } } @@ -176838,16 +173357,16 @@ "type": "Line", "value": " defined by configuration", "range": [ - 57535, - 57562 + 56624, + 56651 ], "loc": { "start": { - "line": 1962, + "line": 1937, "column": 12 }, "end": { - "line": 1962, + "line": 1937, "column": 39 } } @@ -176856,16 +173375,16 @@ "type": "Line", "value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},", "range": [ - 57648, - 57710 + 56737, + 56799 ], "loc": { "start": { - "line": 1965, + "line": 1940, "column": 12 }, "end": { - "line": 1965, + "line": 1940, "column": 74 } } @@ -176874,16 +173393,16 @@ "type": "Line", "value": " rgx:)", "range": [ - 57723, - 57731 + 56812, + 56820 ], "loc": { "start": { - "line": 1966, + "line": 1941, "column": 12 }, "end": { - "line": 1966, + "line": 1941, "column": 20 } } @@ -176892,16 +173411,16 @@ "type": "Line", "value": " lower equal", "range": [ - 57744, - 57758 + 56833, + 56847 ], "loc": { "start": { - "line": 1967, + "line": 1942, "column": 12 }, "end": { - "line": 1967, + "line": 1942, "column": 26 } } @@ -176910,16 +173429,16 @@ "type": "Line", "value": "greater equal", "range": [ - 57949, - 57964 + 57038, + 57053 ], "loc": { "start": { - "line": 1974, + "line": 1949, "column": 12 }, "end": { - "line": 1974, + "line": 1949, "column": 27 } } @@ -176928,16 +173447,16 @@ "type": "Line", "value": "lower", "range": [ - 58160, - 58167 + 57249, + 57256 ], "loc": { "start": { - "line": 1981, + "line": 1956, "column": 12 }, "end": { - "line": 1981, + "line": 1956, "column": 19 } } @@ -176946,16 +173465,16 @@ "type": "Line", "value": "greater", "range": [ - 58361, - 58370 + 57450, + 57459 ], "loc": { "start": { - "line": 1988, + "line": 1963, "column": 12 }, "end": { - "line": 1988, + "line": 1963, "column": 21 } } @@ -176964,16 +173483,16 @@ "type": "Line", "value": "different", "range": [ - 58564, - 58575 + 57653, + 57664 ], "loc": { "start": { - "line": 1995, + "line": 1970, "column": 12 }, "end": { - "line": 1995, + "line": 1970, "column": 23 } } @@ -176982,16 +173501,16 @@ "type": "Line", "value": "like", "range": [ - 58766, - 58772 + 57855, + 57861 ], "loc": { "start": { - "line": 2000, + "line": 1975, "column": 12 }, "end": { - "line": 2000, + "line": 1975, "column": 18 } } @@ -177000,16 +173519,16 @@ "type": "Line", "value": "equal", "range": [ - 58949, - 58956 + 58038, + 58045 ], "loc": { "start": { - "line": 2005, + "line": 1980, "column": 12 }, "end": { - "line": 2005, + "line": 1980, "column": 19 } } @@ -177018,16 +173537,16 @@ "type": "Line", "value": "starts with", "range": [ - 59132, - 59145 + 58221, + 58234 ], "loc": { "start": { - "line": 2010, + "line": 1985, "column": 12 }, "end": { - "line": 2010, + "line": 1985, "column": 25 } } @@ -177036,16 +173555,16 @@ "type": "Line", "value": "ends with", "range": [ - 59314, - 59325 + 58403, + 58414 ], "loc": { "start": { - "line": 2015, + "line": 1990, "column": 12 }, "end": { - "line": 2015, + "line": 1990, "column": 23 } } @@ -177054,16 +173573,16 @@ "type": "Line", "value": "empty", "range": [ - 59744, - 59751 + 58833, + 58840 ], "loc": { "start": { - "line": 2024, + "line": 1999, "column": 12 }, "end": { - "line": 2024, + "line": 1999, "column": 19 } } @@ -177072,16 +173591,16 @@ "type": "Line", "value": "non-empty", "range": [ - 59862, - 59873 + 58951, + 58962 ], "loc": { "start": { - "line": 2028, + "line": 2003, "column": 12 }, "end": { - "line": 2028, + "line": 2003, "column": 23 } } @@ -177090,16 +173609,16 @@ "type": "Line", "value": "regexp", "range": [ - 59985, - 59993 + 59074, + 59082 ], "loc": { "start": { - "line": 2032, + "line": 2007, "column": 12 }, "end": { - "line": 2032, + "line": 2007, "column": 20 } } @@ -177108,16 +173627,16 @@ "type": "Line", "value": "in case regexp throws", "range": [ - 60040, - 60063 + 59129, + 59152 ], "loc": { "start": { - "line": 2034, + "line": 2009, "column": 16 }, "end": { - "line": 2034, + "line": 2009, "column": 39 } } @@ -177126,16 +173645,16 @@ "type": "Line", "value": "operator is removed", "range": [ - 60106, - 60127 + 59195, + 59216 ], "loc": { "start": { - "line": 2036, + "line": 2011, "column": 20 }, "end": { - "line": 2036, + "line": 2011, "column": 41 } } @@ -177144,16 +173663,16 @@ "type": "Line", "value": " If numeric type data, perform a strict equality test and", "range": [ - 60415, - 60474 + 59504, + 59563 ], "loc": { "start": { - "line": 2044, + "line": 2019, "column": 16 }, "end": { - "line": 2044, + "line": 2019, "column": 75 } } @@ -177162,16 +173681,16 @@ "type": "Line", "value": " fallback to unformatted number string comparison", "range": [ - 60491, - 60542 + 59580, + 59631 ], "loc": { "start": { - "line": 2045, + "line": 2020, "column": 16 }, "end": { - "line": 2045, + "line": 2020, "column": 67 } } @@ -177180,16 +173699,16 @@ "type": "Line", "value": " parseNb can return 0 for strings which are not", "range": [ - 60711, - 60760 + 59800, + 59849 ], "loc": { "start": { - "line": 2049, + "line": 2024, "column": 20 }, "end": { - "line": 2049, + "line": 2024, "column": 69 } } @@ -177198,16 +173717,16 @@ "type": "Line", "value": " formatted numbers, in that case return the original", "range": [ - 60781, - 60835 + 59870, + 59924 ], "loc": { "start": { - "line": 2050, + "line": 2025, "column": 20 }, "end": { - "line": 2050, + "line": 2025, "column": 74 } } @@ -177216,16 +173735,16 @@ "type": "Line", "value": " string. TODO: handle this in parseNb", "range": [ - 60856, - 60895 + 59945, + 59984 ], "loc": { "start": { - "line": 2051, + "line": 2026, "column": 20 }, "end": { - "line": 2051, + "line": 2026, "column": 59 } } @@ -177234,16 +173753,16 @@ "type": "Line", "value": " Finally test search term is contained in cell data", "range": [ - 61198, - 61251 + 60287, + 60340 ], "loc": { "start": { - "line": 2057, + "line": 2032, "column": 20 }, "end": { - "line": 2057, + "line": 2032, "column": 73 } } @@ -177252,52 +173771,52 @@ "type": "Line", "value": "else", "range": [ - 61574, - 61580 + 60663, + 60669 ], "loc": { "start": { - "line": 2068, + "line": 2043, "column": 9 }, "end": { - "line": 2068, + "line": 2043, "column": 15 } } }, { "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 * @returns Flat list of data 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 {Arrat} [exclude=[]] List of row indexes to be excluded\n * @return Flat list of data for a column\n ", "range": [ - 61619, - 61904 + 60708, + 60992 ], "loc": { "start": { - "line": 2073, + "line": 2048, "column": 4 }, "end": { - "line": 2079, + "line": 2054, "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 * @returns Flat list of values for a column\n ", + "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": [ - 62059, - 62348 + 61147, + 61435 ], "loc": { "start": { - "line": 2084, + "line": 2059, "column": 4 }, "end": { - "line": 2090, + "line": 2065, "column": 7 } } @@ -177306,16 +173825,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": [ - 62506, - 62887 + 61593, + 61974 ], "loc": { "start": { - "line": 2095, + "line": 2070, "column": 4 }, "end": { - "line": 2103, + "line": 2078, "column": 7 } } @@ -177324,16 +173843,16 @@ "type": "Line", "value": " checks if current row index appears in exclude array", "range": [ - 63425, - 63480 + 62512, + 62567 ], "loc": { "start": { - "line": 2122, + "line": 2097, "column": 12 }, "end": { - "line": 2122, + "line": 2097, "column": 67 } } @@ -177342,16 +173861,16 @@ "type": "Line", "value": " checks if row has exact cell # and is not excluded", "range": [ - 63680, - 63733 + 62767, + 62820 ], "loc": { "start": { - "line": 2129, + "line": 2104, "column": 12 }, "end": { - "line": 2129, + "line": 2104, "column": 65 } } @@ -177360,16 +173879,16 @@ "type": "Line", "value": " this loop retrieves cell data", "range": [ - 63811, - 63843 + 62898, + 62930 ], "loc": { "start": { - "line": 2131, + "line": 2106, "column": 16 }, "end": { - "line": 2131, + "line": 2106, "column": 48 } } @@ -177378,16 +173897,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": [ - 64167, - 64319 + 63254, + 63406 ], "loc": { "start": { - "line": 2144, + "line": 2119, "column": 4 }, "end": { - "line": 2148, + "line": 2123, "column": 7 } } @@ -177396,16 +173915,16 @@ "type": "Line", "value": "mutiple select", "range": [ - 64713, - 64729 + 63800, + 63816 ], "loc": { "start": { - "line": 2163, + "line": 2138, "column": 8 }, "end": { - "line": 2163, + "line": 2138, "column": 24 } } @@ -177414,16 +173933,16 @@ "type": "Line", "value": "checklist", "range": [ - 64858, - 64869 + 63945, + 63956 ], "loc": { "start": { - "line": 2167, + "line": 2142, "column": 8 }, "end": { - "line": 2167, + "line": 2142, "column": 19 } } @@ -177432,16 +173951,16 @@ "type": "Line", "value": "return an empty string if collection is empty or contains a single", "range": [ - 65000, - 65068 + 64087, + 64155 ], "loc": { "start": { - "line": 2171, + "line": 2146, "column": 8 }, "end": { - "line": 2171, + "line": 2146, "column": 76 } } @@ -177450,16 +173969,16 @@ "type": "Line", "value": "empty string", "range": [ - 65077, - 65091 + 64164, + 64178 ], "loc": { "start": { - "line": 2172, + "line": 2147, "column": 8 }, "end": { - "line": 2172, + "line": 2147, "column": 22 } } @@ -177468,16 +173987,16 @@ "type": "Block", "value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ", "range": [ - 65285, - 65377 + 64372, + 64464 ], "loc": { "start": { - "line": 2181, + "line": 2156, "column": 4 }, "end": { - "line": 2184, + "line": 2159, "column": 7 } } @@ -177486,16 +174005,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": [ - 65819, - 65982 + 64906, + 65069 ], "loc": { "start": { - "line": 2201, + "line": 2176, "column": 4 }, "end": { - "line": 2205, + "line": 2180, "column": 7 } } @@ -177504,16 +174023,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": [ - 66113, - 66514 + 65200, + 65601 ], "loc": { "start": { - "line": 2213, + "line": 2188, "column": 4 }, "end": { - "line": 2221, + "line": 2196, "column": 7 } } @@ -177522,16 +174041,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": [ - 66931, - 67077 + 66018, + 66164 ], "loc": { "start": { - "line": 2237, + "line": 2212, "column": 4 }, "end": { - "line": 2241, + "line": 2216, "column": 7 } } @@ -177540,16 +174059,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": [ - 67186, - 67352 + 66273, + 66439 ], "loc": { "start": { - "line": 2247, + "line": 2222, "column": 4 }, "end": { - "line": 2251, + "line": 2226, "column": 7 } } @@ -177558,34 +174077,34 @@ "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": [ - 67500, - 67731 + 66587, + 66818 ], "loc": { "start": { - "line": 2257, + "line": 2232, "column": 4 }, "end": { - "line": 2262, + "line": 2237, "column": 7 } } }, { "type": "Block", - "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @returns {String}\n ", + "value": "*\n * Return the text content of a given cell\n * @param {DOMElement} Cell's DOM element\n * @return {String}\n ", "range": [ - 67973, - 68102 + 67060, + 67188 ], "loc": { "start": { - "line": 2273, + "line": 2248, "column": 4 }, "end": { - "line": 2277, + "line": 2252, "column": 7 } } @@ -177594,16 +174113,16 @@ "type": "Line", "value": " Invoke cellParser for this column if any", "range": [ - 68212, - 68255 + 67298, + 67341 ], "loc": { "start": { - "line": 2281, + "line": 2256, "column": 8 }, "end": { - "line": 2281, + "line": 2256, "column": 51 } } @@ -177612,52 +174131,52 @@ "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": [ - 68433, - 68613 + 67519, + 67699 ], "loc": { "start": { - "line": 2289, + "line": 2264, "column": 4 }, "end": { + "line": 2268, + "column": 7 + } + } + }, + { + "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 + ], + "loc": { + "start": { "line": 2293, + "column": 4 + }, + "end": { + "line": 2303, "column": 7 } } }, { "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 * @returns {Array}\n ", + "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": [ - 69428, - 69809 + 69046, + 69382 ], "loc": { "start": { - "line": 2318, + "line": 2308, "column": 4 }, "end": { - "line": 2328, - "column": 7 - } - } - }, - { - "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 * @returns {Array}\n ", - "range": [ - 69961, - 70298 - ], - "loc": { - "start": { - "line": 2333, - "column": 4 - }, - "end": { - "line": 2342, + "line": 2317, "column": 7 } } @@ -177666,16 +174185,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": [ - 70453, - 70928 + 69537, + 70012 ], "loc": { "start": { - "line": 2347, + "line": 2322, "column": 4 }, "end": { - "line": 2360, + "line": 2335, "column": 7 } } @@ -177684,16 +174203,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": [ - 72037, - 72493 + 71121, + 71577 ], "loc": { "start": { - "line": 2393, + "line": 2368, "column": 4 }, "end": { - "line": 2405, + "line": 2380, "column": 7 } } @@ -177702,16 +174221,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": [ - 72653, - 73065 + 71737, + 72149 ], "loc": { "start": { - "line": 2410, + "line": 2385, "column": 4 }, "end": { - "line": 2421, + "line": 2396, "column": 7 } } @@ -177720,88 +174239,88 @@ "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": [ - 73228, - 73706 + 72312, + 72790 ], "loc": { "start": { - "line": 2426, + "line": 2401, "column": 4 }, "end": { - "line": 2439, + "line": 2414, "column": 7 } } }, { "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 * @returns {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 74948, - 75353 + 74032, + 74436 ], "loc": { "start": { - "line": 2476, + "line": 2451, "column": 4 }, "end": { - "line": 2484, + "line": 2459, "column": 7 } } }, { "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 * @returns {Array} Flat list of typed values [data0, data1, data2...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 75542, - 75959 + 74625, + 75041 ], "loc": { "start": { - "line": 2490, + "line": 2465, "column": 4 }, "end": { - "line": 2498, + "line": 2473, "column": 7 } } }, { "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 * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 76146, - 76556 + 75228, + 75637 ], "loc": { "start": { - "line": 2504, + "line": 2479, "column": 4 }, "end": { - "line": 2512, + "line": 2487, "column": 7 } } }, { "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 * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]\n *\n * TODO: provide an API returning data in JSON format\n ", + "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": [ - 76748, - 77170 + 75829, + 76250 ], "loc": { "start": { - "line": 2518, + "line": 2493, "column": 4 }, "end": { - "line": 2526, + "line": 2501, "column": 7 } } @@ -177810,16 +174329,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": [ - 77360, - 77966 + 76440, + 77046 ], "loc": { "start": { - "line": 2532, + "line": 2507, "column": 4 }, "end": { - "line": 2544, + "line": 2519, "column": 7 } } @@ -177828,16 +174347,16 @@ "type": "Line", "value": " ensure valid rows index do not contain excluded rows and row is", "range": [ - 78334, - 78400 + 77414, + 77480 ], "loc": { "start": { - "line": 2560, + "line": 2535, "column": 8 }, "end": { - "line": 2560, + "line": 2535, "column": 74 } } @@ -177846,16 +174365,16 @@ "type": "Line", "value": " displayed", "range": [ - 78409, - 78421 + 77489, + 77501 ], "loc": { "start": { - "line": 2561, + "line": 2536, "column": 8 }, "end": { - "line": 2561, + "line": 2536, "column": 20 } } @@ -177864,16 +174383,16 @@ "type": "Line", "value": " convert column value to expected type if necessary", "range": [ - 78685, - 78738 + 77765, + 77818 ], "loc": { "start": { - "line": 2569, + "line": 2544, "column": 8 }, "end": { - "line": 2569, + "line": 2544, "column": 61 } } @@ -177882,16 +174401,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": [ - 79022, - 79184 + 78102, + 78264 ], "loc": { "start": { - "line": 2581, + "line": 2556, "column": 4 }, "end": { - "line": 2585, + "line": 2560, "column": 7 } } @@ -177900,16 +174419,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": [ - 79255, - 79428 + 78335, + 78508 ], "loc": { "start": { - "line": 2590, + "line": 2565, "column": 4 }, "end": { - "line": 2594, + "line": 2569, "column": 7 } } @@ -177918,16 +174437,16 @@ "type": "Line", "value": " always visible rows are valid", "range": [ - 79602, - 79634 + 78682, + 78714 ], "loc": { "start": { - "line": 2601, + "line": 2576, "column": 8 }, "end": { - "line": 2601, + "line": 2576, "column": 40 } } @@ -177936,16 +174455,16 @@ "type": "Block", "value": "*\n * Validate all filterable rows\n ", "range": [ - 80275, - 80322 + 79355, + 79402 ], "loc": { "start": { - "line": 2625, + "line": 2600, "column": 4 }, "end": { - "line": 2627, + "line": 2602, "column": 7 } } @@ -177954,16 +174473,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": [ - 80572, - 80734 + 79652, + 79814 ], "loc": { "start": { - "line": 2638, + "line": 2613, "column": 4 }, "end": { - "line": 2642, + "line": 2617, "column": 7 } } @@ -177972,16 +174491,16 @@ "type": "Line", "value": "multiple selects", "range": [ - 81257, - 81275 + 80337, + 80355 ], "loc": { "start": { - "line": 2657, + "line": 2632, "column": 8 }, "end": { - "line": 2657, + "line": 2632, "column": 26 } } @@ -177990,16 +174509,16 @@ "type": "Line", "value": "checklist", "range": [ - 81724, - 81735 + 80804, + 80815 ], "loc": { "start": { - "line": 2669, + "line": 2644, "column": 8 }, "end": { - "line": 2669, + "line": 2644, "column": 19 } } @@ -178008,16 +174527,16 @@ "type": "Block", "value": "*\n * Set them columns' widths as per configuration\n * @param {Element} tbl DOM element\n ", "range": [ - 82331, - 82435 + 81411, + 81515 ], "loc": { "start": { - "line": 2687, + "line": 2662, "column": 4 }, "end": { - "line": 2690, + "line": 2665, "column": 7 } } @@ -178026,16 +174545,16 @@ "type": "Block", "value": "*\n * Make defined rows always visible\n ", "range": [ - 83191, - 83242 + 82271, + 82322 ], "loc": { "start": { - "line": 2717, + "line": 2692, "column": 4 }, "end": { - "line": 2719, + "line": 2694, "column": 7 } } @@ -178044,16 +174563,16 @@ "type": "Line", "value": "row index cannot be > nrows", "range": [ - 83504, - 83533 + 82584, + 82613 ], "loc": { "start": { - "line": 2727, + "line": 2702, "column": 12 }, "end": { - "line": 2727, + "line": 2702, "column": 41 } } @@ -178062,70 +174581,34 @@ "type": "Block", "value": "*\n * Clear all the filters' values\n ", "range": [ - 83647, - 83695 + 82727, + 82775 ], "loc": { "start": { - "line": 2734, + "line": 2709, "column": 4 }, "end": { - "line": 2736, + "line": 2711, "column": 7 } } }, { "type": "Block", - "value": "*\n * Clear filtered columns visual indicator (background color)\n ", + "value": "*\n * Return the ID of the current active filter\n * @return {String}\n ", "range": [ - 84140, - 84217 + 83220, + 83305 ], "loc": { "start": { - "line": 2755, + "line": 2730, "column": 4 }, "end": { - "line": 2757, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n ", - "range": [ - 84425, - 84520 - ], - "loc": { - "start": { - "line": 2764, - "column": 4 - }, - "end": { - "line": 2767, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Return the ID of the current active filter\n * @returns {String}\n ", - "range": [ - 84866, - 84952 - ], - "loc": { - "start": { - "line": 2780, - "column": 4 - }, - "end": { - "line": 2783, + "line": 2733, "column": 7 } } @@ -178134,52 +174617,52 @@ "type": "Block", "value": "*\n * Set the ID of the current active filter\n * @param {String} filterId Element ID\n ", "range": [ - 85026, - 85127 + 83379, + 83480 ], "loc": { "start": { - "line": 2788, + "line": 2738, "column": 4 }, "end": { - "line": 2791, + "line": 2741, "column": 7 } } }, { "type": "Block", - "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @returns {Number} Column index\n ", + "value": "*\n * Return the column index for a given filter ID\n * @param {string} [filterId=''] Filter ID\n * @return {Number} Column index\n ", "range": [ - 85213, - 85362 + 83566, + 83714 ], "loc": { "start": { - "line": 2796, + "line": 2746, "column": 4 }, "end": { - "line": 2800, + "line": 2750, "column": 7 } } }, { "type": "Block", - "value": "*\n * Build filter element ID for a given column index\n * @param {any} colIndex\n * @returns {String} Filter element ID string\n * @private\n ", + "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": [ - 85540, - 85702 + 83892, + 84053 ], "loc": { "start": { - "line": 2807, + "line": 2757, "column": 4 }, "end": { - "line": 2812, + "line": 2762, "column": 7 } } @@ -178188,16 +174671,16 @@ "type": "Block", "value": "*\n * Make specified column's filter active\n * @param colIndex Index of a column\n ", "range": [ - 85800, - 85897 + 84151, + 84248 ], "loc": { "start": { - "line": 2817, + "line": 2767, "column": 4 }, "end": { - "line": 2820, + "line": 2770, "column": 7 } } @@ -178206,16 +174689,16 @@ "type": "Block", "value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ", "range": [ - 86063, - 86168 + 84414, + 84519 ], "loc": { "start": { - "line": 2828, + "line": 2778, "column": 4 }, "end": { - "line": 2831, + "line": 2781, "column": 7 } } @@ -178224,16 +174707,16 @@ "type": "Line", "value": " Welcome to cyclomatic complexity hell :)", "range": [ - 86850, - 86893 + 85201, + 85244 ], "loc": { "start": { - "line": 2849, + "line": 2799, "column": 12 }, "end": { - "line": 2849, + "line": 2799, "column": 55 } } @@ -178242,16 +174725,16 @@ "type": "Line", "value": " TODO: simplify/refactor if statement", "range": [ - 86906, - 86945 + 85257, + 85296 ], "loc": { "start": { - "line": 2850, + "line": 2800, "column": 12 }, "end": { - "line": 2850, + "line": 2800, "column": 51 } } @@ -178260,16 +174743,16 @@ "type": "Line", "value": "1st option needs to be inserted", "range": [ - 87304, - 87337 + 85655, + 85688 ], "loc": { "start": { - "line": 2858, + "line": 2808, "column": 16 }, "end": { - "line": 2858, + "line": 2808, "column": 49 } } @@ -178278,66 +174761,120 @@ "type": "Block", "value": "*\n * Determine if passed filter column implements exact query match\n * @param {Number} colIndex Column index\n * @return {Boolean}\n ", "range": [ - 87978, - 88133 + 86329, + 86484 ], "loc": { "start": { - "line": 2878, + "line": 2828, "column": 4 }, "end": { - "line": 2882, + "line": 2832, "column": 7 } } }, { "type": "Block", - "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", + "value": "*\n * Check if passed row is valid\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 88325, - 88440 + 86676, + 86790 ], "loc": { "start": { - "line": 2889, + "line": 2839, "column": 4 }, "end": { - "line": 2893, + "line": 2843, "column": 7 } } }, { "type": "Block", - "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @returns {Boolean}\n ", + "value": "*\n * Check if passed row is visible\n * @param {Number} rowIndex Row index\n * @return {Boolean}\n ", "range": [ - 88540, - 88657 + 86890, + 87006 ], "loc": { "start": { - "line": 2898, + "line": 2848, "column": 4 }, "end": { - "line": 2902, + "line": 2852, "column": 7 } } }, { "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 * @returns {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": [ - 88792, - 88996 + 87141, + 87344 ], "loc": { "start": { - "line": 2908, + "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 + ], + "loc": { + "start": { + "line": 2872, + "column": 4 + }, + "end": { + "line": 2876, + "column": 7 + } + } + }, + { + "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 + ], + "loc": { + "start": { + "line": 2885, + "column": 4 + }, + "end": { + "line": 2890, + "column": 7 + } + } + }, + { + "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 + ], + "loc": { + "start": { + "line": 2907, "column": 4 }, "end": { @@ -178347,51 +174884,51 @@ } }, { - "type": "Block", - "value": "*\n * Return clear all text for specified filter column\n * @param {Number} colIndex Column index\n * @returns {String}\n ", + "type": "Line", + "value": "Browser <> IE onload event works only for scripts, not for stylesheets", "range": [ - 89212, - 89353 - ], - "loc": { - "start": { - "line": 2922, - "column": 4 - }, - "end": { - "line": 2926, - "column": 7 - } - } - }, - { - "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": [ - 89556, - 89775 + 89497, + 89569 ], "loc": { "start": { "line": 2935, + "column": 8 + }, + "end": { + "line": 2935, + "column": 80 + } + } + }, + { + "type": "Block", + "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", + "range": [ + 90116, + 90191 + ], + "loc": { + "start": { + "line": 2952, "column": 4 }, "end": { - "line": 2940, + "line": 2955, "column": 7 } } }, { "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 ", + "value": "*\n * Get list of filter IDs\n * @return {Array} List of filters ids\n ", "range": [ - 90250, - 90509 + 90258, + 90342 ], "loc": { "start": { - "line": 2957, + "line": 2960, "column": 4 }, "end": { @@ -178400,74 +174937,20 @@ } } }, - { - "type": "Line", - "value": "Browser <> IE onload event works only for scripts, not for stylesheets", - "range": [ - 91150, - 91222 - ], - "loc": { - "start": { - "line": 2985, - "column": 8 - }, - "end": { - "line": 2985, - "column": 80 - } - } - }, - { - "type": "Block", - "value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ", - "range": [ - 91769, - 91844 - ], - "loc": { - "start": { - "line": 3002, - "column": 4 - }, - "end": { - "line": 3005, - "column": 7 - } - } - }, - { - "type": "Block", - "value": "*\n * Get list of filter IDs\n * @return {Array} List of filters ids\n ", - "range": [ - 91911, - 91995 - ], - "loc": { - "start": { - "line": 3010, - "column": 4 - }, - "end": { - "line": 3013, - "column": 7 - } - } - }, { "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": [ - 92062, - 92238 + 90409, + 90585 ], "loc": { "start": { - "line": 3018, + "line": 2968, "column": 4 }, "end": { - "line": 3022, + "line": 2972, "column": 7 } } @@ -178476,16 +174959,16 @@ "type": "Block", "value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ", "range": [ - 92960, - 93050 + 91307, + 91397 ], "loc": { "start": { - "line": 3046, + "line": 2996, "column": 4 }, "end": { - "line": 3049, + "line": 2999, "column": 7 } } @@ -178494,16 +174977,16 @@ "type": "Block", "value": "*\n * Get the index of the headers row\n * @return {Number}\n ", "range": [ - 93126, - 93201 + 91473, + 91548 ], "loc": { "start": { - "line": 3054, + "line": 3004, "column": 4 }, "end": { - "line": 3057, + "line": 3007, "column": 7 } } @@ -178512,16 +174995,16 @@ "type": "Block", "value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ", "range": [ - 93272, - 93399 + 91619, + 91746 ], "loc": { "start": { - "line": 3062, + "line": 3012, "column": 4 }, "end": { - "line": 3066, + "line": 3016, "column": 7 } } @@ -178530,34 +175013,34 @@ "type": "Block", "value": "*\n * Get the index of the last row\n * @return {Number}\n ", "range": [ - 93464, - 93536 + 91811, + 91883 ], "loc": { "start": { - "line": 3071, + "line": 3021, "column": 4 }, "end": { - "line": 3074, + "line": 3024, "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 * @returns {Boolean}\n ", + "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": [ - 93644, - 93854 + 91991, + 92200 ], "loc": { "start": { - "line": 3080, + "line": 3030, "column": 4 }, "end": { - "line": 3085, + "line": 3035, "column": 7 } } @@ -178566,16 +175049,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": [ - 94149, - 94290 + 92495, + 92636 ], "loc": { "start": { - "line": 3097, + "line": 3047, "column": 4 }, "end": { - "line": 3101, + "line": 3051, "column": 7 } } @@ -178584,16 +175067,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": [ - 94916, - 95089 + 93098, + 93271 ], "loc": { "start": { - "line": 3122, + "line": 3066, "column": 4 }, "end": { - "line": 3126, + "line": 3070, "column": 7 } } @@ -178602,16 +175085,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": [ - 95611, - 95747 + 93793, + 93929 ], "loc": { "start": { - "line": 3142, + "line": 3086, "column": 4 }, "end": { - "line": 3146, + "line": 3090, "column": 7 } } @@ -178620,34 +175103,34 @@ "type": "Block", "value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ", "range": [ - 95897, - 95979 + 94079, + 94161 ], "loc": { "start": { - "line": 3152, + "line": 3096, "column": 4 }, "end": { - "line": 3155, + "line": 3099, "column": 7 } } }, { "type": "Block", - "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @returns {Number}\n ", + "value": "*\n * Return the total number of valid rows\n * @param {Boolean} [reCalc=false] Forces calculation of filtered rows\n * @return {Number}\n ", "range": [ - 96057, - 96213 + 94239, + 94394 ], "loc": { "start": { - "line": 3160, + "line": 3104, "column": 4 }, "end": { - "line": 3164, + "line": 3108, "column": 7 } } @@ -178656,16 +175139,16 @@ "type": "Block", "value": "*\n * Return the working DOM element\n * @return {HTMLTableElement}\n ", "range": [ - 96311, - 96394 + 94492, + 94575 ], "loc": { "start": { - "line": 3169, + "line": 3113, "column": 4 }, "end": { - "line": 3172, + "line": 3116, "column": 7 } } @@ -178674,16 +175157,16 @@ "type": "Block", "value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ", "range": [ - 96443, - 96531 + 94624, + 94712 ], "loc": { "start": { - "line": 3177, + "line": 3121, "column": 4 }, "end": { - "line": 3180, + "line": 3124, "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 712c243b..d1bc41d2 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.7 API Document + Emitter | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html index 01ff17f2..b9c0515e 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.7 API Document + AdapterEzEditTable | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html index 665ed800..3e02b108 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.7 API Document + ColOps | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html index 4d9fe12d..f15b19d0 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.7 API Document + ColsVisibility | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html index 38a95fbe..16ae943f 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.7 API Document + FiltersVisibility | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html index 352a0c06..bde73d2e 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.7 API Document + AdapterSortableTable | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/feature.js~Feature.html b/docs/class/src/feature.js~Feature.html index 4a30ba03..9749a3d7 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.7 API Document + Feature | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • @@ -137,7 +138,7 @@ - + diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html index bcbba0f0..4ca50026 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.7 API Document + AlternateRows | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html index 00ff82fc..7ac32e72 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.7 API Document + CheckList | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html index 57a8e0a6..2950bd19 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.7 API Document + ClearButton | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/dateType.js~DateType.html b/docs/class/src/modules/dateType.js~DateType.html index 74d1293d..7f04549c 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.7 API Document + DateType | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html index d4f90803..aa025997 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.7 API Document + Dropdown | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html index 36c4ce76..b1a813b5 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.7 API Document + GridLayout | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/hash.js~Hash.html b/docs/class/src/modules/hash.js~Hash.html index edd8c081..5b05c138 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.7 API Document + Hash | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html index d7813af8..eac3da3a 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.7 API Document + Help | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html index bd6711ff..fd8e56a6 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.7 API Document + HighlightKeyword | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html index f830aec7..2486cb44 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.7 API Document + Loader | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html b/docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html new file mode 100644 index 00000000..b1315077 --- /dev/null +++ b/docs/class/src/modules/markActiveColumns.js~MarkActiveColumns.html @@ -0,0 +1,1165 @@ + + + + + + MarkActiveColumns | tablefilter v0.5.8 API Document + + + + + + + + + +
    + Home + + Reference + Source + + Repository + +
    + + + +
    +
    import {MarkActiveColumns} from 'tablefilter/src/modules/markActiveColumns.js'
    + public + class + + + + | source +
    + +
    +

    MarkActiveColumns

    + + + + + +

    Extends:

    Feature → MarkActiveColumns
    + + + + + + + + + + + + + + + + + + +
    + + + +

    Constructor Summary

    + + + + + + + + + +
    Public Constructor
    + public + + + + + +
    +

    + constructor(tf: TableFilter) +

    +
    +
    + + +

    Create an instance of MarkActiveColumns

    +
    +
    +
    + + +
    +
    +

    Member Summary

    + + + + + + + + + + + + + + + + + + + + + + + + +
    Public Members
    + public + + + + + + +
    + + +

    Css class for filtered (active) columns

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + initialized: boolean +

    +
    +
    + + + +
    +
    + + +
    + public + + + + + + +
    + + +

    Callback fired after a column is marked as filtered

    +
    +
    +
    + + +
    + public + + + + + + +
    + + +

    Callback fired before a column is marked as filtered

    +
    +
    +
    + + +
    +
    +

    Method Summary

    + + + + + + + + + + + + + + + + + + + + + + + + +
    Public Methods
    + public + + + + + +
    +

    + clearActiveColumns() +

    +
    +
    + + +

    Clear filtered columns visual indicator (background color)

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + destroy() +

    +
    +
    + + +

    Remove feature

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + init() +

    +
    +
    + + +

    Initialise MarkActiveColumns instance

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + markActiveColumn(colIndex: Number) +

    +
    +
    + + +

    Mark currently filtered column

    +
    +
    +
    + + +
    +
    + +

    Inherited Summary

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    From class Feature
    + public + + + + + +
    +

    + config: Object +

    +
    +
    + + +

    TableFilter configuration

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + emitter: Emitter +

    +
    +
    + + +

    TableFilter emitter instance

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + enabled: Boolean +

    +
    +
    + + +

    TableFilter feature setting

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + feature: String +

    +
    +
    + + +

    Feature name

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + initialized: Boolean +

    +
    +
    + + +

    Field indicating whether Feature is initialized

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + tf: TableFilter +

    +
    +
    + + +

    TableFilter instance

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + destroy() +

    +
    +
    + + +

    Destroy the feature

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + disable() +

    +
    +
    + + +

    Disable the feature

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + enable() +

    +
    +
    + + +

    Enable the feature

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + init() +

    +
    +
    + + +

    Initialize the feature

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + isEnabled(): Boolean +

    +
    +
    + + +

    Indicate whether the feature is enabled or not

    +
    +
    +
    + + +
    + public + + + + + +
    +

    + reset() +

    +
    +
    + + +

    Reset the feature after being disabled

    +
    +
    +
    + + +
    +
    + + + +

    Public Constructors

    + +
    +

    + public + + + + + constructor(tf: TableFilter) + + + + source + +

    + + + + +

    Create an instance of MarkActiveColumns

    +
    + + + +
    +

    Params:

    + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    tfTableFilter

    TableFilter instance

    +
    +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    Public Members

    + +
    +

    + public + + + + + headerCssClass: String + + + + source + +

    + + + + +

    Css class for filtered (active) columns

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + initialized: boolean + + + + source + +

    + + + + + + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + onAfterActiveColumn: Function + + + + source + +

    + + + + +

    Callback fired after a column is marked as filtered

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + onBeforeActiveColumn: Function + + + + source + +

    + + + + +

    Callback fired before a column is marked as filtered

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    Public Methods

    + +
    +

    + public + + + + + clearActiveColumns() + + + + source + +

    + + + + +

    Clear filtered columns visual indicator (background color)

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + destroy() + + + + source + +

    + + + + +

    Remove feature

    +
    + + + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + init() + + + + source + +

    + + + + +

    Initialise MarkActiveColumns instance

    +
    + +

    Override:

    Feature#init
    + +
    +
    + + + + + + + + + + + + + + + +
    +
    +

    + public + + + + + markActiveColumn(colIndex: Number) + + + + source + +

    + + + + +

    Mark currently filtered column

    +
    + + + +
    +

    Params:

    + + + + + + + + + + + + + +
    NameTypeAttributeDescription
    colIndexNumber

    Column index

    +
    +
    +
    + + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + + + + + + diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html index 4d28bd8a..ac22cd96 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.7 API Document + NoResults | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • @@ -1198,7 +1199,7 @@ - source + source @@ -1405,7 +1406,7 @@ - source + source @@ -1446,7 +1447,7 @@ - source + source @@ -1528,7 +1529,7 @@ - source + source @@ -1569,7 +1570,7 @@ - source + source diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html index ce5c399b..d614bbc0 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.7 API Document + Paging | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html index 133544dd..db8fc93d 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.7 API Document + PopupFilter | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html index 80903d62..54f81438 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.7 API Document + RowsCounter | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/state.js~State.html b/docs/class/src/modules/state.js~State.html index 701e6ead..d836a6de 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.7 API Document + State | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html index 1aa3832a..e1c9719e 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.7 API Document + StatusBar | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/modules/storage.js~Storage.html b/docs/class/src/modules/storage.js~Storage.html index ffad8b41..79e6c9e1 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.7 API Document + Storage | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html index d767470f..9db12c81 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.7 API Document + TableFilter | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • @@ -120,13 +121,13 @@
    -
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    +
    import {TableFilter} from 'tablefilter/src/tablefilter.js'
    public class - | source + | source
    @@ -175,7 +176,7 @@

    - constructor(table: DOMElement, id: String, row: Number, configuration: Object) + constructor(table: HTMLTableElement, id: String, row: Number, configuration: Object)

    @@ -204,32 +205,6 @@ requires table or id arguments, row and < - - - - -
    - - -

    Css class for filtered (active) columns

    -
    -
    - - - - - - - - - public - - - @@ -1873,32 +1848,6 @@ first usage

    - - - - -
    - - -

    Callback fired after a column is marked as filtered

    -
    -
    - - - - - - - - - public - - - @@ -1951,32 +1900,6 @@ first usage

    - - - - -
    - - -

    Callback fired before a column is marked as filtered

    -
    -
    - - - - - - - - - public - - - @@ -2824,32 +2747,6 @@ filter if an array is supplied

    - - - -
    -

    - clearActiveColumns() -

    -
    -
    - - -

    Clear filtered columns visual indicator (background color)

    -
    -
    - - - - - - - - - public - - - @@ -4459,32 +4356,6 @@ row)

    - - - -
    -

    - markActiveColumn(colIndex: Number) -

    -
    -
    - - -

    Mark currently filtered column

    -
    -
    - - - - - - - - - public - - - @@ -4809,11 +4680,11 @@ columns

    - constructor(table: DOMElement, id: String, row: Number, configuration: Object) + constructor(table: HTMLTableElement, id: String, row: Number, configuration: Object) - source + source @@ -4836,7 +4707,7 @@ requires table or id arguments, row and < table - DOMElement + HTMLTableElement

    Table DOM element

    @@ -4885,47 +4756,6 @@ requires table or id arguments, row and <

    Public Members

    -
    -

    - public - - - - - activeColumnsCssClass: String - - - - source - -

    - - - - -

    Css class for filtered (active) columns

    -
    - - - -
    -
    - - - - - - - - - - - - - - - -

    public @@ -4937,7 +4767,7 @@ requires table or id arguments, row and < - source + source

    @@ -4978,7 +4808,7 @@ requires table or id arguments, row and < - source + source @@ -5019,7 +4849,7 @@ requires table or id arguments, row and < - source + source @@ -5061,7 +4891,7 @@ stops typing

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

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

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

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

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

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

    - source + source @@ -5356,7 +5186,7 @@ cell_parser: { - source + source @@ -5397,7 +5227,7 @@ cell_parser: { - source + source @@ -5447,7 +5277,7 @@ information on date parsing formats supported by Sugar Date

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

    - source + source @@ -5541,7 +5371,7 @@ custom_options: { - source + source @@ -5582,7 +5412,7 @@ custom_options: { - source + source @@ -5623,7 +5453,7 @@ custom_options: { - source + source @@ -5665,7 +5495,7 @@ linked filters filtering mode is on

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - source + source @@ -7500,47 +7330,6 @@ first usage

    -
    -
    -

    - public - - - - - onAfterActiveColumn: Function - - - - source - -

    - - - - -

    Callback fired after a column is marked as filtered

    -
    - - - -
    -
    - - - - - - - - - - - - - - -

    @@ -7553,7 +7342,7 @@ first usage

    - source + source

    @@ -7594,7 +7383,7 @@ first usage

    - source + source @@ -7623,47 +7412,6 @@ first usage

    -
    -
    -

    - public - - - - - onBeforeActiveColumn: Function - - - - source - -

    - - - - -

    Callback fired before a column is marked as filtered

    -
    - - - -
    -
    - - - - - - - - - - - - - - -

    @@ -7676,7 +7424,7 @@ first usage

    - source + source

    @@ -7717,7 +7465,7 @@ first usage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - source + source @@ -9005,47 +8753,6 @@ filter if an array is supplied

    -
    -
    -

    - public - - - - - clearActiveColumns() - - - - source - -

    - - - - -

    Clear filtered columns visual indicator (background color)

    -
    - - - -
    -
    - - - - - - - - - - - - - - -

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

    - source + source

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - source + source @@ -10276,7 +9983,7 @@ with following structure: - source + source @@ -10344,7 +10051,7 @@ with following structure: - source + source @@ -10413,7 +10120,7 @@ with following structure: - source + source @@ -10481,7 +10188,7 @@ with following structure: - source + source @@ -10550,7 +10257,7 @@ with following structure: - source + source @@ -10601,7 +10308,7 @@ with following structure: - source + source @@ -10687,7 +10394,7 @@ with following structure: - source + source @@ -10773,7 +10480,7 @@ with following structure: - source + source @@ -10856,7 +10563,7 @@ with following structure: - source + source @@ -10938,7 +10645,7 @@ with following structure: - source + source @@ -11016,7 +10723,7 @@ Note: hidden filters are also returned

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    - source + source @@ -12962,64 +12669,6 @@ Note this is only applicable to input filter types.

    -
    -
    -

    - public - - - - - markActiveColumn(colIndex: Number) - - - - source - -

    - - - - -

    Mark currently filtered column

    -
    - - - -
    -

    Params:

    - - - - - - - - - - - - - -
    NameTypeAttributeDescription
    colIndexNumber

    Column index

    -
    -
    -
    - - - - - - - - - - - - - - -

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

    - source + source

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

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

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

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

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

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

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

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

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

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

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

    - source + source diff --git a/docs/coverage.json b/docs/coverage.json index 42110388..a432e7f5 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -1,7 +1,7 @@ { - "coverage": "100%", - "expectCount": 673, - "actualCount": 673, + "coverage": "99.85%", + "expectCount": 678, + "actualCount": 677, "files": { "src/const.js": { "expectCount": 18, @@ -98,6 +98,13 @@ "actualCount": 14, "undocumentLines": [] }, + "src/modules/markActiveColumns.js": { + "expectCount": 10, + "actualCount": 9, + "undocumentLines": [ + 5 + ] + }, "src/modules/noResults.js": { "expectCount": 17, "actualCount": 17, @@ -134,8 +141,8 @@ "undocumentLines": [] }, "src/tablefilter.js": { - "expectCount": 176, - "actualCount": 176, + "expectCount": 171, + "actualCount": 171, "undocumentLines": [] }, "src/dom.js": { diff --git a/docs/dump.json b/docs/dump.json index 8a988ee4..121ad7e4 100644 --- a/docs/dump.json +++ b/docs/dump.json @@ -11363,16 +11363,247 @@ "kind": "file", "static": true, "variation": null, + "name": "src/modules/markActiveColumns.js", + "memberof": null, + "longname": "src/modules/markActiveColumns.js", + "access": null, + "description": null, + "lineNumber": 1, + "content": "import {Feature} from '../feature';\nimport {addClass, removeClass, hasClass} from '../dom';\nimport {isFn, EMPTY_FN} from '../types';\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, + "kind": "class", + "static": true, + "variation": null, + "name": "MarkActiveColumns", + "memberof": "src/modules/markActiveColumns.js", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns", + "access": null, + "export": true, + "importPath": "tablefilter/src/modules/markActiveColumns.js", + "importStyle": "{MarkActiveColumns}", + "description": null, + "lineNumber": 5, + "undocument": true, + "interface": false, + "extends": [ + "src/feature.js~Feature" + ] + }, + { + "__docId__": 514, + "kind": "constructor", + "static": false, + "variation": null, + "name": "constructor", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#constructor", + "access": null, + "description": "Create an instance of MarkActiveColumns", + "lineNumber": 11, + "params": [ + { + "nullable": null, + "types": [ + "TableFilter" + ], + "spread": false, + "optional": false, + "name": "tf", + "description": "TableFilter instance" + } + ], + "generator": false + }, + { + "__docId__": 515, + "kind": "member", + "static": false, + "variation": null, + "name": "headerCssClass", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#headerCssClass", + "access": null, + "description": "Css class for filtered (active) columns", + "lineNumber": 20, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 516, + "kind": "member", + "static": false, + "variation": null, + "name": "onBeforeActiveColumn", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#onBeforeActiveColumn", + "access": null, + "description": "Callback fired before a column is marked as filtered", + "lineNumber": 26, + "type": { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 517, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterActiveColumn", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#onAfterActiveColumn", + "access": null, + "description": "Callback fired after a column is marked as filtered", + "lineNumber": 33, + "type": { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 518, + "kind": "method", + "static": false, + "variation": null, + "name": "init", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#init", + "access": null, + "description": "Initialise MarkActiveColumns instance", + "lineNumber": 40, + "params": [], + "generator": false + }, + { + "__docId__": 519, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#initialized", + "access": null, + "description": null, + "lineNumber": 52, + "unknown": [ + { + "tagName": "@inherited", + "tagValue": "" + } + ], + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 520, + "kind": "method", + "static": false, + "variation": null, + "name": "clearActiveColumns", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#clearActiveColumns", + "access": null, + "description": "Clear filtered columns visual indicator (background color)", + "lineNumber": 58, + "params": [], + "generator": false + }, + { + "__docId__": 521, + "kind": "method", + "static": false, + "variation": null, + "name": "markActiveColumn", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#markActiveColumn", + "access": null, + "description": "Mark currently filtered column", + "lineNumber": 70, + "params": [ + { + "nullable": null, + "types": [ + "Number" + ], + "spread": false, + "optional": false, + "name": "colIndex", + "description": "Column index" + } + ], + "generator": false + }, + { + "__docId__": 522, + "kind": "method", + "static": false, + "variation": null, + "name": "destroy", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#destroy", + "access": null, + "description": "Remove feature", + "lineNumber": 85, + "params": [], + "generator": false + }, + { + "__docId__": 523, + "kind": "member", + "static": false, + "variation": null, + "name": "initialized", + "memberof": "src/modules/markActiveColumns.js~MarkActiveColumns", + "longname": "src/modules/markActiveColumns.js~MarkActiveColumns#initialized", + "access": null, + "description": null, + "lineNumber": 98, + "unknown": [ + { + "tagName": "@inherited", + "tagValue": "" + } + ], + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 524, + "kind": "file", + "static": true, + "variation": null, "name": "src/modules/noResults.js", "memberof": null, "longname": "src/modules/noResults.js", "access": null, "description": null, "lineNumber": 1, - "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 /**\n * @inherited\n */\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" + "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__": 513, + "__docId__": 525, "kind": "class", "static": true, "variation": null, @@ -11401,7 +11632,7 @@ ] }, { - "__docId__": 514, + "__docId__": 526, "kind": "constructor", "static": false, "variation": null, @@ -11426,7 +11657,7 @@ "generator": false }, { - "__docId__": 515, + "__docId__": 527, "kind": "member", "static": false, "variation": null, @@ -11446,7 +11677,7 @@ } }, { - "__docId__": 516, + "__docId__": 528, "kind": "member", "static": false, "variation": null, @@ -11466,7 +11697,7 @@ } }, { - "__docId__": 517, + "__docId__": 529, "kind": "member", "static": false, "variation": null, @@ -11486,7 +11717,7 @@ } }, { - "__docId__": 518, + "__docId__": 530, "kind": "member", "static": false, "variation": null, @@ -11506,7 +11737,7 @@ } }, { - "__docId__": 519, + "__docId__": 531, "kind": "member", "static": false, "variation": null, @@ -11526,7 +11757,7 @@ } }, { - "__docId__": 520, + "__docId__": 532, "kind": "member", "static": false, "variation": null, @@ -11546,7 +11777,7 @@ } }, { - "__docId__": 521, + "__docId__": 533, "kind": "member", "static": false, "variation": null, @@ -11566,7 +11797,7 @@ } }, { - "__docId__": 522, + "__docId__": 534, "kind": "member", "static": false, "variation": null, @@ -11586,7 +11817,7 @@ } }, { - "__docId__": 523, + "__docId__": 535, "kind": "member", "static": false, "variation": null, @@ -11606,7 +11837,7 @@ } }, { - "__docId__": 524, + "__docId__": 536, "kind": "member", "static": false, "variation": null, @@ -11626,7 +11857,7 @@ } }, { - "__docId__": 525, + "__docId__": 537, "kind": "method", "static": false, "variation": null, @@ -11640,7 +11871,7 @@ "generator": false }, { - "__docId__": 526, + "__docId__": 538, "kind": "member", "static": false, "variation": null, @@ -11658,7 +11889,7 @@ } }, { - "__docId__": 527, + "__docId__": 539, "kind": "member", "static": false, "variation": null, @@ -11666,8 +11897,8 @@ "memberof": "src/modules/noResults.js~NoResults", "longname": "src/modules/noResults.js~NoResults#initialized", "access": null, - "description": "", - "lineNumber": 121, + "description": null, + "lineNumber": 119, "unknown": [ { "tagName": "@inherited", @@ -11681,7 +11912,7 @@ } }, { - "__docId__": 528, + "__docId__": 540, "kind": "method", "static": false, "variation": null, @@ -11690,12 +11921,12 @@ "longname": "src/modules/noResults.js~NoResults#toggle", "access": null, "description": "Toggle no results message", - "lineNumber": 129, + "lineNumber": 127, "params": [], "generator": false }, { - "__docId__": 529, + "__docId__": 541, "kind": "method", "static": false, "variation": null, @@ -11704,12 +11935,12 @@ "longname": "src/modules/noResults.js~NoResults#show", "access": null, "description": "Show no results message", - "lineNumber": 140, + "lineNumber": 138, "params": [], "generator": false }, { - "__docId__": 530, + "__docId__": 542, "kind": "method", "static": false, "variation": null, @@ -11718,12 +11949,12 @@ "longname": "src/modules/noResults.js~NoResults#hide", "access": null, "description": "Hide no results message", - "lineNumber": 155, + "lineNumber": 153, "params": [], "generator": false }, { - "__docId__": 531, + "__docId__": 543, "kind": "method", "static": false, "variation": null, @@ -11732,12 +11963,12 @@ "longname": "src/modules/noResults.js~NoResults#setWidth", "access": "private", "description": "Sets no results container width", - "lineNumber": 170, + "lineNumber": 168, "params": [], "generator": false }, { - "__docId__": 532, + "__docId__": 544, "kind": "method", "static": false, "variation": null, @@ -11746,12 +11977,12 @@ "longname": "src/modules/noResults.js~NoResults#destroy", "access": null, "description": "Remove feature", - "lineNumber": 188, + "lineNumber": 186, "params": [], "generator": false }, { - "__docId__": 533, + "__docId__": 545, "kind": "member", "static": false, "variation": null, @@ -11760,7 +11991,7 @@ "longname": "src/modules/noResults.js~NoResults#cont", "access": null, "description": null, - "lineNumber": 193, + "lineNumber": 191, "undocument": true, "type": { "types": [ @@ -11769,7 +12000,7 @@ } }, { - "__docId__": 534, + "__docId__": 546, "kind": "member", "static": false, "variation": null, @@ -11778,7 +12009,7 @@ "longname": "src/modules/noResults.js~NoResults#initialized", "access": null, "description": null, - "lineNumber": 197, + "lineNumber": 195, "undocument": true, "type": { "types": [ @@ -11787,7 +12018,7 @@ } }, { - "__docId__": 535, + "__docId__": 547, "kind": "file", "static": true, "variation": null, @@ -11800,7 +12031,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__": 536, + "__docId__": 548, "kind": "class", "static": true, "variation": null, @@ -11829,7 +12060,7 @@ ] }, { - "__docId__": 537, + "__docId__": 549, "kind": "constructor", "static": false, "variation": null, @@ -11854,7 +12085,7 @@ "generator": false }, { - "__docId__": 538, + "__docId__": 550, "kind": "member", "static": false, "variation": null, @@ -11874,7 +12105,7 @@ } }, { - "__docId__": 539, + "__docId__": 551, "kind": "member", "static": false, "variation": null, @@ -11894,7 +12125,7 @@ } }, { - "__docId__": 540, + "__docId__": 552, "kind": "member", "static": false, "variation": null, @@ -11914,7 +12145,7 @@ } }, { - "__docId__": 541, + "__docId__": 553, "kind": "member", "static": false, "variation": null, @@ -11934,7 +12165,7 @@ } }, { - "__docId__": 542, + "__docId__": 554, "kind": "member", "static": false, "variation": null, @@ -11954,7 +12185,7 @@ } }, { - "__docId__": 543, + "__docId__": 555, "kind": "member", "static": false, "variation": null, @@ -11974,7 +12205,7 @@ } }, { - "__docId__": 544, + "__docId__": 556, "kind": "member", "static": false, "variation": null, @@ -11994,7 +12225,7 @@ } }, { - "__docId__": 545, + "__docId__": 557, "kind": "member", "static": false, "variation": null, @@ -12014,7 +12245,7 @@ } }, { - "__docId__": 546, + "__docId__": 558, "kind": "member", "static": false, "variation": null, @@ -12034,7 +12265,7 @@ } }, { - "__docId__": 547, + "__docId__": 559, "kind": "member", "static": false, "variation": null, @@ -12054,7 +12285,7 @@ } }, { - "__docId__": 548, + "__docId__": 560, "kind": "member", "static": false, "variation": null, @@ -12074,7 +12305,7 @@ } }, { - "__docId__": 549, + "__docId__": 561, "kind": "member", "static": false, "variation": null, @@ -12094,7 +12325,7 @@ } }, { - "__docId__": 550, + "__docId__": 562, "kind": "member", "static": false, "variation": null, @@ -12114,7 +12345,7 @@ } }, { - "__docId__": 551, + "__docId__": 563, "kind": "member", "static": false, "variation": null, @@ -12134,7 +12365,7 @@ } }, { - "__docId__": 552, + "__docId__": 564, "kind": "member", "static": false, "variation": null, @@ -12154,7 +12385,7 @@ } }, { - "__docId__": 553, + "__docId__": 565, "kind": "member", "static": false, "variation": null, @@ -12174,7 +12405,7 @@ } }, { - "__docId__": 554, + "__docId__": 566, "kind": "member", "static": false, "variation": null, @@ -12194,7 +12425,7 @@ } }, { - "__docId__": 555, + "__docId__": 567, "kind": "member", "static": false, "variation": null, @@ -12214,7 +12445,7 @@ } }, { - "__docId__": 556, + "__docId__": 568, "kind": "member", "static": false, "variation": null, @@ -12234,7 +12465,7 @@ } }, { - "__docId__": 557, + "__docId__": 569, "kind": "member", "static": false, "variation": null, @@ -12254,7 +12485,7 @@ } }, { - "__docId__": 558, + "__docId__": 570, "kind": "member", "static": false, "variation": null, @@ -12274,7 +12505,7 @@ } }, { - "__docId__": 559, + "__docId__": 571, "kind": "member", "static": false, "variation": null, @@ -12294,7 +12525,7 @@ } }, { - "__docId__": 560, + "__docId__": 572, "kind": "member", "static": false, "variation": null, @@ -12314,7 +12545,7 @@ } }, { - "__docId__": 561, + "__docId__": 573, "kind": "member", "static": false, "variation": null, @@ -12334,7 +12565,7 @@ } }, { - "__docId__": 562, + "__docId__": 574, "kind": "member", "static": false, "variation": null, @@ -12354,7 +12585,7 @@ } }, { - "__docId__": 563, + "__docId__": 575, "kind": "member", "static": false, "variation": null, @@ -12374,7 +12605,7 @@ } }, { - "__docId__": 564, + "__docId__": 576, "kind": "member", "static": false, "variation": null, @@ -12394,7 +12625,7 @@ } }, { - "__docId__": 565, + "__docId__": 577, "kind": "member", "static": false, "variation": null, @@ -12414,7 +12645,7 @@ } }, { - "__docId__": 566, + "__docId__": 578, "kind": "member", "static": false, "variation": null, @@ -12434,7 +12665,7 @@ } }, { - "__docId__": 567, + "__docId__": 579, "kind": "member", "static": false, "variation": null, @@ -12454,7 +12685,7 @@ } }, { - "__docId__": 568, + "__docId__": 580, "kind": "member", "static": false, "variation": null, @@ -12474,7 +12705,7 @@ } }, { - "__docId__": 569, + "__docId__": 581, "kind": "member", "static": false, "variation": null, @@ -12494,7 +12725,7 @@ } }, { - "__docId__": 570, + "__docId__": 582, "kind": "member", "static": false, "variation": null, @@ -12514,7 +12745,7 @@ } }, { - "__docId__": 571, + "__docId__": 583, "kind": "member", "static": false, "variation": null, @@ -12534,7 +12765,7 @@ } }, { - "__docId__": 572, + "__docId__": 584, "kind": "member", "static": false, "variation": null, @@ -12554,7 +12785,7 @@ } }, { - "__docId__": 573, + "__docId__": 585, "kind": "member", "static": false, "variation": null, @@ -12574,7 +12805,7 @@ } }, { - "__docId__": 574, + "__docId__": 586, "kind": "member", "static": false, "variation": null, @@ -12594,7 +12825,7 @@ } }, { - "__docId__": 575, + "__docId__": 587, "kind": "member", "static": false, "variation": null, @@ -12614,7 +12845,7 @@ } }, { - "__docId__": 576, + "__docId__": 588, "kind": "member", "static": false, "variation": null, @@ -12632,7 +12863,7 @@ } }, { - "__docId__": 577, + "__docId__": 589, "kind": "member", "static": false, "variation": null, @@ -12652,7 +12883,7 @@ } }, { - "__docId__": 578, + "__docId__": 590, "kind": "method", "static": false, "variation": null, @@ -12666,7 +12897,7 @@ "generator": false }, { - "__docId__": 579, + "__docId__": 591, "kind": "member", "static": false, "variation": null, @@ -12684,7 +12915,7 @@ } }, { - "__docId__": 580, + "__docId__": 592, "kind": "member", "static": false, "variation": null, @@ -12702,7 +12933,7 @@ } }, { - "__docId__": 581, + "__docId__": 593, "kind": "member", "static": false, "variation": null, @@ -12720,7 +12951,7 @@ } }, { - "__docId__": 582, + "__docId__": 594, "kind": "member", "static": false, "variation": null, @@ -12738,7 +12969,7 @@ } }, { - "__docId__": 583, + "__docId__": 595, "kind": "member", "static": false, "variation": null, @@ -12756,7 +12987,7 @@ } }, { - "__docId__": 584, + "__docId__": 596, "kind": "member", "static": false, "variation": null, @@ -12774,7 +13005,7 @@ } }, { - "__docId__": 585, + "__docId__": 597, "kind": "member", "static": false, "variation": null, @@ -12792,7 +13023,7 @@ } }, { - "__docId__": 586, + "__docId__": 598, "kind": "member", "static": false, "variation": null, @@ -12810,7 +13041,7 @@ } }, { - "__docId__": 587, + "__docId__": 599, "kind": "member", "static": false, "variation": null, @@ -12828,7 +13059,7 @@ } }, { - "__docId__": 588, + "__docId__": 600, "kind": "member", "static": false, "variation": null, @@ -12846,7 +13077,7 @@ } }, { - "__docId__": 589, + "__docId__": 601, "kind": "member", "static": false, "variation": null, @@ -12869,7 +13100,7 @@ } }, { - "__docId__": 590, + "__docId__": 602, "kind": "method", "static": false, "variation": null, @@ -12894,7 +13125,7 @@ "generator": false }, { - "__docId__": 591, + "__docId__": 603, "kind": "method", "static": false, "variation": null, @@ -12908,7 +13139,7 @@ "generator": false }, { - "__docId__": 592, + "__docId__": 604, "kind": "member", "static": false, "variation": null, @@ -12926,7 +13157,7 @@ } }, { - "__docId__": 593, + "__docId__": 605, "kind": "member", "static": false, "variation": null, @@ -12944,7 +13175,7 @@ } }, { - "__docId__": 594, + "__docId__": 606, "kind": "method", "static": false, "variation": null, @@ -12969,7 +13200,7 @@ "generator": false }, { - "__docId__": 595, + "__docId__": 607, "kind": "member", "static": false, "variation": null, @@ -12987,7 +13218,7 @@ } }, { - "__docId__": 596, + "__docId__": 608, "kind": "method", "static": false, "variation": null, @@ -13012,7 +13243,7 @@ "generator": false }, { - "__docId__": 597, + "__docId__": 609, "kind": "method", "static": false, "variation": null, @@ -13034,7 +13265,7 @@ "generator": false }, { - "__docId__": 598, + "__docId__": 610, "kind": "method", "static": false, "variation": null, @@ -13059,7 +13290,7 @@ "generator": false }, { - "__docId__": 599, + "__docId__": 611, "kind": "method", "static": false, "variation": null, @@ -13073,7 +13304,7 @@ "generator": false }, { - "__docId__": 600, + "__docId__": 612, "kind": "member", "static": false, "variation": null, @@ -13091,7 +13322,7 @@ } }, { - "__docId__": 601, + "__docId__": 613, "kind": "member", "static": false, "variation": null, @@ -13109,7 +13340,7 @@ } }, { - "__docId__": 602, + "__docId__": 614, "kind": "method", "static": false, "variation": null, @@ -13123,7 +13354,7 @@ "generator": false }, { - "__docId__": 603, + "__docId__": 615, "kind": "member", "static": false, "variation": null, @@ -13141,7 +13372,7 @@ } }, { - "__docId__": 604, + "__docId__": 616, "kind": "member", "static": false, "variation": null, @@ -13159,7 +13390,7 @@ } }, { - "__docId__": 605, + "__docId__": 617, "kind": "method", "static": false, "variation": null, @@ -13184,7 +13415,7 @@ "generator": false }, { - "__docId__": 606, + "__docId__": 618, "kind": "member", "static": false, "variation": null, @@ -13202,7 +13433,7 @@ } }, { - "__docId__": 607, + "__docId__": 619, "kind": "member", "static": false, "variation": null, @@ -13220,7 +13451,7 @@ } }, { - "__docId__": 608, + "__docId__": 620, "kind": "method", "static": false, "variation": null, @@ -13245,7 +13476,7 @@ "generator": false }, { - "__docId__": 609, + "__docId__": 621, "kind": "method", "static": false, "variation": null, @@ -13259,7 +13490,7 @@ "generator": false }, { - "__docId__": 610, + "__docId__": 622, "kind": "member", "static": false, "variation": null, @@ -13277,7 +13508,7 @@ } }, { - "__docId__": 611, + "__docId__": 623, "kind": "member", "static": false, "variation": null, @@ -13295,7 +13526,7 @@ } }, { - "__docId__": 612, + "__docId__": 624, "kind": "member", "static": false, "variation": null, @@ -13313,7 +13544,7 @@ } }, { - "__docId__": 613, + "__docId__": 625, "kind": "method", "static": false, "variation": null, @@ -13327,7 +13558,7 @@ "generator": false }, { - "__docId__": 614, + "__docId__": 626, "kind": "method", "static": false, "variation": null, @@ -13341,7 +13572,7 @@ "generator": false }, { - "__docId__": 615, + "__docId__": 627, "kind": "method", "static": false, "variation": null, @@ -13355,7 +13586,7 @@ "generator": false }, { - "__docId__": 616, + "__docId__": 628, "kind": "member", "static": false, "variation": null, @@ -13373,7 +13604,7 @@ } }, { - "__docId__": 617, + "__docId__": 629, "kind": "member", "static": false, "variation": null, @@ -13391,7 +13622,7 @@ } }, { - "__docId__": 618, + "__docId__": 630, "kind": "member", "static": false, "variation": null, @@ -13409,7 +13640,7 @@ } }, { - "__docId__": 619, + "__docId__": 631, "kind": "member", "static": false, "variation": null, @@ -13427,7 +13658,7 @@ } }, { - "__docId__": 620, + "__docId__": 632, "kind": "member", "static": false, "variation": null, @@ -13445,7 +13676,7 @@ } }, { - "__docId__": 621, + "__docId__": 633, "kind": "member", "static": false, "variation": null, @@ -13463,7 +13694,7 @@ } }, { - "__docId__": 622, + "__docId__": 634, "kind": "member", "static": false, "variation": null, @@ -13481,7 +13712,7 @@ } }, { - "__docId__": 623, + "__docId__": 635, "kind": "member", "static": false, "variation": null, @@ -13499,7 +13730,7 @@ } }, { - "__docId__": 624, + "__docId__": 636, "kind": "member", "static": false, "variation": null, @@ -13517,7 +13748,7 @@ } }, { - "__docId__": 625, + "__docId__": 637, "kind": "member", "static": false, "variation": null, @@ -13535,7 +13766,7 @@ } }, { - "__docId__": 626, + "__docId__": 638, "kind": "file", "static": true, "variation": null, @@ -13548,7 +13779,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 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 cont = div || createElm('div', ['id', contId]);\n cont.className = this.containerCssClass;\n tf.externalFltTgtIds.push(cont.id);\n\n let header = tf.getHeaderElement(colIndex);\n header.insertBefore(cont, 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 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 (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__": 627, + "__docId__": 639, "kind": "class", "static": true, "variation": null, @@ -13577,7 +13808,7 @@ ] }, { - "__docId__": 628, + "__docId__": 640, "kind": "constructor", "static": false, "variation": null, @@ -13602,7 +13833,7 @@ "generator": false }, { - "__docId__": 629, + "__docId__": 641, "kind": "member", "static": false, "variation": null, @@ -13622,7 +13853,7 @@ } }, { - "__docId__": 630, + "__docId__": 642, "kind": "member", "static": false, "variation": null, @@ -13642,7 +13873,7 @@ } }, { - "__docId__": 631, + "__docId__": 643, "kind": "member", "static": false, "variation": null, @@ -13662,7 +13893,7 @@ } }, { - "__docId__": 632, + "__docId__": 644, "kind": "member", "static": false, "variation": null, @@ -13682,7 +13913,7 @@ } }, { - "__docId__": 633, + "__docId__": 645, "kind": "member", "static": false, "variation": null, @@ -13702,7 +13933,7 @@ } }, { - "__docId__": 634, + "__docId__": 646, "kind": "member", "static": false, "variation": null, @@ -13722,7 +13953,7 @@ } }, { - "__docId__": 635, + "__docId__": 647, "kind": "member", "static": false, "variation": null, @@ -13742,7 +13973,7 @@ } }, { - "__docId__": 636, + "__docId__": 648, "kind": "member", "static": false, "variation": null, @@ -13762,7 +13993,7 @@ } }, { - "__docId__": 637, + "__docId__": 649, "kind": "member", "static": false, "variation": null, @@ -13782,7 +14013,7 @@ } }, { - "__docId__": 638, + "__docId__": 650, "kind": "member", "static": false, "variation": null, @@ -13802,7 +14033,7 @@ } }, { - "__docId__": 639, + "__docId__": 651, "kind": "member", "static": false, "variation": null, @@ -13822,7 +14053,7 @@ } }, { - "__docId__": 640, + "__docId__": 652, "kind": "member", "static": false, "variation": null, @@ -13842,7 +14073,7 @@ } }, { - "__docId__": 641, + "__docId__": 653, "kind": "member", "static": false, "variation": null, @@ -13862,7 +14093,7 @@ } }, { - "__docId__": 642, + "__docId__": 654, "kind": "member", "static": false, "variation": null, @@ -13882,7 +14113,7 @@ } }, { - "__docId__": 643, + "__docId__": 655, "kind": "member", "static": false, "variation": null, @@ -13902,7 +14133,7 @@ } }, { - "__docId__": 644, + "__docId__": 656, "kind": "member", "static": false, "variation": null, @@ -13922,7 +14153,7 @@ } }, { - "__docId__": 645, + "__docId__": 657, "kind": "method", "static": false, "variation": null, @@ -13943,7 +14174,7 @@ "generator": false }, { - "__docId__": 646, + "__docId__": 658, "kind": "method", "static": false, "variation": null, @@ -13964,7 +14195,7 @@ "generator": false }, { - "__docId__": 647, + "__docId__": 659, "kind": "method", "static": false, "variation": null, @@ -13978,7 +14209,7 @@ "generator": false }, { - "__docId__": 648, + "__docId__": 660, "kind": "member", "static": false, "variation": null, @@ -14001,7 +14232,7 @@ } }, { - "__docId__": 649, + "__docId__": 661, "kind": "method", "static": false, "variation": null, @@ -14015,7 +14246,7 @@ "generator": false }, { - "__docId__": 650, + "__docId__": 662, "kind": "method", "static": false, "variation": null, @@ -14029,7 +14260,7 @@ "generator": false }, { - "__docId__": 651, + "__docId__": 663, "kind": "method", "static": false, "variation": null, @@ -14043,7 +14274,7 @@ "generator": false }, { - "__docId__": 652, + "__docId__": 664, "kind": "method", "static": false, "variation": null, @@ -14078,7 +14309,7 @@ "generator": false }, { - "__docId__": 653, + "__docId__": 665, "kind": "method", "static": false, "variation": null, @@ -14103,7 +14334,7 @@ "generator": false }, { - "__docId__": 654, + "__docId__": 666, "kind": "method", "static": false, "variation": null, @@ -14128,7 +14359,7 @@ "generator": false }, { - "__docId__": 655, + "__docId__": 667, "kind": "member", "static": false, "variation": null, @@ -14146,7 +14377,7 @@ } }, { - "__docId__": 656, + "__docId__": 668, "kind": "method", "static": false, "variation": null, @@ -14171,7 +14402,7 @@ "generator": false }, { - "__docId__": 657, + "__docId__": 669, "kind": "member", "static": false, "variation": null, @@ -14189,7 +14420,7 @@ } }, { - "__docId__": 658, + "__docId__": 670, "kind": "method", "static": false, "variation": null, @@ -14228,7 +14459,7 @@ "generator": false }, { - "__docId__": 659, + "__docId__": 671, "kind": "method", "static": false, "variation": null, @@ -14253,7 +14484,7 @@ "generator": false }, { - "__docId__": 660, + "__docId__": 672, "kind": "method", "static": false, "variation": null, @@ -14267,7 +14498,7 @@ "generator": false }, { - "__docId__": 661, + "__docId__": 673, "kind": "method", "static": false, "variation": null, @@ -14302,7 +14533,7 @@ "generator": false }, { - "__docId__": 662, + "__docId__": 674, "kind": "method", "static": false, "variation": null, @@ -14316,7 +14547,7 @@ "generator": false }, { - "__docId__": 663, + "__docId__": 675, "kind": "member", "static": false, "variation": null, @@ -14334,7 +14565,7 @@ } }, { - "__docId__": 664, + "__docId__": 676, "kind": "member", "static": false, "variation": null, @@ -14352,7 +14583,7 @@ } }, { - "__docId__": 665, + "__docId__": 677, "kind": "member", "static": false, "variation": null, @@ -14370,7 +14601,7 @@ } }, { - "__docId__": 666, + "__docId__": 678, "kind": "member", "static": false, "variation": null, @@ -14388,7 +14619,7 @@ } }, { - "__docId__": 667, + "__docId__": 679, "kind": "member", "static": false, "variation": null, @@ -14406,7 +14637,7 @@ } }, { - "__docId__": 668, + "__docId__": 680, "kind": "file", "static": true, "variation": null, @@ -14419,7 +14650,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__": 669, + "__docId__": 681, "kind": "class", "static": true, "variation": null, @@ -14448,7 +14679,7 @@ ] }, { - "__docId__": 670, + "__docId__": 682, "kind": "constructor", "static": false, "variation": null, @@ -14473,7 +14704,7 @@ "generator": false }, { - "__docId__": 671, + "__docId__": 683, "kind": "member", "static": false, "variation": null, @@ -14493,7 +14724,7 @@ } }, { - "__docId__": 672, + "__docId__": 684, "kind": "member", "static": false, "variation": null, @@ -14513,7 +14744,7 @@ } }, { - "__docId__": 673, + "__docId__": 685, "kind": "member", "static": false, "variation": null, @@ -14533,7 +14764,7 @@ } }, { - "__docId__": 674, + "__docId__": 686, "kind": "member", "static": false, "variation": null, @@ -14553,7 +14784,7 @@ } }, { - "__docId__": 675, + "__docId__": 687, "kind": "member", "static": false, "variation": null, @@ -14573,7 +14804,7 @@ } }, { - "__docId__": 676, + "__docId__": 688, "kind": "member", "static": false, "variation": null, @@ -14593,7 +14824,7 @@ } }, { - "__docId__": 677, + "__docId__": 689, "kind": "member", "static": false, "variation": null, @@ -14613,7 +14844,7 @@ } }, { - "__docId__": 678, + "__docId__": 690, "kind": "member", "static": false, "variation": null, @@ -14633,7 +14864,7 @@ } }, { - "__docId__": 679, + "__docId__": 691, "kind": "member", "static": false, "variation": null, @@ -14653,7 +14884,7 @@ } }, { - "__docId__": 680, + "__docId__": 692, "kind": "method", "static": false, "variation": null, @@ -14667,7 +14898,7 @@ "generator": false }, { - "__docId__": 681, + "__docId__": 693, "kind": "member", "static": false, "variation": null, @@ -14685,7 +14916,7 @@ } }, { - "__docId__": 682, + "__docId__": 694, "kind": "member", "static": false, "variation": null, @@ -14703,7 +14934,7 @@ } }, { - "__docId__": 683, + "__docId__": 695, "kind": "member", "static": false, "variation": null, @@ -14726,7 +14957,7 @@ } }, { - "__docId__": 684, + "__docId__": 696, "kind": "method", "static": false, "variation": null, @@ -14757,7 +14988,7 @@ "generator": false }, { - "__docId__": 685, + "__docId__": 697, "kind": "method", "static": false, "variation": null, @@ -14771,7 +15002,7 @@ "generator": false }, { - "__docId__": 686, + "__docId__": 698, "kind": "member", "static": false, "variation": null, @@ -14789,7 +15020,7 @@ } }, { - "__docId__": 687, + "__docId__": 699, "kind": "member", "static": false, "variation": null, @@ -14807,7 +15038,7 @@ } }, { - "__docId__": 688, + "__docId__": 700, "kind": "member", "static": false, "variation": null, @@ -14825,7 +15056,7 @@ } }, { - "__docId__": 689, + "__docId__": 701, "kind": "file", "static": true, "variation": null, @@ -14838,7 +15069,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__": 690, + "__docId__": 702, "kind": "class", "static": true, "variation": null, @@ -14867,7 +15098,7 @@ ] }, { - "__docId__": 691, + "__docId__": 703, "kind": "constructor", "static": false, "variation": null, @@ -14892,7 +15123,7 @@ "generator": false }, { - "__docId__": 692, + "__docId__": 704, "kind": "member", "static": false, "variation": null, @@ -14912,7 +15143,7 @@ } }, { - "__docId__": 693, + "__docId__": 705, "kind": "member", "static": false, "variation": null, @@ -14932,7 +15163,7 @@ } }, { - "__docId__": 694, + "__docId__": 706, "kind": "member", "static": false, "variation": null, @@ -14952,7 +15183,7 @@ } }, { - "__docId__": 695, + "__docId__": 707, "kind": "member", "static": false, "variation": null, @@ -14972,7 +15203,7 @@ } }, { - "__docId__": 696, + "__docId__": 708, "kind": "member", "static": false, "variation": null, @@ -14992,7 +15223,7 @@ } }, { - "__docId__": 697, + "__docId__": 709, "kind": "member", "static": false, "variation": null, @@ -15012,7 +15243,7 @@ } }, { - "__docId__": 698, + "__docId__": 710, "kind": "member", "static": false, "variation": null, @@ -15032,7 +15263,7 @@ } }, { - "__docId__": 699, + "__docId__": 711, "kind": "member", "static": false, "variation": null, @@ -15052,7 +15283,7 @@ } }, { - "__docId__": 700, + "__docId__": 712, "kind": "member", "static": false, "variation": null, @@ -15072,7 +15303,7 @@ } }, { - "__docId__": 701, + "__docId__": 713, "kind": "member", "static": false, "variation": null, @@ -15092,7 +15323,7 @@ } }, { - "__docId__": 702, + "__docId__": 714, "kind": "member", "static": false, "variation": null, @@ -15112,7 +15343,7 @@ } }, { - "__docId__": 703, + "__docId__": 715, "kind": "member", "static": false, "variation": null, @@ -15132,7 +15363,7 @@ } }, { - "__docId__": 704, + "__docId__": 716, "kind": "member", "static": false, "variation": null, @@ -15152,7 +15383,7 @@ } }, { - "__docId__": 705, + "__docId__": 717, "kind": "member", "static": false, "variation": null, @@ -15172,7 +15403,7 @@ } }, { - "__docId__": 706, + "__docId__": 718, "kind": "member", "static": false, "variation": null, @@ -15192,7 +15423,7 @@ } }, { - "__docId__": 707, + "__docId__": 719, "kind": "member", "static": false, "variation": null, @@ -15212,7 +15443,7 @@ } }, { - "__docId__": 708, + "__docId__": 720, "kind": "member", "static": false, "variation": null, @@ -15232,7 +15463,7 @@ } }, { - "__docId__": 709, + "__docId__": 721, "kind": "member", "static": false, "variation": null, @@ -15252,7 +15483,7 @@ } }, { - "__docId__": 710, + "__docId__": 722, "kind": "member", "static": false, "variation": null, @@ -15272,7 +15503,7 @@ } }, { - "__docId__": 711, + "__docId__": 723, "kind": "member", "static": false, "variation": null, @@ -15292,7 +15523,7 @@ } }, { - "__docId__": 712, + "__docId__": 724, "kind": "member", "static": false, "variation": null, @@ -15312,7 +15543,7 @@ } }, { - "__docId__": 713, + "__docId__": 725, "kind": "member", "static": false, "variation": null, @@ -15332,7 +15563,7 @@ } }, { - "__docId__": 714, + "__docId__": 726, "kind": "member", "static": false, "variation": null, @@ -15352,7 +15583,7 @@ } }, { - "__docId__": 715, + "__docId__": 727, "kind": "method", "static": false, "variation": null, @@ -15366,7 +15597,7 @@ "generator": false }, { - "__docId__": 716, + "__docId__": 728, "kind": "member", "static": false, "variation": null, @@ -15384,7 +15615,7 @@ } }, { - "__docId__": 717, + "__docId__": 729, "kind": "member", "static": false, "variation": null, @@ -15402,7 +15633,7 @@ } }, { - "__docId__": 718, + "__docId__": 730, "kind": "member", "static": false, "variation": null, @@ -15425,7 +15656,7 @@ } }, { - "__docId__": 719, + "__docId__": 731, "kind": "method", "static": false, "variation": null, @@ -15439,7 +15670,7 @@ "generator": false }, { - "__docId__": 720, + "__docId__": 732, "kind": "method", "static": false, "variation": null, @@ -15464,7 +15695,7 @@ "generator": false }, { - "__docId__": 721, + "__docId__": 733, "kind": "member", "static": false, "variation": null, @@ -15482,7 +15713,7 @@ } }, { - "__docId__": 722, + "__docId__": 734, "kind": "method", "static": false, "variation": null, @@ -15507,7 +15738,7 @@ "generator": false }, { - "__docId__": 723, + "__docId__": 735, "kind": "member", "static": false, "variation": null, @@ -15525,7 +15756,7 @@ } }, { - "__docId__": 724, + "__docId__": 736, "kind": "method", "static": false, "variation": null, @@ -15560,7 +15791,7 @@ "generator": false }, { - "__docId__": 725, + "__docId__": 737, "kind": "member", "static": false, "variation": null, @@ -15578,7 +15809,7 @@ } }, { - "__docId__": 726, + "__docId__": 738, "kind": "method", "static": false, "variation": null, @@ -15603,7 +15834,7 @@ "generator": false }, { - "__docId__": 727, + "__docId__": 739, "kind": "member", "static": false, "variation": null, @@ -15621,7 +15852,7 @@ } }, { - "__docId__": 728, + "__docId__": 740, "kind": "method", "static": false, "variation": null, @@ -15646,7 +15877,7 @@ "generator": false }, { - "__docId__": 729, + "__docId__": 741, "kind": "member", "static": false, "variation": null, @@ -15664,7 +15895,7 @@ } }, { - "__docId__": 730, + "__docId__": 742, "kind": "method", "static": false, "variation": null, @@ -15689,7 +15920,7 @@ "generator": false }, { - "__docId__": 731, + "__docId__": 743, "kind": "member", "static": false, "variation": null, @@ -15707,7 +15938,7 @@ } }, { - "__docId__": 732, + "__docId__": 744, "kind": "method", "static": false, "variation": null, @@ -15721,7 +15952,7 @@ "generator": false }, { - "__docId__": 733, + "__docId__": 745, "kind": "method", "static": false, "variation": null, @@ -15746,7 +15977,7 @@ "generator": false }, { - "__docId__": 734, + "__docId__": 746, "kind": "method", "static": false, "variation": null, @@ -15760,7 +15991,7 @@ "generator": false }, { - "__docId__": 735, + "__docId__": 747, "kind": "method", "static": false, "variation": null, @@ -15774,7 +16005,7 @@ "generator": false }, { - "__docId__": 736, + "__docId__": 748, "kind": "method", "static": false, "variation": null, @@ -15788,7 +16019,7 @@ "generator": false }, { - "__docId__": 737, + "__docId__": 749, "kind": "method", "static": false, "variation": null, @@ -15802,7 +16033,7 @@ "generator": false }, { - "__docId__": 738, + "__docId__": 750, "kind": "member", "static": false, "variation": null, @@ -15820,7 +16051,7 @@ } }, { - "__docId__": 739, + "__docId__": 751, "kind": "method", "static": false, "variation": null, @@ -15834,7 +16065,7 @@ "generator": false }, { - "__docId__": 740, + "__docId__": 752, "kind": "member", "static": false, "variation": null, @@ -15852,7 +16083,7 @@ } }, { - "__docId__": 741, + "__docId__": 753, "kind": "member", "static": false, "variation": null, @@ -15870,7 +16101,7 @@ } }, { - "__docId__": 742, + "__docId__": 754, "kind": "member", "static": false, "variation": null, @@ -15888,7 +16119,7 @@ } }, { - "__docId__": 743, + "__docId__": 755, "kind": "member", "static": false, "variation": null, @@ -15906,7 +16137,7 @@ } }, { - "__docId__": 744, + "__docId__": 756, "kind": "file", "static": true, "variation": null, @@ -15919,7 +16150,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__": 745, + "__docId__": 757, "kind": "variable", "static": true, "variation": null, @@ -15940,7 +16171,7 @@ } }, { - "__docId__": 746, + "__docId__": 758, "kind": "class", "static": true, "variation": null, @@ -15969,7 +16200,7 @@ ] }, { - "__docId__": 747, + "__docId__": 759, "kind": "constructor", "static": false, "variation": null, @@ -15994,7 +16225,7 @@ "generator": false }, { - "__docId__": 748, + "__docId__": 760, "kind": "member", "static": false, "variation": null, @@ -16014,7 +16245,7 @@ } }, { - "__docId__": 749, + "__docId__": 761, "kind": "member", "static": false, "variation": null, @@ -16034,7 +16265,7 @@ } }, { - "__docId__": 750, + "__docId__": 762, "kind": "member", "static": false, "variation": null, @@ -16054,7 +16285,7 @@ } }, { - "__docId__": 751, + "__docId__": 763, "kind": "member", "static": false, "variation": null, @@ -16074,7 +16305,7 @@ } }, { - "__docId__": 752, + "__docId__": 764, "kind": "member", "static": false, "variation": null, @@ -16094,7 +16325,7 @@ } }, { - "__docId__": 753, + "__docId__": 765, "kind": "member", "static": false, "variation": null, @@ -16114,7 +16345,7 @@ } }, { - "__docId__": 754, + "__docId__": 766, "kind": "member", "static": false, "variation": null, @@ -16134,7 +16365,7 @@ } }, { - "__docId__": 755, + "__docId__": 767, "kind": "member", "static": false, "variation": null, @@ -16154,7 +16385,7 @@ } }, { - "__docId__": 756, + "__docId__": 768, "kind": "member", "static": false, "variation": null, @@ -16174,7 +16405,7 @@ } }, { - "__docId__": 757, + "__docId__": 769, "kind": "member", "static": false, "variation": null, @@ -16194,7 +16425,7 @@ } }, { - "__docId__": 758, + "__docId__": 770, "kind": "member", "static": false, "variation": null, @@ -16214,7 +16445,7 @@ } }, { - "__docId__": 759, + "__docId__": 771, "kind": "member", "static": false, "variation": null, @@ -16234,7 +16465,7 @@ } }, { - "__docId__": 760, + "__docId__": 772, "kind": "member", "static": false, "variation": null, @@ -16254,7 +16485,7 @@ } }, { - "__docId__": 761, + "__docId__": 773, "kind": "member", "static": false, "variation": null, @@ -16274,7 +16505,7 @@ } }, { - "__docId__": 762, + "__docId__": 774, "kind": "member", "static": false, "variation": null, @@ -16294,7 +16525,7 @@ } }, { - "__docId__": 763, + "__docId__": 775, "kind": "member", "static": false, "variation": null, @@ -16314,7 +16545,7 @@ } }, { - "__docId__": 764, + "__docId__": 776, "kind": "member", "static": false, "variation": null, @@ -16334,7 +16565,7 @@ } }, { - "__docId__": 765, + "__docId__": 777, "kind": "member", "static": false, "variation": null, @@ -16354,7 +16585,7 @@ } }, { - "__docId__": 766, + "__docId__": 778, "kind": "member", "static": false, "variation": null, @@ -16374,7 +16605,7 @@ } }, { - "__docId__": 767, + "__docId__": 779, "kind": "member", "static": false, "variation": null, @@ -16394,7 +16625,7 @@ } }, { - "__docId__": 768, + "__docId__": 780, "kind": "method", "static": false, "variation": null, @@ -16408,7 +16639,7 @@ "generator": false }, { - "__docId__": 769, + "__docId__": 781, "kind": "member", "static": false, "variation": null, @@ -16426,7 +16657,7 @@ } }, { - "__docId__": 770, + "__docId__": 782, "kind": "member", "static": false, "variation": null, @@ -16444,7 +16675,7 @@ } }, { - "__docId__": 771, + "__docId__": 783, "kind": "member", "static": false, "variation": null, @@ -16462,7 +16693,7 @@ } }, { - "__docId__": 772, + "__docId__": 784, "kind": "member", "static": false, "variation": null, @@ -16485,7 +16716,7 @@ } }, { - "__docId__": 773, + "__docId__": 785, "kind": "method", "static": false, "variation": null, @@ -16512,7 +16743,7 @@ "generator": false }, { - "__docId__": 774, + "__docId__": 786, "kind": "method", "static": false, "variation": null, @@ -16526,7 +16757,7 @@ "generator": false }, { - "__docId__": 775, + "__docId__": 787, "kind": "member", "static": false, "variation": null, @@ -16544,7 +16775,7 @@ } }, { - "__docId__": 776, + "__docId__": 788, "kind": "member", "static": false, "variation": null, @@ -16562,7 +16793,7 @@ } }, { - "__docId__": 777, + "__docId__": 789, "kind": "member", "static": false, "variation": null, @@ -16580,7 +16811,7 @@ } }, { - "__docId__": 778, + "__docId__": 790, "kind": "member", "static": false, "variation": null, @@ -16598,7 +16829,7 @@ } }, { - "__docId__": 779, + "__docId__": 791, "kind": "file", "static": true, "variation": null, @@ -16611,7 +16842,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__": 780, + "__docId__": 792, "kind": "variable", "static": true, "variation": null, @@ -16632,7 +16863,7 @@ } }, { - "__docId__": 781, + "__docId__": 793, "kind": "variable", "static": true, "variation": null, @@ -16653,7 +16884,7 @@ } }, { - "__docId__": 782, + "__docId__": 794, "kind": "variable", "static": true, "variation": null, @@ -16674,7 +16905,7 @@ } }, { - "__docId__": 783, + "__docId__": 795, "kind": "variable", "static": true, "variation": null, @@ -16694,7 +16925,7 @@ } }, { - "__docId__": 784, + "__docId__": 796, "kind": "class", "static": true, "variation": null, @@ -16720,7 +16951,7 @@ "interface": false }, { - "__docId__": 785, + "__docId__": 797, "kind": "constructor", "static": false, "variation": null, @@ -16745,7 +16976,7 @@ "generator": false }, { - "__docId__": 786, + "__docId__": 798, "kind": "member", "static": false, "variation": null, @@ -16765,7 +16996,7 @@ } }, { - "__docId__": 787, + "__docId__": 799, "kind": "member", "static": false, "variation": null, @@ -16785,7 +17016,7 @@ } }, { - "__docId__": 788, + "__docId__": 800, "kind": "member", "static": false, "variation": null, @@ -16805,7 +17036,7 @@ } }, { - "__docId__": 789, + "__docId__": 801, "kind": "member", "static": false, "variation": null, @@ -16825,7 +17056,7 @@ } }, { - "__docId__": 790, + "__docId__": 802, "kind": "member", "static": false, "variation": null, @@ -16845,7 +17076,7 @@ } }, { - "__docId__": 791, + "__docId__": 803, "kind": "member", "static": false, "variation": null, @@ -16865,7 +17096,7 @@ } }, { - "__docId__": 792, + "__docId__": 804, "kind": "method", "static": false, "variation": null, @@ -16879,7 +17110,7 @@ "generator": false }, { - "__docId__": 793, + "__docId__": 805, "kind": "method", "static": false, "variation": null, @@ -16904,7 +17135,7 @@ "generator": false }, { - "__docId__": 794, + "__docId__": 806, "kind": "method", "static": false, "variation": null, @@ -16932,7 +17163,7 @@ "generator": false }, { - "__docId__": 795, + "__docId__": 807, "kind": "method", "static": false, "variation": null, @@ -16946,7 +17177,7 @@ "generator": false }, { - "__docId__": 796, + "__docId__": 808, "kind": "method", "static": false, "variation": null, @@ -16960,7 +17191,7 @@ "generator": false }, { - "__docId__": 797, + "__docId__": 809, "kind": "method", "static": false, "variation": null, @@ -16988,7 +17219,7 @@ "generator": false }, { - "__docId__": 798, + "__docId__": 810, "kind": "method", "static": false, "variation": null, @@ -17002,7 +17233,7 @@ "generator": false }, { - "__docId__": 799, + "__docId__": 811, "kind": "member", "static": false, "variation": null, @@ -17020,7 +17251,7 @@ } }, { - "__docId__": 800, + "__docId__": 812, "kind": "member", "static": false, "variation": null, @@ -17038,7 +17269,7 @@ } }, { - "__docId__": 801, + "__docId__": 813, "kind": "file", "static": true, "variation": null, @@ -17051,7 +17282,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__": 802, + "__docId__": 814, "kind": "variable", "static": true, "variation": null, @@ -17101,7 +17332,7 @@ } }, { - "__docId__": 803, + "__docId__": 815, "kind": "file", "static": true, "variation": null, @@ -17114,7 +17345,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__": 804, + "__docId__": 816, "kind": "variable", "static": true, "variation": null, @@ -17134,7 +17365,7 @@ } }, { - "__docId__": 805, + "__docId__": 817, "kind": "file", "static": true, "variation": null, @@ -17147,7 +17378,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__": 806, + "__docId__": 818, "kind": "variable", "static": true, "variation": null, @@ -17197,7 +17428,7 @@ } }, { - "__docId__": 807, + "__docId__": 819, "kind": "variable", "static": true, "variation": null, @@ -17249,7 +17480,7 @@ } }, { - "__docId__": 808, + "__docId__": 820, "kind": "variable", "static": true, "variation": null, @@ -17301,7 +17532,7 @@ } }, { - "__docId__": 809, + "__docId__": 821, "kind": "file", "static": true, "variation": null, @@ -17314,7 +17545,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__": 810, + "__docId__": 822, "kind": "variable", "static": true, "variation": null, @@ -17354,7 +17585,7 @@ } }, { - "__docId__": 811, + "__docId__": 823, "kind": "variable", "static": true, "variation": null, @@ -17394,7 +17625,7 @@ } }, { - "__docId__": 812, + "__docId__": 824, "kind": "variable", "static": true, "variation": null, @@ -17434,7 +17665,7 @@ } }, { - "__docId__": 813, + "__docId__": 825, "kind": "variable", "static": true, "variation": null, @@ -17474,7 +17705,7 @@ } }, { - "__docId__": 814, + "__docId__": 826, "kind": "variable", "static": true, "variation": null, @@ -17554,7 +17785,7 @@ } }, { - "__docId__": 815, + "__docId__": 827, "kind": "file", "static": true, "variation": null, @@ -17564,10 +17795,10 @@ "access": null, "description": null, "lineNumber": 1, - "content": "import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';\nimport {\n addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,\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';\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 {DOMElement} 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 = Boolean(f.mark_active_columns);\n\n /**\n * Css class for filtered (active) columns\n * @type {String}\n */\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n\n /**\n * Callback fired before a column is marked as filtered\n * @type {Function}\n */\n this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?\n f.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(f.on_after_active_column) ?\n f.on_after_active_column : EMPTY_FN;\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.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.markActiveColumns) {\n this.emitter.on(['before-filtering'],\n () => this.clearActiveColumns());\n this.emitter.on(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\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.markActiveColumns) {\n this.clearActiveColumns();\n emitter.off(['before-filtering'], () => this.clearActiveColumns());\n emitter.off(['cell-processed'],\n (tf, colIndex) => this.markActiveColumn(colIndex));\n }\n if (this.hasExtensions) {\n this.destroyExtensions();\n }\n\n this.validateAllRows();\n\n if (this.fltGrid && !this.gridLayout) {\n this.dom().deleteRow(this.filtersRowIndex);\n }\n\n // broadcast destroy event modules and extensions are subscribed to\n emitter.emit('destroy', this);\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 * @returns {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 * @returns 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 * @returns 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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 * Clear filtered columns visual indicator (background color)\n */\n clearActiveColumns() {\n for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {\n removeClass(this.getHeaderElement(i), this.activeColumnsCssClass);\n }\n }\n\n /**\n * Mark currently filtered column\n * @param {Number} colIndex Column index\n */\n markActiveColumn(colIndex) {\n let header = this.getHeaderElement(colIndex);\n if (hasClass(header, this.activeColumnsCssClass)) {\n return;\n }\n this.onBeforeActiveColumn(this, colIndex);\n\n addClass(header, this.activeColumnsCssClass);\n\n this.onAfterActiveColumn(this, colIndex);\n }\n\n /**\n * Return the ID of the current active filter\n * @returns {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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 * @returns {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 headersRow = this.headersRow;\n let header;\n for (let i = 0; i < this.nbCells; i++) {\n if (i !== colIndex) {\n continue;\n }\n if (tHead.length === 0) {\n header = table.rows[headersRow].cells[i];\n }\n if (tHead.length === 1) {\n header = tHead[0].rows[headersRow].cells[i];\n }\n break;\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 * @returns {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 {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" }, { - "__docId__": 816, + "__docId__": 828, "kind": "variable", "static": true, "variation": null, @@ -17579,7 +17810,7 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": null, "description": null, - "lineNumber": 37, + "lineNumber": 38, "undocument": true, "type": { "types": [ @@ -17588,7 +17819,7 @@ } }, { - "__docId__": 817, + "__docId__": 829, "kind": "class", "static": true, "variation": null, @@ -17600,7 +17831,7 @@ "importPath": "tablefilter/src/tablefilter.js", "importStyle": "{TableFilter}", "description": "Makes HTML tables filterable and a bit more :)", - "lineNumber": 45, + "lineNumber": 46, "unknown": [ { "tagName": "@export", @@ -17614,7 +17845,7 @@ "interface": false }, { - "__docId__": 818, + "__docId__": 830, "kind": "constructor", "static": false, "variation": null, @@ -17623,12 +17854,12 @@ "longname": "src/tablefilter.js~TableFilter#constructor", "access": null, "description": "Creates an instance of TableFilter\nrequires `table` or `id` arguments, `row` and `configuration` optional", - "lineNumber": 55, + "lineNumber": 56, "params": [ { "nullable": null, "types": [ - "DOMElement" + "HTMLTableElement" ], "spread": false, "optional": false, @@ -17669,7 +17900,7 @@ "generator": false }, { - "__docId__": 819, + "__docId__": 831, "kind": "member", "static": false, "variation": null, @@ -17678,7 +17909,7 @@ "longname": "src/tablefilter.js~TableFilter#id", "access": "private", "description": "ID of current instance", - "lineNumber": 61, + "lineNumber": 62, "type": { "nullable": null, "types": [ @@ -17689,7 +17920,7 @@ } }, { - "__docId__": 820, + "__docId__": 832, "kind": "member", "static": false, "variation": null, @@ -17698,7 +17929,7 @@ "longname": "src/tablefilter.js~TableFilter#version", "access": null, "description": "Current version", - "lineNumber": 67, + "lineNumber": 68, "type": { "nullable": null, "types": [ @@ -17709,7 +17940,7 @@ } }, { - "__docId__": 821, + "__docId__": 833, "kind": "member", "static": false, "variation": null, @@ -17718,7 +17949,7 @@ "longname": "src/tablefilter.js~TableFilter#year", "access": "private", "description": "Current year", - "lineNumber": 74, + "lineNumber": 75, "type": { "nullable": null, "types": [ @@ -17728,252 +17959,24 @@ "description": null } }, - { - "__docId__": 822, - "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": 81, - "type": { - "nullable": null, - "types": [ - "DOMElement" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 823, - "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": 88, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 824, - "kind": "member", - "static": false, - "variation": null, - "name": "headersRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", - "access": "private", - "description": "Index of the headers row", - "lineNumber": 95, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 825, - "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": 102, - "type": { - "nullable": null, - "types": [ - "Object" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 826, - "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": 109, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 827, - "kind": "member", - "static": false, - "variation": null, - "name": "nbCells", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbCells", - "access": "private", - "description": "Number of cells in the reference row", - "lineNumber": 116, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 828, - "kind": "member", - "static": false, - "variation": null, - "name": "tbl", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", - "access": null, - "description": null, - "lineNumber": 123, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 829, - "kind": "member", - "static": false, - "variation": null, - "name": "id", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#id", - "access": null, - "description": null, - "lineNumber": 124, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 830, - "kind": "member", - "static": false, - "variation": null, - "name": "id", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#id", - "access": null, - "description": null, - "lineNumber": 126, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 831, - "kind": "member", - "static": false, - "variation": null, - "name": "tbl", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#tbl", - "access": null, - "description": null, - "lineNumber": 127, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 832, - "kind": "member", - "static": false, - "variation": null, - "name": "cfg", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cfg", - "access": null, - "description": null, - "lineNumber": 131, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 833, - "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": 152, - "type": { - "nullable": null, - "types": [ - "Emitter" - ], - "spread": false, - "description": null - } - }, { "__docId__": 834, "kind": "member", "static": false, "variation": null, - "name": "refRow", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#refRow", - "access": null, - "description": null, - "lineNumber": 155, - "undocument": true, + "longname": "src/tablefilter.js~TableFilter#tbl", + "access": "private", + "description": "HTML Table DOM element", + "lineNumber": 82, "type": { + "nullable": null, "types": [ - "*" - ] + "DOMElement" + ], + "spread": false, + "description": null } }, { @@ -17981,16 +17984,16 @@ "kind": "member", "static": false, "variation": null, - "name": "basePath", + "name": "refRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#basePath", + "longname": "src/tablefilter.js~TableFilter#refRow", "access": null, - "description": "Base path for static assets", - "lineNumber": 161, + "description": "Calculated row's index from which starts filtering once filters\nare generated", + "lineNumber": 89, "type": { "nullable": null, "types": [ - "String" + "Number" ], "spread": false, "description": null @@ -18001,16 +18004,16 @@ "kind": "member", "static": false, "variation": null, - "name": "fltGrid", + "name": "headersRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltGrid", - "access": null, - "description": "Enable/disable filters", - "lineNumber": 169, + "longname": "src/tablefilter.js~TableFilter#headersRow", + "access": "private", + "description": "Index of the headers row", + "lineNumber": 96, "type": { "nullable": null, "types": [ - "Boolean" + "Number" ], "spread": false, "description": null @@ -18021,16 +18024,16 @@ "kind": "member", "static": false, "variation": null, - "name": "gridLayout", + "name": "cfg", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#gridLayout", - "access": null, - "description": "Enable/disable grid layout (fixed headers)", - "lineNumber": 175, + "longname": "src/tablefilter.js~TableFilter#cfg", + "access": "private", + "description": "Configuration object", + "lineNumber": 103, "type": { "nullable": null, "types": [ - "Boolean" + "Object" ], "spread": false, "description": null @@ -18041,12 +18044,12 @@ "kind": "member", "static": false, "variation": null, - "name": "filtersRowIndex", + "name": "nbFilterableRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", - "access": null, - "description": "Filters row index", - "lineNumber": 181, + "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "access": "private", + "description": "Number of rows that can be filtered", + "lineNumber": 110, "type": { "nullable": null, "types": [ @@ -18061,12 +18064,12 @@ "kind": "member", "static": false, "variation": null, - "name": "headersRow", + "name": "nbCells", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#headersRow", - "access": null, - "description": "Headers row index", - "lineNumber": 188, + "longname": "src/tablefilter.js~TableFilter#nbCells", + "access": "private", + "description": "Number of cells in the reference row", + "lineNumber": 117, "type": { "nullable": null, "types": [ @@ -18081,19 +18084,17 @@ "kind": "member", "static": false, "variation": null, - "name": "fltCellTag", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCellTag", + "longname": "src/tablefilter.js~TableFilter#tbl", "access": null, - "description": "Define the type of cell containing a filter (td/th)", - "lineNumber": 195, + "description": null, + "lineNumber": 124, + "undocument": true, "type": { - "nullable": null, "types": [ - "String" - ], - "spread": false, - "description": null + "*" + ] } }, { @@ -18101,19 +18102,17 @@ "kind": "member", "static": false, "variation": null, - "name": "fltIds", + "name": "id", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltIds", - "access": "private", - "description": "List of filters IDs", - "lineNumber": 203, + "longname": "src/tablefilter.js~TableFilter#id", + "access": null, + "description": null, + "lineNumber": 125, + "undocument": true, "type": { - "nullable": null, "types": [ - "Array" - ], - "spread": false, - "description": null + "*" + ] } }, { @@ -18121,19 +18120,17 @@ "kind": "member", "static": false, "variation": null, - "name": "validRowsIndex", + "name": "id", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#validRowsIndex", - "access": "private", - "description": "List of valid rows indexes (rows visible upon filtering)", - "lineNumber": 210, + "longname": "src/tablefilter.js~TableFilter#id", + "access": null, + "description": null, + "lineNumber": 127, + "undocument": true, "type": { - "nullable": null, "types": [ - "Array" - ], - "spread": false, - "description": null + "*" + ] } }, { @@ -18141,19 +18138,17 @@ "kind": "member", "static": false, "variation": null, - "name": "infDiv", + "name": "tbl", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", - "access": "private", - "description": "Toolbar's container DOM element", - "lineNumber": 217, + "longname": "src/tablefilter.js~TableFilter#tbl", + "access": null, + "description": null, + "lineNumber": 128, + "undocument": true, "type": { - "nullable": null, "types": [ - "DOMElement" - ], - "spread": false, - "description": null + "*" + ] } }, { @@ -18161,19 +18156,17 @@ "kind": "member", "static": false, "variation": null, - "name": "lDiv", + "name": "cfg", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDiv", - "access": "private", - "description": "Left-side inner container DOM element (rows counter in toolbar)", - "lineNumber": 224, + "longname": "src/tablefilter.js~TableFilter#cfg", + "access": null, + "description": null, + "lineNumber": 132, + "undocument": true, "type": { - "nullable": null, "types": [ - "DOMElement" - ], - "spread": false, - "description": null + "*" + ] } }, { @@ -18181,16 +18174,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rDiv", + "name": "emitter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDiv", - "access": "private", - "description": "Right-side inner container DOM element (reset button,\npage length selector in toolbar)", - "lineNumber": 232, + "longname": "src/tablefilter.js~TableFilter#emitter", + "access": null, + "description": "Event emitter instance", + "lineNumber": 153, "type": { "nullable": null, "types": [ - "DOMElement" + "Emitter" ], "spread": false, "description": null @@ -18201,19 +18194,17 @@ "kind": "member", "static": false, "variation": null, - "name": "mDiv", + "name": "refRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", - "access": "private", - "description": "Middle inner container DOM element (paging elements in toolbar)", - "lineNumber": 239, + "longname": "src/tablefilter.js~TableFilter#refRow", + "access": null, + "description": null, + "lineNumber": 156, + "undocument": true, "type": { - "nullable": null, "types": [ - "DOMElement" - ], - "spread": false, - "description": null + "*" + ] } }, { @@ -18221,12 +18212,12 @@ "kind": "member", "static": false, "variation": null, - "name": "infDivCssClass", + "name": "basePath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDivCssClass", + "longname": "src/tablefilter.js~TableFilter#basePath", "access": null, - "description": "Css class for toolbar's container DOM element", - "lineNumber": 245, + "description": "Base path for static assets", + "lineNumber": 162, "type": { "nullable": null, "types": [ @@ -18241,16 +18232,16 @@ "kind": "member", "static": false, "variation": null, - "name": "lDivCssClass", + "name": "fltGrid", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lDivCssClass", + "longname": "src/tablefilter.js~TableFilter#fltGrid", "access": null, - "description": "Css class for left-side inner container DOM element", - "lineNumber": 251, + "description": "Enable/disable filters", + "lineNumber": 170, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18261,16 +18252,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rDivCssClass", + "name": "gridLayout", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rDivCssClass", + "longname": "src/tablefilter.js~TableFilter#gridLayout", "access": null, - "description": "Css class for right-side inner container DOM element", - "lineNumber": 257, + "description": "Enable/disable grid layout (fixed headers)", + "lineNumber": 176, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -18281,16 +18272,16 @@ "kind": "member", "static": false, "variation": null, - "name": "mDivCssClass", + "name": "filtersRowIndex", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDivCssClass", + "longname": "src/tablefilter.js~TableFilter#filtersRowIndex", "access": null, - "description": "Css class for middle inner container DOM element", - "lineNumber": 263, + "description": "Filters row index", + "lineNumber": 182, "type": { "nullable": null, "types": [ - "String" + "Number" ], "spread": false, "description": null @@ -18301,16 +18292,16 @@ "kind": "member", "static": false, "variation": null, - "name": "stylePath", + "name": "headersRow", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylePath", + "longname": "src/tablefilter.js~TableFilter#headersRow", "access": null, - "description": "Path for stylesheets", - "lineNumber": 270, + "description": "Headers row index", + "lineNumber": 189, "type": { "nullable": null, "types": [ - "String" + "Number" ], "spread": false, "description": null @@ -18321,12 +18312,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheet", + "name": "fltCellTag", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheet", + "longname": "src/tablefilter.js~TableFilter#fltCellTag", "access": null, - "description": "Main stylesheet path", - "lineNumber": 276, + "description": "Define the type of cell containing a filter (td/th)", + "lineNumber": 196, "type": { "nullable": null, "types": [ @@ -18341,112 +18332,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stylesheetId", + "name": "fltIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stylesheetId", + "longname": "src/tablefilter.js~TableFilter#fltIds", "access": "private", - "description": "Main stylesheet ID", - "lineNumber": 283, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 854, - "kind": "member", - "static": false, - "variation": null, - "name": "fltsRowCssClass", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", - "access": null, - "description": "Css class for the filters row", - "lineNumber": 289, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 855, - "kind": "member", - "static": false, - "variation": null, - "name": "enableIcons", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableIcons", - "access": null, - "description": "Enable/disable icons (paging, reset button)", - "lineNumber": 295, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 856, - "kind": "member", - "static": false, - "variation": null, - "name": "alternateRows", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#alternateRows", - "access": null, - "description": "Enable/disable alternating rows", - "lineNumber": 301, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 857, - "kind": "member", - "static": false, - "variation": null, - "name": "hasColWidths", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasColWidths", - "access": "private", - "description": "Indicate whether columns widths are set", - "lineNumber": 308, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 858, - "kind": "member", - "static": false, - "variation": null, - "name": "colWidths", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colWidths", - "access": null, - "description": "Columns widths array", - "lineNumber": 314, + "description": "List of filters IDs", + "lineNumber": 204, "type": { "nullable": null, "types": [ @@ -18456,17 +18347,117 @@ "description": null } }, + { + "__docId__": 854, + "kind": "member", + "static": false, + "variation": null, + "name": "validRowsIndex", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#validRowsIndex", + "access": "private", + "description": "List of valid rows indexes (rows visible upon filtering)", + "lineNumber": 211, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 855, + "kind": "member", + "static": false, + "variation": null, + "name": "infDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#infDiv", + "access": "private", + "description": "Toolbar's container DOM element", + "lineNumber": 218, + "type": { + "nullable": null, + "types": [ + "DOMElement" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 856, + "kind": "member", + "static": false, + "variation": null, + "name": "lDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#lDiv", + "access": "private", + "description": "Left-side inner container DOM element (rows counter in toolbar)", + "lineNumber": 225, + "type": { + "nullable": null, + "types": [ + "DOMElement" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 857, + "kind": "member", + "static": false, + "variation": null, + "name": "rDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#rDiv", + "access": "private", + "description": "Right-side inner container DOM element (reset button,\npage length selector in toolbar)", + "lineNumber": 233, + "type": { + "nullable": null, + "types": [ + "DOMElement" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 858, + "kind": "member", + "static": false, + "variation": null, + "name": "mDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#mDiv", + "access": "private", + "description": "Middle inner container DOM element (paging elements in toolbar)", + "lineNumber": 240, + "type": { + "nullable": null, + "types": [ + "DOMElement" + ], + "spread": false, + "description": null + } + }, { "__docId__": 859, "kind": "member", "static": false, "variation": null, - "name": "fltCssClass", + "name": "infDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltCssClass", + "longname": "src/tablefilter.js~TableFilter#infDivCssClass", "access": null, - "description": "Css class for a filter element", - "lineNumber": 320, + "description": "Css class for toolbar's container DOM element", + "lineNumber": 246, "type": { "nullable": null, "types": [ @@ -18481,12 +18472,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltMultiCssClass", + "name": "lDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", + "longname": "src/tablefilter.js~TableFilter#lDivCssClass", "access": null, - "description": "Css class for multiple select filters", - "lineNumber": 326, + "description": "Css class for left-side inner container DOM element", + "lineNumber": 252, "type": { "nullable": null, "types": [ @@ -18501,12 +18492,12 @@ "kind": "member", "static": false, "variation": null, - "name": "fltSmallCssClass", + "name": "rDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", + "longname": "src/tablefilter.js~TableFilter#rDivCssClass", "access": null, - "description": "Css class for small filter (when submit button is active)", - "lineNumber": 332, + "description": "Css class for right-side inner container DOM element", + "lineNumber": 258, "type": { "nullable": null, "types": [ @@ -18521,12 +18512,12 @@ "kind": "member", "static": false, "variation": null, - "name": "singleFltCssClass", + "name": "mDivCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", + "longname": "src/tablefilter.js~TableFilter#mDivCssClass", "access": null, - "description": "Css class for single filter type", - "lineNumber": 338, + "description": "Css class for middle inner container DOM element", + "lineNumber": 264, "type": { "nullable": null, "types": [ @@ -18541,16 +18532,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enterKey", + "name": "stylePath", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enterKey", + "longname": "src/tablefilter.js~TableFilter#stylePath", "access": null, - "description": "Enable/disable enter key for input type filters", - "lineNumber": 346, + "description": "Path for stylesheets", + "lineNumber": 271, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18561,16 +18552,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeFilter", + "name": "stylesheet", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", + "longname": "src/tablefilter.js~TableFilter#stylesheet", "access": null, - "description": "Callback fired before filtering process starts", - "lineNumber": 352, + "description": "Main stylesheet path", + "lineNumber": 277, "type": { "nullable": null, "types": [ - "Function" + "String" ], "spread": false, "description": null @@ -18581,16 +18572,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterFilter", + "name": "stylesheetId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterFilter", - "access": null, - "description": "Callback fired after filtering process is completed", - "lineNumber": 359, + "longname": "src/tablefilter.js~TableFilter#stylesheetId", + "access": "private", + "description": "Main stylesheet ID", + "lineNumber": 284, "type": { "nullable": null, "types": [ - "Function" + "String" ], "spread": false, "description": null @@ -18601,16 +18592,16 @@ "kind": "member", "static": false, "variation": null, - "name": "caseSensitive", + "name": "fltsRowCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#caseSensitive", + "longname": "src/tablefilter.js~TableFilter#fltsRowCssClass", "access": null, - "description": "Enable/disable case sensitivity filtering", - "lineNumber": 366, + "description": "Css class for the filters row", + "lineNumber": 290, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18621,12 +18612,12 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExactMatchByCol", + "name": "enableIcons", "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": 374, + "longname": "src/tablefilter.js~TableFilter#enableIcons", + "access": null, + "description": "Enable/disable icons (paging, reset button)", + "lineNumber": 296, "type": { "nullable": null, "types": [ @@ -18641,16 +18632,16 @@ "kind": "member", "static": false, "variation": null, - "name": "exactMatchByCol", + "name": "alternateRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", + "longname": "src/tablefilter.js~TableFilter#alternateRows", "access": null, - "description": "Exact match filtering per column array", - "lineNumber": 380, + "description": "Enable/disable alternating rows", + "lineNumber": 302, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -18661,12 +18652,12 @@ "kind": "member", "static": false, "variation": null, - "name": "exactMatch", + "name": "hasColWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#exactMatch", - "access": null, - "description": "Globally enable/disable exact match filtering", - "lineNumber": 387, + "longname": "src/tablefilter.js~TableFilter#hasColWidths", + "access": "private", + "description": "Indicate whether columns widths are set", + "lineNumber": 309, "type": { "nullable": null, "types": [ @@ -18681,16 +18672,15 @@ "kind": "member", "static": false, "variation": null, - "name": "ignoreDiacritics", + "name": "colWidths", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#ignoreDiacritics", + "longname": "src/tablefilter.js~TableFilter#colWidths", "access": null, - "description": "Ignore diacritics globally or on a column basis", - "lineNumber": 393, + "description": "Columns widths array", + "lineNumber": 315, "type": { "nullable": null, "types": [ - "Boolean", "Array" ], "spread": false, @@ -18702,16 +18692,16 @@ "kind": "member", "static": false, "variation": null, - "name": "linkedFilters", + "name": "fltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#linkedFilters", + "longname": "src/tablefilter.js~TableFilter#fltCssClass", "access": null, - "description": "Enable/disable linked filters filtering mode", - "lineNumber": 399, + "description": "Css class for a filter element", + "lineNumber": 321, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18722,16 +18712,16 @@ "kind": "member", "static": false, "variation": null, - "name": "disableExcludedOptions", + "name": "fltMultiCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", + "longname": "src/tablefilter.js~TableFilter#fltMultiCssClass", "access": null, - "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", - "lineNumber": 406, + "description": "Css class for multiple select filters", + "lineNumber": 327, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18742,12 +18732,12 @@ "kind": "member", "static": false, "variation": null, - "name": "activeFilterId", + "name": "fltSmallCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeFilterId", - "access": "private", - "description": "Active filter ID", - "lineNumber": 413, + "longname": "src/tablefilter.js~TableFilter#fltSmallCssClass", + "access": null, + "description": "Css class for small filter (when submit button is active)", + "lineNumber": 333, "type": { "nullable": null, "types": [ @@ -18762,16 +18752,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasVisibleRows", + "name": "singleFltCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", + "longname": "src/tablefilter.js~TableFilter#singleFltCssClass", "access": null, - "description": "Enable/disable always visible rows, excluded from filtering", - "lineNumber": 419, + "description": "Css class for single filter type", + "lineNumber": 339, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -18782,32 +18772,12 @@ "kind": "member", "static": false, "variation": null, - "name": "visibleRows", + "name": "enterKey", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#visibleRows", + "longname": "src/tablefilter.js~TableFilter#enterKey", "access": null, - "description": "List of row indexes to be excluded from filtering", - "lineNumber": 425, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 876, - "kind": "member", - "static": false, - "variation": null, - "name": "isExternalFlt", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isExternalFlt", - "access": null, - "description": "Enable/disable external filters generation", - "lineNumber": 431, + "description": "Enable/disable enter key for input type filters", + "lineNumber": 347, "type": { "nullable": null, "types": [ @@ -18818,36 +18788,16 @@ } }, { - "__docId__": 877, + "__docId__": 876, "kind": "member", "static": false, "variation": null, - "name": "externalFltTgtIds", + "name": "onBeforeFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", + "longname": "src/tablefilter.js~TableFilter#onBeforeFilter", "access": null, - "description": "List of containers IDs where external filters will be generated", - "lineNumber": 437, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 878, - "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": 443, + "description": "Callback fired before filtering process starts", + "lineNumber": 353, "type": { "nullable": null, "types": [ @@ -18857,17 +18807,57 @@ "description": null } }, + { + "__docId__": 877, + "kind": "member", + "static": false, + "variation": null, + "name": "onAfterFilter", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onAfterFilter", + "access": null, + "description": "Callback fired after filtering process is completed", + "lineNumber": 360, + "type": { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 878, + "kind": "member", + "static": false, + "variation": null, + "name": "caseSensitive", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#caseSensitive", + "access": null, + "description": "Enable/disable case sensitivity filtering", + "lineNumber": 367, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, { "__docId__": 879, "kind": "member", "static": false, "variation": null, - "name": "singleSearchFlt", + "name": "hasExactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", - "access": null, - "description": "Enable/disable single filter filtering all columns", - "lineNumber": 450, + "longname": "src/tablefilter.js~TableFilter#hasExactMatchByCol", + "access": "private", + "description": "Indicate whether exact match filtering is enabled on a per column\nbasis", + "lineNumber": 375, "type": { "nullable": null, "types": [ @@ -18882,16 +18872,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onRowValidated", + "name": "exactMatchByCol", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onRowValidated", + "longname": "src/tablefilter.js~TableFilter#exactMatchByCol", "access": null, - "description": "Callback fired after a row is validated during filtering", - "lineNumber": 456, + "description": "Exact match filtering per column array", + "lineNumber": 381, "type": { "nullable": null, "types": [ - "Function" + "Array" ], "spread": false, "description": null @@ -18902,16 +18892,16 @@ "kind": "member", "static": false, "variation": null, - "name": "cellParser", + "name": "exactMatch", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#cellParser", + "longname": "src/tablefilter.js~TableFilter#exactMatch", "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": 471, + "description": "Globally enable/disable exact match filtering", + "lineNumber": 388, "type": { "nullable": null, "types": [ - "Object" + "Boolean" ], "spread": false, "description": null @@ -18922,16 +18912,16 @@ "kind": "member", "static": false, "variation": null, - "name": "watermark", + "name": "ignoreDiacritics", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#watermark", + "longname": "src/tablefilter.js~TableFilter#ignoreDiacritics", "access": null, - "description": "Global watermark text for input filter type or watermark for each\nfilter if an array is supplied", - "lineNumber": 480, + "description": "Ignore diacritics globally or on a column basis", + "lineNumber": 394, "type": { "nullable": null, "types": [ - "String", + "Boolean", "Array" ], "spread": false, @@ -18943,12 +18933,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isWatermarkArray", + "name": "linkedFilters", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", - "access": "private", - "description": "Indicate whether watermark is on a per column basis", - "lineNumber": 487, + "longname": "src/tablefilter.js~TableFilter#linkedFilters", + "access": null, + "description": "Enable/disable linked filters filtering mode", + "lineNumber": 400, "type": { "nullable": null, "types": [ @@ -18963,32 +18953,12 @@ "kind": "member", "static": false, "variation": null, - "name": "toolBarTgtId", + "name": "disableExcludedOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", + "longname": "src/tablefilter.js~TableFilter#disableExcludedOptions", "access": null, - "description": "Toolbar's custom container ID", - "lineNumber": 493, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 885, - "kind": "member", - "static": false, - "variation": null, - "name": "help", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#help", - "access": null, - "description": "Indicate whether help UI component is disabled", - "lineNumber": 499, + "description": "Enable/disable readonly state for excluded options when\nlinked filters filtering mode is on", + "lineNumber": 407, "type": { "nullable": null, "types": [ @@ -18998,17 +18968,37 @@ "description": null } }, + { + "__docId__": 885, + "kind": "member", + "static": false, + "variation": null, + "name": "activeFilterId", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#activeFilterId", + "access": "private", + "description": "Active filter ID", + "lineNumber": 414, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 886, "kind": "member", "static": false, "variation": null, - "name": "popupFilters", + "name": "hasVisibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#popupFilters", + "longname": "src/tablefilter.js~TableFilter#hasVisibleRows", "access": null, - "description": "Indicate whether pop-up filters UI is enabled", - "lineNumber": 506, + "description": "Enable/disable always visible rows, excluded from filtering", + "lineNumber": 420, "type": { "nullable": null, "types": [ @@ -19023,16 +19013,16 @@ "kind": "member", "static": false, "variation": null, - "name": "markActiveColumns", + "name": "visibleRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#markActiveColumns", + "longname": "src/tablefilter.js~TableFilter#visibleRows", "access": null, - "description": "Indicate whether filtered (active) columns indicator is enabled", - "lineNumber": 512, + "description": "List of row indexes to be excluded from filtering", + "lineNumber": 426, "type": { "nullable": null, "types": [ - "Boolean" + "Array" ], "spread": false, "description": null @@ -19043,16 +19033,16 @@ "kind": "member", "static": false, "variation": null, - "name": "activeColumnsCssClass", + "name": "isExternalFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#activeColumnsCssClass", + "longname": "src/tablefilter.js~TableFilter#isExternalFlt", "access": null, - "description": "Css class for filtered (active) columns", - "lineNumber": 518, + "description": "Enable/disable external filters generation", + "lineNumber": 432, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19063,16 +19053,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeActiveColumn", + "name": "externalFltTgtIds", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeActiveColumn", + "longname": "src/tablefilter.js~TableFilter#externalFltTgtIds", "access": null, - "description": "Callback fired before a column is marked as filtered", - "lineNumber": 525, + "description": "List of containers IDs where external filters will be generated", + "lineNumber": 438, "type": { "nullable": null, "types": [ - "Function" + "Array" ], "spread": false, "description": null @@ -19083,12 +19073,12 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterActiveColumn", + "name": "onFiltersLoaded", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterActiveColumn", + "longname": "src/tablefilter.js~TableFilter#onFiltersLoaded", "access": null, - "description": "Callback fired after a column is marked as filtered", - "lineNumber": 532, + "description": "Callback fired after filters are generated", + "lineNumber": 444, "type": { "nullable": null, "types": [ @@ -19103,12 +19093,72 @@ "kind": "member", "static": false, "variation": null, - "name": "clearFilterText", + "name": "singleSearchFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#clearFilterText", + "longname": "src/tablefilter.js~TableFilter#singleSearchFlt", "access": null, - "description": "Text for clear option in drop-down filter types (1st option)", - "lineNumber": 540, + "description": "Enable/disable single filter filtering all columns", + "lineNumber": 451, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 892, + "kind": "member", + "static": false, + "variation": null, + "name": "onRowValidated", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onRowValidated", + "access": null, + "description": "Callback fired after a row is validated during filtering", + "lineNumber": 457, + "type": { + "nullable": null, + "types": [ + "Function" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 893, + "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": 472, + "type": { + "nullable": null, + "types": [ + "Object" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 894, + "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, "type": { "nullable": null, "types": [ @@ -19119,81 +19169,21 @@ "description": null } }, - { - "__docId__": 892, - "kind": "member", - "static": false, - "variation": null, - "name": "enableEmptyOption", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", - "access": null, - "description": "Indicate whether empty option is enabled in drop-down filter types", - "lineNumber": 546, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 893, - "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": 552, - "type": { - "nullable": null, - "types": [ - "String" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 894, - "kind": "member", - "static": false, - "variation": null, - "name": "enableNonEmptyOption", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", - "access": null, - "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", - "lineNumber": 559, - "type": { - "nullable": null, - "types": [ - "Boolean" - ], - "spread": false, - "description": null - } - }, { "__docId__": 895, "kind": "member", "static": false, "variation": null, - "name": "nonEmptyText", + "name": "isWatermarkArray", "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": 565, + "longname": "src/tablefilter.js~TableFilter#isWatermarkArray", + "access": "private", + "description": "Indicate whether watermark is on a per column basis", + "lineNumber": 488, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19204,16 +19194,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onSlcChange", + "name": "toolBarTgtId", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onSlcChange", + "longname": "src/tablefilter.js~TableFilter#toolBarTgtId", "access": null, - "description": "Indicate whether drop-down filter types filter the table by default\non change event", - "lineNumber": 572, + "description": "Toolbar's custom container ID", + "lineNumber": 494, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19224,12 +19214,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortSlc", + "name": "help", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortSlc", + "longname": "src/tablefilter.js~TableFilter#help", "access": null, - "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", - "lineNumber": 579, + "description": "Indicate whether help UI component is disabled", + "lineNumber": 500, "type": { "nullable": null, "types": [ @@ -19244,12 +19234,12 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumAsc", + "name": "popupFilters", "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": 587, + "longname": "src/tablefilter.js~TableFilter#popupFilters", + "access": null, + "description": "Indicate whether pop-up filters UI is enabled", + "lineNumber": 507, "type": { "nullable": null, "types": [ @@ -19264,16 +19254,16 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumAsc", + "name": "markActiveColumns", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumAsc", + "longname": "src/tablefilter.js~TableFilter#markActiveColumns", "access": null, - "description": "List of columns implementing options sorting in a ascending numeric\nmanner", - "lineNumber": 594, + "description": "Indicate whether filtered (active) columns indicator is enabled", + "lineNumber": 513, "type": { "nullable": null, "types": [ - "Array" + "Boolean" ], "spread": false, "description": null @@ -19284,16 +19274,17 @@ "kind": "member", "static": false, "variation": null, - "name": "isSortNumDesc", + "name": "clearFilterText", "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": 602, + "longname": "src/tablefilter.js~TableFilter#clearFilterText", + "access": null, + "description": "Text for clear option in drop-down filter types (1st option)", + "lineNumber": 521, "type": { "nullable": null, "types": [ - "Boolean" + "String", + "Array" ], "spread": false, "description": null @@ -19304,32 +19295,12 @@ "kind": "member", "static": false, "variation": null, - "name": "sortNumDesc", + "name": "enableEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#sortNumDesc", + "longname": "src/tablefilter.js~TableFilter#enableEmptyOption", "access": null, - "description": "List of columns implementing options sorting in a descending numeric\nmanner", - "lineNumber": 609, - "type": { - "nullable": null, - "types": [ - "Array" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 902, - "kind": "member", - "static": false, - "variation": null, - "name": "loadFltOnDemand", - "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": 616, + "description": "Indicate whether empty option is enabled in drop-down filter types", + "lineNumber": 527, "type": { "nullable": null, "types": [ @@ -19339,17 +19310,37 @@ "description": null } }, + { + "__docId__": 902, + "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__": 903, "kind": "member", "static": false, "variation": null, - "name": "hasCustomOptions", + "name": "enableNonEmptyOption", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", + "longname": "src/tablefilter.js~TableFilter#enableNonEmptyOption", "access": null, - "description": "Indicate whether custom drop-down filter options are implemented", - "lineNumber": 622, + "description": "Indicate whether non-empty option is enabled in drop-down filter\ntypes", + "lineNumber": 540, "type": { "nullable": null, "types": [ @@ -19364,16 +19355,16 @@ "kind": "member", "static": false, "variation": null, - "name": "customOptions", + "name": "nonEmptyText", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#customOptions", + "longname": "src/tablefilter.js~TableFilter#nonEmptyText", "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": 641, + "description": "Text for non-empty option in drop-down filter types", + "lineNumber": 546, "type": { "nullable": null, "types": [ - "Object" + "String" ], "spread": false, "description": null @@ -19384,16 +19375,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rgxOperator", + "name": "onSlcChange", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rgxOperator", + "longname": "src/tablefilter.js~TableFilter#onSlcChange", "access": null, - "description": "Regular expression operator for input filter. Defaults to 'rgx:'", - "lineNumber": 648, + "description": "Indicate whether drop-down filter types filter the table by default\non change event", + "lineNumber": 553, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19404,16 +19395,16 @@ "kind": "member", "static": false, "variation": null, - "name": "emOperator", + "name": "sortSlc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#emOperator", + "longname": "src/tablefilter.js~TableFilter#sortSlc", "access": null, - "description": "Empty cells operator for input filter. Defaults to '[empty]'", - "lineNumber": 654, + "description": "Indicate whether options in drop-down filter types are sorted in a\nalpha-numeric manner by default", + "lineNumber": 560, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19424,16 +19415,16 @@ "kind": "member", "static": false, "variation": null, - "name": "nmOperator", + "name": "isSortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nmOperator", - "access": null, - "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", - "lineNumber": 660, + "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, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19444,16 +19435,16 @@ "kind": "member", "static": false, "variation": null, - "name": "orOperator", + "name": "sortNumAsc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#orOperator", + "longname": "src/tablefilter.js~TableFilter#sortNumAsc", "access": null, - "description": "Logical OR operator for input filter. Defaults to '||'", - "lineNumber": 666, + "description": "List of columns implementing options sorting in a ascending numeric\nmanner", + "lineNumber": 575, "type": { "nullable": null, "types": [ - "String" + "Array" ], "spread": false, "description": null @@ -19464,16 +19455,16 @@ "kind": "member", "static": false, "variation": null, - "name": "anOperator", + "name": "isSortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#anOperator", - "access": null, - "description": "Logical AND operator for input filter. Defaults to '&&'", - "lineNumber": 672, + "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": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19484,16 +19475,16 @@ "kind": "member", "static": false, "variation": null, - "name": "grOperator", + "name": "sortNumDesc", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#grOperator", + "longname": "src/tablefilter.js~TableFilter#sortNumDesc", "access": null, - "description": "Greater than operator for input filter. Defaults to '>'", - "lineNumber": 678, + "description": "List of columns implementing options sorting in a descending numeric\nmanner", + "lineNumber": 590, "type": { "nullable": null, "types": [ - "String" + "Array" ], "spread": false, "description": null @@ -19504,16 +19495,16 @@ "kind": "member", "static": false, "variation": null, - "name": "lwOperator", + "name": "loadFltOnDemand", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lwOperator", + "longname": "src/tablefilter.js~TableFilter#loadFltOnDemand", "access": null, - "description": "Lower than operator for input filter. Defaults to '<'", - "lineNumber": 684, + "description": "Indicate whether drop-down filter types are populated on demand at\nfirst usage", + "lineNumber": 597, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19524,16 +19515,16 @@ "kind": "member", "static": false, "variation": null, - "name": "leOperator", + "name": "hasCustomOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#leOperator", + "longname": "src/tablefilter.js~TableFilter#hasCustomOptions", "access": null, - "description": "Lower than or equal operator for input filter. Defaults to '<='", - "lineNumber": 690, + "description": "Indicate whether custom drop-down filter options are implemented", + "lineNumber": 603, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -19544,16 +19535,16 @@ "kind": "member", "static": false, "variation": null, - "name": "geOperator", + "name": "customOptions", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#geOperator", + "longname": "src/tablefilter.js~TableFilter#customOptions", "access": null, - "description": "Greater than or equal operator for input filter. Defaults to '>='", - "lineNumber": 696, + "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, "type": { "nullable": null, "types": [ - "String" + "Object" ], "spread": false, "description": null @@ -19564,12 +19555,12 @@ "kind": "member", "static": false, "variation": null, - "name": "dfOperator", + "name": "rgxOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#dfOperator", + "longname": "src/tablefilter.js~TableFilter#rgxOperator", "access": null, - "description": "Inequality operator for input filter. Defaults to '!'", - "lineNumber": 702, + "description": "Regular expression operator for input filter. Defaults to 'rgx:'", + "lineNumber": 629, "type": { "nullable": null, "types": [ @@ -19584,12 +19575,12 @@ "kind": "member", "static": false, "variation": null, - "name": "lkOperator", + "name": "emOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#lkOperator", + "longname": "src/tablefilter.js~TableFilter#emOperator", "access": null, - "description": "Like operator for input filter. Defaults to '!'", - "lineNumber": 708, + "description": "Empty cells operator for input filter. Defaults to '[empty]'", + "lineNumber": 635, "type": { "nullable": null, "types": [ @@ -19604,12 +19595,12 @@ "kind": "member", "static": false, "variation": null, - "name": "eqOperator", + "name": "nmOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#eqOperator", + "longname": "src/tablefilter.js~TableFilter#nmOperator", "access": null, - "description": "Strict equality operator for input filter. Defaults to '='", - "lineNumber": 714, + "description": "Non-empty cells operator for input filter. Defaults to '[nonempty]'", + "lineNumber": 641, "type": { "nullable": null, "types": [ @@ -19624,12 +19615,12 @@ "kind": "member", "static": false, "variation": null, - "name": "stOperator", + "name": "orOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#stOperator", + "longname": "src/tablefilter.js~TableFilter#orOperator", "access": null, - "description": "Starts with operator for input filter. Defaults to '='", - "lineNumber": 720, + "description": "Logical OR operator for input filter. Defaults to '||'", + "lineNumber": 647, "type": { "nullable": null, "types": [ @@ -19644,12 +19635,12 @@ "kind": "member", "static": false, "variation": null, - "name": "enOperator", + "name": "anOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enOperator", + "longname": "src/tablefilter.js~TableFilter#anOperator", "access": null, - "description": "Ends with operator for input filter. Defaults to '='", - "lineNumber": 726, + "description": "Logical AND operator for input filter. Defaults to '&&'", + "lineNumber": 653, "type": { "nullable": null, "types": [ @@ -19664,12 +19655,12 @@ "kind": "member", "static": false, "variation": null, - "name": "separator", + "name": "grOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#separator", + "longname": "src/tablefilter.js~TableFilter#grOperator", "access": null, - "description": "Stored values separator", - "lineNumber": 734, + "description": "Greater than operator for input filter. Defaults to '>'", + "lineNumber": 659, "type": { "nullable": null, "types": [ @@ -19684,16 +19675,16 @@ "kind": "member", "static": false, "variation": null, - "name": "rowsCounter", + "name": "lwOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#rowsCounter", + "longname": "src/tablefilter.js~TableFilter#lwOperator", "access": null, - "description": "Enable rows counter UI component", - "lineNumber": 740, + "description": "Lower than operator for input filter. Defaults to '<'", + "lineNumber": 665, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19704,16 +19695,16 @@ "kind": "member", "static": false, "variation": null, - "name": "statusBar", + "name": "leOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#statusBar", + "longname": "src/tablefilter.js~TableFilter#leOperator", "access": null, - "description": "Enable status bar UI component", - "lineNumber": 746, + "description": "Lower than or equal operator for input filter. Defaults to '<='", + "lineNumber": 671, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19724,16 +19715,16 @@ "kind": "member", "static": false, "variation": null, - "name": "loader", + "name": "geOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#loader", + "longname": "src/tablefilter.js~TableFilter#geOperator", "access": null, - "description": "Enable activity/spinner indicator UI component", - "lineNumber": 752, + "description": "Greater than or equal operator for input filter. Defaults to '>='", + "lineNumber": 677, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19744,16 +19735,16 @@ "kind": "member", "static": false, "variation": null, - "name": "displayBtn", + "name": "dfOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#displayBtn", + "longname": "src/tablefilter.js~TableFilter#dfOperator", "access": null, - "description": "Enable filters submission button", - "lineNumber": 759, + "description": "Inequality operator for input filter. Defaults to '!'", + "lineNumber": 683, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19764,12 +19755,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnText", + "name": "lkOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnText", + "longname": "src/tablefilter.js~TableFilter#lkOperator", "access": null, - "description": "Define filters submission button text", - "lineNumber": 765, + "description": "Like operator for input filter. Defaults to '!'", + "lineNumber": 689, "type": { "nullable": null, "types": [ @@ -19784,12 +19775,12 @@ "kind": "member", "static": false, "variation": null, - "name": "btnCssClass", + "name": "eqOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnCssClass", + "longname": "src/tablefilter.js~TableFilter#eqOperator", "access": null, - "description": "Css class for filters submission button", - "lineNumber": 771, + "description": "Strict equality operator for input filter. Defaults to '='", + "lineNumber": 695, "type": { "nullable": null, "types": [ @@ -19804,16 +19795,16 @@ "kind": "member", "static": false, "variation": null, - "name": "btnReset", + "name": "stOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#btnReset", + "longname": "src/tablefilter.js~TableFilter#stOperator", "access": null, - "description": "Enable clear button", - "lineNumber": 778, + "description": "Starts with operator for input filter. Defaults to '='", + "lineNumber": 701, "type": { "nullable": null, "types": [ - "Boolean" + "String" ], "spread": false, "description": null @@ -19824,16 +19815,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onBeforeReset", + "name": "enOperator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onBeforeReset", + "longname": "src/tablefilter.js~TableFilter#enOperator", "access": null, - "description": "Callback fired before filters are cleared", - "lineNumber": 784, + "description": "Ends with operator for input filter. Defaults to '='", + "lineNumber": 707, "type": { "nullable": null, "types": [ - "Function" + "String" ], "spread": false, "description": null @@ -19844,16 +19835,16 @@ "kind": "member", "static": false, "variation": null, - "name": "onAfterReset", + "name": "separator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onAfterReset", + "longname": "src/tablefilter.js~TableFilter#separator", "access": null, - "description": "Callback fired after filters are cleared", - "lineNumber": 791, + "description": "Stored values separator", + "lineNumber": 715, "type": { "nullable": null, "types": [ - "Function" + "String" ], "spread": false, "description": null @@ -19864,12 +19855,12 @@ "kind": "member", "static": false, "variation": null, - "name": "paging", + "name": "rowsCounter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#paging", + "longname": "src/tablefilter.js~TableFilter#rowsCounter", "access": null, - "description": "Enable paging component", - "lineNumber": 798, + "description": "Enable rows counter UI component", + "lineNumber": 721, "type": { "nullable": null, "types": [ @@ -19884,16 +19875,16 @@ "kind": "member", "static": false, "variation": null, - "name": "nbHiddenRows", + "name": "statusBar", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", - "access": "private", - "description": "Number of hidden rows", - "lineNumber": 805, + "longname": "src/tablefilter.js~TableFilter#statusBar", + "access": null, + "description": "Enable status bar UI component", + "lineNumber": 727, "type": { "nullable": null, "types": [ - "Number" + "Boolean" ], "spread": false, "description": null @@ -19904,12 +19895,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilter", + "name": "loader", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilter", + "longname": "src/tablefilter.js~TableFilter#loader", "access": null, - "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", - "lineNumber": 812, + "description": "Enable activity/spinner indicator UI component", + "lineNumber": 733, "type": { "nullable": null, "types": [ @@ -19924,32 +19915,12 @@ "kind": "member", "static": false, "variation": null, - "name": "autoFilterDelay", + "name": "displayBtn", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", + "longname": "src/tablefilter.js~TableFilter#displayBtn", "access": null, - "description": "Auto-filter delay in msecs", - "lineNumber": 818, - "type": { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "description": null - } - }, - { - "__docId__": 933, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": "private", - "description": "Indicate whether user is typing", - "lineNumber": 826, + "description": "Enable filters submission button", + "lineNumber": 740, "type": { "nullable": null, "types": [ @@ -19959,17 +19930,37 @@ "description": null } }, + { + "__docId__": 933, + "kind": "member", + "static": false, + "variation": null, + "name": "btnText", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#btnText", + "access": null, + "description": "Define filters submission button text", + "lineNumber": 746, + "type": { + "nullable": null, + "types": [ + "String" + ], + "spread": false, + "description": null + } + }, { "__docId__": 934, "kind": "member", "static": false, "variation": null, - "name": "autoFilterTimer", + "name": "btnCssClass", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": "private", - "description": "Auto-filter interval ID", - "lineNumber": 833, + "longname": "src/tablefilter.js~TableFilter#btnCssClass", + "access": null, + "description": "Css class for filters submission button", + "lineNumber": 752, "type": { "nullable": null, "types": [ @@ -19984,12 +19975,12 @@ "kind": "member", "static": false, "variation": null, - "name": "highlightKeywords", + "name": "btnReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#highlightKeywords", + "longname": "src/tablefilter.js~TableFilter#btnReset", "access": null, - "description": "Enable keyword highlighting behaviour", - "lineNumber": 839, + "description": "Enable clear button", + "lineNumber": 759, "type": { "nullable": null, "types": [ @@ -20004,16 +19995,16 @@ "kind": "member", "static": false, "variation": null, - "name": "noResults", + "name": "onBeforeReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#noResults", + "longname": "src/tablefilter.js~TableFilter#onBeforeReset", "access": null, - "description": "Enable no results message UI component", - "lineNumber": 845, + "description": "Callback fired before filters are cleared", + "lineNumber": 765, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -20024,16 +20015,16 @@ "kind": "member", "static": false, "variation": null, - "name": "state", + "name": "onAfterReset", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#state", + "longname": "src/tablefilter.js~TableFilter#onAfterReset", "access": null, - "description": "Enable state persistence", - "lineNumber": 852, + "description": "Callback fired after filters are cleared", + "lineNumber": 772, "type": { "nullable": null, "types": [ - "Boolean" + "Function" ], "spread": false, "description": null @@ -20044,16 +20035,16 @@ "kind": "member", "static": false, "variation": null, - "name": "locale", + "name": "paging", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#locale", + "longname": "src/tablefilter.js~TableFilter#paging", "access": null, - "description": "Define default locale, default to 'en' as per Sugar Date module:\nhttps://sugarjs.com/docs/#/DateLocales", - "lineNumber": 861, + "description": "Enable paging component", + "lineNumber": 779, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -20064,16 +20055,16 @@ "kind": "member", "static": false, "variation": null, - "name": "thousandsSeparator", + "name": "nbHiddenRows", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", - "access": null, - "description": "Define thousands separator ',' or '.', defaults to ','", - "lineNumber": 867, + "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", + "access": "private", + "description": "Number of hidden rows", + "lineNumber": 786, "type": { "nullable": null, "types": [ - "String" + "Number" ], "spread": false, "description": null @@ -20084,16 +20075,16 @@ "kind": "member", "static": false, "variation": null, - "name": "decimalSeparator", + "name": "autoFilter", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "longname": "src/tablefilter.js~TableFilter#autoFilter", "access": null, - "description": "Define decimal separator ',' or '.', defaults to '.'", - "lineNumber": 873, + "description": "Enable auto-filter behaviour, table is filtered when a user\nstops typing", + "lineNumber": 793, "type": { "nullable": null, "types": [ - "String" + "Boolean" ], "spread": false, "description": null @@ -20104,16 +20095,16 @@ "kind": "member", "static": false, "variation": null, - "name": "colTypes", + "name": "autoFilterDelay", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#colTypes", + "longname": "src/tablefilter.js~TableFilter#autoFilterDelay", "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": 889, + "description": "Auto-filter delay in msecs", + "lineNumber": 799, "type": { "nullable": null, "types": [ - "Array" + "Number" ], "spread": false, "description": null @@ -20124,16 +20115,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxTf", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxTf", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": "private", - "description": "Main prefix", - "lineNumber": 896, + "description": "Indicate whether user is typing", + "lineNumber": 807, "type": { + "nullable": null, "types": [ - "string" - ] + "Boolean" + ], + "spread": false, + "description": null } }, { @@ -20141,16 +20135,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxFlt", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxFlt", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": "private", - "description": "Filter's ID prefix (inputs - selects)", - "lineNumber": 902, + "description": "Auto-filter interval ID", + "lineNumber": 814, "type": { + "nullable": null, "types": [ - "string" - ] + "String" + ], + "spread": false, + "description": null } }, { @@ -20158,16 +20155,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxValButton", + "name": "highlightKeywords", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxValButton", - "access": "private", - "description": "Button's ID prefix", - "lineNumber": 908, + "longname": "src/tablefilter.js~TableFilter#highlightKeywords", + "access": null, + "description": "Enable keyword highlighting behaviour", + "lineNumber": 820, "type": { + "nullable": null, "types": [ - "string" - ] + "Boolean" + ], + "spread": false, + "description": null } }, { @@ -20175,16 +20175,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxInfDiv", + "name": "noResults", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", - "access": "private", - "description": "Toolbar container ID prefix", - "lineNumber": 914, + "longname": "src/tablefilter.js~TableFilter#noResults", + "access": null, + "description": "Enable no results message UI component", + "lineNumber": 826, "type": { + "nullable": null, "types": [ - "string" - ] + "Boolean" + ], + "spread": false, + "description": null } }, { @@ -20192,16 +20195,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxLDiv", + "name": "state", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxLDiv", - "access": "private", - "description": "Toolbar left element ID prefix", - "lineNumber": 920, + "longname": "src/tablefilter.js~TableFilter#state", + "access": null, + "description": "Enable state persistence", + "lineNumber": 833, "type": { + "nullable": null, "types": [ - "string" - ] + "Boolean" + ], + "spread": false, + "description": null } }, { @@ -20209,16 +20215,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxRDiv", + "name": "locale", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxRDiv", - "access": "private", - "description": "Toolbar right element ID prefix", - "lineNumber": 926, + "longname": "src/tablefilter.js~TableFilter#locale", + "access": null, + "description": "Define default locale, default to 'en' as per Sugar Date module:\nhttps://sugarjs.com/docs/#/DateLocales", + "lineNumber": 842, "type": { + "nullable": null, "types": [ - "string" - ] + "String" + ], + "spread": false, + "description": null } }, { @@ -20226,16 +20235,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxMDiv", + "name": "thousandsSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxMDiv", - "access": "private", - "description": "Toolbar middle element ID prefix", - "lineNumber": 932, + "longname": "src/tablefilter.js~TableFilter#thousandsSeparator", + "access": null, + "description": "Define thousands separator ',' or '.', defaults to ','", + "lineNumber": 848, "type": { + "nullable": null, "types": [ - "string" - ] + "String" + ], + "spread": false, + "description": null } }, { @@ -20243,16 +20255,19 @@ "kind": "member", "static": false, "variation": null, - "name": "prfxResponsive", + "name": "decimalSeparator", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#prfxResponsive", - "access": "private", - "description": "Responsive Css class", - "lineNumber": 938, + "longname": "src/tablefilter.js~TableFilter#decimalSeparator", + "access": null, + "description": "Define decimal separator ',' or '.', defaults to '.'", + "lineNumber": 854, "type": { + "nullable": null, "types": [ - "string" - ] + "String" + ], + "spread": false, + "description": null } }, { @@ -20260,12 +20275,12 @@ "kind": "member", "static": false, "variation": null, - "name": "extensions", + "name": "colTypes", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#extensions", - "access": "private", - "description": "List of loaded extensions", - "lineNumber": 946, + "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": 870, "type": { "nullable": null, "types": [ @@ -20280,19 +20295,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasExtensions", + "name": "prfxTf", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasExtensions", + "longname": "src/tablefilter.js~TableFilter#prfxTf", "access": "private", - "description": "Determine whether extensions are loaded", - "lineNumber": 953, + "description": "Main prefix", + "lineNumber": 877, "type": { - "nullable": null, "types": [ - "Boolean" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -20300,19 +20312,16 @@ "kind": "member", "static": false, "variation": null, - "name": "enableDefaultTheme", + "name": "prfxFlt", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#enableDefaultTheme", - "access": null, - "description": "Enable default theme", - "lineNumber": 960, + "longname": "src/tablefilter.js~TableFilter#prfxFlt", + "access": "private", + "description": "Filter's ID prefix (inputs - selects)", + "lineNumber": 883, "type": { - "nullable": null, "types": [ - "Boolean" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -20320,19 +20329,16 @@ "kind": "member", "static": false, "variation": null, - "name": "hasThemes", + "name": "prfxValButton", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#hasThemes", + "longname": "src/tablefilter.js~TableFilter#prfxValButton", "access": "private", - "description": "Determine whether themes are enables", - "lineNumber": 967, + "description": "Button's ID prefix", + "lineNumber": 889, "type": { - "nullable": null, "types": [ - "Boolean" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -20340,19 +20346,16 @@ "kind": "member", "static": false, "variation": null, - "name": "themes", + "name": "prfxInfDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themes", - "access": null, - "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 974, + "longname": "src/tablefilter.js~TableFilter#prfxInfDiv", + "access": "private", + "description": "Toolbar container ID prefix", + "lineNumber": 895, "type": { - "nullable": null, "types": [ - "Array" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -20360,19 +20363,16 @@ "kind": "member", "static": false, "variation": null, - "name": "themesPath", + "name": "prfxLDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#themesPath", - "access": null, - "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", - "lineNumber": 982, + "longname": "src/tablefilter.js~TableFilter#prfxLDiv", + "access": "private", + "description": "Toolbar left element ID prefix", + "lineNumber": 901, "type": { - "nullable": null, "types": [ - "Array" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -20380,19 +20380,16 @@ "kind": "member", "static": false, "variation": null, - "name": "responsive", + "name": "prfxRDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#responsive", - "access": null, - "description": "Enable responsive layout", - "lineNumber": 988, + "longname": "src/tablefilter.js~TableFilter#prfxRDiv", + "access": "private", + "description": "Toolbar right element ID prefix", + "lineNumber": 907, "type": { - "nullable": null, "types": [ - "Boolean" - ], - "spread": false, - "description": null + "string" + ] } }, { @@ -20400,15 +20397,15 @@ "kind": "member", "static": false, "variation": null, - "name": "Mod", + "name": "prfxMDiv", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#Mod", + "longname": "src/tablefilter.js~TableFilter#prfxMDiv", "access": "private", - "description": "Features registry", - "lineNumber": 994, + "description": "Toolbar middle element ID prefix", + "lineNumber": 913, "type": { "types": [ - "*" + "string" ] } }, @@ -20417,12 +20414,169 @@ "kind": "member", "static": false, "variation": null, - "name": "ExtRegistry", + "name": "prfxResponsive", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#ExtRegistry", + "longname": "src/tablefilter.js~TableFilter#prfxResponsive", "access": "private", - "description": "Extensions registry", - "lineNumber": 1000, + "description": "Responsive Css class", + "lineNumber": 919, + "type": { + "types": [ + "string" + ] + } + }, + { + "__docId__": 959, + "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, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 960, + "kind": "member", + "static": false, + "variation": null, + "name": "hasExtensions", + "memberof": "src/tablefilter.js~TableFilter", + "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__": 961, + "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, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 962, + "kind": "member", + "static": false, + "variation": null, + "name": "hasThemes", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#hasThemes", + "access": "private", + "description": "Determine whether themes are enables", + "lineNumber": 948, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 963, + "kind": "member", + "static": false, + "variation": null, + "name": "themes", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#themes", + "access": null, + "description": "List of themes, ie:\nthemes: [{ name: 'skyblue' }]", + "lineNumber": 955, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 964, + "kind": "member", + "static": false, + "variation": null, + "name": "themesPath", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#themesPath", + "access": null, + "description": "Define path to themes assets, defaults to\n'tablefilter/style/themes/'. Usage:\nthemes: [{ name: 'skyblue' }]", + "lineNumber": 963, + "type": { + "nullable": null, + "types": [ + "Array" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 965, + "kind": "member", + "static": false, + "variation": null, + "name": "responsive", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#responsive", + "access": null, + "description": "Enable responsive layout", + "lineNumber": 969, + "type": { + "nullable": null, + "types": [ + "Boolean" + ], + "spread": false, + "description": null + } + }, + { + "__docId__": 966, + "kind": "member", + "static": false, + "variation": null, + "name": "Mod", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#Mod", + "access": "private", + "description": "Features registry", + "lineNumber": 975, "type": { "types": [ "*" @@ -20430,7 +20584,24 @@ } }, { - "__docId__": 959, + "__docId__": 967, + "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": 981, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 968, "kind": "method", "static": false, "variation": null, @@ -20439,12 +20610,12 @@ "longname": "src/tablefilter.js~TableFilter#init", "access": null, "description": "Initialise features and layout", - "lineNumber": 1009, + "lineNumber": 990, "params": [], "generator": false }, { - "__docId__": 960, + "__docId__": 969, "kind": "member", "static": false, "variation": null, @@ -20453,7 +20624,7 @@ "longname": "src/tablefilter.js~TableFilter#nbCells", "access": null, "description": null, - "lineNumber": 1014, + "lineNumber": 995, "undocument": true, "type": { "types": [ @@ -20462,7 +20633,7 @@ } }, { - "__docId__": 961, + "__docId__": 970, "kind": "member", "static": false, "variation": null, @@ -20471,7 +20642,7 @@ "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", "access": null, "description": null, - "lineNumber": 1063, + "lineNumber": 1050, "undocument": true, "type": { "types": [ @@ -20480,7 +20651,7 @@ } }, { - "__docId__": 962, + "__docId__": 971, "kind": "member", "static": false, "variation": null, @@ -20489,7 +20660,7 @@ "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 1179, + "lineNumber": 1160, "unknown": [ { "tagName": "@inherited", @@ -20503,7 +20674,7 @@ } }, { - "__docId__": 963, + "__docId__": 972, "kind": "method", "static": false, "variation": null, @@ -20512,7 +20683,7 @@ "longname": "src/tablefilter.js~TableFilter#detectKey", "access": null, "description": "Detect key", - "lineNumber": 1190, + "lineNumber": 1171, "params": [ { "nullable": null, @@ -20528,7 +20699,7 @@ "generator": false }, { - "__docId__": 964, + "__docId__": 973, "kind": "member", "static": false, "variation": null, @@ -20537,7 +20708,7 @@ "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, "description": null, - "lineNumber": 1201, + "lineNumber": 1182, "undocument": true, "type": { "types": [ @@ -20546,7 +20717,68 @@ } }, { - "__docId__": 965, + "__docId__": 974, + "kind": "member", + "static": false, + "variation": null, + "name": "autoFilterTimer", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", + "access": null, + "description": null, + "lineNumber": 1184, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 975, + "kind": "method", + "static": false, + "variation": null, + "name": "onKeyUp", + "memberof": "src/tablefilter.js~TableFilter", + "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, + "params": [ + { + "nullable": null, + "types": [ + "Event" + ], + "spread": false, + "optional": false, + "name": "evt", + "description": "" + } + ], + "generator": false + }, + { + "__docId__": 976, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 1199, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 977, "kind": "member", "static": false, "variation": null, @@ -20563,254 +20795,35 @@ ] } }, - { - "__docId__": 966, - "kind": "method", - "static": false, - "variation": null, - "name": "onKeyUp", - "memberof": "src/tablefilter.js~TableFilter", - "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": 1213, - "params": [ - { - "nullable": null, - "types": [ - "Event" - ], - "spread": false, - "optional": false, - "name": "evt", - "description": "" - } - ], - "generator": false - }, - { - "__docId__": 967, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1218, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 968, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 1222, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 969, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1225, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 970, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 1232, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 971, - "kind": "member", - "static": false, - "variation": null, - "name": "autoFilterTimer", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", - "access": null, - "description": null, - "lineNumber": 1237, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 972, - "kind": "method", - "static": false, - "variation": null, - "name": "onKeyDown", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onKeyDown", - "access": null, - "description": "Filter's keydown event: if auto-filter on, detect user is typing", - "lineNumber": 1244, - "params": [], - "generator": false - }, - { - "__docId__": 973, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1246, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 974, - "kind": "method", - "static": false, - "variation": null, - "name": "onInpFocus", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onInpFocus", - "access": null, - "description": "Filter's focus event", - "lineNumber": 1254, - "params": [ - { - "nullable": null, - "types": [ - "Event" - ], - "spread": false, - "optional": false, - "name": "evt", - "description": "" - } - ], - "generator": false - }, - { - "__docId__": 975, - "kind": "method", - "static": false, - "variation": null, - "name": "onInpBlur", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#onInpBlur", - "access": null, - "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", - "lineNumber": 1262, - "params": [], - "generator": false - }, - { - "__docId__": 976, - "kind": "member", - "static": false, - "variation": null, - "name": "isUserTyping", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#isUserTyping", - "access": null, - "description": null, - "lineNumber": 1264, - "undocument": true, - "type": { - "types": [ - "boolean" - ] - } - }, - { - "__docId__": 977, - "kind": "method", - "static": false, - "variation": null, - "name": "_insertFiltersRow", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", - "access": null, - "description": "Insert filters row at initialization", - "lineNumber": 1273, - "params": [], - "return": { - "types": [ - "*" - ] - }, - "generator": false - }, { "__docId__": 978, - "kind": "method", + "kind": "member", "static": false, "variation": null, - "name": "_initNoFilters", + "name": "isUserTyping", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#_initNoFilters", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", "access": null, - "description": "Initialize filtersless table", - "lineNumber": 1302, - "params": [], - "generator": false + "description": null, + "lineNumber": 1206, + "undocument": true, + "type": { + "types": [ + "*" + ] + } }, { "__docId__": 979, "kind": "member", "static": false, "variation": null, - "name": "refRow", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#refRow", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1306, + "lineNumber": 1213, "undocument": true, "type": { "types": [ @@ -20823,12 +20836,12 @@ "kind": "member", "static": false, "variation": null, - "name": "nbFilterableRows", + "name": "autoFilterTimer", "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#nbFilterableRows", + "longname": "src/tablefilter.js~TableFilter#autoFilterTimer", "access": null, "description": null, - "lineNumber": 1307, + "lineNumber": 1218, "undocument": true, "type": { "types": [ @@ -20841,12 +20854,170 @@ "kind": "method", "static": false, "variation": null, + "name": "onKeyDown", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onKeyDown", + "access": null, + "description": "Filter's keydown event: if auto-filter on, detect user is typing", + "lineNumber": 1225, + "params": [], + "generator": false + }, + { + "__docId__": 982, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 1227, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 983, + "kind": "method", + "static": false, + "variation": null, + "name": "onInpFocus", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onInpFocus", + "access": null, + "description": "Filter's focus event", + "lineNumber": 1235, + "params": [ + { + "nullable": null, + "types": [ + "Event" + ], + "spread": false, + "optional": false, + "name": "evt", + "description": "" + } + ], + "generator": false + }, + { + "__docId__": 984, + "kind": "method", + "static": false, + "variation": null, + "name": "onInpBlur", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#onInpBlur", + "access": null, + "description": "Filter's blur event: if auto-filter on, clear interval on filter blur", + "lineNumber": 1243, + "params": [], + "generator": false + }, + { + "__docId__": 985, + "kind": "member", + "static": false, + "variation": null, + "name": "isUserTyping", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#isUserTyping", + "access": null, + "description": null, + "lineNumber": 1245, + "undocument": true, + "type": { + "types": [ + "boolean" + ] + } + }, + { + "__docId__": 986, + "kind": "method", + "static": false, + "variation": null, + "name": "_insertFiltersRow", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#_insertFiltersRow", + "access": null, + "description": "Insert filters row at initialization", + "lineNumber": 1254, + "params": [], + "return": { + "types": [ + "*" + ] + }, + "generator": false + }, + { + "__docId__": 987, + "kind": "method", + "static": false, + "variation": null, + "name": "_initNoFilters", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#_initNoFilters", + "access": null, + "description": "Initialize filtersless table", + "lineNumber": 1283, + "params": [], + "generator": false + }, + { + "__docId__": 988, + "kind": "member", + "static": false, + "variation": null, + "name": "refRow", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#refRow", + "access": null, + "description": null, + "lineNumber": 1287, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 989, + "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, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 990, + "kind": "method", + "static": false, + "variation": null, "name": "_buildInputFilter", "memberof": "src/tablefilter.js~TableFilter", "longname": "src/tablefilter.js~TableFilter#_buildInputFilter", "access": null, "description": "Build input filter type", - "lineNumber": 1316, + "lineNumber": 1297, "params": [ { "nullable": null, @@ -20882,7 +21053,7 @@ "generator": false }, { - "__docId__": 982, + "__docId__": 991, "kind": "method", "static": false, "variation": null, @@ -20891,7 +21062,7 @@ "longname": "src/tablefilter.js~TableFilter#_buildSubmitButton", "access": null, "description": "Build submit button", - "lineNumber": 1354, + "lineNumber": 1335, "params": [ { "nullable": null, @@ -20917,7 +21088,7 @@ "generator": false }, { - "__docId__": 983, + "__docId__": 992, "kind": "method", "static": false, "variation": null, @@ -20926,7 +21097,7 @@ "longname": "src/tablefilter.js~TableFilter#feature", "access": null, "description": "Return a feature instance for a given name", - "lineNumber": 1378, + "lineNumber": 1359, "params": [ { "nullable": null, @@ -20950,7 +21121,7 @@ "generator": false }, { - "__docId__": 984, + "__docId__": 993, "kind": "method", "static": false, "variation": null, @@ -20959,12 +21130,12 @@ "longname": "src/tablefilter.js~TableFilter#initExtensions", "access": null, "description": "Initialise all the extensions defined in the configuration object", - "lineNumber": 1385, + "lineNumber": 1366, "params": [], "generator": false }, { - "__docId__": 985, + "__docId__": 994, "kind": "method", "static": false, "variation": null, @@ -20973,7 +21144,7 @@ "longname": "src/tablefilter.js~TableFilter#loadExtension", "access": null, "description": "Load an extension module", - "lineNumber": 1408, + "lineNumber": 1389, "params": [ { "nullable": null, @@ -20989,7 +21160,7 @@ "generator": false }, { - "__docId__": 986, + "__docId__": 995, "kind": "method", "static": false, "variation": null, @@ -20998,7 +21169,7 @@ "longname": "src/tablefilter.js~TableFilter#extension", "access": null, "description": "Get an extension instance", - "lineNumber": 1439, + "lineNumber": 1420, "params": [ { "nullable": null, @@ -21022,7 +21193,7 @@ "generator": false }, { - "__docId__": 987, + "__docId__": 996, "kind": "method", "static": false, "variation": null, @@ -21031,7 +21202,7 @@ "longname": "src/tablefilter.js~TableFilter#hasExtension", "access": null, "description": "Check passed extension name exists", - "lineNumber": 1448, + "lineNumber": 1429, "params": [ { "nullable": null, @@ -21055,7 +21226,7 @@ "generator": false }, { - "__docId__": 988, + "__docId__": 997, "kind": "method", "static": false, "variation": null, @@ -21064,12 +21235,12 @@ "longname": "src/tablefilter.js~TableFilter#destroyExtensions", "access": null, "description": "Destroy all the extensions store in extensions registry", - "lineNumber": 1455, + "lineNumber": 1436, "params": [], "generator": false }, { - "__docId__": 989, + "__docId__": 998, "kind": "method", "static": false, "variation": null, @@ -21078,12 +21249,12 @@ "longname": "src/tablefilter.js~TableFilter#loadThemes", "access": null, "description": "Load themes defined in the configuration object", - "lineNumber": 1467, + "lineNumber": 1448, "params": [], "generator": false }, { - "__docId__": 990, + "__docId__": 999, "kind": "member", "static": false, "variation": null, @@ -21092,7 +21263,7 @@ "longname": "src/tablefilter.js~TableFilter#loader", "access": null, "description": null, - "lineNumber": 1500, + "lineNumber": 1481, "undocument": true, "type": { "types": [ @@ -21101,7 +21272,7 @@ } }, { - "__docId__": 991, + "__docId__": 1000, "kind": "method", "static": false, "variation": null, @@ -21110,7 +21281,7 @@ "longname": "src/tablefilter.js~TableFilter#getStylesheet", "access": null, "description": "Return stylesheet DOM element for a given theme name", - "lineNumber": 1509, + "lineNumber": 1490, "params": [ { "name": "name", @@ -21133,7 +21304,7 @@ "generator": false }, { - "__docId__": 992, + "__docId__": 1001, "kind": "method", "static": false, "variation": null, @@ -21142,12 +21313,12 @@ "longname": "src/tablefilter.js~TableFilter#destroy", "access": null, "description": "Destroy filter grid", - "lineNumber": 1516, + "lineNumber": 1497, "params": [], "generator": false }, { - "__docId__": 993, + "__docId__": 1002, "kind": "member", "static": false, "variation": null, @@ -21156,7 +21327,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1561, + "lineNumber": 1536, "undocument": true, "type": { "types": [ @@ -21165,7 +21336,7 @@ } }, { - "__docId__": 994, + "__docId__": 1003, "kind": "member", "static": false, "variation": null, @@ -21174,7 +21345,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1562, + "lineNumber": 1537, "undocument": true, "type": { "types": [ @@ -21183,7 +21354,7 @@ } }, { - "__docId__": 995, + "__docId__": 1004, "kind": "member", "static": false, "variation": null, @@ -21192,7 +21363,7 @@ "longname": "src/tablefilter.js~TableFilter#fltIds", "access": null, "description": null, - "lineNumber": 1563, + "lineNumber": 1538, "undocument": true, "type": { "types": [ @@ -21201,7 +21372,7 @@ } }, { - "__docId__": 996, + "__docId__": 1005, "kind": "member", "static": false, "variation": null, @@ -21210,7 +21381,7 @@ "longname": "src/tablefilter.js~TableFilter#initialized", "access": null, "description": null, - "lineNumber": 1564, + "lineNumber": 1539, "undocument": true, "type": { "types": [ @@ -21219,7 +21390,7 @@ } }, { - "__docId__": 997, + "__docId__": 1006, "kind": "method", "static": false, "variation": null, @@ -21228,12 +21399,12 @@ "longname": "src/tablefilter.js~TableFilter#setToolbar", "access": null, "description": "Generate container element for paging, reset button, rows counter etc.", - "lineNumber": 1570, + "lineNumber": 1545, "params": [], "generator": false }, { - "__docId__": 998, + "__docId__": 1007, "kind": "member", "static": false, "variation": null, @@ -21242,7 +21413,7 @@ "longname": "src/tablefilter.js~TableFilter#infDiv", "access": null, "description": null, - "lineNumber": 1595, + "lineNumber": 1570, "undocument": true, "type": { "types": [ @@ -21251,7 +21422,7 @@ } }, { - "__docId__": 999, + "__docId__": 1008, "kind": "member", "static": false, "variation": null, @@ -21260,7 +21431,7 @@ "longname": "src/tablefilter.js~TableFilter#lDiv", "access": null, "description": null, - "lineNumber": 1601, + "lineNumber": 1576, "undocument": true, "type": { "types": [ @@ -21269,7 +21440,7 @@ } }, { - "__docId__": 1000, + "__docId__": 1009, "kind": "member", "static": false, "variation": null, @@ -21278,6 +21449,56 @@ "longname": "src/tablefilter.js~TableFilter#rDiv", "access": null, "description": null, + "lineNumber": 1583, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 1010, + "kind": "member", + "static": false, + "variation": null, + "name": "mDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#mDiv", + "access": null, + "description": null, + "lineNumber": 1589, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 1011, + "kind": "method", + "static": false, + "variation": null, + "name": "removeToolbar", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#removeToolbar", + "access": null, + "description": "Remove toolbar container element", + "lineNumber": 1603, + "params": [], + "generator": false + }, + { + "__docId__": 1012, + "kind": "member", + "static": false, + "variation": null, + "name": "infDiv", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#infDiv", + "access": null, + "description": null, "lineNumber": 1608, "undocument": true, "type": { @@ -21287,57 +21508,7 @@ } }, { - "__docId__": 1001, - "kind": "member", - "static": false, - "variation": null, - "name": "mDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#mDiv", - "access": null, - "description": null, - "lineNumber": 1614, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 1002, - "kind": "method", - "static": false, - "variation": null, - "name": "removeToolbar", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#removeToolbar", - "access": null, - "description": "Remove toolbar container element", - "lineNumber": 1628, - "params": [], - "generator": false - }, - { - "__docId__": 1003, - "kind": "member", - "static": false, - "variation": null, - "name": "infDiv", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#infDiv", - "access": null, - "description": null, - "lineNumber": 1633, - "undocument": true, - "type": { - "types": [ - "*" - ] - } - }, - { - "__docId__": 1004, + "__docId__": 1013, "kind": "method", "static": false, "variation": null, @@ -21346,12 +21517,12 @@ "longname": "src/tablefilter.js~TableFilter#removeExternalFlts", "access": null, "description": "Remove all the external column filters", - "lineNumber": 1645, + "lineNumber": 1620, "params": [], "generator": false }, { - "__docId__": 1005, + "__docId__": 1014, "kind": "method", "static": false, "variation": null, @@ -21360,7 +21531,7 @@ "longname": "src/tablefilter.js~TableFilter#isCustomOptions", "access": null, "description": "Check if given column implements a filter with custom options", - "lineNumber": 1665, + "lineNumber": 1640, "params": [ { "nullable": null, @@ -21384,7 +21555,7 @@ "generator": false }, { - "__docId__": 1006, + "__docId__": 1015, "kind": "method", "static": false, "variation": null, @@ -21393,7 +21564,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": 1676, + "lineNumber": 1651, "params": [ { "nullable": null, @@ -21417,7 +21588,7 @@ "generator": false }, { - "__docId__": 1007, + "__docId__": 1016, "kind": "method", "static": false, "variation": null, @@ -21426,12 +21597,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": 1709, + "lineNumber": 1684, "params": [], "generator": false }, { - "__docId__": 1008, + "__docId__": 1017, "kind": "member", "static": false, "variation": null, @@ -21440,7 +21611,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 1721, + "lineNumber": 1696, "undocument": true, "type": { "types": [ @@ -21449,7 +21620,7 @@ } }, { - "__docId__": 1009, + "__docId__": 1018, "kind": "member", "static": false, "variation": null, @@ -21458,7 +21629,7 @@ "longname": "src/tablefilter.js~TableFilter#nbHiddenRows", "access": null, "description": null, - "lineNumber": 1825, + "lineNumber": 1800, "undocument": true, "type": { "types": [ @@ -21467,7 +21638,7 @@ } }, { - "__docId__": 1010, + "__docId__": 1019, "kind": "method", "static": false, "variation": null, @@ -21476,13 +21647,7 @@ "longname": "src/tablefilter.js~TableFilter#_testTerm", "access": null, "description": "Test for a match of search term in cell data", - "lineNumber": 1840, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Boolean}" - } - ], + "lineNumber": 1815, "params": [ { "nullable": null, @@ -21526,7 +21691,7 @@ "generator": false }, { - "__docId__": 1011, + "__docId__": 1020, "kind": "method", "static": false, "variation": null, @@ -21535,13 +21700,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnData", "access": null, "description": "Return the data of a specified column", - "lineNumber": 2080, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "Flat list of data for a column" - } - ], + "lineNumber": 2055, "params": [ { "nullable": null, @@ -21589,7 +21748,7 @@ "generator": false }, { - "__docId__": 1012, + "__docId__": 1021, "kind": "method", "static": false, "variation": null, @@ -21598,13 +21757,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnValues", "access": null, "description": "Return the values of a specified column", - "lineNumber": 2091, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "Flat list of values for a column" - } - ], + "lineNumber": 2066, "params": [ { "nullable": null, @@ -21652,7 +21805,7 @@ "generator": false }, { - "__docId__": 1013, + "__docId__": 1022, "kind": "method", "static": false, "variation": null, @@ -21661,7 +21814,7 @@ "longname": "src/tablefilter.js~TableFilter#getColValues", "access": "private", "description": "Return the data of a specified column", - "lineNumber": 2104, + "lineNumber": 2079, "params": [ { "nullable": null, @@ -21721,7 +21874,7 @@ "generator": false }, { - "__docId__": 1014, + "__docId__": 1023, "kind": "method", "static": false, "variation": null, @@ -21730,7 +21883,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterValue", "access": null, "description": "Return the filter's value of a specified column", - "lineNumber": 2149, + "lineNumber": 2124, "params": [ { "nullable": null, @@ -21754,7 +21907,7 @@ "generator": false }, { - "__docId__": 1015, + "__docId__": 1024, "kind": "method", "static": false, "variation": null, @@ -21763,7 +21916,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersValue", "access": null, "description": "Return the filters' values", - "lineNumber": 2185, + "lineNumber": 2160, "params": [], "return": { "nullable": null, @@ -21776,7 +21929,7 @@ "generator": false }, { - "__docId__": 1016, + "__docId__": 1025, "kind": "method", "static": false, "variation": null, @@ -21785,7 +21938,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterId", "access": null, "description": "Return the ID of a specified column's filter", - "lineNumber": 2206, + "lineNumber": 2181, "params": [ { "nullable": null, @@ -21809,7 +21962,7 @@ "generator": false }, { - "__docId__": 1017, + "__docId__": 1026, "kind": "method", "static": false, "variation": null, @@ -21818,7 +21971,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": 2222, + "lineNumber": 2197, "params": [ { "nullable": null, @@ -21852,7 +22005,7 @@ "generator": false }, { - "__docId__": 1018, + "__docId__": 1027, "kind": "method", "static": false, "variation": null, @@ -21861,7 +22014,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterElement", "access": null, "description": "Return the filter's DOM element for a given column", - "lineNumber": 2242, + "lineNumber": 2217, "params": [ { "nullable": null, @@ -21885,7 +22038,7 @@ "generator": false }, { - "__docId__": 1019, + "__docId__": 1028, "kind": "method", "static": false, "variation": null, @@ -21894,7 +22047,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellsNb", "access": null, "description": "Return the number of cells for a given row index", - "lineNumber": 2252, + "lineNumber": 2227, "params": [ { "nullable": null, @@ -21918,7 +22071,7 @@ "generator": false }, { - "__docId__": 1020, + "__docId__": 1029, "kind": "method", "static": false, "variation": null, @@ -21927,7 +22080,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowsNb", "access": null, "description": "Return the number of filterable rows starting from reference row if\ndefined", - "lineNumber": 2263, + "lineNumber": 2238, "params": [ { "nullable": null, @@ -21951,7 +22104,7 @@ "generator": false }, { - "__docId__": 1021, + "__docId__": 1030, "kind": "method", "static": false, "variation": null, @@ -21960,13 +22113,7 @@ "longname": "src/tablefilter.js~TableFilter#getCellValue", "access": null, "description": "Return the text content of a given cell", - "lineNumber": 2278, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{String}" - } - ], + "lineNumber": 2253, "params": [ { "nullable": null, @@ -21990,7 +22137,7 @@ "generator": false }, { - "__docId__": 1022, + "__docId__": 1031, "kind": "method", "static": false, "variation": null, @@ -21999,7 +22146,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": 2294, + "lineNumber": 2269, "params": [ { "nullable": null, @@ -22025,7 +22172,7 @@ "generator": false }, { - "__docId__": 1023, + "__docId__": 1032, "kind": "method", "static": false, "variation": null, @@ -22034,13 +22181,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": 2329, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Array}" - } - ], + "lineNumber": 2304, "params": [ { "nullable": null, @@ -22077,534 +22218,504 @@ }, "generator": false }, - { - "__docId__": 1024, - "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": 2343, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Array}" - } - ], - "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__": 1025, - "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": 2361, - "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__": 1026, - "kind": "method", - "static": false, - "variation": null, - "name": "getFilteredData", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getFilteredData", - "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": 2406, - "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__": 1027, - "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": 2422, - "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__": 1028, - "kind": "method", - "static": false, - "variation": null, - "name": "filteredData", - "memberof": "src/tablefilter.js~TableFilter", - "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": 2440, - "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__": 1029, - "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 data for a given column index", - "lineNumber": 2485, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Array} Flat list of typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" - } - ], - "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 typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" - }, - "generator": false - }, - { - "__docId__": 1030, - "kind": "method", - "static": false, - "variation": null, - "name": "getVisibleColumnData", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#getVisibleColumnData", - "access": null, - "description": "Return the filtered and visible data for a given column index", - "lineNumber": 2499, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Array} Flat list of typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" - } - ], - "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 typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" - }, - "generator": false - }, - { - "__docId__": 1031, - "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": 2513, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Array} Flat list of values ['value0', 'value1', 'value2'...]\n\nTODO: provide an API returning data in JSON format" - } - ], - "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__": 1032, - "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": 2527, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Array} Flat list of values ['value0', 'value1', 'value2'...]\n\nTODO: provide an API returning data in JSON format" - } - ], - "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__": 1033, "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__": 1034, + "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__": 1035, + "kind": "method", + "static": false, + "variation": null, + "name": "getFilteredData", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getFilteredData", + "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, + "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__": 1036, + "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": 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__": 1037, + "kind": "method", + "static": false, + "variation": null, + "name": "filteredData", + "memberof": "src/tablefilter.js~TableFilter", + "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": 2415, + "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__": 1038, + "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 data for a given column index", + "lineNumber": 2460, + "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 typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" + }, + "generator": false + }, + { + "__docId__": 1039, + "kind": "method", + "static": false, + "variation": null, + "name": "getVisibleColumnData", + "memberof": "src/tablefilter.js~TableFilter", + "longname": "src/tablefilter.js~TableFilter#getVisibleColumnData", + "access": null, + "description": "Return the filtered and visible data for a given column index", + "lineNumber": 2474, + "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 typed values [data0, data1, data2...]\n\nTODO: provide an API returning data in JSON format" + }, + "generator": false + }, + { + "__docId__": 1040, + "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__": 1041, + "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": 2502, + "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": "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": 2545, + "lineNumber": 2520, "params": [ { "nullable": null, @@ -22676,7 +22787,7 @@ "generator": false }, { - "__docId__": 1034, + "__docId__": 1043, "kind": "method", "static": false, "variation": null, @@ -22685,7 +22796,7 @@ "longname": "src/tablefilter.js~TableFilter#getRowDisplay", "access": null, "description": "Get the display value of a row", - "lineNumber": 2586, + "lineNumber": 2561, "params": [ { "nullable": null, @@ -22709,7 +22820,7 @@ "generator": false }, { - "__docId__": 1035, + "__docId__": 1044, "kind": "method", "static": false, "variation": null, @@ -22718,7 +22829,7 @@ "longname": "src/tablefilter.js~TableFilter#validateRow", "access": null, "description": "Validate/invalidate row by setting the 'validRow' attribute on the row", - "lineNumber": 2595, + "lineNumber": 2570, "params": [ { "nullable": null, @@ -22744,7 +22855,7 @@ "generator": false }, { - "__docId__": 1036, + "__docId__": 1045, "kind": "method", "static": false, "variation": null, @@ -22753,12 +22864,12 @@ "longname": "src/tablefilter.js~TableFilter#validateAllRows", "access": null, "description": "Validate all filterable rows", - "lineNumber": 2628, + "lineNumber": 2603, "params": [], "generator": false }, { - "__docId__": 1037, + "__docId__": 1046, "kind": "member", "static": false, "variation": null, @@ -22767,7 +22878,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 2632, + "lineNumber": 2607, "undocument": true, "type": { "types": [ @@ -22776,7 +22887,7 @@ } }, { - "__docId__": 1038, + "__docId__": 1047, "kind": "method", "static": false, "variation": null, @@ -22785,7 +22896,7 @@ "longname": "src/tablefilter.js~TableFilter#setFilterValue", "access": null, "description": "Set search value to a given filter", - "lineNumber": 2643, + "lineNumber": 2618, "params": [ { "nullable": null, @@ -22811,7 +22922,7 @@ "generator": false }, { - "__docId__": 1039, + "__docId__": 1048, "kind": "method", "static": false, "variation": null, @@ -22820,7 +22931,7 @@ "longname": "src/tablefilter.js~TableFilter#setColWidths", "access": null, "description": "Set them columns' widths as per configuration", - "lineNumber": 2691, + "lineNumber": 2666, "params": [ { "nullable": null, @@ -22836,7 +22947,7 @@ "generator": false }, { - "__docId__": 1040, + "__docId__": 1049, "kind": "method", "static": false, "variation": null, @@ -22845,12 +22956,12 @@ "longname": "src/tablefilter.js~TableFilter#enforceVisibility", "access": null, "description": "Make defined rows always visible", - "lineNumber": 2720, + "lineNumber": 2695, "params": [], "generator": false }, { - "__docId__": 1041, + "__docId__": 1050, "kind": "method", "static": false, "variation": null, @@ -22859,51 +22970,12 @@ "longname": "src/tablefilter.js~TableFilter#clearFilters", "access": null, "description": "Clear all the filters' values", - "lineNumber": 2737, + "lineNumber": 2712, "params": [], "generator": false }, { - "__docId__": 1042, - "kind": "method", - "static": false, - "variation": null, - "name": "clearActiveColumns", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#clearActiveColumns", - "access": null, - "description": "Clear filtered columns visual indicator (background color)", - "lineNumber": 2758, - "params": [], - "generator": false - }, - { - "__docId__": 1043, - "kind": "method", - "static": false, - "variation": null, - "name": "markActiveColumn", - "memberof": "src/tablefilter.js~TableFilter", - "longname": "src/tablefilter.js~TableFilter#markActiveColumn", - "access": null, - "description": "Mark currently filtered column", - "lineNumber": 2768, - "params": [ - { - "nullable": null, - "types": [ - "Number" - ], - "spread": false, - "optional": false, - "name": "colIndex", - "description": "Column index" - } - ], - "generator": false - }, - { - "__docId__": 1044, + "__docId__": 1051, "kind": "method", "static": false, "variation": null, @@ -22912,13 +22984,7 @@ "longname": "src/tablefilter.js~TableFilter#getActiveFilterId", "access": null, "description": "Return the ID of the current active filter", - "lineNumber": 2784, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{String}" - } - ], + "lineNumber": 2734, "params": [], "return": { "nullable": null, @@ -22931,7 +22997,7 @@ "generator": false }, { - "__docId__": 1045, + "__docId__": 1052, "kind": "method", "static": false, "variation": null, @@ -22940,7 +23006,7 @@ "longname": "src/tablefilter.js~TableFilter#setActiveFilterId", "access": null, "description": "Set the ID of the current active filter", - "lineNumber": 2792, + "lineNumber": 2742, "params": [ { "nullable": null, @@ -22956,7 +23022,7 @@ "generator": false }, { - "__docId__": 1046, + "__docId__": 1053, "kind": "member", "static": false, "variation": null, @@ -22965,7 +23031,7 @@ "longname": "src/tablefilter.js~TableFilter#activeFilterId", "access": null, "description": null, - "lineNumber": 2793, + "lineNumber": 2743, "undocument": true, "type": { "types": [ @@ -22974,7 +23040,7 @@ } }, { - "__docId__": 1047, + "__docId__": 1054, "kind": "method", "static": false, "variation": null, @@ -22983,13 +23049,7 @@ "longname": "src/tablefilter.js~TableFilter#getColumnIndexFromFilterId", "access": null, "description": "Return the column index for a given filter ID", - "lineNumber": 2801, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Number} Column index" - } - ], + "lineNumber": 2751, "params": [ { "nullable": null, @@ -23015,7 +23075,7 @@ "generator": false }, { - "__docId__": 1048, + "__docId__": 1055, "kind": "method", "static": false, "variation": null, @@ -23024,13 +23084,7 @@ "longname": "src/tablefilter.js~TableFilter#buildFilterId", "access": "private", "description": "Build filter element ID for a given column index", - "lineNumber": 2813, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{String} Filter element ID string" - } - ], + "lineNumber": 2763, "params": [ { "nullable": null, @@ -23054,7 +23108,7 @@ "generator": false }, { - "__docId__": 1049, + "__docId__": 1056, "kind": "method", "static": false, "variation": null, @@ -23063,7 +23117,7 @@ "longname": "src/tablefilter.js~TableFilter#activateFilter", "access": null, "description": "Make specified column's filter active", - "lineNumber": 2821, + "lineNumber": 2771, "params": [ { "nullable": null, @@ -23079,7 +23133,7 @@ "generator": false }, { - "__docId__": 1050, + "__docId__": 1057, "kind": "method", "static": false, "variation": null, @@ -23088,12 +23142,12 @@ "longname": "src/tablefilter.js~TableFilter#linkFilters", "access": null, "description": "Refresh the filters subject to linking ('select', 'multiple',\n'checklist' type)", - "lineNumber": 2832, + "lineNumber": 2782, "params": [], "generator": false }, { - "__docId__": 1051, + "__docId__": 1058, "kind": "method", "static": false, "variation": null, @@ -23102,7 +23156,7 @@ "longname": "src/tablefilter.js~TableFilter#isExactMatch", "access": null, "description": "Determine if passed filter column implements exact query match", - "lineNumber": 2883, + "lineNumber": 2833, "params": [ { "nullable": null, @@ -23126,7 +23180,7 @@ "generator": false }, { - "__docId__": 1052, + "__docId__": 1059, "kind": "method", "static": false, "variation": null, @@ -23135,13 +23189,7 @@ "longname": "src/tablefilter.js~TableFilter#isRowValid", "access": null, "description": "Check if passed row is valid", - "lineNumber": 2894, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Boolean}" - } - ], + "lineNumber": 2844, "params": [ { "nullable": null, @@ -23165,7 +23213,7 @@ "generator": false }, { - "__docId__": 1053, + "__docId__": 1060, "kind": "method", "static": false, "variation": null, @@ -23174,13 +23222,7 @@ "longname": "src/tablefilter.js~TableFilter#isRowDisplayed", "access": null, "description": "Check if passed row is visible", - "lineNumber": 2903, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Boolean}" - } - ], + "lineNumber": 2853, "params": [ { "nullable": null, @@ -23204,7 +23246,7 @@ "generator": false }, { - "__docId__": 1054, + "__docId__": 1061, "kind": "method", "static": false, "variation": null, @@ -23213,13 +23255,7 @@ "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": 2914, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Boolean}" - } - ], + "lineNumber": 2864, "params": [ { "nullable": null, @@ -23243,7 +23279,7 @@ "generator": false }, { - "__docId__": 1055, + "__docId__": 1062, "kind": "method", "static": false, "variation": null, @@ -23252,13 +23288,7 @@ "longname": "src/tablefilter.js~TableFilter#getClearFilterText", "access": null, "description": "Return clear all text for specified filter column", - "lineNumber": 2927, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{String}" - } - ], + "lineNumber": 2877, "params": [ { "nullable": null, @@ -23282,7 +23312,7 @@ "generator": false }, { - "__docId__": 1056, + "__docId__": 1063, "kind": "method", "static": false, "variation": null, @@ -23291,7 +23321,7 @@ "longname": "src/tablefilter.js~TableFilter#isImported", "access": null, "description": "Check if passed script or stylesheet is already imported", - "lineNumber": 2941, + "lineNumber": 2891, "params": [ { "nullable": null, @@ -23325,7 +23355,7 @@ "generator": false }, { - "__docId__": 1057, + "__docId__": 1064, "kind": "method", "static": false, "variation": null, @@ -23334,7 +23364,7 @@ "longname": "src/tablefilter.js~TableFilter#import", "access": null, "description": "Import script or stylesheet", - "lineNumber": 2964, + "lineNumber": 2914, "params": [ { "nullable": null, @@ -23380,7 +23410,7 @@ "generator": false }, { - "__docId__": 1058, + "__docId__": 1065, "kind": "method", "static": false, "variation": null, @@ -23389,7 +23419,7 @@ "longname": "src/tablefilter.js~TableFilter#isInitialized", "access": null, "description": "Check if table has filters grid", - "lineNumber": 3006, + "lineNumber": 2956, "params": [], "return": { "nullable": null, @@ -23402,7 +23432,7 @@ "generator": false }, { - "__docId__": 1059, + "__docId__": 1066, "kind": "method", "static": false, "variation": null, @@ -23411,7 +23441,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersId", "access": null, "description": "Get list of filter IDs", - "lineNumber": 3014, + "lineNumber": 2964, "params": [], "return": { "nullable": null, @@ -23424,7 +23454,7 @@ "generator": false }, { - "__docId__": 1060, + "__docId__": 1067, "kind": "method", "static": false, "variation": null, @@ -23433,7 +23463,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRows", "access": null, "description": "Get filtered (valid) rows indexes", - "lineNumber": 3023, + "lineNumber": 2973, "params": [ { "nullable": null, @@ -23457,7 +23487,7 @@ "generator": false }, { - "__docId__": 1061, + "__docId__": 1068, "kind": "member", "static": false, "variation": null, @@ -23466,7 +23496,7 @@ "longname": "src/tablefilter.js~TableFilter#validRowsIndex", "access": null, "description": null, - "lineNumber": 3029, + "lineNumber": 2979, "undocument": true, "type": { "types": [ @@ -23475,7 +23505,7 @@ } }, { - "__docId__": 1062, + "__docId__": 1069, "kind": "method", "static": false, "variation": null, @@ -23484,7 +23514,7 @@ "longname": "src/tablefilter.js~TableFilter#getFiltersRowIndex", "access": null, "description": "Get the index of the row containing the filters", - "lineNumber": 3050, + "lineNumber": 3000, "params": [], "return": { "nullable": null, @@ -23497,7 +23527,7 @@ "generator": false }, { - "__docId__": 1063, + "__docId__": 1070, "kind": "method", "static": false, "variation": null, @@ -23506,7 +23536,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersRowIndex", "access": null, "description": "Get the index of the headers row", - "lineNumber": 3058, + "lineNumber": 3008, "params": [], "return": { "nullable": null, @@ -23519,7 +23549,7 @@ "generator": false }, { - "__docId__": 1064, + "__docId__": 1071, "kind": "method", "static": false, "variation": null, @@ -23528,7 +23558,7 @@ "longname": "src/tablefilter.js~TableFilter#getStartRowIndex", "access": null, "description": "Get the row index from where the filtering process start (1st filterable\nrow)", - "lineNumber": 3067, + "lineNumber": 3017, "params": [], "return": { "nullable": null, @@ -23541,7 +23571,7 @@ "generator": false }, { - "__docId__": 1065, + "__docId__": 1072, "kind": "method", "static": false, "variation": null, @@ -23550,7 +23580,7 @@ "longname": "src/tablefilter.js~TableFilter#getLastRowIndex", "access": null, "description": "Get the index of the last row", - "lineNumber": 3075, + "lineNumber": 3025, "params": [], "return": { "nullable": null, @@ -23563,7 +23593,7 @@ "generator": false }, { - "__docId__": 1066, + "__docId__": 1073, "kind": "method", "static": false, "variation": null, @@ -23572,13 +23602,7 @@ "longname": "src/tablefilter.js~TableFilter#hasType", "access": null, "description": "Determine whether the specified column has one of the passed types", - "lineNumber": 3086, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Boolean}" - } - ], + "lineNumber": 3036, "params": [ { "nullable": null, @@ -23614,7 +23638,7 @@ "generator": false }, { - "__docId__": 1067, + "__docId__": 1074, "kind": "method", "static": false, "variation": null, @@ -23623,7 +23647,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeaderElement", "access": null, "description": "Get the header DOM element for a given column index", - "lineNumber": 3102, + "lineNumber": 3052, "params": [ { "nullable": null, @@ -23647,7 +23671,7 @@ "generator": false }, { - "__docId__": 1068, + "__docId__": 1075, "kind": "method", "static": false, "variation": null, @@ -23656,7 +23680,7 @@ "longname": "src/tablefilter.js~TableFilter#getHeadersText", "access": null, "description": "Return the list of headers' text", - "lineNumber": 3127, + "lineNumber": 3071, "params": [ { "nullable": null, @@ -23680,7 +23704,7 @@ "generator": false }, { - "__docId__": 1069, + "__docId__": 1076, "kind": "method", "static": false, "variation": null, @@ -23689,7 +23713,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterType", "access": null, "description": "Return the filter type for a specified column", - "lineNumber": 3147, + "lineNumber": 3091, "params": [ { "nullable": null, @@ -23713,7 +23737,7 @@ "generator": false }, { - "__docId__": 1070, + "__docId__": 1077, "kind": "method", "static": false, "variation": null, @@ -23722,7 +23746,7 @@ "longname": "src/tablefilter.js~TableFilter#getFilterableRowsNb", "access": null, "description": "Get the total number of filterable rows", - "lineNumber": 3156, + "lineNumber": 3100, "params": [], "return": { "nullable": null, @@ -23735,7 +23759,7 @@ "generator": false }, { - "__docId__": 1071, + "__docId__": 1078, "kind": "method", "static": false, "variation": null, @@ -23744,13 +23768,7 @@ "longname": "src/tablefilter.js~TableFilter#getValidRowsNb", "access": null, "description": "Return the total number of valid rows", - "lineNumber": 3165, - "unknown": [ - { - "tagName": "@returns", - "tagValue": "{Number}" - } - ], + "lineNumber": 3109, "params": [ { "nullable": null, @@ -23776,7 +23794,7 @@ "generator": false }, { - "__docId__": 1072, + "__docId__": 1079, "kind": "method", "static": false, "variation": null, @@ -23785,7 +23803,7 @@ "longname": "src/tablefilter.js~TableFilter#dom", "access": null, "description": "Return the working DOM element", - "lineNumber": 3173, + "lineNumber": 3117, "params": [], "return": { "nullable": null, @@ -23798,7 +23816,7 @@ "generator": false }, { - "__docId__": 1073, + "__docId__": 1080, "kind": "method", "static": false, "variation": null, @@ -23807,7 +23825,7 @@ "longname": "src/tablefilter.js~TableFilter#config", "access": null, "description": "Get the configuration object (literal object)", - "lineNumber": 3181, + "lineNumber": 3125, "params": [], "return": { "nullable": null, @@ -23820,7 +23838,7 @@ "generator": false }, { - "__docId__": 1074, + "__docId__": 1081, "kind": "file", "static": true, "variation": null, @@ -23833,7 +23851,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__": 1075, + "__docId__": 1082, "kind": "variable", "static": true, "variation": null, @@ -23853,7 +23871,7 @@ } }, { - "__docId__": 1076, + "__docId__": 1083, "kind": "function", "static": true, "variation": null, @@ -23878,7 +23896,7 @@ "generator": false }, { - "__docId__": 1077, + "__docId__": 1084, "kind": "variable", "static": true, "variation": null, @@ -23918,7 +23936,7 @@ } }, { - "__docId__": 1078, + "__docId__": 1085, "kind": "variable", "static": true, "variation": null, @@ -23958,7 +23976,7 @@ } }, { - "__docId__": 1079, + "__docId__": 1086, "kind": "variable", "static": true, "variation": null, @@ -23998,7 +24016,7 @@ } }, { - "__docId__": 1080, + "__docId__": 1087, "kind": "variable", "static": true, "variation": null, @@ -24044,7 +24062,7 @@ } }, { - "__docId__": 1081, + "__docId__": 1088, "kind": "variable", "static": true, "variation": null, @@ -24090,7 +24108,7 @@ } }, { - "__docId__": 1082, + "__docId__": 1089, "kind": "variable", "static": true, "variation": null, @@ -24130,7 +24148,7 @@ } }, { - "__docId__": 1083, + "__docId__": 1090, "kind": "variable", "static": true, "variation": null, @@ -24170,7 +24188,7 @@ } }, { - "__docId__": 1084, + "__docId__": 1091, "kind": "variable", "static": true, "variation": null, @@ -24210,7 +24228,7 @@ } }, { - "__docId__": 1086, + "__docId__": 1093, "kind": "external", "static": true, "variation": null, @@ -24223,7 +24241,7 @@ "builtinExternal": true }, { - "__docId__": 1087, + "__docId__": 1094, "kind": "external", "static": true, "variation": null, @@ -24236,7 +24254,7 @@ "builtinExternal": true }, { - "__docId__": 1088, + "__docId__": 1095, "kind": "external", "static": true, "variation": null, @@ -24249,7 +24267,7 @@ "builtinExternal": true }, { - "__docId__": 1089, + "__docId__": 1096, "kind": "external", "static": true, "variation": null, @@ -24262,7 +24280,7 @@ "builtinExternal": true }, { - "__docId__": 1090, + "__docId__": 1097, "kind": "external", "static": true, "variation": null, @@ -24275,7 +24293,7 @@ "builtinExternal": true }, { - "__docId__": 1091, + "__docId__": 1098, "kind": "external", "static": true, "variation": null, @@ -24288,7 +24306,7 @@ "builtinExternal": true }, { - "__docId__": 1092, + "__docId__": 1099, "kind": "external", "static": true, "variation": null, @@ -24301,7 +24319,7 @@ "builtinExternal": true }, { - "__docId__": 1093, + "__docId__": 1100, "kind": "external", "static": true, "variation": null, @@ -24314,7 +24332,7 @@ "builtinExternal": true }, { - "__docId__": 1094, + "__docId__": 1101, "kind": "external", "static": true, "variation": null, @@ -24327,7 +24345,7 @@ "builtinExternal": true }, { - "__docId__": 1095, + "__docId__": 1102, "kind": "external", "static": true, "variation": null, @@ -24340,7 +24358,7 @@ "builtinExternal": true }, { - "__docId__": 1096, + "__docId__": 1103, "kind": "external", "static": true, "variation": null, @@ -24353,7 +24371,7 @@ "builtinExternal": true }, { - "__docId__": 1097, + "__docId__": 1104, "kind": "external", "static": true, "variation": null, @@ -24366,7 +24384,7 @@ "builtinExternal": true }, { - "__docId__": 1098, + "__docId__": 1105, "kind": "external", "static": true, "variation": null, @@ -24379,7 +24397,7 @@ "builtinExternal": true }, { - "__docId__": 1099, + "__docId__": 1106, "kind": "external", "static": true, "variation": null, @@ -24392,7 +24410,7 @@ "builtinExternal": true }, { - "__docId__": 1100, + "__docId__": 1107, "kind": "external", "static": true, "variation": null, @@ -24405,7 +24423,7 @@ "builtinExternal": true }, { - "__docId__": 1101, + "__docId__": 1108, "kind": "external", "static": true, "variation": null, @@ -24418,7 +24436,7 @@ "builtinExternal": true }, { - "__docId__": 1102, + "__docId__": 1109, "kind": "external", "static": true, "variation": null, @@ -24431,7 +24449,7 @@ "builtinExternal": true }, { - "__docId__": 1103, + "__docId__": 1110, "kind": "external", "static": true, "variation": null, @@ -24444,7 +24462,7 @@ "builtinExternal": true }, { - "__docId__": 1104, + "__docId__": 1111, "kind": "external", "static": true, "variation": null, @@ -24457,7 +24475,7 @@ "builtinExternal": true }, { - "__docId__": 1105, + "__docId__": 1112, "kind": "external", "static": true, "variation": null, @@ -24470,7 +24488,7 @@ "builtinExternal": true }, { - "__docId__": 1106, + "__docId__": 1113, "kind": "external", "static": true, "variation": null, @@ -24483,7 +24501,7 @@ "builtinExternal": true }, { - "__docId__": 1107, + "__docId__": 1114, "kind": "external", "static": true, "variation": null, @@ -24496,7 +24514,7 @@ "builtinExternal": true }, { - "__docId__": 1108, + "__docId__": 1115, "kind": "external", "static": true, "variation": null, @@ -24509,7 +24527,7 @@ "builtinExternal": true }, { - "__docId__": 1109, + "__docId__": 1116, "kind": "external", "static": true, "variation": null, @@ -24522,7 +24540,7 @@ "builtinExternal": true }, { - "__docId__": 1110, + "__docId__": 1117, "kind": "external", "static": true, "variation": null, @@ -24535,7 +24553,7 @@ "builtinExternal": true }, { - "__docId__": 1111, + "__docId__": 1118, "kind": "external", "static": true, "variation": null, @@ -24548,7 +24566,7 @@ "builtinExternal": true }, { - "__docId__": 1112, + "__docId__": 1119, "kind": "external", "static": true, "variation": null, @@ -24561,7 +24579,7 @@ "builtinExternal": true }, { - "__docId__": 1113, + "__docId__": 1120, "kind": "external", "static": true, "variation": null, @@ -24574,7 +24592,7 @@ "builtinExternal": true }, { - "__docId__": 1114, + "__docId__": 1121, "kind": "external", "static": true, "variation": null, @@ -24587,7 +24605,7 @@ "builtinExternal": true }, { - "__docId__": 1115, + "__docId__": 1122, "kind": "external", "static": true, "variation": null, @@ -24600,7 +24618,7 @@ "builtinExternal": true }, { - "__docId__": 1116, + "__docId__": 1123, "kind": "external", "static": true, "variation": null, @@ -24613,7 +24631,7 @@ "builtinExternal": true }, { - "__docId__": 1117, + "__docId__": 1124, "kind": "external", "static": true, "variation": null, @@ -24626,7 +24644,7 @@ "builtinExternal": true }, { - "__docId__": 1118, + "__docId__": 1125, "kind": "external", "static": true, "variation": null, @@ -24639,7 +24657,7 @@ "builtinExternal": true }, { - "__docId__": 1119, + "__docId__": 1126, "kind": "external", "static": true, "variation": null, @@ -24652,7 +24670,7 @@ "builtinExternal": true }, { - "__docId__": 1120, + "__docId__": 1127, "kind": "external", "static": true, "variation": null, @@ -24665,7 +24683,7 @@ "builtinExternal": true }, { - "__docId__": 1121, + "__docId__": 1128, "kind": "external", "static": true, "variation": null, @@ -24678,7 +24696,7 @@ "builtinExternal": true }, { - "__docId__": 1122, + "__docId__": 1129, "kind": "external", "static": true, "variation": null, @@ -24691,7 +24709,7 @@ "builtinExternal": true }, { - "__docId__": 1123, + "__docId__": 1130, "kind": "external", "static": true, "variation": null, @@ -24704,7 +24722,7 @@ "builtinExternal": true }, { - "__docId__": 1124, + "__docId__": 1131, "kind": "external", "static": true, "variation": null, @@ -24717,7 +24735,7 @@ "builtinExternal": true }, { - "__docId__": 1125, + "__docId__": 1132, "kind": "external", "static": true, "variation": null, @@ -24730,7 +24748,7 @@ "builtinExternal": true }, { - "__docId__": 1126, + "__docId__": 1133, "kind": "external", "static": true, "variation": null, @@ -24743,7 +24761,7 @@ "builtinExternal": true }, { - "__docId__": 1127, + "__docId__": 1134, "kind": "external", "static": true, "variation": null, @@ -24756,7 +24774,7 @@ "builtinExternal": true }, { - "__docId__": 1128, + "__docId__": 1135, "kind": "external", "static": true, "variation": null, @@ -24769,7 +24787,7 @@ "builtinExternal": true }, { - "__docId__": 1129, + "__docId__": 1136, "kind": "external", "static": true, "variation": null, @@ -24782,7 +24800,7 @@ "builtinExternal": true }, { - "__docId__": 1130, + "__docId__": 1137, "kind": "external", "static": true, "variation": null, @@ -24795,7 +24813,7 @@ "builtinExternal": true }, { - "__docId__": 1131, + "__docId__": 1138, "kind": "external", "static": true, "variation": null, @@ -24808,7 +24826,7 @@ "builtinExternal": true }, { - "__docId__": 1132, + "__docId__": 1139, "kind": "external", "static": true, "variation": null, @@ -24821,7 +24839,7 @@ "builtinExternal": true }, { - "__docId__": 1134, + "__docId__": 1141, "kind": "external", "static": true, "variation": null, @@ -24834,7 +24852,7 @@ "builtinExternal": true }, { - "__docId__": 1135, + "__docId__": 1142, "kind": "external", "static": true, "variation": null, @@ -24847,7 +24865,7 @@ "builtinExternal": true }, { - "__docId__": 1136, + "__docId__": 1143, "kind": "external", "static": true, "variation": null, @@ -24860,7 +24878,7 @@ "builtinExternal": true }, { - "__docId__": 1137, + "__docId__": 1144, "kind": "external", "static": true, "variation": null, @@ -24873,7 +24891,7 @@ "builtinExternal": true }, { - "__docId__": 1138, + "__docId__": 1145, "kind": "external", "static": true, "variation": null, @@ -24886,7 +24904,7 @@ "builtinExternal": true }, { - "__docId__": 1139, + "__docId__": 1146, "kind": "external", "static": true, "variation": null, @@ -24899,7 +24917,7 @@ "builtinExternal": true }, { - "__docId__": 1140, + "__docId__": 1147, "kind": "external", "static": true, "variation": null, @@ -24912,7 +24930,7 @@ "builtinExternal": true }, { - "__docId__": 1141, + "__docId__": 1148, "kind": "external", "static": true, "variation": null, diff --git a/docs/file/src/array.js.html b/docs/file/src/array.js.html index 9fe03a8b..271ba8ce 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.7 API Document + src/array.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/const.js.html b/docs/file/src/const.js.html index 11ee4a6a..4292a143 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.7 API Document + src/const.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html index 16d827d3..c3188cc1 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.7 API Document + src/cookie.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html index 21935ba1..edaf68f4 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.7 API Document + src/dom.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/emitter.js.html b/docs/file/src/emitter.js.html index 46d12eda..9df9923f 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.7 API Document + src/emitter.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html index 65914e30..81e1fb4a 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.7 API Document + src/event.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html index 35990cb2..7496b610 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.7 API Document + src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html index 0d0d9460..90e29bbd 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.7 API Document + src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html index 4da7ab3f..54a48c67 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.7 API Document + src/extensions/colOps/colOps.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html index 652aaa1a..7f2d7f6c 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.7 API Document + src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html index ce0a418d..7cbe457b 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.7 API Document + src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html index dbb4cc6d..0c46d2c2 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.7 API Document + src/extensions/sort/adapterSortabletable.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html index e60320b4..f8320fd3 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.7 API Document + src/extensions/sort/sort.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/feature.js.html b/docs/file/src/feature.js.html index 037358c5..7b1deb9d 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.7 API Document + src/feature.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html index 0777e83c..04db930a 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.7 API Document + src/modules/alternateRows.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html index ebf31f7a..04a79248 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.7 API Document + src/modules/checkList.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html index 09192b34..f83f91ea 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.7 API Document + src/modules/clearButton.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/dateType.js.html b/docs/file/src/modules/dateType.js.html index e28e4eba..08e9e408 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.7 API Document + src/modules/dateType.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html index 438e9d5e..deb24dd6 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.7 API Document + src/modules/dropdown.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html index dc61588a..4151c4da 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.7 API Document + src/modules/gridLayout.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/hash.js.html b/docs/file/src/modules/hash.js.html index 2ba8e4b0..f6935707 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.7 API Document + src/modules/hash.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html index a6e4c7b2..d1e40b25 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.7 API Document + src/modules/help.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html index b3bb7242..10e4f0c0 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.7 API Document + src/modules/highlightKeywords.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html index 58d3fc18..97a4d1a9 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.7 API Document + src/modules/loader.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/markActiveColumns.js.html b/docs/file/src/modules/markActiveColumns.js.html new file mode 100644 index 00000000..8e293f11 --- /dev/null +++ b/docs/file/src/modules/markActiveColumns.js.html @@ -0,0 +1,240 @@ + + + + + + src/modules/markActiveColumns.js | tablefilter v0.5.8 API Document + + + + + + + + + +
    + Home + + Reference + Source + + Repository + +
    + + + +

    src/modules/markActiveColumns.js

    +
    import {Feature} from '../feature';
    +import {addClass, removeClass, hasClass} from '../dom';
    +import {isFn, EMPTY_FN} from '../types';
    +
    +export class MarkActiveColumns extends Feature {
    +
    +    /**
    +     * Create an instance of MarkActiveColumns
    +     * @param {TableFilter} tf TableFilter instance
    +     */
    +    constructor(tf) {
    +        super(tf, 'markActiveColumns');
    +
    +        let config = this.config.mark_active_columns
    +
    +        /**
    +         * Css class for filtered (active) columns
    +         * @type {String}
    +         */
    +        this.headerCssClass = config.header_css_class || 'activeHeader';
    +
    +        /**
    +         * Callback fired before a column is marked as filtered
    +         * @type {Function}
    +         */
    +        this.onBeforeActiveColumn = isFn(config.on_before_active_column) ?
    +            config.on_before_active_column : EMPTY_FN;
    +
    +        /**
    +         * Callback fired after a column is marked as filtered
    +         * @type {Function}
    +         */
    +        this.onAfterActiveColumn = isFn(config.on_after_active_column) ?
    +            config.on_after_active_column : EMPTY_FN;
    +    }
    +
    +    /**
    +     * Initialise MarkActiveColumns instance
    +     */
    +    init() {
    +        if (this.initialized) {
    +            return;
    +        }
    +
    +        this.emitter.on(['before-filtering'], () => this.clearActiveColumns());
    +        this.emitter.on(
    +            ['cell-processed'],
    +            (tf, colIndex) => this.markActiveColumn(colIndex)
    +        );
    +
    +        /** @inherited */
    +        this.initialized = true;
    +    }
    +
    +    /**
    +     * Clear filtered columns visual indicator (background color)
    +     */
    +    clearActiveColumns() {
    +        let tf = this.tf;
    +        let len = tf.getCellsNb();
    +        for (let i = 0; i < len; i++) {
    +            removeClass(tf.getHeaderElement(i), this.headerCssClass);
    +        }
    +    }
    +
    +    /**
    +     * Mark currently filtered column
    +     * @param  {Number} colIndex Column index
    +     */
    +    markActiveColumn(colIndex) {
    +        let header = this.tf.getHeaderElement(colIndex);
    +        if (hasClass(header, this.headerCssClass)) {
    +            return;
    +        }
    +        this.onBeforeActiveColumn(this, colIndex);
    +
    +        addClass(header, this.headerCssClass);
    +
    +        this.onAfterActiveColumn(this, colIndex);
    +    }
    +
    +    /**
    +     * Remove feature
    +     */
    +    destroy() {
    +        if (!this.initialized) {
    +            return;
    +        }
    +
    +        this.clearActiveColumns();
    +        this.emitter.off(['before-filtering'], () => this.clearActiveColumns());
    +        this.emitter.off(
    +            ['cell-processed'],
    +            (tf, colIndex) => this.markActiveColumn(colIndex)
    +        );
    +
    +        /** @inherited */
    +        this.initialized = false;
    +    }
    +}
    +
    + +
    + + + + + + + + + + + + diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html index cd3de400..432f6d00 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.7 API Document + src/modules/noResults.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • @@ -237,9 +238,7 @@ export class NoResults extends Feature { // subscribe to after-filtering event this.emitter.on(['after-filtering'], () => this.toggle()); - /** - * @inherited - */ + /** @inherited */ this.initialized = true; this.hide(); diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html index 6915cc62..2eb0ce9d 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.7 API Document + src/modules/paging.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html index 4e230711..21a5643d 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.7 API Document + src/modules/popupFilter.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html index 52011375..f7bcbe65 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.7 API Document + src/modules/rowsCounter.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/state.js.html b/docs/file/src/modules/state.js.html index 68be0903..a36ba20e 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.7 API Document + src/modules/state.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html index 79ba4df9..ea03c296 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.7 API Document + src/modules/statusBar.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/modules/storage.js.html b/docs/file/src/modules/storage.js.html index 2ecabfe8..274740f2 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.7 API Document + src/modules/storage.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/number.js.html b/docs/file/src/number.js.html index 0ac7cff5..fad41485 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.7 API Document + src/number.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/root.js.html b/docs/file/src/root.js.html index 4fb19a97..adce8775 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.7 API Document + src/root.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html index 52065ea1..1f5b7e9c 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.7 API Document + src/sort.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html index 90a26216..65c0a650 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.7 API Document + src/string.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html index ee2df3aa..5697530c 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.7 API Document + src/tablefilter.js | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • @@ -122,7 +123,7 @@

    src/tablefilter.js

    import {addEvt, cancelEvt, stopEvt, targetEvt, keyCode} from './event';
     import {
    -    addClass, createElm, createOpt, elm, getText, getFirstTextNode, hasClass,
    +    addClass, createElm, createOpt, elm, getText, getFirstTextNode,
         removeClass, removeElm, tag
     } from './dom';
     import {contains, matchCase, rgxEsc, trim} from './string';
    @@ -149,6 +150,7 @@ 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,
    @@ -169,7 +171,7 @@ export class TableFilter {
         /**
          * Creates an instance of TableFilter
          * requires `table` or `id` arguments, `row` and `configuration` optional
    -     * @param {DOMElement} table Table DOM element
    +     * @param {HTMLTableElement} table Table DOM element
          * @param {String} id Table id
          * @param {Number} row index indicating the 1st row
          * @param {Object} configuration object
    @@ -631,28 +633,8 @@ export class TableFilter {
              * Indicate whether filtered (active) columns indicator is enabled
              * @type {Boolean}
              */
    -        this.markActiveColumns = Boolean(f.mark_active_columns);
    -
    -        /**
    -         * Css class for filtered (active) columns
    -         * @type {String}
    -         */
    -        this.activeColumnsCssClass = f.active_columns_css_class ||
    -            'activeHeader';
    -
    -        /**
    -         * Callback fired before a column is marked as filtered
    -         * @type {Function}
    -         */
    -        this.onBeforeActiveColumn = isFn(f.on_before_active_column) ?
    -            f.on_before_active_column : EMPTY_FN;
    -
    -        /**
    -         * Callback fired after a column is marked as filtered
    -         * @type {Function}
    -         */
    -        this.onAfterActiveColumn = isFn(f.on_after_active_column) ?
    -            f.on_after_active_column : EMPTY_FN;
    +        this.markActiveColumns = isObj(f.mark_active_columns) ||
    +            Boolean(f.mark_active_columns);
     
             /*** select filter's customisation and behaviours ***/
             /**
    @@ -1156,6 +1138,12 @@ export class TableFilter {
                 Mod.state.init();
             }
     
    +        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();
    @@ -1287,12 +1275,6 @@ export class TableFilter {
             this.initExtensions();
     
             // Subscribe to events
    -        if (this.markActiveColumns) {
    -            this.emitter.on(['before-filtering'],
    -                () => this.clearActiveColumns());
    -            this.emitter.on(['cell-processed'],
    -                (tf, colIndex) => this.markActiveColumn(colIndex));
    -        }
             if (this.linkedFilters) {
                 this.emitter.on(['after-filtering'], () => this.linkFilters());
             }
    @@ -1648,25 +1630,19 @@ export class TableFilter {
             if (this.infDiv) {
                 this.removeToolbar();
             }
    -        if (this.markActiveColumns) {
    -            this.clearActiveColumns();
    -            emitter.off(['before-filtering'], () => this.clearActiveColumns());
    -            emitter.off(['cell-processed'],
    -                (tf, colIndex) => this.markActiveColumn(colIndex));
    -        }
             if (this.hasExtensions) {
                 this.destroyExtensions();
             }
     
             this.validateAllRows();
     
    +        // broadcast destroy event modules and extensions are subscribed to
    +        emitter.emit('destroy', this);
    +
             if (this.fltGrid && !this.gridLayout) {
                 this.dom().deleteRow(this.filtersRowIndex);
             }
     
    -        // broadcast destroy event modules and extensions are subscribed to
    -        emitter.emit('destroy', this);
    -
             // unsubscribe to events
             if (this.hasVisibleRows) {
                 emitter.off(['after-filtering'], () => this.enforceVisibility());
    @@ -1957,7 +1933,7 @@ export class TableFilter {
          * @param {String} term      Search term
          * @param {String} cellValue  Cell data
          * @param {Number} colIdx    Column index
    -     * @returns {Boolean}
    +     * @return {Boolean}
          */
         _testTerm(term, cellValue, colIdx) {
             let numData;
    @@ -2197,7 +2173,7 @@ export class TableFilter {
          * @param {Number} colIndex Column index
          * @param {Boolean} [includeHeaders=false] Include headers row
          * @param {Arrat} [exclude=[]] List of row indexes to be excluded
    -     * @returns Flat list of data for a column
    +     * @return Flat list of data for a column
          */
         getColumnData(colIndex, includeHeaders = false, exclude = []) {
             return this.getColValues(colIndex, includeHeaders, true, exclude);
    @@ -2208,7 +2184,7 @@ export class TableFilter {
          * @param {Number} colIndex Column index
          * @param {Boolean} [includeHeaders=false] Include headers row
          * @param {Arrat} [exclude=[]] List of row indexes to be excluded
    -     * @returns Flat list of values for a column
    +     * @return Flat list of values for a column
          */
         getColumnValues(colIndex, includeHeaders = false, exclude = []) {
             return this.getColValues(colIndex, includeHeaders, false, exclude);
    @@ -2395,7 +2371,7 @@ export class TableFilter {
         /**
          * Return the text content of a given cell
          * @param {DOMElement} Cell's DOM element
    -     * @returns {String}
    +     * @return {String}
          */
         getCellValue(cell) {
             let idx = cell.cellIndex;
    @@ -2446,7 +2422,7 @@ export class TableFilter {
          * ]
          * @param {Boolean} [includeHeaders=false] Include headers row
          * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns
    -     * @returns {Array}
    +     * @return {Array}
          */
         getData(includeHeaders = false, excludeHiddenCols = false) {
             return this.getTableData(includeHeaders, excludeHiddenCols, true);
    @@ -2460,7 +2436,7 @@ export class TableFilter {
          * ]
          * @param {Boolean} [includeHeaders=false] Include headers row
          * @param {Boolean} [excludeHiddenCols=false] Exclude hidden columns
    -     * @returns {Array}
    +     * @return {Array}
          */
         getValues(includeHeaders = false, excludeHiddenCols = false) {
             return this.getTableData(includeHeaders, excludeHiddenCols, false);
    @@ -2600,7 +2576,7 @@ export class TableFilter {
          * @param {any} colIndex Colmun's index
          * @param {boolean} [includeHeaders=false] Optional Include headers row
          * @param {any} [exclude=[]] Optional List of row indexes to be excluded
    -     * @returns {Array} Flat list of typed values [data0, data1, data2...]
    +     * @return {Array} Flat list of typed values [data0, data1, data2...]
          *
          * TODO: provide an API returning data in JSON format
          */
    @@ -2614,7 +2590,7 @@ export class TableFilter {
          * @param {any} colIndex Colmun's index
          * @param {boolean} [includeHeaders=false] Optional Include headers row
          * @param {any} [exclude=[]] Optional List of row indexes to be excluded
    -     * @returns {Array} Flat list of typed values [data0, data1, data2...]
    +     * @return {Array} Flat list of typed values [data0, data1, data2...]
          *
          * TODO: provide an API returning data in JSON format
          */
    @@ -2628,7 +2604,7 @@ export class TableFilter {
          * @param {any} colIndex Colmun's index
          * @param {boolean} [includeHeaders=false] Optional Include headers row
          * @param {any} [exclude=[]] Optional List of row indexes to be excluded
    -     * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]
    +     * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]
          *
          * TODO: provide an API returning data in JSON format
          */
    @@ -2642,7 +2618,7 @@ export class TableFilter {
          * @param {any} colIndex Colmun's index
          * @param {boolean} [includeHeaders=false] Optional Include headers row
          * @param {any} [exclude=[]] Optional List of row indexes to be excluded
    -     * @returns {Array} Flat list of values ['value0', 'value1', 'value2'...]
    +     * @return {Array} Flat list of values ['value0', 'value1', 'value2'...]
          *
          * TODO: provide an API returning data in JSON format
          */
    @@ -2874,34 +2850,9 @@ export class TableFilter {
             this.emitter.emit('after-clearing-filters', this);
         }
     
    -    /**
    -     * Clear filtered columns visual indicator (background color)
    -     */
    -    clearActiveColumns() {
    -        for (let i = 0, len = this.getCellsNb(this.headersRow); i < len; i++) {
    -            removeClass(this.getHeaderElement(i), this.activeColumnsCssClass);
    -        }
    -    }
    -
    -    /**
    -     * Mark currently filtered column
    -     * @param  {Number} colIndex Column index
    -     */
    -    markActiveColumn(colIndex) {
    -        let header = this.getHeaderElement(colIndex);
    -        if (hasClass(header, this.activeColumnsCssClass)) {
    -            return;
    -        }
    -        this.onBeforeActiveColumn(this, colIndex);
    -
    -        addClass(header, this.activeColumnsCssClass);
    -
    -        this.onAfterActiveColumn(this, colIndex);
    -    }
    -
         /**
          * Return the ID of the current active filter
    -     * @returns {String}
    +     * @return {String}
          */
         getActiveFilterId() {
             return this.activeFilterId;
    @@ -2918,7 +2869,7 @@ export class TableFilter {
         /**
          * Return the column index for a given filter ID
          * @param {string} [filterId=''] Filter ID
    -     * @returns {Number} Column index
    +     * @return {Number} Column index
          */
         getColumnIndexFromFilterId(filterId = '') {
             let idx = filterId.split('_')[0];
    @@ -2929,7 +2880,7 @@ export class TableFilter {
         /**
          * Build filter element ID for a given column index
          * @param {any} colIndex
    -     * @returns {String} Filter element ID string
    +     * @return {String} Filter element ID string
          * @private
          */
         buildFilterId(colIndex) {
    @@ -3011,7 +2962,7 @@ export class TableFilter {
         /**
          * Check if passed row is valid
          * @param {Number} rowIndex Row index
    -     * @returns {Boolean}
    +     * @return {Boolean}
          */
         isRowValid(rowIndex) {
             return this.getValidRows().indexOf(rowIndex) !== -1;
    @@ -3020,7 +2971,7 @@ export class TableFilter {
         /**
          * Check if passed row is visible
          * @param {Number} rowIndex Row index
    -     * @returns {Boolean}
    +     * @return {Boolean}
          */
         isRowDisplayed(rowIndex) {
             let row = this.dom().rows[rowIndex];
    @@ -3031,7 +2982,7 @@ export class TableFilter {
          * Check if specified column filter ignores diacritics.
          * Note this is only applicable to input filter types.
          * @param {Number} colIndex    Column index
    -     * @returns {Boolean}
    +     * @return {Boolean}
          */
         ignoresDiacritics(colIndex) {
             let ignoreDiac = this.ignoreDiacritics;
    @@ -3044,7 +2995,7 @@ export class TableFilter {
         /**
          * Return clear all text for specified filter column
          * @param {Number} colIndex    Column index
    -     * @returns {String}
    +     * @return {String}
          */
         getClearFilterText(colIndex) {
             let clearText = this.clearFilterText;
    @@ -3203,7 +3154,7 @@ export class TableFilter {
          * Determine whether the specified column has one of the passed types
          * @param {Number} colIndex Column index
          * @param {Array} [types=[]] List of column types
    -     * @returns {Boolean}
    +     * @return {Boolean}
          */
         hasType(colIndex, types = []) {
             if (this.colTypes.length === 0) {
    @@ -3224,19 +3175,13 @@ export class TableFilter {
         getHeaderElement(colIndex) {
             let table = this.gridLayout ? this.Mod.gridLayout.headTbl : this.dom();
             let tHead = tag(table, 'thead');
    -        let headersRow = this.headersRow;
    +        let rowIdx = this.getHeadersRowIndex();
             let header;
    -        for (let i = 0; i < this.nbCells; i++) {
    -            if (i !== colIndex) {
    -                continue;
    -            }
    -            if (tHead.length === 0) {
    -                header = table.rows[headersRow].cells[i];
    -            }
    -            if (tHead.length === 1) {
    -                header = tHead[0].rows[headersRow].cells[i];
    -            }
    -            break;
    +        if (tHead.length === 0) {
    +            header = table.rows[rowIdx].cells[colIndex];
    +        }
    +        if (tHead.length === 1) {
    +            header = tHead[0].rows[rowIdx].cells[colIndex];
             }
             return header;
         }
    @@ -3282,7 +3227,7 @@ export class TableFilter {
         /**
          * Return the total number of valid rows
          * @param {Boolean} [reCalc=false] Forces calculation of filtered rows
    -     * @returns {Number}
    +     * @return {Number}
          */
         getValidRowsNb(reCalc = false) {
             return this.getValidRows(reCalc).length;
    diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html
    index 521309d6..dbfeb736 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.7 API Document
    +  src/types.js | tablefilter v0.5.8 API Document
       
       
       
    @@ -106,6 +106,7 @@
     
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/function/index.html b/docs/function/index.html index 6abd0b68..7e362f01 100644 --- a/docs/function/index.html +++ b/docs/function/index.html @@ -3,7 +3,7 @@ - Function | tablefilter v0.5.7 API Document + Function | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/identifiers.html b/docs/identifiers.html index 02384b35..ece86476 100644 --- a/docs/identifiers.html +++ b/docs/identifiers.html @@ -3,7 +3,7 @@ - Index | tablefilter v0.5.7 API Document + Index | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • @@ -574,6 +575,31 @@ grid features (selection and edition): + + + + +
    + + + +
    + + + + + + + + + public + + + diff --git a/docs/index.html b/docs/index.html index 6081821a..59a4b9b8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - tablefilter v0.5.7 API Document + tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • diff --git a/docs/package.json b/docs/package.json index 0f15d95c..47565da7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.5.7", + "version": "0.5.8", "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 fc0d68a0..5d3b5bbb 100644 --- a/docs/script/search_index.js +++ b/docs/script/search_index.js @@ -179,6 +179,12 @@ window.esdocSearchIndex = [ "MULTIPLE tablefilter/src/const.js", "variable" ], + [ + "tablefilter/src/modules/markactivecolumns.js~markactivecolumns", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html", + "MarkActiveColumns tablefilter/src/modules/markActiveColumns.js", + "class" + ], [ "tablefilter/src/const.js~none", "variable/index.html#static-variable-NONE", @@ -2567,6 +2573,66 @@ window.esdocSearchIndex = [ "src/modules/loader.js~Loader#text", "member" ], + [ + "src/modules/markactivecolumns.js", + "file/src/modules/markActiveColumns.js.html", + "src/modules/markActiveColumns.js", + "file" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#clearactivecolumns", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-method-clearActiveColumns", + "src/modules/markActiveColumns.js~MarkActiveColumns#clearActiveColumns", + "method" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#constructor", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-constructor-constructor", + "src/modules/markActiveColumns.js~MarkActiveColumns#constructor", + "method" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#destroy", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-method-destroy", + "src/modules/markActiveColumns.js~MarkActiveColumns#destroy", + "method" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#headercssclass", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-member-headerCssClass", + "src/modules/markActiveColumns.js~MarkActiveColumns#headerCssClass", + "member" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#init", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-method-init", + "src/modules/markActiveColumns.js~MarkActiveColumns#init", + "method" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#initialized", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-member-initialized", + "src/modules/markActiveColumns.js~MarkActiveColumns#initialized", + "member" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#markactivecolumn", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-method-markActiveColumn", + "src/modules/markActiveColumns.js~MarkActiveColumns#markActiveColumn", + "method" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#onafteractivecolumn", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-member-onAfterActiveColumn", + "src/modules/markActiveColumns.js~MarkActiveColumns#onAfterActiveColumn", + "member" + ], + [ + "src/modules/markactivecolumns.js~markactivecolumns#onbeforeactivecolumn", + "class/src/modules/markActiveColumns.js~MarkActiveColumns.html#instance-member-onBeforeActiveColumn", + "src/modules/markActiveColumns.js~MarkActiveColumns#onBeforeActiveColumn", + "member" + ], [ "src/modules/noresults.js", "file/src/modules/noResults.js.html", @@ -3539,12 +3605,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#activateFilter", "method" ], - [ - "src/tablefilter.js~tablefilter#activecolumnscssclass", - "class/src/tablefilter.js~TableFilter.html#instance-member-activeColumnsCssClass", - "src/tablefilter.js~TableFilter#activeColumnsCssClass", - "member" - ], [ "src/tablefilter.js~tablefilter#alternaterows", "class/src/tablefilter.js~TableFilter.html#instance-member-alternateRows", @@ -3605,12 +3665,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#cellParser", "member" ], - [ - "src/tablefilter.js~tablefilter#clearactivecolumns", - "class/src/tablefilter.js~TableFilter.html#instance-method-clearActiveColumns", - "src/tablefilter.js~TableFilter#clearActiveColumns", - "method" - ], [ "src/tablefilter.js~tablefilter#clearfiltertext", "class/src/tablefilter.js~TableFilter.html#instance-member-clearFilterText", @@ -4271,12 +4325,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#mDivCssClass", "member" ], - [ - "src/tablefilter.js~tablefilter#markactivecolumn", - "class/src/tablefilter.js~TableFilter.html#instance-method-markActiveColumn", - "src/tablefilter.js~TableFilter#markActiveColumn", - "method" - ], [ "src/tablefilter.js~tablefilter#markactivecolumns", "class/src/tablefilter.js~TableFilter.html#instance-member-markActiveColumns", @@ -4301,12 +4349,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#nonEmptyText", "member" ], - [ - "src/tablefilter.js~tablefilter#onafteractivecolumn", - "class/src/tablefilter.js~TableFilter.html#instance-member-onAfterActiveColumn", - "src/tablefilter.js~TableFilter#onAfterActiveColumn", - "member" - ], [ "src/tablefilter.js~tablefilter#onafterfilter", "class/src/tablefilter.js~TableFilter.html#instance-member-onAfterFilter", @@ -4319,12 +4361,6 @@ window.esdocSearchIndex = [ "src/tablefilter.js~TableFilter#onAfterReset", "member" ], - [ - "src/tablefilter.js~tablefilter#onbeforeactivecolumn", - "class/src/tablefilter.js~TableFilter.html#instance-member-onBeforeActiveColumn", - "src/tablefilter.js~TableFilter#onBeforeActiveColumn", - "member" - ], [ "src/tablefilter.js~tablefilter#onbeforefilter", "class/src/tablefilter.js~TableFilter.html#instance-member-onBeforeFilter", diff --git a/docs/source.html b/docs/source.html index 37dd230b..d72e14f4 100644 --- a/docs/source.html +++ b/docs/source.html @@ -3,7 +3,7 @@ - Source | tablefilter v0.5.7 API Document + Source | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter
  • @@ -119,7 +120,7 @@
    -

    Source 673/673

    +

    Source 677/678

    @@ -140,7 +141,7 @@ - + @@ -165,7 +166,7 @@ - + @@ -173,7 +174,7 @@ - + @@ -192,7 +193,7 @@ - + @@ -200,7 +201,7 @@ - + @@ -213,7 +214,7 @@ - + @@ -221,7 +222,7 @@ - + @@ -229,7 +230,7 @@ - + @@ -237,7 +238,7 @@ - + @@ -245,7 +246,7 @@ - + @@ -253,7 +254,7 @@ - + @@ -261,7 +262,7 @@ - + @@ -269,7 +270,7 @@ - + @@ -277,7 +278,7 @@ - + @@ -285,7 +286,7 @@ - + @@ -293,7 +294,7 @@ - + @@ -301,7 +302,7 @@ - + @@ -309,7 +310,7 @@ - + @@ -317,7 +318,7 @@ - + @@ -325,7 +326,7 @@ - + @@ -334,7 +335,7 @@ - + @@ -342,7 +343,7 @@ - + @@ -350,7 +351,7 @@ - + @@ -358,15 +359,23 @@ - + + + + + + + + + - - - + + + @@ -374,7 +383,7 @@ - + @@ -382,7 +391,7 @@ - + @@ -390,7 +399,7 @@ - + @@ -398,7 +407,7 @@ - + @@ -406,7 +415,7 @@ - + @@ -415,7 +424,7 @@ - + @@ -423,7 +432,7 @@ - + @@ -431,7 +440,7 @@ - + @@ -441,7 +450,7 @@ - + @@ -453,15 +462,15 @@ - + - - - - + + + + @@ -477,7 +486,7 @@ - +
    100 %1/1 545 byte 222017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/const.js100 %18/18 1536 byte 1182017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/cookie.js- 1412 byte 572017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/dom.js100 %12/12 4767 byte 1912017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/emitter.js100 %6/6 1323 byte 532017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/event.js100 %6/6 2384 byte 1012017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/extensions/advancedGrid/adapterEzEditTable.js100 %13/13 18910 byte 5042017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/extensions/advancedGrid/advancedGrid.js- 90 byte 22017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/extensions/colOps/colOps.js100 %26/26 14406 byte 4822017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/extensions/colsVisibility/colsVisibility.js100 %49/49 20970 byte 7392017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/extensions/filtersVisibility/filtersVisibility.js100 %25/25 7788 byte 3072017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/extensions/sort/adapterSortabletable.js100 %23/23 16454 byte 5322017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/extensions/sort/sort.js- 204 byte 82017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/feature.js100 %14/14 1864 byte 972017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/alternateRows.js100 %9/9 3648 byte 1402017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/checkList.js100 %17/17 18980 byte 5902017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/clearButton.js100 %10/10 3129 byte 1282017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/dateType.js100 %11/11 3997 byte 1472017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/dropdown.js100 %14/14 13710 byte 4422017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/gridLayout.js100 %16/16 14095 byte 4942017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/hash.js100 %10/10 2981 byte 1262017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/help.js100 %17/17 6516 byte 2322017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/highlightKeywords.js100 %10/10 5407 byte 1792017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/loader.js100 %14/14 3989 byte 1712017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/markActiveColumns.jsMarkActiveColumns90 %9/102662 byte1002017-04-01 08:30:58 (UTC)
    src/modules/noResults.js NoResults 100 %17/174833 byte1992017-04-07 07:15:29 (UTC)4813 byte1972017-04-01 08:30:58 (UTC)
    src/modules/paging.js100 %45/45 27489 byte 9002017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/popupFilter.js100 %26/26 12712 byte 4462017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/rowsCounter.js100 %13/13 5643 byte 1972017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/state.js100 %24/24 14771 byte 5412017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/statusBar.js100 %22/22 8485 byte 2992017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/modules/storage.js100 %10/10 3544 byte 1622017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/number.js100 %1/1 998 byte 292017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/root.js100 %1/1 235 byte 62017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/sort.js100 %3/3 930 byte 332017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/string.js100 %5/5 2082 byte 762017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    src/tablefilter.js TableFilter100 %176/17696584 byte31842017-04-07 07:15:29 (UTC)100 %171/17194765 byte31282017-04-01 08:30:58 (UTC)
    src/types.js100 %9/9 1565 byte 732017-04-07 07:15:29 (UTC)2017-04-01 08:30:58 (UTC)
    diff --git a/docs/variable/index.html b/docs/variable/index.html index 46e9de43..95dca1ba 100644 --- a/docs/variable/index.html +++ b/docs/variable/index.html @@ -3,7 +3,7 @@ - Variable | tablefilter v0.5.7 API Document + Variable | tablefilter v0.5.8 API Document @@ -106,6 +106,7 @@
  • CHelp
  • CHighlightKeyword
  • CLoader
  • +
  • CMarkActiveColumns
  • CNoResults
  • CPaging
  • CPopupFilter