From ab8825410be310a83ff49d79afa7013758e6b7eb Mon Sep 17 00:00:00 2001
From: koalyptus
Date: Mon, 21 Dec 2015 06:40:18 +0000
Subject: [PATCH] publish Docs to gh-pages (auto)
branch: master
SHA: 037b91479e4e275c54264d9ea45a6ef504eca05b
range SHA: ca833780c580...037b91479e4e
build id: 98063635
build number: 141
---
docs/ast/source/src/tablefilter.js.json | 38229 ++++++++--------
...pterEzEditTable.js~AdapterEzEditTable.html | 2 +-
.../extensions/colOps/colOps.js~ColOps.html | 2 +-
.../colsVisibility.js~ColsVisibility.html | 2 +-
...iltersVisibility.js~FiltersVisibility.html | 2 +-
...Sortabletable.js~AdapterSortableTable.html | 2 +-
.../alternateRows.js~AlternateRows.html | 2 +-
.../src/modules/checkList.js~CheckList.html | 2 +-
.../modules/clearButton.js~ClearButton.html | 2 +-
.../src/modules/dropdown.js~Dropdown.html | 2 +-
.../class/src/modules/feature.js~Feature.html | 2 +-
.../src/modules/gridLayout.js~GridLayout.html | 2 +-
docs/class/src/modules/help.js~Help.html | 2 +-
...highlightKeywords.js~HighlightKeyword.html | 2 +-
docs/class/src/modules/loader.js~Loader.html | 2 +-
.../src/modules/noResults.js~NoResults.html | 2 +-
docs/class/src/modules/paging.js~Paging.html | 2 +-
.../modules/popupFilter.js~PopupFilter.html | 2 +-
.../modules/rowsCounter.js~RowsCounter.html | 2 +-
.../src/modules/statusBar.js~StatusBar.html | 2 +-
docs/class/src/modules/store.js~Store.html | 2 +-
.../class/src/tablefilter.js~TableFilter.html | 76 +-
docs/dump.json | 96 +-
docs/file/src/array.js.html | 2 +-
docs/file/src/cookie.js.html | 2 +-
docs/file/src/date.js.html | 2 +-
docs/file/src/dom.js.html | 2 +-
docs/file/src/event.js.html | 2 +-
.../advancedGrid/adapterEzEditTable.js.html | 2 +-
.../advancedGrid/advancedGrid.js.html | 2 +-
.../file/src/extensions/colOps/colOps.js.html | 2 +-
.../colsVisibility/colsVisibility.js.html | 2 +-
.../filtersVisibility.js.html | 2 +-
.../sort/adapterSortabletable.js.html | 2 +-
docs/file/src/extensions/sort/sort.js.html | 2 +-
docs/file/src/helpers.js.html | 2 +-
docs/file/src/modules/alternateRows.js.html | 2 +-
docs/file/src/modules/checkList.js.html | 2 +-
docs/file/src/modules/clearButton.js.html | 2 +-
docs/file/src/modules/dropdown.js.html | 2 +-
docs/file/src/modules/feature.js.html | 2 +-
docs/file/src/modules/gridLayout.js.html | 2 +-
docs/file/src/modules/help.js.html | 2 +-
.../src/modules/highlightKeywords.js.html | 2 +-
docs/file/src/modules/loader.js.html | 2 +-
docs/file/src/modules/noResults.js.html | 2 +-
docs/file/src/modules/paging.js.html | 2 +-
docs/file/src/modules/popupFilter.js.html | 2 +-
docs/file/src/modules/rowsCounter.js.html | 2 +-
docs/file/src/modules/statusBar.js.html | 2 +-
docs/file/src/modules/store.js.html | 2 +-
docs/file/src/sort.js.html | 2 +-
docs/file/src/string.js.html | 2 +-
docs/file/src/tablefilter.js.html | 5 +-
docs/file/src/types.js.html | 2 +-
docs/identifiers.html | 2 +-
docs/index.html | 2 +-
docs/source.html | 70 +-
58 files changed, 19454 insertions(+), 19128 deletions(-)
diff --git a/docs/ast/source/src/tablefilter.js.json b/docs/ast/source/src/tablefilter.js.json
index 27e0a23a..0798984e 100644
--- a/docs/ast/source/src/tablefilter.js.json
+++ b/docs/ast/source/src/tablefilter.js.json
@@ -139202,10 +139202,333 @@
}
}
},
- "alternate": null,
+ "alternate": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "AssignmentExpression",
+ "operator": "=",
+ "left": {
+ "type": "Identifier",
+ "name": "occurence",
+ "range": [
+ 60725,
+ 60734
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 20
+ },
+ "end": {
+ "line": 1634,
+ "column": 29
+ }
+ }
+ },
+ "right": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "Identifier",
+ "name": "Str",
+ "range": [
+ 60737,
+ 60740
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 32
+ },
+ "end": {
+ "line": 1634,
+ "column": 35
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "contains",
+ "range": [
+ 60741,
+ 60749
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 36
+ },
+ "end": {
+ "line": 1634,
+ "column": 44
+ }
+ }
+ },
+ "range": [
+ 60737,
+ 60749
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 32
+ },
+ "end": {
+ "line": 1634,
+ "column": 44
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "name": "sA",
+ "range": [
+ 60750,
+ 60752
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 45
+ },
+ "end": {
+ "line": 1634,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": "Identifier",
+ "name": "cellData",
+ "range": [
+ 60754,
+ 60762
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 49
+ },
+ "end": {
+ "line": 1634,
+ "column": 57
+ }
+ }
+ },
+ {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 60764,
+ 60768
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 59
+ },
+ "end": {
+ "line": 1634,
+ "column": 63
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "isExactMatch",
+ "range": [
+ 60769,
+ 60781
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 64
+ },
+ "end": {
+ "line": 1634,
+ "column": 76
+ }
+ }
+ },
+ "range": [
+ 60764,
+ 60781
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 59
+ },
+ "end": {
+ "line": 1634,
+ "column": 76
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "name": "j",
+ "range": [
+ 60782,
+ 60783
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 77
+ },
+ "end": {
+ "line": 1634,
+ "column": 78
+ }
+ }
+ }
+ ],
+ "range": [
+ 60764,
+ 60784
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 59
+ },
+ "end": {
+ "line": 1634,
+ "column": 79
+ }
+ }
+ },
+ {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 60810,
+ 60814
+ ],
+ "loc": {
+ "start": {
+ "line": 1635,
+ "column": 24
+ },
+ "end": {
+ "line": 1635,
+ "column": 28
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "caseSensitive",
+ "range": [
+ 60815,
+ 60828
+ ],
+ "loc": {
+ "start": {
+ "line": 1635,
+ "column": 29
+ },
+ "end": {
+ "line": 1635,
+ "column": 42
+ }
+ }
+ },
+ "range": [
+ 60810,
+ 60828
+ ],
+ "loc": {
+ "start": {
+ "line": 1635,
+ "column": 24
+ },
+ "end": {
+ "line": 1635,
+ "column": 42
+ }
+ }
+ }
+ ],
+ "range": [
+ 60737,
+ 60829
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 32
+ },
+ "end": {
+ "line": 1635,
+ "column": 43
+ }
+ }
+ },
+ "range": [
+ 60725,
+ 60829
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 20
+ },
+ "end": {
+ "line": 1635,
+ "column": 43
+ }
+ }
+ },
+ "range": [
+ 60725,
+ 60830
+ ],
+ "loc": {
+ "start": {
+ "line": 1634,
+ "column": 20
+ },
+ "end": {
+ "line": 1635,
+ "column": 44
+ }
+ }
+ }
+ ],
+ "range": [
+ 60703,
+ 60848
+ ],
+ "loc": {
+ "start": {
+ "line": 1633,
+ "column": 23
+ },
+ "end": {
+ "line": 1636,
+ "column": 17
+ }
+ }
+ },
"range": [
60613,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139213,7 +139536,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139240,7 +139563,7 @@
},
"range": [
60480,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139248,7 +139571,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139275,7 +139598,7 @@
},
"range": [
60270,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139283,14 +139606,14 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
}
},
"range": [
60070,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139298,7 +139621,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139325,7 +139648,7 @@
},
"range": [
59802,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139333,7 +139656,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139360,7 +139683,7 @@
},
"range": [
59583,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139368,7 +139691,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139395,7 +139718,7 @@
},
"range": [
59384,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139403,7 +139726,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139430,7 +139753,7 @@
},
"range": [
59184,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139438,7 +139761,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139465,7 +139788,7 @@
},
"range": [
58978,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139473,7 +139796,7 @@
"column": 21
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139500,7 +139823,7 @@
},
"range": [
58777,
- 60697
+ 60848
],
"loc": {
"start": {
@@ -139508,7 +139831,7 @@
"column": 16
},
"end": {
- "line": 1633,
+ "line": 1636,
"column": 17
}
},
@@ -139536,7 +139859,7 @@
],
"range": [
58676,
- 60711
+ 60862
],
"loc": {
"start": {
@@ -139544,7 +139867,7 @@
"column": 45
},
"end": {
- "line": 1634,
+ "line": 1637,
"column": 13
}
}
@@ -139563,16 +139886,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 60802,
- 60806
+ 60953,
+ 60957
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 19
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 23
}
}
@@ -139581,31 +139904,31 @@
"type": "Identifier",
"name": "hasColNbFormat",
"range": [
- 60807,
- 60821
+ 60958,
+ 60972
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 24
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 38
}
}
},
"range": [
- 60802,
- 60821
+ 60953,
+ 60972
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 19
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 38
}
}
@@ -139619,16 +139942,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 60825,
- 60829
+ 60976,
+ 60980
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 42
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 46
}
}
@@ -139637,31 +139960,31 @@
"type": "Identifier",
"name": "colNbFormat",
"range": [
- 60830,
- 60841
+ 60981,
+ 60992
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 47
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 58
}
}
},
"range": [
- 60825,
- 60841
+ 60976,
+ 60992
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 42
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 58
}
}
@@ -139670,46 +139993,46 @@
"type": "Identifier",
"name": "j",
"range": [
- 60842,
- 60843
+ 60993,
+ 60994
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 59
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 60
}
}
},
"range": [
- 60825,
- 60844
+ 60976,
+ 60995
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 42
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 61
}
}
},
"range": [
- 60802,
- 60844
+ 60953,
+ 60995
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 19
},
"end": {
- "line": 1638,
+ "line": 1641,
"column": 61
}
}
@@ -139726,16 +140049,16 @@
"type": "Identifier",
"name": "numCellData",
"range": [
- 60867,
- 60878
+ 61018,
+ 61029
],
"loc": {
"start": {
- "line": 1639,
+ "line": 1642,
"column": 20
},
"end": {
- "line": 1639,
+ "line": 1642,
"column": 31
}
}
@@ -139746,16 +140069,16 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 60881,
- 60895
+ 61032,
+ 61046
],
"loc": {
"start": {
- "line": 1639,
+ "line": 1642,
"column": 34
},
"end": {
- "line": 1639,
+ "line": 1642,
"column": 48
}
}
@@ -139765,16 +140088,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 60921,
- 60929
+ 61072,
+ 61080
],
"loc": {
"start": {
- "line": 1640,
+ "line": 1643,
"column": 24
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 32
}
}
@@ -139788,16 +140111,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 60931,
- 60935
+ 61082,
+ 61086
],
"loc": {
"start": {
- "line": 1640,
+ "line": 1643,
"column": 34
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 38
}
}
@@ -139806,31 +140129,31 @@
"type": "Identifier",
"name": "colNbFormat",
"range": [
- 60936,
- 60947
+ 61087,
+ 61098
],
"loc": {
"start": {
- "line": 1640,
+ "line": 1643,
"column": 39
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 50
}
}
},
"range": [
- 60931,
- 60947
+ 61082,
+ 61098
],
"loc": {
"start": {
- "line": 1640,
+ "line": 1643,
"column": 34
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 50
}
}
@@ -139839,77 +140162,77 @@
"type": "Identifier",
"name": "j",
"range": [
- 60948,
- 60949
+ 61099,
+ 61100
],
"loc": {
"start": {
- "line": 1640,
+ "line": 1643,
"column": 51
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 52
}
}
},
"range": [
- 60931,
- 60950
+ 61082,
+ 61101
],
"loc": {
"start": {
- "line": 1640,
+ "line": 1643,
"column": 34
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 53
}
}
}
],
"range": [
- 60881,
- 60951
+ 61032,
+ 61102
],
"loc": {
"start": {
- "line": 1639,
+ "line": 1642,
"column": 34
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 54
}
}
},
"range": [
- 60867,
- 60951
+ 61018,
+ 61102
],
"loc": {
"start": {
- "line": 1639,
+ "line": 1642,
"column": 20
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 54
}
}
},
"range": [
- 60867,
- 60952
+ 61018,
+ 61103
],
"loc": {
"start": {
- "line": 1639,
+ "line": 1642,
"column": 20
},
"end": {
- "line": 1640,
+ "line": 1643,
"column": 55
}
}
@@ -139923,16 +140246,16 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 60973,
- 60981
+ 61124,
+ 61132
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 20
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 28
}
}
@@ -139946,16 +140269,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 60984,
- 60988
+ 61135,
+ 61139
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 31
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 35
}
}
@@ -139964,31 +140287,31 @@
"type": "Identifier",
"name": "colNbFormat",
"range": [
- 60989,
- 61000
+ 61140,
+ 61151
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 36
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 47
}
}
},
"range": [
- 60984,
- 61000
+ 61135,
+ 61151
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 31
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 47
}
}
@@ -139997,77 +140320,77 @@
"type": "Identifier",
"name": "j",
"range": [
- 61001,
- 61002
+ 61152,
+ 61153
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 48
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 49
}
}
},
"range": [
- 60984,
- 61003
+ 61135,
+ 61154
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 31
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 50
}
}
},
"range": [
- 60973,
- 61003
+ 61124,
+ 61154
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 20
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 50
}
}
},
"range": [
- 60973,
- 61004
+ 61124,
+ 61155
],
"loc": {
"start": {
- "line": 1641,
+ "line": 1644,
"column": 20
},
"end": {
- "line": 1641,
+ "line": 1644,
"column": 51
}
}
}
],
"range": [
- 60845,
- 61022
+ 60996,
+ 61173
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 62
},
"end": {
- "line": 1642,
+ "line": 1645,
"column": 17
}
}
@@ -140089,16 +140412,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 61053,
- 61057
+ 61204,
+ 61208
],
"loc": {
"start": {
- "line": 1643,
+ "line": 1646,
"column": 23
},
"end": {
- "line": 1643,
+ "line": 1646,
"column": 27
}
}
@@ -140107,31 +140430,31 @@
"type": "Identifier",
"name": "thousandsSeparator",
"range": [
- 61058,
- 61076
+ 61209,
+ 61227
],
"loc": {
"start": {
- "line": 1643,
+ "line": 1646,
"column": 28
},
"end": {
- "line": 1643,
+ "line": 1646,
"column": 46
}
}
},
"range": [
- 61053,
- 61076
+ 61204,
+ 61227
],
"loc": {
"start": {
- "line": 1643,
+ "line": 1646,
"column": 23
},
"end": {
- "line": 1643,
+ "line": 1646,
"column": 46
}
}
@@ -140141,31 +140464,31 @@
"value": ",",
"raw": "','",
"range": [
- 61081,
- 61084
+ 61232,
+ 61235
],
"loc": {
"start": {
- "line": 1643,
+ "line": 1646,
"column": 51
},
"end": {
- "line": 1643,
+ "line": 1646,
"column": 54
}
}
},
"range": [
- 61053,
- 61084
+ 61204,
+ 61235
],
"loc": {
"start": {
- "line": 1643,
+ "line": 1646,
"column": 23
},
"end": {
- "line": 1643,
+ "line": 1646,
"column": 54
}
}
@@ -140179,16 +140502,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 61112,
- 61116
+ 61263,
+ 61267
],
"loc": {
"start": {
- "line": 1644,
+ "line": 1647,
"column": 24
},
"end": {
- "line": 1644,
+ "line": 1647,
"column": 28
}
}
@@ -140197,31 +140520,31 @@
"type": "Identifier",
"name": "decimalSeparator",
"range": [
- 61117,
- 61133
+ 61268,
+ 61284
],
"loc": {
"start": {
- "line": 1644,
+ "line": 1647,
"column": 29
},
"end": {
- "line": 1644,
+ "line": 1647,
"column": 45
}
}
},
"range": [
- 61112,
- 61133
+ 61263,
+ 61284
],
"loc": {
"start": {
- "line": 1644,
+ "line": 1647,
"column": 24
},
"end": {
- "line": 1644,
+ "line": 1647,
"column": 45
}
}
@@ -140231,46 +140554,46 @@
"value": ".",
"raw": "'.'",
"range": [
- 61138,
- 61141
+ 61289,
+ 61292
],
"loc": {
"start": {
- "line": 1644,
+ "line": 1647,
"column": 50
},
"end": {
- "line": 1644,
+ "line": 1647,
"column": 53
}
}
},
"range": [
- 61112,
- 61141
+ 61263,
+ 61292
],
"loc": {
"start": {
- "line": 1644,
+ "line": 1647,
"column": 24
},
"end": {
- "line": 1644,
+ "line": 1647,
"column": 53
}
}
},
"range": [
- 61053,
- 61141
+ 61204,
+ 61292
],
"loc": {
"start": {
- "line": 1643,
+ "line": 1646,
"column": 23
},
"end": {
- "line": 1644,
+ "line": 1647,
"column": 53
}
}
@@ -140287,16 +140610,16 @@
"type": "Identifier",
"name": "numCellData",
"range": [
- 61168,
- 61179
+ 61319,
+ 61330
],
"loc": {
"start": {
- "line": 1645,
+ "line": 1648,
"column": 24
},
"end": {
- "line": 1645,
+ "line": 1648,
"column": 35
}
}
@@ -140307,16 +140630,16 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 61182,
- 61196
+ 61333,
+ 61347
],
"loc": {
"start": {
- "line": 1645,
+ "line": 1648,
"column": 38
},
"end": {
- "line": 1645,
+ "line": 1648,
"column": 52
}
}
@@ -140326,16 +140649,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 61197,
- 61205
+ 61348,
+ 61356
],
"loc": {
"start": {
- "line": 1645,
+ "line": 1648,
"column": 53
},
"end": {
- "line": 1645,
+ "line": 1648,
"column": 61
}
}
@@ -140345,62 +140668,62 @@
"value": "us",
"raw": "'us'",
"range": [
- 61207,
- 61211
+ 61358,
+ 61362
],
"loc": {
"start": {
- "line": 1645,
+ "line": 1648,
"column": 63
},
"end": {
- "line": 1645,
+ "line": 1648,
"column": 67
}
}
}
],
"range": [
- 61182,
- 61212
+ 61333,
+ 61363
],
"loc": {
"start": {
- "line": 1645,
+ "line": 1648,
"column": 38
},
"end": {
- "line": 1645,
+ "line": 1648,
"column": 68
}
}
},
"range": [
- 61168,
- 61212
+ 61319,
+ 61363
],
"loc": {
"start": {
- "line": 1645,
+ "line": 1648,
"column": 24
},
"end": {
- "line": 1645,
+ "line": 1648,
"column": 68
}
}
},
"range": [
- 61168,
- 61213
+ 61319,
+ 61364
],
"loc": {
"start": {
- "line": 1645,
+ "line": 1648,
"column": 24
},
"end": {
- "line": 1645,
+ "line": 1648,
"column": 69
}
}
@@ -140414,16 +140737,16 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 61238,
- 61246
+ 61389,
+ 61397
],
"loc": {
"start": {
- "line": 1646,
+ "line": 1649,
"column": 24
},
"end": {
- "line": 1646,
+ "line": 1649,
"column": 32
}
}
@@ -140433,62 +140756,62 @@
"value": "us",
"raw": "'us'",
"range": [
- 61249,
- 61253
+ 61400,
+ 61404
],
"loc": {
"start": {
- "line": 1646,
+ "line": 1649,
"column": 35
},
"end": {
- "line": 1646,
+ "line": 1649,
"column": 39
}
}
},
"range": [
- 61238,
- 61253
+ 61389,
+ 61404
],
"loc": {
"start": {
- "line": 1646,
+ "line": 1649,
"column": 24
},
"end": {
- "line": 1646,
+ "line": 1649,
"column": 39
}
}
},
"range": [
- 61238,
- 61254
+ 61389,
+ 61405
],
"loc": {
"start": {
- "line": 1646,
+ "line": 1649,
"column": 24
},
"end": {
- "line": 1646,
+ "line": 1649,
"column": 40
}
}
}
],
"range": [
- 61142,
- 61276
+ 61293,
+ 61427
],
"loc": {
"start": {
- "line": 1644,
+ "line": 1647,
"column": 54
},
"end": {
- "line": 1647,
+ "line": 1650,
"column": 21
}
}
@@ -140505,16 +140828,16 @@
"type": "Identifier",
"name": "numCellData",
"range": [
- 61308,
- 61319
+ 61459,
+ 61470
],
"loc": {
"start": {
- "line": 1648,
+ "line": 1651,
"column": 24
},
"end": {
- "line": 1648,
+ "line": 1651,
"column": 35
}
}
@@ -140525,16 +140848,16 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 61322,
- 61336
+ 61473,
+ 61487
],
"loc": {
"start": {
- "line": 1648,
+ "line": 1651,
"column": 38
},
"end": {
- "line": 1648,
+ "line": 1651,
"column": 52
}
}
@@ -140544,16 +140867,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 61337,
- 61345
+ 61488,
+ 61496
],
"loc": {
"start": {
- "line": 1648,
+ "line": 1651,
"column": 53
},
"end": {
- "line": 1648,
+ "line": 1651,
"column": 61
}
}
@@ -140563,62 +140886,62 @@
"value": "eu",
"raw": "'eu'",
"range": [
- 61347,
- 61351
+ 61498,
+ 61502
],
"loc": {
"start": {
- "line": 1648,
+ "line": 1651,
"column": 63
},
"end": {
- "line": 1648,
+ "line": 1651,
"column": 67
}
}
}
],
"range": [
- 61322,
- 61352
+ 61473,
+ 61503
],
"loc": {
"start": {
- "line": 1648,
+ "line": 1651,
"column": 38
},
"end": {
- "line": 1648,
+ "line": 1651,
"column": 68
}
}
},
"range": [
- 61308,
- 61352
+ 61459,
+ 61503
],
"loc": {
"start": {
- "line": 1648,
+ "line": 1651,
"column": 24
},
"end": {
- "line": 1648,
+ "line": 1651,
"column": 68
}
}
},
"range": [
- 61308,
- 61353
+ 61459,
+ 61504
],
"loc": {
"start": {
- "line": 1648,
+ "line": 1651,
"column": 24
},
"end": {
- "line": 1648,
+ "line": 1651,
"column": 69
}
}
@@ -140632,16 +140955,16 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 61378,
- 61386
+ 61529,
+ 61537
],
"loc": {
"start": {
- "line": 1649,
+ "line": 1652,
"column": 24
},
"end": {
- "line": 1649,
+ "line": 1652,
"column": 32
}
}
@@ -140651,108 +140974,108 @@
"value": "eu",
"raw": "'eu'",
"range": [
- 61389,
- 61393
+ 61540,
+ 61544
],
"loc": {
"start": {
- "line": 1649,
+ "line": 1652,
"column": 35
},
"end": {
- "line": 1649,
+ "line": 1652,
"column": 39
}
}
},
"range": [
- 61378,
- 61393
+ 61529,
+ 61544
],
"loc": {
"start": {
- "line": 1649,
+ "line": 1652,
"column": 24
},
"end": {
- "line": 1649,
+ "line": 1652,
"column": 39
}
}
},
"range": [
- 61378,
- 61394
+ 61529,
+ 61545
],
"loc": {
"start": {
- "line": 1649,
+ "line": 1652,
"column": 24
},
"end": {
- "line": 1649,
+ "line": 1652,
"column": 40
}
}
}
],
"range": [
- 61282,
- 61416
+ 61433,
+ 61567
],
"loc": {
"start": {
- "line": 1647,
+ "line": 1650,
"column": 27
},
"end": {
- "line": 1650,
+ "line": 1653,
"column": 21
}
}
},
"range": [
- 61050,
- 61416
+ 61201,
+ 61567
],
"loc": {
"start": {
- "line": 1643,
+ "line": 1646,
"column": 20
},
"end": {
- "line": 1650,
+ "line": 1653,
"column": 21
}
}
}
],
"range": [
- 61028,
- 61434
+ 61179,
+ 61585
],
"loc": {
"start": {
- "line": 1642,
+ "line": 1645,
"column": 23
},
"end": {
- "line": 1651,
+ "line": 1654,
"column": 17
}
}
},
"range": [
- 60799,
- 61434
+ 60950,
+ 61585
],
"loc": {
"start": {
- "line": 1638,
+ "line": 1641,
"column": 16
},
"end": {
- "line": 1651,
+ "line": 1654,
"column": 17
}
},
@@ -140761,16 +141084,16 @@
"type": "Line",
"value": "first numbers need to be formated",
"range": [
- 60747,
- 60782
+ 60898,
+ 60933
],
"loc": {
"start": {
- "line": 1637,
+ "line": 1640,
"column": 16
},
"end": {
- "line": 1637,
+ "line": 1640,
"column": 51
}
}
@@ -140781,16 +141104,16 @@
"type": "Line",
"value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},",
"range": [
- 61452,
- 61514
+ 61603,
+ 61665
],
"loc": {
"start": {
- "line": 1653,
+ "line": 1656,
"column": 16
},
"end": {
- "line": 1653,
+ "line": 1656,
"column": 78
}
}
@@ -140799,16 +141122,16 @@
"type": "Line",
"value": " rgx:)",
"range": [
- 61531,
- 61539
+ 61682,
+ 61690
],
"loc": {
"start": {
- "line": 1654,
+ "line": 1657,
"column": 16
},
"end": {
- "line": 1654,
+ "line": 1657,
"column": 24
}
}
@@ -140817,16 +141140,16 @@
"type": "Line",
"value": " lower equal",
"range": [
- 61556,
- 61570
+ 61707,
+ 61721
],
"loc": {
"start": {
- "line": 1655,
+ "line": 1658,
"column": 16
},
"end": {
- "line": 1655,
+ "line": 1658,
"column": 30
}
}
@@ -140839,16 +141162,16 @@
"type": "Identifier",
"name": "hasLE",
"range": [
- 61590,
- 61595
+ 61741,
+ 61746
],
"loc": {
"start": {
- "line": 1656,
+ "line": 1659,
"column": 19
},
"end": {
- "line": 1656,
+ "line": 1659,
"column": 24
}
}
@@ -140865,16 +141188,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 61618,
- 61627
+ 61769,
+ 61778
],
"loc": {
"start": {
- "line": 1657,
+ "line": 1660,
"column": 20
},
"end": {
- "line": 1657,
+ "line": 1660,
"column": 29
}
}
@@ -140886,16 +141209,16 @@
"type": "Identifier",
"name": "numCellData",
"range": [
- 61630,
- 61641
+ 61781,
+ 61792
],
"loc": {
"start": {
- "line": 1657,
+ "line": 1660,
"column": 32
},
"end": {
- "line": 1657,
+ "line": 1660,
"column": 43
}
}
@@ -140906,16 +141229,16 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 61645,
- 61659
+ 61796,
+ 61810
],
"loc": {
"start": {
- "line": 1657,
+ "line": 1660,
"column": 47
},
"end": {
- "line": 1657,
+ "line": 1660,
"column": 61
}
}
@@ -140930,16 +141253,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 61685,
- 61687
+ 61836,
+ 61838
],
"loc": {
"start": {
- "line": 1658,
+ "line": 1661,
"column": 24
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 26
}
}
@@ -140948,31 +141271,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 61688,
- 61695
+ 61839,
+ 61846
],
"loc": {
"start": {
- "line": 1658,
+ "line": 1661,
"column": 27
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 34
}
}
},
"range": [
- 61685,
- 61695
+ 61836,
+ 61846
],
"loc": {
"start": {
- "line": 1658,
+ "line": 1661,
"column": 24
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 34
}
}
@@ -140982,16 +141305,16 @@
"type": "Identifier",
"name": "re_le",
"range": [
- 61696,
- 61701
+ 61847,
+ 61852
],
"loc": {
"start": {
- "line": 1658,
+ "line": 1661,
"column": 35
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 40
}
}
@@ -141001,32 +141324,32 @@
"value": "",
"raw": "''",
"range": [
- 61703,
- 61705
+ 61854,
+ 61856
],
"loc": {
"start": {
- "line": 1658,
+ "line": 1661,
"column": 42
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 44
}
}
}
],
"range": [
- 61685,
- 61706
+ 61836,
+ 61857
],
"loc": {
"start": {
- "line": 1658,
+ "line": 1661,
"column": 24
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 45
}
}
@@ -141035,93 +141358,93 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 61708,
- 61716
+ 61859,
+ 61867
],
"loc": {
"start": {
- "line": 1658,
+ "line": 1661,
"column": 47
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 55
}
}
}
],
"range": [
- 61645,
- 61717
+ 61796,
+ 61868
],
"loc": {
"start": {
- "line": 1657,
+ "line": 1660,
"column": 47
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 56
}
}
},
"range": [
- 61630,
- 61717
+ 61781,
+ 61868
],
"loc": {
"start": {
- "line": 1657,
+ "line": 1660,
"column": 32
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 56
}
}
},
"range": [
- 61618,
- 61717
+ 61769,
+ 61868
],
"loc": {
"start": {
- "line": 1657,
+ "line": 1660,
"column": 20
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 56
}
}
},
"range": [
- 61618,
- 61718
+ 61769,
+ 61869
],
"loc": {
"start": {
- "line": 1657,
+ "line": 1660,
"column": 20
},
"end": {
- "line": 1658,
+ "line": 1661,
"column": 57
}
}
}
],
"range": [
- 61596,
- 61736
+ 61747,
+ 61887
],
"loc": {
"start": {
- "line": 1656,
+ "line": 1659,
"column": 25
},
"end": {
- "line": 1659,
+ "line": 1662,
"column": 17
}
},
@@ -141130,16 +141453,16 @@
"type": "Line",
"value": "greater equal",
"range": [
- 61753,
- 61768
+ 61904,
+ 61919
],
"loc": {
"start": {
- "line": 1660,
+ "line": 1663,
"column": 16
},
"end": {
- "line": 1660,
+ "line": 1663,
"column": 31
}
}
@@ -141152,16 +141475,16 @@
"type": "Identifier",
"name": "hasGE",
"range": [
- 61793,
- 61798
+ 61944,
+ 61949
],
"loc": {
"start": {
- "line": 1661,
+ "line": 1664,
"column": 24
},
"end": {
- "line": 1661,
+ "line": 1664,
"column": 29
}
}
@@ -141178,16 +141501,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 61821,
- 61830
+ 61972,
+ 61981
],
"loc": {
"start": {
- "line": 1662,
+ "line": 1665,
"column": 20
},
"end": {
- "line": 1662,
+ "line": 1665,
"column": 29
}
}
@@ -141199,16 +141522,16 @@
"type": "Identifier",
"name": "numCellData",
"range": [
- 61833,
- 61844
+ 61984,
+ 61995
],
"loc": {
"start": {
- "line": 1662,
+ "line": 1665,
"column": 32
},
"end": {
- "line": 1662,
+ "line": 1665,
"column": 43
}
}
@@ -141219,16 +141542,16 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 61848,
- 61862
+ 61999,
+ 62013
],
"loc": {
"start": {
- "line": 1662,
+ "line": 1665,
"column": 47
},
"end": {
- "line": 1662,
+ "line": 1665,
"column": 61
}
}
@@ -141243,16 +141566,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 61888,
- 61890
+ 62039,
+ 62041
],
"loc": {
"start": {
- "line": 1663,
+ "line": 1666,
"column": 24
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 26
}
}
@@ -141261,31 +141584,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 61891,
- 61898
+ 62042,
+ 62049
],
"loc": {
"start": {
- "line": 1663,
+ "line": 1666,
"column": 27
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 34
}
}
},
"range": [
- 61888,
- 61898
+ 62039,
+ 62049
],
"loc": {
"start": {
- "line": 1663,
+ "line": 1666,
"column": 24
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 34
}
}
@@ -141295,16 +141618,16 @@
"type": "Identifier",
"name": "re_ge",
"range": [
- 61899,
- 61904
+ 62050,
+ 62055
],
"loc": {
"start": {
- "line": 1663,
+ "line": 1666,
"column": 35
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 40
}
}
@@ -141314,32 +141637,32 @@
"value": "",
"raw": "''",
"range": [
- 61906,
- 61908
+ 62057,
+ 62059
],
"loc": {
"start": {
- "line": 1663,
+ "line": 1666,
"column": 42
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 44
}
}
}
],
"range": [
- 61888,
- 61909
+ 62039,
+ 62060
],
"loc": {
"start": {
- "line": 1663,
+ "line": 1666,
"column": 24
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 45
}
}
@@ -141348,93 +141671,93 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 61911,
- 61919
+ 62062,
+ 62070
],
"loc": {
"start": {
- "line": 1663,
+ "line": 1666,
"column": 47
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 55
}
}
}
],
"range": [
- 61848,
- 61920
+ 61999,
+ 62071
],
"loc": {
"start": {
- "line": 1662,
+ "line": 1665,
"column": 47
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 56
}
}
},
"range": [
- 61833,
- 61920
+ 61984,
+ 62071
],
"loc": {
"start": {
- "line": 1662,
+ "line": 1665,
"column": 32
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 56
}
}
},
"range": [
- 61821,
- 61920
+ 61972,
+ 62071
],
"loc": {
"start": {
- "line": 1662,
+ "line": 1665,
"column": 20
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 56
}
}
},
"range": [
- 61821,
- 61921
+ 61972,
+ 62072
],
"loc": {
"start": {
- "line": 1662,
+ "line": 1665,
"column": 20
},
"end": {
- "line": 1663,
+ "line": 1666,
"column": 57
}
}
}
],
"range": [
- 61799,
- 61939
+ 61950,
+ 62090
],
"loc": {
"start": {
- "line": 1661,
+ "line": 1664,
"column": 30
},
"end": {
- "line": 1664,
+ "line": 1667,
"column": 17
}
},
@@ -141443,16 +141766,16 @@
"type": "Line",
"value": "lower",
"range": [
- 61956,
- 61963
+ 62107,
+ 62114
],
"loc": {
"start": {
- "line": 1665,
+ "line": 1668,
"column": 16
},
"end": {
- "line": 1665,
+ "line": 1668,
"column": 23
}
}
@@ -141465,16 +141788,16 @@
"type": "Identifier",
"name": "hasLO",
"range": [
- 61988,
- 61993
+ 62139,
+ 62144
],
"loc": {
"start": {
- "line": 1666,
+ "line": 1669,
"column": 24
},
"end": {
- "line": 1666,
+ "line": 1669,
"column": 29
}
}
@@ -141491,16 +141814,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 62016,
- 62025
+ 62167,
+ 62176
],
"loc": {
"start": {
- "line": 1667,
+ "line": 1670,
"column": 20
},
"end": {
- "line": 1667,
+ "line": 1670,
"column": 29
}
}
@@ -141512,16 +141835,16 @@
"type": "Identifier",
"name": "numCellData",
"range": [
- 62028,
- 62039
+ 62179,
+ 62190
],
"loc": {
"start": {
- "line": 1667,
+ "line": 1670,
"column": 32
},
"end": {
- "line": 1667,
+ "line": 1670,
"column": 43
}
}
@@ -141532,16 +141855,16 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 62042,
- 62056
+ 62193,
+ 62207
],
"loc": {
"start": {
- "line": 1667,
+ "line": 1670,
"column": 46
},
"end": {
- "line": 1667,
+ "line": 1670,
"column": 60
}
}
@@ -141556,16 +141879,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 62082,
- 62084
+ 62233,
+ 62235
],
"loc": {
"start": {
- "line": 1668,
+ "line": 1671,
"column": 24
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 26
}
}
@@ -141574,31 +141897,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 62085,
- 62092
+ 62236,
+ 62243
],
"loc": {
"start": {
- "line": 1668,
+ "line": 1671,
"column": 27
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 34
}
}
},
"range": [
- 62082,
- 62092
+ 62233,
+ 62243
],
"loc": {
"start": {
- "line": 1668,
+ "line": 1671,
"column": 24
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 34
}
}
@@ -141608,16 +141931,16 @@
"type": "Identifier",
"name": "re_l",
"range": [
- 62093,
- 62097
+ 62244,
+ 62248
],
"loc": {
"start": {
- "line": 1668,
+ "line": 1671,
"column": 35
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 39
}
}
@@ -141627,32 +141950,32 @@
"value": "",
"raw": "''",
"range": [
- 62099,
- 62101
+ 62250,
+ 62252
],
"loc": {
"start": {
- "line": 1668,
+ "line": 1671,
"column": 41
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 43
}
}
}
],
"range": [
- 62082,
- 62102
+ 62233,
+ 62253
],
"loc": {
"start": {
- "line": 1668,
+ "line": 1671,
"column": 24
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 44
}
}
@@ -141661,93 +141984,93 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 62104,
- 62112
+ 62255,
+ 62263
],
"loc": {
"start": {
- "line": 1668,
+ "line": 1671,
"column": 46
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 54
}
}
}
],
"range": [
- 62042,
- 62113
+ 62193,
+ 62264
],
"loc": {
"start": {
- "line": 1667,
+ "line": 1670,
"column": 46
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 55
}
}
},
"range": [
- 62028,
- 62113
+ 62179,
+ 62264
],
"loc": {
"start": {
- "line": 1667,
+ "line": 1670,
"column": 32
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 55
}
}
},
"range": [
- 62016,
- 62113
+ 62167,
+ 62264
],
"loc": {
"start": {
- "line": 1667,
+ "line": 1670,
"column": 20
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 55
}
}
},
"range": [
- 62016,
- 62114
+ 62167,
+ 62265
],
"loc": {
"start": {
- "line": 1667,
+ "line": 1670,
"column": 20
},
"end": {
- "line": 1668,
+ "line": 1671,
"column": 56
}
}
}
],
"range": [
- 61994,
- 62132
+ 62145,
+ 62283
],
"loc": {
"start": {
- "line": 1666,
+ "line": 1669,
"column": 30
},
"end": {
- "line": 1669,
+ "line": 1672,
"column": 17
}
},
@@ -141756,16 +142079,16 @@
"type": "Line",
"value": "greater",
"range": [
- 62149,
- 62158
+ 62300,
+ 62309
],
"loc": {
"start": {
- "line": 1670,
+ "line": 1673,
"column": 16
},
"end": {
- "line": 1670,
+ "line": 1673,
"column": 25
}
}
@@ -141778,16 +142101,16 @@
"type": "Identifier",
"name": "hasGR",
"range": [
- 62183,
- 62188
+ 62334,
+ 62339
],
"loc": {
"start": {
- "line": 1671,
+ "line": 1674,
"column": 24
},
"end": {
- "line": 1671,
+ "line": 1674,
"column": 29
}
}
@@ -141804,16 +142127,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 62211,
- 62220
+ 62362,
+ 62371
],
"loc": {
"start": {
- "line": 1672,
+ "line": 1675,
"column": 20
},
"end": {
- "line": 1672,
+ "line": 1675,
"column": 29
}
}
@@ -141825,16 +142148,16 @@
"type": "Identifier",
"name": "numCellData",
"range": [
- 62223,
- 62234
+ 62374,
+ 62385
],
"loc": {
"start": {
- "line": 1672,
+ "line": 1675,
"column": 32
},
"end": {
- "line": 1672,
+ "line": 1675,
"column": 43
}
}
@@ -141845,16 +142168,16 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 62237,
- 62251
+ 62388,
+ 62402
],
"loc": {
"start": {
- "line": 1672,
+ "line": 1675,
"column": 46
},
"end": {
- "line": 1672,
+ "line": 1675,
"column": 60
}
}
@@ -141869,16 +142192,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 62277,
- 62279
+ 62428,
+ 62430
],
"loc": {
"start": {
- "line": 1673,
+ "line": 1676,
"column": 24
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 26
}
}
@@ -141887,31 +142210,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 62280,
- 62287
+ 62431,
+ 62438
],
"loc": {
"start": {
- "line": 1673,
+ "line": 1676,
"column": 27
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 34
}
}
},
"range": [
- 62277,
- 62287
+ 62428,
+ 62438
],
"loc": {
"start": {
- "line": 1673,
+ "line": 1676,
"column": 24
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 34
}
}
@@ -141921,16 +142244,16 @@
"type": "Identifier",
"name": "re_g",
"range": [
- 62288,
- 62292
+ 62439,
+ 62443
],
"loc": {
"start": {
- "line": 1673,
+ "line": 1676,
"column": 35
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 39
}
}
@@ -141940,32 +142263,32 @@
"value": "",
"raw": "''",
"range": [
- 62294,
- 62296
+ 62445,
+ 62447
],
"loc": {
"start": {
- "line": 1673,
+ "line": 1676,
"column": 41
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 43
}
}
}
],
"range": [
- 62277,
- 62297
+ 62428,
+ 62448
],
"loc": {
"start": {
- "line": 1673,
+ "line": 1676,
"column": 24
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 44
}
}
@@ -141974,93 +142297,93 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 62299,
- 62307
+ 62450,
+ 62458
],
"loc": {
"start": {
- "line": 1673,
+ "line": 1676,
"column": 46
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 54
}
}
}
],
"range": [
- 62237,
- 62308
+ 62388,
+ 62459
],
"loc": {
"start": {
- "line": 1672,
+ "line": 1675,
"column": 46
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 55
}
}
},
"range": [
- 62223,
- 62308
+ 62374,
+ 62459
],
"loc": {
"start": {
- "line": 1672,
+ "line": 1675,
"column": 32
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 55
}
}
},
"range": [
- 62211,
- 62308
+ 62362,
+ 62459
],
"loc": {
"start": {
- "line": 1672,
+ "line": 1675,
"column": 20
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 55
}
}
},
"range": [
- 62211,
- 62309
+ 62362,
+ 62460
],
"loc": {
"start": {
- "line": 1672,
+ "line": 1675,
"column": 20
},
"end": {
- "line": 1673,
+ "line": 1676,
"column": 56
}
}
}
],
"range": [
- 62189,
- 62327
+ 62340,
+ 62478
],
"loc": {
"start": {
- "line": 1671,
+ "line": 1674,
"column": 30
},
"end": {
- "line": 1674,
+ "line": 1677,
"column": 17
}
},
@@ -142069,16 +142392,16 @@
"type": "Line",
"value": "different",
"range": [
- 62344,
- 62355
+ 62495,
+ 62506
],
"loc": {
"start": {
- "line": 1675,
+ "line": 1678,
"column": 16
},
"end": {
- "line": 1675,
+ "line": 1678,
"column": 27
}
}
@@ -142091,16 +142414,16 @@
"type": "Identifier",
"name": "hasDF",
"range": [
- 62380,
- 62385
+ 62531,
+ 62536
],
"loc": {
"start": {
- "line": 1676,
+ "line": 1679,
"column": 24
},
"end": {
- "line": 1676,
+ "line": 1679,
"column": 29
}
}
@@ -142117,16 +142440,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 62408,
- 62417
+ 62559,
+ 62568
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 20
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 29
}
}
@@ -142142,16 +142465,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 62420,
- 62423
+ 62571,
+ 62574
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 32
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 35
}
}
@@ -142160,31 +142483,31 @@
"type": "Identifier",
"name": "contains",
"range": [
- 62424,
- 62432
+ 62575,
+ 62583
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 36
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 44
}
}
},
"range": [
- 62420,
- 62432
+ 62571,
+ 62583
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 32
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 44
}
}
@@ -142199,16 +142522,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 62433,
- 62435
+ 62584,
+ 62586
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 45
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 47
}
}
@@ -142217,31 +142540,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 62436,
- 62443
+ 62587,
+ 62594
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 48
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 55
}
}
},
"range": [
- 62433,
- 62443
+ 62584,
+ 62594
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 45
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 55
}
}
@@ -142251,16 +142574,16 @@
"type": "Identifier",
"name": "re_d",
"range": [
- 62444,
- 62448
+ 62595,
+ 62599
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 56
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 60
}
}
@@ -142270,32 +142593,32 @@
"value": "",
"raw": "''",
"range": [
- 62450,
- 62452
+ 62601,
+ 62603
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 62
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 64
}
}
}
],
"range": [
- 62433,
- 62453
+ 62584,
+ 62604
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 45
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 65
}
}
@@ -142304,16 +142627,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 62455,
- 62463
+ 62606,
+ 62614
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 67
},
"end": {
- "line": 1677,
+ "line": 1680,
"column": 75
}
}
@@ -142323,16 +142646,16 @@
"value": false,
"raw": "false",
"range": [
- 62489,
- 62494
+ 62640,
+ 62645
],
"loc": {
"start": {
- "line": 1678,
+ "line": 1681,
"column": 24
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 29
}
}
@@ -142343,16 +142666,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 62496,
- 62500
+ 62647,
+ 62651
],
"loc": {
"start": {
- "line": 1678,
+ "line": 1681,
"column": 31
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 35
}
}
@@ -142361,47 +142684,47 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 62501,
- 62514
+ 62652,
+ 62665
],
"loc": {
"start": {
- "line": 1678,
+ "line": 1681,
"column": 36
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 49
}
}
},
"range": [
- 62496,
- 62514
+ 62647,
+ 62665
],
"loc": {
"start": {
- "line": 1678,
+ "line": 1681,
"column": 31
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 49
}
}
}
],
"range": [
- 62420,
- 62515
+ 62571,
+ 62666
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 32
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 50
}
}
@@ -142411,16 +142734,16 @@
"value": false,
"raw": "false",
"range": [
- 62518,
- 62523
+ 62669,
+ 62674
],
"loc": {
"start": {
- "line": 1678,
+ "line": 1681,
"column": 53
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 58
}
}
@@ -142430,77 +142753,77 @@
"value": true,
"raw": "true",
"range": [
- 62526,
- 62530
+ 62677,
+ 62681
],
"loc": {
"start": {
- "line": 1678,
+ "line": 1681,
"column": 61
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 65
}
}
},
"range": [
- 62420,
- 62530
+ 62571,
+ 62681
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 32
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 65
}
}
},
"range": [
- 62408,
- 62530
+ 62559,
+ 62681
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 20
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 65
}
}
},
"range": [
- 62408,
- 62531
+ 62559,
+ 62682
],
"loc": {
"start": {
- "line": 1677,
+ "line": 1680,
"column": 20
},
"end": {
- "line": 1678,
+ "line": 1681,
"column": 66
}
}
}
],
"range": [
- 62386,
- 62549
+ 62537,
+ 62700
],
"loc": {
"start": {
- "line": 1676,
+ "line": 1679,
"column": 30
},
"end": {
- "line": 1679,
+ "line": 1682,
"column": 17
}
},
@@ -142509,16 +142832,16 @@
"type": "Line",
"value": "like",
"range": [
- 62566,
- 62572
+ 62717,
+ 62723
],
"loc": {
"start": {
- "line": 1680,
+ "line": 1683,
"column": 16
},
"end": {
- "line": 1680,
+ "line": 1683,
"column": 22
}
}
@@ -142531,16 +142854,16 @@
"type": "Identifier",
"name": "hasLK",
"range": [
- 62597,
- 62602
+ 62748,
+ 62753
],
"loc": {
"start": {
- "line": 1681,
+ "line": 1684,
"column": 24
},
"end": {
- "line": 1681,
+ "line": 1684,
"column": 29
}
}
@@ -142557,16 +142880,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 62625,
- 62634
+ 62776,
+ 62785
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 20
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 29
}
}
@@ -142580,16 +142903,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 62637,
- 62640
+ 62788,
+ 62791
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 32
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 35
}
}
@@ -142598,31 +142921,31 @@
"type": "Identifier",
"name": "contains",
"range": [
- 62641,
- 62649
+ 62792,
+ 62800
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 36
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 44
}
}
},
"range": [
- 62637,
- 62649
+ 62788,
+ 62800
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 32
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 44
}
}
@@ -142637,16 +142960,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 62650,
- 62652
+ 62801,
+ 62803
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 45
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 47
}
}
@@ -142655,31 +142978,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 62653,
- 62660
+ 62804,
+ 62811
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 48
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 55
}
}
},
"range": [
- 62650,
- 62660
+ 62801,
+ 62811
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 45
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 55
}
}
@@ -142689,16 +143012,16 @@
"type": "Identifier",
"name": "re_lk",
"range": [
- 62661,
- 62666
+ 62812,
+ 62817
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 56
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 61
}
}
@@ -142708,32 +143031,32 @@
"value": "",
"raw": "''",
"range": [
- 62668,
- 62670
+ 62819,
+ 62821
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 63
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 65
}
}
}
],
"range": [
- 62650,
- 62671
+ 62801,
+ 62822
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 45
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 66
}
}
@@ -142742,16 +143065,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 62673,
- 62681
+ 62824,
+ 62832
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 68
},
"end": {
- "line": 1682,
+ "line": 1685,
"column": 76
}
}
@@ -142761,16 +143084,16 @@
"value": false,
"raw": "false",
"range": [
- 62707,
- 62712
+ 62858,
+ 62863
],
"loc": {
"start": {
- "line": 1683,
+ "line": 1686,
"column": 24
},
"end": {
- "line": 1683,
+ "line": 1686,
"column": 29
}
}
@@ -142781,16 +143104,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 62714,
- 62718
+ 62865,
+ 62869
],
"loc": {
"start": {
- "line": 1683,
+ "line": 1686,
"column": 31
},
"end": {
- "line": 1683,
+ "line": 1686,
"column": 35
}
}
@@ -142799,93 +143122,93 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 62719,
- 62732
+ 62870,
+ 62883
],
"loc": {
"start": {
- "line": 1683,
+ "line": 1686,
"column": 36
},
"end": {
- "line": 1683,
+ "line": 1686,
"column": 49
}
}
},
"range": [
- 62714,
- 62732
+ 62865,
+ 62883
],
"loc": {
"start": {
- "line": 1683,
+ "line": 1686,
"column": 31
},
"end": {
- "line": 1683,
+ "line": 1686,
"column": 49
}
}
}
],
"range": [
- 62637,
- 62733
+ 62788,
+ 62884
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 32
},
"end": {
- "line": 1683,
+ "line": 1686,
"column": 50
}
}
},
"range": [
- 62625,
- 62733
+ 62776,
+ 62884
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 20
},
"end": {
- "line": 1683,
+ "line": 1686,
"column": 50
}
}
},
"range": [
- 62625,
- 62734
+ 62776,
+ 62885
],
"loc": {
"start": {
- "line": 1682,
+ "line": 1685,
"column": 20
},
"end": {
- "line": 1683,
+ "line": 1686,
"column": 51
}
}
}
],
"range": [
- 62603,
- 62752
+ 62754,
+ 62903
],
"loc": {
"start": {
- "line": 1681,
+ "line": 1684,
"column": 30
},
"end": {
- "line": 1684,
+ "line": 1687,
"column": 17
}
},
@@ -142894,16 +143217,16 @@
"type": "Line",
"value": "equal",
"range": [
- 62769,
- 62776
+ 62920,
+ 62927
],
"loc": {
"start": {
- "line": 1685,
+ "line": 1688,
"column": 16
},
"end": {
- "line": 1685,
+ "line": 1688,
"column": 23
}
}
@@ -142916,16 +143239,16 @@
"type": "Identifier",
"name": "hasEQ",
"range": [
- 62801,
- 62806
+ 62952,
+ 62957
],
"loc": {
"start": {
- "line": 1686,
+ "line": 1689,
"column": 24
},
"end": {
- "line": 1686,
+ "line": 1689,
"column": 29
}
}
@@ -142942,16 +143265,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 62829,
- 62838
+ 62980,
+ 62989
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 20
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 29
}
}
@@ -142965,16 +143288,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 62841,
- 62844
+ 62992,
+ 62995
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 32
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 35
}
}
@@ -142983,31 +143306,31 @@
"type": "Identifier",
"name": "contains",
"range": [
- 62845,
- 62853
+ 62996,
+ 63004
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 36
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 44
}
}
},
"range": [
- 62841,
- 62853
+ 62992,
+ 63004
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 32
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 44
}
}
@@ -143022,16 +143345,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 62854,
- 62856
+ 63005,
+ 63007
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 45
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 47
}
}
@@ -143040,31 +143363,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 62857,
- 62864
+ 63008,
+ 63015
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 48
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 55
}
}
},
"range": [
- 62854,
- 62864
+ 63005,
+ 63015
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 45
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 55
}
}
@@ -143074,16 +143397,16 @@
"type": "Identifier",
"name": "re_eq",
"range": [
- 62865,
- 62870
+ 63016,
+ 63021
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 56
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 61
}
}
@@ -143093,32 +143416,32 @@
"value": "",
"raw": "''",
"range": [
- 62872,
- 62874
+ 63023,
+ 63025
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 63
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 65
}
}
}
],
"range": [
- 62854,
- 62875
+ 63005,
+ 63026
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 45
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 66
}
}
@@ -143127,16 +143450,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 62877,
- 62885
+ 63028,
+ 63036
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 68
},
"end": {
- "line": 1687,
+ "line": 1690,
"column": 76
}
}
@@ -143146,16 +143469,16 @@
"value": true,
"raw": "true",
"range": [
- 62911,
- 62915
+ 63062,
+ 63066
],
"loc": {
"start": {
- "line": 1688,
+ "line": 1691,
"column": 24
},
"end": {
- "line": 1688,
+ "line": 1691,
"column": 28
}
}
@@ -143166,16 +143489,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 62917,
- 62921
+ 63068,
+ 63072
],
"loc": {
"start": {
- "line": 1688,
+ "line": 1691,
"column": 30
},
"end": {
- "line": 1688,
+ "line": 1691,
"column": 34
}
}
@@ -143184,93 +143507,93 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 62922,
- 62935
+ 63073,
+ 63086
],
"loc": {
"start": {
- "line": 1688,
+ "line": 1691,
"column": 35
},
"end": {
- "line": 1688,
+ "line": 1691,
"column": 48
}
}
},
"range": [
- 62917,
- 62935
+ 63068,
+ 63086
],
"loc": {
"start": {
- "line": 1688,
+ "line": 1691,
"column": 30
},
"end": {
- "line": 1688,
+ "line": 1691,
"column": 48
}
}
}
],
"range": [
- 62841,
- 62936
+ 62992,
+ 63087
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 32
},
"end": {
- "line": 1688,
+ "line": 1691,
"column": 49
}
}
},
"range": [
- 62829,
- 62936
+ 62980,
+ 63087
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 20
},
"end": {
- "line": 1688,
+ "line": 1691,
"column": 49
}
}
},
"range": [
- 62829,
- 62937
+ 62980,
+ 63088
],
"loc": {
"start": {
- "line": 1687,
+ "line": 1690,
"column": 20
},
"end": {
- "line": 1688,
+ "line": 1691,
"column": 50
}
}
}
],
"range": [
- 62807,
- 62955
+ 62958,
+ 63106
],
"loc": {
"start": {
- "line": 1686,
+ "line": 1689,
"column": 30
},
"end": {
- "line": 1689,
+ "line": 1692,
"column": 17
}
},
@@ -143279,16 +143602,16 @@
"type": "Line",
"value": "starts with",
"range": [
- 62972,
- 62985
+ 63123,
+ 63136
],
"loc": {
"start": {
- "line": 1690,
+ "line": 1693,
"column": 16
},
"end": {
- "line": 1690,
+ "line": 1693,
"column": 29
}
}
@@ -143301,16 +143624,16 @@
"type": "Identifier",
"name": "hasST",
"range": [
- 63010,
- 63015
+ 63161,
+ 63166
],
"loc": {
"start": {
- "line": 1691,
+ "line": 1694,
"column": 24
},
"end": {
- "line": 1691,
+ "line": 1694,
"column": 29
}
}
@@ -143327,16 +143650,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 63038,
- 63047
+ 63189,
+ 63198
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 20
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 29
}
}
@@ -143355,16 +143678,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63050,
- 63058
+ 63201,
+ 63209
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 32
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 40
}
}
@@ -143373,31 +143696,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 63059,
- 63066
+ 63210,
+ 63217
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 41
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 48
}
}
},
"range": [
- 63050,
- 63066
+ 63201,
+ 63217
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 32
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 48
}
}
@@ -143412,16 +143735,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 63067,
- 63069
+ 63218,
+ 63220
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 49
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 51
}
}
@@ -143430,31 +143753,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 63070,
- 63077
+ 63221,
+ 63228
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 52
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 59
}
}
},
"range": [
- 63067,
- 63077
+ 63218,
+ 63228
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 49
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 59
}
}
@@ -143464,16 +143787,16 @@
"type": "Identifier",
"name": "re_st",
"range": [
- 63078,
- 63083
+ 63229,
+ 63234
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 60
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 65
}
}
@@ -143483,48 +143806,48 @@
"value": "",
"raw": "''",
"range": [
- 63085,
- 63087
+ 63236,
+ 63238
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 67
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 69
}
}
}
],
"range": [
- 63067,
- 63088
+ 63218,
+ 63239
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 49
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 70
}
}
}
],
"range": [
- 63050,
- 63089
+ 63201,
+ 63240
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 32
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 71
}
}
@@ -143534,31 +143857,31 @@
"value": 0,
"raw": "0",
"range": [
- 63094,
- 63095
+ 63245,
+ 63246
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 76
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 77
}
}
},
"range": [
- 63050,
- 63095
+ 63201,
+ 63246
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 32
},
"end": {
- "line": 1692,
+ "line": 1695,
"column": 77
}
}
@@ -143568,16 +143891,16 @@
"value": true,
"raw": "true",
"range": [
- 63122,
- 63126
+ 63273,
+ 63277
],
"loc": {
"start": {
- "line": 1693,
+ "line": 1696,
"column": 24
},
"end": {
- "line": 1693,
+ "line": 1696,
"column": 28
}
}
@@ -143587,77 +143910,77 @@
"value": false,
"raw": "false",
"range": [
- 63129,
- 63134
+ 63280,
+ 63285
],
"loc": {
"start": {
- "line": 1693,
+ "line": 1696,
"column": 31
},
"end": {
- "line": 1693,
+ "line": 1696,
"column": 36
}
}
},
"range": [
- 63050,
- 63134
+ 63201,
+ 63285
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 32
},
"end": {
- "line": 1693,
+ "line": 1696,
"column": 36
}
}
},
"range": [
- 63038,
- 63134
+ 63189,
+ 63285
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 20
},
"end": {
- "line": 1693,
+ "line": 1696,
"column": 36
}
}
},
"range": [
- 63038,
- 63135
+ 63189,
+ 63286
],
"loc": {
"start": {
- "line": 1692,
+ "line": 1695,
"column": 20
},
"end": {
- "line": 1693,
+ "line": 1696,
"column": 37
}
}
}
],
"range": [
- 63016,
- 63153
+ 63167,
+ 63304
],
"loc": {
"start": {
- "line": 1691,
+ "line": 1694,
"column": 30
},
"end": {
- "line": 1694,
+ "line": 1697,
"column": 17
}
},
@@ -143666,16 +143989,16 @@
"type": "Line",
"value": "ends with",
"range": [
- 63170,
- 63181
+ 63321,
+ 63332
],
"loc": {
"start": {
- "line": 1695,
+ "line": 1698,
"column": 16
},
"end": {
- "line": 1695,
+ "line": 1698,
"column": 27
}
}
@@ -143688,16 +144011,16 @@
"type": "Identifier",
"name": "hasEN",
"range": [
- 63206,
- 63211
+ 63357,
+ 63362
],
"loc": {
"start": {
- "line": 1696,
+ "line": 1699,
"column": 24
},
"end": {
- "line": 1696,
+ "line": 1699,
"column": 29
}
}
@@ -143714,16 +144037,16 @@
"type": "Identifier",
"name": "searchArg",
"range": [
- 63238,
- 63247
+ 63389,
+ 63398
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 24
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 33
}
}
@@ -143737,16 +144060,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 63250,
- 63252
+ 63401,
+ 63403
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 36
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 38
}
}
@@ -143755,31 +144078,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 63253,
- 63260
+ 63404,
+ 63411
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 39
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 46
}
}
},
"range": [
- 63250,
- 63260
+ 63401,
+ 63411
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 36
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 46
}
}
@@ -143789,16 +144112,16 @@
"type": "Identifier",
"name": "re_en",
"range": [
- 63261,
- 63266
+ 63412,
+ 63417
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 47
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 52
}
}
@@ -143808,47 +144131,47 @@
"value": "",
"raw": "''",
"range": [
- 63268,
- 63270
+ 63419,
+ 63421
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 54
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 56
}
}
}
],
"range": [
- 63250,
- 63271
+ 63401,
+ 63422
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 36
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 57
}
}
},
"range": [
- 63238,
- 63271
+ 63389,
+ 63422
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 24
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 57
}
}
@@ -143856,16 +144179,16 @@
],
"kind": "let",
"range": [
- 63234,
- 63272
+ 63385,
+ 63423
],
"loc": {
"start": {
- "line": 1697,
+ "line": 1700,
"column": 20
},
"end": {
- "line": 1697,
+ "line": 1700,
"column": 58
}
}
@@ -143879,16 +144202,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 63293,
- 63302
+ 63444,
+ 63453
],
"loc": {
"start": {
- "line": 1698,
+ "line": 1701,
"column": 20
},
"end": {
- "line": 1698,
+ "line": 1701,
"column": 29
}
}
@@ -143910,16 +144233,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63329,
- 63337
+ 63480,
+ 63488
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 24
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 32
}
}
@@ -143928,31 +144251,31 @@
"type": "Identifier",
"name": "lastIndexOf",
"range": [
- 63338,
- 63349
+ 63489,
+ 63500
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 33
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 44
}
}
},
"range": [
- 63329,
- 63349
+ 63480,
+ 63500
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 24
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 44
}
}
@@ -143962,16 +144285,16 @@
"type": "Identifier",
"name": "searchArg",
"range": [
- 63350,
- 63359
+ 63501,
+ 63510
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 45
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 54
}
}
@@ -143986,16 +144309,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63361,
- 63369
+ 63512,
+ 63520
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 56
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 64
}
}
@@ -144004,31 +144327,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 63370,
- 63376
+ 63521,
+ 63527
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 65
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 71
}
}
},
"range": [
- 63361,
- 63376
+ 63512,
+ 63527
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 56
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 71
}
}
@@ -144038,47 +144361,47 @@
"value": 1,
"raw": "1",
"range": [
- 63377,
- 63378
+ 63528,
+ 63529
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 72
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 73
}
}
},
"range": [
- 63361,
- 63378
+ 63512,
+ 63529
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 56
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 73
}
}
}
],
"range": [
- 63329,
- 63379
+ 63480,
+ 63530
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 24
},
"end": {
- "line": 1699,
+ "line": 1702,
"column": 74
}
}
@@ -144096,16 +144419,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63409,
- 63417
+ 63560,
+ 63568
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 25
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 33
}
}
@@ -144114,31 +144437,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 63418,
- 63424
+ 63569,
+ 63575
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 34
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 40
}
}
},
"range": [
- 63409,
- 63424
+ 63560,
+ 63575
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 25
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 40
}
}
@@ -144148,31 +144471,31 @@
"value": 1,
"raw": "1",
"range": [
- 63425,
- 63426
+ 63576,
+ 63577
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 41
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 42
}
}
},
"range": [
- 63409,
- 63426
+ 63560,
+ 63577
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 25
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 42
}
}
@@ -144187,16 +144510,16 @@
"type": "Identifier",
"name": "searchArg",
"range": [
- 63429,
- 63438
+ 63580,
+ 63589
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 45
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 54
}
}
@@ -144205,31 +144528,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 63439,
- 63445
+ 63590,
+ 63596
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 55
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 61
}
}
},
"range": [
- 63429,
- 63445
+ 63580,
+ 63596
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 45
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 61
}
}
@@ -144239,61 +144562,61 @@
"value": 1,
"raw": "1",
"range": [
- 63446,
- 63447
+ 63597,
+ 63598
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 62
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 63
}
}
},
"range": [
- 63429,
- 63447
+ 63580,
+ 63598
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 45
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 63
}
}
},
"range": [
- 63408,
- 63448
+ 63559,
+ 63599
],
"loc": {
"start": {
- "line": 1700,
+ "line": 1703,
"column": 24
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 64
}
}
},
"range": [
- 63329,
- 63448
+ 63480,
+ 63599
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 24
},
"end": {
- "line": 1700,
+ "line": 1703,
"column": 64
}
}
@@ -144310,16 +144633,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63476,
- 63484
+ 63627,
+ 63635
],
"loc": {
"start": {
- "line": 1701,
+ "line": 1704,
"column": 24
},
"end": {
- "line": 1701,
+ "line": 1704,
"column": 32
}
}
@@ -144328,31 +144651,31 @@
"type": "Identifier",
"name": "lastIndexOf",
"range": [
- 63485,
- 63496
+ 63636,
+ 63647
],
"loc": {
"start": {
- "line": 1701,
+ "line": 1704,
"column": 33
},
"end": {
- "line": 1701,
+ "line": 1704,
"column": 44
}
}
},
"range": [
- 63476,
- 63496
+ 63627,
+ 63647
],
"loc": {
"start": {
- "line": 1701,
+ "line": 1704,
"column": 24
},
"end": {
- "line": 1701,
+ "line": 1704,
"column": 44
}
}
@@ -144362,16 +144685,16 @@
"type": "Identifier",
"name": "searchArg",
"range": [
- 63526,
- 63535
+ 63677,
+ 63686
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 28
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 37
}
}
@@ -144386,16 +144709,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63537,
- 63545
+ 63688,
+ 63696
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 39
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 47
}
}
@@ -144404,31 +144727,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 63546,
- 63552
+ 63697,
+ 63703
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 48
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 54
}
}
},
"range": [
- 63537,
- 63552
+ 63688,
+ 63703
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 39
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 54
}
}
@@ -144438,47 +144761,47 @@
"value": 1,
"raw": "1",
"range": [
- 63553,
- 63554
+ 63704,
+ 63705
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 55
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 56
}
}
},
"range": [
- 63537,
- 63554
+ 63688,
+ 63705
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 39
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 56
}
}
}
],
"range": [
- 63476,
- 63555
+ 63627,
+ 63706
],
"loc": {
"start": {
- "line": 1701,
+ "line": 1704,
"column": 24
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 57
}
}
@@ -144491,62 +144814,62 @@
"value": 1,
"raw": "1",
"range": [
- 63559,
- 63560
+ 63710,
+ 63711
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 61
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 62
}
}
},
"prefix": true,
"range": [
- 63558,
- 63560
+ 63709,
+ 63711
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 60
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 62
}
}
},
"range": [
- 63476,
- 63560
+ 63627,
+ 63711
],
"loc": {
"start": {
- "line": 1701,
+ "line": 1704,
"column": 24
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 62
}
}
},
"range": [
- 63329,
- 63560
+ 63480,
+ 63711
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 24
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 62
}
}
@@ -144556,16 +144879,16 @@
"value": true,
"raw": "true",
"range": [
- 63563,
- 63567
+ 63714,
+ 63718
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 65
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 69
}
}
@@ -144575,77 +144898,77 @@
"value": false,
"raw": "false",
"range": [
- 63570,
- 63575
+ 63721,
+ 63726
],
"loc": {
"start": {
- "line": 1702,
+ "line": 1705,
"column": 72
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 77
}
}
},
"range": [
- 63329,
- 63575
+ 63480,
+ 63726
],
"loc": {
"start": {
- "line": 1699,
+ "line": 1702,
"column": 24
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 77
}
}
},
"range": [
- 63293,
- 63575
+ 63444,
+ 63726
],
"loc": {
"start": {
- "line": 1698,
+ "line": 1701,
"column": 20
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 77
}
}
},
"range": [
- 63293,
- 63576
+ 63444,
+ 63727
],
"loc": {
"start": {
- "line": 1698,
+ "line": 1701,
"column": 20
},
"end": {
- "line": 1702,
+ "line": 1705,
"column": 78
}
}
}
],
"range": [
- 63212,
- 63594
+ 63363,
+ 63745
],
"loc": {
"start": {
- "line": 1696,
+ "line": 1699,
"column": 30
},
"end": {
- "line": 1703,
+ "line": 1706,
"column": 17
}
},
@@ -144654,16 +144977,16 @@
"type": "Line",
"value": "empty",
"range": [
- 63611,
- 63618
+ 63762,
+ 63769
],
"loc": {
"start": {
- "line": 1704,
+ "line": 1707,
"column": 16
},
"end": {
- "line": 1704,
+ "line": 1707,
"column": 23
}
}
@@ -144676,16 +144999,16 @@
"type": "Identifier",
"name": "hasEM",
"range": [
- 63643,
- 63648
+ 63794,
+ 63799
],
"loc": {
"start": {
- "line": 1705,
+ "line": 1708,
"column": 24
},
"end": {
- "line": 1705,
+ "line": 1708,
"column": 29
}
}
@@ -144702,16 +145025,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 63671,
- 63680
+ 63822,
+ 63831
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 20
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 29
}
}
@@ -144725,16 +145048,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 63683,
- 63686
+ 63834,
+ 63837
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 32
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 35
}
}
@@ -144743,31 +145066,31 @@
"type": "Identifier",
"name": "isEmpty",
"range": [
- 63687,
- 63694
+ 63838,
+ 63845
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 36
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 43
}
}
},
"range": [
- 63683,
- 63694
+ 63834,
+ 63845
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 32
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 43
}
}
@@ -144777,78 +145100,78 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63695,
- 63703
+ 63846,
+ 63854
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 44
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 52
}
}
}
],
"range": [
- 63683,
- 63704
+ 63834,
+ 63855
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 32
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 53
}
}
},
"range": [
- 63671,
- 63704
+ 63822,
+ 63855
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 20
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 53
}
}
},
"range": [
- 63671,
- 63705
+ 63822,
+ 63856
],
"loc": {
"start": {
- "line": 1706,
+ "line": 1709,
"column": 20
},
"end": {
- "line": 1706,
+ "line": 1709,
"column": 54
}
}
}
],
"range": [
- 63649,
- 63723
+ 63800,
+ 63874
],
"loc": {
"start": {
- "line": 1705,
+ "line": 1708,
"column": 30
},
"end": {
- "line": 1707,
+ "line": 1710,
"column": 17
}
},
@@ -144857,16 +145180,16 @@
"type": "Line",
"value": "non-empty",
"range": [
- 63740,
- 63751
+ 63891,
+ 63902
],
"loc": {
"start": {
- "line": 1708,
+ "line": 1711,
"column": 16
},
"end": {
- "line": 1708,
+ "line": 1711,
"column": 27
}
}
@@ -144879,16 +145202,16 @@
"type": "Identifier",
"name": "hasNM",
"range": [
- 63776,
- 63781
+ 63927,
+ 63932
],
"loc": {
"start": {
- "line": 1709,
+ "line": 1712,
"column": 24
},
"end": {
- "line": 1709,
+ "line": 1712,
"column": 29
}
}
@@ -144905,16 +145228,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 63804,
- 63813
+ 63955,
+ 63964
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 20
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 29
}
}
@@ -144931,16 +145254,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 63817,
- 63820
+ 63968,
+ 63971
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 33
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 36
}
}
@@ -144949,31 +145272,31 @@
"type": "Identifier",
"name": "isEmpty",
"range": [
- 63821,
- 63828
+ 63972,
+ 63979
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 37
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 44
}
}
},
"range": [
- 63817,
- 63828
+ 63968,
+ 63979
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 33
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 44
}
}
@@ -144983,94 +145306,94 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 63829,
- 63837
+ 63980,
+ 63988
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 45
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 53
}
}
}
],
"range": [
- 63817,
- 63838
+ 63968,
+ 63989
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 33
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 54
}
}
},
"prefix": true,
"range": [
- 63816,
- 63838
+ 63967,
+ 63989
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 32
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 54
}
}
},
"range": [
- 63804,
- 63838
+ 63955,
+ 63989
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 20
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 54
}
}
},
"range": [
- 63804,
- 63839
+ 63955,
+ 63990
],
"loc": {
"start": {
- "line": 1710,
+ "line": 1713,
"column": 20
},
"end": {
- "line": 1710,
+ "line": 1713,
"column": 55
}
}
}
],
"range": [
- 63782,
- 63857
+ 63933,
+ 64008
],
"loc": {
"start": {
- "line": 1709,
+ "line": 1712,
"column": 30
},
"end": {
- "line": 1711,
+ "line": 1714,
"column": 17
}
},
@@ -145079,16 +145402,16 @@
"type": "Line",
"value": "regexp",
"range": [
- 63874,
- 63882
+ 64025,
+ 64033
],
"loc": {
"start": {
- "line": 1712,
+ "line": 1715,
"column": 16
},
"end": {
- "line": 1712,
+ "line": 1715,
"column": 24
}
}
@@ -145101,16 +145424,16 @@
"type": "Identifier",
"name": "hasRE",
"range": [
- 63907,
- 63912
+ 64058,
+ 64063
],
"loc": {
"start": {
- "line": 1713,
+ "line": 1716,
"column": 24
},
"end": {
- "line": 1713,
+ "line": 1716,
"column": 29
}
}
@@ -145132,16 +145455,16 @@
"type": "Identifier",
"name": "srchArg",
"range": [
- 64070,
- 64077
+ 64221,
+ 64228
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 28
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 35
}
}
@@ -145155,16 +145478,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 64080,
- 64082
+ 64231,
+ 64233
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 38
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 40
}
}
@@ -145173,31 +145496,31 @@
"type": "Identifier",
"name": "replace",
"range": [
- 64083,
- 64090
+ 64234,
+ 64241
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 41
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 48
}
}
},
"range": [
- 64080,
- 64090
+ 64231,
+ 64241
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 38
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 48
}
}
@@ -145207,16 +145530,16 @@
"type": "Identifier",
"name": "re_re",
"range": [
- 64091,
- 64096
+ 64242,
+ 64247
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 49
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 54
}
}
@@ -145226,47 +145549,47 @@
"value": "",
"raw": "''",
"range": [
- 64097,
- 64099
+ 64248,
+ 64250
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 55
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 57
}
}
}
],
"range": [
- 64080,
- 64100
+ 64231,
+ 64251
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 38
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 58
}
}
},
"range": [
- 64070,
- 64100
+ 64221,
+ 64251
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 28
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 58
}
}
@@ -145274,16 +145597,16 @@
],
"kind": "let",
"range": [
- 64066,
- 64101
+ 64217,
+ 64252
],
"loc": {
"start": {
- "line": 1717,
+ "line": 1720,
"column": 24
},
"end": {
- "line": 1717,
+ "line": 1720,
"column": 59
}
},
@@ -145292,16 +145615,16 @@
"type": "Line",
"value": "in case regexp fires an exception",
"range": [
- 63935,
- 63970
+ 64086,
+ 64121
],
"loc": {
"start": {
- "line": 1714,
+ "line": 1717,
"column": 20
},
"end": {
- "line": 1714,
+ "line": 1717,
"column": 55
}
}
@@ -145310,16 +145633,16 @@
"type": "Line",
"value": "operator is removed",
"range": [
- 64020,
- 64041
+ 64171,
+ 64192
],
"loc": {
"start": {
- "line": 1716,
+ "line": 1719,
"column": 24
},
"end": {
- "line": 1716,
+ "line": 1719,
"column": 45
}
}
@@ -145335,16 +145658,16 @@
"type": "Identifier",
"name": "rgx",
"range": [
- 64130,
- 64133
+ 64281,
+ 64284
],
"loc": {
"start": {
- "line": 1718,
+ "line": 1721,
"column": 28
},
"end": {
- "line": 1718,
+ "line": 1721,
"column": 31
}
}
@@ -145355,16 +145678,16 @@
"type": "Identifier",
"name": "RegExp",
"range": [
- 64140,
- 64146
+ 64291,
+ 64297
],
"loc": {
"start": {
- "line": 1718,
+ "line": 1721,
"column": 38
},
"end": {
- "line": 1718,
+ "line": 1721,
"column": 44
}
}
@@ -145374,47 +145697,47 @@
"type": "Identifier",
"name": "srchArg",
"range": [
- 64147,
- 64154
+ 64298,
+ 64305
],
"loc": {
"start": {
- "line": 1718,
+ "line": 1721,
"column": 45
},
"end": {
- "line": 1718,
+ "line": 1721,
"column": 52
}
}
}
],
"range": [
- 64136,
- 64155
+ 64287,
+ 64306
],
"loc": {
"start": {
- "line": 1718,
+ "line": 1721,
"column": 34
},
"end": {
- "line": 1718,
+ "line": 1721,
"column": 53
}
}
},
"range": [
- 64130,
- 64155
+ 64281,
+ 64306
],
"loc": {
"start": {
- "line": 1718,
+ "line": 1721,
"column": 28
},
"end": {
- "line": 1718,
+ "line": 1721,
"column": 53
}
}
@@ -145422,16 +145745,16 @@
],
"kind": "let",
"range": [
- 64126,
- 64156
+ 64277,
+ 64307
],
"loc": {
"start": {
- "line": 1718,
+ "line": 1721,
"column": 24
},
"end": {
- "line": 1718,
+ "line": 1721,
"column": 54
}
}
@@ -145445,16 +145768,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 64181,
- 64190
+ 64332,
+ 64341
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 24
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 33
}
}
@@ -145468,16 +145791,16 @@
"type": "Identifier",
"name": "rgx",
"range": [
- 64193,
- 64196
+ 64344,
+ 64347
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 36
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 39
}
}
@@ -145486,31 +145809,31 @@
"type": "Identifier",
"name": "test",
"range": [
- 64197,
- 64201
+ 64348,
+ 64352
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 40
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 44
}
}
},
"range": [
- 64193,
- 64201
+ 64344,
+ 64352
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 36
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 44
}
}
@@ -145520,78 +145843,78 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 64202,
- 64210
+ 64353,
+ 64361
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 45
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 53
}
}
}
],
"range": [
- 64193,
- 64211
+ 64344,
+ 64362
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 36
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 54
}
}
},
"range": [
- 64181,
- 64211
+ 64332,
+ 64362
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 24
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 54
}
}
},
"range": [
- 64181,
- 64212
+ 64332,
+ 64363
],
"loc": {
"start": {
- "line": 1719,
+ "line": 1722,
"column": 24
},
"end": {
- "line": 1719,
+ "line": 1722,
"column": 55
}
}
}
],
"range": [
- 63994,
- 64234
+ 64145,
+ 64385
],
"loc": {
"start": {
- "line": 1715,
+ "line": 1718,
"column": 23
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 21
}
}
@@ -145602,16 +145925,16 @@
"type": "Identifier",
"name": "e",
"range": [
- 64241,
- 64242
+ 64392,
+ 64393
],
"loc": {
"start": {
- "line": 1720,
+ "line": 1723,
"column": 28
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 29
}
}
@@ -145628,16 +145951,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 64246,
- 64255
+ 64397,
+ 64406
],
"loc": {
"start": {
- "line": 1720,
+ "line": 1723,
"column": 33
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 42
}
}
@@ -145647,109 +145970,109 @@
"value": false,
"raw": "false",
"range": [
- 64258,
- 64263
+ 64409,
+ 64414
],
"loc": {
"start": {
- "line": 1720,
+ "line": 1723,
"column": 45
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 50
}
}
},
"range": [
- 64246,
- 64263
+ 64397,
+ 64414
],
"loc": {
"start": {
- "line": 1720,
+ "line": 1723,
"column": 33
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 50
}
}
},
"range": [
- 64246,
- 64264
+ 64397,
+ 64415
],
"loc": {
"start": {
- "line": 1720,
+ "line": 1723,
"column": 33
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 51
}
}
}
],
"range": [
- 64244,
- 64266
+ 64395,
+ 64417
],
"loc": {
"start": {
- "line": 1720,
+ "line": 1723,
"column": 31
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 53
}
}
},
"range": [
- 64235,
- 64266
+ 64386,
+ 64417
],
"loc": {
"start": {
- "line": 1720,
+ "line": 1723,
"column": 22
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 53
}
}
},
"finalizer": null,
"range": [
- 63991,
- 64266
+ 64142,
+ 64417
],
"loc": {
"start": {
- "line": 1715,
+ "line": 1718,
"column": 20
},
"end": {
- "line": 1720,
+ "line": 1723,
"column": 53
}
}
}
],
"range": [
- 63913,
- 64284
+ 64064,
+ 64435
],
"loc": {
"start": {
- "line": 1713,
+ "line": 1716,
"column": 30
},
"end": {
- "line": 1721,
+ "line": 1724,
"column": 17
}
}
@@ -145766,16 +146089,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 64312,
- 64321
+ 64463,
+ 64472
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 20
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 29
}
}
@@ -145789,16 +146112,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 64324,
- 64327
+ 64475,
+ 64478
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 32
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 35
}
}
@@ -145807,31 +146130,31 @@
"type": "Identifier",
"name": "contains",
"range": [
- 64328,
- 64336
+ 64479,
+ 64487
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 36
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 44
}
}
},
"range": [
- 64324,
- 64336
+ 64475,
+ 64487
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 32
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 44
}
}
@@ -145841,16 +146164,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 64337,
- 64339
+ 64488,
+ 64490
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 45
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 47
}
}
@@ -145859,16 +146182,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 64341,
- 64349
+ 64492,
+ 64500
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 49
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 57
}
}
@@ -145881,16 +146204,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 64351,
- 64355
+ 64502,
+ 64506
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 59
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 63
}
}
@@ -145899,31 +146222,31 @@
"type": "Identifier",
"name": "isExactMatch",
"range": [
- 64356,
- 64368
+ 64507,
+ 64519
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 64
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 76
}
}
},
"range": [
- 64351,
- 64368
+ 64502,
+ 64519
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 59
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 76
}
}
@@ -145933,32 +146256,32 @@
"type": "Identifier",
"name": "j",
"range": [
- 64369,
- 64370
+ 64520,
+ 64521
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 77
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 78
}
}
}
],
"range": [
- 64351,
- 64371
+ 64502,
+ 64522
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 59
},
"end": {
- "line": 1722,
+ "line": 1725,
"column": 79
}
}
@@ -145969,16 +146292,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 64397,
- 64401
+ 64548,
+ 64552
],
"loc": {
"start": {
- "line": 1723,
+ "line": 1726,
"column": 24
},
"end": {
- "line": 1723,
+ "line": 1726,
"column": 28
}
}
@@ -145987,108 +146310,108 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 64402,
- 64415
+ 64553,
+ 64566
],
"loc": {
"start": {
- "line": 1723,
+ "line": 1726,
"column": 29
},
"end": {
- "line": 1723,
+ "line": 1726,
"column": 42
}
}
},
"range": [
- 64397,
- 64415
+ 64548,
+ 64566
],
"loc": {
"start": {
- "line": 1723,
+ "line": 1726,
"column": 24
},
"end": {
- "line": 1723,
+ "line": 1726,
"column": 42
}
}
}
],
"range": [
- 64324,
- 64416
+ 64475,
+ 64567
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 32
},
"end": {
- "line": 1723,
+ "line": 1726,
"column": 43
}
}
},
"range": [
- 64312,
- 64416
+ 64463,
+ 64567
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 20
},
"end": {
- "line": 1723,
+ "line": 1726,
"column": 43
}
}
},
"range": [
- 64312,
- 64417
+ 64463,
+ 64568
],
"loc": {
"start": {
- "line": 1722,
+ "line": 1725,
"column": 20
},
"end": {
- "line": 1723,
+ "line": 1726,
"column": 44
}
}
}
],
"range": [
- 64290,
- 64435
+ 64441,
+ 64586
],
"loc": {
"start": {
- "line": 1721,
+ "line": 1724,
"column": 23
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
}
},
"range": [
- 63904,
- 64435
+ 64055,
+ 64586
],
"loc": {
"start": {
- "line": 1713,
+ "line": 1716,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146097,16 +146420,16 @@
"type": "Line",
"value": "regexp",
"range": [
- 63874,
- 63882
+ 64025,
+ 64033
],
"loc": {
"start": {
- "line": 1712,
+ "line": 1715,
"column": 16
},
"end": {
- "line": 1712,
+ "line": 1715,
"column": 24
}
}
@@ -146114,16 +146437,16 @@
]
},
"range": [
- 63773,
- 64435
+ 63924,
+ 64586
],
"loc": {
"start": {
- "line": 1709,
+ "line": 1712,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146132,16 +146455,16 @@
"type": "Line",
"value": "non-empty",
"range": [
- 63740,
- 63751
+ 63891,
+ 63902
],
"loc": {
"start": {
- "line": 1708,
+ "line": 1711,
"column": 16
},
"end": {
- "line": 1708,
+ "line": 1711,
"column": 27
}
}
@@ -146149,16 +146472,16 @@
]
},
"range": [
- 63640,
- 64435
+ 63791,
+ 64586
],
"loc": {
"start": {
- "line": 1705,
+ "line": 1708,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146167,16 +146490,16 @@
"type": "Line",
"value": "empty",
"range": [
- 63611,
- 63618
+ 63762,
+ 63769
],
"loc": {
"start": {
- "line": 1704,
+ "line": 1707,
"column": 16
},
"end": {
- "line": 1704,
+ "line": 1707,
"column": 23
}
}
@@ -146184,16 +146507,16 @@
]
},
"range": [
- 63203,
- 64435
+ 63354,
+ 64586
],
"loc": {
"start": {
- "line": 1696,
+ "line": 1699,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146202,16 +146525,16 @@
"type": "Line",
"value": "ends with",
"range": [
- 63170,
- 63181
+ 63321,
+ 63332
],
"loc": {
"start": {
- "line": 1695,
+ "line": 1698,
"column": 16
},
"end": {
- "line": 1695,
+ "line": 1698,
"column": 27
}
}
@@ -146219,16 +146542,16 @@
]
},
"range": [
- 63007,
- 64435
+ 63158,
+ 64586
],
"loc": {
"start": {
- "line": 1691,
+ "line": 1694,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146237,16 +146560,16 @@
"type": "Line",
"value": "starts with",
"range": [
- 62972,
- 62985
+ 63123,
+ 63136
],
"loc": {
"start": {
- "line": 1690,
+ "line": 1693,
"column": 16
},
"end": {
- "line": 1690,
+ "line": 1693,
"column": 29
}
}
@@ -146254,16 +146577,16 @@
]
},
"range": [
- 62798,
- 64435
+ 62949,
+ 64586
],
"loc": {
"start": {
- "line": 1686,
+ "line": 1689,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146272,16 +146595,16 @@
"type": "Line",
"value": "equal",
"range": [
- 62769,
- 62776
+ 62920,
+ 62927
],
"loc": {
"start": {
- "line": 1685,
+ "line": 1688,
"column": 16
},
"end": {
- "line": 1685,
+ "line": 1688,
"column": 23
}
}
@@ -146289,16 +146612,16 @@
]
},
"range": [
- 62594,
- 64435
+ 62745,
+ 64586
],
"loc": {
"start": {
- "line": 1681,
+ "line": 1684,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146307,16 +146630,16 @@
"type": "Line",
"value": "like",
"range": [
- 62566,
- 62572
+ 62717,
+ 62723
],
"loc": {
"start": {
- "line": 1680,
+ "line": 1683,
"column": 16
},
"end": {
- "line": 1680,
+ "line": 1683,
"column": 22
}
}
@@ -146324,16 +146647,16 @@
]
},
"range": [
- 62377,
- 64435
+ 62528,
+ 64586
],
"loc": {
"start": {
- "line": 1676,
+ "line": 1679,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146342,16 +146665,16 @@
"type": "Line",
"value": "different",
"range": [
- 62344,
- 62355
+ 62495,
+ 62506
],
"loc": {
"start": {
- "line": 1675,
+ "line": 1678,
"column": 16
},
"end": {
- "line": 1675,
+ "line": 1678,
"column": 27
}
}
@@ -146359,16 +146682,16 @@
]
},
"range": [
- 62180,
- 64435
+ 62331,
+ 64586
],
"loc": {
"start": {
- "line": 1671,
+ "line": 1674,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146377,16 +146700,16 @@
"type": "Line",
"value": "greater",
"range": [
- 62149,
- 62158
+ 62300,
+ 62309
],
"loc": {
"start": {
- "line": 1670,
+ "line": 1673,
"column": 16
},
"end": {
- "line": 1670,
+ "line": 1673,
"column": 25
}
}
@@ -146394,16 +146717,16 @@
]
},
"range": [
- 61985,
- 64435
+ 62136,
+ 64586
],
"loc": {
"start": {
- "line": 1666,
+ "line": 1669,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146412,16 +146735,16 @@
"type": "Line",
"value": "lower",
"range": [
- 61956,
- 61963
+ 62107,
+ 62114
],
"loc": {
"start": {
- "line": 1665,
+ "line": 1668,
"column": 16
},
"end": {
- "line": 1665,
+ "line": 1668,
"column": 23
}
}
@@ -146429,16 +146752,16 @@
]
},
"range": [
- 61790,
- 64435
+ 61941,
+ 64586
],
"loc": {
"start": {
- "line": 1661,
+ "line": 1664,
"column": 21
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146447,16 +146770,16 @@
"type": "Line",
"value": "greater equal",
"range": [
- 61753,
- 61768
+ 61904,
+ 61919
],
"loc": {
"start": {
- "line": 1660,
+ "line": 1663,
"column": 16
},
"end": {
- "line": 1660,
+ "line": 1663,
"column": 31
}
}
@@ -146464,16 +146787,16 @@
]
},
"range": [
- 61587,
- 64435
+ 61738,
+ 64586
],
"loc": {
"start": {
- "line": 1656,
+ "line": 1659,
"column": 16
},
"end": {
- "line": 1724,
+ "line": 1727,
"column": 17
}
},
@@ -146482,16 +146805,16 @@
"type": "Line",
"value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},",
"range": [
- 61452,
- 61514
+ 61603,
+ 61665
],
"loc": {
"start": {
- "line": 1653,
+ "line": 1656,
"column": 16
},
"end": {
- "line": 1653,
+ "line": 1656,
"column": 78
}
}
@@ -146500,16 +146823,16 @@
"type": "Line",
"value": " rgx:)",
"range": [
- 61531,
- 61539
+ 61682,
+ 61690
],
"loc": {
"start": {
- "line": 1654,
+ "line": 1657,
"column": 16
},
"end": {
- "line": 1654,
+ "line": 1657,
"column": 24
}
}
@@ -146518,16 +146841,16 @@
"type": "Line",
"value": " lower equal",
"range": [
- 61556,
- 61570
+ 61707,
+ 61721
],
"loc": {
"start": {
- "line": 1655,
+ "line": 1658,
"column": 16
},
"end": {
- "line": 1655,
+ "line": 1658,
"column": 30
}
}
@@ -146536,23 +146859,23 @@
}
],
"range": [
- 60729,
- 64450
+ 60880,
+ 64601
],
"loc": {
"start": {
- "line": 1636,
+ "line": 1639,
"column": 16
},
"end": {
- "line": 1726,
+ "line": 1729,
"column": 13
}
}
},
"range": [
58643,
- 64450
+ 64601
],
"loc": {
"start": {
@@ -146560,7 +146883,7 @@
"column": 12
},
"end": {
- "line": 1726,
+ "line": 1729,
"column": 13
}
},
@@ -146589,16 +146912,16 @@
"type": "Line",
"value": "else",
"range": [
- 64450,
- 64456
+ 64601,
+ 64607
],
"loc": {
"start": {
- "line": 1726,
+ "line": 1729,
"column": 13
},
"end": {
- "line": 1726,
+ "line": 1729,
"column": 19
}
}
@@ -146611,31 +146934,31 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 64476,
- 64485
+ 64627,
+ 64636
],
"loc": {
"start": {
- "line": 1727,
+ "line": 1730,
"column": 19
},
"end": {
- "line": 1727,
+ "line": 1730,
"column": 28
}
}
},
"range": [
- 64469,
- 64486
+ 64620,
+ 64637
],
"loc": {
"start": {
- "line": 1727,
+ "line": 1730,
"column": 12
},
"end": {
- "line": 1727,
+ "line": 1730,
"column": 29
}
},
@@ -146644,16 +146967,16 @@
"type": "Line",
"value": "else",
"range": [
- 64450,
- 64456
+ 64601,
+ 64607
],
"loc": {
"start": {
- "line": 1726,
+ "line": 1729,
"column": 13
},
"end": {
- "line": 1726,
+ "line": 1729,
"column": 19
}
}
@@ -146663,7 +146986,7 @@
],
"range": [
57390,
- 64496
+ 64647
],
"loc": {
"start": {
@@ -146671,7 +146994,7 @@
"column": 40
},
"end": {
- "line": 1728,
+ "line": 1731,
"column": 9
}
}
@@ -146680,7 +147003,7 @@
"expression": false,
"range": [
57358,
- 64496
+ 64647
],
"loc": {
"start": {
@@ -146688,7 +147011,7 @@
"column": 8
},
"end": {
- "line": 1728,
+ "line": 1731,
"column": 9
}
},
@@ -146717,16 +147040,16 @@
"type": "Line",
"value": "fn",
"range": [
- 64496,
- 64500
+ 64647,
+ 64651
],
"loc": {
"start": {
- "line": 1728,
+ "line": 1731,
"column": 9
},
"end": {
- "line": 1728,
+ "line": 1731,
"column": 13
}
}
@@ -146744,16 +147067,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 64518,
- 64519
+ 64669,
+ 64670
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 16
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 17
}
}
@@ -146764,16 +147087,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 64520,
- 64524
+ 64671,
+ 64675
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 18
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 22
}
}
@@ -146782,46 +147105,46 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 64525,
- 64531
+ 64676,
+ 64682
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 23
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 29
}
}
},
"range": [
- 64520,
- 64531
+ 64671,
+ 64682
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 18
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 29
}
}
},
"range": [
- 64518,
- 64531
+ 64669,
+ 64682
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 16
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 29
}
}
@@ -146829,16 +147152,16 @@
],
"kind": "let",
"range": [
- 64514,
- 64531
+ 64665,
+ 64682
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 12
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 29
}
}
@@ -146850,16 +147173,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 64533,
- 64534
+ 64684,
+ 64685
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 31
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 32
}
}
@@ -146870,16 +147193,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 64535,
- 64539
+ 64686,
+ 64690
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 33
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 37
}
}
@@ -146888,46 +147211,46 @@
"type": "Identifier",
"name": "nbRows",
"range": [
- 64540,
- 64546
+ 64691,
+ 64697
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 38
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 44
}
}
},
"range": [
- 64535,
- 64546
+ 64686,
+ 64697
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 33
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 44
}
}
},
"range": [
- 64533,
- 64546
+ 64684,
+ 64697
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 31
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 44
}
}
@@ -146939,32 +147262,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 64548,
- 64549
+ 64699,
+ 64700
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 46
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 47
}
}
},
"prefix": false,
"range": [
- 64548,
- 64551
+ 64699,
+ 64702
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 46
},
"end": {
- "line": 1730,
+ "line": 1733,
"column": 49
}
}
@@ -146990,16 +147313,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 64643,
- 64646
+ 64794,
+ 64797
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 15
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 18
}
}
@@ -147008,31 +147331,31 @@
"type": "Identifier",
"name": "k",
"range": [
- 64647,
- 64648
+ 64798,
+ 64799
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 19
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 20
}
}
},
"range": [
- 64643,
- 64649
+ 64794,
+ 64800
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 15
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 21
}
}
@@ -147041,31 +147364,31 @@
"type": "Identifier",
"name": "style",
"range": [
- 64650,
- 64655
+ 64801,
+ 64806
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 22
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 27
}
}
},
"range": [
- 64643,
- 64655
+ 64794,
+ 64806
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 15
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 27
}
}
@@ -147074,31 +147397,31 @@
"type": "Identifier",
"name": "display",
"range": [
- 64656,
- 64663
+ 64807,
+ 64814
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 28
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 35
}
}
},
"range": [
- 64643,
- 64663
+ 64794,
+ 64814
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 15
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 35
}
}
@@ -147108,31 +147431,31 @@
"value": "none",
"raw": "'none'",
"range": [
- 64668,
- 64674
+ 64819,
+ 64825
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 40
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 46
}
}
},
"range": [
- 64643,
- 64674
+ 64794,
+ 64825
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 15
},
"end": {
- "line": 1732,
+ "line": 1735,
"column": 46
}
}
@@ -147158,16 +147481,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 64693,
- 64696
+ 64844,
+ 64847
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 16
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 19
}
}
@@ -147176,31 +147499,31 @@
"type": "Identifier",
"name": "k",
"range": [
- 64697,
- 64698
+ 64848,
+ 64849
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 20
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 21
}
}
},
"range": [
- 64693,
- 64699
+ 64844,
+ 64850
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 16
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 22
}
}
@@ -147209,31 +147532,31 @@
"type": "Identifier",
"name": "style",
"range": [
- 64700,
- 64705
+ 64851,
+ 64856
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 23
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 28
}
}
},
"range": [
- 64693,
- 64705
+ 64844,
+ 64856
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 16
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 28
}
}
@@ -147242,31 +147565,31 @@
"type": "Identifier",
"name": "display",
"range": [
- 64706,
- 64713
+ 64857,
+ 64864
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 29
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 36
}
}
},
"range": [
- 64693,
- 64713
+ 64844,
+ 64864
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 16
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 36
}
}
@@ -147276,78 +147599,78 @@
"value": "",
"raw": "''",
"range": [
- 64716,
- 64718
+ 64867,
+ 64869
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 39
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 41
}
}
},
"range": [
- 64693,
- 64718
+ 64844,
+ 64869
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 16
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 41
}
}
},
"range": [
- 64693,
- 64719
+ 64844,
+ 64870
],
"loc": {
"start": {
- "line": 1733,
+ "line": 1736,
"column": 16
},
"end": {
- "line": 1733,
+ "line": 1736,
"column": 42
}
}
}
],
"range": [
- 64675,
- 64733
+ 64826,
+ 64884
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 47
},
"end": {
- "line": 1734,
+ "line": 1737,
"column": 13
}
}
},
"alternate": null,
"range": [
- 64640,
- 64733
+ 64791,
+ 64884
],
"loc": {
"start": {
- "line": 1732,
+ "line": 1735,
"column": 12
},
"end": {
- "line": 1734,
+ "line": 1737,
"column": 13
}
},
@@ -147356,16 +147679,16 @@
"type": "Block",
"value": "** if table already filtered some rows are not visible **",
"range": [
- 64566,
- 64627
+ 64717,
+ 64778
],
"loc": {
"start": {
- "line": 1731,
+ "line": 1734,
"column": 12
},
"end": {
- "line": 1731,
+ "line": 1734,
"column": 73
}
}
@@ -147381,16 +147704,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 64751,
- 64755
+ 64902,
+ 64906
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 16
},
"end": {
- "line": 1736,
+ "line": 1739,
"column": 20
}
}
@@ -147405,16 +147728,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 64758,
- 64761
+ 64909,
+ 64912
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 23
},
"end": {
- "line": 1736,
+ "line": 1739,
"column": 26
}
}
@@ -147423,31 +147746,31 @@
"type": "Identifier",
"name": "k",
"range": [
- 64762,
- 64763
+ 64913,
+ 64914
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 27
},
"end": {
- "line": 1736,
+ "line": 1739,
"column": 28
}
}
},
"range": [
- 64758,
- 64764
+ 64909,
+ 64915
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 23
},
"end": {
- "line": 1736,
+ "line": 1739,
"column": 29
}
}
@@ -147456,46 +147779,46 @@
"type": "Identifier",
"name": "cells",
"range": [
- 64765,
- 64770
+ 64916,
+ 64921
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 30
},
"end": {
- "line": 1736,
+ "line": 1739,
"column": 35
}
}
},
"range": [
- 64758,
- 64770
+ 64909,
+ 64921
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 23
},
"end": {
- "line": 1736,
+ "line": 1739,
"column": 35
}
}
},
"range": [
- 64751,
- 64770
+ 64902,
+ 64921
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 16
},
"end": {
- "line": 1736,
+ "line": 1739,
"column": 35
}
}
@@ -147506,16 +147829,16 @@
"type": "Identifier",
"name": "nchilds",
"range": [
- 64788,
- 64795
+ 64939,
+ 64946
],
"loc": {
"start": {
- "line": 1737,
+ "line": 1740,
"column": 16
},
"end": {
- "line": 1737,
+ "line": 1740,
"column": 23
}
}
@@ -147527,16 +147850,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 64798,
- 64802
+ 64949,
+ 64953
],
"loc": {
"start": {
- "line": 1737,
+ "line": 1740,
"column": 26
},
"end": {
- "line": 1737,
+ "line": 1740,
"column": 30
}
}
@@ -147545,46 +147868,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 64803,
- 64809
+ 64954,
+ 64960
],
"loc": {
"start": {
- "line": 1737,
+ "line": 1740,
"column": 31
},
"end": {
- "line": 1737,
+ "line": 1740,
"column": 37
}
}
},
"range": [
- 64798,
- 64809
+ 64949,
+ 64960
],
"loc": {
"start": {
- "line": 1737,
+ "line": 1740,
"column": 26
},
"end": {
- "line": 1737,
+ "line": 1740,
"column": 37
}
}
},
"range": [
- 64788,
- 64809
+ 64939,
+ 64960
],
"loc": {
"start": {
- "line": 1737,
+ "line": 1740,
"column": 16
},
"end": {
- "line": 1737,
+ "line": 1740,
"column": 37
}
}
@@ -147592,16 +147915,16 @@
],
"kind": "let",
"range": [
- 64747,
- 64810
+ 64898,
+ 64961
],
"loc": {
"start": {
- "line": 1736,
+ "line": 1739,
"column": 12
},
"end": {
- "line": 1737,
+ "line": 1740,
"column": 38
}
},
@@ -147610,16 +147933,16 @@
"type": "Line",
"value": " checks if row has exact cell #",
"range": [
- 64824,
- 64857
+ 64975,
+ 65008
],
"loc": {
"start": {
- "line": 1739,
+ "line": 1742,
"column": 12
},
"end": {
- "line": 1739,
+ "line": 1742,
"column": 45
}
}
@@ -147635,16 +147958,16 @@
"type": "Identifier",
"name": "nchilds",
"range": [
- 64873,
- 64880
+ 65024,
+ 65031
],
"loc": {
"start": {
- "line": 1740,
+ "line": 1743,
"column": 15
},
"end": {
- "line": 1740,
+ "line": 1743,
"column": 22
}
}
@@ -147655,16 +147978,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 64885,
- 64889
+ 65036,
+ 65040
],
"loc": {
"start": {
- "line": 1740,
+ "line": 1743,
"column": 27
},
"end": {
- "line": 1740,
+ "line": 1743,
"column": 31
}
}
@@ -147673,46 +147996,46 @@
"type": "Identifier",
"name": "nbCells",
"range": [
- 64890,
- 64897
+ 65041,
+ 65048
],
"loc": {
"start": {
- "line": 1740,
+ "line": 1743,
"column": 32
},
"end": {
- "line": 1740,
+ "line": 1743,
"column": 39
}
}
},
"range": [
- 64885,
- 64897
+ 65036,
+ 65048
],
"loc": {
"start": {
- "line": 1740,
+ "line": 1743,
"column": 27
},
"end": {
- "line": 1740,
+ "line": 1743,
"column": 39
}
}
},
"range": [
- 64873,
- 64897
+ 65024,
+ 65048
],
"loc": {
"start": {
- "line": 1740,
+ "line": 1743,
"column": 15
},
"end": {
- "line": 1740,
+ "line": 1743,
"column": 39
}
}
@@ -147724,48 +148047,48 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 64916,
- 64925
+ 65067,
+ 65076
],
"loc": {
"start": {
- "line": 1741,
+ "line": 1744,
"column": 16
},
"end": {
- "line": 1741,
+ "line": 1744,
"column": 25
}
}
}
],
"range": [
- 64898,
- 64939
+ 65049,
+ 65090
],
"loc": {
"start": {
- "line": 1740,
+ "line": 1743,
"column": 40
},
"end": {
- "line": 1742,
+ "line": 1745,
"column": 13
}
}
},
"alternate": null,
"range": [
- 64870,
- 64939
+ 65021,
+ 65090
],
"loc": {
"start": {
- "line": 1740,
+ "line": 1743,
"column": 12
},
"end": {
- "line": 1742,
+ "line": 1745,
"column": 13
}
},
@@ -147774,16 +148097,16 @@
"type": "Line",
"value": " checks if row has exact cell #",
"range": [
- 64824,
- 64857
+ 64975,
+ 65008
],
"loc": {
"start": {
- "line": 1739,
+ "line": 1742,
"column": 12
},
"end": {
- "line": 1739,
+ "line": 1742,
"column": 45
}
}
@@ -147799,16 +148122,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 64957,
- 64966
+ 65108,
+ 65117
],
"loc": {
"start": {
- "line": 1744,
+ "line": 1747,
"column": 16
},
"end": {
- "line": 1744,
+ "line": 1747,
"column": 25
}
}
@@ -147817,31 +148140,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 64969,
- 64971
+ 65120,
+ 65122
],
"loc": {
"start": {
- "line": 1744,
+ "line": 1747,
"column": 28
},
"end": {
- "line": 1744,
+ "line": 1747,
"column": 30
}
}
},
"range": [
- 64957,
- 64971
+ 65108,
+ 65122
],
"loc": {
"start": {
- "line": 1744,
+ "line": 1747,
"column": 16
},
"end": {
- "line": 1744,
+ "line": 1747,
"column": 30
}
}
@@ -147852,16 +148175,16 @@
"type": "Identifier",
"name": "isRowValid",
"range": [
- 64989,
- 64999
+ 65140,
+ 65150
],
"loc": {
"start": {
- "line": 1745,
+ "line": 1748,
"column": 16
},
"end": {
- "line": 1745,
+ "line": 1748,
"column": 26
}
}
@@ -147871,31 +148194,31 @@
"value": true,
"raw": "true",
"range": [
- 65002,
- 65006
+ 65153,
+ 65157
],
"loc": {
"start": {
- "line": 1745,
+ "line": 1748,
"column": 29
},
"end": {
- "line": 1745,
+ "line": 1748,
"column": 33
}
}
},
"range": [
- 64989,
- 65006
+ 65140,
+ 65157
],
"loc": {
"start": {
- "line": 1745,
+ "line": 1748,
"column": 16
},
"end": {
- "line": 1745,
+ "line": 1748,
"column": 33
}
}
@@ -147906,16 +148229,16 @@
"type": "Identifier",
"name": "singleFltRowValid",
"range": [
- 65072,
- 65089
+ 65223,
+ 65240
],
"loc": {
"start": {
- "line": 1747,
+ "line": 1750,
"column": 16
},
"end": {
- "line": 1747,
+ "line": 1750,
"column": 33
}
}
@@ -147925,31 +148248,31 @@
"value": false,
"raw": "false",
"range": [
- 65092,
- 65097
+ 65243,
+ 65248
],
"loc": {
"start": {
- "line": 1747,
+ "line": 1750,
"column": 36
},
"end": {
- "line": 1747,
+ "line": 1750,
"column": 41
}
}
},
"range": [
- 65072,
- 65097
+ 65223,
+ 65248
],
"loc": {
"start": {
- "line": 1747,
+ "line": 1750,
"column": 16
},
"end": {
- "line": 1747,
+ "line": 1750,
"column": 41
}
},
@@ -147958,16 +148281,16 @@
"type": "Line",
"value": "only for single filter search",
"range": [
- 65024,
- 65055
+ 65175,
+ 65206
],
"loc": {
"start": {
- "line": 1746,
+ "line": 1749,
"column": 16
},
"end": {
- "line": 1746,
+ "line": 1749,
"column": 47
}
}
@@ -147977,16 +148300,16 @@
],
"kind": "let",
"range": [
- 64953,
- 65098
+ 65104,
+ 65249
],
"loc": {
"start": {
- "line": 1744,
+ "line": 1747,
"column": 12
},
"end": {
- "line": 1747,
+ "line": 1750,
"column": 42
}
},
@@ -147995,16 +148318,16 @@
"type": "Line",
"value": " this loop retrieves cell data",
"range": [
- 65112,
- 65144
+ 65263,
+ 65295
],
"loc": {
"start": {
- "line": 1749,
+ "line": 1752,
"column": 12
},
"end": {
- "line": 1749,
+ "line": 1752,
"column": 44
}
}
@@ -148022,16 +148345,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 65165,
- 65166
+ 65316,
+ 65317
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 20
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 21
}
}
@@ -148041,31 +148364,31 @@
"value": 0,
"raw": "0",
"range": [
- 65167,
- 65168
+ 65318,
+ 65319
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 22
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 23
}
}
},
"range": [
- 65165,
- 65168
+ 65316,
+ 65319
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 20
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 23
}
}
@@ -148073,16 +148396,16 @@
],
"kind": "let",
"range": [
- 65161,
- 65168
+ 65312,
+ 65319
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 16
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 23
}
}
@@ -148094,16 +148417,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 65170,
- 65171
+ 65321,
+ 65322
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 25
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 26
}
}
@@ -148112,31 +148435,31 @@
"type": "Identifier",
"name": "nchilds",
"range": [
- 65172,
- 65179
+ 65323,
+ 65330
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 27
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 34
}
}
},
"range": [
- 65170,
- 65179
+ 65321,
+ 65330
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 25
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 34
}
}
@@ -148148,32 +148471,32 @@
"type": "Identifier",
"name": "j",
"range": [
- 65181,
- 65182
+ 65332,
+ 65333
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 36
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 37
}
}
},
"prefix": false,
"range": [
- 65181,
- 65184
+ 65332,
+ 65335
],
"loc": {
"start": {
- "line": 1750,
+ "line": 1753,
"column": 36
},
"end": {
- "line": 1750,
+ "line": 1753,
"column": 39
}
}
@@ -148190,16 +148513,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 65242,
- 65244
+ 65393,
+ 65395
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 20
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 22
}
}
@@ -148213,16 +148536,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65247,
- 65251
+ 65398,
+ 65402
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 25
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 29
}
}
@@ -148231,31 +148554,31 @@
"type": "Identifier",
"name": "searchArgs",
"range": [
- 65252,
- 65262
+ 65403,
+ 65413
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 30
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 40
}
}
},
"range": [
- 65247,
- 65262
+ 65398,
+ 65413
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 25
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 40
}
}
@@ -148268,16 +148591,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65263,
- 65267
+ 65414,
+ 65418
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 41
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 45
}
}
@@ -148286,31 +148609,31 @@
"type": "Identifier",
"name": "singleSearchFlt",
"range": [
- 65268,
- 65283
+ 65419,
+ 65434
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 46
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 61
}
}
},
"range": [
- 65263,
- 65283
+ 65414,
+ 65434
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 41
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 61
}
}
@@ -148320,16 +148643,16 @@
"value": 0,
"raw": "0",
"range": [
- 65286,
- 65287
+ 65437,
+ 65438
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 64
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 65
}
}
@@ -148338,61 +148661,61 @@
"type": "Identifier",
"name": "j",
"range": [
- 65290,
- 65291
+ 65441,
+ 65442
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 68
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 69
}
}
},
"range": [
- 65263,
- 65291
+ 65414,
+ 65442
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 41
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 69
}
}
},
"range": [
- 65247,
- 65292
+ 65398,
+ 65443
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 25
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 70
}
}
},
"range": [
- 65242,
- 65292
+ 65393,
+ 65443
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 20
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 70
}
}
@@ -148400,16 +148723,16 @@
],
"kind": "let",
"range": [
- 65238,
- 65293
+ 65389,
+ 65444
],
"loc": {
"start": {
- "line": 1752,
+ "line": 1755,
"column": 16
},
"end": {
- "line": 1752,
+ "line": 1755,
"column": 71
}
},
@@ -148418,16 +148741,16 @@
"type": "Line",
"value": "searched keyword",
"range": [
- 65203,
- 65221
+ 65354,
+ 65372
],
"loc": {
"start": {
- "line": 1751,
+ "line": 1754,
"column": 16
},
"end": {
- "line": 1751,
+ "line": 1754,
"column": 34
}
}
@@ -148443,16 +148766,16 @@
"type": "Identifier",
"name": "dtType",
"range": [
- 65314,
- 65320
+ 65465,
+ 65471
],
"loc": {
"start": {
- "line": 1753,
+ "line": 1756,
"column": 20
},
"end": {
- "line": 1753,
+ "line": 1756,
"column": 26
}
}
@@ -148465,16 +148788,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65323,
- 65327
+ 65474,
+ 65478
],
"loc": {
"start": {
- "line": 1753,
+ "line": 1756,
"column": 29
},
"end": {
- "line": 1753,
+ "line": 1756,
"column": 33
}
}
@@ -148483,31 +148806,31 @@
"type": "Identifier",
"name": "hasColDateType",
"range": [
- 65328,
- 65342
+ 65479,
+ 65493
],
"loc": {
"start": {
- "line": 1753,
+ "line": 1756,
"column": 34
},
"end": {
- "line": 1753,
+ "line": 1756,
"column": 48
}
}
},
"range": [
- 65323,
- 65342
+ 65474,
+ 65493
],
"loc": {
"start": {
- "line": 1753,
+ "line": 1756,
"column": 29
},
"end": {
- "line": 1753,
+ "line": 1756,
"column": 48
}
}
@@ -148521,16 +148844,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65369,
- 65373
+ 65520,
+ 65524
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 24
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 28
}
}
@@ -148539,31 +148862,31 @@
"type": "Identifier",
"name": "colDateType",
"range": [
- 65374,
- 65385
+ 65525,
+ 65536
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 29
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 40
}
}
},
"range": [
- 65369,
- 65385
+ 65520,
+ 65536
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 24
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 40
}
}
@@ -148572,31 +148895,31 @@
"type": "Identifier",
"name": "j",
"range": [
- 65386,
- 65387
+ 65537,
+ 65538
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 41
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 42
}
}
},
"range": [
- 65369,
- 65388
+ 65520,
+ 65539
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 24
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 43
}
}
@@ -148607,16 +148930,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65391,
- 65395
+ 65542,
+ 65546
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 46
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 50
}
}
@@ -148625,61 +148948,61 @@
"type": "Identifier",
"name": "defaultDateType",
"range": [
- 65396,
- 65411
+ 65547,
+ 65562
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 51
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 66
}
}
},
"range": [
- 65391,
- 65411
+ 65542,
+ 65562
],
"loc": {
"start": {
- "line": 1754,
+ "line": 1757,
"column": 46
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 66
}
}
},
"range": [
- 65323,
- 65411
+ 65474,
+ 65562
],
"loc": {
"start": {
- "line": 1753,
+ "line": 1756,
"column": 29
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 66
}
}
},
"range": [
- 65314,
- 65411
+ 65465,
+ 65562
],
"loc": {
"start": {
- "line": 1753,
+ "line": 1756,
"column": 20
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 66
}
}
@@ -148687,16 +149010,16 @@
],
"kind": "var",
"range": [
- 65310,
- 65412
+ 65461,
+ 65563
],
"loc": {
"start": {
- "line": 1753,
+ "line": 1756,
"column": 16
},
"end": {
- "line": 1754,
+ "line": 1757,
"column": 67
}
}
@@ -148710,16 +149033,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 65432,
- 65434
+ 65583,
+ 65585
],
"loc": {
"start": {
- "line": 1755,
+ "line": 1758,
"column": 19
},
"end": {
- "line": 1755,
+ "line": 1758,
"column": 21
}
}
@@ -148729,31 +149052,31 @@
"value": "",
"raw": "''",
"range": [
- 65439,
- 65441
+ 65590,
+ 65592
],
"loc": {
"start": {
- "line": 1755,
+ "line": 1758,
"column": 26
},
"end": {
- "line": 1755,
+ "line": 1758,
"column": 28
}
}
},
"range": [
- 65432,
- 65441
+ 65583,
+ 65592
],
"loc": {
"start": {
- "line": 1755,
+ "line": 1758,
"column": 19
},
"end": {
- "line": 1755,
+ "line": 1758,
"column": 28
}
}
@@ -148765,48 +149088,48 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 65464,
- 65473
+ 65615,
+ 65624
],
"loc": {
"start": {
- "line": 1756,
+ "line": 1759,
"column": 20
},
"end": {
- "line": 1756,
+ "line": 1759,
"column": 29
}
}
}
],
"range": [
- 65442,
- 65491
+ 65593,
+ 65642
],
"loc": {
"start": {
- "line": 1755,
+ "line": 1758,
"column": 29
},
"end": {
- "line": 1757,
+ "line": 1760,
"column": 17
}
}
},
"alternate": null,
"range": [
- 65429,
- 65491
+ 65580,
+ 65642
],
"loc": {
"start": {
- "line": 1755,
+ "line": 1758,
"column": 16
},
"end": {
- "line": 1757,
+ "line": 1760,
"column": 17
}
}
@@ -148820,16 +149143,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 65513,
- 65521
+ 65664,
+ 65672
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 20
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 28
}
}
@@ -148843,16 +149166,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 65524,
- 65527
+ 65675,
+ 65678
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 31
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 34
}
}
@@ -148861,31 +149184,31 @@
"type": "Identifier",
"name": "matchCase",
"range": [
- 65528,
- 65537
+ 65679,
+ 65688
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 35
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 44
}
}
},
"range": [
- 65524,
- 65537
+ 65675,
+ 65688
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 31
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 44
}
}
@@ -148899,16 +149222,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65538,
- 65542
+ 65689,
+ 65693
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 45
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 49
}
}
@@ -148917,31 +149240,31 @@
"type": "Identifier",
"name": "getCellData",
"range": [
- 65543,
- 65554
+ 65694,
+ 65705
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 50
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 61
}
}
},
"range": [
- 65538,
- 65554
+ 65689,
+ 65705
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 45
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 61
}
}
@@ -148954,16 +149277,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 65555,
- 65559
+ 65706,
+ 65710
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 62
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 66
}
}
@@ -148972,47 +149295,47 @@
"type": "Identifier",
"name": "j",
"range": [
- 65560,
- 65561
+ 65711,
+ 65712
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 67
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 68
}
}
},
"range": [
- 65555,
- 65562
+ 65706,
+ 65713
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 62
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 69
}
}
}
],
"range": [
- 65538,
- 65563
+ 65689,
+ 65714
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 45
},
"end": {
- "line": 1759,
+ "line": 1762,
"column": 70
}
}
@@ -149023,16 +149346,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65585,
- 65589
+ 65736,
+ 65740
],
"loc": {
"start": {
- "line": 1760,
+ "line": 1763,
"column": 20
},
"end": {
- "line": 1760,
+ "line": 1763,
"column": 24
}
}
@@ -149041,62 +149364,62 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 65590,
- 65603
+ 65741,
+ 65754
],
"loc": {
"start": {
- "line": 1760,
+ "line": 1763,
"column": 25
},
"end": {
- "line": 1760,
+ "line": 1763,
"column": 38
}
}
},
"range": [
- 65585,
- 65603
+ 65736,
+ 65754
],
"loc": {
"start": {
- "line": 1760,
+ "line": 1763,
"column": 20
},
"end": {
- "line": 1760,
+ "line": 1763,
"column": 38
}
}
}
],
"range": [
- 65524,
- 65604
+ 65675,
+ 65755
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 31
},
"end": {
- "line": 1760,
+ "line": 1763,
"column": 39
}
}
},
"range": [
- 65513,
- 65604
+ 65664,
+ 65755
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 20
},
"end": {
- "line": 1760,
+ "line": 1763,
"column": 39
}
}
@@ -149104,16 +149427,16 @@
],
"kind": "let",
"range": [
- 65509,
- 65605
+ 65660,
+ 65756
],
"loc": {
"start": {
- "line": 1759,
+ "line": 1762,
"column": 16
},
"end": {
- "line": 1760,
+ "line": 1763,
"column": 40
}
},
@@ -149122,16 +149445,16 @@
"type": "Line",
"value": "multiple search parameter operator ||",
"range": [
- 65623,
- 65662
+ 65774,
+ 65813
],
"loc": {
"start": {
- "line": 1762,
+ "line": 1765,
"column": 16
},
"end": {
- "line": 1762,
+ "line": 1765,
"column": 55
}
}
@@ -149147,16 +149470,16 @@
"type": "Identifier",
"name": "sAOrSplit",
"range": [
- 65683,
- 65692
+ 65834,
+ 65843
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 20
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 29
}
}
@@ -149170,16 +149493,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 65695,
- 65697
+ 65846,
+ 65848
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 32
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 34
}
}
@@ -149188,31 +149511,31 @@
"type": "Identifier",
"name": "split",
"range": [
- 65698,
- 65703
+ 65849,
+ 65854
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 35
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 40
}
}
},
"range": [
- 65695,
- 65703
+ 65846,
+ 65854
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 32
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 40
}
}
@@ -149224,16 +149547,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65704,
- 65708
+ 65855,
+ 65859
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 41
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 45
}
}
@@ -149242,62 +149565,62 @@
"type": "Identifier",
"name": "orOperator",
"range": [
- 65709,
- 65719
+ 65860,
+ 65870
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 46
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 56
}
}
},
"range": [
- 65704,
- 65719
+ 65855,
+ 65870
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 41
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 56
}
}
}
],
"range": [
- 65695,
- 65720
+ 65846,
+ 65871
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 32
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 57
}
}
},
"range": [
- 65683,
- 65720
+ 65834,
+ 65871
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 20
},
"end": {
- "line": 1763,
+ "line": 1766,
"column": 57
}
}
@@ -149308,16 +149631,16 @@
"type": "Identifier",
"name": "hasMultiOrSA",
"range": [
- 65793,
- 65805
+ 65944,
+ 65956
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 16
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 28
}
}
@@ -149334,16 +149657,16 @@
"type": "Identifier",
"name": "sAOrSplit",
"range": [
- 65809,
- 65818
+ 65960,
+ 65969
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 32
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 41
}
}
@@ -149352,31 +149675,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 65819,
- 65825
+ 65970,
+ 65976
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 42
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 48
}
}
},
"range": [
- 65809,
- 65825
+ 65960,
+ 65976
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 32
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 48
}
}
@@ -149386,31 +149709,31 @@
"value": 1,
"raw": "1",
"range": [
- 65826,
- 65827
+ 65977,
+ 65978
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 49
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 50
}
}
},
"range": [
- 65809,
- 65827
+ 65960,
+ 65978
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 32
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 50
}
}
@@ -149420,16 +149743,16 @@
"value": true,
"raw": "true",
"range": [
- 65831,
- 65835
+ 65982,
+ 65986
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 54
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 58
}
}
@@ -149439,46 +149762,46 @@
"value": false,
"raw": "false",
"range": [
- 65838,
- 65843
+ 65989,
+ 65994
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 61
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 66
}
}
},
"range": [
- 65808,
- 65843
+ 65959,
+ 65994
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 31
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 66
}
}
},
"range": [
- 65793,
- 65843
+ 65944,
+ 65994
],
"loc": {
"start": {
- "line": 1765,
+ "line": 1768,
"column": 16
},
"end": {
- "line": 1765,
+ "line": 1768,
"column": 66
}
},
@@ -149487,16 +149810,16 @@
"type": "Line",
"value": "multiple search || parameter boolean",
"range": [
- 65738,
- 65776
+ 65889,
+ 65927
],
"loc": {
"start": {
- "line": 1764,
+ "line": 1767,
"column": 16
},
"end": {
- "line": 1764,
+ "line": 1767,
"column": 54
}
}
@@ -149509,16 +149832,16 @@
"type": "Identifier",
"name": "sAAndSplit",
"range": [
- 65917,
- 65927
+ 66068,
+ 66078
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 16
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 26
}
}
@@ -149532,16 +149855,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 65930,
- 65932
+ 66081,
+ 66083
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 29
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 31
}
}
@@ -149550,31 +149873,31 @@
"type": "Identifier",
"name": "split",
"range": [
- 65933,
- 65938
+ 66084,
+ 66089
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 32
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 37
}
}
},
"range": [
- 65930,
- 65938
+ 66081,
+ 66089
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 29
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 37
}
}
@@ -149586,16 +149909,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 65939,
- 65943
+ 66090,
+ 66094
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 38
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 42
}
}
@@ -149604,62 +149927,62 @@
"type": "Identifier",
"name": "anOperator",
"range": [
- 65944,
- 65954
+ 66095,
+ 66105
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 43
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 53
}
}
},
"range": [
- 65939,
- 65954
+ 66090,
+ 66105
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 38
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 53
}
}
}
],
"range": [
- 65930,
- 65955
+ 66081,
+ 66106
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 29
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 54
}
}
},
"range": [
- 65917,
- 65955
+ 66068,
+ 66106
],
"loc": {
"start": {
- "line": 1767,
+ "line": 1770,
"column": 16
},
"end": {
- "line": 1767,
+ "line": 1770,
"column": 54
}
},
@@ -149668,16 +149991,16 @@
"type": "Line",
"value": "multiple search parameter operator &&",
"range": [
- 65861,
- 65900
+ 66012,
+ 66051
],
"loc": {
"start": {
- "line": 1766,
+ "line": 1769,
"column": 16
},
"end": {
- "line": 1766,
+ "line": 1769,
"column": 55
}
}
@@ -149690,16 +150013,16 @@
"type": "Identifier",
"name": "hasMultiAndSA",
"range": [
- 66028,
- 66041
+ 66179,
+ 66192
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 16
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 29
}
}
@@ -149716,16 +150039,16 @@
"type": "Identifier",
"name": "sAAndSplit",
"range": [
- 66044,
- 66054
+ 66195,
+ 66205
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 32
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 42
}
}
@@ -149734,31 +150057,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 66055,
- 66061
+ 66206,
+ 66212
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 43
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 49
}
}
},
"range": [
- 66044,
- 66061
+ 66195,
+ 66212
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 32
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 49
}
}
@@ -149768,31 +150091,31 @@
"value": 1,
"raw": "1",
"range": [
- 66062,
- 66063
+ 66213,
+ 66214
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 50
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 51
}
}
},
"range": [
- 66044,
- 66063
+ 66195,
+ 66214
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 32
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 51
}
}
@@ -149802,16 +150125,16 @@
"value": true,
"raw": "true",
"range": [
- 66066,
- 66070
+ 66217,
+ 66221
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 54
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 58
}
}
@@ -149821,46 +150144,46 @@
"value": false,
"raw": "false",
"range": [
- 66073,
- 66078
+ 66224,
+ 66229
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 61
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 66
}
}
},
"range": [
- 66044,
- 66078
+ 66195,
+ 66229
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 32
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 66
}
}
},
"range": [
- 66028,
- 66078
+ 66179,
+ 66229
],
"loc": {
"start": {
- "line": 1769,
+ "line": 1772,
"column": 16
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 66
}
},
@@ -149869,16 +150192,16 @@
"type": "Line",
"value": "multiple search && parameter boolean",
"range": [
- 65973,
- 66011
+ 66124,
+ 66162
],
"loc": {
"start": {
- "line": 1768,
+ "line": 1771,
"column": 16
},
"end": {
- "line": 1768,
+ "line": 1771,
"column": 54
}
}
@@ -149888,16 +150211,16 @@
],
"kind": "let",
"range": [
- 65679,
- 66079
+ 65830,
+ 66230
],
"loc": {
"start": {
- "line": 1763,
+ "line": 1766,
"column": 16
},
"end": {
- "line": 1769,
+ "line": 1772,
"column": 67
}
},
@@ -149906,16 +150229,16 @@
"type": "Line",
"value": "multiple search parameter operator ||",
"range": [
- 65623,
- 65662
+ 65774,
+ 65813
],
"loc": {
"start": {
- "line": 1762,
+ "line": 1765,
"column": 16
},
"end": {
- "line": 1762,
+ "line": 1765,
"column": 55
}
}
@@ -149926,16 +150249,16 @@
"type": "Line",
"value": "multiple sarch parameters",
"range": [
- 66097,
- 66124
+ 66248,
+ 66275
],
"loc": {
"start": {
- "line": 1771,
+ "line": 1774,
"column": 16
},
"end": {
- "line": 1771,
+ "line": 1774,
"column": 43
}
}
@@ -149951,16 +150274,16 @@
"type": "Identifier",
"name": "hasMultiOrSA",
"range": [
- 66144,
- 66156
+ 66295,
+ 66307
],
"loc": {
"start": {
- "line": 1772,
+ "line": 1775,
"column": 19
},
"end": {
- "line": 1772,
+ "line": 1775,
"column": 31
}
}
@@ -149969,31 +150292,31 @@
"type": "Identifier",
"name": "hasMultiAndSA",
"range": [
- 66160,
- 66173
+ 66311,
+ 66324
],
"loc": {
"start": {
- "line": 1772,
+ "line": 1775,
"column": 35
},
"end": {
- "line": 1772,
+ "line": 1775,
"column": 48
}
}
},
"range": [
- 66144,
- 66173
+ 66295,
+ 66324
],
"loc": {
"start": {
- "line": 1772,
+ "line": 1775,
"column": 19
},
"end": {
- "line": 1772,
+ "line": 1775,
"column": 48
}
}
@@ -150010,32 +150333,32 @@
"type": "Identifier",
"name": "cS",
"range": [
- 66200,
- 66202
+ 66351,
+ 66353
],
"loc": {
"start": {
- "line": 1773,
+ "line": 1776,
"column": 24
},
"end": {
- "line": 1773,
+ "line": 1776,
"column": 26
}
}
},
"init": null,
"range": [
- 66200,
- 66202
+ 66351,
+ 66353
],
"loc": {
"start": {
- "line": 1773,
+ "line": 1776,
"column": 24
},
"end": {
- "line": 1773,
+ "line": 1776,
"column": 26
}
}
@@ -150046,16 +150369,16 @@
"type": "Identifier",
"name": "occur",
"range": [
- 66228,
- 66233
+ 66379,
+ 66384
],
"loc": {
"start": {
- "line": 1774,
+ "line": 1777,
"column": 24
},
"end": {
- "line": 1774,
+ "line": 1777,
"column": 29
}
}
@@ -150065,31 +150388,31 @@
"value": false,
"raw": "false",
"range": [
- 66236,
- 66241
+ 66387,
+ 66392
],
"loc": {
"start": {
- "line": 1774,
+ "line": 1777,
"column": 32
},
"end": {
- "line": 1774,
+ "line": 1777,
"column": 37
}
}
},
"range": [
- 66228,
- 66241
+ 66379,
+ 66392
],
"loc": {
"start": {
- "line": 1774,
+ "line": 1777,
"column": 24
},
"end": {
- "line": 1774,
+ "line": 1777,
"column": 37
}
}
@@ -150100,16 +150423,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 66267,
- 66268
+ 66418,
+ 66419
],
"loc": {
"start": {
- "line": 1775,
+ "line": 1778,
"column": 24
},
"end": {
- "line": 1775,
+ "line": 1778,
"column": 25
}
}
@@ -150120,16 +150443,16 @@
"type": "Identifier",
"name": "hasMultiOrSA",
"range": [
- 66271,
- 66283
+ 66422,
+ 66434
],
"loc": {
"start": {
- "line": 1775,
+ "line": 1778,
"column": 28
},
"end": {
- "line": 1775,
+ "line": 1778,
"column": 40
}
}
@@ -150138,16 +150461,16 @@
"type": "Identifier",
"name": "sAOrSplit",
"range": [
- 66286,
- 66295
+ 66437,
+ 66446
],
"loc": {
"start": {
- "line": 1775,
+ "line": 1778,
"column": 43
},
"end": {
- "line": 1775,
+ "line": 1778,
"column": 52
}
}
@@ -150156,46 +150479,46 @@
"type": "Identifier",
"name": "sAAndSplit",
"range": [
- 66298,
- 66308
+ 66449,
+ 66459
],
"loc": {
"start": {
- "line": 1775,
+ "line": 1778,
"column": 55
},
"end": {
- "line": 1775,
+ "line": 1778,
"column": 65
}
}
},
"range": [
- 66271,
- 66308
+ 66422,
+ 66459
],
"loc": {
"start": {
- "line": 1775,
+ "line": 1778,
"column": 28
},
"end": {
- "line": 1775,
+ "line": 1778,
"column": 65
}
}
},
"range": [
- 66267,
- 66308
+ 66418,
+ 66459
],
"loc": {
"start": {
- "line": 1775,
+ "line": 1778,
"column": 24
},
"end": {
- "line": 1775,
+ "line": 1778,
"column": 65
}
}
@@ -150203,16 +150526,16 @@
],
"kind": "let",
"range": [
- 66196,
- 66309
+ 66347,
+ 66460
],
"loc": {
"start": {
- "line": 1773,
+ "line": 1776,
"column": 20
},
"end": {
- "line": 1775,
+ "line": 1778,
"column": 66
}
}
@@ -150228,16 +150551,16 @@
"type": "Identifier",
"name": "w",
"range": [
- 66338,
- 66339
+ 66489,
+ 66490
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 28
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 29
}
}
@@ -150247,31 +150570,31 @@
"value": 0,
"raw": "0",
"range": [
- 66340,
- 66341
+ 66491,
+ 66492
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 30
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 31
}
}
},
"range": [
- 66338,
- 66341
+ 66489,
+ 66492
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 28
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 31
}
}
@@ -150282,16 +150605,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 66343,
- 66346
+ 66494,
+ 66497
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 33
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 36
}
}
@@ -150303,16 +150626,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 66347,
- 66348
+ 66498,
+ 66499
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 37
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 38
}
}
@@ -150321,46 +150644,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 66349,
- 66355
+ 66500,
+ 66506
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 39
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 45
}
}
},
"range": [
- 66347,
- 66355
+ 66498,
+ 66506
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 37
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 45
}
}
},
"range": [
- 66343,
- 66355
+ 66494,
+ 66506
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 33
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 45
}
}
@@ -150368,16 +150691,16 @@
],
"kind": "let",
"range": [
- 66334,
- 66355
+ 66485,
+ 66506
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 24
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 45
}
}
@@ -150389,16 +150712,16 @@
"type": "Identifier",
"name": "w",
"range": [
- 66357,
- 66358
+ 66508,
+ 66509
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 47
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 48
}
}
@@ -150407,31 +150730,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 66359,
- 66362
+ 66510,
+ 66513
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 49
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 52
}
}
},
"range": [
- 66357,
- 66362
+ 66508,
+ 66513
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 47
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 52
}
}
@@ -150443,32 +150766,32 @@
"type": "Identifier",
"name": "w",
"range": [
- 66364,
- 66365
+ 66515,
+ 66516
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 54
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 55
}
}
},
"prefix": false,
"range": [
- 66364,
- 66367
+ 66515,
+ 66518
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 54
},
"end": {
- "line": 1776,
+ "line": 1779,
"column": 57
}
}
@@ -150485,16 +150808,16 @@
"type": "Identifier",
"name": "cS",
"range": [
- 66394,
- 66396
+ 66545,
+ 66547
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 24
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 26
}
}
@@ -150508,16 +150831,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 66399,
- 66402
+ 66550,
+ 66553
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 29
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 32
}
}
@@ -150526,31 +150849,31 @@
"type": "Identifier",
"name": "trim",
"range": [
- 66403,
- 66407
+ 66554,
+ 66558
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 33
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 37
}
}
},
"range": [
- 66399,
- 66407
+ 66550,
+ 66558
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 29
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 37
}
}
@@ -150563,16 +150886,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 66408,
- 66409
+ 66559,
+ 66560
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 38
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 39
}
}
@@ -150581,77 +150904,77 @@
"type": "Identifier",
"name": "w",
"range": [
- 66410,
- 66411
+ 66561,
+ 66562
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 40
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 41
}
}
},
"range": [
- 66408,
- 66412
+ 66559,
+ 66563
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 38
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 42
}
}
}
],
"range": [
- 66399,
- 66413
+ 66550,
+ 66564
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 29
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 43
}
}
},
"range": [
- 66394,
- 66413
+ 66545,
+ 66564
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 24
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 43
}
}
},
"range": [
- 66394,
- 66414
+ 66545,
+ 66565
],
"loc": {
"start": {
- "line": 1777,
+ "line": 1780,
"column": 24
},
"end": {
- "line": 1777,
+ "line": 1780,
"column": 44
}
}
@@ -150665,16 +150988,16 @@
"type": "Identifier",
"name": "occur",
"range": [
- 66439,
- 66444
+ 66590,
+ 66595
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 24
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 29
}
}
@@ -150688,16 +151011,16 @@
"type": "Identifier",
"name": "hasArg",
"range": [
- 66447,
- 66453
+ 66598,
+ 66604
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 32
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 38
}
}
@@ -150706,31 +151029,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 66454,
- 66458
+ 66605,
+ 66609
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 39
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 43
}
}
},
"range": [
- 66447,
- 66458
+ 66598,
+ 66609
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 32
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 43
}
}
@@ -150739,16 +151062,16 @@
{
"type": "ThisExpression",
"range": [
- 66459,
- 66463
+ 66610,
+ 66614
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 44
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 48
}
}
@@ -150757,16 +151080,16 @@
"type": "Identifier",
"name": "cS",
"range": [
- 66465,
- 66467
+ 66616,
+ 66618
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 50
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 52
}
}
@@ -150775,16 +151098,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 66469,
- 66477
+ 66620,
+ 66628
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 54
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 62
}
}
@@ -150793,62 +151116,62 @@
"type": "Identifier",
"name": "j",
"range": [
- 66479,
- 66480
+ 66630,
+ 66631
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 64
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 65
}
}
}
],
"range": [
- 66447,
- 66481
+ 66598,
+ 66632
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 32
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 66
}
}
},
"range": [
- 66439,
- 66481
+ 66590,
+ 66632
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 24
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 66
}
}
},
"range": [
- 66439,
- 66482
+ 66590,
+ 66633
],
"loc": {
"start": {
- "line": 1778,
+ "line": 1781,
"column": 24
},
"end": {
- "line": 1778,
+ "line": 1781,
"column": 67
}
}
@@ -150864,16 +151187,16 @@
"type": "Identifier",
"name": "highlight",
"range": [
- 66507,
- 66516
+ 66658,
+ 66667
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 24
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 33
}
}
@@ -150882,31 +151205,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 66517,
- 66521
+ 66668,
+ 66672
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 34
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 38
}
}
},
"range": [
- 66507,
- 66521
+ 66658,
+ 66672
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 24
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 38
}
}
@@ -150915,16 +151238,16 @@
{
"type": "ThisExpression",
"range": [
- 66522,
- 66526
+ 66673,
+ 66677
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 39
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 43
}
}
@@ -150933,16 +151256,16 @@
"type": "Identifier",
"name": "cS",
"range": [
- 66528,
- 66530
+ 66679,
+ 66681
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 45
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 47
}
}
@@ -150951,16 +151274,16 @@
"type": "Identifier",
"name": "occur",
"range": [
- 66532,
- 66537
+ 66683,
+ 66688
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 49
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 54
}
}
@@ -150972,16 +151295,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 66539,
- 66543
+ 66690,
+ 66694
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 56
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 60
}
}
@@ -150990,62 +151313,62 @@
"type": "Identifier",
"name": "j",
"range": [
- 66544,
- 66545
+ 66695,
+ 66696
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 61
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 62
}
}
},
"range": [
- 66539,
- 66546
+ 66690,
+ 66697
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 56
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 63
}
}
}
],
"range": [
- 66507,
- 66547
+ 66658,
+ 66698
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 24
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 64
}
}
},
"range": [
- 66507,
- 66548
+ 66658,
+ 66699
],
"loc": {
"start": {
- "line": 1779,
+ "line": 1782,
"column": 24
},
"end": {
- "line": 1779,
+ "line": 1782,
"column": 65
}
}
@@ -151059,16 +151382,16 @@
"type": "Identifier",
"name": "hasMultiOrSA",
"range": [
- 66576,
- 66588
+ 66727,
+ 66739
],
"loc": {
"start": {
- "line": 1780,
+ "line": 1783,
"column": 27
},
"end": {
- "line": 1780,
+ "line": 1783,
"column": 39
}
}
@@ -151077,31 +151400,31 @@
"type": "Identifier",
"name": "occur",
"range": [
- 66592,
- 66597
+ 66743,
+ 66748
],
"loc": {
"start": {
- "line": 1780,
+ "line": 1783,
"column": 43
},
"end": {
- "line": 1780,
+ "line": 1783,
"column": 48
}
}
},
"range": [
- 66576,
- 66597
+ 66727,
+ 66748
],
"loc": {
"start": {
- "line": 1780,
+ "line": 1783,
"column": 27
},
"end": {
- "line": 1780,
+ "line": 1783,
"column": 48
}
}
@@ -151113,48 +151436,48 @@
"type": "BreakStatement",
"label": null,
"range": [
- 66628,
- 66634
+ 66779,
+ 66785
],
"loc": {
"start": {
- "line": 1781,
+ "line": 1784,
"column": 28
},
"end": {
- "line": 1781,
+ "line": 1784,
"column": 34
}
}
}
],
"range": [
- 66598,
- 66660
+ 66749,
+ 66811
],
"loc": {
"start": {
- "line": 1780,
+ "line": 1783,
"column": 49
},
"end": {
- "line": 1782,
+ "line": 1785,
"column": 25
}
}
},
"alternate": null,
"range": [
- 66573,
- 66660
+ 66724,
+ 66811
],
"loc": {
"start": {
- "line": 1780,
+ "line": 1783,
"column": 24
},
"end": {
- "line": 1782,
+ "line": 1785,
"column": 25
}
}
@@ -151168,16 +151491,16 @@
"type": "Identifier",
"name": "hasMultiAndSA",
"range": [
- 66688,
- 66701
+ 66839,
+ 66852
],
"loc": {
"start": {
- "line": 1783,
+ "line": 1786,
"column": 27
},
"end": {
- "line": 1783,
+ "line": 1786,
"column": 40
}
}
@@ -151189,47 +151512,47 @@
"type": "Identifier",
"name": "occur",
"range": [
- 66706,
- 66711
+ 66857,
+ 66862
],
"loc": {
"start": {
- "line": 1783,
+ "line": 1786,
"column": 45
},
"end": {
- "line": 1783,
+ "line": 1786,
"column": 50
}
}
},
"prefix": true,
"range": [
- 66705,
- 66711
+ 66856,
+ 66862
],
"loc": {
"start": {
- "line": 1783,
+ "line": 1786,
"column": 44
},
"end": {
- "line": 1783,
+ "line": 1786,
"column": 50
}
}
},
"range": [
- 66688,
- 66711
+ 66839,
+ 66862
],
"loc": {
"start": {
- "line": 1783,
+ "line": 1786,
"column": 27
},
"end": {
- "line": 1783,
+ "line": 1786,
"column": 50
}
}
@@ -151241,79 +151564,79 @@
"type": "BreakStatement",
"label": null,
"range": [
- 66742,
- 66748
+ 66893,
+ 66899
],
"loc": {
"start": {
- "line": 1784,
+ "line": 1787,
"column": 28
},
"end": {
- "line": 1784,
+ "line": 1787,
"column": 34
}
}
}
],
"range": [
- 66712,
- 66774
+ 66863,
+ 66925
],
"loc": {
"start": {
- "line": 1783,
+ "line": 1786,
"column": 51
},
"end": {
- "line": 1785,
+ "line": 1788,
"column": 25
}
}
},
"alternate": null,
"range": [
- 66685,
- 66774
+ 66836,
+ 66925
],
"loc": {
"start": {
- "line": 1783,
+ "line": 1786,
"column": 24
},
"end": {
- "line": 1785,
+ "line": 1788,
"column": 25
}
}
}
],
"range": [
- 66368,
- 66796
+ 66519,
+ 66947
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 58
},
"end": {
- "line": 1786,
+ "line": 1789,
"column": 21
}
}
},
"range": [
- 66330,
- 66796
+ 66481,
+ 66947
],
"loc": {
"start": {
- "line": 1776,
+ "line": 1779,
"column": 20
},
"end": {
- "line": 1786,
+ "line": 1789,
"column": 21
}
}
@@ -151330,16 +151653,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 66817,
- 66826
+ 66968,
+ 66977
],
"loc": {
"start": {
- "line": 1787,
+ "line": 1790,
"column": 20
},
"end": {
- "line": 1787,
+ "line": 1790,
"column": 29
}
}
@@ -151348,31 +151671,31 @@
"type": "Identifier",
"name": "j",
"range": [
- 66827,
- 66828
+ 66978,
+ 66979
],
"loc": {
"start": {
- "line": 1787,
+ "line": 1790,
"column": 30
},
"end": {
- "line": 1787,
+ "line": 1790,
"column": 31
}
}
},
"range": [
- 66817,
- 66829
+ 66968,
+ 66980
],
"loc": {
"start": {
- "line": 1787,
+ "line": 1790,
"column": 20
},
"end": {
- "line": 1787,
+ "line": 1790,
"column": 32
}
}
@@ -151381,62 +151704,62 @@
"type": "Identifier",
"name": "occur",
"range": [
- 66832,
- 66837
+ 66983,
+ 66988
],
"loc": {
"start": {
- "line": 1787,
+ "line": 1790,
"column": 35
},
"end": {
- "line": 1787,
+ "line": 1790,
"column": 40
}
}
},
"range": [
- 66817,
- 66837
+ 66968,
+ 66988
],
"loc": {
"start": {
- "line": 1787,
+ "line": 1790,
"column": 20
},
"end": {
- "line": 1787,
+ "line": 1790,
"column": 40
}
}
},
"range": [
- 66817,
- 66838
+ 66968,
+ 66989
],
"loc": {
"start": {
- "line": 1787,
+ "line": 1790,
"column": 20
},
"end": {
- "line": 1787,
+ "line": 1790,
"column": 41
}
}
}
],
"range": [
- 66174,
- 66856
+ 66325,
+ 67007
],
"loc": {
"start": {
- "line": 1772,
+ "line": 1775,
"column": 49
},
"end": {
- "line": 1788,
+ "line": 1791,
"column": 17
}
},
@@ -151445,16 +151768,16 @@
"type": "Line",
"value": "single search parameter",
"range": [
- 66873,
- 66898
+ 67024,
+ 67049
],
"loc": {
"start": {
- "line": 1789,
+ "line": 1792,
"column": 16
},
"end": {
- "line": 1789,
+ "line": 1792,
"column": 41
}
}
@@ -151476,16 +151799,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 66942,
- 66951
+ 67093,
+ 67102
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 20
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 29
}
}
@@ -151494,31 +151817,31 @@
"type": "Identifier",
"name": "j",
"range": [
- 66952,
- 66953
+ 67103,
+ 67104
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 30
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 31
}
}
},
"range": [
- 66942,
- 66954
+ 67093,
+ 67105
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 20
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 32
}
}
@@ -151532,16 +151855,16 @@
"type": "Identifier",
"name": "hasArg",
"range": [
- 66957,
- 66963
+ 67108,
+ 67114
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 35
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 41
}
}
@@ -151550,31 +151873,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 66964,
- 66968
+ 67115,
+ 67119
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 42
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 46
}
}
},
"range": [
- 66957,
- 66968
+ 67108,
+ 67119
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 35
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 46
}
}
@@ -151583,16 +151906,16 @@
{
"type": "ThisExpression",
"range": [
- 66969,
- 66973
+ 67120,
+ 67124
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 47
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 51
}
}
@@ -151606,16 +151929,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 66975,
- 66978
+ 67126,
+ 67129
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 53
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 56
}
}
@@ -151624,31 +151947,31 @@
"type": "Identifier",
"name": "trim",
"range": [
- 66979,
- 66983
+ 67130,
+ 67134
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 57
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 61
}
}
},
"range": [
- 66975,
- 66983
+ 67126,
+ 67134
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 53
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 61
}
}
@@ -151658,32 +151981,32 @@
"type": "Identifier",
"name": "sA",
"range": [
- 66984,
- 66986
+ 67135,
+ 67137
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 62
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 64
}
}
}
],
"range": [
- 66975,
- 66987
+ 67126,
+ 67138
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 53
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 65
}
}
@@ -151692,16 +152015,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 66989,
- 66997
+ 67140,
+ 67148
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 67
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 75
}
}
@@ -151710,62 +152033,62 @@
"type": "Identifier",
"name": "j",
"range": [
- 66999,
- 67000
+ 67150,
+ 67151
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 77
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 78
}
}
}
],
"range": [
- 66957,
- 67001
+ 67108,
+ 67152
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 35
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 79
}
}
},
"range": [
- 66942,
- 67001
+ 67093,
+ 67152
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 20
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 79
}
}
},
"range": [
- 66942,
- 67002
+ 67093,
+ 67153
],
"loc": {
"start": {
- "line": 1791,
+ "line": 1794,
"column": 20
},
"end": {
- "line": 1791,
+ "line": 1794,
"column": 80
}
}
@@ -151781,16 +152104,16 @@
"type": "Identifier",
"name": "highlight",
"range": [
- 67023,
- 67032
+ 67174,
+ 67183
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 20
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 29
}
}
@@ -151799,31 +152122,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 67033,
- 67037
+ 67184,
+ 67188
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 30
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 34
}
}
},
"range": [
- 67023,
- 67037
+ 67174,
+ 67188
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 20
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 34
}
}
@@ -151832,16 +152155,16 @@
{
"type": "ThisExpression",
"range": [
- 67038,
- 67042
+ 67189,
+ 67193
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 35
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 39
}
}
@@ -151850,16 +152173,16 @@
"type": "Identifier",
"name": "sA",
"range": [
- 67044,
- 67046
+ 67195,
+ 67197
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 41
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 43
}
}
@@ -151871,16 +152194,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 67048,
- 67057
+ 67199,
+ 67208
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 45
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 54
}
}
@@ -151889,31 +152212,31 @@
"type": "Identifier",
"name": "j",
"range": [
- 67058,
- 67059
+ 67209,
+ 67210
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 55
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 56
}
}
},
"range": [
- 67048,
- 67060
+ 67199,
+ 67211
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 45
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 57
}
}
@@ -151925,16 +152248,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 67062,
- 67066
+ 67213,
+ 67217
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 59
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 63
}
}
@@ -151943,78 +152266,78 @@
"type": "Identifier",
"name": "j",
"range": [
- 67067,
- 67068
+ 67218,
+ 67219
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 64
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 65
}
}
},
"range": [
- 67062,
- 67069
+ 67213,
+ 67220
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 59
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 66
}
}
}
],
"range": [
- 67023,
- 67070
+ 67174,
+ 67221
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 20
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 67
}
}
},
"range": [
- 67023,
- 67071
+ 67174,
+ 67222
],
"loc": {
"start": {
- "line": 1792,
+ "line": 1795,
"column": 20
},
"end": {
- "line": 1792,
+ "line": 1795,
"column": 68
}
}
}
],
"range": [
- 66920,
- 67089
+ 67071,
+ 67240
],
"loc": {
"start": {
- "line": 1790,
+ "line": 1793,
"column": 21
},
"end": {
- "line": 1793,
+ "line": 1796,
"column": 17
}
},
@@ -152023,16 +152346,16 @@
"type": "Line",
"value": "single search parameter",
"range": [
- 66873,
- 66898
+ 67024,
+ 67049
],
"loc": {
"start": {
- "line": 1789,
+ "line": 1792,
"column": 16
},
"end": {
- "line": 1789,
+ "line": 1792,
"column": 41
}
}
@@ -152040,16 +152363,16 @@
]
},
"range": [
- 66141,
- 67089
+ 66292,
+ 67240
],
"loc": {
"start": {
- "line": 1772,
+ "line": 1775,
"column": 16
},
"end": {
- "line": 1793,
+ "line": 1796,
"column": 17
}
},
@@ -152058,16 +152381,16 @@
"type": "Line",
"value": "multiple sarch parameters",
"range": [
- 66097,
- 66124
+ 66248,
+ 66275
],
"loc": {
"start": {
- "line": 1771,
+ "line": 1774,
"column": 16
},
"end": {
- "line": 1771,
+ "line": 1774,
"column": 43
}
}
@@ -152078,16 +152401,16 @@
"type": "Line",
"value": "else single param",
"range": [
- 67089,
- 67108
+ 67240,
+ 67259
],
"loc": {
"start": {
- "line": 1793,
+ "line": 1796,
"column": 17
},
"end": {
- "line": 1793,
+ "line": 1796,
"column": 36
}
}
@@ -152106,16 +152429,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 67130,
- 67139
+ 67281,
+ 67290
],
"loc": {
"start": {
- "line": 1795,
+ "line": 1798,
"column": 20
},
"end": {
- "line": 1795,
+ "line": 1798,
"column": 29
}
}
@@ -152124,47 +152447,47 @@
"type": "Identifier",
"name": "j",
"range": [
- 67140,
- 67141
+ 67291,
+ 67292
],
"loc": {
"start": {
- "line": 1795,
+ "line": 1798,
"column": 30
},
"end": {
- "line": 1795,
+ "line": 1798,
"column": 31
}
}
},
"range": [
- 67130,
- 67142
+ 67281,
+ 67293
],
"loc": {
"start": {
- "line": 1795,
+ "line": 1798,
"column": 20
},
"end": {
- "line": 1795,
+ "line": 1798,
"column": 32
}
}
},
"prefix": true,
"range": [
- 67129,
- 67142
+ 67280,
+ 67293
],
"loc": {
"start": {
- "line": 1795,
+ "line": 1798,
"column": 19
},
"end": {
- "line": 1795,
+ "line": 1798,
"column": 32
}
}
@@ -152181,16 +152504,16 @@
"type": "Identifier",
"name": "isRowValid",
"range": [
- 67165,
- 67175
+ 67316,
+ 67326
],
"loc": {
"start": {
- "line": 1796,
+ "line": 1799,
"column": 20
},
"end": {
- "line": 1796,
+ "line": 1799,
"column": 30
}
}
@@ -152200,78 +152523,78 @@
"value": false,
"raw": "false",
"range": [
- 67178,
- 67183
+ 67329,
+ 67334
],
"loc": {
"start": {
- "line": 1796,
+ "line": 1799,
"column": 33
},
"end": {
- "line": 1796,
+ "line": 1799,
"column": 38
}
}
},
"range": [
- 67165,
- 67183
+ 67316,
+ 67334
],
"loc": {
"start": {
- "line": 1796,
+ "line": 1799,
"column": 20
},
"end": {
- "line": 1796,
+ "line": 1799,
"column": 38
}
}
},
"range": [
- 67165,
- 67184
+ 67316,
+ 67335
],
"loc": {
"start": {
- "line": 1796,
+ "line": 1799,
"column": 20
},
"end": {
- "line": 1796,
+ "line": 1799,
"column": 39
}
}
}
],
"range": [
- 67143,
- 67202
+ 67294,
+ 67353
],
"loc": {
"start": {
- "line": 1795,
+ "line": 1798,
"column": 33
},
"end": {
- "line": 1797,
+ "line": 1800,
"column": 17
}
}
},
"alternate": null,
"range": [
- 67126,
- 67202
+ 67277,
+ 67353
],
"loc": {
"start": {
- "line": 1795,
+ "line": 1798,
"column": 16
},
"end": {
- "line": 1797,
+ "line": 1800,
"column": 17
}
},
@@ -152280,16 +152603,16 @@
"type": "Line",
"value": "else single param",
"range": [
- 67089,
- 67108
+ 67240,
+ 67259
],
"loc": {
"start": {
- "line": 1793,
+ "line": 1796,
"column": 17
},
"end": {
- "line": 1793,
+ "line": 1796,
"column": 36
}
}
@@ -152307,16 +152630,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 67222,
- 67226
+ 67373,
+ 67377
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 19
},
"end": {
- "line": 1798,
+ "line": 1801,
"column": 23
}
}
@@ -152325,31 +152648,31 @@
"type": "Identifier",
"name": "singleSearchFlt",
"range": [
- 67227,
- 67242
+ 67378,
+ 67393
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 24
},
"end": {
- "line": 1798,
+ "line": 1801,
"column": 39
}
}
},
"range": [
- 67222,
- 67242
+ 67373,
+ 67393
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 19
},
"end": {
- "line": 1798,
+ "line": 1801,
"column": 39
}
}
@@ -152361,16 +152684,16 @@
"type": "Identifier",
"name": "occurence",
"range": [
- 67246,
- 67255
+ 67397,
+ 67406
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 43
},
"end": {
- "line": 1798,
+ "line": 1801,
"column": 52
}
}
@@ -152379,46 +152702,46 @@
"type": "Identifier",
"name": "j",
"range": [
- 67256,
- 67257
+ 67407,
+ 67408
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 53
},
"end": {
- "line": 1798,
+ "line": 1801,
"column": 54
}
}
},
"range": [
- 67246,
- 67258
+ 67397,
+ 67409
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 43
},
"end": {
- "line": 1798,
+ "line": 1801,
"column": 55
}
}
},
"range": [
- 67222,
- 67258
+ 67373,
+ 67409
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 19
},
"end": {
- "line": 1798,
+ "line": 1801,
"column": 55
}
}
@@ -152435,16 +152758,16 @@
"type": "Identifier",
"name": "singleFltRowValid",
"range": [
- 67281,
- 67298
+ 67432,
+ 67449
],
"loc": {
"start": {
- "line": 1799,
+ "line": 1802,
"column": 20
},
"end": {
- "line": 1799,
+ "line": 1802,
"column": 37
}
}
@@ -152454,313 +152777,60 @@
"value": true,
"raw": "true",
"range": [
- 67301,
- 67305
+ 67452,
+ 67456
],
"loc": {
"start": {
- "line": 1799,
+ "line": 1802,
"column": 40
},
"end": {
- "line": 1799,
+ "line": 1802,
"column": 44
}
}
},
"range": [
- 67281,
- 67305
+ 67432,
+ 67456
],
"loc": {
"start": {
- "line": 1799,
+ "line": 1802,
"column": 20
},
"end": {
- "line": 1799,
+ "line": 1802,
"column": 44
}
}
},
"range": [
- 67281,
- 67306
+ 67432,
+ 67457
],
"loc": {
"start": {
- "line": 1799,
+ "line": 1802,
"column": 20
},
"end": {
- "line": 1799,
+ "line": 1802,
"column": 45
}
}
}
],
"range": [
- 67259,
- 67324
+ 67410,
+ 67475
],
"loc": {
"start": {
- "line": 1798,
+ "line": 1801,
"column": 56
},
- "end": {
- "line": 1800,
- "column": 17
- }
- }
- },
- "alternate": null,
- "range": [
- 67219,
- 67324
- ],
- "loc": {
- "start": {
- "line": 1798,
- "column": 16
- },
- "end": {
- "line": 1800,
- "column": 17
- }
- }
- },
- {
- "type": "IfStatement",
- "test": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67344,
- 67348
- ],
- "loc": {
- "start": {
- "line": 1801,
- "column": 19
- },
- "end": {
- "line": 1801,
- "column": 23
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "popupFilters",
- "range": [
- 67349,
- 67361
- ],
- "loc": {
- "start": {
- "line": 1801,
- "column": 24
- },
- "end": {
- "line": 1801,
- "column": 36
- }
- }
- },
- "range": [
- 67344,
- 67361
- ],
- "loc": {
- "start": {
- "line": 1801,
- "column": 19
- },
- "end": {
- "line": 1801,
- "column": 36
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "Identifier",
- "name": "Mod",
- "range": [
- 67384,
- 67387
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 20
- },
- "end": {
- "line": 1802,
- "column": 23
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "popupFilter",
- "range": [
- 67388,
- 67399
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 24
- },
- "end": {
- "line": 1802,
- "column": 35
- }
- }
- },
- "range": [
- 67384,
- 67399
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 20
- },
- "end": {
- "line": 1802,
- "column": 35
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "buildIcon",
- "range": [
- 67400,
- 67409
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 36
- },
- "end": {
- "line": 1802,
- "column": 45
- }
- }
- },
- "range": [
- 67384,
- 67409
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 20
- },
- "end": {
- "line": 1802,
- "column": 45
- }
- }
- },
- "arguments": [
- {
- "type": "Identifier",
- "name": "j",
- "range": [
- 67410,
- 67411
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 46
- },
- "end": {
- "line": 1802,
- "column": 47
- }
- }
- },
- {
- "type": "Literal",
- "value": true,
- "raw": "true",
- "range": [
- 67413,
- 67417
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 49
- },
- "end": {
- "line": 1802,
- "column": 53
- }
- }
- }
- ],
- "range": [
- 67384,
- 67418
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 20
- },
- "end": {
- "line": 1802,
- "column": 54
- }
- }
- },
- "range": [
- 67384,
- 67419
- ],
- "loc": {
- "start": {
- "line": 1802,
- "column": 20
- },
- "end": {
- "line": 1802,
- "column": 55
- }
- }
- }
- ],
- "range": [
- 67362,
- 67437
- ],
- "loc": {
- "start": {
- "line": 1801,
- "column": 37
- },
"end": {
"line": 1803,
"column": 17
@@ -152769,8 +152839,8 @@
},
"alternate": null,
"range": [
- 67341,
- 67437
+ 67370,
+ 67475
],
"loc": {
"start": {
@@ -152791,8 +152861,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 67457,
- 67461
+ 67495,
+ 67499
],
"loc": {
"start": {
@@ -152807,10 +152877,10 @@
},
"property": {
"type": "Identifier",
- "name": "markActiveColumns",
+ "name": "popupFilters",
"range": [
- 67462,
- 67479
+ 67500,
+ 67512
],
"loc": {
"start": {
@@ -152819,1466 +152889,21 @@
},
"end": {
"line": 1804,
- "column": 41
- }
- }
- },
- "range": [
- 67457,
- 67479
- ],
- "loc": {
- "start": {
- "line": 1804,
- "column": 19
- },
- "end": {
- "line": 1804,
- "column": 41
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "IfStatement",
- "test": {
- "type": "BinaryExpression",
- "operator": "===",
- "left": {
- "type": "Identifier",
- "name": "k",
- "range": [
- 67505,
- 67506
- ],
- "loc": {
- "start": {
- "line": 1805,
- "column": 23
- },
- "end": {
- "line": 1805,
- "column": 24
- }
- }
- },
- "right": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67511,
- 67515
- ],
- "loc": {
- "start": {
- "line": 1805,
- "column": 29
- },
- "end": {
- "line": 1805,
- "column": 33
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "refRow",
- "range": [
- 67516,
- 67522
- ],
- "loc": {
- "start": {
- "line": 1805,
- "column": 34
- },
- "end": {
- "line": 1805,
- "column": 40
- }
- }
- },
- "range": [
- 67511,
- 67522
- ],
- "loc": {
- "start": {
- "line": 1805,
- "column": 29
- },
- "end": {
- "line": 1805,
- "column": 40
- }
- }
- },
- "range": [
- 67505,
- 67522
- ],
- "loc": {
- "start": {
- "line": 1805,
- "column": 23
- },
- "end": {
- "line": 1805,
- "column": 40
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "IfStatement",
- "test": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67552,
- 67556
- ],
- "loc": {
- "start": {
- "line": 1806,
- "column": 27
- },
- "end": {
- "line": 1806,
- "column": 31
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "onBeforeActiveColumn",
- "range": [
- 67557,
- 67577
- ],
- "loc": {
- "start": {
- "line": 1806,
- "column": 32
- },
- "end": {
- "line": 1806,
- "column": 52
- }
- }
- },
- "range": [
- 67552,
- 67577
- ],
- "loc": {
- "start": {
- "line": 1806,
- "column": 27
- },
- "end": {
- "line": 1806,
- "column": 52
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67608,
- 67612
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 28
- },
- "end": {
- "line": 1807,
- "column": 32
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "onBeforeActiveColumn",
- "range": [
- 67613,
- 67633
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 33
- },
- "end": {
- "line": 1807,
- "column": 53
- }
- }
- },
- "range": [
- 67608,
- 67633
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 28
- },
- "end": {
- "line": 1807,
- "column": 53
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "call",
- "range": [
- 67634,
- 67638
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 54
- },
- "end": {
- "line": 1807,
- "column": 58
- }
- }
- },
- "range": [
- 67608,
- 67638
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 28
- },
- "end": {
- "line": 1807,
- "column": 58
- }
- }
- },
- "arguments": [
- {
- "type": "Literal",
- "value": null,
- "raw": "null",
- "range": [
- 67639,
- 67643
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 59
- },
- "end": {
- "line": 1807,
- "column": 63
- }
- }
- },
- {
- "type": "ThisExpression",
- "range": [
- 67645,
- 67649
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 65
- },
- "end": {
- "line": 1807,
- "column": 69
- }
- }
- },
- {
- "type": "Identifier",
- "name": "j",
- "range": [
- 67651,
- 67652
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 71
- },
- "end": {
- "line": 1807,
- "column": 72
- }
- }
- }
- ],
- "range": [
- 67608,
- 67653
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 28
- },
- "end": {
- "line": 1807,
- "column": 73
- }
- }
- },
- "range": [
- 67608,
- 67654
- ],
- "loc": {
- "start": {
- "line": 1807,
- "column": 28
- },
- "end": {
- "line": 1807,
- "column": 74
- }
- }
- }
- ],
- "range": [
- 67578,
- 67680
- ],
- "loc": {
- "start": {
- "line": 1806,
- "column": 53
- },
- "end": {
- "line": 1808,
- "column": 25
- }
- }
- },
- "alternate": null,
- "range": [
- 67549,
- 67680
- ],
- "loc": {
- "start": {
- "line": 1806,
- "column": 24
- },
- "end": {
- "line": 1808,
- "column": 25
- }
- }
- },
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "Identifier",
- "name": "Dom",
- "range": [
- 67705,
- 67708
- ],
- "loc": {
- "start": {
- "line": 1809,
- "column": 24
- },
- "end": {
- "line": 1809,
- "column": 27
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "addClass",
- "range": [
- 67709,
- 67717
- ],
- "loc": {
- "start": {
- "line": 1809,
- "column": 28
- },
- "end": {
- "line": 1809,
- "column": 36
- }
- }
- },
- "range": [
- 67705,
- 67717
- ],
- "loc": {
- "start": {
- "line": 1809,
- "column": 24
- },
- "end": {
- "line": 1809,
- "column": 36
- }
- }
- },
- "arguments": [
- {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67747,
- 67751
- ],
- "loc": {
- "start": {
- "line": 1810,
- "column": 28
- },
- "end": {
- "line": 1810,
- "column": 32
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "getHeaderElement",
- "range": [
- 67752,
- 67768
- ],
- "loc": {
- "start": {
- "line": 1810,
- "column": 33
- },
- "end": {
- "line": 1810,
- "column": 49
- }
- }
- },
- "range": [
- 67747,
- 67768
- ],
- "loc": {
- "start": {
- "line": 1810,
- "column": 28
- },
- "end": {
- "line": 1810,
- "column": 49
- }
- }
- },
- "arguments": [
- {
- "type": "Identifier",
- "name": "j",
- "range": [
- 67769,
- 67770
- ],
- "loc": {
- "start": {
- "line": 1810,
- "column": 50
- },
- "end": {
- "line": 1810,
- "column": 51
- }
- }
- }
- ],
- "range": [
- 67747,
- 67771
- ],
- "loc": {
- "start": {
- "line": 1810,
- "column": 28
- },
- "end": {
- "line": 1810,
- "column": 52
- }
- }
- },
- {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67801,
- 67805
- ],
- "loc": {
- "start": {
- "line": 1811,
- "column": 28
- },
- "end": {
- "line": 1811,
- "column": 32
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "activeColumnsCssClass",
- "range": [
- 67806,
- 67827
- ],
- "loc": {
- "start": {
- "line": 1811,
- "column": 33
- },
- "end": {
- "line": 1811,
- "column": 54
- }
- }
- },
- "range": [
- 67801,
- 67827
- ],
- "loc": {
- "start": {
- "line": 1811,
- "column": 28
- },
- "end": {
- "line": 1811,
- "column": 54
- }
- }
- }
- ],
- "range": [
- 67705,
- 67828
- ],
- "loc": {
- "start": {
- "line": 1809,
- "column": 24
- },
- "end": {
- "line": 1811,
- "column": 55
- }
- }
- },
- "range": [
- 67705,
- 67829
- ],
- "loc": {
- "start": {
- "line": 1809,
- "column": 24
- },
- "end": {
- "line": 1811,
- "column": 56
- }
- }
- },
- {
- "type": "IfStatement",
- "test": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67857,
- 67861
- ],
- "loc": {
- "start": {
- "line": 1812,
- "column": 27
- },
- "end": {
- "line": 1812,
- "column": 31
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "onAfterActiveColumn",
- "range": [
- 67862,
- 67881
- ],
- "loc": {
- "start": {
- "line": 1812,
- "column": 32
- },
- "end": {
- "line": 1812,
- "column": 51
- }
- }
- },
- "range": [
- 67857,
- 67881
- ],
- "loc": {
- "start": {
- "line": 1812,
- "column": 27
- },
- "end": {
- "line": 1812,
- "column": 51
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 67912,
- 67916
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 28
- },
- "end": {
- "line": 1813,
- "column": 32
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "onAfterActiveColumn",
- "range": [
- 67917,
- 67936
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 33
- },
- "end": {
- "line": 1813,
- "column": 52
- }
- }
- },
- "range": [
- 67912,
- 67936
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 28
- },
- "end": {
- "line": 1813,
- "column": 52
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "call",
- "range": [
- 67937,
- 67941
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 53
- },
- "end": {
- "line": 1813,
- "column": 57
- }
- }
- },
- "range": [
- 67912,
- 67941
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 28
- },
- "end": {
- "line": 1813,
- "column": 57
- }
- }
- },
- "arguments": [
- {
- "type": "Literal",
- "value": null,
- "raw": "null",
- "range": [
- 67942,
- 67946
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 58
- },
- "end": {
- "line": 1813,
- "column": 62
- }
- }
- },
- {
- "type": "ThisExpression",
- "range": [
- 67948,
- 67952
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 64
- },
- "end": {
- "line": 1813,
- "column": 68
- }
- }
- },
- {
- "type": "Identifier",
- "name": "j",
- "range": [
- 67954,
- 67955
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 70
- },
- "end": {
- "line": 1813,
- "column": 71
- }
- }
- }
- ],
- "range": [
- 67912,
- 67956
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 28
- },
- "end": {
- "line": 1813,
- "column": 72
- }
- }
- },
- "range": [
- 67912,
- 67957
- ],
- "loc": {
- "start": {
- "line": 1813,
- "column": 28
- },
- "end": {
- "line": 1813,
- "column": 73
- }
- }
- }
- ],
- "range": [
- 67882,
- 67983
- ],
- "loc": {
- "start": {
- "line": 1812,
- "column": 52
- },
- "end": {
- "line": 1814,
- "column": 25
- }
- }
- },
- "alternate": null,
- "range": [
- 67854,
- 67983
- ],
- "loc": {
- "start": {
- "line": 1812,
- "column": 24
- },
- "end": {
- "line": 1814,
- "column": 25
- }
- }
- }
- ],
- "range": [
- 67523,
- 68005
- ],
- "loc": {
- "start": {
- "line": 1805,
- "column": 41
- },
- "end": {
- "line": 1815,
- "column": 21
- }
- }
- },
- "alternate": null,
- "range": [
- 67502,
- 68005
- ],
- "loc": {
- "start": {
- "line": 1805,
- "column": 20
- },
- "end": {
- "line": 1815,
- "column": 21
- }
- }
- }
- ],
- "range": [
- 67480,
- 68023
- ],
- "loc": {
- "start": {
- "line": 1804,
- "column": 42
- },
- "end": {
- "line": 1816,
- "column": 17
- }
- }
- },
- "alternate": null,
- "range": [
- 67454,
- 68023
- ],
- "loc": {
- "start": {
- "line": 1804,
- "column": 16
- },
- "end": {
- "line": 1816,
- "column": 17
- }
- }
- }
- ],
- "range": [
- 65185,
- 68037
- ],
- "loc": {
- "start": {
- "line": 1750,
- "column": 40
- },
- "end": {
- "line": 1817,
- "column": 13
- }
- }
- },
- "range": [
- 65157,
- 68037
- ],
- "loc": {
- "start": {
- "line": 1750,
- "column": 12
- },
- "end": {
- "line": 1817,
- "column": 13
- }
- },
- "leadingComments": [
- {
- "type": "Line",
- "value": " this loop retrieves cell data",
- "range": [
- 65112,
- 65144
- ],
- "loc": {
- "start": {
- "line": 1749,
- "column": 12
- },
- "end": {
- "line": 1749,
- "column": 44
- }
- }
- }
- ],
- "trailingComments": [
- {
- "type": "Line",
- "value": "for j",
- "range": [
- 68037,
- 68044
- ],
- "loc": {
- "start": {
- "line": 1817,
- "column": 13
- },
- "end": {
- "line": 1817,
- "column": 20
- }
- }
- }
- ]
- },
- {
- "type": "IfStatement",
- "test": {
- "type": "LogicalExpression",
- "operator": "&&",
- "left": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 68061,
- 68065
- ],
- "loc": {
- "start": {
- "line": 1819,
- "column": 15
- },
- "end": {
- "line": 1819,
- "column": 19
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "singleSearchFlt",
- "range": [
- 68066,
- 68081
- ],
- "loc": {
- "start": {
- "line": 1819,
- "column": 20
- },
- "end": {
- "line": 1819,
- "column": 35
- }
- }
- },
- "range": [
- 68061,
- 68081
- ],
- "loc": {
- "start": {
- "line": 1819,
- "column": 15
- },
- "end": {
- "line": 1819,
- "column": 35
- }
- }
- },
- "right": {
- "type": "Identifier",
- "name": "singleFltRowValid",
- "range": [
- 68085,
- 68102
- ],
- "loc": {
- "start": {
- "line": 1819,
- "column": 39
- },
- "end": {
- "line": 1819,
- "column": 56
- }
- }
- },
- "range": [
- 68061,
- 68102
- ],
- "loc": {
- "start": {
- "line": 1819,
- "column": 15
- },
- "end": {
- "line": 1819,
- "column": 56
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "AssignmentExpression",
- "operator": "=",
- "left": {
- "type": "Identifier",
- "name": "isRowValid",
- "range": [
- 68121,
- 68131
- ],
- "loc": {
- "start": {
- "line": 1820,
- "column": 16
- },
- "end": {
- "line": 1820,
- "column": 26
- }
- }
- },
- "right": {
- "type": "Literal",
- "value": true,
- "raw": "true",
- "range": [
- 68134,
- 68138
- ],
- "loc": {
- "start": {
- "line": 1820,
- "column": 29
- },
- "end": {
- "line": 1820,
- "column": 33
- }
- }
- },
- "range": [
- 68121,
- 68138
- ],
- "loc": {
- "start": {
- "line": 1820,
- "column": 16
- },
- "end": {
- "line": 1820,
- "column": 33
- }
- }
- },
- "range": [
- 68121,
- 68139
- ],
- "loc": {
- "start": {
- "line": 1820,
- "column": 16
- },
- "end": {
- "line": 1820,
- "column": 34
- }
- }
- }
- ],
- "range": [
- 68103,
- 68153
- ],
- "loc": {
- "start": {
- "line": 1819,
- "column": 57
- },
- "end": {
- "line": 1821,
- "column": 13
- }
- }
- },
- "alternate": null,
- "range": [
- 68058,
- 68153
- ],
- "loc": {
- "start": {
- "line": 1819,
- "column": 12
- },
- "end": {
- "line": 1821,
- "column": 13
- }
- },
- "leadingComments": [
- {
- "type": "Line",
- "value": "for j",
- "range": [
- 68037,
- 68044
- ],
- "loc": {
- "start": {
- "line": 1817,
- "column": 13
- },
- "end": {
- "line": 1817,
- "column": 20
- }
- }
- }
- ]
- },
- {
- "type": "IfStatement",
- "test": {
- "type": "UnaryExpression",
- "operator": "!",
- "argument": {
- "type": "Identifier",
- "name": "isRowValid",
- "range": [
- 68171,
- 68181
- ],
- "loc": {
- "start": {
- "line": 1823,
- "column": 16
- },
- "end": {
- "line": 1823,
- "column": 26
- }
- }
- },
- "prefix": true,
- "range": [
- 68170,
- 68181
- ],
- "loc": {
- "start": {
- "line": 1823,
- "column": 15
- },
- "end": {
- "line": 1823,
- "column": 26
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 68200,
- 68204
- ],
- "loc": {
- "start": {
- "line": 1824,
- "column": 16
- },
- "end": {
- "line": 1824,
- "column": 20
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "validateRow",
- "range": [
- 68205,
- 68216
- ],
- "loc": {
- "start": {
- "line": 1824,
- "column": 21
- },
- "end": {
- "line": 1824,
- "column": 32
- }
- }
- },
- "range": [
- 68200,
- 68216
- ],
- "loc": {
- "start": {
- "line": 1824,
- "column": 16
- },
- "end": {
- "line": 1824,
- "column": 32
- }
- }
- },
- "arguments": [
- {
- "type": "Identifier",
- "name": "k",
- "range": [
- 68217,
- 68218
- ],
- "loc": {
- "start": {
- "line": 1824,
- "column": 33
- },
- "end": {
- "line": 1824,
- "column": 34
- }
- }
- },
- {
- "type": "Literal",
- "value": false,
- "raw": "false",
- "range": [
- 68220,
- 68225
- ],
- "loc": {
- "start": {
- "line": 1824,
- "column": 36
- },
- "end": {
- "line": 1824,
- "column": 41
- }
- }
- }
- ],
- "range": [
- 68200,
- 68226
- ],
- "loc": {
- "start": {
- "line": 1824,
- "column": 16
- },
- "end": {
- "line": 1824,
- "column": 42
- }
- }
- },
- "range": [
- 68200,
- 68227
- ],
- "loc": {
- "start": {
- "line": 1824,
- "column": 16
- },
- "end": {
- "line": 1824,
- "column": 43
- }
- }
- },
- {
- "type": "IfStatement",
- "test": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "Identifier",
- "name": "Mod",
- "range": [
- 68247,
- 68250
- ],
- "loc": {
- "start": {
- "line": 1825,
- "column": 19
- },
- "end": {
- "line": 1825,
- "column": 22
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "alternateRows",
- "range": [
- 68251,
- 68264
- ],
- "loc": {
- "start": {
- "line": 1825,
- "column": 23
- },
- "end": {
- "line": 1825,
"column": 36
}
}
},
"range": [
- 68247,
- 68264
+ 67495,
+ 67512
],
"loc": {
"start": {
- "line": 1825,
+ "line": 1804,
"column": 19
},
"end": {
- "line": 1825,
+ "line": 1804,
"column": 36
}
}
@@ -154300,16 +152925,1714 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 68287,
- 68290
+ 67535,
+ 67538
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1805,
"column": 20
},
"end": {
- "line": 1826,
+ "line": 1805,
+ "column": 23
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "popupFilter",
+ "range": [
+ 67539,
+ 67550
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 24
+ },
+ "end": {
+ "line": 1805,
+ "column": 35
+ }
+ }
+ },
+ "range": [
+ 67535,
+ 67550
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 20
+ },
+ "end": {
+ "line": 1805,
+ "column": 35
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "buildIcon",
+ "range": [
+ 67551,
+ 67560
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 36
+ },
+ "end": {
+ "line": 1805,
+ "column": 45
+ }
+ }
+ },
+ "range": [
+ 67535,
+ 67560
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 20
+ },
+ "end": {
+ "line": 1805,
+ "column": 45
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "name": "j",
+ "range": [
+ 67561,
+ 67562
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 46
+ },
+ "end": {
+ "line": 1805,
+ "column": 47
+ }
+ }
+ },
+ {
+ "type": "Literal",
+ "value": true,
+ "raw": "true",
+ "range": [
+ 67564,
+ 67568
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 49
+ },
+ "end": {
+ "line": 1805,
+ "column": 53
+ }
+ }
+ }
+ ],
+ "range": [
+ 67535,
+ 67569
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 20
+ },
+ "end": {
+ "line": 1805,
+ "column": 54
+ }
+ }
+ },
+ "range": [
+ 67535,
+ 67570
+ ],
+ "loc": {
+ "start": {
+ "line": 1805,
+ "column": 20
+ },
+ "end": {
+ "line": 1805,
+ "column": 55
+ }
+ }
+ }
+ ],
+ "range": [
+ 67513,
+ 67588
+ ],
+ "loc": {
+ "start": {
+ "line": 1804,
+ "column": 37
+ },
+ "end": {
+ "line": 1806,
+ "column": 17
+ }
+ }
+ },
+ "alternate": null,
+ "range": [
+ 67492,
+ 67588
+ ],
+ "loc": {
+ "start": {
+ "line": 1804,
+ "column": 16
+ },
+ "end": {
+ "line": 1806,
+ "column": 17
+ }
+ }
+ },
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 67608,
+ 67612
+ ],
+ "loc": {
+ "start": {
+ "line": 1807,
+ "column": 19
+ },
+ "end": {
+ "line": 1807,
+ "column": 23
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "markActiveColumns",
+ "range": [
+ 67613,
+ 67630
+ ],
+ "loc": {
+ "start": {
+ "line": 1807,
+ "column": 24
+ },
+ "end": {
+ "line": 1807,
+ "column": 41
+ }
+ }
+ },
+ "range": [
+ 67608,
+ 67630
+ ],
+ "loc": {
+ "start": {
+ "line": 1807,
+ "column": 19
+ },
+ "end": {
+ "line": 1807,
+ "column": 41
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "BinaryExpression",
+ "operator": "===",
+ "left": {
+ "type": "Identifier",
+ "name": "k",
+ "range": [
+ 67656,
+ 67657
+ ],
+ "loc": {
+ "start": {
+ "line": 1808,
+ "column": 23
+ },
+ "end": {
+ "line": 1808,
+ "column": 24
+ }
+ }
+ },
+ "right": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 67662,
+ 67666
+ ],
+ "loc": {
+ "start": {
+ "line": 1808,
+ "column": 29
+ },
+ "end": {
+ "line": 1808,
+ "column": 33
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "refRow",
+ "range": [
+ 67667,
+ 67673
+ ],
+ "loc": {
+ "start": {
+ "line": 1808,
+ "column": 34
+ },
+ "end": {
+ "line": 1808,
+ "column": 40
+ }
+ }
+ },
+ "range": [
+ 67662,
+ 67673
+ ],
+ "loc": {
+ "start": {
+ "line": 1808,
+ "column": 29
+ },
+ "end": {
+ "line": 1808,
+ "column": 40
+ }
+ }
+ },
+ "range": [
+ 67656,
+ 67673
+ ],
+ "loc": {
+ "start": {
+ "line": 1808,
+ "column": 23
+ },
+ "end": {
+ "line": 1808,
+ "column": 40
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 67703,
+ 67707
+ ],
+ "loc": {
+ "start": {
+ "line": 1809,
+ "column": 27
+ },
+ "end": {
+ "line": 1809,
+ "column": 31
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "onBeforeActiveColumn",
+ "range": [
+ 67708,
+ 67728
+ ],
+ "loc": {
+ "start": {
+ "line": 1809,
+ "column": 32
+ },
+ "end": {
+ "line": 1809,
+ "column": 52
+ }
+ }
+ },
+ "range": [
+ 67703,
+ 67728
+ ],
+ "loc": {
+ "start": {
+ "line": 1809,
+ "column": 27
+ },
+ "end": {
+ "line": 1809,
+ "column": 52
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 67759,
+ 67763
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 28
+ },
+ "end": {
+ "line": 1810,
+ "column": 32
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "onBeforeActiveColumn",
+ "range": [
+ 67764,
+ 67784
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 33
+ },
+ "end": {
+ "line": 1810,
+ "column": 53
+ }
+ }
+ },
+ "range": [
+ 67759,
+ 67784
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 28
+ },
+ "end": {
+ "line": 1810,
+ "column": 53
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "call",
+ "range": [
+ 67785,
+ 67789
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 54
+ },
+ "end": {
+ "line": 1810,
+ "column": 58
+ }
+ }
+ },
+ "range": [
+ 67759,
+ 67789
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 28
+ },
+ "end": {
+ "line": 1810,
+ "column": 58
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "Literal",
+ "value": null,
+ "raw": "null",
+ "range": [
+ 67790,
+ 67794
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 59
+ },
+ "end": {
+ "line": 1810,
+ "column": 63
+ }
+ }
+ },
+ {
+ "type": "ThisExpression",
+ "range": [
+ 67796,
+ 67800
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 65
+ },
+ "end": {
+ "line": 1810,
+ "column": 69
+ }
+ }
+ },
+ {
+ "type": "Identifier",
+ "name": "j",
+ "range": [
+ 67802,
+ 67803
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 71
+ },
+ "end": {
+ "line": 1810,
+ "column": 72
+ }
+ }
+ }
+ ],
+ "range": [
+ 67759,
+ 67804
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 28
+ },
+ "end": {
+ "line": 1810,
+ "column": 73
+ }
+ }
+ },
+ "range": [
+ 67759,
+ 67805
+ ],
+ "loc": {
+ "start": {
+ "line": 1810,
+ "column": 28
+ },
+ "end": {
+ "line": 1810,
+ "column": 74
+ }
+ }
+ }
+ ],
+ "range": [
+ 67729,
+ 67831
+ ],
+ "loc": {
+ "start": {
+ "line": 1809,
+ "column": 53
+ },
+ "end": {
+ "line": 1811,
+ "column": 25
+ }
+ }
+ },
+ "alternate": null,
+ "range": [
+ 67700,
+ 67831
+ ],
+ "loc": {
+ "start": {
+ "line": 1809,
+ "column": 24
+ },
+ "end": {
+ "line": 1811,
+ "column": 25
+ }
+ }
+ },
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "Identifier",
+ "name": "Dom",
+ "range": [
+ 67856,
+ 67859
+ ],
+ "loc": {
+ "start": {
+ "line": 1812,
+ "column": 24
+ },
+ "end": {
+ "line": 1812,
+ "column": 27
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "addClass",
+ "range": [
+ 67860,
+ 67868
+ ],
+ "loc": {
+ "start": {
+ "line": 1812,
+ "column": 28
+ },
+ "end": {
+ "line": 1812,
+ "column": 36
+ }
+ }
+ },
+ "range": [
+ 67856,
+ 67868
+ ],
+ "loc": {
+ "start": {
+ "line": 1812,
+ "column": 24
+ },
+ "end": {
+ "line": 1812,
+ "column": 36
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 67898,
+ 67902
+ ],
+ "loc": {
+ "start": {
+ "line": 1813,
+ "column": 28
+ },
+ "end": {
+ "line": 1813,
+ "column": 32
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "getHeaderElement",
+ "range": [
+ 67903,
+ 67919
+ ],
+ "loc": {
+ "start": {
+ "line": 1813,
+ "column": 33
+ },
+ "end": {
+ "line": 1813,
+ "column": 49
+ }
+ }
+ },
+ "range": [
+ 67898,
+ 67919
+ ],
+ "loc": {
+ "start": {
+ "line": 1813,
+ "column": 28
+ },
+ "end": {
+ "line": 1813,
+ "column": 49
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "name": "j",
+ "range": [
+ 67920,
+ 67921
+ ],
+ "loc": {
+ "start": {
+ "line": 1813,
+ "column": 50
+ },
+ "end": {
+ "line": 1813,
+ "column": 51
+ }
+ }
+ }
+ ],
+ "range": [
+ 67898,
+ 67922
+ ],
+ "loc": {
+ "start": {
+ "line": 1813,
+ "column": 28
+ },
+ "end": {
+ "line": 1813,
+ "column": 52
+ }
+ }
+ },
+ {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 67952,
+ 67956
+ ],
+ "loc": {
+ "start": {
+ "line": 1814,
+ "column": 28
+ },
+ "end": {
+ "line": 1814,
+ "column": 32
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "activeColumnsCssClass",
+ "range": [
+ 67957,
+ 67978
+ ],
+ "loc": {
+ "start": {
+ "line": 1814,
+ "column": 33
+ },
+ "end": {
+ "line": 1814,
+ "column": 54
+ }
+ }
+ },
+ "range": [
+ 67952,
+ 67978
+ ],
+ "loc": {
+ "start": {
+ "line": 1814,
+ "column": 28
+ },
+ "end": {
+ "line": 1814,
+ "column": 54
+ }
+ }
+ }
+ ],
+ "range": [
+ 67856,
+ 67979
+ ],
+ "loc": {
+ "start": {
+ "line": 1812,
+ "column": 24
+ },
+ "end": {
+ "line": 1814,
+ "column": 55
+ }
+ }
+ },
+ "range": [
+ 67856,
+ 67980
+ ],
+ "loc": {
+ "start": {
+ "line": 1812,
+ "column": 24
+ },
+ "end": {
+ "line": 1814,
+ "column": 56
+ }
+ }
+ },
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 68008,
+ 68012
+ ],
+ "loc": {
+ "start": {
+ "line": 1815,
+ "column": 27
+ },
+ "end": {
+ "line": 1815,
+ "column": 31
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "onAfterActiveColumn",
+ "range": [
+ 68013,
+ 68032
+ ],
+ "loc": {
+ "start": {
+ "line": 1815,
+ "column": 32
+ },
+ "end": {
+ "line": 1815,
+ "column": 51
+ }
+ }
+ },
+ "range": [
+ 68008,
+ 68032
+ ],
+ "loc": {
+ "start": {
+ "line": 1815,
+ "column": 27
+ },
+ "end": {
+ "line": 1815,
+ "column": 51
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 68063,
+ 68067
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 28
+ },
+ "end": {
+ "line": 1816,
+ "column": 32
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "onAfterActiveColumn",
+ "range": [
+ 68068,
+ 68087
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 33
+ },
+ "end": {
+ "line": 1816,
+ "column": 52
+ }
+ }
+ },
+ "range": [
+ 68063,
+ 68087
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 28
+ },
+ "end": {
+ "line": 1816,
+ "column": 52
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "call",
+ "range": [
+ 68088,
+ 68092
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 53
+ },
+ "end": {
+ "line": 1816,
+ "column": 57
+ }
+ }
+ },
+ "range": [
+ 68063,
+ 68092
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 28
+ },
+ "end": {
+ "line": 1816,
+ "column": 57
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "Literal",
+ "value": null,
+ "raw": "null",
+ "range": [
+ 68093,
+ 68097
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 58
+ },
+ "end": {
+ "line": 1816,
+ "column": 62
+ }
+ }
+ },
+ {
+ "type": "ThisExpression",
+ "range": [
+ 68099,
+ 68103
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 64
+ },
+ "end": {
+ "line": 1816,
+ "column": 68
+ }
+ }
+ },
+ {
+ "type": "Identifier",
+ "name": "j",
+ "range": [
+ 68105,
+ 68106
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 70
+ },
+ "end": {
+ "line": 1816,
+ "column": 71
+ }
+ }
+ }
+ ],
+ "range": [
+ 68063,
+ 68107
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 28
+ },
+ "end": {
+ "line": 1816,
+ "column": 72
+ }
+ }
+ },
+ "range": [
+ 68063,
+ 68108
+ ],
+ "loc": {
+ "start": {
+ "line": 1816,
+ "column": 28
+ },
+ "end": {
+ "line": 1816,
+ "column": 73
+ }
+ }
+ }
+ ],
+ "range": [
+ 68033,
+ 68134
+ ],
+ "loc": {
+ "start": {
+ "line": 1815,
+ "column": 52
+ },
+ "end": {
+ "line": 1817,
+ "column": 25
+ }
+ }
+ },
+ "alternate": null,
+ "range": [
+ 68005,
+ 68134
+ ],
+ "loc": {
+ "start": {
+ "line": 1815,
+ "column": 24
+ },
+ "end": {
+ "line": 1817,
+ "column": 25
+ }
+ }
+ }
+ ],
+ "range": [
+ 67674,
+ 68156
+ ],
+ "loc": {
+ "start": {
+ "line": 1808,
+ "column": 41
+ },
+ "end": {
+ "line": 1818,
+ "column": 21
+ }
+ }
+ },
+ "alternate": null,
+ "range": [
+ 67653,
+ 68156
+ ],
+ "loc": {
+ "start": {
+ "line": 1808,
+ "column": 20
+ },
+ "end": {
+ "line": 1818,
+ "column": 21
+ }
+ }
+ }
+ ],
+ "range": [
+ 67631,
+ 68174
+ ],
+ "loc": {
+ "start": {
+ "line": 1807,
+ "column": 42
+ },
+ "end": {
+ "line": 1819,
+ "column": 17
+ }
+ }
+ },
+ "alternate": null,
+ "range": [
+ 67605,
+ 68174
+ ],
+ "loc": {
+ "start": {
+ "line": 1807,
+ "column": 16
+ },
+ "end": {
+ "line": 1819,
+ "column": 17
+ }
+ }
+ }
+ ],
+ "range": [
+ 65336,
+ 68188
+ ],
+ "loc": {
+ "start": {
+ "line": 1753,
+ "column": 40
+ },
+ "end": {
+ "line": 1820,
+ "column": 13
+ }
+ }
+ },
+ "range": [
+ 65308,
+ 68188
+ ],
+ "loc": {
+ "start": {
+ "line": 1753,
+ "column": 12
+ },
+ "end": {
+ "line": 1820,
+ "column": 13
+ }
+ },
+ "leadingComments": [
+ {
+ "type": "Line",
+ "value": " this loop retrieves cell data",
+ "range": [
+ 65263,
+ 65295
+ ],
+ "loc": {
+ "start": {
+ "line": 1752,
+ "column": 12
+ },
+ "end": {
+ "line": 1752,
+ "column": 44
+ }
+ }
+ }
+ ],
+ "trailingComments": [
+ {
+ "type": "Line",
+ "value": "for j",
+ "range": [
+ 68188,
+ 68195
+ ],
+ "loc": {
+ "start": {
+ "line": 1820,
+ "column": 13
+ },
+ "end": {
+ "line": 1820,
+ "column": 20
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "LogicalExpression",
+ "operator": "&&",
+ "left": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 68212,
+ 68216
+ ],
+ "loc": {
+ "start": {
+ "line": 1822,
+ "column": 15
+ },
+ "end": {
+ "line": 1822,
+ "column": 19
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "singleSearchFlt",
+ "range": [
+ 68217,
+ 68232
+ ],
+ "loc": {
+ "start": {
+ "line": 1822,
+ "column": 20
+ },
+ "end": {
+ "line": 1822,
+ "column": 35
+ }
+ }
+ },
+ "range": [
+ 68212,
+ 68232
+ ],
+ "loc": {
+ "start": {
+ "line": 1822,
+ "column": 15
+ },
+ "end": {
+ "line": 1822,
+ "column": 35
+ }
+ }
+ },
+ "right": {
+ "type": "Identifier",
+ "name": "singleFltRowValid",
+ "range": [
+ 68236,
+ 68253
+ ],
+ "loc": {
+ "start": {
+ "line": 1822,
+ "column": 39
+ },
+ "end": {
+ "line": 1822,
+ "column": 56
+ }
+ }
+ },
+ "range": [
+ 68212,
+ 68253
+ ],
+ "loc": {
+ "start": {
+ "line": 1822,
+ "column": 15
+ },
+ "end": {
+ "line": 1822,
+ "column": 56
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "AssignmentExpression",
+ "operator": "=",
+ "left": {
+ "type": "Identifier",
+ "name": "isRowValid",
+ "range": [
+ 68272,
+ 68282
+ ],
+ "loc": {
+ "start": {
+ "line": 1823,
+ "column": 16
+ },
+ "end": {
+ "line": 1823,
+ "column": 26
+ }
+ }
+ },
+ "right": {
+ "type": "Literal",
+ "value": true,
+ "raw": "true",
+ "range": [
+ 68285,
+ 68289
+ ],
+ "loc": {
+ "start": {
+ "line": 1823,
+ "column": 29
+ },
+ "end": {
+ "line": 1823,
+ "column": 33
+ }
+ }
+ },
+ "range": [
+ 68272,
+ 68289
+ ],
+ "loc": {
+ "start": {
+ "line": 1823,
+ "column": 16
+ },
+ "end": {
+ "line": 1823,
+ "column": 33
+ }
+ }
+ },
+ "range": [
+ 68272,
+ 68290
+ ],
+ "loc": {
+ "start": {
+ "line": 1823,
+ "column": 16
+ },
+ "end": {
+ "line": 1823,
+ "column": 34
+ }
+ }
+ }
+ ],
+ "range": [
+ 68254,
+ 68304
+ ],
+ "loc": {
+ "start": {
+ "line": 1822,
+ "column": 57
+ },
+ "end": {
+ "line": 1824,
+ "column": 13
+ }
+ }
+ },
+ "alternate": null,
+ "range": [
+ 68209,
+ 68304
+ ],
+ "loc": {
+ "start": {
+ "line": 1822,
+ "column": 12
+ },
+ "end": {
+ "line": 1824,
+ "column": 13
+ }
+ },
+ "leadingComments": [
+ {
+ "type": "Line",
+ "value": "for j",
+ "range": [
+ 68188,
+ 68195
+ ],
+ "loc": {
+ "start": {
+ "line": 1820,
+ "column": 13
+ },
+ "end": {
+ "line": 1820,
+ "column": 20
+ }
+ }
+ }
+ ]
+ },
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "UnaryExpression",
+ "operator": "!",
+ "argument": {
+ "type": "Identifier",
+ "name": "isRowValid",
+ "range": [
+ 68322,
+ 68332
+ ],
+ "loc": {
+ "start": {
+ "line": 1826,
+ "column": 16
+ },
+ "end": {
+ "line": 1826,
+ "column": 26
+ }
+ }
+ },
+ "prefix": true,
+ "range": [
+ 68321,
+ 68332
+ ],
+ "loc": {
+ "start": {
+ "line": 1826,
+ "column": 15
+ },
+ "end": {
+ "line": 1826,
+ "column": 26
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 68351,
+ 68355
+ ],
+ "loc": {
+ "start": {
+ "line": 1827,
+ "column": 16
+ },
+ "end": {
+ "line": 1827,
+ "column": 20
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "validateRow",
+ "range": [
+ 68356,
+ 68367
+ ],
+ "loc": {
+ "start": {
+ "line": 1827,
+ "column": 21
+ },
+ "end": {
+ "line": 1827,
+ "column": 32
+ }
+ }
+ },
+ "range": [
+ 68351,
+ 68367
+ ],
+ "loc": {
+ "start": {
+ "line": 1827,
+ "column": 16
+ },
+ "end": {
+ "line": 1827,
+ "column": 32
+ }
+ }
+ },
+ "arguments": [
+ {
+ "type": "Identifier",
+ "name": "k",
+ "range": [
+ 68368,
+ 68369
+ ],
+ "loc": {
+ "start": {
+ "line": 1827,
+ "column": 33
+ },
+ "end": {
+ "line": 1827,
+ "column": 34
+ }
+ }
+ },
+ {
+ "type": "Literal",
+ "value": false,
+ "raw": "false",
+ "range": [
+ 68371,
+ 68376
+ ],
+ "loc": {
+ "start": {
+ "line": 1827,
+ "column": 36
+ },
+ "end": {
+ "line": 1827,
+ "column": 41
+ }
+ }
+ }
+ ],
+ "range": [
+ 68351,
+ 68377
+ ],
+ "loc": {
+ "start": {
+ "line": 1827,
+ "column": 16
+ },
+ "end": {
+ "line": 1827,
+ "column": 42
+ }
+ }
+ },
+ "range": [
+ 68351,
+ 68378
+ ],
+ "loc": {
+ "start": {
+ "line": 1827,
+ "column": 16
+ },
+ "end": {
+ "line": 1827,
+ "column": 43
+ }
+ }
+ },
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "Identifier",
+ "name": "Mod",
+ "range": [
+ 68398,
+ 68401
+ ],
+ "loc": {
+ "start": {
+ "line": 1828,
+ "column": 19
+ },
+ "end": {
+ "line": 1828,
+ "column": 22
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "alternateRows",
+ "range": [
+ 68402,
+ 68415
+ ],
+ "loc": {
+ "start": {
+ "line": 1828,
+ "column": 23
+ },
+ "end": {
+ "line": 1828,
+ "column": 36
+ }
+ }
+ },
+ "range": [
+ 68398,
+ 68415
+ ],
+ "loc": {
+ "start": {
+ "line": 1828,
+ "column": 19
+ },
+ "end": {
+ "line": 1828,
+ "column": 36
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "Identifier",
+ "name": "Mod",
+ "range": [
+ 68438,
+ 68441
+ ],
+ "loc": {
+ "start": {
+ "line": 1829,
+ "column": 20
+ },
+ "end": {
+ "line": 1829,
"column": 23
}
}
@@ -154318,31 +154641,31 @@
"type": "Identifier",
"name": "alternateRows",
"range": [
- 68291,
- 68304
+ 68442,
+ 68455
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1829,
"column": 24
},
"end": {
- "line": 1826,
+ "line": 1829,
"column": 37
}
}
},
"range": [
- 68287,
- 68304
+ 68438,
+ 68455
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1829,
"column": 20
},
"end": {
- "line": 1826,
+ "line": 1829,
"column": 37
}
}
@@ -154351,31 +154674,31 @@
"type": "Identifier",
"name": "removeRowBg",
"range": [
- 68305,
- 68316
+ 68456,
+ 68467
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1829,
"column": 38
},
"end": {
- "line": 1826,
+ "line": 1829,
"column": 49
}
}
},
"range": [
- 68287,
- 68316
+ 68438,
+ 68467
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1829,
"column": 20
},
"end": {
- "line": 1826,
+ "line": 1829,
"column": 49
}
}
@@ -154385,79 +154708,79 @@
"type": "Identifier",
"name": "k",
"range": [
- 68317,
- 68318
+ 68468,
+ 68469
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1829,
"column": 50
},
"end": {
- "line": 1826,
+ "line": 1829,
"column": 51
}
}
}
],
"range": [
- 68287,
- 68319
+ 68438,
+ 68470
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1829,
"column": 20
},
"end": {
- "line": 1826,
+ "line": 1829,
"column": 52
}
}
},
"range": [
- 68287,
- 68320
+ 68438,
+ 68471
],
"loc": {
"start": {
- "line": 1826,
+ "line": 1829,
"column": 20
},
"end": {
- "line": 1826,
+ "line": 1829,
"column": 53
}
}
}
],
"range": [
- 68265,
- 68338
+ 68416,
+ 68489
],
"loc": {
"start": {
- "line": 1825,
+ "line": 1828,
"column": 37
},
"end": {
- "line": 1827,
+ "line": 1830,
"column": 17
}
}
},
"alternate": null,
"range": [
- 68244,
- 68338
+ 68395,
+ 68489
],
"loc": {
"start": {
- "line": 1825,
+ "line": 1828,
"column": 16
},
"end": {
- "line": 1827,
+ "line": 1830,
"column": 17
}
},
@@ -154466,16 +154789,16 @@
"type": "Line",
"value": " always visible rows need to be counted as valid",
"range": [
- 68355,
- 68405
+ 68506,
+ 68556
],
"loc": {
"start": {
- "line": 1828,
+ "line": 1831,
"column": 16
},
"end": {
- "line": 1828,
+ "line": 1831,
"column": 66
}
}
@@ -154493,16 +154816,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68425,
- 68429
+ 68576,
+ 68580
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 19
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 23
}
}
@@ -154511,31 +154834,31 @@
"type": "Identifier",
"name": "hasVisibleRows",
"range": [
- 68430,
- 68444
+ 68581,
+ 68595
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 24
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 38
}
}
},
"range": [
- 68425,
- 68444
+ 68576,
+ 68595
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 19
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 38
}
}
@@ -154554,16 +154877,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68448,
- 68452
+ 68599,
+ 68603
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 42
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 46
}
}
@@ -154572,31 +154895,31 @@
"type": "Identifier",
"name": "visibleRows",
"range": [
- 68453,
- 68464
+ 68604,
+ 68615
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 47
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 58
}
}
},
"range": [
- 68448,
- 68464
+ 68599,
+ 68615
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 42
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 58
}
}
@@ -154605,31 +154928,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 68465,
- 68472
+ 68616,
+ 68623
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 59
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 66
}
}
},
"range": [
- 68448,
- 68472
+ 68599,
+ 68623
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 42
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 66
}
}
@@ -154639,32 +154962,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 68473,
- 68474
+ 68624,
+ 68625
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 67
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 68
}
}
}
],
"range": [
- 68448,
- 68475
+ 68599,
+ 68626
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 42
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 69
}
}
@@ -154677,62 +155000,62 @@
"value": 1,
"raw": "1",
"range": [
- 68481,
- 68482
+ 68632,
+ 68633
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 75
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 76
}
}
},
"prefix": true,
"range": [
- 68480,
- 68482
+ 68631,
+ 68633
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 74
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 76
}
}
},
"range": [
- 68448,
- 68482
+ 68599,
+ 68633
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 42
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 76
}
}
},
"range": [
- 68425,
- 68482
+ 68576,
+ 68633
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 19
},
"end": {
- "line": 1829,
+ "line": 1832,
"column": 76
}
}
@@ -154753,16 +155076,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68505,
- 68509
+ 68656,
+ 68660
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 20
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 24
}
}
@@ -154771,31 +155094,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 68510,
- 68524
+ 68661,
+ 68675
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 25
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 39
}
}
},
"range": [
- 68505,
- 68524
+ 68656,
+ 68675
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 20
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 39
}
}
@@ -154804,31 +155127,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 68525,
- 68529
+ 68676,
+ 68680
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 40
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 44
}
}
},
"range": [
- 68505,
- 68529
+ 68656,
+ 68680
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 20
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 44
}
}
@@ -154838,63 +155161,63 @@
"type": "Identifier",
"name": "k",
"range": [
- 68530,
- 68531
+ 68681,
+ 68682
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 45
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 46
}
}
}
],
"range": [
- 68505,
- 68532
+ 68656,
+ 68683
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 20
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 47
}
}
},
"range": [
- 68505,
- 68533
+ 68656,
+ 68684
],
"loc": {
"start": {
- "line": 1830,
+ "line": 1833,
"column": 20
},
"end": {
- "line": 1830,
+ "line": 1833,
"column": 48
}
}
}
],
"range": [
- 68483,
- 68551
+ 68634,
+ 68702
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 77
},
"end": {
- "line": 1831,
+ "line": 1834,
"column": 17
}
}
@@ -154911,78 +155234,78 @@
"type": "Identifier",
"name": "hiddenrows",
"range": [
- 68579,
- 68589
+ 68730,
+ 68740
],
"loc": {
"start": {
- "line": 1832,
+ "line": 1835,
"column": 20
},
"end": {
- "line": 1832,
+ "line": 1835,
"column": 30
}
}
},
"prefix": false,
"range": [
- 68579,
- 68591
+ 68730,
+ 68742
],
"loc": {
"start": {
- "line": 1832,
+ "line": 1835,
"column": 20
},
"end": {
- "line": 1832,
+ "line": 1835,
"column": 32
}
}
},
"range": [
- 68579,
- 68592
+ 68730,
+ 68743
],
"loc": {
"start": {
- "line": 1832,
+ "line": 1835,
"column": 20
},
"end": {
- "line": 1832,
+ "line": 1835,
"column": 33
}
}
}
],
"range": [
- 68557,
- 68610
+ 68708,
+ 68761
],
"loc": {
"start": {
- "line": 1831,
+ "line": 1834,
"column": 23
},
"end": {
- "line": 1833,
+ "line": 1836,
"column": 17
}
}
},
"range": [
- 68422,
- 68610
+ 68573,
+ 68761
],
"loc": {
"start": {
- "line": 1829,
+ "line": 1832,
"column": 16
},
"end": {
- "line": 1833,
+ "line": 1836,
"column": 17
}
},
@@ -154991,16 +155314,16 @@
"type": "Line",
"value": " always visible rows need to be counted as valid",
"range": [
- 68355,
- 68405
+ 68506,
+ 68556
],
"loc": {
"start": {
- "line": 1828,
+ "line": 1831,
"column": 16
},
"end": {
- "line": 1828,
+ "line": 1831,
"column": 66
}
}
@@ -155009,16 +155332,16 @@
}
],
"range": [
- 68182,
- 68624
+ 68333,
+ 68775
],
"loc": {
"start": {
- "line": 1823,
+ "line": 1826,
"column": 27
},
"end": {
- "line": 1834,
+ "line": 1837,
"column": 13
}
}
@@ -155036,16 +155359,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68648,
- 68652
+ 68799,
+ 68803
],
"loc": {
"start": {
- "line": 1835,
+ "line": 1838,
"column": 16
},
"end": {
- "line": 1835,
+ "line": 1838,
"column": 20
}
}
@@ -155054,31 +155377,31 @@
"type": "Identifier",
"name": "validateRow",
"range": [
- 68653,
- 68664
+ 68804,
+ 68815
],
"loc": {
"start": {
- "line": 1835,
+ "line": 1838,
"column": 21
},
"end": {
- "line": 1835,
+ "line": 1838,
"column": 32
}
}
},
"range": [
- 68648,
- 68664
+ 68799,
+ 68815
],
"loc": {
"start": {
- "line": 1835,
+ "line": 1838,
"column": 16
},
"end": {
- "line": 1835,
+ "line": 1838,
"column": 32
}
}
@@ -155088,16 +155411,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 68665,
- 68666
+ 68816,
+ 68817
],
"loc": {
"start": {
- "line": 1835,
+ "line": 1838,
"column": 33
},
"end": {
- "line": 1835,
+ "line": 1838,
"column": 34
}
}
@@ -155107,47 +155430,47 @@
"value": true,
"raw": "true",
"range": [
- 68668,
- 68672
+ 68819,
+ 68823
],
"loc": {
"start": {
- "line": 1835,
+ "line": 1838,
"column": 36
},
"end": {
- "line": 1835,
+ "line": 1838,
"column": 40
}
}
}
],
"range": [
- 68648,
- 68673
+ 68799,
+ 68824
],
"loc": {
"start": {
- "line": 1835,
+ "line": 1838,
"column": 16
},
"end": {
- "line": 1835,
+ "line": 1838,
"column": 41
}
}
},
"range": [
- 68648,
- 68674
+ 68799,
+ 68825
],
"loc": {
"start": {
- "line": 1835,
+ "line": 1838,
"column": 16
},
"end": {
- "line": 1835,
+ "line": 1838,
"column": 42
}
}
@@ -155165,16 +155488,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68691,
- 68695
+ 68842,
+ 68846
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 16
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 20
}
}
@@ -155183,31 +155506,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 68696,
- 68710
+ 68847,
+ 68861
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 21
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 35
}
}
},
"range": [
- 68691,
- 68710
+ 68842,
+ 68861
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 16
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 35
}
}
@@ -155216,31 +155539,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 68711,
- 68715
+ 68862,
+ 68866
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 36
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 40
}
}
},
"range": [
- 68691,
- 68715
+ 68842,
+ 68866
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 16
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 40
}
}
@@ -155250,47 +155573,47 @@
"type": "Identifier",
"name": "k",
"range": [
- 68716,
- 68717
+ 68867,
+ 68868
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 41
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 42
}
}
}
],
"range": [
- 68691,
- 68718
+ 68842,
+ 68869
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 16
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 43
}
}
},
"range": [
- 68691,
- 68719
+ 68842,
+ 68870
],
"loc": {
"start": {
- "line": 1836,
+ "line": 1839,
"column": 16
},
"end": {
- "line": 1836,
+ "line": 1839,
"column": 44
}
}
@@ -155303,16 +155626,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68739,
- 68743
+ 68890,
+ 68894
],
"loc": {
"start": {
- "line": 1837,
+ "line": 1840,
"column": 19
},
"end": {
- "line": 1837,
+ "line": 1840,
"column": 23
}
}
@@ -155321,31 +155644,31 @@
"type": "Identifier",
"name": "alternateRows",
"range": [
- 68744,
- 68757
+ 68895,
+ 68908
],
"loc": {
"start": {
- "line": 1837,
+ "line": 1840,
"column": 24
},
"end": {
- "line": 1837,
+ "line": 1840,
"column": 37
}
}
},
"range": [
- 68739,
- 68757
+ 68890,
+ 68908
],
"loc": {
"start": {
- "line": 1837,
+ "line": 1840,
"column": 19
},
"end": {
- "line": 1837,
+ "line": 1840,
"column": 37
}
}
@@ -155367,16 +155690,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 68780,
- 68783
+ 68931,
+ 68934
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 20
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 23
}
}
@@ -155385,31 +155708,31 @@
"type": "Identifier",
"name": "alternateRows",
"range": [
- 68784,
- 68797
+ 68935,
+ 68948
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 24
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 37
}
}
},
"range": [
- 68780,
- 68797
+ 68931,
+ 68948
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 20
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 37
}
}
@@ -155418,31 +155741,31 @@
"type": "Identifier",
"name": "setRowBg",
"range": [
- 68798,
- 68806
+ 68949,
+ 68957
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 38
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 46
}
}
},
"range": [
- 68780,
- 68806
+ 68931,
+ 68957
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 20
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 46
}
}
@@ -155452,16 +155775,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 68807,
- 68808
+ 68958,
+ 68959
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 47
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 48
}
}
@@ -155475,16 +155798,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68810,
- 68814
+ 68961,
+ 68965
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 50
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 54
}
}
@@ -155493,31 +155816,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 68815,
- 68829
+ 68966,
+ 68980
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 55
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 69
}
}
},
"range": [
- 68810,
- 68829
+ 68961,
+ 68980
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 50
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 69
}
}
@@ -155526,94 +155849,94 @@
"type": "Identifier",
"name": "length",
"range": [
- 68830,
- 68836
+ 68981,
+ 68987
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 70
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 76
}
}
},
"range": [
- 68810,
- 68836
+ 68961,
+ 68987
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 50
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 76
}
}
}
],
"range": [
- 68780,
- 68837
+ 68931,
+ 68988
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 20
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 77
}
}
},
"range": [
- 68780,
- 68838
+ 68931,
+ 68989
],
"loc": {
"start": {
- "line": 1838,
+ "line": 1841,
"column": 20
},
"end": {
- "line": 1838,
+ "line": 1841,
"column": 78
}
}
}
],
"range": [
- 68758,
- 68856
+ 68909,
+ 69007
],
"loc": {
"start": {
- "line": 1837,
+ "line": 1840,
"column": 38
},
"end": {
- "line": 1839,
+ "line": 1842,
"column": 17
}
}
},
"alternate": null,
"range": [
- 68736,
- 68856
+ 68887,
+ 69007
],
"loc": {
"start": {
- "line": 1837,
+ "line": 1840,
"column": 16
},
"end": {
- "line": 1839,
+ "line": 1842,
"column": 17
}
}
@@ -155626,16 +155949,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68876,
- 68880
+ 69027,
+ 69031
],
"loc": {
"start": {
- "line": 1840,
+ "line": 1843,
"column": 19
},
"end": {
- "line": 1840,
+ "line": 1843,
"column": 23
}
}
@@ -155644,31 +155967,31 @@
"type": "Identifier",
"name": "onRowValidated",
"range": [
- 68881,
- 68895
+ 69032,
+ 69046
],
"loc": {
"start": {
- "line": 1840,
+ "line": 1843,
"column": 24
},
"end": {
- "line": 1840,
+ "line": 1843,
"column": 38
}
}
},
"range": [
- 68876,
- 68895
+ 69027,
+ 69046
],
"loc": {
"start": {
- "line": 1840,
+ "line": 1843,
"column": 19
},
"end": {
- "line": 1840,
+ "line": 1843,
"column": 38
}
}
@@ -155689,16 +156012,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 68918,
- 68922
+ 69069,
+ 69073
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 20
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 24
}
}
@@ -155707,31 +156030,31 @@
"type": "Identifier",
"name": "onRowValidated",
"range": [
- 68923,
- 68937
+ 69074,
+ 69088
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 25
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 39
}
}
},
"range": [
- 68918,
- 68937
+ 69069,
+ 69088
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 20
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 39
}
}
@@ -155740,31 +156063,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 68938,
- 68942
+ 69089,
+ 69093
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 40
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 44
}
}
},
"range": [
- 68918,
- 68942
+ 69069,
+ 69093
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 20
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 44
}
}
@@ -155775,16 +156098,16 @@
"value": null,
"raw": "null",
"range": [
- 68943,
- 68947
+ 69094,
+ 69098
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 45
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 49
}
}
@@ -155792,16 +156115,16 @@
{
"type": "ThisExpression",
"range": [
- 68949,
- 68953
+ 69100,
+ 69104
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 51
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 55
}
}
@@ -155810,141 +156133,141 @@
"type": "Identifier",
"name": "k",
"range": [
- 68955,
- 68956
+ 69106,
+ 69107
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 57
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 58
}
}
}
],
"range": [
- 68918,
- 68957
+ 69069,
+ 69108
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 20
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 59
}
}
},
"range": [
- 68918,
- 68958
+ 69069,
+ 69109
],
"loc": {
"start": {
- "line": 1841,
+ "line": 1844,
"column": 20
},
"end": {
- "line": 1841,
+ "line": 1844,
"column": 60
}
}
}
],
"range": [
- 68896,
- 68976
+ 69047,
+ 69127
],
"loc": {
"start": {
- "line": 1840,
+ "line": 1843,
"column": 39
},
"end": {
- "line": 1842,
+ "line": 1845,
"column": 17
}
}
},
"alternate": null,
"range": [
- 68873,
- 68976
+ 69024,
+ 69127
],
"loc": {
"start": {
- "line": 1840,
+ "line": 1843,
"column": 16
},
"end": {
- "line": 1842,
+ "line": 1845,
"column": 17
}
}
}
],
"range": [
- 68630,
- 68990
+ 68781,
+ 69141
],
"loc": {
"start": {
- "line": 1834,
+ "line": 1837,
"column": 19
},
"end": {
- "line": 1843,
+ "line": 1846,
"column": 13
}
}
},
"range": [
- 68167,
- 68990
+ 68318,
+ 69141
],
"loc": {
"start": {
- "line": 1823,
+ "line": 1826,
"column": 12
},
"end": {
- "line": 1843,
+ "line": 1846,
"column": 13
}
}
}
],
"range": [
- 64552,
- 69000
+ 64703,
+ 69151
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 50
},
"end": {
- "line": 1844,
+ "line": 1847,
"column": 9
}
}
},
"range": [
- 64510,
- 69000
+ 64661,
+ 69151
],
"loc": {
"start": {
- "line": 1730,
+ "line": 1733,
"column": 8
},
"end": {
- "line": 1844,
+ "line": 1847,
"column": 9
}
},
@@ -155953,16 +156276,16 @@
"type": "Line",
"value": "fn",
"range": [
- 64496,
- 64500
+ 64647,
+ 64651
],
"loc": {
"start": {
- "line": 1728,
+ "line": 1731,
"column": 9
},
"end": {
- "line": 1728,
+ "line": 1731,
"column": 13
}
}
@@ -155973,16 +156296,16 @@
"type": "Line",
"value": " for k",
"range": [
- 69000,
- 69008
+ 69151,
+ 69159
],
"loc": {
"start": {
- "line": 1844,
+ "line": 1847,
"column": 9
},
"end": {
- "line": 1844,
+ "line": 1847,
"column": 17
}
}
@@ -156000,16 +156323,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69018,
- 69022
+ 69169,
+ 69173
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 8
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 12
}
}
@@ -156018,31 +156341,31 @@
"type": "Identifier",
"name": "nbVisibleRows",
"range": [
- 69023,
- 69036
+ 69174,
+ 69187
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 13
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 26
}
}
},
"range": [
- 69018,
- 69036
+ 69169,
+ 69187
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 8
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 26
}
}
@@ -156056,16 +156379,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69039,
- 69043
+ 69190,
+ 69194
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 29
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 33
}
}
@@ -156074,31 +156397,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 69044,
- 69058
+ 69195,
+ 69209
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 34
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 48
}
}
},
"range": [
- 69039,
- 69058
+ 69190,
+ 69209
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 29
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 48
}
}
@@ -156107,61 +156430,61 @@
"type": "Identifier",
"name": "length",
"range": [
- 69059,
- 69065
+ 69210,
+ 69216
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 49
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 55
}
}
},
"range": [
- 69039,
- 69065
+ 69190,
+ 69216
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 29
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 55
}
}
},
"range": [
- 69018,
- 69065
+ 69169,
+ 69216
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 8
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 55
}
}
},
"range": [
- 69018,
- 69066
+ 69169,
+ 69217
],
"loc": {
"start": {
- "line": 1846,
+ "line": 1849,
"column": 8
},
"end": {
- "line": 1846,
+ "line": 1849,
"column": 56
}
},
@@ -156170,16 +156493,16 @@
"type": "Line",
"value": " for k",
"range": [
- 69000,
- 69008
+ 69151,
+ 69159
],
"loc": {
"start": {
- "line": 1844,
+ "line": 1847,
"column": 9
},
"end": {
- "line": 1844,
+ "line": 1847,
"column": 17
}
}
@@ -156197,16 +156520,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69075,
- 69079
+ 69226,
+ 69230
],
"loc": {
"start": {
- "line": 1847,
+ "line": 1850,
"column": 8
},
"end": {
- "line": 1847,
+ "line": 1850,
"column": 12
}
}
@@ -156215,31 +156538,31 @@
"type": "Identifier",
"name": "nbHiddenRows",
"range": [
- 69080,
- 69092
+ 69231,
+ 69243
],
"loc": {
"start": {
- "line": 1847,
+ "line": 1850,
"column": 13
},
"end": {
- "line": 1847,
+ "line": 1850,
"column": 25
}
}
},
"range": [
- 69075,
- 69092
+ 69226,
+ 69243
],
"loc": {
"start": {
- "line": 1847,
+ "line": 1850,
"column": 8
},
"end": {
- "line": 1847,
+ "line": 1850,
"column": 25
}
}
@@ -156248,46 +156571,46 @@
"type": "Identifier",
"name": "hiddenrows",
"range": [
- 69095,
- 69105
+ 69246,
+ 69256
],
"loc": {
"start": {
- "line": 1847,
+ "line": 1850,
"column": 28
},
"end": {
- "line": 1847,
+ "line": 1850,
"column": 38
}
}
},
"range": [
- 69075,
- 69105
+ 69226,
+ 69256
],
"loc": {
"start": {
- "line": 1847,
+ "line": 1850,
"column": 8
},
"end": {
- "line": 1847,
+ "line": 1850,
"column": 38
}
}
},
"range": [
- 69075,
- 69106
+ 69226,
+ 69257
],
"loc": {
"start": {
- "line": 1847,
+ "line": 1850,
"column": 8
},
"end": {
- "line": 1847,
+ "line": 1850,
"column": 39
}
}
@@ -156300,16 +156623,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69119,
- 69123
+ 69270,
+ 69274
],
"loc": {
"start": {
- "line": 1849,
+ "line": 1852,
"column": 11
},
"end": {
- "line": 1849,
+ "line": 1852,
"column": 15
}
}
@@ -156318,31 +156641,31 @@
"type": "Identifier",
"name": "rememberGridValues",
"range": [
- 69124,
- 69142
+ 69275,
+ 69293
],
"loc": {
"start": {
- "line": 1849,
+ "line": 1852,
"column": 16
},
"end": {
- "line": 1849,
+ "line": 1852,
"column": 34
}
}
},
"range": [
- 69119,
- 69142
+ 69270,
+ 69293
],
"loc": {
"start": {
- "line": 1849,
+ "line": 1852,
"column": 11
},
"end": {
- "line": 1849,
+ "line": 1852,
"column": 34
}
}
@@ -156364,16 +156687,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 69157,
- 69160
+ 69308,
+ 69311
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 12
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 15
}
}
@@ -156382,31 +156705,31 @@
"type": "Identifier",
"name": "store",
"range": [
- 69161,
- 69166
+ 69312,
+ 69317
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 16
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 21
}
}
},
"range": [
- 69157,
- 69166
+ 69308,
+ 69317
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 12
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 21
}
}
@@ -156415,31 +156738,31 @@
"type": "Identifier",
"name": "saveFilterValues",
"range": [
- 69167,
- 69183
+ 69318,
+ 69334
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 22
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 38
}
}
},
"range": [
- 69157,
- 69183
+ 69308,
+ 69334
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 12
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 38
}
}
@@ -156451,16 +156774,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69184,
- 69188
+ 69335,
+ 69339
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 39
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 43
}
}
@@ -156469,94 +156792,94 @@
"type": "Identifier",
"name": "fltsValuesCookie",
"range": [
- 69189,
- 69205
+ 69340,
+ 69356
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 44
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 60
}
}
},
"range": [
- 69184,
- 69205
+ 69335,
+ 69356
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 39
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 60
}
}
}
],
"range": [
- 69157,
- 69206
+ 69308,
+ 69357
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 12
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 61
}
}
},
"range": [
- 69157,
- 69207
+ 69308,
+ 69358
],
"loc": {
"start": {
- "line": 1850,
+ "line": 1853,
"column": 12
},
"end": {
- "line": 1850,
+ "line": 1853,
"column": 62
}
}
}
],
"range": [
- 69143,
- 69217
+ 69294,
+ 69368
],
"loc": {
"start": {
- "line": 1849,
+ "line": 1852,
"column": 35
},
"end": {
- "line": 1851,
+ "line": 1854,
"column": 9
}
}
},
"alternate": null,
"range": [
- 69116,
- 69217
+ 69267,
+ 69368
],
"loc": {
"start": {
- "line": 1849,
+ "line": 1852,
"column": 8
},
"end": {
- "line": 1851,
+ "line": 1854,
"column": 9
}
},
@@ -156565,16 +156888,16 @@
"type": "Line",
"value": "applies filter props after filtering process",
"range": [
- 69226,
- 69272
+ 69377,
+ 69423
],
"loc": {
"start": {
- "line": 1852,
+ "line": 1855,
"column": 8
},
"end": {
- "line": 1852,
+ "line": 1855,
"column": 54
}
}
@@ -156592,16 +156915,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69285,
- 69289
+ 69436,
+ 69440
],
"loc": {
"start": {
- "line": 1853,
+ "line": 1856,
"column": 12
},
"end": {
- "line": 1853,
+ "line": 1856,
"column": 16
}
}
@@ -156610,47 +156933,47 @@
"type": "Identifier",
"name": "paging",
"range": [
- 69290,
- 69296
+ 69441,
+ 69447
],
"loc": {
"start": {
- "line": 1853,
+ "line": 1856,
"column": 17
},
"end": {
- "line": 1853,
+ "line": 1856,
"column": 23
}
}
},
"range": [
- 69285,
- 69296
+ 69436,
+ 69447
],
"loc": {
"start": {
- "line": 1853,
+ "line": 1856,
"column": 12
},
"end": {
- "line": 1853,
+ "line": 1856,
"column": 23
}
}
},
"prefix": true,
"range": [
- 69284,
- 69296
+ 69435,
+ 69447
],
"loc": {
"start": {
- "line": 1853,
+ "line": 1856,
"column": 11
},
"end": {
- "line": 1853,
+ "line": 1856,
"column": 23
}
}
@@ -156668,16 +156991,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69311,
- 69315
+ 69462,
+ 69466
],
"loc": {
"start": {
- "line": 1854,
+ "line": 1857,
"column": 12
},
"end": {
- "line": 1854,
+ "line": 1857,
"column": 16
}
}
@@ -156686,78 +157009,78 @@
"type": "Identifier",
"name": "applyProps",
"range": [
- 69316,
- 69326
+ 69467,
+ 69477
],
"loc": {
"start": {
- "line": 1854,
+ "line": 1857,
"column": 17
},
"end": {
- "line": 1854,
+ "line": 1857,
"column": 27
}
}
},
"range": [
- 69311,
- 69326
+ 69462,
+ 69477
],
"loc": {
"start": {
- "line": 1854,
+ "line": 1857,
"column": 12
},
"end": {
- "line": 1854,
+ "line": 1857,
"column": 27
}
}
},
"arguments": [],
"range": [
- 69311,
- 69328
+ 69462,
+ 69479
],
"loc": {
"start": {
- "line": 1854,
+ "line": 1857,
"column": 12
},
"end": {
- "line": 1854,
+ "line": 1857,
"column": 29
}
}
},
"range": [
- 69311,
- 69329
+ 69462,
+ 69480
],
"loc": {
"start": {
- "line": 1854,
+ "line": 1857,
"column": 12
},
"end": {
- "line": 1854,
+ "line": 1857,
"column": 30
}
}
}
],
"range": [
- 69297,
- 69339
+ 69448,
+ 69490
],
"loc": {
"start": {
- "line": 1853,
+ "line": 1856,
"column": 24
},
"end": {
- "line": 1855,
+ "line": 1858,
"column": 9
}
}
@@ -156780,16 +157103,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 69468,
- 69471
+ 69619,
+ 69622
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 12
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 15
}
}
@@ -156798,31 +157121,31 @@
"type": "Identifier",
"name": "paging",
"range": [
- 69472,
- 69478
+ 69623,
+ 69629
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 16
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 22
}
}
},
"range": [
- 69468,
- 69478
+ 69619,
+ 69629
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 12
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 22
}
}
@@ -156831,31 +157154,31 @@
"type": "Identifier",
"name": "startPagingRow",
"range": [
- 69479,
- 69493
+ 69630,
+ 69644
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 23
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 37
}
}
},
"range": [
- 69468,
- 69493
+ 69619,
+ 69644
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 12
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 37
}
}
@@ -156865,46 +157188,46 @@
"value": 0,
"raw": "0",
"range": [
- 69496,
- 69497
+ 69647,
+ 69648
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 40
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 41
}
}
},
"range": [
- 69468,
- 69497
+ 69619,
+ 69648
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 12
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 41
}
}
},
"range": [
- 69468,
- 69498
+ 69619,
+ 69649
],
"loc": {
"start": {
- "line": 1858,
+ "line": 1861,
"column": 12
},
"end": {
- "line": 1858,
+ "line": 1861,
"column": 42
}
},
@@ -156913,16 +157236,16 @@
"type": "Line",
"value": " Shouldn't need to care of that here...",
"range": [
- 69359,
- 69400
+ 69510,
+ 69551
],
"loc": {
"start": {
- "line": 1856,
+ "line": 1859,
"column": 12
},
"end": {
- "line": 1856,
+ "line": 1859,
"column": 53
}
}
@@ -156931,16 +157254,16 @@
"type": "Line",
"value": " TODO: provide a method in paging module",
"range": [
- 69413,
- 69455
+ 69564,
+ 69606
],
"loc": {
"start": {
- "line": 1857,
+ "line": 1860,
"column": 12
},
"end": {
- "line": 1857,
+ "line": 1860,
"column": 54
}
}
@@ -156962,16 +157285,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 69511,
- 69514
+ 69662,
+ 69665
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 12
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 15
}
}
@@ -156980,31 +157303,31 @@
"type": "Identifier",
"name": "paging",
"range": [
- 69515,
- 69521
+ 69666,
+ 69672
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 16
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 22
}
}
},
"range": [
- 69511,
- 69521
+ 69662,
+ 69672
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 12
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 22
}
}
@@ -157013,31 +157336,31 @@
"type": "Identifier",
"name": "currentPageNb",
"range": [
- 69522,
- 69535
+ 69673,
+ 69686
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 23
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 36
}
}
},
"range": [
- 69511,
- 69535
+ 69662,
+ 69686
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 12
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 36
}
}
@@ -157047,46 +157370,46 @@
"value": 1,
"raw": "1",
"range": [
- 69538,
- 69539
+ 69689,
+ 69690
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 39
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 40
}
}
},
"range": [
- 69511,
- 69539
+ 69662,
+ 69690
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 12
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 40
}
}
},
"range": [
- 69511,
- 69540
+ 69662,
+ 69691
],
"loc": {
"start": {
- "line": 1859,
+ "line": 1862,
"column": 12
},
"end": {
- "line": 1859,
+ "line": 1862,
"column": 41
}
}
@@ -157105,16 +157428,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 69553,
- 69556
+ 69704,
+ 69707
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 12
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 15
}
}
@@ -157123,31 +157446,31 @@
"type": "Identifier",
"name": "paging",
"range": [
- 69557,
- 69563
+ 69708,
+ 69714
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 16
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 22
}
}
},
"range": [
- 69553,
- 69563
+ 69704,
+ 69714
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 12
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 22
}
}
@@ -157156,31 +157479,31 @@
"type": "Identifier",
"name": "setPagingInfo",
"range": [
- 69564,
- 69577
+ 69715,
+ 69728
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 23
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 36
}
}
},
"range": [
- 69553,
- 69577
+ 69704,
+ 69728
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 12
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 36
}
}
@@ -157192,16 +157515,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69578,
- 69582
+ 69729,
+ 69733
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 37
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 41
}
}
@@ -157210,93 +157533,93 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 69583,
- 69597
+ 69734,
+ 69748
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 42
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 56
}
}
},
"range": [
- 69578,
- 69597
+ 69729,
+ 69748
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 37
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 56
}
}
}
],
"range": [
- 69553,
- 69598
+ 69704,
+ 69749
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 12
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 57
}
}
},
"range": [
- 69553,
- 69599
+ 69704,
+ 69750
],
"loc": {
"start": {
- "line": 1860,
+ "line": 1863,
"column": 12
},
"end": {
- "line": 1860,
+ "line": 1863,
"column": 58
}
}
}
],
"range": [
- 69345,
- 69609
+ 69496,
+ 69760
],
"loc": {
"start": {
- "line": 1855,
+ "line": 1858,
"column": 15
},
"end": {
- "line": 1861,
+ "line": 1864,
"column": 9
}
}
},
"range": [
- 69281,
- 69609
+ 69432,
+ 69760
],
"loc": {
"start": {
- "line": 1853,
+ "line": 1856,
"column": 8
},
"end": {
- "line": 1861,
+ "line": 1864,
"column": 9
}
},
@@ -157305,16 +157628,16 @@
"type": "Line",
"value": "applies filter props after filtering process",
"range": [
- 69226,
- 69272
+ 69377,
+ 69423
],
"loc": {
"start": {
- "line": 1852,
+ "line": 1855,
"column": 8
},
"end": {
- "line": 1852,
+ "line": 1855,
"column": 54
}
}
@@ -157325,16 +157648,16 @@
"type": "Line",
"value": "invokes onafter callback",
"range": [
- 69618,
- 69644
+ 69769,
+ 69795
],
"loc": {
"start": {
- "line": 1862,
+ "line": 1865,
"column": 8
},
"end": {
- "line": 1862,
+ "line": 1865,
"column": 34
}
}
@@ -157349,16 +157672,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69656,
- 69660
+ 69807,
+ 69811
],
"loc": {
"start": {
- "line": 1863,
+ "line": 1866,
"column": 11
},
"end": {
- "line": 1863,
+ "line": 1866,
"column": 15
}
}
@@ -157367,31 +157690,31 @@
"type": "Identifier",
"name": "onAfterFilter",
"range": [
- 69661,
- 69674
+ 69812,
+ 69825
],
"loc": {
"start": {
- "line": 1863,
+ "line": 1866,
"column": 16
},
"end": {
- "line": 1863,
+ "line": 1866,
"column": 29
}
}
},
"range": [
- 69656,
- 69674
+ 69807,
+ 69825
],
"loc": {
"start": {
- "line": 1863,
+ "line": 1866,
"column": 11
},
"end": {
- "line": 1863,
+ "line": 1866,
"column": 29
}
}
@@ -157412,16 +157735,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69689,
- 69693
+ 69840,
+ 69844
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 12
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 16
}
}
@@ -157430,31 +157753,31 @@
"type": "Identifier",
"name": "onAfterFilter",
"range": [
- 69694,
- 69707
+ 69845,
+ 69858
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 17
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 30
}
}
},
"range": [
- 69689,
- 69707
+ 69840,
+ 69858
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 12
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 30
}
}
@@ -157463,31 +157786,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 69708,
- 69712
+ 69859,
+ 69863
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 31
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 35
}
}
},
"range": [
- 69689,
- 69712
+ 69840,
+ 69863
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 12
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 35
}
}
@@ -157498,16 +157821,16 @@
"value": null,
"raw": "null",
"range": [
- 69713,
- 69717
+ 69864,
+ 69868
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 36
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 40
}
}
@@ -157515,79 +157838,79 @@
{
"type": "ThisExpression",
"range": [
- 69718,
- 69722
+ 69869,
+ 69873
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 41
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 45
}
}
}
],
"range": [
- 69689,
- 69723
+ 69840,
+ 69874
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 12
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 46
}
}
},
"range": [
- 69689,
- 69724
+ 69840,
+ 69875
],
"loc": {
"start": {
- "line": 1864,
+ "line": 1867,
"column": 12
},
"end": {
- "line": 1864,
+ "line": 1867,
"column": 47
}
}
}
],
"range": [
- 69675,
- 69734
+ 69826,
+ 69885
],
"loc": {
"start": {
- "line": 1863,
+ "line": 1866,
"column": 30
},
"end": {
- "line": 1865,
+ "line": 1868,
"column": 9
}
}
},
"alternate": null,
"range": [
- 69653,
- 69734
+ 69804,
+ 69885
],
"loc": {
"start": {
- "line": 1863,
+ "line": 1866,
"column": 8
},
"end": {
- "line": 1865,
+ "line": 1868,
"column": 9
}
},
@@ -157596,16 +157919,16 @@
"type": "Line",
"value": "invokes onafter callback",
"range": [
- 69618,
- 69644
+ 69769,
+ 69795
],
"loc": {
"start": {
- "line": 1862,
+ "line": 1865,
"column": 8
},
"end": {
- "line": 1862,
+ "line": 1865,
"column": 34
}
}
@@ -157615,7 +157938,7 @@
],
"range": [
54984,
- 69740
+ 69891
],
"loc": {
"start": {
@@ -157623,7 +157946,7 @@
"column": 13
},
"end": {
- "line": 1866,
+ "line": 1869,
"column": 5
}
}
@@ -157632,7 +157955,7 @@
"expression": false,
"range": [
54982,
- 69740
+ 69891
],
"loc": {
"start": {
@@ -157640,7 +157963,7 @@
"column": 11
},
"end": {
- "line": 1866,
+ "line": 1869,
"column": 5
}
}
@@ -157649,7 +157972,7 @@
"computed": false,
"range": [
54975,
- 69740
+ 69891
],
"loc": {
"start": {
@@ -157657,7 +157980,7 @@
"column": 4
},
"end": {
- "line": 1866,
+ "line": 1869,
"column": 5
}
},
@@ -157686,16 +158009,16 @@
"type": "Block",
"value": "*\n * Re-apply the features/behaviour concerned by filtering/paging operation\n *\n * NOTE: this will disappear whenever custom events in place\n ",
"range": [
- 69746,
- 69908
+ 69897,
+ 70059
],
"loc": {
"start": {
- "line": 1868,
+ "line": 1871,
"column": 4
},
"end": {
- "line": 1872,
+ "line": 1875,
"column": 7
}
}
@@ -157709,16 +158032,16 @@
"type": "Identifier",
"name": "applyProps",
"range": [
- 69913,
- 69923
+ 70064,
+ 70074
],
"loc": {
"start": {
- "line": 1873,
+ "line": 1876,
"column": 4
},
"end": {
- "line": 1873,
+ "line": 1876,
"column": 14
}
}
@@ -157739,16 +158062,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 69939,
- 69942
+ 70090,
+ 70093
],
"loc": {
"start": {
- "line": 1874,
+ "line": 1877,
"column": 12
},
"end": {
- "line": 1874,
+ "line": 1877,
"column": 15
}
}
@@ -157759,16 +158082,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 69945,
- 69949
+ 70096,
+ 70100
],
"loc": {
"start": {
- "line": 1874,
+ "line": 1877,
"column": 18
},
"end": {
- "line": 1874,
+ "line": 1877,
"column": 22
}
}
@@ -157777,46 +158100,46 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 69950,
- 69953
+ 70101,
+ 70104
],
"loc": {
"start": {
- "line": 1874,
+ "line": 1877,
"column": 23
},
"end": {
- "line": 1874,
+ "line": 1877,
"column": 26
}
}
},
"range": [
- 69945,
- 69953
+ 70096,
+ 70104
],
"loc": {
"start": {
- "line": 1874,
+ "line": 1877,
"column": 18
},
"end": {
- "line": 1874,
+ "line": 1877,
"column": 26
}
}
},
"range": [
- 69939,
- 69953
+ 70090,
+ 70104
],
"loc": {
"start": {
- "line": 1874,
+ "line": 1877,
"column": 12
},
"end": {
- "line": 1874,
+ "line": 1877,
"column": 26
}
}
@@ -157824,16 +158147,16 @@
],
"kind": "let",
"range": [
- 69935,
- 69954
+ 70086,
+ 70105
],
"loc": {
"start": {
- "line": 1874,
+ "line": 1877,
"column": 8
},
"end": {
- "line": 1874,
+ "line": 1877,
"column": 27
}
},
@@ -157842,16 +158165,16 @@
"type": "Line",
"value": "shows rows always visible",
"range": [
- 69964,
- 69991
+ 70115,
+ 70142
],
"loc": {
"start": {
- "line": 1876,
+ "line": 1879,
"column": 8
},
"end": {
- "line": 1876,
+ "line": 1879,
"column": 35
}
}
@@ -157866,16 +158189,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70003,
- 70007
+ 70154,
+ 70158
],
"loc": {
"start": {
- "line": 1877,
+ "line": 1880,
"column": 11
},
"end": {
- "line": 1877,
+ "line": 1880,
"column": 15
}
}
@@ -157884,31 +158207,31 @@
"type": "Identifier",
"name": "hasVisibleRows",
"range": [
- 70008,
- 70022
+ 70159,
+ 70173
],
"loc": {
"start": {
- "line": 1877,
+ "line": 1880,
"column": 16
},
"end": {
- "line": 1877,
+ "line": 1880,
"column": 30
}
}
},
"range": [
- 70003,
- 70022
+ 70154,
+ 70173
],
"loc": {
"start": {
- "line": 1877,
+ "line": 1880,
"column": 11
},
"end": {
- "line": 1877,
+ "line": 1880,
"column": 30
}
}
@@ -157926,16 +158249,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70037,
- 70041
+ 70188,
+ 70192
],
"loc": {
"start": {
- "line": 1878,
+ "line": 1881,
"column": 12
},
"end": {
- "line": 1878,
+ "line": 1881,
"column": 16
}
}
@@ -157944,94 +158267,94 @@
"type": "Identifier",
"name": "enforceVisibility",
"range": [
- 70042,
- 70059
+ 70193,
+ 70210
],
"loc": {
"start": {
- "line": 1878,
+ "line": 1881,
"column": 17
},
"end": {
- "line": 1878,
+ "line": 1881,
"column": 34
}
}
},
"range": [
- 70037,
- 70059
+ 70188,
+ 70210
],
"loc": {
"start": {
- "line": 1878,
+ "line": 1881,
"column": 12
},
"end": {
- "line": 1878,
+ "line": 1881,
"column": 34
}
}
},
"arguments": [],
"range": [
- 70037,
- 70061
+ 70188,
+ 70212
],
"loc": {
"start": {
- "line": 1878,
+ "line": 1881,
"column": 12
},
"end": {
- "line": 1878,
+ "line": 1881,
"column": 36
}
}
},
"range": [
- 70037,
- 70062
+ 70188,
+ 70213
],
"loc": {
"start": {
- "line": 1878,
+ "line": 1881,
"column": 12
},
"end": {
- "line": 1878,
+ "line": 1881,
"column": 37
}
}
}
],
"range": [
- 70023,
- 70072
+ 70174,
+ 70223
],
"loc": {
"start": {
- "line": 1877,
+ "line": 1880,
"column": 31
},
"end": {
- "line": 1879,
+ "line": 1882,
"column": 9
}
}
},
"alternate": null,
"range": [
- 70000,
- 70072
+ 70151,
+ 70223
],
"loc": {
"start": {
- "line": 1877,
+ "line": 1880,
"column": 8
},
"end": {
- "line": 1879,
+ "line": 1882,
"column": 9
}
},
@@ -158040,16 +158363,16 @@
"type": "Line",
"value": "shows rows always visible",
"range": [
- 69964,
- 69991
+ 70115,
+ 70142
],
"loc": {
"start": {
- "line": 1876,
+ "line": 1879,
"column": 8
},
"end": {
- "line": 1876,
+ "line": 1879,
"column": 35
}
}
@@ -158060,16 +158383,16 @@
"type": "Line",
"value": "columns operations",
"range": [
- 70081,
- 70101
+ 70232,
+ 70252
],
"loc": {
"start": {
- "line": 1880,
+ "line": 1883,
"column": 8
},
"end": {
- "line": 1880,
+ "line": 1883,
"column": 28
}
}
@@ -158086,16 +158409,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70113,
- 70117
+ 70264,
+ 70268
],
"loc": {
"start": {
- "line": 1881,
+ "line": 1884,
"column": 11
},
"end": {
- "line": 1881,
+ "line": 1884,
"column": 15
}
}
@@ -158104,31 +158427,31 @@
"type": "Identifier",
"name": "hasExtension",
"range": [
- 70118,
- 70130
+ 70269,
+ 70281
],
"loc": {
"start": {
- "line": 1881,
+ "line": 1884,
"column": 16
},
"end": {
- "line": 1881,
+ "line": 1884,
"column": 28
}
}
},
"range": [
- 70113,
- 70130
+ 70264,
+ 70281
],
"loc": {
"start": {
- "line": 1881,
+ "line": 1884,
"column": 11
},
"end": {
- "line": 1881,
+ "line": 1884,
"column": 28
}
}
@@ -158139,32 +158462,32 @@
"value": "colOps",
"raw": "'colOps'",
"range": [
- 70131,
- 70139
+ 70282,
+ 70290
],
"loc": {
"start": {
- "line": 1881,
+ "line": 1884,
"column": 29
},
"end": {
- "line": 1881,
+ "line": 1884,
"column": 37
}
}
}
],
"range": [
- 70113,
- 70140
+ 70264,
+ 70291
],
"loc": {
"start": {
- "line": 1881,
+ "line": 1884,
"column": 11
},
"end": {
- "line": 1881,
+ "line": 1884,
"column": 38
}
}
@@ -158187,16 +158510,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70155,
- 70159
+ 70306,
+ 70310
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 12
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 16
}
}
@@ -158205,31 +158528,31 @@
"type": "Identifier",
"name": "extension",
"range": [
- 70160,
- 70169
+ 70311,
+ 70320
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 17
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 26
}
}
},
"range": [
- 70155,
- 70169
+ 70306,
+ 70320
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 12
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 26
}
}
@@ -158240,32 +158563,32 @@
"value": "colOps",
"raw": "'colOps'",
"range": [
- 70170,
- 70178
+ 70321,
+ 70329
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 27
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 35
}
}
}
],
"range": [
- 70155,
- 70179
+ 70306,
+ 70330
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 12
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 36
}
}
@@ -158274,94 +158597,94 @@
"type": "Identifier",
"name": "calc",
"range": [
- 70180,
- 70184
+ 70331,
+ 70335
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 37
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 41
}
}
},
"range": [
- 70155,
- 70184
+ 70306,
+ 70335
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 12
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 41
}
}
},
"arguments": [],
"range": [
- 70155,
- 70186
+ 70306,
+ 70337
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 12
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 43
}
}
},
"range": [
- 70155,
- 70187
+ 70306,
+ 70338
],
"loc": {
"start": {
- "line": 1882,
+ "line": 1885,
"column": 12
},
"end": {
- "line": 1882,
+ "line": 1885,
"column": 44
}
}
}
],
"range": [
- 70141,
- 70197
+ 70292,
+ 70348
],
"loc": {
"start": {
- "line": 1881,
+ "line": 1884,
"column": 39
},
"end": {
- "line": 1883,
+ "line": 1886,
"column": 9
}
}
},
"alternate": null,
"range": [
- 70110,
- 70197
+ 70261,
+ 70348
],
"loc": {
"start": {
- "line": 1881,
+ "line": 1884,
"column": 8
},
"end": {
- "line": 1883,
+ "line": 1886,
"column": 9
}
},
@@ -158370,16 +158693,16 @@
"type": "Line",
"value": "columns operations",
"range": [
- 70081,
- 70101
+ 70232,
+ 70252
],
"loc": {
"start": {
- "line": 1880,
+ "line": 1883,
"column": 8
},
"end": {
- "line": 1880,
+ "line": 1883,
"column": 28
}
}
@@ -158390,16 +158713,16 @@
"type": "Line",
"value": "re-populates drop-down filters",
"range": [
- 70207,
- 70239
+ 70358,
+ 70390
],
"loc": {
"start": {
- "line": 1885,
+ "line": 1888,
"column": 8
},
"end": {
- "line": 1885,
+ "line": 1888,
"column": 40
}
}
@@ -158414,16 +158737,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70251,
- 70255
+ 70402,
+ 70406
],
"loc": {
"start": {
- "line": 1886,
+ "line": 1889,
"column": 11
},
"end": {
- "line": 1886,
+ "line": 1889,
"column": 15
}
}
@@ -158432,31 +158755,31 @@
"type": "Identifier",
"name": "linkedFilters",
"range": [
- 70256,
- 70269
+ 70407,
+ 70420
],
"loc": {
"start": {
- "line": 1886,
+ "line": 1889,
"column": 16
},
"end": {
- "line": 1886,
+ "line": 1889,
"column": 29
}
}
},
"range": [
- 70251,
- 70269
+ 70402,
+ 70420
],
"loc": {
"start": {
- "line": 1886,
+ "line": 1889,
"column": 11
},
"end": {
- "line": 1886,
+ "line": 1889,
"column": 29
}
}
@@ -158474,16 +158797,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70284,
- 70288
+ 70435,
+ 70439
],
"loc": {
"start": {
- "line": 1887,
+ "line": 1890,
"column": 12
},
"end": {
- "line": 1887,
+ "line": 1890,
"column": 16
}
}
@@ -158492,94 +158815,94 @@
"type": "Identifier",
"name": "linkFilters",
"range": [
- 70289,
- 70300
+ 70440,
+ 70451
],
"loc": {
"start": {
- "line": 1887,
+ "line": 1890,
"column": 17
},
"end": {
- "line": 1887,
+ "line": 1890,
"column": 28
}
}
},
"range": [
- 70284,
- 70300
+ 70435,
+ 70451
],
"loc": {
"start": {
- "line": 1887,
+ "line": 1890,
"column": 12
},
"end": {
- "line": 1887,
+ "line": 1890,
"column": 28
}
}
},
"arguments": [],
"range": [
- 70284,
- 70302
+ 70435,
+ 70453
],
"loc": {
"start": {
- "line": 1887,
+ "line": 1890,
"column": 12
},
"end": {
- "line": 1887,
+ "line": 1890,
"column": 30
}
}
},
"range": [
- 70284,
- 70303
+ 70435,
+ 70454
],
"loc": {
"start": {
- "line": 1887,
+ "line": 1890,
"column": 12
},
"end": {
- "line": 1887,
+ "line": 1890,
"column": 31
}
}
}
],
"range": [
- 70270,
- 70313
+ 70421,
+ 70464
],
"loc": {
"start": {
- "line": 1886,
+ "line": 1889,
"column": 30
},
"end": {
- "line": 1888,
+ "line": 1891,
"column": 9
}
}
},
"alternate": null,
"range": [
- 70248,
- 70313
+ 70399,
+ 70464
],
"loc": {
"start": {
- "line": 1886,
+ "line": 1889,
"column": 8
},
"end": {
- "line": 1888,
+ "line": 1891,
"column": 9
}
},
@@ -158588,16 +158911,16 @@
"type": "Line",
"value": "re-populates drop-down filters",
"range": [
- 70207,
- 70239
+ 70358,
+ 70390
],
"loc": {
"start": {
- "line": 1885,
+ "line": 1888,
"column": 8
},
"end": {
- "line": 1885,
+ "line": 1888,
"column": 40
}
}
@@ -158612,16 +158935,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70326,
- 70330
+ 70477,
+ 70481
],
"loc": {
"start": {
- "line": 1890,
+ "line": 1893,
"column": 11
},
"end": {
- "line": 1890,
+ "line": 1893,
"column": 15
}
}
@@ -158630,31 +158953,31 @@
"type": "Identifier",
"name": "rowsCounter",
"range": [
- 70331,
- 70342
+ 70482,
+ 70493
],
"loc": {
"start": {
- "line": 1890,
+ "line": 1893,
"column": 16
},
"end": {
- "line": 1890,
+ "line": 1893,
"column": 27
}
}
},
"range": [
- 70326,
- 70342
+ 70477,
+ 70493
],
"loc": {
"start": {
- "line": 1890,
+ "line": 1893,
"column": 11
},
"end": {
- "line": 1890,
+ "line": 1893,
"column": 27
}
}
@@ -158676,16 +158999,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 70357,
- 70360
+ 70508,
+ 70511
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 12
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 15
}
}
@@ -158694,31 +159017,31 @@
"type": "Identifier",
"name": "rowsCounter",
"range": [
- 70361,
- 70372
+ 70512,
+ 70523
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 16
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 27
}
}
},
"range": [
- 70357,
- 70372
+ 70508,
+ 70523
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 12
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 27
}
}
@@ -158727,31 +159050,31 @@
"type": "Identifier",
"name": "refresh",
"range": [
- 70373,
- 70380
+ 70524,
+ 70531
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 28
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 35
}
}
},
"range": [
- 70357,
- 70380
+ 70508,
+ 70531
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 12
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 35
}
}
@@ -158763,16 +159086,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70381,
- 70385
+ 70532,
+ 70536
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 36
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 40
}
}
@@ -158781,94 +159104,94 @@
"type": "Identifier",
"name": "nbVisibleRows",
"range": [
- 70386,
- 70399
+ 70537,
+ 70550
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 41
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 54
}
}
},
"range": [
- 70381,
- 70399
+ 70532,
+ 70550
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 36
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 54
}
}
}
],
"range": [
- 70357,
- 70400
+ 70508,
+ 70551
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 12
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 55
}
}
},
"range": [
- 70357,
- 70401
+ 70508,
+ 70552
],
"loc": {
"start": {
- "line": 1891,
+ "line": 1894,
"column": 12
},
"end": {
- "line": 1891,
+ "line": 1894,
"column": 56
}
}
}
],
"range": [
- 70343,
- 70411
+ 70494,
+ 70562
],
"loc": {
"start": {
- "line": 1890,
+ "line": 1893,
"column": 28
},
"end": {
- "line": 1892,
+ "line": 1895,
"column": 9
}
}
},
"alternate": null,
"range": [
- 70323,
- 70411
+ 70474,
+ 70562
],
"loc": {
"start": {
- "line": 1890,
+ "line": 1893,
"column": 8
},
"end": {
- "line": 1892,
+ "line": 1895,
"column": 9
}
}
@@ -158881,16 +159204,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70424,
- 70428
+ 70575,
+ 70579
],
"loc": {
"start": {
- "line": 1894,
+ "line": 1897,
"column": 11
},
"end": {
- "line": 1894,
+ "line": 1897,
"column": 15
}
}
@@ -158899,31 +159222,31 @@
"type": "Identifier",
"name": "popupFilters",
"range": [
- 70429,
- 70441
+ 70580,
+ 70592
],
"loc": {
"start": {
- "line": 1894,
+ "line": 1897,
"column": 16
},
"end": {
- "line": 1894,
+ "line": 1897,
"column": 28
}
}
},
"range": [
- 70424,
- 70441
+ 70575,
+ 70592
],
"loc": {
"start": {
- "line": 1894,
+ "line": 1897,
"column": 11
},
"end": {
- "line": 1894,
+ "line": 1897,
"column": 28
}
}
@@ -158945,16 +159268,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 70456,
- 70459
+ 70607,
+ 70610
],
"loc": {
"start": {
- "line": 1895,
+ "line": 1898,
"column": 12
},
"end": {
- "line": 1895,
+ "line": 1898,
"column": 15
}
}
@@ -158963,31 +159286,31 @@
"type": "Identifier",
"name": "popupFilter",
"range": [
- 70460,
- 70471
+ 70611,
+ 70622
],
"loc": {
"start": {
- "line": 1895,
+ "line": 1898,
"column": 16
},
"end": {
- "line": 1895,
+ "line": 1898,
"column": 27
}
}
},
"range": [
- 70456,
- 70471
+ 70607,
+ 70622
],
"loc": {
"start": {
- "line": 1895,
+ "line": 1898,
"column": 12
},
"end": {
- "line": 1895,
+ "line": 1898,
"column": 27
}
}
@@ -158996,94 +159319,94 @@
"type": "Identifier",
"name": "closeAll",
"range": [
- 70472,
- 70480
+ 70623,
+ 70631
],
"loc": {
"start": {
- "line": 1895,
+ "line": 1898,
"column": 28
},
"end": {
- "line": 1895,
+ "line": 1898,
"column": 36
}
}
},
"range": [
- 70456,
- 70480
+ 70607,
+ 70631
],
"loc": {
"start": {
- "line": 1895,
+ "line": 1898,
"column": 12
},
"end": {
- "line": 1895,
+ "line": 1898,
"column": 36
}
}
},
"arguments": [],
"range": [
- 70456,
- 70482
+ 70607,
+ 70633
],
"loc": {
"start": {
- "line": 1895,
+ "line": 1898,
"column": 12
},
"end": {
- "line": 1895,
+ "line": 1898,
"column": 38
}
}
},
"range": [
- 70456,
- 70483
+ 70607,
+ 70634
],
"loc": {
"start": {
- "line": 1895,
+ "line": 1898,
"column": 12
},
"end": {
- "line": 1895,
+ "line": 1898,
"column": 39
}
}
}
],
"range": [
- 70442,
- 70493
+ 70593,
+ 70644
],
"loc": {
"start": {
- "line": 1894,
+ "line": 1897,
"column": 29
},
"end": {
- "line": 1896,
+ "line": 1899,
"column": 9
}
}
},
"alternate": null,
"range": [
- 70421,
- 70493
+ 70572,
+ 70644
],
"loc": {
"start": {
- "line": 1894,
+ "line": 1897,
"column": 8
},
"end": {
- "line": 1896,
+ "line": 1899,
"column": 9
}
}
@@ -159096,16 +159419,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70506,
- 70510
+ 70657,
+ 70661
],
"loc": {
"start": {
- "line": 1898,
+ "line": 1901,
"column": 11
},
"end": {
- "line": 1898,
+ "line": 1901,
"column": 15
}
}
@@ -159114,31 +159437,31 @@
"type": "Identifier",
"name": "noResults",
"range": [
- 70511,
- 70520
+ 70662,
+ 70671
],
"loc": {
"start": {
- "line": 1898,
+ "line": 1901,
"column": 16
},
"end": {
- "line": 1898,
+ "line": 1901,
"column": 25
}
}
},
"range": [
- 70506,
- 70520
+ 70657,
+ 70671
],
"loc": {
"start": {
- "line": 1898,
+ "line": 1901,
"column": 11
},
"end": {
- "line": 1898,
+ "line": 1901,
"column": 25
}
}
@@ -159157,16 +159480,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 70538,
- 70542
+ 70689,
+ 70693
],
"loc": {
"start": {
- "line": 1899,
+ "line": 1902,
"column": 15
},
"end": {
- "line": 1899,
+ "line": 1902,
"column": 19
}
}
@@ -159175,31 +159498,31 @@
"type": "Identifier",
"name": "nbVisibleRows",
"range": [
- 70543,
- 70556
+ 70694,
+ 70707
],
"loc": {
"start": {
- "line": 1899,
+ "line": 1902,
"column": 20
},
"end": {
- "line": 1899,
+ "line": 1902,
"column": 33
}
}
},
"range": [
- 70538,
- 70556
+ 70689,
+ 70707
],
"loc": {
"start": {
- "line": 1899,
+ "line": 1902,
"column": 15
},
"end": {
- "line": 1899,
+ "line": 1902,
"column": 33
}
}
@@ -159209,31 +159532,31 @@
"value": 0,
"raw": "0",
"range": [
- 70559,
- 70560
+ 70710,
+ 70711
],
"loc": {
"start": {
- "line": 1899,
+ "line": 1902,
"column": 36
},
"end": {
- "line": 1899,
+ "line": 1902,
"column": 37
}
}
},
"range": [
- 70538,
- 70560
+ 70689,
+ 70711
],
"loc": {
"start": {
- "line": 1899,
+ "line": 1902,
"column": 15
},
"end": {
- "line": 1899,
+ "line": 1902,
"column": 37
}
}
@@ -159255,16 +159578,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 70579,
- 70582
+ 70730,
+ 70733
],
"loc": {
"start": {
- "line": 1900,
+ "line": 1903,
"column": 16
},
"end": {
- "line": 1900,
+ "line": 1903,
"column": 19
}
}
@@ -159273,31 +159596,31 @@
"type": "Identifier",
"name": "noResults",
"range": [
- 70583,
- 70592
+ 70734,
+ 70743
],
"loc": {
"start": {
- "line": 1900,
+ "line": 1903,
"column": 20
},
"end": {
- "line": 1900,
+ "line": 1903,
"column": 29
}
}
},
"range": [
- 70579,
- 70592
+ 70730,
+ 70743
],
"loc": {
"start": {
- "line": 1900,
+ "line": 1903,
"column": 16
},
"end": {
- "line": 1900,
+ "line": 1903,
"column": 29
}
}
@@ -159306,78 +159629,78 @@
"type": "Identifier",
"name": "hide",
"range": [
- 70593,
- 70597
+ 70744,
+ 70748
],
"loc": {
"start": {
- "line": 1900,
+ "line": 1903,
"column": 30
},
"end": {
- "line": 1900,
+ "line": 1903,
"column": 34
}
}
},
"range": [
- 70579,
- 70597
+ 70730,
+ 70748
],
"loc": {
"start": {
- "line": 1900,
+ "line": 1903,
"column": 16
},
"end": {
- "line": 1900,
+ "line": 1903,
"column": 34
}
}
},
"arguments": [],
"range": [
- 70579,
- 70599
+ 70730,
+ 70750
],
"loc": {
"start": {
- "line": 1900,
+ "line": 1903,
"column": 16
},
"end": {
- "line": 1900,
+ "line": 1903,
"column": 36
}
}
},
"range": [
- 70579,
- 70600
+ 70730,
+ 70751
],
"loc": {
"start": {
- "line": 1900,
+ "line": 1903,
"column": 16
},
"end": {
- "line": 1900,
+ "line": 1903,
"column": 37
}
}
}
],
"range": [
- 70561,
- 70614
+ 70712,
+ 70765
],
"loc": {
"start": {
- "line": 1899,
+ "line": 1902,
"column": 38
},
"end": {
- "line": 1901,
+ "line": 1904,
"column": 13
}
}
@@ -159399,16 +159722,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 70638,
- 70641
+ 70789,
+ 70792
],
"loc": {
"start": {
- "line": 1902,
+ "line": 1905,
"column": 16
},
"end": {
- "line": 1902,
+ "line": 1905,
"column": 19
}
}
@@ -159417,31 +159740,31 @@
"type": "Identifier",
"name": "noResults",
"range": [
- 70642,
- 70651
+ 70793,
+ 70802
],
"loc": {
"start": {
- "line": 1902,
+ "line": 1905,
"column": 20
},
"end": {
- "line": 1902,
+ "line": 1905,
"column": 29
}
}
},
"range": [
- 70638,
- 70651
+ 70789,
+ 70802
],
"loc": {
"start": {
- "line": 1902,
+ "line": 1905,
"column": 16
},
"end": {
- "line": 1902,
+ "line": 1905,
"column": 29
}
}
@@ -159450,141 +159773,141 @@
"type": "Identifier",
"name": "show",
"range": [
- 70652,
- 70656
+ 70803,
+ 70807
],
"loc": {
"start": {
- "line": 1902,
+ "line": 1905,
"column": 30
},
"end": {
- "line": 1902,
+ "line": 1905,
"column": 34
}
}
},
"range": [
- 70638,
- 70656
+ 70789,
+ 70807
],
"loc": {
"start": {
- "line": 1902,
+ "line": 1905,
"column": 16
},
"end": {
- "line": 1902,
+ "line": 1905,
"column": 34
}
}
},
"arguments": [],
"range": [
- 70638,
- 70658
+ 70789,
+ 70809
],
"loc": {
"start": {
- "line": 1902,
+ "line": 1905,
"column": 16
},
"end": {
- "line": 1902,
+ "line": 1905,
"column": 36
}
}
},
"range": [
- 70638,
- 70659
+ 70789,
+ 70810
],
"loc": {
"start": {
- "line": 1902,
+ "line": 1905,
"column": 16
},
"end": {
- "line": 1902,
+ "line": 1905,
"column": 37
}
}
}
],
"range": [
- 70620,
- 70673
+ 70771,
+ 70824
],
"loc": {
"start": {
- "line": 1901,
+ "line": 1904,
"column": 19
},
"end": {
- "line": 1903,
+ "line": 1906,
"column": 13
}
}
},
"range": [
- 70535,
- 70673
+ 70686,
+ 70824
],
"loc": {
"start": {
- "line": 1899,
+ "line": 1902,
"column": 12
},
"end": {
- "line": 1903,
+ "line": 1906,
"column": 13
}
}
}
],
"range": [
- 70521,
- 70683
+ 70672,
+ 70834
],
"loc": {
"start": {
- "line": 1898,
+ "line": 1901,
"column": 26
},
"end": {
- "line": 1904,
+ "line": 1907,
"column": 9
}
}
},
"alternate": null,
"range": [
- 70503,
- 70683
+ 70654,
+ 70834
],
"loc": {
"start": {
- "line": 1898,
+ "line": 1901,
"column": 8
},
"end": {
- "line": 1904,
+ "line": 1907,
"column": 9
}
}
}
],
"range": [
- 69925,
- 70689
+ 70076,
+ 70840
],
"loc": {
"start": {
- "line": 1873,
+ "line": 1876,
"column": 16
},
"end": {
- "line": 1905,
+ "line": 1908,
"column": 5
}
}
@@ -159592,16 +159915,16 @@
"generator": false,
"expression": false,
"range": [
- 69923,
- 70689
+ 70074,
+ 70840
],
"loc": {
"start": {
- "line": 1873,
+ "line": 1876,
"column": 14
},
"end": {
- "line": 1905,
+ "line": 1908,
"column": 5
}
}
@@ -159609,16 +159932,16 @@
"kind": "method",
"computed": false,
"range": [
- 69913,
- 70689
+ 70064,
+ 70840
],
"loc": {
"start": {
- "line": 1873,
+ "line": 1876,
"column": 4
},
"end": {
- "line": 1905,
+ "line": 1908,
"column": 5
}
},
@@ -159627,16 +159950,16 @@
"type": "Block",
"value": "*\n * Re-apply the features/behaviour concerned by filtering/paging operation\n *\n * NOTE: this will disappear whenever custom events in place\n ",
"range": [
- 69746,
- 69908
+ 69897,
+ 70059
],
"loc": {
"start": {
- "line": 1868,
+ "line": 1871,
"column": 4
},
"end": {
- "line": 1872,
+ "line": 1875,
"column": 7
}
}
@@ -159647,16 +159970,16 @@
"type": "Block",
"value": "*\n * Return the data of a specified colum\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ",
"range": [
- 70695,
- 71078
+ 70846,
+ 71229
],
"loc": {
"start": {
- "line": 1907,
+ "line": 1910,
"column": 4
},
"end": {
- "line": 1914,
+ "line": 1917,
"column": 7
}
}
@@ -159670,16 +159993,16 @@
"type": "Identifier",
"name": "getColValues",
"range": [
- 71083,
- 71095
+ 71234,
+ 71246
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 4
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 16
}
}
@@ -159692,16 +160015,16 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 71096,
- 71104
+ 71247,
+ 71255
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 17
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 25
}
}
@@ -159712,16 +160035,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 71106,
- 71120
+ 71257,
+ 71271
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 27
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 41
}
}
@@ -159731,31 +160054,31 @@
"value": false,
"raw": "false",
"range": [
- 71121,
- 71126
+ 71272,
+ 71277
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 42
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 47
}
}
},
"range": [
- 71106,
- 71126
+ 71257,
+ 71277
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 27
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 47
}
}
@@ -159766,16 +160089,16 @@
"type": "Identifier",
"name": "num",
"range": [
- 71128,
- 71131
+ 71279,
+ 71282
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 49
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 52
}
}
@@ -159785,31 +160108,31 @@
"value": false,
"raw": "false",
"range": [
- 71132,
- 71137
+ 71283,
+ 71288
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 53
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 58
}
}
},
"range": [
- 71128,
- 71137
+ 71279,
+ 71288
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 49
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 58
}
}
@@ -159820,16 +160143,16 @@
"type": "Identifier",
"name": "exclude",
"range": [
- 71139,
- 71146
+ 71290,
+ 71297
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 60
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 67
}
}
@@ -159838,31 +160161,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 71147,
- 71149
+ 71298,
+ 71300
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 68
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 70
}
}
},
"range": [
- 71139,
- 71149
+ 71290,
+ 71300
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 60
},
"end": {
- "line": 1915,
+ "line": 1918,
"column": 70
}
}
@@ -159882,16 +160205,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 71164,
- 71168
+ 71315,
+ 71319
],
"loc": {
"start": {
- "line": 1916,
+ "line": 1919,
"column": 12
},
"end": {
- "line": 1916,
+ "line": 1919,
"column": 16
}
}
@@ -159900,47 +160223,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 71169,
- 71176
+ 71320,
+ 71327
],
"loc": {
"start": {
- "line": 1916,
+ "line": 1919,
"column": 17
},
"end": {
- "line": 1916,
+ "line": 1919,
"column": 24
}
}
},
"range": [
- 71164,
- 71176
+ 71315,
+ 71327
],
"loc": {
"start": {
- "line": 1916,
+ "line": 1919,
"column": 12
},
"end": {
- "line": 1916,
+ "line": 1919,
"column": 24
}
}
},
"prefix": true,
"range": [
- 71163,
- 71176
+ 71314,
+ 71327
],
"loc": {
"start": {
- "line": 1916,
+ "line": 1919,
"column": 11
},
"end": {
- "line": 1916,
+ "line": 1919,
"column": 24
}
}
@@ -159952,48 +160275,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 71191,
- 71198
+ 71342,
+ 71349
],
"loc": {
"start": {
- "line": 1917,
+ "line": 1920,
"column": 12
},
"end": {
- "line": 1917,
+ "line": 1920,
"column": 19
}
}
}
],
"range": [
- 71177,
- 71208
+ 71328,
+ 71359
],
"loc": {
"start": {
- "line": 1916,
+ "line": 1919,
"column": 25
},
"end": {
- "line": 1918,
+ "line": 1921,
"column": 9
}
}
},
"alternate": null,
"range": [
- 71160,
- 71208
+ 71311,
+ 71359
],
"loc": {
"start": {
- "line": 1916,
+ "line": 1919,
"column": 8
},
"end": {
- "line": 1918,
+ "line": 1921,
"column": 9
}
}
@@ -160007,16 +160330,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 71221,
- 71224
+ 71372,
+ 71375
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 12
},
"end": {
- "line": 1919,
+ "line": 1922,
"column": 15
}
}
@@ -160030,16 +160353,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 71227,
- 71231
+ 71378,
+ 71382
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 18
},
"end": {
- "line": 1919,
+ "line": 1922,
"column": 22
}
}
@@ -160048,31 +160371,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 71232,
- 71235
+ 71383,
+ 71386
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 23
},
"end": {
- "line": 1919,
+ "line": 1922,
"column": 26
}
}
},
"range": [
- 71227,
- 71235
+ 71378,
+ 71386
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 18
},
"end": {
- "line": 1919,
+ "line": 1922,
"column": 26
}
}
@@ -160081,46 +160404,46 @@
"type": "Identifier",
"name": "rows",
"range": [
- 71236,
- 71240
+ 71387,
+ 71391
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 27
},
"end": {
- "line": 1919,
+ "line": 1922,
"column": 31
}
}
},
"range": [
- 71227,
- 71240
+ 71378,
+ 71391
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 18
},
"end": {
- "line": 1919,
+ "line": 1922,
"column": 31
}
}
},
"range": [
- 71221,
- 71240
+ 71372,
+ 71391
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 12
},
"end": {
- "line": 1919,
+ "line": 1922,
"column": 31
}
}
@@ -160131,16 +160454,16 @@
"type": "Identifier",
"name": "colValues",
"range": [
- 71254,
- 71263
+ 71405,
+ 71414
],
"loc": {
"start": {
- "line": 1920,
+ "line": 1923,
"column": 12
},
"end": {
- "line": 1920,
+ "line": 1923,
"column": 21
}
}
@@ -160149,31 +160472,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 71266,
- 71268
+ 71417,
+ 71419
],
"loc": {
"start": {
- "line": 1920,
+ "line": 1923,
"column": 24
},
"end": {
- "line": 1920,
+ "line": 1923,
"column": 26
}
}
},
"range": [
- 71254,
- 71268
+ 71405,
+ 71419
],
"loc": {
"start": {
- "line": 1920,
+ "line": 1923,
"column": 12
},
"end": {
- "line": 1920,
+ "line": 1923,
"column": 26
}
}
@@ -160181,16 +160504,16 @@
],
"kind": "let",
"range": [
- 71217,
- 71269
+ 71368,
+ 71420
],
"loc": {
"start": {
- "line": 1919,
+ "line": 1922,
"column": 8
},
"end": {
- "line": 1920,
+ "line": 1923,
"column": 27
}
}
@@ -160201,16 +160524,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 71282,
- 71296
+ 71433,
+ 71447
],
"loc": {
"start": {
- "line": 1922,
+ "line": 1925,
"column": 11
},
"end": {
- "line": 1922,
+ "line": 1925,
"column": 25
}
}
@@ -160229,16 +160552,16 @@
"type": "Identifier",
"name": "colValues",
"range": [
- 71311,
- 71320
+ 71462,
+ 71471
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 12
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 21
}
}
@@ -160247,31 +160570,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 71321,
- 71325
+ 71472,
+ 71476
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 22
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 26
}
}
},
"range": [
- 71311,
- 71325
+ 71462,
+ 71476
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 12
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 26
}
}
@@ -160288,16 +160611,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 71326,
- 71330
+ 71477,
+ 71481
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 27
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 31
}
}
@@ -160306,47 +160629,47 @@
"type": "Identifier",
"name": "getHeadersText",
"range": [
- 71331,
- 71345
+ 71482,
+ 71496
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 32
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 46
}
}
},
"range": [
- 71326,
- 71345
+ 71477,
+ 71496
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 27
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 46
}
}
},
"arguments": [],
"range": [
- 71326,
- 71347
+ 71477,
+ 71498
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 27
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 48
}
}
@@ -160355,94 +160678,94 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 71348,
- 71356
+ 71499,
+ 71507
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 49
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 57
}
}
},
"range": [
- 71326,
- 71357
+ 71477,
+ 71508
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 27
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 58
}
}
}
],
"range": [
- 71311,
- 71358
+ 71462,
+ 71509
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 12
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 59
}
}
},
"range": [
- 71311,
- 71359
+ 71462,
+ 71510
],
"loc": {
"start": {
- "line": 1923,
+ "line": 1926,
"column": 12
},
"end": {
- "line": 1923,
+ "line": 1926,
"column": 60
}
}
}
],
"range": [
- 71297,
- 71369
+ 71448,
+ 71520
],
"loc": {
"start": {
- "line": 1922,
+ "line": 1925,
"column": 26
},
"end": {
- "line": 1924,
+ "line": 1927,
"column": 9
}
}
},
"alternate": null,
"range": [
- 71279,
- 71369
+ 71430,
+ 71520
],
"loc": {
"start": {
- "line": 1922,
+ "line": 1925,
"column": 8
},
"end": {
- "line": 1924,
+ "line": 1927,
"column": 9
}
}
@@ -160458,16 +160781,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 71387,
- 71388
+ 71538,
+ 71539
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 16
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 17
}
}
@@ -160478,16 +160801,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 71389,
- 71393
+ 71540,
+ 71544
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 18
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 22
}
}
@@ -160496,46 +160819,46 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 71394,
- 71400
+ 71545,
+ 71551
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 23
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 29
}
}
},
"range": [
- 71389,
- 71400
+ 71540,
+ 71551
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 18
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 29
}
}
},
"range": [
- 71387,
- 71400
+ 71538,
+ 71551
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 16
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 29
}
}
@@ -160543,16 +160866,16 @@
],
"kind": "let",
"range": [
- 71383,
- 71400
+ 71534,
+ 71551
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 12
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 29
}
}
@@ -160564,16 +160887,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 71402,
- 71403
+ 71553,
+ 71554
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 31
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 32
}
}
@@ -160584,16 +160907,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 71404,
- 71408
+ 71555,
+ 71559
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 33
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 37
}
}
@@ -160602,46 +160925,46 @@
"type": "Identifier",
"name": "nbRows",
"range": [
- 71409,
- 71415
+ 71560,
+ 71566
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 38
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 44
}
}
},
"range": [
- 71404,
- 71415
+ 71555,
+ 71566
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 33
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 44
}
}
},
"range": [
- 71402,
- 71415
+ 71553,
+ 71566
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 31
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 44
}
}
@@ -160653,32 +160976,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 71417,
- 71418
+ 71568,
+ 71569
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 46
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 47
}
}
},
"prefix": false,
"range": [
- 71417,
- 71420
+ 71568,
+ 71571
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 46
},
"end": {
- "line": 1926,
+ "line": 1929,
"column": 49
}
}
@@ -160695,16 +161018,16 @@
"type": "Identifier",
"name": "isExludedRow",
"range": [
- 71439,
- 71451
+ 71590,
+ 71602
],
"loc": {
"start": {
- "line": 1927,
+ "line": 1930,
"column": 16
},
"end": {
- "line": 1927,
+ "line": 1930,
"column": 28
}
}
@@ -160714,31 +161037,31 @@
"value": false,
"raw": "false",
"range": [
- 71454,
- 71459
+ 71605,
+ 71610
],
"loc": {
"start": {
- "line": 1927,
+ "line": 1930,
"column": 31
},
"end": {
- "line": 1927,
+ "line": 1930,
"column": 36
}
}
},
"range": [
- 71439,
- 71459
+ 71590,
+ 71610
],
"loc": {
"start": {
- "line": 1927,
+ "line": 1930,
"column": 16
},
"end": {
- "line": 1927,
+ "line": 1930,
"column": 36
}
}
@@ -160746,16 +161069,16 @@
],
"kind": "let",
"range": [
- 71435,
- 71460
+ 71586,
+ 71611
],
"loc": {
"start": {
- "line": 1927,
+ "line": 1930,
"column": 12
},
"end": {
- "line": 1927,
+ "line": 1930,
"column": 37
}
},
@@ -160764,16 +161087,16 @@
"type": "Line",
"value": " checks if current row index appears in exclude array",
"range": [
- 71473,
- 71528
+ 71624,
+ 71679
],
"loc": {
"start": {
- "line": 1928,
+ "line": 1931,
"column": 12
},
"end": {
- "line": 1928,
+ "line": 1931,
"column": 67
}
}
@@ -160792,16 +161115,16 @@
"type": "Identifier",
"name": "exclude",
"range": [
- 71544,
- 71551
+ 71695,
+ 71702
],
"loc": {
"start": {
- "line": 1929,
+ "line": 1932,
"column": 15
},
"end": {
- "line": 1929,
+ "line": 1932,
"column": 22
}
}
@@ -160810,31 +161133,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 71552,
- 71558
+ 71703,
+ 71709
],
"loc": {
"start": {
- "line": 1929,
+ "line": 1932,
"column": 23
},
"end": {
- "line": 1929,
+ "line": 1932,
"column": 29
}
}
},
"range": [
- 71544,
- 71558
+ 71695,
+ 71709
],
"loc": {
"start": {
- "line": 1929,
+ "line": 1932,
"column": 15
},
"end": {
- "line": 1929,
+ "line": 1932,
"column": 29
}
}
@@ -160844,31 +161167,31 @@
"value": 0,
"raw": "0",
"range": [
- 71561,
- 71562
+ 71712,
+ 71713
],
"loc": {
"start": {
- "line": 1929,
+ "line": 1932,
"column": 32
},
"end": {
- "line": 1929,
+ "line": 1932,
"column": 33
}
}
},
"range": [
- 71544,
- 71562
+ 71695,
+ 71713
],
"loc": {
"start": {
- "line": 1929,
+ "line": 1932,
"column": 15
},
"end": {
- "line": 1929,
+ "line": 1932,
"column": 33
}
}
@@ -160885,16 +161208,16 @@
"type": "Identifier",
"name": "isExludedRow",
"range": [
- 71581,
- 71593
+ 71732,
+ 71744
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 16
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 28
}
}
@@ -160911,16 +161234,16 @@
"type": "Identifier",
"name": "exclude",
"range": [
- 71596,
- 71603
+ 71747,
+ 71754
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 31
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 38
}
}
@@ -160929,31 +161252,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 71604,
- 71611
+ 71755,
+ 71762
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 39
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 46
}
}
},
"range": [
- 71596,
- 71611
+ 71747,
+ 71762
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 31
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 46
}
}
@@ -160963,32 +161286,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 71612,
- 71613
+ 71763,
+ 71764
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 47
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 48
}
}
}
],
"range": [
- 71596,
- 71614
+ 71747,
+ 71765
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 31
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 49
}
}
@@ -161001,109 +161324,109 @@
"value": 1,
"raw": "1",
"range": [
- 71619,
- 71620
+ 71770,
+ 71771
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 54
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 55
}
}
},
"prefix": true,
"range": [
- 71618,
- 71620
+ 71769,
+ 71771
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 53
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 55
}
}
},
"range": [
- 71596,
- 71620
+ 71747,
+ 71771
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 31
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 55
}
}
},
"range": [
- 71581,
- 71620
+ 71732,
+ 71771
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 16
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 55
}
}
},
"range": [
- 71581,
- 71621
+ 71732,
+ 71772
],
"loc": {
"start": {
- "line": 1930,
+ "line": 1933,
"column": 16
},
"end": {
- "line": 1930,
+ "line": 1933,
"column": 56
}
}
}
],
"range": [
- 71563,
- 71635
+ 71714,
+ 71786
],
"loc": {
"start": {
- "line": 1929,
+ "line": 1932,
"column": 34
},
"end": {
- "line": 1931,
+ "line": 1934,
"column": 13
}
}
},
"alternate": null,
"range": [
- 71541,
- 71635
+ 71692,
+ 71786
],
"loc": {
"start": {
- "line": 1929,
+ "line": 1932,
"column": 12
},
"end": {
- "line": 1931,
+ "line": 1934,
"column": 13
}
},
@@ -161112,16 +161435,16 @@
"type": "Line",
"value": " checks if current row index appears in exclude array",
"range": [
- 71473,
- 71528
+ 71624,
+ 71679
],
"loc": {
"start": {
- "line": 1928,
+ "line": 1931,
"column": 12
},
"end": {
- "line": 1928,
+ "line": 1931,
"column": 67
}
}
@@ -161137,16 +161460,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 71652,
- 71656
+ 71803,
+ 71807
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 16
},
"end": {
- "line": 1932,
+ "line": 1935,
"column": 20
}
}
@@ -161161,16 +161484,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 71659,
- 71662
+ 71810,
+ 71813
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 23
},
"end": {
- "line": 1932,
+ "line": 1935,
"column": 26
}
}
@@ -161179,31 +161502,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 71663,
- 71664
+ 71814,
+ 71815
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 27
},
"end": {
- "line": 1932,
+ "line": 1935,
"column": 28
}
}
},
"range": [
- 71659,
- 71665
+ 71810,
+ 71816
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 23
},
"end": {
- "line": 1932,
+ "line": 1935,
"column": 29
}
}
@@ -161212,46 +161535,46 @@
"type": "Identifier",
"name": "cells",
"range": [
- 71666,
- 71671
+ 71817,
+ 71822
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 30
},
"end": {
- "line": 1932,
+ "line": 1935,
"column": 35
}
}
},
"range": [
- 71659,
- 71671
+ 71810,
+ 71822
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 23
},
"end": {
- "line": 1932,
+ "line": 1935,
"column": 35
}
}
},
"range": [
- 71652,
- 71671
+ 71803,
+ 71822
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 16
},
"end": {
- "line": 1932,
+ "line": 1935,
"column": 35
}
}
@@ -161262,16 +161585,16 @@
"type": "Identifier",
"name": "nchilds",
"range": [
- 71689,
- 71696
+ 71840,
+ 71847
],
"loc": {
"start": {
- "line": 1933,
+ "line": 1936,
"column": 16
},
"end": {
- "line": 1933,
+ "line": 1936,
"column": 23
}
}
@@ -161283,16 +161606,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 71699,
- 71703
+ 71850,
+ 71854
],
"loc": {
"start": {
- "line": 1933,
+ "line": 1936,
"column": 26
},
"end": {
- "line": 1933,
+ "line": 1936,
"column": 30
}
}
@@ -161301,46 +161624,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 71704,
- 71710
+ 71855,
+ 71861
],
"loc": {
"start": {
- "line": 1933,
+ "line": 1936,
"column": 31
},
"end": {
- "line": 1933,
+ "line": 1936,
"column": 37
}
}
},
"range": [
- 71699,
- 71710
+ 71850,
+ 71861
],
"loc": {
"start": {
- "line": 1933,
+ "line": 1936,
"column": 26
},
"end": {
- "line": 1933,
+ "line": 1936,
"column": 37
}
}
},
"range": [
- 71689,
- 71710
+ 71840,
+ 71861
],
"loc": {
"start": {
- "line": 1933,
+ "line": 1936,
"column": 16
},
"end": {
- "line": 1933,
+ "line": 1936,
"column": 37
}
}
@@ -161348,16 +161671,16 @@
],
"kind": "let",
"range": [
- 71648,
- 71711
+ 71799,
+ 71862
],
"loc": {
"start": {
- "line": 1932,
+ "line": 1935,
"column": 12
},
"end": {
- "line": 1933,
+ "line": 1936,
"column": 38
}
},
@@ -161366,16 +161689,16 @@
"type": "Line",
"value": " checks if row has exact cell # and is not excluded",
"range": [
- 71725,
- 71778
+ 71876,
+ 71929
],
"loc": {
"start": {
- "line": 1935,
+ "line": 1938,
"column": 12
},
"end": {
- "line": 1935,
+ "line": 1938,
"column": 65
}
}
@@ -161394,16 +161717,16 @@
"type": "Identifier",
"name": "nchilds",
"range": [
- 71794,
- 71801
+ 71945,
+ 71952
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 15
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 22
}
}
@@ -161414,16 +161737,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 71806,
- 71810
+ 71957,
+ 71961
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 27
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 31
}
}
@@ -161432,46 +161755,46 @@
"type": "Identifier",
"name": "nbCells",
"range": [
- 71811,
- 71818
+ 71962,
+ 71969
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 32
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 39
}
}
},
"range": [
- 71806,
- 71818
+ 71957,
+ 71969
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 27
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 39
}
}
},
"range": [
- 71794,
- 71818
+ 71945,
+ 71969
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 15
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 39
}
}
@@ -161483,47 +161806,47 @@
"type": "Identifier",
"name": "isExludedRow",
"range": [
- 71823,
- 71835
+ 71974,
+ 71986
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 44
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 56
}
}
},
"prefix": true,
"range": [
- 71822,
- 71835
+ 71973,
+ 71986
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 43
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 56
}
}
},
"range": [
- 71794,
- 71835
+ 71945,
+ 71986
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 15
},
"end": {
- "line": 1936,
+ "line": 1939,
"column": 56
}
}
@@ -161542,16 +161865,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 71911,
- 71912
+ 72062,
+ 72063
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 24
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 25
}
}
@@ -161561,31 +161884,31 @@
"value": 0,
"raw": "0",
"range": [
- 71913,
- 71914
+ 72064,
+ 72065
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 26
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 27
}
}
},
"range": [
- 71911,
- 71914
+ 72062,
+ 72065
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 24
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 27
}
}
@@ -161593,16 +161916,16 @@
],
"kind": "let",
"range": [
- 71907,
- 71914
+ 72058,
+ 72065
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 20
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 27
}
}
@@ -161614,16 +161937,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 71916,
- 71917
+ 72067,
+ 72068
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 29
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 30
}
}
@@ -161632,31 +161955,31 @@
"type": "Identifier",
"name": "nchilds",
"range": [
- 71918,
- 71925
+ 72069,
+ 72076
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 31
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 38
}
}
},
"range": [
- 71916,
- 71925
+ 72067,
+ 72076
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 29
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 38
}
}
@@ -161668,32 +161991,32 @@
"type": "Identifier",
"name": "j",
"range": [
- 71927,
- 71928
+ 72078,
+ 72079
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 40
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 41
}
}
},
"prefix": false,
"range": [
- 71927,
- 71930
+ 72078,
+ 72081
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 40
},
"end": {
- "line": 1938,
+ "line": 1941,
"column": 43
}
}
@@ -161713,16 +162036,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 71956,
- 71957
+ 72107,
+ 72108
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 23
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 24
}
}
@@ -161731,31 +162054,31 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 71961,
- 71969
+ 72112,
+ 72120
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 28
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 36
}
}
},
"range": [
- 71956,
- 71969
+ 72107,
+ 72120
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 23
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 36
}
}
@@ -161776,16 +162099,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 71973,
- 71976
+ 72124,
+ 72127
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 40
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 43
}
}
@@ -161794,31 +162117,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 71977,
- 71978
+ 72128,
+ 72129
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 44
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 45
}
}
},
"range": [
- 71973,
- 71979
+ 72124,
+ 72130
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 40
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 46
}
}
@@ -161827,31 +162150,31 @@
"type": "Identifier",
"name": "style",
"range": [
- 71980,
- 71985
+ 72131,
+ 72136
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 47
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 52
}
}
},
"range": [
- 71973,
- 71985
+ 72124,
+ 72136
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 40
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 52
}
}
@@ -161860,31 +162183,31 @@
"type": "Identifier",
"name": "display",
"range": [
- 71986,
- 71993
+ 72137,
+ 72144
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 53
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 60
}
}
},
"range": [
- 71973,
- 71993
+ 72124,
+ 72144
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 40
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 60
}
}
@@ -161894,46 +162217,46 @@
"value": "",
"raw": "''",
"range": [
- 71998,
- 72000
+ 72149,
+ 72151
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 65
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 67
}
}
},
"range": [
- 71973,
- 72000
+ 72124,
+ 72151
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 40
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 67
}
}
},
"range": [
- 71956,
- 72000
+ 72107,
+ 72151
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 23
},
"end": {
- "line": 1939,
+ "line": 1942,
"column": 67
}
}
@@ -161945,48 +162268,48 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 72027,
- 72036
+ 72178,
+ 72187
],
"loc": {
"start": {
- "line": 1940,
+ "line": 1943,
"column": 24
},
"end": {
- "line": 1940,
+ "line": 1943,
"column": 33
}
}
}
],
"range": [
- 72001,
- 72058
+ 72152,
+ 72209
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 68
},
"end": {
- "line": 1941,
+ "line": 1944,
"column": 21
}
}
},
"alternate": null,
"range": [
- 71953,
- 72058
+ 72104,
+ 72209
],
"loc": {
"start": {
- "line": 1939,
+ "line": 1942,
"column": 20
},
"end": {
- "line": 1941,
+ "line": 1944,
"column": 21
}
}
@@ -162000,16 +162323,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 72083,
- 72091
+ 72234,
+ 72242
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 24
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 32
}
}
@@ -162022,16 +162345,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 72094,
- 72098
+ 72245,
+ 72249
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 35
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 39
}
}
@@ -162040,31 +162363,31 @@
"type": "Identifier",
"name": "getCellData",
"range": [
- 72099,
- 72110
+ 72250,
+ 72261
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 40
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 51
}
}
},
"range": [
- 72094,
- 72110
+ 72245,
+ 72261
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 35
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 51
}
}
@@ -162077,16 +162400,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 72111,
- 72115
+ 72262,
+ 72266
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 52
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 56
}
}
@@ -162095,62 +162418,62 @@
"type": "Identifier",
"name": "j",
"range": [
- 72116,
- 72117
+ 72267,
+ 72268
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 57
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 58
}
}
},
"range": [
- 72111,
- 72118
+ 72262,
+ 72269
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 52
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 59
}
}
}
],
"range": [
- 72094,
- 72119
+ 72245,
+ 72270
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 35
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 60
}
}
},
"range": [
- 72083,
- 72119
+ 72234,
+ 72270
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 24
},
"end": {
- "line": 1942,
+ "line": 1945,
"column": 60
}
}
@@ -162161,16 +162484,16 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 72145,
- 72153
+ 72296,
+ 72304
],
"loc": {
"start": {
- "line": 1943,
+ "line": 1946,
"column": 24
},
"end": {
- "line": 1943,
+ "line": 1946,
"column": 32
}
}
@@ -162183,16 +162506,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 72156,
- 72160
+ 72307,
+ 72311
],
"loc": {
"start": {
- "line": 1943,
+ "line": 1946,
"column": 35
},
"end": {
- "line": 1943,
+ "line": 1946,
"column": 39
}
}
@@ -162201,31 +162524,31 @@
"type": "Identifier",
"name": "colNbFormat",
"range": [
- 72161,
- 72172
+ 72312,
+ 72323
],
"loc": {
"start": {
- "line": 1943,
+ "line": 1946,
"column": 40
},
"end": {
- "line": 1943,
+ "line": 1946,
"column": 51
}
}
},
"range": [
- 72156,
- 72172
+ 72307,
+ 72323
],
"loc": {
"start": {
- "line": 1943,
+ "line": 1946,
"column": 35
},
"end": {
- "line": 1943,
+ "line": 1946,
"column": 51
}
}
@@ -162239,16 +162562,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 72203,
- 72207
+ 72354,
+ 72358
],
"loc": {
"start": {
- "line": 1944,
+ "line": 1947,
"column": 28
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 32
}
}
@@ -162257,31 +162580,31 @@
"type": "Identifier",
"name": "colNbFormat",
"range": [
- 72208,
- 72219
+ 72359,
+ 72370
],
"loc": {
"start": {
- "line": 1944,
+ "line": 1947,
"column": 33
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 44
}
}
},
"range": [
- 72203,
- 72219
+ 72354,
+ 72370
],
"loc": {
"start": {
- "line": 1944,
+ "line": 1947,
"column": 28
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 44
}
}
@@ -162290,31 +162613,31 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 72220,
- 72228
+ 72371,
+ 72379
],
"loc": {
"start": {
- "line": 1944,
+ "line": 1947,
"column": 45
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 53
}
}
},
"range": [
- 72203,
- 72229
+ 72354,
+ 72380
],
"loc": {
"start": {
- "line": 1944,
+ "line": 1947,
"column": 28
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 54
}
}
@@ -162324,46 +162647,46 @@
"value": null,
"raw": "null",
"range": [
- 72232,
- 72236
+ 72383,
+ 72387
],
"loc": {
"start": {
- "line": 1944,
+ "line": 1947,
"column": 57
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 61
}
}
},
"range": [
- 72156,
- 72236
+ 72307,
+ 72387
],
"loc": {
"start": {
- "line": 1943,
+ "line": 1946,
"column": 35
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 61
}
}
},
"range": [
- 72145,
- 72236
+ 72296,
+ 72387
],
"loc": {
"start": {
- "line": 1943,
+ "line": 1946,
"column": 24
},
"end": {
- "line": 1944,
+ "line": 1947,
"column": 61
}
}
@@ -162374,16 +162697,16 @@
"type": "Identifier",
"name": "data",
"range": [
- 72262,
- 72266
+ 72413,
+ 72417
],
"loc": {
"start": {
- "line": 1945,
+ "line": 1948,
"column": 24
},
"end": {
- "line": 1945,
+ "line": 1948,
"column": 28
}
}
@@ -162394,16 +162717,16 @@
"type": "Identifier",
"name": "num",
"range": [
- 72269,
- 72272
+ 72420,
+ 72423
],
"loc": {
"start": {
- "line": 1945,
+ "line": 1948,
"column": 31
},
"end": {
- "line": 1945,
+ "line": 1948,
"column": 34
}
}
@@ -162417,16 +162740,16 @@
"type": "Identifier",
"name": "Helpers",
"range": [
- 72307,
- 72314
+ 72458,
+ 72465
],
"loc": {
"start": {
- "line": 1946,
+ "line": 1949,
"column": 32
},
"end": {
- "line": 1946,
+ "line": 1949,
"column": 39
}
}
@@ -162435,31 +162758,31 @@
"type": "Identifier",
"name": "removeNbFormat",
"range": [
- 72315,
- 72329
+ 72466,
+ 72480
],
"loc": {
"start": {
- "line": 1946,
+ "line": 1949,
"column": 40
},
"end": {
- "line": 1946,
+ "line": 1949,
"column": 54
}
}
},
"range": [
- 72307,
- 72329
+ 72458,
+ 72480
],
"loc": {
"start": {
- "line": 1946,
+ "line": 1949,
"column": 32
},
"end": {
- "line": 1946,
+ "line": 1949,
"column": 54
}
}
@@ -162469,16 +162792,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 72330,
- 72338
+ 72481,
+ 72489
],
"loc": {
"start": {
- "line": 1946,
+ "line": 1949,
"column": 55
},
"end": {
- "line": 1946,
+ "line": 1949,
"column": 63
}
}
@@ -162487,32 +162810,32 @@
"type": "Identifier",
"name": "nbFormat",
"range": [
- 72340,
- 72348
+ 72491,
+ 72499
],
"loc": {
"start": {
- "line": 1946,
+ "line": 1949,
"column": 65
},
"end": {
- "line": 1946,
+ "line": 1949,
"column": 73
}
}
}
],
"range": [
- 72307,
- 72349
+ 72458,
+ 72500
],
"loc": {
"start": {
- "line": 1946,
+ "line": 1949,
"column": 32
},
"end": {
- "line": 1946,
+ "line": 1949,
"column": 74
}
}
@@ -162521,46 +162844,46 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 72384,
- 72392
+ 72535,
+ 72543
],
"loc": {
"start": {
- "line": 1947,
+ "line": 1950,
"column": 32
},
"end": {
- "line": 1947,
+ "line": 1950,
"column": 40
}
}
},
"range": [
- 72269,
- 72392
+ 72420,
+ 72543
],
"loc": {
"start": {
- "line": 1945,
+ "line": 1948,
"column": 31
},
"end": {
- "line": 1947,
+ "line": 1950,
"column": 40
}
}
},
"range": [
- 72262,
- 72392
+ 72413,
+ 72543
],
"loc": {
"start": {
- "line": 1945,
+ "line": 1948,
"column": 24
},
"end": {
- "line": 1947,
+ "line": 1950,
"column": 40
}
}
@@ -162568,16 +162891,16 @@
],
"kind": "let",
"range": [
- 72079,
- 72393
+ 72230,
+ 72544
],
"loc": {
"start": {
- "line": 1942,
+ "line": 1945,
"column": 20
},
"end": {
- "line": 1947,
+ "line": 1950,
"column": 41
}
}
@@ -162593,16 +162916,16 @@
"type": "Identifier",
"name": "colValues",
"range": [
- 72414,
- 72423
+ 72565,
+ 72574
],
"loc": {
"start": {
- "line": 1948,
+ "line": 1951,
"column": 20
},
"end": {
- "line": 1948,
+ "line": 1951,
"column": 29
}
}
@@ -162611,31 +162934,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 72424,
- 72428
+ 72575,
+ 72579
],
"loc": {
"start": {
- "line": 1948,
+ "line": 1951,
"column": 30
},
"end": {
- "line": 1948,
+ "line": 1951,
"column": 34
}
}
},
"range": [
- 72414,
- 72428
+ 72565,
+ 72579
],
"loc": {
"start": {
- "line": 1948,
+ "line": 1951,
"column": 20
},
"end": {
- "line": 1948,
+ "line": 1951,
"column": 34
}
}
@@ -162645,78 +162968,78 @@
"type": "Identifier",
"name": "data",
"range": [
- 72429,
- 72433
+ 72580,
+ 72584
],
"loc": {
"start": {
- "line": 1948,
+ "line": 1951,
"column": 35
},
"end": {
- "line": 1948,
+ "line": 1951,
"column": 39
}
}
}
],
"range": [
- 72414,
- 72434
+ 72565,
+ 72585
],
"loc": {
"start": {
- "line": 1948,
+ "line": 1951,
"column": 20
},
"end": {
- "line": 1948,
+ "line": 1951,
"column": 40
}
}
},
"range": [
- 72414,
- 72435
+ 72565,
+ 72586
],
"loc": {
"start": {
- "line": 1948,
+ "line": 1951,
"column": 20
},
"end": {
- "line": 1948,
+ "line": 1951,
"column": 41
}
}
}
],
"range": [
- 71931,
- 72453
+ 72082,
+ 72604
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 44
},
"end": {
- "line": 1949,
+ "line": 1952,
"column": 17
}
}
},
"range": [
- 71903,
- 72453
+ 72054,
+ 72604
],
"loc": {
"start": {
- "line": 1938,
+ "line": 1941,
"column": 16
},
"end": {
- "line": 1949,
+ "line": 1952,
"column": 17
}
},
@@ -162725,16 +163048,16 @@
"type": "Line",
"value": " this loop retrieves cell data",
"range": [
- 71854,
- 71886
+ 72005,
+ 72037
],
"loc": {
"start": {
- "line": 1937,
+ "line": 1940,
"column": 16
},
"end": {
- "line": 1937,
+ "line": 1940,
"column": 48
}
}
@@ -162743,32 +163066,32 @@
}
],
"range": [
- 71836,
- 72467
+ 71987,
+ 72618
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 57
},
"end": {
- "line": 1950,
+ "line": 1953,
"column": 13
}
}
},
"alternate": null,
"range": [
- 71791,
- 72467
+ 71942,
+ 72618
],
"loc": {
"start": {
- "line": 1936,
+ "line": 1939,
"column": 12
},
"end": {
- "line": 1950,
+ "line": 1953,
"column": 13
}
},
@@ -162777,16 +163100,16 @@
"type": "Line",
"value": " checks if row has exact cell # and is not excluded",
"range": [
- 71725,
- 71778
+ 71876,
+ 71929
],
"loc": {
"start": {
- "line": 1935,
+ "line": 1938,
"column": 12
},
"end": {
- "line": 1935,
+ "line": 1938,
"column": 65
}
}
@@ -162795,31 +163118,31 @@
}
],
"range": [
- 71421,
- 72477
+ 71572,
+ 72628
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 50
},
"end": {
- "line": 1951,
+ "line": 1954,
"column": 9
}
}
},
"range": [
- 71379,
- 72477
+ 71530,
+ 72628
],
"loc": {
"start": {
- "line": 1926,
+ "line": 1929,
"column": 8
},
"end": {
- "line": 1951,
+ "line": 1954,
"column": 9
}
}
@@ -162830,47 +163153,47 @@
"type": "Identifier",
"name": "colValues",
"range": [
- 72493,
- 72502
+ 72644,
+ 72653
],
"loc": {
"start": {
- "line": 1952,
+ "line": 1955,
"column": 15
},
"end": {
- "line": 1952,
+ "line": 1955,
"column": 24
}
}
},
"range": [
- 72486,
- 72503
+ 72637,
+ 72654
],
"loc": {
"start": {
- "line": 1952,
+ "line": 1955,
"column": 8
},
"end": {
- "line": 1952,
+ "line": 1955,
"column": 25
}
}
}
],
"range": [
- 71150,
- 72509
+ 71301,
+ 72660
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 71
},
"end": {
- "line": 1953,
+ "line": 1956,
"column": 5
}
}
@@ -162878,16 +163201,16 @@
"generator": false,
"expression": false,
"range": [
- 71095,
- 72509
+ 71246,
+ 72660
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 16
},
"end": {
- "line": 1953,
+ "line": 1956,
"column": 5
}
}
@@ -162895,16 +163218,16 @@
"kind": "method",
"computed": false,
"range": [
- 71083,
- 72509
+ 71234,
+ 72660
],
"loc": {
"start": {
- "line": 1915,
+ "line": 1918,
"column": 4
},
"end": {
- "line": 1953,
+ "line": 1956,
"column": 5
}
},
@@ -162913,16 +163236,16 @@
"type": "Block",
"value": "*\n * Return the data of a specified colum\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ",
"range": [
- 70695,
- 71078
+ 70846,
+ 71229
],
"loc": {
"start": {
- "line": 1907,
+ "line": 1910,
"column": 4
},
"end": {
- "line": 1914,
+ "line": 1917,
"column": 7
}
}
@@ -162933,16 +163256,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": [
- 72515,
- 72667
+ 72666,
+ 72818
],
"loc": {
"start": {
- "line": 1955,
+ "line": 1958,
"column": 4
},
"end": {
- "line": 1959,
+ "line": 1962,
"column": 7
}
}
@@ -162956,16 +163279,16 @@
"type": "Identifier",
"name": "getFilterValue",
"range": [
- 72672,
- 72686
+ 72823,
+ 72837
],
"loc": {
"start": {
- "line": 1960,
+ "line": 1963,
"column": 4
},
"end": {
- "line": 1960,
+ "line": 1963,
"column": 18
}
}
@@ -162978,16 +163301,16 @@
"type": "Identifier",
"name": "index",
"range": [
- 72687,
- 72692
+ 72838,
+ 72843
],
"loc": {
"start": {
- "line": 1960,
+ "line": 1963,
"column": 19
},
"end": {
- "line": 1960,
+ "line": 1963,
"column": 24
}
}
@@ -163007,16 +163330,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 72707,
- 72711
+ 72858,
+ 72862
],
"loc": {
"start": {
- "line": 1961,
+ "line": 1964,
"column": 12
},
"end": {
- "line": 1961,
+ "line": 1964,
"column": 16
}
}
@@ -163025,47 +163348,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 72712,
- 72719
+ 72863,
+ 72870
],
"loc": {
"start": {
- "line": 1961,
+ "line": 1964,
"column": 17
},
"end": {
- "line": 1961,
+ "line": 1964,
"column": 24
}
}
},
"range": [
- 72707,
- 72719
+ 72858,
+ 72870
],
"loc": {
"start": {
- "line": 1961,
+ "line": 1964,
"column": 12
},
"end": {
- "line": 1961,
+ "line": 1964,
"column": 24
}
}
},
"prefix": true,
"range": [
- 72706,
- 72719
+ 72857,
+ 72870
],
"loc": {
"start": {
- "line": 1961,
+ "line": 1964,
"column": 11
},
"end": {
- "line": 1961,
+ "line": 1964,
"column": 24
}
}
@@ -163077,48 +163400,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 72734,
- 72741
+ 72885,
+ 72892
],
"loc": {
"start": {
- "line": 1962,
+ "line": 1965,
"column": 12
},
"end": {
- "line": 1962,
+ "line": 1965,
"column": 19
}
}
}
],
"range": [
- 72720,
- 72751
+ 72871,
+ 72902
],
"loc": {
"start": {
- "line": 1961,
+ "line": 1964,
"column": 25
},
"end": {
- "line": 1963,
+ "line": 1966,
"column": 9
}
}
},
"alternate": null,
"range": [
- 72703,
- 72751
+ 72854,
+ 72902
],
"loc": {
"start": {
- "line": 1961,
+ "line": 1964,
"column": 8
},
"end": {
- "line": 1963,
+ "line": 1966,
"column": 9
}
}
@@ -163132,32 +163455,32 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 72764,
- 72772
+ 72915,
+ 72923
],
"loc": {
"start": {
- "line": 1964,
+ "line": 1967,
"column": 12
},
"end": {
- "line": 1964,
+ "line": 1967,
"column": 20
}
}
},
"init": null,
"range": [
- 72764,
- 72772
+ 72915,
+ 72923
],
"loc": {
"start": {
- "line": 1964,
+ "line": 1967,
"column": 12
},
"end": {
- "line": 1964,
+ "line": 1967,
"column": 20
}
}
@@ -163168,16 +163491,16 @@
"type": "Identifier",
"name": "flt",
"range": [
- 72786,
- 72789
+ 72937,
+ 72940
],
"loc": {
"start": {
- "line": 1965,
+ "line": 1968,
"column": 12
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 15
}
}
@@ -163190,16 +163513,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 72792,
- 72796
+ 72943,
+ 72947
],
"loc": {
"start": {
- "line": 1965,
+ "line": 1968,
"column": 18
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 22
}
}
@@ -163208,31 +163531,31 @@
"type": "Identifier",
"name": "getFilterElement",
"range": [
- 72797,
- 72813
+ 72948,
+ 72964
],
"loc": {
"start": {
- "line": 1965,
+ "line": 1968,
"column": 23
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 39
}
}
},
"range": [
- 72792,
- 72813
+ 72943,
+ 72964
],
"loc": {
"start": {
- "line": 1965,
+ "line": 1968,
"column": 18
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 39
}
}
@@ -163242,47 +163565,47 @@
"type": "Identifier",
"name": "index",
"range": [
- 72814,
- 72819
+ 72965,
+ 72970
],
"loc": {
"start": {
- "line": 1965,
+ "line": 1968,
"column": 40
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 45
}
}
}
],
"range": [
- 72792,
- 72820
+ 72943,
+ 72971
],
"loc": {
"start": {
- "line": 1965,
+ "line": 1968,
"column": 18
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 46
}
}
},
"range": [
- 72786,
- 72820
+ 72937,
+ 72971
],
"loc": {
"start": {
- "line": 1965,
+ "line": 1968,
"column": 12
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 46
}
}
@@ -163290,16 +163613,16 @@
],
"kind": "let",
"range": [
- 72760,
- 72821
+ 72911,
+ 72972
],
"loc": {
"start": {
- "line": 1964,
+ "line": 1967,
"column": 8
},
"end": {
- "line": 1965,
+ "line": 1968,
"column": 47
}
}
@@ -163313,32 +163636,32 @@
"type": "Identifier",
"name": "flt",
"range": [
- 72834,
- 72837
+ 72985,
+ 72988
],
"loc": {
"start": {
- "line": 1966,
+ "line": 1969,
"column": 12
},
"end": {
- "line": 1966,
+ "line": 1969,
"column": 15
}
}
},
"prefix": true,
"range": [
- 72833,
- 72837
+ 72984,
+ 72988
],
"loc": {
"start": {
- "line": 1966,
+ "line": 1969,
"column": 11
},
"end": {
- "line": 1966,
+ "line": 1969,
"column": 15
}
}
@@ -163353,63 +163676,63 @@
"value": "",
"raw": "''",
"range": [
- 72859,
- 72861
+ 73010,
+ 73012
],
"loc": {
"start": {
- "line": 1967,
+ "line": 1970,
"column": 19
},
"end": {
- "line": 1967,
+ "line": 1970,
"column": 21
}
}
},
"range": [
- 72852,
- 72862
+ 73003,
+ 73013
],
"loc": {
"start": {
- "line": 1967,
+ "line": 1970,
"column": 12
},
"end": {
- "line": 1967,
+ "line": 1970,
"column": 22
}
}
}
],
"range": [
- 72838,
- 72872
+ 72989,
+ 73023
],
"loc": {
"start": {
- "line": 1966,
+ "line": 1969,
"column": 16
},
"end": {
- "line": 1968,
+ "line": 1971,
"column": 9
}
}
},
"alternate": null,
"range": [
- 72830,
- 72872
+ 72981,
+ 73023
],
"loc": {
"start": {
- "line": 1966,
+ "line": 1969,
"column": 8
},
"end": {
- "line": 1968,
+ "line": 1971,
"column": 9
}
}
@@ -163423,16 +163746,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 72886,
- 72896
+ 73037,
+ 73047
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 12
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 22
}
}
@@ -163445,16 +163768,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 72899,
- 72903
+ 73050,
+ 73054
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 25
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 29
}
}
@@ -163463,31 +163786,31 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 72904,
- 72917
+ 73055,
+ 73068
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 30
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 43
}
}
},
"range": [
- 72899,
- 72917
+ 73050,
+ 73068
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 25
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 43
}
}
@@ -163497,47 +163820,47 @@
"type": "Identifier",
"name": "index",
"range": [
- 72918,
- 72923
+ 73069,
+ 73074
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 44
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 49
}
}
}
],
"range": [
- 72899,
- 72924
+ 73050,
+ 73075
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 25
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 50
}
}
},
"range": [
- 72886,
- 72924
+ 73037,
+ 73075
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 12
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 50
}
}
@@ -163545,16 +163868,16 @@
],
"kind": "let",
"range": [
- 72882,
- 72925
+ 73033,
+ 73076
],
"loc": {
"start": {
- "line": 1970,
+ "line": 1973,
"column": 8
},
"end": {
- "line": 1970,
+ "line": 1973,
"column": 51
}
}
@@ -163571,16 +163894,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 72937,
- 72947
+ 73088,
+ 73098
],
"loc": {
"start": {
- "line": 1971,
+ "line": 1974,
"column": 11
},
"end": {
- "line": 1971,
+ "line": 1974,
"column": 21
}
}
@@ -163591,16 +163914,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 72952,
- 72956
+ 73103,
+ 73107
],
"loc": {
"start": {
- "line": 1971,
+ "line": 1974,
"column": 26
},
"end": {
- "line": 1971,
+ "line": 1974,
"column": 30
}
}
@@ -163609,46 +163932,46 @@
"type": "Identifier",
"name": "fltTypeMulti",
"range": [
- 72957,
- 72969
+ 73108,
+ 73120
],
"loc": {
"start": {
- "line": 1971,
+ "line": 1974,
"column": 31
},
"end": {
- "line": 1971,
+ "line": 1974,
"column": 43
}
}
},
"range": [
- 72952,
- 72969
+ 73103,
+ 73120
],
"loc": {
"start": {
- "line": 1971,
+ "line": 1974,
"column": 26
},
"end": {
- "line": 1971,
+ "line": 1974,
"column": 43
}
}
},
"range": [
- 72937,
- 72969
+ 73088,
+ 73120
],
"loc": {
"start": {
- "line": 1971,
+ "line": 1974,
"column": 11
},
"end": {
- "line": 1971,
+ "line": 1974,
"column": 43
}
}
@@ -163660,16 +163983,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 72985,
- 72995
+ 73136,
+ 73146
],
"loc": {
"start": {
- "line": 1972,
+ "line": 1975,
"column": 12
},
"end": {
- "line": 1972,
+ "line": 1975,
"column": 22
}
}
@@ -163680,16 +164003,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 73000,
- 73004
+ 73151,
+ 73155
],
"loc": {
"start": {
- "line": 1972,
+ "line": 1975,
"column": 27
},
"end": {
- "line": 1972,
+ "line": 1975,
"column": 31
}
}
@@ -163698,61 +164021,61 @@
"type": "Identifier",
"name": "fltTypeCheckList",
"range": [
- 73005,
- 73021
+ 73156,
+ 73172
],
"loc": {
"start": {
- "line": 1972,
+ "line": 1975,
"column": 32
},
"end": {
- "line": 1972,
+ "line": 1975,
"column": 48
}
}
},
"range": [
- 73000,
- 73021
+ 73151,
+ 73172
],
"loc": {
"start": {
- "line": 1972,
+ "line": 1975,
"column": 27
},
"end": {
- "line": 1972,
+ "line": 1975,
"column": 48
}
}
},
"range": [
- 72985,
- 73021
+ 73136,
+ 73172
],
"loc": {
"start": {
- "line": 1972,
+ "line": 1975,
"column": 12
},
"end": {
- "line": 1972,
+ "line": 1975,
"column": 48
}
}
},
"range": [
- 72937,
- 73021
+ 73088,
+ 73172
],
"loc": {
"start": {
- "line": 1971,
+ "line": 1974,
"column": 11
},
"end": {
- "line": 1972,
+ "line": 1975,
"column": 48
}
}
@@ -163769,16 +164092,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73036,
- 73044
+ 73187,
+ 73195
],
"loc": {
"start": {
- "line": 1973,
+ "line": 1976,
"column": 12
},
"end": {
- "line": 1973,
+ "line": 1976,
"column": 20
}
}
@@ -163790,16 +164113,16 @@
"type": "Identifier",
"name": "flt",
"range": [
- 73047,
- 73050
+ 73198,
+ 73201
],
"loc": {
"start": {
- "line": 1973,
+ "line": 1976,
"column": 23
},
"end": {
- "line": 1973,
+ "line": 1976,
"column": 26
}
}
@@ -163808,77 +164131,77 @@
"type": "Identifier",
"name": "value",
"range": [
- 73051,
- 73056
+ 73202,
+ 73207
],
"loc": {
"start": {
- "line": 1973,
+ "line": 1976,
"column": 27
},
"end": {
- "line": 1973,
+ "line": 1976,
"column": 32
}
}
},
"range": [
- 73047,
- 73056
+ 73198,
+ 73207
],
"loc": {
"start": {
- "line": 1973,
+ "line": 1976,
"column": 23
},
"end": {
- "line": 1973,
+ "line": 1976,
"column": 32
}
}
},
"range": [
- 73036,
- 73056
+ 73187,
+ 73207
],
"loc": {
"start": {
- "line": 1973,
+ "line": 1976,
"column": 12
},
"end": {
- "line": 1973,
+ "line": 1976,
"column": 32
}
}
},
"range": [
- 73036,
- 73057
+ 73187,
+ 73208
],
"loc": {
"start": {
- "line": 1973,
+ "line": 1976,
"column": 12
},
"end": {
- "line": 1973,
+ "line": 1976,
"column": 33
}
}
}
],
"range": [
- 73022,
- 73067
+ 73173,
+ 73218
],
"loc": {
"start": {
- "line": 1972,
+ "line": 1975,
"column": 49
},
"end": {
- "line": 1974,
+ "line": 1977,
"column": 9
}
},
@@ -163887,16 +164210,16 @@
"type": "Line",
"value": "mutiple select",
"range": [
- 73076,
- 73092
+ 73227,
+ 73243
],
"loc": {
"start": {
- "line": 1975,
+ "line": 1978,
"column": 8
},
"end": {
- "line": 1975,
+ "line": 1978,
"column": 24
}
}
@@ -163912,16 +164235,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 73109,
- 73119
+ 73260,
+ 73270
],
"loc": {
"start": {
- "line": 1976,
+ "line": 1979,
"column": 16
},
"end": {
- "line": 1976,
+ "line": 1979,
"column": 26
}
}
@@ -163932,16 +164255,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 73124,
- 73128
+ 73275,
+ 73279
],
"loc": {
"start": {
- "line": 1976,
+ "line": 1979,
"column": 31
},
"end": {
- "line": 1976,
+ "line": 1979,
"column": 35
}
}
@@ -163950,46 +164273,46 @@
"type": "Identifier",
"name": "fltTypeMulti",
"range": [
- 73129,
- 73141
+ 73280,
+ 73292
],
"loc": {
"start": {
- "line": 1976,
+ "line": 1979,
"column": 36
},
"end": {
- "line": 1976,
+ "line": 1979,
"column": 48
}
}
},
"range": [
- 73124,
- 73141
+ 73275,
+ 73292
],
"loc": {
"start": {
- "line": 1976,
+ "line": 1979,
"column": 31
},
"end": {
- "line": 1976,
+ "line": 1979,
"column": 48
}
}
},
"range": [
- 73109,
- 73141
+ 73260,
+ 73292
],
"loc": {
"start": {
- "line": 1976,
+ "line": 1979,
"column": 16
},
"end": {
- "line": 1976,
+ "line": 1979,
"column": 48
}
}
@@ -164006,16 +164329,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73156,
- 73164
+ 73307,
+ 73315
],
"loc": {
"start": {
- "line": 1977,
+ "line": 1980,
"column": 12
},
"end": {
- "line": 1977,
+ "line": 1980,
"column": 20
}
}
@@ -164025,46 +164348,46 @@
"value": "",
"raw": "''",
"range": [
- 73167,
- 73169
+ 73318,
+ 73320
],
"loc": {
"start": {
- "line": 1977,
+ "line": 1980,
"column": 23
},
"end": {
- "line": 1977,
+ "line": 1980,
"column": 25
}
}
},
"range": [
- 73156,
- 73169
+ 73307,
+ 73320
],
"loc": {
"start": {
- "line": 1977,
+ "line": 1980,
"column": 12
},
"end": {
- "line": 1977,
+ "line": 1980,
"column": 25
}
}
},
"range": [
- 73156,
- 73170
+ 73307,
+ 73321
],
"loc": {
"start": {
- "line": 1977,
+ "line": 1980,
"column": 12
},
"end": {
- "line": 1977,
+ "line": 1980,
"column": 26
}
}
@@ -164080,16 +164403,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 73191,
- 73192
+ 73342,
+ 73343
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 20
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 21
}
}
@@ -164099,31 +164422,31 @@
"value": 0,
"raw": "0",
"range": [
- 73193,
- 73194
+ 73344,
+ 73345
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 22
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 23
}
}
},
"range": [
- 73191,
- 73194
+ 73342,
+ 73345
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 20
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 23
}
}
@@ -164134,16 +164457,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 73196,
- 73199
+ 73347,
+ 73350
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 25
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 28
}
}
@@ -164158,16 +164481,16 @@
"type": "Identifier",
"name": "flt",
"range": [
- 73200,
- 73203
+ 73351,
+ 73354
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 29
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 32
}
}
@@ -164176,31 +164499,31 @@
"type": "Identifier",
"name": "options",
"range": [
- 73204,
- 73211
+ 73355,
+ 73362
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 33
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 40
}
}
},
"range": [
- 73200,
- 73211
+ 73351,
+ 73362
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 29
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 40
}
}
@@ -164209,46 +164532,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 73212,
- 73218
+ 73363,
+ 73369
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 41
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 47
}
}
},
"range": [
- 73200,
- 73218
+ 73351,
+ 73369
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 29
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 47
}
}
},
"range": [
- 73196,
- 73218
+ 73347,
+ 73369
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 25
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 47
}
}
@@ -164256,16 +164579,16 @@
],
"kind": "let",
"range": [
- 73187,
- 73218
+ 73338,
+ 73369
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 16
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 47
}
}
@@ -164277,16 +164600,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 73220,
- 73221
+ 73371,
+ 73372
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 49
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 50
}
}
@@ -164295,31 +164618,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 73222,
- 73225
+ 73373,
+ 73376
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 51
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 54
}
}
},
"range": [
- 73220,
- 73225
+ 73371,
+ 73376
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 49
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 54
}
}
@@ -164331,32 +164654,32 @@
"type": "Identifier",
"name": "j",
"range": [
- 73227,
- 73228
+ 73378,
+ 73379
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 56
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 57
}
}
},
"prefix": false,
"range": [
- 73227,
- 73230
+ 73378,
+ 73381
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 56
},
"end": {
- "line": 1978,
+ "line": 1981,
"column": 59
}
}
@@ -164379,16 +164702,16 @@
"type": "Identifier",
"name": "flt",
"range": [
- 73252,
- 73255
+ 73403,
+ 73406
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 19
},
"end": {
- "line": 1979,
+ "line": 1982,
"column": 22
}
}
@@ -164397,31 +164720,31 @@
"type": "Identifier",
"name": "options",
"range": [
- 73256,
- 73263
+ 73407,
+ 73414
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 23
},
"end": {
- "line": 1979,
+ "line": 1982,
"column": 30
}
}
},
"range": [
- 73252,
- 73263
+ 73403,
+ 73414
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 19
},
"end": {
- "line": 1979,
+ "line": 1982,
"column": 30
}
}
@@ -164430,31 +164753,31 @@
"type": "Identifier",
"name": "j",
"range": [
- 73264,
- 73265
+ 73415,
+ 73416
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 31
},
"end": {
- "line": 1979,
+ "line": 1982,
"column": 32
}
}
},
"range": [
- 73252,
- 73266
+ 73403,
+ 73417
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 19
},
"end": {
- "line": 1979,
+ "line": 1982,
"column": 33
}
}
@@ -164463,31 +164786,31 @@
"type": "Identifier",
"name": "selected",
"range": [
- 73267,
- 73275
+ 73418,
+ 73426
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 34
},
"end": {
- "line": 1979,
+ "line": 1982,
"column": 42
}
}
},
"range": [
- 73252,
- 73275
+ 73403,
+ 73426
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 19
},
"end": {
- "line": 1979,
+ "line": 1982,
"column": 42
}
}
@@ -164504,16 +164827,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73298,
- 73306
+ 73449,
+ 73457
],
"loc": {
"start": {
- "line": 1980,
+ "line": 1983,
"column": 20
},
"end": {
- "line": 1980,
+ "line": 1983,
"column": 28
}
}
@@ -164527,16 +164850,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73309,
- 73317
+ 73460,
+ 73468
],
"loc": {
"start": {
- "line": 1980,
+ "line": 1983,
"column": 31
},
"end": {
- "line": 1980,
+ "line": 1983,
"column": 39
}
}
@@ -164545,31 +164868,31 @@
"type": "Identifier",
"name": "concat",
"range": [
- 73318,
- 73324
+ 73469,
+ 73475
],
"loc": {
"start": {
- "line": 1980,
+ "line": 1983,
"column": 40
},
"end": {
- "line": 1980,
+ "line": 1983,
"column": 46
}
}
},
"range": [
- 73309,
- 73324
+ 73460,
+ 73475
],
"loc": {
"start": {
- "line": 1980,
+ "line": 1983,
"column": 31
},
"end": {
- "line": 1980,
+ "line": 1983,
"column": 46
}
}
@@ -164597,16 +164920,16 @@
"type": "Identifier",
"name": "flt",
"range": [
- 73350,
- 73353
+ 73501,
+ 73504
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 24
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 27
}
}
@@ -164615,31 +164938,31 @@
"type": "Identifier",
"name": "options",
"range": [
- 73354,
- 73361
+ 73505,
+ 73512
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 28
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 35
}
}
},
"range": [
- 73350,
- 73361
+ 73501,
+ 73512
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 24
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 35
}
}
@@ -164648,31 +164971,31 @@
"type": "Identifier",
"name": "j",
"range": [
- 73362,
- 73363
+ 73513,
+ 73514
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 36
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 37
}
}
},
"range": [
- 73350,
- 73364
+ 73501,
+ 73515
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 24
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 38
}
}
@@ -164681,31 +165004,31 @@
"type": "Identifier",
"name": "value",
"range": [
- 73365,
- 73370
+ 73516,
+ 73521
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 39
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 44
}
}
},
"range": [
- 73350,
- 73370
+ 73501,
+ 73521
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 24
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 44
}
}
@@ -164715,31 +165038,31 @@
"value": " ",
"raw": "' '",
"range": [
- 73371,
- 73374
+ 73522,
+ 73525
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 45
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 48
}
}
},
"range": [
- 73350,
- 73374
+ 73501,
+ 73525
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 24
},
"end": {
- "line": 1981,
+ "line": 1984,
"column": 48
}
}
@@ -164750,16 +165073,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 73401,
- 73405
+ 73552,
+ 73556
],
"loc": {
"start": {
- "line": 1982,
+ "line": 1985,
"column": 24
},
"end": {
- "line": 1982,
+ "line": 1985,
"column": 28
}
}
@@ -164768,46 +165091,46 @@
"type": "Identifier",
"name": "orOperator",
"range": [
- 73406,
- 73416
+ 73557,
+ 73567
],
"loc": {
"start": {
- "line": 1982,
+ "line": 1985,
"column": 29
},
"end": {
- "line": 1982,
+ "line": 1985,
"column": 39
}
}
},
"range": [
- 73401,
- 73416
+ 73552,
+ 73567
],
"loc": {
"start": {
- "line": 1982,
+ "line": 1985,
"column": 24
},
"end": {
- "line": 1982,
+ "line": 1985,
"column": 39
}
}
},
"range": [
- 73350,
- 73416
+ 73501,
+ 73567
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 24
},
"end": {
- "line": 1982,
+ "line": 1985,
"column": 39
}
}
@@ -164817,140 +165140,140 @@
"value": " ",
"raw": "' '",
"range": [
- 73419,
- 73422
+ 73570,
+ 73573
],
"loc": {
"start": {
- "line": 1982,
+ "line": 1985,
"column": 42
},
"end": {
- "line": 1982,
+ "line": 1985,
"column": 45
}
}
},
"range": [
- 73350,
- 73422
+ 73501,
+ 73573
],
"loc": {
"start": {
- "line": 1981,
+ "line": 1984,
"column": 24
},
"end": {
- "line": 1982,
+ "line": 1985,
"column": 45
}
}
}
],
"range": [
- 73309,
- 73444
+ 73460,
+ 73595
],
"loc": {
"start": {
- "line": 1980,
+ "line": 1983,
"column": 31
},
"end": {
- "line": 1983,
+ "line": 1986,
"column": 21
}
}
},
"range": [
- 73298,
- 73444
+ 73449,
+ 73595
],
"loc": {
"start": {
- "line": 1980,
+ "line": 1983,
"column": 20
},
"end": {
- "line": 1983,
+ "line": 1986,
"column": 21
}
}
},
"range": [
- 73298,
- 73445
+ 73449,
+ 73596
],
"loc": {
"start": {
- "line": 1980,
+ "line": 1983,
"column": 20
},
"end": {
- "line": 1983,
+ "line": 1986,
"column": 22
}
}
}
],
"range": [
- 73276,
- 73463
+ 73427,
+ 73614
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 43
},
"end": {
- "line": 1984,
+ "line": 1987,
"column": 17
}
}
},
"alternate": null,
"range": [
- 73249,
- 73463
+ 73400,
+ 73614
],
"loc": {
"start": {
- "line": 1979,
+ "line": 1982,
"column": 16
},
"end": {
- "line": 1984,
+ "line": 1987,
"column": 17
}
}
}
],
"range": [
- 73231,
- 73477
+ 73382,
+ 73628
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 60
},
"end": {
- "line": 1985,
+ "line": 1988,
"column": 13
}
}
},
"range": [
- 73183,
- 73477
+ 73334,
+ 73628
],
"loc": {
"start": {
- "line": 1978,
+ "line": 1981,
"column": 12
},
"end": {
- "line": 1985,
+ "line": 1988,
"column": 13
}
},
@@ -164959,16 +165282,16 @@
"type": "Line",
"value": "removes last operator ||",
"range": [
- 73490,
- 73516
+ 73641,
+ 73667
],
"loc": {
"start": {
- "line": 1986,
+ "line": 1989,
"column": 12
},
"end": {
- "line": 1986,
+ "line": 1989,
"column": 38
}
}
@@ -164984,16 +165307,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73529,
- 73537
+ 73680,
+ 73688
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 12
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 20
}
}
@@ -165007,16 +165330,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73540,
- 73548
+ 73691,
+ 73699
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 23
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 31
}
}
@@ -165025,31 +165348,31 @@
"type": "Identifier",
"name": "substr",
"range": [
- 73549,
- 73555
+ 73700,
+ 73706
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 32
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 38
}
}
},
"range": [
- 73540,
- 73555
+ 73691,
+ 73706
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 23
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 38
}
}
@@ -165060,16 +165383,16 @@
"value": 0,
"raw": "0",
"range": [
- 73556,
- 73557
+ 73707,
+ 73708
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 39
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 40
}
}
@@ -165084,16 +165407,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73559,
- 73567
+ 73710,
+ 73718
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 42
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 50
}
}
@@ -165102,31 +165425,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 73568,
- 73574
+ 73719,
+ 73725
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 51
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 57
}
}
},
"range": [
- 73559,
- 73574
+ 73710,
+ 73725
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 42
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 57
}
}
@@ -165136,77 +165459,77 @@
"value": 4,
"raw": "4",
"range": [
- 73575,
- 73576
+ 73726,
+ 73727
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 58
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 59
}
}
},
"range": [
- 73559,
- 73576
+ 73710,
+ 73727
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 42
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 59
}
}
}
],
"range": [
- 73540,
- 73577
+ 73691,
+ 73728
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 23
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 60
}
}
},
"range": [
- 73529,
- 73577
+ 73680,
+ 73728
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 12
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 60
}
}
},
"range": [
- 73529,
- 73578
+ 73680,
+ 73729
],
"loc": {
"start": {
- "line": 1987,
+ "line": 1990,
"column": 12
},
"end": {
- "line": 1987,
+ "line": 1990,
"column": 61
}
},
@@ -165215,16 +165538,16 @@
"type": "Line",
"value": "removes last operator ||",
"range": [
- 73490,
- 73516
+ 73641,
+ 73667
],
"loc": {
"start": {
- "line": 1986,
+ "line": 1989,
"column": 12
},
"end": {
- "line": 1986,
+ "line": 1989,
"column": 38
}
}
@@ -165233,16 +165556,16 @@
}
],
"range": [
- 73142,
- 73588
+ 73293,
+ 73739
],
"loc": {
"start": {
- "line": 1976,
+ "line": 1979,
"column": 49
},
"end": {
- "line": 1988,
+ "line": 1991,
"column": 9
}
},
@@ -165251,16 +165574,16 @@
"type": "Line",
"value": "checklist",
"range": [
- 73597,
- 73608
+ 73748,
+ 73759
],
"loc": {
"start": {
- "line": 1989,
+ "line": 1992,
"column": 8
},
"end": {
- "line": 1989,
+ "line": 1992,
"column": 19
}
}
@@ -165276,16 +165599,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 73625,
- 73635
+ 73776,
+ 73786
],
"loc": {
"start": {
- "line": 1990,
+ "line": 1993,
"column": 16
},
"end": {
- "line": 1990,
+ "line": 1993,
"column": 26
}
}
@@ -165296,16 +165619,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 73640,
- 73644
+ 73791,
+ 73795
],
"loc": {
"start": {
- "line": 1990,
+ "line": 1993,
"column": 31
},
"end": {
- "line": 1990,
+ "line": 1993,
"column": 35
}
}
@@ -165314,46 +165637,46 @@
"type": "Identifier",
"name": "fltTypeCheckList",
"range": [
- 73645,
- 73661
+ 73796,
+ 73812
],
"loc": {
"start": {
- "line": 1990,
+ "line": 1993,
"column": 36
},
"end": {
- "line": 1990,
+ "line": 1993,
"column": 52
}
}
},
"range": [
- 73640,
- 73661
+ 73791,
+ 73812
],
"loc": {
"start": {
- "line": 1990,
+ "line": 1993,
"column": 31
},
"end": {
- "line": 1990,
+ "line": 1993,
"column": 52
}
}
},
"range": [
- 73625,
- 73661
+ 73776,
+ 73812
],
"loc": {
"start": {
- "line": 1990,
+ "line": 1993,
"column": 16
},
"end": {
- "line": 1990,
+ "line": 1993,
"column": 52
}
}
@@ -165375,16 +165698,16 @@
"type": "Identifier",
"name": "flt",
"range": [
- 73679,
- 73682
+ 73830,
+ 73833
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 15
},
"end": {
- "line": 1991,
+ "line": 1994,
"column": 18
}
}
@@ -165393,31 +165716,31 @@
"type": "Identifier",
"name": "getAttribute",
"range": [
- 73683,
- 73695
+ 73834,
+ 73846
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 19
},
"end": {
- "line": 1991,
+ "line": 1994,
"column": 31
}
}
},
"range": [
- 73679,
- 73695
+ 73830,
+ 73846
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 15
},
"end": {
- "line": 1991,
+ "line": 1994,
"column": 31
}
}
@@ -165428,32 +165751,32 @@
"value": "value",
"raw": "'value'",
"range": [
- 73696,
- 73703
+ 73847,
+ 73854
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 32
},
"end": {
- "line": 1991,
+ "line": 1994,
"column": 39
}
}
}
],
"range": [
- 73679,
- 73704
+ 73830,
+ 73855
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 15
},
"end": {
- "line": 1991,
+ "line": 1994,
"column": 40
}
}
@@ -165463,31 +165786,31 @@
"value": null,
"raw": "null",
"range": [
- 73709,
- 73713
+ 73860,
+ 73864
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 45
},
"end": {
- "line": 1991,
+ "line": 1994,
"column": 49
}
}
},
"range": [
- 73679,
- 73713
+ 73830,
+ 73864
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 15
},
"end": {
- "line": 1991,
+ "line": 1994,
"column": 49
}
}
@@ -165504,16 +165827,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73732,
- 73740
+ 73883,
+ 73891
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 16
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 24
}
}
@@ -165527,16 +165850,16 @@
"type": "Identifier",
"name": "flt",
"range": [
- 73743,
- 73746
+ 73894,
+ 73897
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 27
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 30
}
}
@@ -165545,31 +165868,31 @@
"type": "Identifier",
"name": "getAttribute",
"range": [
- 73747,
- 73759
+ 73898,
+ 73910
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 31
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 43
}
}
},
"range": [
- 73743,
- 73759
+ 73894,
+ 73910
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 27
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 43
}
}
@@ -165580,62 +165903,62 @@
"value": "value",
"raw": "'value'",
"range": [
- 73760,
- 73767
+ 73911,
+ 73918
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 44
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 51
}
}
}
],
"range": [
- 73743,
- 73768
+ 73894,
+ 73919
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 27
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 52
}
}
},
"range": [
- 73732,
- 73768
+ 73883,
+ 73919
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 16
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 52
}
}
},
"range": [
- 73732,
- 73769
+ 73883,
+ 73920
],
"loc": {
"start": {
- "line": 1992,
+ "line": 1995,
"column": 16
},
"end": {
- "line": 1992,
+ "line": 1995,
"column": 53
}
},
@@ -165644,16 +165967,16 @@
"type": "Line",
"value": "removes last operator ||",
"range": [
- 73786,
- 73812
+ 73937,
+ 73963
],
"loc": {
"start": {
- "line": 1993,
+ "line": 1996,
"column": 16
},
"end": {
- "line": 1993,
+ "line": 1996,
"column": 42
}
}
@@ -165669,16 +165992,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73829,
- 73837
+ 73980,
+ 73988
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 16
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 24
}
}
@@ -165692,16 +166015,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73840,
- 73848
+ 73991,
+ 73999
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 27
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 35
}
}
@@ -165710,31 +166033,31 @@
"type": "Identifier",
"name": "substr",
"range": [
- 73849,
- 73855
+ 74000,
+ 74006
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 36
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 42
}
}
},
"range": [
- 73840,
- 73855
+ 73991,
+ 74006
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 27
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 42
}
}
@@ -165745,16 +166068,16 @@
"value": 0,
"raw": "0",
"range": [
- 73856,
- 73857
+ 74007,
+ 74008
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 43
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 44
}
}
@@ -165769,16 +166092,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73859,
- 73867
+ 74010,
+ 74018
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 46
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 54
}
}
@@ -165787,31 +166110,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 73868,
- 73874
+ 74019,
+ 74025
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 55
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 61
}
}
},
"range": [
- 73859,
- 73874
+ 74010,
+ 74025
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 46
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 61
}
}
@@ -165821,77 +166144,77 @@
"value": 3,
"raw": "3",
"range": [
- 73875,
- 73876
+ 74026,
+ 74027
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 62
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 63
}
}
},
"range": [
- 73859,
- 73876
+ 74010,
+ 74027
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 46
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 63
}
}
}
],
"range": [
- 73840,
- 73877
+ 73991,
+ 74028
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 27
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 64
}
}
},
"range": [
- 73829,
- 73877
+ 73980,
+ 74028
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 16
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 64
}
}
},
"range": [
- 73829,
- 73878
+ 73980,
+ 74029
],
"loc": {
"start": {
- "line": 1994,
+ "line": 1997,
"column": 16
},
"end": {
- "line": 1994,
+ "line": 1997,
"column": 65
}
},
@@ -165900,16 +166223,16 @@
"type": "Line",
"value": "removes last operator ||",
"range": [
- 73786,
- 73812
+ 73937,
+ 73963
],
"loc": {
"start": {
- "line": 1993,
+ "line": 1996,
"column": 16
},
"end": {
- "line": 1993,
+ "line": 1996,
"column": 42
}
}
@@ -165918,16 +166241,16 @@
}
],
"range": [
- 73714,
- 73892
+ 73865,
+ 74043
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 50
},
"end": {
- "line": 1995,
+ "line": 1998,
"column": 13
}
}
@@ -165944,16 +166267,16 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73915,
- 73923
+ 74066,
+ 74074
],
"loc": {
"start": {
- "line": 1996,
+ "line": 1999,
"column": 16
},
"end": {
- "line": 1996,
+ "line": 1999,
"column": 24
}
}
@@ -165963,109 +166286,109 @@
"value": "",
"raw": "''",
"range": [
- 73926,
- 73928
+ 74077,
+ 74079
],
"loc": {
"start": {
- "line": 1996,
+ "line": 1999,
"column": 27
},
"end": {
- "line": 1996,
+ "line": 1999,
"column": 29
}
}
},
"range": [
- 73915,
- 73928
+ 74066,
+ 74079
],
"loc": {
"start": {
- "line": 1996,
+ "line": 1999,
"column": 16
},
"end": {
- "line": 1996,
+ "line": 1999,
"column": 29
}
}
},
"range": [
- 73915,
- 73929
+ 74066,
+ 74080
],
"loc": {
"start": {
- "line": 1996,
+ "line": 1999,
"column": 16
},
"end": {
- "line": 1996,
+ "line": 1999,
"column": 30
}
}
}
],
"range": [
- 73897,
- 73943
+ 74048,
+ 74094
],
"loc": {
"start": {
- "line": 1995,
+ "line": 1998,
"column": 18
},
"end": {
- "line": 1997,
+ "line": 2000,
"column": 13
}
}
},
"range": [
- 73676,
- 73943
+ 73827,
+ 74094
],
"loc": {
"start": {
- "line": 1991,
+ "line": 1994,
"column": 12
},
"end": {
- "line": 1997,
+ "line": 2000,
"column": 13
}
}
}
],
"range": [
- 73662,
- 73953
+ 73813,
+ 74104
],
"loc": {
"start": {
- "line": 1990,
+ "line": 1993,
"column": 53
},
"end": {
- "line": 1998,
+ "line": 2001,
"column": 9
}
}
},
"alternate": null,
"range": [
- 73622,
- 73953
+ 73773,
+ 74104
],
"loc": {
"start": {
- "line": 1990,
+ "line": 1993,
"column": 13
},
"end": {
- "line": 1998,
+ "line": 2001,
"column": 9
}
},
@@ -166074,16 +166397,16 @@
"type": "Line",
"value": "checklist",
"range": [
- 73597,
- 73608
+ 73748,
+ 73759
],
"loc": {
"start": {
- "line": 1989,
+ "line": 1992,
"column": 8
},
"end": {
- "line": 1989,
+ "line": 1992,
"column": 19
}
}
@@ -166091,16 +166414,16 @@
]
},
"range": [
- 73106,
- 73953
+ 73257,
+ 74104
],
"loc": {
"start": {
- "line": 1976,
+ "line": 1979,
"column": 13
},
"end": {
- "line": 1998,
+ "line": 2001,
"column": 9
}
},
@@ -166109,16 +166432,16 @@
"type": "Line",
"value": "mutiple select",
"range": [
- 73076,
- 73092
+ 73227,
+ 73243
],
"loc": {
"start": {
- "line": 1975,
+ "line": 1978,
"column": 8
},
"end": {
- "line": 1975,
+ "line": 1978,
"column": 24
}
}
@@ -166126,16 +166449,16 @@
]
},
"range": [
- 72934,
- 73953
+ 73085,
+ 74104
],
"loc": {
"start": {
- "line": 1971,
+ "line": 1974,
"column": 8
},
"end": {
- "line": 1998,
+ "line": 2001,
"column": 9
}
}
@@ -166146,47 +166469,47 @@
"type": "Identifier",
"name": "fltValue",
"range": [
- 73969,
- 73977
+ 74120,
+ 74128
],
"loc": {
"start": {
- "line": 1999,
+ "line": 2002,
"column": 15
},
"end": {
- "line": 1999,
+ "line": 2002,
"column": 23
}
}
},
"range": [
- 73962,
- 73978
+ 74113,
+ 74129
],
"loc": {
"start": {
- "line": 1999,
+ "line": 2002,
"column": 8
},
"end": {
- "line": 1999,
+ "line": 2002,
"column": 24
}
}
}
],
"range": [
- 72693,
- 73984
+ 72844,
+ 74135
],
"loc": {
"start": {
- "line": 1960,
+ "line": 1963,
"column": 25
},
"end": {
- "line": 2000,
+ "line": 2003,
"column": 5
}
}
@@ -166194,16 +166517,16 @@
"generator": false,
"expression": false,
"range": [
- 72686,
- 73984
+ 72837,
+ 74135
],
"loc": {
"start": {
- "line": 1960,
+ "line": 1963,
"column": 18
},
"end": {
- "line": 2000,
+ "line": 2003,
"column": 5
}
}
@@ -166211,16 +166534,16 @@
"kind": "method",
"computed": false,
"range": [
- 72672,
- 73984
+ 72823,
+ 74135
],
"loc": {
"start": {
- "line": 1960,
+ "line": 1963,
"column": 4
},
"end": {
- "line": 2000,
+ "line": 2003,
"column": 5
}
},
@@ -166229,16 +166552,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": [
- 72515,
- 72667
+ 72666,
+ 72818
],
"loc": {
"start": {
- "line": 1955,
+ "line": 1958,
"column": 4
},
"end": {
- "line": 1959,
+ "line": 1962,
"column": 7
}
}
@@ -166249,16 +166572,16 @@
"type": "Block",
"value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ",
"range": [
- 73990,
- 74082
+ 74141,
+ 74233
],
"loc": {
"start": {
- "line": 2002,
+ "line": 2005,
"column": 4
},
"end": {
- "line": 2005,
+ "line": 2008,
"column": 7
}
}
@@ -166272,16 +166595,16 @@
"type": "Identifier",
"name": "getFiltersValue",
"range": [
- 74087,
- 74102
+ 74238,
+ 74253
],
"loc": {
"start": {
- "line": 2006,
+ "line": 2009,
"column": 4
},
"end": {
- "line": 2006,
+ "line": 2009,
"column": 19
}
}
@@ -166304,16 +166627,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 74118,
- 74122
+ 74269,
+ 74273
],
"loc": {
"start": {
- "line": 2007,
+ "line": 2010,
"column": 12
},
"end": {
- "line": 2007,
+ "line": 2010,
"column": 16
}
}
@@ -166322,47 +166645,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 74123,
- 74130
+ 74274,
+ 74281
],
"loc": {
"start": {
- "line": 2007,
+ "line": 2010,
"column": 17
},
"end": {
- "line": 2007,
+ "line": 2010,
"column": 24
}
}
},
"range": [
- 74118,
- 74130
+ 74269,
+ 74281
],
"loc": {
"start": {
- "line": 2007,
+ "line": 2010,
"column": 12
},
"end": {
- "line": 2007,
+ "line": 2010,
"column": 24
}
}
},
"prefix": true,
"range": [
- 74117,
- 74130
+ 74268,
+ 74281
],
"loc": {
"start": {
- "line": 2007,
+ "line": 2010,
"column": 11
},
"end": {
- "line": 2007,
+ "line": 2010,
"column": 24
}
}
@@ -166374,48 +166697,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 74145,
- 74152
+ 74296,
+ 74303
],
"loc": {
"start": {
- "line": 2008,
+ "line": 2011,
"column": 12
},
"end": {
- "line": 2008,
+ "line": 2011,
"column": 19
}
}
}
],
"range": [
- 74131,
- 74162
+ 74282,
+ 74313
],
"loc": {
"start": {
- "line": 2007,
+ "line": 2010,
"column": 25
},
"end": {
- "line": 2009,
+ "line": 2012,
"column": 9
}
}
},
"alternate": null,
"range": [
- 74114,
- 74162
+ 74265,
+ 74313
],
"loc": {
"start": {
- "line": 2007,
+ "line": 2010,
"column": 8
},
"end": {
- "line": 2009,
+ "line": 2012,
"column": 9
}
}
@@ -166429,16 +166752,16 @@
"type": "Identifier",
"name": "searchArgs",
"range": [
- 74175,
- 74185
+ 74326,
+ 74336
],
"loc": {
"start": {
- "line": 2010,
+ "line": 2013,
"column": 12
},
"end": {
- "line": 2010,
+ "line": 2013,
"column": 22
}
}
@@ -166447,31 +166770,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 74188,
- 74190
+ 74339,
+ 74341
],
"loc": {
"start": {
- "line": 2010,
+ "line": 2013,
"column": 25
},
"end": {
- "line": 2010,
+ "line": 2013,
"column": 27
}
}
},
"range": [
- 74175,
- 74190
+ 74326,
+ 74341
],
"loc": {
"start": {
- "line": 2010,
+ "line": 2013,
"column": 12
},
"end": {
- "line": 2010,
+ "line": 2013,
"column": 27
}
}
@@ -166479,16 +166802,16 @@
],
"kind": "let",
"range": [
- 74171,
- 74191
+ 74322,
+ 74342
],
"loc": {
"start": {
- "line": 2010,
+ "line": 2013,
"column": 8
},
"end": {
- "line": 2010,
+ "line": 2013,
"column": 28
}
}
@@ -166504,16 +166827,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 74208,
- 74209
+ 74359,
+ 74360
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 16
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 17
}
}
@@ -166523,31 +166846,31 @@
"value": 0,
"raw": "0",
"range": [
- 74210,
- 74211
+ 74361,
+ 74362
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 18
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 19
}
}
},
"range": [
- 74208,
- 74211
+ 74359,
+ 74362
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 16
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 19
}
}
@@ -166558,16 +166881,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 74213,
- 74216
+ 74364,
+ 74367
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 21
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 24
}
}
@@ -166581,16 +166904,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 74217,
- 74221
+ 74368,
+ 74372
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 25
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 29
}
}
@@ -166599,31 +166922,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 74222,
- 74228
+ 74373,
+ 74379
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 30
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 36
}
}
},
"range": [
- 74217,
- 74228
+ 74368,
+ 74379
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 25
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 36
}
}
@@ -166632,46 +166955,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 74229,
- 74235
+ 74380,
+ 74386
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 37
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 43
}
}
},
"range": [
- 74217,
- 74235
+ 74368,
+ 74386
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 25
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 43
}
}
},
"range": [
- 74213,
- 74235
+ 74364,
+ 74386
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 21
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 43
}
}
@@ -166679,16 +167002,16 @@
],
"kind": "let",
"range": [
- 74204,
- 74235
+ 74355,
+ 74386
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 12
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 43
}
}
@@ -166700,16 +167023,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 74237,
- 74238
+ 74388,
+ 74389
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 45
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 46
}
}
@@ -166718,31 +167041,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 74239,
- 74242
+ 74390,
+ 74393
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 47
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 50
}
}
},
"range": [
- 74237,
- 74242
+ 74388,
+ 74393
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 45
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 50
}
}
@@ -166754,32 +167077,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 74244,
- 74245
+ 74395,
+ 74396
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 52
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 53
}
}
},
"prefix": false,
"range": [
- 74244,
- 74247
+ 74395,
+ 74398
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 52
},
"end": {
- "line": 2011,
+ "line": 2014,
"column": 55
}
}
@@ -166798,16 +167121,16 @@
"type": "Identifier",
"name": "searchArgs",
"range": [
- 74262,
- 74272
+ 74413,
+ 74423
],
"loc": {
"start": {
- "line": 2012,
+ "line": 2015,
"column": 12
},
"end": {
- "line": 2012,
+ "line": 2015,
"column": 22
}
}
@@ -166816,31 +167139,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 74273,
- 74277
+ 74424,
+ 74428
],
"loc": {
"start": {
- "line": 2012,
+ "line": 2015,
"column": 23
},
"end": {
- "line": 2012,
+ "line": 2015,
"column": 27
}
}
},
"range": [
- 74262,
- 74277
+ 74413,
+ 74428
],
"loc": {
"start": {
- "line": 2012,
+ "line": 2015,
"column": 12
},
"end": {
- "line": 2012,
+ "line": 2015,
"column": 27
}
}
@@ -166855,16 +167178,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 74295,
- 74298
+ 74446,
+ 74449
],
"loc": {
"start": {
- "line": 2013,
+ "line": 2016,
"column": 16
},
"end": {
- "line": 2013,
+ "line": 2016,
"column": 19
}
}
@@ -166873,31 +167196,31 @@
"type": "Identifier",
"name": "trim",
"range": [
- 74299,
- 74303
+ 74450,
+ 74454
],
"loc": {
"start": {
- "line": 2013,
+ "line": 2016,
"column": 20
},
"end": {
- "line": 2013,
+ "line": 2016,
"column": 24
}
}
},
"range": [
- 74295,
- 74303
+ 74446,
+ 74454
],
"loc": {
"start": {
- "line": 2013,
+ "line": 2016,
"column": 16
},
"end": {
- "line": 2013,
+ "line": 2016,
"column": 24
}
}
@@ -166912,16 +167235,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 74325,
- 74328
+ 74476,
+ 74479
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 20
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 23
}
}
@@ -166930,31 +167253,31 @@
"type": "Identifier",
"name": "matchCase",
"range": [
- 74329,
- 74338
+ 74480,
+ 74489
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 24
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 33
}
}
},
"range": [
- 74325,
- 74338
+ 74476,
+ 74489
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 20
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 33
}
}
@@ -166968,16 +167291,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 74339,
- 74343
+ 74490,
+ 74494
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 34
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 38
}
}
@@ -166986,31 +167309,31 @@
"type": "Identifier",
"name": "getFilterValue",
"range": [
- 74344,
- 74358
+ 74495,
+ 74509
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 39
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 53
}
}
},
"range": [
- 74339,
- 74358
+ 74490,
+ 74509
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 34
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 53
}
}
@@ -167020,32 +167343,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 74359,
- 74360
+ 74510,
+ 74511
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 54
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 55
}
}
}
],
"range": [
- 74339,
- 74361
+ 74490,
+ 74512
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 34
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 56
}
}
@@ -167056,16 +167379,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 74363,
- 74367
+ 74514,
+ 74518
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 58
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 62
}
}
@@ -167074,125 +167397,125 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 74368,
- 74381
+ 74519,
+ 74532
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 63
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 76
}
}
},
"range": [
- 74363,
- 74381
+ 74514,
+ 74532
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 58
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 76
}
}
}
],
"range": [
- 74325,
- 74382
+ 74476,
+ 74533
],
"loc": {
"start": {
- "line": 2014,
+ "line": 2017,
"column": 20
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 77
}
}
}
],
"range": [
- 74295,
- 74383
+ 74446,
+ 74534
],
"loc": {
"start": {
- "line": 2013,
+ "line": 2016,
"column": 16
},
"end": {
- "line": 2014,
+ "line": 2017,
"column": 78
}
}
}
],
"range": [
- 74262,
- 74397
+ 74413,
+ 74548
],
"loc": {
"start": {
- "line": 2012,
+ "line": 2015,
"column": 12
},
"end": {
- "line": 2015,
+ "line": 2018,
"column": 13
}
}
},
"range": [
- 74262,
- 74398
+ 74413,
+ 74549
],
"loc": {
"start": {
- "line": 2012,
+ "line": 2015,
"column": 12
},
"end": {
- "line": 2015,
+ "line": 2018,
"column": 14
}
}
}
],
"range": [
- 74248,
- 74408
+ 74399,
+ 74559
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 56
},
"end": {
- "line": 2016,
+ "line": 2019,
"column": 9
}
}
},
"range": [
- 74200,
- 74408
+ 74351,
+ 74559
],
"loc": {
"start": {
- "line": 2011,
+ "line": 2014,
"column": 8
},
"end": {
- "line": 2016,
+ "line": 2019,
"column": 9
}
}
@@ -167203,47 +167526,47 @@
"type": "Identifier",
"name": "searchArgs",
"range": [
- 74424,
- 74434
+ 74575,
+ 74585
],
"loc": {
"start": {
- "line": 2017,
+ "line": 2020,
"column": 15
},
"end": {
- "line": 2017,
+ "line": 2020,
"column": 25
}
}
},
"range": [
- 74417,
- 74435
+ 74568,
+ 74586
],
"loc": {
"start": {
- "line": 2017,
+ "line": 2020,
"column": 8
},
"end": {
- "line": 2017,
+ "line": 2020,
"column": 26
}
}
}
],
"range": [
- 74104,
- 74441
+ 74255,
+ 74592
],
"loc": {
"start": {
- "line": 2006,
+ "line": 2009,
"column": 21
},
"end": {
- "line": 2018,
+ "line": 2021,
"column": 5
}
}
@@ -167251,16 +167574,16 @@
"generator": false,
"expression": false,
"range": [
- 74102,
- 74441
+ 74253,
+ 74592
],
"loc": {
"start": {
- "line": 2006,
+ "line": 2009,
"column": 19
},
"end": {
- "line": 2018,
+ "line": 2021,
"column": 5
}
}
@@ -167268,16 +167591,16 @@
"kind": "method",
"computed": false,
"range": [
- 74087,
- 74441
+ 74238,
+ 74592
],
"loc": {
"start": {
- "line": 2006,
+ "line": 2009,
"column": 4
},
"end": {
- "line": 2018,
+ "line": 2021,
"column": 5
}
},
@@ -167286,16 +167609,16 @@
"type": "Block",
"value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ",
"range": [
- 73990,
- 74082
+ 74141,
+ 74233
],
"loc": {
"start": {
- "line": 2002,
+ "line": 2005,
"column": 4
},
"end": {
- "line": 2005,
+ "line": 2008,
"column": 7
}
}
@@ -167306,16 +167629,16 @@
"type": "Block",
"value": "*\n * Return the ID of the filter of a specified column\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ",
"range": [
- 74447,
- 74615
+ 74598,
+ 74766
],
"loc": {
"start": {
- "line": 2020,
+ "line": 2023,
"column": 4
},
"end": {
- "line": 2024,
+ "line": 2027,
"column": 7
}
}
@@ -167329,16 +167652,16 @@
"type": "Identifier",
"name": "getFilterId",
"range": [
- 74620,
- 74631
+ 74771,
+ 74782
],
"loc": {
"start": {
- "line": 2025,
+ "line": 2028,
"column": 4
},
"end": {
- "line": 2025,
+ "line": 2028,
"column": 15
}
}
@@ -167351,16 +167674,16 @@
"type": "Identifier",
"name": "index",
"range": [
- 74632,
- 74637
+ 74783,
+ 74788
],
"loc": {
"start": {
- "line": 2025,
+ "line": 2028,
"column": 16
},
"end": {
- "line": 2025,
+ "line": 2028,
"column": 21
}
}
@@ -167380,16 +167703,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 74652,
- 74656
+ 74803,
+ 74807
],
"loc": {
"start": {
- "line": 2026,
+ "line": 2029,
"column": 12
},
"end": {
- "line": 2026,
+ "line": 2029,
"column": 16
}
}
@@ -167398,47 +167721,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 74657,
- 74664
+ 74808,
+ 74815
],
"loc": {
"start": {
- "line": 2026,
+ "line": 2029,
"column": 17
},
"end": {
- "line": 2026,
+ "line": 2029,
"column": 24
}
}
},
"range": [
- 74652,
- 74664
+ 74803,
+ 74815
],
"loc": {
"start": {
- "line": 2026,
+ "line": 2029,
"column": 12
},
"end": {
- "line": 2026,
+ "line": 2029,
"column": 24
}
}
},
"prefix": true,
"range": [
- 74651,
- 74664
+ 74802,
+ 74815
],
"loc": {
"start": {
- "line": 2026,
+ "line": 2029,
"column": 11
},
"end": {
- "line": 2026,
+ "line": 2029,
"column": 24
}
}
@@ -167450,48 +167773,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 74679,
- 74686
+ 74830,
+ 74837
],
"loc": {
"start": {
- "line": 2027,
+ "line": 2030,
"column": 12
},
"end": {
- "line": 2027,
+ "line": 2030,
"column": 19
}
}
}
],
"range": [
- 74665,
- 74696
+ 74816,
+ 74847
],
"loc": {
"start": {
- "line": 2026,
+ "line": 2029,
"column": 25
},
"end": {
- "line": 2028,
+ "line": 2031,
"column": 9
}
}
},
"alternate": null,
"range": [
- 74648,
- 74696
+ 74799,
+ 74847
],
"loc": {
"start": {
- "line": 2026,
+ "line": 2029,
"column": 8
},
"end": {
- "line": 2028,
+ "line": 2031,
"column": 9
}
}
@@ -167507,16 +167830,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 74712,
- 74716
+ 74863,
+ 74867
],
"loc": {
"start": {
- "line": 2029,
+ "line": 2032,
"column": 15
},
"end": {
- "line": 2029,
+ "line": 2032,
"column": 19
}
}
@@ -167525,31 +167848,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 74717,
- 74723
+ 74868,
+ 74874
],
"loc": {
"start": {
- "line": 2029,
+ "line": 2032,
"column": 20
},
"end": {
- "line": 2029,
+ "line": 2032,
"column": 26
}
}
},
"range": [
- 74712,
- 74723
+ 74863,
+ 74874
],
"loc": {
"start": {
- "line": 2029,
+ "line": 2032,
"column": 15
},
"end": {
- "line": 2029,
+ "line": 2032,
"column": 26
}
}
@@ -167558,62 +167881,62 @@
"type": "Identifier",
"name": "index",
"range": [
- 74724,
- 74729
+ 74875,
+ 74880
],
"loc": {
"start": {
- "line": 2029,
+ "line": 2032,
"column": 27
},
"end": {
- "line": 2029,
+ "line": 2032,
"column": 32
}
}
},
"range": [
- 74712,
- 74730
+ 74863,
+ 74881
],
"loc": {
"start": {
- "line": 2029,
+ "line": 2032,
"column": 15
},
"end": {
- "line": 2029,
+ "line": 2032,
"column": 33
}
}
},
"range": [
- 74705,
- 74731
+ 74856,
+ 74882
],
"loc": {
"start": {
- "line": 2029,
+ "line": 2032,
"column": 8
},
"end": {
- "line": 2029,
+ "line": 2032,
"column": 34
}
}
}
],
"range": [
- 74638,
- 74737
+ 74789,
+ 74888
],
"loc": {
"start": {
- "line": 2025,
+ "line": 2028,
"column": 22
},
"end": {
- "line": 2030,
+ "line": 2033,
"column": 5
}
}
@@ -167621,16 +167944,16 @@
"generator": false,
"expression": false,
"range": [
- 74631,
- 74737
+ 74782,
+ 74888
],
"loc": {
"start": {
- "line": 2025,
+ "line": 2028,
"column": 15
},
"end": {
- "line": 2030,
+ "line": 2033,
"column": 5
}
}
@@ -167638,16 +167961,16 @@
"kind": "method",
"computed": false,
"range": [
- 74620,
- 74737
+ 74771,
+ 74888
],
"loc": {
"start": {
- "line": 2025,
+ "line": 2028,
"column": 4
},
"end": {
- "line": 2030,
+ "line": 2033,
"column": 5
}
},
@@ -167656,16 +167979,16 @@
"type": "Block",
"value": "*\n * Return the ID of the filter of a specified column\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ",
"range": [
- 74447,
- 74615
+ 74598,
+ 74766
],
"loc": {
"start": {
- "line": 2020,
+ "line": 2023,
"column": 4
},
"end": {
- "line": 2024,
+ "line": 2027,
"column": 7
}
}
@@ -167676,16 +167999,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": [
- 74743,
- 75144
+ 74894,
+ 75295
],
"loc": {
"start": {
- "line": 2032,
+ "line": 2035,
"column": 4
},
"end": {
- "line": 2040,
+ "line": 2043,
"column": 7
}
}
@@ -167699,16 +168022,16 @@
"type": "Identifier",
"name": "getFiltersByType",
"range": [
- 75149,
- 75165
+ 75300,
+ 75316
],
"loc": {
"start": {
- "line": 2041,
+ "line": 2044,
"column": 4
},
"end": {
- "line": 2041,
+ "line": 2044,
"column": 20
}
}
@@ -167721,16 +168044,16 @@
"type": "Identifier",
"name": "type",
"range": [
- 75166,
- 75170
+ 75317,
+ 75321
],
"loc": {
"start": {
- "line": 2041,
+ "line": 2044,
"column": 21
},
"end": {
- "line": 2041,
+ "line": 2044,
"column": 25
}
}
@@ -167739,16 +168062,16 @@
"type": "Identifier",
"name": "bool",
"range": [
- 75172,
- 75176
+ 75323,
+ 75327
],
"loc": {
"start": {
- "line": 2041,
+ "line": 2044,
"column": 27
},
"end": {
- "line": 2041,
+ "line": 2044,
"column": 31
}
}
@@ -167768,16 +168091,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 75191,
- 75195
+ 75342,
+ 75346
],
"loc": {
"start": {
- "line": 2042,
+ "line": 2045,
"column": 12
},
"end": {
- "line": 2042,
+ "line": 2045,
"column": 16
}
}
@@ -167786,47 +168109,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 75196,
- 75203
+ 75347,
+ 75354
],
"loc": {
"start": {
- "line": 2042,
+ "line": 2045,
"column": 17
},
"end": {
- "line": 2042,
+ "line": 2045,
"column": 24
}
}
},
"range": [
- 75191,
- 75203
+ 75342,
+ 75354
],
"loc": {
"start": {
- "line": 2042,
+ "line": 2045,
"column": 12
},
"end": {
- "line": 2042,
+ "line": 2045,
"column": 24
}
}
},
"prefix": true,
"range": [
- 75190,
- 75203
+ 75341,
+ 75354
],
"loc": {
"start": {
- "line": 2042,
+ "line": 2045,
"column": 11
},
"end": {
- "line": 2042,
+ "line": 2045,
"column": 24
}
}
@@ -167838,48 +168161,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 75218,
- 75225
+ 75369,
+ 75376
],
"loc": {
"start": {
- "line": 2043,
+ "line": 2046,
"column": 12
},
"end": {
- "line": 2043,
+ "line": 2046,
"column": 19
}
}
}
],
"range": [
- 75204,
- 75235
+ 75355,
+ 75386
],
"loc": {
"start": {
- "line": 2042,
+ "line": 2045,
"column": 25
},
"end": {
- "line": 2044,
+ "line": 2047,
"column": 9
}
}
},
"alternate": null,
"range": [
- 75187,
- 75235
+ 75338,
+ 75386
],
"loc": {
"start": {
- "line": 2042,
+ "line": 2045,
"column": 8
},
"end": {
- "line": 2044,
+ "line": 2047,
"column": 9
}
}
@@ -167893,16 +168216,16 @@
"type": "Identifier",
"name": "arr",
"range": [
- 75248,
- 75251
+ 75399,
+ 75402
],
"loc": {
"start": {
- "line": 2045,
+ "line": 2048,
"column": 12
},
"end": {
- "line": 2045,
+ "line": 2048,
"column": 15
}
}
@@ -167911,31 +168234,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 75254,
- 75256
+ 75405,
+ 75407
],
"loc": {
"start": {
- "line": 2045,
+ "line": 2048,
"column": 18
},
"end": {
- "line": 2045,
+ "line": 2048,
"column": 20
}
}
},
"range": [
- 75248,
- 75256
+ 75399,
+ 75407
],
"loc": {
"start": {
- "line": 2045,
+ "line": 2048,
"column": 12
},
"end": {
- "line": 2045,
+ "line": 2048,
"column": 20
}
}
@@ -167943,16 +168266,16 @@
],
"kind": "let",
"range": [
- 75244,
- 75257
+ 75395,
+ 75408
],
"loc": {
"start": {
- "line": 2045,
+ "line": 2048,
"column": 8
},
"end": {
- "line": 2045,
+ "line": 2048,
"column": 21
}
}
@@ -167968,16 +168291,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 75274,
- 75275
+ 75425,
+ 75426
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 16
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 17
}
}
@@ -167987,31 +168310,31 @@
"value": 0,
"raw": "0",
"range": [
- 75276,
- 75277
+ 75427,
+ 75428
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 18
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 19
}
}
},
"range": [
- 75274,
- 75277
+ 75425,
+ 75428
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 16
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 19
}
}
@@ -168022,16 +168345,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 75279,
- 75282
+ 75430,
+ 75433
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 21
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 24
}
}
@@ -168045,16 +168368,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 75283,
- 75287
+ 75434,
+ 75438
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 25
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 29
}
}
@@ -168063,31 +168386,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 75288,
- 75294
+ 75439,
+ 75445
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 30
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 36
}
}
},
"range": [
- 75283,
- 75294
+ 75434,
+ 75445
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 25
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 36
}
}
@@ -168096,46 +168419,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 75295,
- 75301
+ 75446,
+ 75452
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 37
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 43
}
}
},
"range": [
- 75283,
- 75301
+ 75434,
+ 75452
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 25
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 43
}
}
},
"range": [
- 75279,
- 75301
+ 75430,
+ 75452
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 21
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 43
}
}
@@ -168143,16 +168466,16 @@
],
"kind": "let",
"range": [
- 75270,
- 75301
+ 75421,
+ 75452
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 12
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 43
}
}
@@ -168164,16 +168487,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 75303,
- 75304
+ 75454,
+ 75455
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 45
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 46
}
}
@@ -168182,31 +168505,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 75305,
- 75308
+ 75456,
+ 75459
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 47
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 50
}
}
},
"range": [
- 75303,
- 75308
+ 75454,
+ 75459
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 45
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 50
}
}
@@ -168218,32 +168541,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 75310,
- 75311
+ 75461,
+ 75462
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 52
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 53
}
}
},
"prefix": false,
"range": [
- 75310,
- 75313
+ 75461,
+ 75464
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 52
},
"end": {
- "line": 2046,
+ "line": 2049,
"column": 55
}
}
@@ -168260,16 +168583,16 @@
"type": "Identifier",
"name": "fltType",
"range": [
- 75332,
- 75339
+ 75483,
+ 75490
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 16
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 23
}
}
@@ -168282,16 +168605,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 75342,
- 75346
+ 75493,
+ 75497
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 26
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 30
}
}
@@ -168300,31 +168623,31 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 75347,
- 75360
+ 75498,
+ 75511
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 31
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 44
}
}
},
"range": [
- 75342,
- 75360
+ 75493,
+ 75511
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 26
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 44
}
}
@@ -168334,47 +168657,47 @@
"type": "Identifier",
"name": "i",
"range": [
- 75361,
- 75362
+ 75512,
+ 75513
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 45
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 46
}
}
}
],
"range": [
- 75342,
- 75363
+ 75493,
+ 75514
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 26
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 47
}
}
},
"range": [
- 75332,
- 75363
+ 75483,
+ 75514
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 16
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 47
}
}
@@ -168382,16 +168705,16 @@
],
"kind": "let",
"range": [
- 75328,
- 75364
+ 75479,
+ 75515
],
"loc": {
"start": {
- "line": 2047,
+ "line": 2050,
"column": 12
},
"end": {
- "line": 2047,
+ "line": 2050,
"column": 48
}
}
@@ -168405,16 +168728,16 @@
"type": "Identifier",
"name": "fltType",
"range": [
- 75380,
- 75387
+ 75531,
+ 75538
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 15
},
"end": {
- "line": 2048,
+ "line": 2051,
"column": 22
}
}
@@ -168428,16 +168751,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 75392,
- 75395
+ 75543,
+ 75546
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 27
},
"end": {
- "line": 2048,
+ "line": 2051,
"column": 30
}
}
@@ -168446,31 +168769,31 @@
"type": "Identifier",
"name": "lower",
"range": [
- 75396,
- 75401
+ 75547,
+ 75552
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 31
},
"end": {
- "line": 2048,
+ "line": 2051,
"column": 36
}
}
},
"range": [
- 75392,
- 75401
+ 75543,
+ 75552
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 27
},
"end": {
- "line": 2048,
+ "line": 2051,
"column": 36
}
}
@@ -168480,47 +168803,47 @@
"type": "Identifier",
"name": "type",
"range": [
- 75402,
- 75406
+ 75553,
+ 75557
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 37
},
"end": {
- "line": 2048,
+ "line": 2051,
"column": 41
}
}
}
],
"range": [
- 75392,
- 75407
+ 75543,
+ 75558
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 27
},
"end": {
- "line": 2048,
+ "line": 2051,
"column": 42
}
}
},
"range": [
- 75380,
- 75407
+ 75531,
+ 75558
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 15
},
"end": {
- "line": 2048,
+ "line": 2051,
"column": 42
}
}
@@ -168537,16 +168860,16 @@
"type": "Identifier",
"name": "a",
"range": [
- 75430,
- 75431
+ 75581,
+ 75582
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 20
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 21
}
}
@@ -168557,16 +168880,16 @@
"type": "Identifier",
"name": "bool",
"range": [
- 75434,
- 75438
+ 75585,
+ 75589
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 24
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 28
}
}
@@ -168575,16 +168898,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 75441,
- 75442
+ 75592,
+ 75593
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 31
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 32
}
}
@@ -168598,16 +168921,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 75445,
- 75449
+ 75596,
+ 75600
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 35
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 39
}
}
@@ -168616,31 +168939,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 75450,
- 75456
+ 75601,
+ 75607
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 40
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 46
}
}
},
"range": [
- 75445,
- 75456
+ 75596,
+ 75607
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 35
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 46
}
}
@@ -168649,61 +168972,61 @@
"type": "Identifier",
"name": "i",
"range": [
- 75457,
- 75458
+ 75608,
+ 75609
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 47
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 48
}
}
},
"range": [
- 75445,
- 75459
+ 75596,
+ 75610
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 35
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 49
}
}
},
"range": [
- 75434,
- 75459
+ 75585,
+ 75610
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 24
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 49
}
}
},
"range": [
- 75430,
- 75459
+ 75581,
+ 75610
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 20
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 49
}
}
@@ -168711,16 +169034,16 @@
],
"kind": "let",
"range": [
- 75426,
- 75460
+ 75577,
+ 75611
],
"loc": {
"start": {
- "line": 2049,
+ "line": 2052,
"column": 16
},
"end": {
- "line": 2049,
+ "line": 2052,
"column": 50
}
}
@@ -168736,16 +169059,16 @@
"type": "Identifier",
"name": "arr",
"range": [
- 75477,
- 75480
+ 75628,
+ 75631
],
"loc": {
"start": {
- "line": 2050,
+ "line": 2053,
"column": 16
},
"end": {
- "line": 2050,
+ "line": 2053,
"column": 19
}
}
@@ -168754,31 +169077,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 75481,
- 75485
+ 75632,
+ 75636
],
"loc": {
"start": {
- "line": 2050,
+ "line": 2053,
"column": 20
},
"end": {
- "line": 2050,
+ "line": 2053,
"column": 24
}
}
},
"range": [
- 75477,
- 75485
+ 75628,
+ 75636
],
"loc": {
"start": {
- "line": 2050,
+ "line": 2053,
"column": 16
},
"end": {
- "line": 2050,
+ "line": 2053,
"column": 24
}
}
@@ -168788,110 +169111,110 @@
"type": "Identifier",
"name": "a",
"range": [
- 75486,
- 75487
+ 75637,
+ 75638
],
"loc": {
"start": {
- "line": 2050,
+ "line": 2053,
"column": 25
},
"end": {
- "line": 2050,
+ "line": 2053,
"column": 26
}
}
}
],
"range": [
- 75477,
- 75488
+ 75628,
+ 75639
],
"loc": {
"start": {
- "line": 2050,
+ "line": 2053,
"column": 16
},
"end": {
- "line": 2050,
+ "line": 2053,
"column": 27
}
}
},
"range": [
- 75477,
- 75489
+ 75628,
+ 75640
],
"loc": {
"start": {
- "line": 2050,
+ "line": 2053,
"column": 16
},
"end": {
- "line": 2050,
+ "line": 2053,
"column": 28
}
}
}
],
"range": [
- 75408,
- 75503
+ 75559,
+ 75654
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 43
},
"end": {
- "line": 2051,
+ "line": 2054,
"column": 13
}
}
},
"alternate": null,
"range": [
- 75377,
- 75503
+ 75528,
+ 75654
],
"loc": {
"start": {
- "line": 2048,
+ "line": 2051,
"column": 12
},
"end": {
- "line": 2051,
+ "line": 2054,
"column": 13
}
}
}
],
"range": [
- 75314,
- 75513
+ 75465,
+ 75664
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 56
},
"end": {
- "line": 2052,
+ "line": 2055,
"column": 9
}
}
},
"range": [
- 75266,
- 75513
+ 75417,
+ 75664
],
"loc": {
"start": {
- "line": 2046,
+ "line": 2049,
"column": 8
},
"end": {
- "line": 2052,
+ "line": 2055,
"column": 9
}
}
@@ -168902,47 +169225,47 @@
"type": "Identifier",
"name": "arr",
"range": [
- 75529,
- 75532
+ 75680,
+ 75683
],
"loc": {
"start": {
- "line": 2053,
+ "line": 2056,
"column": 15
},
"end": {
- "line": 2053,
+ "line": 2056,
"column": 18
}
}
},
"range": [
- 75522,
- 75533
+ 75673,
+ 75684
],
"loc": {
"start": {
- "line": 2053,
+ "line": 2056,
"column": 8
},
"end": {
- "line": 2053,
+ "line": 2056,
"column": 19
}
}
}
],
"range": [
- 75177,
- 75539
+ 75328,
+ 75690
],
"loc": {
"start": {
- "line": 2041,
+ "line": 2044,
"column": 32
},
"end": {
- "line": 2054,
+ "line": 2057,
"column": 5
}
}
@@ -168950,16 +169273,16 @@
"generator": false,
"expression": false,
"range": [
- 75165,
- 75539
+ 75316,
+ 75690
],
"loc": {
"start": {
- "line": 2041,
+ "line": 2044,
"column": 20
},
"end": {
- "line": 2054,
+ "line": 2057,
"column": 5
}
}
@@ -168967,16 +169290,16 @@
"kind": "method",
"computed": false,
"range": [
- 75149,
- 75539
+ 75300,
+ 75690
],
"loc": {
"start": {
- "line": 2041,
+ "line": 2044,
"column": 4
},
"end": {
- "line": 2054,
+ "line": 2057,
"column": 5
}
},
@@ -168985,16 +169308,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": [
- 74743,
- 75144
+ 74894,
+ 75295
],
"loc": {
"start": {
- "line": 2032,
+ "line": 2035,
"column": 4
},
"end": {
- "line": 2040,
+ "line": 2043,
"column": 7
}
}
@@ -169005,16 +169328,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": [
- 75545,
- 75691
+ 75696,
+ 75842
],
"loc": {
"start": {
- "line": 2056,
+ "line": 2059,
"column": 4
},
"end": {
- "line": 2060,
+ "line": 2063,
"column": 7
}
}
@@ -169028,16 +169351,16 @@
"type": "Identifier",
"name": "getFilterElement",
"range": [
- 75696,
- 75712
+ 75847,
+ 75863
],
"loc": {
"start": {
- "line": 2061,
+ "line": 2064,
"column": 4
},
"end": {
- "line": 2061,
+ "line": 2064,
"column": 20
}
}
@@ -169050,16 +169373,16 @@
"type": "Identifier",
"name": "index",
"range": [
- 75713,
- 75718
+ 75864,
+ 75869
],
"loc": {
"start": {
- "line": 2061,
+ "line": 2064,
"column": 21
},
"end": {
- "line": 2061,
+ "line": 2064,
"column": 26
}
}
@@ -169077,16 +169400,16 @@
"type": "Identifier",
"name": "fltId",
"range": [
- 75733,
- 75738
+ 75884,
+ 75889
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 12
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 17
}
}
@@ -169100,16 +169423,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 75741,
- 75745
+ 75892,
+ 75896
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 20
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 24
}
}
@@ -169118,31 +169441,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 75746,
- 75752
+ 75897,
+ 75903
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 25
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 31
}
}
},
"range": [
- 75741,
- 75752
+ 75892,
+ 75903
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 20
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 31
}
}
@@ -169151,46 +169474,46 @@
"type": "Identifier",
"name": "index",
"range": [
- 75753,
- 75758
+ 75904,
+ 75909
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 32
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 37
}
}
},
"range": [
- 75741,
- 75759
+ 75892,
+ 75910
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 20
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 38
}
}
},
"range": [
- 75733,
- 75759
+ 75884,
+ 75910
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 12
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 38
}
}
@@ -169198,16 +169521,16 @@
],
"kind": "let",
"range": [
- 75729,
- 75760
+ 75880,
+ 75911
],
"loc": {
"start": {
- "line": 2062,
+ "line": 2065,
"column": 8
},
"end": {
- "line": 2062,
+ "line": 2065,
"column": 39
}
}
@@ -169223,16 +169546,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 75776,
- 75779
+ 75927,
+ 75930
],
"loc": {
"start": {
- "line": 2063,
+ "line": 2066,
"column": 15
},
"end": {
- "line": 2063,
+ "line": 2066,
"column": 18
}
}
@@ -169241,31 +169564,31 @@
"type": "Identifier",
"name": "id",
"range": [
- 75780,
- 75782
+ 75931,
+ 75933
],
"loc": {
"start": {
- "line": 2063,
+ "line": 2066,
"column": 19
},
"end": {
- "line": 2063,
+ "line": 2066,
"column": 21
}
}
},
"range": [
- 75776,
- 75782
+ 75927,
+ 75933
],
"loc": {
"start": {
- "line": 2063,
+ "line": 2066,
"column": 15
},
"end": {
- "line": 2063,
+ "line": 2066,
"column": 21
}
}
@@ -169275,63 +169598,63 @@
"type": "Identifier",
"name": "fltId",
"range": [
- 75783,
- 75788
+ 75934,
+ 75939
],
"loc": {
"start": {
- "line": 2063,
+ "line": 2066,
"column": 22
},
"end": {
- "line": 2063,
+ "line": 2066,
"column": 27
}
}
}
],
"range": [
- 75776,
- 75789
+ 75927,
+ 75940
],
"loc": {
"start": {
- "line": 2063,
+ "line": 2066,
"column": 15
},
"end": {
- "line": 2063,
+ "line": 2066,
"column": 28
}
}
},
"range": [
- 75769,
- 75790
+ 75920,
+ 75941
],
"loc": {
"start": {
- "line": 2063,
+ "line": 2066,
"column": 8
},
"end": {
- "line": 2063,
+ "line": 2066,
"column": 29
}
}
}
],
"range": [
- 75719,
- 75796
+ 75870,
+ 75947
],
"loc": {
"start": {
- "line": 2061,
+ "line": 2064,
"column": 27
},
"end": {
- "line": 2064,
+ "line": 2067,
"column": 5
}
}
@@ -169339,16 +169662,16 @@
"generator": false,
"expression": false,
"range": [
- 75712,
- 75796
+ 75863,
+ 75947
],
"loc": {
"start": {
- "line": 2061,
+ "line": 2064,
"column": 20
},
"end": {
- "line": 2064,
+ "line": 2067,
"column": 5
}
}
@@ -169356,16 +169679,16 @@
"kind": "method",
"computed": false,
"range": [
- 75696,
- 75796
+ 75847,
+ 75947
],
"loc": {
"start": {
- "line": 2061,
+ "line": 2064,
"column": 4
},
"end": {
- "line": 2064,
+ "line": 2067,
"column": 5
}
},
@@ -169374,16 +169697,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": [
- 75545,
- 75691
+ 75696,
+ 75842
],
"loc": {
"start": {
- "line": 2056,
+ "line": 2059,
"column": 4
},
"end": {
- "line": 2060,
+ "line": 2063,
"column": 7
}
}
@@ -169394,16 +169717,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": [
- 75802,
- 75968
+ 75953,
+ 76119
],
"loc": {
"start": {
- "line": 2066,
+ "line": 2069,
"column": 4
},
"end": {
- "line": 2070,
+ "line": 2073,
"column": 7
}
}
@@ -169417,16 +169740,16 @@
"type": "Identifier",
"name": "getCellsNb",
"range": [
- 75973,
- 75983
+ 76124,
+ 76134
],
"loc": {
"start": {
- "line": 2071,
+ "line": 2074,
"column": 4
},
"end": {
- "line": 2071,
+ "line": 2074,
"column": 14
}
}
@@ -169441,16 +169764,16 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 75984,
- 75992
+ 76135,
+ 76143
],
"loc": {
"start": {
- "line": 2071,
+ "line": 2074,
"column": 15
},
"end": {
- "line": 2071,
+ "line": 2074,
"column": 23
}
}
@@ -169460,31 +169783,31 @@
"value": 0,
"raw": "0",
"range": [
- 75993,
- 75994
+ 76144,
+ 76145
],
"loc": {
"start": {
- "line": 2071,
+ "line": 2074,
"column": 24
},
"end": {
- "line": 2071,
+ "line": 2074,
"column": 25
}
}
},
"range": [
- 75984,
- 75994
+ 76135,
+ 76145
],
"loc": {
"start": {
- "line": 2071,
+ "line": 2074,
"column": 15
},
"end": {
- "line": 2071,
+ "line": 2074,
"column": 25
}
}
@@ -169502,16 +169825,16 @@
"type": "Identifier",
"name": "tr",
"range": [
- 76009,
- 76011
+ 76160,
+ 76162
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 12
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 14
}
}
@@ -169528,16 +169851,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 76014,
- 76018
+ 76165,
+ 76169
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 17
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 21
}
}
@@ -169546,31 +169869,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 76019,
- 76022
+ 76170,
+ 76173
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 22
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 25
}
}
},
"range": [
- 76014,
- 76022
+ 76165,
+ 76173
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 17
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 25
}
}
@@ -169579,31 +169902,31 @@
"type": "Identifier",
"name": "rows",
"range": [
- 76023,
- 76027
+ 76174,
+ 76178
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 26
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 30
}
}
},
"range": [
- 76014,
- 76027
+ 76165,
+ 76178
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 17
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 30
}
}
@@ -169612,46 +169935,46 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 76028,
- 76036
+ 76179,
+ 76187
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 31
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 39
}
}
},
"range": [
- 76014,
- 76037
+ 76165,
+ 76188
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 17
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 40
}
}
},
"range": [
- 76009,
- 76037
+ 76160,
+ 76188
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 12
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 40
}
}
@@ -169659,16 +169982,16 @@
],
"kind": "let",
"range": [
- 76005,
- 76038
+ 76156,
+ 76189
],
"loc": {
"start": {
- "line": 2072,
+ "line": 2075,
"column": 8
},
"end": {
- "line": 2072,
+ "line": 2075,
"column": 41
}
}
@@ -169685,16 +170008,16 @@
"type": "Identifier",
"name": "tr",
"range": [
- 76054,
- 76056
+ 76205,
+ 76207
],
"loc": {
"start": {
- "line": 2073,
+ "line": 2076,
"column": 15
},
"end": {
- "line": 2073,
+ "line": 2076,
"column": 17
}
}
@@ -169703,31 +170026,31 @@
"type": "Identifier",
"name": "cells",
"range": [
- 76057,
- 76062
+ 76208,
+ 76213
],
"loc": {
"start": {
- "line": 2073,
+ "line": 2076,
"column": 18
},
"end": {
- "line": 2073,
+ "line": 2076,
"column": 23
}
}
},
"range": [
- 76054,
- 76062
+ 76205,
+ 76213
],
"loc": {
"start": {
- "line": 2073,
+ "line": 2076,
"column": 15
},
"end": {
- "line": 2073,
+ "line": 2076,
"column": 23
}
}
@@ -169736,62 +170059,62 @@
"type": "Identifier",
"name": "length",
"range": [
- 76063,
- 76069
+ 76214,
+ 76220
],
"loc": {
"start": {
- "line": 2073,
+ "line": 2076,
"column": 24
},
"end": {
- "line": 2073,
+ "line": 2076,
"column": 30
}
}
},
"range": [
- 76054,
- 76069
+ 76205,
+ 76220
],
"loc": {
"start": {
- "line": 2073,
+ "line": 2076,
"column": 15
},
"end": {
- "line": 2073,
+ "line": 2076,
"column": 30
}
}
},
"range": [
- 76047,
- 76070
+ 76198,
+ 76221
],
"loc": {
"start": {
- "line": 2073,
+ "line": 2076,
"column": 8
},
"end": {
- "line": 2073,
+ "line": 2076,
"column": 31
}
}
}
],
"range": [
- 75995,
- 76076
+ 76146,
+ 76227
],
"loc": {
"start": {
- "line": 2071,
+ "line": 2074,
"column": 26
},
"end": {
- "line": 2074,
+ "line": 2077,
"column": 5
}
}
@@ -169799,16 +170122,16 @@
"generator": false,
"expression": false,
"range": [
- 75983,
- 76076
+ 76134,
+ 76227
],
"loc": {
"start": {
- "line": 2071,
+ "line": 2074,
"column": 14
},
"end": {
- "line": 2074,
+ "line": 2077,
"column": 5
}
}
@@ -169816,16 +170139,16 @@
"kind": "method",
"computed": false,
"range": [
- 75973,
- 76076
+ 76124,
+ 76227
],
"loc": {
"start": {
- "line": 2071,
+ "line": 2074,
"column": 4
},
"end": {
- "line": 2074,
+ "line": 2077,
"column": 5
}
},
@@ -169834,16 +170157,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": [
- 75802,
- 75968
+ 75953,
+ 76119
],
"loc": {
"start": {
- "line": 2066,
+ "line": 2069,
"column": 4
},
"end": {
- "line": 2070,
+ "line": 2073,
"column": 7
}
}
@@ -169854,16 +170177,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": [
- 76082,
- 76313
+ 76233,
+ 76464
],
"loc": {
"start": {
- "line": 2076,
+ "line": 2079,
"column": 4
},
"end": {
- "line": 2081,
+ "line": 2084,
"column": 7
}
}
@@ -169877,16 +170200,16 @@
"type": "Identifier",
"name": "getRowsNb",
"range": [
- 76318,
- 76327
+ 76469,
+ 76478
],
"loc": {
"start": {
- "line": 2082,
+ "line": 2085,
"column": 4
},
"end": {
- "line": 2082,
+ "line": 2085,
"column": 13
}
}
@@ -169899,16 +170222,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 76328,
- 76342
+ 76479,
+ 76493
],
"loc": {
"start": {
- "line": 2082,
+ "line": 2085,
"column": 14
},
"end": {
- "line": 2082,
+ "line": 2085,
"column": 28
}
}
@@ -169926,16 +170249,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 76357,
- 76358
+ 76508,
+ 76509
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 12
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 13
}
}
@@ -169951,16 +170274,16 @@
"type": "Identifier",
"name": "Types",
"range": [
- 76361,
- 76366
+ 76512,
+ 76517
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 16
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 21
}
}
@@ -169969,31 +170292,31 @@
"type": "Identifier",
"name": "isUndef",
"range": [
- 76367,
- 76374
+ 76518,
+ 76525
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 22
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 29
}
}
},
"range": [
- 76361,
- 76374
+ 76512,
+ 76525
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 16
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 29
}
}
@@ -170005,16 +170328,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 76375,
- 76379
+ 76526,
+ 76530
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 30
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 34
}
}
@@ -170023,47 +170346,47 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 76380,
- 76386
+ 76531,
+ 76537
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 35
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 41
}
}
},
"range": [
- 76375,
- 76386
+ 76526,
+ 76537
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 30
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 41
}
}
}
],
"range": [
- 76361,
- 76387
+ 76512,
+ 76538
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 16
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 42
}
}
@@ -170073,16 +170396,16 @@
"value": 0,
"raw": "0",
"range": [
- 76390,
- 76391
+ 76541,
+ 76542
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 45
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 46
}
}
@@ -170093,16 +170416,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 76394,
- 76398
+ 76545,
+ 76549
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 49
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 53
}
}
@@ -170111,61 +170434,61 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 76399,
- 76405
+ 76550,
+ 76556
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 54
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 60
}
}
},
"range": [
- 76394,
- 76405
+ 76545,
+ 76556
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 49
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 60
}
}
},
"range": [
- 76361,
- 76405
+ 76512,
+ 76556
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 16
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 60
}
}
},
"range": [
- 76357,
- 76405
+ 76508,
+ 76556
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 12
},
"end": {
- "line": 2083,
+ "line": 2086,
"column": 60
}
}
@@ -170176,16 +170499,16 @@
"type": "Identifier",
"name": "ntrs",
"range": [
- 76419,
- 76423
+ 76570,
+ 76574
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 12
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 16
}
}
@@ -170202,16 +170525,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 76426,
- 76430
+ 76577,
+ 76581
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 19
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 23
}
}
@@ -170220,31 +170543,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 76431,
- 76434
+ 76582,
+ 76585
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 24
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 27
}
}
},
"range": [
- 76426,
- 76434
+ 76577,
+ 76585
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 19
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 27
}
}
@@ -170253,31 +170576,31 @@
"type": "Identifier",
"name": "rows",
"range": [
- 76435,
- 76439
+ 76586,
+ 76590
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 28
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 32
}
}
},
"range": [
- 76426,
- 76439
+ 76577,
+ 76590
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 19
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 32
}
}
@@ -170286,46 +170609,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 76440,
- 76446
+ 76591,
+ 76597
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 33
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 39
}
}
},
"range": [
- 76426,
- 76446
+ 76577,
+ 76597
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 19
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 39
}
}
},
"range": [
- 76419,
- 76446
+ 76570,
+ 76597
],
"loc": {
"start": {
- "line": 2084,
+ "line": 2087,
"column": 12
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 39
}
}
@@ -170333,16 +170656,16 @@
],
"kind": "let",
"range": [
- 76353,
- 76447
+ 76504,
+ 76598
],
"loc": {
"start": {
- "line": 2083,
+ "line": 2086,
"column": 8
},
"end": {
- "line": 2084,
+ "line": 2087,
"column": 40
}
}
@@ -170353,16 +170676,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 76459,
- 76473
+ 76610,
+ 76624
],
"loc": {
"start": {
- "line": 2085,
+ "line": 2088,
"column": 11
},
"end": {
- "line": 2085,
+ "line": 2088,
"column": 25
}
}
@@ -170379,16 +170702,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 76476,
- 76477
+ 76627,
+ 76628
],
"loc": {
"start": {
- "line": 2085,
+ "line": 2088,
"column": 28
},
"end": {
- "line": 2085,
+ "line": 2088,
"column": 29
}
}
@@ -170398,78 +170721,78 @@
"value": 0,
"raw": "0",
"range": [
- 76480,
- 76481
+ 76631,
+ 76632
],
"loc": {
"start": {
- "line": 2085,
+ "line": 2088,
"column": 32
},
"end": {
- "line": 2085,
+ "line": 2088,
"column": 33
}
}
},
"range": [
- 76476,
- 76481
+ 76627,
+ 76632
],
"loc": {
"start": {
- "line": 2085,
+ "line": 2088,
"column": 28
},
"end": {
- "line": 2085,
+ "line": 2088,
"column": 33
}
}
},
"range": [
- 76476,
- 76482
+ 76627,
+ 76633
],
"loc": {
"start": {
- "line": 2085,
+ "line": 2088,
"column": 28
},
"end": {
- "line": 2085,
+ "line": 2088,
"column": 34
}
}
}
],
"range": [
- 76474,
- 76484
+ 76625,
+ 76635
],
"loc": {
"start": {
- "line": 2085,
+ "line": 2088,
"column": 26
},
"end": {
- "line": 2085,
+ "line": 2088,
"column": 36
}
}
},
"alternate": null,
"range": [
- 76456,
- 76484
+ 76607,
+ 76635
],
"loc": {
"start": {
- "line": 2085,
+ "line": 2088,
"column": 8
},
"end": {
- "line": 2085,
+ "line": 2088,
"column": 36
}
}
@@ -170482,16 +170805,16 @@
"type": "Identifier",
"name": "parseInt",
"range": [
- 76500,
- 76508
+ 76651,
+ 76659
],
"loc": {
"start": {
- "line": 2086,
+ "line": 2089,
"column": 15
},
"end": {
- "line": 2086,
+ "line": 2089,
"column": 23
}
}
@@ -170504,16 +170827,16 @@
"type": "Identifier",
"name": "ntrs",
"range": [
- 76509,
- 76513
+ 76660,
+ 76664
],
"loc": {
"start": {
- "line": 2086,
+ "line": 2089,
"column": 24
},
"end": {
- "line": 2086,
+ "line": 2089,
"column": 28
}
}
@@ -170522,31 +170845,31 @@
"type": "Identifier",
"name": "s",
"range": [
- 76514,
- 76515
+ 76665,
+ 76666
],
"loc": {
"start": {
- "line": 2086,
+ "line": 2089,
"column": 29
},
"end": {
- "line": 2086,
+ "line": 2089,
"column": 30
}
}
},
"range": [
- 76509,
- 76515
+ 76660,
+ 76666
],
"loc": {
"start": {
- "line": 2086,
+ "line": 2089,
"column": 24
},
"end": {
- "line": 2086,
+ "line": 2089,
"column": 30
}
}
@@ -170556,63 +170879,63 @@
"value": 10,
"raw": "10",
"range": [
- 76517,
- 76519
+ 76668,
+ 76670
],
"loc": {
"start": {
- "line": 2086,
+ "line": 2089,
"column": 32
},
"end": {
- "line": 2086,
+ "line": 2089,
"column": 34
}
}
}
],
"range": [
- 76500,
- 76520
+ 76651,
+ 76671
],
"loc": {
"start": {
- "line": 2086,
+ "line": 2089,
"column": 15
},
"end": {
- "line": 2086,
+ "line": 2089,
"column": 35
}
}
},
"range": [
- 76493,
- 76521
+ 76644,
+ 76672
],
"loc": {
"start": {
- "line": 2086,
+ "line": 2089,
"column": 8
},
"end": {
- "line": 2086,
+ "line": 2089,
"column": 36
}
}
}
],
"range": [
- 76343,
- 76527
+ 76494,
+ 76678
],
"loc": {
"start": {
- "line": 2082,
+ "line": 2085,
"column": 29
},
"end": {
- "line": 2087,
+ "line": 2090,
"column": 5
}
}
@@ -170620,16 +170943,16 @@
"generator": false,
"expression": false,
"range": [
- 76327,
- 76527
+ 76478,
+ 76678
],
"loc": {
"start": {
- "line": 2082,
+ "line": 2085,
"column": 13
},
"end": {
- "line": 2087,
+ "line": 2090,
"column": 5
}
}
@@ -170637,16 +170960,16 @@
"kind": "method",
"computed": false,
"range": [
- 76318,
- 76527
+ 76469,
+ 76678
],
"loc": {
"start": {
- "line": 2082,
+ "line": 2085,
"column": 4
},
"end": {
- "line": 2087,
+ "line": 2090,
"column": 5
}
},
@@ -170655,16 +170978,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": [
- 76082,
- 76313
+ 76233,
+ 76464
],
"loc": {
"start": {
- "line": 2076,
+ "line": 2079,
"column": 4
},
"end": {
- "line": 2081,
+ "line": 2084,
"column": 7
}
}
@@ -170675,16 +170998,16 @@
"type": "Block",
"value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ",
"range": [
- 76533,
- 76658
+ 76684,
+ 76809
],
"loc": {
"start": {
- "line": 2089,
+ "line": 2092,
"column": 4
},
"end": {
- "line": 2093,
+ "line": 2096,
"column": 7
}
}
@@ -170698,16 +171021,16 @@
"type": "Identifier",
"name": "getCellData",
"range": [
- 76663,
- 76674
+ 76814,
+ 76825
],
"loc": {
"start": {
- "line": 2094,
+ "line": 2097,
"column": 4
},
"end": {
- "line": 2094,
+ "line": 2097,
"column": 15
}
}
@@ -170720,16 +171043,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 76675,
- 76679
+ 76826,
+ 76830
],
"loc": {
"start": {
- "line": 2094,
+ "line": 2097,
"column": 16
},
"end": {
- "line": 2094,
+ "line": 2097,
"column": 20
}
}
@@ -170747,16 +171070,16 @@
"type": "Identifier",
"name": "idx",
"range": [
- 76694,
- 76697
+ 76845,
+ 76848
],
"loc": {
"start": {
- "line": 2095,
+ "line": 2098,
"column": 12
},
"end": {
- "line": 2095,
+ "line": 2098,
"column": 15
}
}
@@ -170768,16 +171091,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 76700,
- 76704
+ 76851,
+ 76855
],
"loc": {
"start": {
- "line": 2095,
+ "line": 2098,
"column": 18
},
"end": {
- "line": 2095,
+ "line": 2098,
"column": 22
}
}
@@ -170786,46 +171109,46 @@
"type": "Identifier",
"name": "cellIndex",
"range": [
- 76705,
- 76714
+ 76856,
+ 76865
],
"loc": {
"start": {
- "line": 2095,
+ "line": 2098,
"column": 23
},
"end": {
- "line": 2095,
+ "line": 2098,
"column": 32
}
}
},
"range": [
- 76700,
- 76714
+ 76851,
+ 76865
],
"loc": {
"start": {
- "line": 2095,
+ "line": 2098,
"column": 18
},
"end": {
- "line": 2095,
+ "line": 2098,
"column": 32
}
}
},
"range": [
- 76694,
- 76714
+ 76845,
+ 76865
],
"loc": {
"start": {
- "line": 2095,
+ "line": 2098,
"column": 12
},
"end": {
- "line": 2095,
+ "line": 2098,
"column": 32
}
}
@@ -170833,16 +171156,16 @@
],
"kind": "var",
"range": [
- 76690,
- 76715
+ 76841,
+ 76866
],
"loc": {
"start": {
- "line": 2095,
+ "line": 2098,
"column": 8
},
"end": {
- "line": 2095,
+ "line": 2098,
"column": 33
}
},
@@ -170851,16 +171174,16 @@
"type": "Line",
"value": "Check for customCellData callback",
"range": [
- 76724,
- 76759
+ 76875,
+ 76910
],
"loc": {
"start": {
- "line": 2096,
+ "line": 2099,
"column": 8
},
"end": {
- "line": 2096,
+ "line": 2099,
"column": 43
}
}
@@ -170878,16 +171201,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 76771,
- 76775
+ 76922,
+ 76926
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 11
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 15
}
}
@@ -170896,31 +171219,31 @@
"type": "Identifier",
"name": "customCellData",
"range": [
- 76776,
- 76790
+ 76927,
+ 76941
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 16
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 30
}
}
},
"range": [
- 76771,
- 76790
+ 76922,
+ 76941
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 11
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 30
}
}
@@ -170939,16 +171262,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 76794,
- 76798
+ 76945,
+ 76949
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 34
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 38
}
}
@@ -170957,31 +171280,31 @@
"type": "Identifier",
"name": "customCellDataCols",
"range": [
- 76799,
- 76817
+ 76950,
+ 76968
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 39
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 57
}
}
},
"range": [
- 76794,
- 76817
+ 76945,
+ 76968
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 34
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 57
}
}
@@ -170990,31 +171313,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 76818,
- 76825
+ 76969,
+ 76976
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 58
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 65
}
}
},
"range": [
- 76794,
- 76825
+ 76945,
+ 76976
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 34
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 65
}
}
@@ -171024,32 +171347,32 @@
"type": "Identifier",
"name": "idx",
"range": [
- 76826,
- 76829
+ 76977,
+ 76980
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 66
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 69
}
}
}
],
"range": [
- 76794,
- 76830
+ 76945,
+ 76981
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 34
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 70
}
}
@@ -171062,62 +171385,62 @@
"value": 1,
"raw": "1",
"range": [
- 76835,
- 76836
+ 76986,
+ 76987
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 75
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 76
}
}
},
"prefix": true,
"range": [
- 76834,
- 76836
+ 76985,
+ 76987
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 74
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 76
}
}
},
"range": [
- 76794,
- 76836
+ 76945,
+ 76987
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 34
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 76
}
}
},
"range": [
- 76771,
- 76836
+ 76922,
+ 76987
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 11
},
"end": {
- "line": 2097,
+ "line": 2100,
"column": 76
}
}
@@ -171138,16 +171461,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 76858,
- 76862
+ 77009,
+ 77013
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 19
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 23
}
}
@@ -171156,31 +171479,31 @@
"type": "Identifier",
"name": "customCellData",
"range": [
- 76863,
- 76877
+ 77014,
+ 77028
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 24
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 38
}
}
},
"range": [
- 76858,
- 76877
+ 77009,
+ 77028
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 19
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 38
}
}
@@ -171189,31 +171512,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 76878,
- 76882
+ 77029,
+ 77033
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 39
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 43
}
}
},
"range": [
- 76858,
- 76882
+ 77009,
+ 77033
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 19
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 43
}
}
@@ -171224,16 +171547,16 @@
"value": null,
"raw": "null",
"range": [
- 76883,
- 76887
+ 77034,
+ 77038
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 44
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 48
}
}
@@ -171241,16 +171564,16 @@
{
"type": "ThisExpression",
"range": [
- 76889,
- 76893
+ 77040,
+ 77044
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 50
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 54
}
}
@@ -171259,16 +171582,16 @@
"type": "Identifier",
"name": "cell",
"range": [
- 76895,
- 76899
+ 77046,
+ 77050
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 56
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 60
}
}
@@ -171277,63 +171600,63 @@
"type": "Identifier",
"name": "idx",
"range": [
- 76901,
- 76904
+ 77052,
+ 77055
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 62
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 65
}
}
}
],
"range": [
- 76858,
- 76905
+ 77009,
+ 77056
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 19
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 66
}
}
},
"range": [
- 76851,
- 76906
+ 77002,
+ 77057
],
"loc": {
"start": {
- "line": 2098,
+ "line": 2101,
"column": 12
},
"end": {
- "line": 2098,
+ "line": 2101,
"column": 67
}
}
}
],
"range": [
- 76837,
- 76916
+ 76988,
+ 77067
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 77
},
"end": {
- "line": 2099,
+ "line": 2102,
"column": 9
}
}
@@ -171352,16 +171675,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 76943,
- 76946
+ 77094,
+ 77097
],
"loc": {
"start": {
- "line": 2100,
+ "line": 2103,
"column": 19
},
"end": {
- "line": 2100,
+ "line": 2103,
"column": 22
}
}
@@ -171370,31 +171693,31 @@
"type": "Identifier",
"name": "getText",
"range": [
- 76947,
- 76954
+ 77098,
+ 77105
],
"loc": {
"start": {
- "line": 2100,
+ "line": 2103,
"column": 23
},
"end": {
- "line": 2100,
+ "line": 2103,
"column": 30
}
}
},
"range": [
- 76943,
- 76954
+ 77094,
+ 77105
],
"loc": {
"start": {
- "line": 2100,
+ "line": 2103,
"column": 19
},
"end": {
- "line": 2100,
+ "line": 2103,
"column": 30
}
}
@@ -171404,78 +171727,78 @@
"type": "Identifier",
"name": "cell",
"range": [
- 76955,
- 76959
+ 77106,
+ 77110
],
"loc": {
"start": {
- "line": 2100,
+ "line": 2103,
"column": 31
},
"end": {
- "line": 2100,
+ "line": 2103,
"column": 35
}
}
}
],
"range": [
- 76943,
- 76960
+ 77094,
+ 77111
],
"loc": {
"start": {
- "line": 2100,
+ "line": 2103,
"column": 19
},
"end": {
- "line": 2100,
+ "line": 2103,
"column": 36
}
}
},
"range": [
- 76936,
- 76961
+ 77087,
+ 77112
],
"loc": {
"start": {
- "line": 2100,
+ "line": 2103,
"column": 12
},
"end": {
- "line": 2100,
+ "line": 2103,
"column": 37
}
}
}
],
"range": [
- 76922,
- 76971
+ 77073,
+ 77122
],
"loc": {
"start": {
- "line": 2099,
+ "line": 2102,
"column": 15
},
"end": {
- "line": 2101,
+ "line": 2104,
"column": 9
}
}
},
"range": [
- 76768,
- 76971
+ 76919,
+ 77122
],
"loc": {
"start": {
- "line": 2097,
+ "line": 2100,
"column": 8
},
"end": {
- "line": 2101,
+ "line": 2104,
"column": 9
}
},
@@ -171484,16 +171807,16 @@
"type": "Line",
"value": "Check for customCellData callback",
"range": [
- 76724,
- 76759
+ 76875,
+ 76910
],
"loc": {
"start": {
- "line": 2096,
+ "line": 2099,
"column": 8
},
"end": {
- "line": 2096,
+ "line": 2099,
"column": 43
}
}
@@ -171502,16 +171825,16 @@
}
],
"range": [
- 76680,
- 76977
+ 76831,
+ 77128
],
"loc": {
"start": {
- "line": 2094,
+ "line": 2097,
"column": 21
},
"end": {
- "line": 2102,
+ "line": 2105,
"column": 5
}
}
@@ -171519,16 +171842,16 @@
"generator": false,
"expression": false,
"range": [
- 76674,
- 76977
+ 76825,
+ 77128
],
"loc": {
"start": {
- "line": 2094,
+ "line": 2097,
"column": 15
},
"end": {
- "line": 2102,
+ "line": 2105,
"column": 5
}
}
@@ -171536,16 +171859,16 @@
"kind": "method",
"computed": false,
"range": [
- 76663,
- 76977
+ 76814,
+ 77128
],
"loc": {
"start": {
- "line": 2094,
+ "line": 2097,
"column": 4
},
"end": {
- "line": 2102,
+ "line": 2105,
"column": 5
}
},
@@ -171554,16 +171877,16 @@
"type": "Block",
"value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ",
"range": [
- 76533,
- 76658
+ 76684,
+ 76809
],
"loc": {
"start": {
- "line": 2089,
+ "line": 2092,
"column": 4
},
"end": {
- "line": 2093,
+ "line": 2096,
"column": 7
}
}
@@ -171574,16 +171897,16 @@
"type": "Block",
"value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 76983,
- 77310
+ 77134,
+ 77461
],
"loc": {
"start": {
- "line": 2104,
+ "line": 2107,
"column": 4
},
"end": {
- "line": 2114,
+ "line": 2117,
"column": 7
}
}
@@ -171597,16 +171920,16 @@
"type": "Identifier",
"name": "getTableData",
"range": [
- 77315,
- 77327
+ 77466,
+ 77478
],
"loc": {
"start": {
- "line": 2115,
+ "line": 2118,
"column": 4
},
"end": {
- "line": 2115,
+ "line": 2118,
"column": 16
}
}
@@ -171621,16 +171944,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 77328,
- 77342
+ 77479,
+ 77493
],
"loc": {
"start": {
- "line": 2115,
+ "line": 2118,
"column": 17
},
"end": {
- "line": 2115,
+ "line": 2118,
"column": 31
}
}
@@ -171640,31 +171963,31 @@
"value": false,
"raw": "false",
"range": [
- 77343,
- 77348
+ 77494,
+ 77499
],
"loc": {
"start": {
- "line": 2115,
+ "line": 2118,
"column": 32
},
"end": {
- "line": 2115,
+ "line": 2118,
"column": 37
}
}
},
"range": [
- 77328,
- 77348
+ 77479,
+ 77499
],
"loc": {
"start": {
- "line": 2115,
+ "line": 2118,
"column": 17
},
"end": {
- "line": 2115,
+ "line": 2118,
"column": 37
}
}
@@ -171682,16 +172005,16 @@
"type": "Identifier",
"name": "rows",
"range": [
- 77363,
- 77367
+ 77514,
+ 77518
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 12
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 16
}
}
@@ -171705,16 +172028,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 77370,
- 77374
+ 77521,
+ 77525
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 19
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 23
}
}
@@ -171723,31 +172046,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 77375,
- 77378
+ 77526,
+ 77529
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 24
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 27
}
}
},
"range": [
- 77370,
- 77378
+ 77521,
+ 77529
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 19
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 27
}
}
@@ -171756,46 +172079,46 @@
"type": "Identifier",
"name": "rows",
"range": [
- 77379,
- 77383
+ 77530,
+ 77534
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 28
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 32
}
}
},
"range": [
- 77370,
- 77383
+ 77521,
+ 77534
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 19
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 32
}
}
},
"range": [
- 77363,
- 77383
+ 77514,
+ 77534
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 12
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 32
}
}
@@ -171803,16 +172126,16 @@
],
"kind": "let",
"range": [
- 77359,
- 77384
+ 77510,
+ 77535
],
"loc": {
"start": {
- "line": 2116,
+ "line": 2119,
"column": 8
},
"end": {
- "line": 2116,
+ "line": 2119,
"column": 33
}
}
@@ -171826,16 +172149,16 @@
"type": "Identifier",
"name": "tblData",
"range": [
- 77397,
- 77404
+ 77548,
+ 77555
],
"loc": {
"start": {
- "line": 2117,
+ "line": 2120,
"column": 12
},
"end": {
- "line": 2117,
+ "line": 2120,
"column": 19
}
}
@@ -171844,31 +172167,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 77407,
- 77409
+ 77558,
+ 77560
],
"loc": {
"start": {
- "line": 2117,
+ "line": 2120,
"column": 22
},
"end": {
- "line": 2117,
+ "line": 2120,
"column": 24
}
}
},
"range": [
- 77397,
- 77409
+ 77548,
+ 77560
],
"loc": {
"start": {
- "line": 2117,
+ "line": 2120,
"column": 12
},
"end": {
- "line": 2117,
+ "line": 2120,
"column": 24
}
}
@@ -171876,16 +172199,16 @@
],
"kind": "let",
"range": [
- 77393,
- 77410
+ 77544,
+ 77561
],
"loc": {
"start": {
- "line": 2117,
+ "line": 2120,
"column": 8
},
"end": {
- "line": 2117,
+ "line": 2120,
"column": 25
}
}
@@ -171896,16 +172219,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 77422,
- 77436
+ 77573,
+ 77587
],
"loc": {
"start": {
- "line": 2118,
+ "line": 2121,
"column": 11
},
"end": {
- "line": 2118,
+ "line": 2121,
"column": 25
}
}
@@ -171924,16 +172247,16 @@
"type": "Identifier",
"name": "tblData",
"range": [
- 77451,
- 77458
+ 77602,
+ 77609
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 12
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 19
}
}
@@ -171942,31 +172265,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 77459,
- 77463
+ 77610,
+ 77614
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 20
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 24
}
}
},
"range": [
- 77451,
- 77463
+ 77602,
+ 77614
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 12
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 24
}
}
@@ -171983,16 +172306,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 77465,
- 77469
+ 77616,
+ 77620
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 26
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 30
}
}
@@ -172001,47 +172324,47 @@
"type": "Identifier",
"name": "getHeadersRowIndex",
"range": [
- 77470,
- 77488
+ 77621,
+ 77639
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 31
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 49
}
}
},
"range": [
- 77465,
- 77488
+ 77616,
+ 77639
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 26
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 49
}
}
},
"arguments": [],
"range": [
- 77465,
- 77490
+ 77616,
+ 77641
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 26
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 51
}
}
@@ -172054,16 +172377,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 77492,
- 77496
+ 77643,
+ 77647
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 53
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 57
}
}
@@ -172072,126 +172395,126 @@
"type": "Identifier",
"name": "getHeadersText",
"range": [
- 77497,
- 77511
+ 77648,
+ 77662
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 58
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 72
}
}
},
"range": [
- 77492,
- 77511
+ 77643,
+ 77662
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 53
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 72
}
}
},
"arguments": [],
"range": [
- 77492,
- 77513
+ 77643,
+ 77664
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 53
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 74
}
}
}
],
"range": [
- 77464,
- 77514
+ 77615,
+ 77665
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 25
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 75
}
}
}
],
"range": [
- 77451,
- 77515
+ 77602,
+ 77666
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 12
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 76
}
}
},
"range": [
- 77451,
- 77516
+ 77602,
+ 77667
],
"loc": {
"start": {
- "line": 2119,
+ "line": 2122,
"column": 12
},
"end": {
- "line": 2119,
+ "line": 2122,
"column": 77
}
}
}
],
"range": [
- 77437,
- 77526
+ 77588,
+ 77677
],
"loc": {
"start": {
- "line": 2118,
+ "line": 2121,
"column": 26
},
"end": {
- "line": 2120,
+ "line": 2123,
"column": 9
}
}
},
"alternate": null,
"range": [
- 77419,
- 77526
+ 77570,
+ 77677
],
"loc": {
"start": {
- "line": 2118,
+ "line": 2121,
"column": 8
},
"end": {
- "line": 2120,
+ "line": 2123,
"column": 9
}
}
@@ -172207,16 +172530,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 77543,
- 77544
+ 77694,
+ 77695
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 16
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 17
}
}
@@ -172227,16 +172550,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 77545,
- 77549
+ 77696,
+ 77700
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 18
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 22
}
}
@@ -172245,46 +172568,46 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 77550,
- 77556
+ 77701,
+ 77707
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 23
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 29
}
}
},
"range": [
- 77545,
- 77556
+ 77696,
+ 77707
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 18
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 29
}
}
},
"range": [
- 77543,
- 77556
+ 77694,
+ 77707
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 16
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 29
}
}
@@ -172292,16 +172615,16 @@
],
"kind": "let",
"range": [
- 77539,
- 77556
+ 77690,
+ 77707
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 12
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 29
}
}
@@ -172313,16 +172636,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 77558,
- 77559
+ 77709,
+ 77710
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 31
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 32
}
}
@@ -172333,16 +172656,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 77560,
- 77564
+ 77711,
+ 77715
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 33
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 37
}
}
@@ -172351,46 +172674,46 @@
"type": "Identifier",
"name": "nbRows",
"range": [
- 77565,
- 77571
+ 77716,
+ 77722
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 38
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 44
}
}
},
"range": [
- 77560,
- 77571
+ 77711,
+ 77722
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 33
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 44
}
}
},
"range": [
- 77558,
- 77571
+ 77709,
+ 77722
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 31
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 44
}
}
@@ -172402,32 +172725,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 77573,
- 77574
+ 77724,
+ 77725
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 46
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 47
}
}
},
"prefix": false,
"range": [
- 77573,
- 77576
+ 77724,
+ 77727
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 46
},
"end": {
- "line": 2121,
+ "line": 2124,
"column": 49
}
}
@@ -172444,16 +172767,16 @@
"type": "Identifier",
"name": "rowData",
"range": [
- 77595,
- 77602
+ 77746,
+ 77753
],
"loc": {
"start": {
- "line": 2122,
+ "line": 2125,
"column": 16
},
"end": {
- "line": 2122,
+ "line": 2125,
"column": 23
}
}
@@ -172465,16 +172788,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 77606,
- 77607
+ 77757,
+ 77758
],
"loc": {
"start": {
- "line": 2122,
+ "line": 2125,
"column": 27
},
"end": {
- "line": 2122,
+ "line": 2125,
"column": 28
}
}
@@ -172483,47 +172806,47 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 77609,
- 77611
+ 77760,
+ 77762
],
"loc": {
"start": {
- "line": 2122,
+ "line": 2125,
"column": 30
},
"end": {
- "line": 2122,
+ "line": 2125,
"column": 32
}
}
}
],
"range": [
- 77605,
- 77612
+ 77756,
+ 77763
],
"loc": {
"start": {
- "line": 2122,
+ "line": 2125,
"column": 26
},
"end": {
- "line": 2122,
+ "line": 2125,
"column": 33
}
}
},
"range": [
- 77595,
- 77612
+ 77746,
+ 77763
],
"loc": {
"start": {
- "line": 2122,
+ "line": 2125,
"column": 16
},
"end": {
- "line": 2122,
+ "line": 2125,
"column": 33
}
}
@@ -172531,16 +172854,16 @@
],
"kind": "let",
"range": [
- 77591,
- 77613
+ 77742,
+ 77764
],
"loc": {
"start": {
- "line": 2122,
+ "line": 2125,
"column": 12
},
"end": {
- "line": 2122,
+ "line": 2125,
"column": 34
}
}
@@ -172554,16 +172877,16 @@
"type": "Identifier",
"name": "cells",
"range": [
- 77630,
- 77635
+ 77781,
+ 77786
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 16
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 21
}
}
@@ -172578,16 +172901,16 @@
"type": "Identifier",
"name": "rows",
"range": [
- 77638,
- 77642
+ 77789,
+ 77793
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 24
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 28
}
}
@@ -172596,31 +172919,31 @@
"type": "Identifier",
"name": "k",
"range": [
- 77643,
- 77644
+ 77794,
+ 77795
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 29
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 30
}
}
},
"range": [
- 77638,
- 77645
+ 77789,
+ 77796
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 24
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 31
}
}
@@ -172629,46 +172952,46 @@
"type": "Identifier",
"name": "cells",
"range": [
- 77646,
- 77651
+ 77797,
+ 77802
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 32
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 37
}
}
},
"range": [
- 77638,
- 77651
+ 77789,
+ 77802
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 24
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 37
}
}
},
"range": [
- 77630,
- 77651
+ 77781,
+ 77802
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 16
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 37
}
}
@@ -172676,16 +172999,16 @@
],
"kind": "let",
"range": [
- 77626,
- 77652
+ 77777,
+ 77803
],
"loc": {
"start": {
- "line": 2123,
+ "line": 2126,
"column": 12
},
"end": {
- "line": 2123,
+ "line": 2126,
"column": 38
}
}
@@ -172701,16 +173024,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 77673,
- 77674
+ 77824,
+ 77825
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 20
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 21
}
}
@@ -172720,31 +173043,31 @@
"value": 0,
"raw": "0",
"range": [
- 77675,
- 77676
+ 77826,
+ 77827
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 22
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 23
}
}
},
"range": [
- 77673,
- 77676
+ 77824,
+ 77827
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 20
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 23
}
}
@@ -172755,16 +173078,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 77678,
- 77681
+ 77829,
+ 77832
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 25
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 28
}
}
@@ -172776,16 +173099,16 @@
"type": "Identifier",
"name": "cells",
"range": [
- 77682,
- 77687
+ 77833,
+ 77838
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 29
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 34
}
}
@@ -172794,46 +173117,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 77688,
- 77694
+ 77839,
+ 77845
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 35
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 41
}
}
},
"range": [
- 77682,
- 77694
+ 77833,
+ 77845
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 29
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 41
}
}
},
"range": [
- 77678,
- 77694
+ 77829,
+ 77845
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 25
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 41
}
}
@@ -172841,16 +173164,16 @@
],
"kind": "let",
"range": [
- 77669,
- 77694
+ 77820,
+ 77845
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 16
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 41
}
}
@@ -172862,16 +173185,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 77696,
- 77697
+ 77847,
+ 77848
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 43
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 44
}
}
@@ -172880,31 +173203,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 77698,
- 77701
+ 77849,
+ 77852
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 45
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 48
}
}
},
"range": [
- 77696,
- 77701
+ 77847,
+ 77852
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 43
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 48
}
}
@@ -172916,32 +173239,32 @@
"type": "Identifier",
"name": "j",
"range": [
- 77703,
- 77704
+ 77854,
+ 77855
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 50
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 51
}
}
},
"prefix": false,
"range": [
- 77703,
- 77706
+ 77854,
+ 77857
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 50
},
"end": {
- "line": 2124,
+ "line": 2127,
"column": 53
}
}
@@ -172958,16 +173281,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 77729,
- 77737
+ 77880,
+ 77888
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 20
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 28
}
}
@@ -172980,16 +173303,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 77740,
- 77744
+ 77891,
+ 77895
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 31
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 35
}
}
@@ -172998,31 +173321,31 @@
"type": "Identifier",
"name": "getCellData",
"range": [
- 77745,
- 77756
+ 77896,
+ 77907
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 36
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 47
}
}
},
"range": [
- 77740,
- 77756
+ 77891,
+ 77907
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 31
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 47
}
}
@@ -173035,16 +173358,16 @@
"type": "Identifier",
"name": "cells",
"range": [
- 77757,
- 77762
+ 77908,
+ 77913
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 48
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 53
}
}
@@ -173053,62 +173376,62 @@
"type": "Identifier",
"name": "j",
"range": [
- 77763,
- 77764
+ 77914,
+ 77915
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 54
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 55
}
}
},
"range": [
- 77757,
- 77765
+ 77908,
+ 77916
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 48
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 56
}
}
}
],
"range": [
- 77740,
- 77766
+ 77891,
+ 77917
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 31
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 57
}
}
},
"range": [
- 77729,
- 77766
+ 77880,
+ 77917
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 20
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 57
}
}
@@ -173116,16 +173439,16 @@
],
"kind": "let",
"range": [
- 77725,
- 77767
+ 77876,
+ 77918
],
"loc": {
"start": {
- "line": 2125,
+ "line": 2128,
"column": 16
},
"end": {
- "line": 2125,
+ "line": 2128,
"column": 58
}
}
@@ -173144,16 +173467,16 @@
"type": "Identifier",
"name": "rowData",
"range": [
- 77784,
- 77791
+ 77935,
+ 77942
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 16
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 23
}
}
@@ -173163,31 +173486,31 @@
"value": 1,
"raw": "1",
"range": [
- 77792,
- 77793
+ 77943,
+ 77944
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 24
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 25
}
}
},
"range": [
- 77784,
- 77794
+ 77935,
+ 77945
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 16
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 26
}
}
@@ -173196,31 +173519,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 77795,
- 77799
+ 77946,
+ 77950
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 27
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 31
}
}
},
"range": [
- 77784,
- 77799
+ 77935,
+ 77950
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 16
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 31
}
}
@@ -173230,78 +173553,78 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 77800,
- 77808
+ 77951,
+ 77959
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 32
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 40
}
}
}
],
"range": [
- 77784,
- 77809
+ 77935,
+ 77960
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 16
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 41
}
}
},
"range": [
- 77784,
- 77810
+ 77935,
+ 77961
],
"loc": {
"start": {
- "line": 2126,
+ "line": 2129,
"column": 16
},
"end": {
- "line": 2126,
+ "line": 2129,
"column": 42
}
}
}
],
"range": [
- 77707,
- 77824
+ 77858,
+ 77975
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 54
},
"end": {
- "line": 2127,
+ "line": 2130,
"column": 13
}
}
},
"range": [
- 77665,
- 77824
+ 77816,
+ 77975
],
"loc": {
"start": {
- "line": 2124,
+ "line": 2127,
"column": 12
},
"end": {
- "line": 2127,
+ "line": 2130,
"column": 13
}
}
@@ -173317,16 +173640,16 @@
"type": "Identifier",
"name": "tblData",
"range": [
- 77837,
- 77844
+ 77988,
+ 77995
],
"loc": {
"start": {
- "line": 2128,
+ "line": 2131,
"column": 12
},
"end": {
- "line": 2128,
+ "line": 2131,
"column": 19
}
}
@@ -173335,31 +173658,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 77845,
- 77849
+ 77996,
+ 78000
],
"loc": {
"start": {
- "line": 2128,
+ "line": 2131,
"column": 20
},
"end": {
- "line": 2128,
+ "line": 2131,
"column": 24
}
}
},
"range": [
- 77837,
- 77849
+ 77988,
+ 78000
],
"loc": {
"start": {
- "line": 2128,
+ "line": 2131,
"column": 12
},
"end": {
- "line": 2128,
+ "line": 2131,
"column": 24
}
}
@@ -173369,78 +173692,78 @@
"type": "Identifier",
"name": "rowData",
"range": [
- 77850,
- 77857
+ 78001,
+ 78008
],
"loc": {
"start": {
- "line": 2128,
+ "line": 2131,
"column": 25
},
"end": {
- "line": 2128,
+ "line": 2131,
"column": 32
}
}
}
],
"range": [
- 77837,
- 77858
+ 77988,
+ 78009
],
"loc": {
"start": {
- "line": 2128,
+ "line": 2131,
"column": 12
},
"end": {
- "line": 2128,
+ "line": 2131,
"column": 33
}
}
},
"range": [
- 77837,
- 77859
+ 77988,
+ 78010
],
"loc": {
"start": {
- "line": 2128,
+ "line": 2131,
"column": 12
},
"end": {
- "line": 2128,
+ "line": 2131,
"column": 34
}
}
}
],
"range": [
- 77577,
- 77869
+ 77728,
+ 78020
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 50
},
"end": {
- "line": 2129,
+ "line": 2132,
"column": 9
}
}
},
"range": [
- 77535,
- 77869
+ 77686,
+ 78020
],
"loc": {
"start": {
- "line": 2121,
+ "line": 2124,
"column": 8
},
"end": {
- "line": 2129,
+ "line": 2132,
"column": 9
}
}
@@ -173451,47 +173774,47 @@
"type": "Identifier",
"name": "tblData",
"range": [
- 77885,
- 77892
+ 78036,
+ 78043
],
"loc": {
"start": {
- "line": 2130,
+ "line": 2133,
"column": 15
},
"end": {
- "line": 2130,
+ "line": 2133,
"column": 22
}
}
},
"range": [
- 77878,
- 77893
+ 78029,
+ 78044
],
"loc": {
"start": {
- "line": 2130,
+ "line": 2133,
"column": 8
},
"end": {
- "line": 2130,
+ "line": 2133,
"column": 23
}
}
}
],
"range": [
- 77349,
- 77899
+ 77500,
+ 78050
],
"loc": {
"start": {
- "line": 2115,
+ "line": 2118,
"column": 38
},
"end": {
- "line": 2131,
+ "line": 2134,
"column": 5
}
}
@@ -173499,16 +173822,16 @@
"generator": false,
"expression": false,
"range": [
- 77327,
- 77899
+ 77478,
+ 78050
],
"loc": {
"start": {
- "line": 2115,
+ "line": 2118,
"column": 16
},
"end": {
- "line": 2131,
+ "line": 2134,
"column": 5
}
}
@@ -173516,16 +173839,16 @@
"kind": "method",
"computed": false,
"range": [
- 77315,
- 77899
+ 77466,
+ 78050
],
"loc": {
"start": {
- "line": 2115,
+ "line": 2118,
"column": 4
},
"end": {
- "line": 2131,
+ "line": 2134,
"column": 5
}
},
@@ -173534,16 +173857,16 @@
"type": "Block",
"value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 76983,
- 77310
+ 77134,
+ 77461
],
"loc": {
"start": {
- "line": 2104,
+ "line": 2107,
"column": 4
},
"end": {
- "line": 2114,
+ "line": 2117,
"column": 7
}
}
@@ -173554,16 +173877,16 @@
"type": "Block",
"value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 77905,
- 78235
+ 78056,
+ 78386
],
"loc": {
"start": {
- "line": 2133,
+ "line": 2136,
"column": 4
},
"end": {
- "line": 2143,
+ "line": 2146,
"column": 7
}
}
@@ -173577,16 +173900,16 @@
"type": "Identifier",
"name": "getFilteredData",
"range": [
- 78240,
- 78255
+ 78391,
+ 78406
],
"loc": {
"start": {
- "line": 2144,
+ "line": 2147,
"column": 4
},
"end": {
- "line": 2144,
+ "line": 2147,
"column": 19
}
}
@@ -173601,16 +173924,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 78256,
- 78270
+ 78407,
+ 78421
],
"loc": {
"start": {
- "line": 2144,
+ "line": 2147,
"column": 20
},
"end": {
- "line": 2144,
+ "line": 2147,
"column": 34
}
}
@@ -173620,31 +173943,31 @@
"value": false,
"raw": "false",
"range": [
- 78271,
- 78276
+ 78422,
+ 78427
],
"loc": {
"start": {
- "line": 2144,
+ "line": 2147,
"column": 35
},
"end": {
- "line": 2144,
+ "line": 2147,
"column": 40
}
}
},
"range": [
- 78256,
- 78276
+ 78407,
+ 78427
],
"loc": {
"start": {
- "line": 2144,
+ "line": 2147,
"column": 20
},
"end": {
- "line": 2144,
+ "line": 2147,
"column": 40
}
}
@@ -173664,16 +173987,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78291,
- 78295
+ 78442,
+ 78446
],
"loc": {
"start": {
- "line": 2145,
+ "line": 2148,
"column": 12
},
"end": {
- "line": 2145,
+ "line": 2148,
"column": 16
}
}
@@ -173682,47 +174005,47 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 78296,
- 78310
+ 78447,
+ 78461
],
"loc": {
"start": {
- "line": 2145,
+ "line": 2148,
"column": 17
},
"end": {
- "line": 2145,
+ "line": 2148,
"column": 31
}
}
},
"range": [
- 78291,
- 78310
+ 78442,
+ 78461
],
"loc": {
"start": {
- "line": 2145,
+ "line": 2148,
"column": 12
},
"end": {
- "line": 2145,
+ "line": 2148,
"column": 31
}
}
},
"prefix": true,
"range": [
- 78290,
- 78310
+ 78441,
+ 78461
],
"loc": {
"start": {
- "line": 2145,
+ "line": 2148,
"column": 11
},
"end": {
- "line": 2145,
+ "line": 2148,
"column": 31
}
}
@@ -173736,63 +174059,63 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 78332,
- 78334
+ 78483,
+ 78485
],
"loc": {
"start": {
- "line": 2146,
+ "line": 2149,
"column": 19
},
"end": {
- "line": 2146,
+ "line": 2149,
"column": 21
}
}
},
"range": [
- 78325,
- 78335
+ 78476,
+ 78486
],
"loc": {
"start": {
- "line": 2146,
+ "line": 2149,
"column": 12
},
"end": {
- "line": 2146,
+ "line": 2149,
"column": 22
}
}
}
],
"range": [
- 78311,
- 78345
+ 78462,
+ 78496
],
"loc": {
"start": {
- "line": 2145,
+ "line": 2148,
"column": 32
},
"end": {
- "line": 2147,
+ "line": 2150,
"column": 9
}
}
},
"alternate": null,
"range": [
- 78287,
- 78345
+ 78438,
+ 78496
],
"loc": {
"start": {
- "line": 2145,
+ "line": 2148,
"column": 8
},
"end": {
- "line": 2147,
+ "line": 2150,
"column": 9
}
}
@@ -173806,16 +174129,16 @@
"type": "Identifier",
"name": "rows",
"range": [
- 78358,
- 78362
+ 78509,
+ 78513
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 12
},
"end": {
- "line": 2148,
+ "line": 2151,
"column": 16
}
}
@@ -173829,16 +174152,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78365,
- 78369
+ 78516,
+ 78520
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 19
},
"end": {
- "line": 2148,
+ "line": 2151,
"column": 23
}
}
@@ -173847,31 +174170,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 78370,
- 78373
+ 78521,
+ 78524
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 24
},
"end": {
- "line": 2148,
+ "line": 2151,
"column": 27
}
}
},
"range": [
- 78365,
- 78373
+ 78516,
+ 78524
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 19
},
"end": {
- "line": 2148,
+ "line": 2151,
"column": 27
}
}
@@ -173880,46 +174203,46 @@
"type": "Identifier",
"name": "rows",
"range": [
- 78374,
- 78378
+ 78525,
+ 78529
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 28
},
"end": {
- "line": 2148,
+ "line": 2151,
"column": 32
}
}
},
"range": [
- 78365,
- 78378
+ 78516,
+ 78529
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 19
},
"end": {
- "line": 2148,
+ "line": 2151,
"column": 32
}
}
},
"range": [
- 78358,
- 78378
+ 78509,
+ 78529
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 12
},
"end": {
- "line": 2148,
+ "line": 2151,
"column": 32
}
}
@@ -173930,16 +174253,16 @@
"type": "Identifier",
"name": "filteredData",
"range": [
- 78392,
- 78404
+ 78543,
+ 78555
],
"loc": {
"start": {
- "line": 2149,
+ "line": 2152,
"column": 12
},
"end": {
- "line": 2149,
+ "line": 2152,
"column": 24
}
}
@@ -173948,31 +174271,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 78407,
- 78409
+ 78558,
+ 78560
],
"loc": {
"start": {
- "line": 2149,
+ "line": 2152,
"column": 27
},
"end": {
- "line": 2149,
+ "line": 2152,
"column": 29
}
}
},
"range": [
- 78392,
- 78409
+ 78543,
+ 78560
],
"loc": {
"start": {
- "line": 2149,
+ "line": 2152,
"column": 12
},
"end": {
- "line": 2149,
+ "line": 2152,
"column": 29
}
}
@@ -173980,16 +174303,16 @@
],
"kind": "let",
"range": [
- 78354,
- 78410
+ 78505,
+ 78561
],
"loc": {
"start": {
- "line": 2148,
+ "line": 2151,
"column": 8
},
"end": {
- "line": 2149,
+ "line": 2152,
"column": 30
}
}
@@ -174000,16 +174323,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 78422,
- 78436
+ 78573,
+ 78587
],
"loc": {
"start": {
- "line": 2150,
+ "line": 2153,
"column": 11
},
"end": {
- "line": 2150,
+ "line": 2153,
"column": 25
}
}
@@ -174028,16 +174351,16 @@
"type": "Identifier",
"name": "filteredData",
"range": [
- 78451,
- 78463
+ 78602,
+ 78614
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 12
},
"end": {
- "line": 2151,
+ "line": 2154,
"column": 24
}
}
@@ -174046,31 +174369,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 78464,
- 78468
+ 78615,
+ 78619
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 25
},
"end": {
- "line": 2151,
+ "line": 2154,
"column": 29
}
}
},
"range": [
- 78451,
- 78468
+ 78602,
+ 78619
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 12
},
"end": {
- "line": 2151,
+ "line": 2154,
"column": 29
}
}
@@ -174087,16 +174410,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78470,
- 78474
+ 78621,
+ 78625
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 31
},
"end": {
- "line": 2151,
+ "line": 2154,
"column": 35
}
}
@@ -174105,47 +174428,47 @@
"type": "Identifier",
"name": "getHeadersRowIndex",
"range": [
- 78475,
- 78493
+ 78626,
+ 78644
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 36
},
"end": {
- "line": 2151,
+ "line": 2154,
"column": 54
}
}
},
"range": [
- 78470,
- 78493
+ 78621,
+ 78644
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 31
},
"end": {
- "line": 2151,
+ "line": 2154,
"column": 54
}
}
},
"arguments": [],
"range": [
- 78470,
- 78495
+ 78621,
+ 78646
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 31
},
"end": {
- "line": 2151,
+ "line": 2154,
"column": 56
}
}
@@ -174158,16 +174481,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78513,
- 78517
+ 78664,
+ 78668
],
"loc": {
"start": {
- "line": 2152,
+ "line": 2155,
"column": 16
},
"end": {
- "line": 2152,
+ "line": 2155,
"column": 20
}
}
@@ -174176,126 +174499,126 @@
"type": "Identifier",
"name": "getHeadersText",
"range": [
- 78518,
- 78532
+ 78669,
+ 78683
],
"loc": {
"start": {
- "line": 2152,
+ "line": 2155,
"column": 21
},
"end": {
- "line": 2152,
+ "line": 2155,
"column": 35
}
}
},
"range": [
- 78513,
- 78532
+ 78664,
+ 78683
],
"loc": {
"start": {
- "line": 2152,
+ "line": 2155,
"column": 16
},
"end": {
- "line": 2152,
+ "line": 2155,
"column": 35
}
}
},
"arguments": [],
"range": [
- 78513,
- 78534
+ 78664,
+ 78685
],
"loc": {
"start": {
- "line": 2152,
+ "line": 2155,
"column": 16
},
"end": {
- "line": 2152,
+ "line": 2155,
"column": 37
}
}
}
],
"range": [
- 78469,
- 78535
+ 78620,
+ 78686
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 30
},
"end": {
- "line": 2152,
+ "line": 2155,
"column": 38
}
}
}
],
"range": [
- 78451,
- 78536
+ 78602,
+ 78687
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 12
},
"end": {
- "line": 2152,
+ "line": 2155,
"column": 39
}
}
},
"range": [
- 78451,
- 78537
+ 78602,
+ 78688
],
"loc": {
"start": {
- "line": 2151,
+ "line": 2154,
"column": 12
},
"end": {
- "line": 2152,
+ "line": 2155,
"column": 40
}
}
}
],
"range": [
- 78437,
- 78547
+ 78588,
+ 78698
],
"loc": {
"start": {
- "line": 2150,
+ "line": 2153,
"column": 26
},
"end": {
- "line": 2153,
+ "line": 2156,
"column": 9
}
}
},
"alternate": null,
"range": [
- 78419,
- 78547
+ 78570,
+ 78698
],
"loc": {
"start": {
- "line": 2150,
+ "line": 2153,
"column": 8
},
"end": {
- "line": 2153,
+ "line": 2156,
"column": 9
}
}
@@ -174309,16 +174632,16 @@
"type": "Identifier",
"name": "validRows",
"range": [
- 78561,
- 78570
+ 78712,
+ 78721
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 12
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 21
}
}
@@ -174331,16 +174654,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78573,
- 78577
+ 78724,
+ 78728
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 24
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 28
}
}
@@ -174349,31 +174672,31 @@
"type": "Identifier",
"name": "getValidRows",
"range": [
- 78578,
- 78590
+ 78729,
+ 78741
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 29
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 41
}
}
},
"range": [
- 78573,
- 78590
+ 78724,
+ 78741
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 24
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 41
}
}
@@ -174384,47 +174707,47 @@
"value": true,
"raw": "true",
"range": [
- 78591,
- 78595
+ 78742,
+ 78746
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 42
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 46
}
}
}
],
"range": [
- 78573,
- 78596
+ 78724,
+ 78747
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 24
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 47
}
}
},
"range": [
- 78561,
- 78596
+ 78712,
+ 78747
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 12
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 47
}
}
@@ -174432,16 +174755,16 @@
],
"kind": "let",
"range": [
- 78557,
- 78597
+ 78708,
+ 78748
],
"loc": {
"start": {
- "line": 2155,
+ "line": 2158,
"column": 8
},
"end": {
- "line": 2155,
+ "line": 2158,
"column": 48
}
}
@@ -174457,16 +174780,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 78614,
- 78615
+ 78765,
+ 78766
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 16
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 17
}
}
@@ -174476,31 +174799,31 @@
"value": 0,
"raw": "0",
"range": [
- 78616,
- 78617
+ 78767,
+ 78768
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 18
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 19
}
}
},
"range": [
- 78614,
- 78617
+ 78765,
+ 78768
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 16
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 19
}
}
@@ -174508,16 +174831,16 @@
],
"kind": "let",
"range": [
- 78610,
- 78617
+ 78761,
+ 78768
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 12
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 19
}
}
@@ -174529,16 +174852,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 78619,
- 78620
+ 78770,
+ 78771
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 21
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 22
}
}
@@ -174550,16 +174873,16 @@
"type": "Identifier",
"name": "validRows",
"range": [
- 78621,
- 78630
+ 78772,
+ 78781
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 23
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 32
}
}
@@ -174568,46 +174891,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 78631,
- 78637
+ 78782,
+ 78788
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 33
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 39
}
}
},
"range": [
- 78621,
- 78637
+ 78772,
+ 78788
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 23
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 39
}
}
},
"range": [
- 78619,
- 78637
+ 78770,
+ 78788
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 21
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 39
}
}
@@ -174619,32 +174942,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 78639,
- 78640
+ 78790,
+ 78791
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 41
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 42
}
}
},
"prefix": false,
"range": [
- 78639,
- 78642
+ 78790,
+ 78793
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 41
},
"end": {
- "line": 2156,
+ "line": 2159,
"column": 44
}
}
@@ -174661,16 +174984,16 @@
"type": "Identifier",
"name": "rData",
"range": [
- 78661,
- 78666
+ 78812,
+ 78817
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 16
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 21
}
}
@@ -174687,16 +175010,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78670,
- 78674
+ 78821,
+ 78825
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 25
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 29
}
}
@@ -174705,31 +175028,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 78675,
- 78689
+ 78826,
+ 78840
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 30
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 44
}
}
},
"range": [
- 78670,
- 78689
+ 78821,
+ 78840
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 25
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 44
}
}
@@ -174738,31 +175061,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 78690,
- 78691
+ 78841,
+ 78842
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 45
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 46
}
}
},
"range": [
- 78670,
- 78692
+ 78821,
+ 78843
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 25
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 47
}
}
@@ -174771,47 +175094,47 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 78694,
- 78696
+ 78845,
+ 78847
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 49
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 51
}
}
}
],
"range": [
- 78669,
- 78697
+ 78820,
+ 78848
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 24
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 52
}
}
},
"range": [
- 78661,
- 78697
+ 78812,
+ 78848
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 16
},
"end": {
- "line": 2157,
+ "line": 2160,
"column": 52
}
}
@@ -174822,16 +175145,16 @@
"type": "Identifier",
"name": "cells",
"range": [
- 78715,
- 78720
+ 78866,
+ 78871
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 16
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 21
}
}
@@ -174846,16 +175169,16 @@
"type": "Identifier",
"name": "rows",
"range": [
- 78723,
- 78727
+ 78874,
+ 78878
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 24
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 28
}
}
@@ -174869,16 +175192,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78728,
- 78732
+ 78879,
+ 78883
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 29
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 33
}
}
@@ -174887,31 +175210,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 78733,
- 78747
+ 78884,
+ 78898
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 34
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 48
}
}
},
"range": [
- 78728,
- 78747
+ 78879,
+ 78898
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 29
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 48
}
}
@@ -174920,46 +175243,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 78748,
- 78749
+ 78899,
+ 78900
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 49
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 50
}
}
},
"range": [
- 78728,
- 78750
+ 78879,
+ 78901
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 29
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 51
}
}
},
"range": [
- 78723,
- 78751
+ 78874,
+ 78902
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 24
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 52
}
}
@@ -174968,46 +175291,46 @@
"type": "Identifier",
"name": "cells",
"range": [
- 78752,
- 78757
+ 78903,
+ 78908
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 53
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 58
}
}
},
"range": [
- 78723,
- 78757
+ 78874,
+ 78908
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 24
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 58
}
}
},
"range": [
- 78715,
- 78757
+ 78866,
+ 78908
],
"loc": {
"start": {
- "line": 2158,
+ "line": 2161,
"column": 16
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 58
}
}
@@ -175015,16 +175338,16 @@
],
"kind": "let",
"range": [
- 78657,
- 78758
+ 78808,
+ 78909
],
"loc": {
"start": {
- "line": 2157,
+ "line": 2160,
"column": 12
},
"end": {
- "line": 2158,
+ "line": 2161,
"column": 59
}
}
@@ -175040,16 +175363,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 78779,
- 78780
+ 78930,
+ 78931
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 20
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 21
}
}
@@ -175059,31 +175382,31 @@
"value": 0,
"raw": "0",
"range": [
- 78781,
- 78782
+ 78932,
+ 78933
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 22
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 23
}
}
},
"range": [
- 78779,
- 78782
+ 78930,
+ 78933
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 20
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 23
}
}
@@ -175091,16 +175414,16 @@
],
"kind": "let",
"range": [
- 78775,
- 78782
+ 78926,
+ 78933
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 16
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 23
}
}
@@ -175112,16 +175435,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 78784,
- 78785
+ 78935,
+ 78936
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 25
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 26
}
}
@@ -175133,16 +175456,16 @@
"type": "Identifier",
"name": "cells",
"range": [
- 78786,
- 78791
+ 78937,
+ 78942
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 27
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 32
}
}
@@ -175151,46 +175474,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 78792,
- 78798
+ 78943,
+ 78949
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 33
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 39
}
}
},
"range": [
- 78786,
- 78798
+ 78937,
+ 78949
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 27
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 39
}
}
},
"range": [
- 78784,
- 78798
+ 78935,
+ 78949
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 25
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 39
}
}
@@ -175202,32 +175525,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 78800,
- 78801
+ 78951,
+ 78952
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 41
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 42
}
}
},
"prefix": false,
"range": [
- 78800,
- 78803
+ 78951,
+ 78954
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 41
},
"end": {
- "line": 2159,
+ "line": 2162,
"column": 44
}
}
@@ -175244,16 +175567,16 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 78826,
- 78834
+ 78977,
+ 78985
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 20
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 28
}
}
@@ -175266,16 +175589,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 78837,
- 78841
+ 78988,
+ 78992
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 31
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 35
}
}
@@ -175284,31 +175607,31 @@
"type": "Identifier",
"name": "getCellData",
"range": [
- 78842,
- 78853
+ 78993,
+ 79004
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 36
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 47
}
}
},
"range": [
- 78837,
- 78853
+ 78988,
+ 79004
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 31
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 47
}
}
@@ -175321,16 +175644,16 @@
"type": "Identifier",
"name": "cells",
"range": [
- 78854,
- 78859
+ 79005,
+ 79010
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 48
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 53
}
}
@@ -175339,62 +175662,62 @@
"type": "Identifier",
"name": "k",
"range": [
- 78860,
- 78861
+ 79011,
+ 79012
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 54
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 55
}
}
},
"range": [
- 78854,
- 78862
+ 79005,
+ 79013
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 48
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 56
}
}
}
],
"range": [
- 78837,
- 78863
+ 78988,
+ 79014
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 31
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 57
}
}
},
"range": [
- 78826,
- 78863
+ 78977,
+ 79014
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 20
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 57
}
}
@@ -175402,16 +175725,16 @@
],
"kind": "let",
"range": [
- 78822,
- 78864
+ 78973,
+ 79015
],
"loc": {
"start": {
- "line": 2160,
+ "line": 2163,
"column": 16
},
"end": {
- "line": 2160,
+ "line": 2163,
"column": 58
}
}
@@ -175430,16 +175753,16 @@
"type": "Identifier",
"name": "rData",
"range": [
- 78881,
- 78886
+ 79032,
+ 79037
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 16
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 21
}
}
@@ -175449,31 +175772,31 @@
"value": 1,
"raw": "1",
"range": [
- 78887,
- 78888
+ 79038,
+ 79039
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 22
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 23
}
}
},
"range": [
- 78881,
- 78889
+ 79032,
+ 79040
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 16
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 24
}
}
@@ -175482,31 +175805,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 78890,
- 78894
+ 79041,
+ 79045
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 25
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 29
}
}
},
"range": [
- 78881,
- 78894
+ 79032,
+ 79045
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 16
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 29
}
}
@@ -175516,78 +175839,78 @@
"type": "Identifier",
"name": "cellData",
"range": [
- 78895,
- 78903
+ 79046,
+ 79054
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 30
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 38
}
}
}
],
"range": [
- 78881,
- 78904
+ 79032,
+ 79055
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 16
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 39
}
}
},
"range": [
- 78881,
- 78905
+ 79032,
+ 79056
],
"loc": {
"start": {
- "line": 2161,
+ "line": 2164,
"column": 16
},
"end": {
- "line": 2161,
+ "line": 2164,
"column": 40
}
}
}
],
"range": [
- 78804,
- 78919
+ 78955,
+ 79070
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 45
},
"end": {
- "line": 2162,
+ "line": 2165,
"column": 13
}
}
},
"range": [
- 78771,
- 78919
+ 78922,
+ 79070
],
"loc": {
"start": {
- "line": 2159,
+ "line": 2162,
"column": 12
},
"end": {
- "line": 2162,
+ "line": 2165,
"column": 13
}
}
@@ -175603,16 +175926,16 @@
"type": "Identifier",
"name": "filteredData",
"range": [
- 78932,
- 78944
+ 79083,
+ 79095
],
"loc": {
"start": {
- "line": 2163,
+ "line": 2166,
"column": 12
},
"end": {
- "line": 2163,
+ "line": 2166,
"column": 24
}
}
@@ -175621,31 +175944,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 78945,
- 78949
+ 79096,
+ 79100
],
"loc": {
"start": {
- "line": 2163,
+ "line": 2166,
"column": 25
},
"end": {
- "line": 2163,
+ "line": 2166,
"column": 29
}
}
},
"range": [
- 78932,
- 78949
+ 79083,
+ 79100
],
"loc": {
"start": {
- "line": 2163,
+ "line": 2166,
"column": 12
},
"end": {
- "line": 2163,
+ "line": 2166,
"column": 29
}
}
@@ -175655,78 +175978,78 @@
"type": "Identifier",
"name": "rData",
"range": [
- 78950,
- 78955
+ 79101,
+ 79106
],
"loc": {
"start": {
- "line": 2163,
+ "line": 2166,
"column": 30
},
"end": {
- "line": 2163,
+ "line": 2166,
"column": 35
}
}
}
],
"range": [
- 78932,
- 78956
+ 79083,
+ 79107
],
"loc": {
"start": {
- "line": 2163,
+ "line": 2166,
"column": 12
},
"end": {
- "line": 2163,
+ "line": 2166,
"column": 36
}
}
},
"range": [
- 78932,
- 78957
+ 79083,
+ 79108
],
"loc": {
"start": {
- "line": 2163,
+ "line": 2166,
"column": 12
},
"end": {
- "line": 2163,
+ "line": 2166,
"column": 37
}
}
}
],
"range": [
- 78643,
- 78967
+ 78794,
+ 79118
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 45
},
"end": {
- "line": 2164,
+ "line": 2167,
"column": 9
}
}
},
"range": [
- 78606,
- 78967
+ 78757,
+ 79118
],
"loc": {
"start": {
- "line": 2156,
+ "line": 2159,
"column": 8
},
"end": {
- "line": 2164,
+ "line": 2167,
"column": 9
}
}
@@ -175737,47 +176060,47 @@
"type": "Identifier",
"name": "filteredData",
"range": [
- 78983,
- 78995
+ 79134,
+ 79146
],
"loc": {
"start": {
- "line": 2165,
+ "line": 2168,
"column": 15
},
"end": {
- "line": 2165,
+ "line": 2168,
"column": 27
}
}
},
"range": [
- 78976,
- 78996
+ 79127,
+ 79147
],
"loc": {
"start": {
- "line": 2165,
+ "line": 2168,
"column": 8
},
"end": {
- "line": 2165,
+ "line": 2168,
"column": 28
}
}
}
],
"range": [
- 78277,
- 79002
+ 78428,
+ 79153
],
"loc": {
"start": {
- "line": 2144,
+ "line": 2147,
"column": 41
},
"end": {
- "line": 2166,
+ "line": 2169,
"column": 5
}
}
@@ -175785,16 +176108,16 @@
"generator": false,
"expression": false,
"range": [
- 78255,
- 79002
+ 78406,
+ 79153
],
"loc": {
"start": {
- "line": 2144,
+ "line": 2147,
"column": 19
},
"end": {
- "line": 2166,
+ "line": 2169,
"column": 5
}
}
@@ -175802,16 +176125,16 @@
"kind": "method",
"computed": false,
"range": [
- 78240,
- 79002
+ 78391,
+ 79153
],
"loc": {
"start": {
- "line": 2144,
+ "line": 2147,
"column": 4
},
"end": {
- "line": 2166,
+ "line": 2169,
"column": 5
}
},
@@ -175820,16 +176143,16 @@
"type": "Block",
"value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 77905,
- 78235
+ 78056,
+ 78386
],
"loc": {
"start": {
- "line": 2133,
+ "line": 2136,
"column": 4
},
"end": {
- "line": 2143,
+ "line": 2146,
"column": 7
}
}
@@ -175840,16 +176163,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 Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 79008,
- 79339
+ 79159,
+ 79490
],
"loc": {
"start": {
- "line": 2168,
+ "line": 2171,
"column": 4
},
"end": {
- "line": 2175,
+ "line": 2178,
"column": 7
}
}
@@ -175863,16 +176186,16 @@
"type": "Identifier",
"name": "getFilteredDataCol",
"range": [
- 79344,
- 79362
+ 79495,
+ 79513
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 4
},
"end": {
- "line": 2176,
+ "line": 2179,
"column": 22
}
}
@@ -175885,16 +176208,16 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 79363,
- 79371
+ 79514,
+ 79522
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 23
},
"end": {
- "line": 2176,
+ "line": 2179,
"column": 31
}
}
@@ -175905,16 +176228,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 79373,
- 79387
+ 79524,
+ 79538
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 33
},
"end": {
- "line": 2176,
+ "line": 2179,
"column": 47
}
}
@@ -175924,31 +176247,31 @@
"value": false,
"raw": "false",
"range": [
- 79388,
- 79393
+ 79539,
+ 79544
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 48
},
"end": {
- "line": 2176,
+ "line": 2179,
"column": 53
}
}
},
"range": [
- 79373,
- 79393
+ 79524,
+ 79544
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 33
},
"end": {
- "line": 2176,
+ "line": 2179,
"column": 53
}
}
@@ -175968,16 +176291,16 @@
"type": "Identifier",
"name": "Types",
"range": [
- 79407,
- 79412
+ 79558,
+ 79563
],
"loc": {
"start": {
- "line": 2177,
+ "line": 2180,
"column": 11
},
"end": {
- "line": 2177,
+ "line": 2180,
"column": 16
}
}
@@ -175986,31 +176309,31 @@
"type": "Identifier",
"name": "isUndef",
"range": [
- 79413,
- 79420
+ 79564,
+ 79571
],
"loc": {
"start": {
- "line": 2177,
+ "line": 2180,
"column": 17
},
"end": {
- "line": 2177,
+ "line": 2180,
"column": 24
}
}
},
"range": [
- 79407,
- 79420
+ 79558,
+ 79571
],
"loc": {
"start": {
- "line": 2177,
+ "line": 2180,
"column": 11
},
"end": {
- "line": 2177,
+ "line": 2180,
"column": 24
}
}
@@ -176020,32 +176343,32 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 79421,
- 79429
+ 79572,
+ 79580
],
"loc": {
"start": {
- "line": 2177,
+ "line": 2180,
"column": 25
},
"end": {
- "line": 2177,
+ "line": 2180,
"column": 33
}
}
}
],
"range": [
- 79407,
- 79430
+ 79558,
+ 79581
],
"loc": {
"start": {
- "line": 2177,
+ "line": 2180,
"column": 11
},
"end": {
- "line": 2177,
+ "line": 2180,
"column": 34
}
}
@@ -176059,63 +176382,63 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 79452,
- 79454
+ 79603,
+ 79605
],
"loc": {
"start": {
- "line": 2178,
+ "line": 2181,
"column": 19
},
"end": {
- "line": 2178,
+ "line": 2181,
"column": 21
}
}
},
"range": [
- 79445,
- 79455
+ 79596,
+ 79606
],
"loc": {
"start": {
- "line": 2178,
+ "line": 2181,
"column": 12
},
"end": {
- "line": 2178,
+ "line": 2181,
"column": 22
}
}
}
],
"range": [
- 79431,
- 79465
+ 79582,
+ 79616
],
"loc": {
"start": {
- "line": 2177,
+ "line": 2180,
"column": 35
},
"end": {
- "line": 2179,
+ "line": 2182,
"column": 9
}
}
},
"alternate": null,
"range": [
- 79404,
- 79465
+ 79555,
+ 79616
],
"loc": {
"start": {
- "line": 2177,
+ "line": 2180,
"column": 8
},
"end": {
- "line": 2179,
+ "line": 2182,
"column": 9
}
}
@@ -176129,16 +176452,16 @@
"type": "Identifier",
"name": "data",
"range": [
- 79478,
- 79482
+ 79629,
+ 79633
],
"loc": {
"start": {
- "line": 2180,
+ "line": 2183,
"column": 12
},
"end": {
- "line": 2180,
+ "line": 2183,
"column": 16
}
}
@@ -176151,16 +176474,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 79486,
- 79490
+ 79637,
+ 79641
],
"loc": {
"start": {
- "line": 2180,
+ "line": 2183,
"column": 20
},
"end": {
- "line": 2180,
+ "line": 2183,
"column": 24
}
}
@@ -176169,62 +176492,62 @@
"type": "Identifier",
"name": "getFilteredData",
"range": [
- 79491,
- 79506
+ 79642,
+ 79657
],
"loc": {
"start": {
- "line": 2180,
+ "line": 2183,
"column": 25
},
"end": {
- "line": 2180,
+ "line": 2183,
"column": 40
}
}
},
"range": [
- 79486,
- 79506
+ 79637,
+ 79657
],
"loc": {
"start": {
- "line": 2180,
+ "line": 2183,
"column": 20
},
"end": {
- "line": 2180,
+ "line": 2183,
"column": 40
}
}
},
"arguments": [],
"range": [
- 79486,
- 79508
+ 79637,
+ 79659
],
"loc": {
"start": {
- "line": 2180,
+ "line": 2183,
"column": 20
},
"end": {
- "line": 2180,
+ "line": 2183,
"column": 42
}
}
},
"range": [
- 79478,
- 79508
+ 79629,
+ 79659
],
"loc": {
"start": {
- "line": 2180,
+ "line": 2183,
"column": 12
},
"end": {
- "line": 2180,
+ "line": 2183,
"column": 42
}
}
@@ -176235,16 +176558,16 @@
"type": "Identifier",
"name": "colData",
"range": [
- 79522,
- 79529
+ 79673,
+ 79680
],
"loc": {
"start": {
- "line": 2181,
+ "line": 2184,
"column": 12
},
"end": {
- "line": 2181,
+ "line": 2184,
"column": 19
}
}
@@ -176253,31 +176576,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 79532,
- 79534
+ 79683,
+ 79685
],
"loc": {
"start": {
- "line": 2181,
+ "line": 2184,
"column": 22
},
"end": {
- "line": 2181,
+ "line": 2184,
"column": 24
}
}
},
"range": [
- 79522,
- 79534
+ 79673,
+ 79685
],
"loc": {
"start": {
- "line": 2181,
+ "line": 2184,
"column": 12
},
"end": {
- "line": 2181,
+ "line": 2184,
"column": 24
}
}
@@ -176285,16 +176608,16 @@
],
"kind": "let",
"range": [
- 79474,
- 79535
+ 79625,
+ 79686
],
"loc": {
"start": {
- "line": 2180,
+ "line": 2183,
"column": 8
},
"end": {
- "line": 2181,
+ "line": 2184,
"column": 25
}
}
@@ -176305,16 +176628,16 @@
"type": "Identifier",
"name": "includeHeaders",
"range": [
- 79547,
- 79561
+ 79698,
+ 79712
],
"loc": {
"start": {
- "line": 2182,
+ "line": 2185,
"column": 11
},
"end": {
- "line": 2182,
+ "line": 2185,
"column": 25
}
}
@@ -176333,16 +176656,16 @@
"type": "Identifier",
"name": "colData",
"range": [
- 79576,
- 79583
+ 79727,
+ 79734
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 12
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 19
}
}
@@ -176351,31 +176674,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 79584,
- 79588
+ 79735,
+ 79739
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 20
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 24
}
}
},
"range": [
- 79576,
- 79588
+ 79727,
+ 79739
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 12
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 24
}
}
@@ -176392,16 +176715,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 79589,
- 79593
+ 79740,
+ 79744
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 25
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 29
}
}
@@ -176410,47 +176733,47 @@
"type": "Identifier",
"name": "getHeadersText",
"range": [
- 79594,
- 79608
+ 79745,
+ 79759
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 30
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 44
}
}
},
"range": [
- 79589,
- 79608
+ 79740,
+ 79759
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 25
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 44
}
}
},
"arguments": [],
"range": [
- 79589,
- 79610
+ 79740,
+ 79761
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 25
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 46
}
}
@@ -176459,94 +176782,94 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 79611,
- 79619
+ 79762,
+ 79770
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 47
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 55
}
}
},
"range": [
- 79589,
- 79620
+ 79740,
+ 79771
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 25
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 56
}
}
}
],
"range": [
- 79576,
- 79621
+ 79727,
+ 79772
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 12
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 57
}
}
},
"range": [
- 79576,
- 79622
+ 79727,
+ 79773
],
"loc": {
"start": {
- "line": 2183,
+ "line": 2186,
"column": 12
},
"end": {
- "line": 2183,
+ "line": 2186,
"column": 58
}
}
}
],
"range": [
- 79562,
- 79632
+ 79713,
+ 79783
],
"loc": {
"start": {
- "line": 2182,
+ "line": 2185,
"column": 26
},
"end": {
- "line": 2184,
+ "line": 2187,
"column": 9
}
}
},
"alternate": null,
"range": [
- 79544,
- 79632
+ 79695,
+ 79783
],
"loc": {
"start": {
- "line": 2182,
+ "line": 2185,
"column": 8
},
"end": {
- "line": 2184,
+ "line": 2187,
"column": 9
}
}
@@ -176562,16 +176885,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 79649,
- 79650
+ 79800,
+ 79801
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 16
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 17
}
}
@@ -176581,31 +176904,31 @@
"value": 0,
"raw": "0",
"range": [
- 79651,
- 79652
+ 79802,
+ 79803
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 18
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 19
}
}
},
"range": [
- 79649,
- 79652
+ 79800,
+ 79803
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 16
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 19
}
}
@@ -176616,16 +176939,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 79654,
- 79657
+ 79805,
+ 79808
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 21
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 24
}
}
@@ -176637,16 +176960,16 @@
"type": "Identifier",
"name": "data",
"range": [
- 79658,
- 79662
+ 79809,
+ 79813
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 25
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 29
}
}
@@ -176655,46 +176978,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 79663,
- 79669
+ 79814,
+ 79820
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 30
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 36
}
}
},
"range": [
- 79658,
- 79669
+ 79809,
+ 79820
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 25
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 36
}
}
},
"range": [
- 79654,
- 79669
+ 79805,
+ 79820
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 21
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 36
}
}
@@ -176702,16 +177025,16 @@
],
"kind": "let",
"range": [
- 79645,
- 79669
+ 79796,
+ 79820
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 12
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 36
}
}
@@ -176723,16 +177046,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 79671,
- 79672
+ 79822,
+ 79823
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 38
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 39
}
}
@@ -176741,31 +177064,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 79673,
- 79676
+ 79824,
+ 79827
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 40
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 43
}
}
},
"range": [
- 79671,
- 79676
+ 79822,
+ 79827
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 38
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 43
}
}
@@ -176777,32 +177100,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 79678,
- 79679
+ 79829,
+ 79830
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 45
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 46
}
}
},
"prefix": false,
"range": [
- 79678,
- 79681
+ 79829,
+ 79832
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 45
},
"end": {
- "line": 2185,
+ "line": 2188,
"column": 48
}
}
@@ -176819,16 +177142,16 @@
"type": "Identifier",
"name": "r",
"range": [
- 79700,
- 79701
+ 79851,
+ 79852
],
"loc": {
"start": {
- "line": 2186,
+ "line": 2189,
"column": 16
},
"end": {
- "line": 2186,
+ "line": 2189,
"column": 17
}
}
@@ -176840,16 +177163,16 @@
"type": "Identifier",
"name": "data",
"range": [
- 79704,
- 79708
+ 79855,
+ 79859
],
"loc": {
"start": {
- "line": 2186,
+ "line": 2189,
"column": 20
},
"end": {
- "line": 2186,
+ "line": 2189,
"column": 24
}
}
@@ -176858,46 +177181,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 79709,
- 79710
+ 79860,
+ 79861
],
"loc": {
"start": {
- "line": 2186,
+ "line": 2189,
"column": 25
},
"end": {
- "line": 2186,
+ "line": 2189,
"column": 26
}
}
},
"range": [
- 79704,
- 79711
+ 79855,
+ 79862
],
"loc": {
"start": {
- "line": 2186,
+ "line": 2189,
"column": 20
},
"end": {
- "line": 2186,
+ "line": 2189,
"column": 27
}
}
},
"range": [
- 79700,
- 79711
+ 79851,
+ 79862
],
"loc": {
"start": {
- "line": 2186,
+ "line": 2189,
"column": 16
},
"end": {
- "line": 2186,
+ "line": 2189,
"column": 27
}
}
@@ -176908,16 +177231,16 @@
"type": "Identifier",
"name": "d",
"range": [
- 79774,
- 79775
+ 79925,
+ 79926
],
"loc": {
"start": {
- "line": 2188,
+ "line": 2191,
"column": 16
},
"end": {
- "line": 2188,
+ "line": 2191,
"column": 17
}
}
@@ -176929,16 +177252,16 @@
"type": "Identifier",
"name": "r",
"range": [
- 79778,
- 79779
+ 79929,
+ 79930
],
"loc": {
"start": {
- "line": 2188,
+ "line": 2191,
"column": 20
},
"end": {
- "line": 2188,
+ "line": 2191,
"column": 21
}
}
@@ -176948,46 +177271,46 @@
"value": 1,
"raw": "1",
"range": [
- 79780,
- 79781
+ 79931,
+ 79932
],
"loc": {
"start": {
- "line": 2188,
+ "line": 2191,
"column": 22
},
"end": {
- "line": 2188,
+ "line": 2191,
"column": 23
}
}
},
"range": [
- 79778,
- 79782
+ 79929,
+ 79933
],
"loc": {
"start": {
- "line": 2188,
+ "line": 2191,
"column": 20
},
"end": {
- "line": 2188,
+ "line": 2191,
"column": 24
}
}
},
"range": [
- 79774,
- 79782
+ 79925,
+ 79933
],
"loc": {
"start": {
- "line": 2188,
+ "line": 2191,
"column": 16
},
"end": {
- "line": 2188,
+ "line": 2191,
"column": 24
}
},
@@ -176996,16 +177319,16 @@
"type": "Line",
"value": "cols values of current row",
"range": [
- 79729,
- 79757
+ 79880,
+ 79908
],
"loc": {
"start": {
- "line": 2187,
+ "line": 2190,
"column": 16
},
"end": {
- "line": 2187,
+ "line": 2190,
"column": 44
}
}
@@ -177018,16 +177341,16 @@
"type": "Identifier",
"name": "c",
"range": [
- 79842,
- 79843
+ 79993,
+ 79994
],
"loc": {
"start": {
- "line": 2190,
+ "line": 2193,
"column": 16
},
"end": {
- "line": 2190,
+ "line": 2193,
"column": 17
}
}
@@ -177039,16 +177362,16 @@
"type": "Identifier",
"name": "d",
"range": [
- 79846,
- 79847
+ 79997,
+ 79998
],
"loc": {
"start": {
- "line": 2190,
+ "line": 2193,
"column": 20
},
"end": {
- "line": 2190,
+ "line": 2193,
"column": 21
}
}
@@ -177057,46 +177380,46 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 79848,
- 79856
+ 79999,
+ 80007
],
"loc": {
"start": {
- "line": 2190,
+ "line": 2193,
"column": 22
},
"end": {
- "line": 2190,
+ "line": 2193,
"column": 30
}
}
},
"range": [
- 79846,
- 79857
+ 79997,
+ 80008
],
"loc": {
"start": {
- "line": 2190,
+ "line": 2193,
"column": 20
},
"end": {
- "line": 2190,
+ "line": 2193,
"column": 31
}
}
},
"range": [
- 79842,
- 79857
+ 79993,
+ 80008
],
"loc": {
"start": {
- "line": 2190,
+ "line": 2193,
"column": 16
},
"end": {
- "line": 2190,
+ "line": 2193,
"column": 31
}
},
@@ -177105,16 +177428,16 @@
"type": "Line",
"value": "data of searched column",
"range": [
- 79800,
- 79825
+ 79951,
+ 79976
],
"loc": {
"start": {
- "line": 2189,
+ "line": 2192,
"column": 16
},
"end": {
- "line": 2189,
+ "line": 2192,
"column": 41
}
}
@@ -177124,16 +177447,16 @@
],
"kind": "let",
"range": [
- 79696,
- 79858
+ 79847,
+ 80009
],
"loc": {
"start": {
- "line": 2186,
+ "line": 2189,
"column": 12
},
"end": {
- "line": 2190,
+ "line": 2193,
"column": 32
}
}
@@ -177149,16 +177472,16 @@
"type": "Identifier",
"name": "colData",
"range": [
- 79871,
- 79878
+ 80022,
+ 80029
],
"loc": {
"start": {
- "line": 2191,
+ "line": 2194,
"column": 12
},
"end": {
- "line": 2191,
+ "line": 2194,
"column": 19
}
}
@@ -177167,31 +177490,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 79879,
- 79883
+ 80030,
+ 80034
],
"loc": {
"start": {
- "line": 2191,
+ "line": 2194,
"column": 20
},
"end": {
- "line": 2191,
+ "line": 2194,
"column": 24
}
}
},
"range": [
- 79871,
- 79883
+ 80022,
+ 80034
],
"loc": {
"start": {
- "line": 2191,
+ "line": 2194,
"column": 12
},
"end": {
- "line": 2191,
+ "line": 2194,
"column": 24
}
}
@@ -177201,78 +177524,78 @@
"type": "Identifier",
"name": "c",
"range": [
- 79884,
- 79885
+ 80035,
+ 80036
],
"loc": {
"start": {
- "line": 2191,
+ "line": 2194,
"column": 25
},
"end": {
- "line": 2191,
+ "line": 2194,
"column": 26
}
}
}
],
"range": [
- 79871,
- 79886
+ 80022,
+ 80037
],
"loc": {
"start": {
- "line": 2191,
+ "line": 2194,
"column": 12
},
"end": {
- "line": 2191,
+ "line": 2194,
"column": 27
}
}
},
"range": [
- 79871,
- 79887
+ 80022,
+ 80038
],
"loc": {
"start": {
- "line": 2191,
+ "line": 2194,
"column": 12
},
"end": {
- "line": 2191,
+ "line": 2194,
"column": 28
}
}
}
],
"range": [
- 79682,
- 79897
+ 79833,
+ 80048
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 49
},
"end": {
- "line": 2192,
+ "line": 2195,
"column": 9
}
}
},
"range": [
- 79641,
- 79897
+ 79792,
+ 80048
],
"loc": {
"start": {
- "line": 2185,
+ "line": 2188,
"column": 8
},
"end": {
- "line": 2192,
+ "line": 2195,
"column": 9
}
}
@@ -177283,47 +177606,47 @@
"type": "Identifier",
"name": "colData",
"range": [
- 79913,
- 79920
+ 80064,
+ 80071
],
"loc": {
"start": {
- "line": 2193,
+ "line": 2196,
"column": 15
},
"end": {
- "line": 2193,
+ "line": 2196,
"column": 22
}
}
},
"range": [
- 79906,
- 79921
+ 80057,
+ 80072
],
"loc": {
"start": {
- "line": 2193,
+ "line": 2196,
"column": 8
},
"end": {
- "line": 2193,
+ "line": 2196,
"column": 23
}
}
}
],
"range": [
- 79394,
- 79927
+ 79545,
+ 80078
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 54
},
"end": {
- "line": 2194,
+ "line": 2197,
"column": 5
}
}
@@ -177331,16 +177654,16 @@
"generator": false,
"expression": false,
"range": [
- 79362,
- 79927
+ 79513,
+ 80078
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 22
},
"end": {
- "line": 2194,
+ "line": 2197,
"column": 5
}
}
@@ -177348,16 +177671,16 @@
"kind": "method",
"computed": false,
"range": [
- 79344,
- 79927
+ 79495,
+ 80078
],
"loc": {
"start": {
- "line": 2176,
+ "line": 2179,
"column": 4
},
"end": {
- "line": 2194,
+ "line": 2197,
"column": 5
}
},
@@ -177366,16 +177689,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 Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 79008,
- 79339
+ 79159,
+ 79490
],
"loc": {
"start": {
- "line": 2168,
+ "line": 2171,
"column": 4
},
"end": {
- "line": 2175,
+ "line": 2178,
"column": 7
}
}
@@ -177386,16 +177709,16 @@
"type": "Block",
"value": "*\n * Get the display value of a row\n * @param {RowElement} DOM element of the row\n * @return {String} Usually 'none' or ''\n ",
"range": [
- 79933,
- 80082
+ 80084,
+ 80233
],
"loc": {
"start": {
- "line": 2196,
+ "line": 2199,
"column": 4
},
"end": {
- "line": 2200,
+ "line": 2203,
"column": 7
}
}
@@ -177409,16 +177732,16 @@
"type": "Identifier",
"name": "getRowDisplay",
"range": [
- 80087,
- 80100
+ 80238,
+ 80251
],
"loc": {
"start": {
- "line": 2201,
+ "line": 2204,
"column": 4
},
"end": {
- "line": 2201,
+ "line": 2204,
"column": 17
}
}
@@ -177431,16 +177754,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 80101,
- 80104
+ 80252,
+ 80255
],
"loc": {
"start": {
- "line": 2201,
+ "line": 2204,
"column": 18
},
"end": {
- "line": 2201,
+ "line": 2204,
"column": 21
}
}
@@ -177463,16 +177786,16 @@
"type": "Identifier",
"name": "Types",
"range": [
- 80119,
- 80124
+ 80270,
+ 80275
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 12
},
"end": {
- "line": 2202,
+ "line": 2205,
"column": 17
}
}
@@ -177481,31 +177804,31 @@
"type": "Identifier",
"name": "isObj",
"range": [
- 80125,
- 80130
+ 80276,
+ 80281
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 18
},
"end": {
- "line": 2202,
+ "line": 2205,
"column": 23
}
}
},
"range": [
- 80119,
- 80130
+ 80270,
+ 80281
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 12
},
"end": {
- "line": 2202,
+ "line": 2205,
"column": 23
}
}
@@ -177515,48 +177838,48 @@
"type": "Identifier",
"name": "row",
"range": [
- 80131,
- 80134
+ 80282,
+ 80285
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 24
},
"end": {
- "line": 2202,
+ "line": 2205,
"column": 27
}
}
}
],
"range": [
- 80119,
- 80135
+ 80270,
+ 80286
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 12
},
"end": {
- "line": 2202,
+ "line": 2205,
"column": 28
}
}
},
"prefix": true,
"range": [
- 80118,
- 80135
+ 80269,
+ 80286
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 11
},
"end": {
- "line": 2202,
+ "line": 2205,
"column": 28
}
}
@@ -177571,63 +177894,63 @@
"value": null,
"raw": "null",
"range": [
- 80157,
- 80161
+ 80308,
+ 80312
],
"loc": {
"start": {
- "line": 2203,
+ "line": 2206,
"column": 19
},
"end": {
- "line": 2203,
+ "line": 2206,
"column": 23
}
}
},
"range": [
- 80150,
- 80162
+ 80301,
+ 80313
],
"loc": {
"start": {
- "line": 2203,
+ "line": 2206,
"column": 12
},
"end": {
- "line": 2203,
+ "line": 2206,
"column": 24
}
}
}
],
"range": [
- 80136,
- 80172
+ 80287,
+ 80323
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 29
},
"end": {
- "line": 2204,
+ "line": 2207,
"column": 9
}
}
},
"alternate": null,
"range": [
- 80115,
- 80172
+ 80266,
+ 80323
],
"loc": {
"start": {
- "line": 2202,
+ "line": 2205,
"column": 8
},
"end": {
- "line": 2204,
+ "line": 2207,
"column": 9
}
}
@@ -177644,16 +177967,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 80188,
- 80191
+ 80339,
+ 80342
],
"loc": {
"start": {
- "line": 2205,
+ "line": 2208,
"column": 15
},
"end": {
- "line": 2205,
+ "line": 2208,
"column": 18
}
}
@@ -177662,31 +177985,31 @@
"type": "Identifier",
"name": "style",
"range": [
- 80192,
- 80197
+ 80343,
+ 80348
],
"loc": {
"start": {
- "line": 2205,
+ "line": 2208,
"column": 19
},
"end": {
- "line": 2205,
+ "line": 2208,
"column": 24
}
}
},
"range": [
- 80188,
- 80197
+ 80339,
+ 80348
],
"loc": {
"start": {
- "line": 2205,
+ "line": 2208,
"column": 15
},
"end": {
- "line": 2205,
+ "line": 2208,
"column": 24
}
}
@@ -177695,62 +178018,62 @@
"type": "Identifier",
"name": "display",
"range": [
- 80198,
- 80205
+ 80349,
+ 80356
],
"loc": {
"start": {
- "line": 2205,
+ "line": 2208,
"column": 25
},
"end": {
- "line": 2205,
+ "line": 2208,
"column": 32
}
}
},
"range": [
- 80188,
- 80205
+ 80339,
+ 80356
],
"loc": {
"start": {
- "line": 2205,
+ "line": 2208,
"column": 15
},
"end": {
- "line": 2205,
+ "line": 2208,
"column": 32
}
}
},
"range": [
- 80181,
- 80206
+ 80332,
+ 80357
],
"loc": {
"start": {
- "line": 2205,
+ "line": 2208,
"column": 8
},
"end": {
- "line": 2205,
+ "line": 2208,
"column": 33
}
}
}
],
"range": [
- 80105,
- 80212
+ 80256,
+ 80363
],
"loc": {
"start": {
- "line": 2201,
+ "line": 2204,
"column": 22
},
"end": {
- "line": 2206,
+ "line": 2209,
"column": 5
}
}
@@ -177758,16 +178081,16 @@
"generator": false,
"expression": false,
"range": [
- 80100,
- 80212
+ 80251,
+ 80363
],
"loc": {
"start": {
- "line": 2201,
+ "line": 2204,
"column": 17
},
"end": {
- "line": 2206,
+ "line": 2209,
"column": 5
}
}
@@ -177775,16 +178098,16 @@
"kind": "method",
"computed": false,
"range": [
- 80087,
- 80212
+ 80238,
+ 80363
],
"loc": {
"start": {
- "line": 2201,
+ "line": 2204,
"column": 4
},
"end": {
- "line": 2206,
+ "line": 2209,
"column": 5
}
},
@@ -177793,16 +178116,16 @@
"type": "Block",
"value": "*\n * Get the display value of a row\n * @param {RowElement} DOM element of the row\n * @return {String} Usually 'none' or ''\n ",
"range": [
- 79933,
- 80082
+ 80084,
+ 80233
],
"loc": {
"start": {
- "line": 2196,
+ "line": 2199,
"column": 4
},
"end": {
- "line": 2200,
+ "line": 2203,
"column": 7
}
}
@@ -177813,16 +178136,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": [
- 80218,
- 80391
+ 80369,
+ 80542
],
"loc": {
"start": {
- "line": 2208,
+ "line": 2211,
"column": 4
},
"end": {
- "line": 2212,
+ "line": 2215,
"column": 7
}
}
@@ -177836,16 +178159,16 @@
"type": "Identifier",
"name": "validateRow",
"range": [
- 80396,
- 80407
+ 80547,
+ 80558
],
"loc": {
"start": {
- "line": 2213,
+ "line": 2216,
"column": 4
},
"end": {
- "line": 2213,
+ "line": 2216,
"column": 15
}
}
@@ -177858,16 +178181,16 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 80408,
- 80416
+ 80559,
+ 80567
],
"loc": {
"start": {
- "line": 2213,
+ "line": 2216,
"column": 16
},
"end": {
- "line": 2213,
+ "line": 2216,
"column": 24
}
}
@@ -177876,16 +178199,16 @@
"type": "Identifier",
"name": "isValid",
"range": [
- 80418,
- 80425
+ 80569,
+ 80576
],
"loc": {
"start": {
- "line": 2213,
+ "line": 2216,
"column": 26
},
"end": {
- "line": 2213,
+ "line": 2216,
"column": 33
}
}
@@ -177903,16 +178226,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 80440,
- 80443
+ 80591,
+ 80594
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 12
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 15
}
}
@@ -177929,16 +178252,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 80446,
- 80450
+ 80597,
+ 80601
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 18
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 22
}
}
@@ -177947,31 +178270,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 80451,
- 80454
+ 80602,
+ 80605
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 23
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 26
}
}
},
"range": [
- 80446,
- 80454
+ 80597,
+ 80605
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 18
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 26
}
}
@@ -177980,31 +178303,31 @@
"type": "Identifier",
"name": "rows",
"range": [
- 80455,
- 80459
+ 80606,
+ 80610
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 27
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 31
}
}
},
"range": [
- 80446,
- 80459
+ 80597,
+ 80610
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 18
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 31
}
}
@@ -178013,46 +178336,46 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 80460,
- 80468
+ 80611,
+ 80619
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 32
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 40
}
}
},
"range": [
- 80446,
- 80469
+ 80597,
+ 80620
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 18
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 41
}
}
},
"range": [
- 80440,
- 80469
+ 80591,
+ 80620
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 12
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 41
}
}
@@ -178060,16 +178383,16 @@
],
"kind": "let",
"range": [
- 80436,
- 80470
+ 80587,
+ 80621
],
"loc": {
"start": {
- "line": 2214,
+ "line": 2217,
"column": 8
},
"end": {
- "line": 2214,
+ "line": 2217,
"column": 42
}
}
@@ -178086,32 +178409,32 @@
"type": "Identifier",
"name": "row",
"range": [
- 80483,
- 80486
+ 80634,
+ 80637
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 12
},
"end": {
- "line": 2215,
+ "line": 2218,
"column": 15
}
}
},
"prefix": true,
"range": [
- 80482,
- 80486
+ 80633,
+ 80637
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 11
},
"end": {
- "line": 2215,
+ "line": 2218,
"column": 15
}
}
@@ -178126,32 +178449,32 @@
"type": "Identifier",
"name": "isValid",
"range": [
- 80497,
- 80504
+ 80648,
+ 80655
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 26
},
"end": {
- "line": 2215,
+ "line": 2218,
"column": 33
}
}
},
"prefix": true,
"range": [
- 80490,
- 80504
+ 80641,
+ 80655
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 19
},
"end": {
- "line": 2215,
+ "line": 2218,
"column": 33
}
}
@@ -178161,46 +178484,46 @@
"value": "boolean",
"raw": "'boolean'",
"range": [
- 80509,
- 80518
+ 80660,
+ 80669
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 38
},
"end": {
- "line": 2215,
+ "line": 2218,
"column": 47
}
}
},
"range": [
- 80490,
- 80518
+ 80641,
+ 80669
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 19
},
"end": {
- "line": 2215,
+ "line": 2218,
"column": 47
}
}
},
"range": [
- 80482,
- 80518
+ 80633,
+ 80669
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 11
},
"end": {
- "line": 2215,
+ "line": 2218,
"column": 47
}
}
@@ -178212,48 +178535,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 80533,
- 80540
+ 80684,
+ 80691
],
"loc": {
"start": {
- "line": 2216,
+ "line": 2219,
"column": 12
},
"end": {
- "line": 2216,
+ "line": 2219,
"column": 19
}
}
}
],
"range": [
- 80519,
- 80550
+ 80670,
+ 80701
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 48
},
"end": {
- "line": 2217,
+ "line": 2220,
"column": 9
}
}
},
"alternate": null,
"range": [
- 80479,
- 80550
+ 80630,
+ 80701
],
"loc": {
"start": {
- "line": 2215,
+ "line": 2218,
"column": 8
},
"end": {
- "line": 2217,
+ "line": 2220,
"column": 9
}
},
@@ -178262,16 +178585,16 @@
"type": "Line",
"value": " always visible rows are valid",
"range": [
- 80560,
- 80592
+ 80711,
+ 80743
],
"loc": {
"start": {
- "line": 2219,
+ "line": 2222,
"column": 8
},
"end": {
- "line": 2219,
+ "line": 2222,
"column": 40
}
}
@@ -178289,16 +178612,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 80604,
- 80608
+ 80755,
+ 80759
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 11
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 15
}
}
@@ -178307,31 +178630,31 @@
"type": "Identifier",
"name": "hasVisibleRows",
"range": [
- 80609,
- 80623
+ 80760,
+ 80774
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 16
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 30
}
}
},
"range": [
- 80604,
- 80623
+ 80755,
+ 80774
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 11
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 30
}
}
@@ -178350,16 +178673,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 80627,
- 80631
+ 80778,
+ 80782
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 34
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 38
}
}
@@ -178368,31 +178691,31 @@
"type": "Identifier",
"name": "visibleRows",
"range": [
- 80632,
- 80643
+ 80783,
+ 80794
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 39
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 50
}
}
},
"range": [
- 80627,
- 80643
+ 80778,
+ 80794
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 34
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 50
}
}
@@ -178401,31 +178724,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 80644,
- 80651
+ 80795,
+ 80802
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 51
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 58
}
}
},
"range": [
- 80627,
- 80651
+ 80778,
+ 80802
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 34
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 58
}
}
@@ -178435,32 +178758,32 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 80652,
- 80660
+ 80803,
+ 80811
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 59
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 67
}
}
}
],
"range": [
- 80627,
- 80661
+ 80778,
+ 80812
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 34
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 68
}
}
@@ -178473,62 +178796,62 @@
"value": 1,
"raw": "1",
"range": [
- 80667,
- 80668
+ 80818,
+ 80819
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 74
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 75
}
}
},
"prefix": true,
"range": [
- 80666,
- 80668
+ 80817,
+ 80819
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 73
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 75
}
}
},
"range": [
- 80627,
- 80668
+ 80778,
+ 80819
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 34
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 75
}
}
},
"range": [
- 80604,
- 80668
+ 80755,
+ 80819
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 11
},
"end": {
- "line": 2220,
+ "line": 2223,
"column": 75
}
}
@@ -178545,16 +178868,16 @@
"type": "Identifier",
"name": "isValid",
"range": [
- 80683,
- 80690
+ 80834,
+ 80841
],
"loc": {
"start": {
- "line": 2221,
+ "line": 2224,
"column": 12
},
"end": {
- "line": 2221,
+ "line": 2224,
"column": 19
}
}
@@ -178564,78 +178887,78 @@
"value": true,
"raw": "true",
"range": [
- 80693,
- 80697
+ 80844,
+ 80848
],
"loc": {
"start": {
- "line": 2221,
+ "line": 2224,
"column": 22
},
"end": {
- "line": 2221,
+ "line": 2224,
"column": 26
}
}
},
"range": [
- 80683,
- 80697
+ 80834,
+ 80848
],
"loc": {
"start": {
- "line": 2221,
+ "line": 2224,
"column": 12
},
"end": {
- "line": 2221,
+ "line": 2224,
"column": 26
}
}
},
"range": [
- 80683,
- 80698
+ 80834,
+ 80849
],
"loc": {
"start": {
- "line": 2221,
+ "line": 2224,
"column": 12
},
"end": {
- "line": 2221,
+ "line": 2224,
"column": 27
}
}
}
],
"range": [
- 80669,
- 80708
+ 80820,
+ 80859
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 76
},
"end": {
- "line": 2222,
+ "line": 2225,
"column": 9
}
}
},
"alternate": null,
"range": [
- 80601,
- 80708
+ 80752,
+ 80859
],
"loc": {
"start": {
- "line": 2220,
+ "line": 2223,
"column": 8
},
"end": {
- "line": 2222,
+ "line": 2225,
"column": 9
}
},
@@ -178644,16 +178967,16 @@
"type": "Line",
"value": " always visible rows are valid",
"range": [
- 80560,
- 80592
+ 80711,
+ 80743
],
"loc": {
"start": {
- "line": 2219,
+ "line": 2222,
"column": 8
},
"end": {
- "line": 2219,
+ "line": 2222,
"column": 40
}
}
@@ -178669,16 +178992,16 @@
"type": "Identifier",
"name": "displayFlag",
"range": [
- 80722,
- 80733
+ 80873,
+ 80884
],
"loc": {
"start": {
- "line": 2224,
+ "line": 2227,
"column": 12
},
"end": {
- "line": 2224,
+ "line": 2227,
"column": 23
}
}
@@ -178689,16 +179012,16 @@
"type": "Identifier",
"name": "isValid",
"range": [
- 80736,
- 80743
+ 80887,
+ 80894
],
"loc": {
"start": {
- "line": 2224,
+ "line": 2227,
"column": 26
},
"end": {
- "line": 2224,
+ "line": 2227,
"column": 33
}
}
@@ -178708,16 +179031,16 @@
"value": "",
"raw": "''",
"range": [
- 80746,
- 80748
+ 80897,
+ 80899
],
"loc": {
"start": {
- "line": 2224,
+ "line": 2227,
"column": 36
},
"end": {
- "line": 2224,
+ "line": 2227,
"column": 38
}
}
@@ -178727,46 +179050,46 @@
"value": "none",
"raw": "'none'",
"range": [
- 80751,
- 80757
+ 80902,
+ 80908
],
"loc": {
"start": {
- "line": 2224,
+ "line": 2227,
"column": 41
},
"end": {
- "line": 2224,
+ "line": 2227,
"column": 47
}
}
},
"range": [
- 80736,
- 80757
+ 80887,
+ 80908
],
"loc": {
"start": {
- "line": 2224,
+ "line": 2227,
"column": 26
},
"end": {
- "line": 2224,
+ "line": 2227,
"column": 47
}
}
},
"range": [
- 80722,
- 80757
+ 80873,
+ 80908
],
"loc": {
"start": {
- "line": 2224,
+ "line": 2227,
"column": 12
},
"end": {
- "line": 2224,
+ "line": 2227,
"column": 47
}
}
@@ -178777,16 +179100,16 @@
"type": "Identifier",
"name": "validFlag",
"range": [
- 80771,
- 80780
+ 80922,
+ 80931
],
"loc": {
"start": {
- "line": 2225,
+ "line": 2228,
"column": 12
},
"end": {
- "line": 2225,
+ "line": 2228,
"column": 21
}
}
@@ -178797,16 +179120,16 @@
"type": "Identifier",
"name": "isValid",
"range": [
- 80783,
- 80790
+ 80934,
+ 80941
],
"loc": {
"start": {
- "line": 2225,
+ "line": 2228,
"column": 24
},
"end": {
- "line": 2225,
+ "line": 2228,
"column": 31
}
}
@@ -178816,16 +179139,16 @@
"value": "true",
"raw": "'true'",
"range": [
- 80793,
- 80799
+ 80944,
+ 80950
],
"loc": {
"start": {
- "line": 2225,
+ "line": 2228,
"column": 34
},
"end": {
- "line": 2225,
+ "line": 2228,
"column": 40
}
}
@@ -178835,46 +179158,46 @@
"value": "false",
"raw": "'false'",
"range": [
- 80802,
- 80809
+ 80953,
+ 80960
],
"loc": {
"start": {
- "line": 2225,
+ "line": 2228,
"column": 43
},
"end": {
- "line": 2225,
+ "line": 2228,
"column": 50
}
}
},
"range": [
- 80783,
- 80809
+ 80934,
+ 80960
],
"loc": {
"start": {
- "line": 2225,
+ "line": 2228,
"column": 24
},
"end": {
- "line": 2225,
+ "line": 2228,
"column": 50
}
}
},
"range": [
- 80771,
- 80809
+ 80922,
+ 80960
],
"loc": {
"start": {
- "line": 2225,
+ "line": 2228,
"column": 12
},
"end": {
- "line": 2225,
+ "line": 2228,
"column": 50
}
}
@@ -178882,16 +179205,16 @@
],
"kind": "let",
"range": [
- 80718,
- 80810
+ 80869,
+ 80961
],
"loc": {
"start": {
- "line": 2224,
+ "line": 2227,
"column": 8
},
"end": {
- "line": 2225,
+ "line": 2228,
"column": 51
}
}
@@ -178911,16 +179234,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 80819,
- 80822
+ 80970,
+ 80973
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 8
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 11
}
}
@@ -178929,31 +179252,31 @@
"type": "Identifier",
"name": "style",
"range": [
- 80823,
- 80828
+ 80974,
+ 80979
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 12
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 17
}
}
},
"range": [
- 80819,
- 80828
+ 80970,
+ 80979
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 8
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 17
}
}
@@ -178962,31 +179285,31 @@
"type": "Identifier",
"name": "display",
"range": [
- 80829,
- 80836
+ 80980,
+ 80987
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 18
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 25
}
}
},
"range": [
- 80819,
- 80836
+ 80970,
+ 80987
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 8
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 25
}
}
@@ -178995,46 +179318,46 @@
"type": "Identifier",
"name": "displayFlag",
"range": [
- 80839,
- 80850
+ 80990,
+ 81001
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 28
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 39
}
}
},
"range": [
- 80819,
- 80850
+ 80970,
+ 81001
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 8
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 39
}
}
},
"range": [
- 80819,
- 80851
+ 80970,
+ 81002
],
"loc": {
"start": {
- "line": 2226,
+ "line": 2229,
"column": 8
},
"end": {
- "line": 2226,
+ "line": 2229,
"column": 40
}
}
@@ -179047,16 +179370,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 80864,
- 80868
+ 81015,
+ 81019
],
"loc": {
"start": {
- "line": 2228,
+ "line": 2231,
"column": 11
},
"end": {
- "line": 2228,
+ "line": 2231,
"column": 15
}
}
@@ -179065,31 +179388,31 @@
"type": "Identifier",
"name": "paging",
"range": [
- 80869,
- 80875
+ 81020,
+ 81026
],
"loc": {
"start": {
- "line": 2228,
+ "line": 2231,
"column": 16
},
"end": {
- "line": 2228,
+ "line": 2231,
"column": 22
}
}
},
"range": [
- 80864,
- 80875
+ 81015,
+ 81026
],
"loc": {
"start": {
- "line": 2228,
+ "line": 2231,
"column": 11
},
"end": {
- "line": 2228,
+ "line": 2231,
"column": 22
}
}
@@ -179108,16 +179431,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 80890,
- 80893
+ 81041,
+ 81044
],
"loc": {
"start": {
- "line": 2229,
+ "line": 2232,
"column": 12
},
"end": {
- "line": 2229,
+ "line": 2232,
"column": 15
}
}
@@ -179126,31 +179449,31 @@
"type": "Identifier",
"name": "setAttribute",
"range": [
- 80894,
- 80906
+ 81045,
+ 81057
],
"loc": {
"start": {
- "line": 2229,
+ "line": 2232,
"column": 16
},
"end": {
- "line": 2229,
+ "line": 2232,
"column": 28
}
}
},
"range": [
- 80890,
- 80906
+ 81041,
+ 81057
],
"loc": {
"start": {
- "line": 2229,
+ "line": 2232,
"column": 12
},
"end": {
- "line": 2229,
+ "line": 2232,
"column": 28
}
}
@@ -179161,16 +179484,16 @@
"value": "validRow",
"raw": "'validRow'",
"range": [
- 80907,
- 80917
+ 81058,
+ 81068
],
"loc": {
"start": {
- "line": 2229,
+ "line": 2232,
"column": 29
},
"end": {
- "line": 2229,
+ "line": 2232,
"column": 39
}
}
@@ -179179,95 +179502,95 @@
"type": "Identifier",
"name": "validFlag",
"range": [
- 80919,
- 80928
+ 81070,
+ 81079
],
"loc": {
"start": {
- "line": 2229,
+ "line": 2232,
"column": 41
},
"end": {
- "line": 2229,
+ "line": 2232,
"column": 50
}
}
}
],
"range": [
- 80890,
- 80929
+ 81041,
+ 81080
],
"loc": {
"start": {
- "line": 2229,
+ "line": 2232,
"column": 12
},
"end": {
- "line": 2229,
+ "line": 2232,
"column": 51
}
}
},
"range": [
- 80890,
- 80930
+ 81041,
+ 81081
],
"loc": {
"start": {
- "line": 2229,
+ "line": 2232,
"column": 12
},
"end": {
- "line": 2229,
+ "line": 2232,
"column": 52
}
}
}
],
"range": [
- 80876,
- 80940
+ 81027,
+ 81091
],
"loc": {
"start": {
- "line": 2228,
+ "line": 2231,
"column": 23
},
"end": {
- "line": 2230,
+ "line": 2233,
"column": 9
}
}
},
"alternate": null,
"range": [
- 80861,
- 80940
+ 81012,
+ 81091
],
"loc": {
"start": {
- "line": 2228,
+ "line": 2231,
"column": 8
},
"end": {
- "line": 2230,
+ "line": 2233,
"column": 9
}
}
}
],
"range": [
- 80426,
- 80946
+ 80577,
+ 81097
],
"loc": {
"start": {
- "line": 2213,
+ "line": 2216,
"column": 34
},
"end": {
- "line": 2231,
+ "line": 2234,
"column": 5
}
}
@@ -179275,16 +179598,16 @@
"generator": false,
"expression": false,
"range": [
- 80407,
- 80946
+ 80558,
+ 81097
],
"loc": {
"start": {
- "line": 2213,
+ "line": 2216,
"column": 15
},
"end": {
- "line": 2231,
+ "line": 2234,
"column": 5
}
}
@@ -179292,16 +179615,16 @@
"kind": "method",
"computed": false,
"range": [
- 80396,
- 80946
+ 80547,
+ 81097
],
"loc": {
"start": {
- "line": 2213,
+ "line": 2216,
"column": 4
},
"end": {
- "line": 2231,
+ "line": 2234,
"column": 5
}
},
@@ -179310,16 +179633,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": [
- 80218,
- 80391
+ 80369,
+ 80542
],
"loc": {
"start": {
- "line": 2208,
+ "line": 2211,
"column": 4
},
"end": {
- "line": 2212,
+ "line": 2215,
"column": 7
}
}
@@ -179330,16 +179653,16 @@
"type": "Block",
"value": "*\n * Validate all filterable rows\n ",
"range": [
- 80952,
- 80999
+ 81103,
+ 81150
],
"loc": {
"start": {
- "line": 2233,
+ "line": 2236,
"column": 4
},
"end": {
- "line": 2235,
+ "line": 2238,
"column": 7
}
}
@@ -179353,16 +179676,16 @@
"type": "Identifier",
"name": "validateAllRows",
"range": [
- 81004,
- 81019
+ 81155,
+ 81170
],
"loc": {
"start": {
- "line": 2236,
+ "line": 2239,
"column": 4
},
"end": {
- "line": 2236,
+ "line": 2239,
"column": 19
}
}
@@ -179385,16 +179708,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81035,
- 81039
+ 81186,
+ 81190
],
"loc": {
"start": {
- "line": 2237,
+ "line": 2240,
"column": 12
},
"end": {
- "line": 2237,
+ "line": 2240,
"column": 16
}
}
@@ -179403,47 +179726,47 @@
"type": "Identifier",
"name": "_hasGrid",
"range": [
- 81040,
- 81048
+ 81191,
+ 81199
],
"loc": {
"start": {
- "line": 2237,
+ "line": 2240,
"column": 17
},
"end": {
- "line": 2237,
+ "line": 2240,
"column": 25
}
}
},
"range": [
- 81035,
- 81048
+ 81186,
+ 81199
],
"loc": {
"start": {
- "line": 2237,
+ "line": 2240,
"column": 12
},
"end": {
- "line": 2237,
+ "line": 2240,
"column": 25
}
}
},
"prefix": true,
"range": [
- 81034,
- 81048
+ 81185,
+ 81199
],
"loc": {
"start": {
- "line": 2237,
+ "line": 2240,
"column": 11
},
"end": {
- "line": 2237,
+ "line": 2240,
"column": 25
}
}
@@ -179455,48 +179778,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 81063,
- 81070
+ 81214,
+ 81221
],
"loc": {
"start": {
- "line": 2238,
+ "line": 2241,
"column": 12
},
"end": {
- "line": 2238,
+ "line": 2241,
"column": 19
}
}
}
],
"range": [
- 81049,
- 81080
+ 81200,
+ 81231
],
"loc": {
"start": {
- "line": 2237,
+ "line": 2240,
"column": 26
},
"end": {
- "line": 2239,
+ "line": 2242,
"column": 9
}
}
},
"alternate": null,
"range": [
- 81031,
- 81080
+ 81182,
+ 81231
],
"loc": {
"start": {
- "line": 2237,
+ "line": 2240,
"column": 8
},
"end": {
- "line": 2239,
+ "line": 2242,
"column": 9
}
}
@@ -179512,16 +179835,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81089,
- 81093
+ 81240,
+ 81244
],
"loc": {
"start": {
- "line": 2240,
+ "line": 2243,
"column": 8
},
"end": {
- "line": 2240,
+ "line": 2243,
"column": 12
}
}
@@ -179530,31 +179853,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 81094,
- 81108
+ 81245,
+ 81259
],
"loc": {
"start": {
- "line": 2240,
+ "line": 2243,
"column": 13
},
"end": {
- "line": 2240,
+ "line": 2243,
"column": 27
}
}
},
"range": [
- 81089,
- 81108
+ 81240,
+ 81259
],
"loc": {
"start": {
- "line": 2240,
+ "line": 2243,
"column": 8
},
"end": {
- "line": 2240,
+ "line": 2243,
"column": 27
}
}
@@ -179563,46 +179886,46 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 81111,
- 81113
+ 81262,
+ 81264
],
"loc": {
"start": {
- "line": 2240,
+ "line": 2243,
"column": 30
},
"end": {
- "line": 2240,
+ "line": 2243,
"column": 32
}
}
},
"range": [
- 81089,
- 81113
+ 81240,
+ 81264
],
"loc": {
"start": {
- "line": 2240,
+ "line": 2243,
"column": 8
},
"end": {
- "line": 2240,
+ "line": 2243,
"column": 32
}
}
},
"range": [
- 81089,
- 81114
+ 81240,
+ 81265
],
"loc": {
"start": {
- "line": 2240,
+ "line": 2243,
"column": 8
},
"end": {
- "line": 2240,
+ "line": 2243,
"column": 33
}
}
@@ -179618,16 +179941,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 81131,
- 81132
+ 81282,
+ 81283
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 16
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 17
}
}
@@ -179638,16 +179961,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81133,
- 81137
+ 81284,
+ 81288
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 18
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 22
}
}
@@ -179656,46 +179979,46 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 81138,
- 81144
+ 81289,
+ 81295
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 23
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 29
}
}
},
"range": [
- 81133,
- 81144
+ 81284,
+ 81295
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 18
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 29
}
}
},
"range": [
- 81131,
- 81144
+ 81282,
+ 81295
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 16
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 29
}
}
@@ -179703,16 +180026,16 @@
],
"kind": "let",
"range": [
- 81127,
- 81144
+ 81278,
+ 81295
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 12
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 29
}
}
@@ -179724,16 +180047,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 81146,
- 81147
+ 81297,
+ 81298
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 31
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 32
}
}
@@ -179744,16 +180067,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81148,
- 81152
+ 81299,
+ 81303
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 33
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 37
}
}
@@ -179762,46 +180085,46 @@
"type": "Identifier",
"name": "nbFilterableRows",
"range": [
- 81153,
- 81169
+ 81304,
+ 81320
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 38
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 54
}
}
},
"range": [
- 81148,
- 81169
+ 81299,
+ 81320
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 33
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 54
}
}
},
"range": [
- 81146,
- 81169
+ 81297,
+ 81320
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 31
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 54
}
}
@@ -179813,32 +180136,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 81171,
- 81172
+ 81322,
+ 81323
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 56
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 57
}
}
},
"prefix": false,
"range": [
- 81171,
- 81174
+ 81322,
+ 81325
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 56
},
"end": {
- "line": 2241,
+ "line": 2244,
"column": 59
}
}
@@ -179856,16 +180179,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81189,
- 81193
+ 81340,
+ 81344
],
"loc": {
"start": {
- "line": 2242,
+ "line": 2245,
"column": 12
},
"end": {
- "line": 2242,
+ "line": 2245,
"column": 16
}
}
@@ -179874,31 +180197,31 @@
"type": "Identifier",
"name": "validateRow",
"range": [
- 81194,
- 81205
+ 81345,
+ 81356
],
"loc": {
"start": {
- "line": 2242,
+ "line": 2245,
"column": 17
},
"end": {
- "line": 2242,
+ "line": 2245,
"column": 28
}
}
},
"range": [
- 81189,
- 81205
+ 81340,
+ 81356
],
"loc": {
"start": {
- "line": 2242,
+ "line": 2245,
"column": 12
},
"end": {
- "line": 2242,
+ "line": 2245,
"column": 28
}
}
@@ -179908,16 +180231,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 81206,
- 81207
+ 81357,
+ 81358
],
"loc": {
"start": {
- "line": 2242,
+ "line": 2245,
"column": 29
},
"end": {
- "line": 2242,
+ "line": 2245,
"column": 30
}
}
@@ -179927,47 +180250,47 @@
"value": true,
"raw": "true",
"range": [
- 81209,
- 81213
+ 81360,
+ 81364
],
"loc": {
"start": {
- "line": 2242,
+ "line": 2245,
"column": 32
},
"end": {
- "line": 2242,
+ "line": 2245,
"column": 36
}
}
}
],
"range": [
- 81189,
- 81214
+ 81340,
+ 81365
],
"loc": {
"start": {
- "line": 2242,
+ "line": 2245,
"column": 12
},
"end": {
- "line": 2242,
+ "line": 2245,
"column": 37
}
}
},
"range": [
- 81189,
- 81215
+ 81340,
+ 81366
],
"loc": {
"start": {
- "line": 2242,
+ "line": 2245,
"column": 12
},
"end": {
- "line": 2242,
+ "line": 2245,
"column": 38
}
}
@@ -179985,16 +180308,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81228,
- 81232
+ 81379,
+ 81383
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 12
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 16
}
}
@@ -180003,31 +180326,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 81233,
- 81247
+ 81384,
+ 81398
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 17
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 31
}
}
},
"range": [
- 81228,
- 81247
+ 81379,
+ 81398
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 12
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 31
}
}
@@ -180036,31 +180359,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 81248,
- 81252
+ 81399,
+ 81403
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 32
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 36
}
}
},
"range": [
- 81228,
- 81252
+ 81379,
+ 81403
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 12
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 36
}
}
@@ -180070,94 +180393,94 @@
"type": "Identifier",
"name": "k",
"range": [
- 81253,
- 81254
+ 81404,
+ 81405
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 37
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 38
}
}
}
],
"range": [
- 81228,
- 81255
+ 81379,
+ 81406
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 12
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 39
}
}
},
"range": [
- 81228,
- 81256
+ 81379,
+ 81407
],
"loc": {
"start": {
- "line": 2243,
+ "line": 2246,
"column": 12
},
"end": {
- "line": 2243,
+ "line": 2246,
"column": 40
}
}
}
],
"range": [
- 81175,
- 81266
+ 81326,
+ 81417
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 60
},
"end": {
- "line": 2244,
+ "line": 2247,
"column": 9
}
}
},
"range": [
- 81123,
- 81266
+ 81274,
+ 81417
],
"loc": {
"start": {
- "line": 2241,
+ "line": 2244,
"column": 8
},
"end": {
- "line": 2244,
+ "line": 2247,
"column": 9
}
}
}
],
"range": [
- 81021,
- 81272
+ 81172,
+ 81423
],
"loc": {
"start": {
- "line": 2236,
+ "line": 2239,
"column": 21
},
"end": {
- "line": 2245,
+ "line": 2248,
"column": 5
}
}
@@ -180165,16 +180488,16 @@
"generator": false,
"expression": false,
"range": [
- 81019,
- 81272
+ 81170,
+ 81423
],
"loc": {
"start": {
- "line": 2236,
+ "line": 2239,
"column": 19
},
"end": {
- "line": 2245,
+ "line": 2248,
"column": 5
}
}
@@ -180182,16 +180505,16 @@
"kind": "method",
"computed": false,
"range": [
- 81004,
- 81272
+ 81155,
+ 81423
],
"loc": {
"start": {
- "line": 2236,
+ "line": 2239,
"column": 4
},
"end": {
- "line": 2245,
+ "line": 2248,
"column": 5
}
},
@@ -180200,16 +180523,16 @@
"type": "Block",
"value": "*\n * Validate all filterable rows\n ",
"range": [
- 80952,
- 80999
+ 81103,
+ 81150
],
"loc": {
"start": {
- "line": 2233,
+ "line": 2236,
"column": 4
},
"end": {
- "line": 2235,
+ "line": 2238,
"column": 7
}
}
@@ -180220,16 +180543,16 @@
"type": "Block",
"value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String} searcharg Search term\n ",
"range": [
- 81278,
- 81424
+ 81429,
+ 81575
],
"loc": {
"start": {
- "line": 2247,
+ "line": 2250,
"column": 4
},
"end": {
- "line": 2251,
+ "line": 2254,
"column": 7
}
}
@@ -180243,16 +180566,16 @@
"type": "Identifier",
"name": "setFilterValue",
"range": [
- 81429,
- 81443
+ 81580,
+ 81594
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 4
},
"end": {
- "line": 2252,
+ "line": 2255,
"column": 18
}
}
@@ -180265,16 +180588,16 @@
"type": "Identifier",
"name": "index",
"range": [
- 81444,
- 81449
+ 81595,
+ 81600
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 19
},
"end": {
- "line": 2252,
+ "line": 2255,
"column": 24
}
}
@@ -180285,16 +180608,16 @@
"type": "Identifier",
"name": "searcharg",
"range": [
- 81451,
- 81460
+ 81602,
+ 81611
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 26
},
"end": {
- "line": 2252,
+ "line": 2255,
"column": 35
}
}
@@ -180304,31 +180627,31 @@
"value": "",
"raw": "''",
"range": [
- 81461,
- 81463
+ 81612,
+ 81614
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 36
},
"end": {
- "line": 2252,
+ "line": 2255,
"column": 38
}
}
},
"range": [
- 81451,
- 81463
+ 81602,
+ 81614
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 26
},
"end": {
- "line": 2252,
+ "line": 2255,
"column": 38
}
}
@@ -180354,16 +180677,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81479,
- 81483
+ 81630,
+ 81634
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 13
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 17
}
}
@@ -180372,47 +180695,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 81484,
- 81491
+ 81635,
+ 81642
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 18
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 25
}
}
},
"range": [
- 81479,
- 81491
+ 81630,
+ 81642
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 13
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 25
}
}
},
"prefix": true,
"range": [
- 81478,
- 81491
+ 81629,
+ 81642
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 12
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 25
}
}
@@ -180426,16 +180749,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81496,
- 81500
+ 81647,
+ 81651
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 30
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 34
}
}
@@ -180444,62 +180767,62 @@
"type": "Identifier",
"name": "isFirstLoad",
"range": [
- 81501,
- 81512
+ 81652,
+ 81663
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 35
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 46
}
}
},
"range": [
- 81496,
- 81512
+ 81647,
+ 81663
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 30
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 46
}
}
},
"prefix": true,
"range": [
- 81495,
- 81512
+ 81646,
+ 81663
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 29
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 46
}
}
},
"range": [
- 81478,
- 81512
+ 81629,
+ 81663
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 12
},
"end": {
- "line": 2253,
+ "line": 2256,
"column": 46
}
}
@@ -180515,16 +180838,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81530,
- 81534
+ 81681,
+ 81685
],
"loc": {
"start": {
- "line": 2254,
+ "line": 2257,
"column": 13
},
"end": {
- "line": 2254,
+ "line": 2257,
"column": 17
}
}
@@ -180533,31 +180856,31 @@
"type": "Identifier",
"name": "getFilterElement",
"range": [
- 81535,
- 81551
+ 81686,
+ 81702
],
"loc": {
"start": {
- "line": 2254,
+ "line": 2257,
"column": 18
},
"end": {
- "line": 2254,
+ "line": 2257,
"column": 34
}
}
},
"range": [
- 81530,
- 81551
+ 81681,
+ 81702
],
"loc": {
"start": {
- "line": 2254,
+ "line": 2257,
"column": 13
},
"end": {
- "line": 2254,
+ "line": 2257,
"column": 34
}
}
@@ -180567,63 +180890,63 @@
"type": "Identifier",
"name": "index",
"range": [
- 81552,
- 81557
+ 81703,
+ 81708
],
"loc": {
"start": {
- "line": 2254,
+ "line": 2257,
"column": 35
},
"end": {
- "line": 2254,
+ "line": 2257,
"column": 40
}
}
}
],
"range": [
- 81530,
- 81558
+ 81681,
+ 81709
],
"loc": {
"start": {
- "line": 2254,
+ "line": 2257,
"column": 13
},
"end": {
- "line": 2254,
+ "line": 2257,
"column": 41
}
}
},
"prefix": true,
"range": [
- 81529,
- 81558
+ 81680,
+ 81709
],
"loc": {
"start": {
- "line": 2254,
+ "line": 2257,
"column": 12
},
"end": {
- "line": 2254,
+ "line": 2257,
"column": 41
}
}
},
"range": [
- 81477,
- 81558
+ 81628,
+ 81709
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 11
},
"end": {
- "line": 2254,
+ "line": 2257,
"column": 41
}
}
@@ -180635,48 +180958,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 81573,
- 81580
+ 81724,
+ 81731
],
"loc": {
"start": {
- "line": 2255,
+ "line": 2258,
"column": 12
},
"end": {
- "line": 2255,
+ "line": 2258,
"column": 19
}
}
}
],
"range": [
- 81559,
- 81590
+ 81710,
+ 81741
],
"loc": {
"start": {
- "line": 2254,
+ "line": 2257,
"column": 42
},
"end": {
- "line": 2256,
+ "line": 2259,
"column": 9
}
}
},
"alternate": null,
"range": [
- 81474,
- 81590
+ 81625,
+ 81741
],
"loc": {
"start": {
- "line": 2253,
+ "line": 2256,
"column": 8
},
"end": {
- "line": 2256,
+ "line": 2259,
"column": 9
}
}
@@ -180690,16 +181013,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 81603,
- 81606
+ 81754,
+ 81757
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 12
},
"end": {
- "line": 2257,
+ "line": 2260,
"column": 15
}
}
@@ -180712,16 +181035,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81609,
- 81613
+ 81760,
+ 81764
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 18
},
"end": {
- "line": 2257,
+ "line": 2260,
"column": 22
}
}
@@ -180730,31 +181053,31 @@
"type": "Identifier",
"name": "getFilterElement",
"range": [
- 81614,
- 81630
+ 81765,
+ 81781
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 23
},
"end": {
- "line": 2257,
+ "line": 2260,
"column": 39
}
}
},
"range": [
- 81609,
- 81630
+ 81760,
+ 81781
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 18
},
"end": {
- "line": 2257,
+ "line": 2260,
"column": 39
}
}
@@ -180764,47 +181087,47 @@
"type": "Identifier",
"name": "index",
"range": [
- 81631,
- 81636
+ 81782,
+ 81787
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 40
},
"end": {
- "line": 2257,
+ "line": 2260,
"column": 45
}
}
}
],
"range": [
- 81609,
- 81637
+ 81760,
+ 81788
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 18
},
"end": {
- "line": 2257,
+ "line": 2260,
"column": 46
}
}
},
"range": [
- 81603,
- 81637
+ 81754,
+ 81788
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 12
},
"end": {
- "line": 2257,
+ "line": 2260,
"column": 46
}
}
@@ -180815,16 +181138,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 81651,
- 81661
+ 81802,
+ 81812
],
"loc": {
"start": {
- "line": 2258,
+ "line": 2261,
"column": 12
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 22
}
}
@@ -180837,16 +181160,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81664,
- 81668
+ 81815,
+ 81819
],
"loc": {
"start": {
- "line": 2258,
+ "line": 2261,
"column": 25
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 29
}
}
@@ -180855,31 +181178,31 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 81669,
- 81682
+ 81820,
+ 81833
],
"loc": {
"start": {
- "line": 2258,
+ "line": 2261,
"column": 30
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 43
}
}
},
"range": [
- 81664,
- 81682
+ 81815,
+ 81833
],
"loc": {
"start": {
- "line": 2258,
+ "line": 2261,
"column": 25
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 43
}
}
@@ -180889,47 +181212,47 @@
"type": "Identifier",
"name": "index",
"range": [
- 81683,
- 81688
+ 81834,
+ 81839
],
"loc": {
"start": {
- "line": 2258,
+ "line": 2261,
"column": 44
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 49
}
}
}
],
"range": [
- 81664,
- 81689
+ 81815,
+ 81840
],
"loc": {
"start": {
- "line": 2258,
+ "line": 2261,
"column": 25
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 50
}
}
},
"range": [
- 81651,
- 81689
+ 81802,
+ 81840
],
"loc": {
"start": {
- "line": 2258,
+ "line": 2261,
"column": 12
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 50
}
}
@@ -180937,16 +181260,16 @@
],
"kind": "let",
"range": [
- 81599,
- 81690
+ 81750,
+ 81841
],
"loc": {
"start": {
- "line": 2257,
+ "line": 2260,
"column": 8
},
"end": {
- "line": 2258,
+ "line": 2261,
"column": 51
}
}
@@ -180963,16 +181286,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 81703,
- 81713
+ 81854,
+ 81864
],
"loc": {
"start": {
- "line": 2260,
+ "line": 2263,
"column": 11
},
"end": {
- "line": 2260,
+ "line": 2263,
"column": 21
}
}
@@ -180983,16 +181306,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81718,
- 81722
+ 81869,
+ 81873
],
"loc": {
"start": {
- "line": 2260,
+ "line": 2263,
"column": 26
},
"end": {
- "line": 2260,
+ "line": 2263,
"column": 30
}
}
@@ -181001,46 +181324,46 @@
"type": "Identifier",
"name": "fltTypeMulti",
"range": [
- 81723,
- 81735
+ 81874,
+ 81886
],
"loc": {
"start": {
- "line": 2260,
+ "line": 2263,
"column": 31
},
"end": {
- "line": 2260,
+ "line": 2263,
"column": 43
}
}
},
"range": [
- 81718,
- 81735
+ 81869,
+ 81886
],
"loc": {
"start": {
- "line": 2260,
+ "line": 2263,
"column": 26
},
"end": {
- "line": 2260,
+ "line": 2263,
"column": 43
}
}
},
"range": [
- 81703,
- 81735
+ 81854,
+ 81886
],
"loc": {
"start": {
- "line": 2260,
+ "line": 2263,
"column": 11
},
"end": {
- "line": 2260,
+ "line": 2263,
"column": 43
}
}
@@ -181052,16 +181375,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 81751,
- 81761
+ 81902,
+ 81912
],
"loc": {
"start": {
- "line": 2261,
+ "line": 2264,
"column": 12
},
"end": {
- "line": 2261,
+ "line": 2264,
"column": 22
}
}
@@ -181072,16 +181395,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81765,
- 81769
+ 81916,
+ 81920
],
"loc": {
"start": {
- "line": 2261,
+ "line": 2264,
"column": 26
},
"end": {
- "line": 2261,
+ "line": 2264,
"column": 30
}
}
@@ -181090,61 +181413,61 @@
"type": "Identifier",
"name": "fltTypeCheckList",
"range": [
- 81770,
- 81786
+ 81921,
+ 81937
],
"loc": {
"start": {
- "line": 2261,
+ "line": 2264,
"column": 31
},
"end": {
- "line": 2261,
+ "line": 2264,
"column": 47
}
}
},
"range": [
- 81765,
- 81786
+ 81916,
+ 81937
],
"loc": {
"start": {
- "line": 2261,
+ "line": 2264,
"column": 26
},
"end": {
- "line": 2261,
+ "line": 2264,
"column": 47
}
}
},
"range": [
- 81751,
- 81786
+ 81902,
+ 81937
],
"loc": {
"start": {
- "line": 2261,
+ "line": 2264,
"column": 12
},
"end": {
- "line": 2261,
+ "line": 2264,
"column": 47
}
}
},
"range": [
- 81703,
- 81786
+ 81854,
+ 81937
],
"loc": {
"start": {
- "line": 2260,
+ "line": 2263,
"column": 11
},
"end": {
- "line": 2261,
+ "line": 2264,
"column": 47
}
}
@@ -181164,16 +181487,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 81801,
- 81804
+ 81952,
+ 81955
],
"loc": {
"start": {
- "line": 2262,
+ "line": 2265,
"column": 12
},
"end": {
- "line": 2262,
+ "line": 2265,
"column": 15
}
}
@@ -181182,31 +181505,31 @@
"type": "Identifier",
"name": "value",
"range": [
- 81805,
- 81810
+ 81956,
+ 81961
],
"loc": {
"start": {
- "line": 2262,
+ "line": 2265,
"column": 16
},
"end": {
- "line": 2262,
+ "line": 2265,
"column": 21
}
}
},
"range": [
- 81801,
- 81810
+ 81952,
+ 81961
],
"loc": {
"start": {
- "line": 2262,
+ "line": 2265,
"column": 12
},
"end": {
- "line": 2262,
+ "line": 2265,
"column": 21
}
}
@@ -181215,62 +181538,62 @@
"type": "Identifier",
"name": "searcharg",
"range": [
- 81813,
- 81822
+ 81964,
+ 81973
],
"loc": {
"start": {
- "line": 2262,
+ "line": 2265,
"column": 24
},
"end": {
- "line": 2262,
+ "line": 2265,
"column": 33
}
}
},
"range": [
- 81801,
- 81822
+ 81952,
+ 81973
],
"loc": {
"start": {
- "line": 2262,
+ "line": 2265,
"column": 12
},
"end": {
- "line": 2262,
+ "line": 2265,
"column": 33
}
}
},
"range": [
- 81801,
- 81823
+ 81952,
+ 81974
],
"loc": {
"start": {
- "line": 2262,
+ "line": 2265,
"column": 12
},
"end": {
- "line": 2262,
+ "line": 2265,
"column": 34
}
}
}
],
"range": [
- 81787,
- 81833
+ 81938,
+ 81984
],
"loc": {
"start": {
- "line": 2261,
+ "line": 2264,
"column": 48
},
"end": {
- "line": 2263,
+ "line": 2266,
"column": 9
}
},
@@ -181279,16 +181602,16 @@
"type": "Line",
"value": "multiple selects",
"range": [
- 81842,
- 81860
+ 81993,
+ 82011
],
"loc": {
"start": {
- "line": 2264,
+ "line": 2267,
"column": 8
},
"end": {
- "line": 2264,
+ "line": 2267,
"column": 26
}
}
@@ -181304,16 +181627,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 81877,
- 81887
+ 82028,
+ 82038
],
"loc": {
"start": {
- "line": 2265,
+ "line": 2268,
"column": 16
},
"end": {
- "line": 2265,
+ "line": 2268,
"column": 26
}
}
@@ -181324,16 +181647,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81892,
- 81896
+ 82043,
+ 82047
],
"loc": {
"start": {
- "line": 2265,
+ "line": 2268,
"column": 31
},
"end": {
- "line": 2265,
+ "line": 2268,
"column": 35
}
}
@@ -181342,46 +181665,46 @@
"type": "Identifier",
"name": "fltTypeMulti",
"range": [
- 81897,
- 81909
+ 82048,
+ 82060
],
"loc": {
"start": {
- "line": 2265,
+ "line": 2268,
"column": 36
},
"end": {
- "line": 2265,
+ "line": 2268,
"column": 48
}
}
},
"range": [
- 81892,
- 81909
+ 82043,
+ 82060
],
"loc": {
"start": {
- "line": 2265,
+ "line": 2268,
"column": 31
},
"end": {
- "line": 2265,
+ "line": 2268,
"column": 48
}
}
},
"range": [
- 81877,
- 81909
+ 82028,
+ 82060
],
"loc": {
"start": {
- "line": 2265,
+ "line": 2268,
"column": 16
},
"end": {
- "line": 2265,
+ "line": 2268,
"column": 48
}
}
@@ -181398,16 +181721,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 81928,
- 81929
+ 82079,
+ 82080
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 16
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 17
}
}
@@ -181421,16 +181744,16 @@
"type": "Identifier",
"name": "searcharg",
"range": [
- 81932,
- 81941
+ 82083,
+ 82092
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 20
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 29
}
}
@@ -181439,31 +181762,31 @@
"type": "Identifier",
"name": "split",
"range": [
- 81942,
- 81947
+ 82093,
+ 82098
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 30
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 35
}
}
},
"range": [
- 81932,
- 81947
+ 82083,
+ 82098
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 20
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 35
}
}
@@ -181480,16 +181803,16 @@
"value": " ",
"raw": "' '",
"range": [
- 81948,
- 81951
+ 82099,
+ 82102
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 36
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 39
}
}
@@ -181500,16 +181823,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 81952,
- 81956
+ 82103,
+ 82107
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 40
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 44
}
}
@@ -181518,46 +181841,46 @@
"type": "Identifier",
"name": "orOperator",
"range": [
- 81957,
- 81967
+ 82108,
+ 82118
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 45
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 55
}
}
},
"range": [
- 81952,
- 81967
+ 82103,
+ 82118
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 40
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 55
}
}
},
"range": [
- 81948,
- 81967
+ 82099,
+ 82118
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 36
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 55
}
}
@@ -181567,62 +181890,62 @@
"value": " ",
"raw": "' '",
"range": [
- 81968,
- 81971
+ 82119,
+ 82122
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 56
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 59
}
}
},
"range": [
- 81948,
- 81971
+ 82099,
+ 82122
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 36
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 59
}
}
}
],
"range": [
- 81932,
- 81972
+ 82083,
+ 82123
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 20
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 60
}
}
},
"range": [
- 81928,
- 81972
+ 82079,
+ 82123
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 16
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 60
}
}
@@ -181630,16 +181953,16 @@
],
"kind": "let",
"range": [
- 81924,
- 81973
+ 82075,
+ 82124
],
"loc": {
"start": {
- "line": 2266,
+ "line": 2269,
"column": 12
},
"end": {
- "line": 2266,
+ "line": 2269,
"column": 61
}
},
@@ -181648,16 +181971,16 @@
"type": "Line",
"value": " let ct = 0; //keywords counter",
"range": [
- 81986,
- 82019
+ 82137,
+ 82170
],
"loc": {
"start": {
- "line": 2267,
+ "line": 2270,
"column": 12
},
"end": {
- "line": 2267,
+ "line": 2270,
"column": 45
}
}
@@ -181675,16 +181998,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 82040,
- 82041
+ 82191,
+ 82192
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 20
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 21
}
}
@@ -181694,31 +182017,31 @@
"value": 0,
"raw": "0",
"range": [
- 82042,
- 82043
+ 82193,
+ 82194
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 22
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 23
}
}
},
"range": [
- 82040,
- 82043
+ 82191,
+ 82194
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 20
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 23
}
}
@@ -181729,16 +182052,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 82045,
- 82048
+ 82196,
+ 82199
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 25
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 28
}
}
@@ -181753,16 +182076,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 82049,
- 82052
+ 82200,
+ 82203
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 29
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 32
}
}
@@ -181771,31 +182094,31 @@
"type": "Identifier",
"name": "options",
"range": [
- 82053,
- 82060
+ 82204,
+ 82211
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 33
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 40
}
}
},
"range": [
- 82049,
- 82060
+ 82200,
+ 82211
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 29
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 40
}
}
@@ -181804,46 +182127,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 82061,
- 82067
+ 82212,
+ 82218
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 41
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 47
}
}
},
"range": [
- 82049,
- 82067
+ 82200,
+ 82218
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 29
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 47
}
}
},
"range": [
- 82045,
- 82067
+ 82196,
+ 82218
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 25
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 47
}
}
@@ -181851,16 +182174,16 @@
],
"kind": "let",
"range": [
- 82036,
- 82067
+ 82187,
+ 82218
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 16
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 47
}
}
@@ -181872,16 +182195,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 82069,
- 82070
+ 82220,
+ 82221
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 49
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 50
}
}
@@ -181890,31 +182213,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 82071,
- 82074
+ 82222,
+ 82225
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 51
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 54
}
}
},
"range": [
- 82069,
- 82074
+ 82220,
+ 82225
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 49
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 54
}
}
@@ -181926,32 +182249,32 @@
"type": "Identifier",
"name": "j",
"range": [
- 82076,
- 82077
+ 82227,
+ 82228
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 56
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 57
}
}
},
"prefix": false,
"range": [
- 82076,
- 82079
+ 82227,
+ 82230
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 56
},
"end": {
- "line": 2268,
+ "line": 2271,
"column": 59
}
}
@@ -181968,16 +182291,16 @@
"type": "Identifier",
"name": "option",
"range": [
- 82102,
- 82108
+ 82253,
+ 82259
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 20
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 26
}
}
@@ -181992,16 +182315,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 82111,
- 82114
+ 82262,
+ 82265
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 29
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 32
}
}
@@ -182010,31 +182333,31 @@
"type": "Identifier",
"name": "options",
"range": [
- 82115,
- 82122
+ 82266,
+ 82273
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 33
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 40
}
}
},
"range": [
- 82111,
- 82122
+ 82262,
+ 82273
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 29
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 40
}
}
@@ -182043,46 +182366,46 @@
"type": "Identifier",
"name": "j",
"range": [
- 82123,
- 82124
+ 82274,
+ 82275
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 41
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 42
}
}
},
"range": [
- 82111,
- 82125
+ 82262,
+ 82276
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 29
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 43
}
}
},
"range": [
- 82102,
- 82125
+ 82253,
+ 82276
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 20
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 43
}
}
@@ -182090,16 +182413,16 @@
],
"kind": "let",
"range": [
- 82098,
- 82126
+ 82249,
+ 82277
],
"loc": {
"start": {
- "line": 2269,
+ "line": 2272,
"column": 16
},
"end": {
- "line": 2269,
+ "line": 2272,
"column": 44
}
}
@@ -182116,16 +182439,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 82146,
- 82147
+ 82297,
+ 82298
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 19
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 20
}
}
@@ -182135,31 +182458,31 @@
"value": "",
"raw": "''",
"range": [
- 82150,
- 82152
+ 82301,
+ 82303
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 23
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 25
}
}
},
"range": [
- 82146,
- 82152
+ 82297,
+ 82303
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 19
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 25
}
}
@@ -182174,16 +182497,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 82156,
- 82157
+ 82307,
+ 82308
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 29
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 30
}
}
@@ -182193,31 +182516,31 @@
"value": 0,
"raw": "0",
"range": [
- 82158,
- 82159
+ 82309,
+ 82310
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 31
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 32
}
}
},
"range": [
- 82156,
- 82160
+ 82307,
+ 82311
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 29
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 33
}
}
@@ -182227,46 +182550,46 @@
"value": "",
"raw": "''",
"range": [
- 82163,
- 82165
+ 82314,
+ 82316
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 36
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 38
}
}
},
"range": [
- 82156,
- 82165
+ 82307,
+ 82316
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 29
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 38
}
}
},
"range": [
- 82146,
- 82165
+ 82297,
+ 82316
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 19
},
"end": {
- "line": 2270,
+ "line": 2273,
"column": 38
}
}
@@ -182286,16 +182609,16 @@
"type": "Identifier",
"name": "option",
"range": [
- 82188,
- 82194
+ 82339,
+ 82345
],
"loc": {
"start": {
- "line": 2271,
+ "line": 2274,
"column": 20
},
"end": {
- "line": 2271,
+ "line": 2274,
"column": 26
}
}
@@ -182304,31 +182627,31 @@
"type": "Identifier",
"name": "selected",
"range": [
- 82195,
- 82203
+ 82346,
+ 82354
],
"loc": {
"start": {
- "line": 2271,
+ "line": 2274,
"column": 27
},
"end": {
- "line": 2271,
+ "line": 2274,
"column": 35
}
}
},
"range": [
- 82188,
- 82203
+ 82339,
+ 82354
],
"loc": {
"start": {
- "line": 2271,
+ "line": 2274,
"column": 20
},
"end": {
- "line": 2271,
+ "line": 2274,
"column": 35
}
}
@@ -182338,78 +182661,78 @@
"value": false,
"raw": "false",
"range": [
- 82206,
- 82211
+ 82357,
+ 82362
],
"loc": {
"start": {
- "line": 2271,
+ "line": 2274,
"column": 38
},
"end": {
- "line": 2271,
+ "line": 2274,
"column": 43
}
}
},
"range": [
- 82188,
- 82211
+ 82339,
+ 82362
],
"loc": {
"start": {
- "line": 2271,
+ "line": 2274,
"column": 20
},
"end": {
- "line": 2271,
+ "line": 2274,
"column": 43
}
}
},
"range": [
- 82188,
- 82212
+ 82339,
+ 82363
],
"loc": {
"start": {
- "line": 2271,
+ "line": 2274,
"column": 20
},
"end": {
- "line": 2271,
+ "line": 2274,
"column": 44
}
}
}
],
"range": [
- 82166,
- 82230
+ 82317,
+ 82381
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 39
},
"end": {
- "line": 2272,
+ "line": 2275,
"column": 17
}
}
},
"alternate": null,
"range": [
- 82143,
- 82230
+ 82294,
+ 82381
],
"loc": {
"start": {
- "line": 2270,
+ "line": 2273,
"column": 16
},
"end": {
- "line": 2272,
+ "line": 2275,
"column": 17
}
}
@@ -182426,16 +182749,16 @@
"type": "Identifier",
"name": "option",
"range": [
- 82250,
- 82256
+ 82401,
+ 82407
],
"loc": {
"start": {
- "line": 2273,
+ "line": 2276,
"column": 19
},
"end": {
- "line": 2273,
+ "line": 2276,
"column": 25
}
}
@@ -182444,31 +182767,31 @@
"type": "Identifier",
"name": "value",
"range": [
- 82257,
- 82262
+ 82408,
+ 82413
],
"loc": {
"start": {
- "line": 2273,
+ "line": 2276,
"column": 26
},
"end": {
- "line": 2273,
+ "line": 2276,
"column": 31
}
}
},
"range": [
- 82250,
- 82262
+ 82401,
+ 82413
],
"loc": {
"start": {
- "line": 2273,
+ "line": 2276,
"column": 19
},
"end": {
- "line": 2273,
+ "line": 2276,
"column": 31
}
}
@@ -182478,31 +182801,31 @@
"value": "",
"raw": "''",
"range": [
- 82265,
- 82267
+ 82416,
+ 82418
],
"loc": {
"start": {
- "line": 2273,
+ "line": 2276,
"column": 34
},
"end": {
- "line": 2273,
+ "line": 2276,
"column": 36
}
}
},
"range": [
- 82250,
- 82267
+ 82401,
+ 82418
],
"loc": {
"start": {
- "line": 2273,
+ "line": 2276,
"column": 19
},
"end": {
- "line": 2273,
+ "line": 2276,
"column": 36
}
}
@@ -182522,16 +182845,16 @@
"type": "Identifier",
"name": "option",
"range": [
- 82290,
- 82296
+ 82441,
+ 82447
],
"loc": {
"start": {
- "line": 2274,
+ "line": 2277,
"column": 20
},
"end": {
- "line": 2274,
+ "line": 2277,
"column": 26
}
}
@@ -182540,31 +182863,31 @@
"type": "Identifier",
"name": "selected",
"range": [
- 82297,
- 82305
+ 82448,
+ 82456
],
"loc": {
"start": {
- "line": 2274,
+ "line": 2277,
"column": 27
},
"end": {
- "line": 2274,
+ "line": 2277,
"column": 35
}
}
},
"range": [
- 82290,
- 82305
+ 82441,
+ 82456
],
"loc": {
"start": {
- "line": 2274,
+ "line": 2277,
"column": 20
},
"end": {
- "line": 2274,
+ "line": 2277,
"column": 35
}
}
@@ -182574,78 +182897,78 @@
"value": false,
"raw": "false",
"range": [
- 82308,
- 82313
+ 82459,
+ 82464
],
"loc": {
"start": {
- "line": 2274,
+ "line": 2277,
"column": 38
},
"end": {
- "line": 2274,
+ "line": 2277,
"column": 43
}
}
},
"range": [
- 82290,
- 82313
+ 82441,
+ 82464
],
"loc": {
"start": {
- "line": 2274,
+ "line": 2277,
"column": 20
},
"end": {
- "line": 2274,
+ "line": 2277,
"column": 43
}
}
},
"range": [
- 82290,
- 82314
+ 82441,
+ 82465
],
"loc": {
"start": {
- "line": 2274,
+ "line": 2277,
"column": 20
},
"end": {
- "line": 2274,
+ "line": 2277,
"column": 44
}
}
}
],
"range": [
- 82268,
- 82332
+ 82419,
+ 82483
],
"loc": {
"start": {
- "line": 2273,
+ "line": 2276,
"column": 37
},
"end": {
- "line": 2275,
+ "line": 2278,
"column": 17
}
}
},
"alternate": null,
"range": [
- 82247,
- 82332
+ 82398,
+ 82483
],
"loc": {
"start": {
- "line": 2273,
+ "line": 2276,
"column": 16
},
"end": {
- "line": 2275,
+ "line": 2278,
"column": 17
}
}
@@ -182665,16 +182988,16 @@
"type": "Identifier",
"name": "option",
"range": [
- 82352,
- 82358
+ 82503,
+ 82509
],
"loc": {
"start": {
- "line": 2276,
+ "line": 2279,
"column": 19
},
"end": {
- "line": 2276,
+ "line": 2279,
"column": 25
}
}
@@ -182683,31 +183006,31 @@
"type": "Identifier",
"name": "value",
"range": [
- 82359,
- 82364
+ 82510,
+ 82515
],
"loc": {
"start": {
- "line": 2276,
+ "line": 2279,
"column": 26
},
"end": {
- "line": 2276,
+ "line": 2279,
"column": 31
}
}
},
"range": [
- 82352,
- 82364
+ 82503,
+ 82515
],
"loc": {
"start": {
- "line": 2276,
+ "line": 2279,
"column": 19
},
"end": {
- "line": 2276,
+ "line": 2279,
"column": 31
}
}
@@ -182717,31 +183040,31 @@
"value": "",
"raw": "''",
"range": [
- 82367,
- 82369
+ 82518,
+ 82520
],
"loc": {
"start": {
- "line": 2276,
+ "line": 2279,
"column": 34
},
"end": {
- "line": 2276,
+ "line": 2279,
"column": 36
}
}
},
"range": [
- 82352,
- 82369
+ 82503,
+ 82520
],
"loc": {
"start": {
- "line": 2276,
+ "line": 2279,
"column": 19
},
"end": {
- "line": 2276,
+ "line": 2279,
"column": 36
}
}
@@ -182755,16 +183078,16 @@
"type": "Identifier",
"name": "Arr",
"range": [
- 82393,
- 82396
+ 82544,
+ 82547
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 20
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 23
}
}
@@ -182773,31 +183096,31 @@
"type": "Identifier",
"name": "has",
"range": [
- 82397,
- 82400
+ 82548,
+ 82551
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 24
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 27
}
}
},
"range": [
- 82393,
- 82400
+ 82544,
+ 82551
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 20
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 27
}
}
@@ -182807,16 +183130,16 @@
"type": "Identifier",
"name": "s",
"range": [
- 82401,
- 82402
+ 82552,
+ 82553
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 28
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 29
}
}
@@ -182828,16 +183151,16 @@
"type": "Identifier",
"name": "option",
"range": [
- 82404,
- 82410
+ 82555,
+ 82561
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 31
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 37
}
}
@@ -182846,31 +183169,31 @@
"type": "Identifier",
"name": "value",
"range": [
- 82411,
- 82416
+ 82562,
+ 82567
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 38
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 43
}
}
},
"range": [
- 82404,
- 82416
+ 82555,
+ 82567
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 31
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 43
}
}
@@ -182880,47 +183203,47 @@
"value": true,
"raw": "true",
"range": [
- 82418,
- 82422
+ 82569,
+ 82573
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 45
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 49
}
}
}
],
"range": [
- 82393,
- 82423
+ 82544,
+ 82574
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 20
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 50
}
}
},
"range": [
- 82352,
- 82423
+ 82503,
+ 82574
],
"loc": {
"start": {
- "line": 2276,
+ "line": 2279,
"column": 19
},
"end": {
- "line": 2277,
+ "line": 2280,
"column": 50
}
}
@@ -182940,16 +183263,16 @@
"type": "Identifier",
"name": "option",
"range": [
- 82446,
- 82452
+ 82597,
+ 82603
],
"loc": {
"start": {
- "line": 2278,
+ "line": 2281,
"column": 20
},
"end": {
- "line": 2278,
+ "line": 2281,
"column": 26
}
}
@@ -182958,31 +183281,31 @@
"type": "Identifier",
"name": "selected",
"range": [
- 82453,
- 82461
+ 82604,
+ 82612
],
"loc": {
"start": {
- "line": 2278,
+ "line": 2281,
"column": 27
},
"end": {
- "line": 2278,
+ "line": 2281,
"column": 35
}
}
},
"range": [
- 82446,
- 82461
+ 82597,
+ 82612
],
"loc": {
"start": {
- "line": 2278,
+ "line": 2281,
"column": 20
},
"end": {
- "line": 2278,
+ "line": 2281,
"column": 35
}
}
@@ -182992,78 +183315,78 @@
"value": true,
"raw": "true",
"range": [
- 82464,
- 82468
+ 82615,
+ 82619
],
"loc": {
"start": {
- "line": 2278,
+ "line": 2281,
"column": 38
},
"end": {
- "line": 2278,
+ "line": 2281,
"column": 42
}
}
},
"range": [
- 82446,
- 82468
+ 82597,
+ 82619
],
"loc": {
"start": {
- "line": 2278,
+ "line": 2281,
"column": 20
},
"end": {
- "line": 2278,
+ "line": 2281,
"column": 42
}
}
},
"range": [
- 82446,
- 82469
+ 82597,
+ 82620
],
"loc": {
"start": {
- "line": 2278,
+ "line": 2281,
"column": 20
},
"end": {
- "line": 2278,
+ "line": 2281,
"column": 43
}
}
}
],
"range": [
- 82424,
- 82487
+ 82575,
+ 82638
],
"loc": {
"start": {
- "line": 2277,
+ "line": 2280,
"column": 51
},
"end": {
- "line": 2279,
+ "line": 2282,
"column": 17
}
}
},
"alternate": null,
"range": [
- 82349,
- 82487
+ 82500,
+ 82638
],
"loc": {
"start": {
- "line": 2276,
+ "line": 2279,
"column": 16
},
"end": {
- "line": 2279,
+ "line": 2282,
"column": 17
}
},
@@ -183072,16 +183395,16 @@
"type": "Line",
"value": "if",
"range": [
- 82487,
- 82491
+ 82638,
+ 82642
],
"loc": {
"start": {
- "line": 2279,
+ "line": 2282,
"column": 17
},
"end": {
- "line": 2279,
+ "line": 2282,
"column": 21
}
}
@@ -183090,31 +183413,31 @@
}
],
"range": [
- 82080,
- 82505
+ 82231,
+ 82656
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 60
},
"end": {
- "line": 2280,
+ "line": 2283,
"column": 13
}
}
},
"range": [
- 82032,
- 82505
+ 82183,
+ 82656
],
"loc": {
"start": {
- "line": 2268,
+ "line": 2271,
"column": 12
},
"end": {
- "line": 2280,
+ "line": 2283,
"column": 13
}
},
@@ -183123,16 +183446,16 @@
"type": "Line",
"value": " let ct = 0; //keywords counter",
"range": [
- 81986,
- 82019
+ 82137,
+ 82170
],
"loc": {
"start": {
- "line": 2267,
+ "line": 2270,
"column": 12
},
"end": {
- "line": 2267,
+ "line": 2270,
"column": 45
}
}
@@ -183143,16 +183466,16 @@
"type": "Line",
"value": "for j",
"range": [
- 82505,
- 82512
+ 82656,
+ 82663
],
"loc": {
"start": {
- "line": 2280,
+ "line": 2283,
"column": 13
},
"end": {
- "line": 2280,
+ "line": 2283,
"column": 20
}
}
@@ -183161,16 +183484,16 @@
}
],
"range": [
- 81910,
- 82522
+ 82061,
+ 82673
],
"loc": {
"start": {
- "line": 2265,
+ "line": 2268,
"column": 49
},
"end": {
- "line": 2281,
+ "line": 2284,
"column": 9
}
},
@@ -183179,16 +183502,16 @@
"type": "Line",
"value": "checklist",
"range": [
- 82531,
- 82542
+ 82682,
+ 82693
],
"loc": {
"start": {
- "line": 2282,
+ "line": 2285,
"column": 8
},
"end": {
- "line": 2282,
+ "line": 2285,
"column": 19
}
}
@@ -183204,16 +183527,16 @@
"type": "Identifier",
"name": "fltColType",
"range": [
- 82559,
- 82569
+ 82710,
+ 82720
],
"loc": {
"start": {
- "line": 2283,
+ "line": 2286,
"column": 16
},
"end": {
- "line": 2283,
+ "line": 2286,
"column": 26
}
}
@@ -183224,16 +183547,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 82574,
- 82578
+ 82725,
+ 82729
],
"loc": {
"start": {
- "line": 2283,
+ "line": 2286,
"column": 31
},
"end": {
- "line": 2283,
+ "line": 2286,
"column": 35
}
}
@@ -183242,46 +183565,46 @@
"type": "Identifier",
"name": "fltTypeCheckList",
"range": [
- 82579,
- 82595
+ 82730,
+ 82746
],
"loc": {
"start": {
- "line": 2283,
+ "line": 2286,
"column": 36
},
"end": {
- "line": 2283,
+ "line": 2286,
"column": 52
}
}
},
"range": [
- 82574,
- 82595
+ 82725,
+ 82746
],
"loc": {
"start": {
- "line": 2283,
+ "line": 2286,
"column": 31
},
"end": {
- "line": 2283,
+ "line": 2286,
"column": 52
}
}
},
"range": [
- 82559,
- 82595
+ 82710,
+ 82746
],
"loc": {
"start": {
- "line": 2283,
+ "line": 2286,
"column": 16
},
"end": {
- "line": 2283,
+ "line": 2286,
"column": 52
}
}
@@ -183298,16 +183621,16 @@
"type": "Identifier",
"name": "searcharg",
"range": [
- 82610,
- 82619
+ 82761,
+ 82770
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 12
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 21
}
}
@@ -183321,16 +183644,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 82622,
- 82625
+ 82773,
+ 82776
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 24
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 27
}
}
@@ -183339,31 +183662,31 @@
"type": "Identifier",
"name": "matchCase",
"range": [
- 82626,
- 82635
+ 82777,
+ 82786
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 28
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 37
}
}
},
"range": [
- 82622,
- 82635
+ 82773,
+ 82786
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 24
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 37
}
}
@@ -183373,16 +183696,16 @@
"type": "Identifier",
"name": "searcharg",
"range": [
- 82636,
- 82645
+ 82787,
+ 82796
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 38
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 47
}
}
@@ -183393,16 +183716,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 82647,
- 82651
+ 82798,
+ 82802
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 49
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 53
}
}
@@ -183411,77 +183734,77 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 82652,
- 82665
+ 82803,
+ 82816
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 54
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 67
}
}
},
"range": [
- 82647,
- 82665
+ 82798,
+ 82816
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 49
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 67
}
}
}
],
"range": [
- 82622,
- 82666
+ 82773,
+ 82817
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 24
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 68
}
}
},
"range": [
- 82610,
- 82666
+ 82761,
+ 82817
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 12
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 68
}
}
},
"range": [
- 82610,
- 82667
+ 82761,
+ 82818
],
"loc": {
"start": {
- "line": 2284,
+ "line": 2287,
"column": 12
},
"end": {
- "line": 2284,
+ "line": 2287,
"column": 69
}
}
@@ -183495,16 +183818,16 @@
"type": "Identifier",
"name": "sarg",
"range": [
- 82684,
- 82688
+ 82835,
+ 82839
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 16
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 20
}
}
@@ -183518,16 +183841,16 @@
"type": "Identifier",
"name": "searcharg",
"range": [
- 82691,
- 82700
+ 82842,
+ 82851
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 23
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 32
}
}
@@ -183536,31 +183859,31 @@
"type": "Identifier",
"name": "split",
"range": [
- 82701,
- 82706
+ 82852,
+ 82857
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 33
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 38
}
}
},
"range": [
- 82691,
- 82706
+ 82842,
+ 82857
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 23
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 38
}
}
@@ -183577,16 +183900,16 @@
"value": " ",
"raw": "' '",
"range": [
- 82707,
- 82710
+ 82858,
+ 82861
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 39
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 42
}
}
@@ -183597,16 +183920,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 82711,
- 82715
+ 82862,
+ 82866
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 43
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 47
}
}
@@ -183615,46 +183938,46 @@
"type": "Identifier",
"name": "orOperator",
"range": [
- 82716,
- 82726
+ 82867,
+ 82877
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 48
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 58
}
}
},
"range": [
- 82711,
- 82726
+ 82862,
+ 82877
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 43
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 58
}
}
},
"range": [
- 82707,
- 82726
+ 82858,
+ 82877
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 39
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 58
}
}
@@ -183664,62 +183987,62 @@
"value": " ",
"raw": "' '",
"range": [
- 82727,
- 82730
+ 82878,
+ 82881
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 59
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 62
}
}
},
"range": [
- 82707,
- 82730
+ 82858,
+ 82881
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 39
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 62
}
}
}
],
"range": [
- 82691,
- 82731
+ 82842,
+ 82882
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 23
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 63
}
}
},
"range": [
- 82684,
- 82731
+ 82835,
+ 82882
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 16
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 63
}
}
@@ -183727,16 +184050,16 @@
],
"kind": "let",
"range": [
- 82680,
- 82732
+ 82831,
+ 82883
],
"loc": {
"start": {
- "line": 2285,
+ "line": 2288,
"column": 12
},
"end": {
- "line": 2285,
+ "line": 2288,
"column": 64
}
}
@@ -183750,16 +184073,16 @@
"type": "Identifier",
"name": "lisNb",
"range": [
- 82749,
- 82754
+ 82900,
+ 82905
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 16
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 21
}
}
@@ -183776,16 +184099,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 82757,
- 82760
+ 82908,
+ 82911
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 24
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 27
}
}
@@ -183794,31 +184117,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 82761,
- 82764
+ 82912,
+ 82915
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 28
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 31
}
}
},
"range": [
- 82757,
- 82764
+ 82908,
+ 82915
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 24
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 31
}
}
@@ -183828,16 +184151,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 82765,
- 82768
+ 82916,
+ 82919
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 32
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 35
}
}
@@ -183847,32 +184170,32 @@
"value": "li",
"raw": "'li'",
"range": [
- 82769,
- 82773
+ 82920,
+ 82924
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 36
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 40
}
}
}
],
"range": [
- 82757,
- 82774
+ 82908,
+ 82925
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 24
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 41
}
}
@@ -183881,46 +184204,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 82775,
- 82781
+ 82926,
+ 82932
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 42
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 48
}
}
},
"range": [
- 82757,
- 82781
+ 82908,
+ 82932
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 24
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 48
}
}
},
"range": [
- 82749,
- 82781
+ 82900,
+ 82932
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 16
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 48
}
}
@@ -183928,16 +184251,16 @@
],
"kind": "let",
"range": [
- 82745,
- 82782
+ 82896,
+ 82933
],
"loc": {
"start": {
- "line": 2286,
+ "line": 2289,
"column": 12
},
"end": {
- "line": 2286,
+ "line": 2289,
"column": 49
}
}
@@ -183953,16 +184276,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 82796,
- 82799
+ 82947,
+ 82950
],
"loc": {
"start": {
- "line": 2288,
+ "line": 2291,
"column": 12
},
"end": {
- "line": 2288,
+ "line": 2291,
"column": 15
}
}
@@ -183971,31 +184294,31 @@
"type": "Identifier",
"name": "setAttribute",
"range": [
- 82800,
- 82812
+ 82951,
+ 82963
],
"loc": {
"start": {
- "line": 2288,
+ "line": 2291,
"column": 16
},
"end": {
- "line": 2288,
+ "line": 2291,
"column": 28
}
}
},
"range": [
- 82796,
- 82812
+ 82947,
+ 82963
],
"loc": {
"start": {
- "line": 2288,
+ "line": 2291,
"column": 12
},
"end": {
- "line": 2288,
+ "line": 2291,
"column": 28
}
}
@@ -184006,16 +184329,16 @@
"value": "value",
"raw": "'value'",
"range": [
- 82813,
- 82820
+ 82964,
+ 82971
],
"loc": {
"start": {
- "line": 2288,
+ "line": 2291,
"column": 29
},
"end": {
- "line": 2288,
+ "line": 2291,
"column": 36
}
}
@@ -184025,47 +184348,47 @@
"value": "",
"raw": "''",
"range": [
- 82822,
- 82824
+ 82973,
+ 82975
],
"loc": {
"start": {
- "line": 2288,
+ "line": 2291,
"column": 38
},
"end": {
- "line": 2288,
+ "line": 2291,
"column": 40
}
}
}
],
"range": [
- 82796,
- 82825
+ 82947,
+ 82976
],
"loc": {
"start": {
- "line": 2288,
+ "line": 2291,
"column": 12
},
"end": {
- "line": 2288,
+ "line": 2291,
"column": 41
}
}
},
"range": [
- 82796,
- 82826
+ 82947,
+ 82977
],
"loc": {
"start": {
- "line": 2288,
+ "line": 2291,
"column": 12
},
"end": {
- "line": 2288,
+ "line": 2291,
"column": 42
}
}
@@ -184081,16 +184404,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 82839,
- 82842
+ 82990,
+ 82993
],
"loc": {
"start": {
- "line": 2289,
+ "line": 2292,
"column": 12
},
"end": {
- "line": 2289,
+ "line": 2292,
"column": 15
}
}
@@ -184099,31 +184422,31 @@
"type": "Identifier",
"name": "setAttribute",
"range": [
- 82843,
- 82855
+ 82994,
+ 83006
],
"loc": {
"start": {
- "line": 2289,
+ "line": 2292,
"column": 16
},
"end": {
- "line": 2289,
+ "line": 2292,
"column": 28
}
}
},
"range": [
- 82839,
- 82855
+ 82990,
+ 83006
],
"loc": {
"start": {
- "line": 2289,
+ "line": 2292,
"column": 12
},
"end": {
- "line": 2289,
+ "line": 2292,
"column": 28
}
}
@@ -184134,16 +184457,16 @@
"value": "indexes",
"raw": "'indexes'",
"range": [
- 82856,
- 82865
+ 83007,
+ 83016
],
"loc": {
"start": {
- "line": 2289,
+ "line": 2292,
"column": 29
},
"end": {
- "line": 2289,
+ "line": 2292,
"column": 38
}
}
@@ -184153,47 +184476,47 @@
"value": "",
"raw": "''",
"range": [
- 82867,
- 82869
+ 83018,
+ 83020
],
"loc": {
"start": {
- "line": 2289,
+ "line": 2292,
"column": 40
},
"end": {
- "line": 2289,
+ "line": 2292,
"column": 42
}
}
}
],
"range": [
- 82839,
- 82870
+ 82990,
+ 83021
],
"loc": {
"start": {
- "line": 2289,
+ "line": 2292,
"column": 12
},
"end": {
- "line": 2289,
+ "line": 2292,
"column": 43
}
}
},
"range": [
- 82839,
- 82871
+ 82990,
+ 83022
],
"loc": {
"start": {
- "line": 2289,
+ "line": 2292,
"column": 12
},
"end": {
- "line": 2289,
+ "line": 2292,
"column": 44
}
}
@@ -184209,16 +184532,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 82893,
- 82894
+ 83044,
+ 83045
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 20
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 21
}
}
@@ -184228,31 +184551,31 @@
"value": 0,
"raw": "0",
"range": [
- 82895,
- 82896
+ 83046,
+ 83047
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 22
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 23
}
}
},
"range": [
- 82893,
- 82896
+ 83044,
+ 83047
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 20
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 23
}
}
@@ -184260,16 +184583,16 @@
],
"kind": "let",
"range": [
- 82889,
- 82896
+ 83040,
+ 83047
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 16
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 23
}
}
@@ -184281,16 +184604,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 82898,
- 82899
+ 83049,
+ 83050
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 25
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 26
}
}
@@ -184299,31 +184622,31 @@
"type": "Identifier",
"name": "lisNb",
"range": [
- 82900,
- 82905
+ 83051,
+ 83056
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 27
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 32
}
}
},
"range": [
- 82898,
- 82905
+ 83049,
+ 83056
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 25
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 32
}
}
@@ -184335,32 +184658,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 82907,
- 82908
+ 83058,
+ 83059
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 34
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 35
}
}
},
"prefix": false,
"range": [
- 82907,
- 82910
+ 83058,
+ 83061
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 34
},
"end": {
- "line": 2291,
+ "line": 2294,
"column": 37
}
}
@@ -184377,16 +184700,16 @@
"type": "Identifier",
"name": "li",
"range": [
- 82933,
- 82935
+ 83084,
+ 83086
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 20
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 22
}
}
@@ -184403,16 +184726,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 82938,
- 82941
+ 83089,
+ 83092
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 25
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 28
}
}
@@ -184421,31 +184744,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 82942,
- 82945
+ 83093,
+ 83096
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 29
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 32
}
}
},
"range": [
- 82938,
- 82945
+ 83089,
+ 83096
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 25
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 32
}
}
@@ -184455,16 +184778,16 @@
"type": "Identifier",
"name": "slc",
"range": [
- 82946,
- 82949
+ 83097,
+ 83100
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 33
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 36
}
}
@@ -184474,32 +184797,32 @@
"value": "li",
"raw": "'li'",
"range": [
- 82950,
- 82954
+ 83101,
+ 83105
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 37
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 41
}
}
}
],
"range": [
- 82938,
- 82955
+ 83089,
+ 83106
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 25
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 42
}
}
@@ -184508,46 +184831,46 @@
"type": "Identifier",
"name": "k",
"range": [
- 82956,
- 82957
+ 83107,
+ 83108
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 43
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 44
}
}
},
"range": [
- 82938,
- 82958
+ 83089,
+ 83109
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 25
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 45
}
}
},
"range": [
- 82933,
- 82958
+ 83084,
+ 83109
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 20
},
"end": {
- "line": 2292,
+ "line": 2295,
"column": 45
}
}
@@ -184558,16 +184881,16 @@
"type": "Identifier",
"name": "lbl",
"range": [
- 82980,
- 82983
+ 83131,
+ 83134
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 20
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 23
}
}
@@ -184584,16 +184907,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 82986,
- 82989
+ 83137,
+ 83140
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 26
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 29
}
}
@@ -184602,31 +184925,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 82990,
- 82993
+ 83141,
+ 83144
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 30
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 33
}
}
},
"range": [
- 82986,
- 82993
+ 83137,
+ 83144
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 26
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 33
}
}
@@ -184636,16 +184959,16 @@
"type": "Identifier",
"name": "li",
"range": [
- 82994,
- 82996
+ 83145,
+ 83147
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 34
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 36
}
}
@@ -184655,32 +184978,32 @@
"value": "label",
"raw": "'label'",
"range": [
- 82997,
- 83004
+ 83148,
+ 83155
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 37
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 44
}
}
}
],
"range": [
- 82986,
- 83005
+ 83137,
+ 83156
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 26
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 45
}
}
@@ -184690,46 +185013,46 @@
"value": 0,
"raw": "0",
"range": [
- 83006,
- 83007
+ 83157,
+ 83158
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 46
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 47
}
}
},
"range": [
- 82986,
- 83008
+ 83137,
+ 83159
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 26
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 48
}
}
},
"range": [
- 82980,
- 83008
+ 83131,
+ 83159
],
"loc": {
"start": {
- "line": 2293,
+ "line": 2296,
"column": 20
},
"end": {
- "line": 2293,
+ "line": 2296,
"column": 48
}
}
@@ -184740,16 +185063,16 @@
"type": "Identifier",
"name": "chk",
"range": [
- 83030,
- 83033
+ 83181,
+ 83184
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 20
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 23
}
}
@@ -184766,16 +185089,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 83036,
- 83039
+ 83187,
+ 83190
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 26
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 29
}
}
@@ -184784,31 +185107,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 83040,
- 83043
+ 83191,
+ 83194
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 30
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 33
}
}
},
"range": [
- 83036,
- 83043
+ 83187,
+ 83194
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 26
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 33
}
}
@@ -184818,16 +185141,16 @@
"type": "Identifier",
"name": "li",
"range": [
- 83044,
- 83046
+ 83195,
+ 83197
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 34
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 36
}
}
@@ -184837,32 +185160,32 @@
"value": "input",
"raw": "'input'",
"range": [
- 83047,
- 83054
+ 83198,
+ 83205
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 37
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 44
}
}
}
],
"range": [
- 83036,
- 83055
+ 83187,
+ 83206
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 26
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 45
}
}
@@ -184872,46 +185195,46 @@
"value": 0,
"raw": "0",
"range": [
- 83056,
- 83057
+ 83207,
+ 83208
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 46
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 47
}
}
},
"range": [
- 83036,
- 83058
+ 83187,
+ 83209
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 26
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 48
}
}
},
"range": [
- 83030,
- 83058
+ 83181,
+ 83209
],
"loc": {
"start": {
- "line": 2294,
+ "line": 2297,
"column": 20
},
"end": {
- "line": 2294,
+ "line": 2297,
"column": 48
}
}
@@ -184922,16 +185245,16 @@
"type": "Identifier",
"name": "lblTxt",
"range": [
- 83080,
- 83086
+ 83231,
+ 83237
],
"loc": {
"start": {
- "line": 2295,
+ "line": 2298,
"column": 20
},
"end": {
- "line": 2295,
+ "line": 2298,
"column": 26
}
}
@@ -184945,16 +185268,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 83089,
- 83092
+ 83240,
+ 83243
],
"loc": {
"start": {
- "line": 2295,
+ "line": 2298,
"column": 29
},
"end": {
- "line": 2295,
+ "line": 2298,
"column": 32
}
}
@@ -184963,31 +185286,31 @@
"type": "Identifier",
"name": "matchCase",
"range": [
- 83093,
- 83102
+ 83244,
+ 83253
],
"loc": {
"start": {
- "line": 2295,
+ "line": 2298,
"column": 33
},
"end": {
- "line": 2295,
+ "line": 2298,
"column": 42
}
}
},
"range": [
- 83089,
- 83102
+ 83240,
+ 83253
],
"loc": {
"start": {
- "line": 2295,
+ "line": 2298,
"column": 29
},
"end": {
- "line": 2295,
+ "line": 2298,
"column": 42
}
}
@@ -185002,16 +185325,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 83128,
- 83131
+ 83279,
+ 83282
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 24
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 27
}
}
@@ -185020,31 +185343,31 @@
"type": "Identifier",
"name": "getText",
"range": [
- 83132,
- 83139
+ 83283,
+ 83290
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 28
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 35
}
}
},
"range": [
- 83128,
- 83139
+ 83279,
+ 83290
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 24
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 35
}
}
@@ -185054,32 +185377,32 @@
"type": "Identifier",
"name": "lbl",
"range": [
- 83140,
- 83143
+ 83291,
+ 83294
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 36
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 39
}
}
}
],
"range": [
- 83128,
- 83144
+ 83279,
+ 83295
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 24
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 40
}
}
@@ -185090,16 +185413,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 83146,
- 83150
+ 83297,
+ 83301
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 42
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 46
}
}
@@ -185108,62 +185431,62 @@
"type": "Identifier",
"name": "caseSensitive",
"range": [
- 83151,
- 83164
+ 83302,
+ 83315
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 47
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 60
}
}
},
"range": [
- 83146,
- 83164
+ 83297,
+ 83315
],
"loc": {
"start": {
- "line": 2296,
+ "line": 2299,
"column": 42
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 60
}
}
}
],
"range": [
- 83089,
- 83165
+ 83240,
+ 83316
],
"loc": {
"start": {
- "line": 2295,
+ "line": 2298,
"column": 29
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 61
}
}
},
"range": [
- 83080,
- 83165
+ 83231,
+ 83316
],
"loc": {
"start": {
- "line": 2295,
+ "line": 2298,
"column": 20
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 61
}
}
@@ -185171,16 +185494,16 @@
],
"kind": "let",
"range": [
- 82929,
- 83166
+ 83080,
+ 83317
],
"loc": {
"start": {
- "line": 2292,
+ "line": 2295,
"column": 16
},
"end": {
- "line": 2296,
+ "line": 2299,
"column": 62
}
}
@@ -185197,16 +185520,16 @@
"type": "Identifier",
"name": "lblTxt",
"range": [
- 83186,
- 83192
+ 83337,
+ 83343
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 19
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 25
}
}
@@ -185216,31 +185539,31 @@
"value": "",
"raw": "''",
"range": [
- 83197,
- 83199
+ 83348,
+ 83350
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 30
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 32
}
}
},
"range": [
- 83186,
- 83199
+ 83337,
+ 83350
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 19
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 32
}
}
@@ -185254,16 +185577,16 @@
"type": "Identifier",
"name": "Arr",
"range": [
- 83203,
- 83206
+ 83354,
+ 83357
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 36
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 39
}
}
@@ -185272,31 +185595,31 @@
"type": "Identifier",
"name": "has",
"range": [
- 83207,
- 83210
+ 83358,
+ 83361
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 40
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 43
}
}
},
"range": [
- 83203,
- 83210
+ 83354,
+ 83361
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 36
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 43
}
}
@@ -185306,16 +185629,16 @@
"type": "Identifier",
"name": "sarg",
"range": [
- 83211,
- 83215
+ 83362,
+ 83366
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 44
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 48
}
}
@@ -185324,16 +185647,16 @@
"type": "Identifier",
"name": "lblTxt",
"range": [
- 83217,
- 83223
+ 83368,
+ 83374
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 50
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 56
}
}
@@ -185343,47 +185666,47 @@
"value": true,
"raw": "true",
"range": [
- 83225,
- 83229
+ 83376,
+ 83380
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 58
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 62
}
}
}
],
"range": [
- 83203,
- 83230
+ 83354,
+ 83381
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 36
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 63
}
}
},
"range": [
- 83186,
- 83230
+ 83337,
+ 83381
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 19
},
"end": {
- "line": 2297,
+ "line": 2300,
"column": 63
}
}
@@ -185403,16 +185726,16 @@
"type": "Identifier",
"name": "chk",
"range": [
- 83253,
- 83256
+ 83404,
+ 83407
],
"loc": {
"start": {
- "line": 2298,
+ "line": 2301,
"column": 20
},
"end": {
- "line": 2298,
+ "line": 2301,
"column": 23
}
}
@@ -185421,31 +185744,31 @@
"type": "Identifier",
"name": "checked",
"range": [
- 83257,
- 83264
+ 83408,
+ 83415
],
"loc": {
"start": {
- "line": 2298,
+ "line": 2301,
"column": 24
},
"end": {
- "line": 2298,
+ "line": 2301,
"column": 31
}
}
},
"range": [
- 83253,
- 83264
+ 83404,
+ 83415
],
"loc": {
"start": {
- "line": 2298,
+ "line": 2301,
"column": 20
},
"end": {
- "line": 2298,
+ "line": 2301,
"column": 31
}
}
@@ -185455,46 +185778,46 @@
"value": true,
"raw": "true",
"range": [
- 83267,
- 83271
+ 83418,
+ 83422
],
"loc": {
"start": {
- "line": 2298,
+ "line": 2301,
"column": 34
},
"end": {
- "line": 2298,
+ "line": 2301,
"column": 38
}
}
},
"range": [
- 83253,
- 83271
+ 83404,
+ 83422
],
"loc": {
"start": {
- "line": 2298,
+ "line": 2301,
"column": 20
},
"end": {
- "line": 2298,
+ "line": 2301,
"column": 38
}
}
},
"range": [
- 83253,
- 83272
+ 83404,
+ 83423
],
"loc": {
"start": {
- "line": 2298,
+ "line": 2301,
"column": 20
},
"end": {
- "line": 2298,
+ "line": 2301,
"column": 39
}
}
@@ -185515,16 +185838,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 83293,
- 83297
+ 83444,
+ 83448
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 20
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 24
}
}
@@ -185533,31 +185856,31 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 83298,
- 83301
+ 83449,
+ 83452
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 25
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 28
}
}
},
"range": [
- 83293,
- 83301
+ 83444,
+ 83452
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 20
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 28
}
}
@@ -185566,31 +185889,31 @@
"type": "Identifier",
"name": "checkList",
"range": [
- 83302,
- 83311
+ 83453,
+ 83462
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 29
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 38
}
}
},
"range": [
- 83293,
- 83311
+ 83444,
+ 83462
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 20
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 38
}
}
@@ -185599,31 +185922,31 @@
"type": "Identifier",
"name": "setCheckListValues",
"range": [
- 83312,
- 83330
+ 83463,
+ 83481
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 39
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 57
}
}
},
"range": [
- 83293,
- 83330
+ 83444,
+ 83481
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 20
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 57
}
}
@@ -185633,63 +185956,63 @@
"type": "Identifier",
"name": "chk",
"range": [
- 83331,
- 83334
+ 83482,
+ 83485
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 58
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 61
}
}
}
],
"range": [
- 83293,
- 83335
+ 83444,
+ 83486
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 20
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 62
}
}
},
"range": [
- 83293,
- 83336
+ 83444,
+ 83487
],
"loc": {
"start": {
- "line": 2299,
+ "line": 2302,
"column": 20
},
"end": {
- "line": 2299,
+ "line": 2302,
"column": 63
}
}
}
],
"range": [
- 83231,
- 83354
+ 83382,
+ 83505
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 64
},
"end": {
- "line": 2300,
+ "line": 2303,
"column": 17
}
}
@@ -185709,16 +186032,16 @@
"type": "Identifier",
"name": "chk",
"range": [
- 83397,
- 83400
+ 83548,
+ 83551
],
"loc": {
"start": {
- "line": 2302,
+ "line": 2305,
"column": 20
},
"end": {
- "line": 2302,
+ "line": 2305,
"column": 23
}
}
@@ -185727,31 +186050,31 @@
"type": "Identifier",
"name": "checked",
"range": [
- 83401,
- 83408
+ 83552,
+ 83559
],
"loc": {
"start": {
- "line": 2302,
+ "line": 2305,
"column": 24
},
"end": {
- "line": 2302,
+ "line": 2305,
"column": 31
}
}
},
"range": [
- 83397,
- 83408
+ 83548,
+ 83559
],
"loc": {
"start": {
- "line": 2302,
+ "line": 2305,
"column": 20
},
"end": {
- "line": 2302,
+ "line": 2305,
"column": 31
}
}
@@ -185761,46 +186084,46 @@
"value": false,
"raw": "false",
"range": [
- 83411,
- 83416
+ 83562,
+ 83567
],
"loc": {
"start": {
- "line": 2302,
+ "line": 2305,
"column": 34
},
"end": {
- "line": 2302,
+ "line": 2305,
"column": 39
}
}
},
"range": [
- 83397,
- 83416
+ 83548,
+ 83567
],
"loc": {
"start": {
- "line": 2302,
+ "line": 2305,
"column": 20
},
"end": {
- "line": 2302,
+ "line": 2305,
"column": 39
}
}
},
"range": [
- 83397,
- 83417
+ 83548,
+ 83568
],
"loc": {
"start": {
- "line": 2302,
+ "line": 2305,
"column": 20
},
"end": {
- "line": 2302,
+ "line": 2305,
"column": 40
}
}
@@ -185821,16 +186144,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 83438,
- 83442
+ 83589,
+ 83593
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 20
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 24
}
}
@@ -185839,31 +186162,31 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 83443,
- 83446
+ 83594,
+ 83597
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 25
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 28
}
}
},
"range": [
- 83438,
- 83446
+ 83589,
+ 83597
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 20
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 28
}
}
@@ -185872,31 +186195,31 @@
"type": "Identifier",
"name": "checkList",
"range": [
- 83447,
- 83456
+ 83598,
+ 83607
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 29
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 38
}
}
},
"range": [
- 83438,
- 83456
+ 83589,
+ 83607
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 20
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 38
}
}
@@ -185905,31 +186228,31 @@
"type": "Identifier",
"name": "setCheckListValues",
"range": [
- 83457,
- 83475
+ 83608,
+ 83626
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 39
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 57
}
}
},
"range": [
- 83438,
- 83475
+ 83589,
+ 83626
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 20
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 57
}
}
@@ -185939,141 +186262,141 @@
"type": "Identifier",
"name": "chk",
"range": [
- 83476,
- 83479
+ 83627,
+ 83630
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 58
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 61
}
}
}
],
"range": [
- 83438,
- 83480
+ 83589,
+ 83631
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 20
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 62
}
}
},
"range": [
- 83438,
- 83481
+ 83589,
+ 83632
],
"loc": {
"start": {
- "line": 2303,
+ "line": 2306,
"column": 20
},
"end": {
- "line": 2303,
+ "line": 2306,
"column": 63
}
}
}
],
"range": [
- 83375,
- 83499
+ 83526,
+ 83650
],
"loc": {
"start": {
- "line": 2301,
+ "line": 2304,
"column": 20
},
"end": {
- "line": 2304,
+ "line": 2307,
"column": 17
}
}
},
"range": [
- 83183,
- 83499
+ 83334,
+ 83650
],
"loc": {
"start": {
- "line": 2297,
+ "line": 2300,
"column": 16
},
"end": {
- "line": 2304,
+ "line": 2307,
"column": 17
}
}
}
],
"range": [
- 82911,
- 83513
+ 83062,
+ 83664
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 38
},
"end": {
- "line": 2305,
+ "line": 2308,
"column": 13
}
}
},
"range": [
- 82885,
- 83513
+ 83036,
+ 83664
],
"loc": {
"start": {
- "line": 2291,
+ "line": 2294,
"column": 12
},
"end": {
- "line": 2305,
+ "line": 2308,
"column": 13
}
}
}
],
"range": [
- 82596,
- 83523
+ 82747,
+ 83674
],
"loc": {
"start": {
- "line": 2283,
+ "line": 2286,
"column": 53
},
"end": {
- "line": 2306,
+ "line": 2309,
"column": 9
}
}
},
"alternate": null,
"range": [
- 82556,
- 83523
+ 82707,
+ 83674
],
"loc": {
"start": {
- "line": 2283,
+ "line": 2286,
"column": 13
},
"end": {
- "line": 2306,
+ "line": 2309,
"column": 9
}
},
@@ -186082,16 +186405,16 @@
"type": "Line",
"value": "if",
"range": [
- 82487,
- 82491
+ 82638,
+ 82642
],
"loc": {
"start": {
- "line": 2279,
+ "line": 2282,
"column": 17
},
"end": {
- "line": 2279,
+ "line": 2282,
"column": 21
}
}
@@ -186100,16 +186423,16 @@
"type": "Line",
"value": "for j",
"range": [
- 82505,
- 82512
+ 82656,
+ 82663
],
"loc": {
"start": {
- "line": 2280,
+ "line": 2283,
"column": 13
},
"end": {
- "line": 2280,
+ "line": 2283,
"column": 20
}
}
@@ -186118,16 +186441,16 @@
"type": "Line",
"value": "checklist",
"range": [
- 82531,
- 82542
+ 82682,
+ 82693
],
"loc": {
"start": {
- "line": 2282,
+ "line": 2285,
"column": 8
},
"end": {
- "line": 2282,
+ "line": 2285,
"column": 19
}
}
@@ -186135,16 +186458,16 @@
]
},
"range": [
- 81874,
- 83523
+ 82025,
+ 83674
],
"loc": {
"start": {
- "line": 2265,
+ "line": 2268,
"column": 13
},
"end": {
- "line": 2306,
+ "line": 2309,
"column": 9
}
},
@@ -186153,16 +186476,16 @@
"type": "Line",
"value": "multiple selects",
"range": [
- 81842,
- 81860
+ 81993,
+ 82011
],
"loc": {
"start": {
- "line": 2264,
+ "line": 2267,
"column": 8
},
"end": {
- "line": 2264,
+ "line": 2267,
"column": 26
}
}
@@ -186170,32 +186493,32 @@
]
},
"range": [
- 81700,
- 83523
+ 81851,
+ 83674
],
"loc": {
"start": {
- "line": 2260,
+ "line": 2263,
"column": 8
},
"end": {
- "line": 2306,
+ "line": 2309,
"column": 9
}
}
}
],
"range": [
- 81464,
- 83529
+ 81615,
+ 83680
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 39
},
"end": {
- "line": 2307,
+ "line": 2310,
"column": 5
}
}
@@ -186203,16 +186526,16 @@
"generator": false,
"expression": false,
"range": [
- 81443,
- 83529
+ 81594,
+ 83680
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 18
},
"end": {
- "line": 2307,
+ "line": 2310,
"column": 5
}
}
@@ -186220,16 +186543,16 @@
"kind": "method",
"computed": false,
"range": [
- 81429,
- 83529
+ 81580,
+ 83680
],
"loc": {
"start": {
- "line": 2252,
+ "line": 2255,
"column": 4
},
"end": {
- "line": 2307,
+ "line": 2310,
"column": 5
}
},
@@ -186238,16 +186561,16 @@
"type": "Block",
"value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String} searcharg Search term\n ",
"range": [
- 81278,
- 81424
+ 81429,
+ 81575
],
"loc": {
"start": {
- "line": 2247,
+ "line": 2250,
"column": 4
},
"end": {
- "line": 2251,
+ "line": 2254,
"column": 7
}
}
@@ -186258,16 +186581,16 @@
"type": "Block",
"value": "*\n * Set them columns' widths as per configuration\n * @param {Number} rowIndex Optional row index to apply the widths to\n * @param {Element} tbl DOM element\n ",
"range": [
- 83535,
- 83713
+ 83686,
+ 83864
],
"loc": {
"start": {
- "line": 2309,
+ "line": 2312,
"column": 4
},
"end": {
- "line": 2313,
+ "line": 2316,
"column": 7
}
}
@@ -186281,16 +186604,16 @@
"type": "Identifier",
"name": "setColWidths",
"range": [
- 83718,
- 83730
+ 83869,
+ 83881
],
"loc": {
"start": {
- "line": 2314,
+ "line": 2317,
"column": 4
},
"end": {
- "line": 2314,
+ "line": 2317,
"column": 16
}
}
@@ -186303,16 +186626,16 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 83731,
- 83739
+ 83882,
+ 83890
],
"loc": {
"start": {
- "line": 2314,
+ "line": 2317,
"column": 17
},
"end": {
- "line": 2314,
+ "line": 2317,
"column": 25
}
}
@@ -186321,16 +186644,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 83741,
- 83744
+ 83892,
+ 83895
],
"loc": {
"start": {
- "line": 2314,
+ "line": 2317,
"column": 27
},
"end": {
- "line": 2314,
+ "line": 2317,
"column": 30
}
}
@@ -186353,16 +186676,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 83759,
- 83763
+ 83910,
+ 83914
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 12
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 16
}
}
@@ -186371,47 +186694,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 83764,
- 83771
+ 83915,
+ 83922
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 17
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 24
}
}
},
"range": [
- 83759,
- 83771
+ 83910,
+ 83922
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 12
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 24
}
}
},
"prefix": true,
"range": [
- 83758,
- 83771
+ 83909,
+ 83922
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 11
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 24
}
}
@@ -186425,16 +186748,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 83776,
- 83780
+ 83927,
+ 83931
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 29
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 33
}
}
@@ -186443,62 +186766,62 @@
"type": "Identifier",
"name": "hasColWidths",
"range": [
- 83781,
- 83793
+ 83932,
+ 83944
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 34
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 46
}
}
},
"range": [
- 83776,
- 83793
+ 83927,
+ 83944
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 29
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 46
}
}
},
"prefix": true,
"range": [
- 83775,
- 83793
+ 83926,
+ 83944
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 28
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 46
}
}
},
"range": [
- 83758,
- 83793
+ 83909,
+ 83944
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 11
},
"end": {
- "line": 2315,
+ "line": 2318,
"column": 46
}
}
@@ -186510,48 +186833,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 83808,
- 83815
+ 83959,
+ 83966
],
"loc": {
"start": {
- "line": 2316,
+ "line": 2319,
"column": 12
},
"end": {
- "line": 2316,
+ "line": 2319,
"column": 19
}
}
}
],
"range": [
- 83794,
- 83825
+ 83945,
+ 83976
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 47
},
"end": {
- "line": 2317,
+ "line": 2320,
"column": 9
}
}
},
"alternate": null,
"range": [
- 83755,
- 83825
+ 83906,
+ 83976
],
"loc": {
"start": {
- "line": 2315,
+ "line": 2318,
"column": 8
},
"end": {
- "line": 2317,
+ "line": 2320,
"column": 9
}
}
@@ -186565,16 +186888,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 83834,
- 83837
+ 83985,
+ 83988
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 8
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 11
}
}
@@ -186586,16 +186909,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 83840,
- 83843
+ 83991,
+ 83994
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 14
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 17
}
}
@@ -186606,16 +186929,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 83847,
- 83851
+ 83998,
+ 84002
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 21
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 25
}
}
@@ -186624,76 +186947,76 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 83852,
- 83855
+ 84003,
+ 84006
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 26
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 29
}
}
},
"range": [
- 83847,
- 83855
+ 83998,
+ 84006
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 21
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 29
}
}
},
"range": [
- 83840,
- 83855
+ 83991,
+ 84006
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 14
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 29
}
}
},
"range": [
- 83834,
- 83855
+ 83985,
+ 84006
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 8
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 29
}
}
},
"range": [
- 83834,
- 83856
+ 83985,
+ 84007
],
"loc": {
"start": {
- "line": 2318,
+ "line": 2321,
"column": 8
},
"end": {
- "line": 2318,
+ "line": 2321,
"column": 30
}
}
@@ -186707,32 +187030,32 @@
"type": "Identifier",
"name": "rIndex",
"range": [
- 83869,
- 83875
+ 84020,
+ 84026
],
"loc": {
"start": {
- "line": 2319,
+ "line": 2322,
"column": 12
},
"end": {
- "line": 2319,
+ "line": 2322,
"column": 18
}
}
},
"init": null,
"range": [
- 83869,
- 83875
+ 84020,
+ 84026
],
"loc": {
"start": {
- "line": 2319,
+ "line": 2322,
"column": 12
},
"end": {
- "line": 2319,
+ "line": 2322,
"column": 18
}
}
@@ -186740,16 +187063,16 @@
],
"kind": "let",
"range": [
- 83865,
- 83876
+ 84016,
+ 84027
],
"loc": {
"start": {
- "line": 2319,
+ "line": 2322,
"column": 8
},
"end": {
- "line": 2319,
+ "line": 2322,
"column": 19
}
}
@@ -186763,16 +187086,16 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 83888,
- 83896
+ 84039,
+ 84047
],
"loc": {
"start": {
- "line": 2320,
+ "line": 2323,
"column": 11
},
"end": {
- "line": 2320,
+ "line": 2323,
"column": 19
}
}
@@ -186781,31 +187104,31 @@
"type": "Identifier",
"name": "undefined",
"range": [
- 83899,
- 83908
+ 84050,
+ 84059
],
"loc": {
"start": {
- "line": 2320,
+ "line": 2323,
"column": 22
},
"end": {
- "line": 2320,
+ "line": 2323,
"column": 31
}
}
},
"range": [
- 83888,
- 83908
+ 84039,
+ 84059
],
"loc": {
"start": {
- "line": 2320,
+ "line": 2323,
"column": 11
},
"end": {
- "line": 2320,
+ "line": 2323,
"column": 31
}
}
@@ -186822,16 +187145,16 @@
"type": "Identifier",
"name": "rIndex",
"range": [
- 83923,
- 83929
+ 84074,
+ 84080
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 12
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 18
}
}
@@ -186857,16 +187180,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 83932,
- 83935
+ 84083,
+ 84086
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 21
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 24
}
}
@@ -186875,31 +187198,31 @@
"type": "Identifier",
"name": "rows",
"range": [
- 83936,
- 83940
+ 84087,
+ 84091
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 25
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 29
}
}
},
"range": [
- 83932,
- 83940
+ 84083,
+ 84091
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 21
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 29
}
}
@@ -186909,31 +187232,31 @@
"value": 0,
"raw": "0",
"range": [
- 83941,
- 83942
+ 84092,
+ 84093
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 30
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 31
}
}
},
"range": [
- 83932,
- 83943
+ 84083,
+ 84094
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 21
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 32
}
}
@@ -186942,31 +187265,31 @@
"type": "Identifier",
"name": "style",
"range": [
- 83944,
- 83949
+ 84095,
+ 84100
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 33
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 38
}
}
},
"range": [
- 83932,
- 83949
+ 84083,
+ 84100
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 21
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 38
}
}
@@ -186975,31 +187298,31 @@
"type": "Identifier",
"name": "display",
"range": [
- 83950,
- 83957
+ 84101,
+ 84108
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 39
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 46
}
}
},
"range": [
- 83932,
- 83957
+ 84083,
+ 84108
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 21
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 46
}
}
@@ -187009,31 +187332,31 @@
"value": "none",
"raw": "'none'",
"range": [
- 83959,
- 83965
+ 84110,
+ 84116
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 48
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 54
}
}
},
"range": [
- 83932,
- 83965
+ 84083,
+ 84116
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 21
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 54
}
}
@@ -187043,16 +187366,16 @@
"value": 0,
"raw": "0",
"range": [
- 83968,
- 83969
+ 84119,
+ 84120
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 57
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 58
}
}
@@ -187062,77 +187385,77 @@
"value": 1,
"raw": "1",
"range": [
- 83972,
- 83973
+ 84123,
+ 84124
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 61
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 62
}
}
},
"range": [
- 83932,
- 83973
+ 84083,
+ 84124
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 21
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 62
}
}
},
"range": [
- 83923,
- 83973
+ 84074,
+ 84124
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 12
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 62
}
}
},
"range": [
- 83923,
- 83974
+ 84074,
+ 84125
],
"loc": {
"start": {
- "line": 2321,
+ "line": 2324,
"column": 12
},
"end": {
- "line": 2321,
+ "line": 2324,
"column": 63
}
}
}
],
"range": [
- 83909,
- 83984
+ 84060,
+ 84135
],
"loc": {
"start": {
- "line": 2320,
+ "line": 2323,
"column": 32
},
"end": {
- "line": 2322,
+ "line": 2325,
"column": 9
}
}
@@ -187149,16 +187472,16 @@
"type": "Identifier",
"name": "rIndex",
"range": [
- 84003,
- 84009
+ 84154,
+ 84160
],
"loc": {
"start": {
- "line": 2323,
+ "line": 2326,
"column": 12
},
"end": {
- "line": 2323,
+ "line": 2326,
"column": 18
}
}
@@ -187167,77 +187490,77 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 84012,
- 84020
+ 84163,
+ 84171
],
"loc": {
"start": {
- "line": 2323,
+ "line": 2326,
"column": 21
},
"end": {
- "line": 2323,
+ "line": 2326,
"column": 29
}
}
},
"range": [
- 84003,
- 84020
+ 84154,
+ 84171
],
"loc": {
"start": {
- "line": 2323,
+ "line": 2326,
"column": 12
},
"end": {
- "line": 2323,
+ "line": 2326,
"column": 29
}
}
},
"range": [
- 84003,
- 84021
+ 84154,
+ 84172
],
"loc": {
"start": {
- "line": 2323,
+ "line": 2326,
"column": 12
},
"end": {
- "line": 2323,
+ "line": 2326,
"column": 30
}
}
}
],
"range": [
- 83989,
- 84031
+ 84140,
+ 84182
],
"loc": {
"start": {
- "line": 2322,
+ "line": 2325,
"column": 14
},
"end": {
- "line": 2324,
+ "line": 2327,
"column": 9
}
}
},
"range": [
- 83885,
- 84031
+ 84036,
+ 84182
],
"loc": {
"start": {
- "line": 2320,
+ "line": 2323,
"column": 8
},
"end": {
- "line": 2324,
+ "line": 2327,
"column": 9
}
}
@@ -187253,16 +187576,16 @@
"type": "Identifier",
"name": "setWidths",
"range": [
- 84041,
- 84050
+ 84192,
+ 84201
],
"loc": {
"start": {
- "line": 2326,
+ "line": 2329,
"column": 8
},
"end": {
- "line": 2326,
+ "line": 2329,
"column": 17
}
}
@@ -187271,31 +187594,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 84051,
- 84055
+ 84202,
+ 84206
],
"loc": {
"start": {
- "line": 2326,
+ "line": 2329,
"column": 18
},
"end": {
- "line": 2326,
+ "line": 2329,
"column": 22
}
}
},
"range": [
- 84041,
- 84055
+ 84192,
+ 84206
],
"loc": {
"start": {
- "line": 2326,
+ "line": 2329,
"column": 8
},
"end": {
- "line": 2326,
+ "line": 2329,
"column": 22
}
}
@@ -187304,47 +187627,47 @@
{
"type": "ThisExpression",
"range": [
- 84056,
- 84060
+ 84207,
+ 84211
],
"loc": {
"start": {
- "line": 2326,
+ "line": 2329,
"column": 23
},
"end": {
- "line": 2326,
+ "line": 2329,
"column": 27
}
}
}
],
"range": [
- 84041,
- 84061
+ 84192,
+ 84212
],
"loc": {
"start": {
- "line": 2326,
+ "line": 2329,
"column": 8
},
"end": {
- "line": 2326,
+ "line": 2329,
"column": 28
}
}
},
"range": [
- 84041,
- 84062
+ 84192,
+ 84213
],
"loc": {
"start": {
- "line": 2326,
+ "line": 2329,
"column": 8
},
"end": {
- "line": 2326,
+ "line": 2329,
"column": 29
}
}
@@ -187355,16 +187678,16 @@
"type": "Identifier",
"name": "setWidths",
"range": [
- 84081,
- 84090
+ 84232,
+ 84241
],
"loc": {
"start": {
- "line": 2328,
+ "line": 2331,
"column": 17
},
"end": {
- "line": 2328,
+ "line": 2331,
"column": 26
}
}
@@ -187382,16 +187705,16 @@
"type": "Identifier",
"name": "nbCols",
"range": [
- 84149,
- 84155
+ 84300,
+ 84306
],
"loc": {
"start": {
- "line": 2330,
+ "line": 2333,
"column": 16
},
"end": {
- "line": 2330,
+ "line": 2333,
"column": 22
}
}
@@ -187402,16 +187725,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 84158,
- 84162
+ 84309,
+ 84313
],
"loc": {
"start": {
- "line": 2330,
+ "line": 2333,
"column": 25
},
"end": {
- "line": 2330,
+ "line": 2333,
"column": 29
}
}
@@ -187420,46 +187743,46 @@
"type": "Identifier",
"name": "nbCells",
"range": [
- 84163,
- 84170
+ 84314,
+ 84321
],
"loc": {
"start": {
- "line": 2330,
+ "line": 2333,
"column": 30
},
"end": {
- "line": 2330,
+ "line": 2333,
"column": 37
}
}
},
"range": [
- 84158,
- 84170
+ 84309,
+ 84321
],
"loc": {
"start": {
- "line": 2330,
+ "line": 2333,
"column": 25
},
"end": {
- "line": 2330,
+ "line": 2333,
"column": 37
}
}
},
"range": [
- 84149,
- 84170
+ 84300,
+ 84321
],
"loc": {
"start": {
- "line": 2330,
+ "line": 2333,
"column": 16
},
"end": {
- "line": 2330,
+ "line": 2333,
"column": 37
}
}
@@ -187467,16 +187790,16 @@
],
"kind": "let",
"range": [
- 84145,
- 84171
+ 84296,
+ 84322
],
"loc": {
"start": {
- "line": 2330,
+ "line": 2333,
"column": 12
},
"end": {
- "line": 2330,
+ "line": 2333,
"column": 38
}
},
@@ -187485,16 +187808,16 @@
"type": "Block",
"value": "jshint validthis:true ",
"range": [
- 84106,
- 84132
+ 84257,
+ 84283
],
"loc": {
"start": {
- "line": 2329,
+ "line": 2332,
"column": 12
},
"end": {
- "line": 2329,
+ "line": 2332,
"column": 38
}
}
@@ -187510,16 +187833,16 @@
"type": "Identifier",
"name": "colWidths",
"range": [
- 84188,
- 84197
+ 84339,
+ 84348
],
"loc": {
"start": {
- "line": 2331,
+ "line": 2334,
"column": 16
},
"end": {
- "line": 2331,
+ "line": 2334,
"column": 25
}
}
@@ -187530,16 +187853,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 84200,
- 84204
+ 84351,
+ 84355
],
"loc": {
"start": {
- "line": 2331,
+ "line": 2334,
"column": 28
},
"end": {
- "line": 2331,
+ "line": 2334,
"column": 32
}
}
@@ -187548,46 +187871,46 @@
"type": "Identifier",
"name": "colWidths",
"range": [
- 84205,
- 84214
+ 84356,
+ 84365
],
"loc": {
"start": {
- "line": 2331,
+ "line": 2334,
"column": 33
},
"end": {
- "line": 2331,
+ "line": 2334,
"column": 42
}
}
},
"range": [
- 84200,
- 84214
+ 84351,
+ 84365
],
"loc": {
"start": {
- "line": 2331,
+ "line": 2334,
"column": 28
},
"end": {
- "line": 2331,
+ "line": 2334,
"column": 42
}
}
},
"range": [
- 84188,
- 84214
+ 84339,
+ 84365
],
"loc": {
"start": {
- "line": 2331,
+ "line": 2334,
"column": 16
},
"end": {
- "line": 2331,
+ "line": 2334,
"column": 42
}
}
@@ -187595,16 +187918,16 @@
],
"kind": "let",
"range": [
- 84184,
- 84215
+ 84335,
+ 84366
],
"loc": {
"start": {
- "line": 2331,
+ "line": 2334,
"column": 12
},
"end": {
- "line": 2331,
+ "line": 2334,
"column": 43
}
}
@@ -187618,16 +187941,16 @@
"type": "Identifier",
"name": "colTags",
"range": [
- 84232,
- 84239
+ 84383,
+ 84390
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 16
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 23
}
}
@@ -187641,16 +187964,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 84242,
- 84245
+ 84393,
+ 84396
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 26
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 29
}
}
@@ -187659,31 +187982,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 84246,
- 84249
+ 84397,
+ 84400
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 30
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 33
}
}
},
"range": [
- 84242,
- 84249
+ 84393,
+ 84400
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 26
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 33
}
}
@@ -187693,16 +188016,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 84250,
- 84253
+ 84401,
+ 84404
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 34
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 37
}
}
@@ -187712,47 +188035,47 @@
"value": "col",
"raw": "'col'",
"range": [
- 84255,
- 84260
+ 84406,
+ 84411
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 39
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 44
}
}
}
],
"range": [
- 84242,
- 84261
+ 84393,
+ 84412
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 26
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 45
}
}
},
"range": [
- 84232,
- 84261
+ 84383,
+ 84412
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 16
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 45
}
}
@@ -187760,16 +188083,16 @@
],
"kind": "let",
"range": [
- 84228,
- 84262
+ 84379,
+ 84413
],
"loc": {
"start": {
- "line": 2332,
+ "line": 2335,
"column": 12
},
"end": {
- "line": 2332,
+ "line": 2335,
"column": 46
}
}
@@ -187783,16 +188106,16 @@
"type": "Identifier",
"name": "tblHasColTag",
"range": [
- 84279,
- 84291
+ 84430,
+ 84442
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 16
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 28
}
}
@@ -187807,16 +188130,16 @@
"type": "Identifier",
"name": "colTags",
"range": [
- 84294,
- 84301
+ 84445,
+ 84452
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 31
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 38
}
}
@@ -187825,31 +188148,31 @@
"type": "Identifier",
"name": "length",
"range": [
- 84302,
- 84308
+ 84453,
+ 84459
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 39
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 45
}
}
},
"range": [
- 84294,
- 84308
+ 84445,
+ 84459
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 31
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 45
}
}
@@ -187859,46 +188182,46 @@
"value": 0,
"raw": "0",
"range": [
- 84311,
- 84312
+ 84462,
+ 84463
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 48
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 49
}
}
},
"range": [
- 84294,
- 84312
+ 84445,
+ 84463
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 31
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 49
}
}
},
"range": [
- 84279,
- 84312
+ 84430,
+ 84463
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 16
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 49
}
}
@@ -187906,16 +188229,16 @@
],
"kind": "let",
"range": [
- 84275,
- 84313
+ 84426,
+ 84464
],
"loc": {
"start": {
- "line": 2333,
+ "line": 2336,
"column": 12
},
"end": {
- "line": 2333,
+ "line": 2336,
"column": 50
}
}
@@ -187929,16 +188252,16 @@
"type": "Identifier",
"name": "frag",
"range": [
- 84330,
- 84334
+ 84481,
+ 84485
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 16
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 20
}
}
@@ -187952,32 +188275,32 @@
"type": "Identifier",
"name": "tblHasColTag",
"range": [
- 84338,
- 84350
+ 84489,
+ 84501
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 24
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 36
}
}
},
"prefix": true,
"range": [
- 84337,
- 84350
+ 84488,
+ 84501
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 23
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 36
}
}
@@ -187991,16 +188314,16 @@
"type": "Identifier",
"name": "doc",
"range": [
- 84353,
- 84356
+ 84504,
+ 84507
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 39
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 42
}
}
@@ -188009,47 +188332,47 @@
"type": "Identifier",
"name": "createDocumentFragment",
"range": [
- 84357,
- 84379
+ 84508,
+ 84530
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 43
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 65
}
}
},
"range": [
- 84353,
- 84379
+ 84504,
+ 84530
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 39
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 65
}
}
},
"arguments": [],
"range": [
- 84353,
- 84381
+ 84504,
+ 84532
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 39
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 67
}
}
@@ -188059,46 +188382,46 @@
"value": null,
"raw": "null",
"range": [
- 84384,
- 84388
+ 84535,
+ 84539
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 70
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 74
}
}
},
"range": [
- 84337,
- 84388
+ 84488,
+ 84539
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 23
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 74
}
}
},
"range": [
- 84330,
- 84388
+ 84481,
+ 84539
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 16
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 74
}
}
@@ -188106,16 +188429,16 @@
],
"kind": "let",
"range": [
- 84326,
- 84389
+ 84477,
+ 84540
],
"loc": {
"start": {
- "line": 2334,
+ "line": 2337,
"column": 12
},
"end": {
- "line": 2334,
+ "line": 2337,
"column": 75
}
}
@@ -188131,16 +188454,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 84410,
- 84411
+ 84561,
+ 84562
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 20
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 21
}
}
@@ -188150,31 +188473,31 @@
"value": 0,
"raw": "0",
"range": [
- 84412,
- 84413
+ 84563,
+ 84564
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 22
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 23
}
}
},
"range": [
- 84410,
- 84413
+ 84561,
+ 84564
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 20
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 23
}
}
@@ -188182,16 +188505,16 @@
],
"kind": "let",
"range": [
- 84406,
- 84413
+ 84557,
+ 84564
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 16
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 23
}
}
@@ -188203,16 +188526,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 84415,
- 84416
+ 84566,
+ 84567
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 25
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 26
}
}
@@ -188221,31 +188544,31 @@
"type": "Identifier",
"name": "nbCols",
"range": [
- 84417,
- 84423
+ 84568,
+ 84574
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 27
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 33
}
}
},
"range": [
- 84415,
- 84423
+ 84566,
+ 84574
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 25
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 33
}
}
@@ -188257,32 +188580,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 84425,
- 84426
+ 84576,
+ 84577
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 35
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 36
}
}
},
"prefix": false,
"range": [
- 84425,
- 84428
+ 84576,
+ 84579
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 35
},
"end": {
- "line": 2335,
+ "line": 2338,
"column": 38
}
}
@@ -188299,32 +188622,32 @@
"type": "Identifier",
"name": "col",
"range": [
- 84451,
- 84454
+ 84602,
+ 84605
],
"loc": {
"start": {
- "line": 2336,
+ "line": 2339,
"column": 20
},
"end": {
- "line": 2336,
+ "line": 2339,
"column": 23
}
}
},
"init": null,
"range": [
- 84451,
- 84454
+ 84602,
+ 84605
],
"loc": {
"start": {
- "line": 2336,
+ "line": 2339,
"column": 20
},
"end": {
- "line": 2336,
+ "line": 2339,
"column": 23
}
}
@@ -188332,16 +188655,16 @@
],
"kind": "let",
"range": [
- 84447,
- 84455
+ 84598,
+ 84606
],
"loc": {
"start": {
- "line": 2336,
+ "line": 2339,
"column": 16
},
"end": {
- "line": 2336,
+ "line": 2339,
"column": 24
}
}
@@ -188352,16 +188675,16 @@
"type": "Identifier",
"name": "tblHasColTag",
"range": [
- 84475,
- 84487
+ 84626,
+ 84638
],
"loc": {
"start": {
- "line": 2337,
+ "line": 2340,
"column": 19
},
"end": {
- "line": 2337,
+ "line": 2340,
"column": 31
}
}
@@ -188378,16 +188701,16 @@
"type": "Identifier",
"name": "col",
"range": [
- 84510,
- 84513
+ 84661,
+ 84664
],
"loc": {
"start": {
- "line": 2338,
+ "line": 2341,
"column": 20
},
"end": {
- "line": 2338,
+ "line": 2341,
"column": 23
}
}
@@ -188399,16 +188722,16 @@
"type": "Identifier",
"name": "colTags",
"range": [
- 84516,
- 84523
+ 84667,
+ 84674
],
"loc": {
"start": {
- "line": 2338,
+ "line": 2341,
"column": 26
},
"end": {
- "line": 2338,
+ "line": 2341,
"column": 33
}
}
@@ -188417,77 +188740,77 @@
"type": "Identifier",
"name": "k",
"range": [
- 84524,
- 84525
+ 84675,
+ 84676
],
"loc": {
"start": {
- "line": 2338,
+ "line": 2341,
"column": 34
},
"end": {
- "line": 2338,
+ "line": 2341,
"column": 35
}
}
},
"range": [
- 84516,
- 84526
+ 84667,
+ 84677
],
"loc": {
"start": {
- "line": 2338,
+ "line": 2341,
"column": 26
},
"end": {
- "line": 2338,
+ "line": 2341,
"column": 36
}
}
},
"range": [
- 84510,
- 84526
+ 84661,
+ 84677
],
"loc": {
"start": {
- "line": 2338,
+ "line": 2341,
"column": 20
},
"end": {
- "line": 2338,
+ "line": 2341,
"column": 36
}
}
},
"range": [
- 84510,
- 84527
+ 84661,
+ 84678
],
"loc": {
"start": {
- "line": 2338,
+ "line": 2341,
"column": 20
},
"end": {
- "line": 2338,
+ "line": 2341,
"column": 37
}
}
}
],
"range": [
- 84488,
- 84545
+ 84639,
+ 84696
],
"loc": {
"start": {
- "line": 2337,
+ "line": 2340,
"column": 32
},
"end": {
- "line": 2339,
+ "line": 2342,
"column": 17
}
}
@@ -188504,16 +188827,16 @@
"type": "Identifier",
"name": "col",
"range": [
- 84573,
- 84576
+ 84724,
+ 84727
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 20
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 23
}
}
@@ -188527,16 +188850,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 84579,
- 84582
+ 84730,
+ 84733
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 26
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 29
}
}
@@ -188545,31 +188868,31 @@
"type": "Identifier",
"name": "create",
"range": [
- 84583,
- 84589
+ 84734,
+ 84740
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 30
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 36
}
}
},
"range": [
- 84579,
- 84589
+ 84730,
+ 84740
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 26
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 36
}
}
@@ -188580,16 +188903,16 @@
"value": "col",
"raw": "'col'",
"range": [
- 84590,
- 84595
+ 84741,
+ 84746
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 37
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 42
}
}
@@ -188602,16 +188925,16 @@
"value": "id",
"raw": "'id'",
"range": [
- 84598,
- 84602
+ 84749,
+ 84753
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 45
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 49
}
}
@@ -188628,16 +188951,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 84604,
- 84608
+ 84755,
+ 84759
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 51
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 55
}
}
@@ -188646,31 +188969,31 @@
"type": "Identifier",
"name": "id",
"range": [
- 84609,
- 84611
+ 84760,
+ 84762
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 56
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 58
}
}
},
"range": [
- 84604,
- 84611
+ 84755,
+ 84762
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 51
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 58
}
}
@@ -188680,31 +189003,31 @@
"value": "_col_",
"raw": "'_col_'",
"range": [
- 84612,
- 84619
+ 84763,
+ 84770
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 59
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 66
}
}
},
"range": [
- 84604,
- 84619
+ 84755,
+ 84770
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 51
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 66
}
}
@@ -188713,93 +189036,93 @@
"type": "Identifier",
"name": "k",
"range": [
- 84620,
- 84621
+ 84771,
+ 84772
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 67
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 68
}
}
},
"range": [
- 84604,
- 84621
+ 84755,
+ 84772
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 51
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 68
}
}
}
],
"range": [
- 84597,
- 84622
+ 84748,
+ 84773
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 44
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 69
}
}
}
],
"range": [
- 84579,
- 84623
+ 84730,
+ 84774
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 26
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 70
}
}
},
"range": [
- 84573,
- 84623
+ 84724,
+ 84774
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 20
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 70
}
}
},
"range": [
- 84573,
- 84624
+ 84724,
+ 84775
],
"loc": {
"start": {
- "line": 2340,
+ "line": 2343,
"column": 20
},
"end": {
- "line": 2340,
+ "line": 2343,
"column": 71
}
}
@@ -188815,16 +189138,16 @@
"type": "Identifier",
"name": "frag",
"range": [
- 84645,
- 84649
+ 84796,
+ 84800
],
"loc": {
"start": {
- "line": 2341,
+ "line": 2344,
"column": 20
},
"end": {
- "line": 2341,
+ "line": 2344,
"column": 24
}
}
@@ -188833,31 +189156,31 @@
"type": "Identifier",
"name": "appendChild",
"range": [
- 84650,
- 84661
+ 84801,
+ 84812
],
"loc": {
"start": {
- "line": 2341,
+ "line": 2344,
"column": 25
},
"end": {
- "line": 2341,
+ "line": 2344,
"column": 36
}
}
},
"range": [
- 84645,
- 84661
+ 84796,
+ 84812
],
"loc": {
"start": {
- "line": 2341,
+ "line": 2344,
"column": 20
},
"end": {
- "line": 2341,
+ "line": 2344,
"column": 36
}
}
@@ -188867,78 +189190,78 @@
"type": "Identifier",
"name": "col",
"range": [
- 84662,
- 84665
+ 84813,
+ 84816
],
"loc": {
"start": {
- "line": 2341,
+ "line": 2344,
"column": 37
},
"end": {
- "line": 2341,
+ "line": 2344,
"column": 40
}
}
}
],
"range": [
- 84645,
- 84666
+ 84796,
+ 84817
],
"loc": {
"start": {
- "line": 2341,
+ "line": 2344,
"column": 20
},
"end": {
- "line": 2341,
+ "line": 2344,
"column": 41
}
}
},
"range": [
- 84645,
- 84667
+ 84796,
+ 84818
],
"loc": {
"start": {
- "line": 2341,
+ "line": 2344,
"column": 20
},
"end": {
- "line": 2341,
+ "line": 2344,
"column": 42
}
}
}
],
"range": [
- 84551,
- 84685
+ 84702,
+ 84836
],
"loc": {
"start": {
- "line": 2339,
+ "line": 2342,
"column": 23
},
"end": {
- "line": 2342,
+ "line": 2345,
"column": 17
}
}
},
"range": [
- 84472,
- 84685
+ 84623,
+ 84836
],
"loc": {
"start": {
- "line": 2337,
+ "line": 2340,
"column": 16
},
"end": {
- "line": 2342,
+ "line": 2345,
"column": 17
}
}
@@ -188958,16 +189281,16 @@
"type": "Identifier",
"name": "col",
"range": [
- 84702,
- 84705
+ 84853,
+ 84856
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 16
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 19
}
}
@@ -188976,31 +189299,31 @@
"type": "Identifier",
"name": "style",
"range": [
- 84706,
- 84711
+ 84857,
+ 84862
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 20
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 25
}
}
},
"range": [
- 84702,
- 84711
+ 84853,
+ 84862
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 16
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 25
}
}
@@ -189009,31 +189332,31 @@
"type": "Identifier",
"name": "width",
"range": [
- 84712,
- 84717
+ 84863,
+ 84868
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 26
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 31
}
}
},
"range": [
- 84702,
- 84717
+ 84853,
+ 84868
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 16
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 31
}
}
@@ -189045,16 +189368,16 @@
"type": "Identifier",
"name": "colWidths",
"range": [
- 84720,
- 84729
+ 84871,
+ 84880
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 34
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 43
}
}
@@ -189063,92 +189386,92 @@
"type": "Identifier",
"name": "k",
"range": [
- 84730,
- 84731
+ 84881,
+ 84882
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 44
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 45
}
}
},
"range": [
- 84720,
- 84732
+ 84871,
+ 84883
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 34
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 46
}
}
},
"range": [
- 84702,
- 84732
+ 84853,
+ 84883
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 16
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 46
}
}
},
"range": [
- 84702,
- 84733
+ 84853,
+ 84884
],
"loc": {
"start": {
- "line": 2343,
+ "line": 2346,
"column": 16
},
"end": {
- "line": 2343,
+ "line": 2346,
"column": 47
}
}
}
],
"range": [
- 84429,
- 84747
+ 84580,
+ 84898
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 39
},
"end": {
- "line": 2344,
+ "line": 2347,
"column": 13
}
}
},
"range": [
- 84402,
- 84747
+ 84553,
+ 84898
],
"loc": {
"start": {
- "line": 2335,
+ "line": 2338,
"column": 12
},
"end": {
- "line": 2344,
+ "line": 2347,
"column": 13
}
}
@@ -189162,32 +189485,32 @@
"type": "Identifier",
"name": "tblHasColTag",
"range": [
- 84764,
- 84776
+ 84915,
+ 84927
],
"loc": {
"start": {
- "line": 2345,
+ "line": 2348,
"column": 16
},
"end": {
- "line": 2345,
+ "line": 2348,
"column": 28
}
}
},
"prefix": true,
"range": [
- 84763,
- 84776
+ 84914,
+ 84927
],
"loc": {
"start": {
- "line": 2345,
+ "line": 2348,
"column": 15
},
"end": {
- "line": 2345,
+ "line": 2348,
"column": 28
}
}
@@ -189206,16 +189529,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 84795,
- 84798
+ 84946,
+ 84949
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 16
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 19
}
}
@@ -189224,31 +189547,31 @@
"type": "Identifier",
"name": "insertBefore",
"range": [
- 84799,
- 84811
+ 84950,
+ 84962
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 20
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 32
}
}
},
"range": [
- 84795,
- 84811
+ 84946,
+ 84962
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 16
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 32
}
}
@@ -189258,16 +189581,16 @@
"type": "Identifier",
"name": "frag",
"range": [
- 84812,
- 84816
+ 84963,
+ 84967
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 33
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 37
}
}
@@ -189279,16 +189602,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 84818,
- 84821
+ 84969,
+ 84972
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 39
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 42
}
}
@@ -189297,110 +189620,110 @@
"type": "Identifier",
"name": "firstChild",
"range": [
- 84822,
- 84832
+ 84973,
+ 84983
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 43
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 53
}
}
},
"range": [
- 84818,
- 84832
+ 84969,
+ 84983
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 39
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 53
}
}
}
],
"range": [
- 84795,
- 84833
+ 84946,
+ 84984
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 16
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 54
}
}
},
"range": [
- 84795,
- 84834
+ 84946,
+ 84985
],
"loc": {
"start": {
- "line": 2346,
+ "line": 2349,
"column": 16
},
"end": {
- "line": 2346,
+ "line": 2349,
"column": 55
}
}
}
],
"range": [
- 84777,
- 84848
+ 84928,
+ 84999
],
"loc": {
"start": {
- "line": 2345,
+ "line": 2348,
"column": 29
},
"end": {
- "line": 2347,
+ "line": 2350,
"column": 13
}
}
},
"alternate": null,
"range": [
- 84760,
- 84848
+ 84911,
+ 84999
],
"loc": {
"start": {
- "line": 2345,
+ "line": 2348,
"column": 12
},
"end": {
- "line": 2347,
+ "line": 2350,
"column": 13
}
}
}
],
"range": [
- 84092,
- 84858
+ 84243,
+ 85009
],
"loc": {
"start": {
- "line": 2328,
+ "line": 2331,
"column": 28
},
"end": {
- "line": 2348,
+ "line": 2351,
"column": 9
}
}
@@ -189408,32 +189731,32 @@
"generator": false,
"expression": false,
"range": [
- 84072,
- 84858
+ 84223,
+ 85009
],
"loc": {
"start": {
- "line": 2328,
+ "line": 2331,
"column": 8
},
"end": {
- "line": 2348,
+ "line": 2351,
"column": 9
}
}
}
],
"range": [
- 83745,
- 84864
+ 83896,
+ 85015
],
"loc": {
"start": {
- "line": 2314,
+ "line": 2317,
"column": 31
},
"end": {
- "line": 2349,
+ "line": 2352,
"column": 5
}
}
@@ -189441,16 +189764,16 @@
"generator": false,
"expression": false,
"range": [
- 83730,
- 84864
+ 83881,
+ 85015
],
"loc": {
"start": {
- "line": 2314,
+ "line": 2317,
"column": 16
},
"end": {
- "line": 2349,
+ "line": 2352,
"column": 5
}
}
@@ -189458,16 +189781,16 @@
"kind": "method",
"computed": false,
"range": [
- 83718,
- 84864
+ 83869,
+ 85015
],
"loc": {
"start": {
- "line": 2314,
+ "line": 2317,
"column": 4
},
"end": {
- "line": 2349,
+ "line": 2352,
"column": 5
}
},
@@ -189476,16 +189799,16 @@
"type": "Block",
"value": "*\n * Set them columns' widths as per configuration\n * @param {Number} rowIndex Optional row index to apply the widths to\n * @param {Element} tbl DOM element\n ",
"range": [
- 83535,
- 83713
+ 83686,
+ 83864
],
"loc": {
"start": {
- "line": 2309,
+ "line": 2312,
"column": 4
},
"end": {
- "line": 2313,
+ "line": 2316,
"column": 7
}
}
@@ -189496,16 +189819,16 @@
"type": "Block",
"value": "*\n * Makes defined rows always visible\n ",
"range": [
- 84870,
- 84922
+ 85021,
+ 85073
],
"loc": {
"start": {
- "line": 2351,
+ "line": 2354,
"column": 4
},
"end": {
- "line": 2353,
+ "line": 2356,
"column": 7
}
}
@@ -189519,16 +189842,16 @@
"type": "Identifier",
"name": "enforceVisibility",
"range": [
- 84927,
- 84944
+ 85078,
+ 85095
],
"loc": {
"start": {
- "line": 2354,
+ "line": 2357,
"column": 4
},
"end": {
- "line": 2354,
+ "line": 2357,
"column": 21
}
}
@@ -189551,16 +189874,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 84960,
- 84964
+ 85111,
+ 85115
],
"loc": {
"start": {
- "line": 2355,
+ "line": 2358,
"column": 12
},
"end": {
- "line": 2355,
+ "line": 2358,
"column": 16
}
}
@@ -189569,47 +189892,47 @@
"type": "Identifier",
"name": "hasVisibleRows",
"range": [
- 84965,
- 84979
+ 85116,
+ 85130
],
"loc": {
"start": {
- "line": 2355,
+ "line": 2358,
"column": 17
},
"end": {
- "line": 2355,
+ "line": 2358,
"column": 31
}
}
},
"range": [
- 84960,
- 84979
+ 85111,
+ 85130
],
"loc": {
"start": {
- "line": 2355,
+ "line": 2358,
"column": 12
},
"end": {
- "line": 2355,
+ "line": 2358,
"column": 31
}
}
},
"prefix": true,
"range": [
- 84959,
- 84979
+ 85110,
+ 85130
],
"loc": {
"start": {
- "line": 2355,
+ "line": 2358,
"column": 11
},
"end": {
- "line": 2355,
+ "line": 2358,
"column": 31
}
}
@@ -189621,48 +189944,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 84994,
- 85001
+ 85145,
+ 85152
],
"loc": {
"start": {
- "line": 2356,
+ "line": 2359,
"column": 12
},
"end": {
- "line": 2356,
+ "line": 2359,
"column": 19
}
}
}
],
"range": [
- 84980,
- 85011
+ 85131,
+ 85162
],
"loc": {
"start": {
- "line": 2355,
+ "line": 2358,
"column": 32
},
"end": {
- "line": 2357,
+ "line": 2360,
"column": 9
}
}
},
"alternate": null,
"range": [
- 84956,
- 85011
+ 85107,
+ 85162
],
"loc": {
"start": {
- "line": 2355,
+ "line": 2358,
"column": 8
},
"end": {
- "line": 2357,
+ "line": 2360,
"column": 9
}
}
@@ -189678,16 +190001,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 85028,
- 85029
+ 85179,
+ 85180
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 16
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 17
}
}
@@ -189697,31 +190020,31 @@
"value": 0,
"raw": "0",
"range": [
- 85030,
- 85031
+ 85181,
+ 85182
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 18
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 19
}
}
},
"range": [
- 85028,
- 85031
+ 85179,
+ 85182
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 16
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 19
}
}
@@ -189732,16 +190055,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 85033,
- 85036
+ 85184,
+ 85187
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 21
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 24
}
}
@@ -189755,16 +190078,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85037,
- 85041
+ 85188,
+ 85192
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 25
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 29
}
}
@@ -189773,31 +190096,31 @@
"type": "Identifier",
"name": "visibleRows",
"range": [
- 85042,
- 85053
+ 85193,
+ 85204
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 30
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 41
}
}
},
"range": [
- 85037,
- 85053
+ 85188,
+ 85204
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 25
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 41
}
}
@@ -189806,46 +190129,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 85054,
- 85060
+ 85205,
+ 85211
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 42
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 48
}
}
},
"range": [
- 85037,
- 85060
+ 85188,
+ 85211
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 25
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 48
}
}
},
"range": [
- 85033,
- 85060
+ 85184,
+ 85211
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 21
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 48
}
}
@@ -189853,16 +190176,16 @@
],
"kind": "let",
"range": [
- 85024,
- 85060
+ 85175,
+ 85211
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 12
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 48
}
}
@@ -189874,16 +190197,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 85062,
- 85063
+ 85213,
+ 85214
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 50
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 51
}
}
@@ -189892,31 +190215,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 85064,
- 85067
+ 85215,
+ 85218
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 52
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 55
}
}
},
"range": [
- 85062,
- 85067
+ 85213,
+ 85218
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 50
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 55
}
}
@@ -189928,32 +190251,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 85069,
- 85070
+ 85220,
+ 85221
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 57
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 58
}
}
},
"prefix": false,
"range": [
- 85069,
- 85072
+ 85220,
+ 85223
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 57
},
"end": {
- "line": 2358,
+ "line": 2361,
"column": 60
}
}
@@ -189970,16 +190293,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 85091,
- 85094
+ 85242,
+ 85245
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 16
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 19
}
}
@@ -189993,16 +190316,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85097,
- 85101
+ 85248,
+ 85252
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 22
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 26
}
}
@@ -190011,31 +190334,31 @@
"type": "Identifier",
"name": "visibleRows",
"range": [
- 85102,
- 85113
+ 85253,
+ 85264
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 27
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 38
}
}
},
"range": [
- 85097,
- 85113
+ 85248,
+ 85264
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 22
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 38
}
}
@@ -190044,46 +190367,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 85114,
- 85115
+ 85265,
+ 85266
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 39
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 40
}
}
},
"range": [
- 85097,
- 85116
+ 85248,
+ 85267
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 22
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 41
}
}
},
"range": [
- 85091,
- 85116
+ 85242,
+ 85267
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 16
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 41
}
}
@@ -190091,16 +190414,16 @@
],
"kind": "let",
"range": [
- 85087,
- 85117
+ 85238,
+ 85268
],
"loc": {
"start": {
- "line": 2359,
+ "line": 2362,
"column": 12
},
"end": {
- "line": 2359,
+ "line": 2362,
"column": 42
}
},
@@ -190109,16 +190432,16 @@
"type": "Line",
"value": "row index cannot be > nrows",
"range": [
- 85130,
- 85159
+ 85281,
+ 85310
],
"loc": {
"start": {
- "line": 2360,
+ "line": 2363,
"column": 12
},
"end": {
- "line": 2360,
+ "line": 2363,
"column": 41
}
}
@@ -190134,16 +190457,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 85175,
- 85178
+ 85326,
+ 85329
],
"loc": {
"start": {
- "line": 2361,
+ "line": 2364,
"column": 15
},
"end": {
- "line": 2361,
+ "line": 2364,
"column": 18
}
}
@@ -190154,16 +190477,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85182,
- 85186
+ 85333,
+ 85337
],
"loc": {
"start": {
- "line": 2361,
+ "line": 2364,
"column": 22
},
"end": {
- "line": 2361,
+ "line": 2364,
"column": 26
}
}
@@ -190172,46 +190495,46 @@
"type": "Identifier",
"name": "nbRows",
"range": [
- 85187,
- 85193
+ 85338,
+ 85344
],
"loc": {
"start": {
- "line": 2361,
+ "line": 2364,
"column": 27
},
"end": {
- "line": 2361,
+ "line": 2364,
"column": 33
}
}
},
"range": [
- 85182,
- 85193
+ 85333,
+ 85344
],
"loc": {
"start": {
- "line": 2361,
+ "line": 2364,
"column": 22
},
"end": {
- "line": 2361,
+ "line": 2364,
"column": 33
}
}
},
"range": [
- 85175,
- 85193
+ 85326,
+ 85344
],
"loc": {
"start": {
- "line": 2361,
+ "line": 2364,
"column": 15
},
"end": {
- "line": 2361,
+ "line": 2364,
"column": 33
}
}
@@ -190229,16 +190552,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85212,
- 85216
+ 85363,
+ 85367
],
"loc": {
"start": {
- "line": 2362,
+ "line": 2365,
"column": 16
},
"end": {
- "line": 2362,
+ "line": 2365,
"column": 20
}
}
@@ -190247,31 +190570,31 @@
"type": "Identifier",
"name": "validateRow",
"range": [
- 85217,
- 85228
+ 85368,
+ 85379
],
"loc": {
"start": {
- "line": 2362,
+ "line": 2365,
"column": 21
},
"end": {
- "line": 2362,
+ "line": 2365,
"column": 32
}
}
},
"range": [
- 85212,
- 85228
+ 85363,
+ 85379
],
"loc": {
"start": {
- "line": 2362,
+ "line": 2365,
"column": 16
},
"end": {
- "line": 2362,
+ "line": 2365,
"column": 32
}
}
@@ -190281,16 +190604,16 @@
"type": "Identifier",
"name": "row",
"range": [
- 85229,
- 85232
+ 85380,
+ 85383
],
"loc": {
"start": {
- "line": 2362,
+ "line": 2365,
"column": 33
},
"end": {
- "line": 2362,
+ "line": 2365,
"column": 36
}
}
@@ -190300,79 +190623,79 @@
"value": true,
"raw": "true",
"range": [
- 85234,
- 85238
+ 85385,
+ 85389
],
"loc": {
"start": {
- "line": 2362,
+ "line": 2365,
"column": 38
},
"end": {
- "line": 2362,
+ "line": 2365,
"column": 42
}
}
}
],
"range": [
- 85212,
- 85239
+ 85363,
+ 85390
],
"loc": {
"start": {
- "line": 2362,
+ "line": 2365,
"column": 16
},
"end": {
- "line": 2362,
+ "line": 2365,
"column": 43
}
}
},
"range": [
- 85212,
- 85240
+ 85363,
+ 85391
],
"loc": {
"start": {
- "line": 2362,
+ "line": 2365,
"column": 16
},
"end": {
- "line": 2362,
+ "line": 2365,
"column": 44
}
}
}
],
"range": [
- 85194,
- 85254
+ 85345,
+ 85405
],
"loc": {
"start": {
- "line": 2361,
+ "line": 2364,
"column": 34
},
"end": {
- "line": 2363,
+ "line": 2366,
"column": 13
}
}
},
"alternate": null,
"range": [
- 85172,
- 85254
+ 85323,
+ 85405
],
"loc": {
"start": {
- "line": 2361,
+ "line": 2364,
"column": 12
},
"end": {
- "line": 2363,
+ "line": 2366,
"column": 13
}
},
@@ -190381,16 +190704,16 @@
"type": "Line",
"value": "row index cannot be > nrows",
"range": [
- 85130,
- 85159
+ 85281,
+ 85310
],
"loc": {
"start": {
- "line": 2360,
+ "line": 2363,
"column": 12
},
"end": {
- "line": 2360,
+ "line": 2363,
"column": 41
}
}
@@ -190399,47 +190722,47 @@
}
],
"range": [
- 85073,
- 85264
+ 85224,
+ 85415
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 61
},
"end": {
- "line": 2364,
+ "line": 2367,
"column": 9
}
}
},
"range": [
- 85020,
- 85264
+ 85171,
+ 85415
],
"loc": {
"start": {
- "line": 2358,
+ "line": 2361,
"column": 8
},
"end": {
- "line": 2364,
+ "line": 2367,
"column": 9
}
}
}
],
"range": [
- 84946,
- 85270
+ 85097,
+ 85421
],
"loc": {
"start": {
- "line": 2354,
+ "line": 2357,
"column": 23
},
"end": {
- "line": 2365,
+ "line": 2368,
"column": 5
}
}
@@ -190447,16 +190770,16 @@
"generator": false,
"expression": false,
"range": [
- 84944,
- 85270
+ 85095,
+ 85421
],
"loc": {
"start": {
- "line": 2354,
+ "line": 2357,
"column": 21
},
"end": {
- "line": 2365,
+ "line": 2368,
"column": 5
}
}
@@ -190464,16 +190787,16 @@
"kind": "method",
"computed": false,
"range": [
- 84927,
- 85270
+ 85078,
+ 85421
],
"loc": {
"start": {
- "line": 2354,
+ "line": 2357,
"column": 4
},
"end": {
- "line": 2365,
+ "line": 2368,
"column": 5
}
},
@@ -190482,16 +190805,16 @@
"type": "Block",
"value": "*\n * Makes defined rows always visible\n ",
"range": [
- 84870,
- 84922
+ 85021,
+ 85073
],
"loc": {
"start": {
- "line": 2351,
+ "line": 2354,
"column": 4
},
"end": {
- "line": 2353,
+ "line": 2356,
"column": 7
}
}
@@ -190505,16 +190828,16 @@
"type": "Identifier",
"name": "clearFilters",
"range": [
- 85276,
- 85288
+ 85427,
+ 85439
],
"loc": {
"start": {
- "line": 2367,
+ "line": 2370,
"column": 4
},
"end": {
- "line": 2367,
+ "line": 2370,
"column": 16
}
}
@@ -190536,16 +190859,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85300,
- 85304
+ 85451,
+ 85455
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 8
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 12
}
}
@@ -190554,31 +190877,31 @@
"type": "Identifier",
"name": "EvtManager",
"range": [
- 85305,
- 85315
+ 85456,
+ 85466
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 13
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 23
}
}
},
"range": [
- 85300,
- 85315
+ 85451,
+ 85466
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 8
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 23
}
}
@@ -190596,16 +190919,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85316,
- 85320
+ 85467,
+ 85471
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 24
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 28
}
}
@@ -190614,31 +190937,31 @@
"type": "Identifier",
"name": "Evt",
"range": [
- 85321,
- 85324
+ 85472,
+ 85475
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 29
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 32
}
}
},
"range": [
- 85316,
- 85324
+ 85467,
+ 85475
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 24
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 32
}
}
@@ -190647,31 +190970,31 @@
"type": "Identifier",
"name": "name",
"range": [
- 85325,
- 85329
+ 85476,
+ 85480
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 33
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 37
}
}
},
"range": [
- 85316,
- 85329
+ 85467,
+ 85480
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 24
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 37
}
}
@@ -190680,78 +191003,78 @@
"type": "Identifier",
"name": "clear",
"range": [
- 85330,
- 85335
+ 85481,
+ 85486
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 38
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 43
}
}
},
"range": [
- 85316,
- 85335
+ 85467,
+ 85486
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 24
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 43
}
}
}
],
"range": [
- 85300,
- 85336
+ 85451,
+ 85487
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 8
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 44
}
}
},
"range": [
- 85300,
- 85337
+ 85451,
+ 85488
],
"loc": {
"start": {
- "line": 2368,
+ "line": 2371,
"column": 8
},
"end": {
- "line": 2368,
+ "line": 2371,
"column": 45
}
}
}
],
"range": [
- 85290,
- 85343
+ 85441,
+ 85494
],
"loc": {
"start": {
- "line": 2367,
+ "line": 2370,
"column": 18
},
"end": {
- "line": 2369,
+ "line": 2372,
"column": 5
}
}
@@ -190759,16 +191082,16 @@
"generator": false,
"expression": false,
"range": [
- 85288,
- 85343
+ 85439,
+ 85494
],
"loc": {
"start": {
- "line": 2367,
+ "line": 2370,
"column": 16
},
"end": {
- "line": 2369,
+ "line": 2372,
"column": 5
}
}
@@ -190776,16 +191099,16 @@
"kind": "method",
"computed": false,
"range": [
- 85276,
- 85343
+ 85427,
+ 85494
],
"loc": {
"start": {
- "line": 2367,
+ "line": 2370,
"column": 4
},
"end": {
- "line": 2369,
+ "line": 2372,
"column": 5
}
},
@@ -190794,16 +191117,16 @@
"type": "Block",
"value": "*\n * Clear all the filters' values\n ",
"range": [
- 85349,
- 85397
+ 85500,
+ 85548
],
"loc": {
"start": {
- "line": 2371,
+ "line": 2374,
"column": 4
},
"end": {
- "line": 2373,
+ "line": 2376,
"column": 7
}
}
@@ -190817,16 +191140,16 @@
"type": "Identifier",
"name": "_clearFilters",
"range": [
- 85402,
- 85415
+ 85553,
+ 85566
],
"loc": {
"start": {
- "line": 2374,
+ "line": 2377,
"column": 4
},
"end": {
- "line": 2374,
+ "line": 2377,
"column": 17
}
}
@@ -190849,16 +191172,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85431,
- 85435
+ 85582,
+ 85586
],
"loc": {
"start": {
- "line": 2375,
+ "line": 2378,
"column": 12
},
"end": {
- "line": 2375,
+ "line": 2378,
"column": 16
}
}
@@ -190867,47 +191190,47 @@
"type": "Identifier",
"name": "fltGrid",
"range": [
- 85436,
- 85443
+ 85587,
+ 85594
],
"loc": {
"start": {
- "line": 2375,
+ "line": 2378,
"column": 17
},
"end": {
- "line": 2375,
+ "line": 2378,
"column": 24
}
}
},
"range": [
- 85431,
- 85443
+ 85582,
+ 85594
],
"loc": {
"start": {
- "line": 2375,
+ "line": 2378,
"column": 12
},
"end": {
- "line": 2375,
+ "line": 2378,
"column": 24
}
}
},
"prefix": true,
"range": [
- 85430,
- 85443
+ 85581,
+ 85594
],
"loc": {
"start": {
- "line": 2375,
+ "line": 2378,
"column": 11
},
"end": {
- "line": 2375,
+ "line": 2378,
"column": 24
}
}
@@ -190919,48 +191242,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 85458,
- 85465
+ 85609,
+ 85616
],
"loc": {
"start": {
- "line": 2376,
+ "line": 2379,
"column": 12
},
"end": {
- "line": 2376,
+ "line": 2379,
"column": 19
}
}
}
],
"range": [
- 85444,
- 85475
+ 85595,
+ 85626
],
"loc": {
"start": {
- "line": 2375,
+ "line": 2378,
"column": 25
},
"end": {
- "line": 2377,
+ "line": 2380,
"column": 9
}
}
},
"alternate": null,
"range": [
- 85427,
- 85475
+ 85578,
+ 85626
],
"loc": {
"start": {
- "line": 2375,
+ "line": 2378,
"column": 8
},
"end": {
- "line": 2377,
+ "line": 2380,
"column": 9
}
}
@@ -190973,16 +191296,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85487,
- 85491
+ 85638,
+ 85642
],
"loc": {
"start": {
- "line": 2378,
+ "line": 2381,
"column": 11
},
"end": {
- "line": 2378,
+ "line": 2381,
"column": 15
}
}
@@ -190991,31 +191314,31 @@
"type": "Identifier",
"name": "onBeforeReset",
"range": [
- 85492,
- 85505
+ 85643,
+ 85656
],
"loc": {
"start": {
- "line": 2378,
+ "line": 2381,
"column": 16
},
"end": {
- "line": 2378,
+ "line": 2381,
"column": 29
}
}
},
"range": [
- 85487,
- 85505
+ 85638,
+ 85656
],
"loc": {
"start": {
- "line": 2378,
+ "line": 2381,
"column": 11
},
"end": {
- "line": 2378,
+ "line": 2381,
"column": 29
}
}
@@ -191036,16 +191359,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85520,
- 85524
+ 85671,
+ 85675
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 12
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 16
}
}
@@ -191054,31 +191377,31 @@
"type": "Identifier",
"name": "onBeforeReset",
"range": [
- 85525,
- 85538
+ 85676,
+ 85689
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 17
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 30
}
}
},
"range": [
- 85520,
- 85538
+ 85671,
+ 85689
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 12
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 30
}
}
@@ -191087,31 +191410,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 85539,
- 85543
+ 85690,
+ 85694
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 31
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 35
}
}
},
"range": [
- 85520,
- 85543
+ 85671,
+ 85694
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 12
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 35
}
}
@@ -191122,16 +191445,16 @@
"value": null,
"raw": "null",
"range": [
- 85544,
- 85548
+ 85695,
+ 85699
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 36
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 40
}
}
@@ -191139,16 +191462,16 @@
{
"type": "ThisExpression",
"range": [
- 85550,
- 85554
+ 85701,
+ 85705
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 42
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 46
}
}
@@ -191161,16 +191484,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85556,
- 85560
+ 85707,
+ 85711
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 48
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 52
}
}
@@ -191179,110 +191502,110 @@
"type": "Identifier",
"name": "getFiltersValue",
"range": [
- 85561,
- 85576
+ 85712,
+ 85727
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 53
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 68
}
}
},
"range": [
- 85556,
- 85576
+ 85707,
+ 85727
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 48
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 68
}
}
},
"arguments": [],
"range": [
- 85556,
- 85578
+ 85707,
+ 85729
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 48
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 70
}
}
}
],
"range": [
- 85520,
- 85579
+ 85671,
+ 85730
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 12
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 71
}
}
},
"range": [
- 85520,
- 85580
+ 85671,
+ 85731
],
"loc": {
"start": {
- "line": 2379,
+ "line": 2382,
"column": 12
},
"end": {
- "line": 2379,
+ "line": 2382,
"column": 72
}
}
}
],
"range": [
- 85506,
- 85590
+ 85657,
+ 85741
],
"loc": {
"start": {
- "line": 2378,
+ "line": 2381,
"column": 30
},
"end": {
- "line": 2380,
+ "line": 2383,
"column": 9
}
}
},
"alternate": null,
"range": [
- 85484,
- 85590
+ 85635,
+ 85741
],
"loc": {
"start": {
- "line": 2378,
+ "line": 2381,
"column": 8
},
"end": {
- "line": 2380,
+ "line": 2383,
"column": 9
}
}
@@ -191298,16 +191621,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 85607,
- 85608
+ 85758,
+ 85759
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 16
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 17
}
}
@@ -191317,31 +191640,31 @@
"value": 0,
"raw": "0",
"range": [
- 85609,
- 85610
+ 85760,
+ 85761
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 18
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 19
}
}
},
"range": [
- 85607,
- 85610
+ 85758,
+ 85761
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 16
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 19
}
}
@@ -191352,16 +191675,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 85612,
- 85615
+ 85763,
+ 85766
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 21
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 24
}
}
@@ -191375,16 +191698,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85616,
- 85620
+ 85767,
+ 85771
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 25
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 29
}
}
@@ -191393,31 +191716,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 85621,
- 85627
+ 85772,
+ 85778
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 30
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 36
}
}
},
"range": [
- 85616,
- 85627
+ 85767,
+ 85778
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 25
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 36
}
}
@@ -191426,46 +191749,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 85628,
- 85634
+ 85779,
+ 85785
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 37
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 43
}
}
},
"range": [
- 85616,
- 85634
+ 85767,
+ 85785
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 25
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 43
}
}
},
"range": [
- 85612,
- 85634
+ 85763,
+ 85785
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 21
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 43
}
}
@@ -191473,16 +191796,16 @@
],
"kind": "let",
"range": [
- 85603,
- 85634
+ 85754,
+ 85785
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 12
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 43
}
}
@@ -191494,16 +191817,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 85636,
- 85637
+ 85787,
+ 85788
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 45
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 46
}
}
@@ -191512,31 +191835,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 85638,
- 85641
+ 85789,
+ 85792
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 47
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 50
}
}
},
"range": [
- 85636,
- 85641
+ 85787,
+ 85792
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 45
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 50
}
}
@@ -191548,32 +191871,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 85643,
- 85644
+ 85794,
+ 85795
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 52
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 53
}
}
},
"prefix": false,
"range": [
- 85643,
- 85646
+ 85794,
+ 85797
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 52
},
"end": {
- "line": 2381,
+ "line": 2384,
"column": 55
}
}
@@ -191591,16 +191914,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85661,
- 85665
+ 85812,
+ 85816
],
"loc": {
"start": {
- "line": 2382,
+ "line": 2385,
"column": 12
},
"end": {
- "line": 2382,
+ "line": 2385,
"column": 16
}
}
@@ -191609,31 +191932,31 @@
"type": "Identifier",
"name": "setFilterValue",
"range": [
- 85666,
- 85680
+ 85817,
+ 85831
],
"loc": {
"start": {
- "line": 2382,
+ "line": 2385,
"column": 17
},
"end": {
- "line": 2382,
+ "line": 2385,
"column": 31
}
}
},
"range": [
- 85661,
- 85680
+ 85812,
+ 85831
],
"loc": {
"start": {
- "line": 2382,
+ "line": 2385,
"column": 12
},
"end": {
- "line": 2382,
+ "line": 2385,
"column": 31
}
}
@@ -191643,16 +191966,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 85681,
- 85682
+ 85832,
+ 85833
],
"loc": {
"start": {
- "line": 2382,
+ "line": 2385,
"column": 32
},
"end": {
- "line": 2382,
+ "line": 2385,
"column": 33
}
}
@@ -191662,248 +191985,70 @@
"value": "",
"raw": "''",
"range": [
- 85684,
- 85686
+ 85835,
+ 85837
],
"loc": {
"start": {
- "line": 2382,
+ "line": 2385,
"column": 35
},
"end": {
- "line": 2382,
+ "line": 2385,
"column": 37
}
}
}
],
"range": [
- 85661,
- 85687
+ 85812,
+ 85838
],
"loc": {
"start": {
- "line": 2382,
+ "line": 2385,
"column": 12
},
"end": {
- "line": 2382,
+ "line": 2385,
"column": 38
}
}
},
"range": [
- 85661,
- 85688
+ 85812,
+ 85839
],
"loc": {
"start": {
- "line": 2382,
+ "line": 2385,
"column": 12
},
"end": {
- "line": 2382,
+ "line": 2385,
"column": 39
}
}
}
],
"range": [
- 85647,
- 85698
+ 85798,
+ 85849
],
"loc": {
"start": {
- "line": 2381,
+ "line": 2384,
"column": 56
},
- "end": {
- "line": 2383,
- "column": 9
- }
- }
- },
- "range": [
- 85599,
- 85698
- ],
- "loc": {
- "start": {
- "line": 2381,
- "column": 8
- },
- "end": {
- "line": 2383,
- "column": 9
- }
- }
- },
- {
- "type": "IfStatement",
- "test": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 85710,
- 85714
- ],
- "loc": {
- "start": {
- "line": 2384,
- "column": 11
- },
- "end": {
- "line": 2384,
- "column": 15
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "linkedFilters",
- "range": [
- 85715,
- 85728
- ],
- "loc": {
- "start": {
- "line": 2384,
- "column": 16
- },
- "end": {
- "line": 2384,
- "column": 29
- }
- }
- },
- "range": [
- 85710,
- 85728
- ],
- "loc": {
- "start": {
- "line": 2384,
- "column": 11
- },
- "end": {
- "line": 2384,
- "column": 29
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "CallExpression",
- "callee": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "ThisExpression",
- "range": [
- 85743,
- 85747
- ],
- "loc": {
- "start": {
- "line": 2385,
- "column": 12
- },
- "end": {
- "line": 2385,
- "column": 16
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "linkFilters",
- "range": [
- 85748,
- 85759
- ],
- "loc": {
- "start": {
- "line": 2385,
- "column": 17
- },
- "end": {
- "line": 2385,
- "column": 28
- }
- }
- },
- "range": [
- 85743,
- 85759
- ],
- "loc": {
- "start": {
- "line": 2385,
- "column": 12
- },
- "end": {
- "line": 2385,
- "column": 28
- }
- }
- },
- "arguments": [],
- "range": [
- 85743,
- 85761
- ],
- "loc": {
- "start": {
- "line": 2385,
- "column": 12
- },
- "end": {
- "line": 2385,
- "column": 30
- }
- }
- },
- "range": [
- 85743,
- 85762
- ],
- "loc": {
- "start": {
- "line": 2385,
- "column": 12
- },
- "end": {
- "line": 2385,
- "column": 31
- }
- }
- }
- ],
- "range": [
- 85729,
- 85772
- ],
- "loc": {
- "start": {
- "line": 2384,
- "column": 30
- },
"end": {
"line": 2386,
"column": 9
}
}
},
- "alternate": null,
"range": [
- 85707,
- 85772
+ 85750,
+ 85849
],
"loc": {
"start": {
@@ -191924,8 +192069,8 @@
"object": {
"type": "ThisExpression",
"range": [
- 85784,
- 85788
+ 85861,
+ 85865
],
"loc": {
"start": {
@@ -191940,10 +192085,10 @@
},
"property": {
"type": "Identifier",
- "name": "rememberPageLen",
+ "name": "linkedFilters",
"range": [
- 85789,
- 85804
+ 85866,
+ 85879
],
"loc": {
"start": {
@@ -191952,13 +192097,13 @@
},
"end": {
"line": 2387,
- "column": 31
+ "column": 29
}
}
},
"range": [
- 85784,
- 85804
+ 85861,
+ 85879
],
"loc": {
"start": {
@@ -191967,6 +192112,184 @@
},
"end": {
"line": 2387,
+ "column": 29
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "CallExpression",
+ "callee": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 85894,
+ 85898
+ ],
+ "loc": {
+ "start": {
+ "line": 2388,
+ "column": 12
+ },
+ "end": {
+ "line": 2388,
+ "column": 16
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "linkFilters",
+ "range": [
+ 85899,
+ 85910
+ ],
+ "loc": {
+ "start": {
+ "line": 2388,
+ "column": 17
+ },
+ "end": {
+ "line": 2388,
+ "column": 28
+ }
+ }
+ },
+ "range": [
+ 85894,
+ 85910
+ ],
+ "loc": {
+ "start": {
+ "line": 2388,
+ "column": 12
+ },
+ "end": {
+ "line": 2388,
+ "column": 28
+ }
+ }
+ },
+ "arguments": [],
+ "range": [
+ 85894,
+ 85912
+ ],
+ "loc": {
+ "start": {
+ "line": 2388,
+ "column": 12
+ },
+ "end": {
+ "line": 2388,
+ "column": 30
+ }
+ }
+ },
+ "range": [
+ 85894,
+ 85913
+ ],
+ "loc": {
+ "start": {
+ "line": 2388,
+ "column": 12
+ },
+ "end": {
+ "line": 2388,
+ "column": 31
+ }
+ }
+ }
+ ],
+ "range": [
+ 85880,
+ 85923
+ ],
+ "loc": {
+ "start": {
+ "line": 2387,
+ "column": 30
+ },
+ "end": {
+ "line": 2389,
+ "column": 9
+ }
+ }
+ },
+ "alternate": null,
+ "range": [
+ 85858,
+ 85923
+ ],
+ "loc": {
+ "start": {
+ "line": 2387,
+ "column": 8
+ },
+ "end": {
+ "line": 2389,
+ "column": 9
+ }
+ }
+ },
+ {
+ "type": "IfStatement",
+ "test": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "ThisExpression",
+ "range": [
+ 85935,
+ 85939
+ ],
+ "loc": {
+ "start": {
+ "line": 2390,
+ "column": 11
+ },
+ "end": {
+ "line": 2390,
+ "column": 15
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "rememberPageLen",
+ "range": [
+ 85940,
+ 85955
+ ],
+ "loc": {
+ "start": {
+ "line": 2390,
+ "column": 16
+ },
+ "end": {
+ "line": 2390,
+ "column": 31
+ }
+ }
+ },
+ "range": [
+ 85935,
+ 85955
+ ],
+ "loc": {
+ "start": {
+ "line": 2390,
+ "column": 11
+ },
+ "end": {
+ "line": 2390,
"column": 31
}
}
@@ -191985,16 +192308,16 @@
"type": "Identifier",
"name": "Cookie",
"range": [
- 85807,
- 85813
+ 85958,
+ 85964
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 34
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 40
}
}
@@ -192003,31 +192326,31 @@
"type": "Identifier",
"name": "remove",
"range": [
- 85814,
- 85820
+ 85965,
+ 85971
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 41
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 47
}
}
},
"range": [
- 85807,
- 85820
+ 85958,
+ 85971
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 34
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 47
}
}
@@ -192039,16 +192362,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85821,
- 85825
+ 85972,
+ 85976
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 48
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 52
}
}
@@ -192057,94 +192380,94 @@
"type": "Identifier",
"name": "pgLenCookie",
"range": [
- 85826,
- 85837
+ 85977,
+ 85988
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 53
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 64
}
}
},
"range": [
- 85821,
- 85837
+ 85972,
+ 85988
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 48
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 64
}
}
}
],
"range": [
- 85807,
- 85838
+ 85958,
+ 85989
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 34
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 65
}
}
},
"range": [
- 85807,
- 85839
+ 85958,
+ 85990
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 34
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 66
}
}
}
],
"range": [
- 85805,
- 85841
+ 85956,
+ 85992
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 32
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 68
}
}
},
"alternate": null,
"range": [
- 85781,
- 85841
+ 85932,
+ 85992
],
"loc": {
"start": {
- "line": 2387,
+ "line": 2390,
"column": 8
},
"end": {
- "line": 2387,
+ "line": 2390,
"column": 68
}
}
@@ -192157,16 +192480,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85853,
- 85857
+ 86004,
+ 86008
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 11
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 15
}
}
@@ -192175,31 +192498,31 @@
"type": "Identifier",
"name": "rememberPageNb",
"range": [
- 85858,
- 85872
+ 86009,
+ 86023
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 16
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 30
}
}
},
"range": [
- 85853,
- 85872
+ 86004,
+ 86023
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 11
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 30
}
}
@@ -192218,16 +192541,16 @@
"type": "Identifier",
"name": "Cookie",
"range": [
- 85875,
- 85881
+ 86026,
+ 86032
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 33
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 39
}
}
@@ -192236,31 +192559,31 @@
"type": "Identifier",
"name": "remove",
"range": [
- 85882,
- 85888
+ 86033,
+ 86039
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 40
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 46
}
}
},
"range": [
- 85875,
- 85888
+ 86026,
+ 86039
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 33
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 46
}
}
@@ -192272,16 +192595,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85889,
- 85893
+ 86040,
+ 86044
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 47
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 51
}
}
@@ -192290,94 +192613,94 @@
"type": "Identifier",
"name": "pgNbCookie",
"range": [
- 85894,
- 85904
+ 86045,
+ 86055
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 52
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 62
}
}
},
"range": [
- 85889,
- 85904
+ 86040,
+ 86055
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 47
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 62
}
}
}
],
"range": [
- 85875,
- 85905
+ 86026,
+ 86056
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 33
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 63
}
}
},
"range": [
- 85875,
- 85906
+ 86026,
+ 86057
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 33
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 64
}
}
}
],
"range": [
- 85873,
- 85908
+ 86024,
+ 86059
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 31
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 66
}
}
},
"alternate": null,
"range": [
- 85850,
- 85908
+ 86001,
+ 86059
],
"loc": {
"start": {
- "line": 2388,
+ "line": 2391,
"column": 8
},
"end": {
- "line": 2388,
+ "line": 2391,
"column": 66
}
}
@@ -192390,16 +192713,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85920,
- 85924
+ 86071,
+ 86075
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 11
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 15
}
}
@@ -192408,31 +192731,31 @@
"type": "Identifier",
"name": "onAfterReset",
"range": [
- 85925,
- 85937
+ 86076,
+ 86088
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 16
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 28
}
}
},
"range": [
- 85920,
- 85937
+ 86071,
+ 86088
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 11
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 28
}
}
@@ -192453,16 +192776,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 85940,
- 85944
+ 86091,
+ 86095
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 31
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 35
}
}
@@ -192471,31 +192794,31 @@
"type": "Identifier",
"name": "onAfterReset",
"range": [
- 85945,
- 85957
+ 86096,
+ 86108
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 36
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 48
}
}
},
"range": [
- 85940,
- 85957
+ 86091,
+ 86108
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 31
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 48
}
}
@@ -192504,31 +192827,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 85958,
- 85962
+ 86109,
+ 86113
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 49
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 53
}
}
},
"range": [
- 85940,
- 85962
+ 86091,
+ 86113
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 31
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 53
}
}
@@ -192539,16 +192862,16 @@
"value": null,
"raw": "null",
"range": [
- 85963,
- 85967
+ 86114,
+ 86118
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 54
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 58
}
}
@@ -192556,95 +192879,95 @@
{
"type": "ThisExpression",
"range": [
- 85969,
- 85973
+ 86120,
+ 86124
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 60
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 64
}
}
}
],
"range": [
- 85940,
- 85974
+ 86091,
+ 86125
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 31
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 65
}
}
},
"range": [
- 85940,
- 85975
+ 86091,
+ 86126
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 31
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 66
}
}
}
],
"range": [
- 85938,
- 85977
+ 86089,
+ 86128
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 29
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 68
}
}
},
"alternate": null,
"range": [
- 85917,
- 85977
+ 86068,
+ 86128
],
"loc": {
"start": {
- "line": 2389,
+ "line": 2392,
"column": 8
},
"end": {
- "line": 2389,
+ "line": 2392,
"column": 68
}
}
}
],
"range": [
- 85417,
- 85983
+ 85568,
+ 86134
],
"loc": {
"start": {
- "line": 2374,
+ "line": 2377,
"column": 19
},
"end": {
- "line": 2390,
+ "line": 2393,
"column": 5
}
}
@@ -192652,16 +192975,16 @@
"generator": false,
"expression": false,
"range": [
- 85415,
- 85983
+ 85566,
+ 86134
],
"loc": {
"start": {
- "line": 2374,
+ "line": 2377,
"column": 17
},
"end": {
- "line": 2390,
+ "line": 2393,
"column": 5
}
}
@@ -192669,16 +192992,16 @@
"kind": "method",
"computed": false,
"range": [
- 85402,
- 85983
+ 85553,
+ 86134
],
"loc": {
"start": {
- "line": 2374,
+ "line": 2377,
"column": 4
},
"end": {
- "line": 2390,
+ "line": 2393,
"column": 5
}
},
@@ -192687,16 +193010,16 @@
"type": "Block",
"value": "*\n * Clear all the filters' values\n ",
"range": [
- 85349,
- 85397
+ 85500,
+ 85548
],
"loc": {
"start": {
- "line": 2371,
+ "line": 2374,
"column": 4
},
"end": {
- "line": 2373,
+ "line": 2376,
"column": 7
}
}
@@ -192707,16 +193030,16 @@
"type": "Block",
"value": "*\n * Clears filtered columns visual indicator (background color)\n ",
"range": [
- 85989,
- 86067
+ 86140,
+ 86218
],
"loc": {
"start": {
- "line": 2392,
+ "line": 2395,
"column": 4
},
"end": {
- "line": 2394,
+ "line": 2397,
"column": 7
}
}
@@ -192730,16 +193053,16 @@
"type": "Identifier",
"name": "clearActiveColumns",
"range": [
- 86072,
- 86090
+ 86223,
+ 86241
],
"loc": {
"start": {
- "line": 2395,
+ "line": 2398,
"column": 4
},
"end": {
- "line": 2395,
+ "line": 2398,
"column": 22
}
}
@@ -192762,16 +193085,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 86110,
- 86111
+ 86261,
+ 86262
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 16
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 17
}
}
@@ -192781,31 +193104,31 @@
"value": 0,
"raw": "0",
"range": [
- 86112,
- 86113
+ 86263,
+ 86264
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 18
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 19
}
}
},
"range": [
- 86110,
- 86113
+ 86261,
+ 86264
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 16
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 19
}
}
@@ -192816,16 +193139,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 86115,
- 86118
+ 86266,
+ 86269
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 21
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 24
}
}
@@ -192838,16 +193161,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86119,
- 86123
+ 86270,
+ 86274
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 25
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 29
}
}
@@ -192856,31 +193179,31 @@
"type": "Identifier",
"name": "getCellsNb",
"range": [
- 86124,
- 86134
+ 86275,
+ 86285
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 30
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 40
}
}
},
"range": [
- 86119,
- 86134
+ 86270,
+ 86285
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 25
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 40
}
}
@@ -192892,16 +193215,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86135,
- 86139
+ 86286,
+ 86290
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 41
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 45
}
}
@@ -192910,62 +193233,62 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 86140,
- 86150
+ 86291,
+ 86301
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 46
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 56
}
}
},
"range": [
- 86135,
- 86150
+ 86286,
+ 86301
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 41
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 56
}
}
}
],
"range": [
- 86119,
- 86151
+ 86270,
+ 86302
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 25
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 57
}
}
},
"range": [
- 86115,
- 86151
+ 86266,
+ 86302
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 21
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 57
}
}
@@ -192973,16 +193296,16 @@
],
"kind": "let",
"range": [
- 86106,
- 86151
+ 86257,
+ 86302
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 12
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 57
}
}
@@ -192994,16 +193317,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 86153,
- 86154
+ 86304,
+ 86305
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 59
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 60
}
}
@@ -193012,31 +193335,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 86155,
- 86158
+ 86306,
+ 86309
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 61
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 64
}
}
},
"range": [
- 86153,
- 86158
+ 86304,
+ 86309
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 59
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 64
}
}
@@ -193048,32 +193371,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 86160,
- 86161
+ 86311,
+ 86312
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 66
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 67
}
}
},
"prefix": false,
"range": [
- 86160,
- 86163
+ 86311,
+ 86314
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 66
},
"end": {
- "line": 2396,
+ "line": 2399,
"column": 69
}
}
@@ -193092,16 +193415,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 86178,
- 86181
+ 86329,
+ 86332
],
"loc": {
"start": {
- "line": 2397,
+ "line": 2400,
"column": 12
},
"end": {
- "line": 2397,
+ "line": 2400,
"column": 15
}
}
@@ -193110,31 +193433,31 @@
"type": "Identifier",
"name": "removeClass",
"range": [
- 86182,
- 86193
+ 86333,
+ 86344
],
"loc": {
"start": {
- "line": 2397,
+ "line": 2400,
"column": 16
},
"end": {
- "line": 2397,
+ "line": 2400,
"column": 27
}
}
},
"range": [
- 86178,
- 86193
+ 86329,
+ 86344
],
"loc": {
"start": {
- "line": 2397,
+ "line": 2400,
"column": 12
},
"end": {
- "line": 2397,
+ "line": 2400,
"column": 27
}
}
@@ -193148,16 +193471,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86211,
- 86215
+ 86362,
+ 86366
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 16
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 20
}
}
@@ -193166,31 +193489,31 @@
"type": "Identifier",
"name": "getHeaderElement",
"range": [
- 86216,
- 86232
+ 86367,
+ 86383
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 21
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 37
}
}
},
"range": [
- 86211,
- 86232
+ 86362,
+ 86383
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 16
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 37
}
}
@@ -193200,32 +193523,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 86233,
- 86234
+ 86384,
+ 86385
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 38
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 39
}
}
}
],
"range": [
- 86211,
- 86235
+ 86362,
+ 86386
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 16
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 40
}
}
@@ -193236,16 +193559,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86237,
- 86241
+ 86388,
+ 86392
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 42
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 46
}
}
@@ -193254,109 +193577,109 @@
"type": "Identifier",
"name": "activeColumnsCssClass",
"range": [
- 86242,
- 86263
+ 86393,
+ 86414
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 47
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 68
}
}
},
"range": [
- 86237,
- 86263
+ 86388,
+ 86414
],
"loc": {
"start": {
- "line": 2398,
+ "line": 2401,
"column": 42
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 68
}
}
}
],
"range": [
- 86178,
- 86264
+ 86329,
+ 86415
],
"loc": {
"start": {
- "line": 2397,
+ "line": 2400,
"column": 12
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 69
}
}
},
"range": [
- 86178,
- 86265
+ 86329,
+ 86416
],
"loc": {
"start": {
- "line": 2397,
+ "line": 2400,
"column": 12
},
"end": {
- "line": 2398,
+ "line": 2401,
"column": 70
}
}
}
],
"range": [
- 86164,
- 86275
+ 86315,
+ 86426
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 70
},
"end": {
- "line": 2399,
+ "line": 2402,
"column": 9
}
}
},
"range": [
- 86102,
- 86275
+ 86253,
+ 86426
],
"loc": {
"start": {
- "line": 2396,
+ "line": 2399,
"column": 8
},
"end": {
- "line": 2399,
+ "line": 2402,
"column": 9
}
}
}
],
"range": [
- 86092,
- 86281
+ 86243,
+ 86432
],
"loc": {
"start": {
- "line": 2395,
+ "line": 2398,
"column": 24
},
"end": {
- "line": 2400,
+ "line": 2403,
"column": 5
}
}
@@ -193364,16 +193687,16 @@
"generator": false,
"expression": false,
"range": [
- 86090,
- 86281
+ 86241,
+ 86432
],
"loc": {
"start": {
- "line": 2395,
+ "line": 2398,
"column": 22
},
"end": {
- "line": 2400,
+ "line": 2403,
"column": 5
}
}
@@ -193381,16 +193704,16 @@
"kind": "method",
"computed": false,
"range": [
- 86072,
- 86281
+ 86223,
+ 86432
],
"loc": {
"start": {
- "line": 2395,
+ "line": 2398,
"column": 4
},
"end": {
- "line": 2400,
+ "line": 2403,
"column": 5
}
},
@@ -193399,16 +193722,16 @@
"type": "Block",
"value": "*\n * Clears filtered columns visual indicator (background color)\n ",
"range": [
- 85989,
- 86067
+ 86140,
+ 86218
],
"loc": {
"start": {
- "line": 2392,
+ "line": 2395,
"column": 4
},
"end": {
- "line": 2394,
+ "line": 2397,
"column": 7
}
}
@@ -193419,16 +193742,16 @@
"type": "Block",
"value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ",
"range": [
- 86287,
- 86392
+ 86438,
+ 86543
],
"loc": {
"start": {
- "line": 2402,
+ "line": 2405,
"column": 4
},
"end": {
- "line": 2405,
+ "line": 2408,
"column": 7
}
}
@@ -193442,16 +193765,16 @@
"type": "Identifier",
"name": "linkFilters",
"range": [
- 86397,
- 86408
+ 86548,
+ 86559
],
"loc": {
"start": {
- "line": 2406,
+ "line": 2409,
"column": 4
},
"end": {
- "line": 2406,
+ "line": 2409,
"column": 15
}
}
@@ -193474,16 +193797,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86424,
- 86428
+ 86575,
+ 86579
],
"loc": {
"start": {
- "line": 2407,
+ "line": 2410,
"column": 12
},
"end": {
- "line": 2407,
+ "line": 2410,
"column": 16
}
}
@@ -193492,47 +193815,47 @@
"type": "Identifier",
"name": "activeFilterId",
"range": [
- 86429,
- 86443
+ 86580,
+ 86594
],
"loc": {
"start": {
- "line": 2407,
+ "line": 2410,
"column": 17
},
"end": {
- "line": 2407,
+ "line": 2410,
"column": 31
}
}
},
"range": [
- 86424,
- 86443
+ 86575,
+ 86594
],
"loc": {
"start": {
- "line": 2407,
+ "line": 2410,
"column": 12
},
"end": {
- "line": 2407,
+ "line": 2410,
"column": 31
}
}
},
"prefix": true,
"range": [
- 86423,
- 86443
+ 86574,
+ 86594
],
"loc": {
"start": {
- "line": 2407,
+ "line": 2410,
"column": 11
},
"end": {
- "line": 2407,
+ "line": 2410,
"column": 31
}
}
@@ -193544,48 +193867,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 86458,
- 86465
+ 86609,
+ 86616
],
"loc": {
"start": {
- "line": 2408,
+ "line": 2411,
"column": 12
},
"end": {
- "line": 2408,
+ "line": 2411,
"column": 19
}
}
}
],
"range": [
- 86444,
- 86475
+ 86595,
+ 86626
],
"loc": {
"start": {
- "line": 2407,
+ "line": 2410,
"column": 32
},
"end": {
- "line": 2409,
+ "line": 2412,
"column": 9
}
}
},
"alternate": null,
"range": [
- 86420,
- 86475
+ 86571,
+ 86626
],
"loc": {
"start": {
- "line": 2407,
+ "line": 2410,
"column": 8
},
"end": {
- "line": 2409,
+ "line": 2412,
"column": 9
}
}
@@ -193599,16 +193922,16 @@
"type": "Identifier",
"name": "slcA1",
"range": [
- 86488,
- 86493
+ 86639,
+ 86644
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 12
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 17
}
}
@@ -193621,16 +193944,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86496,
- 86500
+ 86647,
+ 86651
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 20
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 24
}
}
@@ -193639,31 +193962,31 @@
"type": "Identifier",
"name": "getFiltersByType",
"range": [
- 86501,
- 86517
+ 86652,
+ 86668
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 25
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 41
}
}
},
"range": [
- 86496,
- 86517
+ 86647,
+ 86668
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 20
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 41
}
}
@@ -193675,16 +193998,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86518,
- 86522
+ 86669,
+ 86673
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 42
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 46
}
}
@@ -193693,31 +194016,31 @@
"type": "Identifier",
"name": "fltTypeSlc",
"range": [
- 86523,
- 86533
+ 86674,
+ 86684
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 47
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 57
}
}
},
"range": [
- 86518,
- 86533
+ 86669,
+ 86684
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 42
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 57
}
}
@@ -193727,47 +194050,47 @@
"value": true,
"raw": "true",
"range": [
- 86535,
- 86539
+ 86686,
+ 86690
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 59
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 63
}
}
}
],
"range": [
- 86496,
- 86540
+ 86647,
+ 86691
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 20
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 64
}
}
},
"range": [
- 86488,
- 86540
+ 86639,
+ 86691
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 12
},
"end": {
- "line": 2410,
+ "line": 2413,
"column": 64
}
}
@@ -193778,16 +194101,16 @@
"type": "Identifier",
"name": "slcA2",
"range": [
- 86554,
- 86559
+ 86705,
+ 86710
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 12
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 17
}
}
@@ -193800,16 +194123,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86562,
- 86566
+ 86713,
+ 86717
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 20
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 24
}
}
@@ -193818,31 +194141,31 @@
"type": "Identifier",
"name": "getFiltersByType",
"range": [
- 86567,
- 86583
+ 86718,
+ 86734
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 25
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 41
}
}
},
"range": [
- 86562,
- 86583
+ 86713,
+ 86734
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 20
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 41
}
}
@@ -193854,16 +194177,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86584,
- 86588
+ 86735,
+ 86739
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 42
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 46
}
}
@@ -193872,31 +194195,31 @@
"type": "Identifier",
"name": "fltTypeMulti",
"range": [
- 86589,
- 86601
+ 86740,
+ 86752
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 47
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 59
}
}
},
"range": [
- 86584,
- 86601
+ 86735,
+ 86752
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 42
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 59
}
}
@@ -193906,47 +194229,47 @@
"value": true,
"raw": "true",
"range": [
- 86603,
- 86607
+ 86754,
+ 86758
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 61
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 65
}
}
}
],
"range": [
- 86562,
- 86608
+ 86713,
+ 86759
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 20
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 66
}
}
},
"range": [
- 86554,
- 86608
+ 86705,
+ 86759
],
"loc": {
"start": {
- "line": 2411,
+ "line": 2414,
"column": 12
},
"end": {
- "line": 2411,
+ "line": 2414,
"column": 66
}
}
@@ -193957,16 +194280,16 @@
"type": "Identifier",
"name": "slcA3",
"range": [
- 86622,
- 86627
+ 86773,
+ 86778
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 12
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 17
}
}
@@ -193979,16 +194302,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86630,
- 86634
+ 86781,
+ 86785
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 20
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 24
}
}
@@ -193997,31 +194320,31 @@
"type": "Identifier",
"name": "getFiltersByType",
"range": [
- 86635,
- 86651
+ 86786,
+ 86802
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 25
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 41
}
}
},
"range": [
- 86630,
- 86651
+ 86781,
+ 86802
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 20
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 41
}
}
@@ -194033,16 +194356,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86652,
- 86656
+ 86803,
+ 86807
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 42
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 46
}
}
@@ -194051,31 +194374,31 @@
"type": "Identifier",
"name": "fltTypeCheckList",
"range": [
- 86657,
- 86673
+ 86808,
+ 86824
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 47
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 63
}
}
},
"range": [
- 86652,
- 86673
+ 86803,
+ 86824
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 42
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 63
}
}
@@ -194085,47 +194408,47 @@
"value": true,
"raw": "true",
"range": [
- 86675,
- 86679
+ 86826,
+ 86830
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 65
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 69
}
}
}
],
"range": [
- 86630,
- 86680
+ 86781,
+ 86831
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 20
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 70
}
}
},
"range": [
- 86622,
- 86680
+ 86773,
+ 86831
],
"loc": {
"start": {
- "line": 2412,
+ "line": 2415,
"column": 12
},
"end": {
- "line": 2412,
+ "line": 2415,
"column": 70
}
}
@@ -194136,16 +194459,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 86694,
- 86702
+ 86845,
+ 86853
],
"loc": {
"start": {
- "line": 2413,
+ "line": 2416,
"column": 12
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 20
}
}
@@ -194159,16 +194482,16 @@
"type": "Identifier",
"name": "slcA1",
"range": [
- 86705,
- 86710
+ 86856,
+ 86861
],
"loc": {
"start": {
- "line": 2413,
+ "line": 2416,
"column": 23
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 28
}
}
@@ -194177,31 +194500,31 @@
"type": "Identifier",
"name": "concat",
"range": [
- 86711,
- 86717
+ 86862,
+ 86868
],
"loc": {
"start": {
- "line": 2413,
+ "line": 2416,
"column": 29
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 35
}
}
},
"range": [
- 86705,
- 86717
+ 86856,
+ 86868
],
"loc": {
"start": {
- "line": 2413,
+ "line": 2416,
"column": 23
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 35
}
}
@@ -194211,47 +194534,47 @@
"type": "Identifier",
"name": "slcA2",
"range": [
- 86718,
- 86723
+ 86869,
+ 86874
],
"loc": {
"start": {
- "line": 2413,
+ "line": 2416,
"column": 36
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 41
}
}
}
],
"range": [
- 86705,
- 86724
+ 86856,
+ 86875
],
"loc": {
"start": {
- "line": 2413,
+ "line": 2416,
"column": 23
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 42
}
}
},
"range": [
- 86694,
- 86724
+ 86845,
+ 86875
],
"loc": {
"start": {
- "line": 2413,
+ "line": 2416,
"column": 12
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 42
}
}
@@ -194259,16 +194582,16 @@
],
"kind": "let",
"range": [
- 86484,
- 86725
+ 86635,
+ 86876
],
"loc": {
"start": {
- "line": 2410,
+ "line": 2413,
"column": 8
},
"end": {
- "line": 2413,
+ "line": 2416,
"column": 43
}
}
@@ -194282,16 +194605,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 86734,
- 86742
+ 86885,
+ 86893
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 8
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 16
}
}
@@ -194305,16 +194628,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 86745,
- 86753
+ 86896,
+ 86904
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 19
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 27
}
}
@@ -194323,31 +194646,31 @@
"type": "Identifier",
"name": "concat",
"range": [
- 86754,
- 86760
+ 86905,
+ 86911
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 28
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 34
}
}
},
"range": [
- 86745,
- 86760
+ 86896,
+ 86911
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 19
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 34
}
}
@@ -194357,62 +194680,62 @@
"type": "Identifier",
"name": "slcA3",
"range": [
- 86761,
- 86766
+ 86912,
+ 86917
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 35
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 40
}
}
}
],
"range": [
- 86745,
- 86767
+ 86896,
+ 86918
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 19
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 41
}
}
},
"range": [
- 86734,
- 86767
+ 86885,
+ 86918
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 8
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 41
}
}
},
"range": [
- 86734,
- 86768
+ 86885,
+ 86919
],
"loc": {
"start": {
- "line": 2414,
+ "line": 2417,
"column": 8
},
"end": {
- "line": 2414,
+ "line": 2417,
"column": 42
}
}
@@ -194426,16 +194749,16 @@
"type": "Identifier",
"name": "activeFlt",
"range": [
- 86782,
- 86791
+ 86933,
+ 86942
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 12
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 21
}
}
@@ -194454,16 +194777,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86794,
- 86798
+ 86945,
+ 86949
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 24
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 28
}
}
@@ -194472,31 +194795,31 @@
"type": "Identifier",
"name": "activeFilterId",
"range": [
- 86799,
- 86813
+ 86950,
+ 86964
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 29
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 43
}
}
},
"range": [
- 86794,
- 86813
+ 86945,
+ 86964
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 24
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 43
}
}
@@ -194505,31 +194828,31 @@
"type": "Identifier",
"name": "split",
"range": [
- 86814,
- 86819
+ 86965,
+ 86970
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 44
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 49
}
}
},
"range": [
- 86794,
- 86819
+ 86945,
+ 86970
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 24
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 49
}
}
@@ -194540,32 +194863,32 @@
"value": "_",
"raw": "'_'",
"range": [
- 86820,
- 86823
+ 86971,
+ 86974
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 50
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 53
}
}
}
],
"range": [
- 86794,
- 86824
+ 86945,
+ 86975
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 24
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 54
}
}
@@ -194575,46 +194898,46 @@
"value": 0,
"raw": "0",
"range": [
- 86825,
- 86826
+ 86976,
+ 86977
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 55
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 56
}
}
},
"range": [
- 86794,
- 86827
+ 86945,
+ 86978
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 24
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 57
}
}
},
"range": [
- 86782,
- 86827
+ 86933,
+ 86978
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 12
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 57
}
}
@@ -194622,16 +194945,16 @@
],
"kind": "let",
"range": [
- 86778,
- 86828
+ 86929,
+ 86979
],
"loc": {
"start": {
- "line": 2416,
+ "line": 2419,
"column": 8
},
"end": {
- "line": 2416,
+ "line": 2419,
"column": 58
}
}
@@ -194645,16 +194968,16 @@
"type": "Identifier",
"name": "activeFlt",
"range": [
- 86837,
- 86846
+ 86988,
+ 86997
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 8
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 17
}
}
@@ -194671,16 +194994,16 @@
"type": "Identifier",
"name": "activeFlt",
"range": [
- 86849,
- 86858
+ 87000,
+ 87009
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 20
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 29
}
}
@@ -194689,31 +195012,31 @@
"type": "Identifier",
"name": "split",
"range": [
- 86859,
- 86864
+ 87010,
+ 87015
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 30
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 35
}
}
},
"range": [
- 86849,
- 86864
+ 87000,
+ 87015
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 20
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 35
}
}
@@ -194725,16 +195048,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 86865,
- 86869
+ 87016,
+ 87020
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 36
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 40
}
}
@@ -194743,47 +195066,47 @@
"type": "Identifier",
"name": "prfxFlt",
"range": [
- 86870,
- 86877
+ 87021,
+ 87028
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 41
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 48
}
}
},
"range": [
- 86865,
- 86877
+ 87016,
+ 87028
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 36
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 48
}
}
}
],
"range": [
- 86849,
- 86878
+ 87000,
+ 87029
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 20
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 49
}
}
@@ -194793,61 +195116,61 @@
"value": 1,
"raw": "1",
"range": [
- 86879,
- 86880
+ 87030,
+ 87031
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 50
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 51
}
}
},
"range": [
- 86849,
- 86881
+ 87000,
+ 87032
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 20
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 52
}
}
},
"range": [
- 86837,
- 86881
+ 86988,
+ 87032
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 8
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 52
}
}
},
"range": [
- 86837,
- 86882
+ 86988,
+ 87033
],
"loc": {
"start": {
- "line": 2417,
+ "line": 2420,
"column": 8
},
"end": {
- "line": 2417,
+ "line": 2420,
"column": 53
}
}
@@ -194861,32 +195184,32 @@
"type": "Identifier",
"name": "slcSelectedValue",
"range": [
- 86895,
- 86911
+ 87046,
+ 87062
],
"loc": {
"start": {
- "line": 2418,
+ "line": 2421,
"column": 12
},
"end": {
- "line": 2418,
+ "line": 2421,
"column": 28
}
}
},
"init": null,
"range": [
- 86895,
- 86911
+ 87046,
+ 87062
],
"loc": {
"start": {
- "line": 2418,
+ "line": 2421,
"column": 12
},
"end": {
- "line": 2418,
+ "line": 2421,
"column": 28
}
}
@@ -194894,16 +195217,16 @@
],
"kind": "let",
"range": [
- 86891,
- 86912
+ 87042,
+ 87063
],
"loc": {
"start": {
- "line": 2418,
+ "line": 2421,
"column": 8
},
"end": {
- "line": 2418,
+ "line": 2421,
"column": 29
}
}
@@ -194919,16 +195242,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 86929,
- 86930
+ 87080,
+ 87081
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 16
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 17
}
}
@@ -194938,31 +195261,31 @@
"value": 0,
"raw": "0",
"range": [
- 86931,
- 86932
+ 87082,
+ 87083
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 18
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 19
}
}
},
"range": [
- 86929,
- 86932
+ 87080,
+ 87083
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 16
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 19
}
}
@@ -194973,16 +195296,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 86934,
- 86937
+ 87085,
+ 87088
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 21
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 24
}
}
@@ -194994,16 +195317,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 86938,
- 86946
+ 87089,
+ 87097
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 25
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 33
}
}
@@ -195012,46 +195335,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 86947,
- 86953
+ 87098,
+ 87104
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 34
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 40
}
}
},
"range": [
- 86938,
- 86953
+ 87089,
+ 87104
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 25
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 40
}
}
},
"range": [
- 86934,
- 86953
+ 87085,
+ 87104
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 21
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 40
}
}
@@ -195059,16 +195382,16 @@
],
"kind": "let",
"range": [
- 86925,
- 86953
+ 87076,
+ 87104
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 12
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 40
}
}
@@ -195080,16 +195403,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 86955,
- 86956
+ 87106,
+ 87107
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 42
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 43
}
}
@@ -195098,31 +195421,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 86957,
- 86960
+ 87108,
+ 87111
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 44
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 47
}
}
},
"range": [
- 86955,
- 86960
+ 87106,
+ 87111
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 42
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 47
}
}
@@ -195134,32 +195457,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 86962,
- 86963
+ 87113,
+ 87114
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 49
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 50
}
}
},
"prefix": false,
"range": [
- 86962,
- 86965
+ 87113,
+ 87116
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 49
},
"end": {
- "line": 2419,
+ "line": 2422,
"column": 52
}
}
@@ -195176,16 +195499,16 @@
"type": "Identifier",
"name": "curSlc",
"range": [
- 86984,
- 86990
+ 87135,
+ 87141
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 16
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 22
}
}
@@ -195199,16 +195522,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 86993,
- 86996
+ 87144,
+ 87147
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 25
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 28
}
}
@@ -195217,31 +195540,31 @@
"type": "Identifier",
"name": "id",
"range": [
- 86997,
- 86999
+ 87148,
+ 87150
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 29
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 31
}
}
},
"range": [
- 86993,
- 86999
+ 87144,
+ 87150
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 25
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 31
}
}
@@ -195256,16 +195579,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87000,
- 87004
+ 87151,
+ 87155
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 32
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 36
}
}
@@ -195274,31 +195597,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 87005,
- 87011
+ 87156,
+ 87162
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 37
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 43
}
}
},
"range": [
- 87000,
- 87011
+ 87151,
+ 87162
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 32
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 43
}
}
@@ -195310,16 +195633,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87012,
- 87020
+ 87163,
+ 87171
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 44
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 52
}
}
@@ -195328,77 +195651,77 @@
"type": "Identifier",
"name": "i",
"range": [
- 87021,
- 87022
+ 87172,
+ 87173
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 53
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 54
}
}
},
"range": [
- 87012,
- 87023
+ 87163,
+ 87174
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 44
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 55
}
}
},
"range": [
- 87000,
- 87024
+ 87151,
+ 87175
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 32
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 56
}
}
}
],
"range": [
- 86993,
- 87025
+ 87144,
+ 87176
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 25
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 57
}
}
},
"range": [
- 86984,
- 87025
+ 87135,
+ 87176
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 16
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 57
}
}
@@ -195406,16 +195729,16 @@
],
"kind": "let",
"range": [
- 86980,
- 87026
+ 87131,
+ 87177
],
"loc": {
"start": {
- "line": 2420,
+ "line": 2423,
"column": 12
},
"end": {
- "line": 2420,
+ "line": 2423,
"column": 58
}
}
@@ -195429,16 +195752,16 @@
"type": "Identifier",
"name": "slcSelectedValue",
"range": [
- 87039,
- 87055
+ 87190,
+ 87206
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 12
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 28
}
}
@@ -195451,16 +195774,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87058,
- 87062
+ 87209,
+ 87213
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 31
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 35
}
}
@@ -195469,31 +195792,31 @@
"type": "Identifier",
"name": "getFilterValue",
"range": [
- 87063,
- 87077
+ 87214,
+ 87228
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 36
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 50
}
}
},
"range": [
- 87058,
- 87077
+ 87209,
+ 87228
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 31
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 50
}
}
@@ -195506,16 +195829,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87078,
- 87086
+ 87229,
+ 87237
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 51
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 59
}
}
@@ -195524,77 +195847,77 @@
"type": "Identifier",
"name": "i",
"range": [
- 87087,
- 87088
+ 87238,
+ 87239
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 60
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 61
}
}
},
"range": [
- 87078,
- 87089
+ 87229,
+ 87240
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 51
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 62
}
}
}
],
"range": [
- 87058,
- 87090
+ 87209,
+ 87241
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 31
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 63
}
}
},
"range": [
- 87039,
- 87090
+ 87190,
+ 87241
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 12
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 63
}
}
},
"range": [
- 87039,
- 87091
+ 87190,
+ 87242
],
"loc": {
"start": {
- "line": 2421,
+ "line": 2424,
"column": 12
},
"end": {
- "line": 2421,
+ "line": 2424,
"column": 64
}
},
@@ -195603,16 +195926,16 @@
"type": "Line",
"value": " Welcome to cyclomatic complexity hell :)",
"range": [
- 87105,
- 87148
+ 87256,
+ 87299
],
"loc": {
"start": {
- "line": 2423,
+ "line": 2426,
"column": 12
},
"end": {
- "line": 2423,
+ "line": 2426,
"column": 55
}
}
@@ -195621,16 +195944,16 @@
"type": "Line",
"value": " TODO: simplify/refactor if statement",
"range": [
- 87161,
- 87200
+ 87312,
+ 87351
],
"loc": {
"start": {
- "line": 2424,
+ "line": 2427,
"column": 12
},
"end": {
- "line": 2424,
+ "line": 2427,
"column": 51
}
}
@@ -195655,16 +195978,16 @@
"type": "Identifier",
"name": "activeFlt",
"range": [
- 87216,
- 87225
+ 87367,
+ 87376
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 15
},
"end": {
- "line": 2425,
+ "line": 2428,
"column": 24
}
}
@@ -195676,16 +195999,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87228,
- 87236
+ 87379,
+ 87387
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 27
},
"end": {
- "line": 2425,
+ "line": 2428,
"column": 35
}
}
@@ -195694,46 +196017,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 87237,
- 87238
+ 87388,
+ 87389
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 36
},
"end": {
- "line": 2425,
+ "line": 2428,
"column": 37
}
}
},
"range": [
- 87228,
- 87239
+ 87379,
+ 87390
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 27
},
"end": {
- "line": 2425,
+ "line": 2428,
"column": 38
}
}
},
"range": [
- 87216,
- 87239
+ 87367,
+ 87390
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 15
},
"end": {
- "line": 2425,
+ "line": 2428,
"column": 38
}
}
@@ -195750,16 +196073,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87260,
- 87264
+ 87411,
+ 87415
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 17
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 21
}
}
@@ -195768,31 +196091,31 @@
"type": "Identifier",
"name": "paging",
"range": [
- 87265,
- 87271
+ 87416,
+ 87422
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 22
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 28
}
}
},
"range": [
- 87260,
- 87271
+ 87411,
+ 87422
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 17
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 28
}
}
@@ -195809,16 +196132,16 @@
"type": "Identifier",
"name": "slcA1",
"range": [
- 87275,
- 87280
+ 87426,
+ 87431
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 32
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 37
}
}
@@ -195827,31 +196150,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 87281,
- 87288
+ 87432,
+ 87439
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 38
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 45
}
}
},
"range": [
- 87275,
- 87288
+ 87426,
+ 87439
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 32
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 45
}
}
@@ -195864,16 +196187,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87289,
- 87297
+ 87440,
+ 87448
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 46
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 54
}
}
@@ -195882,47 +196205,47 @@
"type": "Identifier",
"name": "i",
"range": [
- 87298,
- 87299
+ 87449,
+ 87450
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 55
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 56
}
}
},
"range": [
- 87289,
- 87300
+ 87440,
+ 87451
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 46
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 57
}
}
}
],
"range": [
- 87275,
- 87301
+ 87426,
+ 87452
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 32
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 58
}
}
@@ -195935,62 +196258,62 @@
"value": 1,
"raw": "1",
"range": [
- 87306,
- 87307
+ 87457,
+ 87458
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 63
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 64
}
}
},
"prefix": true,
"range": [
- 87305,
- 87307
+ 87456,
+ 87458
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 62
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 64
}
}
},
"range": [
- 87275,
- 87307
+ 87426,
+ 87458
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 32
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 64
}
}
},
"range": [
- 87260,
- 87307
+ 87411,
+ 87458
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 17
},
"end": {
- "line": 2426,
+ "line": 2429,
"column": 64
}
}
@@ -196002,16 +196325,16 @@
"type": "Identifier",
"name": "activeFlt",
"range": [
- 87331,
- 87340
+ 87482,
+ 87491
],
"loc": {
"start": {
- "line": 2427,
+ "line": 2430,
"column": 20
},
"end": {
- "line": 2427,
+ "line": 2430,
"column": 29
}
}
@@ -196023,16 +196346,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87345,
- 87353
+ 87496,
+ 87504
],
"loc": {
"start": {
- "line": 2427,
+ "line": 2430,
"column": 34
},
"end": {
- "line": 2427,
+ "line": 2430,
"column": 42
}
}
@@ -196041,76 +196364,76 @@
"type": "Identifier",
"name": "i",
"range": [
- 87354,
- 87355
+ 87505,
+ 87506
],
"loc": {
"start": {
- "line": 2427,
+ "line": 2430,
"column": 43
},
"end": {
- "line": 2427,
+ "line": 2430,
"column": 44
}
}
},
"range": [
- 87345,
- 87356
+ 87496,
+ 87507
],
"loc": {
"start": {
- "line": 2427,
+ "line": 2430,
"column": 34
},
"end": {
- "line": 2427,
+ "line": 2430,
"column": 45
}
}
},
"range": [
- 87331,
- 87356
+ 87482,
+ 87507
],
"loc": {
"start": {
- "line": 2427,
+ "line": 2430,
"column": 20
},
"end": {
- "line": 2427,
+ "line": 2430,
"column": 45
}
}
},
"range": [
- 87260,
- 87356
+ 87411,
+ 87507
],
"loc": {
"start": {
- "line": 2426,
+ "line": 2429,
"column": 17
},
"end": {
- "line": 2427,
+ "line": 2430,
"column": 45
}
}
},
"range": [
- 87216,
- 87358
+ 87367,
+ 87509
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 15
},
"end": {
- "line": 2427,
+ "line": 2430,
"column": 47
}
}
@@ -196127,16 +196450,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87380,
- 87384
+ 87531,
+ 87535
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 18
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 22
}
}
@@ -196145,47 +196468,47 @@
"type": "Identifier",
"name": "paging",
"range": [
- 87385,
- 87391
+ 87536,
+ 87542
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 23
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 29
}
}
},
"range": [
- 87380,
- 87391
+ 87531,
+ 87542
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 18
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 29
}
}
},
"prefix": true,
"range": [
- 87379,
- 87391
+ 87530,
+ 87542
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 17
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 29
}
}
@@ -196205,16 +196528,16 @@
"type": "Identifier",
"name": "slcA3",
"range": [
- 87396,
- 87401
+ 87547,
+ 87552
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 34
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 39
}
}
@@ -196223,31 +196546,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 87402,
- 87409
+ 87553,
+ 87560
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 40
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 47
}
}
},
"range": [
- 87396,
- 87409
+ 87547,
+ 87560
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 34
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 47
}
}
@@ -196260,16 +196583,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87410,
- 87418
+ 87561,
+ 87569
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 48
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 56
}
}
@@ -196278,47 +196601,47 @@
"type": "Identifier",
"name": "i",
"range": [
- 87419,
- 87420
+ 87570,
+ 87571
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 57
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 58
}
}
},
"range": [
- 87410,
- 87421
+ 87561,
+ 87572
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 48
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 59
}
}
}
],
"range": [
- 87396,
- 87422
+ 87547,
+ 87573
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 34
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 60
}
}
@@ -196331,47 +196654,47 @@
"value": 1,
"raw": "1",
"range": [
- 87427,
- 87428
+ 87578,
+ 87579
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 65
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 66
}
}
},
"prefix": true,
"range": [
- 87426,
- 87428
+ 87577,
+ 87579
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 64
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 66
}
}
},
"range": [
- 87396,
- 87428
+ 87547,
+ 87579
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 34
},
"end": {
- "line": 2428,
+ "line": 2431,
"column": 66
}
}
@@ -196388,16 +196711,16 @@
"type": "Identifier",
"name": "slcA2",
"range": [
- 87452,
- 87457
+ 87603,
+ 87608
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 20
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 25
}
}
@@ -196406,31 +196729,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 87458,
- 87465
+ 87609,
+ 87616
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 26
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 33
}
}
},
"range": [
- 87452,
- 87465
+ 87603,
+ 87616
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 20
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 33
}
}
@@ -196443,16 +196766,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87466,
- 87474
+ 87617,
+ 87625
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 34
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 42
}
}
@@ -196461,47 +196784,47 @@
"type": "Identifier",
"name": "i",
"range": [
- 87475,
- 87476
+ 87626,
+ 87627
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 43
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 44
}
}
},
"range": [
- 87466,
- 87477
+ 87617,
+ 87628
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 34
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 45
}
}
}
],
"range": [
- 87452,
- 87478
+ 87603,
+ 87629
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 20
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 46
}
}
@@ -196514,92 +196837,92 @@
"value": 1,
"raw": "1",
"range": [
- 87483,
- 87484
+ 87634,
+ 87635
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 51
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 52
}
}
},
"prefix": true,
"range": [
- 87482,
- 87484
+ 87633,
+ 87635
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 50
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 52
}
}
},
"range": [
- 87452,
- 87484
+ 87603,
+ 87635
],
"loc": {
"start": {
- "line": 2429,
+ "line": 2432,
"column": 20
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 52
}
}
},
"range": [
- 87396,
- 87484
+ 87547,
+ 87635
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 34
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 52
}
}
},
"range": [
- 87379,
- 87485
+ 87530,
+ 87636
],
"loc": {
"start": {
- "line": 2428,
+ "line": 2431,
"column": 17
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 53
}
}
},
"range": [
- 87216,
- 87486
+ 87367,
+ 87637
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 15
},
"end": {
- "line": 2429,
+ "line": 2432,
"column": 54
}
}
@@ -196611,16 +196934,16 @@
"type": "Identifier",
"name": "slcSelectedValue",
"range": [
- 87506,
- 87522
+ 87657,
+ 87673
],
"loc": {
"start": {
- "line": 2430,
+ "line": 2433,
"column": 16
},
"end": {
- "line": 2430,
+ "line": 2433,
"column": 32
}
}
@@ -196631,16 +196954,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87527,
- 87531
+ 87678,
+ 87682
],
"loc": {
"start": {
- "line": 2430,
+ "line": 2433,
"column": 37
},
"end": {
- "line": 2430,
+ "line": 2433,
"column": 41
}
}
@@ -196649,61 +196972,61 @@
"type": "Identifier",
"name": "displayAllText",
"range": [
- 87532,
- 87546
+ 87683,
+ 87697
],
"loc": {
"start": {
- "line": 2430,
+ "line": 2433,
"column": 42
},
"end": {
- "line": 2430,
+ "line": 2433,
"column": 56
}
}
},
"range": [
- 87527,
- 87546
+ 87678,
+ 87697
],
"loc": {
"start": {
- "line": 2430,
+ "line": 2433,
"column": 37
},
"end": {
- "line": 2430,
+ "line": 2433,
"column": 56
}
}
},
"range": [
- 87506,
- 87546
+ 87657,
+ 87697
],
"loc": {
"start": {
- "line": 2430,
+ "line": 2433,
"column": 16
},
"end": {
- "line": 2430,
+ "line": 2433,
"column": 56
}
}
},
"range": [
- 87216,
- 87546
+ 87367,
+ 87697
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 15
},
"end": {
- "line": 2430,
+ "line": 2433,
"column": 56
}
}
@@ -196725,16 +197048,16 @@
"type": "Identifier",
"name": "slcA3",
"range": [
- 87570,
- 87575
+ 87721,
+ 87726
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 19
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 24
}
}
@@ -196743,31 +197066,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 87576,
- 87583
+ 87727,
+ 87734
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 25
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 32
}
}
},
"range": [
- 87570,
- 87583
+ 87721,
+ 87734
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 19
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 32
}
}
@@ -196780,16 +197103,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87584,
- 87592
+ 87735,
+ 87743
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 33
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 41
}
}
@@ -196798,47 +197121,47 @@
"type": "Identifier",
"name": "i",
"range": [
- 87593,
- 87594
+ 87744,
+ 87745
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 42
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 43
}
}
},
"range": [
- 87584,
- 87595
+ 87735,
+ 87746
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 33
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 44
}
}
}
],
"range": [
- 87570,
- 87596
+ 87721,
+ 87747
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 19
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 45
}
}
@@ -196851,47 +197174,47 @@
"value": 1,
"raw": "1",
"range": [
- 87601,
- 87602
+ 87752,
+ 87753
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 50
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 51
}
}
},
"prefix": true,
"range": [
- 87600,
- 87602
+ 87751,
+ 87753
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 49
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 51
}
}
},
"range": [
- 87570,
- 87602
+ 87721,
+ 87753
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 19
},
"end": {
- "line": 2432,
+ "line": 2435,
"column": 51
}
}
@@ -196922,16 +197245,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87625,
- 87629
+ 87776,
+ 87780
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 24
}
}
@@ -196940,31 +197263,31 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 87630,
- 87633
+ 87781,
+ 87784
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 25
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 28
}
}
},
"range": [
- 87625,
- 87633
+ 87776,
+ 87784
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 28
}
}
@@ -196973,31 +197296,31 @@
"type": "Identifier",
"name": "checkList",
"range": [
- 87634,
- 87643
+ 87785,
+ 87794
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 29
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 38
}
}
},
"range": [
- 87625,
- 87643
+ 87776,
+ 87794
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 38
}
}
@@ -197006,31 +197329,31 @@
"type": "Identifier",
"name": "checkListDiv",
"range": [
- 87644,
- 87656
+ 87795,
+ 87807
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 39
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 51
}
}
},
"range": [
- 87625,
- 87656
+ 87776,
+ 87807
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 51
}
}
@@ -197042,16 +197365,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 87657,
- 87665
+ 87808,
+ 87816
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 52
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 60
}
}
@@ -197060,46 +197383,46 @@
"type": "Identifier",
"name": "i",
"range": [
- 87666,
- 87667
+ 87817,
+ 87818
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 61
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 62
}
}
},
"range": [
- 87657,
- 87668
+ 87808,
+ 87819
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 52
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 63
}
}
},
"range": [
- 87625,
- 87669
+ 87776,
+ 87820
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 64
}
}
@@ -197108,31 +197431,31 @@
"type": "Identifier",
"name": "innerHTML",
"range": [
- 87670,
- 87679
+ 87821,
+ 87830
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 65
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 74
}
}
},
"range": [
- 87625,
- 87679
+ 87776,
+ 87830
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 74
}
}
@@ -197142,62 +197465,62 @@
"value": "",
"raw": "''",
"range": [
- 87682,
- 87684
+ 87833,
+ 87835
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 77
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 79
}
}
},
"range": [
- 87625,
- 87684
+ 87776,
+ 87835
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 79
}
}
},
"range": [
- 87625,
- 87685
+ 87776,
+ 87836
],
"loc": {
"start": {
- "line": 2433,
+ "line": 2436,
"column": 20
},
"end": {
- "line": 2433,
+ "line": 2436,
"column": 80
}
}
}
],
"range": [
- 87603,
- 87703
+ 87754,
+ 87854
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 52
},
"end": {
- "line": 2434,
+ "line": 2437,
"column": 17
}
}
@@ -197217,16 +197540,16 @@
"type": "Identifier",
"name": "curSlc",
"range": [
- 87731,
- 87737
+ 87882,
+ 87888
],
"loc": {
"start": {
- "line": 2435,
+ "line": 2438,
"column": 20
},
"end": {
- "line": 2435,
+ "line": 2438,
"column": 26
}
}
@@ -197235,31 +197558,31 @@
"type": "Identifier",
"name": "innerHTML",
"range": [
- 87738,
- 87747
+ 87889,
+ 87898
],
"loc": {
"start": {
- "line": 2435,
+ "line": 2438,
"column": 27
},
"end": {
- "line": 2435,
+ "line": 2438,
"column": 36
}
}
},
"range": [
- 87731,
- 87747
+ 87882,
+ 87898
],
"loc": {
"start": {
- "line": 2435,
+ "line": 2438,
"column": 20
},
"end": {
- "line": 2435,
+ "line": 2438,
"column": 36
}
}
@@ -197269,77 +197592,77 @@
"value": "",
"raw": "''",
"range": [
- 87750,
- 87752
+ 87901,
+ 87903
],
"loc": {
"start": {
- "line": 2435,
+ "line": 2438,
"column": 39
},
"end": {
- "line": 2435,
+ "line": 2438,
"column": 41
}
}
},
"range": [
- 87731,
- 87752
+ 87882,
+ 87903
],
"loc": {
"start": {
- "line": 2435,
+ "line": 2438,
"column": 20
},
"end": {
- "line": 2435,
+ "line": 2438,
"column": 41
}
}
},
"range": [
- 87731,
- 87753
+ 87882,
+ 87904
],
"loc": {
"start": {
- "line": 2435,
+ "line": 2438,
"column": 20
},
"end": {
- "line": 2435,
+ "line": 2438,
"column": 42
}
}
}
],
"range": [
- 87709,
- 87771
+ 87860,
+ 87922
],
"loc": {
"start": {
- "line": 2434,
+ "line": 2437,
"column": 23
},
"end": {
- "line": 2436,
+ "line": 2439,
"column": 17
}
}
},
"range": [
- 87567,
- 87771
+ 87718,
+ 87922
],
"loc": {
"start": {
- "line": 2432,
+ "line": 2435,
"column": 16
},
"end": {
- "line": 2436,
+ "line": 2439,
"column": 17
}
},
@@ -197348,16 +197671,16 @@
"type": "Line",
"value": "1st option needs to be inserted",
"range": [
- 87789,
- 87822
+ 87940,
+ 87973
],
"loc": {
"start": {
- "line": 2438,
+ "line": 2441,
"column": 16
},
"end": {
- "line": 2438,
+ "line": 2441,
"column": 49
}
}
@@ -197372,16 +197695,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87842,
- 87846
+ 87993,
+ 87997
],
"loc": {
"start": {
- "line": 2439,
+ "line": 2442,
"column": 19
},
"end": {
- "line": 2439,
+ "line": 2442,
"column": 23
}
}
@@ -197390,31 +197713,31 @@
"type": "Identifier",
"name": "loadFltOnDemand",
"range": [
- 87847,
- 87862
+ 87998,
+ 88013
],
"loc": {
"start": {
- "line": 2439,
+ "line": 2442,
"column": 24
},
"end": {
- "line": 2439,
+ "line": 2442,
"column": 39
}
}
},
"range": [
- 87842,
- 87862
+ 87993,
+ 88013
],
"loc": {
"start": {
- "line": 2439,
+ "line": 2442,
"column": 19
},
"end": {
- "line": 2439,
+ "line": 2442,
"column": 39
}
}
@@ -197431,16 +197754,16 @@
"type": "Identifier",
"name": "opt0",
"range": [
- 87890,
- 87894
+ 88041,
+ 88045
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 24
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 28
}
}
@@ -197454,16 +197777,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 87897,
- 87900
+ 88048,
+ 88051
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 31
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 34
}
}
@@ -197472,31 +197795,31 @@
"type": "Identifier",
"name": "createOpt",
"range": [
- 87901,
- 87910
+ 88052,
+ 88061
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 35
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 44
}
}
},
"range": [
- 87897,
- 87910
+ 88048,
+ 88061
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 31
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 44
}
}
@@ -197508,16 +197831,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 87911,
- 87915
+ 88062,
+ 88066
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 45
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 49
}
}
@@ -197526,31 +197849,31 @@
"type": "Identifier",
"name": "displayAllText",
"range": [
- 87916,
- 87930
+ 88067,
+ 88081
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 50
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 64
}
}
},
"range": [
- 87911,
- 87930
+ 88062,
+ 88081
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 45
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 64
}
}
@@ -197560,47 +197883,47 @@
"value": "",
"raw": "''",
"range": [
- 87932,
- 87934
+ 88083,
+ 88085
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 66
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 68
}
}
}
],
"range": [
- 87897,
- 87935
+ 88048,
+ 88086
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 31
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 69
}
}
},
"range": [
- 87890,
- 87935
+ 88041,
+ 88086
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 24
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 69
}
}
@@ -197608,16 +197931,16 @@
],
"kind": "let",
"range": [
- 87886,
- 87936
+ 88037,
+ 88087
],
"loc": {
"start": {
- "line": 2440,
+ "line": 2443,
"column": 20
},
"end": {
- "line": 2440,
+ "line": 2443,
"column": 70
}
}
@@ -197628,16 +197951,16 @@
"type": "Identifier",
"name": "curSlc",
"range": [
- 87960,
- 87966
+ 88111,
+ 88117
],
"loc": {
"start": {
- "line": 2441,
+ "line": 2444,
"column": 23
},
"end": {
- "line": 2441,
+ "line": 2444,
"column": 29
}
}
@@ -197656,16 +197979,16 @@
"type": "Identifier",
"name": "curSlc",
"range": [
- 87993,
- 87999
+ 88144,
+ 88150
],
"loc": {
"start": {
- "line": 2442,
+ "line": 2445,
"column": 24
},
"end": {
- "line": 2442,
+ "line": 2445,
"column": 30
}
}
@@ -197674,31 +197997,31 @@
"type": "Identifier",
"name": "appendChild",
"range": [
- 88000,
- 88011
+ 88151,
+ 88162
],
"loc": {
"start": {
- "line": 2442,
+ "line": 2445,
"column": 31
},
"end": {
- "line": 2442,
+ "line": 2445,
"column": 42
}
}
},
"range": [
- 87993,
- 88011
+ 88144,
+ 88162
],
"loc": {
"start": {
- "line": 2442,
+ "line": 2445,
"column": 24
},
"end": {
- "line": 2442,
+ "line": 2445,
"column": 42
}
}
@@ -197708,111 +198031,111 @@
"type": "Identifier",
"name": "opt0",
"range": [
- 88012,
- 88016
+ 88163,
+ 88167
],
"loc": {
"start": {
- "line": 2442,
+ "line": 2445,
"column": 43
},
"end": {
- "line": 2442,
+ "line": 2445,
"column": 47
}
}
}
],
"range": [
- 87993,
- 88017
+ 88144,
+ 88168
],
"loc": {
"start": {
- "line": 2442,
+ "line": 2445,
"column": 24
},
"end": {
- "line": 2442,
+ "line": 2445,
"column": 48
}
}
},
"range": [
- 87993,
- 88018
+ 88144,
+ 88169
],
"loc": {
"start": {
- "line": 2442,
+ "line": 2445,
"column": 24
},
"end": {
- "line": 2442,
+ "line": 2445,
"column": 49
}
}
}
],
"range": [
- 87967,
- 88040
+ 88118,
+ 88191
],
"loc": {
"start": {
- "line": 2441,
+ "line": 2444,
"column": 30
},
"end": {
- "line": 2443,
+ "line": 2446,
"column": 21
}
}
},
"alternate": null,
"range": [
- 87957,
- 88040
+ 88108,
+ 88191
],
"loc": {
"start": {
- "line": 2441,
+ "line": 2444,
"column": 20
},
"end": {
- "line": 2443,
+ "line": 2446,
"column": 21
}
}
}
],
"range": [
- 87864,
- 88058
+ 88015,
+ 88209
],
"loc": {
"start": {
- "line": 2439,
+ "line": 2442,
"column": 41
},
"end": {
- "line": 2444,
+ "line": 2447,
"column": 17
}
}
},
"alternate": null,
"range": [
- 87839,
- 88058
+ 87990,
+ 88209
],
"loc": {
"start": {
- "line": 2439,
+ "line": 2442,
"column": 16
},
"end": {
- "line": 2444,
+ "line": 2447,
"column": 17
}
},
@@ -197821,16 +198144,16 @@
"type": "Line",
"value": "1st option needs to be inserted",
"range": [
- 87789,
- 87822
+ 87940,
+ 87973
],
"loc": {
"start": {
- "line": 2438,
+ "line": 2441,
"column": 16
},
"end": {
- "line": 2438,
+ "line": 2441,
"column": 49
}
}
@@ -197851,16 +198174,16 @@
"type": "Identifier",
"name": "slcA3",
"range": [
- 88079,
- 88084
+ 88230,
+ 88235
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 19
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 24
}
}
@@ -197869,31 +198192,31 @@
"type": "Identifier",
"name": "indexOf",
"range": [
- 88085,
- 88092
+ 88236,
+ 88243
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 25
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 32
}
}
},
"range": [
- 88079,
- 88092
+ 88230,
+ 88243
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 19
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 32
}
}
@@ -197906,16 +198229,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 88093,
- 88101
+ 88244,
+ 88252
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 33
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 41
}
}
@@ -197924,47 +198247,47 @@
"type": "Identifier",
"name": "i",
"range": [
- 88102,
- 88103
+ 88253,
+ 88254
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 42
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 43
}
}
},
"range": [
- 88093,
- 88104
+ 88244,
+ 88255
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 33
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 44
}
}
}
],
"range": [
- 88079,
- 88105
+ 88230,
+ 88256
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 19
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 45
}
}
@@ -197977,47 +198300,47 @@
"value": 1,
"raw": "1",
"range": [
- 88110,
- 88111
+ 88261,
+ 88262
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 50
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 51
}
}
},
"prefix": true,
"range": [
- 88109,
- 88111
+ 88260,
+ 88262
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 49
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 51
}
}
},
"range": [
- 88079,
- 88111
+ 88230,
+ 88262
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 19
},
"end": {
- "line": 2446,
+ "line": 2449,
"column": 51
}
}
@@ -198041,16 +198364,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88134,
- 88138
+ 88285,
+ 88289
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 20
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 24
}
}
@@ -198059,31 +198382,31 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 88139,
- 88142
+ 88290,
+ 88293
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 25
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 28
}
}
},
"range": [
- 88134,
- 88142
+ 88285,
+ 88293
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 20
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 28
}
}
@@ -198092,31 +198415,31 @@
"type": "Identifier",
"name": "checkList",
"range": [
- 88143,
- 88152
+ 88294,
+ 88303
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 29
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 38
}
}
},
"range": [
- 88134,
- 88152
+ 88285,
+ 88303
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 20
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 38
}
}
@@ -198125,31 +198448,31 @@
"type": "Identifier",
"name": "_build",
"range": [
- 88153,
- 88159
+ 88304,
+ 88310
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 39
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 45
}
}
},
"range": [
- 88134,
- 88159
+ 88285,
+ 88310
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 20
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 45
}
}
@@ -198162,16 +198485,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 88160,
- 88168
+ 88311,
+ 88319
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 46
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 54
}
}
@@ -198180,78 +198503,78 @@
"type": "Identifier",
"name": "i",
"range": [
- 88169,
- 88170
+ 88320,
+ 88321
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 55
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 56
}
}
},
"range": [
- 88160,
- 88171
+ 88311,
+ 88322
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 46
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 57
}
}
}
],
"range": [
- 88134,
- 88172
+ 88285,
+ 88323
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 20
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 58
}
}
},
"range": [
- 88134,
- 88173
+ 88285,
+ 88324
],
"loc": {
"start": {
- "line": 2447,
+ "line": 2450,
"column": 20
},
"end": {
- "line": 2447,
+ "line": 2450,
"column": 59
}
}
}
],
"range": [
- 88112,
- 88191
+ 88263,
+ 88342
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 52
},
"end": {
- "line": 2448,
+ "line": 2451,
"column": 17
}
}
@@ -198275,16 +198598,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88219,
- 88223
+ 88370,
+ 88374
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 20
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 24
}
}
@@ -198293,31 +198616,31 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 88224,
- 88227
+ 88375,
+ 88378
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 25
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 28
}
}
},
"range": [
- 88219,
- 88227
+ 88370,
+ 88378
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 20
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 28
}
}
@@ -198326,31 +198649,31 @@
"type": "Identifier",
"name": "dropdown",
"range": [
- 88228,
- 88236
+ 88379,
+ 88387
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 29
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 37
}
}
},
"range": [
- 88219,
- 88236
+ 88370,
+ 88387
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 20
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 37
}
}
@@ -198359,31 +198682,31 @@
"type": "Identifier",
"name": "_build",
"range": [
- 88237,
- 88243
+ 88388,
+ 88394
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 38
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 44
}
}
},
"range": [
- 88219,
- 88243
+ 88370,
+ 88394
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 20
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 44
}
}
@@ -198396,16 +198719,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 88244,
- 88252
+ 88395,
+ 88403
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 45
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 53
}
}
@@ -198414,31 +198737,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 88253,
- 88254
+ 88404,
+ 88405
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 54
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 55
}
}
},
"range": [
- 88244,
- 88255
+ 88395,
+ 88406
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 45
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 56
}
}
@@ -198448,78 +198771,78 @@
"value": true,
"raw": "true",
"range": [
- 88257,
- 88261
+ 88408,
+ 88412
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 58
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 62
}
}
}
],
"range": [
- 88219,
- 88262
+ 88370,
+ 88413
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 20
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 63
}
}
},
"range": [
- 88219,
- 88263
+ 88370,
+ 88414
],
"loc": {
"start": {
- "line": 2449,
+ "line": 2452,
"column": 20
},
"end": {
- "line": 2449,
+ "line": 2452,
"column": 64
}
}
}
],
"range": [
- 88197,
- 88281
+ 88348,
+ 88432
],
"loc": {
"start": {
- "line": 2448,
+ "line": 2451,
"column": 23
},
"end": {
- "line": 2450,
+ "line": 2453,
"column": 17
}
}
},
"range": [
- 88076,
- 88281
+ 88227,
+ 88432
],
"loc": {
"start": {
- "line": 2446,
+ "line": 2449,
"column": 16
},
"end": {
- "line": 2450,
+ "line": 2453,
"column": 17
}
}
@@ -198534,16 +198857,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88299,
- 88303
+ 88450,
+ 88454
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 16
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 20
}
}
@@ -198552,31 +198875,31 @@
"type": "Identifier",
"name": "setFilterValue",
"range": [
- 88304,
- 88318
+ 88455,
+ 88469
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 21
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 35
}
}
},
"range": [
- 88299,
- 88318
+ 88450,
+ 88469
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 16
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 35
}
}
@@ -198589,16 +198912,16 @@
"type": "Identifier",
"name": "slcIndex",
"range": [
- 88319,
- 88327
+ 88470,
+ 88478
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 36
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 44
}
}
@@ -198607,31 +198930,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 88328,
- 88329
+ 88479,
+ 88480
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 45
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 46
}
}
},
"range": [
- 88319,
- 88330
+ 88470,
+ 88481
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 36
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 47
}
}
@@ -198640,79 +198963,79 @@
"type": "Identifier",
"name": "slcSelectedValue",
"range": [
- 88332,
- 88348
+ 88483,
+ 88499
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 49
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 65
}
}
}
],
"range": [
- 88299,
- 88349
+ 88450,
+ 88500
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 16
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 66
}
}
},
"range": [
- 88299,
- 88350
+ 88450,
+ 88501
],
"loc": {
"start": {
- "line": 2452,
+ "line": 2455,
"column": 16
},
"end": {
- "line": 2452,
+ "line": 2455,
"column": 67
}
}
}
],
"range": [
- 87548,
- 88364
+ 87699,
+ 88515
],
"loc": {
"start": {
- "line": 2430,
+ "line": 2433,
"column": 58
},
"end": {
- "line": 2453,
+ "line": 2456,
"column": 13
}
}
},
"alternate": null,
"range": [
- 87213,
- 88364
+ 87364,
+ 88515
],
"loc": {
"start": {
- "line": 2425,
+ "line": 2428,
"column": 12
},
"end": {
- "line": 2453,
+ "line": 2456,
"column": 13
}
},
@@ -198721,16 +199044,16 @@
"type": "Line",
"value": " Welcome to cyclomatic complexity hell :)",
"range": [
- 87105,
- 87148
+ 87256,
+ 87299
],
"loc": {
"start": {
- "line": 2423,
+ "line": 2426,
"column": 12
},
"end": {
- "line": 2423,
+ "line": 2426,
"column": 55
}
}
@@ -198739,16 +199062,16 @@
"type": "Line",
"value": " TODO: simplify/refactor if statement",
"range": [
- 87161,
- 87200
+ 87312,
+ 87351
],
"loc": {
"start": {
- "line": 2424,
+ "line": 2427,
"column": 12
},
"end": {
- "line": 2424,
+ "line": 2427,
"column": 51
}
}
@@ -198757,31 +199080,31 @@
}
],
"range": [
- 86966,
- 88374
+ 87117,
+ 88525
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 53
},
"end": {
- "line": 2454,
+ "line": 2457,
"column": 9
}
}
},
"range": [
- 86921,
- 88374
+ 87072,
+ 88525
],
"loc": {
"start": {
- "line": 2419,
+ "line": 2422,
"column": 8
},
"end": {
- "line": 2454,
+ "line": 2457,
"column": 9
}
},
@@ -198790,16 +199113,16 @@
"type": "Line",
"value": " for i",
"range": [
- 88374,
- 88382
+ 88525,
+ 88533
],
"loc": {
"start": {
- "line": 2454,
+ "line": 2457,
"column": 9
},
"end": {
- "line": 2454,
+ "line": 2457,
"column": 17
}
}
@@ -198808,16 +199131,16 @@
}
],
"range": [
- 86410,
- 88388
+ 86561,
+ 88539
],
"loc": {
"start": {
- "line": 2406,
+ "line": 2409,
"column": 17
},
"end": {
- "line": 2455,
+ "line": 2458,
"column": 5
}
}
@@ -198825,16 +199148,16 @@
"generator": false,
"expression": false,
"range": [
- 86408,
- 88388
+ 86559,
+ 88539
],
"loc": {
"start": {
- "line": 2406,
+ "line": 2409,
"column": 15
},
"end": {
- "line": 2455,
+ "line": 2458,
"column": 5
}
}
@@ -198842,16 +199165,16 @@
"kind": "method",
"computed": false,
"range": [
- 86397,
- 88388
+ 86548,
+ 88539
],
"loc": {
"start": {
- "line": 2406,
+ "line": 2409,
"column": 4
},
"end": {
- "line": 2455,
+ "line": 2458,
"column": 5
}
},
@@ -198860,16 +199183,16 @@
"type": "Block",
"value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ",
"range": [
- 86287,
- 86392
+ 86438,
+ 86543
],
"loc": {
"start": {
- "line": 2402,
+ "line": 2405,
"column": 4
},
"end": {
- "line": 2405,
+ "line": 2408,
"column": 7
}
}
@@ -198880,16 +199203,16 @@
"type": "Block",
"value": "*\n * Re-generate the filters grid bar when previously removed\n ",
"range": [
- 88394,
- 88469
+ 88545,
+ 88620
],
"loc": {
"start": {
- "line": 2457,
+ "line": 2460,
"column": 4
},
"end": {
- "line": 2459,
+ "line": 2462,
"column": 7
}
}
@@ -198903,16 +199226,16 @@
"type": "Identifier",
"name": "_resetGrid",
"range": [
- 88474,
- 88484
+ 88625,
+ 88635
],
"loc": {
"start": {
- "line": 2460,
+ "line": 2463,
"column": 4
},
"end": {
- "line": 2460,
+ "line": 2463,
"column": 14
}
}
@@ -198932,16 +199255,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88499,
- 88503
+ 88650,
+ 88654
],
"loc": {
"start": {
- "line": 2461,
+ "line": 2464,
"column": 11
},
"end": {
- "line": 2461,
+ "line": 2464,
"column": 15
}
}
@@ -198950,31 +199273,31 @@
"type": "Identifier",
"name": "isFirstLoad",
"range": [
- 88504,
- 88515
+ 88655,
+ 88666
],
"loc": {
"start": {
- "line": 2461,
+ "line": 2464,
"column": 16
},
"end": {
- "line": 2461,
+ "line": 2464,
"column": 27
}
}
},
"range": [
- 88499,
- 88515
+ 88650,
+ 88666
],
"loc": {
"start": {
- "line": 2461,
+ "line": 2464,
"column": 11
},
"end": {
- "line": 2461,
+ "line": 2464,
"column": 27
}
}
@@ -198986,48 +199309,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 88530,
- 88537
+ 88681,
+ 88688
],
"loc": {
"start": {
- "line": 2462,
+ "line": 2465,
"column": 12
},
"end": {
- "line": 2462,
+ "line": 2465,
"column": 19
}
}
}
],
"range": [
- 88516,
- 88547
+ 88667,
+ 88698
],
"loc": {
"start": {
- "line": 2461,
+ "line": 2464,
"column": 28
},
"end": {
- "line": 2463,
+ "line": 2466,
"column": 9
}
}
},
"alternate": null,
"range": [
- 88496,
- 88547
+ 88647,
+ 88698
],
"loc": {
"start": {
- "line": 2461,
+ "line": 2464,
"column": 8
},
"end": {
- "line": 2463,
+ "line": 2466,
"column": 9
}
}
@@ -199041,16 +199364,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 88561,
- 88564
+ 88712,
+ 88715
],
"loc": {
"start": {
- "line": 2465,
+ "line": 2468,
"column": 12
},
"end": {
- "line": 2465,
+ "line": 2468,
"column": 15
}
}
@@ -199061,16 +199384,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88567,
- 88571
+ 88718,
+ 88722
],
"loc": {
"start": {
- "line": 2465,
+ "line": 2468,
"column": 18
},
"end": {
- "line": 2465,
+ "line": 2468,
"column": 22
}
}
@@ -199079,46 +199402,46 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 88572,
- 88575
+ 88723,
+ 88726
],
"loc": {
"start": {
- "line": 2465,
+ "line": 2468,
"column": 23
},
"end": {
- "line": 2465,
+ "line": 2468,
"column": 26
}
}
},
"range": [
- 88567,
- 88575
+ 88718,
+ 88726
],
"loc": {
"start": {
- "line": 2465,
+ "line": 2468,
"column": 18
},
"end": {
- "line": 2465,
+ "line": 2468,
"column": 26
}
}
},
"range": [
- 88561,
- 88575
+ 88712,
+ 88726
],
"loc": {
"start": {
- "line": 2465,
+ "line": 2468,
"column": 12
},
"end": {
- "line": 2465,
+ "line": 2468,
"column": 26
}
}
@@ -199126,16 +199449,16 @@
],
"kind": "let",
"range": [
- 88557,
- 88576
+ 88708,
+ 88727
],
"loc": {
"start": {
- "line": 2465,
+ "line": 2468,
"column": 8
},
"end": {
- "line": 2465,
+ "line": 2468,
"column": 27
}
}
@@ -199149,16 +199472,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 88589,
- 88592
+ 88740,
+ 88743
],
"loc": {
"start": {
- "line": 2466,
+ "line": 2469,
"column": 12
},
"end": {
- "line": 2466,
+ "line": 2469,
"column": 15
}
}
@@ -199169,16 +199492,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88595,
- 88599
+ 88746,
+ 88750
],
"loc": {
"start": {
- "line": 2466,
+ "line": 2469,
"column": 18
},
"end": {
- "line": 2466,
+ "line": 2469,
"column": 22
}
}
@@ -199187,46 +199510,46 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 88600,
- 88603
+ 88751,
+ 88754
],
"loc": {
"start": {
- "line": 2466,
+ "line": 2469,
"column": 23
},
"end": {
- "line": 2466,
+ "line": 2469,
"column": 26
}
}
},
"range": [
- 88595,
- 88603
+ 88746,
+ 88754
],
"loc": {
"start": {
- "line": 2466,
+ "line": 2469,
"column": 18
},
"end": {
- "line": 2466,
+ "line": 2469,
"column": 26
}
}
},
"range": [
- 88589,
- 88603
+ 88740,
+ 88754
],
"loc": {
"start": {
- "line": 2466,
+ "line": 2469,
"column": 12
},
"end": {
- "line": 2466,
+ "line": 2469,
"column": 26
}
}
@@ -199234,16 +199557,16 @@
],
"kind": "let",
"range": [
- 88585,
- 88604
+ 88736,
+ 88755
],
"loc": {
"start": {
- "line": 2466,
+ "line": 2469,
"column": 8
},
"end": {
- "line": 2466,
+ "line": 2469,
"column": 27
}
}
@@ -199257,16 +199580,16 @@
"type": "Identifier",
"name": "rows",
"range": [
- 88617,
- 88621
+ 88768,
+ 88772
],
"loc": {
"start": {
- "line": 2467,
+ "line": 2470,
"column": 12
},
"end": {
- "line": 2467,
+ "line": 2470,
"column": 16
}
}
@@ -199278,16 +199601,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 88624,
- 88627
+ 88775,
+ 88778
],
"loc": {
"start": {
- "line": 2467,
+ "line": 2470,
"column": 19
},
"end": {
- "line": 2467,
+ "line": 2470,
"column": 22
}
}
@@ -199296,46 +199619,46 @@
"type": "Identifier",
"name": "rows",
"range": [
- 88628,
- 88632
+ 88779,
+ 88783
],
"loc": {
"start": {
- "line": 2467,
+ "line": 2470,
"column": 23
},
"end": {
- "line": 2467,
+ "line": 2470,
"column": 27
}
}
},
"range": [
- 88624,
- 88632
+ 88775,
+ 88783
],
"loc": {
"start": {
- "line": 2467,
+ "line": 2470,
"column": 19
},
"end": {
- "line": 2467,
+ "line": 2470,
"column": 27
}
}
},
"range": [
- 88617,
- 88632
+ 88768,
+ 88783
],
"loc": {
"start": {
- "line": 2467,
+ "line": 2470,
"column": 12
},
"end": {
- "line": 2467,
+ "line": 2470,
"column": 27
}
}
@@ -199343,16 +199666,16 @@
],
"kind": "let",
"range": [
- 88613,
- 88633
+ 88764,
+ 88784
],
"loc": {
"start": {
- "line": 2467,
+ "line": 2470,
"column": 8
},
"end": {
- "line": 2467,
+ "line": 2470,
"column": 28
}
}
@@ -199366,16 +199689,16 @@
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
- 88646,
- 88661
+ 88797,
+ 88812
],
"loc": {
"start": {
- "line": 2468,
+ "line": 2471,
"column": 12
},
"end": {
- "line": 2468,
+ "line": 2471,
"column": 27
}
}
@@ -199386,16 +199709,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88664,
- 88668
+ 88815,
+ 88819
],
"loc": {
"start": {
- "line": 2468,
+ "line": 2471,
"column": 30
},
"end": {
- "line": 2468,
+ "line": 2471,
"column": 34
}
}
@@ -199404,46 +199727,46 @@
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
- 88669,
- 88684
+ 88820,
+ 88835
],
"loc": {
"start": {
- "line": 2468,
+ "line": 2471,
"column": 35
},
"end": {
- "line": 2468,
+ "line": 2471,
"column": 50
}
}
},
"range": [
- 88664,
- 88684
+ 88815,
+ 88835
],
"loc": {
"start": {
- "line": 2468,
+ "line": 2471,
"column": 30
},
"end": {
- "line": 2468,
+ "line": 2471,
"column": 50
}
}
},
"range": [
- 88646,
- 88684
+ 88797,
+ 88835
],
"loc": {
"start": {
- "line": 2468,
+ "line": 2471,
"column": 12
},
"end": {
- "line": 2468,
+ "line": 2471,
"column": 50
}
}
@@ -199451,16 +199774,16 @@
],
"kind": "let",
"range": [
- 88642,
- 88685
+ 88793,
+ 88836
],
"loc": {
"start": {
- "line": 2468,
+ "line": 2471,
"column": 8
},
"end": {
- "line": 2468,
+ "line": 2471,
"column": 51
}
}
@@ -199474,16 +199797,16 @@
"type": "Identifier",
"name": "filtersRow",
"range": [
- 88698,
- 88708
+ 88849,
+ 88859
],
"loc": {
"start": {
- "line": 2469,
+ "line": 2472,
"column": 12
},
"end": {
- "line": 2469,
+ "line": 2472,
"column": 22
}
}
@@ -199495,16 +199818,16 @@
"type": "Identifier",
"name": "rows",
"range": [
- 88711,
- 88715
+ 88862,
+ 88866
],
"loc": {
"start": {
- "line": 2469,
+ "line": 2472,
"column": 25
},
"end": {
- "line": 2469,
+ "line": 2472,
"column": 29
}
}
@@ -199513,46 +199836,46 @@
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
- 88716,
- 88731
+ 88867,
+ 88882
],
"loc": {
"start": {
- "line": 2469,
+ "line": 2472,
"column": 30
},
"end": {
- "line": 2469,
+ "line": 2472,
"column": 45
}
}
},
"range": [
- 88711,
- 88732
+ 88862,
+ 88883
],
"loc": {
"start": {
- "line": 2469,
+ "line": 2472,
"column": 25
},
"end": {
- "line": 2469,
+ "line": 2472,
"column": 46
}
}
},
"range": [
- 88698,
- 88732
+ 88849,
+ 88883
],
"loc": {
"start": {
- "line": 2469,
+ "line": 2472,
"column": 12
},
"end": {
- "line": 2469,
+ "line": 2472,
"column": 46
}
}
@@ -199560,16 +199883,16 @@
],
"kind": "let",
"range": [
- 88694,
- 88733
+ 88845,
+ 88884
],
"loc": {
"start": {
- "line": 2469,
+ "line": 2472,
"column": 8
},
"end": {
- "line": 2469,
+ "line": 2472,
"column": 47
}
},
@@ -199578,16 +199901,16 @@
"type": "Line",
"value": " grid was removed, grid row element is stored in fltGridEl property",
"range": [
- 88743,
- 88812
+ 88894,
+ 88963
],
"loc": {
"start": {
- "line": 2471,
+ "line": 2474,
"column": 8
},
"end": {
- "line": 2471,
+ "line": 2474,
"column": 77
}
}
@@ -199605,16 +199928,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 88825,
- 88829
+ 88976,
+ 88980
],
"loc": {
"start": {
- "line": 2472,
+ "line": 2475,
"column": 12
},
"end": {
- "line": 2472,
+ "line": 2475,
"column": 16
}
}
@@ -199623,47 +199946,47 @@
"type": "Identifier",
"name": "gridLayout",
"range": [
- 88830,
- 88840
+ 88981,
+ 88991
],
"loc": {
"start": {
- "line": 2472,
+ "line": 2475,
"column": 17
},
"end": {
- "line": 2472,
+ "line": 2475,
"column": 27
}
}
},
"range": [
- 88825,
- 88840
+ 88976,
+ 88991
],
"loc": {
"start": {
- "line": 2472,
+ "line": 2475,
"column": 12
},
"end": {
- "line": 2472,
+ "line": 2475,
"column": 27
}
}
},
"prefix": true,
"range": [
- 88824,
- 88840
+ 88975,
+ 88991
],
"loc": {
"start": {
- "line": 2472,
+ "line": 2475,
"column": 11
},
"end": {
- "line": 2472,
+ "line": 2475,
"column": 27
}
}
@@ -199680,16 +200003,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 88965,
- 88968
+ 89116,
+ 89119
],
"loc": {
"start": {
- "line": 2475,
+ "line": 2478,
"column": 15
},
"end": {
- "line": 2475,
+ "line": 2478,
"column": 18
}
}
@@ -199698,31 +200021,31 @@
"type": "Identifier",
"name": "tHead",
"range": [
- 88969,
- 88974
+ 89120,
+ 89125
],
"loc": {
"start": {
- "line": 2475,
+ "line": 2478,
"column": 19
},
"end": {
- "line": 2475,
+ "line": 2478,
"column": 24
}
}
},
"range": [
- 88965,
- 88974
+ 89116,
+ 89125
],
"loc": {
"start": {
- "line": 2475,
+ "line": 2478,
"column": 15
},
"end": {
- "line": 2475,
+ "line": 2478,
"column": 24
}
}
@@ -199739,16 +200062,16 @@
"type": "Identifier",
"name": "tempRow",
"range": [
- 88997,
- 89004
+ 89148,
+ 89155
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 20
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 27
}
}
@@ -199765,16 +200088,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 89007,
- 89010
+ 89158,
+ 89161
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 30
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 33
}
}
@@ -199783,31 +200106,31 @@
"type": "Identifier",
"name": "tHead",
"range": [
- 89011,
- 89016
+ 89162,
+ 89167
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 34
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 39
}
}
},
"range": [
- 89007,
- 89016
+ 89158,
+ 89167
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 30
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 39
}
}
@@ -199816,31 +200139,31 @@
"type": "Identifier",
"name": "insertRow",
"range": [
- 89017,
- 89026
+ 89168,
+ 89177
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 40
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 49
}
}
},
"range": [
- 89007,
- 89026
+ 89158,
+ 89177
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 30
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 49
}
}
@@ -199852,16 +200175,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89027,
- 89031
+ 89178,
+ 89182
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 50
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 54
}
}
@@ -199870,62 +200193,62 @@
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
- 89032,
- 89047
+ 89183,
+ 89198
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 55
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 70
}
}
},
"range": [
- 89027,
- 89047
+ 89178,
+ 89198
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 50
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 70
}
}
}
],
"range": [
- 89007,
- 89048
+ 89158,
+ 89199
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 30
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 71
}
}
},
"range": [
- 88997,
- 89048
+ 89148,
+ 89199
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 20
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 71
}
}
@@ -199933,16 +200256,16 @@
],
"kind": "var",
"range": [
- 88993,
- 89049
+ 89144,
+ 89200
],
"loc": {
"start": {
- "line": 2476,
+ "line": 2479,
"column": 16
},
"end": {
- "line": 2476,
+ "line": 2479,
"column": 72
}
}
@@ -199961,16 +200284,16 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 89066,
- 89069
+ 89217,
+ 89220
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 16
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 19
}
}
@@ -199979,31 +200302,31 @@
"type": "Identifier",
"name": "tHead",
"range": [
- 89070,
- 89075
+ 89221,
+ 89226
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 20
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 25
}
}
},
"range": [
- 89066,
- 89075
+ 89217,
+ 89226
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 16
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 25
}
}
@@ -200012,31 +200335,31 @@
"type": "Identifier",
"name": "replaceChild",
"range": [
- 89076,
- 89088
+ 89227,
+ 89239
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 26
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 38
}
}
},
"range": [
- 89066,
- 89088
+ 89217,
+ 89239
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 16
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 38
}
}
@@ -200048,16 +200371,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89089,
- 89093
+ 89240,
+ 89244
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 39
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 43
}
}
@@ -200066,31 +200389,31 @@
"type": "Identifier",
"name": "fltGridEl",
"range": [
- 89094,
- 89103
+ 89245,
+ 89254
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 44
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 53
}
}
},
"range": [
- 89089,
- 89103
+ 89240,
+ 89254
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 39
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 53
}
}
@@ -200099,63 +200422,63 @@
"type": "Identifier",
"name": "tempRow",
"range": [
- 89105,
- 89112
+ 89256,
+ 89263
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 55
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 62
}
}
}
],
"range": [
- 89066,
- 89113
+ 89217,
+ 89264
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 16
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 63
}
}
},
"range": [
- 89066,
- 89114
+ 89217,
+ 89265
],
"loc": {
"start": {
- "line": 2477,
+ "line": 2480,
"column": 16
},
"end": {
- "line": 2477,
+ "line": 2480,
"column": 64
}
}
}
],
"range": [
- 88975,
- 89128
+ 89126,
+ 89279
],
"loc": {
"start": {
- "line": 2475,
+ "line": 2478,
"column": 25
},
"end": {
- "line": 2478,
+ "line": 2481,
"column": 13
}
}
@@ -200177,16 +200500,16 @@
"type": "Identifier",
"name": "filtersRow",
"range": [
- 89152,
- 89162
+ 89303,
+ 89313
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 16
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 26
}
}
@@ -200195,31 +200518,31 @@
"type": "Identifier",
"name": "parentNode",
"range": [
- 89163,
- 89173
+ 89314,
+ 89324
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 27
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 37
}
}
},
"range": [
- 89152,
- 89173
+ 89303,
+ 89324
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 16
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 37
}
}
@@ -200228,31 +200551,31 @@
"type": "Identifier",
"name": "insertBefore",
"range": [
- 89174,
- 89186
+ 89325,
+ 89337
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 38
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 50
}
}
},
"range": [
- 89152,
- 89186
+ 89303,
+ 89337
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 16
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 50
}
}
@@ -200264,16 +200587,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89187,
- 89191
+ 89338,
+ 89342
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 51
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 55
}
}
@@ -200282,31 +200605,31 @@
"type": "Identifier",
"name": "fltGridEl",
"range": [
- 89192,
- 89201
+ 89343,
+ 89352
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 56
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 65
}
}
},
"range": [
- 89187,
- 89201
+ 89338,
+ 89352
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 51
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 65
}
}
@@ -200315,78 +200638,78 @@
"type": "Identifier",
"name": "filtersRow",
"range": [
- 89203,
- 89213
+ 89354,
+ 89364
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 67
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 77
}
}
}
],
"range": [
- 89152,
- 89214
+ 89303,
+ 89365
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 16
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 78
}
}
},
"range": [
- 89152,
- 89215
+ 89303,
+ 89366
],
"loc": {
"start": {
- "line": 2479,
+ "line": 2482,
"column": 16
},
"end": {
- "line": 2479,
+ "line": 2482,
"column": 79
}
}
}
],
"range": [
- 89134,
- 89229
+ 89285,
+ 89380
],
"loc": {
"start": {
- "line": 2478,
+ "line": 2481,
"column": 19
},
"end": {
- "line": 2480,
+ "line": 2483,
"column": 13
}
}
},
"range": [
- 88962,
- 89229
+ 89113,
+ 89380
],
"loc": {
"start": {
- "line": 2475,
+ "line": 2478,
"column": 12
},
"end": {
- "line": 2480,
+ "line": 2483,
"column": 13
}
},
@@ -200395,16 +200718,16 @@
"type": "Line",
"value": " If table has a thead ensure the filters row is appended in the",
"range": [
- 88855,
- 88920
+ 89006,
+ 89071
],
"loc": {
"start": {
- "line": 2473,
+ "line": 2476,
"column": 12
},
"end": {
- "line": 2473,
+ "line": 2476,
"column": 77
}
}
@@ -200413,16 +200736,16 @@
"type": "Line",
"value": " thead element",
"range": [
- 88933,
- 88949
+ 89084,
+ 89100
],
"loc": {
"start": {
- "line": 2474,
+ "line": 2477,
"column": 12
},
"end": {
- "line": 2474,
+ "line": 2477,
"column": 28
}
}
@@ -200431,32 +200754,32 @@
}
],
"range": [
- 88841,
- 89239
+ 88992,
+ 89390
],
"loc": {
"start": {
- "line": 2472,
+ "line": 2475,
"column": 28
},
"end": {
- "line": 2481,
+ "line": 2484,
"column": 9
}
}
},
"alternate": null,
"range": [
- 88821,
- 89239
+ 88972,
+ 89390
],
"loc": {
"start": {
- "line": 2472,
+ "line": 2475,
"column": 8
},
"end": {
- "line": 2481,
+ "line": 2484,
"column": 9
}
},
@@ -200465,16 +200788,16 @@
"type": "Line",
"value": " grid was removed, grid row element is stored in fltGridEl property",
"range": [
- 88743,
- 88812
+ 88894,
+ 88963
],
"loc": {
"start": {
- "line": 2471,
+ "line": 2474,
"column": 8
},
"end": {
- "line": 2471,
+ "line": 2474,
"column": 77
}
}
@@ -200485,16 +200808,16 @@
"type": "Line",
"value": " filters are appended in external placeholders elements",
"range": [
- 89249,
- 89306
+ 89400,
+ 89457
],
"loc": {
"start": {
- "line": 2483,
+ "line": 2486,
"column": 8
},
"end": {
- "line": 2483,
+ "line": 2486,
"column": 65
}
}
@@ -200509,16 +200832,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89318,
- 89322
+ 89469,
+ 89473
],
"loc": {
"start": {
- "line": 2484,
+ "line": 2487,
"column": 11
},
"end": {
- "line": 2484,
+ "line": 2487,
"column": 15
}
}
@@ -200527,31 +200850,31 @@
"type": "Identifier",
"name": "isExternalFlt",
"range": [
- 89323,
- 89336
+ 89474,
+ 89487
],
"loc": {
"start": {
- "line": 2484,
+ "line": 2487,
"column": 16
},
"end": {
- "line": 2484,
+ "line": 2487,
"column": 29
}
}
},
"range": [
- 89318,
- 89336
+ 89469,
+ 89487
],
"loc": {
"start": {
- "line": 2484,
+ "line": 2487,
"column": 11
},
"end": {
- "line": 2484,
+ "line": 2487,
"column": 29
}
}
@@ -200568,16 +200891,16 @@
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
- 89355,
- 89372
+ 89506,
+ 89523
],
"loc": {
"start": {
- "line": 2485,
+ "line": 2488,
"column": 16
},
"end": {
- "line": 2485,
+ "line": 2488,
"column": 33
}
}
@@ -200588,16 +200911,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89375,
- 89379
+ 89526,
+ 89530
],
"loc": {
"start": {
- "line": 2485,
+ "line": 2488,
"column": 36
},
"end": {
- "line": 2485,
+ "line": 2488,
"column": 40
}
}
@@ -200606,46 +200929,46 @@
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
- 89380,
- 89397
+ 89531,
+ 89548
],
"loc": {
"start": {
- "line": 2485,
+ "line": 2488,
"column": 41
},
"end": {
- "line": 2485,
+ "line": 2488,
"column": 58
}
}
},
"range": [
- 89375,
- 89397
+ 89526,
+ 89548
],
"loc": {
"start": {
- "line": 2485,
+ "line": 2488,
"column": 36
},
"end": {
- "line": 2485,
+ "line": 2488,
"column": 58
}
}
},
"range": [
- 89355,
- 89397
+ 89506,
+ 89548
],
"loc": {
"start": {
- "line": 2485,
+ "line": 2488,
"column": 16
},
"end": {
- "line": 2485,
+ "line": 2488,
"column": 58
}
}
@@ -200653,16 +200976,16 @@
],
"kind": "let",
"range": [
- 89351,
- 89398
+ 89502,
+ 89549
],
"loc": {
"start": {
- "line": 2485,
+ "line": 2488,
"column": 12
},
"end": {
- "line": 2485,
+ "line": 2488,
"column": 59
}
}
@@ -200678,16 +201001,16 @@
"type": "Identifier",
"name": "ct",
"range": [
- 89419,
- 89421
+ 89570,
+ 89572
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 20
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 22
}
}
@@ -200697,31 +201020,31 @@
"value": 0,
"raw": "0",
"range": [
- 89422,
- 89423
+ 89573,
+ 89574
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 23
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 24
}
}
},
"range": [
- 89419,
- 89423
+ 89570,
+ 89574
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 20
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 24
}
}
@@ -200732,16 +201055,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 89425,
- 89428
+ 89576,
+ 89579
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 26
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 29
}
}
@@ -200753,16 +201076,16 @@
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
- 89429,
- 89446
+ 89580,
+ 89597
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 30
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 47
}
}
@@ -200771,46 +201094,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 89447,
- 89453
+ 89598,
+ 89604
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 48
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 54
}
}
},
"range": [
- 89429,
- 89453
+ 89580,
+ 89604
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 30
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 54
}
}
},
"range": [
- 89425,
- 89453
+ 89576,
+ 89604
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 26
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 54
}
}
@@ -200818,16 +201141,16 @@
],
"kind": "let",
"range": [
- 89415,
- 89453
+ 89566,
+ 89604
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 16
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 54
}
}
@@ -200839,16 +201162,16 @@
"type": "Identifier",
"name": "ct",
"range": [
- 89455,
- 89457
+ 89606,
+ 89608
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 56
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 58
}
}
@@ -200857,31 +201180,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 89458,
- 89461
+ 89609,
+ 89612
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 59
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 62
}
}
},
"range": [
- 89455,
- 89461
+ 89606,
+ 89612
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 56
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 62
}
}
@@ -200893,32 +201216,32 @@
"type": "Identifier",
"name": "ct",
"range": [
- 89463,
- 89465
+ 89614,
+ 89616
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 64
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 66
}
}
},
"prefix": false,
"range": [
- 89463,
- 89467
+ 89614,
+ 89618
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 64
},
"end": {
- "line": 2486,
+ "line": 2489,
"column": 68
}
}
@@ -200935,16 +201258,16 @@
"type": "Identifier",
"name": "extFlt",
"range": [
- 89490,
- 89496
+ 89641,
+ 89647
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 20
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 26
}
}
@@ -200958,16 +201281,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 89499,
- 89502
+ 89650,
+ 89653
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 29
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 32
}
}
@@ -200976,31 +201299,31 @@
"type": "Identifier",
"name": "id",
"range": [
- 89503,
- 89505
+ 89654,
+ 89656
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 33
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 35
}
}
},
"range": [
- 89499,
- 89505
+ 89650,
+ 89656
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 29
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 35
}
}
@@ -201013,16 +201336,16 @@
"type": "Identifier",
"name": "externalFltTgtIds",
"range": [
- 89506,
- 89523
+ 89657,
+ 89674
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 36
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 53
}
}
@@ -201031,62 +201354,62 @@
"type": "Identifier",
"name": "ct",
"range": [
- 89524,
- 89526
+ 89675,
+ 89677
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 54
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 56
}
}
},
"range": [
- 89506,
- 89527
+ 89657,
+ 89678
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 36
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 57
}
}
}
],
"range": [
- 89499,
- 89528
+ 89650,
+ 89679
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 29
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 58
}
}
},
"range": [
- 89490,
- 89528
+ 89641,
+ 89679
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 20
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 58
}
}
@@ -201094,16 +201417,16 @@
],
"kind": "let",
"range": [
- 89486,
- 89529
+ 89637,
+ 89680
],
"loc": {
"start": {
- "line": 2487,
+ "line": 2490,
"column": 16
},
"end": {
- "line": 2487,
+ "line": 2490,
"column": 59
}
}
@@ -201117,32 +201440,32 @@
"type": "Identifier",
"name": "extFlt",
"range": [
- 89551,
- 89557
+ 89702,
+ 89708
],
"loc": {
"start": {
- "line": 2489,
+ "line": 2492,
"column": 20
},
"end": {
- "line": 2489,
+ "line": 2492,
"column": 26
}
}
},
"prefix": true,
"range": [
- 89550,
- 89557
+ 89701,
+ 89708
],
"loc": {
"start": {
- "line": 2489,
+ "line": 2492,
"column": 19
},
"end": {
- "line": 2489,
+ "line": 2492,
"column": 26
}
}
@@ -201154,48 +201477,48 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 89560,
- 89569
+ 89711,
+ 89720
],
"loc": {
"start": {
- "line": 2489,
+ "line": 2492,
"column": 29
},
"end": {
- "line": 2489,
+ "line": 2492,
"column": 38
}
}
}
],
"range": [
- 89558,
- 89571
+ 89709,
+ 89722
],
"loc": {
"start": {
- "line": 2489,
+ "line": 2492,
"column": 27
},
"end": {
- "line": 2489,
+ "line": 2492,
"column": 40
}
}
},
"alternate": null,
"range": [
- 89547,
- 89571
+ 89698,
+ 89722
],
"loc": {
"start": {
- "line": 2489,
+ "line": 2492,
"column": 16
},
"end": {
- "line": 2489,
+ "line": 2492,
"column": 40
}
}
@@ -201209,16 +201532,16 @@
"type": "Identifier",
"name": "externalFltEl",
"range": [
- 89593,
- 89606
+ 89744,
+ 89757
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 20
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 33
}
}
@@ -201232,16 +201555,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89609,
- 89613
+ 89760,
+ 89764
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 36
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 40
}
}
@@ -201250,31 +201573,31 @@
"type": "Identifier",
"name": "externalFltEls",
"range": [
- 89614,
- 89628
+ 89765,
+ 89779
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 41
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 55
}
}
},
"range": [
- 89609,
- 89628
+ 89760,
+ 89779
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 36
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 55
}
}
@@ -201283,46 +201606,46 @@
"type": "Identifier",
"name": "ct",
"range": [
- 89629,
- 89631
+ 89780,
+ 89782
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 56
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 58
}
}
},
"range": [
- 89609,
- 89632
+ 89760,
+ 89783
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 36
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 59
}
}
},
"range": [
- 89593,
- 89632
+ 89744,
+ 89783
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 20
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 59
}
}
@@ -201330,16 +201653,16 @@
],
"kind": "let",
"range": [
- 89589,
- 89633
+ 89740,
+ 89784
],
"loc": {
"start": {
- "line": 2491,
+ "line": 2494,
"column": 16
},
"end": {
- "line": 2491,
+ "line": 2494,
"column": 60
}
}
@@ -201355,16 +201678,16 @@
"type": "Identifier",
"name": "extFlt",
"range": [
- 89650,
- 89656
+ 89801,
+ 89807
],
"loc": {
"start": {
- "line": 2492,
+ "line": 2495,
"column": 16
},
"end": {
- "line": 2492,
+ "line": 2495,
"column": 22
}
}
@@ -201373,31 +201696,31 @@
"type": "Identifier",
"name": "appendChild",
"range": [
- 89657,
- 89668
+ 89808,
+ 89819
],
"loc": {
"start": {
- "line": 2492,
+ "line": 2495,
"column": 23
},
"end": {
- "line": 2492,
+ "line": 2495,
"column": 34
}
}
},
"range": [
- 89650,
- 89668
+ 89801,
+ 89819
],
"loc": {
"start": {
- "line": 2492,
+ "line": 2495,
"column": 16
},
"end": {
- "line": 2492,
+ "line": 2495,
"column": 34
}
}
@@ -201407,47 +201730,47 @@
"type": "Identifier",
"name": "externalFltEl",
"range": [
- 89669,
- 89682
+ 89820,
+ 89833
],
"loc": {
"start": {
- "line": 2492,
+ "line": 2495,
"column": 35
},
"end": {
- "line": 2492,
+ "line": 2495,
"column": 48
}
}
}
],
"range": [
- 89650,
- 89683
+ 89801,
+ 89834
],
"loc": {
"start": {
- "line": 2492,
+ "line": 2495,
"column": 16
},
"end": {
- "line": 2492,
+ "line": 2495,
"column": 49
}
}
},
"range": [
- 89650,
- 89684
+ 89801,
+ 89835
],
"loc": {
"start": {
- "line": 2492,
+ "line": 2495,
"column": 16
},
"end": {
- "line": 2492,
+ "line": 2495,
"column": 50
}
}
@@ -201461,16 +201784,16 @@
"type": "Identifier",
"name": "colFltType",
"range": [
- 89705,
- 89715
+ 89856,
+ 89866
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 20
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 30
}
}
@@ -201483,16 +201806,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89718,
- 89722
+ 89869,
+ 89873
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 33
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 37
}
}
@@ -201501,31 +201824,31 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 89723,
- 89736
+ 89874,
+ 89887
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 38
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 51
}
}
},
"range": [
- 89718,
- 89736
+ 89869,
+ 89887
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 33
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 51
}
}
@@ -201535,47 +201858,47 @@
"type": "Identifier",
"name": "ct",
"range": [
- 89737,
- 89739
+ 89888,
+ 89890
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 52
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 54
}
}
}
],
"range": [
- 89718,
- 89740
+ 89869,
+ 89891
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 33
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 55
}
}
},
"range": [
- 89705,
- 89740
+ 89856,
+ 89891
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 20
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 55
}
}
@@ -201583,16 +201906,16 @@
],
"kind": "let",
"range": [
- 89701,
- 89741
+ 89852,
+ 89892
],
"loc": {
"start": {
- "line": 2493,
+ "line": 2496,
"column": 16
},
"end": {
- "line": 2493,
+ "line": 2496,
"column": 56
}
},
@@ -201601,16 +201924,16 @@
"type": "Line",
"value": "IE special treatment for gridLayout, appended filters are",
"range": [
- 89758,
- 89817
+ 89909,
+ 89968
],
"loc": {
"start": {
- "line": 2494,
+ "line": 2497,
"column": 16
},
"end": {
- "line": 2494,
+ "line": 2497,
"column": 75
}
}
@@ -201619,16 +201942,16 @@
"type": "Line",
"value": "empty",
"range": [
- 89834,
- 89841
+ 89985,
+ 89992
],
"loc": {
"start": {
- "line": 2495,
+ "line": 2498,
"column": 16
},
"end": {
- "line": 2495,
+ "line": 2498,
"column": 23
}
}
@@ -201649,16 +201972,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89861,
- 89865
+ 90012,
+ 90016
],
"loc": {
"start": {
- "line": 2496,
+ "line": 2499,
"column": 19
},
"end": {
- "line": 2496,
+ "line": 2499,
"column": 23
}
}
@@ -201667,31 +201990,31 @@
"type": "Identifier",
"name": "gridLayout",
"range": [
- 89866,
- 89876
+ 90017,
+ 90027
],
"loc": {
"start": {
- "line": 2496,
+ "line": 2499,
"column": 24
},
"end": {
- "line": 2496,
+ "line": 2499,
"column": 34
}
}
},
"range": [
- 89861,
- 89876
+ 90012,
+ 90027
],
"loc": {
"start": {
- "line": 2496,
+ "line": 2499,
"column": 19
},
"end": {
- "line": 2496,
+ "line": 2499,
"column": 34
}
}
@@ -201706,16 +202029,16 @@
"type": "Identifier",
"name": "externalFltEl",
"range": [
- 89900,
- 89913
+ 90051,
+ 90064
],
"loc": {
"start": {
- "line": 2497,
+ "line": 2500,
"column": 20
},
"end": {
- "line": 2497,
+ "line": 2500,
"column": 33
}
}
@@ -201724,31 +202047,31 @@
"type": "Identifier",
"name": "innerHTML",
"range": [
- 89914,
- 89923
+ 90065,
+ 90074
],
"loc": {
"start": {
- "line": 2497,
+ "line": 2500,
"column": 34
},
"end": {
- "line": 2497,
+ "line": 2500,
"column": 43
}
}
},
"range": [
- 89900,
- 89923
+ 90051,
+ 90074
],
"loc": {
"start": {
- "line": 2497,
+ "line": 2500,
"column": 20
},
"end": {
- "line": 2497,
+ "line": 2500,
"column": 43
}
}
@@ -201758,46 +202081,46 @@
"value": "",
"raw": "''",
"range": [
- 89928,
- 89930
+ 90079,
+ 90081
],
"loc": {
"start": {
- "line": 2497,
+ "line": 2500,
"column": 48
},
"end": {
- "line": 2497,
+ "line": 2500,
"column": 50
}
}
},
"range": [
- 89900,
- 89930
+ 90051,
+ 90081
],
"loc": {
"start": {
- "line": 2497,
+ "line": 2500,
"column": 20
},
"end": {
- "line": 2497,
+ "line": 2500,
"column": 50
}
}
},
"range": [
- 89861,
- 89930
+ 90012,
+ 90081
],
"loc": {
"start": {
- "line": 2496,
+ "line": 2499,
"column": 19
},
"end": {
- "line": 2497,
+ "line": 2500,
"column": 50
}
}
@@ -201809,16 +202132,16 @@
"type": "Identifier",
"name": "colFltType",
"range": [
- 89954,
- 89964
+ 90105,
+ 90115
],
"loc": {
"start": {
- "line": 2498,
+ "line": 2501,
"column": 20
},
"end": {
- "line": 2498,
+ "line": 2501,
"column": 30
}
}
@@ -201829,16 +202152,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 89969,
- 89973
+ 90120,
+ 90124
],
"loc": {
"start": {
- "line": 2498,
+ "line": 2501,
"column": 35
},
"end": {
- "line": 2498,
+ "line": 2501,
"column": 39
}
}
@@ -201847,61 +202170,61 @@
"type": "Identifier",
"name": "fltTypeInp",
"range": [
- 89974,
- 89984
+ 90125,
+ 90135
],
"loc": {
"start": {
- "line": 2498,
+ "line": 2501,
"column": 40
},
"end": {
- "line": 2498,
+ "line": 2501,
"column": 50
}
}
},
"range": [
- 89969,
- 89984
+ 90120,
+ 90135
],
"loc": {
"start": {
- "line": 2498,
+ "line": 2501,
"column": 35
},
"end": {
- "line": 2498,
+ "line": 2501,
"column": 50
}
}
},
"range": [
- 89954,
- 89984
+ 90105,
+ 90135
],
"loc": {
"start": {
- "line": 2498,
+ "line": 2501,
"column": 20
},
"end": {
- "line": 2498,
+ "line": 2501,
"column": 50
}
}
},
"range": [
- 89861,
- 89984
+ 90012,
+ 90135
],
"loc": {
"start": {
- "line": 2496,
+ "line": 2499,
"column": 19
},
"end": {
- "line": 2498,
+ "line": 2501,
"column": 50
}
}
@@ -201921,16 +202244,16 @@
"type": "Identifier",
"name": "colFltType",
"range": [
- 90010,
- 90020
+ 90161,
+ 90171
],
"loc": {
"start": {
- "line": 2499,
+ "line": 2502,
"column": 23
},
"end": {
- "line": 2499,
+ "line": 2502,
"column": 33
}
}
@@ -201941,16 +202264,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90025,
- 90029
+ 90176,
+ 90180
],
"loc": {
"start": {
- "line": 2499,
+ "line": 2502,
"column": 38
},
"end": {
- "line": 2499,
+ "line": 2502,
"column": 42
}
}
@@ -201959,46 +202282,46 @@
"type": "Identifier",
"name": "fltTypeSlc",
"range": [
- 90030,
- 90040
+ 90181,
+ 90191
],
"loc": {
"start": {
- "line": 2499,
+ "line": 2502,
"column": 43
},
"end": {
- "line": 2499,
+ "line": 2502,
"column": 53
}
}
},
"range": [
- 90025,
- 90040
+ 90176,
+ 90191
],
"loc": {
"start": {
- "line": 2499,
+ "line": 2502,
"column": 38
},
"end": {
- "line": 2499,
+ "line": 2502,
"column": 53
}
}
},
"range": [
- 90010,
- 90040
+ 90161,
+ 90191
],
"loc": {
"start": {
- "line": 2499,
+ "line": 2502,
"column": 23
},
"end": {
- "line": 2499,
+ "line": 2502,
"column": 53
}
}
@@ -202010,16 +202333,16 @@
"type": "Identifier",
"name": "colFltType",
"range": [
- 90068,
- 90078
+ 90219,
+ 90229
],
"loc": {
"start": {
- "line": 2500,
+ "line": 2503,
"column": 24
},
"end": {
- "line": 2500,
+ "line": 2503,
"column": 34
}
}
@@ -202030,16 +202353,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90083,
- 90087
+ 90234,
+ 90238
],
"loc": {
"start": {
- "line": 2500,
+ "line": 2503,
"column": 39
},
"end": {
- "line": 2500,
+ "line": 2503,
"column": 43
}
}
@@ -202048,61 +202371,61 @@
"type": "Identifier",
"name": "fltTypeMulti",
"range": [
- 90088,
- 90100
+ 90239,
+ 90251
],
"loc": {
"start": {
- "line": 2500,
+ "line": 2503,
"column": 44
},
"end": {
- "line": 2500,
+ "line": 2503,
"column": 56
}
}
},
"range": [
- 90083,
- 90100
+ 90234,
+ 90251
],
"loc": {
"start": {
- "line": 2500,
+ "line": 2503,
"column": 39
},
"end": {
- "line": 2500,
+ "line": 2503,
"column": 56
}
}
},
"range": [
- 90068,
- 90100
+ 90219,
+ 90251
],
"loc": {
"start": {
- "line": 2500,
+ "line": 2503,
"column": 24
},
"end": {
- "line": 2500,
+ "line": 2503,
"column": 56
}
}
},
"range": [
- 90010,
- 90100
+ 90161,
+ 90251
],
"loc": {
"start": {
- "line": 2499,
+ "line": 2502,
"column": 23
},
"end": {
- "line": 2500,
+ "line": 2503,
"column": 56
}
}
@@ -202124,16 +202447,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 90127,
- 90130
+ 90278,
+ 90281
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 24
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 27
}
}
@@ -202142,31 +202465,31 @@
"type": "Identifier",
"name": "dropdown",
"range": [
- 90131,
- 90139
+ 90282,
+ 90290
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 28
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 36
}
}
},
"range": [
- 90127,
- 90139
+ 90278,
+ 90290
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 24
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 36
}
}
@@ -202175,31 +202498,31 @@
"type": "Identifier",
"name": "build",
"range": [
- 90140,
- 90145
+ 90291,
+ 90296
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 37
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 42
}
}
},
"range": [
- 90127,
- 90145
+ 90278,
+ 90296
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 24
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 42
}
}
@@ -202209,79 +202532,79 @@
"type": "Identifier",
"name": "ct",
"range": [
- 90146,
- 90148
+ 90297,
+ 90299
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 43
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 45
}
}
}
],
"range": [
- 90127,
- 90149
+ 90278,
+ 90300
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 24
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 46
}
}
},
"range": [
- 90127,
- 90150
+ 90278,
+ 90301
],
"loc": {
"start": {
- "line": 2501,
+ "line": 2504,
"column": 24
},
"end": {
- "line": 2501,
+ "line": 2504,
"column": 47
}
}
}
],
"range": [
- 90101,
- 90172
+ 90252,
+ 90323
],
"loc": {
"start": {
- "line": 2500,
+ "line": 2503,
"column": 57
},
"end": {
- "line": 2502,
+ "line": 2505,
"column": 21
}
}
},
"alternate": null,
"range": [
- 90007,
- 90172
+ 90158,
+ 90323
],
"loc": {
"start": {
- "line": 2499,
+ "line": 2502,
"column": 20
},
"end": {
- "line": 2502,
+ "line": 2505,
"column": 21
}
}
@@ -202295,16 +202618,16 @@
"type": "Identifier",
"name": "colFltType",
"range": [
- 90196,
- 90206
+ 90347,
+ 90357
],
"loc": {
"start": {
- "line": 2503,
+ "line": 2506,
"column": 23
},
"end": {
- "line": 2503,
+ "line": 2506,
"column": 33
}
}
@@ -202315,16 +202638,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90211,
- 90215
+ 90362,
+ 90366
],
"loc": {
"start": {
- "line": 2503,
+ "line": 2506,
"column": 38
},
"end": {
- "line": 2503,
+ "line": 2506,
"column": 42
}
}
@@ -202333,46 +202656,46 @@
"type": "Identifier",
"name": "fltTypeCheckList",
"range": [
- 90216,
- 90232
+ 90367,
+ 90383
],
"loc": {
"start": {
- "line": 2503,
+ "line": 2506,
"column": 43
},
"end": {
- "line": 2503,
+ "line": 2506,
"column": 59
}
}
},
"range": [
- 90211,
- 90232
+ 90362,
+ 90383
],
"loc": {
"start": {
- "line": 2503,
+ "line": 2506,
"column": 38
},
"end": {
- "line": 2503,
+ "line": 2506,
"column": 59
}
}
},
"range": [
- 90196,
- 90232
+ 90347,
+ 90383
],
"loc": {
"start": {
- "line": 2503,
+ "line": 2506,
"column": 23
},
"end": {
- "line": 2503,
+ "line": 2506,
"column": 59
}
}
@@ -202394,16 +202717,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 90259,
- 90262
+ 90410,
+ 90413
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 24
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 27
}
}
@@ -202412,31 +202735,31 @@
"type": "Identifier",
"name": "checkList",
"range": [
- 90263,
- 90272
+ 90414,
+ 90423
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 28
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 37
}
}
},
"range": [
- 90259,
- 90272
+ 90410,
+ 90423
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 24
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 37
}
}
@@ -202445,31 +202768,31 @@
"type": "Identifier",
"name": "build",
"range": [
- 90273,
- 90278
+ 90424,
+ 90429
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 38
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 43
}
}
},
"range": [
- 90259,
- 90278
+ 90410,
+ 90429
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 24
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 43
}
}
@@ -202479,111 +202802,111 @@
"type": "Identifier",
"name": "ct",
"range": [
- 90279,
- 90281
+ 90430,
+ 90432
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 44
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 46
}
}
}
],
"range": [
- 90259,
- 90282
+ 90410,
+ 90433
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 24
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 47
}
}
},
"range": [
- 90259,
- 90283
+ 90410,
+ 90434
],
"loc": {
"start": {
- "line": 2504,
+ "line": 2507,
"column": 24
},
"end": {
- "line": 2504,
+ "line": 2507,
"column": 48
}
}
}
],
"range": [
- 90233,
- 90305
+ 90384,
+ 90456
],
"loc": {
"start": {
- "line": 2503,
+ "line": 2506,
"column": 60
},
"end": {
- "line": 2505,
+ "line": 2508,
"column": 21
}
}
},
"alternate": null,
"range": [
- 90193,
- 90305
+ 90344,
+ 90456
],
"loc": {
"start": {
- "line": 2503,
+ "line": 2506,
"column": 20
},
"end": {
- "line": 2505,
+ "line": 2508,
"column": 21
}
}
}
],
"range": [
- 89985,
- 90323
+ 90136,
+ 90474
],
"loc": {
"start": {
- "line": 2498,
+ "line": 2501,
"column": 51
},
"end": {
- "line": 2506,
+ "line": 2509,
"column": 17
}
}
},
"alternate": null,
"range": [
- 89858,
- 90323
+ 90009,
+ 90474
],
"loc": {
"start": {
- "line": 2496,
+ "line": 2499,
"column": 16
},
"end": {
- "line": 2506,
+ "line": 2509,
"column": 17
}
},
@@ -202592,16 +202915,16 @@
"type": "Line",
"value": "IE special treatment for gridLayout, appended filters are",
"range": [
- 89758,
- 89817
+ 89909,
+ 89968
],
"loc": {
"start": {
- "line": 2494,
+ "line": 2497,
"column": 16
},
"end": {
- "line": 2494,
+ "line": 2497,
"column": 75
}
}
@@ -202610,16 +202933,16 @@
"type": "Line",
"value": "empty",
"range": [
- 89834,
- 89841
+ 89985,
+ 89992
],
"loc": {
"start": {
- "line": 2495,
+ "line": 2498,
"column": 16
},
"end": {
- "line": 2495,
+ "line": 2498,
"column": 23
}
}
@@ -202628,63 +202951,63 @@
}
],
"range": [
- 89468,
- 90337
+ 89619,
+ 90488
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 69
},
"end": {
- "line": 2507,
+ "line": 2510,
"column": 13
}
}
},
"range": [
- 89411,
- 90337
+ 89562,
+ 90488
],
"loc": {
"start": {
- "line": 2486,
+ "line": 2489,
"column": 12
},
"end": {
- "line": 2507,
+ "line": 2510,
"column": 13
}
}
}
],
"range": [
- 89337,
- 90347
+ 89488,
+ 90498
],
"loc": {
"start": {
- "line": 2484,
+ "line": 2487,
"column": 30
},
"end": {
- "line": 2508,
+ "line": 2511,
"column": 9
}
}
},
"alternate": null,
"range": [
- 89315,
- 90347
+ 89466,
+ 90498
],
"loc": {
"start": {
- "line": 2484,
+ "line": 2487,
"column": 8
},
"end": {
- "line": 2508,
+ "line": 2511,
"column": 9
}
},
@@ -202693,16 +203016,16 @@
"type": "Line",
"value": " filters are appended in external placeholders elements",
"range": [
- 89249,
- 89306
+ 89400,
+ 89457
],
"loc": {
"start": {
- "line": 2483,
+ "line": 2486,
"column": 8
},
"end": {
- "line": 2483,
+ "line": 2486,
"column": 65
}
}
@@ -202720,16 +203043,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90357,
- 90361
+ 90508,
+ 90512
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 8
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 12
}
}
@@ -202738,31 +203061,31 @@
"type": "Identifier",
"name": "nbFilterableRows",
"range": [
- 90362,
- 90378
+ 90513,
+ 90529
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 13
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 29
}
}
},
"range": [
- 90357,
- 90378
+ 90508,
+ 90529
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 8
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 29
}
}
@@ -202775,16 +203098,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90381,
- 90385
+ 90532,
+ 90536
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 32
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 36
}
}
@@ -202793,77 +203116,77 @@
"type": "Identifier",
"name": "getRowsNb",
"range": [
- 90386,
- 90395
+ 90537,
+ 90546
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 37
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 46
}
}
},
"range": [
- 90381,
- 90395
+ 90532,
+ 90546
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 32
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 46
}
}
},
"arguments": [],
"range": [
- 90381,
- 90397
+ 90532,
+ 90548
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 32
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 48
}
}
},
"range": [
- 90357,
- 90397
+ 90508,
+ 90548
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 8
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 48
}
}
},
"range": [
- 90357,
- 90398
+ 90508,
+ 90549
],
"loc": {
"start": {
- "line": 2510,
+ "line": 2513,
"column": 8
},
"end": {
- "line": 2510,
+ "line": 2513,
"column": 49
}
}
@@ -202879,16 +203202,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90407,
- 90411
+ 90558,
+ 90562
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 8
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 12
}
}
@@ -202897,31 +203220,31 @@
"type": "Identifier",
"name": "nbVisibleRows",
"range": [
- 90412,
- 90425
+ 90563,
+ 90576
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 13
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 26
}
}
},
"range": [
- 90407,
- 90425
+ 90558,
+ 90576
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 8
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 26
}
}
@@ -202932,16 +203255,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90428,
- 90432
+ 90579,
+ 90583
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 29
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 33
}
}
@@ -202950,61 +203273,61 @@
"type": "Identifier",
"name": "nbFilterableRows",
"range": [
- 90433,
- 90449
+ 90584,
+ 90600
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 34
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 50
}
}
},
"range": [
- 90428,
- 90449
+ 90579,
+ 90600
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 29
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 50
}
}
},
"range": [
- 90407,
- 90449
+ 90558,
+ 90600
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 8
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 50
}
}
},
"range": [
- 90407,
- 90450
+ 90558,
+ 90601
],
"loc": {
"start": {
- "line": 2511,
+ "line": 2514,
"column": 8
},
"end": {
- "line": 2511,
+ "line": 2514,
"column": 51
}
}
@@ -203020,16 +203343,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90459,
- 90463
+ 90610,
+ 90614
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 8
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 12
}
}
@@ -203038,31 +203361,31 @@
"type": "Identifier",
"name": "nbRows",
"range": [
- 90464,
- 90470
+ 90615,
+ 90621
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 13
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 19
}
}
},
"range": [
- 90459,
- 90470
+ 90610,
+ 90621
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 8
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 19
}
}
@@ -203074,16 +203397,16 @@
"type": "Identifier",
"name": "rows",
"range": [
- 90473,
- 90477
+ 90624,
+ 90628
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 22
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 26
}
}
@@ -203092,61 +203415,61 @@
"type": "Identifier",
"name": "length",
"range": [
- 90478,
- 90484
+ 90629,
+ 90635
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 27
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 33
}
}
},
"range": [
- 90473,
- 90484
+ 90624,
+ 90635
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 22
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 33
}
}
},
"range": [
- 90459,
- 90484
+ 90610,
+ 90635
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 8
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 33
}
}
},
"range": [
- 90459,
- 90485
+ 90610,
+ 90636
],
"loc": {
"start": {
- "line": 2512,
+ "line": 2515,
"column": 8
},
"end": {
- "line": 2512,
+ "line": 2515,
"column": 34
}
}
@@ -203159,16 +203482,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90498,
- 90502
+ 90649,
+ 90653
],
"loc": {
"start": {
- "line": 2514,
+ "line": 2517,
"column": 11
},
"end": {
- "line": 2514,
+ "line": 2517,
"column": 15
}
}
@@ -203177,31 +203500,31 @@
"type": "Identifier",
"name": "popupFilters",
"range": [
- 90503,
- 90515
+ 90654,
+ 90666
],
"loc": {
"start": {
- "line": 2514,
+ "line": 2517,
"column": 16
},
"end": {
- "line": 2514,
+ "line": 2517,
"column": 28
}
}
},
"range": [
- 90498,
- 90515
+ 90649,
+ 90666
],
"loc": {
"start": {
- "line": 2514,
+ "line": 2517,
"column": 11
},
"end": {
- "line": 2514,
+ "line": 2517,
"column": 28
}
}
@@ -203220,16 +203543,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90530,
- 90534
+ 90681,
+ 90685
],
"loc": {
"start": {
- "line": 2515,
+ "line": 2518,
"column": 12
},
"end": {
- "line": 2515,
+ "line": 2518,
"column": 16
}
}
@@ -203238,62 +203561,62 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 90535,
- 90545
+ 90686,
+ 90696
],
"loc": {
"start": {
- "line": 2515,
+ "line": 2518,
"column": 17
},
"end": {
- "line": 2515,
+ "line": 2518,
"column": 27
}
}
},
"range": [
- 90530,
- 90545
+ 90681,
+ 90696
],
"loc": {
"start": {
- "line": 2515,
+ "line": 2518,
"column": 12
},
"end": {
- "line": 2515,
+ "line": 2518,
"column": 27
}
}
},
"prefix": false,
"range": [
- 90530,
- 90547
+ 90681,
+ 90698
],
"loc": {
"start": {
- "line": 2515,
+ "line": 2518,
"column": 12
},
"end": {
- "line": 2515,
+ "line": 2518,
"column": 29
}
}
},
"range": [
- 90530,
- 90548
+ 90681,
+ 90699
],
"loc": {
"start": {
- "line": 2515,
+ "line": 2518,
"column": 12
},
"end": {
- "line": 2515,
+ "line": 2518,
"column": 30
}
}
@@ -203312,16 +203635,16 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 90561,
- 90564
+ 90712,
+ 90715
],
"loc": {
"start": {
- "line": 2516,
+ "line": 2519,
"column": 12
},
"end": {
- "line": 2516,
+ "line": 2519,
"column": 15
}
}
@@ -203330,31 +203653,31 @@
"type": "Identifier",
"name": "popupFilter",
"range": [
- 90565,
- 90576
+ 90716,
+ 90727
],
"loc": {
"start": {
- "line": 2516,
+ "line": 2519,
"column": 16
},
"end": {
- "line": 2516,
+ "line": 2519,
"column": 27
}
}
},
"range": [
- 90561,
- 90576
+ 90712,
+ 90727
],
"loc": {
"start": {
- "line": 2516,
+ "line": 2519,
"column": 12
},
"end": {
- "line": 2516,
+ "line": 2519,
"column": 27
}
}
@@ -203363,94 +203686,94 @@
"type": "Identifier",
"name": "reset",
"range": [
- 90577,
- 90582
+ 90728,
+ 90733
],
"loc": {
"start": {
- "line": 2516,
+ "line": 2519,
"column": 28
},
"end": {
- "line": 2516,
+ "line": 2519,
"column": 33
}
}
},
"range": [
- 90561,
- 90582
+ 90712,
+ 90733
],
"loc": {
"start": {
- "line": 2516,
+ "line": 2519,
"column": 12
},
"end": {
- "line": 2516,
+ "line": 2519,
"column": 33
}
}
},
"arguments": [],
"range": [
- 90561,
- 90584
+ 90712,
+ 90735
],
"loc": {
"start": {
- "line": 2516,
+ "line": 2519,
"column": 12
},
"end": {
- "line": 2516,
+ "line": 2519,
"column": 35
}
}
},
"range": [
- 90561,
- 90585
+ 90712,
+ 90736
],
"loc": {
"start": {
- "line": 2516,
+ "line": 2519,
"column": 12
},
"end": {
- "line": 2516,
+ "line": 2519,
"column": 36
}
}
}
],
"range": [
- 90516,
- 90595
+ 90667,
+ 90746
],
"loc": {
"start": {
- "line": 2514,
+ "line": 2517,
"column": 29
},
"end": {
- "line": 2517,
+ "line": 2520,
"column": 9
}
}
},
"alternate": null,
"range": [
- 90495,
- 90595
+ 90646,
+ 90746
],
"loc": {
"start": {
- "line": 2514,
+ "line": 2517,
"column": 8
},
"end": {
- "line": 2517,
+ "line": 2520,
"column": 9
}
}
@@ -203466,16 +203789,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90609,
- 90613
+ 90760,
+ 90764
],
"loc": {
"start": {
- "line": 2519,
+ "line": 2522,
"column": 12
},
"end": {
- "line": 2519,
+ "line": 2522,
"column": 16
}
}
@@ -203484,47 +203807,47 @@
"type": "Identifier",
"name": "gridLayout",
"range": [
- 90614,
- 90624
+ 90765,
+ 90775
],
"loc": {
"start": {
- "line": 2519,
+ "line": 2522,
"column": 17
},
"end": {
- "line": 2519,
+ "line": 2522,
"column": 27
}
}
},
"range": [
- 90609,
- 90624
+ 90760,
+ 90775
],
"loc": {
"start": {
- "line": 2519,
+ "line": 2522,
"column": 12
},
"end": {
- "line": 2519,
+ "line": 2522,
"column": 27
}
}
},
"prefix": true,
"range": [
- 90608,
- 90624
+ 90759,
+ 90775
],
"loc": {
"start": {
- "line": 2519,
+ "line": 2522,
"column": 11
},
"end": {
- "line": 2519,
+ "line": 2522,
"column": 27
}
}
@@ -203543,16 +203866,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 90639,
- 90642
+ 90790,
+ 90793
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 12
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 15
}
}
@@ -203561,31 +203884,31 @@
"type": "Identifier",
"name": "addClass",
"range": [
- 90643,
- 90651
+ 90794,
+ 90802
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 16
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 24
}
}
},
"range": [
- 90639,
- 90651
+ 90790,
+ 90802
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 12
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 24
}
}
@@ -203597,16 +203920,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90652,
- 90656
+ 90803,
+ 90807
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 25
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 29
}
}
@@ -203615,31 +203938,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 90657,
- 90660
+ 90808,
+ 90811
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 30
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 33
}
}
},
"range": [
- 90652,
- 90660
+ 90803,
+ 90811
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 25
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 33
}
}
@@ -203650,16 +203973,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90662,
- 90666
+ 90813,
+ 90817
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 35
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 39
}
}
@@ -203668,94 +203991,94 @@
"type": "Identifier",
"name": "prfxTf",
"range": [
- 90667,
- 90673
+ 90818,
+ 90824
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 40
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 46
}
}
},
"range": [
- 90662,
- 90673
+ 90813,
+ 90824
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 35
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 46
}
}
}
],
"range": [
- 90639,
- 90674
+ 90790,
+ 90825
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 12
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 47
}
}
},
"range": [
- 90639,
- 90675
+ 90790,
+ 90826
],
"loc": {
"start": {
- "line": 2520,
+ "line": 2523,
"column": 12
},
"end": {
- "line": 2520,
+ "line": 2523,
"column": 48
}
}
}
],
"range": [
- 90625,
- 90685
+ 90776,
+ 90836
],
"loc": {
"start": {
- "line": 2519,
+ "line": 2522,
"column": 28
},
"end": {
- "line": 2521,
+ "line": 2524,
"column": 9
}
}
},
"alternate": null,
"range": [
- 90605,
- 90685
+ 90756,
+ 90836
],
"loc": {
"start": {
- "line": 2519,
+ "line": 2522,
"column": 8
},
"end": {
- "line": 2521,
+ "line": 2524,
"column": 9
}
}
@@ -203771,16 +204094,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90694,
- 90698
+ 90845,
+ 90849
],
"loc": {
"start": {
- "line": 2522,
+ "line": 2525,
"column": 8
},
"end": {
- "line": 2522,
+ "line": 2525,
"column": 12
}
}
@@ -203789,31 +204112,31 @@
"type": "Identifier",
"name": "_hasGrid",
"range": [
- 90699,
- 90707
+ 90850,
+ 90858
],
"loc": {
"start": {
- "line": 2522,
+ "line": 2525,
"column": 13
},
"end": {
- "line": 2522,
+ "line": 2525,
"column": 21
}
}
},
"range": [
- 90694,
- 90707
+ 90845,
+ 90858
],
"loc": {
"start": {
- "line": 2522,
+ "line": 2525,
"column": 8
},
"end": {
- "line": 2522,
+ "line": 2525,
"column": 21
}
}
@@ -203823,62 +204146,62 @@
"value": true,
"raw": "true",
"range": [
- 90710,
- 90714
+ 90861,
+ 90865
],
"loc": {
"start": {
- "line": 2522,
+ "line": 2525,
"column": 24
},
"end": {
- "line": 2522,
+ "line": 2525,
"column": 28
}
}
},
"range": [
- 90694,
- 90714
+ 90845,
+ 90865
],
"loc": {
"start": {
- "line": 2522,
+ "line": 2525,
"column": 8
},
"end": {
- "line": 2522,
+ "line": 2525,
"column": 28
}
}
},
"range": [
- 90694,
- 90715
+ 90845,
+ 90866
],
"loc": {
"start": {
- "line": 2522,
+ "line": 2525,
"column": 8
},
"end": {
- "line": 2522,
+ "line": 2525,
"column": 29
}
}
}
],
"range": [
- 88486,
- 90721
+ 88637,
+ 90872
],
"loc": {
"start": {
- "line": 2460,
+ "line": 2463,
"column": 16
},
"end": {
- "line": 2523,
+ "line": 2526,
"column": 5
}
}
@@ -203886,16 +204209,16 @@
"generator": false,
"expression": false,
"range": [
- 88484,
- 90721
+ 88635,
+ 90872
],
"loc": {
"start": {
- "line": 2460,
+ "line": 2463,
"column": 14
},
"end": {
- "line": 2523,
+ "line": 2526,
"column": 5
}
}
@@ -203903,16 +204226,16 @@
"kind": "method",
"computed": false,
"range": [
- 88474,
- 90721
+ 88625,
+ 90872
],
"loc": {
"start": {
- "line": 2460,
+ "line": 2463,
"column": 4
},
"end": {
- "line": 2523,
+ "line": 2526,
"column": 5
}
},
@@ -203921,16 +204244,16 @@
"type": "Line",
"value": " for i",
"range": [
- 88374,
- 88382
+ 88525,
+ 88533
],
"loc": {
"start": {
- "line": 2454,
+ "line": 2457,
"column": 9
},
"end": {
- "line": 2454,
+ "line": 2457,
"column": 17
}
}
@@ -203939,16 +204262,16 @@
"type": "Block",
"value": "*\n * Re-generate the filters grid bar when previously removed\n ",
"range": [
- 88394,
- 88469
+ 88545,
+ 88620
],
"loc": {
"start": {
- "line": 2457,
+ "line": 2460,
"column": 4
},
"end": {
- "line": 2459,
+ "line": 2462,
"column": 7
}
}
@@ -203959,16 +204282,16 @@
"type": "Block",
"value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ",
"range": [
- 90727,
- 90905
+ 90878,
+ 91056
],
"loc": {
"start": {
- "line": 2525,
+ "line": 2528,
"column": 4
},
"end": {
- "line": 2529,
+ "line": 2532,
"column": 7
}
}
@@ -203982,16 +204305,16 @@
"type": "Identifier",
"name": "isExactMatch",
"range": [
- 90910,
- 90922
+ 91061,
+ 91073
],
"loc": {
"start": {
- "line": 2530,
+ "line": 2533,
"column": 4
},
"end": {
- "line": 2530,
+ "line": 2533,
"column": 16
}
}
@@ -204004,16 +204327,16 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 90923,
- 90931
+ 91074,
+ 91082
],
"loc": {
"start": {
- "line": 2530,
+ "line": 2533,
"column": 17
},
"end": {
- "line": 2530,
+ "line": 2533,
"column": 25
}
}
@@ -204031,16 +204354,16 @@
"type": "Identifier",
"name": "fltType",
"range": [
- 90946,
- 90953
+ 91097,
+ 91104
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 12
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 19
}
}
@@ -204053,16 +204376,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 90956,
- 90960
+ 91107,
+ 91111
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 22
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 26
}
}
@@ -204071,31 +204394,31 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 90961,
- 90974
+ 91112,
+ 91125
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 27
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 40
}
}
},
"range": [
- 90956,
- 90974
+ 91107,
+ 91125
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 22
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 40
}
}
@@ -204105,47 +204428,47 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 90975,
- 90983
+ 91126,
+ 91134
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 41
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 49
}
}
}
],
"range": [
- 90956,
- 90984
+ 91107,
+ 91135
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 22
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 50
}
}
},
"range": [
- 90946,
- 90984
+ 91097,
+ 91135
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 12
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 50
}
}
@@ -204153,16 +204476,16 @@
],
"kind": "let",
"range": [
- 90942,
- 90985
+ 91093,
+ 91136
],
"loc": {
"start": {
- "line": 2531,
+ "line": 2534,
"column": 8
},
"end": {
- "line": 2531,
+ "line": 2534,
"column": 51
}
}
@@ -204184,16 +204507,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 91001,
- 91005
+ 91152,
+ 91156
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 15
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 19
}
}
@@ -204202,31 +204525,31 @@
"type": "Identifier",
"name": "exactMatchByCol",
"range": [
- 91006,
- 91021
+ 91157,
+ 91172
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 20
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 35
}
}
},
"range": [
- 91001,
- 91021
+ 91152,
+ 91172
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 15
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 35
}
}
@@ -204235,31 +204558,31 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 91022,
- 91030
+ 91173,
+ 91181
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 36
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 44
}
}
},
"range": [
- 91001,
- 91031
+ 91152,
+ 91182
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 15
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 45
}
}
@@ -204270,16 +204593,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 91035,
- 91039
+ 91186,
+ 91190
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 49
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 53
}
}
@@ -204288,46 +204611,46 @@
"type": "Identifier",
"name": "exactMatch",
"range": [
- 91040,
- 91050
+ 91191,
+ 91201
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 54
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 64
}
}
},
"range": [
- 91035,
- 91050
+ 91186,
+ 91201
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 49
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 64
}
}
},
"range": [
- 91001,
- 91050
+ 91152,
+ 91201
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 15
},
"end": {
- "line": 2532,
+ "line": 2535,
"column": 64
}
}
@@ -204339,16 +204662,16 @@
"type": "Identifier",
"name": "fltType",
"range": [
- 91067,
- 91074
+ 91218,
+ 91225
],
"loc": {
"start": {
- "line": 2533,
+ "line": 2536,
"column": 13
},
"end": {
- "line": 2533,
+ "line": 2536,
"column": 20
}
}
@@ -204359,16 +204682,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 91079,
- 91083
+ 91230,
+ 91234
],
"loc": {
"start": {
- "line": 2533,
+ "line": 2536,
"column": 25
},
"end": {
- "line": 2533,
+ "line": 2536,
"column": 29
}
}
@@ -204377,92 +204700,92 @@
"type": "Identifier",
"name": "fltTypeInp",
"range": [
- 91084,
- 91094
+ 91235,
+ 91245
],
"loc": {
"start": {
- "line": 2533,
+ "line": 2536,
"column": 30
},
"end": {
- "line": 2533,
+ "line": 2536,
"column": 40
}
}
},
"range": [
- 91079,
- 91094
+ 91230,
+ 91245
],
"loc": {
"start": {
- "line": 2533,
+ "line": 2536,
"column": 25
},
"end": {
- "line": 2533,
+ "line": 2536,
"column": 40
}
}
},
"range": [
- 91067,
- 91094
+ 91218,
+ 91245
],
"loc": {
"start": {
- "line": 2533,
+ "line": 2536,
"column": 13
},
"end": {
- "line": 2533,
+ "line": 2536,
"column": 40
}
}
},
"range": [
- 91001,
- 91095
+ 91152,
+ 91246
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 15
},
"end": {
- "line": 2533,
+ "line": 2536,
"column": 41
}
}
},
"range": [
- 90994,
- 91096
+ 91145,
+ 91247
],
"loc": {
"start": {
- "line": 2532,
+ "line": 2535,
"column": 8
},
"end": {
- "line": 2533,
+ "line": 2536,
"column": 42
}
}
}
],
"range": [
- 90932,
- 91102
+ 91083,
+ 91253
],
"loc": {
"start": {
- "line": 2530,
+ "line": 2533,
"column": 26
},
"end": {
- "line": 2534,
+ "line": 2537,
"column": 5
}
}
@@ -204470,16 +204793,16 @@
"generator": false,
"expression": false,
"range": [
- 90922,
- 91102
+ 91073,
+ 91253
],
"loc": {
"start": {
- "line": 2530,
+ "line": 2533,
"column": 16
},
"end": {
- "line": 2534,
+ "line": 2537,
"column": 5
}
}
@@ -204487,16 +204810,16 @@
"kind": "method",
"computed": false,
"range": [
- 90910,
- 91102
+ 91061,
+ 91253
],
"loc": {
"start": {
- "line": 2530,
+ "line": 2533,
"column": 4
},
"end": {
- "line": 2534,
+ "line": 2537,
"column": 5
}
},
@@ -204505,16 +204828,16 @@
"type": "Block",
"value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ",
"range": [
- 90727,
- 90905
+ 90878,
+ 91056
],
"loc": {
"start": {
- "line": 2525,
+ "line": 2528,
"column": 4
},
"end": {
- "line": 2529,
+ "line": 2532,
"column": 7
}
}
@@ -204525,16 +204848,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": [
- 91108,
- 91327
+ 91259,
+ 91478
],
"loc": {
"start": {
- "line": 2536,
+ "line": 2539,
"column": 4
},
"end": {
- "line": 2541,
+ "line": 2544,
"column": 7
}
}
@@ -204548,16 +204871,16 @@
"type": "Identifier",
"name": "isImported",
"range": [
- 91332,
- 91342
+ 91483,
+ 91493
],
"loc": {
"start": {
- "line": 2542,
+ "line": 2545,
"column": 4
},
"end": {
- "line": 2542,
+ "line": 2545,
"column": 14
}
}
@@ -204570,16 +204893,16 @@
"type": "Identifier",
"name": "filePath",
"range": [
- 91343,
- 91351
+ 91494,
+ 91502
],
"loc": {
"start": {
- "line": 2542,
+ "line": 2545,
"column": 15
},
"end": {
- "line": 2542,
+ "line": 2545,
"column": 23
}
}
@@ -204588,16 +204911,16 @@
"type": "Identifier",
"name": "type",
"range": [
- 91353,
- 91357
+ 91504,
+ 91508
],
"loc": {
"start": {
- "line": 2542,
+ "line": 2545,
"column": 25
},
"end": {
- "line": 2542,
+ "line": 2545,
"column": 29
}
}
@@ -204615,16 +204938,16 @@
"type": "Identifier",
"name": "imported",
"range": [
- 91372,
- 91380
+ 91523,
+ 91531
],
"loc": {
"start": {
- "line": 2543,
+ "line": 2546,
"column": 12
},
"end": {
- "line": 2543,
+ "line": 2546,
"column": 20
}
}
@@ -204634,31 +204957,31 @@
"value": false,
"raw": "false",
"range": [
- 91383,
- 91388
+ 91534,
+ 91539
],
"loc": {
"start": {
- "line": 2543,
+ "line": 2546,
"column": 23
},
"end": {
- "line": 2543,
+ "line": 2546,
"column": 28
}
}
},
"range": [
- 91372,
- 91388
+ 91523,
+ 91539
],
"loc": {
"start": {
- "line": 2543,
+ "line": 2546,
"column": 12
},
"end": {
- "line": 2543,
+ "line": 2546,
"column": 28
}
}
@@ -204669,16 +204992,16 @@
"type": "Identifier",
"name": "importType",
"range": [
- 91402,
- 91412
+ 91553,
+ 91563
],
"loc": {
"start": {
- "line": 2544,
+ "line": 2547,
"column": 12
},
"end": {
- "line": 2544,
+ "line": 2547,
"column": 22
}
}
@@ -204692,32 +205015,32 @@
"type": "Identifier",
"name": "type",
"range": [
- 91416,
- 91420
+ 91567,
+ 91571
],
"loc": {
"start": {
- "line": 2544,
+ "line": 2547,
"column": 26
},
"end": {
- "line": 2544,
+ "line": 2547,
"column": 30
}
}
},
"prefix": true,
"range": [
- 91415,
- 91420
+ 91566,
+ 91571
],
"loc": {
"start": {
- "line": 2544,
+ "line": 2547,
"column": 25
},
"end": {
- "line": 2544,
+ "line": 2547,
"column": 30
}
}
@@ -204727,16 +205050,16 @@
"value": "script",
"raw": "'script'",
"range": [
- 91423,
- 91431
+ 91574,
+ 91582
],
"loc": {
"start": {
- "line": 2544,
+ "line": 2547,
"column": 33
},
"end": {
- "line": 2544,
+ "line": 2547,
"column": 41
}
}
@@ -204745,46 +205068,46 @@
"type": "Identifier",
"name": "type",
"range": [
- 91434,
- 91438
+ 91585,
+ 91589
],
"loc": {
"start": {
- "line": 2544,
+ "line": 2547,
"column": 44
},
"end": {
- "line": 2544,
+ "line": 2547,
"column": 48
}
}
},
"range": [
- 91415,
- 91438
+ 91566,
+ 91589
],
"loc": {
"start": {
- "line": 2544,
+ "line": 2547,
"column": 25
},
"end": {
- "line": 2544,
+ "line": 2547,
"column": 48
}
}
},
"range": [
- 91402,
- 91438
+ 91553,
+ 91589
],
"loc": {
"start": {
- "line": 2544,
+ "line": 2547,
"column": 12
},
"end": {
- "line": 2544,
+ "line": 2547,
"column": 48
}
}
@@ -204795,16 +205118,16 @@
"type": "Identifier",
"name": "attr",
"range": [
- 91452,
- 91456
+ 91603,
+ 91607
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 12
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 16
}
}
@@ -204818,16 +205141,16 @@
"type": "Identifier",
"name": "importType",
"range": [
- 91459,
- 91469
+ 91610,
+ 91620
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 19
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 29
}
}
@@ -204837,31 +205160,31 @@
"value": "script",
"raw": "'script'",
"range": [
- 91473,
- 91481
+ 91624,
+ 91632
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 33
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 41
}
}
},
"range": [
- 91459,
- 91481
+ 91610,
+ 91632
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 19
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 41
}
}
@@ -204871,16 +205194,16 @@
"value": "src",
"raw": "'src'",
"range": [
- 91484,
- 91489
+ 91635,
+ 91640
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 44
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 49
}
}
@@ -204890,46 +205213,46 @@
"value": "href",
"raw": "'href'",
"range": [
- 91492,
- 91498
+ 91643,
+ 91649
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 52
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 58
}
}
},
"range": [
- 91459,
- 91498
+ 91610,
+ 91649
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 19
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 58
}
}
},
"range": [
- 91452,
- 91498
+ 91603,
+ 91649
],
"loc": {
"start": {
- "line": 2545,
+ "line": 2548,
"column": 12
},
"end": {
- "line": 2545,
+ "line": 2548,
"column": 58
}
}
@@ -204940,16 +205263,16 @@
"type": "Identifier",
"name": "files",
"range": [
- 91512,
- 91517
+ 91663,
+ 91668
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 12
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 17
}
}
@@ -204963,16 +205286,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 91520,
- 91523
+ 91671,
+ 91674
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 20
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 23
}
}
@@ -204981,31 +205304,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 91524,
- 91527
+ 91675,
+ 91678
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 24
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 27
}
}
},
"range": [
- 91520,
- 91527
+ 91671,
+ 91678
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 20
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 27
}
}
@@ -205015,16 +205338,16 @@
"type": "Identifier",
"name": "doc",
"range": [
- 91528,
- 91531
+ 91679,
+ 91682
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 28
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 31
}
}
@@ -205033,47 +205356,47 @@
"type": "Identifier",
"name": "importType",
"range": [
- 91533,
- 91543
+ 91684,
+ 91694
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 33
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 43
}
}
}
],
"range": [
- 91520,
- 91544
+ 91671,
+ 91695
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 20
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 44
}
}
},
"range": [
- 91512,
- 91544
+ 91663,
+ 91695
],
"loc": {
"start": {
- "line": 2546,
+ "line": 2549,
"column": 12
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 44
}
}
@@ -205081,16 +205404,16 @@
],
"kind": "let",
"range": [
- 91368,
- 91545
+ 91519,
+ 91696
],
"loc": {
"start": {
- "line": 2543,
+ "line": 2546,
"column": 8
},
"end": {
- "line": 2546,
+ "line": 2549,
"column": 45
}
}
@@ -205106,16 +205429,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 91563,
- 91564
+ 91714,
+ 91715
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 17
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 18
}
}
@@ -205125,31 +205448,31 @@
"value": 0,
"raw": "0",
"range": [
- 91565,
- 91566
+ 91716,
+ 91717
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 19
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 20
}
}
},
"range": [
- 91563,
- 91566
+ 91714,
+ 91717
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 17
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 20
}
}
@@ -205160,16 +205483,16 @@
"type": "Identifier",
"name": "len",
"range": [
- 91568,
- 91571
+ 91719,
+ 91722
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 22
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 25
}
}
@@ -205181,16 +205504,16 @@
"type": "Identifier",
"name": "files",
"range": [
- 91572,
- 91577
+ 91723,
+ 91728
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 26
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 31
}
}
@@ -205199,46 +205522,46 @@
"type": "Identifier",
"name": "length",
"range": [
- 91578,
- 91584
+ 91729,
+ 91735
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 32
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 38
}
}
},
"range": [
- 91572,
- 91584
+ 91723,
+ 91735
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 26
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 38
}
}
},
"range": [
- 91568,
- 91584
+ 91719,
+ 91735
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 22
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 38
}
}
@@ -205246,16 +205569,16 @@
],
"kind": "let",
"range": [
- 91559,
- 91584
+ 91710,
+ 91735
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 13
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 38
}
}
@@ -205267,16 +205590,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 91586,
- 91587
+ 91737,
+ 91738
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 40
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 41
}
}
@@ -205285,31 +205608,31 @@
"type": "Identifier",
"name": "len",
"range": [
- 91588,
- 91591
+ 91739,
+ 91742
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 42
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 45
}
}
},
"range": [
- 91586,
- 91591
+ 91737,
+ 91742
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 40
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 45
}
}
@@ -205321,32 +205644,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 91593,
- 91594
+ 91744,
+ 91745
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 47
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 48
}
}
},
"prefix": false,
"range": [
- 91593,
- 91596
+ 91744,
+ 91747
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 47
},
"end": {
- "line": 2547,
+ "line": 2550,
"column": 50
}
}
@@ -205369,16 +205692,16 @@
"type": "Identifier",
"name": "files",
"range": [
- 91614,
- 91619
+ 91765,
+ 91770
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 15
},
"end": {
- "line": 2548,
+ "line": 2551,
"column": 20
}
}
@@ -205387,31 +205710,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 91620,
- 91621
+ 91771,
+ 91772
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 21
},
"end": {
- "line": 2548,
+ "line": 2551,
"column": 22
}
}
},
"range": [
- 91614,
- 91622
+ 91765,
+ 91773
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 15
},
"end": {
- "line": 2548,
+ "line": 2551,
"column": 23
}
}
@@ -205420,31 +205743,31 @@
"type": "Identifier",
"name": "attr",
"range": [
- 91623,
- 91627
+ 91774,
+ 91778
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 24
},
"end": {
- "line": 2548,
+ "line": 2551,
"column": 28
}
}
},
"range": [
- 91614,
- 91628
+ 91765,
+ 91779
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 15
},
"end": {
- "line": 2548,
+ "line": 2551,
"column": 29
}
}
@@ -205453,31 +205776,31 @@
"type": "Identifier",
"name": "undefined",
"range": [
- 91633,
- 91642
+ 91784,
+ 91793
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 34
},
"end": {
- "line": 2548,
+ "line": 2551,
"column": 43
}
}
},
"range": [
- 91614,
- 91642
+ 91765,
+ 91793
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 15
},
"end": {
- "line": 2548,
+ "line": 2551,
"column": 43
}
}
@@ -205489,48 +205812,48 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 91661,
- 91670
+ 91812,
+ 91821
],
"loc": {
"start": {
- "line": 2549,
+ "line": 2552,
"column": 16
},
"end": {
- "line": 2549,
+ "line": 2552,
"column": 25
}
}
}
],
"range": [
- 91643,
- 91684
+ 91794,
+ 91835
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 44
},
"end": {
- "line": 2550,
+ "line": 2553,
"column": 13
}
}
},
"alternate": null,
"range": [
- 91611,
- 91684
+ 91762,
+ 91835
],
"loc": {
"start": {
- "line": 2548,
+ "line": 2551,
"column": 12
},
"end": {
- "line": 2550,
+ "line": 2553,
"column": 13
}
}
@@ -205552,16 +205875,16 @@
"type": "Identifier",
"name": "files",
"range": [
- 91700,
- 91705
+ 91851,
+ 91856
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 15
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 20
}
}
@@ -205570,31 +205893,31 @@
"type": "Identifier",
"name": "i",
"range": [
- 91706,
- 91707
+ 91857,
+ 91858
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 21
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 22
}
}
},
"range": [
- 91700,
- 91708
+ 91851,
+ 91859
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 15
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 23
}
}
@@ -205603,31 +205926,31 @@
"type": "Identifier",
"name": "attr",
"range": [
- 91709,
- 91713
+ 91860,
+ 91864
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 24
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 28
}
}
},
"range": [
- 91700,
- 91714
+ 91851,
+ 91865
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 15
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 29
}
}
@@ -205636,31 +205959,31 @@
"type": "Identifier",
"name": "match",
"range": [
- 91715,
- 91720
+ 91866,
+ 91871
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 30
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 35
}
}
},
"range": [
- 91700,
- 91720
+ 91851,
+ 91871
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 15
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 35
}
}
@@ -205670,32 +205993,32 @@
"type": "Identifier",
"name": "filePath",
"range": [
- 91721,
- 91729
+ 91872,
+ 91880
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 36
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 44
}
}
}
],
"range": [
- 91700,
- 91730
+ 91851,
+ 91881
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 15
},
"end": {
- "line": 2551,
+ "line": 2554,
"column": 45
}
}
@@ -205712,16 +206035,16 @@
"type": "Identifier",
"name": "imported",
"range": [
- 91749,
- 91757
+ 91900,
+ 91908
],
"loc": {
"start": {
- "line": 2552,
+ "line": 2555,
"column": 16
},
"end": {
- "line": 2552,
+ "line": 2555,
"column": 24
}
}
@@ -205731,46 +206054,46 @@
"value": true,
"raw": "true",
"range": [
- 91760,
- 91764
+ 91911,
+ 91915
],
"loc": {
"start": {
- "line": 2552,
+ "line": 2555,
"column": 27
},
"end": {
- "line": 2552,
+ "line": 2555,
"column": 31
}
}
},
"range": [
- 91749,
- 91764
+ 91900,
+ 91915
],
"loc": {
"start": {
- "line": 2552,
+ "line": 2555,
"column": 16
},
"end": {
- "line": 2552,
+ "line": 2555,
"column": 31
}
}
},
"range": [
- 91749,
- 91765
+ 91900,
+ 91916
],
"loc": {
"start": {
- "line": 2552,
+ "line": 2555,
"column": 16
},
"end": {
- "line": 2552,
+ "line": 2555,
"column": 32
}
}
@@ -205779,79 +206102,79 @@
"type": "BreakStatement",
"label": null,
"range": [
- 91782,
- 91788
+ 91933,
+ 91939
],
"loc": {
"start": {
- "line": 2553,
+ "line": 2556,
"column": 16
},
"end": {
- "line": 2553,
+ "line": 2556,
"column": 22
}
}
}
],
"range": [
- 91731,
- 91802
+ 91882,
+ 91953
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 46
},
"end": {
- "line": 2554,
+ "line": 2557,
"column": 13
}
}
},
"alternate": null,
"range": [
- 91697,
- 91802
+ 91848,
+ 91953
],
"loc": {
"start": {
- "line": 2551,
+ "line": 2554,
"column": 12
},
"end": {
- "line": 2554,
+ "line": 2557,
"column": 13
}
}
}
],
"range": [
- 91597,
- 91812
+ 91748,
+ 91963
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 51
},
"end": {
- "line": 2555,
+ "line": 2558,
"column": 9
}
}
},
"range": [
- 91554,
- 91812
+ 91705,
+ 91963
],
"loc": {
"start": {
- "line": 2547,
+ "line": 2550,
"column": 8
},
"end": {
- "line": 2555,
+ "line": 2558,
"column": 9
}
}
@@ -205862,47 +206185,47 @@
"type": "Identifier",
"name": "imported",
"range": [
- 91828,
- 91836
+ 91979,
+ 91987
],
"loc": {
"start": {
- "line": 2556,
+ "line": 2559,
"column": 15
},
"end": {
- "line": 2556,
+ "line": 2559,
"column": 23
}
}
},
"range": [
- 91821,
- 91837
+ 91972,
+ 91988
],
"loc": {
"start": {
- "line": 2556,
+ "line": 2559,
"column": 8
},
"end": {
- "line": 2556,
+ "line": 2559,
"column": 24
}
}
}
],
"range": [
- 91358,
- 91843
+ 91509,
+ 91994
],
"loc": {
"start": {
- "line": 2542,
+ "line": 2545,
"column": 30
},
"end": {
- "line": 2557,
+ "line": 2560,
"column": 5
}
}
@@ -205910,16 +206233,16 @@
"generator": false,
"expression": false,
"range": [
- 91342,
- 91843
+ 91493,
+ 91994
],
"loc": {
"start": {
- "line": 2542,
+ "line": 2545,
"column": 14
},
"end": {
- "line": 2557,
+ "line": 2560,
"column": 5
}
}
@@ -205927,16 +206250,16 @@
"kind": "method",
"computed": false,
"range": [
- 91332,
- 91843
+ 91483,
+ 91994
],
"loc": {
"start": {
- "line": 2542,
+ "line": 2545,
"column": 4
},
"end": {
- "line": 2557,
+ "line": 2560,
"column": 5
}
},
@@ -205945,16 +206268,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": [
- 91108,
- 91327
+ 91259,
+ 91478
],
"loc": {
"start": {
- "line": 2536,
+ "line": 2539,
"column": 4
},
"end": {
- "line": 2541,
+ "line": 2544,
"column": 7
}
}
@@ -205965,16 +206288,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": [
- 91849,
- 92108
+ 92000,
+ 92259
],
"loc": {
"start": {
- "line": 2559,
+ "line": 2562,
"column": 4
},
"end": {
- "line": 2565,
+ "line": 2568,
"column": 7
}
}
@@ -205988,16 +206311,16 @@
"type": "Identifier",
"name": "import",
"range": [
- 92113,
- 92119
+ 92264,
+ 92270
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 4
},
"end": {
- "line": 2566,
+ "line": 2569,
"column": 10
}
}
@@ -206010,16 +206333,16 @@
"type": "Identifier",
"name": "fileId",
"range": [
- 92120,
- 92126
+ 92271,
+ 92277
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 11
},
"end": {
- "line": 2566,
+ "line": 2569,
"column": 17
}
}
@@ -206028,16 +206351,16 @@
"type": "Identifier",
"name": "filePath",
"range": [
- 92128,
- 92136
+ 92279,
+ 92287
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 19
},
"end": {
- "line": 2566,
+ "line": 2569,
"column": 27
}
}
@@ -206046,16 +206369,16 @@
"type": "Identifier",
"name": "callback",
"range": [
- 92138,
- 92146
+ 92289,
+ 92297
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 29
},
"end": {
- "line": 2566,
+ "line": 2569,
"column": 37
}
}
@@ -206064,16 +206387,16 @@
"type": "Identifier",
"name": "type",
"range": [
- 92148,
- 92152
+ 92299,
+ 92303
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 39
},
"end": {
- "line": 2566,
+ "line": 2569,
"column": 43
}
}
@@ -206091,16 +206414,16 @@
"type": "Identifier",
"name": "ftype",
"range": [
- 92167,
- 92172
+ 92318,
+ 92323
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 12
},
"end": {
- "line": 2567,
+ "line": 2570,
"column": 17
}
}
@@ -206114,32 +206437,32 @@
"type": "Identifier",
"name": "type",
"range": [
- 92176,
- 92180
+ 92327,
+ 92331
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 21
},
"end": {
- "line": 2567,
+ "line": 2570,
"column": 25
}
}
},
"prefix": true,
"range": [
- 92175,
- 92180
+ 92326,
+ 92331
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 20
},
"end": {
- "line": 2567,
+ "line": 2570,
"column": 25
}
}
@@ -206149,16 +206472,16 @@
"value": "script",
"raw": "'script'",
"range": [
- 92183,
- 92191
+ 92334,
+ 92342
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 28
},
"end": {
- "line": 2567,
+ "line": 2570,
"column": 36
}
}
@@ -206167,46 +206490,46 @@
"type": "Identifier",
"name": "type",
"range": [
- 92194,
- 92198
+ 92345,
+ 92349
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 39
},
"end": {
- "line": 2567,
+ "line": 2570,
"column": 43
}
}
},
"range": [
- 92175,
- 92198
+ 92326,
+ 92349
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 20
},
"end": {
- "line": 2567,
+ "line": 2570,
"column": 43
}
}
},
"range": [
- 92167,
- 92198
+ 92318,
+ 92349
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 12
},
"end": {
- "line": 2567,
+ "line": 2570,
"column": 43
}
}
@@ -206217,16 +206540,16 @@
"type": "Identifier",
"name": "imported",
"range": [
- 92212,
- 92220
+ 92363,
+ 92371
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 12
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 20
}
}
@@ -206239,16 +206562,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 92223,
- 92227
+ 92374,
+ 92378
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 23
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 27
}
}
@@ -206257,31 +206580,31 @@
"type": "Identifier",
"name": "isImported",
"range": [
- 92228,
- 92238
+ 92379,
+ 92389
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 28
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 38
}
}
},
"range": [
- 92223,
- 92238
+ 92374,
+ 92389
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 23
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 38
}
}
@@ -206291,16 +206614,16 @@
"type": "Identifier",
"name": "filePath",
"range": [
- 92239,
- 92247
+ 92390,
+ 92398
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 39
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 47
}
}
@@ -206309,47 +206632,47 @@
"type": "Identifier",
"name": "ftype",
"range": [
- 92249,
- 92254
+ 92400,
+ 92405
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 49
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 54
}
}
}
],
"range": [
- 92223,
- 92255
+ 92374,
+ 92406
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 23
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 55
}
}
},
"range": [
- 92212,
- 92255
+ 92363,
+ 92406
],
"loc": {
"start": {
- "line": 2568,
+ "line": 2571,
"column": 12
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 55
}
}
@@ -206357,16 +206680,16 @@
],
"kind": "let",
"range": [
- 92163,
- 92256
+ 92314,
+ 92407
],
"loc": {
"start": {
- "line": 2567,
+ "line": 2570,
"column": 8
},
"end": {
- "line": 2568,
+ "line": 2571,
"column": 56
}
}
@@ -206377,16 +206700,16 @@
"type": "Identifier",
"name": "imported",
"range": [
- 92268,
- 92276
+ 92419,
+ 92427
],
"loc": {
"start": {
- "line": 2569,
+ "line": 2572,
"column": 11
},
"end": {
- "line": 2569,
+ "line": 2572,
"column": 19
}
}
@@ -206398,48 +206721,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 92291,
- 92298
+ 92442,
+ 92449
],
"loc": {
"start": {
- "line": 2570,
+ "line": 2573,
"column": 12
},
"end": {
- "line": 2570,
+ "line": 2573,
"column": 19
}
}
}
],
"range": [
- 92277,
- 92308
+ 92428,
+ 92459
],
"loc": {
"start": {
- "line": 2569,
+ "line": 2572,
"column": 20
},
"end": {
- "line": 2571,
+ "line": 2574,
"column": 9
}
}
},
"alternate": null,
"range": [
- 92265,
- 92308
+ 92416,
+ 92459
],
"loc": {
"start": {
- "line": 2569,
+ "line": 2572,
"column": 8
},
"end": {
- "line": 2571,
+ "line": 2574,
"column": 9
}
}
@@ -206453,16 +206776,16 @@
"type": "Identifier",
"name": "o",
"range": [
- 92321,
- 92322
+ 92472,
+ 92473
],
"loc": {
"start": {
- "line": 2572,
+ "line": 2575,
"column": 12
},
"end": {
- "line": 2572,
+ "line": 2575,
"column": 13
}
}
@@ -206470,31 +206793,31 @@
"init": {
"type": "ThisExpression",
"range": [
- 92325,
- 92329
+ 92476,
+ 92480
],
"loc": {
"start": {
- "line": 2572,
+ "line": 2575,
"column": 16
},
"end": {
- "line": 2572,
+ "line": 2575,
"column": 20
}
}
},
"range": [
- 92321,
- 92329
+ 92472,
+ 92480
],
"loc": {
"start": {
- "line": 2572,
+ "line": 2575,
"column": 12
},
"end": {
- "line": 2572,
+ "line": 2575,
"column": 20
}
}
@@ -206505,16 +206828,16 @@
"type": "Identifier",
"name": "isLoaded",
"range": [
- 92343,
- 92351
+ 92494,
+ 92502
],
"loc": {
"start": {
- "line": 2573,
+ "line": 2576,
"column": 12
},
"end": {
- "line": 2573,
+ "line": 2576,
"column": 20
}
}
@@ -206524,31 +206847,31 @@
"value": false,
"raw": "false",
"range": [
- 92354,
- 92359
+ 92505,
+ 92510
],
"loc": {
"start": {
- "line": 2573,
+ "line": 2576,
"column": 23
},
"end": {
- "line": 2573,
+ "line": 2576,
"column": 28
}
}
},
"range": [
- 92343,
- 92359
+ 92494,
+ 92510
],
"loc": {
"start": {
- "line": 2573,
+ "line": 2576,
"column": 12
},
"end": {
- "line": 2573,
+ "line": 2576,
"column": 28
}
}
@@ -206559,32 +206882,32 @@
"type": "Identifier",
"name": "file",
"range": [
- 92373,
- 92377
+ 92524,
+ 92528
],
"loc": {
"start": {
- "line": 2574,
+ "line": 2577,
"column": 12
},
"end": {
- "line": 2574,
+ "line": 2577,
"column": 16
}
}
},
"init": null,
"range": [
- 92373,
- 92377
+ 92524,
+ 92528
],
"loc": {
"start": {
- "line": 2574,
+ "line": 2577,
"column": 12
},
"end": {
- "line": 2574,
+ "line": 2577,
"column": 16
}
}
@@ -206595,16 +206918,16 @@
"type": "Identifier",
"name": "head",
"range": [
- 92391,
- 92395
+ 92542,
+ 92546
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 12
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 16
}
}
@@ -206621,16 +206944,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 92398,
- 92401
+ 92549,
+ 92552
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 19
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 22
}
}
@@ -206639,31 +206962,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 92402,
- 92405
+ 92553,
+ 92556
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 23
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 26
}
}
},
"range": [
- 92398,
- 92405
+ 92549,
+ 92556
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 19
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 26
}
}
@@ -206673,16 +206996,16 @@
"type": "Identifier",
"name": "doc",
"range": [
- 92406,
- 92409
+ 92557,
+ 92560
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 27
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 30
}
}
@@ -206692,32 +207015,32 @@
"value": "head",
"raw": "'head'",
"range": [
- 92411,
- 92417
+ 92562,
+ 92568
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 32
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 38
}
}
}
],
"range": [
- 92398,
- 92418
+ 92549,
+ 92569
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 19
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 39
}
}
@@ -206727,46 +207050,46 @@
"value": 0,
"raw": "0",
"range": [
- 92419,
- 92420
+ 92570,
+ 92571
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 40
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 41
}
}
},
"range": [
- 92398,
- 92421
+ 92549,
+ 92572
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 19
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 42
}
}
},
"range": [
- 92391,
- 92421
+ 92542,
+ 92572
],
"loc": {
"start": {
- "line": 2575,
+ "line": 2578,
"column": 12
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 42
}
}
@@ -206774,16 +207097,16 @@
],
"kind": "let",
"range": [
- 92317,
- 92422
+ 92468,
+ 92573
],
"loc": {
"start": {
- "line": 2572,
+ "line": 2575,
"column": 8
},
"end": {
- "line": 2575,
+ "line": 2578,
"column": 43
}
}
@@ -206802,16 +207125,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 92435,
- 92438
+ 92586,
+ 92589
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 11
},
"end": {
- "line": 2577,
+ "line": 2580,
"column": 14
}
}
@@ -206820,31 +207143,31 @@
"type": "Identifier",
"name": "lower",
"range": [
- 92439,
- 92444
+ 92590,
+ 92595
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 15
},
"end": {
- "line": 2577,
+ "line": 2580,
"column": 20
}
}
},
"range": [
- 92435,
- 92444
+ 92586,
+ 92595
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 11
},
"end": {
- "line": 2577,
+ "line": 2580,
"column": 20
}
}
@@ -206854,32 +207177,32 @@
"type": "Identifier",
"name": "ftype",
"range": [
- 92445,
- 92450
+ 92596,
+ 92601
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 21
},
"end": {
- "line": 2577,
+ "line": 2580,
"column": 26
}
}
}
],
"range": [
- 92435,
- 92451
+ 92586,
+ 92602
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 11
},
"end": {
- "line": 2577,
+ "line": 2580,
"column": 27
}
}
@@ -206889,31 +207212,31 @@
"value": "link",
"raw": "'link'",
"range": [
- 92456,
- 92462
+ 92607,
+ 92613
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 32
},
"end": {
- "line": 2577,
+ "line": 2580,
"column": 38
}
}
},
"range": [
- 92435,
- 92462
+ 92586,
+ 92613
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 11
},
"end": {
- "line": 2577,
+ "line": 2580,
"column": 38
}
}
@@ -206930,16 +207253,16 @@
"type": "Identifier",
"name": "file",
"range": [
- 92477,
- 92481
+ 92628,
+ 92632
],
"loc": {
"start": {
- "line": 2578,
+ "line": 2581,
"column": 12
},
"end": {
- "line": 2578,
+ "line": 2581,
"column": 16
}
}
@@ -206953,16 +207276,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 92484,
- 92487
+ 92635,
+ 92638
],
"loc": {
"start": {
- "line": 2578,
+ "line": 2581,
"column": 19
},
"end": {
- "line": 2578,
+ "line": 2581,
"column": 22
}
}
@@ -206971,31 +207294,31 @@
"type": "Identifier",
"name": "create",
"range": [
- 92488,
- 92494
+ 92639,
+ 92645
],
"loc": {
"start": {
- "line": 2578,
+ "line": 2581,
"column": 23
},
"end": {
- "line": 2578,
+ "line": 2581,
"column": 29
}
}
},
"range": [
- 92484,
- 92494
+ 92635,
+ 92645
],
"loc": {
"start": {
- "line": 2578,
+ "line": 2581,
"column": 19
},
"end": {
- "line": 2578,
+ "line": 2581,
"column": 29
}
}
@@ -207006,16 +207329,16 @@
"value": "link",
"raw": "'link'",
"range": [
- 92512,
- 92518
+ 92663,
+ 92669
],
"loc": {
"start": {
- "line": 2579,
+ "line": 2582,
"column": 16
},
"end": {
- "line": 2579,
+ "line": 2582,
"column": 22
}
}
@@ -207028,16 +207351,16 @@
"value": "id",
"raw": "'id'",
"range": [
- 92537,
- 92541
+ 92688,
+ 92692
],
"loc": {
"start": {
- "line": 2580,
+ "line": 2583,
"column": 17
},
"end": {
- "line": 2580,
+ "line": 2583,
"column": 21
}
}
@@ -207046,32 +207369,32 @@
"type": "Identifier",
"name": "fileId",
"range": [
- 92543,
- 92549
+ 92694,
+ 92700
],
"loc": {
"start": {
- "line": 2580,
+ "line": 2583,
"column": 23
},
"end": {
- "line": 2580,
+ "line": 2583,
"column": 29
}
}
}
],
"range": [
- 92536,
- 92550
+ 92687,
+ 92701
],
"loc": {
"start": {
- "line": 2580,
+ "line": 2583,
"column": 16
},
"end": {
- "line": 2580,
+ "line": 2583,
"column": 30
}
}
@@ -207084,16 +207407,16 @@
"value": "type",
"raw": "'type'",
"range": [
- 92553,
- 92559
+ 92704,
+ 92710
],
"loc": {
"start": {
- "line": 2580,
+ "line": 2583,
"column": 33
},
"end": {
- "line": 2580,
+ "line": 2583,
"column": 39
}
}
@@ -207103,32 +207426,32 @@
"value": "text/css",
"raw": "'text/css'",
"range": [
- 92561,
- 92571
+ 92712,
+ 92722
],
"loc": {
"start": {
- "line": 2580,
+ "line": 2583,
"column": 41
},
"end": {
- "line": 2580,
+ "line": 2583,
"column": 51
}
}
}
],
"range": [
- 92552,
- 92572
+ 92703,
+ 92723
],
"loc": {
"start": {
- "line": 2580,
+ "line": 2583,
"column": 32
},
"end": {
- "line": 2580,
+ "line": 2583,
"column": 52
}
}
@@ -207141,16 +207464,16 @@
"value": "rel",
"raw": "'rel'",
"range": [
- 92591,
- 92596
+ 92742,
+ 92747
],
"loc": {
"start": {
- "line": 2581,
+ "line": 2584,
"column": 17
},
"end": {
- "line": 2581,
+ "line": 2584,
"column": 22
}
}
@@ -207160,32 +207483,32 @@
"value": "stylesheet",
"raw": "'stylesheet'",
"range": [
- 92598,
- 92610
+ 92749,
+ 92761
],
"loc": {
"start": {
- "line": 2581,
+ "line": 2584,
"column": 24
},
"end": {
- "line": 2581,
+ "line": 2584,
"column": 36
}
}
}
],
"range": [
- 92590,
- 92611
+ 92741,
+ 92762
],
"loc": {
"start": {
- "line": 2581,
+ "line": 2584,
"column": 16
},
"end": {
- "line": 2581,
+ "line": 2584,
"column": 37
}
}
@@ -207198,16 +207521,16 @@
"value": "href",
"raw": "'href'",
"range": [
- 92614,
- 92620
+ 92765,
+ 92771
],
"loc": {
"start": {
- "line": 2581,
+ "line": 2584,
"column": 40
},
"end": {
- "line": 2581,
+ "line": 2584,
"column": 46
}
}
@@ -207216,94 +207539,94 @@
"type": "Identifier",
"name": "filePath",
"range": [
- 92622,
- 92630
+ 92773,
+ 92781
],
"loc": {
"start": {
- "line": 2581,
+ "line": 2584,
"column": 48
},
"end": {
- "line": 2581,
+ "line": 2584,
"column": 56
}
}
}
],
"range": [
- 92613,
- 92631
+ 92764,
+ 92782
],
"loc": {
"start": {
- "line": 2581,
+ "line": 2584,
"column": 39
},
"end": {
- "line": 2581,
+ "line": 2584,
"column": 57
}
}
}
],
"range": [
- 92484,
- 92645
+ 92635,
+ 92796
],
"loc": {
"start": {
- "line": 2578,
+ "line": 2581,
"column": 19
},
"end": {
- "line": 2582,
+ "line": 2585,
"column": 13
}
}
},
"range": [
- 92477,
- 92645
+ 92628,
+ 92796
],
"loc": {
"start": {
- "line": 2578,
+ "line": 2581,
"column": 12
},
"end": {
- "line": 2582,
+ "line": 2585,
"column": 13
}
}
},
"range": [
- 92477,
- 92646
+ 92628,
+ 92797
],
"loc": {
"start": {
- "line": 2578,
+ "line": 2581,
"column": 12
},
"end": {
- "line": 2582,
+ "line": 2585,
"column": 14
}
}
}
],
"range": [
- 92463,
- 92656
+ 92614,
+ 92807
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 39
},
"end": {
- "line": 2583,
+ "line": 2586,
"column": 9
}
}
@@ -207320,16 +207643,16 @@
"type": "Identifier",
"name": "file",
"range": [
- 92676,
- 92680
+ 92827,
+ 92831
],
"loc": {
"start": {
- "line": 2584,
+ "line": 2587,
"column": 12
},
"end": {
- "line": 2584,
+ "line": 2587,
"column": 16
}
}
@@ -207343,16 +207666,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 92683,
- 92686
+ 92834,
+ 92837
],
"loc": {
"start": {
- "line": 2584,
+ "line": 2587,
"column": 19
},
"end": {
- "line": 2584,
+ "line": 2587,
"column": 22
}
}
@@ -207361,31 +207684,31 @@
"type": "Identifier",
"name": "create",
"range": [
- 92687,
- 92693
+ 92838,
+ 92844
],
"loc": {
"start": {
- "line": 2584,
+ "line": 2587,
"column": 23
},
"end": {
- "line": 2584,
+ "line": 2587,
"column": 29
}
}
},
"range": [
- 92683,
- 92693
+ 92834,
+ 92844
],
"loc": {
"start": {
- "line": 2584,
+ "line": 2587,
"column": 19
},
"end": {
- "line": 2584,
+ "line": 2587,
"column": 29
}
}
@@ -207396,16 +207719,16 @@
"value": "script",
"raw": "'script'",
"range": [
- 92711,
- 92719
+ 92862,
+ 92870
],
"loc": {
"start": {
- "line": 2585,
+ "line": 2588,
"column": 16
},
"end": {
- "line": 2585,
+ "line": 2588,
"column": 24
}
}
@@ -207418,16 +207741,16 @@
"value": "id",
"raw": "'id'",
"range": [
- 92722,
- 92726
+ 92873,
+ 92877
],
"loc": {
"start": {
- "line": 2585,
+ "line": 2588,
"column": 27
},
"end": {
- "line": 2585,
+ "line": 2588,
"column": 31
}
}
@@ -207436,32 +207759,32 @@
"type": "Identifier",
"name": "fileId",
"range": [
- 92728,
- 92734
+ 92879,
+ 92885
],
"loc": {
"start": {
- "line": 2585,
+ "line": 2588,
"column": 33
},
"end": {
- "line": 2585,
+ "line": 2588,
"column": 39
}
}
}
],
"range": [
- 92721,
- 92735
+ 92872,
+ 92886
],
"loc": {
"start": {
- "line": 2585,
+ "line": 2588,
"column": 26
},
"end": {
- "line": 2585,
+ "line": 2588,
"column": 40
}
}
@@ -207474,16 +207797,16 @@
"value": "type",
"raw": "'type'",
"range": [
- 92754,
- 92760
+ 92905,
+ 92911
],
"loc": {
"start": {
- "line": 2586,
+ "line": 2589,
"column": 17
},
"end": {
- "line": 2586,
+ "line": 2589,
"column": 23
}
}
@@ -207493,32 +207816,32 @@
"value": "text/javascript",
"raw": "'text/javascript'",
"range": [
- 92762,
- 92779
+ 92913,
+ 92930
],
"loc": {
"start": {
- "line": 2586,
+ "line": 2589,
"column": 25
},
"end": {
- "line": 2586,
+ "line": 2589,
"column": 42
}
}
}
],
"range": [
- 92753,
- 92780
+ 92904,
+ 92931
],
"loc": {
"start": {
- "line": 2586,
+ "line": 2589,
"column": 16
},
"end": {
- "line": 2586,
+ "line": 2589,
"column": 43
}
}
@@ -207531,16 +207854,16 @@
"value": "src",
"raw": "'src'",
"range": [
- 92783,
- 92788
+ 92934,
+ 92939
],
"loc": {
"start": {
- "line": 2586,
+ "line": 2589,
"column": 46
},
"end": {
- "line": 2586,
+ "line": 2589,
"column": 51
}
}
@@ -207549,109 +207872,109 @@
"type": "Identifier",
"name": "filePath",
"range": [
- 92790,
- 92798
+ 92941,
+ 92949
],
"loc": {
"start": {
- "line": 2586,
+ "line": 2589,
"column": 53
},
"end": {
- "line": 2586,
+ "line": 2589,
"column": 61
}
}
}
],
"range": [
- 92782,
- 92799
+ 92933,
+ 92950
],
"loc": {
"start": {
- "line": 2586,
+ "line": 2589,
"column": 45
},
"end": {
- "line": 2586,
+ "line": 2589,
"column": 62
}
}
}
],
"range": [
- 92683,
- 92813
+ 92834,
+ 92964
],
"loc": {
"start": {
- "line": 2584,
+ "line": 2587,
"column": 19
},
"end": {
- "line": 2587,
+ "line": 2590,
"column": 13
}
}
},
"range": [
- 92676,
- 92813
+ 92827,
+ 92964
],
"loc": {
"start": {
- "line": 2584,
+ "line": 2587,
"column": 12
},
"end": {
- "line": 2587,
+ "line": 2590,
"column": 13
}
}
},
"range": [
- 92676,
- 92814
+ 92827,
+ 92965
],
"loc": {
"start": {
- "line": 2584,
+ "line": 2587,
"column": 12
},
"end": {
- "line": 2587,
+ "line": 2590,
"column": 14
}
}
}
],
"range": [
- 92662,
- 92824
+ 92813,
+ 92975
],
"loc": {
"start": {
- "line": 2583,
+ "line": 2586,
"column": 15
},
"end": {
- "line": 2588,
+ "line": 2591,
"column": 9
}
}
},
"range": [
- 92432,
- 92824
+ 92583,
+ 92975
],
"loc": {
"start": {
- "line": 2577,
+ "line": 2580,
"column": 8
},
"end": {
- "line": 2588,
+ "line": 2591,
"column": 9
}
},
@@ -207660,16 +207983,16 @@
"type": "Line",
"value": "Browser <> IE onload event works only for scripts, not for stylesheets",
"range": [
- 92834,
- 92906
+ 92985,
+ 93057
],
"loc": {
"start": {
- "line": 2590,
+ "line": 2593,
"column": 8
},
"end": {
- "line": 2590,
+ "line": 2593,
"column": 80
}
}
@@ -207688,16 +208011,16 @@
"type": "Identifier",
"name": "file",
"range": [
- 92915,
- 92919
+ 93066,
+ 93070
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 8
},
"end": {
- "line": 2591,
+ "line": 2594,
"column": 12
}
}
@@ -207706,31 +208029,31 @@
"type": "Identifier",
"name": "onload",
"range": [
- 92920,
- 92926
+ 93071,
+ 93077
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 13
},
"end": {
- "line": 2591,
+ "line": 2594,
"column": 19
}
}
},
"range": [
- 92915,
- 92926
+ 93066,
+ 93077
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 8
},
"end": {
- "line": 2591,
+ "line": 2594,
"column": 19
}
}
@@ -207745,16 +208068,16 @@
"type": "Identifier",
"name": "file",
"range": [
- 92929,
- 92933
+ 93080,
+ 93084
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 22
},
"end": {
- "line": 2591,
+ "line": 2594,
"column": 26
}
}
@@ -207763,31 +208086,31 @@
"type": "Identifier",
"name": "onreadystatechange",
"range": [
- 92934,
- 92952
+ 93085,
+ 93103
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 27
},
"end": {
- "line": 2591,
+ "line": 2594,
"column": 45
}
}
},
"range": [
- 92929,
- 92952
+ 93080,
+ 93103
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 22
},
"end": {
- "line": 2591,
+ "line": 2594,
"column": 45
}
}
@@ -207811,32 +208134,32 @@
"type": "Identifier",
"name": "isLoaded",
"range": [
- 92983,
- 92991
+ 93134,
+ 93142
],
"loc": {
"start": {
- "line": 2592,
+ "line": 2595,
"column": 16
},
"end": {
- "line": 2592,
+ "line": 2595,
"column": 24
}
}
},
"prefix": true,
"range": [
- 92982,
- 92991
+ 93133,
+ 93142
],
"loc": {
"start": {
- "line": 2592,
+ "line": 2595,
"column": 15
},
"end": {
- "line": 2592,
+ "line": 2595,
"column": 24
}
}
@@ -207856,16 +208179,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 93013,
- 93017
+ 93164,
+ 93168
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 18
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 22
}
}
@@ -207874,47 +208197,47 @@
"type": "Identifier",
"name": "readyState",
"range": [
- 93018,
- 93028
+ 93169,
+ 93179
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 23
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 33
}
}
},
"range": [
- 93013,
- 93028
+ 93164,
+ 93179
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 18
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 33
}
}
},
"prefix": true,
"range": [
- 93012,
- 93028
+ 93163,
+ 93179
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 17
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 33
}
}
@@ -207928,16 +208251,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 93032,
- 93036
+ 93183,
+ 93187
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 37
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 41
}
}
@@ -207946,31 +208269,31 @@
"type": "Identifier",
"name": "readyState",
"range": [
- 93037,
- 93047
+ 93188,
+ 93198
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 42
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 52
}
}
},
"range": [
- 93032,
- 93047
+ 93183,
+ 93198
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 37
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 52
}
}
@@ -207980,46 +208303,46 @@
"value": "loaded",
"raw": "'loaded'",
"range": [
- 93052,
- 93060
+ 93203,
+ 93211
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 57
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 65
}
}
},
"range": [
- 93032,
- 93060
+ 93183,
+ 93211
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 37
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 65
}
}
},
"range": [
- 93012,
- 93060
+ 93163,
+ 93211
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 17
},
"end": {
- "line": 2593,
+ "line": 2596,
"column": 65
}
}
@@ -208033,16 +208356,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 93084,
- 93088
+ 93235,
+ 93239
],
"loc": {
"start": {
- "line": 2594,
+ "line": 2597,
"column": 20
},
"end": {
- "line": 2594,
+ "line": 2597,
"column": 24
}
}
@@ -208051,31 +208374,31 @@
"type": "Identifier",
"name": "readyState",
"range": [
- 93089,
- 93099
+ 93240,
+ 93250
],
"loc": {
"start": {
- "line": 2594,
+ "line": 2597,
"column": 25
},
"end": {
- "line": 2594,
+ "line": 2597,
"column": 35
}
}
},
"range": [
- 93084,
- 93099
+ 93235,
+ 93250
],
"loc": {
"start": {
- "line": 2594,
+ "line": 2597,
"column": 20
},
"end": {
- "line": 2594,
+ "line": 2597,
"column": 35
}
}
@@ -208085,61 +208408,61 @@
"value": "complete",
"raw": "'complete'",
"range": [
- 93104,
- 93114
+ 93255,
+ 93265
],
"loc": {
"start": {
- "line": 2594,
+ "line": 2597,
"column": 40
},
"end": {
- "line": 2594,
+ "line": 2597,
"column": 50
}
}
},
"range": [
- 93084,
- 93114
+ 93235,
+ 93265
],
"loc": {
"start": {
- "line": 2594,
+ "line": 2597,
"column": 20
},
"end": {
- "line": 2594,
+ "line": 2597,
"column": 50
}
}
},
"range": [
- 93012,
- 93114
+ 93163,
+ 93265
],
"loc": {
"start": {
- "line": 2593,
+ "line": 2596,
"column": 17
},
"end": {
- "line": 2594,
+ "line": 2597,
"column": 50
}
}
},
"range": [
- 92982,
- 93115
+ 93133,
+ 93266
],
"loc": {
"start": {
- "line": 2592,
+ "line": 2595,
"column": 15
},
"end": {
- "line": 2594,
+ "line": 2597,
"column": 51
}
}
@@ -208156,16 +208479,16 @@
"type": "Identifier",
"name": "isLoaded",
"range": [
- 93134,
- 93142
+ 93285,
+ 93293
],
"loc": {
"start": {
- "line": 2595,
+ "line": 2598,
"column": 16
},
"end": {
- "line": 2595,
+ "line": 2598,
"column": 24
}
}
@@ -208175,46 +208498,46 @@
"value": true,
"raw": "true",
"range": [
- 93145,
- 93149
+ 93296,
+ 93300
],
"loc": {
"start": {
- "line": 2595,
+ "line": 2598,
"column": 27
},
"end": {
- "line": 2595,
+ "line": 2598,
"column": 31
}
}
},
"range": [
- 93134,
- 93149
+ 93285,
+ 93300
],
"loc": {
"start": {
- "line": 2595,
+ "line": 2598,
"column": 16
},
"end": {
- "line": 2595,
+ "line": 2598,
"column": 31
}
}
},
"range": [
- 93134,
- 93150
+ 93285,
+ 93301
],
"loc": {
"start": {
- "line": 2595,
+ "line": 2598,
"column": 16
},
"end": {
- "line": 2595,
+ "line": 2598,
"column": 32
}
}
@@ -208231,32 +208554,32 @@
"type": "Identifier",
"name": "callback",
"range": [
- 93177,
- 93185
+ 93328,
+ 93336
],
"loc": {
"start": {
- "line": 2596,
+ "line": 2599,
"column": 26
},
"end": {
- "line": 2596,
+ "line": 2599,
"column": 34
}
}
},
"prefix": true,
"range": [
- 93170,
- 93185
+ 93321,
+ 93336
],
"loc": {
"start": {
- "line": 2596,
+ "line": 2599,
"column": 19
},
"end": {
- "line": 2596,
+ "line": 2599,
"column": 34
}
}
@@ -208266,31 +208589,31 @@
"value": "function",
"raw": "'function'",
"range": [
- 93190,
- 93200
+ 93341,
+ 93351
],
"loc": {
"start": {
- "line": 2596,
+ "line": 2599,
"column": 39
},
"end": {
- "line": 2596,
+ "line": 2599,
"column": 49
}
}
},
"range": [
- 93170,
- 93200
+ 93321,
+ 93351
],
"loc": {
"start": {
- "line": 2596,
+ "line": 2599,
"column": 19
},
"end": {
- "line": 2596,
+ "line": 2599,
"column": 49
}
}
@@ -208309,16 +208632,16 @@
"type": "Identifier",
"name": "callback",
"range": [
- 93223,
- 93231
+ 93374,
+ 93382
],
"loc": {
"start": {
- "line": 2597,
+ "line": 2600,
"column": 20
},
"end": {
- "line": 2597,
+ "line": 2600,
"column": 28
}
}
@@ -208327,31 +208650,31 @@
"type": "Identifier",
"name": "call",
"range": [
- 93232,
- 93236
+ 93383,
+ 93387
],
"loc": {
"start": {
- "line": 2597,
+ "line": 2600,
"column": 29
},
"end": {
- "line": 2597,
+ "line": 2600,
"column": 33
}
}
},
"range": [
- 93223,
- 93236
+ 93374,
+ 93387
],
"loc": {
"start": {
- "line": 2597,
+ "line": 2600,
"column": 20
},
"end": {
- "line": 2597,
+ "line": 2600,
"column": 33
}
}
@@ -208362,16 +208685,16 @@
"value": null,
"raw": "null",
"range": [
- 93237,
- 93241
+ 93388,
+ 93392
],
"loc": {
"start": {
- "line": 2597,
+ "line": 2600,
"column": 34
},
"end": {
- "line": 2597,
+ "line": 2600,
"column": 38
}
}
@@ -208380,127 +208703,127 @@
"type": "Identifier",
"name": "o",
"range": [
- 93243,
- 93244
+ 93394,
+ 93395
],
"loc": {
"start": {
- "line": 2597,
+ "line": 2600,
"column": 40
},
"end": {
- "line": 2597,
+ "line": 2600,
"column": 41
}
}
}
],
"range": [
- 93223,
- 93245
+ 93374,
+ 93396
],
"loc": {
"start": {
- "line": 2597,
+ "line": 2600,
"column": 20
},
"end": {
- "line": 2597,
+ "line": 2600,
"column": 42
}
}
},
"range": [
- 93223,
- 93246
+ 93374,
+ 93397
],
"loc": {
"start": {
- "line": 2597,
+ "line": 2600,
"column": 20
},
"end": {
- "line": 2597,
+ "line": 2600,
"column": 43
}
}
}
],
"range": [
- 93201,
- 93264
+ 93352,
+ 93415
],
"loc": {
"start": {
- "line": 2596,
+ "line": 2599,
"column": 50
},
"end": {
- "line": 2598,
+ "line": 2601,
"column": 17
}
}
},
"alternate": null,
"range": [
- 93167,
- 93264
+ 93318,
+ 93415
],
"loc": {
"start": {
- "line": 2596,
+ "line": 2599,
"column": 16
},
"end": {
- "line": 2598,
+ "line": 2601,
"column": 17
}
}
}
],
"range": [
- 93116,
- 93278
+ 93267,
+ 93429
],
"loc": {
"start": {
- "line": 2594,
+ "line": 2597,
"column": 52
},
"end": {
- "line": 2599,
+ "line": 2602,
"column": 13
}
}
},
"alternate": null,
"range": [
- 92979,
- 93278
+ 93130,
+ 93429
],
"loc": {
"start": {
- "line": 2592,
+ "line": 2595,
"column": 12
},
"end": {
- "line": 2599,
+ "line": 2602,
"column": 13
}
}
}
],
"range": [
- 92965,
- 93288
+ 93116,
+ 93439
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 58
},
"end": {
- "line": 2600,
+ "line": 2603,
"column": 9
}
}
@@ -208508,61 +208831,61 @@
"generator": false,
"expression": false,
"range": [
- 92955,
- 93288
+ 93106,
+ 93439
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 48
},
"end": {
- "line": 2600,
+ "line": 2603,
"column": 9
}
}
},
"range": [
- 92929,
- 93288
+ 93080,
+ 93439
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 22
},
"end": {
- "line": 2600,
+ "line": 2603,
"column": 9
}
}
},
"range": [
- 92915,
- 93288
+ 93066,
+ 93439
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 8
},
"end": {
- "line": 2600,
+ "line": 2603,
"column": 9
}
}
},
"range": [
- 92915,
- 93289
+ 93066,
+ 93440
],
"loc": {
"start": {
- "line": 2591,
+ "line": 2594,
"column": 8
},
"end": {
- "line": 2600,
+ "line": 2603,
"column": 10
}
},
@@ -208571,16 +208894,16 @@
"type": "Line",
"value": "Browser <> IE onload event works only for scripts, not for stylesheets",
"range": [
- 92834,
- 92906
+ 92985,
+ 93057
],
"loc": {
"start": {
- "line": 2590,
+ "line": 2593,
"column": 8
},
"end": {
- "line": 2590,
+ "line": 2593,
"column": 80
}
}
@@ -208599,16 +208922,16 @@
"type": "Identifier",
"name": "file",
"range": [
- 93298,
- 93302
+ 93449,
+ 93453
],
"loc": {
"start": {
- "line": 2601,
+ "line": 2604,
"column": 8
},
"end": {
- "line": 2601,
+ "line": 2604,
"column": 12
}
}
@@ -208617,31 +208940,31 @@
"type": "Identifier",
"name": "onerror",
"range": [
- 93303,
- 93310
+ 93454,
+ 93461
],
"loc": {
"start": {
- "line": 2601,
+ "line": 2604,
"column": 13
},
"end": {
- "line": 2601,
+ "line": 2604,
"column": 20
}
}
},
"range": [
- 93298,
- 93310
+ 93449,
+ 93461
],
"loc": {
"start": {
- "line": 2601,
+ "line": 2604,
"column": 8
},
"end": {
- "line": 2601,
+ "line": 2604,
"column": 20
}
}
@@ -208661,16 +208984,16 @@
"type": "Identifier",
"name": "Error",
"range": [
- 93347,
- 93352
+ 93498,
+ 93503
],
"loc": {
"start": {
- "line": 2602,
+ "line": 2605,
"column": 22
},
"end": {
- "line": 2602,
+ "line": 2605,
"column": 27
}
}
@@ -208684,16 +209007,16 @@
"value": "TF script could not load: ",
"raw": "'TF script could not load: '",
"range": [
- 93353,
- 93381
+ 93504,
+ 93532
],
"loc": {
"start": {
- "line": 2602,
+ "line": 2605,
"column": 28
},
"end": {
- "line": 2602,
+ "line": 2605,
"column": 56
}
}
@@ -208702,78 +209025,78 @@
"type": "Identifier",
"name": "filePath",
"range": [
- 93384,
- 93392
+ 93535,
+ 93543
],
"loc": {
"start": {
- "line": 2602,
+ "line": 2605,
"column": 59
},
"end": {
- "line": 2602,
+ "line": 2605,
"column": 67
}
}
},
"range": [
- 93353,
- 93392
+ 93504,
+ 93543
],
"loc": {
"start": {
- "line": 2602,
+ "line": 2605,
"column": 28
},
"end": {
- "line": 2602,
+ "line": 2605,
"column": 67
}
}
}
],
"range": [
- 93343,
- 93393
+ 93494,
+ 93544
],
"loc": {
"start": {
- "line": 2602,
+ "line": 2605,
"column": 18
},
"end": {
- "line": 2602,
+ "line": 2605,
"column": 68
}
}
},
"range": [
- 93337,
- 93394
+ 93488,
+ 93545
],
"loc": {
"start": {
- "line": 2602,
+ "line": 2605,
"column": 12
},
"end": {
- "line": 2602,
+ "line": 2605,
"column": 69
}
}
}
],
"range": [
- 93323,
- 93404
+ 93474,
+ 93555
],
"loc": {
"start": {
- "line": 2601,
+ "line": 2604,
"column": 33
},
"end": {
- "line": 2603,
+ "line": 2606,
"column": 9
}
}
@@ -208781,46 +209104,46 @@
"generator": false,
"expression": false,
"range": [
- 93313,
- 93404
+ 93464,
+ 93555
],
"loc": {
"start": {
- "line": 2601,
+ "line": 2604,
"column": 23
},
"end": {
- "line": 2603,
+ "line": 2606,
"column": 9
}
}
},
"range": [
- 93298,
- 93404
+ 93449,
+ 93555
],
"loc": {
"start": {
- "line": 2601,
+ "line": 2604,
"column": 8
},
"end": {
- "line": 2603,
+ "line": 2606,
"column": 9
}
}
},
"range": [
- 93298,
- 93405
+ 93449,
+ 93556
],
"loc": {
"start": {
- "line": 2601,
+ "line": 2604,
"column": 8
},
"end": {
- "line": 2603,
+ "line": 2606,
"column": 10
}
}
@@ -208836,16 +209159,16 @@
"type": "Identifier",
"name": "head",
"range": [
- 93414,
- 93418
+ 93565,
+ 93569
],
"loc": {
"start": {
- "line": 2604,
+ "line": 2607,
"column": 8
},
"end": {
- "line": 2604,
+ "line": 2607,
"column": 12
}
}
@@ -208854,31 +209177,31 @@
"type": "Identifier",
"name": "appendChild",
"range": [
- 93419,
- 93430
+ 93570,
+ 93581
],
"loc": {
"start": {
- "line": 2604,
+ "line": 2607,
"column": 13
},
"end": {
- "line": 2604,
+ "line": 2607,
"column": 24
}
}
},
"range": [
- 93414,
- 93430
+ 93565,
+ 93581
],
"loc": {
"start": {
- "line": 2604,
+ "line": 2607,
"column": 8
},
"end": {
- "line": 2604,
+ "line": 2607,
"column": 24
}
}
@@ -208888,63 +209211,63 @@
"type": "Identifier",
"name": "file",
"range": [
- 93431,
- 93435
+ 93582,
+ 93586
],
"loc": {
"start": {
- "line": 2604,
+ "line": 2607,
"column": 25
},
"end": {
- "line": 2604,
+ "line": 2607,
"column": 29
}
}
}
],
"range": [
- 93414,
- 93436
+ 93565,
+ 93587
],
"loc": {
"start": {
- "line": 2604,
+ "line": 2607,
"column": 8
},
"end": {
- "line": 2604,
+ "line": 2607,
"column": 30
}
}
},
"range": [
- 93414,
- 93437
+ 93565,
+ 93588
],
"loc": {
"start": {
- "line": 2604,
+ "line": 2607,
"column": 8
},
"end": {
- "line": 2604,
+ "line": 2607,
"column": 31
}
}
}
],
"range": [
- 92153,
- 93443
+ 92304,
+ 93594
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 44
},
"end": {
- "line": 2605,
+ "line": 2608,
"column": 5
}
}
@@ -208952,16 +209275,16 @@
"generator": false,
"expression": false,
"range": [
- 92119,
- 93443
+ 92270,
+ 93594
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 10
},
"end": {
- "line": 2605,
+ "line": 2608,
"column": 5
}
}
@@ -208969,16 +209292,16 @@
"kind": "method",
"computed": false,
"range": [
- 92113,
- 93443
+ 92264,
+ 93594
],
"loc": {
"start": {
- "line": 2566,
+ "line": 2569,
"column": 4
},
"end": {
- "line": 2605,
+ "line": 2608,
"column": 5
}
},
@@ -208987,16 +209310,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": [
- 91849,
- 92108
+ 92000,
+ 92259
],
"loc": {
"start": {
- "line": 2559,
+ "line": 2562,
"column": 4
},
"end": {
- "line": 2565,
+ "line": 2568,
"column": 7
}
}
@@ -209007,16 +209330,16 @@
"type": "Block",
"value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ",
"range": [
- 93449,
- 93524
+ 93600,
+ 93675
],
"loc": {
"start": {
- "line": 2607,
+ "line": 2610,
"column": 4
},
"end": {
- "line": 2610,
+ "line": 2613,
"column": 7
}
}
@@ -209030,16 +209353,16 @@
"type": "Identifier",
"name": "hasGrid",
"range": [
- 93529,
- 93536
+ 93680,
+ 93687
],
"loc": {
"start": {
- "line": 2611,
+ "line": 2614,
"column": 4
},
"end": {
- "line": 2611,
+ "line": 2614,
"column": 11
}
}
@@ -209059,16 +209382,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 93555,
- 93559
+ 93706,
+ 93710
],
"loc": {
"start": {
- "line": 2612,
+ "line": 2615,
"column": 15
},
"end": {
- "line": 2612,
+ "line": 2615,
"column": 19
}
}
@@ -209077,62 +209400,62 @@
"type": "Identifier",
"name": "_hasGrid",
"range": [
- 93560,
- 93568
+ 93711,
+ 93719
],
"loc": {
"start": {
- "line": 2612,
+ "line": 2615,
"column": 20
},
"end": {
- "line": 2612,
+ "line": 2615,
"column": 28
}
}
},
"range": [
- 93555,
- 93568
+ 93706,
+ 93719
],
"loc": {
"start": {
- "line": 2612,
+ "line": 2615,
"column": 15
},
"end": {
- "line": 2612,
+ "line": 2615,
"column": 28
}
}
},
"range": [
- 93548,
- 93569
+ 93699,
+ 93720
],
"loc": {
"start": {
- "line": 2612,
+ "line": 2615,
"column": 8
},
"end": {
- "line": 2612,
+ "line": 2615,
"column": 29
}
}
}
],
"range": [
- 93538,
- 93575
+ 93689,
+ 93726
],
"loc": {
"start": {
- "line": 2611,
+ "line": 2614,
"column": 13
},
"end": {
- "line": 2613,
+ "line": 2616,
"column": 5
}
}
@@ -209140,16 +209463,16 @@
"generator": false,
"expression": false,
"range": [
- 93536,
- 93575
+ 93687,
+ 93726
],
"loc": {
"start": {
- "line": 2611,
+ "line": 2614,
"column": 11
},
"end": {
- "line": 2613,
+ "line": 2616,
"column": 5
}
}
@@ -209157,16 +209480,16 @@
"kind": "method",
"computed": false,
"range": [
- 93529,
- 93575
+ 93680,
+ 93726
],
"loc": {
"start": {
- "line": 2611,
+ "line": 2614,
"column": 4
},
"end": {
- "line": 2613,
+ "line": 2616,
"column": 5
}
},
@@ -209175,16 +209498,16 @@
"type": "Block",
"value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ",
"range": [
- 93449,
- 93524
+ 93600,
+ 93675
],
"loc": {
"start": {
- "line": 2607,
+ "line": 2610,
"column": 4
},
"end": {
- "line": 2610,
+ "line": 2613,
"column": 7
}
}
@@ -209195,16 +209518,16 @@
"type": "Block",
"value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ",
"range": [
- 93581,
- 93660
+ 93732,
+ 93811
],
"loc": {
"start": {
- "line": 2615,
+ "line": 2618,
"column": 4
},
"end": {
- "line": 2618,
+ "line": 2621,
"column": 7
}
}
@@ -209218,16 +209541,16 @@
"type": "Identifier",
"name": "getFiltersId",
"range": [
- 93665,
- 93677
+ 93816,
+ 93828
],
"loc": {
"start": {
- "line": 2619,
+ "line": 2622,
"column": 4
},
"end": {
- "line": 2619,
+ "line": 2622,
"column": 16
}
}
@@ -209250,16 +209573,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 93696,
- 93700
+ 93847,
+ 93851
],
"loc": {
"start": {
- "line": 2620,
+ "line": 2623,
"column": 15
},
"end": {
- "line": 2620,
+ "line": 2623,
"column": 19
}
}
@@ -209268,31 +209591,31 @@
"type": "Identifier",
"name": "fltIds",
"range": [
- 93701,
- 93707
+ 93852,
+ 93858
],
"loc": {
"start": {
- "line": 2620,
+ "line": 2623,
"column": 20
},
"end": {
- "line": 2620,
+ "line": 2623,
"column": 26
}
}
},
"range": [
- 93696,
- 93707
+ 93847,
+ 93858
],
"loc": {
"start": {
- "line": 2620,
+ "line": 2623,
"column": 15
},
"end": {
- "line": 2620,
+ "line": 2623,
"column": 26
}
}
@@ -209301,62 +209624,62 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 93711,
- 93713
+ 93862,
+ 93864
],
"loc": {
"start": {
- "line": 2620,
+ "line": 2623,
"column": 30
},
"end": {
- "line": 2620,
+ "line": 2623,
"column": 32
}
}
},
"range": [
- 93696,
- 93713
+ 93847,
+ 93864
],
"loc": {
"start": {
- "line": 2620,
+ "line": 2623,
"column": 15
},
"end": {
- "line": 2620,
+ "line": 2623,
"column": 32
}
}
},
"range": [
- 93689,
- 93714
+ 93840,
+ 93865
],
"loc": {
"start": {
- "line": 2620,
+ "line": 2623,
"column": 8
},
"end": {
- "line": 2620,
+ "line": 2623,
"column": 33
}
}
}
],
"range": [
- 93679,
- 93720
+ 93830,
+ 93871
],
"loc": {
"start": {
- "line": 2619,
+ "line": 2622,
"column": 18
},
"end": {
- "line": 2621,
+ "line": 2624,
"column": 5
}
}
@@ -209364,16 +209687,16 @@
"generator": false,
"expression": false,
"range": [
- 93677,
- 93720
+ 93828,
+ 93871
],
"loc": {
"start": {
- "line": 2619,
+ "line": 2622,
"column": 16
},
"end": {
- "line": 2621,
+ "line": 2624,
"column": 5
}
}
@@ -209381,16 +209704,16 @@
"kind": "method",
"computed": false,
"range": [
- 93665,
- 93720
+ 93816,
+ 93871
],
"loc": {
"start": {
- "line": 2619,
+ "line": 2622,
"column": 4
},
"end": {
- "line": 2621,
+ "line": 2624,
"column": 5
}
},
@@ -209399,16 +209722,16 @@
"type": "Block",
"value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ",
"range": [
- 93581,
- 93660
+ 93732,
+ 93811
],
"loc": {
"start": {
- "line": 2615,
+ "line": 2618,
"column": 4
},
"end": {
- "line": 2618,
+ "line": 2621,
"column": 7
}
}
@@ -209419,16 +209742,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": [
- 93726,
- 93902
+ 93877,
+ 94053
],
"loc": {
"start": {
- "line": 2623,
+ "line": 2626,
"column": 4
},
"end": {
- "line": 2627,
+ "line": 2630,
"column": 7
}
}
@@ -209442,16 +209765,16 @@
"type": "Identifier",
"name": "getValidRows",
"range": [
- 93907,
- 93919
+ 94058,
+ 94070
],
"loc": {
"start": {
- "line": 2628,
+ "line": 2631,
"column": 4
},
"end": {
- "line": 2628,
+ "line": 2631,
"column": 16
}
}
@@ -209464,16 +209787,16 @@
"type": "Identifier",
"name": "reCalc",
"range": [
- 93920,
- 93926
+ 94071,
+ 94077
],
"loc": {
"start": {
- "line": 2628,
+ "line": 2631,
"column": 17
},
"end": {
- "line": 2628,
+ "line": 2631,
"column": 23
}
}
@@ -209491,32 +209814,32 @@
"type": "Identifier",
"name": "reCalc",
"range": [
- 93941,
- 93947
+ 94092,
+ 94098
],
"loc": {
"start": {
- "line": 2629,
+ "line": 2632,
"column": 12
},
"end": {
- "line": 2629,
+ "line": 2632,
"column": 18
}
}
},
"prefix": true,
"range": [
- 93940,
- 93947
+ 94091,
+ 94098
],
"loc": {
"start": {
- "line": 2629,
+ "line": 2632,
"column": 11
},
"end": {
- "line": 2629,
+ "line": 2632,
"column": 18
}
}
@@ -209532,16 +209855,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 93969,
- 93973
+ 94120,
+ 94124
],
"loc": {
"start": {
- "line": 2630,
+ "line": 2633,
"column": 19
},
"end": {
- "line": 2630,
+ "line": 2633,
"column": 23
}
}
@@ -209550,78 +209873,78 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 93974,
- 93988
+ 94125,
+ 94139
],
"loc": {
"start": {
- "line": 2630,
+ "line": 2633,
"column": 24
},
"end": {
- "line": 2630,
+ "line": 2633,
"column": 38
}
}
},
"range": [
- 93969,
- 93988
+ 94120,
+ 94139
],
"loc": {
"start": {
- "line": 2630,
+ "line": 2633,
"column": 19
},
"end": {
- "line": 2630,
+ "line": 2633,
"column": 38
}
}
},
"range": [
- 93962,
- 93989
+ 94113,
+ 94140
],
"loc": {
"start": {
- "line": 2630,
+ "line": 2633,
"column": 12
},
"end": {
- "line": 2630,
+ "line": 2633,
"column": 39
}
}
}
],
"range": [
- 93948,
- 93999
+ 94099,
+ 94150
],
"loc": {
"start": {
- "line": 2629,
+ "line": 2632,
"column": 19
},
"end": {
- "line": 2631,
+ "line": 2634,
"column": 9
}
}
},
"alternate": null,
"range": [
- 93937,
- 93999
+ 94088,
+ 94150
],
"loc": {
"start": {
- "line": 2629,
+ "line": 2632,
"column": 8
},
"end": {
- "line": 2631,
+ "line": 2634,
"column": 9
}
}
@@ -209637,16 +209960,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94009,
- 94013
+ 94160,
+ 94164
],
"loc": {
"start": {
- "line": 2633,
+ "line": 2636,
"column": 8
},
"end": {
- "line": 2633,
+ "line": 2636,
"column": 12
}
}
@@ -209655,31 +209978,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 94014,
- 94028
+ 94165,
+ 94179
],
"loc": {
"start": {
- "line": 2633,
+ "line": 2636,
"column": 13
},
"end": {
- "line": 2633,
+ "line": 2636,
"column": 27
}
}
},
"range": [
- 94009,
- 94028
+ 94160,
+ 94179
],
"loc": {
"start": {
- "line": 2633,
+ "line": 2636,
"column": 8
},
"end": {
- "line": 2633,
+ "line": 2636,
"column": 27
}
}
@@ -209688,46 +210011,46 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 94031,
- 94033
+ 94182,
+ 94184
],
"loc": {
"start": {
- "line": 2633,
+ "line": 2636,
"column": 30
},
"end": {
- "line": 2633,
+ "line": 2636,
"column": 32
}
}
},
"range": [
- 94009,
- 94033
+ 94160,
+ 94184
],
"loc": {
"start": {
- "line": 2633,
+ "line": 2636,
"column": 8
},
"end": {
- "line": 2633,
+ "line": 2636,
"column": 32
}
}
},
"range": [
- 94009,
- 94034
+ 94160,
+ 94185
],
"loc": {
"start": {
- "line": 2633,
+ "line": 2636,
"column": 8
},
"end": {
- "line": 2633,
+ "line": 2636,
"column": 33
}
}
@@ -209743,16 +210066,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 94051,
- 94052
+ 94202,
+ 94203
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 16
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 17
}
}
@@ -209763,16 +210086,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94053,
- 94057
+ 94204,
+ 94208
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 18
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 22
}
}
@@ -209781,46 +210104,46 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 94058,
- 94064
+ 94209,
+ 94215
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 23
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 29
}
}
},
"range": [
- 94053,
- 94064
+ 94204,
+ 94215
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 18
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 29
}
}
},
"range": [
- 94051,
- 94064
+ 94202,
+ 94215
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 16
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 29
}
}
@@ -209828,16 +210151,16 @@
],
"kind": "let",
"range": [
- 94047,
- 94064
+ 94198,
+ 94215
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 12
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 29
}
}
@@ -209849,16 +210172,16 @@
"type": "Identifier",
"name": "k",
"range": [
- 94066,
- 94067
+ 94217,
+ 94218
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 31
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 32
}
}
@@ -209871,16 +210194,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94068,
- 94072
+ 94219,
+ 94223
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 33
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 37
}
}
@@ -209889,31 +210212,31 @@
"type": "Identifier",
"name": "getRowsNb",
"range": [
- 94073,
- 94082
+ 94224,
+ 94233
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 38
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 47
}
}
},
"range": [
- 94068,
- 94082
+ 94219,
+ 94233
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 33
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 47
}
}
@@ -209924,47 +210247,47 @@
"value": true,
"raw": "true",
"range": [
- 94083,
- 94087
+ 94234,
+ 94238
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 48
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 52
}
}
}
],
"range": [
- 94068,
- 94088
+ 94219,
+ 94239
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 33
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 53
}
}
},
"range": [
- 94066,
- 94088
+ 94217,
+ 94239
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 31
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 53
}
}
@@ -209976,32 +210299,32 @@
"type": "Identifier",
"name": "k",
"range": [
- 94090,
- 94091
+ 94241,
+ 94242
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 55
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 56
}
}
},
"prefix": false,
"range": [
- 94090,
- 94093
+ 94241,
+ 94244
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 55
},
"end": {
- "line": 2634,
+ "line": 2637,
"column": 58
}
}
@@ -210018,16 +210341,16 @@
"type": "Identifier",
"name": "r",
"range": [
- 94112,
- 94113
+ 94263,
+ 94264
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 16
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 17
}
}
@@ -210044,16 +210367,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94116,
- 94120
+ 94267,
+ 94271
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 20
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 24
}
}
@@ -210062,31 +210385,31 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 94121,
- 94124
+ 94272,
+ 94275
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 25
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 28
}
}
},
"range": [
- 94116,
- 94124
+ 94267,
+ 94275
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 20
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 28
}
}
@@ -210095,31 +210418,31 @@
"type": "Identifier",
"name": "rows",
"range": [
- 94125,
- 94129
+ 94276,
+ 94280
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 29
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 33
}
}
},
"range": [
- 94116,
- 94129
+ 94267,
+ 94280
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 20
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 33
}
}
@@ -210128,46 +210451,46 @@
"type": "Identifier",
"name": "k",
"range": [
- 94130,
- 94131
+ 94281,
+ 94282
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 34
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 35
}
}
},
"range": [
- 94116,
- 94132
+ 94267,
+ 94283
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 20
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 36
}
}
},
"range": [
- 94112,
- 94132
+ 94263,
+ 94283
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 16
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 36
}
}
@@ -210175,16 +210498,16 @@
],
"kind": "let",
"range": [
- 94108,
- 94133
+ 94259,
+ 94284
],
"loc": {
"start": {
- "line": 2635,
+ "line": 2638,
"column": 12
},
"end": {
- "line": 2635,
+ "line": 2638,
"column": 37
}
}
@@ -210200,16 +210523,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94150,
- 94154
+ 94301,
+ 94305
],
"loc": {
"start": {
- "line": 2636,
+ "line": 2639,
"column": 16
},
"end": {
- "line": 2636,
+ "line": 2639,
"column": 20
}
}
@@ -210218,47 +210541,47 @@
"type": "Identifier",
"name": "paging",
"range": [
- 94155,
- 94161
+ 94306,
+ 94312
],
"loc": {
"start": {
- "line": 2636,
+ "line": 2639,
"column": 21
},
"end": {
- "line": 2636,
+ "line": 2639,
"column": 27
}
}
},
"range": [
- 94150,
- 94161
+ 94301,
+ 94312
],
"loc": {
"start": {
- "line": 2636,
+ "line": 2639,
"column": 16
},
"end": {
- "line": 2636,
+ "line": 2639,
"column": 27
}
}
},
"prefix": true,
"range": [
- 94149,
- 94161
+ 94300,
+ 94312
],
"loc": {
"start": {
- "line": 2636,
+ "line": 2639,
"column": 15
},
"end": {
- "line": 2636,
+ "line": 2639,
"column": 27
}
}
@@ -210279,16 +210602,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94183,
- 94187
+ 94334,
+ 94338
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 19
},
"end": {
- "line": 2637,
+ "line": 2640,
"column": 23
}
}
@@ -210297,31 +210620,31 @@
"type": "Identifier",
"name": "getRowDisplay",
"range": [
- 94188,
- 94201
+ 94339,
+ 94352
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 24
},
"end": {
- "line": 2637,
+ "line": 2640,
"column": 37
}
}
},
"range": [
- 94183,
- 94201
+ 94334,
+ 94352
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 19
},
"end": {
- "line": 2637,
+ "line": 2640,
"column": 37
}
}
@@ -210331,32 +210654,32 @@
"type": "Identifier",
"name": "r",
"range": [
- 94202,
- 94203
+ 94353,
+ 94354
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 38
},
"end": {
- "line": 2637,
+ "line": 2640,
"column": 39
}
}
}
],
"range": [
- 94183,
- 94204
+ 94334,
+ 94355
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 19
},
"end": {
- "line": 2637,
+ "line": 2640,
"column": 40
}
}
@@ -210366,31 +210689,31 @@
"value": "none",
"raw": "'none'",
"range": [
- 94209,
- 94215
+ 94360,
+ 94366
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 45
},
"end": {
- "line": 2637,
+ "line": 2640,
"column": 51
}
}
},
"range": [
- 94183,
- 94215
+ 94334,
+ 94366
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 19
},
"end": {
- "line": 2637,
+ "line": 2640,
"column": 51
}
}
@@ -210411,16 +210734,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94238,
- 94242
+ 94389,
+ 94393
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 20
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 24
}
}
@@ -210429,31 +210752,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 94243,
- 94257
+ 94394,
+ 94408
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 25
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 39
}
}
},
"range": [
- 94238,
- 94257
+ 94389,
+ 94408
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 20
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 39
}
}
@@ -210462,31 +210785,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 94258,
- 94262
+ 94409,
+ 94413
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 40
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 44
}
}
},
"range": [
- 94238,
- 94262
+ 94389,
+ 94413
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 20
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 44
}
}
@@ -210499,16 +210822,16 @@
"type": "Identifier",
"name": "r",
"range": [
- 94263,
- 94264
+ 94414,
+ 94415
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 45
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 46
}
}
@@ -210517,110 +210840,110 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 94265,
- 94273
+ 94416,
+ 94424
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 47
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 55
}
}
},
"range": [
- 94263,
- 94273
+ 94414,
+ 94424
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 45
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 55
}
}
}
],
"range": [
- 94238,
- 94274
+ 94389,
+ 94425
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 20
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 56
}
}
},
"range": [
- 94238,
- 94275
+ 94389,
+ 94426
],
"loc": {
"start": {
- "line": 2638,
+ "line": 2641,
"column": 20
},
"end": {
- "line": 2638,
+ "line": 2641,
"column": 57
}
}
}
],
"range": [
- 94216,
- 94293
+ 94367,
+ 94444
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 52
},
"end": {
- "line": 2639,
+ "line": 2642,
"column": 17
}
}
},
"alternate": null,
"range": [
- 94180,
- 94293
+ 94331,
+ 94444
],
"loc": {
"start": {
- "line": 2637,
+ "line": 2640,
"column": 16
},
"end": {
- "line": 2639,
+ "line": 2642,
"column": 17
}
}
}
],
"range": [
- 94162,
- 94307
+ 94313,
+ 94458
],
"loc": {
"start": {
- "line": 2636,
+ "line": 2639,
"column": 28
},
"end": {
- "line": 2640,
+ "line": 2643,
"column": 13
}
}
@@ -210645,16 +210968,16 @@
"type": "Identifier",
"name": "r",
"range": [
- 94334,
- 94335
+ 94485,
+ 94486
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 19
},
"end": {
- "line": 2641,
+ "line": 2644,
"column": 20
}
}
@@ -210663,31 +210986,31 @@
"type": "Identifier",
"name": "getAttribute",
"range": [
- 94336,
- 94348
+ 94487,
+ 94499
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 21
},
"end": {
- "line": 2641,
+ "line": 2644,
"column": 33
}
}
},
"range": [
- 94334,
- 94348
+ 94485,
+ 94499
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 19
},
"end": {
- "line": 2641,
+ "line": 2644,
"column": 33
}
}
@@ -210698,32 +211021,32 @@
"value": "validRow",
"raw": "'validRow'",
"range": [
- 94349,
- 94359
+ 94500,
+ 94510
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 34
},
"end": {
- "line": 2641,
+ "line": 2644,
"column": 44
}
}
}
],
"range": [
- 94334,
- 94360
+ 94485,
+ 94511
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 19
},
"end": {
- "line": 2641,
+ "line": 2644,
"column": 45
}
}
@@ -210733,31 +211056,31 @@
"value": "true",
"raw": "'true'",
"range": [
- 94365,
- 94371
+ 94516,
+ 94522
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 50
},
"end": {
- "line": 2641,
+ "line": 2644,
"column": 56
}
}
},
"range": [
- 94334,
- 94371
+ 94485,
+ 94522
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 19
},
"end": {
- "line": 2641,
+ "line": 2644,
"column": 56
}
}
@@ -210774,16 +211097,16 @@
"type": "Identifier",
"name": "r",
"range": [
- 94395,
- 94396
+ 94546,
+ 94547
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 20
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 21
}
}
@@ -210792,31 +211115,31 @@
"type": "Identifier",
"name": "getAttribute",
"range": [
- 94397,
- 94409
+ 94548,
+ 94560
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 22
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 34
}
}
},
"range": [
- 94395,
- 94409
+ 94546,
+ 94560
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 20
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 34
}
}
@@ -210827,32 +211150,32 @@
"value": "validRow",
"raw": "'validRow'",
"range": [
- 94410,
- 94420
+ 94561,
+ 94571
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 35
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 45
}
}
}
],
"range": [
- 94395,
- 94421
+ 94546,
+ 94572
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 20
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 46
}
}
@@ -210862,46 +211185,46 @@
"value": null,
"raw": "null",
"range": [
- 94426,
- 94430
+ 94577,
+ 94581
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 51
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 55
}
}
},
"range": [
- 94395,
- 94430
+ 94546,
+ 94581
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 20
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 55
}
}
},
"range": [
- 94334,
- 94430
+ 94485,
+ 94581
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 19
},
"end": {
- "line": 2642,
+ "line": 2645,
"column": 55
}
}
@@ -210922,16 +211245,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94453,
- 94457
+ 94604,
+ 94608
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 20
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 24
}
}
@@ -210940,31 +211263,31 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 94458,
- 94472
+ 94609,
+ 94623
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 25
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 39
}
}
},
"range": [
- 94453,
- 94472
+ 94604,
+ 94623
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 20
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 39
}
}
@@ -210973,31 +211296,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 94473,
- 94477
+ 94624,
+ 94628
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 40
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 44
}
}
},
"range": [
- 94453,
- 94477
+ 94604,
+ 94628
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 20
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 44
}
}
@@ -211010,16 +211333,16 @@
"type": "Identifier",
"name": "r",
"range": [
- 94478,
- 94479
+ 94629,
+ 94630
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 45
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 46
}
}
@@ -211028,156 +211351,156 @@
"type": "Identifier",
"name": "rowIndex",
"range": [
- 94480,
- 94488
+ 94631,
+ 94639
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 47
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 55
}
}
},
"range": [
- 94478,
- 94488
+ 94629,
+ 94639
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 45
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 55
}
}
}
],
"range": [
- 94453,
- 94489
+ 94604,
+ 94640
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 20
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 56
}
}
},
"range": [
- 94453,
- 94490
+ 94604,
+ 94641
],
"loc": {
"start": {
- "line": 2643,
+ "line": 2646,
"column": 20
},
"end": {
- "line": 2643,
+ "line": 2646,
"column": 57
}
}
}
],
"range": [
- 94431,
- 94508
+ 94582,
+ 94659
],
"loc": {
"start": {
- "line": 2642,
+ "line": 2645,
"column": 56
},
"end": {
- "line": 2644,
+ "line": 2647,
"column": 17
}
}
},
"alternate": null,
"range": [
- 94331,
- 94508
+ 94482,
+ 94659
],
"loc": {
"start": {
- "line": 2641,
+ "line": 2644,
"column": 16
},
"end": {
- "line": 2644,
+ "line": 2647,
"column": 17
}
}
}
],
"range": [
- 94313,
- 94522
+ 94464,
+ 94673
],
"loc": {
"start": {
- "line": 2640,
+ "line": 2643,
"column": 19
},
"end": {
- "line": 2645,
+ "line": 2648,
"column": 13
}
}
},
"range": [
- 94146,
- 94522
+ 94297,
+ 94673
],
"loc": {
"start": {
- "line": 2636,
+ "line": 2639,
"column": 12
},
"end": {
- "line": 2645,
+ "line": 2648,
"column": 13
}
}
}
],
"range": [
- 94094,
- 94532
+ 94245,
+ 94683
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 59
},
"end": {
- "line": 2646,
+ "line": 2649,
"column": 9
}
}
},
"range": [
- 94043,
- 94532
+ 94194,
+ 94683
],
"loc": {
"start": {
- "line": 2634,
+ "line": 2637,
"column": 8
},
"end": {
- "line": 2646,
+ "line": 2649,
"column": 9
}
}
@@ -211190,16 +211513,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94548,
- 94552
+ 94699,
+ 94703
],
"loc": {
"start": {
- "line": 2647,
+ "line": 2650,
"column": 15
},
"end": {
- "line": 2647,
+ "line": 2650,
"column": 19
}
}
@@ -211208,62 +211531,62 @@
"type": "Identifier",
"name": "validRowsIndex",
"range": [
- 94553,
- 94567
+ 94704,
+ 94718
],
"loc": {
"start": {
- "line": 2647,
+ "line": 2650,
"column": 20
},
"end": {
- "line": 2647,
+ "line": 2650,
"column": 34
}
}
},
"range": [
- 94548,
- 94567
+ 94699,
+ 94718
],
"loc": {
"start": {
- "line": 2647,
+ "line": 2650,
"column": 15
},
"end": {
- "line": 2647,
+ "line": 2650,
"column": 34
}
}
},
"range": [
- 94541,
- 94568
+ 94692,
+ 94719
],
"loc": {
"start": {
- "line": 2647,
+ "line": 2650,
"column": 8
},
"end": {
- "line": 2647,
+ "line": 2650,
"column": 35
}
}
}
],
"range": [
- 93927,
- 94574
+ 94078,
+ 94725
],
"loc": {
"start": {
- "line": 2628,
+ "line": 2631,
"column": 24
},
"end": {
- "line": 2648,
+ "line": 2651,
"column": 5
}
}
@@ -211271,16 +211594,16 @@
"generator": false,
"expression": false,
"range": [
- 93919,
- 94574
+ 94070,
+ 94725
],
"loc": {
"start": {
- "line": 2628,
+ "line": 2631,
"column": 16
},
"end": {
- "line": 2648,
+ "line": 2651,
"column": 5
}
}
@@ -211288,16 +211611,16 @@
"kind": "method",
"computed": false,
"range": [
- 93907,
- 94574
+ 94058,
+ 94725
],
"loc": {
"start": {
- "line": 2628,
+ "line": 2631,
"column": 4
},
"end": {
- "line": 2648,
+ "line": 2651,
"column": 5
}
},
@@ -211306,16 +211629,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": [
- 93726,
- 93902
+ 93877,
+ 94053
],
"loc": {
"start": {
- "line": 2623,
+ "line": 2626,
"column": 4
},
"end": {
- "line": 2627,
+ "line": 2630,
"column": 7
}
}
@@ -211326,16 +211649,16 @@
"type": "Block",
"value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ",
"range": [
- 94580,
- 94670
+ 94731,
+ 94821
],
"loc": {
"start": {
- "line": 2650,
+ "line": 2653,
"column": 4
},
"end": {
- "line": 2653,
+ "line": 2656,
"column": 7
}
}
@@ -211349,16 +211672,16 @@
"type": "Identifier",
"name": "getFiltersRowIndex",
"range": [
- 94675,
- 94693
+ 94826,
+ 94844
],
"loc": {
"start": {
- "line": 2654,
+ "line": 2657,
"column": 4
},
"end": {
- "line": 2654,
+ "line": 2657,
"column": 22
}
}
@@ -211378,16 +211701,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94712,
- 94716
+ 94863,
+ 94867
],
"loc": {
"start": {
- "line": 2655,
+ "line": 2658,
"column": 15
},
"end": {
- "line": 2655,
+ "line": 2658,
"column": 19
}
}
@@ -211396,62 +211719,62 @@
"type": "Identifier",
"name": "filtersRowIndex",
"range": [
- 94717,
- 94732
+ 94868,
+ 94883
],
"loc": {
"start": {
- "line": 2655,
+ "line": 2658,
"column": 20
},
"end": {
- "line": 2655,
+ "line": 2658,
"column": 35
}
}
},
"range": [
- 94712,
- 94732
+ 94863,
+ 94883
],
"loc": {
"start": {
- "line": 2655,
+ "line": 2658,
"column": 15
},
"end": {
- "line": 2655,
+ "line": 2658,
"column": 35
}
}
},
"range": [
- 94705,
- 94733
+ 94856,
+ 94884
],
"loc": {
"start": {
- "line": 2655,
+ "line": 2658,
"column": 8
},
"end": {
- "line": 2655,
+ "line": 2658,
"column": 36
}
}
}
],
"range": [
- 94695,
- 94739
+ 94846,
+ 94890
],
"loc": {
"start": {
- "line": 2654,
+ "line": 2657,
"column": 24
},
"end": {
- "line": 2656,
+ "line": 2659,
"column": 5
}
}
@@ -211459,16 +211782,16 @@
"generator": false,
"expression": false,
"range": [
- 94693,
- 94739
+ 94844,
+ 94890
],
"loc": {
"start": {
- "line": 2654,
+ "line": 2657,
"column": 22
},
"end": {
- "line": 2656,
+ "line": 2659,
"column": 5
}
}
@@ -211476,16 +211799,16 @@
"kind": "method",
"computed": false,
"range": [
- 94675,
- 94739
+ 94826,
+ 94890
],
"loc": {
"start": {
- "line": 2654,
+ "line": 2657,
"column": 4
},
"end": {
- "line": 2656,
+ "line": 2659,
"column": 5
}
},
@@ -211494,16 +211817,16 @@
"type": "Block",
"value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ",
"range": [
- 94580,
- 94670
+ 94731,
+ 94821
],
"loc": {
"start": {
- "line": 2650,
+ "line": 2653,
"column": 4
},
"end": {
- "line": 2653,
+ "line": 2656,
"column": 7
}
}
@@ -211514,16 +211837,16 @@
"type": "Block",
"value": "*\n * Get the index of the headers row\n * @return {Number}\n ",
"range": [
- 94745,
- 94820
+ 94896,
+ 94971
],
"loc": {
"start": {
- "line": 2658,
+ "line": 2661,
"column": 4
},
"end": {
- "line": 2661,
+ "line": 2664,
"column": 7
}
}
@@ -211537,16 +211860,16 @@
"type": "Identifier",
"name": "getHeadersRowIndex",
"range": [
- 94825,
- 94843
+ 94976,
+ 94994
],
"loc": {
"start": {
- "line": 2662,
+ "line": 2665,
"column": 4
},
"end": {
- "line": 2662,
+ "line": 2665,
"column": 22
}
}
@@ -211566,16 +211889,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 94862,
- 94866
+ 95013,
+ 95017
],
"loc": {
"start": {
- "line": 2663,
+ "line": 2666,
"column": 15
},
"end": {
- "line": 2663,
+ "line": 2666,
"column": 19
}
}
@@ -211584,62 +211907,62 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 94867,
- 94877
+ 95018,
+ 95028
],
"loc": {
"start": {
- "line": 2663,
+ "line": 2666,
"column": 20
},
"end": {
- "line": 2663,
+ "line": 2666,
"column": 30
}
}
},
"range": [
- 94862,
- 94877
+ 95013,
+ 95028
],
"loc": {
"start": {
- "line": 2663,
+ "line": 2666,
"column": 15
},
"end": {
- "line": 2663,
+ "line": 2666,
"column": 30
}
}
},
"range": [
- 94855,
- 94878
+ 95006,
+ 95029
],
"loc": {
"start": {
- "line": 2663,
+ "line": 2666,
"column": 8
},
"end": {
- "line": 2663,
+ "line": 2666,
"column": 31
}
}
}
],
"range": [
- 94845,
- 94884
+ 94996,
+ 95035
],
"loc": {
"start": {
- "line": 2662,
+ "line": 2665,
"column": 24
},
"end": {
- "line": 2664,
+ "line": 2667,
"column": 5
}
}
@@ -211647,16 +211970,16 @@
"generator": false,
"expression": false,
"range": [
- 94843,
- 94884
+ 94994,
+ 95035
],
"loc": {
"start": {
- "line": 2662,
+ "line": 2665,
"column": 22
},
"end": {
- "line": 2664,
+ "line": 2667,
"column": 5
}
}
@@ -211664,16 +211987,16 @@
"kind": "method",
"computed": false,
"range": [
- 94825,
- 94884
+ 94976,
+ 95035
],
"loc": {
"start": {
- "line": 2662,
+ "line": 2665,
"column": 4
},
"end": {
- "line": 2664,
+ "line": 2667,
"column": 5
}
},
@@ -211682,16 +212005,16 @@
"type": "Block",
"value": "*\n * Get the index of the headers row\n * @return {Number}\n ",
"range": [
- 94745,
- 94820
+ 94896,
+ 94971
],
"loc": {
"start": {
- "line": 2658,
+ "line": 2661,
"column": 4
},
"end": {
- "line": 2661,
+ "line": 2664,
"column": 7
}
}
@@ -211702,16 +212025,16 @@
"type": "Block",
"value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ",
"range": [
- 94890,
- 95017
+ 95041,
+ 95168
],
"loc": {
"start": {
- "line": 2666,
+ "line": 2669,
"column": 4
},
"end": {
- "line": 2670,
+ "line": 2673,
"column": 7
}
}
@@ -211725,16 +212048,16 @@
"type": "Identifier",
"name": "getStartRowIndex",
"range": [
- 95022,
- 95038
+ 95173,
+ 95189
],
"loc": {
"start": {
- "line": 2671,
+ "line": 2674,
"column": 4
},
"end": {
- "line": 2671,
+ "line": 2674,
"column": 20
}
}
@@ -211754,16 +212077,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95057,
- 95061
+ 95208,
+ 95212
],
"loc": {
"start": {
- "line": 2672,
+ "line": 2675,
"column": 15
},
"end": {
- "line": 2672,
+ "line": 2675,
"column": 19
}
}
@@ -211772,62 +212095,62 @@
"type": "Identifier",
"name": "refRow",
"range": [
- 95062,
- 95068
+ 95213,
+ 95219
],
"loc": {
"start": {
- "line": 2672,
+ "line": 2675,
"column": 20
},
"end": {
- "line": 2672,
+ "line": 2675,
"column": 26
}
}
},
"range": [
- 95057,
- 95068
+ 95208,
+ 95219
],
"loc": {
"start": {
- "line": 2672,
+ "line": 2675,
"column": 15
},
"end": {
- "line": 2672,
+ "line": 2675,
"column": 26
}
}
},
"range": [
- 95050,
- 95069
+ 95201,
+ 95220
],
"loc": {
"start": {
- "line": 2672,
+ "line": 2675,
"column": 8
},
"end": {
- "line": 2672,
+ "line": 2675,
"column": 27
}
}
}
],
"range": [
- 95040,
- 95075
+ 95191,
+ 95226
],
"loc": {
"start": {
- "line": 2671,
+ "line": 2674,
"column": 22
},
"end": {
- "line": 2673,
+ "line": 2676,
"column": 5
}
}
@@ -211835,16 +212158,16 @@
"generator": false,
"expression": false,
"range": [
- 95038,
- 95075
+ 95189,
+ 95226
],
"loc": {
"start": {
- "line": 2671,
+ "line": 2674,
"column": 20
},
"end": {
- "line": 2673,
+ "line": 2676,
"column": 5
}
}
@@ -211852,16 +212175,16 @@
"kind": "method",
"computed": false,
"range": [
- 95022,
- 95075
+ 95173,
+ 95226
],
"loc": {
"start": {
- "line": 2671,
+ "line": 2674,
"column": 4
},
"end": {
- "line": 2673,
+ "line": 2676,
"column": 5
}
},
@@ -211870,16 +212193,16 @@
"type": "Block",
"value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ",
"range": [
- 94890,
- 95017
+ 95041,
+ 95168
],
"loc": {
"start": {
- "line": 2666,
+ "line": 2669,
"column": 4
},
"end": {
- "line": 2670,
+ "line": 2673,
"column": 7
}
}
@@ -211890,16 +212213,16 @@
"type": "Block",
"value": "*\n * Get the index of the last row\n * @return {Number}\n ",
"range": [
- 95081,
- 95153
+ 95232,
+ 95304
],
"loc": {
"start": {
- "line": 2675,
+ "line": 2678,
"column": 4
},
"end": {
- "line": 2678,
+ "line": 2681,
"column": 7
}
}
@@ -211913,16 +212236,16 @@
"type": "Identifier",
"name": "getLastRowIndex",
"range": [
- 95158,
- 95173
+ 95309,
+ 95324
],
"loc": {
"start": {
- "line": 2679,
+ "line": 2682,
"column": 4
},
"end": {
- "line": 2679,
+ "line": 2682,
"column": 19
}
}
@@ -211945,16 +212268,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95189,
- 95193
+ 95340,
+ 95344
],
"loc": {
"start": {
- "line": 2680,
+ "line": 2683,
"column": 12
},
"end": {
- "line": 2680,
+ "line": 2683,
"column": 16
}
}
@@ -211963,47 +212286,47 @@
"type": "Identifier",
"name": "_hasGrid",
"range": [
- 95194,
- 95202
+ 95345,
+ 95353
],
"loc": {
"start": {
- "line": 2680,
+ "line": 2683,
"column": 17
},
"end": {
- "line": 2680,
+ "line": 2683,
"column": 25
}
}
},
"range": [
- 95189,
- 95202
+ 95340,
+ 95353
],
"loc": {
"start": {
- "line": 2680,
+ "line": 2683,
"column": 12
},
"end": {
- "line": 2680,
+ "line": 2683,
"column": 25
}
}
},
"prefix": true,
"range": [
- 95188,
- 95202
+ 95339,
+ 95353
],
"loc": {
"start": {
- "line": 2680,
+ "line": 2683,
"column": 11
},
"end": {
- "line": 2680,
+ "line": 2683,
"column": 25
}
}
@@ -212015,48 +212338,48 @@
"type": "ReturnStatement",
"argument": null,
"range": [
- 95217,
- 95224
+ 95368,
+ 95375
],
"loc": {
"start": {
- "line": 2681,
+ "line": 2684,
"column": 12
},
"end": {
- "line": 2681,
+ "line": 2684,
"column": 19
}
}
}
],
"range": [
- 95203,
- 95234
+ 95354,
+ 95385
],
"loc": {
"start": {
- "line": 2680,
+ "line": 2683,
"column": 26
},
"end": {
- "line": 2682,
+ "line": 2685,
"column": 9
}
}
},
"alternate": null,
"range": [
- 95185,
- 95234
+ 95336,
+ 95385
],
"loc": {
"start": {
- "line": 2680,
+ "line": 2683,
"column": 8
},
"end": {
- "line": 2682,
+ "line": 2685,
"column": 9
}
}
@@ -212072,16 +212395,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95251,
- 95255
+ 95402,
+ 95406
],
"loc": {
"start": {
- "line": 2683,
+ "line": 2686,
"column": 16
},
"end": {
- "line": 2683,
+ "line": 2686,
"column": 20
}
}
@@ -212090,31 +212413,31 @@
"type": "Identifier",
"name": "nbRows",
"range": [
- 95256,
- 95262
+ 95407,
+ 95413
],
"loc": {
"start": {
- "line": 2683,
+ "line": 2686,
"column": 21
},
"end": {
- "line": 2683,
+ "line": 2686,
"column": 27
}
}
},
"range": [
- 95251,
- 95262
+ 95402,
+ 95413
],
"loc": {
"start": {
- "line": 2683,
+ "line": 2686,
"column": 16
},
"end": {
- "line": 2683,
+ "line": 2686,
"column": 27
}
}
@@ -212124,62 +212447,62 @@
"value": 1,
"raw": "1",
"range": [
- 95263,
- 95264
+ 95414,
+ 95415
],
"loc": {
"start": {
- "line": 2683,
+ "line": 2686,
"column": 28
},
"end": {
- "line": 2683,
+ "line": 2686,
"column": 29
}
}
},
"range": [
- 95251,
- 95264
+ 95402,
+ 95415
],
"loc": {
"start": {
- "line": 2683,
+ "line": 2686,
"column": 16
},
"end": {
- "line": 2683,
+ "line": 2686,
"column": 29
}
}
},
"range": [
- 95243,
- 95266
+ 95394,
+ 95417
],
"loc": {
"start": {
- "line": 2683,
+ "line": 2686,
"column": 8
},
"end": {
- "line": 2683,
+ "line": 2686,
"column": 31
}
}
}
],
"range": [
- 95175,
- 95272
+ 95326,
+ 95423
],
"loc": {
"start": {
- "line": 2679,
+ "line": 2682,
"column": 21
},
"end": {
- "line": 2684,
+ "line": 2687,
"column": 5
}
}
@@ -212187,16 +212510,16 @@
"generator": false,
"expression": false,
"range": [
- 95173,
- 95272
+ 95324,
+ 95423
],
"loc": {
"start": {
- "line": 2679,
+ "line": 2682,
"column": 19
},
"end": {
- "line": 2684,
+ "line": 2687,
"column": 5
}
}
@@ -212204,16 +212527,16 @@
"kind": "method",
"computed": false,
"range": [
- 95158,
- 95272
+ 95309,
+ 95423
],
"loc": {
"start": {
- "line": 2679,
+ "line": 2682,
"column": 4
},
"end": {
- "line": 2684,
+ "line": 2687,
"column": 5
}
},
@@ -212222,16 +212545,16 @@
"type": "Block",
"value": "*\n * Get the index of the last row\n * @return {Number}\n ",
"range": [
- 95081,
- 95153
+ 95232,
+ 95304
],
"loc": {
"start": {
- "line": 2675,
+ "line": 2678,
"column": 4
},
"end": {
- "line": 2678,
+ "line": 2681,
"column": 7
}
}
@@ -212242,16 +212565,16 @@
"type": "Block",
"value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Object}\n ",
"range": [
- 95278,
- 95418
+ 95429,
+ 95569
],
"loc": {
"start": {
- "line": 2686,
+ "line": 2689,
"column": 4
},
"end": {
- "line": 2690,
+ "line": 2693,
"column": 7
}
}
@@ -212265,16 +212588,16 @@
"type": "Identifier",
"name": "getHeaderElement",
"range": [
- 95423,
- 95439
+ 95574,
+ 95590
],
"loc": {
"start": {
- "line": 2691,
+ "line": 2694,
"column": 4
},
"end": {
- "line": 2691,
+ "line": 2694,
"column": 20
}
}
@@ -212287,16 +212610,16 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 95440,
- 95448
+ 95591,
+ 95599
],
"loc": {
"start": {
- "line": 2691,
+ "line": 2694,
"column": 21
},
"end": {
- "line": 2691,
+ "line": 2694,
"column": 29
}
}
@@ -212314,16 +212637,16 @@
"type": "Identifier",
"name": "table",
"range": [
- 95463,
- 95468
+ 95614,
+ 95619
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 12
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 17
}
}
@@ -212336,16 +212659,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95471,
- 95475
+ 95622,
+ 95626
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 20
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 24
}
}
@@ -212354,31 +212677,31 @@
"type": "Identifier",
"name": "gridLayout",
"range": [
- 95476,
- 95486
+ 95627,
+ 95637
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 25
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 35
}
}
},
"range": [
- 95471,
- 95486
+ 95622,
+ 95637
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 20
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 35
}
}
@@ -212395,16 +212718,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95489,
- 95493
+ 95640,
+ 95644
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 38
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 42
}
}
@@ -212413,31 +212736,31 @@
"type": "Identifier",
"name": "Mod",
"range": [
- 95494,
- 95497
+ 95645,
+ 95648
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 43
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 46
}
}
},
"range": [
- 95489,
- 95497
+ 95640,
+ 95648
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 38
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 46
}
}
@@ -212446,31 +212769,31 @@
"type": "Identifier",
"name": "gridLayout",
"range": [
- 95498,
- 95508
+ 95649,
+ 95659
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 47
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 57
}
}
},
"range": [
- 95489,
- 95508
+ 95640,
+ 95659
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 38
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 57
}
}
@@ -212479,31 +212802,31 @@
"type": "Identifier",
"name": "headTbl",
"range": [
- 95509,
- 95516
+ 95660,
+ 95667
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 58
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 65
}
}
},
"range": [
- 95489,
- 95516
+ 95640,
+ 95667
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 38
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 65
}
}
@@ -212514,16 +212837,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95519,
- 95523
+ 95670,
+ 95674
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 68
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 72
}
}
@@ -212532,61 +212855,61 @@
"type": "Identifier",
"name": "tbl",
"range": [
- 95524,
- 95527
+ 95675,
+ 95678
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 73
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 76
}
}
},
"range": [
- 95519,
- 95527
+ 95670,
+ 95678
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 68
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 76
}
}
},
"range": [
- 95471,
- 95527
+ 95622,
+ 95678
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 20
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 76
}
}
},
"range": [
- 95463,
- 95527
+ 95614,
+ 95678
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 12
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 76
}
}
@@ -212594,16 +212917,16 @@
],
"kind": "let",
"range": [
- 95459,
- 95528
+ 95610,
+ 95679
],
"loc": {
"start": {
- "line": 2692,
+ "line": 2695,
"column": 8
},
"end": {
- "line": 2692,
+ "line": 2695,
"column": 77
}
}
@@ -212617,16 +212940,16 @@
"type": "Identifier",
"name": "tHead",
"range": [
- 95541,
- 95546
+ 95692,
+ 95697
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 12
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 17
}
}
@@ -212640,16 +212963,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 95549,
- 95552
+ 95700,
+ 95703
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 20
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 23
}
}
@@ -212658,31 +212981,31 @@
"type": "Identifier",
"name": "tag",
"range": [
- 95553,
- 95556
+ 95704,
+ 95707
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 24
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 27
}
}
},
"range": [
- 95549,
- 95556
+ 95700,
+ 95707
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 20
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 27
}
}
@@ -212692,16 +213015,16 @@
"type": "Identifier",
"name": "table",
"range": [
- 95557,
- 95562
+ 95708,
+ 95713
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 28
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 33
}
}
@@ -212711,47 +213034,47 @@
"value": "thead",
"raw": "'thead'",
"range": [
- 95564,
- 95571
+ 95715,
+ 95722
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 35
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 42
}
}
}
],
"range": [
- 95549,
- 95572
+ 95700,
+ 95723
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 20
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 43
}
}
},
"range": [
- 95541,
- 95572
+ 95692,
+ 95723
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 12
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 43
}
}
@@ -212759,16 +213082,16 @@
],
"kind": "let",
"range": [
- 95537,
- 95573
+ 95688,
+ 95724
],
"loc": {
"start": {
- "line": 2693,
+ "line": 2696,
"column": 8
},
"end": {
- "line": 2693,
+ "line": 2696,
"column": 44
}
}
@@ -212782,16 +213105,16 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 95586,
- 95596
+ 95737,
+ 95747
],
"loc": {
"start": {
- "line": 2694,
+ "line": 2697,
"column": 12
},
"end": {
- "line": 2694,
+ "line": 2697,
"column": 22
}
}
@@ -212802,16 +213125,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95599,
- 95603
+ 95750,
+ 95754
],
"loc": {
"start": {
- "line": 2694,
+ "line": 2697,
"column": 25
},
"end": {
- "line": 2694,
+ "line": 2697,
"column": 29
}
}
@@ -212820,46 +213143,46 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 95604,
- 95614
+ 95755,
+ 95765
],
"loc": {
"start": {
- "line": 2694,
+ "line": 2697,
"column": 30
},
"end": {
- "line": 2694,
+ "line": 2697,
"column": 40
}
}
},
"range": [
- 95599,
- 95614
+ 95750,
+ 95765
],
"loc": {
"start": {
- "line": 2694,
+ "line": 2697,
"column": 25
},
"end": {
- "line": 2694,
+ "line": 2697,
"column": 40
}
}
},
"range": [
- 95586,
- 95614
+ 95737,
+ 95765
],
"loc": {
"start": {
- "line": 2694,
+ "line": 2697,
"column": 12
},
"end": {
- "line": 2694,
+ "line": 2697,
"column": 40
}
}
@@ -212867,16 +213190,16 @@
],
"kind": "let",
"range": [
- 95582,
- 95615
+ 95733,
+ 95766
],
"loc": {
"start": {
- "line": 2694,
+ "line": 2697,
"column": 8
},
"end": {
- "line": 2694,
+ "line": 2697,
"column": 41
}
}
@@ -212890,32 +213213,32 @@
"type": "Identifier",
"name": "header",
"range": [
- 95628,
- 95634
+ 95779,
+ 95785
],
"loc": {
"start": {
- "line": 2695,
+ "line": 2698,
"column": 12
},
"end": {
- "line": 2695,
+ "line": 2698,
"column": 18
}
}
},
"init": null,
"range": [
- 95628,
- 95634
+ 95779,
+ 95785
],
"loc": {
"start": {
- "line": 2695,
+ "line": 2698,
"column": 12
},
"end": {
- "line": 2695,
+ "line": 2698,
"column": 18
}
}
@@ -212923,16 +213246,16 @@
],
"kind": "let",
"range": [
- 95624,
- 95635
+ 95775,
+ 95786
],
"loc": {
"start": {
- "line": 2695,
+ "line": 2698,
"column": 8
},
"end": {
- "line": 2695,
+ "line": 2698,
"column": 19
}
}
@@ -212948,16 +213271,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 95652,
- 95653
+ 95803,
+ 95804
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 16
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 17
}
}
@@ -212967,31 +213290,31 @@
"value": 0,
"raw": "0",
"range": [
- 95654,
- 95655
+ 95805,
+ 95806
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 18
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 19
}
}
},
"range": [
- 95652,
- 95655
+ 95803,
+ 95806
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 16
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 19
}
}
@@ -212999,16 +213322,16 @@
],
"kind": "let",
"range": [
- 95648,
- 95655
+ 95799,
+ 95806
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 12
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 19
}
}
@@ -213020,16 +213343,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 95657,
- 95658
+ 95808,
+ 95809
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 21
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 22
}
}
@@ -213040,16 +213363,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 95659,
- 95663
+ 95810,
+ 95814
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 23
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 27
}
}
@@ -213058,46 +213381,46 @@
"type": "Identifier",
"name": "nbCells",
"range": [
- 95664,
- 95671
+ 95815,
+ 95822
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 28
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 35
}
}
},
"range": [
- 95659,
- 95671
+ 95810,
+ 95822
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 23
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 35
}
}
},
"range": [
- 95657,
- 95671
+ 95808,
+ 95822
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 21
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 35
}
}
@@ -213109,32 +213432,32 @@
"type": "Identifier",
"name": "i",
"range": [
- 95673,
- 95674
+ 95824,
+ 95825
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 37
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 38
}
}
},
"prefix": false,
"range": [
- 95673,
- 95676
+ 95824,
+ 95827
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 37
},
"end": {
- "line": 2696,
+ "line": 2699,
"column": 40
}
}
@@ -213151,16 +213474,16 @@
"type": "Identifier",
"name": "i",
"range": [
- 95694,
- 95695
+ 95845,
+ 95846
],
"loc": {
"start": {
- "line": 2697,
+ "line": 2700,
"column": 15
},
"end": {
- "line": 2697,
+ "line": 2700,
"column": 16
}
}
@@ -213169,31 +213492,31 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 95700,
- 95708
+ 95851,
+ 95859
],
"loc": {
"start": {
- "line": 2697,
+ "line": 2700,
"column": 21
},
"end": {
- "line": 2697,
+ "line": 2700,
"column": 29
}
}
},
"range": [
- 95694,
- 95708
+ 95845,
+ 95859
],
"loc": {
"start": {
- "line": 2697,
+ "line": 2700,
"column": 15
},
"end": {
- "line": 2697,
+ "line": 2700,
"column": 29
}
}
@@ -213205,373 +213528,30 @@
"type": "ContinueStatement",
"label": null,
"range": [
- 95727,
- 95736
+ 95878,
+ 95887
],
"loc": {
"start": {
- "line": 2698,
+ "line": 2701,
"column": 16
},
"end": {
- "line": 2698,
+ "line": 2701,
"column": 25
}
}
}
],
"range": [
- 95709,
- 95750
+ 95860,
+ 95901
],
"loc": {
"start": {
- "line": 2697,
+ "line": 2700,
"column": 30
},
- "end": {
- "line": 2699,
- "column": 13
- }
- }
- },
- "alternate": null,
- "range": [
- 95691,
- 95750
- ],
- "loc": {
- "start": {
- "line": 2697,
- "column": 12
- },
- "end": {
- "line": 2699,
- "column": 13
- }
- }
- },
- {
- "type": "IfStatement",
- "test": {
- "type": "BinaryExpression",
- "operator": "===",
- "left": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "Identifier",
- "name": "tHead",
- "range": [
- 95766,
- 95771
- ],
- "loc": {
- "start": {
- "line": 2700,
- "column": 15
- },
- "end": {
- "line": 2700,
- "column": 20
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "length",
- "range": [
- 95772,
- 95778
- ],
- "loc": {
- "start": {
- "line": 2700,
- "column": 21
- },
- "end": {
- "line": 2700,
- "column": 27
- }
- }
- },
- "range": [
- 95766,
- 95778
- ],
- "loc": {
- "start": {
- "line": 2700,
- "column": 15
- },
- "end": {
- "line": 2700,
- "column": 27
- }
- }
- },
- "right": {
- "type": "Literal",
- "value": 0,
- "raw": "0",
- "range": [
- 95783,
- 95784
- ],
- "loc": {
- "start": {
- "line": 2700,
- "column": 32
- },
- "end": {
- "line": 2700,
- "column": 33
- }
- }
- },
- "range": [
- 95766,
- 95784
- ],
- "loc": {
- "start": {
- "line": 2700,
- "column": 15
- },
- "end": {
- "line": 2700,
- "column": 33
- }
- }
- },
- "consequent": {
- "type": "BlockStatement",
- "body": [
- {
- "type": "ExpressionStatement",
- "expression": {
- "type": "AssignmentExpression",
- "operator": "=",
- "left": {
- "type": "Identifier",
- "name": "header",
- "range": [
- 95803,
- 95809
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 16
- },
- "end": {
- "line": 2701,
- "column": 22
- }
- }
- },
- "right": {
- "type": "MemberExpression",
- "computed": true,
- "object": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "MemberExpression",
- "computed": true,
- "object": {
- "type": "MemberExpression",
- "computed": false,
- "object": {
- "type": "Identifier",
- "name": "table",
- "range": [
- 95812,
- 95817
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 25
- },
- "end": {
- "line": 2701,
- "column": 30
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "rows",
- "range": [
- 95818,
- 95822
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 31
- },
- "end": {
- "line": 2701,
- "column": 35
- }
- }
- },
- "range": [
- 95812,
- 95822
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 25
- },
- "end": {
- "line": 2701,
- "column": 35
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "headersRow",
- "range": [
- 95823,
- 95833
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 36
- },
- "end": {
- "line": 2701,
- "column": 46
- }
- }
- },
- "range": [
- 95812,
- 95834
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 25
- },
- "end": {
- "line": 2701,
- "column": 47
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "cells",
- "range": [
- 95835,
- 95840
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 48
- },
- "end": {
- "line": 2701,
- "column": 53
- }
- }
- },
- "range": [
- 95812,
- 95840
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 25
- },
- "end": {
- "line": 2701,
- "column": 53
- }
- }
- },
- "property": {
- "type": "Identifier",
- "name": "i",
- "range": [
- 95841,
- 95842
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 54
- },
- "end": {
- "line": 2701,
- "column": 55
- }
- }
- },
- "range": [
- 95812,
- 95843
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 25
- },
- "end": {
- "line": 2701,
- "column": 56
- }
- }
- },
- "range": [
- 95803,
- 95843
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 16
- },
- "end": {
- "line": 2701,
- "column": 56
- }
- }
- },
- "range": [
- 95803,
- 95844
- ],
- "loc": {
- "start": {
- "line": 2701,
- "column": 16
- },
- "end": {
- "line": 2701,
- "column": 57
- }
- }
- }
- ],
- "range": [
- 95785,
- 95858
- ],
- "loc": {
- "start": {
- "line": 2700,
- "column": 34
- },
"end": {
"line": 2702,
"column": 13
@@ -213580,8 +213560,8 @@
},
"alternate": null,
"range": [
- 95763,
- 95858
+ 95842,
+ 95901
],
"loc": {
"start": {
@@ -213606,8 +213586,8 @@
"type": "Identifier",
"name": "tHead",
"range": [
- 95874,
- 95879
+ 95917,
+ 95922
],
"loc": {
"start": {
@@ -213624,8 +213604,8 @@
"type": "Identifier",
"name": "length",
"range": [
- 95880,
- 95886
+ 95923,
+ 95929
],
"loc": {
"start": {
@@ -213639,8 +213619,8 @@
}
},
"range": [
- 95874,
- 95886
+ 95917,
+ 95929
],
"loc": {
"start": {
@@ -213655,11 +213635,11 @@
},
"right": {
"type": "Literal",
- "value": 1,
- "raw": "1",
+ "value": 0,
+ "raw": "0",
"range": [
- 95891,
- 95892
+ 95934,
+ 95935
],
"loc": {
"start": {
@@ -213673,8 +213653,8 @@
}
},
"range": [
- 95874,
- 95892
+ 95917,
+ 95935
],
"loc": {
"start": {
@@ -213699,8 +213679,8 @@
"type": "Identifier",
"name": "header",
"range": [
- 95911,
- 95917
+ 95954,
+ 95960
],
"loc": {
"start": {
@@ -213726,48 +213706,11 @@
"type": "MemberExpression",
"computed": false,
"object": {
- "type": "MemberExpression",
- "computed": true,
- "object": {
- "type": "Identifier",
- "name": "tHead",
- "range": [
- 95920,
- 95925
- ],
- "loc": {
- "start": {
- "line": 2704,
- "column": 25
- },
- "end": {
- "line": 2704,
- "column": 30
- }
- }
- },
- "property": {
- "type": "Literal",
- "value": 0,
- "raw": "0",
- "range": [
- 95926,
- 95927
- ],
- "loc": {
- "start": {
- "line": 2704,
- "column": 31
- },
- "end": {
- "line": 2704,
- "column": 32
- }
- }
- },
+ "type": "Identifier",
+ "name": "table",
"range": [
- 95920,
- 95928
+ 95963,
+ 95968
],
"loc": {
"start": {
@@ -213776,7 +213719,7 @@
},
"end": {
"line": 2704,
- "column": 33
+ "column": 30
}
}
},
@@ -213784,23 +213727,23 @@
"type": "Identifier",
"name": "rows",
"range": [
- 95929,
- 95933
+ 95969,
+ 95973
],
"loc": {
"start": {
"line": 2704,
- "column": 34
+ "column": 31
},
"end": {
"line": 2704,
- "column": 38
+ "column": 35
}
}
},
"range": [
- 95920,
- 95933
+ 95963,
+ 95973
],
"loc": {
"start": {
@@ -213809,7 +213752,7 @@
},
"end": {
"line": 2704,
- "column": 38
+ "column": 35
}
}
},
@@ -213817,23 +213760,23 @@
"type": "Identifier",
"name": "headersRow",
"range": [
- 95934,
- 95944
+ 95974,
+ 95984
],
"loc": {
"start": {
"line": 2704,
- "column": 39
+ "column": 36
},
"end": {
"line": 2704,
- "column": 49
+ "column": 46
}
}
},
"range": [
- 95920,
- 95945
+ 95963,
+ 95985
],
"loc": {
"start": {
@@ -213842,7 +213785,7 @@
},
"end": {
"line": 2704,
- "column": 50
+ "column": 47
}
}
},
@@ -213850,23 +213793,23 @@
"type": "Identifier",
"name": "cells",
"range": [
- 95946,
- 95951
+ 95986,
+ 95991
],
"loc": {
"start": {
"line": 2704,
- "column": 51
+ "column": 48
},
"end": {
"line": 2704,
- "column": 56
+ "column": 53
}
}
},
"range": [
- 95920,
- 95951
+ 95963,
+ 95991
],
"loc": {
"start": {
@@ -213875,7 +213818,7 @@
},
"end": {
"line": 2704,
- "column": 56
+ "column": 53
}
}
},
@@ -213883,23 +213826,23 @@
"type": "Identifier",
"name": "i",
"range": [
- 95952,
- 95953
+ 95992,
+ 95993
],
"loc": {
"start": {
"line": 2704,
- "column": 57
+ "column": 54
},
"end": {
"line": 2704,
- "column": 58
+ "column": 55
}
}
},
"range": [
- 95920,
- 95954
+ 95963,
+ 95994
],
"loc": {
"start": {
@@ -213908,13 +213851,13 @@
},
"end": {
"line": 2704,
- "column": 59
+ "column": 56
}
}
},
"range": [
- 95911,
- 95954
+ 95954,
+ 95994
],
"loc": {
"start": {
@@ -213923,13 +213866,13 @@
},
"end": {
"line": 2704,
- "column": 59
+ "column": 56
}
}
},
"range": [
- 95911,
- 95955
+ 95954,
+ 95995
],
"loc": {
"start": {
@@ -213938,14 +213881,14 @@
},
"end": {
"line": 2704,
- "column": 60
+ "column": 57
}
}
}
],
"range": [
- 95893,
- 95969
+ 95936,
+ 96009
],
"loc": {
"start": {
@@ -213960,8 +213903,8 @@
},
"alternate": null,
"range": [
- 95871,
- 95969
+ 95914,
+ 96009
],
"loc": {
"start": {
@@ -213975,11 +213918,373 @@
}
},
{
- "type": "BreakStatement",
- "label": null,
+ "type": "IfStatement",
+ "test": {
+ "type": "BinaryExpression",
+ "operator": "===",
+ "left": {
+ "type": "MemberExpression",
+ "computed": false,
+ "object": {
+ "type": "Identifier",
+ "name": "tHead",
+ "range": [
+ 96025,
+ 96030
+ ],
+ "loc": {
+ "start": {
+ "line": 2706,
+ "column": 15
+ },
+ "end": {
+ "line": 2706,
+ "column": 20
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "length",
+ "range": [
+ 96031,
+ 96037
+ ],
+ "loc": {
+ "start": {
+ "line": 2706,
+ "column": 21
+ },
+ "end": {
+ "line": 2706,
+ "column": 27
+ }
+ }
+ },
+ "range": [
+ 96025,
+ 96037
+ ],
+ "loc": {
+ "start": {
+ "line": 2706,
+ "column": 15
+ },
+ "end": {
+ "line": 2706,
+ "column": 27
+ }
+ }
+ },
+ "right": {
+ "type": "Literal",
+ "value": 1,
+ "raw": "1",
+ "range": [
+ 96042,
+ 96043
+ ],
+ "loc": {
+ "start": {
+ "line": 2706,
+ "column": 32
+ },
+ "end": {
+ "line": 2706,
+ "column": 33
+ }
+ }
+ },
+ "range": [
+ 96025,
+ 96043
+ ],
+ "loc": {
+ "start": {
+ "line": 2706,
+ "column": 15
+ },
+ "end": {
+ "line": 2706,
+ "column": 33
+ }
+ }
+ },
+ "consequent": {
+ "type": "BlockStatement",
+ "body": [
+ {
+ "type": "ExpressionStatement",
+ "expression": {
+ "type": "AssignmentExpression",
+ "operator": "=",
+ "left": {
+ "type": "Identifier",
+ "name": "header",
+ "range": [
+ 96062,
+ 96068
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 16
+ },
+ "end": {
+ "line": 2707,
+ "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": [
+ 96071,
+ 96076
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 25
+ },
+ "end": {
+ "line": 2707,
+ "column": 30
+ }
+ }
+ },
+ "property": {
+ "type": "Literal",
+ "value": 0,
+ "raw": "0",
+ "range": [
+ 96077,
+ 96078
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 31
+ },
+ "end": {
+ "line": 2707,
+ "column": 32
+ }
+ }
+ },
+ "range": [
+ 96071,
+ 96079
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 25
+ },
+ "end": {
+ "line": 2707,
+ "column": 33
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "rows",
+ "range": [
+ 96080,
+ 96084
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 34
+ },
+ "end": {
+ "line": 2707,
+ "column": 38
+ }
+ }
+ },
+ "range": [
+ 96071,
+ 96084
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 25
+ },
+ "end": {
+ "line": 2707,
+ "column": 38
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "headersRow",
+ "range": [
+ 96085,
+ 96095
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 39
+ },
+ "end": {
+ "line": 2707,
+ "column": 49
+ }
+ }
+ },
+ "range": [
+ 96071,
+ 96096
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 25
+ },
+ "end": {
+ "line": 2707,
+ "column": 50
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "cells",
+ "range": [
+ 96097,
+ 96102
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 51
+ },
+ "end": {
+ "line": 2707,
+ "column": 56
+ }
+ }
+ },
+ "range": [
+ 96071,
+ 96102
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 25
+ },
+ "end": {
+ "line": 2707,
+ "column": 56
+ }
+ }
+ },
+ "property": {
+ "type": "Identifier",
+ "name": "i",
+ "range": [
+ 96103,
+ 96104
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 57
+ },
+ "end": {
+ "line": 2707,
+ "column": 58
+ }
+ }
+ },
+ "range": [
+ 96071,
+ 96105
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 25
+ },
+ "end": {
+ "line": 2707,
+ "column": 59
+ }
+ }
+ },
+ "range": [
+ 96062,
+ 96105
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 16
+ },
+ "end": {
+ "line": 2707,
+ "column": 59
+ }
+ }
+ },
+ "range": [
+ 96062,
+ 96106
+ ],
+ "loc": {
+ "start": {
+ "line": 2707,
+ "column": 16
+ },
+ "end": {
+ "line": 2707,
+ "column": 60
+ }
+ }
+ }
+ ],
+ "range": [
+ 96044,
+ 96120
+ ],
+ "loc": {
+ "start": {
+ "line": 2706,
+ "column": 34
+ },
+ "end": {
+ "line": 2708,
+ "column": 13
+ }
+ }
+ },
+ "alternate": null,
"range": [
- 95982,
- 95988
+ 96022,
+ 96120
],
"loc": {
"start": {
@@ -213987,38 +214292,56 @@
"column": 12
},
"end": {
- "line": 2706,
+ "line": 2708,
+ "column": 13
+ }
+ }
+ },
+ {
+ "type": "BreakStatement",
+ "label": null,
+ "range": [
+ 96133,
+ 96139
+ ],
+ "loc": {
+ "start": {
+ "line": 2709,
+ "column": 12
+ },
+ "end": {
+ "line": 2709,
"column": 18
}
}
}
],
"range": [
- 95677,
- 95998
+ 95828,
+ 96149
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 41
},
"end": {
- "line": 2707,
+ "line": 2710,
"column": 9
}
}
},
"range": [
- 95644,
- 95998
+ 95795,
+ 96149
],
"loc": {
"start": {
- "line": 2696,
+ "line": 2699,
"column": 8
},
"end": {
- "line": 2707,
+ "line": 2710,
"column": 9
}
}
@@ -214029,47 +214352,47 @@
"type": "Identifier",
"name": "header",
"range": [
- 96014,
- 96020
+ 96165,
+ 96171
],
"loc": {
"start": {
- "line": 2708,
+ "line": 2711,
"column": 15
},
"end": {
- "line": 2708,
+ "line": 2711,
"column": 21
}
}
},
"range": [
- 96007,
- 96021
+ 96158,
+ 96172
],
"loc": {
"start": {
- "line": 2708,
+ "line": 2711,
"column": 8
},
"end": {
- "line": 2708,
+ "line": 2711,
"column": 22
}
}
}
],
"range": [
- 95449,
- 96027
+ 95600,
+ 96178
],
"loc": {
"start": {
- "line": 2691,
+ "line": 2694,
"column": 30
},
"end": {
- "line": 2709,
+ "line": 2712,
"column": 5
}
}
@@ -214077,16 +214400,16 @@
"generator": false,
"expression": false,
"range": [
- 95439,
- 96027
+ 95590,
+ 96178
],
"loc": {
"start": {
- "line": 2691,
+ "line": 2694,
"column": 20
},
"end": {
- "line": 2709,
+ "line": 2712,
"column": 5
}
}
@@ -214094,16 +214417,16 @@
"kind": "method",
"computed": false,
"range": [
- 95423,
- 96027
+ 95574,
+ 96178
],
"loc": {
"start": {
- "line": 2691,
+ "line": 2694,
"column": 4
},
"end": {
- "line": 2709,
+ "line": 2712,
"column": 5
}
},
@@ -214112,16 +214435,16 @@
"type": "Block",
"value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Object}\n ",
"range": [
- 95278,
- 95418
+ 95429,
+ 95569
],
"loc": {
"start": {
- "line": 2686,
+ "line": 2689,
"column": 4
},
"end": {
- "line": 2690,
+ "line": 2693,
"column": 7
}
}
@@ -214132,16 +214455,16 @@
"type": "Block",
"value": "*\n * Return the list of headers' text\n * @return {Array} list of headers' text\n ",
"range": [
- 96033,
- 96129
+ 96184,
+ 96280
],
"loc": {
"start": {
- "line": 2711,
+ "line": 2714,
"column": 4
},
"end": {
- "line": 2714,
+ "line": 2717,
"column": 7
}
}
@@ -214155,16 +214478,16 @@
"type": "Identifier",
"name": "getHeadersText",
"range": [
- 96134,
- 96148
+ 96285,
+ 96299
],
"loc": {
"start": {
- "line": 2715,
+ "line": 2718,
"column": 4
},
"end": {
- "line": 2715,
+ "line": 2718,
"column": 18
}
}
@@ -214185,16 +214508,16 @@
"type": "Identifier",
"name": "headers",
"range": [
- 96164,
- 96171
+ 96315,
+ 96322
],
"loc": {
"start": {
- "line": 2716,
+ "line": 2719,
"column": 12
},
"end": {
- "line": 2716,
+ "line": 2719,
"column": 19
}
}
@@ -214203,31 +214526,31 @@
"type": "ArrayExpression",
"elements": [],
"range": [
- 96174,
- 96176
+ 96325,
+ 96327
],
"loc": {
"start": {
- "line": 2716,
+ "line": 2719,
"column": 22
},
"end": {
- "line": 2716,
+ "line": 2719,
"column": 24
}
}
},
"range": [
- 96164,
- 96176
+ 96315,
+ 96327
],
"loc": {
"start": {
- "line": 2716,
+ "line": 2719,
"column": 12
},
"end": {
- "line": 2716,
+ "line": 2719,
"column": 24
}
}
@@ -214235,16 +214558,16 @@
],
"kind": "let",
"range": [
- 96160,
- 96177
+ 96311,
+ 96328
],
"loc": {
"start": {
- "line": 2716,
+ "line": 2719,
"column": 8
},
"end": {
- "line": 2716,
+ "line": 2719,
"column": 25
}
}
@@ -214260,16 +214583,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 96194,
- 96195
+ 96345,
+ 96346
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 16
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 17
}
}
@@ -214279,31 +214602,31 @@
"value": 0,
"raw": "0",
"range": [
- 96196,
- 96197
+ 96347,
+ 96348
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 18
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 19
}
}
},
"range": [
- 96194,
- 96197
+ 96345,
+ 96348
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 16
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 19
}
}
@@ -214311,16 +214634,16 @@
],
"kind": "let",
"range": [
- 96190,
- 96197
+ 96341,
+ 96348
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 12
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 19
}
}
@@ -214332,16 +214655,16 @@
"type": "Identifier",
"name": "j",
"range": [
- 96199,
- 96200
+ 96350,
+ 96351
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 21
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 22
}
}
@@ -214352,16 +214675,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 96201,
- 96205
+ 96352,
+ 96356
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 23
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 27
}
}
@@ -214370,46 +214693,46 @@
"type": "Identifier",
"name": "nbCells",
"range": [
- 96206,
- 96213
+ 96357,
+ 96364
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 28
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 35
}
}
},
"range": [
- 96201,
- 96213
+ 96352,
+ 96364
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 23
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 35
}
}
},
"range": [
- 96199,
- 96213
+ 96350,
+ 96364
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 21
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 35
}
}
@@ -214421,32 +214744,32 @@
"type": "Identifier",
"name": "j",
"range": [
- 96215,
- 96216
+ 96366,
+ 96367
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 37
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 38
}
}
},
"prefix": false,
"range": [
- 96215,
- 96218
+ 96366,
+ 96369
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 37
},
"end": {
- "line": 2717,
+ "line": 2720,
"column": 40
}
}
@@ -214463,16 +214786,16 @@
"type": "Identifier",
"name": "header",
"range": [
- 96237,
- 96243
+ 96388,
+ 96394
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 16
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 22
}
}
@@ -214485,16 +214808,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 96246,
- 96250
+ 96397,
+ 96401
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 25
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 29
}
}
@@ -214503,31 +214826,31 @@
"type": "Identifier",
"name": "getHeaderElement",
"range": [
- 96251,
- 96267
+ 96402,
+ 96418
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 30
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 46
}
}
},
"range": [
- 96246,
- 96267
+ 96397,
+ 96418
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 25
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 46
}
}
@@ -214537,47 +214860,47 @@
"type": "Identifier",
"name": "j",
"range": [
- 96268,
- 96269
+ 96419,
+ 96420
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 47
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 48
}
}
}
],
"range": [
- 96246,
- 96270
+ 96397,
+ 96421
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 25
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 49
}
}
},
"range": [
- 96237,
- 96270
+ 96388,
+ 96421
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 16
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 49
}
}
@@ -214585,16 +214908,16 @@
],
"kind": "let",
"range": [
- 96233,
- 96271
+ 96384,
+ 96422
],
"loc": {
"start": {
- "line": 2718,
+ "line": 2721,
"column": 12
},
"end": {
- "line": 2718,
+ "line": 2721,
"column": 50
}
}
@@ -214608,16 +214931,16 @@
"type": "Identifier",
"name": "headerText",
"range": [
- 96288,
- 96298
+ 96439,
+ 96449
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 16
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 26
}
}
@@ -214631,16 +214954,16 @@
"type": "Identifier",
"name": "Dom",
"range": [
- 96301,
- 96304
+ 96452,
+ 96455
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 29
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 32
}
}
@@ -214649,31 +214972,31 @@
"type": "Identifier",
"name": "getText",
"range": [
- 96305,
- 96312
+ 96456,
+ 96463
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 33
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 40
}
}
},
"range": [
- 96301,
- 96312
+ 96452,
+ 96463
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 29
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 40
}
}
@@ -214683,47 +215006,47 @@
"type": "Identifier",
"name": "header",
"range": [
- 96313,
- 96319
+ 96464,
+ 96470
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 41
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 47
}
}
}
],
"range": [
- 96301,
- 96320
+ 96452,
+ 96471
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 29
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 48
}
}
},
"range": [
- 96288,
- 96320
+ 96439,
+ 96471
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 16
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 48
}
}
@@ -214731,16 +215054,16 @@
],
"kind": "let",
"range": [
- 96284,
- 96321
+ 96435,
+ 96472
],
"loc": {
"start": {
- "line": 2719,
+ "line": 2722,
"column": 12
},
"end": {
- "line": 2719,
+ "line": 2722,
"column": 49
}
}
@@ -214756,16 +215079,16 @@
"type": "Identifier",
"name": "headers",
"range": [
- 96334,
- 96341
+ 96485,
+ 96492
],
"loc": {
"start": {
- "line": 2720,
+ "line": 2723,
"column": 12
},
"end": {
- "line": 2720,
+ "line": 2723,
"column": 19
}
}
@@ -214774,31 +215097,31 @@
"type": "Identifier",
"name": "push",
"range": [
- 96342,
- 96346
+ 96493,
+ 96497
],
"loc": {
"start": {
- "line": 2720,
+ "line": 2723,
"column": 20
},
"end": {
- "line": 2720,
+ "line": 2723,
"column": 24
}
}
},
"range": [
- 96334,
- 96346
+ 96485,
+ 96497
],
"loc": {
"start": {
- "line": 2720,
+ "line": 2723,
"column": 12
},
"end": {
- "line": 2720,
+ "line": 2723,
"column": 24
}
}
@@ -214808,78 +215131,78 @@
"type": "Identifier",
"name": "headerText",
"range": [
- 96347,
- 96357
+ 96498,
+ 96508
],
"loc": {
"start": {
- "line": 2720,
+ "line": 2723,
"column": 25
},
"end": {
- "line": 2720,
+ "line": 2723,
"column": 35
}
}
}
],
"range": [
- 96334,
- 96358
+ 96485,
+ 96509
],
"loc": {
"start": {
- "line": 2720,
+ "line": 2723,
"column": 12
},
"end": {
- "line": 2720,
+ "line": 2723,
"column": 36
}
}
},
"range": [
- 96334,
- 96359
+ 96485,
+ 96510
],
"loc": {
"start": {
- "line": 2720,
+ "line": 2723,
"column": 12
},
"end": {
- "line": 2720,
+ "line": 2723,
"column": 37
}
}
}
],
"range": [
- 96219,
- 96369
+ 96370,
+ 96520
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 41
},
"end": {
- "line": 2721,
+ "line": 2724,
"column": 9
}
}
},
"range": [
- 96186,
- 96369
+ 96337,
+ 96520
],
"loc": {
"start": {
- "line": 2717,
+ "line": 2720,
"column": 8
},
"end": {
- "line": 2721,
+ "line": 2724,
"column": 9
}
}
@@ -214890,47 +215213,47 @@
"type": "Identifier",
"name": "headers",
"range": [
- 96385,
- 96392
+ 96536,
+ 96543
],
"loc": {
"start": {
- "line": 2722,
+ "line": 2725,
"column": 15
},
"end": {
- "line": 2722,
+ "line": 2725,
"column": 22
}
}
},
"range": [
- 96378,
- 96393
+ 96529,
+ 96544
],
"loc": {
"start": {
- "line": 2722,
+ "line": 2725,
"column": 8
},
"end": {
- "line": 2722,
+ "line": 2725,
"column": 23
}
}
}
],
"range": [
- 96150,
- 96399
+ 96301,
+ 96550
],
"loc": {
"start": {
- "line": 2715,
+ "line": 2718,
"column": 20
},
"end": {
- "line": 2723,
+ "line": 2726,
"column": 5
}
}
@@ -214938,16 +215261,16 @@
"generator": false,
"expression": false,
"range": [
- 96148,
- 96399
+ 96299,
+ 96550
],
"loc": {
"start": {
- "line": 2715,
+ "line": 2718,
"column": 18
},
"end": {
- "line": 2723,
+ "line": 2726,
"column": 5
}
}
@@ -214955,16 +215278,16 @@
"kind": "method",
"computed": false,
"range": [
- 96134,
- 96399
+ 96285,
+ 96550
],
"loc": {
"start": {
- "line": 2715,
+ "line": 2718,
"column": 4
},
"end": {
- "line": 2723,
+ "line": 2726,
"column": 5
}
},
@@ -214973,16 +215296,16 @@
"type": "Block",
"value": "*\n * Return the list of headers' text\n * @return {Array} list of headers' text\n ",
"range": [
- 96033,
- 96129
+ 96184,
+ 96280
],
"loc": {
"start": {
- "line": 2711,
+ "line": 2714,
"column": 4
},
"end": {
- "line": 2714,
+ "line": 2717,
"column": 7
}
}
@@ -214993,16 +215316,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": [
- 96405,
- 96541
+ 96556,
+ 96692
],
"loc": {
"start": {
- "line": 2725,
+ "line": 2728,
"column": 4
},
"end": {
- "line": 2729,
+ "line": 2732,
"column": 7
}
}
@@ -215016,16 +215339,16 @@
"type": "Identifier",
"name": "getFilterType",
"range": [
- 96546,
- 96559
+ 96697,
+ 96710
],
"loc": {
"start": {
- "line": 2730,
+ "line": 2733,
"column": 4
},
"end": {
- "line": 2730,
+ "line": 2733,
"column": 17
}
}
@@ -215038,16 +215361,16 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 96560,
- 96568
+ 96711,
+ 96719
],
"loc": {
"start": {
- "line": 2730,
+ "line": 2733,
"column": 18
},
"end": {
- "line": 2730,
+ "line": 2733,
"column": 26
}
}
@@ -215065,16 +215388,16 @@
"type": "Identifier",
"name": "colType",
"range": [
- 96583,
- 96590
+ 96734,
+ 96741
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 12
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 19
}
}
@@ -215088,16 +215411,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 96593,
- 96597
+ 96744,
+ 96748
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 22
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 26
}
}
@@ -215106,31 +215429,31 @@
"type": "Identifier",
"name": "cfg",
"range": [
- 96598,
- 96601
+ 96749,
+ 96752
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 27
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 30
}
}
},
"range": [
- 96593,
- 96601
+ 96744,
+ 96752
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 22
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 30
}
}
@@ -215143,16 +215466,16 @@
"value": "col_",
"raw": "'col_'",
"range": [
- 96602,
- 96608
+ 96753,
+ 96759
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 31
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 37
}
}
@@ -215161,61 +215484,61 @@
"type": "Identifier",
"name": "colIndex",
"range": [
- 96609,
- 96617
+ 96760,
+ 96768
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 38
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 46
}
}
},
"range": [
- 96602,
- 96617
+ 96753,
+ 96768
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 31
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 46
}
}
},
"range": [
- 96593,
- 96618
+ 96744,
+ 96769
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 22
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 47
}
}
},
"range": [
- 96583,
- 96618
+ 96734,
+ 96769
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 12
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 47
}
}
@@ -215223,16 +215546,16 @@
],
"kind": "let",
"range": [
- 96579,
- 96619
+ 96730,
+ 96770
],
"loc": {
"start": {
- "line": 2731,
+ "line": 2734,
"column": 8
},
"end": {
- "line": 2731,
+ "line": 2734,
"column": 48
}
}
@@ -215248,32 +215571,32 @@
"type": "Identifier",
"name": "colType",
"range": [
- 96636,
- 96643
+ 96787,
+ 96794
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 16
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 23
}
}
},
"prefix": true,
"range": [
- 96635,
- 96643
+ 96786,
+ 96794
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 15
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 23
}
}
@@ -215284,16 +215607,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 96646,
- 96650
+ 96797,
+ 96801
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 26
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 30
}
}
@@ -215302,31 +215625,31 @@
"type": "Identifier",
"name": "fltTypeInp",
"range": [
- 96651,
- 96661
+ 96802,
+ 96812
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 31
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 41
}
}
},
"range": [
- 96646,
- 96661
+ 96797,
+ 96812
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 26
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 41
}
}
@@ -215340,16 +215663,16 @@
"type": "Identifier",
"name": "Str",
"range": [
- 96664,
- 96667
+ 96815,
+ 96818
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 44
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 47
}
}
@@ -215358,31 +215681,31 @@
"type": "Identifier",
"name": "lower",
"range": [
- 96668,
- 96673
+ 96819,
+ 96824
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 48
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 53
}
}
},
"range": [
- 96664,
- 96673
+ 96815,
+ 96824
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 44
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 53
}
}
@@ -215392,78 +215715,78 @@
"type": "Identifier",
"name": "colType",
"range": [
- 96674,
- 96681
+ 96825,
+ 96832
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 54
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 61
}
}
}
],
"range": [
- 96664,
- 96682
+ 96815,
+ 96833
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 44
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 62
}
}
},
"range": [
- 96635,
- 96682
+ 96786,
+ 96833
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 15
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 62
}
}
},
"range": [
- 96628,
- 96683
+ 96779,
+ 96834
],
"loc": {
"start": {
- "line": 2732,
+ "line": 2735,
"column": 8
},
"end": {
- "line": 2732,
+ "line": 2735,
"column": 63
}
}
}
],
"range": [
- 96569,
- 96689
+ 96720,
+ 96840
],
"loc": {
"start": {
- "line": 2730,
+ "line": 2733,
"column": 27
},
"end": {
- "line": 2733,
+ "line": 2736,
"column": 5
}
}
@@ -215471,16 +215794,16 @@
"generator": false,
"expression": false,
"range": [
- 96559,
- 96689
+ 96710,
+ 96840
],
"loc": {
"start": {
- "line": 2730,
+ "line": 2733,
"column": 17
},
"end": {
- "line": 2733,
+ "line": 2736,
"column": 5
}
}
@@ -215488,16 +215811,16 @@
"kind": "method",
"computed": false,
"range": [
- 96546,
- 96689
+ 96697,
+ 96840
],
"loc": {
"start": {
- "line": 2730,
+ "line": 2733,
"column": 4
},
"end": {
- "line": 2733,
+ "line": 2736,
"column": 5
}
},
@@ -215506,16 +215829,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": [
- 96405,
- 96541
+ 96556,
+ 96692
],
"loc": {
"start": {
- "line": 2725,
+ "line": 2728,
"column": 4
},
"end": {
- "line": 2729,
+ "line": 2732,
"column": 7
}
}
@@ -215526,16 +215849,16 @@
"type": "Block",
"value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ",
"range": [
- 96695,
- 96777
+ 96846,
+ 96928
],
"loc": {
"start": {
- "line": 2735,
+ "line": 2738,
"column": 4
},
"end": {
- "line": 2738,
+ "line": 2741,
"column": 7
}
}
@@ -215549,16 +215872,16 @@
"type": "Identifier",
"name": "getFilterableRowsNb",
"range": [
- 96782,
- 96801
+ 96933,
+ 96952
],
"loc": {
"start": {
- "line": 2739,
+ "line": 2742,
"column": 4
},
"end": {
- "line": 2739,
+ "line": 2742,
"column": 23
}
}
@@ -215580,16 +215903,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 96820,
- 96824
+ 96971,
+ 96975
],
"loc": {
"start": {
- "line": 2740,
+ "line": 2743,
"column": 15
},
"end": {
- "line": 2740,
+ "line": 2743,
"column": 19
}
}
@@ -215598,31 +215921,31 @@
"type": "Identifier",
"name": "getRowsNb",
"range": [
- 96825,
- 96834
+ 96976,
+ 96985
],
"loc": {
"start": {
- "line": 2740,
+ "line": 2743,
"column": 20
},
"end": {
- "line": 2740,
+ "line": 2743,
"column": 29
}
}
},
"range": [
- 96820,
- 96834
+ 96971,
+ 96985
],
"loc": {
"start": {
- "line": 2740,
+ "line": 2743,
"column": 15
},
"end": {
- "line": 2740,
+ "line": 2743,
"column": 29
}
}
@@ -215633,63 +215956,63 @@
"value": false,
"raw": "false",
"range": [
- 96835,
- 96840
+ 96986,
+ 96991
],
"loc": {
"start": {
- "line": 2740,
+ "line": 2743,
"column": 30
},
"end": {
- "line": 2740,
+ "line": 2743,
"column": 35
}
}
}
],
"range": [
- 96820,
- 96841
+ 96971,
+ 96992
],
"loc": {
"start": {
- "line": 2740,
+ "line": 2743,
"column": 15
},
"end": {
- "line": 2740,
+ "line": 2743,
"column": 36
}
}
},
"range": [
- 96813,
- 96842
+ 96964,
+ 96993
],
"loc": {
"start": {
- "line": 2740,
+ "line": 2743,
"column": 8
},
"end": {
- "line": 2740,
+ "line": 2743,
"column": 37
}
}
}
],
"range": [
- 96803,
- 96848
+ 96954,
+ 96999
],
"loc": {
"start": {
- "line": 2739,
+ "line": 2742,
"column": 25
},
"end": {
- "line": 2741,
+ "line": 2744,
"column": 5
}
}
@@ -215697,16 +216020,16 @@
"generator": false,
"expression": false,
"range": [
- 96801,
- 96848
+ 96952,
+ 96999
],
"loc": {
"start": {
- "line": 2739,
+ "line": 2742,
"column": 23
},
"end": {
- "line": 2741,
+ "line": 2744,
"column": 5
}
}
@@ -215714,16 +216037,16 @@
"kind": "method",
"computed": false,
"range": [
- 96782,
- 96848
+ 96933,
+ 96999
],
"loc": {
"start": {
- "line": 2739,
+ "line": 2742,
"column": 4
},
"end": {
- "line": 2741,
+ "line": 2744,
"column": 5
}
},
@@ -215732,16 +216055,16 @@
"type": "Block",
"value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ",
"range": [
- 96695,
- 96777
+ 96846,
+ 96928
],
"loc": {
"start": {
- "line": 2735,
+ "line": 2738,
"column": 4
},
"end": {
- "line": 2738,
+ "line": 2741,
"column": 7
}
}
@@ -215752,16 +216075,16 @@
"type": "Block",
"value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ",
"range": [
- 96854,
- 96942
+ 97005,
+ 97093
],
"loc": {
"start": {
- "line": 2743,
+ "line": 2746,
"column": 4
},
"end": {
- "line": 2746,
+ "line": 2749,
"column": 7
}
}
@@ -215775,16 +216098,16 @@
"type": "Identifier",
"name": "config",
"range": [
- 96947,
- 96953
+ 97098,
+ 97104
],
"loc": {
"start": {
- "line": 2747,
+ "line": 2750,
"column": 4
},
"end": {
- "line": 2747,
+ "line": 2750,
"column": 10
}
}
@@ -215804,16 +216127,16 @@
"object": {
"type": "ThisExpression",
"range": [
- 96972,
- 96976
+ 97123,
+ 97127
],
"loc": {
"start": {
- "line": 2748,
+ "line": 2751,
"column": 15
},
"end": {
- "line": 2748,
+ "line": 2751,
"column": 19
}
}
@@ -215822,62 +216145,62 @@
"type": "Identifier",
"name": "cfg",
"range": [
- 96977,
- 96980
+ 97128,
+ 97131
],
"loc": {
"start": {
- "line": 2748,
+ "line": 2751,
"column": 20
},
"end": {
- "line": 2748,
+ "line": 2751,
"column": 23
}
}
},
"range": [
- 96972,
- 96980
+ 97123,
+ 97131
],
"loc": {
"start": {
- "line": 2748,
+ "line": 2751,
"column": 15
},
"end": {
- "line": 2748,
+ "line": 2751,
"column": 23
}
}
},
"range": [
- 96965,
- 96981
+ 97116,
+ 97132
],
"loc": {
"start": {
- "line": 2748,
+ "line": 2751,
"column": 8
},
"end": {
- "line": 2748,
+ "line": 2751,
"column": 24
}
}
}
],
"range": [
- 96955,
- 96987
+ 97106,
+ 97138
],
"loc": {
"start": {
- "line": 2747,
+ "line": 2750,
"column": 12
},
"end": {
- "line": 2749,
+ "line": 2752,
"column": 5
}
}
@@ -215885,16 +216208,16 @@
"generator": false,
"expression": false,
"range": [
- 96953,
- 96987
+ 97104,
+ 97138
],
"loc": {
"start": {
- "line": 2747,
+ "line": 2750,
"column": 10
},
"end": {
- "line": 2749,
+ "line": 2752,
"column": 5
}
}
@@ -215902,16 +216225,16 @@
"kind": "method",
"computed": false,
"range": [
- 96947,
- 96987
+ 97098,
+ 97138
],
"loc": {
"start": {
- "line": 2747,
+ "line": 2750,
"column": 4
},
"end": {
- "line": 2749,
+ "line": 2752,
"column": 5
}
},
@@ -215920,16 +216243,16 @@
"type": "Block",
"value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ",
"range": [
- 96854,
- 96942
+ 97005,
+ 97093
],
"loc": {
"start": {
- "line": 2743,
+ "line": 2746,
"column": 4
},
"end": {
- "line": 2746,
+ "line": 2749,
"column": 7
}
}
@@ -215940,7 +216263,7 @@
],
"range": [
1059,
- 96989
+ 97140
],
"loc": {
"start": {
@@ -215948,14 +216271,14 @@
"column": 24
},
"end": {
- "line": 2750,
+ "line": 2753,
"column": 1
}
}
},
"range": [
1042,
- 96989
+ 97140
],
"loc": {
"start": {
@@ -215963,7 +216286,7 @@
"column": 7
},
"end": {
- "line": 2750,
+ "line": 2753,
"column": 1
}
},
@@ -215974,7 +216297,7 @@
"source": null,
"range": [
1035,
- 96989
+ 97140
],
"loc": {
"start": {
@@ -215982,7 +216305,7 @@
"column": 0
},
"end": {
- "line": 2750,
+ "line": 2753,
"column": 1
}
}
@@ -215991,7 +216314,7 @@
"sourceType": "module",
"range": [
0,
- 96989
+ 97140
],
"loc": {
"start": {
@@ -215999,7 +216322,7 @@
"column": 0
},
"end": {
- "line": 2750,
+ "line": 2753,
"column": 1
}
},
@@ -220724,16 +221047,16 @@
"type": "Line",
"value": "first numbers need to be formated",
"range": [
- 60747,
- 60782
+ 60898,
+ 60933
],
"loc": {
"start": {
- "line": 1637,
+ "line": 1640,
"column": 16
},
"end": {
- "line": 1637,
+ "line": 1640,
"column": 51
}
}
@@ -220742,16 +221065,16 @@
"type": "Line",
"value": " first checks if there is any operator (<,>,<=,>=,!,*,=,{,},",
"range": [
- 61452,
- 61514
+ 61603,
+ 61665
],
"loc": {
"start": {
- "line": 1653,
+ "line": 1656,
"column": 16
},
"end": {
- "line": 1653,
+ "line": 1656,
"column": 78
}
}
@@ -220760,16 +221083,16 @@
"type": "Line",
"value": " rgx:)",
"range": [
- 61531,
- 61539
+ 61682,
+ 61690
],
"loc": {
"start": {
- "line": 1654,
+ "line": 1657,
"column": 16
},
"end": {
- "line": 1654,
+ "line": 1657,
"column": 24
}
}
@@ -220778,16 +221101,16 @@
"type": "Line",
"value": " lower equal",
"range": [
- 61556,
- 61570
+ 61707,
+ 61721
],
"loc": {
"start": {
- "line": 1655,
+ "line": 1658,
"column": 16
},
"end": {
- "line": 1655,
+ "line": 1658,
"column": 30
}
}
@@ -220796,16 +221119,16 @@
"type": "Line",
"value": "greater equal",
"range": [
- 61753,
- 61768
+ 61904,
+ 61919
],
"loc": {
"start": {
- "line": 1660,
+ "line": 1663,
"column": 16
},
"end": {
- "line": 1660,
+ "line": 1663,
"column": 31
}
}
@@ -220814,16 +221137,16 @@
"type": "Line",
"value": "lower",
"range": [
- 61956,
- 61963
+ 62107,
+ 62114
],
"loc": {
"start": {
- "line": 1665,
+ "line": 1668,
"column": 16
},
"end": {
- "line": 1665,
+ "line": 1668,
"column": 23
}
}
@@ -220832,16 +221155,16 @@
"type": "Line",
"value": "greater",
"range": [
- 62149,
- 62158
+ 62300,
+ 62309
],
"loc": {
"start": {
- "line": 1670,
+ "line": 1673,
"column": 16
},
"end": {
- "line": 1670,
+ "line": 1673,
"column": 25
}
}
@@ -220850,16 +221173,16 @@
"type": "Line",
"value": "different",
"range": [
- 62344,
- 62355
+ 62495,
+ 62506
],
"loc": {
"start": {
- "line": 1675,
+ "line": 1678,
"column": 16
},
"end": {
- "line": 1675,
+ "line": 1678,
"column": 27
}
}
@@ -220868,16 +221191,16 @@
"type": "Line",
"value": "like",
"range": [
- 62566,
- 62572
+ 62717,
+ 62723
],
"loc": {
"start": {
- "line": 1680,
+ "line": 1683,
"column": 16
},
"end": {
- "line": 1680,
+ "line": 1683,
"column": 22
}
}
@@ -220886,16 +221209,16 @@
"type": "Line",
"value": "equal",
"range": [
- 62769,
- 62776
+ 62920,
+ 62927
],
"loc": {
"start": {
- "line": 1685,
+ "line": 1688,
"column": 16
},
"end": {
- "line": 1685,
+ "line": 1688,
"column": 23
}
}
@@ -220904,16 +221227,16 @@
"type": "Line",
"value": "starts with",
"range": [
- 62972,
- 62985
+ 63123,
+ 63136
],
"loc": {
"start": {
- "line": 1690,
+ "line": 1693,
"column": 16
},
"end": {
- "line": 1690,
+ "line": 1693,
"column": 29
}
}
@@ -220922,16 +221245,16 @@
"type": "Line",
"value": "ends with",
"range": [
- 63170,
- 63181
+ 63321,
+ 63332
],
"loc": {
"start": {
- "line": 1695,
+ "line": 1698,
"column": 16
},
"end": {
- "line": 1695,
+ "line": 1698,
"column": 27
}
}
@@ -220940,16 +221263,16 @@
"type": "Line",
"value": "empty",
"range": [
- 63611,
- 63618
+ 63762,
+ 63769
],
"loc": {
"start": {
- "line": 1704,
+ "line": 1707,
"column": 16
},
"end": {
- "line": 1704,
+ "line": 1707,
"column": 23
}
}
@@ -220958,16 +221281,16 @@
"type": "Line",
"value": "non-empty",
"range": [
- 63740,
- 63751
+ 63891,
+ 63902
],
"loc": {
"start": {
- "line": 1708,
+ "line": 1711,
"column": 16
},
"end": {
- "line": 1708,
+ "line": 1711,
"column": 27
}
}
@@ -220976,16 +221299,16 @@
"type": "Line",
"value": "regexp",
"range": [
- 63874,
- 63882
+ 64025,
+ 64033
],
"loc": {
"start": {
- "line": 1712,
+ "line": 1715,
"column": 16
},
"end": {
- "line": 1712,
+ "line": 1715,
"column": 24
}
}
@@ -220994,16 +221317,16 @@
"type": "Line",
"value": "in case regexp fires an exception",
"range": [
- 63935,
- 63970
+ 64086,
+ 64121
],
"loc": {
"start": {
- "line": 1714,
+ "line": 1717,
"column": 20
},
"end": {
- "line": 1714,
+ "line": 1717,
"column": 55
}
}
@@ -221012,16 +221335,16 @@
"type": "Line",
"value": "operator is removed",
"range": [
- 64020,
- 64041
+ 64171,
+ 64192
],
"loc": {
"start": {
- "line": 1716,
+ "line": 1719,
"column": 24
},
"end": {
- "line": 1716,
+ "line": 1719,
"column": 45
}
}
@@ -221030,16 +221353,16 @@
"type": "Line",
"value": "else",
"range": [
- 64450,
- 64456
+ 64601,
+ 64607
],
"loc": {
"start": {
- "line": 1726,
+ "line": 1729,
"column": 13
},
"end": {
- "line": 1726,
+ "line": 1729,
"column": 19
}
}
@@ -221048,16 +221371,16 @@
"type": "Line",
"value": "fn",
"range": [
- 64496,
- 64500
+ 64647,
+ 64651
],
"loc": {
"start": {
- "line": 1728,
+ "line": 1731,
"column": 9
},
"end": {
- "line": 1728,
+ "line": 1731,
"column": 13
}
}
@@ -221066,16 +221389,16 @@
"type": "Block",
"value": "** if table already filtered some rows are not visible **",
"range": [
- 64566,
- 64627
+ 64717,
+ 64778
],
"loc": {
"start": {
- "line": 1731,
+ "line": 1734,
"column": 12
},
"end": {
- "line": 1731,
+ "line": 1734,
"column": 73
}
}
@@ -221084,16 +221407,16 @@
"type": "Line",
"value": " checks if row has exact cell #",
"range": [
- 64824,
- 64857
+ 64975,
+ 65008
],
"loc": {
"start": {
- "line": 1739,
+ "line": 1742,
"column": 12
},
"end": {
- "line": 1739,
+ "line": 1742,
"column": 45
}
}
@@ -221102,16 +221425,16 @@
"type": "Line",
"value": "only for single filter search",
"range": [
- 65024,
- 65055
+ 65175,
+ 65206
],
"loc": {
"start": {
- "line": 1746,
+ "line": 1749,
"column": 16
},
"end": {
- "line": 1746,
+ "line": 1749,
"column": 47
}
}
@@ -221120,16 +221443,16 @@
"type": "Line",
"value": " this loop retrieves cell data",
"range": [
- 65112,
- 65144
+ 65263,
+ 65295
],
"loc": {
"start": {
- "line": 1749,
+ "line": 1752,
"column": 12
},
"end": {
- "line": 1749,
+ "line": 1752,
"column": 44
}
}
@@ -221138,16 +221461,16 @@
"type": "Line",
"value": "searched keyword",
"range": [
- 65203,
- 65221
+ 65354,
+ 65372
],
"loc": {
"start": {
- "line": 1751,
+ "line": 1754,
"column": 16
},
"end": {
- "line": 1751,
+ "line": 1754,
"column": 34
}
}
@@ -221156,16 +221479,16 @@
"type": "Line",
"value": "multiple search parameter operator ||",
"range": [
- 65623,
- 65662
+ 65774,
+ 65813
],
"loc": {
"start": {
- "line": 1762,
+ "line": 1765,
"column": 16
},
"end": {
- "line": 1762,
+ "line": 1765,
"column": 55
}
}
@@ -221174,16 +221497,16 @@
"type": "Line",
"value": "multiple search || parameter boolean",
"range": [
- 65738,
- 65776
+ 65889,
+ 65927
],
"loc": {
"start": {
- "line": 1764,
+ "line": 1767,
"column": 16
},
"end": {
- "line": 1764,
+ "line": 1767,
"column": 54
}
}
@@ -221192,16 +221515,16 @@
"type": "Line",
"value": "multiple search parameter operator &&",
"range": [
- 65861,
- 65900
+ 66012,
+ 66051
],
"loc": {
"start": {
- "line": 1766,
+ "line": 1769,
"column": 16
},
"end": {
- "line": 1766,
+ "line": 1769,
"column": 55
}
}
@@ -221210,16 +221533,16 @@
"type": "Line",
"value": "multiple search && parameter boolean",
"range": [
- 65973,
- 66011
+ 66124,
+ 66162
],
"loc": {
"start": {
- "line": 1768,
+ "line": 1771,
"column": 16
},
"end": {
- "line": 1768,
+ "line": 1771,
"column": 54
}
}
@@ -221228,16 +221551,16 @@
"type": "Line",
"value": "multiple sarch parameters",
"range": [
- 66097,
- 66124
+ 66248,
+ 66275
],
"loc": {
"start": {
- "line": 1771,
+ "line": 1774,
"column": 16
},
"end": {
- "line": 1771,
+ "line": 1774,
"column": 43
}
}
@@ -221246,16 +221569,16 @@
"type": "Line",
"value": "single search parameter",
"range": [
- 66873,
- 66898
+ 67024,
+ 67049
],
"loc": {
"start": {
- "line": 1789,
+ "line": 1792,
"column": 16
},
"end": {
- "line": 1789,
+ "line": 1792,
"column": 41
}
}
@@ -221264,16 +221587,16 @@
"type": "Line",
"value": "else single param",
"range": [
- 67089,
- 67108
+ 67240,
+ 67259
],
"loc": {
"start": {
- "line": 1793,
+ "line": 1796,
"column": 17
},
"end": {
- "line": 1793,
+ "line": 1796,
"column": 36
}
}
@@ -221282,16 +221605,16 @@
"type": "Line",
"value": "for j",
"range": [
- 68037,
- 68044
+ 68188,
+ 68195
],
"loc": {
"start": {
- "line": 1817,
+ "line": 1820,
"column": 13
},
"end": {
- "line": 1817,
+ "line": 1820,
"column": 20
}
}
@@ -221300,16 +221623,16 @@
"type": "Line",
"value": " always visible rows need to be counted as valid",
"range": [
- 68355,
- 68405
+ 68506,
+ 68556
],
"loc": {
"start": {
- "line": 1828,
+ "line": 1831,
"column": 16
},
"end": {
- "line": 1828,
+ "line": 1831,
"column": 66
}
}
@@ -221318,16 +221641,16 @@
"type": "Line",
"value": " for k",
"range": [
- 69000,
- 69008
+ 69151,
+ 69159
],
"loc": {
"start": {
- "line": 1844,
+ "line": 1847,
"column": 9
},
"end": {
- "line": 1844,
+ "line": 1847,
"column": 17
}
}
@@ -221336,16 +221659,16 @@
"type": "Line",
"value": "applies filter props after filtering process",
"range": [
- 69226,
- 69272
+ 69377,
+ 69423
],
"loc": {
"start": {
- "line": 1852,
+ "line": 1855,
"column": 8
},
"end": {
- "line": 1852,
+ "line": 1855,
"column": 54
}
}
@@ -221354,16 +221677,16 @@
"type": "Line",
"value": " Shouldn't need to care of that here...",
"range": [
- 69359,
- 69400
+ 69510,
+ 69551
],
"loc": {
"start": {
- "line": 1856,
+ "line": 1859,
"column": 12
},
"end": {
- "line": 1856,
+ "line": 1859,
"column": 53
}
}
@@ -221372,16 +221695,16 @@
"type": "Line",
"value": " TODO: provide a method in paging module",
"range": [
- 69413,
- 69455
+ 69564,
+ 69606
],
"loc": {
"start": {
- "line": 1857,
+ "line": 1860,
"column": 12
},
"end": {
- "line": 1857,
+ "line": 1860,
"column": 54
}
}
@@ -221390,16 +221713,16 @@
"type": "Line",
"value": "invokes onafter callback",
"range": [
- 69618,
- 69644
+ 69769,
+ 69795
],
"loc": {
"start": {
- "line": 1862,
+ "line": 1865,
"column": 8
},
"end": {
- "line": 1862,
+ "line": 1865,
"column": 34
}
}
@@ -221408,16 +221731,16 @@
"type": "Block",
"value": "*\n * Re-apply the features/behaviour concerned by filtering/paging operation\n *\n * NOTE: this will disappear whenever custom events in place\n ",
"range": [
- 69746,
- 69908
+ 69897,
+ 70059
],
"loc": {
"start": {
- "line": 1868,
+ "line": 1871,
"column": 4
},
"end": {
- "line": 1872,
+ "line": 1875,
"column": 7
}
}
@@ -221426,16 +221749,16 @@
"type": "Line",
"value": "shows rows always visible",
"range": [
- 69964,
- 69991
+ 70115,
+ 70142
],
"loc": {
"start": {
- "line": 1876,
+ "line": 1879,
"column": 8
},
"end": {
- "line": 1876,
+ "line": 1879,
"column": 35
}
}
@@ -221444,16 +221767,16 @@
"type": "Line",
"value": "columns operations",
"range": [
- 70081,
- 70101
+ 70232,
+ 70252
],
"loc": {
"start": {
- "line": 1880,
+ "line": 1883,
"column": 8
},
"end": {
- "line": 1880,
+ "line": 1883,
"column": 28
}
}
@@ -221462,16 +221785,16 @@
"type": "Line",
"value": "re-populates drop-down filters",
"range": [
- 70207,
- 70239
+ 70358,
+ 70390
],
"loc": {
"start": {
- "line": 1885,
+ "line": 1888,
"column": 8
},
"end": {
- "line": 1885,
+ "line": 1888,
"column": 40
}
}
@@ -221480,16 +221803,16 @@
"type": "Block",
"value": "*\n * Return the data of a specified colum\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n ",
"range": [
- 70695,
- 71078
+ 70846,
+ 71229
],
"loc": {
"start": {
- "line": 1907,
+ "line": 1910,
"column": 4
},
"end": {
- "line": 1914,
+ "line": 1917,
"column": 7
}
}
@@ -221498,16 +221821,16 @@
"type": "Line",
"value": " checks if current row index appears in exclude array",
"range": [
- 71473,
- 71528
+ 71624,
+ 71679
],
"loc": {
"start": {
- "line": 1928,
+ "line": 1931,
"column": 12
},
"end": {
- "line": 1928,
+ "line": 1931,
"column": 67
}
}
@@ -221516,16 +221839,16 @@
"type": "Line",
"value": " checks if row has exact cell # and is not excluded",
"range": [
- 71725,
- 71778
+ 71876,
+ 71929
],
"loc": {
"start": {
- "line": 1935,
+ "line": 1938,
"column": 12
},
"end": {
- "line": 1935,
+ "line": 1938,
"column": 65
}
}
@@ -221534,16 +221857,16 @@
"type": "Line",
"value": " this loop retrieves cell data",
"range": [
- 71854,
- 71886
+ 72005,
+ 72037
],
"loc": {
"start": {
- "line": 1937,
+ "line": 1940,
"column": 16
},
"end": {
- "line": 1937,
+ "line": 1940,
"column": 48
}
}
@@ -221552,16 +221875,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": [
- 72515,
- 72667
+ 72666,
+ 72818
],
"loc": {
"start": {
- "line": 1955,
+ "line": 1958,
"column": 4
},
"end": {
- "line": 1959,
+ "line": 1962,
"column": 7
}
}
@@ -221570,16 +221893,16 @@
"type": "Line",
"value": "mutiple select",
"range": [
- 73076,
- 73092
+ 73227,
+ 73243
],
"loc": {
"start": {
- "line": 1975,
+ "line": 1978,
"column": 8
},
"end": {
- "line": 1975,
+ "line": 1978,
"column": 24
}
}
@@ -221588,16 +221911,16 @@
"type": "Line",
"value": "removes last operator ||",
"range": [
- 73490,
- 73516
+ 73641,
+ 73667
],
"loc": {
"start": {
- "line": 1986,
+ "line": 1989,
"column": 12
},
"end": {
- "line": 1986,
+ "line": 1989,
"column": 38
}
}
@@ -221606,16 +221929,16 @@
"type": "Line",
"value": "checklist",
"range": [
- 73597,
- 73608
+ 73748,
+ 73759
],
"loc": {
"start": {
- "line": 1989,
+ "line": 1992,
"column": 8
},
"end": {
- "line": 1989,
+ "line": 1992,
"column": 19
}
}
@@ -221624,16 +221947,16 @@
"type": "Line",
"value": "removes last operator ||",
"range": [
- 73786,
- 73812
+ 73937,
+ 73963
],
"loc": {
"start": {
- "line": 1993,
+ "line": 1996,
"column": 16
},
"end": {
- "line": 1993,
+ "line": 1996,
"column": 42
}
}
@@ -221642,16 +221965,16 @@
"type": "Block",
"value": "*\n * Return the filters' values\n * @return {Array} List of filters' values\n ",
"range": [
- 73990,
- 74082
+ 74141,
+ 74233
],
"loc": {
"start": {
- "line": 2002,
+ "line": 2005,
"column": 4
},
"end": {
- "line": 2005,
+ "line": 2008,
"column": 7
}
}
@@ -221660,16 +221983,16 @@
"type": "Block",
"value": "*\n * Return the ID of the filter of a specified column\n * @param {Number} index Column's index\n * @return {String} ID of the filter element\n ",
"range": [
- 74447,
- 74615
+ 74598,
+ 74766
],
"loc": {
"start": {
- "line": 2020,
+ "line": 2023,
"column": 4
},
"end": {
- "line": 2024,
+ "line": 2027,
"column": 7
}
}
@@ -221678,16 +222001,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": [
- 74743,
- 75144
+ 74894,
+ 75295
],
"loc": {
"start": {
- "line": 2032,
+ "line": 2035,
"column": 4
},
"end": {
- "line": 2040,
+ "line": 2043,
"column": 7
}
}
@@ -221696,16 +222019,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": [
- 75545,
- 75691
+ 75696,
+ 75842
],
"loc": {
"start": {
- "line": 2056,
+ "line": 2059,
"column": 4
},
"end": {
- "line": 2060,
+ "line": 2063,
"column": 7
}
}
@@ -221714,16 +222037,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": [
- 75802,
- 75968
+ 75953,
+ 76119
],
"loc": {
"start": {
- "line": 2066,
+ "line": 2069,
"column": 4
},
"end": {
- "line": 2070,
+ "line": 2073,
"column": 7
}
}
@@ -221732,16 +222055,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": [
- 76082,
- 76313
+ 76233,
+ 76464
],
"loc": {
"start": {
- "line": 2076,
+ "line": 2079,
"column": 4
},
"end": {
- "line": 2081,
+ "line": 2084,
"column": 7
}
}
@@ -221750,16 +222073,16 @@
"type": "Block",
"value": "*\n * Return the data of a given cell\n * @param {DOMElement} cell Cell's DOM object\n * @return {String}\n ",
"range": [
- 76533,
- 76658
+ 76684,
+ 76809
],
"loc": {
"start": {
- "line": 2089,
+ "line": 2092,
"column": 4
},
"end": {
- "line": 2093,
+ "line": 2096,
"column": 7
}
}
@@ -221768,16 +222091,16 @@
"type": "Line",
"value": "Check for customCellData callback",
"range": [
- 76724,
- 76759
+ 76875,
+ 76910
],
"loc": {
"start": {
- "line": 2096,
+ "line": 2099,
"column": 8
},
"end": {
- "line": 2096,
+ "line": 2099,
"column": 43
}
}
@@ -221786,16 +222109,16 @@
"type": "Block",
"value": "*\n * Return the table data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 76983,
- 77310
+ 77134,
+ 77461
],
"loc": {
"start": {
- "line": 2104,
+ "line": 2107,
"column": 4
},
"end": {
- "line": 2114,
+ "line": 2117,
"column": 7
}
}
@@ -221804,16 +222127,16 @@
"type": "Block",
"value": "*\n * Return the filtered data with following format:\n * [\n * [rowIndex, [value0, value1...]],\n * [rowIndex, [value0, value1...]]\n * ]\n * @param {Boolean} includeHeaders Optional: include headers row\n * @return {Array}\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 77905,
- 78235
+ 78056,
+ 78386
],
"loc": {
"start": {
- "line": 2133,
+ "line": 2136,
"column": 4
},
"end": {
- "line": 2143,
+ "line": 2146,
"column": 7
}
}
@@ -221822,16 +222145,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 Optional: include headers row\n * @return {Array} Flat list of values ['val0','val1','val2'...]\n *\n * TODO: provide an API returning data in JSON format\n ",
"range": [
- 79008,
- 79339
+ 79159,
+ 79490
],
"loc": {
"start": {
- "line": 2168,
+ "line": 2171,
"column": 4
},
"end": {
- "line": 2175,
+ "line": 2178,
"column": 7
}
}
@@ -221840,16 +222163,16 @@
"type": "Line",
"value": "cols values of current row",
"range": [
- 79729,
- 79757
+ 79880,
+ 79908
],
"loc": {
"start": {
- "line": 2187,
+ "line": 2190,
"column": 16
},
"end": {
- "line": 2187,
+ "line": 2190,
"column": 44
}
}
@@ -221858,16 +222181,16 @@
"type": "Line",
"value": "data of searched column",
"range": [
- 79800,
- 79825
+ 79951,
+ 79976
],
"loc": {
"start": {
- "line": 2189,
+ "line": 2192,
"column": 16
},
"end": {
- "line": 2189,
+ "line": 2192,
"column": 41
}
}
@@ -221876,16 +222199,16 @@
"type": "Block",
"value": "*\n * Get the display value of a row\n * @param {RowElement} DOM element of the row\n * @return {String} Usually 'none' or ''\n ",
"range": [
- 79933,
- 80082
+ 80084,
+ 80233
],
"loc": {
"start": {
- "line": 2196,
+ "line": 2199,
"column": 4
},
"end": {
- "line": 2200,
+ "line": 2203,
"column": 7
}
}
@@ -221894,16 +222217,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": [
- 80218,
- 80391
+ 80369,
+ 80542
],
"loc": {
"start": {
- "line": 2208,
+ "line": 2211,
"column": 4
},
"end": {
- "line": 2212,
+ "line": 2215,
"column": 7
}
}
@@ -221912,16 +222235,16 @@
"type": "Line",
"value": " always visible rows are valid",
"range": [
- 80560,
- 80592
+ 80711,
+ 80743
],
"loc": {
"start": {
- "line": 2219,
+ "line": 2222,
"column": 8
},
"end": {
- "line": 2219,
+ "line": 2222,
"column": 40
}
}
@@ -221930,16 +222253,16 @@
"type": "Block",
"value": "*\n * Validate all filterable rows\n ",
"range": [
- 80952,
- 80999
+ 81103,
+ 81150
],
"loc": {
"start": {
- "line": 2233,
+ "line": 2236,
"column": 4
},
"end": {
- "line": 2235,
+ "line": 2238,
"column": 7
}
}
@@ -221948,16 +222271,16 @@
"type": "Block",
"value": "*\n * Set search value to a given filter\n * @param {Number} index Column's index\n * @param {String} searcharg Search term\n ",
"range": [
- 81278,
- 81424
+ 81429,
+ 81575
],
"loc": {
"start": {
- "line": 2247,
+ "line": 2250,
"column": 4
},
"end": {
- "line": 2251,
+ "line": 2254,
"column": 7
}
}
@@ -221966,16 +222289,16 @@
"type": "Line",
"value": "multiple selects",
"range": [
- 81842,
- 81860
+ 81993,
+ 82011
],
"loc": {
"start": {
- "line": 2264,
+ "line": 2267,
"column": 8
},
"end": {
- "line": 2264,
+ "line": 2267,
"column": 26
}
}
@@ -221984,16 +222307,16 @@
"type": "Line",
"value": " let ct = 0; //keywords counter",
"range": [
- 81986,
- 82019
+ 82137,
+ 82170
],
"loc": {
"start": {
- "line": 2267,
+ "line": 2270,
"column": 12
},
"end": {
- "line": 2267,
+ "line": 2270,
"column": 45
}
}
@@ -222002,16 +222325,16 @@
"type": "Line",
"value": "if",
"range": [
- 82487,
- 82491
+ 82638,
+ 82642
],
"loc": {
"start": {
- "line": 2279,
+ "line": 2282,
"column": 17
},
"end": {
- "line": 2279,
+ "line": 2282,
"column": 21
}
}
@@ -222020,16 +222343,16 @@
"type": "Line",
"value": "for j",
"range": [
- 82505,
- 82512
+ 82656,
+ 82663
],
"loc": {
"start": {
- "line": 2280,
+ "line": 2283,
"column": 13
},
"end": {
- "line": 2280,
+ "line": 2283,
"column": 20
}
}
@@ -222038,16 +222361,16 @@
"type": "Line",
"value": "checklist",
"range": [
- 82531,
- 82542
+ 82682,
+ 82693
],
"loc": {
"start": {
- "line": 2282,
+ "line": 2285,
"column": 8
},
"end": {
- "line": 2282,
+ "line": 2285,
"column": 19
}
}
@@ -222056,16 +222379,16 @@
"type": "Block",
"value": "*\n * Set them columns' widths as per configuration\n * @param {Number} rowIndex Optional row index to apply the widths to\n * @param {Element} tbl DOM element\n ",
"range": [
- 83535,
- 83713
+ 83686,
+ 83864
],
"loc": {
"start": {
- "line": 2309,
+ "line": 2312,
"column": 4
},
"end": {
- "line": 2313,
+ "line": 2316,
"column": 7
}
}
@@ -222074,16 +222397,16 @@
"type": "Block",
"value": "jshint validthis:true ",
"range": [
- 84106,
- 84132
+ 84257,
+ 84283
],
"loc": {
"start": {
- "line": 2329,
+ "line": 2332,
"column": 12
},
"end": {
- "line": 2329,
+ "line": 2332,
"column": 38
}
}
@@ -222092,16 +222415,16 @@
"type": "Block",
"value": "*\n * Makes defined rows always visible\n ",
"range": [
- 84870,
- 84922
+ 85021,
+ 85073
],
"loc": {
"start": {
- "line": 2351,
+ "line": 2354,
"column": 4
},
"end": {
- "line": 2353,
+ "line": 2356,
"column": 7
}
}
@@ -222110,16 +222433,16 @@
"type": "Line",
"value": "row index cannot be > nrows",
"range": [
- 85130,
- 85159
+ 85281,
+ 85310
],
"loc": {
"start": {
- "line": 2360,
+ "line": 2363,
"column": 12
},
"end": {
- "line": 2360,
+ "line": 2363,
"column": 41
}
}
@@ -222128,16 +222451,16 @@
"type": "Block",
"value": "*\n * Clear all the filters' values\n ",
"range": [
- 85349,
- 85397
+ 85500,
+ 85548
],
"loc": {
"start": {
- "line": 2371,
+ "line": 2374,
"column": 4
},
"end": {
- "line": 2373,
+ "line": 2376,
"column": 7
}
}
@@ -222146,16 +222469,16 @@
"type": "Block",
"value": "*\n * Clears filtered columns visual indicator (background color)\n ",
"range": [
- 85989,
- 86067
+ 86140,
+ 86218
],
"loc": {
"start": {
- "line": 2392,
+ "line": 2395,
"column": 4
},
"end": {
- "line": 2394,
+ "line": 2397,
"column": 7
}
}
@@ -222164,16 +222487,16 @@
"type": "Block",
"value": "*\n * Refresh the filters subject to linking ('select', 'multiple',\n * 'checklist' type)\n ",
"range": [
- 86287,
- 86392
+ 86438,
+ 86543
],
"loc": {
"start": {
- "line": 2402,
+ "line": 2405,
"column": 4
},
"end": {
- "line": 2405,
+ "line": 2408,
"column": 7
}
}
@@ -222182,16 +222505,16 @@
"type": "Line",
"value": " Welcome to cyclomatic complexity hell :)",
"range": [
- 87105,
- 87148
+ 87256,
+ 87299
],
"loc": {
"start": {
- "line": 2423,
+ "line": 2426,
"column": 12
},
"end": {
- "line": 2423,
+ "line": 2426,
"column": 55
}
}
@@ -222200,16 +222523,16 @@
"type": "Line",
"value": " TODO: simplify/refactor if statement",
"range": [
- 87161,
- 87200
+ 87312,
+ 87351
],
"loc": {
"start": {
- "line": 2424,
+ "line": 2427,
"column": 12
},
"end": {
- "line": 2424,
+ "line": 2427,
"column": 51
}
}
@@ -222218,16 +222541,16 @@
"type": "Line",
"value": "1st option needs to be inserted",
"range": [
- 87789,
- 87822
+ 87940,
+ 87973
],
"loc": {
"start": {
- "line": 2438,
+ "line": 2441,
"column": 16
},
"end": {
- "line": 2438,
+ "line": 2441,
"column": 49
}
}
@@ -222236,16 +222559,16 @@
"type": "Line",
"value": " for i",
"range": [
- 88374,
- 88382
+ 88525,
+ 88533
],
"loc": {
"start": {
- "line": 2454,
+ "line": 2457,
"column": 9
},
"end": {
- "line": 2454,
+ "line": 2457,
"column": 17
}
}
@@ -222254,16 +222577,16 @@
"type": "Block",
"value": "*\n * Re-generate the filters grid bar when previously removed\n ",
"range": [
- 88394,
- 88469
+ 88545,
+ 88620
],
"loc": {
"start": {
- "line": 2457,
+ "line": 2460,
"column": 4
},
"end": {
- "line": 2459,
+ "line": 2462,
"column": 7
}
}
@@ -222272,16 +222595,16 @@
"type": "Line",
"value": " grid was removed, grid row element is stored in fltGridEl property",
"range": [
- 88743,
- 88812
+ 88894,
+ 88963
],
"loc": {
"start": {
- "line": 2471,
+ "line": 2474,
"column": 8
},
"end": {
- "line": 2471,
+ "line": 2474,
"column": 77
}
}
@@ -222290,16 +222613,16 @@
"type": "Line",
"value": " If table has a thead ensure the filters row is appended in the",
"range": [
- 88855,
- 88920
+ 89006,
+ 89071
],
"loc": {
"start": {
- "line": 2473,
+ "line": 2476,
"column": 12
},
"end": {
- "line": 2473,
+ "line": 2476,
"column": 77
}
}
@@ -222308,16 +222631,16 @@
"type": "Line",
"value": " thead element",
"range": [
- 88933,
- 88949
+ 89084,
+ 89100
],
"loc": {
"start": {
- "line": 2474,
+ "line": 2477,
"column": 12
},
"end": {
- "line": 2474,
+ "line": 2477,
"column": 28
}
}
@@ -222326,16 +222649,16 @@
"type": "Line",
"value": " filters are appended in external placeholders elements",
"range": [
- 89249,
- 89306
+ 89400,
+ 89457
],
"loc": {
"start": {
- "line": 2483,
+ "line": 2486,
"column": 8
},
"end": {
- "line": 2483,
+ "line": 2486,
"column": 65
}
}
@@ -222344,16 +222667,16 @@
"type": "Line",
"value": "IE special treatment for gridLayout, appended filters are",
"range": [
- 89758,
- 89817
+ 89909,
+ 89968
],
"loc": {
"start": {
- "line": 2494,
+ "line": 2497,
"column": 16
},
"end": {
- "line": 2494,
+ "line": 2497,
"column": 75
}
}
@@ -222362,16 +222685,16 @@
"type": "Line",
"value": "empty",
"range": [
- 89834,
- 89841
+ 89985,
+ 89992
],
"loc": {
"start": {
- "line": 2495,
+ "line": 2498,
"column": 16
},
"end": {
- "line": 2495,
+ "line": 2498,
"column": 23
}
}
@@ -222380,16 +222703,16 @@
"type": "Block",
"value": "*\n * Determines if passed filter column implements exact query match\n * @param {Number} colIndex [description]\n * @return {Boolean} [description]\n ",
"range": [
- 90727,
- 90905
+ 90878,
+ 91056
],
"loc": {
"start": {
- "line": 2525,
+ "line": 2528,
"column": 4
},
"end": {
- "line": 2529,
+ "line": 2532,
"column": 7
}
}
@@ -222398,16 +222721,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": [
- 91108,
- 91327
+ 91259,
+ 91478
],
"loc": {
"start": {
- "line": 2536,
+ "line": 2539,
"column": 4
},
"end": {
- "line": 2541,
+ "line": 2544,
"column": 7
}
}
@@ -222416,16 +222739,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": [
- 91849,
- 92108
+ 92000,
+ 92259
],
"loc": {
"start": {
- "line": 2559,
+ "line": 2562,
"column": 4
},
"end": {
- "line": 2565,
+ "line": 2568,
"column": 7
}
}
@@ -222434,16 +222757,16 @@
"type": "Line",
"value": "Browser <> IE onload event works only for scripts, not for stylesheets",
"range": [
- 92834,
- 92906
+ 92985,
+ 93057
],
"loc": {
"start": {
- "line": 2590,
+ "line": 2593,
"column": 8
},
"end": {
- "line": 2590,
+ "line": 2593,
"column": 80
}
}
@@ -222452,16 +222775,16 @@
"type": "Block",
"value": "*\n * Check if table has filters grid\n * @return {Boolean}\n ",
"range": [
- 93449,
- 93524
+ 93600,
+ 93675
],
"loc": {
"start": {
- "line": 2607,
+ "line": 2610,
"column": 4
},
"end": {
- "line": 2610,
+ "line": 2613,
"column": 7
}
}
@@ -222470,16 +222793,16 @@
"type": "Block",
"value": "*\n * Get list of filter IDs\n * @return {[type]} [description]\n ",
"range": [
- 93581,
- 93660
+ 93732,
+ 93811
],
"loc": {
"start": {
- "line": 2615,
+ "line": 2618,
"column": 4
},
"end": {
- "line": 2618,
+ "line": 2621,
"column": 7
}
}
@@ -222488,16 +222811,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": [
- 93726,
- 93902
+ 93877,
+ 94053
],
"loc": {
"start": {
- "line": 2623,
+ "line": 2626,
"column": 4
},
"end": {
- "line": 2627,
+ "line": 2630,
"column": 7
}
}
@@ -222506,16 +222829,16 @@
"type": "Block",
"value": "*\n * Get the index of the row containing the filters\n * @return {Number}\n ",
"range": [
- 94580,
- 94670
+ 94731,
+ 94821
],
"loc": {
"start": {
- "line": 2650,
+ "line": 2653,
"column": 4
},
"end": {
- "line": 2653,
+ "line": 2656,
"column": 7
}
}
@@ -222524,16 +222847,16 @@
"type": "Block",
"value": "*\n * Get the index of the headers row\n * @return {Number}\n ",
"range": [
- 94745,
- 94820
+ 94896,
+ 94971
],
"loc": {
"start": {
- "line": 2658,
+ "line": 2661,
"column": 4
},
"end": {
- "line": 2661,
+ "line": 2664,
"column": 7
}
}
@@ -222542,16 +222865,16 @@
"type": "Block",
"value": "*\n * Get the row index from where the filtering process start (1st filterable\n * row)\n * @return {Number}\n ",
"range": [
- 94890,
- 95017
+ 95041,
+ 95168
],
"loc": {
"start": {
- "line": 2666,
+ "line": 2669,
"column": 4
},
"end": {
- "line": 2670,
+ "line": 2673,
"column": 7
}
}
@@ -222560,16 +222883,16 @@
"type": "Block",
"value": "*\n * Get the index of the last row\n * @return {Number}\n ",
"range": [
- 95081,
- 95153
+ 95232,
+ 95304
],
"loc": {
"start": {
- "line": 2675,
+ "line": 2678,
"column": 4
},
"end": {
- "line": 2678,
+ "line": 2681,
"column": 7
}
}
@@ -222578,16 +222901,16 @@
"type": "Block",
"value": "*\n * Get the header DOM element for a given column index\n * @param {Number} colIndex Column index\n * @return {Object}\n ",
"range": [
- 95278,
- 95418
+ 95429,
+ 95569
],
"loc": {
"start": {
- "line": 2686,
+ "line": 2689,
"column": 4
},
"end": {
- "line": 2690,
+ "line": 2693,
"column": 7
}
}
@@ -222596,16 +222919,16 @@
"type": "Block",
"value": "*\n * Return the list of headers' text\n * @return {Array} list of headers' text\n ",
"range": [
- 96033,
- 96129
+ 96184,
+ 96280
],
"loc": {
"start": {
- "line": 2711,
+ "line": 2714,
"column": 4
},
"end": {
- "line": 2714,
+ "line": 2717,
"column": 7
}
}
@@ -222614,16 +222937,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": [
- 96405,
- 96541
+ 96556,
+ 96692
],
"loc": {
"start": {
- "line": 2725,
+ "line": 2728,
"column": 4
},
"end": {
- "line": 2729,
+ "line": 2732,
"column": 7
}
}
@@ -222632,16 +222955,16 @@
"type": "Block",
"value": "*\n * Get the total number of filterable rows\n * @return {Number}\n ",
"range": [
- 96695,
- 96777
+ 96846,
+ 96928
],
"loc": {
"start": {
- "line": 2735,
+ "line": 2738,
"column": 4
},
"end": {
- "line": 2738,
+ "line": 2741,
"column": 7
}
}
@@ -222650,16 +222973,16 @@
"type": "Block",
"value": "*\n * Get the configuration object (literal object)\n * @return {Object}\n ",
"range": [
- 96854,
- 96942
+ 97005,
+ 97093
],
"loc": {
"start": {
- "line": 2743,
+ "line": 2746,
"column": 4
},
"end": {
- "line": 2746,
+ "line": 2749,
"column": 7
}
}
diff --git a/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html b/docs/class/src/extensions/advancedGrid/adapterEzEditTable.js~AdapterEzEditTable.html
index 3b8fe1dd..9d6f03ca 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.0.17 API Document
+ AdapterEzEditTable | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/extensions/colOps/colOps.js~ColOps.html b/docs/class/src/extensions/colOps/colOps.js~ColOps.html
index e1506268..effdc099 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.0.17 API Document
+ ColOps | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html b/docs/class/src/extensions/colsVisibility/colsVisibility.js~ColsVisibility.html
index 5e06b921..6c36ac39 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.0.17 API Document
+ ColsVisibility | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html b/docs/class/src/extensions/filtersVisibility/filtersVisibility.js~FiltersVisibility.html
index c3c5c3fd..0bf298af 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.0.17 API Document
+ FiltersVisibility | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html b/docs/class/src/extensions/sort/adapterSortabletable.js~AdapterSortableTable.html
index 3fb4f339..80a88202 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.0.17 API Document
+ AdapterSortableTable | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/alternateRows.js~AlternateRows.html b/docs/class/src/modules/alternateRows.js~AlternateRows.html
index 0ad611c4..6103d317 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.0.17 API Document
+ AlternateRows | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/checkList.js~CheckList.html b/docs/class/src/modules/checkList.js~CheckList.html
index 5fe018da..f25901c3 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.0.17 API Document
+ CheckList | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/clearButton.js~ClearButton.html b/docs/class/src/modules/clearButton.js~ClearButton.html
index 28bfadea..baa48fe9 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.0.17 API Document
+ ClearButton | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/dropdown.js~Dropdown.html b/docs/class/src/modules/dropdown.js~Dropdown.html
index 56c852e0..87795fa4 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.0.17 API Document
+ Dropdown | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/feature.js~Feature.html b/docs/class/src/modules/feature.js~Feature.html
index d73221c5..690fc93b 100644
--- a/docs/class/src/modules/feature.js~Feature.html
+++ b/docs/class/src/modules/feature.js~Feature.html
@@ -3,7 +3,7 @@
- Feature | tablefilter v0.0.17 API Document
+ Feature | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/gridLayout.js~GridLayout.html b/docs/class/src/modules/gridLayout.js~GridLayout.html
index 86549aff..c2d31a00 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.0.17 API Document
+ GridLayout | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/help.js~Help.html b/docs/class/src/modules/help.js~Help.html
index 51307e4d..1fdca471 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.0.17 API Document
+ Help | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html b/docs/class/src/modules/highlightKeywords.js~HighlightKeyword.html
index e964f94e..fd64fa36 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.0.17 API Document
+ HighlightKeyword | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/loader.js~Loader.html b/docs/class/src/modules/loader.js~Loader.html
index 0329952e..0b742c08 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.0.17 API Document
+ Loader | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/noResults.js~NoResults.html b/docs/class/src/modules/noResults.js~NoResults.html
index 9d9f8bfa..f629ea66 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.0.17 API Document
+ NoResults | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/paging.js~Paging.html b/docs/class/src/modules/paging.js~Paging.html
index 6434bacd..46102fa4 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.0.17 API Document
+ Paging | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/popupFilter.js~PopupFilter.html b/docs/class/src/modules/popupFilter.js~PopupFilter.html
index 8aeb6392..8a08a14f 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.0.17 API Document
+ PopupFilter | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/rowsCounter.js~RowsCounter.html b/docs/class/src/modules/rowsCounter.js~RowsCounter.html
index 6cbf7e4f..01233566 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.0.17 API Document
+ RowsCounter | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/statusBar.js~StatusBar.html b/docs/class/src/modules/statusBar.js~StatusBar.html
index 01016647..e575215d 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.0.17 API Document
+ StatusBar | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/modules/store.js~Store.html b/docs/class/src/modules/store.js~Store.html
index 1a1da68b..bc42ce5c 100644
--- a/docs/class/src/modules/store.js~Store.html
+++ b/docs/class/src/modules/store.js~Store.html
@@ -3,7 +3,7 @@
- Store | tablefilter v0.0.17 API Document
+ Store | tablefilter v0.0.18 API Document
diff --git a/docs/class/src/tablefilter.js~TableFilter.html b/docs/class/src/tablefilter.js~TableFilter.html
index 34ad34cc..d177f3da 100644
--- a/docs/class/src/tablefilter.js~TableFilter.html
+++ b/docs/class/src/tablefilter.js~TableFilter.html
@@ -3,7 +3,7 @@
- TableFilter | tablefilter v0.0.17 API Document
+ TableFilter | tablefilter v0.0.18 API Document
@@ -13553,7 +13553,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -13595,7 +13595,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -13636,7 +13636,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -13676,7 +13676,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -13809,7 +13809,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -14027,7 +14027,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -14095,7 +14095,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -14164,7 +14164,7 @@ requires table or id arguments, row and <
- source
+ source
@@ -14323,7 +14323,7 @@ custom options values and texts
- source
+ source
@@ -14391,7 +14391,7 @@ custom options values and texts
- source
+ source
@@ -14460,7 +14460,7 @@ custom options values and texts
- source
+ source
@@ -14528,7 +14528,7 @@ custom options values and texts
- source
+ source
@@ -14597,7 +14597,7 @@ custom options values and texts
- source
+ source
@@ -14648,7 +14648,7 @@ custom options values and texts
- source
+ source
@@ -14721,7 +14721,7 @@ custom options values and texts
- source
+ source
@@ -14798,7 +14798,7 @@ custom options values and texts
- source
+ source
@@ -14876,7 +14876,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -14928,7 +14928,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -14979,7 +14979,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -15031,7 +15031,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -15099,7 +15099,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -15150,7 +15150,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -15202,7 +15202,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -15253,7 +15253,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -15322,7 +15322,7 @@ Note: hidden filters are also returned
- source
+ source
@@ -15392,7 +15392,7 @@ defined
- source
+ source
@@ -15513,7 +15513,7 @@ row)
- source
+ source
@@ -15586,7 +15586,7 @@ row)
- source
+ source
@@ -15723,7 +15723,7 @@ row)
- source
+ source
@@ -15774,7 +15774,7 @@ row)
- source
+ source
@@ -16004,7 +16004,7 @@ row)
- source
+ source
@@ -16073,7 +16073,7 @@ row)
- source
+ source
@@ -16148,7 +16148,7 @@ row)
- source
+ source
@@ -16410,7 +16410,7 @@ row)
- source
+ source
@@ -16475,7 +16475,7 @@ row)
- source
+ source
@@ -16581,7 +16581,7 @@ row)
- source
+ source
@@ -16622,7 +16622,7 @@ row)
- source
+ source
diff --git a/docs/dump.json b/docs/dump.json
index 8c46eb8b..cdad38eb 100644
--- a/docs/dump.json
+++ b/docs/dump.json
@@ -10520,7 +10520,7 @@
"access": null,
"description": null,
"lineNumber": 1,
- "content": "import Event from './event';\nimport Dom from './dom';\nimport Str from './string';\nimport Cookie from './cookie';\nimport Types from './types';\nimport Arr from './array';\nimport DateHelper from './date';\nimport Helpers from './helpers';\n\n// Features\nimport {Store} from './modules/store';\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';\n\nvar global = window,\n isValidDate = DateHelper.isValid,\n formatDate = DateHelper.format,\n doc = global.document;\n\nexport class TableFilter{\n\n /**\n * TableFilter object constructor\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 if(args.length === 0){ return; }\n\n this.id = null;\n this.version = '{VERSION}';\n this.year = new Date().getFullYear();\n this.tbl = null;\n this.startRow = null;\n this.refRow = null;\n this.headersRow = null;\n this.cfg = {};\n this.nbFilterableRows = null;\n this.nbRows = null;\n this.nbCells = null;\n this._hasGrid = false;\n\n // TODO: use for-of with babel plug-in\n args.forEach((arg)=> {\n let argtype = typeof arg;\n if(argtype === 'object' && arg && arg.nodeName === 'TABLE'){\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if(argtype === 'string'){\n this.id = arg;\n this.tbl = Dom.id(arg);\n } else if(argtype === 'number'){\n this.startRow = arg;\n } else if(argtype === 'object'){\n this.cfg = arg;\n }\n });\n\n if(!this.tbl || this.tbl.nodeName != 'TABLE' || this.getRowsNb() === 0){\n throw new Error(\n 'Could not instantiate TableFilter: HTML table not found.');\n }\n\n // configuration object\n let f = this.cfg;\n\n //Start row et cols nb\n this.refRow = this.startRow === null ? 2 : (this.startRow+1);\n try{ this.nbCells = this.getCellsNb(this.refRow); }\n catch(e){ this.nbCells = this.getCellsNb(0); }\n\n //default script base path\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filter types ***/\n this.fltTypeInp = 'input';\n this.fltTypeSlc = 'select';\n this.fltTypeMulti = 'multiple';\n this.fltTypeCheckList = 'checklist';\n this.fltTypeNone = 'none';\n\n /*** filters' grid properties ***/\n\n //enables/disables filter grid\n this.fltGrid = f.grid === false ? false : true;\n\n //enables/disables grid layout (fixed headers)\n this.gridLayout = Boolean(f.grid_layout);\n\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n if(this.gridLayout){\n if(this.headersRow > 1){\n this.filtersRowIndex = this.headersRow+1;\n } else {\n this.filtersRowIndex = 1;\n this.headersRow = 0;\n }\n }\n\n //defines tag of the cells containing filters (td/th)\n this.fltCellTag = f.filters_cell_tag!=='th' ||\n f.filters_cell_tag!=='td' ? 'td' : f.filters_cell_tag;\n\n //stores filters ids\n this.fltIds = [];\n //stores filters DOM elements\n this.fltElms = [];\n //stores filters values\n this.searchArgs = null;\n //stores valid rows indexes (rows visible upon filtering)\n this.validRowsIndex = null;\n //stores filters row element\n this.fltGridEl = null;\n //is first load boolean\n this.isFirstLoad = true;\n //container div for paging elements, reset btn etc.\n this.infDiv = null;\n //div for rows counter\n this.lDiv = null;\n //div for reset button and results per page select\n this.rDiv = null;\n //div for paging elements\n this.mDiv = null;\n\n //defines css class for div containing paging elements, rows counter etc\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n //defines css class for left div\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n //defines css class for right div\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n //defines css class for mid div\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n //table container div css class\n this.contDivCssClass = f.content_div_css_class || 'cont';\n\n /*** filters' grid appearance ***/\n //stylesheet file\n this.stylePath = f.style_path || this.basePath + 'style/';\n this.stylesheet = f.stylesheet || this.stylePath+'tablefilter.css';\n this.stylesheetId = this.id + '_style';\n //defines css class for filters row\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n //enables/disables icons (paging, reset button)\n this.enableIcons = f.enable_icons===false ? false : true;\n //enables/disbles rows alternating bg colors\n this.alternateRows = Boolean(f.alternate_rows);\n //defines widths of columns\n this.hasColWidths = Types.isArray(f.col_widths);\n this.colWidths = this.hasColWidths ? f.col_widths : null;\n //defines css class for filters\n this.fltCssClass = f.flt_css_class || 'flt';\n //defines css class for multiple selects filters\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n //defines css class for filters\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n //defines css class for single-filter\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n //enables/disables enter key\n this.enterKey = f.enter_key===false ? false : true;\n //calls function before filtering starts\n this.onBeforeFilter = Types.isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n //calls function after filtering\n this.onAfterFilter = Types.isFn(f.on_after_filter) ?\n f.on_after_filter : null;\n //enables/disables case sensitivity\n this.caseSensitive = Boolean(f.case_sensitive);\n //has exact match per column\n this.hasExactMatchByCol = Types.isArray(f.columns_exact_match);\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n //enables/disbles exact match for search\n this.exactMatch = Boolean(f.exact_match);\n //refreshes drop-down lists upon validation\n this.linkedFilters = Boolean(f.linked_filters);\n //wheter excluded options are disabled\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n //stores active filter element\n this.activeFlt = null;\n //id of active filter\n this.activeFilterId = null;\n //enables always visible rows\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n //array containing always visible rows\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n //enables/disables external filters generation\n this.isExternalFlt = Boolean(f.external_flt_grid);\n //array containing ids of external elements containing filters\n this.externalFltTgtIds = f.external_flt_grid_ids || null;\n //stores filters elements if isExternalFlt is true\n this.externalFltEls = [];\n //delays any filtering process if loader true\n this.execDelay = !isNaN(f.exec_delay) ? parseInt(f.exec_delay,10) : 100;\n //calls function when filters grid loaded\n this.onFiltersLoaded = Types.isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n //enables/disables single filter search\n this.singleSearchFlt = Boolean(f.single_filter);\n //calls function after row is validated\n this.onRowValidated = Types.isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n //array defining columns for customCellData event\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n //calls custom function for retrieving cell data\n this.customCellData = Types.isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n //input watermark text array\n this.watermark = f.watermark || '';\n this.isWatermarkArray = Types.isArray(this.watermark);\n //id of toolbar container element\n this.toolBarTgtId = f.toolbar_target_id || null;\n //enables/disables help div\n this.help = Types.isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n //popup filters\n this.popupFilters = Boolean(f.popup_filters);\n //active columns color\n this.markActiveColumns = Boolean(f.mark_active_columns);\n //defines css class for active column header\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n //calls function before active column header is marked\n this.onBeforeActiveColumn = Types.isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n //calls function after active column header is marked\n this.onAfterActiveColumn = Types.isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n //defines 1st option text\n this.displayAllText = f.display_all_text || 'Clear';\n //enables/disables empty option in combo-box filters\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n //defines empty option text\n this.emptyText = f.empty_text || '(Empty)';\n //enables/disables non empty option in combo-box filters\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //enables/disables onChange event on combo-box\n this.onSlcChange = f.on_change===false ? false : true;\n //enables/disables select options sorting\n this.sortSlc = f.sort_select===false ? false : true;\n //enables/disables ascending numeric options sorting\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : null;\n //enables/disables descending numeric options sorting\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : null;\n //Select filters are populated on demand\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n this.hasCustomOptions = Types.isObj(f.custom_options);\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n this.rgxOperator = f.regexp_operator || 'rgx:';\n this.emOperator = f.empty_operator || '[empty]';\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n this.orOperator = f.or_operator || '||';\n this.anOperator = f.and_operator || '&&';\n this.grOperator = f.greater_operator || '>';\n this.lwOperator = f.lower_operator || '<';\n this.leOperator = f.lower_equal_operator || '<=';\n this.geOperator = f.greater_equal_operator || '>=';\n this.dfOperator = f.different_operator || '!';\n this.lkOperator = f.like_operator || '*';\n this.eqOperator = f.equal_operator || '=';\n this.stOperator = f.start_with_operator || '{';\n this.enOperator = f.end_with_operator || '}';\n this.curExp = f.cur_exp || '^[¥£€$]';\n this.separator = f.separator || ',';\n\n /*** rows counter ***/\n //show/hides rows counter\n this.rowsCounter = Boolean(f.rows_counter);\n\n /*** status bar ***/\n //show/hides status bar\n this.statusBar = Boolean(f.status_bar);\n\n /*** loader ***/\n //enables/disables loader/spinner indicator\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n //show/hides filter's validation button\n this.displayBtn = Boolean(f.btn);\n //defines validation button text\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n //defines css class for validation button\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n //show/hides reset link\n this.btnReset = Boolean(f.btn_reset);\n //defines css class for reset button\n this.btnResetCssClass = f.btn_reset_css_class || 'reset';\n //callback function before filters are cleared\n this.onBeforeReset = Types.isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n //callback function after filters are cleared\n this.onAfterReset = Types.isFn(f.on_after_reset) ?\n f.on_after_reset : null;\n\n /*** paging ***/\n //enables/disables table paging\n this.paging = Boolean(f.paging);\n this.nbVisibleRows = 0; //nb visible rows\n this.nbHiddenRows = 0; //nb hidden rows\n\n /*** autofilter on typing ***/\n //enables/disables auto filtering, table is filtered when user stops\n //typing\n this.autoFilter = Boolean(f.auto_filter);\n //onkeyup delay timer (msecs)\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : 900;\n //typing indicator\n this.isUserTyping = null;\n this.autoFilterTimer = null;\n\n /*** keyword highlighting ***/\n //enables/disables keyword highlighting\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /*** No results feature ***/\n this.noResults = Types.isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /*** data types ***/\n //defines default date type (european DMY)\n this.defaultDateType = f.default_date_type || 'DMY';\n //defines default thousands separator\n //US = ',' EU = '.'\n this.thousandsSeparator = f.thousands_separator || ',';\n //defines default decimal separator\n //US & javascript = '.' EU = ','\n this.decimalSeparator = f.decimal_separator || '.';\n //enables number format per column\n this.hasColNbFormat = Types.isArray(f.col_number_format);\n //array containing columns nb formats\n this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null;\n //enables date type per column\n this.hasColDateType = Types.isArray(f.col_date_type);\n //array containing columns date type\n this.colDateType = this.hasColDateType ? f.col_date_type : null;\n\n /*** status messages ***/\n //filtering\n this.msgFilter = f.msg_filter || 'Filtering data...';\n //populating drop-downs\n this.msgPopulate = f.msg_populate || 'Populating filter...';\n //populating drop-downs\n this.msgPopulateCheckList = f.msg_populate_checklist ||\n 'Populating list...';\n //changing paging page\n this.msgChangePage = f.msg_change_page || 'Collecting paging data...';\n //clearing filters\n this.msgClear = f.msg_clear || 'Clearing filters...';\n //changing nb results/page\n this.msgChangeResults = f.msg_change_results ||\n 'Changing results per page...';\n //re-setting grid values\n this.msgResetValues = f.msg_reset_grid_values ||\n 'Re-setting filters values...';\n //re-setting page\n this.msgResetPage = f.msg_reset_page || 'Re-setting page...';\n //re-setting page length\n this.msgResetPageLength = f.msg_reset_page_length ||\n 'Re-setting page length...';\n //table sorting\n this.msgSort = f.msg_sort || 'Sorting data...';\n //extensions loading\n this.msgLoadExtensions = f.msg_load_extensions ||\n 'Loading extensions...';\n //themes loading\n this.msgLoadThemes = f.msg_load_themes || 'Loading theme(s)...';\n\n /*** ids prefixes ***/\n //css class name added to table\n this.prfxTf = 'TF';\n //filters (inputs - selects)\n this.prfxFlt = 'flt';\n //validation button\n this.prfxValButton = 'btn';\n //container div for paging elements, rows counter etc.\n this.prfxInfDiv = 'inf_';\n //left div\n this.prfxLDiv = 'ldiv_';\n //right div\n this.prfxRDiv = 'rdiv_';\n //middle div\n this.prfxMDiv = 'mdiv_';\n //filter values cookie\n this.prfxCookieFltsValues = 'tf_flts_';\n //page nb cookie\n this.prfxCookiePageNb = 'tf_pgnb_';\n //page length cookie\n this.prfxCookiePageLen = 'tf_pglen_';\n\n /*** cookies ***/\n this.hasStoredValues = false;\n //remembers filters values on page load\n this.rememberGridValues = Boolean(f.remember_grid_values);\n //cookie storing filter values\n this.fltsValuesCookie = this.prfxCookieFltsValues + this.id;\n //remembers page nb on page load\n this.rememberPageNb = this.paging && f.remember_page_number;\n //cookie storing page nb\n this.pgNbCookie = this.prfxCookiePageNb + this.id;\n //remembers page length on page load\n this.rememberPageLen = this.paging && f.remember_page_length;\n //cookie storing page length\n this.pgLenCookie = this.prfxCookiePageLen + this.id;\n\n /*** extensions ***/\n //imports external script\n this.extensions = f.extensions;\n this.hasExtensions = Types.isArray(this.extensions);\n\n /*** themes ***/\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n //imports themes\n this.hasThemes = (this.enableDefaultTheme || Types.isArray(f.themes));\n this.themes = f.themes || [];\n //themes path\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n // Features registry\n this.Mod = {};\n\n // Extensions registry\n this.ExtRegistry = {};\n\n /*** TF events ***/\n this.Evt = {\n name: {\n filter: 'Filter',\n dropdown: 'DropDown',\n checklist: 'CheckList',\n changepage: 'ChangePage',\n clear: 'Clear',\n changeresultsperpage: 'ChangeResults',\n resetvalues: 'ResetValues',\n resetpage: 'ResetPage',\n resetpagelength: 'ResetPageLength',\n loadextensions: 'LoadExtensions',\n loadthemes: 'LoadThemes'\n },\n\n // Detect key\n detectKey(e) {\n if(!this.enterKey){ return; }\n let _ev = e || global.event;\n if(_ev){\n let key = Event.keyCode(_ev);\n if(key===13){\n this.filter();\n Event.cancel(_ev);\n Event.stop(_ev);\n } else {\n this.isUserTyping = true;\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n },\n // if auto-filter on, detect user is typing and filter columns\n onKeyUp(e) {\n if(!this.autoFilter){\n return;\n }\n let _ev = e || global.event;\n let key = Event.keyCode(_ev);\n this.isUserTyping = false;\n\n function filter() {\n /*jshint validthis:true */\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if(!this.isUserTyping){\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if(key!==13 && key!==9 && key!==27 && key!==38 && key!==40) {\n if(this.autoFilterTimer === null){\n this.autoFilterTimer = global.setInterval(\n filter.bind(this), this.autoFilterDelay);\n }\n } else {\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n },\n // if auto-filter on, detect user is typing\n onKeyDown() {\n if(!this.autoFilter) { return; }\n this.isUserTyping = true;\n },\n // if auto-filter on, clear interval on filter blur\n onInpBlur() {\n if(this.autoFilter){\n this.isUserTyping = false;\n global.clearInterval(this.autoFilterTimer);\n }\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n if(this.hasExtension('advancedGrid')){\n var advGrid = this.extension('advancedGrid');\n var ezEditTable = advGrid._ezEditTable;\n if(advGrid.cfg.editable){\n ezEditTable.Editable.Set();\n }\n if(advGrid.cfg.selection){\n ezEditTable.Selection.Set();\n }\n }\n },\n // set focused text-box filter as active\n onInpFocus(e) {\n let _ev = e || global.event;\n let elm = Event.target(_ev);\n this.activeFilterId = elm.getAttribute('id');\n this.activeFlt = Dom.id(this.activeFilterId);\n if(this.popupFilters){\n Event.cancel(_ev);\n Event.stop(_ev);\n }\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n if(this.hasExtension('advancedGrid')){\n var advGrid = this.extension('advancedGrid');\n var ezEditTable = advGrid._ezEditTable;\n if(advGrid.cfg.editable){\n ezEditTable.Editable.Remove();\n }\n if(advGrid.cfg.selection){\n ezEditTable.Selection.Remove();\n }\n }\n },\n // set focused drop-down filter as active\n onSlcFocus(e) {\n let _ev = e || global.event;\n let elm = Event.target(_ev);\n this.activeFilterId = elm.getAttribute('id');\n this.activeFlt = Dom.id(this.activeFilterId);\n // select is populated when element has focus\n if(this.loadFltOnDemand && elm.getAttribute('filled') === '0'){\n let ct = elm.getAttribute('ct');\n this.Mod.dropdown._build(ct);\n }\n if(this.popupFilters){\n Event.cancel(_ev);\n Event.stop(_ev);\n }\n },\n // filter columns on drop-down filter change\n onSlcChange(e) {\n if(!this.activeFlt){ return; }\n let _ev = e || global.event;\n if(this.popupFilters){ Event.stop(_ev); }\n if(this.onSlcChange){ this.filter(); }\n },\n // fill checklist filter on click if required\n onCheckListClick(e) {\n let _ev = e || global.event;\n let elm = Event.target(_ev);\n if(this.loadFltOnDemand && elm.getAttribute('filled') === '0'){\n let ct = elm.getAttribute('ct');\n this.Mod.checkList._build(ct);\n this.Mod.checkList.checkListDiv[ct].onclick = null;\n this.Mod.checkList.checkListDiv[ct].title = '';\n }\n }\n };\n }\n\n /**\n * Initialise filtering grid bar behaviours and layout\n *\n * TODO: decompose in smaller methods\n */\n init(){\n if(this._hasGrid){\n return;\n }\n if(!this.tbl){\n this.tbl = Dom.id(this.id);\n }\n if(this.gridLayout){\n this.refRow = this.startRow===null ? 0 : this.startRow;\n }\n if(this.popupFilters &&\n ((this.filtersRowIndex === 0 && this.headersRow === 1) ||\n this.gridLayout)){\n this.headersRow = 0;\n }\n\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells,\n inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if(this.hasThemes){ this._loadThemes(); }\n\n if(this.rememberGridValues || this.rememberPageNb ||\n this.rememberPageLen){\n Mod.store = new Store(this);\n }\n\n if(this.gridLayout){\n Mod.gridLayout = new GridLayout(this);\n Mod.gridLayout.init();\n }\n\n if(this.loader){\n if(!Mod.loader){\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if(this.highlightKeywords){\n Mod.highlightKeyword = new HighlightKeyword(this);\n }\n\n if(this.popupFilters){\n if(!Mod.popupFilter){\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if(!this.fltGrid){\n this.refRow = this.refRow-1;\n if(this.gridLayout){\n this.refRow = 0;\n }\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.nbFilterableRows + this.refRow;\n } else {\n if(this.isFirstLoad){\n let fltrow;\n if(!this.gridLayout){\n let thead = Dom.tag(this.tbl, 'thead');\n if(thead.length > 0){\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.tbl.insertRow(this.filtersRowIndex);\n }\n\n if(this.headersRow > 1 &&\n this.filtersRowIndex <= this.headersRow &&\n !this.popupFilters){\n this.headersRow++;\n }\n if(this.popupFilters){\n this.headersRow++;\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if(this.isExternalFlt || this.popupFilters){\n fltrow.style.display = 'none';\n }\n }\n\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.tbl.rows.length;\n\n for(let i=0; i this.filter());\n }//if\n\n }// for i\n\n } else {\n this._resetGrid();\n }//if isFirstLoad\n\n }//if this.fltGrid\n\n /* Features */\n if(this.hasVisibleRows){\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 || Mod.paging){\n if(!Mod.paging){\n Mod.paging = new Paging(this);\n Mod.paging.init();\n }\n Mod.paging.reset();\n }\n if(this.btnReset){\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n if(this.help){\n if(!Mod.help){\n Mod.help = new Help(this);\n }\n Mod.help.init();\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 if(!Mod.noResults){\n Mod.noResults = new NoResults(this);\n }\n Mod.noResults.init();\n }\n\n this.isFirstLoad = false;\n this._hasGrid = true;\n\n if(this.rememberGridValues || this.rememberPageLen ||\n this.rememberPageNb){\n this.resetValues();\n }\n\n //TF css class is added to table\n if(!this.gridLayout){\n Dom.addClass(this.tbl, this.prfxTf);\n }\n\n if(this.loader){\n Mod.loader.show('none');\n }\n\n /* Loads extensions */\n if(this.hasExtensions){\n this.initExtensions();\n }\n\n if(this.onFiltersLoaded){\n this.onFiltersLoaded.call(null, this);\n }\n }\n\n /**\n * Manages state messages\n * @param {String} evt Event name\n * @param {Object} cfg Config object\n */\n EvtManager(evt,\n cfg={ slcIndex: null, slcExternal: false, slcId: null, pgIndex: null }){\n let slcIndex = cfg.slcIndex;\n let slcExternal = cfg.slcExternal;\n let slcId = cfg.slcId;\n let pgIndex = cfg.pgIndex;\n let cpt = this.Mod;\n\n function efx(){\n /*jshint validthis:true */\n let ev = this.Evt.name;\n\n switch(evt){\n case ev.filter:\n this._filter();\n break;\n case ev.dropdown:\n if(this.linkedFilters){\n cpt.dropdown._build(slcIndex, true);\n } else {\n cpt.dropdown._build(\n slcIndex, false, slcExternal, slcId);\n }\n break;\n case ev.checklist:\n cpt.checkList._build(slcIndex, slcExternal, slcId);\n break;\n case ev.changepage:\n cpt.paging._changePage(pgIndex);\n break;\n case ev.clear:\n this._clearFilters();\n this._filter();\n break;\n case ev.changeresultsperpage:\n cpt.paging._changeResultsPerPage();\n break;\n case ev.resetvalues:\n this._resetValues();\n this._filter();\n break;\n case ev.resetpage:\n cpt.paging._resetPage(this.pgNbCookie);\n break;\n case ev.resetpagelength:\n cpt.paging._resetPageLength(this.pgLenCookie);\n break;\n case ev.loadextensions:\n this._loadExtensions();\n break;\n case ev.loadthemes:\n this._loadThemes();\n break;\n }\n if(this.statusBar){\n cpt.statusBar.message('');\n }\n if(this.loader){\n cpt.loader.show('none');\n }\n }\n\n if(!this.loader && !this.statusBar && !this.linkedFilters) {\n efx.call(this);\n } else {\n if(this.loader){\n cpt.loader.show('');\n }\n if(this.statusBar){\n cpt.statusBar.message(this['msg'+evt]);\n }\n global.setTimeout(efx.bind(this), this.execDelay);\n }\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 let exts = this.extensions;\n\n for(let i=0, len=exts.length; i {\n let inst = new mod(this, ext);\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 !Types.isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions(){\n let exts = this.extensions;\n\n for(let i=0, len=exts.length; i';\n\n //Paging buttons\n this.btnPrevPageHtml = '';\n this.btnNextPageHtml = '';\n this.btnFirstPageHtml = '';\n this.btnLastPageHtml = '';\n\n //Loader\n this.loader = true;\n this.loaderHtml = '';\n this.loaderText = null;\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 Dom.id(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy(){\n if(!this._hasGrid){\n return;\n }\n let rows = this.tbl.rows,\n Mod = this.Mod;\n\n this._clearFilters();\n\n if(this.isExternalFlt && !this.popupFilters){\n this.removeExternalFlts();\n }\n if(this.infDiv){\n this.removeToolbar();\n }\n if(this.highlightKeywords){\n Mod.highlightKeyword.unhighlightAll();\n }\n if(this.markActiveColumns){\n this.clearActiveColumns();\n }\n if(this.hasExtensions){\n this.destroyExtensions();\n }\n\n for(let j=this.refRow; j 0){\n [].forEach.call(captions, function(elm) {\n tbl.removeChild(elm);\n });\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts(){\n if(!this.isExternalFlt || !this.externalFltTgtIds){\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for(let ct=0; ct= dte2;\n }\n // greater date\n else if(isGDate){\n dte2 = formatDate(sA.replace(re_g,''), dtType);\n occurence = dte1 > dte2;\n }\n // different date\n else if(isDFDate){\n dte2 = formatDate(sA.replace(re_d,''), dtType);\n occurence = dte1.toString() != dte2.toString();\n }\n // equal date\n else if(isEQDate){\n dte2 = formatDate(sA.replace(re_eq,''), dtType);\n occurence = dte1.toString() == dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if(re_lk.test(sA)){// like date\n occurence = Str.contains(sA.replace(re_lk,''), cellData,\n false, this.caseSensitive);\n }\n else if(isValidDate(sA,dtType)){\n dte2 = formatDate(sA,dtType);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if(hasEM){\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if(hasNM){\n occurence = !Str.isEmpty(cellData);\n }\n }\n\n else{\n //first numbers need to be formated\n if(this.hasColNbFormat && this.colNbFormat[j]){\n numCellData = removeNbFormat(\n cellData, this.colNbFormat[j]);\n nbFormat = this.colNbFormat[j];\n } else {\n if(this.thousandsSeparator === ',' &&\n this.decimalSeparator === '.'){\n numCellData = removeNbFormat(cellData, 'us');\n nbFormat = 'us';\n } else {\n numCellData = removeNbFormat(cellData, 'eu');\n nbFormat = 'eu';\n }\n }\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if(hasLE){\n occurence = numCellData <= removeNbFormat(\n sA.replace(re_le, ''), nbFormat);\n }\n //greater equal\n else if(hasGE){\n occurence = numCellData >= removeNbFormat(\n sA.replace(re_ge, ''), nbFormat);\n }\n //lower\n else if(hasLO){\n occurence = numCellData < removeNbFormat(\n sA.replace(re_l, ''), nbFormat);\n }\n //greater\n else if(hasGR){\n occurence = numCellData > removeNbFormat(\n sA.replace(re_g, ''), nbFormat);\n }\n //different\n else if(hasDF){\n occurence = Str.contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if(hasLK){\n occurence = Str.contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if(hasEQ){\n occurence = Str.contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if(hasST){\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if(hasEN){\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length-1) ===\n (cellData.length-1)-(searchArg.length-1) &&\n cellData.lastIndexOf(\n searchArg, cellData.length-1) > -1 ? true : false;\n }\n //empty\n else if(hasEM){\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if(hasNM){\n occurence = !Str.isEmpty(cellData);\n }\n //regexp\n else if(hasRE){\n //in case regexp fires an exception\n try{\n //operator is removed\n let srchArg = sA.replace(re_re,'');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch(e) { occurence = false; }\n } else {\n occurence = Str.contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n\n }//else\n return occurence;\n }//fn\n\n for(let k=this.refRow; k1) ? true : false,\n //multiple search parameter operator &&\n sAAndSplit = sA.split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length>1 ? true : false;\n\n //multiple sarch parameters\n if(hasMultiOrSA || hasMultiAndSA){\n let cS,\n occur = false,\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n for(let w=0, len=s.length; w 0){\n Mod.noResults.hide();\n } else {\n Mod.noResults.show();\n }\n }\n }\n\n /**\n * Return the data of a specified colum\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders=false, num=false, exclude=[]){\n if(!this.fltGrid){\n return;\n }\n let row = this.tbl.rows,\n colValues = [];\n\n if(includeHeaders){\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for(let i=this.refRow; i 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 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for(let k=0; k nrows\n if(row <= this.nbRows){\n this.validateRow(row, true);\n }\n }\n }\n\n clearFilters(){\n this.EvtManager(this.Evt.name.clear);\n }\n\n /**\n * Clear all the filters' values\n */\n _clearFilters(){\n if(!this.fltGrid){\n return;\n }\n if(this.onBeforeReset){\n this.onBeforeReset.call(null, this, this.getFiltersValue());\n }\n for(let i=0, len=this.fltIds.length; i IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = function(){\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('TF script could not load: ' + filePath);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n hasGrid(){\n return this._hasGrid;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\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 this.validRowsIndex = [];\n for(let k=this.refRow; k {\n let argtype = typeof arg;\n if(argtype === 'object' && arg && arg.nodeName === 'TABLE'){\n this.tbl = arg;\n this.id = arg.id || `tf_${new Date().getTime()}_`;\n } else if(argtype === 'string'){\n this.id = arg;\n this.tbl = Dom.id(arg);\n } else if(argtype === 'number'){\n this.startRow = arg;\n } else if(argtype === 'object'){\n this.cfg = arg;\n }\n });\n\n if(!this.tbl || this.tbl.nodeName != 'TABLE' || this.getRowsNb() === 0){\n throw new Error(\n 'Could not instantiate TableFilter: HTML table not found.');\n }\n\n // configuration object\n let f = this.cfg;\n\n //Start row et cols nb\n this.refRow = this.startRow === null ? 2 : (this.startRow+1);\n try{ this.nbCells = this.getCellsNb(this.refRow); }\n catch(e){ this.nbCells = this.getCellsNb(0); }\n\n //default script base path\n this.basePath = f.base_path || 'tablefilter/';\n\n /*** filter types ***/\n this.fltTypeInp = 'input';\n this.fltTypeSlc = 'select';\n this.fltTypeMulti = 'multiple';\n this.fltTypeCheckList = 'checklist';\n this.fltTypeNone = 'none';\n\n /*** filters' grid properties ***/\n\n //enables/disables filter grid\n this.fltGrid = f.grid === false ? false : true;\n\n //enables/disables grid layout (fixed headers)\n this.gridLayout = Boolean(f.grid_layout);\n\n this.filtersRowIndex = isNaN(f.filters_row_index) ?\n 0 : f.filters_row_index;\n this.headersRow = isNaN(f.headers_row_index) ?\n (this.filtersRowIndex === 0 ? 1 : 0) : f.headers_row_index;\n\n if(this.gridLayout){\n if(this.headersRow > 1){\n this.filtersRowIndex = this.headersRow+1;\n } else {\n this.filtersRowIndex = 1;\n this.headersRow = 0;\n }\n }\n\n //defines tag of the cells containing filters (td/th)\n this.fltCellTag = f.filters_cell_tag!=='th' ||\n f.filters_cell_tag!=='td' ? 'td' : f.filters_cell_tag;\n\n //stores filters ids\n this.fltIds = [];\n //stores filters DOM elements\n this.fltElms = [];\n //stores filters values\n this.searchArgs = null;\n //stores valid rows indexes (rows visible upon filtering)\n this.validRowsIndex = null;\n //stores filters row element\n this.fltGridEl = null;\n //is first load boolean\n this.isFirstLoad = true;\n //container div for paging elements, reset btn etc.\n this.infDiv = null;\n //div for rows counter\n this.lDiv = null;\n //div for reset button and results per page select\n this.rDiv = null;\n //div for paging elements\n this.mDiv = null;\n\n //defines css class for div containing paging elements, rows counter etc\n this.infDivCssClass = f.inf_div_css_class || 'inf';\n //defines css class for left div\n this.lDivCssClass = f.left_div_css_class || 'ldiv';\n //defines css class for right div\n this.rDivCssClass = f.right_div_css_class || 'rdiv';\n //defines css class for mid div\n this.mDivCssClass = f.middle_div_css_class || 'mdiv';\n //table container div css class\n this.contDivCssClass = f.content_div_css_class || 'cont';\n\n /*** filters' grid appearance ***/\n //stylesheet file\n this.stylePath = f.style_path || this.basePath + 'style/';\n this.stylesheet = f.stylesheet || this.stylePath+'tablefilter.css';\n this.stylesheetId = this.id + '_style';\n //defines css class for filters row\n this.fltsRowCssClass = f.flts_row_css_class || 'fltrow';\n //enables/disables icons (paging, reset button)\n this.enableIcons = f.enable_icons===false ? false : true;\n //enables/disbles rows alternating bg colors\n this.alternateRows = Boolean(f.alternate_rows);\n //defines widths of columns\n this.hasColWidths = Types.isArray(f.col_widths);\n this.colWidths = this.hasColWidths ? f.col_widths : null;\n //defines css class for filters\n this.fltCssClass = f.flt_css_class || 'flt';\n //defines css class for multiple selects filters\n this.fltMultiCssClass = f.flt_multi_css_class || 'flt_multi';\n //defines css class for filters\n this.fltSmallCssClass = f.flt_small_css_class || 'flt_s';\n //defines css class for single-filter\n this.singleFltCssClass = f.single_flt_css_class || 'single_flt';\n\n /*** filters' grid behaviours ***/\n //enables/disables enter key\n this.enterKey = f.enter_key===false ? false : true;\n //calls function before filtering starts\n this.onBeforeFilter = Types.isFn(f.on_before_filter) ?\n f.on_before_filter : null;\n //calls function after filtering\n this.onAfterFilter = Types.isFn(f.on_after_filter) ?\n f.on_after_filter : null;\n //enables/disables case sensitivity\n this.caseSensitive = Boolean(f.case_sensitive);\n //has exact match per column\n this.hasExactMatchByCol = Types.isArray(f.columns_exact_match);\n this.exactMatchByCol = this.hasExactMatchByCol ?\n f.columns_exact_match : [];\n //enables/disbles exact match for search\n this.exactMatch = Boolean(f.exact_match);\n //refreshes drop-down lists upon validation\n this.linkedFilters = Boolean(f.linked_filters);\n //wheter excluded options are disabled\n this.disableExcludedOptions = Boolean(f.disable_excluded_options);\n //stores active filter element\n this.activeFlt = null;\n //id of active filter\n this.activeFilterId = null;\n //enables always visible rows\n this.hasVisibleRows = Boolean(f.rows_always_visible);\n //array containing always visible rows\n this.visibleRows = this.hasVisibleRows ? f.rows_always_visible : [];\n //enables/disables external filters generation\n this.isExternalFlt = Boolean(f.external_flt_grid);\n //array containing ids of external elements containing filters\n this.externalFltTgtIds = f.external_flt_grid_ids || null;\n //stores filters elements if isExternalFlt is true\n this.externalFltEls = [];\n //delays any filtering process if loader true\n this.execDelay = !isNaN(f.exec_delay) ? parseInt(f.exec_delay,10) : 100;\n //calls function when filters grid loaded\n this.onFiltersLoaded = Types.isFn(f.on_filters_loaded) ?\n f.on_filters_loaded : null;\n //enables/disables single filter search\n this.singleSearchFlt = Boolean(f.single_filter);\n //calls function after row is validated\n this.onRowValidated = Types.isFn(f.on_row_validated) ?\n f.on_row_validated : null;\n //array defining columns for customCellData event\n this.customCellDataCols = f.custom_cell_data_cols ?\n f.custom_cell_data_cols : [];\n //calls custom function for retrieving cell data\n this.customCellData = Types.isFn(f.custom_cell_data) ?\n f.custom_cell_data : null;\n //input watermark text array\n this.watermark = f.watermark || '';\n this.isWatermarkArray = Types.isArray(this.watermark);\n //id of toolbar container element\n this.toolBarTgtId = f.toolbar_target_id || null;\n //enables/disables help div\n this.help = Types.isUndef(f.help_instructions) ?\n undefined : Boolean(f.help_instructions);\n //popup filters\n this.popupFilters = Boolean(f.popup_filters);\n //active columns color\n this.markActiveColumns = Boolean(f.mark_active_columns);\n //defines css class for active column header\n this.activeColumnsCssClass = f.active_columns_css_class ||\n 'activeHeader';\n //calls function before active column header is marked\n this.onBeforeActiveColumn = Types.isFn(f.on_before_active_column) ?\n f.on_before_active_column : null;\n //calls function after active column header is marked\n this.onAfterActiveColumn = Types.isFn(f.on_after_active_column) ?\n f.on_after_active_column : null;\n\n /*** select filter's customisation and behaviours ***/\n //defines 1st option text\n this.displayAllText = f.display_all_text || 'Clear';\n //enables/disables empty option in combo-box filters\n this.enableEmptyOption = Boolean(f.enable_empty_option);\n //defines empty option text\n this.emptyText = f.empty_text || '(Empty)';\n //enables/disables non empty option in combo-box filters\n this.enableNonEmptyOption = Boolean(f.enable_non_empty_option);\n //defines empty option text\n this.nonEmptyText = f.non_empty_text || '(Non empty)';\n //enables/disables onChange event on combo-box\n this.onSlcChange = f.on_change===false ? false : true;\n //enables/disables select options sorting\n this.sortSlc = f.sort_select===false ? false : true;\n //enables/disables ascending numeric options sorting\n this.isSortNumAsc = Boolean(f.sort_num_asc);\n this.sortNumAsc = this.isSortNumAsc ? f.sort_num_asc : null;\n //enables/disables descending numeric options sorting\n this.isSortNumDesc = Boolean(f.sort_num_desc);\n this.sortNumDesc = this.isSortNumDesc ? f.sort_num_desc : null;\n //Select filters are populated on demand\n this.loadFltOnDemand = Boolean(f.load_filters_on_demand);\n this.hasCustomOptions = Types.isObj(f.custom_options);\n this.customOptions = f.custom_options;\n\n /*** Filter operators ***/\n this.rgxOperator = f.regexp_operator || 'rgx:';\n this.emOperator = f.empty_operator || '[empty]';\n this.nmOperator = f.nonempty_operator || '[nonempty]';\n this.orOperator = f.or_operator || '||';\n this.anOperator = f.and_operator || '&&';\n this.grOperator = f.greater_operator || '>';\n this.lwOperator = f.lower_operator || '<';\n this.leOperator = f.lower_equal_operator || '<=';\n this.geOperator = f.greater_equal_operator || '>=';\n this.dfOperator = f.different_operator || '!';\n this.lkOperator = f.like_operator || '*';\n this.eqOperator = f.equal_operator || '=';\n this.stOperator = f.start_with_operator || '{';\n this.enOperator = f.end_with_operator || '}';\n this.curExp = f.cur_exp || '^[¥£€$]';\n this.separator = f.separator || ',';\n\n /*** rows counter ***/\n //show/hides rows counter\n this.rowsCounter = Boolean(f.rows_counter);\n\n /*** status bar ***/\n //show/hides status bar\n this.statusBar = Boolean(f.status_bar);\n\n /*** loader ***/\n //enables/disables loader/spinner indicator\n this.loader = Boolean(f.loader);\n\n /*** validation - reset buttons/links ***/\n //show/hides filter's validation button\n this.displayBtn = Boolean(f.btn);\n //defines validation button text\n this.btnText = f.btn_text || (!this.enableIcons ? 'Go' : '');\n //defines css class for validation button\n this.btnCssClass = f.btn_css_class ||\n (!this.enableIcons ? 'btnflt' : 'btnflt_icon');\n //show/hides reset link\n this.btnReset = Boolean(f.btn_reset);\n //defines css class for reset button\n this.btnResetCssClass = f.btn_reset_css_class || 'reset';\n //callback function before filters are cleared\n this.onBeforeReset = Types.isFn(f.on_before_reset) ?\n f.on_before_reset : null;\n //callback function after filters are cleared\n this.onAfterReset = Types.isFn(f.on_after_reset) ?\n f.on_after_reset : null;\n\n /*** paging ***/\n //enables/disables table paging\n this.paging = Boolean(f.paging);\n this.nbVisibleRows = 0; //nb visible rows\n this.nbHiddenRows = 0; //nb hidden rows\n\n /*** autofilter on typing ***/\n //enables/disables auto filtering, table is filtered when user stops\n //typing\n this.autoFilter = Boolean(f.auto_filter);\n //onkeyup delay timer (msecs)\n this.autoFilterDelay = !isNaN(f.auto_filter_delay) ?\n f.auto_filter_delay : 900;\n //typing indicator\n this.isUserTyping = null;\n this.autoFilterTimer = null;\n\n /*** keyword highlighting ***/\n //enables/disables keyword highlighting\n this.highlightKeywords = Boolean(f.highlight_keywords);\n\n /*** No results feature ***/\n this.noResults = Types.isObj(f.no_results_message) ||\n Boolean(f.no_results_message);\n\n /*** data types ***/\n //defines default date type (european DMY)\n this.defaultDateType = f.default_date_type || 'DMY';\n //defines default thousands separator\n //US = ',' EU = '.'\n this.thousandsSeparator = f.thousands_separator || ',';\n //defines default decimal separator\n //US & javascript = '.' EU = ','\n this.decimalSeparator = f.decimal_separator || '.';\n //enables number format per column\n this.hasColNbFormat = Types.isArray(f.col_number_format);\n //array containing columns nb formats\n this.colNbFormat = this.hasColNbFormat ? f.col_number_format : null;\n //enables date type per column\n this.hasColDateType = Types.isArray(f.col_date_type);\n //array containing columns date type\n this.colDateType = this.hasColDateType ? f.col_date_type : null;\n\n /*** status messages ***/\n //filtering\n this.msgFilter = f.msg_filter || 'Filtering data...';\n //populating drop-downs\n this.msgPopulate = f.msg_populate || 'Populating filter...';\n //populating drop-downs\n this.msgPopulateCheckList = f.msg_populate_checklist ||\n 'Populating list...';\n //changing paging page\n this.msgChangePage = f.msg_change_page || 'Collecting paging data...';\n //clearing filters\n this.msgClear = f.msg_clear || 'Clearing filters...';\n //changing nb results/page\n this.msgChangeResults = f.msg_change_results ||\n 'Changing results per page...';\n //re-setting grid values\n this.msgResetValues = f.msg_reset_grid_values ||\n 'Re-setting filters values...';\n //re-setting page\n this.msgResetPage = f.msg_reset_page || 'Re-setting page...';\n //re-setting page length\n this.msgResetPageLength = f.msg_reset_page_length ||\n 'Re-setting page length...';\n //table sorting\n this.msgSort = f.msg_sort || 'Sorting data...';\n //extensions loading\n this.msgLoadExtensions = f.msg_load_extensions ||\n 'Loading extensions...';\n //themes loading\n this.msgLoadThemes = f.msg_load_themes || 'Loading theme(s)...';\n\n /*** ids prefixes ***/\n //css class name added to table\n this.prfxTf = 'TF';\n //filters (inputs - selects)\n this.prfxFlt = 'flt';\n //validation button\n this.prfxValButton = 'btn';\n //container div for paging elements, rows counter etc.\n this.prfxInfDiv = 'inf_';\n //left div\n this.prfxLDiv = 'ldiv_';\n //right div\n this.prfxRDiv = 'rdiv_';\n //middle div\n this.prfxMDiv = 'mdiv_';\n //filter values cookie\n this.prfxCookieFltsValues = 'tf_flts_';\n //page nb cookie\n this.prfxCookiePageNb = 'tf_pgnb_';\n //page length cookie\n this.prfxCookiePageLen = 'tf_pglen_';\n\n /*** cookies ***/\n this.hasStoredValues = false;\n //remembers filters values on page load\n this.rememberGridValues = Boolean(f.remember_grid_values);\n //cookie storing filter values\n this.fltsValuesCookie = this.prfxCookieFltsValues + this.id;\n //remembers page nb on page load\n this.rememberPageNb = this.paging && f.remember_page_number;\n //cookie storing page nb\n this.pgNbCookie = this.prfxCookiePageNb + this.id;\n //remembers page length on page load\n this.rememberPageLen = this.paging && f.remember_page_length;\n //cookie storing page length\n this.pgLenCookie = this.prfxCookiePageLen + this.id;\n\n /*** extensions ***/\n //imports external script\n this.extensions = f.extensions;\n this.hasExtensions = Types.isArray(this.extensions);\n\n /*** themes ***/\n this.enableDefaultTheme = Boolean(f.enable_default_theme);\n //imports themes\n this.hasThemes = (this.enableDefaultTheme || Types.isArray(f.themes));\n this.themes = f.themes || [];\n //themes path\n this.themesPath = f.themes_path || this.stylePath + 'themes/';\n\n // Features registry\n this.Mod = {};\n\n // Extensions registry\n this.ExtRegistry = {};\n\n /*** TF events ***/\n this.Evt = {\n name: {\n filter: 'Filter',\n dropdown: 'DropDown',\n checklist: 'CheckList',\n changepage: 'ChangePage',\n clear: 'Clear',\n changeresultsperpage: 'ChangeResults',\n resetvalues: 'ResetValues',\n resetpage: 'ResetPage',\n resetpagelength: 'ResetPageLength',\n loadextensions: 'LoadExtensions',\n loadthemes: 'LoadThemes'\n },\n\n // Detect key\n detectKey(e) {\n if(!this.enterKey){ return; }\n let _ev = e || global.event;\n if(_ev){\n let key = Event.keyCode(_ev);\n if(key===13){\n this.filter();\n Event.cancel(_ev);\n Event.stop(_ev);\n } else {\n this.isUserTyping = true;\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n }\n },\n // if auto-filter on, detect user is typing and filter columns\n onKeyUp(e) {\n if(!this.autoFilter){\n return;\n }\n let _ev = e || global.event;\n let key = Event.keyCode(_ev);\n this.isUserTyping = false;\n\n function filter() {\n /*jshint validthis:true */\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n if(!this.isUserTyping){\n this.filter();\n this.isUserTyping = null;\n }\n }\n\n if(key!==13 && key!==9 && key!==27 && key!==38 && key!==40) {\n if(this.autoFilterTimer === null){\n this.autoFilterTimer = global.setInterval(\n filter.bind(this), this.autoFilterDelay);\n }\n } else {\n global.clearInterval(this.autoFilterTimer);\n this.autoFilterTimer = null;\n }\n },\n // if auto-filter on, detect user is typing\n onKeyDown() {\n if(!this.autoFilter) { return; }\n this.isUserTyping = true;\n },\n // if auto-filter on, clear interval on filter blur\n onInpBlur() {\n if(this.autoFilter){\n this.isUserTyping = false;\n global.clearInterval(this.autoFilterTimer);\n }\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n if(this.hasExtension('advancedGrid')){\n var advGrid = this.extension('advancedGrid');\n var ezEditTable = advGrid._ezEditTable;\n if(advGrid.cfg.editable){\n ezEditTable.Editable.Set();\n }\n if(advGrid.cfg.selection){\n ezEditTable.Selection.Set();\n }\n }\n },\n // set focused text-box filter as active\n onInpFocus(e) {\n let _ev = e || global.event;\n let elm = Event.target(_ev);\n this.activeFilterId = elm.getAttribute('id');\n this.activeFlt = Dom.id(this.activeFilterId);\n if(this.popupFilters){\n Event.cancel(_ev);\n Event.stop(_ev);\n }\n // TODO: hack to prevent ezEditTable enter key event hijaking.\n // Needs to be fixed in the vendor's library\n if(this.hasExtension('advancedGrid')){\n var advGrid = this.extension('advancedGrid');\n var ezEditTable = advGrid._ezEditTable;\n if(advGrid.cfg.editable){\n ezEditTable.Editable.Remove();\n }\n if(advGrid.cfg.selection){\n ezEditTable.Selection.Remove();\n }\n }\n },\n // set focused drop-down filter as active\n onSlcFocus(e) {\n let _ev = e || global.event;\n let elm = Event.target(_ev);\n this.activeFilterId = elm.getAttribute('id');\n this.activeFlt = Dom.id(this.activeFilterId);\n // select is populated when element has focus\n if(this.loadFltOnDemand && elm.getAttribute('filled') === '0'){\n let ct = elm.getAttribute('ct');\n this.Mod.dropdown._build(ct);\n }\n if(this.popupFilters){\n Event.cancel(_ev);\n Event.stop(_ev);\n }\n },\n // filter columns on drop-down filter change\n onSlcChange(e) {\n if(!this.activeFlt){ return; }\n let _ev = e || global.event;\n if(this.popupFilters){ Event.stop(_ev); }\n if(this.onSlcChange){ this.filter(); }\n },\n // fill checklist filter on click if required\n onCheckListClick(e) {\n let _ev = e || global.event;\n let elm = Event.target(_ev);\n if(this.loadFltOnDemand && elm.getAttribute('filled') === '0'){\n let ct = elm.getAttribute('ct');\n this.Mod.checkList._build(ct);\n this.Mod.checkList.checkListDiv[ct].onclick = null;\n this.Mod.checkList.checkListDiv[ct].title = '';\n }\n }\n };\n }\n\n /**\n * Initialise filtering grid bar behaviours and layout\n *\n * TODO: decompose in smaller methods\n */\n init(){\n if(this._hasGrid){\n return;\n }\n if(!this.tbl){\n this.tbl = Dom.id(this.id);\n }\n if(this.gridLayout){\n this.refRow = this.startRow===null ? 0 : this.startRow;\n }\n if(this.popupFilters &&\n ((this.filtersRowIndex === 0 && this.headersRow === 1) ||\n this.gridLayout)){\n this.headersRow = 0;\n }\n\n let Mod = this.Mod;\n let n = this.singleSearchFlt ? 1 : this.nbCells,\n inpclass;\n\n //loads stylesheet if not imported\n this.import(this.stylesheetId, this.stylesheet, null, 'link');\n\n //loads theme\n if(this.hasThemes){ this._loadThemes(); }\n\n if(this.rememberGridValues || this.rememberPageNb ||\n this.rememberPageLen){\n Mod.store = new Store(this);\n }\n\n if(this.gridLayout){\n Mod.gridLayout = new GridLayout(this);\n Mod.gridLayout.init();\n }\n\n if(this.loader){\n if(!Mod.loader){\n Mod.loader = new Loader(this);\n }\n Mod.loader.init();\n }\n\n if(this.highlightKeywords){\n Mod.highlightKeyword = new HighlightKeyword(this);\n }\n\n if(this.popupFilters){\n if(!Mod.popupFilter){\n Mod.popupFilter = new PopupFilter(this);\n }\n Mod.popupFilter.init();\n }\n\n //filters grid is not generated\n if(!this.fltGrid){\n this.refRow = this.refRow-1;\n if(this.gridLayout){\n this.refRow = 0;\n }\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.nbFilterableRows + this.refRow;\n } else {\n if(this.isFirstLoad){\n let fltrow;\n if(!this.gridLayout){\n let thead = Dom.tag(this.tbl, 'thead');\n if(thead.length > 0){\n fltrow = thead[0].insertRow(this.filtersRowIndex);\n } else {\n fltrow = this.tbl.insertRow(this.filtersRowIndex);\n }\n\n if(this.headersRow > 1 &&\n this.filtersRowIndex <= this.headersRow &&\n !this.popupFilters){\n this.headersRow++;\n }\n if(this.popupFilters){\n this.headersRow++;\n }\n\n fltrow.className = this.fltsRowCssClass;\n\n if(this.isExternalFlt || this.popupFilters){\n fltrow.style.display = 'none';\n }\n }\n\n this.nbFilterableRows = this.getRowsNb();\n this.nbVisibleRows = this.nbFilterableRows;\n this.nbRows = this.tbl.rows.length;\n\n for(let i=0; i this.filter());\n }//if\n\n }// for i\n\n } else {\n this._resetGrid();\n }//if isFirstLoad\n\n }//if this.fltGrid\n\n /* Features */\n if(this.hasVisibleRows){\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 || Mod.paging){\n if(!Mod.paging){\n Mod.paging = new Paging(this);\n Mod.paging.init();\n }\n Mod.paging.reset();\n }\n if(this.btnReset){\n Mod.clearButton = new ClearButton(this);\n Mod.clearButton.init();\n }\n if(this.help){\n if(!Mod.help){\n Mod.help = new Help(this);\n }\n Mod.help.init();\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 if(!Mod.noResults){\n Mod.noResults = new NoResults(this);\n }\n Mod.noResults.init();\n }\n\n this.isFirstLoad = false;\n this._hasGrid = true;\n\n if(this.rememberGridValues || this.rememberPageLen ||\n this.rememberPageNb){\n this.resetValues();\n }\n\n //TF css class is added to table\n if(!this.gridLayout){\n Dom.addClass(this.tbl, this.prfxTf);\n }\n\n if(this.loader){\n Mod.loader.show('none');\n }\n\n /* Loads extensions */\n if(this.hasExtensions){\n this.initExtensions();\n }\n\n if(this.onFiltersLoaded){\n this.onFiltersLoaded.call(null, this);\n }\n }\n\n /**\n * Manages state messages\n * @param {String} evt Event name\n * @param {Object} cfg Config object\n */\n EvtManager(evt,\n cfg={ slcIndex: null, slcExternal: false, slcId: null, pgIndex: null }){\n let slcIndex = cfg.slcIndex;\n let slcExternal = cfg.slcExternal;\n let slcId = cfg.slcId;\n let pgIndex = cfg.pgIndex;\n let cpt = this.Mod;\n\n function efx(){\n /*jshint validthis:true */\n let ev = this.Evt.name;\n\n switch(evt){\n case ev.filter:\n this._filter();\n break;\n case ev.dropdown:\n if(this.linkedFilters){\n cpt.dropdown._build(slcIndex, true);\n } else {\n cpt.dropdown._build(\n slcIndex, false, slcExternal, slcId);\n }\n break;\n case ev.checklist:\n cpt.checkList._build(slcIndex, slcExternal, slcId);\n break;\n case ev.changepage:\n cpt.paging._changePage(pgIndex);\n break;\n case ev.clear:\n this._clearFilters();\n this._filter();\n break;\n case ev.changeresultsperpage:\n cpt.paging._changeResultsPerPage();\n break;\n case ev.resetvalues:\n this._resetValues();\n this._filter();\n break;\n case ev.resetpage:\n cpt.paging._resetPage(this.pgNbCookie);\n break;\n case ev.resetpagelength:\n cpt.paging._resetPageLength(this.pgLenCookie);\n break;\n case ev.loadextensions:\n this._loadExtensions();\n break;\n case ev.loadthemes:\n this._loadThemes();\n break;\n }\n if(this.statusBar){\n cpt.statusBar.message('');\n }\n if(this.loader){\n cpt.loader.show('none');\n }\n }\n\n if(!this.loader && !this.statusBar && !this.linkedFilters) {\n efx.call(this);\n } else {\n if(this.loader){\n cpt.loader.show('');\n }\n if(this.statusBar){\n cpt.statusBar.message(this['msg'+evt]);\n }\n global.setTimeout(efx.bind(this), this.execDelay);\n }\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 let exts = this.extensions;\n\n for(let i=0, len=exts.length; i {\n let inst = new mod(this, ext);\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 !Types.isEmpty(this.ExtRegistry[name]);\n }\n\n /**\n * Destroy all the extensions defined in the configuration object\n */\n destroyExtensions(){\n let exts = this.extensions;\n\n for(let i=0, len=exts.length; i';\n\n //Paging buttons\n this.btnPrevPageHtml = '';\n this.btnNextPageHtml = '';\n this.btnFirstPageHtml = '';\n this.btnLastPageHtml = '';\n\n //Loader\n this.loader = true;\n this.loaderHtml = '';\n this.loaderText = null;\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 Dom.id(this.prfxTf + name);\n }\n\n /**\n * Destroy filter grid\n */\n destroy(){\n if(!this._hasGrid){\n return;\n }\n let rows = this.tbl.rows,\n Mod = this.Mod;\n\n this._clearFilters();\n\n if(this.isExternalFlt && !this.popupFilters){\n this.removeExternalFlts();\n }\n if(this.infDiv){\n this.removeToolbar();\n }\n if(this.highlightKeywords){\n Mod.highlightKeyword.unhighlightAll();\n }\n if(this.markActiveColumns){\n this.clearActiveColumns();\n }\n if(this.hasExtensions){\n this.destroyExtensions();\n }\n\n for(let j=this.refRow; j 0){\n [].forEach.call(captions, function(elm) {\n tbl.removeChild(elm);\n });\n }\n }\n\n /**\n * Remove all the external column filters\n */\n removeExternalFlts(){\n if(!this.isExternalFlt || !this.externalFltTgtIds){\n return;\n }\n let ids = this.externalFltTgtIds,\n len = ids.length;\n for(let ct=0; ct= dte2;\n }\n // greater date\n else if(isGDate){\n dte2 = formatDate(sA.replace(re_g,''), dtType);\n occurence = dte1 > dte2;\n }\n // different date\n else if(isDFDate){\n dte2 = formatDate(sA.replace(re_d,''), dtType);\n occurence = dte1.toString() != dte2.toString();\n }\n // equal date\n else if(isEQDate){\n dte2 = formatDate(sA.replace(re_eq,''), dtType);\n occurence = dte1.toString() == dte2.toString();\n }\n // searched keyword with * operator doesn't have to be a date\n else if(re_lk.test(sA)){// like date\n occurence = Str.contains(sA.replace(re_lk,''), cellData,\n false, this.caseSensitive);\n }\n else if(isValidDate(sA,dtType)){\n dte2 = formatDate(sA,dtType);\n occurence = dte1.toString() === dte2.toString();\n }\n //empty\n else if(hasEM){\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if(hasNM){\n occurence = !Str.isEmpty(cellData);\n } else {\n occurence = Str.contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n }\n\n else{\n //first numbers need to be formated\n if(this.hasColNbFormat && this.colNbFormat[j]){\n numCellData = removeNbFormat(\n cellData, this.colNbFormat[j]);\n nbFormat = this.colNbFormat[j];\n } else {\n if(this.thousandsSeparator === ',' &&\n this.decimalSeparator === '.'){\n numCellData = removeNbFormat(cellData, 'us');\n nbFormat = 'us';\n } else {\n numCellData = removeNbFormat(cellData, 'eu');\n nbFormat = 'eu';\n }\n }\n\n // first checks if there is any operator (<,>,<=,>=,!,*,=,{,},\n // rgx:)\n // lower equal\n if(hasLE){\n occurence = numCellData <= removeNbFormat(\n sA.replace(re_le, ''), nbFormat);\n }\n //greater equal\n else if(hasGE){\n occurence = numCellData >= removeNbFormat(\n sA.replace(re_ge, ''), nbFormat);\n }\n //lower\n else if(hasLO){\n occurence = numCellData < removeNbFormat(\n sA.replace(re_l, ''), nbFormat);\n }\n //greater\n else if(hasGR){\n occurence = numCellData > removeNbFormat(\n sA.replace(re_g, ''), nbFormat);\n }\n //different\n else if(hasDF){\n occurence = Str.contains(sA.replace(re_d, ''), cellData,\n false, this.caseSensitive) ? false : true;\n }\n //like\n else if(hasLK){\n occurence = Str.contains(sA.replace(re_lk, ''), cellData,\n false, this.caseSensitive);\n }\n //equal\n else if(hasEQ){\n occurence = Str.contains(sA.replace(re_eq, ''), cellData,\n true, this.caseSensitive);\n }\n //starts with\n else if(hasST){\n occurence = cellData.indexOf(sA.replace(re_st, '')) === 0 ?\n true : false;\n }\n //ends with\n else if(hasEN){\n let searchArg = sA.replace(re_en, '');\n occurence =\n cellData.lastIndexOf(searchArg, cellData.length-1) ===\n (cellData.length-1)-(searchArg.length-1) &&\n cellData.lastIndexOf(\n searchArg, cellData.length-1) > -1 ? true : false;\n }\n //empty\n else if(hasEM){\n occurence = Str.isEmpty(cellData);\n }\n //non-empty\n else if(hasNM){\n occurence = !Str.isEmpty(cellData);\n }\n //regexp\n else if(hasRE){\n //in case regexp fires an exception\n try{\n //operator is removed\n let srchArg = sA.replace(re_re,'');\n let rgx = new RegExp(srchArg);\n occurence = rgx.test(cellData);\n } catch(e) { occurence = false; }\n } else {\n occurence = Str.contains(sA, cellData, this.isExactMatch(j),\n this.caseSensitive);\n }\n\n }//else\n return occurence;\n }//fn\n\n for(let k=this.refRow; k1) ? true : false,\n //multiple search parameter operator &&\n sAAndSplit = sA.split(this.anOperator),\n //multiple search && parameter boolean\n hasMultiAndSA = sAAndSplit.length>1 ? true : false;\n\n //multiple sarch parameters\n if(hasMultiOrSA || hasMultiAndSA){\n let cS,\n occur = false,\n s = hasMultiOrSA ? sAOrSplit : sAAndSplit;\n for(let w=0, len=s.length; w 0){\n Mod.noResults.hide();\n } else {\n Mod.noResults.show();\n }\n }\n }\n\n /**\n * Return the data of a specified colum\n * @param {Number} colIndex Column index\n * @param {Boolean} includeHeaders Optional: include headers row\n * @param {Boolean} num Optional: return unformatted number\n * @param {Array} exclude Optional: list of row indexes to be excluded\n * @return {Array} Flat list of data for a column\n */\n getColValues(colIndex, includeHeaders=false, num=false, exclude=[]){\n if(!this.fltGrid){\n return;\n }\n let row = this.tbl.rows,\n colValues = [];\n\n if(includeHeaders){\n colValues.push(this.getHeadersText()[colIndex]);\n }\n\n for(let i=this.refRow; i 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 0;\n let frag = !tblHasColTag ? doc.createDocumentFragment() : null;\n for(let k=0; k nrows\n if(row <= this.nbRows){\n this.validateRow(row, true);\n }\n }\n }\n\n clearFilters(){\n this.EvtManager(this.Evt.name.clear);\n }\n\n /**\n * Clear all the filters' values\n */\n _clearFilters(){\n if(!this.fltGrid){\n return;\n }\n if(this.onBeforeReset){\n this.onBeforeReset.call(null, this, this.getFiltersValue());\n }\n for(let i=0, len=this.fltIds.length; i IE onload event works only for scripts, not for stylesheets\n file.onload = file.onreadystatechange = function(){\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('TF script could not load: ' + filePath);\n };\n head.appendChild(file);\n }\n\n /**\n * Check if table has filters grid\n * @return {Boolean}\n */\n hasGrid(){\n return this._hasGrid;\n }\n\n /**\n * Get list of filter IDs\n * @return {[type]} [description]\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 this.validRowsIndex = [];\n for(let k=this.refRow; k
- src/array.js | tablefilter v0.0.17 API Document
+ src/array.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/cookie.js.html b/docs/file/src/cookie.js.html
index a5971e88..86452ddf 100644
--- a/docs/file/src/cookie.js.html
+++ b/docs/file/src/cookie.js.html
@@ -3,7 +3,7 @@
- src/cookie.js | tablefilter v0.0.17 API Document
+ src/cookie.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/date.js.html b/docs/file/src/date.js.html
index b3e77f68..3c8b2804 100644
--- a/docs/file/src/date.js.html
+++ b/docs/file/src/date.js.html
@@ -3,7 +3,7 @@
- src/date.js | tablefilter v0.0.17 API Document
+ src/date.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/dom.js.html b/docs/file/src/dom.js.html
index 19f2f4d7..dfeadbbb 100644
--- a/docs/file/src/dom.js.html
+++ b/docs/file/src/dom.js.html
@@ -3,7 +3,7 @@
- src/dom.js | tablefilter v0.0.17 API Document
+ src/dom.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/event.js.html b/docs/file/src/event.js.html
index 927cab37..68f34a15 100644
--- a/docs/file/src/event.js.html
+++ b/docs/file/src/event.js.html
@@ -3,7 +3,7 @@
- src/event.js | tablefilter v0.0.17 API Document
+ src/event.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html b/docs/file/src/extensions/advancedGrid/adapterEzEditTable.js.html
index 169a2432..2e34a5ca 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.0.17 API Document
+ src/extensions/advancedGrid/adapterEzEditTable.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/extensions/advancedGrid/advancedGrid.js.html b/docs/file/src/extensions/advancedGrid/advancedGrid.js.html
index f1c31c82..3e613ef3 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.0.17 API Document
+ src/extensions/advancedGrid/advancedGrid.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/extensions/colOps/colOps.js.html b/docs/file/src/extensions/colOps/colOps.js.html
index 5a0b5203..234feddc 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.0.17 API Document
+ src/extensions/colOps/colOps.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/extensions/colsVisibility/colsVisibility.js.html b/docs/file/src/extensions/colsVisibility/colsVisibility.js.html
index 30bd5d09..16894bb9 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.0.17 API Document
+ src/extensions/colsVisibility/colsVisibility.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html b/docs/file/src/extensions/filtersVisibility/filtersVisibility.js.html
index 1ae55a5a..1e529668 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.0.17 API Document
+ src/extensions/filtersVisibility/filtersVisibility.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/extensions/sort/adapterSortabletable.js.html b/docs/file/src/extensions/sort/adapterSortabletable.js.html
index 868af776..6ceda645 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.0.17 API Document
+ src/extensions/sort/adapterSortabletable.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/extensions/sort/sort.js.html b/docs/file/src/extensions/sort/sort.js.html
index c735ffd1..4b77c295 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.0.17 API Document
+ src/extensions/sort/sort.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/helpers.js.html b/docs/file/src/helpers.js.html
index 385994be..0fe6600b 100644
--- a/docs/file/src/helpers.js.html
+++ b/docs/file/src/helpers.js.html
@@ -3,7 +3,7 @@
- src/helpers.js | tablefilter v0.0.17 API Document
+ src/helpers.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/alternateRows.js.html b/docs/file/src/modules/alternateRows.js.html
index 67893f8b..d529bef6 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.0.17 API Document
+ src/modules/alternateRows.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/checkList.js.html b/docs/file/src/modules/checkList.js.html
index 9c3fb68a..bdc6de6d 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.0.17 API Document
+ src/modules/checkList.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/clearButton.js.html b/docs/file/src/modules/clearButton.js.html
index d2f9dd8f..a6f97655 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.0.17 API Document
+ src/modules/clearButton.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/dropdown.js.html b/docs/file/src/modules/dropdown.js.html
index 35871931..e6bdc2d1 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.0.17 API Document
+ src/modules/dropdown.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/feature.js.html b/docs/file/src/modules/feature.js.html
index 4974744d..5b6d6f92 100644
--- a/docs/file/src/modules/feature.js.html
+++ b/docs/file/src/modules/feature.js.html
@@ -3,7 +3,7 @@
- src/modules/feature.js | tablefilter v0.0.17 API Document
+ src/modules/feature.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/gridLayout.js.html b/docs/file/src/modules/gridLayout.js.html
index d3206b1e..1f60bcb8 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.0.17 API Document
+ src/modules/gridLayout.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/help.js.html b/docs/file/src/modules/help.js.html
index 9f70b82a..84df099b 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.0.17 API Document
+ src/modules/help.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/highlightKeywords.js.html b/docs/file/src/modules/highlightKeywords.js.html
index fed1d01f..1e07c98b 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.0.17 API Document
+ src/modules/highlightKeywords.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/loader.js.html b/docs/file/src/modules/loader.js.html
index 77db51eb..cfa9eb5e 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.0.17 API Document
+ src/modules/loader.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/noResults.js.html b/docs/file/src/modules/noResults.js.html
index 6a93730b..8ab181e5 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.0.17 API Document
+ src/modules/noResults.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/paging.js.html b/docs/file/src/modules/paging.js.html
index d59e7e25..403341f9 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.0.17 API Document
+ src/modules/paging.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/popupFilter.js.html b/docs/file/src/modules/popupFilter.js.html
index 98de32cb..425c4341 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.0.17 API Document
+ src/modules/popupFilter.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/rowsCounter.js.html b/docs/file/src/modules/rowsCounter.js.html
index c0d5a24a..9a255b69 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.0.17 API Document
+ src/modules/rowsCounter.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/statusBar.js.html b/docs/file/src/modules/statusBar.js.html
index e767b68e..cf79cce9 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.0.17 API Document
+ src/modules/statusBar.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/modules/store.js.html b/docs/file/src/modules/store.js.html
index 558c53e3..5dc45b2e 100644
--- a/docs/file/src/modules/store.js.html
+++ b/docs/file/src/modules/store.js.html
@@ -3,7 +3,7 @@
- src/modules/store.js | tablefilter v0.0.17 API Document
+ src/modules/store.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/sort.js.html b/docs/file/src/sort.js.html
index ba86272d..5d467cd1 100644
--- a/docs/file/src/sort.js.html
+++ b/docs/file/src/sort.js.html
@@ -3,7 +3,7 @@
- src/sort.js | tablefilter v0.0.17 API Document
+ src/sort.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/string.js.html b/docs/file/src/string.js.html
index 84178084..6a9e4394 100644
--- a/docs/file/src/string.js.html
+++ b/docs/file/src/string.js.html
@@ -3,7 +3,7 @@
- src/string.js | tablefilter v0.0.17 API Document
+ src/string.js | tablefilter v0.0.18 API Document
diff --git a/docs/file/src/tablefilter.js.html b/docs/file/src/tablefilter.js.html
index 44b91060..0b8d495e 100644
--- a/docs/file/src/tablefilter.js.html
+++ b/docs/file/src/tablefilter.js.html
@@ -3,7 +3,7 @@
- src/tablefilter.js | tablefilter v0.0.17 API Document
+ src/tablefilter.js | tablefilter v0.0.18 API Document
@@ -1699,6 +1699,9 @@ export class TableFilter{
//non-empty
else if(hasNM){
occurence = !Str.isEmpty(cellData);
+ } else {
+ occurence = Str.contains(sA, cellData, this.isExactMatch(j),
+ this.caseSensitive);
}
}
diff --git a/docs/file/src/types.js.html b/docs/file/src/types.js.html
index cb24fc8e..05b23388 100644
--- a/docs/file/src/types.js.html
+++ b/docs/file/src/types.js.html
@@ -3,7 +3,7 @@
- src/types.js | tablefilter v0.0.17 API Document
+ src/types.js | tablefilter v0.0.18 API Document
diff --git a/docs/identifiers.html b/docs/identifiers.html
index be933d42..deaaf28b 100644
--- a/docs/identifiers.html
+++ b/docs/identifiers.html
@@ -3,7 +3,7 @@
- Index | tablefilter v0.0.17 API Document
+ Index | tablefilter v0.0.18 API Document
diff --git a/docs/index.html b/docs/index.html
index ac506148..11f2fe8a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,7 +3,7 @@
- tablefilter v0.0.17 API Document
+ tablefilter v0.0.18 API Document
diff --git a/docs/source.html b/docs/source.html
index cc599957..d1e8eec8 100644
--- a/docs/source.html
+++ b/docs/source.html
@@ -3,7 +3,7 @@
- Source | tablefilter v0.0.17 API Document
+ Source | tablefilter v0.0.18 API Document
@@ -89,7 +89,7 @@
- |
379 byte |
17 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/cookie.js |
@@ -97,7 +97,7 @@
- |
1455 byte |
58 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/date.js |
@@ -105,7 +105,7 @@
- |
5719 byte |
172 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/dom.js |
@@ -113,7 +113,7 @@
- |
4079 byte |
151 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/event.js |
@@ -121,7 +121,7 @@
- |
1299 byte |
53 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/extensions/advancedGrid/adapterEzEditTable.js |
@@ -129,7 +129,7 @@
26 %4/15 |
15423 byte |
375 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/extensions/advancedGrid/advancedGrid.js |
@@ -137,7 +137,7 @@
- |
90 byte |
2 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/extensions/colOps/colOps.js |
@@ -145,7 +145,7 @@
22 %2/9 |
12186 byte |
315 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/extensions/colsVisibility/colsVisibility.js |
@@ -153,7 +153,7 @@
17 %10/58 |
17262 byte |
520 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/extensions/filtersVisibility/filtersVisibility.js |
@@ -161,7 +161,7 @@
15 %5/33 |
5733 byte |
184 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/extensions/sort/adapterSortabletable.js |
@@ -169,7 +169,7 @@
11 %3/27 |
14738 byte |
446 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/extensions/sort/sort.js |
@@ -177,7 +177,7 @@
- |
198 byte |
8 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/helpers.js |
@@ -185,7 +185,7 @@
- |
433 byte |
23 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/alternateRows.js |
@@ -193,7 +193,7 @@
55 %5/9 |
2368 byte |
94 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/checkList.js |
@@ -201,7 +201,7 @@
22 %5/22 |
14912 byte |
419 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/clearButton.js |
@@ -209,7 +209,7 @@
25 %3/12 |
2613 byte |
94 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/dropdown.js |
@@ -217,7 +217,7 @@
26 %4/15 |
12060 byte |
342 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/feature.js |
@@ -225,7 +225,7 @@
0 %0/13 |
614 byte |
37 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/gridLayout.js |
@@ -233,7 +233,7 @@
10 %3/28 |
11539 byte |
332 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/help.js |
@@ -241,7 +241,7 @@
15 %3/19 |
5311 byte |
153 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/highlightKeywords.js |
@@ -249,7 +249,7 @@
50 %4/8 |
3764 byte |
107 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/loader.js |
@@ -257,7 +257,7 @@
6 %1/15 |
2817 byte |
100 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/noResults.js |
@@ -265,7 +265,7 @@
5 %1/19 |
3306 byte |
120 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/paging.js |
@@ -273,7 +273,7 @@
22 %14/61 |
26572 byte |
784 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/popupFilter.js |
@@ -281,7 +281,7 @@
35 %10/28 |
7952 byte |
251 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/rowsCounter.js |
@@ -289,7 +289,7 @@
5 %1/18 |
4500 byte |
137 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/statusBar.js |
@@ -297,7 +297,7 @@
5 %1/18 |
3590 byte |
123 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/modules/store.js |
@@ -305,7 +305,7 @@
70 %7/10 |
2235 byte |
100 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/sort.js |
@@ -313,7 +313,7 @@
- |
187 byte |
9 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/string.js |
@@ -321,15 +321,15 @@
- |
1495 byte |
61 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |
| src/tablefilter.js |
TableFilter |
30 %73/238 |
- 96994 byte |
- 2750 |
- 2015-12-01 09:25:08 (UTC) |
+ 97145 byte |
+ 2753 |
+ 2015-12-02 06:37:51 (UTC) |
| src/types.js |
@@ -337,7 +337,7 @@
- |
1432 byte |
71 |
- 2015-12-01 09:25:08 (UTC) |
+ 2015-12-02 06:37:51 (UTC) |